@font-face {
  font-family: 'GothamPro';
  src: url("/fonts/GothamPro.eot?#iefix") format("embedded-opentype"), url("/fonts/GothamPro.woff") format("woff"), url("/fonts/GothamPro.ttf") format("truetype");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'GothamPro-Light';
  src: url("/fonts/GothamPro-Light.eot?#iefix") format("embedded-opentype"), url("/fonts/GothamPro-Light.woff") format("woff"), url("/fonts/GothamPro-Light.ttf") format("truetype");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'GothamPro-Bold';
  src: url("/fonts/GothamPro-Bold.eot?#iefix") format("embedded-opentype"), url("/fonts/GothamPro-Bold.woff") format("woff"), url("/fonts/GothamPro-Bold.ttf") format("truetype");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'GothamPro-Medium';
  src: url("/fonts/GothamPro-Medium.eot?#iefix") format("embedded-opentype"), url("/fonts/GothamPro-Medium.woff") format("woff"), url("/fonts/GothamPro-Medium.ttf") format("truetype");
  font-weight: normal;
  font-style: normal; }

* {
  padding: 0;
  margin: 0;
  border: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-tap-highlight-color: transparent; }

html, body {
  width: 100%;
  height: 100%; }

body {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between; }
  body.modal-open {
    overflow: hidden;
    width: 100%;
    height: 100%;
    position: fixed; }

section {
  overflow: hidden; }

.wrapper {
  max-width: 1920px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  -webkit-box-flex: 1;
  -webkit-flex: 1 0 auto;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
  position: relative; }

a {
  text-decoration: none; }

a[x-apple-data-detectors] {
  color: inherit !important;
  text-decoration: none !important;
  font-size: inherit !important;
  font-family: inherit !important;
  font-weight: inherit !important;
  line-height: inherit !important; }

*:focus {
  outline: none; }

select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none; }

button, input {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none; }

img {
  display: block;
  width: 100%;
  height: auto; }

footer {
  max-width: 1920px;
  width: 100%;
  margin-left: auto;
  margin-right: auto; }

header {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  padding: 0 66px;
  z-index: 9; }

.header-container {
  padding: 44px 0;
  max-width: 1687px;
  width: 100%;
  margin: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between; }

.logo {
  width: 154px;
  height: 21px; }
  .logo svg {
    width: 100%;
    height: auto; }

.main-banner {
  position: relative; }

