@-webkit-keyframes heroBG {
  0% {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes heroBG {
  0% {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@-webkit-keyframes heroContent {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes heroContent {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

:root {
  --app-height: 100%;
}

.wrapper {
  overflow: hidden;
}

@media (max-width: 490px) {
  h1,
  h2,
  h3,
  h4,
  h5,
  h6 {
    word-wrap: break-word;
  }
}

.h1 {
  font-weight: 400;
  font-size: 74px;
  line-height: 86px;
  text-transform: uppercase;
}

h4 {
  font-weight: 500;
  font-size: 48px;
  line-height: 86px;
  letter-spacing: -2px;
  -webkit-font-feature-settings: "tnum" on, "lnum" on;
          font-feature-settings: "tnum" on, "lnum" on;
  margin: 0;
  padding: 0;
}

@media (max-width: 992px) {
  h4 {
    font-size: 22px;
    line-height: 30px;
    letter-spacing: initial;
  }
}

img {
  -webkit-transition: 600ms;
  transition: 600ms;
}

body:not(.single-course-ref) .container-main.single-post--wrapper {
  max-width: 860px;
}

.container-main {
  max-width: 1330px;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

.container-main.full-width {
  max-width: 1440px;
  padding-right: 0;
  padding-left: 0;
  margin-right: auto;
  margin-left: auto;
}

@media (max-width: 1024px) {
  .container-main.full-response {
    padding-right: 0;
    padding-left: 0;
  }
}

@media (max-width: 768px) {
  .container-main {
    padding-right: 28px;
    padding-left: 28px;
  }
}

@media (max-width: 490px) {
  .section-wrapper.marginRef {
    margin-bottom: 0;
  }
}

@media (min-width: 1520px) {
  .container-main.full-width {
    max-width: 100%;
  }
  .container-main {
    max-width: 85vw;
  }
  .container-main.blog-section {
    max-width: 1440px;
  }
}

.section-wrapper {
  margin-bottom: 150px;
}

@media (max-width: 768px) {
  .section-wrapper {
    margin-bottom: 82px;
  }
}

.section-title {
  font-family: "Montserrat";
  font-weight: 500;
  font-size: 54px;
  line-height: 78px;
  text-transform: uppercase;
  margin: 0;
  padding-bottom: 16px;
}

@media (max-width: 667px) {
  .section-title {
    font-weight: 500;
    font-size: 32px;
    line-height: 38px;
    padding-bottom: 32px;
  }
}

.section-title:last-child {
  padding-bottom: 0;
}

.section-text-content {
  font-family: "Inter", sans-serif;
  font-size: 21px;
  line-height: 32px;
}

.flex-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.full-w-box, .full-w-box--blue {
  background: #eef0f3;
  width: calc(100% + 330px);
  display: block;
  position: relative;
}

.full-w-box:before, .full-w-box--blue:before {
  position: absolute;
  content: "";
  display: block;
  background-color: #eef0f3;
  width: 100%;
  height: 100%;
  right: calc(100% - 1px);
  top: 0;
}

.full-w-box::after, .full-w-box--blue::after {
  position: absolute;
  content: "";
  display: block;
  background-color: #eef0f3;
  width: 100vw;
  height: 100%;
  left: calc(100% - 1px);
  top: 0;
  z-index: 2;
}

@media (max-width: 768px) {
  .full-w-box, .full-w-box--blue {
    width: calc(100% + 56px);
    margin-left: -28px;
  }
}

.full-w-box--blue {
  padding: 156px 0 173px;
  background: #00334c;
}

.full-w-box--blue::after, .full-w-box--blue::before {
  background: #00334c;
}

@media (max-width: 1024px) {
  .full-w-box--blue {
    width: 100%;
    margin-left: 0;
  }
}

.fw-grey {
  background: #eef0f3;
}

.up-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  text-align: center;
}

.up-wrapper span {
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;
  cursor: pointer;
}

.up-wrapper .up {
  position: relative;
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
  margin-right: 0;
  display: block;
  width: 90px;
  height: 90px;
  margin-bottom: 17px;
}

.up-wrapper .up::before {
  position: absolute;
  font-size: 30px;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

@media (max-width: 320px) {
  .up-wrapper .up {
    width: 40px;
    height: 40px;
  }
  .up-wrapper .up::before {
    font-size: 20px;
  }
}

.up-wrapper .up-box-js {
  -webkit-transition: 1000ms;
  transition: 1000ms;
}

.up-wrapper .up-box-js:hover {
  color: #ff4b3d;
}

.pop-up .fancybox-button {
  background: #d40000;
}

.section-hide {
  display: none;
}

.error404 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  min-height: 100vh;
}

.error404 .section-404 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  text-align: center;
  padding: 80px 0;
}

.error404 .section-404 .subtitle-section {
  font-size: 35px;
  font-weight: 700;
  margin-bottom: 10px;
}

@media (max-width: 1200px) {
  .error404 .section-404 .subtitle-section {
    font-size: 30px;
  }
}

@media (max-width: 667px) {
  .error404 .section-404 .subtitle-section {
    font-size: 25px;
  }
}

.error404 .section-404 .title-section {
  font-size: 74px;
  line-height: 1.16;
  text-transform: uppercase;
  font-weight: 800;
  max-width: 800px;
  margin: 0 auto 30px;
}

@media (max-width: 1200px) {
  .error404 .section-404 .title-section {
    font-size: 64px;
  }
}

@media (max-width: 667px) {
  .error404 .section-404 .title-section {
    font-size: 9vw;
  }
}

.error404 .section-404 .text-section {
  margin-bottom: 40px;
}

.error404 .section-404 .button-section .button-cta {
  max-width: 250px;
}

.view-btn {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 32px;
}

.btn-box {
  min-width: 215px;
}

@media (max-width: 736px) {
  .btn-box {
    min-width: inherit;
  }
}

.button-cta {
  -webkit-transition: 300ms;
  transition: 300ms;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  white-space: nowrap;
  display: inline-block;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 26px 40px;
  background: #ff0000;
  border-radius: 2px;
  font-family: Montserrat;
  font-style: normal;
  font-weight: bold;
  font-size: 18px;
  line-height: 22px;
  color: #fff;
  width: 100%;
  text-align: center;
  outline: none;
  border: none;
  cursor: pointer;
}

@media (max-width: 736px) {
  .button-cta {
    padding: 22px 32px;
  }
}

.button-cta:hover {
  -webkit-transition: 300ms;
  transition: 300ms;
  color: #fff;
  background: #ff4b3d;
}

.button-cta:active {
  color: #fff;
  background: #dc2a1b;
}

a.open-btn,
.open-btn {
  -webkit-transition: all 300ms ease 0s;
  transition: all 300ms ease 0s;
  position: relative;
  color: #d40000;
  width: 90px;
  height: 90px;
}

@media (max-width: 992px) {
  a.open-btn,
  .open-btn {
    width: 35px;
    height: 35px;
  }
}

a.open-btn .icomoon-arrow,
.open-btn .icomoon-arrow {
  position: absolute;
  width: 90px;
  height: 90px;
  top: 0;
  left: 0;
  margin: 0;
}

@media (max-width: 992px) {
  a.open-btn .icomoon-arrow,
  .open-btn .icomoon-arrow {
    width: 35px;
    height: 35px;
  }
}

a.open-btn .icomoon-arrow:before,
.open-btn .icomoon-arrow:before {
  position: absolute;
  font-size: 30px;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

@media (max-width: 992px) {
  a.open-btn .icomoon-arrow:before,
  .open-btn .icomoon-arrow:before {
    font-size: 16px;
  }
}

[class="link-"] span,
[class="link-"] i {
  pointer-events: none;
}

span.link-btn,
a.link-btn {
  -webkit-transition: 600ms;
  transition: 600ms;
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 32px;
  -webkit-font-feature-settings: "tnum" on, "lnum" on;
          font-feature-settings: "tnum" on, "lnum" on;
}

span.link-btn span,
span.link-btn i,
a.link-btn span,
a.link-btn i {
  pointer-events: none;
}

span.link-btn:hover,
a.link-btn:hover {
  color: #ff4b3d;
}

.production-btn {
  display: none;
  font-family: "Inter";
  font-style: normal;
  font-weight: 500;
  font-size: 12px;
  line-height: 15px;
  color: #003450;
  padding: 10px 12px;
  background: rgba(0, 52, 80, 0.1);
}

.production-btn:hover {
  color: #ff4b3d;
}

@media (max-width: 992px) {
  .production-btn {
    display: inline-block;
  }
}

.back-btn {
  color: #fff;
}

.back-btn .icomoon {
  margin-right: 24px;
  display: inline-block;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.back-btn:hover {
  color: #ff4b3d;
}

#circle {
  -webkit-transition: 100ms;
  transition: 100ms;
  cursor: pointer;
  position: absolute;
  z-index: 6;
  width: 67px;
  height: 67px;
  border-radius: 50%;
}

@media (max-width: 1366px) {
  #circle {
    bottom: 48px;
    right: 27px;
  }
}

#circle span {
  position: absolute;
  font-weight: normal;
  font-size: 14px;
  line-height: 17px;
  padding-right: 20px;
  top: 50%;
  right: 100%;
  width: 115px;
  color: #fff;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

#circle .circle {
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background: #ff0000;
}

#circle .circle:hover {
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
  background: #ff4b3d;
}

#circle .circle .icomoon {
  border: none;
}

#circle .circle .icomoon-arrow:before {
  top: 50%;
  left: 50%;
  position: absolute;
  font-size: 30px;
  color: #fff;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

/**components*/
.header-main {
  -webkit-transition: 300ms;
  transition: 300ms;
  position: fixed;
  top: 18px;
  width: 100%;
  left: 0;
  z-index: 8;
  opacity: 0;
  -webkit-animation: heroContent 1000ms forwards 1500ms;
          animation: heroContent 1000ms forwards 1500ms;
}

@media (max-width: 736px) {
  .header-main {
    top: 0;
  }
}

.header-main .hm-row {
  padding: 24px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.header-main.scrolled {
  -webkit-transition: 300ms;
  transition: 300ms;
  background: #f2f2f2;
  top: 0;
}

.header-main.scrolled .hm-row {
  padding: 19px 0;
}

@media (max-width: 736px) {
  .header-main.scrolled .hm-row {
    padding: 16px 0;
  }
}

.header-main.active {
  background: transparent;
  color: #fff;
}

.header-main.active .menu-box--btn {
  color: inherit;
}

.header-main.active .spinner-line {
  background: #fff;
}

.header-main.active .hm-row {
  padding: 24px 0 0;
}

.header-main .menu-box--btn {
  color: #000;
  margin-right: 25px;
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;
}

@media (max-width: 736px) {
  .header-main .menu-box--btn {
    display: none;
  }
}

.header-main .hm-logo img {
  width: auto;
  height: 46px;
  display: block;
  margin: 0 0 0 auto;
}

@media (max-width: 736px) {
  .header-main .hm-logo img {
    max-height: 24px;
  }
}

.menu-box--btn {
  color: #000;
}

.spinner-line {
  background-color: #000;
}

.header-main:not(.nav-black).scrolled {
  -webkit-transition: 300ms;
  transition: 300ms;
  background: #000;
  top: 0;
}

.header-main:not(.nav-black) .spinner-line {
  background-color: white;
}

.header-main:not(.nav-black) .menu-box--btn {
  color: white;
}

a {
  -webkit-transition: 300ms;
  transition: 300ms;
}

.menu-box {
  font-weight: 500;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-left: auto;
}

.active .menu-box {
  position: fixed;
  right: 105px;
  top: 60px;
}

@media (max-width: 1024px) {
  .active .menu-box {
    right: 85px;
  }
}

@media (max-width: 992px) {
  .active .menu-box {
    top: 40px;
    right: 45px;
  }
}

@media (max-width: 736px) {
  .active .menu-box {
    top: 25px;
    right: 25px;
  }
}

.grid-wrapper {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[2] 0.4fr;
      grid-template-columns: repeat(2, 1fr) 0.4fr;
  -ms-grid-rows: 1fr;
      grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.grid-box--1 {
  -ms-grid-row: 1;
  -ms-grid-row-span: 2;
  -ms-grid-column: 1;
  -ms-grid-column-span: 1;
  grid-area: 1 / 1 / 3 / 2;
}

.grid-box--2 {
  -ms-grid-row: 1;
  -ms-grid-row-span: 2;
  -ms-grid-column: 2;
  -ms-grid-column-span: 1;
  grid-area: 1 / 2 / 3 / 3;
}

.grid-box--3 {
  -ms-grid-row: 1;
  -ms-grid-row-span: 1;
  -ms-grid-column: 3;
  -ms-grid-column-span: 1;
  grid-area: 1 / 3 / 2 / 4;
}

.menu-inner-box ul {
  list-style: none;
  list-style-type: none;
  margin: 0;
}

.menu-inner-box li {
  font-weight: 500;
}

/* contact-info--wrapper */
.menu-inner-box .site-navigation--list a,
.menu-inner-box .contact-info--wrapper a {
  color: white;
}

.menu-inner-box .site-navigation--list a:hover,
.menu-inner-box .contact-info--wrapper a:hover {
  color: #ea3223;
}

.menu-inner-box .site-navigation--list a:active,
.menu-inner-box .site-navigation--list li.active a,
.menu-inner-box .contact-info--wrapper a:active,
.menu-inner-box .contact-info--wrapper li.active a {
  color: #dc2a1b;
}

.menu-inner-box .site-navigation--list li.active a:hover,
.menu-inner-box .contact-info--wrapper li.active a:hover {
  color: white;
}

.menu-wrapper {
  position: fixed;
  top: 20px;
  right: 40px;
  bottom: 20px;
  width: 90%;
  padding: 0 55px;
  display: none;
  overflow: auto;
  background: #000;
  color: #fff;
  z-index: 7;
}

@media (max-width: 992px) {
  .menu-wrapper {
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    width: 100%;
    padding: 0;
  }
}

.home .menu-wrapper {
  color: white;
}

.menu-wrapper > .container-main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  max-width: 100%;
}

.site-navigation,
.contact-info--wrapper {
  margin: 88px 0;
}

.contact-info {
  padding-left: 25%;
  position: relative;
}

.contact-info:after, .contact-info:before {
  content: "";
  position: absolute;
  display: block;
  width: 1px;
  height: 100%;
  min-height: calc(100vh - 40px);
  left: 0;
  background: #333333;
}

.contact-info:after {
  top: 0;
  -webkit-transform: translateY(-100%);
          transform: translateY(-100%);
}

.contact-info--wrapper a {
  color: #fff;
}

.contact-info .contact-info--account {
  margin-bottom: 48px;
}

.contact-info--account li {
  font-size: 24px;
  line-height: 29px;
  margin-bottom: 24px;
}

.contact-info--account li:last-child {
  margin-bottom: 0;
}

.contact-info--account li.user-account--item-profile {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.contact-info--account li.user-account--item-profile span {
  margin: 0 10px;
}

.contact-info--account li a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  white-space: nowrap;
}

.contact-info .contact-info--submenu {
  margin-bottom: 55px;
}

.contact-info--submenu li {
  font-size: 16px;
  line-height: 20px;
  margin-bottom: 25px;
}

.contact-info--submenu li:last-child {
  margin-bottom: 0;
}

.contact-info--submenu a {
  text-decoration: underline;
}

.contact-info--address {
  margin-bottom: 0;
}

.contact-info--address span {
  display: block;
  margin-bottom: 30px;
}

.contact-info--address span:last-child {
  margin-bottom: 0;
}

.btn-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin: 90px 0;
}

@media (max-width: 992px) {
  .btn-wrapper {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    margin: 88px 0 120px;
  }
}

.lang-switcher {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-bottom: 60px;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  text-align: end;
}

.lang-switcher--mob {
  display: none;
}

.lang-switcher a {
  margin-bottom: 18px;
  text-transform: capitalize;
  cursor: pointer;
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;
  color: #ffffff;
}

.menu-inner-box .lang-switcher a:hover {
  text-decoration: underline;
}

.menu-inner-box .lang-switcher a.active {
  text-decoration: underline;
  color: #ea3223;
}

/* .lang-switcher a.active:hover{
    color: white;
} */
.lang-switcher a:last-child {
  margin-bottom: 0;
}

.site-navigation--list li,
.site-navigation--list li a {
  font-weight: 500;
  font-size: 56px;
  line-height: 1.2;
  color: #ffffff;
  margin-bottom: 40px;
  word-wrap: break-word;
  overflow: hidden;
}

@media (max-width: 567px) and (orientation: portrait) {
  .site-navigation--list li,
  .site-navigation--list li a {
    font-size: 9.5vw;
  }
}

.site-navigation--list li:last-child {
  margin-bottom: 0;
}

.user-account--item svg {
  width: 22px;
  height: auto;
  margin-right: 17px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.user-account--item svg path {
  fill: #ffffff;
  stroke: inherit;
  -webkit-transition: 300ms;
  transition: 300ms;
}

.user-account--item a:hover svg path {
  fill: #ea3223;
}

.user-account--item.active a svg path {
  fill: #ea3223;
}

.user-account--item.active a:hover svg path {
  fill: #ffffff;
}

.disable {
  display: none;
}

@media (max-width: 1024px) {
  .grid-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .grid-box--1 {
    width: 100%;
  }
  .grid-box--2 {
    width: 60%;
  }
  .grid-box--3 {
    width: 40%;
  }
  .menu-wrapper {
    padding: 55px 50px;
  }
  .menu-wrapper > .container-main {
    padding: 0;
  }
  .contact-info {
    padding: 0;
  }
  .contact-info::after,
  .contact-info::before {
    content: none;
  }
  .site-navigation--list li {
    font-weight: 500;
    font-size: 42px;
    line-height: 51px;
    margin-bottom: 34px;
  }
  .contact-info--account li {
    font-weight: 500;
    font-size: 16px;
    line-height: 20px;
  }
  .site-navigation {
    margin: 20px 0;
  }
  .contact-info--wrapper {
    margin: 0;
  }
  .site-navigation {
    margin-bottom: 76px;
  }
  .contact-info .contact-info--account {
    margin-bottom: 64px;
  }
  .contact-info .contact-info--submenu {
    margin-bottom: 0;
  }
  .btn-wrapper {
    margin: 0;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

@media (max-width: 736px) {
  .menu-wrapper {
    padding: 55px 28px;
  }
  .user-account--item svg {
    margin-right: 7px;
  }
  address {
    display: none;
  }
}

@media (max-width: 375px) {
  .grid-box--2 {
    width: 100%;
  }
  .grid-box--3 {
    width: 100%;
  }
  .contact-info .contact-info--account {
    margin-bottom: 0;
  }
  .btn-wrapper {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    margin-top: 68px;
  }
}

@media (max-width: 374px) {
  .site-navigation--list li {
    font-weight: 500;
    font-size: 22px;
    line-height: 25px;
    margin-bottom: 15px;
  }
}

.player_video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  overflow: hidden;
}

.player_video iframe,
.player_video video {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  height: 100%;
  width: 177.777778vh;
  /* 100 * 16 / 9 */
  min-width: 100%;
  min-height: 56.25vw;
  /* 100 * 9 / 16 */
}

footer {
  background: #d2d8e0;
  position: relative;
  padding: 87px 0;
}

footer .footer-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media (max-width: 1520px) {
  footer .footer-wrapper {
    max-width: 1200px;
  }
  footer .footer-wrapper .col-box:first-child {
    max-width: 430px;
  }
}

@media (max-width: 992px) {
  footer .footer-wrapper .col-box:first-child {
    max-width: 30%;
  }
}

@media (max-width: 768px) {
  footer .footer-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  footer .footer-wrapper .col-box:first-child {
    max-width: inherit;
  }
}

footer .footer-wrapper a:not(.button-cta) {
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  color: #000;
}

footer .footer-wrapper a:not(.button-cta):hover {
  color: #ff4b3d;
}

footer .footer-wrapper a:not(.button-cta):active {
  color: #dc2a1b;
}

footer .footer-wrapper .footer-logo {
  margin-bottom: 22px;
}

footer .footer-wrapper .footer-logo img {
  margin: 0;
}

footer .footer-wrapper .footer-description {
  max-width: 550px;
  margin-bottom: 22px;
  font-family: "Inter", sans-serif;
  font-style: normal;
  font-weight: 300;
  font-size: 14px;
  line-height: 24px;
}

@media (max-width: 768px) {
  footer .footer-wrapper .footer-description {
    margin-bottom: 36px;
  }
}

@media (max-width: 768px) {
  footer .footer-wrapper .footer-contact {
    margin-bottom: 36px;
  }
}

footer .footer-wrapper .footer-contact address {
  display: block;
}

@media (max-width: 768px) {
  footer .footer-wrapper .footer-contact address {
    margin-bottom: 0;
  }
}

footer .footer-wrapper .footer-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

footer .footer-wrapper .footer-links ul.menu {
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0;
  padding: 0;
}

footer .footer-wrapper .footer-links ul.menu li {
  padding: 0 16px 0 0;
}

footer .footer-wrapper .footer-links ul.menu li a {
  line-height: 20px;
  text-decoration: underline;
}

footer .footer-wrapper .footer-links ul.menu li:last-child {
  padding: 0;
}

footer .footer-wrapper .footer-links .social-media-footer a {
  margin-right: 16px;
  color: black;
}

footer .footer-wrapper .footer-links .social-media-footer a:hover {
  color: #ff4b3d;
}

footer .footer-wrapper .footer-links .social-media-footer a:active {
  color: #dc2a1b;
}

footer .footer-wrapper .footer-links .social-media-footer a .fa {
  color: inherit;
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
}

footer .footer-wrapper .footer-links [class*="menu-footer-"] + .social-media-footer {
  margin-left: 38px;
}

@media (max-width: 992px) {
  footer .footer-wrapper .footer-links [class*="menu-footer-"] + .social-media-footer {
    margin-left: 0;
    margin-top: 36px;
  }
}

@media (max-width: 768px) {
  footer .footer-wrapper .footer-links [class*="menu-footer-"] + .social-media-footer {
    margin-top: 0;
  }
}

@media (max-width: 992px) {
  footer .footer-wrapper .footer-links {
    display: block;
  }
}

@media (max-width: 768px) {
  footer .footer-wrapper .footer-links {
    margin-bottom: 36px;
  }
  footer .footer-wrapper .footer-links [class*="menu-footer-"] {
    position: absolute;
    bottom: 70px;
  }
}

footer .footer-wrapper .contact-title {
  display: block;
  font-weight: bold;
  font-size: 16px;
  line-height: 24px;
}

footer .col-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  text-align: initial;
}

footer .btn-box {
  max-width: 215px;
}

@media (max-width: 320px) {
  footer .btn-box {
    min-width: inherit;
  }
}

footer .up-col-box {
  position: relative;
}

footer .up-wrapper {
  display: none;
  color: #00334c;
  cursor: pointer;
}

@media (max-width: 768px) {
  footer .up-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: absolute;
    right: 0;
    bottom: -17px;
  }
}

@media (max-width: 320px) {
  footer .up-wrapper {
    bottom: 25px;
  }
}

.spinner {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  cursor: pointer;
  z-index: 102;
  height: 40px;
  width: 40px;
  margin: 0;
}

.spinner-line {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: absolute;
  width: 40px;
  height: 1px;
  margin-top: 12px;
}

.diagonal.part-1 {
  position: relative;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  float: left;
}

.diagonal.part-2 {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  float: left;
  margin-top: 10px;
}

.spinner-line.active.diagonal.part-1 {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
  margin-top: 20px;
}

.spinner-line.active.diagonal.part-2 {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transform: rotate(-135deg);
          transform: rotate(-135deg);
  margin-top: -1px;
}

.hero_section {
  height: 535px;
  overflow: hidden;
  position: relative;
}

@media (max-width: 992px) {
  .hero_section {
    height: 435px;
  }
}

@media (max-width: 667px) {
  .hero_section {
    height: 340px;
  }
}

.hero_section .img-bg {
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  background: #000;
  -webkit-animation: heroBG 1000ms forwards 500ms;
          animation: heroBG 1000ms forwards 500ms;
}

.hero_section img {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  width: 100%;
  height: 100%;
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
  -webkit-animation: heroBG 1000ms forwards 700ms;
          animation: heroBG 1000ms forwards 700ms;
}

.hero_section .hero_section--info,
.hero_section .hero_section--content {
  opacity: 0;
  -webkit-animation: heroContent 1000ms forwards 1500ms;
          animation: heroContent 1000ms forwards 1500ms;
}

.hero_section--box {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding-bottom: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media (max-width: 992px) {
  .hero_section--box {
    padding-bottom: 32px;
  }
}

.hero_section--content {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  width: 75%;
}

@media (max-width: 992px) {
  .hero_section--content {
    width: 100%;
  }
}

@media (max-width: 1200px) {
  .hero_section--content .hero_section--title h1 {
    font-size: 64px;
    line-height: 74px;
  }
}

.hero_section--content .hero_section--text {
  position: relative;
  font-family: "Inter", sans-serif;
  padding-top: 31px;
  font-weight: 300;
  font-size: 21px;
  line-height: 1.5;
  color: #000;
}

@media (max-width: 1200px) {
  .hero_section--content .hero_section--text {
    font-size: 18px;
  }
}

.hero_section--content .hero_section--text:after {
  content: "";
  display: block;
  width: 50px;
  height: 1px;
  position: absolute;
  top: 0;
  left: 0;
  background: #d40000;
}

@media (max-width: 992px) {
  .hero_section--content .hero_section--text {
    display: none;
  }
}

.hero_section--info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  font-weight: 500;
}

@media (max-width: 992px) {
  .hero_section--info {
    display: none;
  }
}

.hero_section--info .contact-info--address {
  color: #000;
  font-weight: inherit;
  font-size: 16px;
  line-height: 24px;
  text-align: end;
}

.hero_section--info .contact-info--address a {
  color: inherit;
}

.hero_section--info .contact-info--address a:hover {
  color: #ff4b3d;
}

.hero_section--info .contact-info--address a:active {
  color: #dc2a1b;
}

.hero_section--info .digital-link {
  color: #000;
  font-weight: inherit;
  font-size: 24px;
  line-height: 29px;
}

@media (max-width: 1200px) {
  .hero_section--info .digital-link {
    font-size: 22px;
  }
}

@media (max-width: 992px) {
  .hero_section--info .digital-link {
    font-size: 20px;
  }
}

.hero_section--info .digital-link svg {
  margin-right: 17px;
}

.hero_section--info .digital-link:hover {
  color: #ff4b3d;
}

.hero_section .back-btn {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  color: #000;
  margin: 10px 0 -10px;
}

@media (max-width: 1024px) {
  .hero_section .back-btn span {
    display: none;
  }
}

@media (max-width: 667px) {
  .hero_section .back-btn {
    margin-bottom: -20px;
  }
}

.hero_section .back-btn:hover {
  color: #ff4b3d;
}

.hero_section .vacancy-location {
  margin-bottom: 10px;
}

@media (max-width: 480px) {
  .hero_section .vacancy-location {
    font-size: 12px;
    line-height: 24px;
  }
}

.hero_section .hero_section--small-text {
  font-weight: 500;
  font-size: 24px;
  line-height: 29px;
  -webkit-font-feature-settings: "tnum" on, "lnum" on;
          font-feature-settings: "tnum" on, "lnum" on;
  margin-bottom: 10px;
}

@media (max-width: 762px) {
  .hero_section .hero_section--small-text {
    display: none;
  }
}

.hero_section .hero_section--title a.back-btn + .h1 {
  margin: auto;
  max-width: 80%;
}

@media (max-width: 992px) {
  .hero_section .hero_section--title a.back-btn + .h1 {
    max-width: 100%;
  }
}

.hero_section .hero_section--title .h1 {
  padding: 0;
  margin-bottom: 0;
  -webkit-transform: translateX(-5px);
          transform: translateX(-5px);
}

@media (max-width: 992px) {
  .hero_section .hero_section--title .h1 {
    -webkit-transform: none;
            transform: none;
    max-width: inherit;
    margin: 0;
  }
}

@media (max-width: 667px) {
  .hero_section .hero_section--title .h1 {
    font-weight: 500;
    font-size: 32px;
    line-height: 38px;
    -webkit-transform: none;
            transform: none;
  }
}

.hero_section .hero_section--small-text + .hero_section--title h1,
.hero_section .vacancy-location + .hero_section--title h1 {
  text-transform: none;
}

@media (max-width: 667px) {
  .hero_section .hero_section--small-text + .hero_section--title h1,
  .hero_section .vacancy-location + .hero_section--title h1 {
    font-size: 22px;
    line-height: 30px;
  }
}

.hero_section .hero_section--title + .hero_section--text {
  margin-top: 28px;
}

.hero_section.single-article {
  position: relative;
}

.hero_section.single-article .hero_section--box {
  color: #fff;
  z-index: 1;
}

@media (max-width: 667px) {
  .hero_section.single-article .hero_section--box {
    padding-bottom: 28px;
  }
}

.hero_section.single-article .hero_section--box .hero_section--title {
  position: relative;
  margin: auto;
  max-width: 1440px;
  width: 100%;
}

.hero_section.single-article .hero_section--box .h1 {
  text-transform: none;
  font-weight: 500;
  font-size: 48px;
  line-height: 62px;
  text-align: center;
  letter-spacing: -2px;
  -webkit-font-feature-settings: "tnum" on, "lnum" on;
          font-feature-settings: "tnum" on, "lnum" on;
}

@media (max-width: 992px) {
  .hero_section.single-article .hero_section--box .h1 {
    text-align: inherit;
    font-size: 40px;
    line-height: 50px;
  }
}

@media (max-width: 667px) {
  .hero_section.single-article .hero_section--box .h1 {
    letter-spacing: 2px;
    font-size: 22px;
    line-height: 30px;
  }
}

.hero_section.single-article .hero_section--box .back-btn {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  z-index: 1;
}

.hero_section.single-article .hero_section--box .back-btn:hover {
  color: #ff4b3d;
}

@media (max-width: 992px) {
  .hero_section.single-article .hero_section--box .back-btn {
    top: -70px;
  }
  .hero_section.single-article .hero_section--box .back-btn span {
    display: none;
  }
}

.hero_section.single-article .hero_section--content {
  width: 100%;
}

@media (max-width: 992px) {
  .hero_section.single-article .case-title {
    font-size: 22px;
    line-height: 30px;
    letter-spacing: 1px;
  }
}

.hero_section.single-article .case-title + .case-title {
  position: relative;
  padding-left: 90px;
}

.hero_section.single-article .case-title + .case-title:before {
  position: absolute;
  top: -5px;
  left: 47px;
  content: "";
  display: block;
  width: 2px;
  height: 65px;
  background: #d40000;
  -webkit-transform: rotate(26deg);
          transform: rotate(26deg);
}

@media (max-width: 992px) {
  .hero_section.single-article .case-title + .case-title {
    padding-left: 35px;
  }
  .hero_section.single-article .case-title + .case-title:before {
    top: -12px;
    left: 16px;
    height: 52px;
  }
}

.hero_section.single-article .back-btn {
  color: #fff;
}

.hero_section.single-article .hero-btn {
  font-family: "Inter";
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  color: #fff;
  padding: 10px 12px;
  background: rgba(225, 228, 232, 0.2);
}

.hero_section.single-article .hero-btn:before {
  position: absolute;
  content: "";
  display: block;
  width: 87%;
  height: 1px;
  background: #fff;
  bottom: 8px;
  right: 50%;
  -webkit-transform: translateX(50%);
          transform: translateX(50%);
}

.hero_section.single-article .hero-btn:hover {
  color: #ff4b3d;
}

.hero_section.single-article .hero-btn:hover:before {
  background: #ff4b3d;
}

@media (max-width: 992px) {
  .hero_section.single-article .hero-btn {
    display: none;
  }
}

.hero_section.single-article:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  display: block;
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.7)), to(rgba(0, 0, 0, 0.7)));
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7));
  -webkit-animation: heroBG 1000ms forwards 500ms;
          animation: heroBG 1000ms forwards 500ms;
  top: 0;
  left: 0;
  z-index: 1;
}

