@font-face {
  font-family: 'ITC Clearface STD';
  src: url('../fonts/clearfacestd-black-webfont.woff2') format('woff2'), url('../fonts/clearfacestd-black-webfont.woff') format('woff');
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'ITC Clearface STD';
  src: url('../fonts/clearfacestd-bold-webfont.woff2') format('woff2'), url('../fonts/clearfacestd-bold-webfont.woff') format('woff');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'ITC Clearface STD';
  src: url('../fonts/clearfacestd-heavy-webfont.woff2') format('woff2'), url('../fonts/clearfacestd-heavy-webfont.woff') format('woff');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'ITC Clearface STD';
  src: url('../fonts/clearfacestd-regular-webfont.woff2') format('woff2'), url('../fonts/clearfacestd-regular-webfont.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Macan';
  src: url('../fonts/macan-bold-webfont.woff2') format('woff2'), url('../fonts/macan-bold-webfont.woff') format('woff');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Macan';
  src: url('../fonts/macan-medium-webfont.woff2') format('woff2'), url('../fonts/macan-medium-webfont.woff') format('woff');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Macan';
  src: url('../fonts/macan-regular-webfont.woff2') format('woff2'), url('../fonts/macan-regular-webfont.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  border-collapse: inherit;
  text-rendering: optimizeLegibility;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  -webkit-tap-highlight-color: transparent;
}
*:focus {
  outline: none;
}
::-moz-selection {
  /* Code for Firefox */
  background: rgba(0, 0, 0, 0.3);
  color: #fff;
}
::selection {
  background: rgba(0, 0, 0, 0.3);
  color: #fff;
}
input,
textarea {
  border-radius: 0 !important;
  -webkit-appearance: none !important;
}
input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0 30px #191919 inset;
  -webkit-text-fill-color: #fff !important;
}
[data-scroll] {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  will-change: transform;
  isolation: isolate;
}
img.lazy {
  visibility: hidden;
  opacity: 0;
}
.lazyBackground.lazy {
  background-image: none !important;
}
.lenis.lenis-smooth [data-lenis-prevent] {
  overscroll-behavior: contain;
}
.lenis.lenis-scrolling iframe {
  pointer-events: none;
}
html {
  scroll-behavior: initial;
}
html.stopScroll {
  overflow: hidden;
}
html.stopScroll body {
  overflow: hidden;
}
html.is-changing {
  pointer-events: none;
}
html,
body {
  font-family: 'Macan', sans-serif;
  width: 100vw;
  min-height: 100vh;
  height: auto;
  background: #fff;
  color: #000000;
  font-size: 1.125vw;
  line-height: 1.875vw;
  overflow-x: hidden;
}
html.overflow,
body.overflow {
  overflow: hidden;
}
html [data-scroll-inview],
body [data-scroll-inview] {
  opacity: 0;
  -webkit-transform: translateY(3.125vw);
  -moz-transform: translateY(3.125vw);
  -o-transform: translateY(3.125vw);
  -ms-transform: translateY(3.125vw);
  transform: translateY(3.125vw);
  -webkit-transition: opacity 0.45s 0.3s, transform 0.45s 0.3s;
  -moz-transition: opacity 0.45s 0.3s, transform 0.45s 0.3s;
  -ms-transition: opacity 0.45s 0.3s, transform 0.45s 0.3s;
  -o-transition: opacity 0.45s 0.3s, transform 0.45s 0.3s;
  transition: opacity 0.45s 0.3s, transform 0.45s 0.3s;
}
html [data-scroll-inview].is-inview,
body [data-scroll-inview].is-inview {
  opacity: 1;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -o-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}
html body,
body body {
  opacity: 1;
  pointer-events: inherit;
  -webkit-transition: opacity 0.3s, pointer-events 0.3s;
  -moz-transition: opacity 0.3s, pointer-events 0.3s;
  -ms-transition: opacity 0.3s, pointer-events 0.3s;
  -o-transition: opacity 0.3s, pointer-events 0.3s;
  transition: opacity 0.3s, pointer-events 0.3s;
}
html body.fadeOut,
body body.fadeOut {
  opacity: 0;
  pointer-events: none;
}
html .bigTitle,
body .bigTitle {
  font-size: 4.375vw;
  line-height: 5vw;
  font-weight: 900;
}
html .normalTitle,
body .normalTitle {
  font-family: 'ITC Clearface STD';
  font-size: 3.75vw;
  line-height: 4.375vw;
  font-weight: 400;
}
html .mediumTitle,
body .mediumTitle {
  font-family: 'ITC Clearface STD';
  font-size: 2.1875vw;
  line-height: 2.8125vw;
  font-weight: 400;
}
html .smallTitle,
body .smallTitle,
html .jobTitle,
body .jobTitle {
  font-family: 'ITC Clearface STD';
  font-size: 1.75vw;
  line-height: 2.0625vw;
  font-weight: 400;
}
html .smallTitle.bold,
body .smallTitle.bold,
html .jobTitle.bold,
body .jobTitle.bold {
  font-weight: 700;
}
html .smallerTitle,
body .smallerTitle {
  font-family: 'ITC Clearface STD';
  font-size: 1.4375vw;
  line-height: 1.75vw;
  font-weight: 400;
}
html .smallerTitle.bold,
body .smallerTitle.bold {
  font-weight: 700;
}
html .tinyTitle,
body .tinyTitle {
  text-transform: uppercase;
  font-size: 0.75vw;
  font-weight: 400;
}
html .text.small p,
body .text.small p {
  font-size: 0.75vw;
  line-height: 1.25vw;
  margin-bottom: 1.25vw;
}
html .text.small p:last-child,
body .text.small p:last-child {
  margin-bottom: 0;
}
html .text.big p,
body .text.big p {
  font-size: 1.125vw;
  line-height: 1.875vw;
  margin-bottom: 1.875vw;
}
html .text.big p:last-child,
body .text.big p:last-child {
  margin-bottom: 0;
}
html .text p,
body .text p {
  font-size: 1.125vw;
  line-height: 1.875vw;
  margin-bottom: 1.875vw;
}
html .text p:last-child,
body .text p:last-child {
  margin-bottom: 0;
}
html .text p a,
body .text p a {
  color: #191919;
  opacity: 1;
  -webkit-transition: opacity 0.3s 0s ease-out;
  -moz-transition: opacity 0.3s 0s ease-out;
  -o-transition: opacity 0.3s 0s ease-out;
  transition: opacity 0.3s 0s ease-out;
}
html .text p a:hover,
body .text p a:hover {
  opacity: 0.6;
}
.contentWrapper {
  padding: 0 4.0625vw;
}
.contentWrapper.small {
  padding: 0 8.125vw;
}
.contentWrapper.lessSmaller {
  padding: 0 12.5vw;
}
.contentWrapper.smaller {
  padding: 0 22.5vw;
}
.contentWrapper.smallest {
  padding: 0 31.875vw;
}
.button {
  display: inline-block;
  line-height: 2vw;
  padding: 0.0625vw 1.5625vw 0;
  border-radius: 1.25vw;
  background: #864331;
  text-decoration: none;
  color: #fff;
  text-transform: uppercase;
  font-size: 0.75vw;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -o-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  -webkit-transition: background 0.3s, color 0.3s, border-color 0.3s, transform 0.3s;
  -moz-transition: background 0.3s, color 0.3s, border-color 0.3s, transform 0.3s;
  -ms-transition: background 0.3s, color 0.3s, border-color 0.3s, transform 0.3s;
  -o-transition: background 0.3s, color 0.3s, border-color 0.3s, transform 0.3s;
  transition: background 0.3s, color 0.3s, border-color 0.3s, transform 0.3s;
}
.button:hover {
  background: #cb602d;
  color: #fff;
  -webkit-transform: translateY(-0.3125vw);
  -moz-transform: translateY(-0.3125vw);
  -o-transform: translateY(-0.3125vw);
  -ms-transform: translateY(-0.3125vw);
  transform: translateY(-0.3125vw);
}
.button.outline {
  border: 1px solid #000000;
  background: transparent;
  color: #000000;
}
.button.outline:hover {
  background: #cb602d;
  color: #fff;
  border-color: #cb602d;
}
.button.secondary {
  background: #3e3f48;
  color: #fff;
}
.button.secondary:hover {
  background: #cb602d;
  color: #fff;
}
.button .icon {
  display: inline-block;
  vertical-align: middle;
  margin-left: 0.625vw;
  margin-top: -0.0625vw;
}
.grecaptcha-badge {
  visibility: hidden;
}
.form.grey .fields .field input,
.form.grey .fields .field textarea {
  background: rgba(0, 0, 0, 0.05);
}
.form .fields {
  width: calc(100% + 1.875vw);
  margin-left: -0.9375vw;
}
.form .fields .field {
  display: inline-block;
  vertical-align: top;
  width: calc(100% - 1.875vw);
  margin: 0 0.9375vw;
  margin-bottom: 1.25vw;
}
.form .fields .field.half {
  width: calc(50% - 1.875vw);
}
.form .fields .field.file {
  width: calc(100% + 1.875vw);
  margin-left: -0.9375vw;
}
.form .fields .field.file .label,
.form .fields .field.file .innerField {
  display: inline-block;
  vertical-align: top;
  width: calc(50% - 2.5vw);
  margin: 0 1.25vw;
  font-size: 0.875vw;
  position: relative;
}
.form .fields .field.file .label input,
.form .fields .field.file .innerField input {
  font-size: 0.875vw;
  opacity: 0;
}
.form .fields .field.file .label input.active,
.form .fields .field.file .innerField input.active {
  opacity: 1;
}
.form .fields .field.file .label .overlay,
.form .fields .field.file .innerField .overlay {
  height: 2.75vw;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  background: #fff;
  text-align: center;
  line-height: 2.625vw;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 3.125vw;
  cursor: pointer;
  color: #000000;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.form .fields .field.file .label .overlay:hover,
.form .fields .field.file .innerField .overlay:hover {
  background: #cb602d;
  border-color: #cb602d;
  color: #fff;
}
.form .fields .field.file .label {
  padding-left: 0.625vw;
}
.form .fields .field.file .innerField {
  padding-right: 0.625vw;
}
.form .fields .field.file .smaller p {
  font-size: 0.75vw;
  line-height: 1.25vw;
}
.form .fields .field input,
.form .fields .field textarea {
  width: 100%;
  background: #fff;
  border: none;
  border-radius: 1.25vw !important;
  padding: 0.625vw 1.25vw;
  font-size: 1vw;
  font-family: 'Macan', sans-serif;
  line-height: 1.5vw;
  text-align: center;
  -webkit-transition: background 0.3s 0s ease-out;
  -moz-transition: background 0.3s 0s ease-out;
  -o-transition: background 0.3s 0s ease-out;
  transition: background 0.3s 0s ease-out;
}
.form .fields .field input.wpcf7-not-valid,
.form .fields .field textarea.wpcf7-not-valid {
  background: 2px solid #c74e4e;
}
.form .fields .field input::-webkit-input-placeholder,
.form .fields .field textarea::-webkit-input-placeholder {
  color: rgba(29, 29, 29, 0.4);
}
.form .fields .field input::-moz-placeholder,
.form .fields .field textarea::-moz-placeholder {
  color: rgba(29, 29, 29, 0.4);
}
.form .fields .field input:-ms-input-placeholder,
.form .fields .field textarea:-ms-input-placeholder {
  color: rgba(29, 29, 29, 0.4);
}
.form .fields .field input:-moz-placeholder,
.form .fields .field textarea:-moz-placeholder {
  color: rgba(29, 29, 29, 0.4);
}
.form .fields .field input.wpcf7-not-valid,
.form .fields .field textarea.wpcf7-not-valid {
  background: rgba(200, 0, 0, 0.2);
}
.form .fields .field textarea {
  height: 150px;
  resize: none;
}
.form .fields .field .wpcf7-not-valid-tip {
  display: none !important;
}
.form .infoText {
  text-align: center;
}
.form .infoText p {
  font-size: 0.625vw;
  line-height: 1.25vw;
}
.form .infoText a {
  color: #000000;
  opacity: 1;
  -webkit-transition: opacity 0.3s 0s ease-out;
  -moz-transition: opacity 0.3s 0s ease-out;
  -o-transition: opacity 0.3s 0s ease-out;
  transition: opacity 0.3s 0s ease-out;
}
.form .infoText a:hover {
  opacity: 0.6;
}
.form.sent .wpcf7-response-output {
  background: #dffbdb;
}
.form .wpcf7-response-output {
  margin: 1.25vw 0 !important;
  padding: 1.25vw !important;
  background: #f1f1f1;
  font-weight: 400;
  color: #191919 !important;
  border: none !important;
  font-size: 12px;
}
.form .infoText p {
  font-size: 0.625vw;
  line-height: 1.25vw;
  width: 100%;
}
.form .infoText p a {
  color: #000000;
  text-decoration: underline !important;
  opacity: 1;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.form .infoText p a:hover {
  opacity: 0.6;
}
.form .fieldSubmit {
  text-align: center;
  position: relative;
  margin-top: 1.25vw;
}
.form .fieldSubmit .button {
  border: none !important;
  border-radius: 1.25vw !important;
}
.form .fieldSubmit .wpcf7-spinner {
  position: absolute;
  left: 0;
  float: left;
  margin-top: 5px;
  margin-left: 0 !important;
}
@media all and (max-width: 1080px) {
  html,
  body {
    font-size: 1.481vw;
    line-height: 2.408vw;
  }
  html [data-scroll-inview],
  body [data-scroll-inview] {
    -webkit-transform: translateY(4.63vw);
    -moz-transform: translateY(4.63vw);
    -o-transform: translateY(4.63vw);
    -ms-transform: translateY(4.63vw);
    transform: translateY(4.63vw);
  }
  html [data-scroll-inview].is-inview,
  body [data-scroll-inview].is-inview {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -o-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
  html .bigTitle,
  body .bigTitle {
    font-size: 6.481vw;
    line-height: 7.407vw;
  }
  html .normalTitle,
  body .normalTitle {
    font-size: 5.556vw;
    line-height: 6.482vw;
  }
  html .mediumTitle,
  body .mediumTitle {
    font-size: 3.241vw;
    line-height: 4.167vw;
  }
  html .smallTitle,
  body .smallTitle,
  html .jobTitle,
  body .jobTitle {
    font-size: 2.593vw;
    line-height: 3.056vw;
  }
  html .smallerTitle,
  body .smallerTitle {
    font-size: 2.13vw;
    line-height: 2.593vw;
  }
  html .tinyTitle,
  body .tinyTitle {
    font-size: 1.111vw;
  }
  html .text.small p,
  body .text.small p {
    font-size: 1.111vw;
    line-height: 1.852vw;
    margin-bottom: 1.852vw;
  }
  html .text.big p,
  body .text.big p {
    font-size: 1.481vw;
    line-height: 2.593vw;
    margin-bottom: 2.593vw;
  }
  html .text p,
  body .text p {
    font-size: 1.481vw;
    line-height: 2.593vw;
    margin-bottom: 2.593vw;
  }
  .contentWrapper {
    padding: 0 6.019vw;
  }
  .contentWrapper.small {
    padding: 0 9.259vw;
  }
  .contentWrapper.lessSmaller {
    padding: 0 9.259vw;
  }
  .contentWrapper.smaller {
    padding: 0 9.259vw;
  }
  .contentWrapper.smallest {
    padding: 0 9.259vw;
  }
  .button {
    line-height: 2.963vw;
    padding: 0.093vw 2.315vw 0;
    border-radius: 1.852vw;
    font-size: 1.111vw;
  }
  .button .icon {
    margin-left: 0.926vw;
    margin-top: -0.093vw;
  }
  .form .fields {
    width: calc(100% + 2.778vw);
    margin-left: -1.389vw;
  }
  .form .fields .field {
    width: calc(100% - 2.778vw);
    margin: 0 1.389vw;
    margin-bottom: 1.852vw;
  }
  .form .fields .field.half {
    width: calc(50% - 2.778vw);
  }
  .form .fields .field.file {
    width: calc(100% + 2.778vw);
    margin-left: -1.389vw;
  }
  .form .fields .field.file .label,
  .form .fields .field.file .innerField {
    width: calc(50% - 3.704vw);
    margin: 0 1.852vw;
    font-size: 1.296vw;
  }
  .form .fields .field.file .label input,
  .form .fields .field.file .innerField input {
    font-size: 1.296vw;
  }
  .form .fields .field.file .label {
    padding-left: 0.926vw;
  }
  .form .fields .field.file .innerField {
    padding-right: 0.926vw;
  }
  .form .fields .field.file .smaller p {
    font-size: 1.111vw;
    line-height: 1.852vw;
  }
  .form .fields .field input,
  .form .fields .field textarea {
    border-radius: 1.852vw !important;
    padding: 0.926vw 1.852vw;
    font-size: 1.481vw;
    line-height: 2.222vw;
  }
  .form .infoText p {
    font-size: 1.111vw;
    line-height: 1.852vw;
  }
  .form .wpcf7-response-output {
    margin: 1.852vw 0 !important;
    padding: 1.852vw !important;
  }
  .form .infoText p {
    font-size: 0.926vw;
    line-height: 1.852vw;
  }
  .form .fieldSubmit {
    margin-top: 1.852vw;
  }
  .form .fieldSubmit .button {
    border-radius: 1.852vw !important;
  }
}
@media all and (max-width: 580px) {
  html,
  body {
    font-size: 3.448vw;
    line-height: 5.172vw;
  }
  html [data-scroll-inview],
  body [data-scroll-inview] {
    -webkit-transform: translateY(8.621vw);
    -moz-transform: translateY(8.621vw);
    -o-transform: translateY(8.621vw);
    -ms-transform: translateY(8.621vw);
    transform: translateY(8.621vw);
  }
  html [data-scroll-inview].is-inview,
  body [data-scroll-inview].is-inview {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -o-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
  html .bigTitle,
  body .bigTitle {
    font-size: 8.621vw;
    line-height: 10.345vw;
  }
  html .normalTitle,
  body .normalTitle {
    font-size: 6.897vw;
    line-height: 8.621vw;
  }
  html .mediumTitle,
  body .mediumTitle {
    font-size: 6.034vw;
    line-height: 7.758vw;
  }
  html .smallTitle,
  body .smallTitle,
  html .jobTitle,
  body .jobTitle {
    font-size: 4.827vw;
    line-height: 5.689vw;
  }
  html .smallerTitle,
  body .smallerTitle {
    font-size: 3.965vw;
    line-height: 4.827vw;
  }
  html .tinyTitle,
  body .tinyTitle {
    font-size: 2.069vw;
  }
  html .text.small p,
  body .text.small p {
    font-size: 2.414vw;
    line-height: 4.138vw;
    margin-bottom: 4.138vw;
  }
  html .text.big p,
  body .text.big p {
    font-size: 3.448vw;
    line-height: 5.172vw;
    margin-bottom: 5.172vw;
  }
  html .text p,
  body .text p {
    font-size: 3.448vw;
    line-height: 5.172vw;
    margin-bottom: 5.172vw;
  }
  .contentWrapper {
    padding: 0 6.897vw;
  }
  .contentWrapper.small {
    padding: 0 6.897vw;
  }
  .contentWrapper.lessSmaller {
    padding: 0 6.897vw;
  }
  .contentWrapper.smaller {
    padding: 0 6.897vw;
  }
  .contentWrapper.smallest {
    padding: 0 6.897vw;
  }
  .button {
    line-height: 7.242vw;
    padding: 0.172vw 4.31vw 0;
    border-radius: 3.448vw;
    font-size: 2.759vw;
  }
  .button .icon {
    margin-left: 1.724vw;
    margin-top: -0.172vw;
  }
  .form .fields {
    width: calc(100% + 5.172vw);
    margin-left: -2.586vw;
  }
  .form .fields .field {
    width: calc(100% - 5.172vw);
    margin: 0 2.586vw;
    margin-bottom: 3.448vw;
  }
  .form .fields .field.half {
    width: calc(50% - 5.172vw);
  }
  .form .fields .field.file {
    width: calc(100% + 5.172vw);
    margin-left: -2.586vw;
  }
  .form .fields .field.file .label,
  .form .fields .field.file .innerField {
    width: calc(100% - 6.897vw);
    margin: 0 3.448vw;
    font-size: 3.103vw;
  }
  .form .fields .field.file .label input,
  .form .fields .field.file .innerField input {
    font-size: 3.103vw;
  }
  .form .fields .field.file .label {
    padding-left: 1.724vw;
    margin-bottom: 1.724vw;
  }
  .form .fields .field.file .innerField {
    padding-right: 1.724vw;
    padding-left: 1.724vw;
  }
  .form .fields .field.file .smaller p {
    font-size: 2.759vw;
    line-height: 4.138vw;
  }
  .form .fields .field input,
  .form .fields .field textarea {
    border-radius: 3.448vw !important;
    padding: 1.724vw 3.448vw;
    font-size: 3.448vw;
    line-height: 5.172vw;
  }
  .form .infoText {
    text-align: left;
  }
  .form .infoText p {
    font-size: 2.069vw;
    line-height: 3.448vw;
  }
  .form .wpcf7-response-output {
    margin: 3.448vw 0 !important;
    padding: 3.448vw !important;
  }
  .form .infoText {
    text-align: left;
  }
  .form .infoText p {
    font-size: 2.069vw;
    line-height: 3.448vw;
  }
  .form .fieldSubmit {
    margin-top: 3.448vw;
  }
  .form .fieldSubmit .button {
    width: 100%;
    border-radius: 3.448vw !important;
  }
}
.slider {
  overflow: hidden !important;
}
.slider .slidesContainer {
  white-space: nowrap;
  position: relative;
  z-index: 1;
  width: 100%;
  -webkit-transition: all 0.6s ease-out;
  -moz-transition: all 0.6s ease-out;
  -o-transition: all 0.6s ease-out;
  transition: all 0.6s ease-out;
}
.slider .slidesContainer .square {
  min-width: 300px;
  display: inline-block;
  float: none;
}
.slider.single .indicator {
  display: none;
}
.slider.single .sliderBullets {
  display: none;
}
.slider.single .sliderButton {
  display: none;
}
.slider .indicator {
  height: 65px;
  left: 324px;
  position: absolute;
  top: 50%;
  width: 65px;
  z-index: 30;
  border-radius: 65px;
  margin-top: -30px;
  border: 2px solid #ffffff;
  margin-left: -38px;
  touch-action: none;
  pointer-events: none;
}
.slider .sliderBullets {
  position: absolute;
  right: 0px;
  bottom: 0px;
}
.slider .sliderBullets.black .bullet:after {
  background: #191919;
}
.slider .sliderBullets.black .bullet.active:after {
  border: 2px solid #191919;
}
.slider .sliderBullets .bullet {
  display: inline-block;
  vertical-align: middle;
  width: 1.25vw;
  height: 1.25vw;
  position: relative;
  margin-left: 0.625vw;
  cursor: pointer;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.slider .sliderBullets .bullet:after {
  content: "";
  display: block;
  height: 2px;
  left: 50%;
  position: absolute;
  top: 50%;
  width: 2px;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  border: 2px solid transparent;
  border-radius: 50%;
  background: #fff;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.slider .sliderBullets .bullet:hover:after {
  background: #cb602d;
}
.slider .sliderBullets .bullet.active {
  cursor: default;
}
.slider .sliderBullets .bullet.active:after {
  border: 2px solid #fff;
  background: transparent;
  height: 8px;
  width: 8px;
}
.slider .sliderBullets .bullet:last-child {
  margin-right: -3px;
}
.slider .sliderButton {
  border-radius: 50%;
  font-size: 1.25vw;
  color: #fff;
  width: 3.125vw;
  height: 3.125vw;
  z-index: 1;
  background: #9da390;
  display: inline-block;
  text-align: center;
  cursor: pointer;
  position: relative;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.slider .sliderButton i {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.slider .sliderButton:hover {
  background: #cb602d;
}
.slider .sliderButton.hidden {
  display: none;
}
.slider .sliderButton.next,
.slider .sliderButton.prev {
  position: absolute;
  top: 50%;
  right: 0;
  z-index: 2;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.slider .sliderButton.next.disabled,
.slider .sliderButton.prev.disabled {
  opacity: 0.3;
  cursor: default;
  /*                pointer-events:none;*/
}
.slider .sliderButton.prev {
  left: 0;
}
@media all and (max-width: 1080px) {
  .slider .sliderButton {
    font-size: 1.852vw;
    width: 4.63vw;
    height: 4.63vw;
  }
}
@media all and (max-width: 580px) {
  .slider .sliderButton {
    font-size: 3.448vw;
    width: 8.621vw;
    height: 8.621vw;
  }
}
.headerBlock {
  position: relative;
  overflow: hidden;
  margin-bottom: 6.25vw;
}
.headerBlock.is-inview .intro,
.headerBlock.is-inview .image,
.headerBlock.is-inview .backgroundColor {
  opacity: 1;
}
.headerBlock.home.is-inview .intro {
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -o-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
}
.headerBlock.home .intro {
  padding-top: 20vw;
  -webkit-transform: translateX(3.125vw);
  -moz-transform: translateX(3.125vw);
  -o-transform: translateX(3.125vw);
  -ms-transform: translateX(3.125vw);
  transform: translateX(3.125vw);
}
.headerBlock .intro {
  padding-top: 13.75vw;
  padding-bottom: 3.125vw;
  max-width: 40vw;
  width: 100%;
  position: relative;
  display: inline-block;
  vertical-align: top;
  z-index: 1;
  opacity: 0;
  -webkit-transition: opacity 0.3s 0.3s, transform 0.3s 0.3s;
  -moz-transition: opacity 0.3s 0.3s, transform 0.3s 0.3s;
  -ms-transition: opacity 0.3s 0.3s, transform 0.3s 0.3s;
  -o-transition: opacity 0.3s 0.3s, transform 0.3s 0.3s;
  transition: opacity 0.3s 0.3s, transform 0.3s 0.3s;
}
.headerBlock .intro.cols {
  max-width: 100%;
}
.headerBlock .intro.cols .normalTitle {
  width: 50%;
  display: inline-block;
  vertical-align: top;
}
.headerBlock .intro.cols .extra {
  width: 50%;
  display: inline-block;
  vertical-align: top;
  margin-top: 0.125vw;
  padding-left: 1.25vw;
}
.headerBlock .intro.cols .extra a {
  display: block;
  color: #191919;
  text-decoration: none;
  margin-top: 0.3125vw;
  -webkit-transition: color 0.3s 0s ease-out;
  -moz-transition: color 0.3s 0s ease-out;
  -o-transition: color 0.3s 0s ease-out;
  transition: color 0.3s 0s ease-out;
}
.headerBlock .intro.cols .extra a:hover {
  color: #cb602d;
}
.headerBlock .intro.cols .extra a .jobTitle,
.headerBlock .intro.cols .extra a .readMore {
  display: inline-block;
  vertical-align: top;
}
.headerBlock .intro.cols .extra a .readMore {
  margin-left: 0.625vw;
  margin-top: -0.125vw;
}
.headerBlock .image {
  height: 50vw;
  position: relative;
  z-index: 1;
  opacity: 0;
  -webkit-transition: opacity 0.3s 0.15s ease-out;
  -moz-transition: opacity 0.3s 0.15s ease-out;
  -o-transition: opacity 0.3s 0.15s ease-out;
  transition: opacity 0.3s 0.15s ease-out;
}
.headerBlock .image .background {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
.headerBlock .image .imageCaption {
  height: auto;
  left: 0;
  position: absolute;
  top: auto;
  width: 100%;
  bottom: 3.125vw;
  color: #fff;
}
.headerBlock .backgroundColor {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  opacity: 0;
  -webkit-transition: opacity 0.6s 0.15s ease-out;
  -moz-transition: opacity 0.6s 0.15s ease-out;
  -o-transition: opacity 0.6s 0.15s ease-out;
  transition: opacity 0.6s 0.15s ease-out;
}
.headerBlock .backgroundColor .innerBackground {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
@media all and (max-width: 1080px) {
  .headerBlock {
    margin-bottom: 9.259vw;
  }
  .headerBlock.home .intro {
    padding-top: 20.37vw;
    -webkit-transform: translateX(4.63vw);
    -moz-transform: translateX(4.63vw);
    -o-transform: translateX(4.63vw);
    -ms-transform: translateX(4.63vw);
    transform: translateX(4.63vw);
  }
  .headerBlock .contentWrapper {
    padding: 0 6.019vw;
  }
  .headerBlock .intro {
    padding-top: 20.37vw;
    padding-bottom: 4.63vw;
    max-width: 100%;
  }
  .headerBlock .intro.cols .extra {
    margin-top: 0.185vw;
    padding-left: 1.852vw;
  }
  .headerBlock .intro.cols .extra a {
    margin-top: 0.463vw;
  }
  .headerBlock .intro.cols .extra a .readMore {
    margin-left: 0.926vw;
    margin-top: -0.185vw;
  }
  .headerBlock .image {
    height: 55.554vw;
  }
  .headerBlock .image .imageCaption {
    bottom: 4.63vw;
  }
}
@media all and (max-width: 580px) {
  .headerBlock {
    margin-bottom: 17.241vw;
  }
  .headerBlock.home .intro {
    padding-top: 37.93vw;
    -webkit-transform: translateX(8.621vw);
    -moz-transform: translateX(8.621vw);
    -o-transform: translateX(8.621vw);
    -ms-transform: translateX(8.621vw);
    transform: translateX(8.621vw);
  }
  .headerBlock .contentWrapper {
    padding: 0 6.897vw;
  }
  .headerBlock .intro {
    padding-top: 24.138vw;
    padding-bottom: 8.621vw;
    max-width: 110.343vw;
  }
  .headerBlock .intro.cols .normalTitle,
  .headerBlock .intro.cols .extra {
    display: block;
    padding: 0 !important;
    width: 100%;
  }
  .headerBlock .intro.cols .normalTitle {
    -webkit-transform: none !important;
    -moz-transform: none !important;
    -o-transform: none !important;
    -ms-transform: none !important;
    transform: none !important;
  }
  .headerBlock .intro.cols .extra {
    margin-top: 6.897vw;
    padding-left: 3.448vw;
  }
  .headerBlock .intro.cols .extra a {
    margin-top: 0.862vw;
  }
  .headerBlock .intro.cols .extra a .readMore {
    margin-left: 1.724vw;
    margin-top: -0.345vw;
  }
  .headerBlock .image {
    height: 86.205vw;
  }
  .headerBlock .image .background {
    background-position: center right;
  }
  .headerBlock .image .imageCaption {
    bottom: 8.621vw;
  }
}
.titleBlock {
  position: relative;
  overflow: hidden;
  margin: 6.25vw 0;
}
.titleBlock .smallTitle {
  max-width: 50.625vw;
  width: 100%;
}
@media all and (max-width: 1080px) {
  .titleBlock {
    margin: 9.259vw 0;
  }
  .titleBlock .smallTitle {
    max-width: 74.998vw;
  }
}
@media all and (max-width: 580px) {
  .titleBlock {
    margin: 17.241vw 0;
  }
  .titleBlock .smallTitle {
    max-width: 100%;
  }
}
.servicesBlock {
  position: relative;
  overflow: hidden;
  background: #e1d4be;
  padding: 6.25vw 0;
}
.servicesBlock .intro {
  text-align: center;
  margin-bottom: 3.125vw;
}
.servicesBlock .services {
  width: calc(100% + 1.875vw);
  margin-left: -0.9375vw;
}
.servicesBlock .services .service {
  width: calc(20% - 1.875vw);
  margin: 0 0.9375vw;
  display: inline-block;
  vertical-align: top;
  padding: 1.875vw;
  position: relative;
}
.servicesBlock .services .service:hover:before {
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -o-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
  opacity: 0.4;
}
.servicesBlock .services .service:before {
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
  background: #e2dacd;
  border-radius: 1.25vw;
  -webkit-transition: transform 0.3s, opacity 0.3s;
  -moz-transition: transform 0.3s, opacity 0.3s;
  -ms-transition: transform 0.3s, opacity 0.3s;
  -o-transition: transform 0.3s, opacity 0.3s;
  transition: transform 0.3s, opacity 0.3s;
}
.servicesBlock .services .service .smallerTitle {
  height: 5.25vw;
  margin-bottom: 4.375vw;
}
.servicesBlock .services .service .text {
  font-size: 1vw;
  line-height: 1.75vw;
  height: 10.5vw;
  display: -webkit-box;
  -webkit-line-clamp: 6;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.servicesBlock .services .service .overlayButton {
  height: 1.75vw;
  left: auto;
  position: absolute;
  top: auto;
  width: 1.75vw;
  bottom: 0.625vw;
  right: 0.625vw;
  border-radius: 50%;
  background: #3e3f48;
  color: #f5f5f5;
  text-align: center;
  line-height: 1.625vw;
  font-size: 1.25vw;
  cursor: pointer;
  -webkit-transition: background 0.3s 0s ease-out;
  -moz-transition: background 0.3s 0s ease-out;
  -o-transition: background 0.3s 0s ease-out;
  transition: background 0.3s 0s ease-out;
}
.servicesBlock .services .service .overlayButton:hover {
  background: #cb602d;
}
.serviceOverlay {
  height: 100%;
  left: 0;
  position: fixed;
  top: 0;
  width: 100vw;
  z-index: 10;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: opacity 0.3s, pointer-events 0.3s;
  -moz-transition: opacity 0.3s, pointer-events 0.3s;
  -ms-transition: opacity 0.3s, pointer-events 0.3s;
  -o-transition: opacity 0.3s, pointer-events 0.3s;
  transition: opacity 0.3s, pointer-events 0.3s;
}
.serviceOverlay.active {
  opacity: 1;
  pointer-events: inherit;
}
.serviceOverlay .background {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  background: #000000;
  opacity: 0.6;
}
.serviceOverlay .innerContainer {
  height: auto;
  left: 50%;
  position: absolute;
  top: 50%;
  width: 25vw;
  background: #fff;
  color: #191919;
  border-radius: 1.875vw;
  padding: 1.875vw;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  font-size: 0.875vw;
}
.serviceOverlay .innerContainer .close {
  height: 1.75vw;
  left: 50%;
  position: absolute;
  top: -3.125vw;
  width: 1.75vw;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  border-radius: 50%;
  background: #fff;
  color: #191919;
  text-align: center;
  line-height: 1.5625vw;
  font-size: 1.25vw;
  cursor: pointer;
  -webkit-transition: background 0.3s, color 0.3s;
  -moz-transition: background 0.3s, color 0.3s;
  -ms-transition: background 0.3s, color 0.3s;
  -o-transition: background 0.3s, color 0.3s;
  transition: background 0.3s, color 0.3s;
}
.serviceOverlay .innerContainer .close:hover {
  background: #cb602d;
  color: #f5f5f5;
}
.serviceOverlay .innerContainer ul {
  margin-left: 1vw;
}
@media all and (max-width: 1080px) {
  .servicesBlock {
    padding: 9.259vw 0;
  }
  .servicesBlock .intro {
    margin-bottom: 4.63vw;
  }
  .servicesBlock .services {
    width: calc(100% + 2.778vw);
    margin-left: -1.389vw;
    margin-bottom: -2.778vw;
    text-align: center;
  }
  .servicesBlock .services .service {
    width: calc(33.3333% - 2.778vw);
    margin: 0 1.389vw;
    padding: 2.778vw;
    border-radius: 1.852vw;
    margin-bottom: 2.778vw;
    text-align: left;
  }
  .servicesBlock .services .service .smallerTitle {
    height: 7.779vw;
    margin-bottom: 6.482vw;
  }
  .servicesBlock .services .service .text {
    font-size: 1.296vw;
    line-height: 2.222vw;
    height: 13.332vw;
  }
  .servicesBlock .services .service .overlayButton {
    height: 2.593vw;
    left: auto;
    position: absolute;
    top: auto;
    width: 2.593vw;
    bottom: 0.926vw;
    right: 0.926vw;
    line-height: 2.408vw;
    font-size: 1.852vw;
  }
  .serviceOverlay .innerContainer {
    height: auto;
    left: 50%;
    position: absolute;
    top: 50%;
    width: 37.036vw;
    border-radius: 2.778vw;
    padding: 2.778vw;
    font-size: 1.481vw;
  }
  .serviceOverlay .innerContainer .close {
    height: 2.593vw;
    left: 50%;
    position: absolute;
    top: -4.63vw;
    width: 2.593vw;
    line-height: 2.315vw;
    font-size: 1.852vw;
  }
  .serviceOverlay .innerContainer ul {
    margin-left: 1.482vw;
  }
}
@media all and (max-width: 580px) {
  .servicesBlock {
    padding: 17.241vw 0;
  }
  .servicesBlock .intro {
    margin-bottom: 8.621vw;
  }
  .servicesBlock .services {
    width: calc(100% + 5.172vw);
    margin-left: -2.586vw;
    margin-bottom: -5.172vw;
    text-align: center;
  }
  .servicesBlock .services .service {
    width: calc(50% - 5.172vw);
    margin: 0 2.586vw;
    padding: 5.172vw;
    border-radius: 3.448vw;
    margin-bottom: 5.172vw;
    text-align: left;
  }
  .servicesBlock .services .service .smallerTitle {
    height: 14.481vw;
    margin-bottom: 12.069vw;
  }
  .servicesBlock .services .service .text {
    font-size: 2.414vw;
    line-height: 4.138vw;
    height: 24.828vw;
  }
  .servicesBlock .services .service .overlayButton {
    height: 4.827vw;
    left: auto;
    position: absolute;
    top: auto;
    width: 4.827vw;
    bottom: 1.724vw;
    right: 1.724vw;
    line-height: 4.482vw;
    font-size: 3.448vw;
  }
  .serviceOverlay .innerContainer {
    height: auto;
    left: 50%;
    position: absolute;
    top: 50%;
    width: 68.964vw;
    border-radius: 5.172vw;
    padding: 5.172vw;
    font-size: 2.759vw;
  }
  .serviceOverlay .innerContainer .close {
    height: 4.827vw;
    left: 50%;
    position: absolute;
    top: -8.621vw;
    width: 4.827vw;
    line-height: 4.31vw;
    font-size: 3.448vw;
  }
  .serviceOverlay .innerContainer ul {
    margin-left: 2.758vw;
  }
}
.quoteTextBlock {
  margin: 6.25vw 0;
  text-align: center;
}
.quoteTextBlock .normalTitle {
  -webkit-transform: scale(1) translate3d(0, 0, 0);
  -moz-transform: scale(1) translate3d(0, 0, 0);
  -o-transform: scale(1) translate3d(0, 0, 0);
  -ms-transform: scale(1) translate3d(0, 0, 0);
  transform: scale(1) translate3d(0, 0, 0);
  -webkit-transition: transform 2s 0s ease-out;
  -moz-transition: transform 2s 0s ease-out;
  -o-transition: transform 2s 0s ease-out;
  transition: transform 2s 0s ease-out;
}
.quoteTextBlock .normalTitle:hover {
  -webkit-transform: scale(1.03) translate3d(0, 0, 0);
  -moz-transform: scale(1.03) translate3d(0, 0, 0);
  -o-transform: scale(1.03) translate3d(0, 0, 0);
  -ms-transform: scale(1.03) translate3d(0, 0, 0);
  transform: scale(1.03) translate3d(0, 0, 0);
}
.quoteTextBlock .quoteInfo {
  margin-top: 3.125vw;
  font-size: 1.25vw;
}
.quoteTextBlock .quoteInfo .person {
  font-family: 'ITC Clearface STD';
  font-weight: 700;
}
.quoteTextBlock .text {
  width: 31.875vw;
  margin: 3.125vw auto;
  text-align: left;
}
@media all and (max-width: 1080px) {
  .quoteTextBlock {
    margin: 9.259vw 0;
  }
  .quoteTextBlock .quoteInfo {
    margin-top: 4.63vw;
    font-size: 1.852vw;
  }
  .quoteTextBlock .text {
    width: 47.221vw;
    margin: 4.63vw auto;
  }
}
@media all and (max-width: 580px) {
  .quoteTextBlock {
    margin: 17.241vw 0;
  }
  .quoteTextBlock .quoteInfo {
    margin-top: 8.621vw;
    font-size: 3.448vw;
  }
  .quoteTextBlock .text {
    width: 100%;
    margin: 8.621vw auto;
  }
}
.projectsBlock {
  position: relative;
  overflow: hidden;
  background: #ececec;
  padding: 6.25vw 0;
}
.projectsBlock .intro {
  text-align: center;
  margin-bottom: 3.125vw;
}
.projectsBlock .projects {
  position: relative;
  padding: 0 0.9375vw;
}
.projectsBlock .projects .slider {
  position: relative;
  width: 100%;
  height: 100%;
}
.projectsBlock .projects .slider .slide {
  display: inline-block;
  vertical-align: top;
  width: calc(25% - 1.875vw);
  margin: 0 0.9375vw;
  height: 100%;
  background: #fff;
  border-radius: 1.25vw;
}
.projectsBlock .projects .slider .slide .innerSlide {
  white-space: normal;
  padding: 1.875vw;
}
.projectsBlock .projects .slider .slide .innerSlide .company {
  font-weight: 700;
  margin-bottom: 2.5vw;
}
.projectsBlock .projects .slider .slide .innerSlide .quote {
  font-family: 'ITC Clearface STD';
  font-size: 1.125vw;
  line-height: 1.75vw;
  min-height: 7.5vw;
}
.projectsBlock .projects .slider .slide .image {
  height: 26.875vw;
  border-radius: 1.25vw;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
.projectsBlock .projects .slider .navigator {
  position: relative;
  padding: 0 4.0625vw;
  margin-top: 3.125vw;
}
.projectsBlock .projects .slider .navigator .sliderButton {
  position: relative;
  top: 0;
  -webkit-transform: none;
  -moz-transform: none;
  -o-transform: none;
  -ms-transform: none;
  transform: none;
}
.projectsBlock .projects .slider .navigator .sliderButton.next {
  float: right;
}
@media all and (max-width: 1080px) {
  .projectsBlock {
    padding: 9.259vw 0;
  }
  .projectsBlock .intro {
    margin-bottom: 4.63vw;
  }
  .projectsBlock .projects {
    padding: 0 1.389vw;
  }
  .projectsBlock .projects .slider .slide {
    width: calc(33.3333% - 2.778vw);
    margin: 0 1.389vw;
    border-radius: 1.852vw;
  }
  .projectsBlock .projects .slider .slide .innerSlide {
    padding: 2.778vw;
  }
  .projectsBlock .projects .slider .slide .innerSlide .company {
    margin-bottom: 3.704vw;
  }
  .projectsBlock .projects .slider .slide .innerSlide .quote {
    font-size: 1.667vw;
    line-height: 2.593vw;
    min-height: 11.112vw;
  }
  .projectsBlock .projects .slider .slide .image {
    height: 39.814vw;
    border-radius: 1.852vw;
  }
  .projectsBlock .projects .slider .navigator {
    position: relative;
    padding: 0 6.019vw;
    margin-top: 4.63vw;
  }
}
@media all and (max-width: 580px) {
  .projectsBlock {
    padding: 17.241vw 0;
  }
  .projectsBlock .intro {
    margin-bottom: 8.621vw;
  }
  .projectsBlock .projects {
    padding: 0 2.586vw;
  }
  .projectsBlock .projects .slider .slide {
    width: calc(100% - 5.172vw);
    margin: 0 2.586vw;
    border-radius: 3.448vw;
  }
  .projectsBlock .projects .slider .slide .innerSlide {
    padding: 5.172vw;
  }
  .projectsBlock .projects .slider .slide .innerSlide .company {
    margin-bottom: 6.897vw;
  }
  .projectsBlock .projects .slider .slide .innerSlide .quote {
    font-size: 3.448vw;
    line-height: 5.172vw;
    min-height: 20.688vw;
  }
  .projectsBlock .projects .slider .slide .image {
    height: 99.998vw;
    border-radius: 3.448vw;
  }
  .projectsBlock .projects .slider .navigator {
    padding: 0 11.207vw;
    margin-top: 8.621vw;
  }
}
.textListBlock {
  position: relative;
  margin: 6.25vw 0;
}
.textListBlock .col {
  display: inline-block;
  vertical-align: top;
  width: 15%;
}
.textListBlock .col:nth-child(2) {
  width: 50%;
  padding-right: 5%;
}
.textListBlock .col:nth-child(3) {
  width: 35%;
}
.textListBlock .col .smallerTitle {
  display: block;
  margin-bottom: 1.875vw;
}
.textListBlock .col .listContainer {
  padding: 6.25vw 4.375vw;
  position: relative;
}
.textListBlock .col .listContainer:hover:before {
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -o-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
  opacity: 0.4;
}
.textListBlock .col .listContainer:before {
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
  background: #f5f5f5;
  border-radius: 1.25vw;
  -webkit-transition: transform 0.3s, opacity 0.3s;
  -moz-transition: transform 0.3s, opacity 0.3s;
  -ms-transition: transform 0.3s, opacity 0.3s;
  -o-transition: transform 0.3s, opacity 0.3s;
  transition: transform 0.3s, opacity 0.3s;
}
.textListBlock .col .listContainer ul {
  margin-left: 1vw;
}
@media all and (max-width: 1080px) {
  .textListBlock {
    margin: 9.259vw 0;
  }
  .textListBlock .col {
    width: 15%;
  }
  .textListBlock .col:nth-child(2) {
    width: 50%;
    padding-right: 5%;
  }
  .textListBlock .col:nth-child(3) {
    width: 35%;
  }
  .textListBlock .col .smallerTitle {
    margin-bottom: 2.778vw;
  }
  .textListBlock .col .listContainer {
    padding: 9.259vw 4.63vw;
    border-radius: 1.852vw;
  }
  .textListBlock .col .listContainer ul {
    margin-left: 1.482vw;
  }
}
@media all and (max-width: 580px) {
  .textListBlock {
    margin: 17.241vw 0;
  }
  .textListBlock .col {
    width: 100%;
    margin-bottom: 3.448vw;
  }
  .textListBlock .col:nth-child(2) {
    width: 100%;
    padding-right: 0;
  }
  .textListBlock .col:nth-child(3) {
    width: 100%;
    margin-bottom: 0;
    margin-top: 8.621vw;
  }
  .textListBlock .col .smallerTitle {
    margin-bottom: 5.172vw;
  }
  .textListBlock .col .listContainer {
    padding: 8.621vw;
    border-radius: 3.448vw;
  }
  .textListBlock .col .listContainer ul {
    margin-left: 2.758vw;
  }
}
.twoImagesBlock {
  position: relative;
  overflow: hidden;
  margin: 6.25vw 0;
}
.twoImagesBlock .image {
  display: inline-block;
  vertical-align: top;
  width: 50%;
  padding-bottom: 50%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  position: relative;
}
.twoImagesBlock .image .innerContent {
  height: auto;
  left: 0;
  position: absolute;
  top: auto;
  width: 100%;
  bottom: 0;
  padding: 1.25vw;
  color: #f5f5f5;
  font-size: 0.875vw;
}
@media all and (max-width: 1080px) {
  .twoImagesBlock {
    margin: 9.259vw 0;
  }
  .twoImagesBlock .image .innerContent {
    padding: 1.852vw;
    font-size: 1.296vw;
  }
}
@media all and (max-width: 580px) {
  .twoImagesBlock {
    margin: 17.241vw 0;
  }
  .twoImagesBlock .image {
    padding-bottom: 100%;
    width: 100%;
  }
  .twoImagesBlock .image .innerContent {
    padding: 3.448vw;
    font-size: 2.759vw;
  }
}
.aboutBlock {
  position: relative;
  overflow: hidden;
  margin: 6.25vw 0;
}
.aboutBlock .col {
  display: inline-block;
  vertical-align: top;
  width: 21.25vw;
  padding-right: 10vw;
}
.aboutBlock .col:nth-child(2) {
  width: 41.25vw;
  padding-right: 0;
  padding-left: 0;
}
.aboutBlock .col:last-child {
  padding-right: 0;
  padding-left: 10vw;
}
.aboutBlock .col .smallInfo {
  font-size: 0.75vw;
  line-height: 1.25vw;
}
.aboutBlock .col .smallInfo .person {
  text-transform: uppercase;
}
.aboutBlock .col .smallInfo .function {
  font-family: 'ITC Clearface STD';
  font-size: 0.875vw;
  margin-top: 0.125vw;
}
.aboutBlock .col .smallInfo .text {
  margin-top: 1.875vw;
}
.aboutBlock .col .smallInfo .text p {
  font-size: 0.75vw;
  line-height: 1.25vw;
}
.aboutBlock .col .quoteWrapper {
  text-align: center;
}
.aboutBlock .col .quoteWrapper .normalTitle {
  -webkit-transform: scale(1) translate3d(0, 0, 0);
  -moz-transform: scale(1) translate3d(0, 0, 0);
  -o-transform: scale(1) translate3d(0, 0, 0);
  -ms-transform: scale(1) translate3d(0, 0, 0);
  transform: scale(1) translate3d(0, 0, 0);
  -webkit-transition: transform 2s 0s ease-out;
  -moz-transition: transform 2s 0s ease-out;
  -o-transition: transform 2s 0s ease-out;
  transition: transform 2s 0s ease-out;
}
.aboutBlock .col .quoteWrapper .normalTitle:hover {
  -webkit-transform: scale(1.03) translate3d(0, 0, 0);
  -moz-transform: scale(1.03) translate3d(0, 0, 0);
  -o-transform: scale(1.03) translate3d(0, 0, 0);
  -ms-transform: scale(1.03) translate3d(0, 0, 0);
  transform: scale(1.03) translate3d(0, 0, 0);
}
.aboutBlock .col .quoteWrapper .quoteInfo {
  margin-top: 3.125vw;
  font-size: 1.25vw;
}
.aboutBlock .col .quoteWrapper .quoteInfo .person {
  font-family: 'ITC Clearface STD';
  font-weight: 700;
}
.aboutBlock .col .aboutText {
  margin-top: 8.125vw;
}
.aboutBlock .col .list .row {
  position: relative;
  margin-bottom: 1.5vw;
}
.aboutBlock .col .list .row:last-child {
  margin-bottom: 0;
}
.aboutBlock .col .list .row .number {
  height: auto;
  left: -3.125vw;
  position: absolute;
  top: 0;
  width: auto;
  font-size: 0.875vw;
}
@media all and (max-width: 1080px) {
  .aboutBlock {
    margin: 9.259vw 0;
  }
  .aboutBlock .col {
    width: 40%;
    padding-right: 5.556vw;
  }
  .aboutBlock .col:nth-child(2) {
    width: 60%;
    padding-right: 0;
  }
  .aboutBlock .col:last-child {
    padding-left: 5.556vw;
  }
  .aboutBlock .col.emptyCol {
    display: none;
  }
  .aboutBlock .col .smallInfo {
    font-size: 1.111vw;
    line-height: 1.852vw;
  }
  .aboutBlock .col .smallInfo .function {
    font-size: 1.296vw;
    margin-top: 0.185vw;
  }
  .aboutBlock .col .smallInfo .text {
    margin-top: 2.778vw;
  }
  .aboutBlock .col .smallInfo .text p {
    font-size: 1.111vw;
    line-height: 1.852vw;
  }
  .aboutBlock .col .quoteWrapper .quoteInfo {
    margin-top: 4.63vw;
    font-size: 1.852vw;
  }
  .aboutBlock .col .aboutText {
    margin-top: 12.037vw;
  }
  .aboutBlock .col .list .row {
    margin-bottom: 2.222vw;
  }
  .aboutBlock .col .list .row .number {
    height: auto;
    left: -4.63vw;
    position: absolute;
    top: 0;
    width: auto;
    font-size: 1.296vw;
  }
}
@media all and (max-width: 580px) {
  .aboutBlock {
    margin: 17.241vw 0;
  }
  .aboutBlock .col {
    width: 100%;
    padding-right: 10.345vw;
    margin-bottom: 6.897vw;
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .aboutBlock .col:first-child .smallInfo {
    padding-bottom: 6.897vw;
    border-bottom: 1px solid #000000;
  }
  .aboutBlock .col:nth-child(2) {
    width: 100%;
    padding-right: 0;
  }
  .aboutBlock .col:last-child {
    padding-left: 0;
  }
  .aboutBlock .col:last-child .smallInfo {
    padding-top: 6.897vw;
    border-top: 1px solid #000000;
  }
  .aboutBlock .col.emptyCol {
    display: none;
  }
  .aboutBlock .col .smallInfo {
    font-size: 2.759vw;
    line-height: 5.172vw;
  }
  .aboutBlock .col .smallInfo .function {
    font-size: 3.103vw;
    margin-top: 0.345vw;
  }
  .aboutBlock .col .smallInfo .text {
    margin-top: 5.172vw;
  }
  .aboutBlock .col .smallInfo .text p {
    font-size: 2.759vw;
    line-height: 5.172vw;
  }
  .aboutBlock .col .quoteWrapper .quoteInfo {
    margin-top: 8.621vw;
    font-size: 3.448vw;
  }
  .aboutBlock .col .aboutText {
    margin-top: 14.431vw;
  }
  .aboutBlock .col .list .row {
    margin-bottom: 4.138vw;
  }
  .aboutBlock .col .list .row .number {
    height: auto;
    left: -5.172vw;
    position: absolute;
    top: -0.345vw;
    width: auto;
    font-size: 2.414vw;
  }
}
.textBlock {
  position: relative;
  overflow: hidden;
  margin: 6.25vw 0;
}
@media all and (max-width: 1080px) {
  .textBlock {
    margin: 9.259vw 0;
  }
}
@media all and (max-width: 580px) {
  .textBlock {
    margin: 17.241vw 0;
  }
}
.dividerBlock {
  position: relative;
  overflow: hidden;
  margin: 6.25vw 0;
}
.dividerBlock .divider {
  height: 1px;
  background: #000000;
}
.contactBlock {
  position: relative;
  overflow: hidden;
  padding-bottom: 6.25vw;
}
.contactBlock.is-inview .intro,
.contactBlock.is-inview .backgroundColor {
  opacity: 1;
}
.contactBlock .intro {
  padding-top: 13.75vw;
  padding-bottom: 3.125vw;
  max-width: 40vw;
  width: 100%;
  opacity: 0;
  -webkit-transition: opacity 0.3s 0.3s, transform 0.3s 0.3s;
  -moz-transition: opacity 0.3s 0.3s, transform 0.3s 0.3s;
  -ms-transition: opacity 0.3s 0.3s, transform 0.3s 0.3s;
  -o-transition: opacity 0.3s 0.3s, transform 0.3s 0.3s;
  transition: opacity 0.3s 0.3s, transform 0.3s 0.3s;
}
.contactBlock .contentWrapper {
  position: relative;
  z-index: 1;
}
.contactBlock .contentWrapper .col {
  display: inline-block;
  vertical-align: top;
  width: 40%;
}
.contactBlock .contentWrapper .col:nth-child(2) {
  width: 60%;
}
.contactBlock .contentWrapper .col .subCol {
  display: inline-block;
  vertical-align: top;
  width: 50%;
}
.contactBlock .contentWrapper .col .subCol:first-child {
  padding-right: 3.125vw;
}
.contactBlock .contentWrapper .col .text p {
  font-size: 1vw;
  line-height: 1.875vw;
}
.contactBlock .contentWrapper .col .text p a {
  color: #191919;
  opacity: 1;
  -webkit-transition: opacity 0.3s 0s ease-out;
  -moz-transition: opacity 0.3s 0s ease-out;
  -o-transition: opacity 0.3s 0s ease-out;
  transition: opacity 0.3s 0s ease-out;
}
.contactBlock .contentWrapper .col .text p a:hover {
  opacity: 0.6;
}
.contactBlock .contentWrapper .iframeWrapper {
  margin-top: 3.125vw;
}
.contactBlock .contentWrapper .iframeWrapper iframe {
  width: 100%;
  display: block;
  height: 37.5vw;
}
.contactBlock .contentWrapper .divider {
  margin: 3.125vw 0;
  height: 1px;
  background: #000000;
  width: calc(100% + 3.75vw);
  margin-left: -1.875vw;
}
.contactBlock .backgroundColor {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  opacity: 0;
  -webkit-transition: opacity 0.6s 0.15s ease-out;
  -moz-transition: opacity 0.6s 0.15s ease-out;
  -o-transition: opacity 0.6s 0.15s ease-out;
  transition: opacity 0.6s 0.15s ease-out;
}
.contactBlock .backgroundColor .innerBackground {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
@media all and (max-width: 1080px) {
  .contactBlock {
    padding-bottom: 9.259vw;
  }
  .contactBlock .intro {
    padding-top: 20.37vw;
    padding-bottom: 4.63vw;
    max-width: 59.258vw;
  }
  .contactBlock .contentWrapper .col {
    width: 40%;
  }
  .contactBlock .contentWrapper .col:nth-child(2) {
    width: 60%;
  }
  .contactBlock .contentWrapper .col .subCol {
    width: 50%;
  }
  .contactBlock .contentWrapper .col .subCol:first-child {
    padding-right: 4.63vw;
  }
  .contactBlock .contentWrapper .col .text p {
    font-size: 1.481vw;
    line-height: 2.778vw;
  }
  .contactBlock .contentWrapper .iframeWrapper {
    margin-top: 4.63vw;
  }
  .contactBlock .contentWrapper .iframeWrapper iframe {
    height: 55.554vw;
  }
  .contactBlock .contentWrapper .divider {
    margin: 4.63vw 0;
    width: calc(100% + 5.556vw);
    margin-left: -2.778vw;
  }
}
@media all and (max-width: 580px) {
  .contactBlock {
    padding-bottom: 17.241vw;
  }
  .contactBlock .intro {
    padding-top: 20.689vw;
    padding-bottom: 8.621vw;
    max-width: 100%;
  }
  .contactBlock .contentWrapper .col {
    width: 100%;
  }
  .contactBlock .contentWrapper .col:nth-child(2) {
    width: 100%;
    margin-top: 6.897vw;
  }
  .contactBlock .contentWrapper .col .subCol {
    width: 50%;
  }
  .contactBlock .contentWrapper .col .subCol:first-child {
    padding-right: 8.621vw;
  }
  .contactBlock .contentWrapper .col .text p {
    font-size: 2.759vw;
    line-height: 5.172vw;
  }
  .contactBlock .contentWrapper .iframeWrapper {
    margin-top: 8.621vw;
  }
  .contactBlock .contentWrapper .iframeWrapper iframe {
    height: 68.964vw;
  }
  .contactBlock .contentWrapper .divider {
    margin: 8.621vw 0;
    width: calc(100% + 10.345vw);
    margin-left: -5.172vw;
  }
}
.jobsBlock {
  position: relative;
  overflow: hidden;
  margin: 6.25vw 0;
}
.jobsBlock .jobs .job {
  position: relative;
  padding: 5vw 0;
}
.jobsBlock .jobs .job:before {
  content: "";
  height: 1px;
  left: -3.125vw;
  position: absolute;
  top: 0;
  width: calc(100% + 6.25vw);
  background: #000000;
}
.jobsBlock .jobs .job:last-child:after {
  content: "";
  height: 1px;
  left: -3.125vw;
  position: absolute;
  top: auto;
  width: calc(100% + 6.25vw);
  bottom: 0;
  background: #000000;
}
.jobsBlock .jobs .job .intro .row {
  margin-bottom: 0.625vw;
}
.jobsBlock .jobs .job .intro .row .label {
  display: inline-block;
  vertical-align: middle;
  width: 7.5vw;
}
.jobsBlock .jobs .job .intro .row .smallTitle {
  display: inline-block;
  vertical-align: middle;
}
.jobsBlock .jobs .job .cols {
  width: calc(100% + 2.5vw);
  margin-left: -1.25vw;
}
.jobsBlock .jobs .job .cols .col {
  display: inline-block;
  vertical-align: top;
  width: calc(50% - 2.5vw);
  margin: 0 1.25vw;
}
.jobsBlock .jobs .job .introText {
  margin-top: 2.5vw;
  margin-bottom: 2.5vw;
}
.jobsBlock .jobs .job .row {
  margin-bottom: 2.5vw;
}
.jobsBlock .jobs .job .row:last-child {
  margin-bottom: 0;
}
.jobsBlock .jobs .job .row .titleRow,
.jobsBlock .jobs .job .row .infoRow {
  display: inline-block;
  vertical-align: top;
  width: 35%;
}
.jobsBlock .jobs .job .row .titleRow {
  padding-right: 4.375vw;
}
.jobsBlock .jobs .job .row .infoRow {
  width: 65%;
}
@media all and (max-width: 1080px) {
  .jobsBlock {
    margin: 9.259vw 0;
  }
  .jobsBlock .jobs .job {
    padding: 7.407vw 0;
  }
  .jobsBlock .jobs .job:before {
    content: "";
    height: 1px;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    background: #000000;
  }
  .jobsBlock .jobs .job:last-child:after {
    content: "";
    height: 1px;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    bottom: 0;
    background: #000000;
  }
  .jobsBlock .jobs .job .intro .row {
    margin-bottom: 0.926vw;
  }
  .jobsBlock .jobs .job .intro .row .label {
    width: 11.111vw;
  }
  .jobsBlock .jobs .job .cols {
    width: calc(100% + 3.704vw);
    margin-left: -1.852vw;
  }
  .jobsBlock .jobs .job .cols .col {
    display: inline-block;
    vertical-align: top;
    width: calc(50% - 3.704vw);
    margin: 0 1.852vw;
  }
  .jobsBlock .jobs .job .introText {
    margin-top: 3.704vw;
    margin-bottom: 3.704vw;
  }
  .jobsBlock .jobs .job .row {
    margin-bottom: 3.704vw;
  }
  .jobsBlock .jobs .job .row:last-child {
    margin-bottom: 0;
  }
  .jobsBlock .jobs .job .row .titleRow,
  .jobsBlock .jobs .job .row .infoRow {
    display: inline-block;
    vertical-align: top;
    width: 35%;
  }
  .jobsBlock .jobs .job .row .titleRow {
    padding-right: 6.481vw;
  }
  .jobsBlock .jobs .job .row .infoRow {
    width: 65%;
  }
}
@media all and (max-width: 580px) {
  .jobsBlock {
    margin: 17.241vw 0;
  }
  .jobsBlock .jobs .job {
    padding: 13.793vw 0;
  }
  .jobsBlock .jobs .job .intro .row {
    margin-bottom: 1.724vw;
  }
  .jobsBlock .jobs .job .intro .row .label {
    width: 20.689vw;
  }
  .jobsBlock .jobs .job .cols {
    width: calc(100% + 6.897vw);
    margin-left: -3.448vw;
  }
  .jobsBlock .jobs .job .cols .col {
    width: calc(100% - 6.897vw);
    margin: 0 3.448vw;
  }
  .jobsBlock .jobs .job .introText {
    margin-top: 6.897vw;
    margin-bottom: 6.897vw;
  }
  .jobsBlock .jobs .job .row {
    margin-bottom: 6.897vw;
  }
  .jobsBlock .jobs .job .row:last-child {
    margin-bottom: 0;
  }
  .jobsBlock .jobs .job .row .titleRow,
  .jobsBlock .jobs .job .row .infoRow {
    width: 100%;
  }
  .jobsBlock .jobs .job .row .titleRow {
    padding-right: 0;
    margin-bottom: 6.897vw;
  }
  .jobsBlock .jobs .job .row .infoRow {
    width: 100%;
  }
}
.callToActionBlock {
  position: relative;
  overflow: hidden;
  padding: 6.25vw 0;
  background: #a59075;
  margin-bottom: -1px;
  text-align: center;
  color: #fff;
}
.callToActionBlock .innerContainer {
  width: 50vw;
  margin: 0 auto;
}
.callToActionBlock .innerContainer .bigTitle {
  display: block;
  margin-bottom: 2.5vw;
  -webkit-transform: scale(1) translate3d(0, 0, 0);
  -moz-transform: scale(1) translate3d(0, 0, 0);
  -o-transform: scale(1) translate3d(0, 0, 0);
  -ms-transform: scale(1) translate3d(0, 0, 0);
  transform: scale(1) translate3d(0, 0, 0);
  -webkit-transition: transform 2s 0s ease-out;
  -moz-transition: transform 2s 0s ease-out;
  -o-transition: transform 2s 0s ease-out;
  transition: transform 2s 0s ease-out;
}
.callToActionBlock .innerContainer .bigTitle:hover {
  -webkit-transform: scale(1.03) translate3d(0, 0, 0);
  -moz-transform: scale(1.03) translate3d(0, 0, 0);
  -o-transform: scale(1.03) translate3d(0, 0, 0);
  -ms-transform: scale(1.03) translate3d(0, 0, 0);
  transform: scale(1.03) translate3d(0, 0, 0);
}
@media all and (max-width: 1080px) {
  .callToActionBlock {
    padding: 9.259vw 0;
  }
  .callToActionBlock .innerContainer {
    width: 74.072vw;
  }
  .callToActionBlock .innerContainer .bigTitle {
    margin-bottom: 3.704vw;
  }
}
@media all and (max-width: 580px) {
  .callToActionBlock {
    padding: 17.241vw 0;
  }
  .callToActionBlock .innerContainer {
    width: 100%;
  }
  .callToActionBlock .innerContainer .bigTitle {
    margin-bottom: 6.897vw;
  }
}
.newsBlock {
  position: relative;
  overflow: hidden;
  padding: 12.5vw 0 6.25vw 0;
}
.newsBlock.is-inview .backgroundColor {
  opacity: 1;
}
.newsBlock.is-inview .contentWrapper .innerContainer {
  opacity: 1;
  pointer-events: inherit;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -o-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}
.newsBlock .backgroundColor {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  opacity: 0;
  -webkit-transition: opacity 0.6s 0.15s ease-out;
  -moz-transition: opacity 0.6s 0.15s ease-out;
  -o-transition: opacity 0.6s 0.15s ease-out;
  transition: opacity 0.6s 0.15s ease-out;
}
.newsBlock .backgroundColor .innerBackground {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.newsBlock .contentWrapper {
  position: relative;
  z-index: 1;
}
.newsBlock .contentWrapper .innerContainer {
  opacity: 0;
  pointer-events: none;
  -webkit-transform: translateY(3.125vw);
  -moz-transform: translateY(3.125vw);
  -o-transform: translateY(3.125vw);
  -ms-transform: translateY(3.125vw);
  transform: translateY(3.125vw);
  -webkit-transition: opacity 0.3s 0.3s, pointer-events 0.3s 0.3s, transform 0.3s 0.3s;
  -moz-transition: opacity 0.3s 0.3s, pointer-events 0.3s 0.3s, transform 0.3s 0.3s;
  -ms-transition: opacity 0.3s 0.3s, pointer-events 0.3s 0.3s, transform 0.3s 0.3s;
  -o-transition: opacity 0.3s 0.3s, pointer-events 0.3s 0.3s, transform 0.3s 0.3s;
  transition: opacity 0.3s 0.3s, pointer-events 0.3s 0.3s, transform 0.3s 0.3s;
}
.newsBlock .date {
  margin: 6.25vw 0 1.875vw 0;
  font-family: 'ITC Clearface STD';
}
.newsBlock .im_source {
  font-style: italic;
  font-size: 0.75vw !important;
}
.latestNewsBlock {
  background: #ececec;
  padding: 3.125vw 0 6.25vw 0;
}
.latestNewsBlock .intro {
  text-align: center;
  margin-bottom: 3.125vw;
}
.latestNewsBlock .items {
  width: calc(100% + 1.875vw);
  margin-left: -0.9375vw;
}
.latestNewsBlock .items .item {
  background: #f5f5f5;
  display: inline-block;
  vertical-align: top;
  width: calc(25% - 1.875vw);
  margin: 0 0.9375vw;
  padding: 2.1875vw;
  text-decoration: none;
  color: #191919;
  border-radius: 1.25vw;
}
.latestNewsBlock .items .item:hover .innerContainer {
  opacity: 0.6;
}
.latestNewsBlock .items .item .innerContainer {
  opacity: 1;
  -webkit-transition: opacity 0.3s 0s ease-out;
  -moz-transition: opacity 0.3s 0s ease-out;
  -o-transition: opacity 0.3s 0s ease-out;
  transition: opacity 0.3s 0s ease-out;
}
.latestNewsBlock .items .item .smallTitle {
  padding-left: 0;
  margin-bottom: 2.5vw;
  height: 6.1875vw;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.latestNewsBlock .items .item .date {
  font-size: 0.75vw;
  line-height: 1.5vw;
}
.latestNewsBlock .items .item .text {
  height: 9vw;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 6;
  -webkit-box-orient: vertical;
}
/*# sourceMappingURL=text-page.css.map */