.overlay-banner {
  position: absolute;
  width: 100%;
  height: 100%;
  background-image: -webkit-gradient(linear, left bottom, left top, from(#0a182e), to(#0a182e));
  background-image: -webkit-linear-gradient(bottom, #0a182e, #0a182e);
  background-image: -o-linear-gradient(bottom, #0a182e, #0a182e);
  background-image: linear-gradient(to top, #0a182e, #0a182e);
  -webkit-background-size: auto auto;
  background-size: auto;
  opacity: 0.6;
  z-index: 0;
  left: 0;
  top: 0; }

.main-slider {
  position: relative; }
  .main-slider img {
    margin-bottom: -3px; }

.menu-lines {
  position: relative;
  height: 16px;
  width: 33px;
  cursor: pointer;
  pointer-events: auto; }
  .menu-lines span {
    display: block;
    position: absolute;
    width: 100%;
    height: 3px;
    background-color: #FFFFFF; }
    .menu-lines span:first-of-type {
      left: 0;
      top: 0; }
    .menu-lines span:last-of-type {
      left: 0;
      bottom: 0; }

.bottom-slider-menu {
  position: absolute;
  left: 0;
  bottom: 0;
  max-width: 100%;
  width: 100%;
  height: 139px;
  overflow: hidden;
  z-index: 2; }
  .bottom-slider-menu .blur-block {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%; }
    .bottom-slider-menu .blur-block:before {
      content: "";
      width: 110%;
      height: 110%;
      background: inherit;
      position: absolute;
      left: 0;
      right: 0;
      top: 0;
      bottom: 0;
      -webkit-box-shadow: inset 0 0 0 200px rgba(255, 255, 255, 0.15);
      box-shadow: inset 0 0 0 200px rgba(255, 255, 255, 0.15); }
  .bottom-slider-menu .slider-dots {
    max-width: 1687px;
    height: 139px;
    margin: auto;
    position: relative;
    left: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    z-index: 2; }

.proverb {
  max-width: 1687px;
  width: 100%;
  padding-left: 90px;
  padding-right: 66px;
  position: absolute;
  left: 50%;
  top: 56%;
  -webkit-transform: translate(-50%, -56%);
  -ms-transform: translate(-50%, -56%);
  transform: translate(-50%, -56%);
  z-index: 2;
  height: 100%; }

.date {
  font: 23px/4.7vw 'GothamPro-Bold';
  color: #ffa800;
  padding-right: 27px;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  position: relative; }

.proverb-words {
  margin-top: -30px;
  max-width: 100%;
  width: 100%;
  position: relative; }

.main-prov {
  font: 4.4vw/6.7vw 'GothamPro-Light';
  letter-spacing: 4.25px;
  color: #FFFFFF;
  text-transform: uppercase;
  width: 100%; }
  .main-prov div {
    display: inline-block;
    background-color: #ffa800;
    padding: 0 30px; }
  .main-prov span svg {
    max-width: 22vw;
    width: 100%; }

.filter-block {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #0a182e;
  opacity: 0.55;
  z-index: 1;
  pointer-events: none; }

.slider-dot {
  font: 20px/20px 'GothamPro-Light';
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #FFFFFF;
  margin: 0 20px;
  cursor: pointer;
  pointer-events: auto;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s; }
  .slider-dot:hover {
    text-shadow: #ffffff 0 0 0; }
  .slider-dot.active {
    text-shadow: #ffffff 0 0 0;
    pointer-events: none; }

.descriptions {
  position: absolute;
  bottom: 25%;
  padding-left: 112px;
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between; }

.main-slide {
  position: relative;
  max-height: 1035px;
  height: 100vh;
  min-height: 600px;
  margin-bottom: -4px; }

.blurred-slide {
  position: absolute;
  bottom: 0;
  left: 0;
  height: 145px;
  width: 100%;
  -webkit-filter: blur(10px);
  filter: blur(10px);
  margin-bottom: -5px; }

.description-slide {
  max-width: 470px;
  width: 100%;
  font: 23px/36px 'GothamPro';
  color: #FFFFFF; }

.words {
  position: absolute;
  top: 25%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%; }

.dates-prov-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%; }

.date-wrapper {
  width: 72px; }

.animated-line {
  position: absolute;
  left: 0;
  bottom: 0;
  height: 7px;
  background-color: #ffa800; }

.anchor-slide {
  max-width: 366px;
  width: 100%;
  height: 100px;
  background-color: rgba(255, 168, 0, 0.5);
  display: table;
  -webkit-transition: background-color .3s;
  -o-transition: background-color .3s;
  transition: background-color .3s; }
  .anchor-slide a {
    display: table-cell;
    vertical-align: middle;
    font: 20px/20px 'GothamPro';
    letter-spacing: 2px;
    text-align: center;
    color: #FFFFFF;
    text-transform: uppercase; }
  .anchor-slide span {
    display: inline-block; }
  .anchor-slide i {
    padding-left: 30px;
    display: inline-block;
    vertical-align: middle;
    width: 22px;
    height: 22px;
    line-height: 20px; }
    .anchor-slide i svg {
      width: 22px;
      height: auto;
      fill: #ffffff; }
  .anchor-slide:hover {
    background-color: rgba(255, 168, 0, 0.7); }

.dots-wrapper {
  padding-left: 66px;
  padding-right: 66px;
  margin-left: -20px;
  margin-right: -20px; }

.announce-section {
  padding: 65px 66px; }
  .announce-section.green {
    background-color: #ffa800; }
    .announce-section.green .content {
      color: #ffffff; }
    .announce-section.green .line-left {
      background-color: #ffffff; }
  .announce-section.grey {
    background-color: #ebebeb;
    color: #000000; }
  .announce-section.white {
    background-color: #ffffff; }

.announce-wrapper {
  max-width: 1040px;
  margin: 0 auto; }

.announce-block {
  position: relative; }
  .announce-block .line-left {
    position: absolute;
    left: 0;
    top: 0;
    width: 2px;
    height: 100%;
    background-color: #ffa800; }
  .announce-block .content {
    max-width: 845px;
    width: 100%;
    padding-left: 56px;
    font: 30px/45px 'GothamPro'; }
    .announce-block .content a {
      -webkit-transition: all .3s;
      -o-transition: all .3s;
      transition: all .3s;
      font-family: 'GothamPro-Bold';
      color: #ffffff; }
      .announce-block .content a:hover {
        opacity: 0.7; }

.ben-block {
  font: 20px/40px 'GothamPro';
  overflow: hidden; }
  .ben-block h2 {
    font: 40px/45px 'GothamPro-Bold';
    letter-spacing: 0.8px;
    text-transform: uppercase; }
  .ben-block .info-h {
    font: 30px/50px 'GothamPro-Bold'; }
    .ben-block .info-h span {
      vertical-align: middle; }
    .ben-block .info-h i {
      display: inline-block;
      vertical-align: bottom;
      font-size: 18px;
      color: #ffa800;
      font-style: normal; }
      .ben-block .info-h i.active {
        -webkit-transform: scale(1, -1);
        -ms-transform: scale(1, -1);
        transform: scale(1, -1); }
  .ben-block h3 {
    font: 23px/25px 'GothamPro-Bold';
    text-transform: uppercase;
    margin-bottom: 45px; }
  .ben-block a {
    font: 20px/40px 'GothamPro';
    color: #ffa800; }
  .ben-block ul {
    list-style: none; }
    .ben-block ul li {
      font: 20px/40px 'GothamPro';
      margin-bottom: 30px; }
      .ben-block ul li:last-of-type {
        margin-bottom: 0; }
  .ben-block p {
    margin-bottom: 45px; }
  .ben-block table {
    max-width: 100%;
    width: 100%;
    border-collapse: collapse;
    font-size: 14px;
    line-height: 20px; }
    .ben-block table th {
      font-weight: bold;
      text-align: center;
      background: #ffa800;
      color: #ffffff;
      border-bottom: 1px solid #fff;
      padding: 10px;
      vertical-align: top; }
    .ben-block table tr {
      background: #eff0ee; }
      .ben-block table tr td {
        text-align: center;
        padding: 10px;
        vertical-align: middle;
        border-bottom: 1px solid #c5c5c5; }
      .ben-block table tr .last-cell {
        border-bottom: none;
        border-left: 1px solid #c5c5c5; }
      .ben-block table tr:last-child td {
        border: none; }
  .ben-block .grid_12 {
    margin-bottom: 90px; }
    .ben-block .grid_12 .table-wrapper {
      max-width: 1040px;
      overflow-x: auto; }
    .ben-block .grid_12 h3 {
      margin-bottom: 25px; }
    .ben-block .grid_12 h4 {
      font: 21px/30px 'GothamPro';
      margin-bottom: 20px; }

.inner-ben {
  margin-bottom: 50px; }

.title-ben {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  margin-bottom: 66px;
  cursor: pointer;
  pointer-events: auto; }
  .title-ben img {
    margin-right: 30px;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0; }

.arrow-quote {
  display: inline-block;
  width: 17px;
  height: 17px;
  padding-left: 7px; }
  .arrow-quote svg {
    width: 17px;
    height: 17px;
    fill: #ffa800; }
  .arrow-quote.active svg {
    -webkit-transform: scale(1, -1);
    -ms-transform: scale(1, -1);
    transform: scale(1, -1); }

.announce-green {
  background-color: #ffa800; }
  .announce-green .announce-block .content {
    max-width: 967px;
    color: #FFFFFF; }
  .announce-green .announce-block .line-left {
    background-color: #ffffff; }

.announce-grey {
  background-color: #efefef; }
  .announce-grey .contact-wrapper .contact-item {
    padding-top: 34px;
    padding-bottom: 34px;
    font: 23px/30px 'GothamPro';
    color: #333333;
    border-left: 2px solid #33c1bf; }
    .announce-grey .contact-wrapper .contact-item h3 {
      font-family: 'GothamPro-Bold';
      text-transform: uppercase;
      margin-bottom: 42px; }
    .announce-grey .contact-wrapper .contact-item a {
      font: 23px/40px 'GothamPro';
      color: #333333; }

.contact-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 1462px;
  margin: auto; }
  .contact-wrapper .contact-item {
    width: 50%;
    text-align: left;
    padding-left: 55px;
    font: 30px/55px 'GothamPro';
    color: #ffffff; }
    .contact-wrapper .contact-item a {
      font: 33px/40px 'GothamPro';
      color: #ffffff; }

.announce-contacts {
  padding: 165px 66px; }

footer {
  background: url("/img/footer-img-bot.jpg") no-repeat;
  -webkit-background-size: cover;
  background-size: cover; }

.footer-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex; }
  .footer-wrapper .left-footer {
    padding: 105px 206px 248px 113px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1; }
  .footer-wrapper .right-footer {
    position: relative;
    padding: 105px 42px 248px 42px;
    -webkit-flex-basis: 360px;
    -ms-flex-preferred-size: 360px;
    flex-basis: 360px;
    border-left: 1px solid rgba(255, 255, 255, 0.5); }
    .footer-wrapper .right-footer span {
      display: block;
      margin-bottom: 16px;
      font: 19px/19px 'GothamPro-Light';
      color: #FFFFFF; }
    .footer-wrapper .right-footer #frontmen {
      position: absolute;
      bottom: 0; }

.footer-item {
  margin-right: 20px; }
  .footer-item h3 {
    font: 26px/28px 'GothamPro-Bold';
    color: #FFFFFF;
    margin-bottom: 93px; }
  .footer-item a {
    display: block;
    margin-bottom: 22px;
    font: 23px/26px 'GothamPro';
    color: #FFFFFF;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s; }
    .footer-item a:hover {
      opacity: 0.7; }
    .footer-item a:last-of-type {
      margin-bottom: 0; }
  .footer-item:last-of-type {
    margin-right: 0; }

.words-spans {
  margin-top: -1px;
  margin-left: -1px; }

.inner-banner {
  position: relative;
  min-height: 700px;
  padding: 0 66px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center; }
  .inner-banner h1 {
    font: 5.1vw/7.4vw 'GothamPro-Medium';
    color: #ffffff;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 4.93px;
    display: inline; }
    .inner-banner h1:after {
      content: '';
      width: 100%;
      display: block;
      height: 7px;
      margin-top: 7px;
      background-color: #ffa800; }

.smaller_h h1 {
  font: 3.1vw/4.4vw 'GothamPro-Medium'; }

.inf-banner h1 {
  font: 4.1vw/6.4vw 'GothamPro-Medium'; }

.padding_top {
  padding-top: 140px; }

.padding_bottom {
  padding-bottom: 140px; }

.blurred-block {
  position: absolute;
  left: 0;
  bottom: -6px;
  background-image: inherit;
  max-width: 100%;
  width: 100%;
  -webkit-background-size: auto auto;
  background-size: auto;
  background-repeat: no-repeat;
  background-position: bottom;
  z-index: 1;
  height: 140px;
  -webkit-filter: blur(10px);
  filter: blur(10px); }

.top-blurred-block {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 2;
  height: 107px;
  max-width: 100%;
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex; }
  .top-blurred-block div {
    width: -webkit-calc(100%/2);
    width: calc(100%/2);
    padding: 43px;
    text-align: center;
    background-color: rgba(255, 255, 255, 0.18);
    cursor: pointer;
    pointer-events: auto; }
    .top-blurred-block div a {
      font: 20px/20px 'GothamPro';
      color: white;
      text-transform: uppercase; }
    .top-blurred-block div.active {
      background-color: rgba(255, 255, 255, 0.43);
      pointer-events: none; }

.inner-ban-wrap {
  max-width: 1687px;
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin: auto;
  position: relative;
  height: 550px; }

.back-button {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  position: absolute;
  left: 0;
  cursor: pointer;
  pointer-events: auto; }
  .back-button span {
    font: 16px/18px 'GothamPro-Bold';
    color: #ffa800;
    text-transform: uppercase; }

.rounded {
  height: 50px;
  width: 50px;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  background-color: #ffa800;
  padding: 12px;
  margin-right: 37px; }
  .rounded svg {
    width: 100%;
    height: auto;
    fill: #ffffff;
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg); }

.centered-wrap {
  max-width: 1687px;
  width: 100%;
  margin: auto; }

.workers-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -101px;
  margin-right: -101px;
  padding-bottom: 200px; }
  .workers-wrap .worker-item {
    width: -webkit-calc(25% - 202px);
    width: calc(25% - 202px);
    margin-left: 101px;
    margin-right: 101px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    position: relative; }
    .workers-wrap .worker-item .top-worker {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-flex: 1;
      -webkit-flex: auto;
      -ms-flex: auto;
      flex: auto;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
      -ms-flex-direction: column;
      flex-direction: column;
      -webkit-box-pack: justify;
      -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
      justify-content: space-between; }
    .workers-wrap .worker-item .bottom-item {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
      -ms-flex-direction: column;
      flex-direction: column;
      -webkit-box-flex: 1;
      -webkit-flex: auto;
      -ms-flex: auto;
      flex: auto; }
    .workers-wrap .worker-item .name {
      display: block;
      font: 28px/40px 'GothamPro';
      margin-bottom: 34px; }
    .workers-wrap .worker-item p {
      font: 18px/26px 'GothamPro';
      margin-bottom: 45px;
      color: rgba(51, 51, 51, 0.5); }
    .workers-wrap .worker-item .worker-img {
      margin-bottom: 15px;
      position: relative;
      width: 100%;
      padding-top: 100%; }
      .workers-wrap .worker-item .worker-img img {
        position: absolute;
        width: 90%;
        left: 0;
        top: 0;
        height: auto;
        opacity: 0.5;
        -webkit-transition: all .3s;
        -o-transition: all .3s;
        transition: all .3s; }
    .workers-wrap .worker-item .orange-line {
      opacity: 0;
      width: 100%;
      height: 3px;
      background-color: #ffa800;
      margin-bottom: 30px;
      -webkit-transition: all .3s;
      -o-transition: all .3s;
      transition: all .3s; }
    .workers-wrap .worker-item .work-desc {
      position: absolute;
      top: 100%;
      left: 0;
      -webkit-transition: all .3s;
      -o-transition: all .3s;
      transition: all .3s;
      opacity: 0;
      font: 18px/26px 'GothamPro'; }
    .workers-wrap .worker-item .grey-wrap {
      background-color: #e6e6e6; }
    .workers-wrap .worker-item:hover .work-desc {
      opacity: 1; }
    .workers-wrap .worker-item:hover .orange-line {
      opacity: 1; }
    .workers-wrap .worker-item:hover .worker-img img {
      opacity: 1; }
  .workers-wrap.three-workers {
    margin-left: -100px;
    margin-right: -100px; }
    .workers-wrap.three-workers .worker-item {
      width: -webkit-calc(100% / 3 - 200px);
      width: calc(100% / 3 - 200px);
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
      -ms-flex-direction: column;
      flex-direction: column;
      -webkit-box-pack: justify;
      -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
      justify-content: space-between;
      margin-left: 100px;
      margin-right: 100px; }
      .workers-wrap.three-workers .worker-item p {
        margin-bottom: 18px;
        font-family: 'GothamPro-Bold';
        color: #333333; }
      .workers-wrap.three-workers .worker-item a {
        font-family: 'GothamPro';
        color: #333333; }
      .workers-wrap.three-workers .worker-item .top-worker {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-flex: 1;
        -webkit-flex: auto;
        -ms-flex: auto;
        flex: auto; }
      .workers-wrap.three-workers .worker-item .orange-line {
        margin-top: auto; }

.wrappo {
  max-width: 1462px;
  width: 100%;
  margin: auto; }

.title-contacts {
  font: 45px/48px 'GothamPro-Bold';
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 117px; }

.main-menu {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  width: 50%;
  background-color: #ffa800;
  z-index: 10;
  overflow: auto; }
  .main-menu .inner-menu {
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s; }
  .main-menu .menu-section {
    margin-bottom: 73px; }
    .main-menu .menu-section ul {
      list-style: none; }
  .main-menu h2 {
    font: 18px/21px "GothamPro";
    color: #fff;
    margin-bottom: 33px; }
  .main-menu a {
    display: inline-block;
    font: 28px/48px 'GothamPro';
    color: #ffffff; }
  .main-menu .top-menu {
    width: 100%;
    padding-top: 127px;
    padding-bottom: 127px;
    padding-left: 110px;
    padding-right: 52px; }
  .main-menu .bottom-menu {
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    border-top: 1px solid #fff;
    overflow: hidden; }
    .main-menu .bottom-menu .left-bottom-menu {
      padding-top: 35px;
      padding-bottom: 35px;
      padding-left: 110px;
      padding-right: 52px;
      width: 50%; }
      .main-menu .bottom-menu .left-bottom-menu a {
        font: 20px/25px "GothamPro";
        margin-bottom: 10px; }
    .main-menu .bottom-menu .right-bottom-menu {
      width: 50%;
      padding-top: 35px;
      padding-bottom: 35px;
      padding-left: 110px;
      padding-right: 52px;
      font: 20px/25px "GothamPro";
      color: #fff; }

.close-menu {
  width: 30px;
  height: 30px;
  position: absolute;
  top: 34px;
  right: 117px;
  cursor: pointer;
  pointer-events: auto; }
  .close-menu svg {
    width: 30px;
    height: 30px;
    fill: #ffffff; }

.cookie-popup {
  position: fixed;
  left: 0;
  top: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  padding: 30px;
  z-index: 5; }
  .cookie-popup .inner-cookie {
    max-width: 700px;
    width: 100%;
    padding: 50px;
    background-color: #ffffff; }
    .cookie-popup .inner-cookie .get-it {
      display: block;
      max-width: 300px;
      text-align: center;
      margin: 30px auto;
      color: #ffffff;
      font: 16px/60px 'GothamPro';
      letter-spacing: 2px;
      text-transform: uppercase;
      background-color: rgba(255, 168, 0, 0.5);
      -webkit-transition: background-color .3s;
      -o-transition: background-color .3s;
      transition: background-color .3s;
      cursor: pointer;
      pointer-events: auto; }
      .cookie-popup .inner-cookie .get-it:hover {
        background-color: rgba(255, 168, 0, 0.7); }
  .cookie-popup .text-cookie {
    font: 18px/40px "GothamPro"; }
    .cookie-popup .text-cookie a {
      color: #ffa800; }

.overflow-blurred {
  height: 107px;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 0;
  width: 100%; }

.slide-blur-overflow {
  position: absolute;
  bottom: 0;
  left: 0;
  height: 139px;
  width: 100%;
  overflow: hidden; }

.right-menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex; }

.lang-box {
  list-style: none;
  margin-right: 115px; }
  .lang-box:hover li {
    opacity: 1;
    pointer-events: auto; }
  .lang-box li {
    display: block;
    font: 20px/20px 'GothamPro-Medium';
    color: #fff;
    text-transform: uppercase;
    position: relative;
    opacity: 0;
    pointer-events: none;
    background-color: #ffa800;
    padding: 7px;
    text-align: center;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s; }
    .lang-box li.active {
      opacity: 1;
      pointer-events: auto;
      background: none;
      padding-top: 0;
      margin-top: -4px; }
    .lang-box li.active:after {
      content: '';
      display: block;
      position: absolute;
      bottom: -3px;
      left: 0;
      width: 100%;
      height: 3px;
      background: #ffa800; }
    .lang-box li a {
      color: #fff;
      text-decoration: none; }

.mobile-langs {
  display: none; }

.news-section {
  max-width: 1282px;
  width: 100%;
  margin: auto;
  padding: 95px 42px; }

.news-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -21px;
  margin-right: -21px; }

.news-item {
  width: -webkit-calc(100% / 2 - 42px);
  width: calc(100% / 2 - 42px);
  margin-left: 21px;
  margin-right: 21px;
  margin-bottom: 60px; }
  .news-item:nth-child(6n), .news-item:first-child {
    width: 100%; }
    .news-item:nth-child(6n) .news-img-holder, .news-item:first-child .news-img-holder {
      padding-top: 32%; }
    .news-item:nth-child(6n) .news-title-block span, .news-item:first-child .news-title-block span {
      font: 25px/45px 'GothamPro-Medium'; }
    .news-item:nth-child(6n) .news-title-block h2, .news-item:first-child .news-title-block h2 {
      font: 33px/45px 'GothamPro-Medium'; }
  .news-item.hidden {
    display: none; }

.news-img-holder {
  position: relative;
  overflow: hidden;
  padding-top: 47%; }
  .news-img-holder img {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%); }

.news-title-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 15px; }
  .news-title-block span {
    display: inline-block;
    vertical-align: middle;
    margin-right: 24px;
    font: 18px/35px 'GothamPro-Medium';
    color: #aaaaaa; }
  .news-title-block h2 {
    display: inline-block;
    vertical-align: middle;
    font: 23px/35px 'GothamPro-Medium'; }
    .news-title-block h2 a {
      text-decoration: none;
      color: #000; }

.news-inner-section {
  max-width: 1818px;
  width: 100%;
  margin: auto;
  padding: 23px 66px 122px; }

.back-to-news {
  margin-bottom: 38px; }
  .back-to-news a {
    font: 12px/12px 'GothamPro-Medium';
    color: #797c82; }
    .back-to-news a:before {
      content: '';
      display: inline-block;
      width: 6px;
      height: 6px;
      border-left: 2px solid #797c82;
      border-top: 2px solid #797c82;
      line-height: 12px;
      vertical-align: middle;
      -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
      transform: rotate(-45deg);
      -webkit-transform-origin: center;
      -ms-transform-origin: center;
      transform-origin: center;
      margin-right: 10px; }

.news-inner-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex; }

.left-news-inner {
  -webkit-flex-basis: 75%;
  -ms-flex-preferred-size: 75%;
  flex-basis: 75%;
  margin-right: 42px; }

.right-news-inner {
  -webkit-flex-basis: 31%;
  -ms-flex-preferred-size: 31%;
  flex-basis: 31%;
  padding: 0 58px; }

.news-inner-item h2 {
  font: 36px/44px 'GothamPro-Medium';
  margin-bottom: 25px; }

.news-inner-item .date-inner {
  display: block;
  font: 14px/14px 'GothamPro-Medium';
  color: #797c82;
  margin-bottom: 35px; }

.news-inner-item .inner-descr {
  font: 14px/28px 'GothamPro-Medium';
  margin-bottom: 60px; }

.news-inner-item .inner-content {
  font: 14px/28px 'GothamPro-Medium'; }
  .news-inner-item .inner-content p {
    margin-bottom: 33px; }
    .news-inner-item .inner-content p:last-of-type {
      margin-bottom: 0; }
  .news-inner-item .inner-content a {
    text-decoration: underline;
    color: #000; }

.news-inner-item .inner-img-holder {
  margin-bottom: 60px; }

.as-h2 {
  font: 30px/30px 'GothamPro-Medium';
  text-transform: uppercase;
  margin-bottom: 35px; }

.newsList-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 20px 0 40px;
  border-bottom: 1px solid #ebebeb; }
  .newsList-item a {
    color: #000;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s; }
    .newsList-item a:hover {
      color: #aaaaaa; }

.day-month {
  font: 12px/24px 'GothamPro-Medium';
  color: #aaaaaa;
  margin-right: 10px; }

.other-title {
  font: 14px/24px 'GothamPro-Medium';
  color: #000; }

.social-inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 50px; }

.share-news {
  font: 12px/12px 'GothamPro';
  color: #797c82;
  text-transform: uppercase;
  margin-right: 35px; }

.social-icon-news {
  margin-right: 25px; }
  .social-icon-news:last-of-type {
    margin-right: 0; }
  .social-icon-news svg .svg-bg {
    fill: #ffa800;
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s; }
  .social-icon-news svg .svg-i {
    fill: #fff; }
  .social-icon-news:hover svg .svg-bg {
    fill: rgba(255, 168, 0, 0.4); }

.more-news-block {
  text-align: center;
  padding: 20px 0; }
  .more-news-block .more-news-button {
    display: inline-block;
    padding: 0 25px;
    font: 14px/48px 'GothamPro-Medium';
    color: #fff;
    text-transform: uppercase;
    background-color: #000;
    border: 1px solid #000;
    text-align: center;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    cursor: pointer;
    pointer-events: auto;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; }
    .more-news-block .more-news-button:hover {
      background-color: #fff;
      color: #000; }

@media screen and (max-width: 1600px) {
  .main-menu .menu-section {
    margin-bottom: 50px; }
  .main-menu h2 {
    font: 18px/21px "GothamPro";
    margin-bottom: 28px; }
  .main-menu a {
    font: 25px/45px 'GothamPro';
    color: #ffffff; }
  .main-menu .top-menu {
    padding-top: 90px;
    padding-bottom: 90px;
    padding-left: 70px;
    padding-right: 52px; }
  .main-menu .bottom-menu .left-bottom-menu {
    padding-top: 90px;
    padding-bottom: 90px;
    padding-left: 70px;
    padding-right: 25px;
    width: 50%; }
    .main-menu .bottom-menu .left-bottom-menu a {
      font: 20px/25px "GothamPro";
      margin-bottom: 10px; }
  .main-menu .bottom-menu .right-bottom-menu {
    width: 50%;
    padding-top: 90px;
    padding-bottom: 90px;
    padding-left: 25px;
    padding-right: 52px;
    font: 20px/25px "GothamPro";
    color: #fff; }
  .words {
    margin-bottom: 80px; }
  .description-slide {
    font: 18px/32px 'GothamPro'; }
  .anchor-slide {
    height: 100px; }
  .proverb {
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%); }
  .footer-wrapper .left-footer {
    padding: 105px 66px 248px; }
  .footer-item a {
    font: 18px/21px 'GothamPro'; }
  .slider-dot {
    font: 16px/18px 'GothamPro-Light'; }
  .announce-block .content {
    font: 25px/41px 'GothamPro'; } }

@media screen and (max-width: 1440px) {
  .bottom-slider-menu {
    height: 85px; }
    .bottom-slider-menu .slider-dots {
      height: 86px; }
  .slide-blur-overflow {
    height: 85px; }
  .anchor-slide {
    height: 80px; }
  .ben-block {
    font: 16px/32px 'GothamPro'; }
    .ben-block a {
      font: 16px/32px 'GothamPro'; }
    .ben-block ul li {
      font: 16px/32px 'GothamPro'; }
    .ben-block h2 {
      font: 28px/39px 'GothamPro-Bold'; }
    .ben-block p {
      margin-bottom: 20px; }
    .ben-block .info-h {
      font: 28px/39px 'GothamPro-Bold'; }
    .ben-block table {
      font-size: 12px;
      line-height: 18px; }
    .ben-block .grid_12 {
      margin-bottom: 90px; }
      .ben-block .grid_12 .table-wrapper {
        max-width: 1040px;
        overflow-x: auto; }
      .ben-block .grid_12 h3 {
        margin-bottom: 25px; }
      .ben-block .grid_12 h4 {
        font: 18px/21px 'GothamPro';
        margin-bottom: 20px; }
  .announce-block .content {
    font: 21px/40px 'GothamPro'; }
  .overflow-blurred {
    height: 85px; }
  .contact-wrapper .contact-item {
    font: 26px/45px 'GothamPro'; }
    .contact-wrapper .contact-item a {
      font: 26px/45px 'GothamPro';
      color: #ffffff; }
  .blurred-block {
    height: 110px;
    bottom: -10px; }
  .top-blurred-block {
    height: 85px; }
  .top-blurred-block div {
    padding: 32px; }
  .inner-ben {
    margin-bottom: 30px; }
  .inner-banner {
    min-height: 550px; }
    .inner-banner h1 {
      font: 5.1vw/6.4vw 'GothamPro-Medium'; }
  .smaller_h h1 {
    font: 3.1vw/4.4vw 'GothamPro-Medium'; }
  .inf-banner h1 {
    font: 4.1vw/6.4vw 'GothamPro-Medium'; }
  .title-ben {
    margin-bottom: 40px; }
  .close-menu {
    right: 40px; }
  .workers-wrap {
    margin-left: -25px;
    margin-right: -25px; }
    .workers-wrap .worker-item {
      width: -webkit-calc(25% - 50px);
      width: calc(25% - 50px);
      margin-left: 25px;
      margin-right: 25px; }
      .workers-wrap .worker-item .name {
        font: 21px/24px 'GothamPro';
        margin-bottom: 25px; }
      .workers-wrap .worker-item p {
        margin-bottom: 50px; }
  .announce-section {
    padding: 40px 66px; }
  .padding_top {
    padding-top: 80px;
    padding-bottom: 40px; }
  .padding_bottom {
    padding-bottom: 80px;
    padding-top: 40px; }
  .footer-item h3 {
    font: 24px/26px 'GothamPro-Bold';
    color: #FFFFFF;
    margin-bottom: 45px; }
  .footer-item a {
    font: 16px/18px 'GothamPro'; }
  .footer-wrapper .right-footer span {
    font: 16px/18px 'GothamPro-Light'; }
  .footer-wrapper .left-footer {
    padding: 75px 66px; }
  .right-news-inner {
    padding: 0 15px; }
  .news-inner-item .inner-descr {
    margin-bottom: 35px; }
  .news-inner-item .inner-img-holder {
    margin-bottom: 35px; } }

@media screen and (max-width: 1280px) {
  .anchor-slide {
    height: 75px;
    max-width: 320px; }
    .anchor-slide a {
      font: 16px/21px 'GothamPro'; }
  .main-menu a {
    font: 21px/42px 'GothamPro'; }
  .main-menu .bottom-menu .left-bottom-menu a {
    font: 16px/21px "GothamPro"; }
  .main-menu .bottom-menu .right-bottom-menu {
    font: 16px/24px "GothamPro";
    padding-top: 50px;
    padding-bottom: 38px;
    padding-left: 25px;
    padding-right: 52px; }
  .main-menu .bottom-menu .left-bottom-menu {
    padding-top: 50px;
    padding-bottom: 38px;
    padding-left: 70px;
    padding-right: 25px;
    width: 50%; }
  .as-h2 {
    font: 24px/28px 'GothamPro-Medium';
    margin-bottom: 30px; } }

@media screen and (max-width: 1024px) {
  .contact-wrapper {
    display: block; }
    .contact-wrapper .contact-item {
      margin-bottom: 50px;
      width: 100%; }
  .workers-wrap.three-workers {
    margin-left: -50px;
    margin-right: -50px; }
    .workers-wrap.three-workers .worker-item {
      width: -webkit-calc(100% / 3 - 100px);
      width: calc(100% / 3 - 100px);
      margin-left: 50px;
      margin-right: 50px; } }

@media screen and (max-width: 800px) {
  .header-container {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center; }
  .lang-box {
    display: none; }
  .mobile-langs {
    display: block;
    position: absolute;
    top: 15px;
    left: 63px; }
    .mobile-langs .lang-box-mobile {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      list-style: none; }
      .mobile-langs .lang-box-mobile li {
        padding: 7px;
        text-transform: uppercase;
        position: relative;
        text-align: center; }
        .mobile-langs .lang-box-mobile li span {
          font: 21px/42px 'GothamPro';
          color: #fff; }
        .mobile-langs .lang-box-mobile li.active:after {
          content: '';
          display: block;
          position: absolute;
          bottom: 8px;
          width: -webkit-calc(100% - 14px);
          width: calc(100% - 14px);
          height: 3px;
          background-color: #fff; }
  .workers-wrap.three-workers {
    margin-left: 0;
    margin-right: 0; }
    .workers-wrap.three-workers .worker-item {
      width: 50%;
      margin-left: 0;
      margin-right: 0; }
  .contact-wrapper .contact-item {
    margin-bottom: 50px;
    font: 18px/35px 'GothamPro'; }
    .contact-wrapper .contact-item a {
      font: 18px/35px 'GothamPro'; }
  .title-contacts {
    font: 32px/40px 'GothamPro-Bold';
    margin-bottom: 80px; }
  .inner-ban-wrap {
    position: absolute;
    height: 100%;
    text-align: center;
    left: 0; }
  .main-menu {
    width: 80%; }
  .descriptions {
    padding-left: 0; }
  .back-button {
    left: 25px;
    bottom: 110px; }
  .description-slide {
    display: none !important; }
  .words {
    display: block; }
  .anchor-slide {
    background-color: transparent;
    max-width: 100%;
    width: auto; }
    .anchor-slide:hover {
      background-color: transparent; }
    .anchor-slide i {
      padding-left: 10px; }
  .slider-dot {
    margin: 33px 0; }
    .slider-dot:hover {
      color: #ffa800; }
  .bottom-slider-menu {
    height: 240px; }
    .bottom-slider-menu .slider-dots {
      display: block;
      height: auto; }
  .dots-wrapper {
    margin-left: 0;
    margin-right: 0; }
  .blurred-slide {
    height: 240px; }
  .proverb {
    padding-left: 66px;
    padding-right: 66px; }
  .footer-wrapper {
    display: block; }
    .footer-wrapper .left-footer {
      display: block; }
    .footer-wrapper .right-footer {
      padding: 66px;
      border-left: 0; }
  .footer-item {
    margin-right: 0;
    margin-bottom: 65px; }
    .footer-item:last-of-type {
      margin-bottom: 0; }
  .workers-wrap {
    margin-left: 0;
    margin-right: 0;
    display: block;
    padding-bottom: 0; }
    .workers-wrap .worker-item {
      width: 50%;
      margin-bottom: 100px; }
      .workers-wrap .worker-item .work-desc {
        position: relative;
        opacity: 1;
        font: 18px/24px 'GothamPro';
        bottom: auto; }
      .workers-wrap .worker-item .orange-line {
        opacity: 1; }
      .workers-wrap .worker-item .worker-img img {
        opacity: 1;
        width: 100%; }
      .workers-wrap .worker-item .name {
        font: 24px/28px 'GothamPro'; }
      .workers-wrap .worker-item p {
        font: 18px/22px 'GothamPro'; }
  .news-inner-section {
    padding: 23px 30px 90px; }
  .news-inner-wrapper {
    display: block; }
  .left-news-inner {
    width: 100%;
    margin-right: 0;
    margin-bottom: 90px; }
  .news-wrapper {
    display: block;
    margin: 0; }
  .news-item {
    width: 100%;
    margin-left: auto;
    margin-right: auto; }
    .news-item:nth-child(6n) .news-img-holder, .news-item:first-child .news-img-holder {
      padding-top: 47%; }
    .news-item:nth-child(6n) .news-title-block span, .news-item:first-child .news-title-block span {
      font: 23px/35px 'GothamPro-Medium'; }
    .news-item:nth-child(6n) .news-title-block h2, .news-item:first-child .news-title-block h2 {
      font: 23px/35px 'GothamPro-Medium'; }
  .news-img-holder img {
    height: 100%;
    width: auto; }
  .news-inner-item .inner-img-holder {
    position: relative;
    padding-top: 57%;
    overflow: hidden; }
    .news-inner-item .inner-img-holder img {
      position: absolute;
      left: 50%;
      top: 50%;
      -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
      height: 100%;
      width: auto; } }

@media screen and (max-width: 550px) {
  .mobile-langs {
    top: 25px;
    left: 28px; }
    .mobile-langs .lang-box-mobile li {
      padding: 7px;
      text-transform: uppercase;
      position: relative;
      text-align: center; }
      .mobile-langs .lang-box-mobile li span, .mobile-langs .lang-box-mobile li a {
        font: 18px/18px 'GothamPro';
        margin-bottom: 0; }
      .mobile-langs .lang-box-mobile li.active:after {
        bottom: 0; }
  .arrow-quote {
    width: 12px;
    height: 12px; }
    .arrow-quote svg {
      width: 12px;
      height: 12px; }
  .header-container {
    padding: 25px 0; }
  .slide-blur-overflow {
    height: 240px; }
  .overflow-blurred {
    height: 72px; }
  .contact-wrapper .contact-item {
    padding-left: 10px;
    margin-bottom: 30px; }
  .workers-wrap.three-workers .worker-item {
    width: 225px;
    margin-bottom: 55px;
    margin-left: 25px; }
    .workers-wrap.three-workers .worker-item p {
      margin-bottom: 10px; }
    .workers-wrap.three-workers .worker-item:last-of-type {
      margin-bottom: 0; }
  .announce-grey .contact-wrapper .contact-item {
    margin-bottom: 25px;
    font: 21px/27px 'GothamPro'; }
    .announce-grey .contact-wrapper .contact-item a {
      font: 18px/36px 'GothamPro';
      color: #333333; }
  .title-contacts {
    font: 22px/28px 'GothamPro-Bold';
    margin-bottom: 50px; }
  header {
    padding: 0 30px; }
  .proverb {
    padding-left: 33px;
    padding-right: 33px; }
  .date {
    font: 14px/14px 'GothamPro-Bold';
    margin-bottom: 17px;
    width: auto; }
  .main-prov {
    font: 7.4vw/10.7vw 'GothamPro-Light';
    letter-spacing: 1.25px; }
    .main-prov div {
      padding: 0;
      background-color: transparent; }
      .main-prov div span {
        height: 100%;
        background-color: #ffa800;
        padding: 10px 10px 8px 9px; }
    .main-prov span svg {
      max-width: 40vw; }
  .descriptions {
    bottom: 35%; }
  .anchor-slide a {
    font: 14px/18px 'GothamPro-bold';
    color: #ffa800; }
  .anchor-slide i svg {
    fill: #ffa800; }
  .dots-wrapper {
    padding-left: 33px;
    padding-right: 33px; }
  .cookie-popup {
    padding: 15px; }
  .cookie-popup .inner-cookie {
    padding: 20px; }
    .cookie-popup .inner-cookie .get-it {
      font: 12px/40px 'GothamPro'; }
  .cookie-popup .text-cookie {
    font: 12px/22px "GothamPro"; }
  .main-slide {
    height: 700px;
    min-height: auto; }
  .slider-dot {
    font: 14px/16px 'GothamPro-Light'; }
  .animated-line {
    top: 0;
    height: 2px; }
  .announce-section {
    padding: 30px 10px; }
  .padding_top {
    padding-top: 40px;
    padding-bottom: 15px; }
  .padding_bottom {
    padding-bottom: 40px;
    padding-top: 15px; }
  .announce-block .content {
    padding-left: 15px;
    font: 18px/28px 'GothamPro'; }
  .inner-ben {
    margin-bottom: 20px; }
  .ben-block {
    font: 14px/21px 'GothamPro'; }
    .ben-block a {
      font: 14px/21px 'GothamPro'; }
    .ben-block h2 {
      font: 22px/28px 'GothamPro-Bold';
      letter-spacing: 0.8px; }
    .ben-block ul li {
      font: 14px/24px 'GothamPro';
      margin-bottom: 20px; }
    .ben-block .info-h {
      font: 18px/24px 'GothamPro-Bold'; }
      .ben-block .info-h i {
        font-size: 13px; }
  .title-ben {
    margin-bottom: 26px; }
    .title-ben img {
      margin-right: 10px; }
  .footer-wrapper .left-footer {
    padding: 75px 23px; }
  .footer-wrapper .right-footer {
    padding: 23px;
    border-top: 1px solid #868686; }
    .footer-wrapper .right-footer span {
      font: 14px/16px 'GothamPro-Light';
      margin-bottom: 8px;
      opacity: 0.8; }
  .footer-item h3 {
    font: 22px/24px 'GothamPro-Bold';
    text-transform: uppercase; }
  .footer-item a {
    font: 14px/18px 'GothamPro';
    text-transform: uppercase; }
  .inner-banner {
    min-height: 447px;
    -webkit-background-size: cover !important;
    background-size: cover !important; }
    .inner-banner h1 {
      font: 6.4vw/8.4vw 'GothamPro-Bold';
      letter-spacing: 1.93px;
      margin-top: -30px; }
      .inner-banner h1:after {
        height: 3px; }
  .top-blurred-block {
    height: 72px; }
    .top-blurred-block div {
      padding: 19px;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -webkit-align-items: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
      -ms-flex-pack: center;
      justify-content: center; }
      .top-blurred-block div a {
        font: 14px/16px 'GothamPro';
        text-align: center; }
      .top-blurred-block div.active a {
        color: #ffa800;
        font: 14px/16px 'GothamPro-bold'; }
  .logo {
    width: 110px;
    height: auto; }
  .menu-lines {
    height: 14px;
    width: 32px; }
    .menu-lines span {
      height: 2px; }
  .back-button {
    left: 10px;
    bottom: 95px; }
    .back-button span {
      opacity: 0.5; }
  .rounded {
    height: 33px;
    width: 33px;
    padding: 8px;
    margin-right: 12px; }
  .workers-wrap .worker-item {
    width: 225px;
    margin-bottom: 55px; }
    .workers-wrap .worker-item .name {
      font: 18px/21px 'GothamPro';
      margin-bottom: 15px; }
    .workers-wrap .worker-item p {
      font: 14px/21px 'GothamPro'; }
    .workers-wrap .worker-item .worker-img {
      padding-top: 80%;
      margin-bottom: 25px; }
      .workers-wrap .worker-item .worker-img img {
        width: 80%; }
    .workers-wrap .worker-item .orange-line {
      margin-bottom: 25px; }
    .workers-wrap .worker-item .work-desc {
      font: 14px/20px 'GothamPro'; }
  .inner-button {
    bottom: 30px; }
  .main-menu {
    width: 100%; }
    .main-menu .top-menu {
      padding: 90px 32px; }
    .main-menu h2 {
      font: 14px/16px "GothamPro";
      margin-bottom: 20px;
      text-transform: uppercase; }
    .main-menu a {
      font: 18px/27px 'GothamPro';
      text-transform: uppercase;
      margin-bottom: 20px; }
    .main-menu .bottom-menu {
      display: block; }
      .main-menu .bottom-menu .left-bottom-menu {
        display: block;
        padding-top: 50px;
        padding-bottom: 38px;
        padding-left: 32px;
        padding-right: 25px;
        width: 100%; }
        .main-menu .bottom-menu .left-bottom-menu a {
          font: 14px/18px "GothamPro"; }
      .main-menu .bottom-menu .right-bottom-menu {
        font: 16px/24px "GothamPro";
        padding-top: 0;
        padding-left: 32px;
        width: 100%; }
  .close-menu {
    right: 20px; }
  .back-to-news {
    display: none; }
  .news-inner-section {
    padding: 40px 10px 90px; }
  .news-inner-item h2 {
    font: 23px/32px 'GothamPro-Medium';
    margin-bottom: 30px; }
  .news-inner-item .date-inner {
    font: 18px/18px 'GothamPro-Medium';
    margin-bottom: 30px; }
  .social-icon-news svg {
    width: 40px;
    height: 40px; }
  .share-news {
    font: 14px/14px 'GothamPro';
    color: #797c82;
    text-transform: uppercase;
    margin-right: 30px; }
  .right-news-inner {
    padding: 0; }
  .as-h2 {
    font: 21px/25px 'GothamPro-Medium';
    margin-bottom: 10px; }
  .day-month {
    font: 16px/24px 'GothamPro-Medium'; }
  .other-title {
    font: 16px/24px 'GothamPro-Medium'; }
  .left-news-inner {
    margin-bottom: 70px; }
  .news-section {
    padding: 50px 10px; }
  .news-item {
    margin-bottom: 40px; }
    .news-item:nth-child(6n) .news-img-holder, .news-item:first-child .news-img-holder {
      padding-top: 56%; }
    .news-item:nth-child(6n) .news-title-block span, .news-item:first-child .news-title-block span {
      font: 18px/28px 'GothamPro-Medium'; }
    .news-item:nth-child(6n) .news-title-block h2, .news-item:first-child .news-title-block h2 {
      font: 18px/28px 'GothamPro-Medium'; }
  .news-img-holder {
    padding-top: 56%; }
  .news-title-block span {
    margin-right: 15px;
    font: 18px/28px 'GothamPro-Medium'; }
  .news-title-block h2 {
    font: 18px/28px 'GothamPro-Medium'; } }

@media screen and (max-width: 320px) {
  .social-icon-news {
    margin-right: 16px; }
  .news-inner-item h2 {
    font: 21px/28px 'GothamPro-Medium'; }
  .news-inner-item .date-inner {
    font: 16px/16px 'GothamPro-Medium'; }
  .news-item:nth-child(6n) .news-title-block span, .news-item:first-child .news-title-block span {
    font: 16px/28px 'GothamPro-Medium'; }
  .news-item:nth-child(6n) .news-title-block h2, .news-item:first-child .news-title-block h2 {
    font: 16px/28px 'GothamPro-Medium'; }
  .news-title-block span {
    font: 16px/28px 'GothamPro-Medium';
    margin-right: 15px; }
  .news-title-block h2 {
    font: 16px/28px 'GothamPro-Medium'; } }

/*# sourceMappingURL=style.css.map */