.hero_section--white * {
  color: #fff !important;
}

.hero_section--white a:hover {
  color: #ff4b3d !important;
}

.hero_section--white a:hover * {
  color: #ff4b3d !important;
}

.hero_section--white a:active {
  color: #dc2a1b !important;
}

.hero_section--white a:active * {
  color: #dc2a1b !important;
}

.hero_section--white a.button-cta {
  color: #fff !important;
}

.benefit-wrapper {
  border-bottom: 1px solid #d9e0e4;
  overflow: hidden;
}

.benefit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  max-width: calc(85vw + 140px);
  margin: auto;
}

@media (max-width: 992px) {
  .benefit {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.benefit-box {
  width: 100%;
  border: 1px solid #d9e0e4;
  border-bottom: none;
  padding: 31px 70px 41px;
}

.benefit-box:first-child {
  border-left: none;
}

.benefit-box:last-child {
  border-right: none;
}

@media (max-width: 1100px) {
  .benefit-box {
    padding: 30px 40px;
  }
}

@media (max-width: 768px) {
  .benefit-box {
    padding: 28px 40px;
  }
}

.benefit-title {
  font-weight: 500;
  font-size: 38px;
  line-height: 86px;
  letter-spacing: 1px;
  position: relative;
  display: inline-block;
  margin: 0;
  padding: 0;
  text-transform: none;
}

.benefit-title span {
  position: absolute;
  top: 0;
  right: 0;
  font-weight: 500;
  font-size: 12px;
  line-height: 15px;
  color: #ff0000;
  -webkit-transform: translateX(50%);
          transform: translateX(50%);
}

@media (max-width: 667px) {
  .benefit-title {
    font-weight: 500;
    font-size: 22px;
    line-height: 86px;
  }
}

.benefit-info {
  font-family: 'Inter', sans-serif;
  font-style: normal;
  font-weight: 300;
  font-size: 18px;
  line-height: 28px;
}

@media (max-width: 667px) {
  .benefit-info {
    font-size: 16px;
    line-height: 22px;
  }
}

#main-content,
#main-content-form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  margin-top: 100px;
}

#main-content.main-content.service,
#main-content-form.main-content.service {
  margin-bottom: 237px;
}

@media (max-width: 1024px) {
  #main-content.main-content.service,
  #main-content-form.main-content.service {
    margin: 0;
  }
}

#main-content.main-content.career,
#main-content-form.main-content.career {
  margin-top: 0;
}

#content {
  width: calc(100% - 330px);
}

@media (max-width: 1024px) {
  #content {
    width: 100%;
  }
}

.sidebar {
  margin-left: auto;
  z-index: 6;
  width: 330px;
}

@media (max-width: 1024px) {
  .sidebar {
    display: none;
  }
}

.vacancy #main-content-form {
  margin-top: 0;
}

@media (max-width: 1024px) {
  .vacancy #main-content-form {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.vacancy #content {
  width: calc(100% - 660px);
}

@media (max-width: 1300px) {
  .vacancy #content {
    width: calc(100% - 420px);
  }
}

@media (max-width: 1024px) {
  .vacancy #content {
    width: 100%;
  }
}

.vacancy .sidebar {
  width: 660px;
}

@media (max-width: 1300px) {
  .vacancy .sidebar {
    width: 420px;
  }
}

@media (max-width: 1024px) {
  .vacancy .sidebar {
    width: 100%;
    display: block;
  }
}

.main-content.career .sidebar-list {
  padding: 87px 0 37px;
}

.sidebar-box .sidebar-list {
  list-style: none;
  text-align: end;
  color: #000;
  font-weight: 500;
  font-size: 16px;
  line-height: 32px;
  margin: 0;
}

.sidebar-box .sidebar-list li {
  margin-bottom: 12px;
}

.sidebar-box .sidebar-list li a {
  width: 100%;
  display: block;
  color: inherit;
}

.sidebar-box .sidebar-list li a span {
  display: none;
  pointer-events: none;
  color: inherit;
}

.sidebar-box .sidebar-list a:hover {
  color: #dc2a1b;
}

.sidebar-box .sidebar-list a:hover span {
  display: inline-block;
}

.sidebar-box .sidebar-list a.active {
  color: #dc2a1b;
}

.sidebar-box .sidebar-list a.active span {
  display: inline-block;
}

.sidebar-box .sidebar-list a:hover {
  color: #ff4b3d;
}

.sidebar-box .sidebar-list a:hover span {
  display: inline-block;
}

.office-info--box {
  font-family: 'Inter', sans-serif;
  font-style: normal;
  font-weight: 300;
  font-size: 22px;
  line-height: 34px;
}

@media (max-width: 667px) {
  .office-info--box {
    font-size: 16px;
    line-height: 24px;
  }
}

.swiper-container {
  width: 100%;
  height: 100%;
  overflow: visible;
}

@media (max-width: 768px) {
  .slider-quote-box .swiper-quote {
    margin-left: 28px;
  }
}

.slider-quote-box .section-title {
  padding: 160px 0 100px;
}

@media (max-width: 768px) {
  .slider-quote-box .section-title {
    padding: 82px 28px 54px;
  }
}

.slider-quote-box .swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  padding-bottom: 87px;
}

.slider-quote-box .swiper-slide {
  font-size: 18px;
  background: transparent;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 56px 66px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  opacity: 0.2;
}

@media (max-width: 768px) {
  .slider-quote-box .swiper-slide {
    padding: 0;
  }
}

.slider-quote-box .swiper-slide-active {
  background: #fff;
  opacity: 1;
}

.slider-quote-box .swiper-slide .quote-swiper-text {
  position: relative;
  overflow: hidden;
  font-family: "Inter", sans-serif;
  font-style: normal;
  font-weight: 300;
  font-size: 20px;
  line-height: 32px;
  padding: 22px;
}

.slider-quote-box .swiper-slide .quote-swiper-text h5 {
  font-family: "Inter";
  font-style: normal;
  font-weight: 700;
  font-size: 20px;
  line-height: 32px;
  -webkit-font-feature-settings: "tnum" on, "lnum" on;
          font-feature-settings: "tnum" on, "lnum" on;
  margin-bottom: 34px;
}

@media (max-width: 667px) {
  .slider-quote-box .swiper-slide .quote-swiper-text {
    font-size: 14px;
    line-height: 20px;
  }
}

.slider-quote-box .swiper-slide .quote-swiper-text p {
  margin-bottom: 34px;
}

@media (max-width: 667px) {
  .slider-quote-box .swiper-slide .quote-swiper-text p {
    margin-bottom: 30px;
  }
}

.slider-quote-box .swiper-slide .quote-swiper-text:after {
  content: "";
  position: absolute;
  width: 8em;
  height: 8em;
  top: 0;
  left: 0;
  display: block;
  z-index: 0;
  background-image: url(../../../images/quote.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: top left;
}

@media (max-width: 768px) {
  .slider-quote-box .swiper-slide .quote-swiper-text {
    padding: 38px 28px 0;
  }
  .slider-quote-box .swiper-slide .quote-swiper-text:after {
    content: none;
  }
}

.slider-quote-box .swiper-slide .quote-swiper-buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 60px 22px 0;
}

.slider-quote-box .swiper-slide .quote-swiper-buttons a {
  min-height: 56px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: 500;
  font-size: 16px;
  line-height: 32px;
  color: #000;
}

.slider-quote-box .swiper-slide .quote-swiper-buttons a .icomoon {
  margin-left: 24px;
}

.slider-quote-box .swiper-slide .quote-swiper-buttons a:hover {
  color: #ff4b3d;
}

@media (max-width: 768px) {
  .slider-quote-box .swiper-slide .quote-swiper-buttons {
    margin: 0;
    padding: 0 28px 32px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .slider-quote-box .swiper-slide .quote-swiper-buttons .view-btn {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
}

@media (max-width: 768px) {
  .slider-quote-box .swiper-slide .quote-swiper-logos {
    padding-bottom: 32px;
    margin-bottom: 32px;
    border-bottom: 1px solid #eef0f3;
  }
}

.slider-quote-box .swiper-slide .quote-swiper-logos img {
  max-height: 40px;
}

.slider-quote-box .swiper-slide .quote-swiper-logos span {
  position: relative;
  display: inline-block;
  margin: 0 12px;
  width: 16px;
  height: 16px;
}

.slider-quote-box .swiper-slide .quote-swiper-logos span::after {
  content: "";
  display: block;
  top: 7px;
  left: -2px;
  width: 20px;
  height: 1px;
  background: #00334c;
  position: absolute;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.slider-quote-box .swiper-slide .quote-swiper-logos span::before {
  content: "";
  display: block;
  top: 7px;
  left: -2px;
  width: 20px;
  height: 1px;
  background: #00334c;
  position: absolute;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.slider-quote-box .swiper-slide:not(.swiper-slide-active) .quote-swiper-buttons {
  display: none;
}

.slider-quote-box .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background: #000;
}

@media (max-width: 768px) {
  .slider-quote-box .swiper-container-horizontal > .swiper-pagination-bullets {
    bottom: 20px;
  }
}

@media (max-width: 420px) {
  .slider-quote-box .section-title {
    font-size: 7.5vw;
  }
  .slider-quote-box .swiper-pagination {
    width: auto;
    top: 130px;
    left: 28px;
    bottom: auto !important;
  }
}

.slider-logo-box {
  padding: 163px 0 182px 0;
}

@media (max-width: 1024px) {
  .slider-logo-box {
    width: calc(100% + 30px);
    padding: 64px 15px;
    margin: 0 -15px;
  }
}

@media (max-width: 768px) {
  .slider-logo-box {
    width: calc(100% + 56px);
    padding: 0 28px 64px;
    margin: 0 -28px;
  }
}

.slider-logo-box .swiper-logo {
  position: relative;
}

.slider-logo-box .swiper-logo:before {
  content: "";
  width: 30%;
  height: 100%;
  background: -webkit-gradient(linear, right top, left top, color-stop(37.45%, rgba(238, 240, 243, 0.9)), to(rgba(238, 240, 243, 0)));
  background: linear-gradient(270deg, rgba(238, 240, 243, 0.9) 37.45%, rgba(238, 240, 243, 0) 100%);
  position: absolute;
  right: 0;
  top: 0;
  z-index: 3;
}

@media (max-width: 1024px) {
  .slider-logo-box .swiper-logo:before {
    right: -15px;
  }
}

@media (max-width: 768px) {
  .slider-logo-box .swiper-logo:before {
    right: -28px;
  }
}

@media (max-width: 480px) {
  .slider-logo-box .swiper-logo:before {
    display: none;
  }
}

.slider-logo-box .swiper-wrapper {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.slider-logo-box .swiper-slide {
  width: auto;
}

.slider-logo-box .swiper-slide img {
  max-height: 78px;
  -webkit-filter: grayscale(100%);
          filter: grayscale(100%);
}

@media (max-width: 480px) {
  .slider-logo-box .swiper-slide img {
    max-height: 58px;
  }
}

.slider-electro-box {
  padding: 174px 0;
}

@media (max-width: 1024px) {
  .slider-electro-box {
    padding: 64px;
    margin-left: 0;
    width: 100%;
  }
}

@media (max-width: 768px) {
  .slider-electro-box {
    padding: 64px 0;
  }
}

@media (max-width: 468px) {
  .slider-electro-box.full-w-box:after, .slider-electro-box.full-w-box--blue:after {
    z-index: 0;
  }
}

.slider-electro-box .swiper-electro {
  max-width: 880px;
}

.slider-electro-box .swiper-wrapper {
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}

.slider-electro-box .swiper-wrapper .swiper-slide {
  display: block;
  height: auto;
}

.slider-electro-box .slide-wrapper {
  background: #fff;
  border: 2px solid #e1e4e8;
  padding: 58px 32px;
  height: 100%;
}

.slider-electro-box .slide-wrapper--img {
  max-height: 56px;
  margin-bottom: 46px;
}

.slider-electro-box .slide-wrapper--text {
  font-family: "Inter";
  font-style: normal;
  font-weight: 300;
  font-size: 18px;
  line-height: 28px;
  color: #000;
}

.slider-electro-box .slide-wrapper--text h3 {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: normal;
  font-size: 32px;
  line-height: 42px;
  letter-spacing: -1px;
  margin-bottom: 23px;
}

.slider-electro-box .section-title {
  padding-bottom: 96px;
}

.box-link--list {
  list-style: none;
  margin: 0;
  padding: 90px 0;
}

@media (max-width: 768px) {
  .box-link--list {
    padding: 54px 0 0;
  }
}

.box-link--item {
  position: relative;
  overflow: hidden;
  width: 100%;
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
}

@media (max-width: 468px) {
  .box-link--item {
    border-right: none;
    border-left: none;
  }
}

.box-link--item img {
  -webkit-transition: 600ms;
  transition: 600ms;
  position: absolute;
  top: 0;
  left: 0;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  width: 100%;
  height: 100%;
}

.box-link--item + .box-link--item {
  border-top: none;
}

.box-link--btn {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  min-height: 261px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #fff;
  padding: 56px 85px;
  background-repeat: no-repeat;
  background-size: cover;
}

@media (max-width: 768px) {
  .box-link--btn {
    padding: 80px 28px;
  }
}

@media (max-width: 468px) {
  .box-link--btn {
    padding: 30px 15px;
    min-height: inherit;
  }
}

.box-link--btn:hover {
  color: #ff4b3d;
}

.box-link--btn:hover img {
  -webkit-transition: 600ms;
  transition: 600ms;
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
}

.box-link--btn span {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 32px;
  z-index: 2;
  display: block;
  color: inherit;
}

.box-link--btn span .icomoon {
  margin: 0 0 0 24px;
}

@media (max-width: 490px) {
  .box-link--btn span .icomoon {
    margin-left: 10px;
  }
}

.box-link--btn span.box-link--name {
  font-weight: 500;
  font-size: 38px;
  line-height: 46px;
}

@media (max-width: 667px) {
  .box-link--btn span.box-link--name {
    font-size: 32px;
  }
}

@media (max-width: 468px) {
  .box-link--btn span.box-link--name {
    font-size: 28px;
  }
}

@media (max-width: 375px) {
  .box-link--btn span.box-link--name {
    font-size: 18px;
    line-height: 23px;
  }
}

.box-link--btn span.view-btn-text {
  display: inline-block;
}

@media (max-width: 992px) {
  .box-link--btn span.view-btn-text {
    display: none;
  }
}

.box-link--btn:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  display: block;
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.7)), to(rgba(0, 0, 0, 0.7)));
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7));
  top: 0;
  left: 0;
}

.box-link.vacancy .section-text-content {
  font-family: "Inter";
  font-style: normal;
  font-weight: 300;
  font-size: 22px;
  line-height: 34px;
}

@media (max-width: 490px) {
  .box-link.vacancy .section-text-content {
    font-size: 14px;
    line-height: 26px;
  }
}

.box-link.vacancy .section-title {
  padding-bottom: 25px;
}

@media (max-width: 490px) {
  .box-link.vacancy .section-title {
    font-weight: 500;
    font-size: 32px;
    line-height: 38px;
  }
}

.box-link.vacancy .box-link--list {
  padding: 100px 0 0;
}

@media (max-width: 490px) {
  .box-link.vacancy .box-link--list {
    padding: 80px 0;
  }
}

.box-link.vacancy .box-link--item {
  border: 1px solid #d9e0e4;
  min-height: 200px;
  margin-bottom: 8px;
}

@media (max-width: 490px) {
  .box-link.vacancy .box-link--item {
    margin-bottom: 0;
  }
}

.box-link.vacancy .box-link--item:last-child {
  margin-bottom: 0;
}

@media (max-width: 490px) {
  .box-link.vacancy .box-link--item + .box-link--item {
    border-top: none;
  }
}

.box-link.vacancy .vacancy-box {
  max-width: calc(100% - 80px);
}

@media (max-width: 490px) {
  .box-link.vacancy .vacancy-box {
    max-width: calc(100% - 65px);
  }
}

.box-link.vacancy .box-link--btn {
  border: none;
  color: #000;
  min-height: inherit;
}

.box-link.vacancy .box-link--btn:after {
  display: none;
}

.box-link.vacancy .box-link--btn:hover {
  color: #ff4b3d;
}

@media (max-width: 490px) {
  .box-link.vacancy .box-link--name {
    font-size: 20px;
    line-height: 30px;
    letter-spacing: inherit;
    word-wrap: break-word;
  }
}

.box-link.vacancy .box-link--name + .vacancy-location {
  margin-top: 16px;
}

@media (max-width: 490px) {
  .box-link.vacancy .box-link--name + .vacancy-location {
    margin-top: 8px;
  }
}

.swiper-partners--box .partners {
  margin: 93px 0 0 0;
}

@media (min-width: 1024px) {
  .swiper-partners--box .partners {
    margin-left: -3.5%;
  }
}

.swiper-partners--box .partners--list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  list-style: none;
  margin: 0;
}

@media (min-width: 1024px) {
  .swiper-partners--box .partners--list {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    margin: -25px 0;
  }
}

.swiper-partners--box .partners--item {
  width: auto;
}

@media (min-width: 1024px) {
  .swiper-partners--box .partners--item {
    width: 25%;
    height: auto;
    margin: 25px 0;
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.swiper-partners--box .partners--item img {
  max-width: 70%;
  -webkit-filter: grayscale(100%);
          filter: grayscale(100%);
  display: block;
  margin: auto;
}

@media (max-width: 1023px) {
  .swiper-partners--box .partners--item img {
    max-width: 100%;
    max-height: 68px;
  }
}

@media (max-width: 480px) {
  .swiper-partners--box .partners--item img {
    max-height: 48px;
  }
}

.swiper-partners--box .partners--item:active img, .swiper-partners--box .partners--item:hover img {
  -webkit-filter: none;
          filter: none;
}

.location-map-wrp {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 92px 0 0;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: end;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

@media (max-width: 468px) {
  .location-map-wrp {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.lm-image {
  margin: 0;
  position: relative;
}

@media (max-width: 768px) {
  .lm-image {
    max-width: 40%;
  }
}

@media (max-width: 468px) {
  .lm-image {
    max-width: 170px;
    margin-bottom: 43px;
  }
}

.location-list-wrp {
  margin: 0 auto 0 11%;
}

@media (max-width: 468px) {
  .location-list-wrp {
    margin-left: 0;
  }
}

.lm-image img {
  display: block;
}

.ll-item {
  position: relative;
  padding: 6px 0 0 49px;
  margin-bottom: 21px;
}

.ll-item:after {
  content: "";
  width: 3px;
  height: 60px;
  -webkit-transform: rotate(26deg);
  transform: rotate(26deg);
  background-color: #d40000;
  position: absolute;
  left: 0.8em;
  top: 0;
}

.one-office-offices {
  overflow: hidden;
  max-height: 0;
  -webkit-transition: max-height 0.4s linear;
  transition: max-height 0.4s linear;
  margin: 0;
}

.one-office-offices li {
  color: #00334c;
  font-weight: 500;
  font-size: 14px;
  line-height: 24px;
}

.--active .one-office-offices {
  max-height: 20em;
  -webkit-transition: max-height 0.8s linear;
  transition: max-height 0.8s linear;
}

.one-office-name {
  color: #000;
  font-weight: 600;
  font-size: 18px;
  line-height: 22px;
  margin-bottom: 20px;
}

/* .one-office.--hover .one-office-name, */
.one-office:hover .one-office-name {
  /* -webkit-transform: translateY(-0.5em);
    -ms-transform: translateY(-0.5em);
    transform: translateY(-0.5em); */
  color: #EA3223;
  cursor: pointer;
}

.marker-list {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.marker-it {
  position: absolute;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 50%;
  border: solid 2px #ffffff;
  background: #d40000;
  /* background-image: -o-radial-gradient(50% 50%, circle, rgba(255, 255, 255, 0.24), #ff0000 140%);
    background-image: radial-gradient(circle at 50% 50%, rgba(255, 255, 255, 0.24), #ff0000 140%); */
  width: 16px;
  height: 16px;
  -webkit-transform: translate(-50%, -50%) scale(1);
  transform: translate(-50%, -50%) scale(1);
  -webkit-transition: -webkit-transform 1s ease;
  transition: -webkit-transform 1s ease;
  transition: transform 1s ease;
  transition: transform 1s ease, -webkit-transform 1s ease;
}

#marker-1 {
  top: 23%;
  left: 86%;
}

#marker-2 {
  top: 44%;
  left: 11%;
}

#marker-3 {
  top: 52%;
  left: 19%;
}

.marker-it:hover,
.marker-it.--hover,
.marker-it.--active {
  cursor: pointer;
  -webkit-transform: translate(-50%, -50%) scale(1.8);
  transform: translate(-50%, -50%) scale(1.8);
}

.marker-it:hover,
.marker-it.--hover,
.marker-it.--active {
  cursor: pointer;
  -webkit-transform: translate(-50%, -50%) scale(1.8);
  transform: translate(-50%, -50%) scale(1.8);
}

.block-location {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 65px -10px;
}

@media (max-width: 667px) {
  .block-location {
    margin: 45px -10px;
  }
}

.block-location:last-child {
  margin-bottom: -10px;
}

.block-location .box-location {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: calc(50% - 20px);
  border: 2px solid #d9e0e4;
  background: #fff;
  padding: 10px;
  margin: 10px;
}

@media (max-width: 992px) {
  .block-location .box-location {
    width: calc(100% - 20px);
  }
}

.block-location .box-location .box-img {
  height: 200px;
  position: relative;
}

@media (max-width: 667px) {
  .block-location .box-location .box-img {
    height: 150px;
  }
}

.block-location .box-location .box-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  left: 0;
  top: 0;
}

.block-location .box-location .box-text {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 45px 25px 35px;
}

@media (max-width: 667px) {
  .block-location .box-location .box-text {
    padding: 35px 15px 25px;
  }
}

.block-location .box-location .box-text .location {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (max-width: 374px) {
  .block-location .box-location .box-text .location {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}

.block-location .box-location .box-text .location-text {
  color: #d40000;
  font-size: 16px;
  line-height: 19px;
  font-weight: 500;
  font-family: "Inter", sans-serif;
  padding-right: 30px;
  margin: 5px 10px 5px 0;
  position: relative;
}

.block-location .box-location .box-text .location-text:after {
  content: "";
  width: 1px;
  height: 32px;
  background: #d40000;
  -webkit-transform: rotate(26deg);
          transform: rotate(26deg);
  position: absolute;
  top: -7px;
  right: 7px;
}

.block-location .box-location .box-text .location-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 3px -5px;
}

.block-location .box-location .box-text .location-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #000;
  font-size: 16px;
  line-height: 19px;
  font-weight: 500;
  font-family: "Inter", sans-serif;
  margin: 3px 5px;
}

.block-location .box-location .box-text .location-item a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #000;
}

.block-location .box-location .box-text .location-item a:hover {
  color: #d40000;
}

.block-location .box-location .box-text .location-item img {
  width: 16px;
  margin-right: 10px;
}

.block-location .box-location .box-text h3 {
  font-size: 38px;
  line-height: 46px;
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  letter-spacing: -2px;
  margin-bottom: 35px;
}

@media (max-width: 667px) {
  .block-location .box-location .box-text h3 {
    font-size: 28px;
    line-height: 34px;
    margin-bottom: 25px;
  }
}

.block-location .box-location .box-text p {
  font-size: 22px;
  line-height: 34px;
  font-family: "Inter", sans-serif;
  font-weight: 300;
  margin-bottom: 35px;
}

@media (max-width: 667px) {
  .block-location .box-location .box-text p {
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 25px;
  }
}

.block-location .box-location .box-text p:last-child {
  margin-bottom: 0;
}

.block-location .box-location .box-text .box-bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin-top: auto;
}

.block-location .box-location .box-text .box-bottom .box-tag {
  border: 1px solid #000;
  border-radius: 2px;
  font-size: 16px;
  line-height: 19px;
  font-weight: 500;
  font-family: "Inter", sans-serif;
  padding: 10px 12px;
}

.block-location .box-location .box-text .box-bottom .box-tag-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding-right: 10px;
}

.block-location .box-location .box-text .box-bottom .box-tag-wrap:last-child {
  padding: 0;
}

.block-location .box-location .box-text .box-bottom .view-btn {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #000;
  white-space: nowrap;
}

.block-location .box-location .box-text .box-bottom .view-btn:hover {
  color: #ff4b3d;
}

.block-location .box-location .box-text .box-bottom .view-btn .icomoon {
  margin: 0;
}

.service-img-wrapper {
  background: #eef0f3;
}

.service-filter + #main-content {
  margin-top: 0;
}

.service-filter {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 60px 0 48px;
}

@media (max-width: 1024px) {
  .service-filter {
    padding-left: 28px;
    padding-right: 28px;
  }
}

.service-filter ul {
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0;
}

.service-filter ul li {
  font-family: Montserrat;
  font-style: normal;
  font-weight: 400;
  font-size: 24px;
  line-height: 29px;
  color: #000;
  opacity: 0.5;
  border-radius: 2px;
  border: 1px solid #000;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

@media (max-width: 767px) {
  .service-filter ul li {
    width: 100%;
  }
}

.service-filter ul li a {
  display: block;
  padding: 15px 57px;
  color: inherit;
}

@media (max-width: 992px) {
  .service-filter ul li a {
    padding: 15px 40px;
  }
}

.service-filter ul li:last-child {
  margin-right: 0;
}

.service-filter ul li:hover {
  color: #d40000;
  border-color: #d40000;
}

.service-filter ul li.active {
  z-index: 2;
  opacity: 1;
  color: #fff;
  background: #d40000;
  border-color: #d40000;
}

.service-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  cursor: pointer;
  width: 100%;
}

@media (max-width: 992px) {
  .service-box {
    min-height: 135px;
  }
}

.service-box:not(.open):not(.active) .service-description {
  -webkit-transition: 600ms;
  transition: 600ms;
  opacity: 0.5;
}

.service-box:not(.open):not(.active):hover .service-description {
  opacity: 1;
}

.service-box .open-btn {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}

.service-box.open .text-box {
  display: block;
}

.service-box .text-box {
  display: none;
}

.service-box .img-box {
  -webkit-transition: all 300ms ease 0s;
  transition: all 300ms ease 0s;
  width: 0;
  overflow: hidden;
}

.service-box .img-box img {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  width: 100%;
  height: 100%;
}

.service-box .service-description {
  border: 2px solid #d9e0e4;
  border-top: 1px solid #d9e0e4;
  border-bottom: 1px solid #d9e0e4;
  padding: 45px 58px;
  width: 100%;
}

@media (max-width: 992px) {
  .service-box .service-description {
    padding: 30px 28px 18px;
  }
}

.service-box .service-description .title-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.service-box .service-description .text-box {
  padding-top: 34px;
  font-family: "Inter", sans-serif;
  font-style: normal;
  font-weight: 300;
  font-size: 20px;
  line-height: 32px;
}

@media (max-width: 992px) {
  .service-box .service-description .text-box {
    padding-bottom: 28px;
  }
}

@media (max-width: 768px) {
  .service-box .service-description .text-box {
    font-size: 14px;
    line-height: 24px;
  }
}

.service-box .service-description .text-box .case-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 56px;
  background-repeat: no-repeat;
  background-size: cover;
}

.service-box .service-description .service-number {
  position: absolute;
  top: -32px;
  left: 0;
  display: block;
  font-size: 32px;
  line-height: 32px;
  font-weight: 500;
  letter-spacing: -2px;
  -webkit-font-feature-settings: "tnum" on, "lnum" on;
          font-feature-settings: "tnum" on, "lnum" on;
}

@media (max-width: 992px) {
  .service-box .service-description .service-number {
    font-weight: 500;
    font-size: 22px;
    top: -6px;
    left: -7px;
  }
}

.service-box .service-description .service-number::after {
  position: absolute;
  content: "";
  display: block;
  width: 1px;
  height: 50px;
  background: #d40000;
  top: -8px;
  right: -18px;
  -webkit-transform: rotate(26deg);
          transform: rotate(26deg);
}

@media (max-width: 992px) {
  .service-box .service-description .service-number::after {
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
    height: 34px;
    top: 8px;
    right: -5px;
  }
}

.service-box .service-description .service-name {
  font-weight: 500;
  font-size: 48px;
  line-height: 86px;
  letter-spacing: -2px;
  text-transform: none;
  margin: 0;
  padding: 0;
}

@media (max-width: 992px) {
  .service-box .service-description .service-name {
    font-weight: 500;
    font-size: 22px;
    line-height: 32px;
    letter-spacing: 0;
  }
}

.service-box .service-category {
  list-style: none;
  padding: 0 0 44px 0;
  margin: -4px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.service-box .service-category li {
  border: 1px solid #000;
  padding: 4px 8px;
  margin: 4px;
}

.service-box .service-category li a {
  font-family: "Inter";
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  -webkit-font-feature-settings: "tnum" on, "lnum" on;
          font-feature-settings: "tnum" on, "lnum" on;
  color: #000;
}

.latest-cases {
  width: 100%;
  background: #eef0f3;
  padding: 174px 0;
}

@media (max-width: 992px) {
  .latest-cases {
    padding: 82px 0 0;
  }
}

.latest-cases .section-title {
  padding: 0;
}

@media (max-width: 1024px) {
  .latest-cases .section-title {
    margin: 0 85px;
  }
}

@media (max-width: 992px) {
  .latest-cases .section-title {
    margin: 0 28px;
    font-size: 32px;
    line-height: 38px;
  }
}

.latest-cases .case-list {
  margin: 92px 0 0;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[2];
      grid-template-columns: repeat(2, 1fr);
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  list-style: none;
}

@media (max-width: 1100px) {
  .latest-cases .case-list {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }
}

@media (max-width: 1024px) {
  .latest-cases .case-list {
    -ms-grid-columns: (1fr)[1];
        grid-template-columns: repeat(1, 1fr);
    margin: 48px 0 0;
  }
}

.case-item {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-height: 435px;
  padding: 44px 55px 55px;
  overflow: hidden;
  position: relative;
}

@media (max-width: 1024px) {
  .case-item {
    padding: 44px 85px 51px;
  }
}

@media (max-width: 992px) {
  .case-item {
    padding: 44px 28px 51px;
    min-height: 375px;
    display: none;
  }
  .case-item:first-child {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.case-item > a {
  width: 100%;
  z-index: 2;
}

.case-item > a .case-item--box {
  pointer-events: none;
}

.case-item > a:hover .link-btn:not(.link-btn--category) {
  -webkit-transition: 600ms;
  transition: 600ms;
  color: #ff4b3d;
}

.case-item img {
  -webkit-transition: 600ms;
  transition: 600ms;
  position: absolute;
  top: 0;
  left: 0;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  width: 100%;
  height: 100%;
}

.case-item:hover img {
  -webkit-transition: 600ms;
  transition: 600ms;
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
}

.case-item:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  display: block;
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.7)), to(rgba(0, 0, 0, 0.7)));
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7));
  top: 0;
  left: 0;
  z-index: 1;
}

.case-item--box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  z-index: 2;
  color: #fff;
  width: 100%;
  height: 100%;
}

.case-item--title-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 535px;
  margin-bottom: -40px;
}

@media (max-width: 992px) {
  .case-item--title-box {
    height: 435px;
    margin-bottom: -32px;
  }
}

@media (max-width: 667px) {
  .case-item--title-box {
    height: 340px;
  }
}

.case-item--title-box .back-btn {
  top: auto !important;
  bottom: -10px;
  margin: 0;
}

@media (max-width: 992px) {
  .case-item--title-box .back-btn {
    bottom: -15px;
  }
}

@media (max-width: 992px) {
  .case-item--title-box .h1,
  .case-item--title-box .case-title {
    font-size: 22px !important;
    line-height: 30px !important;
    letter-spacing: 1px;
  }
}

.case-item--title-box .case-title + .case-title {
  position: relative;
  padding-left: 90px;
}

.case-item--title-box .case-title + .case-title:before {
  position: absolute;
  top: 12px;
  left: 40px;
  content: "";
  display: block;
  width: 2px;
  height: 75%;
  background: #d40000;
  -webkit-transform: rotate(26deg);
          transform: rotate(26deg);
}

@media (max-width: 992px) {
  .case-item--title-box .case-title + .case-title {
    padding-left: 35px;
  }
  .case-item--title-box .case-title + .case-title:before {
    top: -12px;
    left: 16px;
    height: 52px;
  }
}

.case-item--text {
  font-family: "Inter", sans-serif;
  font-style: normal;
  font-weight: 300;
  font-size: 20px;
  line-height: 32px;
  color: #fff9f9;
}

@media (max-width: 670px) {
  .case-item--text {
    font-size: 14px;
    line-height: 24px;
  }
}

.case-item--link {
  margin-top: 77px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (max-width: 992px) {
  .case-item--link {
    margin-top: 48px;
  }
}

.case-item--link a:hover .link-category {
  color: #ff4b3d;
}

.case-item--link .link-btn,
.case-item--link .link-category {
  font-weight: 500;
  font-size: 16px;
  color: #fff;
}

.case-item--link .link-btn {
  margin-left: auto;
  line-height: 32px;
  text-align: right;
  -webkit-font-feature-settings: "tnum" on, "lnum" on;
          font-feature-settings: "tnum" on, "lnum" on;
}

@media (max-width: 768px) {
  .case-item--link .link-btn span {
    display: none;
  }
}

.case-item--link .link-btn .icomoon {
  margin: 0 0 0 28px;
  display: inline-block;
}

.case-item--link .link-btn:hover, .case-item--link .link-btn:active {
  color: #ff4b3d;
}

.case-item--link .link-btn--category {
  margin-left: 0;
}

@media (max-width: 768px) {
  .case-item--link .link-btn--category span {
    display: block;
  }
}

.case-item--link .link-category {
  -webkit-transition: 600ms;
  transition: 600ms;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  font-family: "Inter", sans-serif;
  line-height: 19px;
  padding: 10px 12px;
  background: rgba(225, 228, 232, 0.2);
  border-radius: 2px;
}

.latest-cases--list-page {
  background: transparent;
  padding: 87px 0 154px;
}

@media (max-width: 992px) {
  .latest-cases--list-page {
    padding: 0;
  }
}

.latest-cases--list-page .section-title + .case-list {
  margin-top: 92px;
}

.latest-cases--list-page .case-list {
  margin: 0;
}

@media (max-width: 1024px) {
  .latest-cases--list-page .case-list {
    grid-column-gap: 0;
    grid-row-gap: 0;
  }
}

@media (max-width: 1024px) {
  .latest-cases--list-page .case-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 1px;
  }
  .latest-cases--list-page .case-item:last-child {
    margin-bottom: 0;
  }
}

.contact-person, .contact-person--double {
  padding: 156px 0 173px;
  background: #00334c;
}

@media (max-width: 768px) {
  .contact-person, .contact-person--double {
    padding: 82px 0 100px;
  }
}

.contact-person .section-headline, .contact-person--double .section-headline {
  font-weight: 500;
  font-size: 54px;
  line-height: 88px;
  text-transform: uppercase;
  -webkit-font-feature-settings: "tnum" on, "lnum" on;
          font-feature-settings: "tnum" on, "lnum" on;
  max-width: 360px;
  margin: 0;
}

@media (max-width: 1240px) {
  .contact-person .section-headline, .contact-person--double .section-headline {
    max-width: inherit;
    margin-bottom: 48px;
  }
}

@media (max-width: 768px) {
  .contact-person .section-headline, .contact-person--double .section-headline {
    font-size: 32px;
    line-height: 38px;
  }
}

.contact-person--wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  color: #fff;
  position: relative;
}

@media (max-width: 1240px) {
  .contact-person--wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.contact-person--img {
  width: 100%;
  max-width: 263px;
  -ms-grid-row: 1;
  -ms-grid-row-span: 2;
  -ms-grid-column: 1;
  -ms-grid-column-span: 1;
  grid-area: 1 / 1 / 3 / 2;
}

@media (max-width: 768px) {
  .contact-person--img {
    width: 31%;
    min-width: 95px;
    margin-right: 33px;
  }
}

@media (max-width: 480px) {
  .contact-person--img {
    margin: 8px 16px 30px 0;
  }
}

.contact-person--info {
  width: 100%;
  max-width: 600px;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 330px auto;
      grid-template-columns: 330px auto;
  -ms-grid-rows: (auto)[2];
      grid-template-rows: repeat(2, auto);
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

@media (max-width: 768px) {
  .contact-person--info {
    max-width: inherit;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}

@media (max-width: 359px) {
  .contact-person--info {
    display: block;
  }
}

.contact-person--info .info-name {
  font-weight: 500;
  -webkit-font-feature-settings: "tnum" on, "lnum" on;
          font-feature-settings: "tnum" on, "lnum" on;
}

.contact-person--info .info-name h2,
.contact-person--info .info-name h5 {
  color: #fff;
  font-size: 32px;
  line-height: 40px;
  letter-spacing: -1px;
  margin-bottom: 0;
  text-transform: none;
}

@media (max-width: 768px) {
  .contact-person--info .info-name h2,
  .contact-person--info .info-name h5 {
    font-size: 22px;
  }
}

.contact-person--info .info-name span,
.contact-person--info .info-name h6 {
  font-family: "Inter";
  font-style: normal;
  font-size: 16px;
  line-height: 19px;
  color: #a7d8f1;
  margin-bottom: 0;
}

@media (max-width: 768px) {
  .contact-person--info .info-name span,
  .contact-person--info .info-name h6 {
    font-size: 14px;
    line-height: 17px;
  }
}

.contact-person--info .info-name h2 + span,
.contact-person--info .info-name h5 + h6 {
  margin-top: 17px;
}

@media (max-width: 768px) {
  .contact-person--info .info-name h2 + span,
  .contact-person--info .info-name h5 + h6 {
    margin-top: 0;
  }
}

.contact-person--info .info-contact a {
  display: block;
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;
  color: #fff;
  -webkit-font-feature-settings: "tnum" on, "lnum" on;
          font-feature-settings: "tnum" on, "lnum" on;
  margin-bottom: 16px;
}

@media (max-width: 768px) {
  .contact-person--info .info-contact a {
    font-size: 14px;
    line-height: 17px;
    margin-bottom: 10px;
  }
}

.contact-person--info .info-contact a:last-child {
  margin-bottom: 0;
}

.contact-person--info .info-contact a:hover {
  color: #ff4b3d;
}

.contact-person--info .info-name + .info-contact {
  margin-top: 45px;
}

@media (max-width: 768px) {
  .contact-person--info .info-name + .info-contact {
    margin-top: 38px;
  }
}

.contact-person--info .info-inner-wrapper {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.contact-person--info .btn-box {
  min-width: 267px;
  padding-top: 40px;
  margin-top: auto;
  -ms-grid-row: 2;
  -ms-grid-row-span: 1;
  -ms-grid-column: 2;
  -ms-grid-column-span: 1;
  grid-area: 2 / 2 / 3 / 3;
}

@media (max-width: 768px) {
  .contact-person--info .btn-box {
    width: 100%;
    padding-top: 0;
    margin-top: 40px;
  }
}

@media (max-width: 320px) {
  .contact-person--info .btn-box {
    min-width: inherit;
  }
}

@media (max-width: 1240px) {
  .contact-person .up-wrapper, .contact-person--double .up-wrapper {
    position: absolute;
    right: 0;
    bottom: 0;
  }
}

@media (max-width: 768px) {
  .contact-person .up-wrapper, .contact-person--double .up-wrapper {
    display: none;
  }
}

@media (min-width: 1440px) {
  .contact-person--double {
    padding-right: 1px;
    padding-left: 1px;
  }
}

@media (max-width: 1240px) {
  .contact-person--double .contact-person--wrapper {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.contact-person--double .container-main {
  padding: 0;
}

.contact-person--double .contact-person--info {
  -ms-grid-columns: 263px auto;
      grid-template-columns: 263px auto;
}

@media (max-width: 1240px) {
  .contact-person--double .contact-person--info:first-child {
    margin-bottom: 100px;
  }
}

.contact-person--double .info-inner-wrapper,
.contact-person--double .btn-box {
  padding: 0 33px;
}

@media (max-width: 1240px) {
  .contact-person--double .info-inner-wrapper,
  .contact-person--double .btn-box {
    padding: 0 0 0 33px;
  }
}

@media (max-width: 768px) {
  .contact-person--double .info-inner-wrapper,
  .contact-person--double .btn-box {
    padding: 0;
  }
}

.temporary-hero {
  background: lightblue;
  width: 100%;
  height: 600px;
  display: block;
}

.product-list {
  margin: 0;
  list-style: none;
  padding: 87px 0 188px;
}

@media (max-width: 1024px) {
  .product-list {
    padding: 0;
  }
}

.product-list:hover {
  -webkit-transition: 600ms;
  transition: 600ms;
}

.product-list:hover .product-item {
  -webkit-transition: 600ms;
  transition: 600ms;
  opacity: 0.5;
}

.product-list:hover .product-item:hover {
  opacity: 1;
}

.product-list .product-item {
  -webkit-transition: 600ms;
  transition: 600ms;
  border-right: 2px solid #d9e0e4;
  border-left: 2px solid #d9e0e4;
  border-top: 1px solid #d9e0e4;
  border-bottom: 1px solid #d9e0e4;
}

.product-list .product-item:first-child {
  border-top: 2px solid #d9e0e4;
}

.product-list .product-item:last-child {
  border-bottom: 2px solid #d9e0e4;
}

.product-list .product-link {
  -webkit-transition: 1500ms;
  transition: 1500ms;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 60px 70px;
}

@media (max-width: 992px) {
  .product-list .product-link {
    padding: 34px 28px;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}

@media (max-width: 462px) {
  .product-list .product-link {
    padding: 30px 15px;
  }
}

.product-list .product-link .product-wrapper {
  width: 80%;
}

.product-list .product-link .pr-headline {
  text-transform: none;
  font-weight: 500;
  font-size: 48px;
  line-height: 86px;
  letter-spacing: -2px;
  -webkit-font-feature-settings: 'tnum' on, 'lnum' on;
          font-feature-settings: 'tnum' on, 'lnum' on;
  margin: 0;
  padding: 0;
}

@media (max-width: 992px) {
  .product-list .product-link .pr-headline {
    font-size: 22px;
    line-height: 30px;
    letter-spacing: initial;
  }
}

.product-list .product-link .pr-headline + .pr-subline--box {
  margin-top: 10px;
}

.pr-subline {
  color: #d40000;
  font-family: 'Inter';
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
}

@media (max-width: 768px) {
  .pr-subline {
    font-size: 14px;
    line-height: 17px;
  }
}

.pr-subline--box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.pr-subline--black {
  position: relative;
  color: #000;
}

.pr-subline--black br {
  display: none;
}

.pr-subline + .pr-subline--black {
  padding-left: 33px;
}

@media (max-width: 768px) {
  .pr-subline + .pr-subline--black {
    padding-left: 22px;
  }
}

.pr-subline + .pr-subline--black::before {
  position: absolute;
  content: '';
  display: block;
  width: 1px;
  height: 32px;
  left: 15px;
  top: -6px;
  background: #d40000;
  -webkit-transform: rotate(26deg);
          transform: rotate(26deg);
}

@media (max-width: 768px) {
  .pr-subline + .pr-subline--black::before {
    height: 24px;
    left: 10px;
    top: -3px;
    -webkit-transform: rotate(32deg);
            transform: rotate(32deg);
  }
}

.blog-section {
  text-align: center;
}

.blog-wrapper {
  margin: 55px 0 70px;
}

@media (max-width: 1024px) {
  .blog-wrapper {
    margin: 55px 25px 70px;
  }
}

@media (max-width: 768px) {
  .blog-wrapper {
    margin: 55px 0 70px;
  }
}

@media (max-width: 480px) {
  .blog-wrapper {
    margin-bottom: 40px;
  }
}

.blog-wrapper .grid-list {
  margin: -10px;
  -webkit-column-count: 2;
          column-count: 2;
  -webkit-column-gap: 20px;
          column-gap: 20px;
}

@media (max-width: 992px) {
  .blog-wrapper .grid-list {
    -webkit-column-count: 1;
            column-count: 1;
    -webkit-column-gap: 0;
            column-gap: 0;
  }
}

@media (max-width: 480px) {
  .blog-wrapper .grid-list {
    margin: 0;
  }
}

.blog-wrapper .grid-item {
  background: #fff;
  border: 2px solid #d9e0e4;
  width: 100%;
  margin: 10px 0;
  display: inline-block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

@media (max-width: 992px) {
  .blog-wrapper .grid-item {
    margin: 0 0 30px 0;
  }
  .blog-wrapper .grid-item:last-child {
    margin-bottom: 0;
  }
}

.blog-wrapper .grid-item .grid-link {
  display: block;
}

.blog-wrapper .grid-item .grid-link--wrapper {
  padding: 31px 48px 48px;
}

@media (max-width: 992px) {
  .blog-wrapper .grid-item .grid-link--wrapper {
    padding: 21px 28px 36px;
  }
}

.blog-wrapper .grid-item .grid-link:hover img {
  -webkit-transition: 600ms;
  transition: 600ms;
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
}

.blog-wrapper .grid-item .post-image {
  overflow: hidden;
}

.blog-wrapper .grid-item .post-image img {
  width: 100%;
  height: 260px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
}

@media (max-width: 480px) {
  .blog-wrapper .grid-item .post-image img {
    height: 146px;
  }
}

.blog-wrapper .grid-item .post-title {
  text-transform: none;
  font-weight: 500;
  font-size: 48px;
  line-height: 62px;
  letter-spacing: -2px;
  padding: 0;
  margin-bottom: 24px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}

@media (min-width: 993px) {
  .blog-wrapper .grid-item .post-title {
    height: 186px;
  }
}

@media (max-width: 768px) {
  .blog-wrapper .grid-item .post-title {
    font-size: 22px;
    line-height: 30px;
    letter-spacing: initial;
  }
}

.blog-wrapper .grid-item .post-text {
  font-family: "Inter";
  font-style: normal;
  font-weight: 300;
  font-size: 20px;
  line-height: 32px;
  color: #000;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}

@media (min-width: 993px) {
  .blog-wrapper .grid-item .post-text {
    height: 96px;
  }
}

@media (max-width: 768px) {
  .blog-wrapper .grid-item .post-text {
    font-size: 14px;
    line-height: 26px;
  }
}

.category-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 25px;
  color: #000;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  -webkit-font-feature-settings: "tnum" on, "lnum" on;
          font-feature-settings: "tnum" on, "lnum" on;
}

@media (min-width: 993px) {
  .category-wrapper {
    min-height: 34px;
  }
}

.category-wrapper span {
  padding: 4px 8px;
  border: 1px solid #000;
}

@media (max-width: 480px) {
  .category-wrapper {
    font-size: 12px;
    line-height: 15px;
  }
}

.tabs-wrapper {
  margin-top: 85px;
}

@media (max-width: 1024px) {
  .tabs-wrapper {
    margin: 48px 15px 0;
  }
}

@media (max-width: 992px) {
  .tabs-wrapper {
    margin: 48px 28px 0;
  }
}

.tabs-wrapper .tab-list {
  -webkit-transition: 600ms;
  transition: 600ms;
  margin: -8px;
  padding: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  max-width: 90%;
}

@media (max-width: 1024px) {
  .tabs-wrapper .tab-list {
    max-width: 100%;
  }
}

.tabs-wrapper .tab-list li {
  -webkit-transition: 600ms;
  transition: 600ms;
  padding: 12px 16px;
  border: 1px solid #000;
  font-weight: 500;
  font-size: 24px;
  line-height: 29px;
  -webkit-font-feature-settings: "tnum" on, "lnum" on;
          font-feature-settings: "tnum" on, "lnum" on;
  margin: 8px;
}

.tabs-wrapper .tab-list li a {
  color: #000;
}

@media (max-width: 992px) {
  .tabs-wrapper .tab-list li {
    padding: 8px;
    font-size: 14px;
    line-height: 17px;
  }
}

.tabs-wrapper .tab-list li:hover,
.tabs-wrapper .tab-list li:active,
.tabs-wrapper .tab-list li.active {
  -webkit-transition: 600ms;
  transition: 600ms;
  background-color: #000;
  color: #fff;
}

.tabs-wrapper .tab-list li:hover a,
.tabs-wrapper .tab-list li:active a,
.tabs-wrapper .tab-list li.active a {
  color: #fff;
}

@media (max-width: 992px) {
  .blog-wrapper.prev-only .next {
    display: none;
  }
  .blog-wrapper.prev-only .prev {
    display: block;
  }
}

@media (max-width: 992px) {
  .blog-wrapper.next-only .prev {
    display: none;
  }
}

.blog-section--single {
  background: #eef0f3;
  padding: 174px 0 120px;
}

@media (max-width: 1330px) {
  .blog-section--single {
    padding: 174px 20px 120px;
  }
}

@media (max-width: 1024px) {
  .blog-section--single {
    padding: 80px 20px 80px;
  }
}

@media (max-width: 992px) {
  .blog-section--single {
    padding: 80px 0 0;
  }
}

.blog-section--single .button-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  list-style: none;
  margin: 0;
  padding: 0;
}

.blog-section--single .button-list .prev {
  margin-right: auto;
}

.blog-section--single .button-list .next {
  margin-left: auto;
}

@media (max-width: 992px) {
  .blog-section--single .button-list {
    padding: 0 28px;
  }
}

@media (max-width: 762px) {
  .blog-section--single .button-list .prev,
  .blog-section--single .button-list .next {
    margin: 0;
  }
}

.blog-section--single .button-list .prev,
.blog-section--single .button-list .next {
  border: none;
  outline: none;
}

.blog-section--single .button-list .prev h5,
.blog-section--single .button-list .next h5 {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 500;
  font-size: 32px;
  line-height: 86px;
  letter-spacing: -1px;
  -webkit-font-feature-settings: "tnum" on, "lnum" on;
          font-feature-settings: "tnum" on, "lnum" on;
  margin: 0;
}

@media (max-width: 762px) {
  .blog-section--single .button-list .prev h5,
  .blog-section--single .button-list .next h5 {
    font-size: 22px;
    line-height: 38px;
  }
}

@media (max-width: 462px) {
  .blog-section--single .button-list .prev h5,
  .blog-section--single .button-list .next h5 {
    font-size: 18px;
    line-height: 28px;
  }
}

@media (max-width: 376px) {
  .blog-section--single .button-list .prev h5,
  .blog-section--single .button-list .next h5 {
    font-size: 14px;
    line-height: 20px;
  }
}

@media (max-width: 762px) {
  .blog-section--single .button-list .prev,
  .blog-section--single .button-list .next {
    margin-bottom: 38px;
  }
}

.blog-section--single .blog-wrapper {
  max-width: 1300px;
  margin: 0;
  margin: auto;
}

.blog-section--single .grid-list.blog-cards {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0;
}

@media (max-width: 992px) {
  .blog-section--single .grid-list.blog-cards {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .blog-section--single .grid-list.blog-cards .grid-item:not(:first-child) {
    display: none;
  }
}

.blog-section--single .grid-list.blog-cards .grid-item {
  -webkit-transition: 600ms;
  transition: 600ms;
  width: 49%;
}

.blog-section--single .grid-list.blog-cards .grid-item.prev-only {
  margin-right: auto;
}

.blog-section--single .grid-list.blog-cards .grid-item.next-only {
  margin-left: auto;
}

@media (max-width: 992px) {
  .blog-section--single .grid-list.blog-cards .grid-item {
    width: 100%;
  }
}

.blog-section--single .grid-list.blog-cards .grid-item:hover {
  border-color: #ff4b3d;
}

.blog-section--single .post-image {
  display: none;
}

.career .section-title {
  font-weight: 500;
  font-size: 48px;
  line-height: 62px;
  letter-spacing: -2px;
  -webkit-font-feature-settings: "tnum" on, "lnum" on;
          font-feature-settings: "tnum" on, "lnum" on;
}

.work-service,
.career-service {
  width: inherit;
  max-width: 750px;
  padding: 87px 0 123px;
}

@media (min-width: 1920px) {
  .work-service,
  .career-service {
    max-width: 100%;
  }
}

@media (max-width: 1024px) {
  .work-service,
  .career-service {
    max-width: 100%;
  }
}

@media (max-width: 768px) {
  .work-service,
  .career-service {
    margin-left: 0;
  }
}

@media (max-width: 490px) {
  .work-service,
  .career-service {
    padding: 40px 0 80px;
  }
}

.work-service .section-title,
.career-service .section-title {
  text-transform: none;
  padding-bottom: 55px;
}

@media (max-width: 490px) {
  .work-service .section-title,
  .career-service .section-title {
    font-size: 22px;
    line-height: 22px;
    padding-bottom: 32px;
    letter-spacing: inherit;
  }
}

.work-service--box,
.career-service--box {
  font-family: Inter;
  font-style: normal;
  font-weight: normal;
  font-size: 24px;
  line-height: 42px;
  -webkit-font-feature-settings: "tnum" on, "lnum" on;
          font-feature-settings: "tnum" on, "lnum" on;
}

@media (max-width: 490px) {
  .work-service--box,
  .career-service--box {
    font-size: 14px;
    line-height: 26px;
  }
}

.work-service--box p,
.career-service--box p {
  margin-bottom: 55px;
}

@media (max-width: 490px) {
  .work-service--box p,
  .career-service--box p {
    margin-bottom: 35px;
  }
}

.work-service--box p:last-child,
.career-service--box p:last-child {
  margin-bottom: 0;
}

.work-service--box .link-download,
.career-service--box .link-download {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #ff0000;
  font-size: 16px;
  line-height: 32px;
  font-family: 'Montserrat', sans-serif;
  font-weight: 500;
  margin-bottom: 55px;
}

@media (max-width: 490px) {
  .work-service--box .link-download,
  .career-service--box .link-download {
    margin-bottom: 35px;
  }
}

.work-service--box .link-download:last-child,
.career-service--box .link-download:last-child {
  margin-bottom: 0;
}

.work-service--box .link-download:hover,
.career-service--box .link-download:hover {
  color: #ff4b3d;
}

.work-service--box .link-download .icomoon,
.career-service--box .link-download .icomoon {
  margin: 0 0 0 30px;
}

.work-service--box .link-download .icomoon:before,
.career-service--box .link-download .icomoon:before {
  display: inline-block;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}

.work-service--box {
  font-size: 21px;
  font-weight: 300;
}

.benefits .section-title {
  padding-bottom: 115px;
}

@media (max-width: 490px) {
  .benefits .section-title {
    font-weight: 500;
    font-size: 32px;
    line-height: 38px;
    letter-spacing: inherit;
    padding-bottom: 25px;
  }
}

.benefits-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[3];
      grid-template-columns: repeat(3, 1fr);
  grid-column-gap: 60px;
  grid-row-gap: 130px;
}

@media (max-width: 768px) {
  .benefits-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    grid-column-gap: 0;
    grid-row-gap: 0;
  }
  .benefits-list .benefits-item {
    margin-bottom: 60px;
  }
  .benefits-list .benefits-item:last-child {
    margin-bottom: 0;
  }
}

@media (max-width: 490px) {
  .benefits-list {
    font-size: 14px;
    line-height: 24px;
  }
}

.benefits-item {
  color: #00334c;
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  -webkit-font-feature-settings: "tnum" on, "lnum" on;
          font-feature-settings: "tnum" on, "lnum" on;
}

@media (max-width: 768px) {
  .benefits-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

@media (max-width: 320px) {
  .benefits-item {
    display: block;
  }
}

.benefits-img {
  padding-bottom: 30px;
}

@media (max-width: 768px) {
  .benefits-img {
    padding-bottom: 0;
    margin-right: 40px;
  }
}

@media (max-width: 490px) {
  .benefits-img {
    margin-right: 20px;
  }
}

@media (max-width: 320px) {
  .benefits-img {
    margin-right: 0;
    padding-bottom: 15px;
  }
}

.benefits-img img {
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  max-width: 57px;
  width: 100%;
}

@media (max-width: 768px) {
  .benefits-img img {
    max-width: 100px;
    width: 100%;
    min-width: 100px;
  }
}

@media (max-width: 490px) {
  .benefits-img img {
    max-width: 57px;
    width: 100%;
    min-width: 57px;
  }
}

span.vacancy-location {
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  color: #00334c;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (max-width: 490px) {
  span.vacancy-location {
    font-size: 12px;
  }
}

span.vacancy-location .icomoon-location {
  margin: 0 8px 0 0;
}

span.vacancy-location .vacancy-dot {
  background: #00334c;
  width: 4px;
  height: 4px;
  display: inline-block;
  border-radius: 50%;
  margin: 0 10px;
}

.blog-section {
  text-align: center;
}

.blog-wrapper {
  margin: 55px 0 70px;
}

@media (max-width: 1024px) {
  .blog-wrapper {
    margin: 55px 25px 70px;
  }
}

@media (max-width: 768px) {
  .blog-wrapper {
    margin: 55px 0 70px;
  }
}

@media (max-width: 480px) {
  .blog-wrapper {
    margin-bottom: 40px;
  }
}

.blog-wrapper .grid-list {
  margin: -10px;
  -webkit-column-count: 2;
          column-count: 2;
  -webkit-column-gap: 20px;
          column-gap: 20px;
}

@media (max-width: 992px) {
  .blog-wrapper .grid-list {
    -webkit-column-count: 1;
            column-count: 1;
    -webkit-column-gap: 0;
            column-gap: 0;
  }
}

@media (max-width: 480px) {
  .blog-wrapper .grid-list {
    margin: 0;
  }
}

.blog-wrapper .grid-item {
  background: #fff;
  border: 2px solid #d9e0e4;
  width: 100%;
  margin: 10px 0;
  display: inline-block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

@media (max-width: 992px) {
  .blog-wrapper .grid-item {
    margin: 0 0 30px 0;
  }
  .blog-wrapper .grid-item:last-child {
    margin-bottom: 0;
  }
}

.blog-wrapper .grid-item .grid-link {
  display: block;
}

.blog-wrapper .grid-item .grid-link--wrapper {
  padding: 31px 48px 48px;
}

@media (max-width: 992px) {
  .blog-wrapper .grid-item .grid-link--wrapper {
    padding: 21px 28px 36px;
  }
}

.blog-wrapper .grid-item .grid-link:hover img {
  -webkit-transition: 600ms;
  transition: 600ms;
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
}

.blog-wrapper .grid-item .post-image {
  overflow: hidden;
}

.blog-wrapper .grid-item .post-image img {
  width: 100%;
  height: 260px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
}

@media (max-width: 480px) {
  .blog-wrapper .grid-item .post-image img {
    height: 146px;
  }
}

.blog-wrapper .grid-item .post-title {
  text-transform: none;
  font-weight: 500;
  font-size: 48px;
  line-height: 62px;
  letter-spacing: -2px;
  padding: 0;
  margin-bottom: 24px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}

@media (min-width: 993px) {
  .blog-wrapper .grid-item .post-title {
    height: 186px;
  }
}

@media (max-width: 768px) {
  .blog-wrapper .grid-item .post-title {
    font-size: 22px;
    line-height: 30px;
    letter-spacing: initial;
  }
}

.blog-wrapper .grid-item .post-text {
  font-family: "Inter";
  font-style: normal;
  font-weight: 300;
  font-size: 20px;
  line-height: 32px;
  color: #000;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}

@media (min-width: 993px) {
  .blog-wrapper .grid-item .post-text {
    height: 96px;
  }
}

@media (max-width: 768px) {
  .blog-wrapper .grid-item .post-text {
    font-size: 14px;
    line-height: 26px;
  }
}

.category-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 25px;
  color: #000;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  -webkit-font-feature-settings: "tnum" on, "lnum" on;
          font-feature-settings: "tnum" on, "lnum" on;
}

@media (min-width: 993px) {
  .category-wrapper {
    min-height: 34px;
  }
}

.category-wrapper span {
  padding: 4px 8px;
  border: 1px solid #000;
}

@media (max-width: 480px) {
  .category-wrapper {
    font-size: 12px;
    line-height: 15px;
  }
}

.tabs-wrapper {
  margin-top: 85px;
}

@media (max-width: 1024px) {
  .tabs-wrapper {
    margin: 48px 15px 0;
  }
}

@media (max-width: 992px) {
  .tabs-wrapper {
    margin: 48px 28px 0;
  }
}

.tabs-wrapper .tab-list {
  -webkit-transition: 600ms;
  transition: 600ms;
  margin: -8px;
  padding: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  max-width: 90%;
}

@media (max-width: 1024px) {
  .tabs-wrapper .tab-list {
    max-width: 100%;
  }
}

.tabs-wrapper .tab-list li {
  -webkit-transition: 600ms;
  transition: 600ms;
  padding: 12px 16px;
  border: 1px solid #000;
  font-weight: 500;
  font-size: 24px;
  line-height: 29px;
  -webkit-font-feature-settings: "tnum" on, "lnum" on;
          font-feature-settings: "tnum" on, "lnum" on;
  margin: 8px;
}

.tabs-wrapper .tab-list li a {
  color: #000;
}

@media (max-width: 992px) {
  .tabs-wrapper .tab-list li {
    padding: 8px;
    font-size: 14px;
    line-height: 17px;
  }
}

.tabs-wrapper .tab-list li:hover,
.tabs-wrapper .tab-list li:active,
.tabs-wrapper .tab-list li.active {
  -webkit-transition: 600ms;
  transition: 600ms;
  background-color: #000;
  color: #fff;
}

.tabs-wrapper .tab-list li:hover a,
.tabs-wrapper .tab-list li:active a,
.tabs-wrapper .tab-list li.active a {
  color: #fff;
}

@media (max-width: 992px) {
  .blog-wrapper.prev-only .next {
    display: none;
  }
  .blog-wrapper.prev-only .prev {
    display: block;
  }
}

@media (max-width: 992px) {
  .blog-wrapper.next-only .prev {
    display: none;
  }
}

.blog-section--single {
  background: #eef0f3;
  padding: 174px 0 120px;
}

@media (max-width: 1330px) {
  .blog-section--single {
    padding: 174px 20px 120px;
  }
}

@media (max-width: 1024px) {
  .blog-section--single {
    padding: 80px 20px 80px;
  }
}

@media (max-width: 992px) {
  .blog-section--single {
    padding: 80px 0 0;
  }
}

.blog-section--single .button-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  list-style: none;
  margin: 0;
  padding: 0;
}

.blog-section--single .button-list .prev {
  margin-right: auto;
}

.blog-section--single .button-list .next {
  margin-left: auto;
}

@media (max-width: 992px) {
  .blog-section--single .button-list {
    padding: 0 28px;
  }
}

@media (max-width: 762px) {
  .blog-section--single .button-list .prev,
  .blog-section--single .button-list .next {
    margin: 0;
  }
}

.blog-section--single .button-list .prev,
.blog-section--single .button-list .next {
  border: none;
  outline: none;
}

.blog-section--single .button-list .prev h5,
.blog-section--single .button-list .next h5 {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 500;
  font-size: 32px;
  line-height: 86px;
  letter-spacing: -1px;
  -webkit-font-feature-settings: "tnum" on, "lnum" on;
          font-feature-settings: "tnum" on, "lnum" on;
  margin: 0;
}

@media (max-width: 762px) {
  .blog-section--single .button-list .prev h5,
  .blog-section--single .button-list .next h5 {
    font-size: 22px;
    line-height: 38px;
  }
}

@media (max-width: 462px) {
  .blog-section--single .button-list .prev h5,
  .blog-section--single .button-list .next h5 {
    font-size: 18px;
    line-height: 28px;
  }
}

@media (max-width: 376px) {
  .blog-section--single .button-list .prev h5,
  .blog-section--single .button-list .next h5 {
    font-size: 14px;
    line-height: 20px;
  }
}

@media (max-width: 762px) {
  .blog-section--single .button-list .prev,
  .blog-section--single .button-list .next {
    margin-bottom: 38px;
  }
}

.blog-section--single .blog-wrapper {
  max-width: 1300px;
  margin: 0;
  margin: auto;
}

.blog-section--single .grid-list.blog-cards {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0;
}

@media (max-width: 992px) {
  .blog-section--single .grid-list.blog-cards {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .blog-section--single .grid-list.blog-cards .grid-item:not(:first-child) {
    display: none;
  }
}

.blog-section--single .grid-list.blog-cards .grid-item {
  -webkit-transition: 600ms;
  transition: 600ms;
  width: 49%;
}

.blog-section--single .grid-list.blog-cards .grid-item.prev-only {
  margin-right: auto;
}

.blog-section--single .grid-list.blog-cards .grid-item.next-only {
  margin-left: auto;
}

@media (max-width: 992px) {
  .blog-section--single .grid-list.blog-cards .grid-item {
    width: 100%;
  }
}

.blog-section--single .grid-list.blog-cards .grid-item:hover {
  border-color: #ff4b3d;
}

.blog-section--single .post-image {
  display: none;
}

#the-pagination {
  position: relative;
  margin: 70px 0 100px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media (max-width: 480px) {
  #the-pagination {
    margin-top: 40px;
  }
}

#the-pagination::after, #the-pagination:before {
  content: '';
  display: block;
  width: 56px;
  height: 56px;
}

#the-pagination:before {
  margin-right: 54px;
}

@media (max-width: 480px) {
  #the-pagination:before {
    margin-right: 4px;
  }
}

#the-pagination::after {
  margin-left: 46px;
}

@media (max-width: 480px) {
  #the-pagination::after {
    margin-left: -4px;
  }
}

#the-pagination a,
#the-pagination span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 56px;
  height: 56px;
  border: 2px solid #d9e0e4;
  border-radius: 50%;
  color: #000;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  -webkit-font-feature-settings: "tnum" on, "lnum" on;
          font-feature-settings: "tnum" on, "lnum" on;
  margin-right: 8px;
}

@media (max-width: 480px) {
  #the-pagination a,
  #the-pagination span {
    width: 48px;
    height: 48px;
  }
}

#the-pagination a.current,
#the-pagination span.current {
  color: #fff;
  background-color: #000;
  border-color: #000;
}

#the-pagination a:last-child,
#the-pagination span:last-child {
  margin-right: 0;
}

#the-pagination a:hover {
  color: #fff;
  background-color: #000;
  border-color: #000;
}

#the-pagination .prev,
#the-pagination .next {
  position: absolute;
  font-family: 'icomoon' !important;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
}

#the-pagination .prev:before,
#the-pagination .next:before {
  content: "\e902";
  color: #d9e0e4;
}

#the-pagination .prev {
  left: 0;
}

#the-pagination .next {
  right: 0;
}

#the-pagination .prev:before {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.contact-us {
  background: -webkit-gradient(linear, right top, left top, color-stop(50%, #fff), color-stop(50%, #00334c));
  background: linear-gradient(to left, #fff 50%, #00334c 50%);
}

@media (max-width: 768px) {
  .contact-us {
    background: inherit;
  }
}

.contact-us--address {
  display: none;
  margin-bottom: 72px;
  color: #000;
  font-weight: inherit;
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
}

@media (max-width: 768px) {
  .contact-us--address {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.contact-us--address .address-inner-box {
  margin-bottom: 32px;
}

.contact-us--address .address-inner-box:last-child {
  margin-bottom: 0;
}

.contact-us--address a {
  color: inherit;
}

.contact-us--address a:hover {
  color: #ff4b3d;
}

.contact-us--address a:active {
  color: #dc2a1b;
}

.contact-us--wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.contact-us--wrapper .contact-person, .contact-us--wrapper .contact-person--double {
  width: 100%;
  background: transparent;
  padding: 86px 0 186px;
  margin: auto;
}

@media (max-width: 768px) {
  .contact-us--wrapper .contact-person, .contact-us--wrapper .contact-person--double {
    display: none;
  }
}

.contact-us--wrapper .contact-person--img {
  max-width: 280px;
  padding-bottom: 36px;
  margin: 0;
}

.contact-us--wrapper .contact-person--info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  color: #fff;
  padding-left: 90px;
  margin: auto;
}

@media (min-width: 1920px) {
  .contact-us--wrapper .contact-person--info {
    max-width: 400px;
    padding-left: 0;
  }
}

@media (max-width: 992px) {
  .contact-us--wrapper .contact-person--info {
    padding-left: 0;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.contact-us--wrapper .contact-us--form {
  background: #fff;
  padding-top: 73px;
  padding-left: 130px;
  padding-bottom: 100px;
  width: 100%;
  -webkit-box-sizing: initial;
          box-sizing: initial;
}

@media (min-width: 1920px) {
  .contact-us--wrapper .contact-us--form {
    padding-left: 0;
  }
}

@media (max-width: 1200px) {
  .contact-us--wrapper .contact-us--form {
    padding-left: 28px;
    max-width: inherit;
  }
}

@media (max-width: 768px) {
  .contact-us--wrapper .contact-us--form {
    padding-left: 0;
  }
}

.contact-us--wrapper .contact-us--form #contact-form {
  max-width: 530px;
  margin: auto;
}

@media (max-width: 768px) {
  .contact-us--wrapper .contact-us--form #contact-form {
    max-width: none;
  }
}

.modal-wrp .frm_error_style,
#contact-form .frm_error_style {
  margin-bottom: 50px;
}

.modal-wrp form input[type="text"],
.modal-wrp form input[type="password"],
.modal-wrp form input[type="email"],
.modal-wrp form input[type="number"],
.modal-wrp form input[type="url"],
.modal-wrp form input[type="tel"],
.modal-wrp form input[type="search"],
.modal-wrp form select,
.modal-wrp form textarea,
#contact-form form input[type="text"],
#contact-form form input[type="password"],
#contact-form form input[type="email"],
#contact-form form input[type="number"],
#contact-form form input[type="url"],
#contact-form form input[type="tel"],
#contact-form form input[type="search"],
#contact-form form select,
#contact-form form textarea {
  -webkit-transition: 600ms;
  transition: 600ms;
  border: 2px solid #d9e0e4;
  border-radius: 0;
  font-family: "Inter";
  font-style: normal;
  font-weight: 300;
  font-size: 21px;
  line-height: 32px;
  color: #000;
  -webkit-box-shadow: none;
          box-shadow: none;
  outline: none;
  width: 100%;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

@media (max-width: 768px) {
  .modal-wrp form input[type="text"],
  .modal-wrp form input[type="password"],
  .modal-wrp form input[type="email"],
  .modal-wrp form input[type="number"],
  .modal-wrp form input[type="url"],
  .modal-wrp form input[type="tel"],
  .modal-wrp form input[type="search"],
  .modal-wrp form select,
  .modal-wrp form textarea,
  #contact-form form input[type="text"],
  #contact-form form input[type="password"],
  #contact-form form input[type="email"],
  #contact-form form input[type="number"],
  #contact-form form input[type="url"],
  #contact-form form input[type="tel"],
  #contact-form form input[type="search"],
  #contact-form form select,
  #contact-form form textarea {
    font-size: 16px;
  }
}

.modal-wrp form input[type="text"]::-webkit-input-placeholder,
.modal-wrp form input[type="password"]::-webkit-input-placeholder,
.modal-wrp form input[type="email"]::-webkit-input-placeholder,
.modal-wrp form input[type="number"]::-webkit-input-placeholder,
.modal-wrp form input[type="url"]::-webkit-input-placeholder,
.modal-wrp form input[type="tel"]::-webkit-input-placeholder,
.modal-wrp form input[type="search"]::-webkit-input-placeholder,
.modal-wrp form select::-webkit-input-placeholder,
.modal-wrp form textarea::-webkit-input-placeholder,
#contact-form form input[type="text"]::-webkit-input-placeholder,
#contact-form form input[type="password"]::-webkit-input-placeholder,
#contact-form form input[type="email"]::-webkit-input-placeholder,
#contact-form form input[type="number"]::-webkit-input-placeholder,
#contact-form form input[type="url"]::-webkit-input-placeholder,
#contact-form form input[type="tel"]::-webkit-input-placeholder,
#contact-form form input[type="search"]::-webkit-input-placeholder,
#contact-form form select::-webkit-input-placeholder,
#contact-form form textarea::-webkit-input-placeholder {
  opacity: 0.4;
}

.modal-wrp form input[type="text"]:-ms-input-placeholder,
.modal-wrp form input[type="password"]:-ms-input-placeholder,
.modal-wrp form input[type="email"]:-ms-input-placeholder,
.modal-wrp form input[type="number"]:-ms-input-placeholder,
.modal-wrp form input[type="url"]:-ms-input-placeholder,
.modal-wrp form input[type="tel"]:-ms-input-placeholder,
.modal-wrp form input[type="search"]:-ms-input-placeholder,
.modal-wrp form select:-ms-input-placeholder,
.modal-wrp form textarea:-ms-input-placeholder,
#contact-form form input[type="text"]:-ms-input-placeholder,
#contact-form form input[type="password"]:-ms-input-placeholder,
#contact-form form input[type="email"]:-ms-input-placeholder,
#contact-form form input[type="number"]:-ms-input-placeholder,
#contact-form form input[type="url"]:-ms-input-placeholder,
#contact-form form input[type="tel"]:-ms-input-placeholder,
#contact-form form input[type="search"]:-ms-input-placeholder,
#contact-form form select:-ms-input-placeholder,
#contact-form form textarea:-ms-input-placeholder {
  opacity: 0.4;
}

.modal-wrp form input[type="text"]::-ms-input-placeholder,
.modal-wrp form input[type="password"]::-ms-input-placeholder,
.modal-wrp form input[type="email"]::-ms-input-placeholder,
.modal-wrp form input[type="number"]::-ms-input-placeholder,
.modal-wrp form input[type="url"]::-ms-input-placeholder,
.modal-wrp form input[type="tel"]::-ms-input-placeholder,
.modal-wrp form input[type="search"]::-ms-input-placeholder,
.modal-wrp form select::-ms-input-placeholder,
.modal-wrp form textarea::-ms-input-placeholder,
#contact-form form input[type="text"]::-ms-input-placeholder,
#contact-form form input[type="password"]::-ms-input-placeholder,
#contact-form form input[type="email"]::-ms-input-placeholder,
#contact-form form input[type="number"]::-ms-input-placeholder,
#contact-form form input[type="url"]::-ms-input-placeholder,
#contact-form form input[type="tel"]::-ms-input-placeholder,
#contact-form form input[type="search"]::-ms-input-placeholder,
#contact-form form select::-ms-input-placeholder,
#contact-form form textarea::-ms-input-placeholder {
  opacity: 0.4;
}

.modal-wrp form input[type="text"]::placeholder,
.modal-wrp form input[type="password"]::placeholder,
.modal-wrp form input[type="email"]::placeholder,
.modal-wrp form input[type="number"]::placeholder,
.modal-wrp form input[type="url"]::placeholder,
.modal-wrp form input[type="tel"]::placeholder,
.modal-wrp form input[type="search"]::placeholder,
.modal-wrp form select::placeholder,
.modal-wrp form textarea::placeholder,
#contact-form form input[type="text"]::placeholder,
#contact-form form input[type="password"]::placeholder,
#contact-form form input[type="email"]::placeholder,
#contact-form form input[type="number"]::placeholder,
#contact-form form input[type="url"]::placeholder,
#contact-form form input[type="tel"]::placeholder,
#contact-form form input[type="search"]::placeholder,
#contact-form form select::placeholder,
#contact-form form textarea::placeholder {
  opacity: 0.4;
}

.modal-wrp form input[type="text"]:active, .modal-wrp form input[type="text"]:hover,
.modal-wrp form input[type="password"]:active,
.modal-wrp form input[type="password"]:hover,
.modal-wrp form input[type="email"]:active,
.modal-wrp form input[type="email"]:hover,
.modal-wrp form input[type="number"]:active,
.modal-wrp form input[type="number"]:hover,
.modal-wrp form input[type="url"]:active,
.modal-wrp form input[type="url"]:hover,
.modal-wrp form input[type="tel"]:active,
.modal-wrp form input[type="tel"]:hover,
.modal-wrp form input[type="search"]:active,
.modal-wrp form input[type="search"]:hover,
.modal-wrp form select:active,
.modal-wrp form select:hover,
.modal-wrp form textarea:active,
.modal-wrp form textarea:hover,
#contact-form form input[type="text"]:active,
#contact-form form input[type="text"]:hover,
#contact-form form input[type="password"]:active,
#contact-form form input[type="password"]:hover,
#contact-form form input[type="email"]:active,
#contact-form form input[type="email"]:hover,
#contact-form form input[type="number"]:active,
#contact-form form input[type="number"]:hover,
#contact-form form input[type="url"]:active,
#contact-form form input[type="url"]:hover,
#contact-form form input[type="tel"]:active,
#contact-form form input[type="tel"]:hover,
#contact-form form input[type="search"]:active,
#contact-form form input[type="search"]:hover,
#contact-form form select:active,
#contact-form form select:hover,
#contact-form form textarea:active,
#contact-form form textarea:hover {
  border-color: #000;
}

.modal-wrp form .form-field,
#contact-form form .form-field {
  position: relative;
  margin-bottom: 32px;
}

.modal-wrp form .form-field .frm_primary_label,
#contact-form form .form-field .frm_primary_label {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  position: absolute;
  top: -14px;
  left: 14px;
  background: #fff;
  padding: 3px 8px 7px;
}

@media (max-width: 768px) {
  .modal-wrp form .form-field .frm_primary_label,
  #contact-form form .form-field .frm_primary_label {
    font-size: 14px;
  }
}

.modal-wrp form input,
.modal-wrp form select,
#contact-form form input,
#contact-form form select {
  min-height: 68px;
  padding: 16px 22px;
}

@media (max-width: 768px) {
  .modal-wrp form input,
  .modal-wrp form select,
  #contact-form form input,
  #contact-form form select {
    min-height: 60px;
  }
}

.modal-wrp form select,
#contact-form form select {
  cursor: pointer;
  padding: 16px 42px 16px 22px;
}

.modal-wrp form .frm_checkbox label,
.modal-wrp form .frm_radio label,
#contact-form form .frm_checkbox label,
#contact-form form .frm_radio label {
  padding-left: inherit;
  text-indent: inherit;
}

.modal-wrp form .frm_checkbox label,
#contact-form form .frm_checkbox label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-family: "Inter";
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 19px;
  margin-bottom: 0;
  color: #1f294e;
  position: relative;
}

@media (max-width: 768px) {
  .modal-wrp form .frm_checkbox label,
  #contact-form form .frm_checkbox label {
    font-size: 14px;
    line-height: 17px;
  }
}

.modal-wrp form .frm_checkbox label input[type="checkbox"],
#contact-form form .frm_checkbox label input[type="checkbox"] {
  position: absolute;
  visibility: hidden;
  opacity: 0;
}

.modal-wrp form .frm_checkbox label input[type="checkbox"] + div,
#contact-form form .frm_checkbox label input[type="checkbox"] + div {
  padding-left: 40px;
  cursor: pointer;
  position: relative;
}

.modal-wrp form .frm_checkbox label input[type="checkbox"] + div:before,
#contact-form form .frm_checkbox label input[type="checkbox"] + div:before {
  content: "";
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 25px;
  height: 25px;
  border: 2px solid #ccc;
  color: #fff;
  font-size: 20px;
  -webkit-transition: 600ms;
  transition: 600ms;
  position: absolute;
  left: 0;
  top: -3px;
}

.modal-wrp form .frm_checkbox label input[type="checkbox"] + div:hover:before,
#contact-form form .frm_checkbox label input[type="checkbox"] + div:hover:before {
  border-color: #000;
}

.modal-wrp form .frm_checkbox label input[type="checkbox"]:checked + div:before,
#contact-form form .frm_checkbox label input[type="checkbox"]:checked + div:before {
  background: #ff0000;
  border-color: #ff0000;
}

.modal-wrp form .frm_checkbox label input[type="checkbox"]:checked + div:after,
#contact-form form .frm_checkbox label input[type="checkbox"]:checked + div:after {
  content: '';
  width: 9px;
  height: 14px;
  border: solid #fff;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  position: absolute;
  left: 8px;
  top: 0;
}

.modal-wrp form .frm_checkbox label a,
#contact-form form .frm_checkbox label a {
  color: initial;
  position: relative;
  text-decoration: underline;
}

.modal-wrp form .frm_checkbox label a:hover,
#contact-form form .frm_checkbox label a:hover {
  color: #ff4b3d;
}

.modal-wrp form .frm_checkbox label a:hover::before,
#contact-form form .frm_checkbox label a:hover::before {
  background: #ff4b3d;
}

.modal-wrp form textarea,
#contact-form form textarea {
  padding: 18px 22px;
  min-height: 320px;
}

.modal-wrp .frm_dropzone,
#contact-form .frm_dropzone {
  max-width: inherit;
  min-height: 220px;
  width: 100%;
}

.modal-wrp .frm_dropzone .dz-message,
#contact-form .frm_dropzone .dz-message {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-height: inherit;
  margin: 0;
}

.modal-wrp .frm_forms,
#contact-form .frm_forms {
  height: 100%;
}

.modal-wrp .frm_message,
#contact-form .frm_message {
  background: transparent;
  border: none;
  color: #000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.modal-wrp .frm_message h3,
#contact-form .frm_message h3 {
  font-weight: 500;
  font-size: 54px;
  line-height: 88px;
  text-transform: uppercase;
  -webkit-font-feature-settings: "tnum" on, "lnum" on;
          font-feature-settings: "tnum" on, "lnum" on;
  margin-bottom: 31px;
}

@media (max-width: 768px) {
  .modal-wrp .frm_message h3,
  #contact-form .frm_message h3 {
    font-size: 44px;
    line-height: 50px;
  }
}

.modal-wrp .frm_message p,
#contact-form .frm_message p {
  font-family: "Inter";
  font-style: normal;
  font-weight: 300;
  font-size: 20px;
  line-height: 32px;
  color: #003450;
}

.modal-wrp .frm_button_submit,
#contact-form .frm_button_submit {
  -webkit-transition: 300ms;
  transition: 300ms;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  white-space: nowrap;
  display: inline-block;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 26px 75px;
  background: #ff0000;
  border-radius: 2px;
  font-family: Montserrat;
  font-style: normal;
  font-weight: bold;
  font-size: 18px;
  line-height: 22px;
  color: #fff;
  margin: 0;
  text-align: center;
  outline: none;
  border: none;
  cursor: pointer;
}

@media (max-width: 736px) {
  .modal-wrp .frm_button_submit,
  #contact-form .frm_button_submit {
    padding: 22px 32px;
    width: 100%;
  }
}

.modal-wrp .frm_button_submit:hover,
#contact-form .frm_button_submit:hover {
  -webkit-transition: 300ms;
  transition: 300ms;
  color: #fff;
  background: #ff4b3d;
}

.modal-wrp .frm_button_submit:active,
#contact-form .frm_button_submit:active {
  color: #fff;
  background: #dc2a1b;
}

.modal-wrp .frm_style_formidable-style.with_frm_style .frm_blank_field label,
#contact-form .frm_style_formidable-style.with_frm_style .frm_blank_field label {
  color: inherit;
}

.modal-wrp div.frm_error,
#contact-form div.frm_error {
  font-weight: 300;
  font-family: "Montserrat", sans-serif;
  font-size: 17px;
  position: absolute;
  top: -12px;
  right: 15px;
  color: #ff0000;
  background: #fff;
  padding: 0 5px;
}

@media (max-width: 1200px) {
  .modal-wrp div.frm_error,
  #contact-form div.frm_error {
    font-size: 14px;
    top: -22px;
    right: 5px;
  }
}

@media (max-width: 375px) {
  .modal-wrp div.frm_error,
  #contact-form div.frm_error {
    font-size: 9px;
  }
}

.modal-wrp .checkbox > div.frm_error,
#contact-form .checkbox > div.frm_error {
  position: relative;
  position: absolute;
  width: 100%;
  background: transparent;
  top: auto;
  left: 0;
}

#contact-form {
  height: 100%;
}

.modal-wrp {
  overflow: visible;
  position: relative;
  margin-top: 83px;
  padding: 38px 48px 72px;
  min-width: 80%;
  max-width: 1080px;
}

@media (max-width: 992px) {
  .modal-wrp {
    padding: 70px 28px 60px;
    margin-top: 160px;
    min-width: 100%;
  }
}

@media (max-width: 462px) {
  .modal-wrp {
    padding: 70px 15px 60px;
  }
}

.modal-wrp div.frm_error {
  top: 20px;
}

.modal-wrp form input[type="text"],
.modal-wrp form input[type="password"],
.modal-wrp form input[type="email"],
.modal-wrp form input[type="number"],
.modal-wrp form input[type="url"],
.modal-wrp form input[type="tel"],
.modal-wrp form input[type="search"],
.modal-wrp form select,
.modal-wrp form textarea {
  width: 100%;
}

.modal-wrp form textarea {
  resize: none;
  min-height: auto;
  height: 100%;
}

.modal-wrp form .frm_submit,
.modal-wrp form .form-field {
  padding-top: 32px;
  margin: 0;
}

.modal-wrp form .form-field .frm_primary_label {
  top: 15px;
}

.modal-wrp .frm_button_submit {
  padding: 0;
  height: 68px;
  text-transform: inherit;
}

.modal-wrp .photo-column {
  position: absolute;
  max-width: 167px;
  top: -83px;
}

.modal-wrp .photo-column img {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  width: 100%;
  height: 220px;
}

@media (max-width: 992px) {
  .modal-wrp .photo-column {
    top: -160px;
  }
}

.modal-wrp .frm_message,
.modal-wrp .frm_form_title {
  font-weight: 500;
  font-size: 48px;
  line-height: 72px;
  letter-spacing: -2px;
  -webkit-font-feature-settings: "tnum" on, "lnum" on;
          font-feature-settings: "tnum" on, "lnum" on;
  margin: 0 0 0 207px;
  padding-bottom: 63px;
}

@media (max-width: 992px) {
  .modal-wrp .frm_message,
  .modal-wrp .frm_form_title {
    margin: 0;
    padding-bottom: 20px;
  }
}

@media (max-width: 762px) {
  .modal-wrp .frm_message,
  .modal-wrp .frm_form_title {
    font-size: 32px;
    line-height: 38px;
  }
}

.modal-wrp .frm_message {
  padding-bottom: 0;
}

.modal-wrp .frm_message h3 {
  text-transform: none;
  font-weight: 500;
  font-size: 48px;
  line-height: 72px;
  letter-spacing: -2px;
  -webkit-font-feature-settings: "tnum" on, "lnum" on;
          font-feature-settings: "tnum" on, "lnum" on;
  margin-bottom: 8px;
}

@media (max-width: 762px) {
  .modal-wrp .frm_message h3 {
    font-size: 32px;
    line-height: 38px;
  }
}

.modal-wrp .frm_message p {
  font-family: "Inter";
  font-weight: 300;
  font-size: 20px;
  line-height: 32px;
  color: #003450;
  letter-spacing: normal;
  padding-bottom: 10px;
}

.modal-wrp .frm_form_fields .frm_fields_container:not(.ok_submit) {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[4];
      grid-template-columns: repeat(4, 1fr);
  -ms-grid-rows: auto;
      grid-template-rows: auto;
}

@media (max-width: 992px) {
  .modal-wrp .frm_form_fields .frm_fields_container:not(.ok_submit) {
    display: block;
  }
}

.modal-wrp .frm_form_fields .frm_fields_container:not(.ok_submit) .frm_form_field {
  -ms-grid-column: 1;
  -ms-grid-column-span: 2;
  grid-column: 1 / 3;
}

.modal-wrp .frm_form_fields .frm_fields_container:not(.ok_submit) .message {
  -ms-grid-column: 3;
  -ms-grid-column-span: 2;
  grid-column: 3 / 5;
  -ms-grid-row: 1;
  -ms-grid-row-span: 3;
  grid-row: 1 / 4;
}

.modal-wrp .frm_form_fields .frm_fields_container:not(.ok_submit) .checkbox {
  -ms-grid-column: 3;
  -ms-grid-column-span: 1;
  grid-column: 3 / 4;
}

.modal-wrp .frm_form_fields .frm_fields_container:not(.ok_submit) .frm_submit {
  -ms-grid-column: 4;
  grid-column: 4 / 4;
  margin-left: auto;
}

.modal-wrp .frm_form_fields .frm_fields_container:not(.ok_submit) .text_bottom_message {
  -ms-grid-column: 1;
  -ms-grid-column-span: 4;
  grid-column: 1 / 5;
  -ms-grid-row: 5;
  grid-row: 5 / 5;
}

.modal-wrp.block-choose-lang {
  width: 100%;
  max-width: 700px;
  min-width: inherit;
  text-align: center;
  cursor: default;
  padding-top: 90px;
  margin: 0;
}

.modal-wrp.block-choose-lang .button-cta {
  margin-top: 32px;
}

.pop-up .fancybox-button {
  background: transparent;
  z-index: 3;
}

.popup-close {
  top: 32px;
  right: 32px;
  width: 30px;
  height: 30px;
  cursor: pointer;
  border-radius: 50%;
}

@media (max-width: 462px) {
  .popup-close {
    right: 20px;
  }
}

.popup-close svg {
  display: none;
}

.popup-close:before,
.popup-close:after {
  content: "";
  position: absolute;
  top: 50%;
  left: -5px;
  width: 40px;
  height: 1px;
  background: #003450;
}

.popup-close:before {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.popup-close:after {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

body:not(.single-course-ref) #single-career a {
  color: #14aefd;
  text-decoration: underline;
  font-weight: bold;
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
}

body:not(.single-course-ref) #single-career a:hover {
  color: #ff4b3d;
}

body:not(.single-course-ref) #single-career p {
  font-family: "Inter";
  font-style: normal;
  font-weight: normal;
  font-size: 24px;
  line-height: 42px;
  -webkit-font-feature-settings: "tnum" on, "lnum" on;
          font-feature-settings: "tnum" on, "lnum" on;
}

@media (max-width: 992px) {
  body:not(.single-course-ref) #single-career p {
    font-size: 14px;
    line-height: 26px;
  }
}

body:not(.single-course-ref) #single-career .blog-section--single {
  background: #eef0f3;
}

@media (min-width: 1025px) {
  .learndash-cpt-sfwd-courses #single-career.single-post {
    margin-bottom: 5em;
  }
}

.caption .entry-title {
  margin-bottom: 0.85em;
  font-size: 1em;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: 1.49px;
  color: #003450;
  display: block;
}

.caption .entry-content {
  margin-bottom: 1em;
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.57;
  letter-spacing: 1.3px;
  color: #000;
}

.caption .btn-line {
  text-transform: uppercase;
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.36;
  letter-spacing: 1.3px;
  text-align: center;
  color: #000;
}

.caption .btn-line:hover {
  color: #fff;
}

.ld-item-name {
  text-decoration: none;
  color: #495255;
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

.advgb-column-inner {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

.vacancy {
  position: relative;
  padding: 87px 0 0;
}

@media (max-width: 1024px) {
  .vacancy {
    padding: 40px 0 0;
  }
}

.vacancy:not(.box-link) {
  padding: 87px 0 155px;
}

@media (max-width: 1024px) {
  .vacancy:not(.box-link) {
    padding: 40px 0 85px;
  }
}

.vacancy .vacancy-text {
  font-family: "Inter";
  font-style: normal;
  font-weight: normal;
  font-size: 24px;
  line-height: 42px;
  -webkit-font-feature-settings: "tnum" on, "lnum" on;
          font-feature-settings: "tnum" on, "lnum" on;
}

@media (max-width: 992px) {
  .vacancy .vacancy-text {
    padding-left: 0;
  }
}

@media (max-width: 992px) {
  .vacancy .vacancy-text {
    font-size: 14px;
    line-height: 26px;
  }
}

.vacancy .vacancy-form {
  padding-left: 130px;
}

@media (max-width: 1300px) {
  .vacancy .vacancy-form {
    padding-left: 20px;
  }
}

@media (max-width: 1024px) {
  .vacancy .vacancy-form {
    padding-left: 0;
    padding-top: 43px;
  }
}

body:not(.single-course-ref) .single-post {
  margin: 82px 0 183px;
}

@media (max-width: 992px) {
  body:not(.single-course-ref) .single-post {
    margin: 32px 0 100px;
  }
  body:not(.single-course-ref) .single-post--btn {
    margin: 40px 0 32px;
  }
}

body:not(.single-course-ref) .single-post p {
  font-family: "Inter";
  font-size: 24px;
  line-height: 42px;
  -webkit-font-feature-settings: "tnum" on, "lnum" on;
          font-feature-settings: "tnum" on, "lnum" on;
  margin-bottom: 55px;
}

body:not(.single-course-ref) .single-post p:last-child {
  margin-bottom: 0;
}

@media (max-width: 768px) {
  body:not(.single-course-ref) .single-post p {
    font-size: 14px;
    line-height: 22px;
  }
}

@media (max-width: 465px) {
  body:not(.single-course-ref) .single-post p {
    margin-bottom: 30px;
  }
}

body:not(.single-course-ref) .single-post video,
body:not(.single-course-ref) .single-post figure {
  margin-bottom: 87px;
}

@media (max-width: 465px) {
  body:not(.single-course-ref) .single-post video,
  body:not(.single-course-ref) .single-post figure {
    margin-bottom: 30px;
  }
}

body:not(.single-course-ref) .single-post .wp-block-video video {
  display: block;
  max-width: 100%;
  margin-bottom: 0;
}

body:not(.single-course-ref) .single-post figcaption {
  width: 100%;
  padding-top: 16px;
  font-family: "Inter";
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 42px;
  text-align: center;
  -webkit-font-feature-settings: "tnum" on, "lnum" on;
          font-feature-settings: "tnum" on, "lnum" on;
}

.listicle {
  margin: 87px 0 127px;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[2];
      grid-template-columns: repeat(2, 1fr);
  -ms-grid-rows: 1fr;
      grid-template-rows: 1fr;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
}

@media (max-width: 1024px) {
  .listicle {
    display: block;
    margin: 0;
  }
}

.listicle .box-title {
  font-weight: 500;
  font-size: 48px;
  line-height: 72px;
  letter-spacing: -2px;
  -webkit-font-feature-settings: "tnum" on, "lnum" on;
          font-feature-settings: "tnum" on, "lnum" on;
  margin-bottom: 40px;
}

@media (max-width: 1024px) {
  .listicle .box-title {
    letter-spacing: inherit;
  }
}

@media (max-width: 768px) {
  .listicle .box-title {
    font-weight: 500;
    font-size: 32px;
    line-height: 38px;
  }
}

.listicle .listicle-box {
  padding: 52px 70px 95px;
  border: 1px solid #d9e0e4;
}

@media (max-width: 768px) {
  .listicle .listicle-box {
    padding: 34px 28px 34px 48px;
  }
}

.listicle .listicle-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.listicle .listicle-item {
  position: relative;
  font-family: 'Inter';
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  -webkit-font-feature-settings: "tnum" on, "lnum" on;
          font-feature-settings: "tnum" on, "lnum" on;
  margin-bottom: 50px;
}

@media (max-width: 768px) {
  .listicle .listicle-item {
    font-size: 14px;
    line-height: 22px;
  }
}

.listicle .listicle-item:last-child {
  margin-bottom: 0;
}

.listicle .listicle-item:before {
  content: '';
  display: block;
  position: absolute;
  width: 1px;
  height: 32px;
  left: -20px;
  top: 50%;
  margin-top: -16px;
  background: #d40000;
  -webkit-transform: rotate(26deg);
          transform: rotate(26deg);
}

.image-copy, .image-copy--half {
  background: #00334c;
}

.image-copy--wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 1330px;
  margin: auto;
  color: #fff;
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 500;
  font-size: 24px;
  line-height: 34px;
  -webkit-font-feature-settings: "tnum" on, "lnum" on;
          font-feature-settings: "tnum" on, "lnum" on;
}

@media (min-width: 1520px) {
  .image-copy--wrapper {
    max-width: 85vw;
  }
}

@media (max-width: 992px) {
  .image-copy--wrapper {
    max-width: 100%;
  }
}

@media (max-width: 768px) {
  .image-copy--wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.image-copy .image-box, .image-copy--half .image-box {
  width: 35%;
}

@media (min-width: 1330px) {
  .image-copy .image-box, .image-copy--half .image-box {
    margin-left: calc((100vw - 1330px)/-2);
    width: calc(35% + (100vw - 1330px)/2);
  }
}

@media (min-width: 1520px) {
  .image-copy .image-box, .image-copy--half .image-box {
    margin-left: calc(15vw/-2);
    width: calc(35% + 15vw/2);
  }
}

.image-copy .image-box img, .image-copy--half .image-box img {
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  width: 100%;
  height: 100%;
}

@media (max-width: 768px) {
  .image-copy .image-box, .image-copy--half .image-box {
    width: 100%;
    max-height: 400px;
    overflow: hidden;
  }
}

.image-copy .copy-box, .image-copy--half .copy-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 115px 110px;
}

@media (max-width: 992px) {
  .image-copy .copy-box, .image-copy--half .copy-box {
    width: 100%;
    padding: 80px 28px;
  }
}

@media (max-width: 768px) {
  .image-copy .copy-box, .image-copy--half .copy-box {
    font-size: 14px;
    line-height: 26px;
  }
}

@media (min-width: 992px) {
  .image-copy .image-box + .copy-box, .image-copy--half .image-box + .copy-box {
    width: 65%;
    padding: 115px 8% 115px 110px;
  }
}

@media (max-width: 1024px) {
  .image-copy .image-box + .copy-box, .image-copy--half .image-box + .copy-box {
    padding: 80px 8%;
  }
}

.image-copy--half .image-box,
.image-copy--half .copy-box {
  width: 50%;
}

@media (max-width: 768px) {
  .image-copy--half .image-box,
  .image-copy--half .copy-box {
    width: 100%;
  }
}

@media (min-width: 1330px) {
  .image-copy--half .image-box {
    margin: 0 calc((100vw - 1330px)/-2) 0 0;
    width: calc(50% + (100vw - 1330px)/2);
  }
}

@media (min-width: 1520px) {
  .image-copy--half .image-box {
    margin: 0 calc(15vw/-2) 0 0;
    width: calc(50% + 15vw/2);
  }
}

.image-copy--half .copy-box {
  padding: 170px 8% 170px 15px;
}

@media (max-width: 1024px) {
  .image-copy--half .copy-box {
    padding: 80px 28px;
  }
}

.image-copy--half .section-title {
  font-weight: 400;
  color: #fff;
  letter-spacing: 0;
  padding-bottom: 30px;
}

.image-copy--half .section-description {
  margin: 0;
}

.image-copy--half p {
  font-family: "Inter";
  font-style: normal;
  font-weight: 300;
  font-size: 21px;
  line-height: 32px;
}

@media (max-width: 490px) {
  .image-copy--half p {
    font-size: 14px;
    line-height: 26px;
  }
}

.basic-workshop--wrapper {
  padding: 174px 0;
}

@media (max-width: 992px) {
  .basic-workshop--wrapper {
    padding: 80px 0;
  }
}

.basic-workshop .section-title {
  padding-bottom: 96px;
}

@media (max-width: 992px) {
  .basic-workshop .section-title {
    padding-bottom: 24px;
  }
}

.basic-workshop .workshop-list {
  -webkit-transition: 600ms;
  transition: 600ms;
  list-style: none;
  margin: 0;
  padding: 0;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[3];
      grid-template-columns: repeat(3, 1fr);
}

@media (max-width: 992px) {
  .basic-workshop .workshop-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.basic-workshop .workshop-list:hover {
  -webkit-transition: 600ms;
  transition: 600ms;
}

.basic-workshop .workshop-list:hover .workshop-item {
  -webkit-transition: 600ms;
  transition: 600ms;
  opacity: 0.5;
}

.basic-workshop .workshop-list:hover .workshop-item:hover {
  opacity: 1;
  border-color: #ff4b3d;
}

.basic-workshop .workshop-item {
  -webkit-transition: 600ms;
  transition: 600ms;
  width: 100%;
  border: 2px solid #eef0f3;
  background: #fff;
  padding: 46px 32px;
  min-height: 348px;
}

@media (max-width: 1024px) {
  .basic-workshop .workshop-item {
    min-height: inherit;
  }
}

.basic-workshop .workshop-item a {
  display: block;
  width: 100%;
  height: 100%;
}

.basic-workshop .workshop-headline {
  font-size: 32px;
  line-height: 42px;
  letter-spacing: -1px;
  color: #000;
}

@media (max-width: 768px) {
  .basic-workshop .workshop-headline {
    font-size: 22px;
    line-height: 30px;
    letter-spacing: inherit;
  }
}

.basic-workshop .workshop-img {
  margin-bottom: 46px;
}

.basic-workshop .workshop-img img {
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  max-width: 64px;
  max-height: 64px;
  width: 100%;
  height: 64px;
}

.text-wrapper {
  padding: 174px 0 243px;
  max-width: 840px;
  margin: auto;
  font-family: 'Inter';
  font-style: normal;
  font-weight: normal;
  font-size: 24px;
  line-height: 42px;
  -webkit-font-feature-settings: "tnum" on, "lnum" on;
          font-feature-settings: "tnum" on, "lnum" on;
}

.text-wrapper h4 {
  font-size: 28px;
  line-height: 42px;
}

@media (max-width: 768px) {
  .text-wrapper {
    font-size: 14px;
    line-height: 26px;
  }
}

@media (max-width: 490px) {
  .text-wrapper {
    padding: 40px 0 80px;
  }
}

.other-solution {
  padding: 174px 0;
}

@media (max-width: 992px) {
  .other-solution {
    padding: 82px 0;
  }
}

.other-solution .section-title {
  padding-bottom: 0;
  margin-bottom: 96px;
}

@media (max-width: 1024px) {
  .other-solution .section-title {
    margin: 0 55px 55px;
  }
}

@media (max-width: 992px) {
  .other-solution .section-title {
    margin: 0 28px 48px;
    font-size: 32px;
    line-height: 38px;
  }
}

.other-solution .other-solution--list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[2];
      grid-template-columns: repeat(2, 1fr);
  grid-column-gap: 20px;
  grid-row-gap: 20px;
}

@media (max-width: 1240px) {
  .other-solution .other-solution--list {
    display: block;
  }
}

@media (max-width: 1024px) {
  .other-solution .other-solution--list {
    margin: 0 28px;
  }
}

.other-solution .other-solution--list h4 {
  line-height: 72px;
}

@media (max-width: 992px) {
  .other-solution .other-solution--list h4 {
    line-height: 30px;
  }
}

.other-solution .other-solution--list:hover {
  -webkit-transition: 600ms;
  transition: 600ms;
}

.other-solution .other-solution--list:hover .product-item {
  -webkit-transition: 600ms;
  transition: 600ms;
  opacity: 0.5;
}

.other-solution .other-solution--list:hover .product-item:hover {
  opacity: 1;
}

.other-solution .product-item {
  -webkit-transition: 600ms;
  transition: 600ms;
}

.other-solution .product-item a {
  color: #000;
  height: 100%;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  padding: 45px 55px 55px;
}

@media (max-width: 992px) {
  .other-solution .product-item a {
    padding: 34px 28px;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}

@media (max-width: 462px) {
  .other-solution .product-item a {
    padding: 30px 15px;
  }
}

.other-solution .product-item .product-wrapper {
  width: 100%;
  height: 100%;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

@media (max-width: 992px) {
  .other-solution .product-item .product-wrapper {
    width: 80%;
  }
}

.other-solution .product-item .pr-subline--box {
  padding-right: 180px;
  margin-top: 133px;
  margin-bottom: 15px;
}

@media (max-width: 992px) {
  .other-solution .product-item .pr-subline--box {
    margin-top: 10px;
    margin-bottom: 0;
  }
}

.other-solution .product-item .link-btn {
  position: absolute;
  right: 55px;
  min-width: 178px;
  height: auto;
  color: #d40000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

@media (max-width: 1024px) {
  .other-solution .product-item .link-btn {
    min-width: inherit;
  }
  .other-solution .product-item .link-btn span {
    display: none;
  }
}

@media (max-width: 992px) {
  .other-solution .product-item .link-btn {
    position: static;
  }
}

.other-solution .product-item .link-btn .icomoon-arrow {
  width: 56px;
  height: 56px;
  margin: 0 0 0 24px;
  position: relative;
}

@media (max-width: 992px) {
  .other-solution .product-item .link-btn .icomoon-arrow {
    width: 35px;
    height: 35px;
    margin: 0;
  }
  .other-solution .product-item .link-btn .icomoon-arrow:before {
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    position: absolute;
  }
}

.electrofizirung #main-content {
  margin-top: 174px;
}

@media (max-width: 1024px) {
  .electrofizirung #main-content {
    margin-top: 74px;
  }
}

.electrofizirung #content {
  z-index: 2;
}

.electrofizirung .hero_section {
  height: inherit;
}

@media (max-width: 480px) {
  .electrofizirung .hero_section .hero_section--box {
    padding-bottom: 15px;
  }
}

.electrofizirung .hero_section .el__header-slider {
  height: inherit;
}

.electrofizirung .hero_section .hero_section--content {
  max-width: 520px;
}

.electrofizirung .hero_section .hero_section--content .h2 {
  text-transform: unset;
}

@media (max-width: 768px) {
  .electrofizirung .hero_section .hero_section--content .h2 {
    padding-bottom: 60px;
  }
}

@media (max-width: 480px) {
  .electrofizirung .hero_section .hero_section--content .h2 {
    padding-bottom: 15px;
  }
}

.electrofizirung .hero_section .slick-slide {
  height: 522px;
  position: relative;
}

@media (max-width: 667px) {
  .electrofizirung .hero_section .slick-slide {
    height: 438px;
  }
}

@media (max-width: 480px) {
  .electrofizirung .hero_section .slick-slide {
    height: 338px;
  }
}

.electrofizirung .hero_section .slick-slide div:not(.hero_section--box) {
  height: 100%;
}

.electrofizirung .hero_section .slick-dots {
  position: absolute;
  margin: 0;
  padding: 0;
  bottom: 60px;
  right: 70px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  list-style: none;
}

@media (max-width: 480px) {
  .electrofizirung .hero_section .slick-dots {
    bottom: 15px;
    right: 28px;
  }
}

.electrofizirung .hero_section .slick-dots li:not(:last-child) {
  margin-right: 12px;
}

.electrofizirung .hero_section .slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 12px;
  height: 12px;
  cursor: pointer;
  background: #000000;
  opacity: 0.2;
  border: none;
  border-radius: 50%;
  outline: none;
  padding: 0;
  margin: 0;
}

.electrofizirung .hero_section .slick-dots li.slick-active button {
  opacity: 1;
}

.electrofizirung .work-service {
  padding: 0;
}

.electrofizirung .work-service .icon-teaser {
  list-style: none;
  margin: 87px 0 0;
  padding: 0;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[2];
      grid-template-columns: repeat(2, 1fr);
  grid-column-gap: 65px;
  grid-row-gap: 65px;
}

@media (max-width: 768px) {
  .electrofizirung .work-service .icon-teaser {
    -ms-grid-columns: (1fr)[1];
        grid-template-columns: repeat(1, 1fr);
  }
}

.electrofizirung .work-service .icon-teaser--img {
  max-height: 30px;
  margin-bottom: 30px;
}

.electrofizirung .work-service .icon-teaser--text {
  font-family: "Inter";
  font-style: normal;
  font-weight: 300;
  font-size: 18px;
  line-height: 28px;
}

.electrofizirung .work-service .icon-teaser--text h3 {
  font-family: "Montserrat";
  margin-bottom: 15px;
  font-size: 32px;
  line-height: 42px;
  letter-spacing: -1px;
}

.electrofizirung .slider-shadow {
  z-index: 2;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  background: -webkit-gradient(linear, right top, left top, color-stop(20%, #eef0f3), color-stop(30%, transparent));
  background: linear-gradient(to left, #eef0f3 20%, transparent 30%);
  pointer-events: none;
}

@media (max-width: 768px) {
  .electrofizirung .slider-shadow {
    display: none;
  }
}

@media (max-width: 1024px) {
  .electrofizirung .slider-shadow {
    background: -webkit-gradient(linear, right top, left top, color-stop(5%, #eef0f3), color-stop(30%, transparent));
    background: linear-gradient(to left, #eef0f3 5%, transparent 30%);
  }
}

.electrofizirung .bumbles-wrapper {
  width: 125%;
  -webkit-transform: translateX(-80px);
          transform: translateX(-80px);
}

.electrofizirung .bumbles-wrapper .bumbles__line {
  display: none;
  visibility: hidden;
  opacity: 0;
}

.electrofizirung .bumbles-wrapper .bumbles__title {
  display: block;
  font-family: "Montserrat";
  font-style: normal;
  font-weight: normal;
  font-size: 54px;
  line-height: 78px;
  text-transform: uppercase;
  margin-left: 80px;
}

.electrofizirung .bumbles-wrapper .bumbles__description {
  font-family: "Inter";
  font-style: normal;
  font-weight: 300;
  font-size: 21px;
  line-height: 32px;
  color: #000;
  max-width: 80%;
  margin-left: 80px;
  margin-top: 150px;
}

.electrofizirung .bumbles-wrapper .bumbles__title strong {
  font-weight: bold;
  display: block;
}

.electrofizirung .bumbles-wrapper .bumbles__description strong {
  font-weight: bold;
}

@media (max-width: 1230px) {
  .electrofizirung .bumbles-wrapper {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  .electrofizirung .bumbles-wrapper .bumbles__title {
    max-width: 100%;
    margin-left: 0;
  }
  .electrofizirung .bumbles-wrapper .bumbles__description {
    margin-left: 0;
  }
}

@media (max-width: 1024px) {
  .electrofizirung .bumbles-wrapper {
    width: 100%;
  }
}

@media (max-width: 768px) {
  .electrofizirung .bumbles-wrapper .bumbles__title {
    font-size: 20px;
    max-width: 100%;
    text-align: left;
    padding: 0 15px;
  }
  .electrofizirung .bumbles-wrapper .bumbles__description {
    font-size: 16px;
    max-width: 100%;
  }
}
/*# sourceMappingURL=global.css.map */