.tac {
  text-align: center;
}
.fleft {
  float: left;
}
.fright {
  float: right;
}
.dtable {
  display: table;
}
.dtcell {
  display: table-cell;
  vertical-align: middle;
}
ul,
ol {
  margin: 0;
  padding: 0;
}
h1,
h2,
h3,
h4,
h5,
.h1,
.h2,
.h3,
.h4,
.h5 {
  margin: 0;
}
body {
  margin: 0;
  color: #253746;
}
p,
form {
  margin: 0;
}
fieldset {
  border: 0;
  margin: 0;
  padding: 0;
  min-width: auto;
}
label[for] {
  cursor: pointer;
}
legend {
  border: 0;
  padding: 0;
  white-space: normal;
}
button,
input,
select,
textarea {
  font-size: 100%;
  margin: 0;
  vertical-align: baseline;
  outline: none !important;
}
button,
input {
  line-height: normal;
}
button {
  background: none;
  border: 0;
  padding: 0;
}
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  cursor: pointer;
  -webkit-appearance: button;
}
button[disabled],
input[disabled] {
  cursor: default;
}
input[type="checkbox"],
input[type="radio"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
}
input[type="search"] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
textarea {
  overflow: auto;
  vertical-align: top;
  resize: vertical;
}
input:invalid,
textarea:invalid {
  background-color: #f0dddd;
}
html,
body {
  -webkit-font-smoothing: antialiased;
}
@media only screen and (max-device-width: 480px) {
  html,
  body {
    -webkit-text-size-adjust: none;
  }
}
input:invalid,
textarea:invalid {
  background: none;
}
.max-width {
  max-width: 1150px;
  margin: auto;
  padding: 0 10px;
  width: 100%;
}
@media (max-width: 500px) {
  .max-width {
    max-width: 100%;
    padding: 0 20px;
    overflow: hidden;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
}
.icon {
  display: inline-block;
  vertical-align: middle;
}
.icon svg {
  display: block;
}
.icon:not(.icon-raw) svg path,
.icon:not(.icon-raw) svg polygon,
.icon:not(.icon-raw) svg rect,
.icon:not(.icon-raw) svg circle {
  fill: currentColor;
}
body {
  min-width: 1220px;
  font-family: 'Proxima Nova', Helvetica, Arial, sans-serif;
  font-size: 18px;
  line-height: 1.3;
}
@media (max-width: 500px) {
  body {
    min-width: initial;
  }
}
#wrapper {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -o-box-orient: vertical;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -o-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  min-height: 100vh;
}
h1,
.h1,
.banner-title {
  font-size: 65px;
  line-height: 63px;
  font-weight: 700;
}
@media (max-width: 500px) {
  h1,
  .h1,
  .banner-title {
    font-size: 24px;
    line-height: 28px;
  }
}
h2,
.h2 {
  font-size: 48px;
  line-height: 48px;
  font-weight: 700;
}
@media (max-width: 500px) {
  h2,
  .h2 {
    font-size: 24px;
    line-height: 28px;
  }
}
h3,
.h3 {
  font-size: 36px;
  line-height: 42px;
  color: #bbb;
  font-weight: 300;
  display: inline-block;
}
@media (max-width: 500px) {
  h3,
  .h3 {
    font-size: 25px;
    line-height: 1.1;
  }
}
h4,
.h4,
h4.feature__heading,
.tabs-country__heading {
  font-size: 20px;
  margin-top: 30px;
  margin-bottom: 53px;
  line-height: 23px;
  overflow: hidden;
  font-weight: 400;
}
@media (max-width: 500px) {
  h4,
  .h4,
  h4.feature__heading,
  .tabs-country__heading {
    font-size: 17px;
    line-height: 20px;
    font-weight: 600;
  }
}
h6,
.h6 {
  font-size: 18px;
  line-height: 22px;
  color: #253746;
}
a {
  text-decoration: none;
  color: inherit;
  cursor: pointer;
  outline: none !important;
  -webkit-transition: all, 0.4s;
  -moz-transition: all, 0.4s;
  -o-transition: all, 0.4s;
  -ms-transition: all, 0.4s;
  transition: all, 0.4s;
}
a:hover,
a:focus {
  text-decoration: none;
  color: inherit;
}
li {
  outline: none !important;
}
.block__title {
  text-transform: uppercase;
  font-size: 18px;
  line-height: 22px;
  letter-spacing: 1px;
  font-weight: 700;
  color: #009cdc;
}
@media (max-width: 500px) {
  .block__title {
    font-size: 14px;
    line-height: 17px;
    font-weight: 700;
    margin-bottom: 20px;
    margin-right: 0;
  }
}
.block-header {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -o-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.panel_with-shadow {
  -webkit-box-shadow: 0 0 40px 0 rgba(0,0,0,0.1);
  box-shadow: 0 0 40px 0 rgba(0,0,0,0.1);
  background: #fff;
}
@media (max-width: 500px) {
  .panel_with-shadow {
    -webkit-box-shadow: none;
    box-shadow: none;
  }
}
.panel_imposition {
  margin: -22px auto 0;
  position: relative;
}
.ui-kit .max-width > * {
  margin-bottom: 40px;
}
.banner-preview,
.office-preview {
  position: absolute;
  display: block;
  width: 100%;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  background-position: center;
  -webkit-transform: none;
  -moz-transform: none;
  -o-transform: none;
  -ms-transform: none;
  transform: none;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.banner-preview:before,
.office-preview:before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(0,0,0,0.5);
}
@media (max-width: 500px) {
  .pane-blog-insights-homepage-blog.home-page__insights {
    display: none;
  }
}
.views-exposed-widgets.clearfix.professionals-main__heading .views-exposed-widget.views-submit-button,
.views-exposed-widgets.clearfix.professionals-main__heading:before,
.views-exposed-widgets.clearfix.professionals-main__heading:after {
  display: none;
}
#views-exposed-form-immigration-alerts-immigration-alerts-list {
  width: 100%;
}
@media (max-width: 500px) {
  .about__community .article_type1.article_type1 {
    background-image: none;
  }
}
.field-type-text {
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -o-box-flex: 1;
  box-flex: 1;
  -webkit-flex: 1 0 auto;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
}
@media (max-width: 500px) {
  .error-page {
    margin-top: 40px;
    margin-bottom: 40px;
  }
}
.error-page > * {
  margin: 40px auto;
  display: table;
  text-align: center;
}
@media (max-width: 500px) {
  .error-page > * {
    margin-top: 20px;
    margin-bottom: 20px;
  }
}
.error-page h1 {
  color: #009cdc;
  font-size: 80px;
  line-height: 1;
}
@media (max-width: 500px) {
  .error-page h1 {
    font-size: 50px;
  }
}
.error-page h2 {
  color: #009cdc;
  line-height: 42px;
}
.error-page h2 span {
  font-size: 20px;
  font-weight: 600;
  line-height: 23px;
  color: #253746;
}
.error-page .ui-button {
  margin-top: 56px;
}
@media (max-width: 500px) {
  .error-page .ui-button {
    margin-top: 30px;
  }
}
.select2-selection__clear {
  display: none;
}
.link-back {
  font-size: 11px;
  font-weight: 600;
  text-transform: uppercase;
  text-decoration: none;
  letter-spacing: 0.92px;
  text-align: center;
  position: absolute;
  top: 56px;
  left: 10px;
  color: #fff;
  display: -webkit-inline-box;
  display: -moz-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-box;
  display: inline-flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.link-back span {
  font-size: 11px;
  font-weight: 600;
  line-height: 13px;
  letter-spacing: 1px;
  text-transform: uppercase;
  letter-spacing: 0.92px;
}
.link-back .icon {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
  margin: 0 12px 0 0;
}
.link-back .icon svg {
  -webkit-transition: -webkit-transform, 0.5s;
  -moz-transition: -moz-transform, 0.5s;
  -o-transition: -o-transform, 0.5s;
  -ms-transition: -ms-transform, 0.5s;
  transition: transform, 0.5s;
}
.link-back:hover {
  color: #fff;
}
.link-back:hover .icon svg {
  -webkit-transform: translateX(14px);
  -moz-transform: translateX(14px);
  -o-transform: translateX(14px);
  -ms-transform: translateX(14px);
  transform: translateX(14px);
}
.link-back.link--black {
  color: #253746;
  position: static;
  padding-top: 55px;
  margin-bottom: 60px;
  display: inline-block;
}
.link-view-all {
  color: #253746;
  border: none;
  font-size: 11px;
  font-weight: 600;
  text-transform: uppercase;
  text-decoration: none;
  letter-spacing: 0.92px;
  text-align: center;
  display: -webkit-inline-box;
  display: -moz-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-box;
  display: inline-flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  background: transparent;
}
@media (max-width: 500px) {
  .link-view-all {
    white-space: nowrap;
    -webkit-box-align: start;
    -moz-box-align: start;
    -o-box-align: start;
    -ms-flex-align: start;
    -webkit-align-items: flex-start;
    align-items: flex-start;
  }
}
@media (max-width: 500px) {
  .link-view-all span:not(.icon) {
    max-width: 55px;
    overflow: hidden;
  }
}
.link-view-all .icon {
  -webkit-transition: -webkit-transform, 0.5s;
  -moz-transition: -moz-transform, 0.5s;
  -o-transition: -o-transform, 0.5s;
  -ms-transition: -ms-transform, 0.5s;
  transition: transform, 0.5s;
}
.link-view-all:hover .icon {
  -webkit-transform: translateX(14px);
  -moz-transform: translateX(14px);
  -o-transform: translateX(14px);
  -ms-transform: translateX(14px);
  transform: translateX(14px);
}
.link-view-all .icon-arrow {
  margin: 0 0 0 7px;
}
.ui-button {
  background: none;
  color: #253746;
  border: 1px solid #253746;
  border-radius: 100px;
  font-size: 11px;
  font-weight: 600;
  text-transform: uppercase;
  text-decoration: none;
  letter-spacing: 0.92px;
  text-align: center;
  min-width: 150px;
  padding: 13px 21px;
  -webkit-transition: color, background, border, 0.4s;
  -moz-transition: color, background, border, 0.4s;
  -o-transition: color, background, border, 0.4s;
  -ms-transition: color, background, border, 0.4s;
  transition: color, background, border, 0.4s;
  display: table;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -o-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  white-space: nowrap;
}
.ui-button:hover {
  background: #009cdc;
  color: #fff;
  border-color: #009cdc;
}
.ui-button.btn--primary {
  border-color: #009cdc;
  color: #009cdc;
}
.ui-button.btn--primary:hover {
  background: #009cdc;
  border-color: #009cdc;
  color: #fff;
}
.ui-button.btn--primary .icon-arrow {
  margin: 0 0 0 7px;
}
.ui-button.btn--primary.btn--filled {
  background: #009cdc;
  color: #fff;
  border-color: #009cdc;
}
.ui-button.btn--primary.btn--filled:hover {
  background: #fff;
  border-color: #009cdc;
  color: #009cdc;
}
.ui-button.btn--filled {
  background: #253746;
  color: #fff;
}
.ui-button.btn--filled:hover {
  background: #009cdc;
  border-color: #009cdc;
}
.ui-button.btn--mobile {
  display: none;
}
@media (max-width: 500px) {
  .ui-button.btn--mobile {
    display: block;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 50px;
  }
}
.ui-button.btn--loader,
.ui-button.loader {
  margin: 0 auto;
  min-width: 180px;
  height: 43px;
}
.ui-button.btn--loader svg,
.ui-button.loader svg {
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
  display: block;
}
.ui-button.btn--loader.btn--loading,
.ui-button.loader.btn--loading {
  color: transparent;
  font-size: 0;
  position: relative;
}
.ui-button.btn--loader.btn--loading:hover:before,
.ui-button.loader.btn--loading:hover:before {
  border-top-color: #fff;
}
.ui-button.btn--loader.btn--loading:before,
.ui-button.loader.btn--loading:before {
  content: '';
  width: 17px;
  height: 17px;
  border-radius: 50%;
  border: 2px solid #ddd;
  border-top-color: #009cdc;
  -webkit-animation: spin 2s linear infinite;
  -moz-animation: spin 2s linear infinite;
  -o-animation: spin 2s linear infinite;
  -ms-animation: spin 2s linear infinite;
  animation: spin 2s linear infinite;
  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%);
}
.ui-button.btn--loader.btn--loading svg,
.ui-button.loader.btn--loading svg {
  display: none;
}
@-moz-keyframes spin {
  0% {
    -webkit-transform: translate(-50%, -50%) rotate(0deg);
    -moz-transform: translate(-50%, -50%) rotate(0deg);
    -o-transform: translate(-50%, -50%) rotate(0deg);
    -ms-transform: translate(-50%, -50%) rotate(0deg);
    transform: translate(-50%, -50%) rotate(0deg);
  }
  100% {
    -webkit-transform: translate(-50%, -50%) rotate(360deg);
    -moz-transform: translate(-50%, -50%) rotate(360deg);
    -o-transform: translate(-50%, -50%) rotate(360deg);
    -ms-transform: translate(-50%, -50%) rotate(360deg);
    transform: translate(-50%, -50%) rotate(360deg);
  }
}
@-webkit-keyframes spin {
  0% {
    -webkit-transform: translate(-50%, -50%) rotate(0deg);
    -moz-transform: translate(-50%, -50%) rotate(0deg);
    -o-transform: translate(-50%, -50%) rotate(0deg);
    -ms-transform: translate(-50%, -50%) rotate(0deg);
    transform: translate(-50%, -50%) rotate(0deg);
  }
  100% {
    -webkit-transform: translate(-50%, -50%) rotate(360deg);
    -moz-transform: translate(-50%, -50%) rotate(360deg);
    -o-transform: translate(-50%, -50%) rotate(360deg);
    -ms-transform: translate(-50%, -50%) rotate(360deg);
    transform: translate(-50%, -50%) rotate(360deg);
  }
}
@-o-keyframes spin {
  0% {
    -webkit-transform: translate(-50%, -50%) rotate(0deg);
    -moz-transform: translate(-50%, -50%) rotate(0deg);
    -o-transform: translate(-50%, -50%) rotate(0deg);
    -ms-transform: translate(-50%, -50%) rotate(0deg);
    transform: translate(-50%, -50%) rotate(0deg);
  }
  100% {
    -webkit-transform: translate(-50%, -50%) rotate(360deg);
    -moz-transform: translate(-50%, -50%) rotate(360deg);
    -o-transform: translate(-50%, -50%) rotate(360deg);
    -ms-transform: translate(-50%, -50%) rotate(360deg);
    transform: translate(-50%, -50%) rotate(360deg);
  }
}
@keyframes spin {
  0% {
    -webkit-transform: translate(-50%, -50%) rotate(0deg);
    -moz-transform: translate(-50%, -50%) rotate(0deg);
    -o-transform: translate(-50%, -50%) rotate(0deg);
    -ms-transform: translate(-50%, -50%) rotate(0deg);
    transform: translate(-50%, -50%) rotate(0deg);
  }
  100% {
    -webkit-transform: translate(-50%, -50%) rotate(360deg);
    -moz-transform: translate(-50%, -50%) rotate(360deg);
    -o-transform: translate(-50%, -50%) rotate(360deg);
    -ms-transform: translate(-50%, -50%) rotate(360deg);
    transform: translate(-50%, -50%) rotate(360deg);
  }
}
.dropdown__header,
.dropdown__header_colored.dropdown__header_colored {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
}
@media (max-width: 500px) {
  .dropdown__header,
  .dropdown__header_colored.dropdown__header_colored {
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -o-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    margin-right: -46px;
  }
}
.dropdown__header .select2-selection.select2-selection--single,
.dropdown__header_colored.dropdown__header_colored .select2-selection.select2-selection--single {
  border: none;
  background-color: transparent;
  display: table;
  outline: none;
  position: relative;
}
.dropdown__header .select2-selection.select2-selection--single:after,
.dropdown__header_colored.dropdown__header_colored .select2-selection.select2-selection--single:after {
  content: "";
  width: 7px;
  height: 5px;
  background: url("/images/icons/icon-chevron.svg") no-repeat center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  position: absolute;
  top: 4px;
  right: 7px;
}
.dropdown__header .select2-selection__arrow,
.dropdown__header_colored.dropdown__header_colored .select2-selection__arrow {
  display: none;
}
.dropdown__heading {
  text-transform: uppercase;
  font-size: 11px;
  color: rgba(0,0,0,0.3);
  letter-spacing: 0.11em;
}
.select2-hidden-accessible {
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
}
.select2-container--default .select2-search--dropdown .select2-search__field {
  display: none;
}
.select2-results__option.select2-results__option,
.select2-container--default .select2-selection--single .select2-selection__rendered {
  text-transform: uppercase;
  font-size: 11px;
  line-height: 13px;
  letter-spacing: 1px;
  font-weight: 600;
  color: #253746;
  width: 100%;
  position: relative;
  padding-bottom: 2px;
  opacity: 0.3;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
  filter: alpha(opacity=30);
  -webkit-transition: opacity, 0.4s;
  -moz-transition: opacity, 0.4s;
  -o-transition: opacity, 0.4s;
  -ms-transition: opacity, 0.4s;
  transition: opacity, 0.4s;
}
.select2-results__options {
  overflow-x: hidden;
}
.select2.select2-container--default .select2-selection--single .select2-selection__rendered {
  opacity: 1;
  -ms-filter: none;
  filter: none;
}
.select2.select2-container--default .select2-selection--single:after {
  -webkit-transition: -webkit-transform, 0.5s;
  -moz-transition: -moz-transform, 0.5s;
  -o-transition: -o-transform, 0.5s;
  -ms-transition: -ms-transform, 0.5s;
  transition: transform, 0.5s;
}
.select2.select2-container.select2-container--default,
.select2-dropdown.select2-dropdown--below {
  min-width: 100px !important;
}
.select2.select2-container.select2-container--open .select2-selection--single:after {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.select2-results__option.select2-results__option {
  width: 100%;
  padding: 11px 20px;
}
.select2-results__option.select2-results__option.select2-results__option[aria-selected=true] {
  display: none;
}
.select2-results__option.select2-results__option.select2-results__option--highlighted {
  background: #fff;
  color: #253746;
  opacity: 1;
  -ms-filter: none;
  filter: none;
}
.select2-dropdown {
  border-color: #ddd;
  padding-top: 19px;
  padding-bottom: 19px;
  border: none;
  -webkit-box-shadow: 0 0 40px 0 rgba(0,0,0,0.09);
  box-shadow: 0 0 40px 0 rgba(0,0,0,0.09);
}
.select2-dropdown .select2-results__option.select2-results__option:before,
.select2-dropdown .select2-container--default .select2-selection--single .select2-selection__rendered:before {
  display: none;
}
.reach-select .select2-dropdown {
  margin-top: 0;
}
.getInTouch--open .select2-results__option.select2-results__option:before,
.getInTouch--open .select2-container--default .select2-selection--single .select2-selection__rendered:before {
  display: none;
}
.getInTouch--open .select2-dropdown {
  margin-top: 0;
}
.getInTouch--open .select2-selection__arrow {
  display: none;
}
.getInTouch--open .select2-selection.select2-selection--single {
  border-radius: 0;
  height: 42px;
  width: 100%;
  border-color: #ccc;
  background-color: transparent;
  display: table;
  outline: none;
  position: relative;
}
.getInTouch--open .select2-selection.select2-selection--single:after {
  content: "";
  width: 10px;
  height: 7px;
  opacity: 0.4;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
  filter: alpha(opacity=40);
  background: url("/images/icons/icon-chevron.svg") no-repeat center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  position: absolute;
  top: 17px;
  right: 13px;
}
.getInTouch--open .select2-results__option.select2-results__option,
.getInTouch--open .select2-container--default .select2-selection--single .select2-selection__rendered {
  font-weight: 400;
  font-style: italic;
  font-size: 14px;
  line-height: 17px;
  padding: 11px 15px;
  color: rgba(0,0,0,0.7);
  text-transform: none;
  letter-spacing: normal;
}
.getInTouch--open .select2.select2-container.select2-container--default {
  margin-bottom: 23px;
}
.dropdown__header_colored.dropdown__header_colored {
  margin-bottom: 40px;
}
@media (max-width: 500px) {
  .dropdown__header_colored.dropdown__header_colored {
    margin-bottom: 16px;
    -webkit-box-pack: start;
    -moz-box-pack: start;
    -o-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
  }
  .dropdown__header_colored.dropdown__header_colored .block__title {
    margin-right: 0;
    white-space: nowrap;
    display: table;
  }
}
.dropdown__header_colored.dropdown__header_colored .select2-results__option.select2-results__option,
.dropdown__header_colored.dropdown__header_colored .select2-container--default .select2-selection--single .select2-selection__rendered {
  font-size: 18px;
  line-height: 22px;
  letter-spacing: 1px;
  font-weight: 700;
  color: #009cdc;
  text-decoration: underline;
}
@media (max-width: 500px) {
  .dropdown__header_colored.dropdown__header_colored .select2-results__option.select2-results__option,
  .dropdown__header_colored.dropdown__header_colored .select2-container--default .select2-selection--single .select2-selection__rendered {
    font-size: 14px;
    line-height: 17px;
    font-weight: 700;
  }
}
.dropdown__header_colored.dropdown__header_colored .select2.select2-container.select2-container--default,
.dropdown__header_colored.dropdown__header_colored .select2-dropdown.select2-dropdown--below {
  min-width: 150px !important;
}
.dropdown__header_colored.dropdown__header_colored .select2-selection.select2-selection--single:after {
  width: 9px;
  height: 9px;
  background: url("/images/icons/icon-chevron-primary.svg") no-repeat center;
  top: 6px;
  right: 0;
}
@media (max-width: 500px) {
  .dropdown__header_colored.dropdown__header_colored .select2-selection.select2-selection--single:after {
    top: 4px;
  }
}
.reach-select .select2-results__option.select2-results__option,
.reach-office .select2-results__option.select2-results__option,
.reach-select .select2-container--default .select2-selection--single .select2-selection__rendered,
.reach-office .select2-container--default .select2-selection--single .select2-selection__rendered {
  text-transform: none;
  font-size: 14px;
  line-height: 17px;
  font-weight: 400px;
  font-style: italic;
  color: #adadad;
  width: 100%;
  padding: 11px 25px;
  opacity: 0.7;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
  filter: alpha(opacity=70);
}
.reach-select .select2-results__option.select2-results__option:before,
.reach-office .select2-results__option.select2-results__option:before,
.reach-select .select2-container--default .select2-selection--single .select2-selection__rendered:before,
.reach-office .select2-container--default .select2-selection--single .select2-selection__rendered:before {
  display: none;
}
.reach-select .select2.select2-container.select2-container--default,
.reach-office .select2.select2-container.select2-container--default,
.reach-select .select2-dropdown.select2-dropdown--below,
.reach-office .select2-dropdown.select2-dropdown--below {
  width: 330px !important;
  margin-right: 42px;
}
@media (max-width: 500px) {
  .reach-select .select2.select2-container.select2-container--default,
  .reach-office .select2.select2-container.select2-container--default,
  .reach-select .select2-dropdown.select2-dropdown--below,
  .reach-office .select2-dropdown.select2-dropdown--below {
    width: 280px !important;
    margin-right: 0;
    margin-bottom: 40px;
  }
}
.reach-office .select2-selection__arrow {
  display: none;
}
.reach-office .select2-selection.select2-selection--single {
  position: relative;
}
.reach-office .select2-selection.select2-selection--single:after {
  opacity: 0.2;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=20)";
  filter: alpha(opacity=20);
  content: "";
  width: 13px;
  height: 10px;
  background: url("/images/icons/icon-chevron.svg") no-repeat center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  position: absolute;
  top: 15px;
  right: 15px;
}
.reach-office .select2-container--default .select2-selection--single {
  border: 1px solid #adadad;
  border-radius: 20px;
  background-color: transparent;
  height: 40px;
  outline: none;
}
.reach-office .select2-container--default.select2-container--open.select2-container--below .select2-selection--single,
.reach-office .select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple {
  border-radius: 20px;
}
.header__top {
  color: #fff;
  background: #253746;
  font-weight: 600;
  letter-spacing: 0.92px;
  font-size: 11px;
  text-transform: uppercase;
  z-index: 3;
  position: relative;
}
.header__top .flex {
  min-height: 45px;
  height: 45px;
  height: initial;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -o-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
@media (max-width: 500px) {
  .header__top {
    display: none;
  }
}
.header__divider {
  width: 1px;
  height: 15px;
  margin-left: 17px;
  margin-right: 3px;
  background: rgba(255,255,255,0.45);
}
.lang_dropdown_form,
.header__dropdown-title {
  color: rgba(255,255,255,0.45);
  -webkit-transition: all 0.15s ease-in-out;
  -moz-transition: all 0.15s ease-in-out;
  -o-transition: all 0.15s ease-in-out;
  -ms-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
  cursor: pointer;
}
.lang_dropdown_form .icon,
.header__dropdown-title .icon {
  margin: 0 0 0 5px;
}
.lang_dropdown_form:hover,
.header__dropdown-title:hover {
  color: #fff;
}
.header__search {
  color: #fff;
  text-transform: uppercase;
}
.header__search .icon {
  margin: 3px 7px 0 0;
}
@media (max-width: 500px) {
  .fragomen-logo-white {
    -webkit-transform: scale(0.9);
    -moz-transform: scale(0.9);
    -o-transform: scale(0.9);
    -ms-transform: scale(0.9);
    transform: scale(0.9);
  }
}
.header__dropdown-title,
.header__search,
.header__left,
.header__right,
.lang_dropdown_form {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.header__left {
  -webkit-box-align: start;
  -moz-box-align: start;
  -o-box-align: start;
  -ms-flex-align: start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
}
.header__main {
  position: relative;
  z-index: 2;
}
.header__main .site-menu__list:not(.site-menu__list_inner) > .site-menu__item {
  color: #fff;
  -webkit-transition: color, 0.4s;
  -moz-transition: color, 0.4s;
  -o-transition: color, 0.4s;
  -ms-transition: color, 0.4s;
  transition: color, 0.4s;
}
.header__main .site-menu__list:not(.site-menu__list_inner) > .site-menu__item:nth-child(1) {
  z-index: 2;
}
.header__main .site-menu__list:not(.site-menu__list_inner) > .site-menu__item:nth-child(2) {
  z-index: 3;
}
.header__main .site-menu__list:not(.site-menu__list_inner) > .site-menu__item:nth-child(3) {
  z-index: 4;
}
.header__main .site-menu__list:not(.site-menu__list_inner) > .site-menu__item:nth-child(4) {
  z-index: 5;
}
.header__main .site-menu__list:not(.site-menu__list_inner) > .site-menu__item:nth-child(5) {
  z-index: 6;
}
.header__main .site-menu__list:not(.site-menu__list_inner) > .site-menu__item:nth-child(6) {
  z-index: 7;
}
.header__main .site-menu__list:not(.site-menu__list_inner) > .site-menu__item>.site-menu__link {
  margin-top: 30px;
  margin-bottom: 28px;
}
@media (max-width: 500px) {
  .header__main .site-menu__list:not(.site-menu__list_inner) > .site-menu__item>.site-menu__link {
    margin-top: 8px;
    margin-bottom: 8px;
  }
}
.header__main .site-menu__item_dropdown:hover {
  z-index: 9;
}
.header__main .site-menu__item_dropdown:hover .site-menu__list_inner {
  opacity: 1;
  -ms-filter: none;
  filter: none;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -o-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}
.header__main .site-menu__item_dropdown:hover>.site-menu__link {
  color: #253746;
}
.header__main .site-menu__item_dropdown:hover>.site-menu__link:hover {
  border-color: #009cdc;
}
.header__main.is-white {
  background: #fff;
  border-bottom: 1px solid #253746;
}
.header__main.sticky {
  border-bottom: 1px solid #253746;
}
.header__main.is-white .site-menu__item_dropdown:before {
  display: none;
}
.header__main.is-white .site-menu__list:not(.site-menu__list_inner) > .site-menu__item {
  color: #253746;
  -webkit-transition: color, 0.4s;
  -moz-transition: color, 0.4s;
  -o-transition: color, 0.4s;
  -ms-transition: color, 0.4s;
  transition: color, 0.4s;
}
.header__main.is-white .site-menu__list:not(.site-menu__list_inner) > .site-menu__item>.site-menu__link {
  color: #253746;
}
.header__main.is-white .site-menu__list:not(.site-menu__list_inner) > .site-menu__item>.site-menu__link.is-active,
.header__main.is-white .site-menu__list:not(.site-menu__list_inner) > .site-menu__item>.site-menu__link:hover {
  border-bottom: 3px solid #009cdc;
}
.header__main.is-white .fragomen-logo-white {
  display: none;
}
@media (max-width: 500px) {
  .header__main.is-white {
    background: #253746;
    border-bottom: none;
  }
  .header__main.is-white .fragomen-logo-white {
    display: block;
  }
  .header__main.is-white .fragomen-logo-black {
    display: none;
  }
}
@media (max-width: 500px) {
  .header__main {
    background: #253746;
    z-index: 4;
  }
}
.site-menu {
  min-height: 89px;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -o-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
@media (max-width: 500px) {
  .site-menu {
    min-height: initial;
    padding: 10px 0;
  }
}
.site-menu__list {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -o-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.site-menu__list_inner {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -o-box-orient: vertical;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -moz-box-align: start;
  -o-box-align: start;
  -ms-flex-align: start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  position: absolute;
  left: 0;
  top: 50px;
  padding-top: 30px;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  -webkit-transform: translateY(-350px);
  -moz-transform: translateY(-350px);
  -o-transform: translateY(-350px);
  -ms-transform: translateY(-350px);
  transform: translateY(-350px);
  -webkit-transition: opacity, -webkit-transform, 0.4s;
  -moz-transition: opacity, -moz-transform, 0.4s;
  -o-transition: opacity, -o-transform, 0.4s;
  -ms-transition: opacity, -ms-transform, 0.4s;
  transition: opacity, transform, 0.4s;
}
.site-menu__list_inner:before {
  content: '';
  position: absolute;
  top: 18px;
  width: 100%;
  height: 100%;
  background: #fff;
/*box-shadow 0 0 30px 0 rgba(0, 0, 0, 0.3)*/
  z-index: -1;
}
.site-menu__list_inner .site-menu__link {
  color: #bbb;
  border: none;
  -webkit-transition: color, 0.4s;
  -moz-transition: color, 0.4s;
  -o-transition: color, 0.4s;
  -ms-transition: color, 0.4s;
  transition: color, 0.4s;
}
.site-menu__list_inner .site-menu__link:hover,
.site-menu__list_inner .site-menu__link.is-active {
  color: #253746;
}
.site-menu__item {
  list-style: none;
  z-index: 2;
  padding-right: 23px;
  padding-left: 23px;
  position: relative;
}
.site-menu__link {
  padding: 11px 0 3px;
  margin-bottom: 5px;
  display: inline-block;
  font-size: 11px;
  text-transform: uppercase;
  font-weight: 600;
  white-space: nowrap;
  letter-spacing: 0.1em;
  position: relative;
  z-index: 3;
  border-bottom: 3px solid transparent;
}
.site-menu__link:hover,
.site-menu__link:active {
  border-color: #009cdc;
}
.site-menu__item_dropdown {
  position: relative;
}
.site-menu__item_dropdown:before {
  content: '';
  position: absolute;
  background: #fff;
  width: 100%;
  height: 78px;
  top: -6px;
  left: 0;
  z-index: 2;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  -webkit-transform: translateY(-350px);
  -moz-transform: translateY(-350px);
  -o-transform: translateY(-350px);
  -ms-transform: translateY(-350px);
  transform: translateY(-350px);
  -webkit-transition: opacity, -webkit-transform, 0.4s;
  -moz-transition: opacity, -moz-transform, 0.4s;
  -o-transition: opacity, -o-transform, 0.4s;
  -ms-transition: opacity, -ms-transform, 0.4s;
  transition: opacity, transform, 0.4s;
}
.site-menu__item_dropdown:hover:before {
  opacity: 1;
  -ms-filter: none;
  filter: none;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -o-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}
@media (max-width: 500px) {
  .footer .site-menu__list {
    display: none;
  }
}
.footer .site-menu__item_dropdown:before {
  display: none;
}
.footer .site-menu__item {
  color: #fff;
  font-size: 11px;
  font-weight: 600;
  text-transform: uppercase;
  text-decoration: none;
  letter-spacing: 0.92px;
  -webkit-transition: all 0.15s ease-in-out;
  -moz-transition: all 0.15s ease-in-out;
  -o-transition: all 0.15s ease-in-out;
  -ms-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
}
.footer .site-menu__item .site-menu__link.is-active,
.footer .site-menu__item:hover {
  color: #009cdc;
}
.footer .site-menu__item .site-menu__link.is-active .site-menu__list_inner,
.footer .site-menu__item:hover .site-menu__list_inner {
  display: none;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
}
.footer .site-menu__item:first-child {
  margin: 0;
}
.footer .mobile-menu {
  display: none;
}
.contact-phone {
  display: none;
}
.mobile-menu {
  display: none;
}
@media (max-width: 500px) {
  .mobile-menu {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: box;
    display: flex;
  }
}
@media (max-width: 500px) {
  .header .site-menu__contact {
    margin-right: 41px;
    margin-left: auto;
    max-width: initial;
  }
  .header .site-menu__contact .ui-button {
    min-width: initial;
    padding: 0;
    width: 24px;
    height: 24px;
  }
  .header .site-menu__contact .contact-desktop {
    display: none;
  }
}
.header .site-menu__contact .contact-phone {
  display: none;
}
.header .site-menu__contact .contact-phone svg path {
  fill: none;
}
@media (max-width: 500px) {
  .header .site-menu__contact .contact-phone {
    display: block;
    padding: 2px 5px;
  }
}
.mobile-dropdown__location {
  position: absolute;
  bottom: 0;
  left: 0;
}
.mobile-dropdown__location input {
  background: none;
  border: none;
  padding: 0;
  width: 0;
  height: 0;
}
.mobile-dropdown__location .select2-selection__rendered.select2-selection__rendered.select2-selection__rendered {
  color: transparent !important;
}
.mobile-dropdown__location .select2-selection__arrow,
.mobile-dropdown__location .select2-container--open .select2-selection.select2-selection--single:after {
  display: none;
}
.mobile-menu__wrap .mobile-dropdown__location .select2-selection.select2-selection--single:after {
  background-image: none;
  display: none;
}
.mobile-menu__location {
  position: relative;
  padding-bottom: 13px;
  margin-bottom: 20px;
  margin-left: -6px;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.mobile-menu__location .flag {
  -webkit-transform: scale(0.7);
  -moz-transform: scale(0.7);
  -o-transform: scale(0.7);
  -ms-transform: scale(0.7);
  transform: scale(0.7);
}
.mobile-menu__location span {
  margin-left: 15px;
  color: #fff;
  font-size: 11px;
  line-height: 13px;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}
.mobile-menu__location .icon-chevron {
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
  margin-left: 8px;
}
.mobile-menu__location:after {
  content: '';
  position: absolute;
  width: 100vw;
  height: 1px;
  background: rgba(221,221,221,0.3);
  left: -17px;
  bottom: 0;
}
.site-menu__list--mobile {
  display: none;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -o-box-orient: vertical;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -moz-box-align: start;
  -o-box-align: start;
  -ms-flex-align: start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  position: relative;
  padding-bottom: 20px;
  margin-bottom: 30px;
  border-bottom: 1px solid rgba(255,255,255,0.3);
}
.site-menu__list--mobile .site-menu__item {
  padding-right: 0;
  padding-left: 0;
}
.site-menu__list--mobile .site-menu__link {
  padding: 12px 0;
  font-size: 11px;
  line-height: 13px;
  margin-bottom: 6px;
  font-weight: 600;
  letter-spacing: 0.1em;
}
.site-menu__list--mobile .site-menu__link.is-active {
  border: none;
}
@media (max-width: 500px) {
  .site-menu__list--mobile {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: box;
    display: flex;
  }
}
@media (max-width: 500px) {
  .site-menu__list:not(.site-menu__list--mobile) {
    display: none;
  }
}
.mobile-menu__bottom {
  margin-top: 20px;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -o-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.mobile-menu__bottom .icon-contact {
  margin-right: 3px;
}
.mobile-menu__bottom .view-map {
  color: #5eb3d9;
}
.mobile-menu__bottom .view-map .icon svg {
  width: 16px;
  height: 16px;
}
.mobile-menu__bottom a {
  font-size: 11px;
  line-height: 13px;
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: 0.1em;
}
.mobile-menu__bottom .contact-us--mobile {
  color: #5eb3d9;
}
.mobile-menu__bottom .contact-us--mobile .icon svg rect {
  fill: none;
}
.header__main.is-white .mobile-menu .site-menu__list:not(.site-menu__list_inner) > .site-menu__item,
.header__main.is-white .mobile-menu .site-menu__list:not(.site-menu__list_inner) > .site-menu__item>.site-menu__link {
  color: #fff;
  border: none;
}
.mobile-menu__wrap,
.lang_dropdown_form,
.header__dropdown-title {
  background: #253746;
}
.mobile-menu__wrap .select2-container--default .select2-selection--single,
.lang_dropdown_form .select2-container--default .select2-selection--single,
.header__dropdown-title .select2-container--default .select2-selection--single {
  background-color: transparent;
  border: none;
  border-radius: 0;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -o-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  -webkit-transition: -webkit-transform, 0.5s;
  -moz-transition: -moz-transform, 0.5s;
  -o-transition: -o-transform, 0.5s;
  -ms-transition: -ms-transform, 0.5s;
  transition: transform, 0.5s;
}
.mobile-menu__wrap .select2-selection__arrow,
.lang_dropdown_form .select2-selection__arrow,
.header__dropdown-title .select2-selection__arrow {
  display: none;
}
.mobile-menu__wrap .select2-selection__rendered.select2-selection__rendered,
.lang_dropdown_form .select2-selection__rendered.select2-selection__rendered,
.header__dropdown-title .select2-selection__rendered.select2-selection__rendered {
  padding-left: 0;
}
.mobile-menu__wrap .select2-results__option.select2-results__option.select2-results__option--highlighted,
.lang_dropdown_form .select2-results__option.select2-results__option.select2-results__option--highlighted,
.header__dropdown-title .select2-results__option.select2-results__option.select2-results__option--highlighted {
  color: #fff;
}
.mobile-menu__wrap .select2-selection.select2-selection--single,
.lang_dropdown_form .select2-selection.select2-selection--single,
.header__dropdown-title .select2-selection.select2-selection--single {
  border: none;
  background-color: transparent;
  display: table;
  outline: none;
  position: relative;
}
.mobile-menu__wrap .select2-selection.select2-selection--single:after,
.lang_dropdown_form .select2-selection.select2-selection--single:after,
.header__dropdown-title .select2-selection.select2-selection--single:after {
  content: "";
  width: 7px;
  height: 5px;
  background: url("/images/icons/icon-chevron-white.svg") no-repeat center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  position: absolute;
  top: 4px;
  right: 7px;
  -webkit-transition: -webkit-transform, opacity, 0.5s;
  -moz-transition: -moz-transform, opacity, 0.5s;
  -o-transition: -o-transform, opacity, 0.5s;
  -ms-transition: -ms-transform, opacity, 0.5s;
  transition: transform, opacity, 0.5s;
}
.mobile-menu__wrap .select2-container--open .select2-selection.select2-selection--single:after,
.lang_dropdown_form .select2-container--open .select2-selection.select2-selection--single:after,
.header__dropdown-title .select2-container--open .select2-selection.select2-selection--single:after {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
  opacity: 1;
  -ms-filter: none;
  filter: none;
}
.mobile-menu__wrap {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 11px 16px 14px 20px;
}
.mobile-menu__wrap .select2-container--open .select2-selection__rendered.select2-selection__rendered {
  color: #fff;
}
.header__dropdown-title {
  margin-bottom: -17px;
  margin-right: -15px;
  padding-left: 15px;
  position: relative;
  color: rbga(#fff, 0.45);
}
.header__dropdown-title .select2-selection.select2-selection--single:after {
  opacity: 0.45;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=45)";
  filter: alpha(opacity=45);
}
.header__dropdown-title .select2-selection__rendered.select2-selection__rendered {
  color: #b2c6d4;
}
.header__dropdown-title .select2-selection__rendered.select2-selection__rendered:hover {
  color: #b2c6d4;
}
.header__dropdown-title .select2.select2-container.select2-container--default,
.header__dropdown-title .select2-dropdown.select2-dropdown--below {
  min-width: 69px !important;
}
#desktop-lang {
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
}
.mobile-menu--open,
.mobile-menu--open.mobile-select {
  overflow: hidden;
  max-width: 100vw;
}
.mobile-menu--open .select2-dropdown {
  background: #253746;
  margin-top: 0;
  width: 100vw !important;
  left: -20px;
  padding-left: 22px;
}
.mobile-menu--open .select2-selection.select2-selection--single {
  height: 25px;
}
.mobile-menu--open .select2-selection.select2-selection--single:after {
  opacity: 0.7;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
  filter: alpha(opacity=70);
}
.mobile-menu--open .select2-results__option.select2-results__option {
  padding: 17px 0;
  opacity: 0.7;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
  filter: alpha(opacity=70);
  color: #fff;
}
.mobile-menu--open .select2-selection__rendered.select2-selection__rendered {
  color: #fff;
}
.mobile-menu--open .select2-container--default .select2-results>.select2-results__options {
  max-height: none;
}
.desktop-lang-opened > .select2-container {
  width: 69px;
  overflow: hidden;
  padding-left: 10px;
  margin-left: -15px;
  z-index: 3;
}
.desktop-lang-opened .select2-dropdown {
  background: #25272a;
  width: 69px !important;
  left: -15px;
  padding-bottom: 7px;
  padding-left: 15px;
  margin-top: -15px;
}
.desktop-lang-opened .select2-results__option.select2-results__option.select2-results__option--highlighted {
  opacity: 1;
  -ms-filter: none;
  filter: none;
}
.desktop-lang-opened .select2-selection__rendered {
  opacity: 0.45;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=45)";
  filter: alpha(opacity=45);
}
.desktop-lang-opened .select2-selection__rendered:hover {
  opacity: 1;
  -ms-filter: none;
  filter: none;
}
.desktop-lang-opened .select2-results__option.select2-results__option {
  padding: 4px 0;
  opacity: 0.45;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=45)";
  filter: alpha(opacity=45);
}
.desktop-lang-opened .header__right .header__dropdown-title {
  width: 69px;
}
.desktop-lang-opened .header__right .header__dropdown-title:before {
  content: "";
  position: absolute;
  width: 69px;
  height: 40px;
  bottom: 0;
  left: 0;
  z-index: 0;
  background: #25272a;
}
.desktop-lang-opened #select2-desktop-lang-container {
  color: #fff;
  opacity: 1;
  -ms-filter: none;
  filter: none;
}
.mobile-menu--open.mobile-select .select2-dropdown,
.desktop-lang-opened .select2-dropdown {
  border: none;
  border-radius: 0;
  opacity: 1;
  -ms-filter: none;
  filter: none;
  position: relative;
  padding-top: 0;
  padding-left: 20px;
}
.mobile-menu--open.mobile-select .select2-dropdown:after,
.desktop-lang-opened .select2-dropdown:after {
  position: absolute;
  width: 100vw;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  background: #253746;
  height: calc(100% + 50px);
}
.mobile-menu--open.mobile-select .select2-results__option.select2-results__option.select2-results__option--highlighted,
.desktop-lang-opened .select2-results__option.select2-results__option.select2-results__option--highlighted {
  background: none;
}
.mobile-menu--open.mobile-select .select2-results__option.select2-results__option,
.desktop-lang-opened .select2-results__option.select2-results__option {
  color: #fff;
}
.mobile-menu--open.mobile-select .select2.select2-container.select2-container--default,
.desktop-lang-opened .select2.select2-container.select2-container--default {
  z-index: 6;
}
.mobile-menu--open.mobile-select .select2-container--default .select2-results>.select2-results__options,
.desktop-lang-opened .select2-container--default .select2-results>.select2-results__options {
  max-height: 100%;
}
.mobile-menu--open.mobile-select .select2-search--dropdown {
  display: none;
}
.mobile-menu--open.mobile-select .site-menu__list--mobile,
.mobile-menu--open.mobile-select .mobile-menu__bottom {
  display: none;
}
.btn-mobile-menu {
  position: absolute;
  top: 15px;
  right: 14px;
  z-index: 20;
  width: 30px;
  height: 30px;
}
.btn-mobile-menu:before,
.btn-mobile-menu:after {
  content: '';
  position: absolute;
  right: 0;
  background: #fff;
  width: 21px;
  height: 1px;
  -webkit-transition: -webkit-transform, 0.4s;
  -moz-transition: -moz-transform, 0.4s;
  -o-transition: -o-transform, 0.4s;
  -ms-transition: -ms-transform, 0.4s;
  transition: transform, 0.4s;
}
.btn-mobile-menu:before {
  top: 0;
  -webkit-box-shadow: 0 8px 0 0 #fff;
  box-shadow: 0 8px 0 0 #fff;
}
.btn-mobile-menu:after {
  top: 16px;
}
.mobile-menu__wrap {
  display: none;
}
.mobile-menu--open .max-width {
  padding: 0;
}
.mobile-menu--open .mobile-menu__wrap {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -o-box-orient: vertical;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
@media (max-width: 500px) {
  .mobile-menu--open .site-menu {
    height: 100vh;
    background: #253746;
  }
}
.mobile-menu--open .btn-mobile-menu {
  position: fixed;
}
.mobile-menu--open .btn-mobile-menu:before,
.mobile-menu--open .btn-mobile-menu:after {
  background: #fff !important;
}
.mobile-menu--open .btn-mobile-menu:before {
  -webkit-transform-origin: top left;
  -moz-transform-origin: top left;
  -o-transform-origin: top left;
  -ms-transform-origin: top left;
  transform-origin: top left;
  -webkit-transform: rotate(43deg);
  -moz-transform: rotate(43deg);
  -o-transform: rotate(43deg);
  -ms-transform: rotate(43deg);
  transform: rotate(43deg);
  -webkit-box-shadow: none;
  box-shadow: none;
}
.mobile-menu--open .btn-mobile-menu:after {
  -webkit-transform-origin: bottom left;
  -moz-transform-origin: bottom left;
  -o-transform-origin: bottom left;
  -ms-transform-origin: bottom left;
  transform-origin: bottom left;
  -webkit-transform: rotate(-43deg) translate(1px, -1px);
  -moz-transform: rotate(-43deg) translate(1px, -1px);
  -o-transform: rotate(-43deg) translate(1px, -1px);
  -ms-transform: rotate(-43deg) translate(1px, -1px);
  transform: rotate(-43deg) translate(1px, -1px);
}
.mobile-menu--open .line {
  display: none;
}
.mobile-menu--open .btn-mobile-menu {
  position: fixed;
}
.site-menu__contact .ui-button {
  min-width: 98px;
}
.site-menu,
.site-menu__logo,
.site-menu__contact {
  font-size: 0;
}
.home-page__introduce {
  position: relative;
  margin: -89px 0 0 0;
  min-height: 650px;
  height: 1px;
  background: url("/images/home-page-introduce-bg.jpg") no-repeat center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  text-align: center;
  color: #fff;
}
@media (max-width: 500px) {
  .home-page__introduce {
    margin: 0;
    min-height: 457px;
  }
}
.home-page__introduce .overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0,0,0,0.5);
}
.home-page__introduce .max-width {
  height: 100%;
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -o-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -o-box-orient: vertical;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
.home-page__introduce .description {
  margin: 20px 0 30px;
  font-size: 18px;
  line-height: 22px;
  max-width: 620px;
}
@media (max-width: 500px) {
  .home-page__introduce .description {
    font-size: 16px;
    line-height: 20px;
  }
}
.rewards {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  margin: 0 0 0 -36px;
}
@media (max-width: 500px) {
  .rewards {
    margin-bottom: 30px;
  }
}
.rewards-item {
  margin: 0 0 0 36px;
  width: 60px;
  height: 65px;
  background: no-repeat center;
  -webkit-background-size: contain;
  -moz-background-size: contain;
  background-size: contain;
}
.home-page__news {
  padding: 0 0 16px 0;
  max-width: 1218px;
  background: #fff;
  position: relative;
  z-index: 3;
}
.home-page__news .line {
  position: absolute;
  top: -120px;
  left: 50%;
  z-index: 5;
  -webkit-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  width: 3px;
  height: 100px;
  background: #81a8bd;
}
@media (max-width: 500px) {
  .home-page__news .line {
    top: -100px;
    height: 86px;
  }
}
.home-page__news .ui-button {
  display: none;
}
@media (max-width: 500px) {
  .home-page__news .ui-button {
    margin: 40px auto 30px;
    display: block;
  }
}
@media (max-width: 500px) {
  .home-page__news {
    padding-bottom: 11px;
  }
}
.home-alerts-heading {
  margin-top: 60px;
  padding: 20px;
  display: none;
}
@media (max-width: 500px) {
  .home-alerts-heading {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: box;
    display: flex;
    -webkit-box-align: baseline;
    -moz-box-align: baseline;
    -o-box-align: baseline;
    -ms-flex-align: baseline;
    -webkit-align-items: baseline;
    align-items: baseline;
  }
}
.home-page__news .news-holder,
.insights-main .news-holder {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  padding: 0 33px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin-bottom: 45px;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -o-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
@media (max-width: 500px) {
  .home-page__news .news-holder,
  .insights-main .news-holder {
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    -o-box-orient: vertical;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-right: 20px;
    padding-left: 20px;
    margin-bottom: 20px;
  }
}
.home-page__news .news-item,
.insights-main .news-item {
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -o-box-flex: 1;
  box-flex: 1;
  -webkit-flex: 0 0 46%;
  -ms-flex: 0 0 46%;
  flex: 0 0 46%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 56px 0 65px 0;
}
@media (max-width: 500px) {
  .home-page__news .news-item,
  .insights-main .news-item {
    padding: 23px 0 33px;
    -webkit-flex-basis: 100%;
    flex-basis: 100%;
    display: table;
  }
}
.home-page__news .news-item__title,
.insights-main .news-item__title {
  -webkit-transition: color 0.4s;
  -moz-transition: color 0.4s;
  -o-transition: color 0.4s;
  -ms-transition: color 0.4s;
  transition: color 0.4s;
  cursor: pointer;
}
@media (max-width: 500px) {
  .home-page__news .news-item__title.news-item__title,
  .insights-main .news-item__title.news-item__title {
    font-size: 26px;
    line-height: 30px;
  }
}
.home-page__news .news-item__title a,
.insights-main .news-item__title a {
  cursor: pointer;
}
.home-page__news .news-item__title:hover,
.insights-main .news-item__title:hover {
  color: #474747;
}
.home-page__news .news-item__header,
.insights-main .news-item__header {
/*display flex
    justify-content space-between*/
  font-size: 11px;
  font-weight: 600;
  text-transform: uppercase;
  color: #253746;
  letter-spacing: 0.92px;
  margin: 0 0 26px 0;
  position: relative;
}
.home-page__news .news-item__header:before,
.insights-main .news-item__header:before {
  position: absolute;
  content: "";
  height: 2px;
  width: calc(100% - 130px);
  background: #eee;
  left: calc(50% + 15px);
  top: 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%);
}
@media (max-width: 500px) {
  .home-page__news .news-item__header,
  .insights-main .news-item__header {
    margin-bottom: 14px;
  }
}
.home-page__news .news-item__header .date,
.insights-main .news-item__header .date {
  float: right;
}
.home-page__news .alerts-holder,
.insights-main .alerts-holder {
  background: #009cdc;
  color: #fff;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  min-height: 50px;
  overflow: hidden;
}
.home-page__news .alerts-holder__title,
.insights-main .alerts-holder__title {
  font-size: 20px;
  line-height: 40px;
  font-weight: 700;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  padding: 0 0 0 34px;
  -webkit-box-flex: 0;
  -moz-box-flex: 0;
  -o-box-flex: 0;
  -ms-box-flex: 0;
  box-flex: 0;
  -webkit-flex-grow: 0;
  flex-grow: 0;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
@media (max-width: 500px) {
  .home-page__news .alerts-holder__title,
  .insights-main .alerts-holder__title {
    font-size: 16px;
    line-height: 40px;
    padding-left: 20px;
  }
}
.home-page__news .alerts-holder__title:after,
.insights-main .alerts-holder__title:after {
  content: '';
  width: 1px;
  height: 35px;
  background: rgba(255,255,255,0.5);
  display: block;
  margin: 0 0 0 37px;
}
@media (max-width: 500px) {
  .home-page__news .alerts-holder__title:after,
  .insights-main .alerts-holder__title:after {
    margin-left: 16px;
  }
}
.home-page__news .alerts-list,
.insights-main .alerts-list {
  overflow: hidden;
  white-space: nowrap;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-flex: 0;
  -moz-box-flex: 0;
  -o-box-flex: 0;
  -ms-box-flex: 0;
  box-flex: 0;
  -webkit-flex-grow: 0;
  flex-grow: 0;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.home-page__news .alerts-item,
.insights-main .alerts-item {
  display: -webkit-inline-box;
  display: -moz-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-box;
  display: inline-flex;
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -o-box-flex: 1;
  box-flex: 1;
  -webkit-flex: 1 0 auto;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  vertical-align: middle;
  margin: 0 0 0 23px;
}
.home-page__news .alerts-list .article__title a{
  color: #fff;
}
.home-page__news .alerts-item:before,
.insights-main .alerts-item:before {
  content: '';
  width: 1px;
  height: 35px;
  background: rgba(255,255,255,0.5);
  display: block;
  margin: 0 23px 0 0;
}
.home-page__news .alerts-item__title,
.insights-main .alerts-item__title {
  color: rgba(255,255,255,0.7);
  font-size: 20px;
  line-height: 40px;
  font-weight: 700;
  margin: 0 15px 0 0;
}
@media (max-width: 500px) {
  .home-page__news .alerts-item__title,
  .insights-main .alerts-item__title {
    font-size: 16px;
    line-height: 40px;
  }
}
.home-page__news .alerts-item__date,
.insights-main .alerts-item__date {
  color: rgba(255,255,255,0.7);
  text-transform: uppercase;
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 0.5px;
}
.home-page__what-we-do {
  margin: 82px 0 84px 0;
}
@media (max-width: 500px) {
  .home-page__what-we-do {
    padding: 50px 0;
    margin: 0;
    position: relative;
  }
  .home-page__what-we-do:before {
    content: '';
    position: absolute;
    width: 100vw;
    height: 1px;
    background: #ddd;
    left: 50%;
    -webkit-transform: translate(-50%);
    -moz-transform: translate(-50%);
    -o-transform: translate(-50%);
    -ms-transform: translate(-50%);
    transform: translate(-50%);
    top: 0;
  }
}
.home-page__what-we-do .btn--primary {
  padding-left: 15px;
  padding-right: 15px;
  margin-bottom: 12px;
  -webkit-align-self: flex-end;
  align-self: flex-end;
  -ms-flex-item-align: end;
}
@media (max-width: 500px) {
  .home-page__what-we-do .btn--primary {
    margin: 34px auto 0px;
  }
}
.home-page__what-we-do .what-we-do__header {
  margin: 0 0 88px 0;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -o-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: start;
  -moz-box-align: start;
  -o-box-align: start;
  -ms-flex-align: start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
}
.home-page__what-we-do .what-we-do__header .left {
  -webkit-flex-basis: 380px;
  flex-basis: 380px;
}
@media (max-width: 500px) {
  .home-page__what-we-do .what-we-do__header .left {
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    -o-box-flex: 1;
    box-flex: 1;
    -webkit-flex: 1 0 auto;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
  }
}
@media (max-width: 500px) {
  .home-page__what-we-do .what-we-do__header {
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    -o-box-orient: vertical;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-bottom: 0;
  }
}
.home-page__what-we-do .what-we-do__title {
  text-transform: uppercase;
  font-weight: 700;
  font-size: 18px;
  line-height: 22px;
  letter-spacing: 1px;
  margin: 0 0 25px 0;
  color: #009cdc;
}
.home-page__what-we-do .what-we-do__description {
  font-size: 18px;
  line-height: 24px;
  margin-top: 25px;
}
@media (max-width: 500px) {
  .home-page__what-we-do .what-we-do__description {
    font-size: 16px;
    line-height: 20px;
  }
}
.home-page__what-we-do .what-we-do__list {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -o-box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -o-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  margin: -50px 0 0 0;
}
@media (max-width: 500px) {
  .home-page__what-we-do .what-we-do__list {
    display: none;
  }
}
.home-page__what-we-do .what-we-do__item {
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -o-box-flex: 1;
  box-flex: 1;
  -webkit-flex: 0 0 21%;
  -ms-flex: 0 0 21%;
  flex: 0 0 21%;
  margin: 44px 0 0 0;
}
.home-page__what-we-do .what-we-do__item .item-icon {
  display: block;
  width: 28px;
  height: 32px;
  position: relative;
  color: #5eb3d9;
}
.home-page__what-we-do .what-we-do__item .item-icon:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}
.home-page__what-we-do .what-we-do__item .item-text {
  margin: 15px 0 0 0;
  font-size: 18px;
  line-height: 24px;
}
@media (max-width: 500px) {
  .home-page .insights__carousel,
  .home-page .case-studies__carousel {
    padding-bottom: 0;
  }
}
.home-page__recognition {
  max-width: 1218px;
  margin: 82px auto 40px;
  padding-bottom: 41px;
}
@media (max-width: 500px) {
  .home-page__recognition {
    border-bottom: 1px solid #eee;
    margin-top: 61px;
    margin-bottom: 48px;
  }
}
.swiper-container {
  margin-top: 35px;
  padding: 85px 100px 97px;
  color: #adadad;
}
@media (max-width: 500px) {
  .swiper-container {
    padding-right: 20px;
    padding-left: 20px;
    padding-top: 0;
    padding-bottom: 80px;
    margin-top: 0;
  }
}
.swiper-container .swiper-button-prev,
.swiper-container .swiper-button-next {
  background-image: url("../images/icons/long-arrow.svg");
  top: auto;
  top: initial;
  bottom: 114px;
}
@media (max-width: 500px) {
  .swiper-container .swiper-button-prev,
  .swiper-container .swiper-button-next {
    bottom: 0;
  }
}
.swiper-container .swiper-button-prev {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
  left: auto;
  left: initial;
  right: 278px;
}
@media (max-width: 500px) {
  .swiper-container .swiper-button-prev {
    left: calc(50% - 60px);
    -webkit-transform: translateX(-50%), rotate(180deg);
    -moz-transform: translateX(-50%), rotate(180deg);
    -o-transform: translateX(-50%), rotate(180deg);
    -ms-transform: translateX(-50%), rotate(180deg);
    transform: translateX(-50%), rotate(180deg);
  }
}
.swiper-container .swiper-button-next {
  right: 148px;
}
@media (max-width: 500px) {
  .swiper-container .swiper-button-next {
    left: calc(50% + 60px);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
  }
}
.swiper-container .swiper-pagination-fraction {
  width: auto;
  left: auto;
  left: initial;
  right: 215px;
  bottom: 133px;
  font-size: 11px;
  color: #253746;
  font-weight: 700;
}
@media (max-width: 500px) {
  .swiper-container .swiper-pagination-fraction {
    left: calc(50% + 7px);
    -webkit-transform: translate(-50%);
    -moz-transform: translate(-50%);
    -o-transform: translate(-50%);
    -ms-transform: translate(-50%);
    transform: translate(-50%);
    bottom: 15px;
    width: 40px;
  }
}
.swiper-slide {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  width: 100%;
}
@media (max-width: 500px) {
  .swiper-slide {
    display: block;
    padding: 0 30px;
  }
}
.recognition__text {
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -o-box-flex: 1;
  box-flex: 1;
  -webkit-flex: 0 1 75%;
  -ms-flex: 0 1 75%;
  flex: 0 1 75%;
  font-size: 34px;
  line-height: 42px;
}
@media (max-width: 500px) {
  .recognition__text {
    font-size: 24px;
    line-height: 29px;
    font-weight: bold;
    color: #253746;
    -webkit-flex-basis: 100%;
    flex-basis: 100%;
  }
}
.recognition__logo {
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -o-box-flex: 1;
  box-flex: 1;
  -webkit-flex: 0 0 25%;
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -o-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
@media (max-width: 500px) {
  .recognition__logo {
    -webkit-flex-basis: 75%;
    flex-basis: 75%;
  }
}
.recognition__logo .recognition__name {
  display: none;
  font-size: 11px;
  line-height: 13px;
  margin-top: 20px;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 1px;
}
@media (max-width: 500px) {
  .recognition__logo .recognition__name {
    display: block;
    margin-top: 15px;
  }
}
.recognition__logo img {
  margin: 33px auto 70px;
  max-width: 100%;
  display: table;
}
@media (max-width: 500px) {
  .recognition__logo img {
    display: none;
  }
}
.home-page__events .max-width .events__header,
.insights-main-events .events__header {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -o-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
@media (max-width: 500px) {
  .home-page__events .max-width .events__header,
  .insights-main-events .events__header {
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -o-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
  }
}
@media (max-width: 500px) {
  .home-page__events .max-width .events__header .link-view-all,
  .insights-main-events .events__header .link-view-all {
    display: none;
  }
}
.home-page__events .max-width .ui-button,
.insights-main-events .ui-button {
  display: none;
}
@media (max-width: 500px) {
  .home-page__events .max-width .ui-button,
  .insights-main-events .ui-button {
    display: block;
    margin: 0 auto;
  }
}
.events__content {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -o-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  margin-top: 68px;
  padding-bottom: 0;
}
@media (max-width: 500px) {
  .events__content {
    margin-top: 24px;
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    -o-box-orient: vertical;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.events__article {
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -o-box-flex: 1;
  box-flex: 1;
  -webkit-flex: 0 0 48%;
  -ms-flex: 0 0 48%;
  flex: 0 0 48%;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
}
@media (max-width: 500px) {
  .events__article {
    margin-bottom: 36px;
  }
}
.events__article-info {
  margin-bottom: 4px;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -o-box-orient: vertical;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
@media (max-width: 500px) {
  .events__article-info {
    margin-bottom: 17px;
  }
}
.events__article-author {
  color: #adadad;
  margin-bottom: 15px;
}
@media (max-width: 500px) {
  .events__article-author {
    border-left: 1px solid #253746;
    padding-left: 10px;
    margin-bottom: 14px;
  }
}
.events__article-date,
.events__article-author,
.events__article-place {
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 600;
}
@media (max-width: 500px) {
  .events__article-date,
  .events__article-author,
  .events__article-place {
    color: #253746;
    letter-spacing: 1px;
    font-weight: 600;
  }
}
.events__article-date {
  margin-right: 4px;
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -o-box-flex: 1;
  box-flex: 1;
  -webkit-flex: 0 0 60px;
  -ms-flex: 0 0 60px;
  flex: 0 0 60px;
}
@media (max-width: 500px) {
  .events__article-date {
    -webkit-flex-basis: auto;
    flex-basis: auto;
    padding-right: 10px;
    border-right: none;
    margin-right: 0;
    margin-bottom: 10px;
  }
}
.events__article-heading,
.events__article-place {
  line-height: 1;
}
.events__article-heading {
  font-size: 48px;
  line-height: 48px;
  margin-bottom: 30px;
  font-weight: 700;
  cursor: pointer;
  -webkit-transition: color, 0.4s;
  -moz-transition: color, 0.4s;
  -o-transition: color, 0.4s;
  -ms-transition: color, 0.4s;
  transition: color, 0.4s;
}
.events__article-heading:hover {
  color: #474747;
  cursor: pointer;
}
@media (max-width: 500px) {
  .events__article-heading.events__article-heading a {
    font-size: 24px;
    line-height: 29px;
    font-weight: 700;
    margin-top: 10px;
    margin-bottom: 10px;
/*margin-left: -81px
      width: calc(100vw - 40px)*/
    display: inline-block;
  }
}
.events__article-place {
  position: relative;
  padding-left: 26px;
  line-height: 13px;
/*+phone()
    margin-left: -81px
    width: calc(100vw - 40px)*/
}
.events__article-place:before {
  position: absolute;
  left: 0;
  top: -3px;
  content: "";
  width: 13px;
  height: 17px;
  background: url("/images/icons/icon-map-marker.svg") no-repeat center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
}
.insights-main-events {
  border-bottom: 1px solid #eee;
  padding-bottom: 62px;
}
.home-page__insights {
  padding-top: 73px;
  border-top: 1px solid #eee;
  margin-bottom: 22px;
/*+phone()
    &.home-page__insights
      !*margin-top: 50px*!
      padding-top: 52px
      margin-bottom: 57px
      border-top: 1px solid #eee*/
}
.home-page__insights .insights__header {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -o-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
@media (max-width: 500px) {
  .home-page__insights .insights__header {
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -o-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.home-page__insights .insights__header .link-view-all {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
@media (max-width: 500px) {
  .home-page__insights .insights__header .link-view-all {
    display: none;
  }
}
@media (max-width: 500px) {
  .home-page__insights .insights__content,
  .home-page__insights .insights__list {
    display: none;
  }
}
.home-page__insights .ui-button {
  display: none;
}
@media (max-width: 500px) {
  .home-page__insights .ui-button {
    display: block;
    margin: 0 auto;
  }
}
.insights__content {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  padding-top: 31px;
  padding-bottom: 34px;
}
@media (max-width: 500px) {
  .insights__content {
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    -o-box-orient: vertical;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.insights__content+.insights__content {
  border-top: 1px solid #eee;
}
@media (max-width: 500px) {
  .insights__content+.insights__content {
    border: none;
  }
}
.insights__content_list {
  border-bottom: 2px solid #009cdc;
  padding-bottom: 65px;
  padding-top: 55px;
  margin-bottom: 20px;
}
@media (max-width: 500px) {
  .insights__content_list {
    border-bottom: none;
  }
}
.insights__content:last-child {
  padding-bottom: 56px;
}
.insights__content article+article {
  border-left: 2px solid #eee;
  padding-left: 20px;
}
@media (max-width: 500px) {
  .insights__content article+article {
    border: none;
    padding-left: 0;
    margin-top: 50px;
  }
}

.article_type1 {
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -o-box-flex: 1;
  box-flex: 1;
  -webkit-flex: 0 0 70%;
  -ms-flex: 0 0 70%;
  flex: 0 0 70%;
  /*display: flex*/
  -webkit-box-pack: end;
  -moz-box-pack: end;
  -o-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  padding: 28px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  overflow: hidden;
  display: block;
}

.view-blog-insights .article_type1 {
  max-width: 785px;
}

.article_type1__img-wrap {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
}
.article_type1__img-wrap img {
  width: 100%;
  height: auto;
}
.article_type1__info {
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -o-box-flex: 1;
  box-flex: 1;
  -webkit-flex: 0 0 50%;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  width: 50%;
  margin-left: auto;
  background: #009cdc;
  padding: 30px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  z-index: 1;
  height: 400px;
}
.front .article_type1__info {
  width: 52%;
}
.front .article_type1__info .article_type1__heading{
  font-size: 30px;
}
.article_type1__meta {
  display: block;
  width: 330px;
  float: left;
  margin-bottom: 30px;
  max-height: 58px;
  overflow: hidden;
}
.article_type1__date,
.article_type1__author {
  text-transform: uppercase;
  color: #fff;
  font-size: 11px;
  letter-spacing: 1.5px;
  float: left;
  white-space: nowrap;
}
.article_type1__date {
  margin-right: 4px;
}
.article_type1__heading,
.article_type1__text {
  color: #fff;
}
.article_type1__heading {
  font-size: 36px;
  line-height: 1.1;
  margin-bottom: 34px;
/*max-height: @line-height * @font-size * 5
    overflow: hidden*/
  display: inline-block;
  font-weight: 700;
}
.article_type1__heading:hover {
  color: #fff;
}
@media (max-width: 500px) {
  .article_type1__heading {
    font-size: 28px;
  }
}
.article_type1__text {
  line-height: 21px;
  font-size: 18px;
  max-height: 3024px;
  overflow: hidden;
}
article:not(.article_type1) .article__heading {
  display: inline-block;
  -webkit-transition: color, 0.4s;
  -moz-transition: color, 0.4s;
  -o-transition: color, 0.4s;
  -ms-transition: color, 0.4s;
  transition: color, 0.4s;
}
article:not(.article_type1) .article__heading:hover {
  color: #009cdc;
}
.article__author,
.article__place {
  text-transform: uppercase;
  font-size: 11px;
  letter-spacing: 1.5px;
  display: block;
}
.article__author {
  color: #adadad;
  margin-bottom: 20px;
}
.article_type1.featured-article {
  padding: 0;
  margin-top: 37px;
  height: 450px;
  margin-bottom: 85px;
}
@media (max-width: 500px) {
  .article_type1.featured-article {
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    -o-box-orient: vertical;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-top: 24px;
    height: auto;
  }
}
.article_type1.featured-article .article_type1__info {
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -o-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -o-box-orient: vertical;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  max-height: 100%;
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -o-box-flex: 1;
  box-flex: 1;
  -webkit-flex: 0 0 33%;
  -ms-flex: 0 0 33%;
  flex: 0 0 33%;
  margin: 30px 30px 30px auto;
}
@media (max-width: 500px) {
  .article_type1.featured-article .article_type1__info {
    -webkit-box-ordinal-group: 2;
    -moz-box-ordinal-group: 2;
    -o-box-ordinal-group: 2;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    -o-box-flex: 1;
    box-flex: 1;
    -webkit-flex: 1 0 auto;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
    width: 100%;
    height: auto;
    margin: 0;
  }
}
.article_type1.featured-article .article_type1__img-wrap {
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -o-box-flex: 1;
  box-flex: 1;
  -webkit-flex: 1 1 77%;
  -ms-flex: 1 1 77%;
  flex: 1 1 77%;
}
@media (max-width: 500px) {
  .article_type1.featured-article .article_type1__img-wrap {
    -webkit-box-ordinal-group: 1;
    -moz-box-ordinal-group: 1;
    -o-box-ordinal-group: 1;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    -o-box-flex: 1;
    box-flex: 1;
    -webkit-flex: 1 0 auto;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
    position: static;
  }
}
.article_type1.featured-article .article_type1__top,
.article_type1.featured-article .article_type1__bottom {
  color: #fff;
  text-transform: uppercase;
  font-size: 11px;
  line-height: 13px;
  letter-spacing: 0.1em;
}
.article_type1.featured-article .article_type1__top {
  line-height: 2;
}
.article_type1.featured-article .icon svg {
  width: 17px;
  height: 17px;
}
.article_type1.featured-article .view-map {
  margin-top: 20px;
  display: inline-block;
}
.article_type2 {
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -o-box-flex: 1;
  box-flex: 1;
  -webkit-flex: 0 0 25%;
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding-top: 7px;
}
@media (max-width: 500px) {
  .article_type2 {
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    -o-box-flex: 1;
    box-flex: 1;
    -webkit-flex: 1 0 auto;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
  }
}
.article_type2 .article__heading {
  font-size: 18px;
  margin-bottom: 35px;
}
.article_type3 {
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -o-box-flex: 1;
  box-flex: 1;
  -webkit-flex: 1 1 48%;
  -ms-flex: 1 1 48%;
  flex: 1 1 48%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding-top: 7px;
}
@media (max-width: 500px) {
  .article_type3 {
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    -o-box-flex: 1;
    box-flex: 1;
    -webkit-flex: 1 0 auto;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
    padding-right: 0;
  }
}
.article_type3 .article__heading {
  font-size: 36px;
  margin-bottom: 17px;
  line-height: 42px;
  font-weight: 700;
}
@media (max-width: 500px) {
  .article_type3 .article__heading {
    font-size: 28px;
    line-height: 1.2;
  }
}
.insights__carousel .article_type1 {
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -o-box-orient: vertical;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  background-image: none;
  padding: 0;
}
.insights__carousel .article__title.article__title {
  color: #253746;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.25;
  margin-bottom: 0;
}
.insights__carousel .article__image img {
  width: 100%;
  height: auto;
}
.page-label {
  background: #fff;
  color: #253746;
  font-weight: 600;
  letter-spacing: 0.1em;
  border-radius: 20px;
  text-transform: uppercase;
  font-size: 11px;
  display: table;
  padding: 6px 16px 4px;
}
#posts-list__tabs {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  margin-top: 53px;
  padding-bottom: 59px;
  /*border-bottom: 3px solid #009cdc;*/
  margin-bottom: 22px;
}
@media (max-width: 500px) {
  #posts-list__tabs {
    display: none;
  }
}
.posts-list__links {
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -o-box-flex: 1;
  box-flex: 1;
  -webkit-flex: 0 0 30.5%;
  -ms-flex: 0 0 30.5%;
  flex: 0 0 30.5%;
}
.posts-list__links li {
  list-style-type: none;
  padding-bottom: 16px;
  margin-right: 56px;
  margin-bottom: 37px;
  border-bottom: 2px solid #eee;
}
.posts-list__links li.ui-state-active {
  border-color: #009cdc;
}
.posts-list__links li+li {
  margin-top: 20px;
}
.posts-list__link {
  font-size: 18px;
  text-decoration: none;
  color: #253746;
  line-height: 1.3;
}
.services__banner {
  background: url("/images/services-info1.jpg") no-repeat center;
  min-height: 465px;
}
.services__banner .banner-bg .max-width {
  position: relative;
  padding-top: 85px;
  padding-bottom: 83px;
}
@media (max-width: 500px) {
  .services__banner .banner-bg .max-width {
    padding-top: 39px;
  }
}
#services-tabs {
  margin-top: 50px;
  margin-bottom: 42px;
  border-bottom: 1px solid #eee;
}
@media (max-width: 500px) {
  #services-tabs {
    border: none;
    margin-bottom: 0;
  }
}
#services-tabs .main-info__tabs-content-holder {
  margin-bottom: 0;
  margin-top: 47px;
}
@media (max-width: 500px) {
  #services-tabs .main-info__tabs-content-holder {
    margin-top: 50px;
  }
}
#services-tabs .ui-button.btn--loader {
  margin: 42px auto 80px;
}
@media (max-width: 500px) {
  #services-tabs .ui-button.btn--loader {
    margin: 47px auto 34px;
  }
}
#services-tabs .ui-button.btn--loader svg {
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
@media (max-width: 500px) {
  #services-tabs .tabs-header {
    padding-bottom: 100px;
    position: relative;
  }
  #services-tabs .tabs-header .button_country {
    position: absolute;
    bottom: 30px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
  }
}
.main-info__tabs-content {
  width: 100%;
}
.tabs-country__top {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -o-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  margin-bottom: 45px;
}
@media (max-width: 500px) {
  .tabs-country__top {
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    -o-box-orient: vertical;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -moz-box-align: center;
    -o-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    margin-bottom: 29px;
    margin-right: 0;
    margin-left: 0;
  }
  .tabs-country__top .dropdown__header_colored {
    -webkit-box-ordinal-group: 2;
    -moz-box-ordinal-group: 2;
    -o-box-ordinal-group: 2;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
    margin-top: 46px;
  }
}
.tabs-country__top .dropdown__header_colored {
  margin-bottom: 0;
}
@media (max-width: 500px) {
  .tabs-country__top .block__title {
    margin-right: 0;
  }
}
@media (max-width: 500px) and (max-width: 500px) {
  .tabs-country__top .dropdown__header_colored {
    margin-top: 36px;
  }
}
.button_country {
  padding: 8px 15px;
  border-color: #bbb;
  min-width: initial;
  display: -webkit-inline-box;
  display: -moz-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-box;
  display: inline-flex;
}
.button_country .flag {
  margin-right: 15px;
  -webkit-transform: scale(0.8);
  -moz-transform: scale(0.8);
  -o-transform: scale(0.8);
  -ms-transform: scale(0.8);
  transform: scale(0.8);
  display: -webkit-inline-box;
  display: -moz-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-box;
  display: inline-flex;
}
.button_country span {
  -webkit-align-self: center;
  align-self: center;
  -ms-flex-item-align: center;
  float: right;
  display: -webkit-inline-box;
  display: -moz-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-box;
  display: inline-flex;
}
.tabs-country__country-set {
  color: #253746;
  font-size: 11px;
  border-radius: 20px;
  border: 1px solid #adadad;
  padding: 8px 25px 8px;
  min-width: 105px;
  margin-left: auto;
}
@media (max-width: 500px) {
  .tabs-country__country-set {
    margin-left: 0;
    margin-bottom: 46px;
    -webkit-box-ordinal-group: 1;
    -moz-box-ordinal-group: 1;
    -o-box-ordinal-group: 1;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
  }
}
.tabs-country__list {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -o-box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: start;
  -moz-box-pack: start;
  -o-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  margin-right: -1.5%;
  margin-left: -1.5%;
}
@media (max-width: 500px) {
  .tabs-country__list {
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    -o-box-orient: vertical;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.feature__item {
  list-style: none;
  cursor: pointer;
  width: 30.3%;
  border: 3px solid transparent;
  padding: 41px 35px 85px;
  -webkit-transition: border, 0.5s;
  -moz-transition: border, 0.5s;
  -o-transition: border, 0.5s;
  -ms-transition: border, 0.5s;
  transition: border, 0.5s;
  margin-bottom: 45px;
  margin-right: 1.5%;
  margin-left: 1.5%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  max-height: 400px;
}
@media (max-width: 500px) {
  .feature__item {
    width: 100%;
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: box;
    display: flex;
    padding: 23px 0 20px;
    margin-bottom: 0;
    position: relative;
  }
  .feature__item:before,
  .feature__item:first-child:after {
    content: '';
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 100vw;
    height: 1px;
    background: #eee;
  }
  .feature__item:before {
    bottom: 0;
  }
  .feature__item:first-child:after {
    top: 0;
  }
}
.feature__item:hover {
  border-color: #009cdc;
}
.feature__item svg {
  color: #009cdc;
}
h4.feature__heading {
  margin-top: 22px;
  margin-bottom: 52px;
  line-height: 23px;
  max-height: 69px;
}
@media (max-width: 500px) {
  h4.feature__heading {
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 20px;
    max-height: auto;
    max-height: initial;
  }
}
.feature__text {
  color: #253746;
  line-height: 22px;
  max-height: 176px;
  overflow: hidden;
}
@media (max-width: 500px) {
  .feature__text {
    display: none;
  }
}
.header_with-text {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -o-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  position: relative;
  padding-bottom: 46px;
}
.header_with-text span {
  max-width: 500px;
}
.header_with-text .block__title {
  margin-bottom: 25px;
}
.header_with-text .link-view-all {
  -webkit-align-self: flex-end;
  align-self: flex-end;
  -ms-flex-item-align: end;
}
@media (max-width: 500px) {
  .header_with-text .link-view-all {
    position: absolute;
    top: 0;
    right: 0;
  }
}
@media (max-width: 500px) {
  .about .link-view-all {
    display: none;
  }
}
.about .insights__content {
  padding-bottom: 11px;
}
@media (max-width: 500px) {
  .about .insights__content {
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    -o-box-orient: vertical;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    border-bottom: none;
    padding-bottom: 0;
  }
}
@media (max-width: 500px) {
  .about .insights__content article {
    border: none;
    padding: 0;
    margin-bottom: 40px;
  }
}
@media (max-width: 500px) {
  .about .insights__article_type3 .insights__article-heading {
    font-size: 28px;
  }
}
.about__banner.banner-bg {
  background: url("/images/about-bg.jpg") no-repeat center;
  min-height: 465px;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
}
.about__banner.banner-bg .max-width {
  padding-bottom: 95px;
}
.about__news {
  padding: 45px 24px;
}
@media (max-width: 500px) {
  .about__news {
    padding: 60px 0;
  }
}
.about__news .insights__content+.insights__content {
  border: none;
  margin-bottom: 0;
  padding-bottom: 0;
}
.about-news__header:after {
  content: '';
  position: absolute;
  bottom: 0;
  width: 100%;
  left: 0;
  right: 0;
  height: 3px;
  background: #81a8bd;
}
.photo-block {
  margin-top: 80px;
}
@media (max-width: 500px) {
  .photo-block {
    margin-top: 0;
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    -o-box-orient: vertical;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    position: relative;
  }
  .photo-block .photo-block__info-photo {
    -webkit-box-ordinal-group: 1;
    -moz-box-ordinal-group: 1;
    -o-box-ordinal-group: 1;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
    margin-top: 30px;
    margin-bottom: 80px;
  }
}
.photo-block .ui-button {
  margin-top: 40px;
}
@media (max-width: 500px) {
  .photo-block .ui-button {
    position: absolute;
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
  }
}
@media (max-width: 500px) {
  .about__community {
    margin-bottom: 70px;
  }
}
.about__community .insights__content {
  border: none;
}
@media (max-width: 500px) {
  .about__community .insights__content_list {
    display: none;
  }
}
.about__community .article_type1 {
  /*background-image: url("/images/about-community-pic.jpg");*/
}
@media (max-width: 500px) {
  .about__community .article_type1 {
    background-image: none;
  }
}
.about__community .insights__carousel {
  padding-bottom: 0;
}
@media (max-width: 500px) {
  .about__community .article__title {
    margin-bottom: 0;
  }
}
.about__community #posts-list__tabs {
  border-bottom: none;
  margin-top: 33px;
}
@media (max-width: 500px) {
  .about__governance {
    margin-bottom: 60px;
  }
}
.about__governance .header_with-text {
  padding-bottom: 0;
}
.about__governance .person {
  margin-top: 66px;
}
.about__governance .person__item {
  -webkit-flex-basis: 25%;
  flex-basis: 25%;
  margin-bottom: 49px;
}
@media (max-width: 500px) {
  .about__governance .person__item {
    -webkit-flex-basis: 100%;
    flex-basis: 100%;
    -webkit-box-orient: horizontal;
    -moz-box-orient: horizontal;
    -o-box-orient: horizontal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    margin-bottom: 40px;
  }
  .about__governance .person__item .person__info {
    text-align: left;
    margin-top: 0;
  }
}
.about__governance .person__info {
/*display: flex
    flex-direction: column
    justify-content: center*/
  display: inline-block;
  -webkit-align-self: center;
  align-self: center;
  -ms-flex-item-align: center;
  padding-right: 10px;
}
.about__governance .person__photo,
.about__governance .person__link_photo,
.about__governance .person__photo_placeholder {
  width: 70px;
  height: 70px;
}
.about__governance .person__link_photo {
  -webkit-flex-basis: 70px;
  flex-basis: 70px;
  margin-right: 20px;
}
.about__governance .person__link_photo .person__photo_placeholder p {
  font-size: 18px;
}
.about__governance .person__name {
  font-size: 20px;
  line-height: 24px;
  font-weight: 600;
}
.about__governance .person__meta-info {
  font-size: 11px;
  line-height: 13px;
  margin-bottom: 0;
}
@media (max-width: 500px) {
  .about__governance .person__meta-info {
    margin-top: 10px;
  }
}
@media (max-width: 500px) {
  .about__governance .person {
    margin-top: 40px;
    margin-bottom: 40px;
  }
}
@media (max-width: 500px) {
  .about__governance .person__list {
    margin-top: 0;
  }
}
.about-recognition__header {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -o-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.about__recognition {
  margin-top: 30px;
}
@media (max-width: 500px) {
  .about__recognition .ui-button {
    margin-top: 30px;
  }
}
.about-recognition .contact {
  border-top: none;
}
.about-recognition .ui-button.btn--loader {
  min-width: 180px;
}
.about-recognition .swiper-container {
  margin-bottom: 90px;
}
.about-recognition__banner {
  background: url("/images/about-recognition-bg.jpg") no-repeat center;
  min-height: 465px;
}
.about-recognition__content {
  margin-top: 80px;
}
.recognition__2col {
  margin-top: 70px;
  padding-bottom: 39px;
  border-bottom: 1px solid #eee;
}
@media (max-width: 500px) {
  .recognition__2col:last-child {
    padding-bottom: 0;
  }
}
.event__list {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -o-box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 50px;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -o-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
@media (max-width: 500px) {
  .event__list {
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    -o-box-orient: vertical;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.event__item {
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -o-box-flex: 1;
  box-flex: 1;
  -webkit-flex: 0 0 48%;
  -ms-flex: 0 0 48%;
  flex: 0 0 48%;
  list-style: none;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  margin-bottom: 76px;
}
@media (max-width: 500px) {
  .event__item {
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    -o-box-orient: vertical;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    -o-box-flex: 1;
    box-flex: 1;
    -webkit-flex: 1 0 auto;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
  }
}
.event__name {
  font-size: 20px;
  line-height: 1.2;
  font-weight: 600;
}
.event__meta-info {
  font-size: 11px;
  line-height: 13px;
  color: #bbb;
  font-weight: 600;
  letter-spacing: 0.1em;
  margin-top: 7px;
}
.event__description {
  font-size: 18px;
  line-height: 24px;
  margin-top: 20px;
}
.event__logo-wrap {
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -o-box-flex: 1;
  box-flex: 1;
  -webkit-flex: 0 0 130px;
  -ms-flex: 0 0 130px;
  flex: 0 0 130px;
  margin-right: 20px;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -o-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: start;
  -moz-box-align: start;
  -o-box-align: start;
  -ms-flex-align: start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
}
@media (max-width: 500px) {
  .event__logo-wrap {
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -o-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    margin-bottom: 30px;
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    -o-box-flex: 1;
    box-flex: 1;
    -webkit-flex: 1 0 auto;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
  }
}
.event__info {
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -o-box-flex: 1;
  box-flex: 1;
  -webkit-flex: auto;
  -ms-flex: auto;
  flex: auto;
}
.about-news__banner {
  background: url("/images/about-news-bg.jpg") no-repeat center;
  min-height: 465px;
}
.about-news__content {
  margin-top: 50px;
}
.about-news__content .contact {
  margin-top: 82px;
  padding-top: 83px;
  border-top: 1px solid #eee;
}
.about-news__content #posts-list__tabs {
  margin-bottom: 0;
}
.about-news__content .insights__carousel {
  padding-bottom: 0;
}
.about-news__content .insights__content:not(.insights__content_list) {
  padding-top: 20px;
  padding-bottom: 16px;
}
@media (max-width: 500px) {
  .about-news__content .insights__content:not(.insights__content_list) {
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    -o-box-orient: vertical;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    border: none;
    padding-bottom: 0;
  }
}
@media (max-width: 500px) {
  .about-news__content .insights__content,
  .about-news__content .insights__article_type2,
  .about-news__content .insights__article_type3 {
    -webkit-flex-basis: 100%;
    flex-basis: 100%;
    border: none;
    padding-right: 0;
    padding-left: 0;
    margin-bottom: 40px;
  }
}
.about-news__content .insights__content_list {
  padding-top: 0;
}
@media (max-width: 500px) {
  .about-news__content .insights__content_list {
    display: none;
  }
}
.about-news__content .main-info__tabs-content-holder {
  margin-bottom: 0;
  margin-top: 25px;
}
.firm-governance__banner {
  background: url("/images/firm-governance-banner-bg.jpg") no-repeat center;
  min-height: 465px;
}
@media (max-width: 500px) {
  .firm-governance .contact {
    border-top: none;
    margin-top: 0;
  }
}
.person {
  margin-top: 82px;
}
.person__list {
  margin-top: 63px;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -o-box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -o-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.person__item {
  list-style: none;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  margin-bottom: 80px;
}
@media (max-width: 500px) {
  .person__item {
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    -o-box-orient: vertical;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -moz-box-align: center;
    -o-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
  }
}
.person__photo {
  margin-right: 30px;
}
@media (max-width: 500px) {
  .person__photo {
    margin-right: 0;
  }
}
.person__name {
  font-size: 20px;
}
@media (max-width: 500px) {
  .person__info {
    margin-top: 30px;
    text-align: center;
  }
}
.person__meta-info {
  font-size: 12px;
  color: #009cdc;
  text-transform: uppercase;
  margin-top: 7px;
  margin-bottom: 19px;
  letter-spacing: 0.12em;
}
@media (max-width: 500px) {
  .person__meta-info {
    margin-top: 30px;
  }
}
.person__descr {
  font-size: 18px;
  line-height: 1.3em;
  max-height: 10.4em;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  overflow: hidden;
  -webkit-line-clamp: 8;
  -webkit-box-orient: vertical;
}
.person-block_2-col .person__list {
  border-bottom: 1px solid #eee;
}
.person-block_2-col .person__item {
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -o-box-flex: 1;
  box-flex: 1;
  -webkit-flex: 0 0 48%;
  -ms-flex: 0 0 48%;
  flex: 0 0 48%;
}
@media (max-width: 500px) {
  .person-block_2-col .person__item {
    -webkit-flex-basis: 100%;
    flex-basis: 100%;
  }
}
.person__contacts {
  margin-top: 73px;
}
.person__contacts .person__name {
  display: inline-block;
  margin-top: 10px;
}
.person__contacts .person__item {
  margin-bottom: 66px;
}
.person__mail,
.person__phone,
.person__fax {
  position: relative;
  padding-left: 24px;
  display: inline-block;
  font-size: 18px;
  line-height: 1.3;
  color: rgba(0,0,0,0.3);
}
.person__mail:before,
.person__phone:before,
.person__fax:before {
  position: absolute;
  top: 0;
  left: 0;
  font-size: 18px;
  color: #253746;
  width: 10px;
  height: 12px;
}
.person__mail:after,
.person__phone:after,
.person__fax:after {
  content: '';
  position: absolute;
  top: 10px;
  left: 12px;
  background: #253746;
  border-radius: 50%;
  width: 4px;
  height: 4px;
}
.person__mail:before {
  content: 'E';
}
.person__phone:before {
  content: 'T';
}
.person__fax:before {
  content: 'F';
}
.person__link_photo {
  border-radius: 50%;
  position: relative;
  height: 120px;
  width: 120px;
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -o-box-flex: 1;
  box-flex: 1;
  -webkit-flex: 0 0 120px;
  -ms-flex: 0 0 120px;
  flex: 0 0 120px;
  margin-right: 30px;
}
@media (max-width: 500px) {
  .person__link_photo {
    margin-right: 0;
  }
}
.person__link_photo .person__photo_placeholder {
  position: absolute;
  border-radius: 50%;
  background: #eee;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -o-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  z-index: -1;
}
.person__link_photo .person__photo_placeholder p {
  display: inline-block;
  font-size: 40px;
  font-weight: 700;
}
.person__link_photo .person__photo_placeholder p+p {
  margin-left: 7px;
}
.about-culture__banner {
  background: url("/images/about-culture-bg.jpg") no-repeat center;
  min-height: 465px;
}
.about-culture__block {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -o-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  padding: 90px 100px;
  margin-top: 80px;
}
@media (max-width: 500px) {
  .about-culture__block {
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    -o-box-orient: vertical;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 0;
  }
}
.about-culture__block .block__title {
  margin-right: 70px;
  margin-top: 10px;
  white-space: nowrap;
  display: inline-block;
}
.post-2-col {
  margin-top: 122px;
  border-bottom: 1px solid #eee;
  padding-bottom: 60px;
  margin-bottom: 70px;
}
.post-2-col__header {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  margin-bottom: 26px;
}
.post-2-col__logo {
  margin-right: 30px;
  margin-left: 10px;
}
.post-2-col__heading {
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -o-box-flex: 1;
  box-flex: 1;
  -webkit-flex: 0 1 730px;
  -ms-flex: 0 1 730px;
  flex: 0 1 730px;
}
.post-2-col__heading .h3 {
  opacity: 1;
  -ms-filter: none;
  filter: none;
  font-weight: 700;
  color: #253746;
  text-decoration: none;
}
@media (max-width: 500px) {
  .post-2-col__heading .h3 {
    font-size: 20px;
  }
}
.post-2-col__content {
  -webkit-column-count: 2;
  -moz-column-count: 2;
  column-count: 2;
  -webkit-column-gap: 100px;
  -moz-column-gap: 100px;
  column-gap: 100px;
}
@media (max-width: 500px) {
  .post-2-col__content {
    -webkit-column-count: 1;
    -moz-column-count: 1;
    column-count: 1;
  }
}
.post-2-col__text {
  margin-bottom: 15px;
  line-height: 22px;
}
.about-culture__carousel {
  padding: 97px;
  position: relative;
}
@media (max-width: 500px) {
  .about-culture__carousel {
    padding: 0;
  }
}
.about-culture__carousel .swiper-container {
  padding-left: 260px;
  padding-bottom: 0;
  padding-right: 0;
  z-index: initial;
}
@media (max-width: 500px) {
  .about-culture__carousel .swiper-container {
    padding: 40px 0 70px;
    text-align: center;
  }
}
.about-culture__carousel .swiper-slide {
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -o-box-orient: vertical;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
.about-culture__carousel .swiper-slide p {
  font-size: 18px;
  line-height: 24px;
  color: #253746;
}
.about-culture__carousel .swiper-slide h3 {
  margin-bottom: 10px;
}
.about-culture__carousel .block__title {
  position: relative;
  z-index: 2;
  padding-top: 20px;
  margin-bottom: -160px;
  display: table;
  padding-left: 20px;
}
@media (max-width: 500px) {
  .about-culture__carousel .block__title {
    margin: 0 auto;
    padding-top: 0;
  }
  .about-culture__carousel .block__title:before {
    display: none;
  }
}
.about-culture__carousel .swiper-container .swiper-pagination-fraction {
  bottom: 30px;
  left: 70px;
  right: auto;
}
@media (max-width: 500px) {
  .about-culture__carousel .swiper-container .swiper-pagination-fraction {
    bottom: 16px;
    left: calc(50% - 3px);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
  }
}
.about-culture__carousel .swiper-container .swiper-button-prev,
.about-culture__carousel .swiper-container .swiper-button-next {
  bottom: 14px;
  top: auto;
}
@media (max-width: 500px) {
  .about-culture__carousel .swiper-container .swiper-button-prev,
  .about-culture__carousel .swiper-container .swiper-button-next {
    bottom: 0;
  }
}
.about-culture__carousel .swiper-container .swiper-button-next {
  left: 133px;
}
@media (max-width: 500px) {
  .about-culture__carousel .swiper-container .swiper-button-next {
    left: calc(50% + 51px);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
  }
}
.about-culture__carousel .swiper-container .swiper-button-prev {
  left: 0;
}
@media (max-width: 500px) {
  .about-culture__carousel .swiper-container .swiper-button-prev {
    left: calc(50% - 73px);
    -webkit-transform: translateX(-50%), rotate(180deg);
    -moz-transform: translateX(-50%), rotate(180deg);
    -o-transform: translateX(-50%), rotate(180deg);
    -ms-transform: translateX(-50%), rotate(180deg);
    transform: translateX(-50%), rotate(180deg);
  }
}
.about-culture .contact .max-width {
  border-top: 1px solid #eee;
  padding-top: 74px;
}
@media (max-width: 500px) {
  .about-culture .contact {
    border: none;
  }
}
.about-culture__carousel-wrap {
  position: relative;
}
.about-culture__carousel-wrap:after {
  position: absolute;
  content: '';
  width: 200px;
  height: 100%;
  background: #fff;
  top: 0;
  left: 0;
  bottom: 0;
  z-index: 1;
}
@media (max-width: 500px) {
  .about-culture__carousel-wrap:after {
    display: none;
  }
}
.about-culture__carousel-wrap .swiper-wrapper {
  z-index: 0;
}
.about-history__banner {
  background: url("/images/about-history-bg.jpg") no-repeat center;
  min-height: 465px;
}
.about-history__banner .max-width {
  padding-bottom: 90px;
}
.about-history__banner .banner-text {
  max-width: 660px;
}
.history__list {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -o-box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  position: relative;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -o-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  padding-top: 60px;
}
.history__list:before {
  content: '';
  position: absolute;
  left: 50%;
  top: -80px;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 3px;
  height: calc(100% + 80px);
  background: #009cdc;
}
@media (max-width: 500px) {
  .history__list:before {
    left: 0;
    -webkit-transform: none;
    -moz-transform: none;
    -o-transform: none;
    -ms-transform: none;
    transform: none;
  }
}
.history__item {
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -o-box-flex: 1;
  box-flex: 1;
  -webkit-flex: 0 0 50%;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  margin-bottom: 80px;
  position: relative;
  list-style: none;
}
@media (max-width: 500px) {
  .history__item {
    -webkit-flex-basis: 100%;
    flex-basis: 100%;
  }
}
.history__item:before {
  content: '';
  width: 400px;
  height: 3px;
  background: #009cdc;
  position: absolute;
  right: 0;
  top: 22px;
}
@media (max-width: 500px) {
  .history__item:before {
    width: 60px;
    right: initial;
    left: 0;
  }
}
.history__item:nth-child(2n) {
  -webkit-transform: translateY(80px);
  -moz-transform: translateY(80px);
  -o-transform: translateY(80px);
  -ms-transform: translateY(80px);
  transform: translateY(80px);
}
@media (max-width: 500px) {
  .history__item:nth-child(2n) {
    -webkit-transform: none;
    -moz-transform: none;
    -o-transform: none;
    -ms-transform: none;
    transform: none;
  }
}
.history__item:nth-child(2n):before {
  width: 60px;
  right: initial;
  left: 0;
}
.history__item:nth-child(2n) .history__item-wrap {
  padding-left: 80px;
}
@media (max-width: 500px) {
  .history__item .user-preview-print {
    width: 100% !important;
    height: auto !important;
  }
}
.history__item-wrap {
  width: 430px;
  overflow: hidden;
  padding: 0 43px;
}
@media (max-width: 500px) {
  .history__item-wrap {
    padding: 0 0 0 80px;
    width: initial;
  }
}
.history__item_image {
  position: relative;
}
.history__item_image .history__item-wrap {
  position: absolute;
}
.history__item_image img {
  width: 100%;
  height: auto;
}
.history__year {
  font-size: 48px;
  line-height: 48px;
  font-weight: 700;
  margin-bottom: 10px;
}
@media (max-width: 500px) {
  .history__year {
    font-size: 36px;
  }
}
.history__event {
  font-size: 18px;
  line-height: 24px;
}
.about-community__banner {
  background: url("/images/about-community-bg.jpg") no-repeat center;
  min-height: 465px;
}
.about-community__content {
  margin-top: 46px;
}
.about-community__content .contact .max-width {
  border-top: 1px solid #eee;
  padding-top: 86px;
}
.about-community__content .ui-button.btn--loader {
  margin-top: 40px;
}
@media (max-width: 500px) {
  .about-community .contact {
    border: none;
  }
}
.about-community__header .block__title {
  margin-right: 80px;
}
.offices {
  margin-top: 50px;
}
@media (max-width: 500px) {
  .offices {
    margin-top: 40px;
  }
}
.offices .contact {
  margin-top: 0px;
  padding-top: 0;
  border-bottom: 1px solid #eee;
  padding-bottom: 70px;
  margin-bottom: 70px;
}
@media (max-width: 500px) {
  .offices .contact {
    padding-bottom: 0;
    border: none;
  }
}
.offices .contact .link-view-all {
  margin-top: 40px;
  margin-bottom: 30px;
  display: block;
}
.offices .contact__city {
  color: #253746;
  position: relative;
  display: block;
  padding-bottom: 20px;
}
.offices .contact__city:after {
  position: absolute;
  width: 100%;
  height: 2px;
  background: #009cdc;
  content: '';
  bottom: 0;
  left: -10px;
}
@media (max-width: 500px) {
  .offices .contact__city:after {
    display: none;
  }
}
.offices .contact__company-name {
  font-size: 18px;
  line-height: 22px;
}
.offices .contact__company-name:after {
  display: none;
}
.offices .contact__content {
  margin-top: 50px;
}
@media (max-width: 500px) {
  .offices .contact__content {
    display: block;
    position: relative;
  }
  .offices .contact__content .contact__info .contact__city {
    margin-bottom: 240px;
  }
  .offices .contact__content #contact__map {
    display: block;
    position: absolute;
    top: 50px;
    z-index: 100;
    overflow: hidden;
    width: 100%;
    height: 200px;
  }
  .offices .contact__content #contact__map * {
    top: -50%;
    height: 200px;
  }
}
.other-offices__header {
  margin-bottom: 50px;
  position: relative;
}
@media (max-width: 500px) {
  .other-offices__header .button_country {
    position: absolute;
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
  }
}
.other-offices__heading {
  color: #253746;
  font-weight: 600;
}
@media (max-width: 500px) {
  .other-offices__heading {
    margin-bottom: 80px;
  }
}
.other-offices__list {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -o-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -o-box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media (max-width: 500px) {
  .other-offices__list {
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    -o-box-orient: vertical;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.other-offices__item {
  list-style: none;
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -o-box-flex: 1;
  box-flex: 1;
  -webkit-flex: 0 0 33.3%;
  -ms-flex: 0 0 33.3%;
  flex: 0 0 33.3%;
  margin-bottom: 80px;
}
@media (max-width: 500px) {
  .other-offices__item {
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    -o-box-flex: 1;
    box-flex: 1;
    -webkit-flex: 1 0 auto;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
  }
}
.other-offices__item>* {
  max-width: 250px;
}
@media (max-width: 500px) {
  .other-offices__item>* {
    max-width: initial;
  }
}
.other-offices__item .phone,
.other-offices__item .mail,
.other-offices__item .fax {
  font-size: 18px;
  line-height: 25px;
  color: #bbb;
}
.other-offices__item .phone:before,
.other-offices__item .mail:before,
.other-offices__item .fax:before {
  color: #bbb;
}
.other-offices__item address {
  font-style: normal;
  font-size: 18px;
  line-height: 22px;
  margin-bottom: 30px;
  margin-top: 20px;
  display: inline-block;
}
.other-offices__item .icon svg {
  color: #009cdc;
  margin-right: 8px;
}
.other-offices__item .icon-map-marker svg {
  width: 15px;
  height: 17px;
}
.other-offices__item .about-office,
.other-offices__item .view-map {
  font-size: 11px;
  line-height: 13px;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  display: block;
  margin-bottom: 16px;
}
.office__banner {
  background: url("/images/office-banner-bg.jpg") no-repeat center;
  min-height: 465px;
  margin-bottom: 58px;
}
.contact__sidebar {
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -o-box-flex: 1;
  box-flex: 1;
  -webkit-flex: 0 0 330px;
  -ms-flex: 0 0 330px;
  flex: 0 0 330px;
}
@media (max-width: 500px) {
  .contact__sidebar {
    -webkit-flex-basis: 100%;
    flex-basis: 100%;
    margin-top: 60px;
  }
}
.contact__sidebar .block__title {
  border-bottom: 1px solid #eee;
  display: block;
  padding-bottom: 10px;
}
@media (max-width: 500px) {
  .contact__sidebar .block__title {
    border-bottom: none;
  }
}
.contact__sidebar .contact__company-name {
  font-size: 20px;
  line-height: 24px;
  font-weight: 600;
}
.contact__sidebar .contact__company-name:after {
  display: none;
}
.contact__sidebar .view-map {
  font-size: 11px;
  line-height: 13px;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  margin-top: 20px;
  display: block;
}
.contact__sidebar .view-map .icon svg {
  color: #009cdc;
  width: 15px;
  height: 17px;
  margin-right: 8px;
}
.office .main-info__tabs-content {
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -o-box-flex: 1;
  box-flex: 1;
  -webkit-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  margin-right: 70px;
}
.office .main-info__tabs-content p {
  display: block;
  margin-bottom: 30px;
  text-align: justify;
}
.office .main-info__tabs-content-holder {
  margin-bottom: 80px;
}
@media (max-width: 500px) {
  .office .main-info__tabs-content-holder {
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    -o-box-orient: vertical;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.text-highlight {
  font-size: 28px;
  line-height: 40px;
  font-weight: 700;
  border-top: 1px solid #eee;
  border-bottom: 1px solid #eee;
  padding-top: 30px;
  padding-bottom: 30px;
  margin-top: 40px;
  margin-bottom: 40px;
}
.city-img {
  width: 100%;
  margin-bottom: 40px;
}
.careers__banner {
  background: url("/images/professionals-main-banner-bg.jpg") no-repeat center;
  min-height: 465px;
  margin-bottom: 58px;
}
.careers__banner.banner-bg .max-width {
  padding-bottom: 40px;
}
.careers__list {
  margin-top: 34px;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -o-box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -o-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
@media (max-width: 500px) {
  .careers__list {
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    -o-box-orient: vertical;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
@media (max-width: 500px) {
  .careers__list .feature__item {
    padding: 0;
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    -o-box-orient: vertical;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    -o-box-flex: 1;
    box-flex: 1;
    -webkit-flex: 1 0 auto;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
    width: 100%;
    padding-bottom: 30px;
    text-align: center;
    border: none;
  }
  .careers__list .feature__item p {
    text-align: left;
  }
  .careers__list .feature__item .icon {
    display: none;
  }
}
.careers__item {
  width: 47%;
  padding: 59px 62px 100px;
  margin-bottom: 55px;
}
@media (max-width: 500px) {
  .careers__item {
    margin-bottom: 40px;
  }
  .careers__item:before,
  .careers__item:after {
    display: none;
  }
}
.careers__item .feature__text {
  margin-top: 35px;
  line-height: 24px;
  max-height: 192px;
  color: #253746;
  font-size: 18px;
}
.careers__heading.feature__heading {
  font-size: 28px;
  font-weight: 700;
  line-height: 1.4;
  overflow: hidden;
  margin-bottom: 14px;
  text-align: left;
}
@media (max-width: 500px) {
  .careers__heading.feature__heading {
    margin-left: 0;
  }
}
.feature__tag {
  font-size: 11px;
  letter-spacing: 0.1em;
  line-height: 1.15;
  color: #adadad;
  max-height: 25.299999999999997px;
  overflow: hidden;
  text-transform: uppercase;
  margin-bottom: 20px;
}
.careers .contact {
  margin-top: 0;
}
.careers-experience__banner {
  background: url("/images/careers-experience-bg.jpg") no-repeat center;
  min-height: 465px;
}
@media (max-width: 500px) {
  .careers-experience__content {
    margin-top: 50px;
  }
}
.careers-experience__content p,
.careers-experience__content li {
  font-size: 18px;
  line-height: 24px;
}
.careers-experience__content .block__title {
  margin-bottom: 34px;
  margin-top: 77px;
}
.careers-experience__content .photo-block {
  margin-top: 0;
  margin-bottom: 12px;
}
.careers-experience__content .careers-opportunities__posts {
  margin-top: 0;
  padding-bottom: 0;
  border-bottom: none;
}
.careers-experience__2cols {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -o-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
@media (max-width: 500px) {
  .careers-experience__2cols {
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    -o-box-orient: vertical;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.careers-experience__2cols+.block__title {
  margin-top: 39px;
  margin-bottom: 0;
}
.careers-experience__experience {
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -o-box-flex: 1;
  box-flex: 1;
  -webkit-flex: 0 0 30%;
  -ms-flex: 0 0 30%;
  flex: 0 0 30%;
  max-width: 343px;
  margin-left: 100px;
}
@media (max-width: 500px) {
  .careers-experience__experience {
    margin-left: 0;
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    -o-box-flex: 1;
    box-flex: 1;
    -webkit-flex: 1 0 auto;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
  }
}
.careers-experience__experience .case-studies__article_video+.case-studies__article_video {
  margin-top: 60px;
}
.careers-experience__experience .case-studies__name {
  display: inline-block;
  margin-top: 17px;
}
.faq__question,
.faq__answer {
  position: relative;
  padding-left: 24px;
}
.faq__question:before,
.faq__answer:before {
  position: absolute;
  left: 0;
}
.faq__question {
  font-weight: 700;
  margin-bottom: 10px;
}
.faq__question:before {
  content: "Q: ";
  font-weight: 700;
}
.faq__answer {
  margin-bottom: 24px;
}
.faq__answer:before {
  content: "A: ";
}
.photo-block .photo-block__photo-description {
  font-size: 11px;
  line-height: 13px;
  letter-spacing: 0.1em;
  font-weight: 600;
  color: #bbb;
  text-transform: uppercase;
  display: inline-block;
  margin-top: 15px;
}
.case-studies__article-image {
  overflow: hidden;
}
.case-studies__article-image img {
  width: 100%;
  height: auto;
}
.benefits__item:before {
  left: 13px;
  top: 10px;
}
.careers-experience .contact {
  border-top: none;
}
.careers-opportunities__banner {
  background: url("/images/careers-opportunity-bg.jpg") no-repeat center;
  min-height: 465px;
}
.careers-opportunities__top {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  margin-top: 63px;
  margin-bottom: 38px;
}
@media (max-width: 500px) {
  .careers-opportunities__top {
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    -o-box-orient: vertical;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -moz-box-align: start;
    -o-box-align: start;
    -ms-flex-align: start;
    -webkit-align-items: flex-start;
    align-items: flex-start;
    margin-bottom: 0;
  }
}
.careers-opportunities__top .dropdown__header {
  margin-right: 19px;
}
@media (max-width: 500px) {
  .careers-opportunities__top .dropdown__header {
    margin-right: 0;
    margin-bottom: 20px;
  }
}
.careers-opportunities__posts {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -o-box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 30px;
  padding-bottom: 30px;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -o-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
@media (max-width: 500px) {
  .careers-opportunities__posts {
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    -o-box-orient: vertical;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.careers-opportunities__posts .post-vacancy {
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -o-box-flex: 1;
  box-flex: 1;
  -webkit-flex: 0 0 30%;
  -ms-flex: 0 0 30%;
  flex: 0 0 30%;
}
@media (max-width: 500px) {
  .careers-opportunities__posts .post-vacancy {
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    -o-box-flex: 1;
    box-flex: 1;
    -webkit-flex: 1 0 auto;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
  }
  .careers-opportunities__posts .post-vacancy > * {
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    -o-box-flex: 1;
    box-flex: 1;
    -webkit-flex: 1 0 auto;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
  }
}
.careers-opportunities__posts .ui-button.btn--loader {
  margin-top: 17px;
}
.post-vacancy {
  margin-bottom: 50px;
  margin-top: 30px;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -o-box-orient: vertical;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
.post-vacancy__date,
.post-vacancy__place {
  font-size: 11px;
  line-height: 13px;
  text-transform: uppercase;
  color: #bbb;
  font-weight: 600;
  letter-spacing: 0.1em;
}
.post-vacancy__date,
.post-vacancy__description,
.post-vacancy__heading {
  display: inline-block;
  margin-bottom: 25px;
}
.post-vacancy__date {
  margin-bottom: 18px;
}
.post-vacancy__description {
  font-size: 18px;
  line-height: 24px;
}
.post-vacancy__place {
  color: #253746;
  position: relative;
  padding-left: 26px;
}
.post-vacancy__place:before {
  position: absolute;
  left: 0;
  top: -3px;
  content: "";
  width: 13px;
  height: 17px;
  background: url("/images/icons/icon-map-marker.svg") no-repeat center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
}
.careers-opportunities .contact {
  border-top: 1px solid #eee;
}
.careers-opportunities .item-list {
  max-width: 150px;
  margin: 0 auto;
}
.careers-opportunities .item-list li {
  list-style: none;
}
.careers-vacancy .link-back {
  position: static;
  color: #253746;
  padding-top: 55px;
  border-top: 1px solid #eee;
  margin-bottom: 55px;
}
.careers-vacancy .block__title {
  margin-bottom: 32px;
}
.careers-vacancy .bold {
  font-weight: 600;
}
.careers-vacancy p {
  margin-bottom: 10px;
}
.careers-vacancy li,
.careers-vacancy p {
  font-size: 18px;
  line-height: 22px;
}
.careers-vacancy li {
  margin-left: 20px;
}
.careers-vacancy .ui-button:not(.btn--filled) {
  padding: 14px 18px;
}
.careers-vacancy__head p {
  max-width: 625px;
}
.careers-vacancy__heading {
  display: block;
  margin-bottom: 30px;
}
@media (max-width: 500px) {
  .careers-vacancy__heading {
    text-align: center;
  }
}
.careers-vacancy__content {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -o-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  margin-bottom: 50px;
}
@media (max-width: 500px) {
  .careers-vacancy__content {
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    -o-box-orient: vertical;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.careers-vacancy__main {
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -o-box-flex: 1;
  box-flex: 1;
  -webkit-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  margin-right: 50px;
}
@media (max-width: 500px) {
  .careers-vacancy__main {
    margin-right: 0;
  }
}
.careers-vacancy__main > * {
  margin-bottom: 66px;
}
.careers-vacancy__meta {
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -o-box-flex: 1;
  box-flex: 1;
  -webkit-flex: 0 0 300px;
  -ms-flex: 0 0 300px;
  flex: 0 0 300px;
  margin-top: 40px;
}
@media (max-width: 500px) {
  .careers-vacancy__meta {
    margin-top: 0;
  }
}
.careers-vacancy__meta>* {
  margin-bottom: 26px;
}
.careers-vacancy__meta .icon svg {
  color: #253746;
  width: 20px;
  height: 20px;
}
.careers-vacancy__date {
  font-size: 11px;
  line-height: 13px;
  text-transform: uppercase;
  color: #bbb;
  font-weight: 600;
  letter-spacing: 0.1em;
  display: block;
  margin-bottom: 20px;
}
.paths__item,
.requirements__item,
.benefits__item {
  list-style: none;
  padding-left: 35px;
  position: relative;
}
.paths__item:before,
.requirements__item:before,
.benefits__item:before {
  content: '';
  position: absolute;
  width: 4px;
  height: 4px;
  background: #253746;
  top: 8px;
  left: 11px;
  border-radius: 50%;
}
.careers-vacancy__meta-info .icon,
.btn--print .icon,
.btn--share .icon {
  margin-right: 10px;
}
.careers-vacancy__meta-info span,
.btn--print,
.btn--share {
  font-size: 11px;
  line-height: 13px;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-weight: 600;
}
.buttons__remember {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
}
.buttons__remember .btn--print {
  margin-right: 20px;
}
.buttons__remember .btn--print,
.buttons__remember .btn--share {
  color: #bbb;
  -webkit-transition: color, 0.4s;
  -moz-transition: color, 0.4s;
  -o-transition: color, 0.4s;
  -ms-transition: color, 0.4s;
  transition: color, 0.4s;
}
.buttons__remember .btn--print:hover,
.buttons__remember .btn--share:hover {
  color: #009cdc;
}
.buttons__remember .btn--print:hover .icon svg,
.buttons__remember .btn--share:hover .icon svg {
  color: #009cdc;
}
.buttons__remember .btn--print .icon svg,
.buttons__remember .btn--share .icon svg {
  color: #bbb;
  width: 20px;
  height: 20px;
  -webkit-transition: color, 0.4s;
  -moz-transition: color, 0.4s;
  -o-transition: color, 0.4s;
  -ms-transition: color, 0.4s;
  transition: color, 0.4s;
}
.professionals__banner {
  background: url("/images/professionals-main-banner-bg.jpg") no-repeat center;
  min-height: 465px;
  margin-bottom: 58px;
}
.professionals__banner.banner-bg .max-width {
  padding-bottom: 68px;
}
.professionals-main__heading,
.professionals__top {
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -o-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.professionals__selects-block,
.professionals-main__heading,
.professionals__top {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
}
@media (max-width: 500px) {
  .professionals__selects-block,
  .professionals-main__heading,
  .professionals__top {
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    -o-box-orient: vertical;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -moz-box-align: start;
    -o-box-align: start;
    -ms-flex-align: start;
    -webkit-align-items: flex-start;
    align-items: flex-start;
  }
}
.professionals__selects-block {
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -o-box-flex: 1;
  box-flex: 1;
  -webkit-flex: 0 0 30%;
  -ms-flex: 0 0 30%;
  flex: 0 0 30%;
}
.professionals-main__heading .banner-search {
  margin-top: 0;
  padding-top: 0;
  border: none;
  width: 180px;
}
@media (max-width: 500px) {
  .professionals-main__heading .banner-search {
    padding-left: 0;
  }
}
.professionals-main__heading .dropdown__header_colored.dropdown__header_colored {
  margin-bottom: 27px;
}
.professionals__top {
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -o-box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: baseline;
  -moz-box-align: baseline;
  -o-box-align: baseline;
  -ms-flex-align: baseline;
  -webkit-align-items: baseline;
  align-items: baseline;
}
@media (max-width: 500px) {
  .professionals__top {
    padding-bottom: 30px;
  }
  .professionals__top .bef-select-as-links {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: box;
    display: flex;
    width: 100%;
    overflow: scroll;
  }
}
.professionals__top .dropdown__header {
  margin-bottom: 31px;
}
@media (max-width: 500px) {
  .professionals__top .dropdown__header {
    margin-bottom: 10px;
  }
}
.professionals__top .dropdown__header+.dropdown__header {
  margin-left: 16px;
}
@media (max-width: 500px) {
  .professionals__top .dropdown__header+.dropdown__header {
    margin-left: 0;
  }
}
.professionals-filter {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -o-box-flex: 1;
  box-flex: 1;
  -webkit-flex: 0 0 70%;
  -ms-flex: 0 0 70%;
  flex: 0 0 70%;
  -webkit-box-pack: end;
  -moz-box-pack: end;
  -o-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
@media (max-width: 500px) {
  .professionals-filter {
    padding-top: 10px;
    padding-bottom: 30px;
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    -o-box-flex: 1;
    box-flex: 1;
    -webkit-flex: 1 0 auto;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
    margin-left: -8px;
  }
}
.professionals-filter__link {
  text-transform: uppercase;
  font-size: 11px;
  line-height: 13px;
  font-weight: 600;
  letter-spacing: 0.1em;
  color: #253746;
  padding: 8px 10px;
}
.professionals-filter__item {
  list-style: none;
}
.professionals-filter__item:first-child {
  border-right: 1px solid #979797;
  padding-right: 10px;
  margin-right: 10px;
}
.professionals-filter__item.active .professionals-filter__link,
.professionals-filter__item:hover .professionals-filter__link {
  color: #009cdc;
}
.professional__quantity {
  font-size: 11px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.11em;
}
.professional__quantity .icon {
  color: #fff;
  margin-right: 6px;
  width: 22px;
}
.professionals-main .person-block_2-col {
  margin-top: 57px;
  margin-bottom: 90px;
}
@media (max-width: 500px) {
  .professionals-main .person-block_2-col {
    margin-top: 40px;
  }
}
.professionals-main .person-block_2-col .person__list {
  border-bottom: none;
  margin-top: 57px;
}
.professionals-main .person-block_2-col .person__item {
  margin-bottom: 61px;
}
.professionals-main .person-block_2-col .ui-button {
  margin-top: 31px;
}
.professionals-main .person__info {
  margin-top: 15px;
}
@media (max-width: 500px) {
  .professionals-main .person__info {
    margin-top: 30px;
  }
}
.professionals-main .person-icon g {
  stroke: #009cdc;
}
.professionals-main .banner-search__input-wrap {
  -webkit-box-ordinal-group: 2;
  -moz-box-ordinal-group: 2;
  -o-box-ordinal-group: 2;
  -ms-flex-order: 2;
  -webkit-order: 2;
  order: 2;
}
.professionals-main .form-actions {
  -webkit-box-ordinal-group: 1;
  -moz-box-ordinal-group: 1;
  -o-box-ordinal-group: 1;
  -ms-flex-order: 1;
  -webkit-order: 1;
  order: 1;
}
.professionals-main .contact .max-width {
  border-top: 1px solid #eee;
  padding-top: 100px;
}
@media (max-width: 500px) {
  .professionals-main .contact {
    border: none;
  }
}
.professionals-page__user {
  height: 37vw;
  min-height: 500px;
  max-height: 700px;
  position: relative;
}
@media (max-width: 500px) {
  .professionals-page__user {
    height: auto;
    display: table;
    overflow: hidden;
    max-width: 100%;
    padding-bottom: 50px;
  }
  .professionals-page__user:after {
    position: absolute;
    content: '';
    width: 100vw;
    height: 1px;
    background: #eee;
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
  }
}
.professionals-page__user .user-preview-print {
  display: none;
}
.professionals-page__user .user-preview {
  z-index: -1;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: no-repeat center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
}
@media (max-width: 500px) {
  .professionals-page__user .user-preview.user-preview {
    position: static;
    display: block;
    background-position: 0;
    width: 100%;
    height: 335px;
    -webkit-transform: none;
    -moz-transform: none;
    -o-transform: none;
    -ms-transform: none;
    transform: none;
  }
}
.professionals-page__user .max-width {
  height: 100%;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-pack: end;
  -moz-box-pack: end;
  -o-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  position: relative;
}
@media (max-width: 500px) {
  .professionals-page__user .max-width {
    position: static;
    margin-top: 30px;
  }
}
.professionals-page__user-info {
  -webkit-align-self: center;
  align-self: center;
  -ms-flex-item-align: center;
  color: #fff;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -o-box-orient: vertical;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
@media (max-width: 500px) {
  .professionals-page__user-info {
    color: #253746;
  }
}
.professionals-page__user-info.professionals-page__user-info {
  min-width: 280px;
}
.professionals-page__user-info button {
  color: #fff;
}
.professionals-page__user-info .user-info__name {
  color: #fff;
  margin: 0 0 12px 0;
}
@media (max-width: 500px) {
  .professionals-page__user-info .user-info__name {
    color: #253746;
    text-align: center;
  }
}
.professionals-page__user-info .user-info__position {
  font-size: 11px;
  font-weight: 600;
  line-height: 13px;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin: 0 0 29px 0;
}
@media (max-width: 500px) {
  .professionals-page__user-info .user-info__position {
    text-align: center;
  }
}
.professionals-page__user-info .user-info__interview {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  margin: 0 0 26px 0;
}
@media (max-width: 500px) {
  .professionals-page__user-info .user-info__interview {
    -webkit-box-ordinal-group: 10;
    -moz-box-ordinal-group: 10;
    -o-box-ordinal-group: 10;
    -ms-flex-order: 10;
    -webkit-order: 10;
    order: 10;
    margin: 20px auto 0;
    color: #009cdc;
    border: 1px solid #009cdc;
    border-radius: 20px;
    padding: 7px 16px;
    width: 190px;
  }
}
.professionals-page__user-info .user-info__interview .icon {
  margin: 0 9px 0 0;
}
.professionals-page__user-info .user-info__interview .title {
  font-size: 11px;
  font-weight: 600;
  line-height: 13px;
  letter-spacing: 1px;
  text-transform: uppercase;
  text-decoration: underline;
}
@media (max-width: 500px) {
  .professionals-page__user-info .user-info__interview .title {
    text-decoration: none;
    white-space: nowrap;
  }
}
.professionals-page__user-info .user-info__interview .title:hover {
  text-decoration: none;
}
.professionals-page__user-info .user-info__contacts-item {
  font-size: 18px;
  line-height: 22px;
}
.professionals-page__user-info .user-info__contacts-item span {
  position: relative;
  margin-right: 16px;
}
.professionals-page__user-info .user-info__contacts-item span:after {
  content: '';
  position: absolute;
  width: 4px;
  height: 4px;
  top: 9px;
  right: -10px;
  border-radius: 50%;
  background: #fff;
}
@media (max-width: 500px) {
  .professionals-page__user-info .user-info__contacts-item span:after {
    background: #253746;
  }
}
.professionals-page__user-info .user-info__email {
  margin: 0 0 4px 0;
}
.professionals-page__user-info .user-info__numbers-list {
  margin: 0 0 16px 0;
}
.professionals-page__user-info .user-info__locations-list {
  margin: 0 0 39px 0;
}
.professionals-page__user-info .user-info__location-item {
  font-size: 11px;
  font-weight: 600;
  line-height: 13px;
  letter-spacing: 1px;
  text-transform: uppercase;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  margin: 11px 0 0 0;
}
.professionals-page__user-info .user-info__location-item .icon {
  margin: 0 12px 0 0;
}
@media (max-width: 500px) {
  .professionals-page__user-info .user-info__btn-contact {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: box;
    display: flex;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -o-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    max-width: auto !important;
    max-width: initial !important;
  }
  .professionals-page__user-info .user-info__btn-contact .ui-button {
    background: #009cdc;
    border-color: #009cdc;
    width: 190px;
  }
}
.tabs-header {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -o-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  border-bottom: 1px solid #eee;
  -webkit-box-align: baseline;
  -moz-box-align: baseline;
  -o-box-align: baseline;
  -ms-flex-align: baseline;
  -webkit-align-items: baseline;
  align-items: baseline;
  overflow: scroll;
}
.tabs-header .main-info__tabs {
  border-bottom: none;
}
.tabs-header .buttons__remember {
  width: 230px;
}
@media (max-width: 500px) {
  .tabs-header .buttons__remember {
    display: none;
    padding-top: 30px;
  }
}
.professionals-page__main-info {
  padding: 49px 0 0 0;
}
.professionals-page__main-info .main-info__tabs-content-holder {
  margin-top: 64px;
  margin-bottom: 93px;
}
@media (max-width: 500px) {
  .professionals-page__main-info .main-info__tabs-content-holder {
    margin-bottom: 0;
  }
}
.professionals-page__main-info .main-info__tabs-content-holder h3:first-child {
  margin-top: 0;
}
.professionals-page__main-info .main-info__tabs-content {
  max-width: 61%;
}
@media (max-width: 500px) {
  .professionals-page__main-info .main-info__tabs-content {
    max-width: 100%;
  }
}
.professionals-page__main-info .main-info__tabs-content h3,
.professionals-page__main-info .main-info__tabs-content p {
  font-size: 18px;
  line-height: 22px;
}
.professionals-page__main-info .main-info__tabs-content h2,
.professionals-page__main-info .main-info__tabs-content h3,
.professionals-page__main-info .main-info__tabs-content h4,
.professionals-page__main-info .main-info__tabs-content h5 {
  text-transform: uppercase;
  color: #009cdc;
  font-weight: 700;
  margin-bottom: 30px;
  margin-top: 40px;
  display: inline-block;
}
.professionals-page__main-info .main-info__tabs-content strong,
.professionals-page__main-info .main-info__tabs-content b {
  font-weight: 700;
}
.professionals-page__main-info .main-info__tabs-content ul,
.professionals-page__main-info .main-info__tabs-content ol {
  padding: 0 0 0 30px;
}
.professionals-page__main-info .main-info__tabs-content li {
  padding: 0 0 0 10px;
}
.professionals-page__main-info .related-info__title {
  -webkit-box-pack: start;
  -moz-box-pack: start;
  -o-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.professionals-page__main-info p {
  margin-bottom: 30px;
}
.related-info {
  width: 230px;
}
@media (max-width: 500px) {
  .related-info {
    width: 100%;
    padding-top: 50px;
    margin-top: 50px;
    position: relative;
  }
  .related-info:before {
    content: '';
    position: absolute;
    width: 100vw;
    height: 1px;
    background: #eee;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
  }
}
.related-info li {
  padding: 0;
  list-style: none;
  margin: 13px 0 0 0;
}
.related-info__title {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -o-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  padding: 0 0 11px 0;
  letter-spacing: 0.61px;
  border-bottom: 1px solid #eee;
  font-size: 11px;
  font-weight: 600;
  line-height: 13px;
  letter-spacing: 1px;
  text-transform: uppercase;
}
@media (max-width: 500px) {
  .related-info__title {
    border: none;
  }
  .related-info__title .link-view-all {
    display: none;
  }
}
.related-info__title .icon {
  margin: -3px 12px 0 0;
}
.related-info__content {
  margin: 25px 0 0 0;
  padding: 0;
}
.related-info__link {
  font-size: 18px;
  line-height: 22px;
  text-decoration: none;
  color: #253746;
}
.related-info__link:hover {
  text-decoration: underline;
}
.professional__modal .modal-header {
  margin-bottom: 20px;
}
.professional__modal .modal-content {
  width: 525px;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -o-box-orient: vertical;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 50px 70px;
}
.professional__modal .modal-body {
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -o-box-orient: vertical;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
.professional__modal .modal-body button {
  display: table;
  -webkit-align-self: center;
  align-self: center;
  -ms-flex-item-align: center;
  margin-top: 40px;
}
.professional__modal .modal-body p {
  display: inline-block;
  margin-bottom: 28px;
  font-size: 18px;
  line-height: 22px;
}
.professional__modal .block__title {
  position: relative;
  text-align: center;
  padding-bottom: 24px;
}
.professional__modal .block__title:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 70px;
  height: 3px;
  background: #009cdc;
}
.insights-main__banner {
  background: url("/images/insights-banner-bg.jpg") no-repeat center;
  min-height: 465px;
}
.insights-main__content {
  margin-top: 80px;
}
.insights-main__content .contact {
  margin-top: 0;
}
.insights-main__content .photo-block {
  margin-top: 73px;
}
.insights-main-events {
  margin-top: 70px;
  margin-bottom: 0;
  border-bottom: none;
}
@media (max-width: 500px) {
  .insights-main-events {
    margin-bottom: 30px;
    padding-bottom: 0;
  }
}
.insights-main .insights-main-events {
  margin-top: 80px;
  padding-bottom: 0;
  margin-bottom: 60px;
}
.insights-main .events__content {
  padding-bottom: 15px;
}
.insights-main #posts-list__tabs {
  border-bottom-color: #eee;
  margin-top: 55px;
}
.insights-main .news-holder {
  margin-top: 0px;
  margin-bottom: 17px;
}
.insights-main .case-studies__carousel,
.insights-main .insights__carousel {
  padding-bottom: 20px;
}
.insights-library {
  background: #253746;
  padding-top: 73px;
  padding-bottom: 15px;
}
@media (max-width: 500px) {
  .insights-library {
    margin-bottom: 60px;
    padding-bottom: 40px;
  }
}
.insights-library .link-view-all {
  color: #fff;
}
.insights-library__content {
  margin-top: 50px;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -o-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
@media (max-width: 500px) {
  .insights-library__content {
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    -o-box-orient: vertical;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.insights-library .case-studies__article_video {
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -o-box-flex: 1;
  box-flex: 1;
  -webkit-flex: 0 0 30%;
  -ms-flex: 0 0 30%;
  flex: 0 0 30%;
}
.insights-library .case-studies__article_video .case-studies__article-title {
  color: #fff;
  font-weight: 400;
}
@media (max-width: 500px) {
  .insights-library .case-studies__article_video {
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    -o-box-flex: 1;
    box-flex: 1;
    -webkit-flex: 1 0 auto;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
    margin-bottom: 40px;
  }
  .insights-library .case-studies__article_video img {
    max-width: 100% !important;
    height: auto !important;
  }
}
.pane-blog-insights-insights-blog-posts .insights__carousel {
  margin-bottom: 50px;
}
.insights-alerts__banner {
  background: url("/images/insights-alerts-bg.jpg") no-repeat center;
}
.insights-events__banner {
  background: url("/images/insights-events-bg.jpg") no-repeat center;
}
.insights-events__banner,
.insights-alerts__banner {
  min-height: 465px;
}
.insights-events__content,
.insights-alerts__content {
  margin-top: 59px;
}
@media (max-width: 500px) {
  .insights-events__content .contact,
  .insights-alerts__content .contact {
    border: none;
  }
}
.insights-events__top,
.insights-alerts__top {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
}
@media (max-width: 500px) {
  .insights-events__top,
  .insights-alerts__top {
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    -o-box-orient: vertical;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -moz-box-align: start;
    -o-box-align: start;
    -ms-flex-align: start;
    -webkit-align-items: flex-start;
    align-items: flex-start;
  }
}
.insights-events .dropdown__header,
.insights-alerts .dropdown__header {
  margin-right: 21px;
}
@media (max-width: 500px) {
  .insights-events .dropdown__header,
  .insights-alerts .dropdown__header {
    margin-right: 0;
    margin-bottom: 20px;
  }
}
.insights-events .events__article-heading,
.insights-alerts .events__article-heading,
.view-display-id-microsites_events .events__content .events__article-heading {
  font-size: 36px;
  line-height: 40px;
  font-weight: 700;
  margin-bottom: 39px;
}
@media (max-width: 500px) {
  .insights-events .events__article-heading.events__article-heading,
  .insights-alerts .events__article-heading.events__article-heading,
  .view-display-id-microsites_events .events__content .events__article-heading.events__article-heading {
    margin-bottom: 25px;
    font-size: 26px;
    line-height: 30px;
  }
}
.insights-events .events__article,
.insights-alerts .events__article,
.view-display-id-microsites_events .events__content .events__article {
  -webkit-flex-basis: 47%;
  flex-basis: 47%;
}
@media (max-width: 500px) {
  .insights-events .events__article,
  .insights-alerts .events__article,
  .view-display-id-microsites_events .events__content .events__article {
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    -o-box-flex: 1;
    box-flex: 1;
    -webkit-flex: 1 0 auto;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    -o-box-orient: vertical;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    position: relative;
  }
  .insights-events .events__article .events__article-author,
  .insights-alerts .events__article .events__article-author,
  .view-display-id-microsites_events .events__content .events__article .events__article-author {
    position: absolute;
    top: 0;
    left: 110px;
  }
}
.insights-events .events__content,
.view-display-id-microsites_events .events__content {
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -o-box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.insights-alerts .banner-search {
  border: none;
}
.insights-alerts .banner-search .banner-search__input-wrap {
  -webkit-box-ordinal-group: 3;
  -moz-box-ordinal-group: 3;
  -o-box-ordinal-group: 3;
  -ms-flex-order: 3;
  -webkit-order: 3;
  order: 3;
}
.insights-alerts .banner-search .form-actions {
  -webkit-box-ordinal-group: 1;
  -moz-box-ordinal-group: 1;
  -o-box-ordinal-group: 1;
  -ms-flex-order: 1;
  -webkit-order: 1;
  order: 1;
}
.insights-alerts .events__article-date {
  margin-top: 5px;
}
.insights-alerts .events__content {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -o-box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -o-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  border-bottom: 1px solid #eee;
  margin-top: 62px;
  padding-bottom: 60px;
}
@media (max-width: 500px) {
  .insights-alerts .events__content {
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    -o-box-orient: vertical;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    border-bottom: none;
    padding-bottom: 0;
    margin-top: 30px;
  }
}
.insights-alerts__top .max-width {
  margin-right: 0;
  margin-left: 0;
}
.insights-alerts__top .dropdown__header {
  -webkit-box-pack: start;
  -moz-box-pack: start;
  -o-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.events__article {
  margin-bottom: 66px;
}
@media (max-width: 500px) {
  .events__article {
    margin-bottom: 45px;
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    -o-box-flex: 1;
    box-flex: 1;
    -webkit-flex: 1 0 auto;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    -o-box-orient: vertical;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    position: relative;
  }
  .events__article .events__article-author {
    position: absolute;
    top: 0;
    left: 110px;
  }
}
.event-featured__banner {
  background: url("/images/event-featured-bg.jpg") no-repeat center;
  min-height: 465px;
}
.event-featured__main-info {
  margin-top: 60px;
}
.event-featured .banner-info {
  max-width: 750px;
}
.event-featured .banner-bg .max-width {
  padding-bottom: 60px;
}
.event-featured .main-info__tabs-content {
  margin-right: 70px;
}
.event-featured .related-info__title {
  margin-bottom: 40px;
}
.event-featured__date,
.event-regular__date {
  font-size: 11px;
  line-height: 13px;
  text-transform: uppercase;
  margin-bottom: 20px;
  letter-spacing: 0.1em;
  font-weight: 600;
  display: block;
}
.event-featured__heading,
.event-regular__heading {
  text-transform: none;
  color: #253746;
  font-weight: 700;
  margin-bottom: 10px;
}
.event-featured__place,
.event-regular__place {
  font-weight: 600;
  margin-bottom: 60px;
  display: block;
}
.link--primary {
  color: #009cdc;
}
.event-feature__description p,
.event-regular__description p {
  margin-bottom: 20px;
  display: inline-block;
}
.event-feature__description a,
.event-regular__description a {
  color: #009cdc;
}
.related-info .ui-button {
  margin-top: 20px;
  margin-bottom: 60px;
}
.related-info address {
  margin-top: 15px;
  font-style: normal;
}
.mail,
.phone,
.fax {
  position: relative;
  padding-left: 20px;
  margin-bottom: 5px;
}
.mail:before,
.phone:before,
.fax:before {
  font-size: 18px;
  line-height: 24px;
  color: #253746;
  position: absolute;
  left: 0;
}
.mail:before {
  content: "E";
}
.phone:before {
  content: "T";
}
.fax:before {
  content: "F";
}
.event-regular .link-back {
  color: #253746;
  position: static;
  padding-top: 60px;
  border-top: 1px solid #eee;
  margin-bottom: 60px;
}
.event-regular .related-info__title {
  margin-bottom: 20px;
}
.event-regular .event-regular__sidebar .buttons__remember {
  margin-bottom: 40px;
  margin-top: -2px;
}
.event-regular .related-info .ui-button {
  margin-bottom: 40px;
}
.event-speaker {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  margin-bottom: 60px;
}
.event-speaker .event-speaker__photo {
  border-radius: 50%;
  width: 60px;
  height: 60px;
  margin-right: 26px;
}
.event-regular__content {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  margin-bottom: 70px;
}
@media (max-width: 500px) {
  .event-regular__content {
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    -o-box-orient: vertical;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.event-regular__main-info {
  margin-right: 70px;
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -o-box-flex: 1;
  box-flex: 1;
  -webkit-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (max-width: 500px) {
  .event-regular__main-info {
    margin-right: 0;
  }
}
.event-regular__sidebar {
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -o-box-flex: 1;
  box-flex: 1;
  -webkit-flex: 0 0 330px;
  -ms-flex: 0 0 330px;
  flex: 0 0 330px;
}
.event-speaker__position {
  font-size: 12px;
  line-height: 15px;
  letter-spacing: 0.1em;
  font-weight: 600;
  text-transform: uppercase;
  color: #009cdc;
}
.event-speaker__name,
.other-events__link {
  font-size: 20px;
  line-height: 24px;
  font-weight: 600;
}
.other-events__date {
  font-size: 11px;
  line-height: 13px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: #bbb;
  margin-bottom: 5px;
  display: block;
}
li.other-events__item {
  margin-bottom: 50px;
}
li.other-events__item:first-child {
  margin-top: 30px;
}
.insights-biogentry .article_type1__info {
  width: 423px;
  background-color: transparent;
  margin-left: auto;
  padding: 0 40px 0 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-flex-basis: auto;
  flex-basis: auto;
}
@media (max-width: 500px) {
  .insights-biogentry .article_type1__info {
    padding: 0;
    margin: 0;
    width: 100%;
    margin-top: 30px;
    height: auto;
  }
}
.insights-biogentry .article_type1 {
  min-height: 465px;
}
@media (max-width: 500px) {
  .insights-biogentry .article_type1 {
    min-height: initial;
    display: block;
    padding: 0;
  }
  .insights-biogentry .article_type1 .article_type1__img-wrap {
    position: static;
  }
  .insights-biogentry .article_type1 .article_type1__img-wrap img {
    width: 100%;
    min-height: initial;
  }
}
.insights-biogentry .article_type1 .max-width {
  width: 1149px;
  position: relative;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-pack: end;
  -moz-box-pack: end;
  -o-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
@media (max-width: 500px) {
  .insights-biogentry .article_type1 .max-width {
    position: static;
  }
}
.insights-biogentry .article_type1 .link-back {
  top: 0;
}
@media (max-width: 500px) {
  .insights-biogentry .article_type1 .link-back {
    top: 56px;
  }
}
@media (max-width: 500px) {
  .insights-biogentry .article_type1__date,
  .insights-biogentry .article_type1__author,
  .insights-biogentry .article_type1__heading,
  .insights-biogentry .article_type1__text {
    color: #253746;
  }
}
.insights-biogentry__main {
  margin-top: 60px;
  margin-bottom: 60px;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
}
@media (max-width: 500px) {
  .insights-biogentry__main {
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    -o-box-orient: vertical;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-top: 40px;
  }
}
.insights-biogentry__main .link-view-all {
  margin-top: 40px;
}
.insights-biogentry__text {
  margin-right: 70px;
}
@media (max-width: 500px) {
  .insights-biogentry__text {
    margin-right: 0;
    margin-bottom: 50px;
  }
}
.insights-biogentry__text p {
  margin-bottom: 20px;
  display: inline-block;
}
.insights-biogentry__sidebar {
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -o-box-flex: 1;
  box-flex: 1;
  -webkit-flex: 0 0 330px;
  -ms-flex: 0 0 330px;
  flex: 0 0 330px;
}
.insights-biogentry__sidebar .shares {
  margin-bottom: 30px;
}
.insights-biogentry__sidebar a {
  padding-bottom: 10px;
}
.insights-biogentry__sidebar a .icon-person {
  width: 24px;
  height: 24px;
  margin-right: 7px;
}
.insights-biogentry__sidebar a .icon-person svg {
  width: 24px;
  height: 24px;
}
.insights-biogentry__person {
  margin-top: 50px;
}
.insights-biogentry__person-heading {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  margin-bottom: 30px;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.insights-biogentry__name {
  font-size: 20px;
  line-height: 24px;
  font-weight: 600;
  margin-left: 20px;
}
.insights-biogentry__meta-heading,
.insights-biogentry__meta-info {
  text-transform: uppercase;
  font-size: 11px;
  line-height: 15px;
  letter-spacing: 0.1em;
  font-weight: 600;
  margin-bottom: 4px;
}
.insights-biogentry__meta-heading {
  color: #bbb;
  margin-top: 30px;
}
.insights-blog__banner {
  background: url("/images/insights-blog-bg.jpg") no-repeat center;
  min-height: 465px;
}
.insights-blog__content {
  margin-top: 49px;
}
.insights-blog__content .main-info__tabs-content-holder {
  margin-bottom: 30px;
  margin-top: 7px;
}
.insights-blog__content .btn--loader {
  margin-top: 50px;
}
.insights-blog__content .main-info__tabs-item {
  white-space: nowrap;
}
.insights-blog__content .contact {
  padding-top: 20px;
}
@media (max-width: 500px) {
  .insights-blog__content .contact {
    border: none;
  }
}
.insights-blog__content .contact .max-width {
  border-top: 1px solid #eee;
  padding-top: 60px;
}
.insights-publications__banner {
  background: url("/images/about-community-bg.jpg") no-repeat center;
  min-height: 465px;
}
.insights-publications__banner .banner__info,
.insights-publications__banner .banner__text {
  max-width: 810px;
}
.insights-publications__content {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -o-box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -o-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  margin-top: 60px;
}
@media (max-width: 500px) {
  .insights-publications__content {
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    -o-box-orient: vertical;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .insights-publications__content .contact {
    border: none;
  }
}
.publication {
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -o-box-flex: 1;
  box-flex: 1;
  -webkit-flex: 0 0 45%;
  -ms-flex: 0 0 45%;
  flex: 0 0 45%;
  margin-bottom: 60px;
  padding-right: 20px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
@media (max-width: 500px) {
  .publication {
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    -o-box-flex: 1;
    box-flex: 1;
    -webkit-flex: 1 0 auto;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
  }
}
.publication__author {
  font-size: 11px;
  line-height: 13px;
  font-weight: 600;
  min-height: 13px;
  letter-spacing: 0.1em;
  margin-bottom: 20px;
}
.publication__heading {
  font-weight: 700;
  color: #253746;
  margin-bottom: 20px;
}
.publication__source {
  font-size: 12px;
  line-height: 14px;
  color: #aaa;
}
.insights-studies__banner {
  background: url("/images/insights-studies-bg.jpg") no-repeat center;
  min-height: 465px;
}
@media (max-width: 500px) {
  .insights-studies .dropdown__header {
    -webkit-box-pack: start;
    -moz-box-pack: start;
    -o-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
  }
}
@media (max-width: 500px) {
  .insights-studies .case-studies__article_video img {
    max-width: 100%;
    height: auto !important;
  }
}
.insights-studies__content {
  margin-top: 60px;
}
.insights-studies__content .contact {
  margin-top: 25px;
}
@media (max-width: 500px) {
  .insights-studies__content .contact {
    border: none;
  }
}
.insights-studies__content .contact .max-width {
  border-top: 1px solid #eee;
  padding-top: 71px;
}
.insights-studies__list {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -o-box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -o-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  margin-top: 55px;
}
.insights-studies__list li {
  list-style: none;
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -o-box-flex: 1;
  box-flex: 1;
  -webkit-flex: 0 0 30%;
  -ms-flex: 0 0 30%;
  flex: 0 0 30%;
  margin-bottom: 23px;
}
@media (max-width: 500px) {
  .insights-studies__list li {
    -webkit-flex-basis: 100%;
    flex-basis: 100%;
  }
}
.insights-studies__list .case-studies__article-title {
  color: #253746;
  font-weight: 400;
  margin-top: 20px;
}
.insights-study__content {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -o-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  margin-bottom: 60px;
}
@media (max-width: 500px) {
  .insights-study__content {
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    -o-box-orient: vertical;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.insights-study__sidebar {
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -o-box-flex: 1;
  box-flex: 1;
  -webkit-flex: 0 0 330px;
  -ms-flex: 0 0 330px;
  flex: 0 0 330px;
}
@media (max-width: 500px) {
  .insights-study__sidebar {
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    -o-box-flex: 1;
    box-flex: 1;
    -webkit-flex: 1 0 auto;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
  }
}
.insights-study__sidebar article {
  margin-bottom: 40px;
}
.insights-study__content > article {
  margin-right: 70px;
  width : 100%;
}
@media (max-width: 500px) {
  .insights-study__content > article {
    margin-right: 0;
    margin-bottom: 50px;
  }
}
.insights-study .case-studies__article-info {
  font-size: 11px;
  line-height: 13px;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #bbb;
}
.insights-study .case-studies__article-title {
  font-weight: 400;
  margin-top: 20px;
  margin-bottom: 30px;
}
.insights-study .case-studies__article_type1 .case-studies__article-title {
  font-size: 48px;
  line-height: 1;
  font-weight: 700;
  margin-top: 20px;
  margin-bottom: 40px;
}
.insights-study .case-studies__article-text {
  margin-top: 40px;
}
.insights-study .case-studies__article-text p {
  display: inline-block;
  margin-bottom: 20px;
}
.insights-study .view-publications-landing-page {
  border: none;
  margin-bottom: 0;
  padding-bottom: 0;
}
@media (max-width: 500px) {
  .insights-study .contact {
    border: none;
  }
}
@media (max-width: 500px) {
  .insights-study .media-vimeo-player,
  .insights-study .media-youtube-player {
    width: 100% !important;
    height: auto !important;
  }
}
@media (max-width: 500px) {
  .insights-study .case-studies__article_video img {
    max-width: 100% !important;
    height: auto !important;
  }
}
.insights-study .field-type-taxonomy-term-reference {
  display: none;
}
.sidebar__heading {
  font-size: 11px;
  line-height: 13px;
  font-weight: 600;
  margin-bottom: 24px;
  margin-left: 8px;
  display: inline-block;
}
.insights-summaries .banner-title,
.insights-summaries .banner-text {
  color: #253746;
}
.insights-summaries .banner-title {
  margin-top: 37px;
  margin-bottom: 20px;
}
.insights-summaries .banner-text {
  margin-bottom: 0;
}
.insights-summaries .banner-search {
  margin-top: 22px;
}
.insights-summaries li {
  list-style: none;
}
.insights-summaries .link--black {
  margin-bottom: 10px;
}
.insights-summaries__top {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -o-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  border-bottom: 1px solid #eee;
  padding-bottom: 58px;
  margin-bottom: 51px;
}
@media (max-width: 500px) {
  .insights-summaries__top {
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    -o-box-orient: vertical;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.insights-summaries__notes {
  margin-top: 96px;
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -o-box-flex: 1;
  box-flex: 1;
  -webkit-flex: 0 0 320px;
  -ms-flex: 0 0 320px;
  flex: 0 0 320px;
  font-style: italic;
  font-size: 14px;
  line-height: 19px;
}
@media (max-width: 500px) {
  .insights-summaries__notes {
    -webkit-flex-basis: 100%;
    flex-basis: 100%;
    margin-top: 40px;
  }
}
.insights-summaries__notes p {
  color: #bbb;
}
.insights-summaries__note {
  text-transform: uppercase;
  margin-bottom: 10px;
  font-size: 11px;
  line-height: 13px;
  letter-spacing: 0.1em;
  font-weight: 600;
  font-style: normal;
}
.insights-summaries__top-left {
  max-width: 640px;
}
.letter__items {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -o-box-flex: 1;
  box-flex: 1;
  -webkit-flex: 0 0 25%;
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  margin-bottom: 43px;
}
@media (max-width: 500px) {
  .letter__items {
    -webkit-flex-basis: 100%;
    flex-basis: 100%;
  }
}
.letter__list {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -o-box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.insights-summaries__letter {
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -o-box-flex: 1;
  box-flex: 1;
  -webkit-flex: 0 0 52px;
  -ms-flex: 0 0 52px;
  flex: 0 0 52px;
  font-size: 28px;
  line-height: 40px;
  font-weight: 700;
  margin: 7px 0;
}
.letter-country__link {
  padding: 9px 0;
  display: inline-block;
  font-size: 18px;
  line-height: 24px;
}
.letter-country__link:hover {
  color: #009cdc;
}
.summary-country {
  margin-top: 50px;
}
.summary-country .link--black {
  margin-bottom: 45px;
  position: static;
  color: #253746;
}
.summary-country__tab {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -o-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  margin-bottom: 49px;
}
.summary-country__tab .view-map {
  margin-top: 24px;
  margin-bottom: 16px;
  font-size: 11px;
  line-height: 13px;
  text-transform: uppercase;
  display: inline-block;
  font-weight: 700;
  letter-spacing: 0.1em;
}
.summary-country__tab .view-map .icon svg {
  color: #009cdc;
  width: 18px;
  height: 18px;
  margin-right: 10px;
}
.summary-country__tab .summary-office__contacts {
  padding-right: 10px;
  padding-left: 10px;
}
.summary-country__tab .mail,
.summary-country__tab .phone,
.summary-country__tab .fax {
  color: #bbb;
  margin-bottom: 5px;
  word-break: break-all;
}
.summary-country__tab .mail:before,
.summary-country__tab .phone:before,
.summary-country__tab .fax:before {
  color: #bbb;
}
.summary-country__tab address {
  margin-bottom: 24px;
  margin-top: 20px;
  font-style: normal;
}
@media (max-width: 500px) {
  .summary-country__tab {
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    -o-box-orient: vertical;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.summary-country__content {
  margin-right: 80px;
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -o-box-flex: 1;
  box-flex: 1;
  -webkit-flex: 1 1 calc(100% - 330px);
  -ms-flex: 1 1 calc(100% - 330px);
  flex: 1 1 calc(100% - 330px);
  max-width: calc(710 / 1130 * 100%);
}
.summary-country__content p {
  margin-bottom: 20px;
}
@media (max-width: 500px) {
  .summary-country__content {
    margin-right: 0;
    min-width: 100%;
    -webkit-flex-basis: 100%;
    flex-basis: 100%;
  }
}
.summary-country__content .contact {
  margin-top: 15px;
}
.summary-country__sidebar {
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -o-box-flex: 1;
  box-flex: 1;
  -webkit-flex: 0 0 330px;
  -ms-flex: 0 0 330px;
  flex: 0 0 330px;
}
.summary-country__top {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  margin-bottom: 60px;
  margin-top: 50px;
}
@media (max-width: 500px) {
  .summary-country__top h1 {
    font-size: 46px;
    line-height: 1;
  }
}
.summary-country__top .flag {
  -webkit-transform: scale(1.5);
  -moz-transform: scale(1.5);
  -o-transform: scale(1.5);
  -ms-transform: scale(1.5);
  transform: scale(1.5);
  margin-left: 25px;
/*padding-bottom: 3px*/
  margin-top: 10px;
}

.flag.flag- {
  display: none;
}

@media (max-width: 500px) {
  .summary-country__top .flag {
    -webkit-transform: none;
    -moz-transform: none;
    -o-transform: none;
    -ms-transform: none;
    transform: none;
  }
}
.summary-country__numbers {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  margin-bottom: 40px;
}
@media (max-width: 500px) {
  .summary-country__numbers {
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    -o-box-orient: vertical;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.summary-country__numbers p {
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -o-box-flex: 1;
  box-flex: 1;
  -webkit-flex: 1 1 calc(100% - 135px);
  -ms-flex: 1 1 calc(100% - 135px);
  flex: 1 1 calc(100% - 135px);
}
.summary-country__numbers p a {
  color: #009cdc;
  text-decoration: underline;
}
.summary-country__index {
  font-size: 11px;
  line-height: 13px;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  text-align: center;
  margin-right: 50px;
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -o-box-flex: 1;
  box-flex: 1;
  -webkit-flex: 1 1 85px;
  -ms-flex: 1 1 85px;
  flex: 1 1 85px;
  display: inline-table;
}
@media (max-width: 500px) {
  .summary-country__index {
    margin-right: 0;
    margin-bottom: 40px;
  }
}
.summary-country__index .number {
  font-size: 72px;
  line-height: 1;
  font-weight: 700;
}
#tabs-news .summary-country__content {
  margin-top: -4px;
}
#tabs-news .events__content {
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -o-box-orient: vertical;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-top: 0;
}
#tabs-news .events__article {
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -o-box-flex: 1;
  box-flex: 1;
  -webkit-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
#tabs-summary .block__title {
  margin-top: 50px;
}
#tabs-summary .insights-studies__list {
  margin-top: 30px;
}
@media (max-width: 500px) {
  #tabs-summary .insights-studies__list {
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    -o-box-orient: vertical;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
#tabs-summary .insights-studies__list li {
  -webkit-flex-basis: 45%;
  flex-basis: 45%;
}
@media (max-width: 500px) {
  #tabs-summary .insights-studies__list li {
    -webkit-flex-basis: 100%;
    flex-basis: 100%;
  }
}
.summary-office {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -o-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  margin-top: 24px;
}
@media (max-width: 500px) {
  .summary-office {
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    -o-box-orient: vertical;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-bottom: 50px;
  }
}
.summary-office>* {
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -o-box-flex: 1;
  box-flex: 1;
  -webkit-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  margin-bottom: 40px;
  width: 40%;
}
@media (max-width: 500px) {
  .summary-office>* {
    width: 100%;
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    -o-box-flex: 1;
    box-flex: 1;
    -webkit-flex: 1 0 auto;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
  }
}
.summary-office .summary-office__contacts {
  width: auto;
  min-width: 40%;
  overflow: hidden;
}
.summary-office .view-map {
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -o-box-flex: 1;
  box-flex: 1;
  -webkit-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  margin-top: 0;
  min-width: 150px;
  white-space: nowrap;
  margin-left: 20px;
}
@media (max-width: 500px) {
  .summary-office .view-map {
    width: 100%;
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    -o-box-flex: 1;
    box-flex: 1;
    -webkit-flex: 1 0 auto;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
    margin-left: 0;
  }
}
.summary-office .summary-office__name {
  margin-top: 0;
}
.summary-office__name {
  font-size: 20px;
  line-height: 24px;
  font-weight: 600;
  margin-top: 30px;
  margin-bottom: 30px;
}
.summary-country .main-info__tabs-content-holder {
  margin-bottom: 60px;
}
@media (max-width: 500px) {
  .summary-country__sidebar {
    margin-top: 0;
  }
}
.reach-country .banner-info,
.reach .banner-info {
  margin: 0;
  display: block;
  max-width: initial;
  margin-bottom: 7px;
  padding-bottom: 20px;
  text-align: left;
}
.reach-country .banner-title,
.reach .banner-title,
.reach-country .banner-text,
.reach .banner-text {
  color: #253746;
  text-align: left;
  max-width: 490px;
}
.reach-country .banner-title,
.reach .banner-title {
  font-weight: 700;
  margin-top: 43px;
}
.reach .reach-form {
  margin-top: 0;
  margin-bottom: 47px;
}
.reach .main-info__tabs-content-holder {
  margin-bottom: 0;
  margin-top: 56px;
}
.checkbox--primary {
  width: 20px;
  position: relative;
  margin-right: 16px;
}
.checkbox--primary label {
  cursor: pointer;
  position: absolute;
  width: 20px;
  height: 20px;
  top: 0;
  left: 0;
  background: #fff;
  border: 1px solid #009cdc;
}
.checkbox--primary label:after {
  content: '';
  position: absolute;
  width: 12px;
  height: 5px;
  background: transparent;
  top: 6px;
  left: 5px;
  border: 1px solid #fff;
  border-top: none;
  border-right: none;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.checkbox--primary input[type=checkbox]:checked + label:after {
  border-color: #009cdc;
}
.reach-checkbox {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.reach-checkbox span {
  font-size: 11px;
  line-height: 13px;
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: 0.1em;
}
.reach__option {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -o-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
@media (max-width: 500px) {
  .reach__option {
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    -o-box-orient: vertical;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.reach__legend {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
@media (max-width: 500px) {
  .reach__legend {
    margin-top: 40px;
  }
}
.reach__legend span {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 50px;
}
.reach__legend span img {
  margin-right: 16px;
}
.reach__legend span p {
  font-size: 11px;
  line-height: 13px;
  letter-spacing: 0.1em;
  font-weight: 600;
  text-transform: uppercase;
  color: #bbb;
}
#reach-map--worldwide,
#reach-map--region {
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -o-box-flex: 1;
  box-flex: 1;
  -webkit-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  width: 100vw;
  height: 600px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  margin-top: 30px;
}
@media (max-width: 500px) {
  #reach-map--worldwide,
  #reach-map--region {
    height: 480px;
  }
}
.reach-info .countries-select-form-popup .modal-content {
  max-width: 1174px;
}
@media (max-width: 500px) {
  .reach-info .countries-select-form-popup .modal-content {
    padding: 0;
    padding-bottom: 30px;
  }
}
.reach-info .countries-select-form-popup .modal-scroll {
  padding: 10px;
}
@media (max-width: 500px) {
  .reach-info .countries-select-form-popup .modal-scroll {
    padding: 0;
  }
}
.reach-info .countries-select-form-popup .block__title {
  border: none;
  text-align: left;
  padding-bottom: 0;
  margin-bottom: 20px;
}
.reach-info .countries-select-form-popup .block__title:after {
  display: none;
}
.reach-info .countries-select-form-popup h3 {
  font-size: 28px;
  color: #222;
  font-weight: 600;
}
@media (max-width: 500px) {
  .reach-info .countries-select-form-popup h3 {
    font-size: 24px;
  }
}
.reach-info .countries-select-form-popup .contact__sidebar {
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -o-box-flex: 1;
  box-flex: 1;
  -webkit-flex: 0 0 290px;
  -ms-flex: 0 0 290px;
  flex: 0 0 290px;
}
@media (max-width: 500px) {
  .reach-info .countries-select-form-popup .contact__sidebar {
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    -o-box-flex: 1;
    box-flex: 1;
    -webkit-flex: 1 0 auto;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
  }
}
.reach-info .countries-select-form-popup .contact__sidebar .related-info__title {
  font-size: 16px;
  line-height: 1;
  color: #009cdc;
  margin-bottom: 20px;
}
.reach-info .countries-select-form-popup .contact__sidebar address,
.reach-info .countries-select-form-popup .contact__sidebar .view-content {
  margin-bottom: 20px;
}
.reach-info .countries-select-form-popup .contact__sidebar .view-content div {
  margin-bottom: 50px;
}
.reach-info .countries-select-form-popup .reach-country__block {
  margin-bottom: 80px;
}
@media (max-width: 500px) {
  .reach-info .countries-select-form-popup .reach-country__block {
    margin-bottom: 50px;
  }
}
.reach-info .countries-select-form-popup .reach-country__content-wrap {
  margin-bottom: 0;
}
.reach-info .countries-select-form-popup .other-events {
  list-style: none;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -o-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
@media (max-width: 500px) {
  .reach-info .countries-select-form-popup .other-events {
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    -o-box-orient: vertical;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.reach-info .countries-select-form-popup .other-events--item {
  -webkit-flex-basis: calc((100% - 30px) / 2);
  flex-basis: calc((100% - 30px) / 2);
}
@media (max-width: 500px) {
  .reach-info .countries-select-form-popup .other-events--item {
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    -o-box-flex: 1;
    box-flex: 1;
    -webkit-flex: 1 0 auto;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
  }
}
@media (max-width: 500px) {
  .reach-info .countries-select-form-popup .post-vacancy {
    margin-top: 0px;
    margin-bottom: 30px;
  }
}
.reach-info .summary-country__top {
  -webkit-box-align: baseline;
  -moz-box-align: baseline;
  -o-box-align: baseline;
  -ms-flex-align: baseline;
  -webkit-align-items: baseline;
  align-items: baseline;
}
.reach-country .banner-info {
  padding-bottom: 60px;
  margin-bottom: 50px;
  border-bottom: 1px solid #eee;
}
.reach-country .contact__company-name {
  padding: 0;
}
.reach-country .careers-opportunities__posts {
  border-bottom: none;
  padding-bottom: 0;
}
.reach-country .post-vacancy,
.reach-country .insights-studies__list li {
  -webkit-flex-basis: 45%;
  flex-basis: 45%;
}
.reach-country .post-vacancy {
  margin-bottom: 0px;
}
@media (max-width: 500px) {
  .reach-country .insights-studies__list li {
    -webkit-flex-basis: 100%;
    flex-basis: 100%;
  }
}
.reach-country .post-vacancy__heading {
  color: #253746;
  font-weight: 700;
}
.reach-country .summary-country__top {
  margin-bottom: 42px;
}
.reach-country .summary-country__numbers {
  margin-top: 24px;
}
.reach-form {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  margin-top: 48px;
}
@media (max-width: 500px) {
  .reach-form {
    display: block;
  }
}
.reach-form input {
  width: 330px;
  border: 1px solid #adadad;
  border-radius: 20px;
  margin-right: 42px;
  padding: 11px 25px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  text-transform: none;
  font-size: 14px;
  line-height: 17px;
  font-weight: 400px;
  font-style: italic;
  color: #adadad;
}
@media (max-width: 500px) {
  .reach-form input {
    width: 280px;
    margin-bottom: 30px;
    margin-right: 0;
  }
}
.reach-country__content-wrap {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -o-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  margin-bottom: 70px;
}
@media (max-width: 500px) {
  .reach-country__content-wrap {
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    -o-box-orient: vertical;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.reach-country__content {
  margin-right: 70px;
}
@media (max-width: 500px) {
  .reach-country__content {
    margin-right: 0;
  }
}
.reach-country__content .summary-country__numbers {
  margin-top: 50px;
  margin-bottom: 60px;
}
.reach-country__content .summary-country__numbers .ui-button {
  margin-top: 40px;
}
.risks {
  margin-top: 80px;
}
.risks__list {
  margin-top: 40px;
}
.risks__item {
  list-style: none;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  margin-bottom: 47px;
  max-width: 530px;
}
.risks__item .icon {
  margin-right: 30px;
}
.risks__item .icon svg {
  color: #009cdc;
  width: 28px;
  height: 32px;
}
.footer {
  background: #253746;
  padding-bottom: 59px;
}
@media (max-width: 500px) {
  .footer .max-width {
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    -o-box-orient: vertical;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: box;
    display: flex;
    position: relative;
    padding-bottom: 15px;
  }
}
@media (max-width: 500px) {
  .footer .social {
    margin-top: 106px;
  }
}
.footer__menu {
  border-bottom: 1px solid rgba(255,255,255,0.2);
}
@media (max-width: 500px) {
  .footer__menu {
    -webkit-box-ordinal-group: 2;
    -moz-box-ordinal-group: 2;
    -o-box-ordinal-group: 2;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
  }
}
.footer__menu .site-menu {
  min-height: initial;
  padding-top: 50px;
  padding-bottom: 50px;
}
@media (max-width: 500px) {
  .footer__menu .site-menu {
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -o-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    min-height: initial;
  }
}
.footer__menu .site-menu__contact .ui-button {
  color: #fff;
}
@media (max-width: 500px) {
  .footer__menu .site-menu__contact .ui-button {
    margin-top: -160px;
    min-width: 140px;
  }
}
@media (max-width: 500px) {
  .footer__menu .site-menu__contact {
    min-width: 140px;
  }
}
@media (max-width: 500px) {
  .footer__menu {
    border-bottom: none;
  }
  .footer__menu .site-menu__logo,
  .footer__menu .site-menu__items {
    display: none;
  }
}
.footer__menu .site-menu__list_inner {
  display: none;
}
.footer__documents {
  padding: 24px 0 38px 0;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -o-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
@media (max-width: 500px) {
  .footer__documents {
    -webkit-box-ordinal-group: 1;
    -moz-box-ordinal-group: 1;
    -o-box-ordinal-group: 1;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    -o-box-orient: vertical;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -moz-box-align: center;
    -o-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    padding: 42px 0 0;
  }
}
.footer__documents-list {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
}
@media (max-width: 500px) {
  .footer__documents-list {
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    -o-box-orient: vertical;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -moz-box-align: center;
    -o-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
  }
}
.footer__document-item {
  font-size: 11px;
  font-weight: 600;
  text-transform: uppercase;
  line-height: 13px;
  letter-spacing: 1px;
  margin: 0 0 0 47px;
  color: #fff;
  -webkit-transition: color, 0.4s;
  -moz-transition: color, 0.4s;
  -o-transition: color, 0.4s;
  -ms-transition: color, 0.4s;
  transition: color, 0.4s;
}
@media (max-width: 500px) {
  .footer__document-item {
    margin-left: 0;
    display: table;
    text-decoration: none;
    padding: 13px 0;
  }
}
.footer__document-item:first-child {
  margin: 0;
}
.footer__document-item:hover {
  color: #009cdc;
}
.footer__copyright {
  font-size: 11px;
  font-weight: 600;
  color: rgba(255,255,255,0.3);
  text-transform: uppercase;
  line-height: 13px;
  letter-spacing: 1px;
  margin-left: auto;
  display: table;
}
@media (max-width: 500px) {
  .footer__copyright {
    position: absolute;
    bottom: 0px;
    right: 0;
    left: 0;
    text-align: center;
    display: block;
  }
}
.banner-search {
  background: #fff;
  border-radius: 20px;
  border: 1px solid #bbb;
  width: 331px;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  padding: 9px 20px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin-top: 10px;
}
@media (max-width: 500px) {
  .banner-search {
    width: 285px;
  }
}
.banner-search .icon svg {
  width: 15px;
  height: 16px;
  padding-top: 2px;
  stroke: #009cdc;
}
.banner-search__button {
  margin-right: 18px;
}
.banner-search__input-wrap {
  overflow: hidden;
  width: 100%;
}
.banner-search__input {
  color: #253746;
  font-size: 14px;
  font-style: italic;
  line-height: 17px;
  overflow: hidden;
  width: 100%;
  background-color: transparent;
  border: none;
}
.banner-info .views-exposed-form .views-exposed-widget {
  padding: 0;
}
.content-socials {
  -webkit-box-pack: end;
  -moz-box-pack: end;
  -o-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  margin-bottom: 40px;
}
.content-socials,
.content-socials__list {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.content-socials__heading {
  margin-right: 10px;
}
.content-socials__item,
.content-socials__link {
  display: inline-block;
}
.content-socials__item:last-child .icon {
  margin-right: 0;
}
.content-socials__link .icon {
  width: 36px;
  height: 36px;
  border-radius: 3px;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -o-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  margin-right: 10px;
}
.content-socials__link .icon.icon-twitter {
  color: #55acef;
}
.content-socials__link .icon.icon-twitter svg {
  width: 90%;
  height: 90%;
}
.content-socials__link .icon.icon-facebook {
  background-color: #4463a6;
}
.content-socials__link .icon.icon-in {
  background-color: #1074b2;
}
.content-socials__link .icon.icon-in,
.content-socials__link .icon.icon-facebook {
  color: #fff;
}
.content-socials__link .icon.icon-in svg,
.content-socials__link .icon.icon-facebook svg {
  width: 70%;
  height: 70%;
}
.content-socials__link .icon.icon-instagram {
  background: -webkit-linear-gradient(#400080, transparent), -webkit-linear-gradient(340deg, #d047d1, #f00, #ff0);
  background: -moz-linear-gradient(#400080, transparent), -moz-linear-gradient(340deg, #d047d1, #f00, #ff0);
  background: -o-linear-gradient(#400080, transparent), -o-linear-gradient(340deg, #d047d1, #f00, #ff0);
  background: -ms-linear-gradient(#400080, transparent), -ms-linear-gradient(340deg, #d047d1, #f00, #ff0);
  background: linear-gradient(#400080, transparent), linear-gradient(110deg, #d047d1, #f00, #ff0);
}
.content-socials__link .icon.icon-instagram svg {
  color: #fff;
}
.heading-with-socials {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -o-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: baseline;
  -moz-box-align: baseline;
  -o-box-align: baseline;
  -ms-flex-align: baseline;
  -webkit-align-items: baseline;
  align-items: baseline;
}
@media (max-width: 500px) {
  .heading-with-socials {
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    -o-box-orient: vertical;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    -o-box-flex: 1;
    box-flex: 1;
    -webkit-flex: 1 0 auto;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
  }
  .heading-with-socials > * {
    fkex: 1 0 auto;
  }
}
.social.social {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
/*+phone()
  margin-top: 30px*/
}
.social__item {
  list-style: none;
  margin: 0 9px;
}
@media (max-width: 500px) {
  .social__item {
    margin: 0 22px;
  }
}
.social__link {
  width: 32px;
  height: 32px;
  background: #009cdc;
  border-radius: 50%;
  -webkit-transition: background, 0.4s;
  -moz-transition: background, 0.4s;
  -o-transition: background, 0.4s;
  -ms-transition: background, 0.4s;
  transition: background, 0.4s;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -o-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.social__link:hover {
  background: #009cdc;
}
.social__link .icon svg path {
  fill: #fff;
}
.shares {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
}
.shares__item {
  list-style: none;
  height: 66px;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -o-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.shares__quantity {
  min-width: 116px;
  background: #253746;
  color: #fff;
  -webkit-transition: background 0.4s;
  -moz-transition: background 0.4s;
  -o-transition: background 0.4s;
  -ms-transition: background 0.4s;
  transition: background 0.4s;
}
.shares__quantity:hover {
  background: #009cdc;
}
.shares__text {
  font-size: 11px;
  line-height: 13px;
  text-transform: uppercase;
  font-weight: 600;
}
.shares__social {
  border: 1px solid #eee;
  width: 65px;
}
.shares__social + .shares__social {
  border-left: none;
}
.shares__social:hover .icon svg path {
  fill: #009cdc;
}
.shares__social .icon svg path {
  fill: rgba(0,0,0,0.3);
  -webkit-transition: fill, 0.4s;
  -moz-transition: fill, 0.4s;
  -o-transition: fill, 0.4s;
  -ms-transition: fill, 0.4s;
  transition: fill, 0.4s;
}
.shares #shares {
  font-size: 20px;
  line-height: 40px;
  font-weight: 700;
  margin-right: 7px;
  display: inline-block;
}
.banner-bg {
  position: relative;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  min-height: 465px;
}
@media (max-width: 500px) {
  .banner-bg {
    min-height: 433px;
  }
}
.banner-bg:before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: #000;
  opacity: 0.5;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  filter: alpha(opacity=50);
  z-index: 0;
}
.banner-bg .max-width {
  position: relative;
  padding-top: 85px;
  padding-bottom: 40px;
}
.banner-bg .ui-button {
  padding: 13px 22px;
}
.banner-info {
  max-width: 710px;
  margin: 0 auto;
  text-align: center;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -o-box-orient: vertical;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
@media (max-width: 500px) {
  .banner-info {
    margin-top: 40px;
  }
}
.banner-title {
  font-weight: 700;
  color: #fff;
  margin-top: 31px;
  margin-bottom: 16px;
  display: inline-table;
}
@media (max-width: 500px) {
  .banner-title {
    font-weight: 700;
    margin-top: 17px;
  }
}
.banner-text {
  color: #fff;
  max-width: 605px;
  font-size: 18px;
  margin-bottom: 30px;
}
@media (max-width: 500px) {
  .banner-text {
    font-size: 16px;
    line-height: 1.25;
    max-height: auto;
  }
}
.popular-results__list {
  margin-top: 30px;
}
.popular-results__item,
.search-results__item {
  list-style: none;
}
.popular-results__link {
  font-size: 18px;
  line-height: 22px;
  padding: 13px 0;
  display: inline-block;
}
.search-results__quantity .quantity,
.search-results__link,
.popular-results__link {
  font-weight: 700;
}
.search-results__title {
  margin-bottom: 0;
}
.search-results__item {
  margin-bottom: 30px;
  border-bottom: 3px solid transparent;
  max-width: 745px;
}
.search-results__item:hover {
  border-color: #009cdc;
}
.search-results__list {
  margin-top: 50px;
}
.search-results__text,
.search-results__link,
.search-results__title {
/*overflow: hidden
  text-overflow ellipsis*/
  font-size: 18px;
  line-height: 22px;
/*height: @line-height * 2*/
  display: -webkit-box;
/*-webkit-line-clamp: 2
  -webkit-box-orient: vertical*/
}
.main-info__tabs {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  border-bottom: 1px solid rgba(0,0,0,0.07);
  overflow-x: scroll;
  overflow-y: hidden;
  -ms-overflow-style: none;
}
.main-info__tabs li {
  list-style: none;
  margin: 0 0 0 70px;
}
.main-info__tabs li.ui-state-active .main-info__tabs-item,
.main-info__tabs li.active .main-info__tabs-item {
  color: #253746;
}
.main-info__tabs li.ui-state-active .main-info__tabs-item:after,
.main-info__tabs li.active .main-info__tabs-item:after {
  opacity: 1;
  -ms-filter: none;
  filter: none;
  background: #009cdc;
}
.main-info__tabs li:first-child {
  margin: 0;
}
.main-info__tabs::-webkit-scrollbar {
  display: none;
}
.main-info__tabs .ui-button {
  margin-right: auto;
  margin-left: auto;
}
.main-info__tabs-holder {
  margin: 0 0 63px 0;
}
.main-info__tabs-item {
  display: block;
  white-space: nowrap;
  font-size: 11px;
  font-weight: 600;
  line-height: 13px;
  letter-spacing: 1px;
  text-transform: uppercase;
  padding: 0 0 16px 0;
  color: rgba(0,0,0,0.3);
  -webkit-transition: all 0.15s ease-in-out;
  -moz-transition: all 0.15s ease-in-out;
  -o-transition: all 0.15s ease-in-out;
  -ms-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
  text-decoration: none;
  position: relative;
  outline: none !important;
}
.main-info__tabs-item:after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  bottom: -1px;
  border-top: 3px solid rgba(0,0,0,0.2);
  -webkit-transition: all 0.15s ease-in-out;
  -moz-transition: all 0.15s ease-in-out;
  -o-transition: all 0.15s ease-in-out;
  -ms-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
}
.main-info__tabs-item:hover {
  color: #253746;
}
.main-info__tabs-content-holder {
  margin: 64px 0 200px 0;
  font-size: 18px;
  line-height: 22px;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-align: start;
  -moz-box-align: start;
  -o-box-align: start;
  -ms-flex-align: start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -o-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
@media (max-width: 500px) {
  .main-info__tabs-content-holder {
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    -o-box-orient: vertical;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-bottom: 60px;
  }
}
.tabs-header {
  -ms-overflow-style: none;
}
.tabs-header::-webkit-scrollbar {
  display: none;
}
#microsite-tabs {
  margin-top: 50px;
  margin-bottom: 50px;
}
@media (max-width: 500px) {
  #microsite-tabs {
    overflow: scroll;
  }
}
#microsite-tabs .more-tabs_wrap {
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  -webkit-transform: translateY(-30px);
  -moz-transform: translateY(-30px);
  -o-transform: translateY(-30px);
  -ms-transform: translateY(-30px);
  transform: translateY(-30px);
  -webkit-transition: -webkit-transform, opacity, 0.3s;
  -moz-transition: -moz-transform, opacity, 0.3s;
  -o-transition: -o-transform, opacity, 0.3s;
  -ms-transition: -ms-transform, opacity, 0.3s;
  transition: transform, opacity, 0.3s;
  display: block;
  width: 300px;
  position: absolute;
  top: 100%;
  z-index: -2;
  left: -20px;
  padding: 20px;
  background: #fff;
  -webkit-box-shadow: 0 0 40px 0 rgba(0,0,0,0.1);
  box-shadow: 0 0 40px 0 rgba(0,0,0,0.1);
}
@media (max-width: 500px) {
  #microsite-tabs .more-tabs_wrap {
    position: fixed;
    -webkit-transform: translateY(20%);
    -moz-transform: translateY(20%);
    -o-transform: translateY(20%);
    -ms-transform: translateY(20%);
    transform: translateY(20%);
    width: 100%;
    left: initial;
    top: initial;
  }
}
#microsite-tabs .main-info__tabs {
  overflow-x: visible;
  overflow-y: visible;
}
.active #microsite-tabs .main-info__tabs {
  color: #253746;
}
#microsite-tabs .main-info__tabs > li {
  position: relative;
}
#microsite-tabs .tabs-header > .main-info__tabs > li:hover .more-tab + .more-tabs_wrap {
  opacity: 1;
  -ms-filter: none;
  filter: none;
  z-index: 10;
  -webkit-transform: translateY(0px);
  -moz-transform: translateY(0px);
  -o-transform: translateY(0px);
  -ms-transform: translateY(0px);
  transform: translateY(0px);
  -webkit-transition: -webkit-transform, opacity, 0.3s;
  -moz-transition: -moz-transform, opacity, 0.3s;
  -o-transition: -o-transform, opacity, 0.3s;
  -ms-transition: -ms-transform, opacity, 0.3s;
  transition: transform, opacity, 0.3s;
}
@media (max-width: 500px) {
  #microsite-tabs .tabs-header > .main-info__tabs > li:hover .more-tab + .more-tabs_wrap {
    -webkit-transform: translateY(50%);
    -moz-transform: translateY(50%);
    -o-transform: translateY(50%);
    -ms-transform: translateY(50%);
    transform: translateY(50%);
  }
}
#microsite-tabs .tabs-header {
  overflow: visible;
}
#microsite-tabs .tabs-more {
  display: block;
}
#microsite-tabs .tabs-more li {
  margin: 0;
  padding: 6px 0;
}
#microsite-tabs .tabs-more li:hover a {
  color: #253746;
}
#microsite-tabs .tabs-more li a {
  font-size: 11px;
  line-height: 13px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: rgba(0,0,0,0.3);
}
.pane-microsite-section-microsite-section-pane {
  margin-bottom: 50px;
}
.view-microsite-section a {
  color: #009cdc;
}
.view-microsite-section li {
  margin-left: 50px;
}
.photo-block {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -o-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  margin-bottom: 85px;
}
.photo-block__info {
  margin-top: 58px;
  margin-bottom: 87px;
}
.photo-block__info .max-width {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -o-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.photo-block__info-text {
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -o-box-flex: 1;
  box-flex: 1;
  -webkit-flex: 0 0 34%;
  -ms-flex: 0 0 34%;
  flex: 0 0 34%;
  -webkit-align-self: center;
  align-self: center;
  -ms-flex-item-align: center;
  margin-bottom: 30px;
}
@media (max-width: 500px) {
  .photo-block__info-text {
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    -o-box-flex: 1;
    box-flex: 1;
    -webkit-flex: 1 0 auto;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
  }
}
.photo-block__info-text .block__title {
  margin-bottom: 24px;
}
.photo-block__info-text p {
  font-size: 18px;
  line-height: 1.3;
}
.photo-block__info-text .ui-button.is-filled {
  margin-top: 42px;
  padding: 13px 30px;
  min-width: initial;
}
.photo-block__info-photo {
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -o-box-flex: 1;
  box-flex: 1;
  -webkit-flex: 0 0 59%;
  -ms-flex: 0 0 59%;
  flex: 0 0 59%;
}
@media (max-width: 500px) {
  .photo-block__info-photo {
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    -o-box-flex: 1;
    box-flex: 1;
    -webkit-flex: 1 0 auto;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
  }
}
.photo-block__info-photo img {
  max-width: 100%;
}
#careersModal {
  display: none;
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
.modal {
  background: rgba(0,0,0,0.8);
}
.modal .block__title {
  margin-bottom: 20px;
  font-weight: 700;
}
.modal table,
.modal p {
  margin-bottom: 14px;
}
@media (max-width: 500px) {
  .modal table,
  .modal p {
    font-size: 14px;
  }
}
@media (max-width: 500px) {
  .modal table td:first-child {
    min-width: 40px;
    vertical-align: top;
  }
}
.modal .case-studies__article-title {
  color: #253746;
}
.modal article {
  margin-bottom: 40px;
}
.modal .form-item {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -o-box-orient: vertical;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
.modal .form-item .error {
  border-color: #f00;
  color: #f00;
}
.modal .form-error {
  background: rgba(255,0,0,0.1);
  border: 1px solid #f00;
  display: none;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  padding: 10px 18px;
  margin-bottom: 30px;
}
.modal .form-error.error {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
}
.modal .icon-error {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -o-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  background: rgba(255,0,0,0.8);
  width: 21px;
  height: 21px;
  margin-right: 20px;
  border-radius: 50%;
}
.modal .icon-error svg {
  width: 11px;
  height: 11px;
}
.modal .field-error {
  margin-top: -13px;
  display: none;
}
.modal .field-error.error {
  display: block;
}
.modal p.error__message {
  font-size: 12px;
  color: #f00;
  display: block;
  margin-bottom: 0;
}
.modal li {
  margin-left: 20px;
}
.modal-dialog {
  min-height: 100%;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -o-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  margin: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 30px;
}
@media (max-width: 991px) {
  .modal-dialog {
    -webkit-box-align: baseline;
    -moz-box-align: baseline;
    -o-box-align: baseline;
    -ms-flex-align: baseline;
    -webkit-align-items: baseline;
    align-items: baseline;
  }
}
@media (max-width: 500px) {
  .modal-dialog {
    height: auto;
  }
}
.modal-dialog .link-view-all {
  color: #009cdc;
}
@media (max-width: 500px) {
  .modal-dialog .link-view-all {
    margin-bottom: 40px;
  }
}
.modal-content {
  max-width: 1000px;
  background: #fff;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 55px;
  position: relative;
}
@media (max-width: 500px) {
  .modal-content {
    max-width: 100%;
    padding: 16px;
  }
}
.modal-content .close {
  position: absolute;
  top: -16px;
  left: 100%;
  padding: 10px;
}
@media (max-width: 768px) {
  .modal-content .close {
    top: 6px;
    right: 8px;
    left: initial;
  }
  .modal-content .close svg g {
    stroke: #253746;
  }
}
@media (max-width: 500px) {
  .modal-content .ui-button.ui-button {
    margin-left: auto;
    margin-right: auto;
    display: table;
    float: none;
  }
}
.modal-body {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
}
@media (max-width: 768px) {
  .modal-body {
    -webkit-flex-basis: 100%;
    flex-basis: 100%;
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    -o-box-orient: vertical;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .modal-body > * {
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    -o-box-flex: 1;
    box-flex: 1;
    -webkit-flex: 1 0 auto;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
  }
}
.modal-info {
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -o-box-flex: 1;
  box-flex: 1;
  -webkit-flex: 1 1 60%;
  -ms-flex: 1 1 60%;
  flex: 1 1 60%;
}
.modal-sidebar {
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -o-box-flex: 1;
  box-flex: 1;
  -webkit-flex: 0 0 35%;
  -ms-flex: 0 0 35%;
  flex: 0 0 35%;
  padding-left: 35px;
  margin-left: 35px;
  border-left: 1px solid #eee;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
@media (max-width: 768px) {
  .modal-sidebar {
    padding: 0;
    margin-left: 0;
    border: none;
    margin-top: 30px;
  }
}
.modal-sidebar img {
  max-width: 100%;
}
.modal-sidebar__heading {
  font-size: 11px;
  text-transform: uppercase;
  margin-left: 10px;
  display: inline-block;
}
.tabs-country__icon {
  display: inline;
  color: #fff;
}
.modal .form-item label {
  font-size: 11px;
  line-height: 13px;
  opacity: 0.3;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
  filter: alpha(opacity=30);
  text-transform: uppercase;
  letter-spacing: 0.1em;
  margin-bottom: 10px;
}
.modal .form-item input {
  height: 42px;
  margin-bottom: 20px;
  border: 1px solid #ccc;
  padding: 0 15px;
  font-size: 14px;
  line-height: 17px;
  color: #253746;
}
.modal .form-item textarea {
  height: 115px;
  padding: 15px;
  resize: none;
  border-color: #ccc;
  margin-bottom: 20px;
  font-size: 14px;
  color: #253746;
}
.form-item input::-webkit-input-placeholder {
  opacity: 0.55;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=55)";
  filter: alpha(opacity=55);
  font-style: italic;
}
.form-item input::-moz-placeholder {
  opacity: 0.55;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=55)";
  filter: alpha(opacity=55);
  font-style: italic;
}
.form-item input:-ms-input-placeholder {
  opacity: 0.55;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=55)";
  filter: alpha(opacity=55);
  font-style: italic;
}
.form-item input:-moz-placeholder {
  opacity: 0.55;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=55)";
  filter: alpha(opacity=55);
  font-style: italic;
}
.country__region-name {
  font-size: 20px;
  line-height: 24px;
  font-weight: 600;
  display: block;
  margin-top: 30px;
  border-bottom: 1px solid #eee;
  padding-bottom: 16px;
  color: #253746;
  text-transform: none;
}
.country__group {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -o-box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.country__item {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -o-box-flex: 1;
  box-flex: 1;
  -webkit-flex: 0 0 20%;
  -ms-flex: 0 0 20%;
  flex: 0 0 20%;
  max-width: 20%;
  padding: 13px;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  cursor: pointer;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin: 7px 0;
}
@media (max-width: 991px) {
  .country__item {
    -webkit-flex-basis: 33%;
    flex-basis: 33%;
    max-width: 33%;
  }
}
@media (max-width: 768px) {
  .country__item {
    -webkit-flex-basis: 50%;
    flex-basis: 50%;
    max-width: 50%;
  }
}
@media (max-width: 500px) {
  .country__item {
    -webkit-flex-basis: 100%;
    flex-basis: 100%;
    max-width: 100%;
  }
}
.country__item > a {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  color: #253746;
  text-transform: none;
  font-size: 18px;
  line-height: 1.2;
  font-weight: 400;
}
.country__item span {
  margin-bottom: 0;
}
.country__item .flag {
  margin-right: 20px;
}
.country__item.selected {
  cursor: default;
  color: #009cdc;
}
.country__item:not(.selected) span {
  -webkit-transition: color, 0.4s;
  -moz-transition: color, 0.4s;
  -o-transition: color, 0.4s;
  -ms-transition: color, 0.4s;
  transition: color, 0.4s;
}
.country__item:not(.selected):hover span {
  color: #009cdc;
}
#countriesModal .modal-content,
#countriesOfficesModal .modal-content,
#topCountriesModal .modal-content {
  padding-right: 10px;
}
#countriesModal .modal-body,
#countriesOfficesModal .modal-body,
#topCountriesModal .modal-body {
  overflow-y: auto;
  padding: 20px;
  max-height: 480px;
}
#countriesModal .mCustomScrollBox,
#countriesOfficesModal .mCustomScrollBox,
#topCountriesModal .mCustomScrollBox {
  min-height: 340px;
}
.mCS-light-3.mCSB_scrollTools .mCSB_draggerRail,
.mCS-dark-3.mCSB_scrollTools .mCSB_draggerRail {
  background-color: rgba(0,0,0,0.1);
}
.mCS-light-3.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-dark-3.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #5eb3d9;
}
.countries--open .modal-backdrop {
  display: none;
}
.countries--open .home-page__news,
.countries--open .line {
  z-index: 1;
}
.getInTouch__modal .modal-content,
.requestConsult__modal .modal-content {
  max-width: 900px;
  padding-right: 80px;
  padding-left: 80px;
}
@media (max-width: 500px) {
  .getInTouch__modal .modal-content,
  .requestConsult__modal .modal-content {
    max-width: 100%;
    padding-right: 16px;
    padding-left: 16px;
  }
}
.getInTouch__modal .modal-header,
.requestConsult__modal .modal-header {
  margin-bottom: 37px;
}
.getInTouch__modal .modal-header p,
.requestConsult__modal .modal-header p {
  text-align: center;
  margin-bottom: 7px;
}
.getInTouch__modal .modal-header .note,
.requestConsult__modal .modal-header .note {
  font-size: 14px;
  line-height: 20px;
  max-width: 600px;
  font-style: italic;
  margin: 0 auto;
  color: rgba(146,146,146,0.5);
}
.getInTouch__modal .modal__note,
.requestConsult__modal .modal__note {
  font-size: 12px;
  line-height: 19px;
  color: #adadad;
}
.getInTouch__modal .modal__note span,
.requestConsult__modal .modal__note span {
  color: #253746;
  font-weight: 600;
  font-size: 11px;
  line-height: 13px;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  display: inline-block;
  margin-right: 3px;
}
.getInTouch__modal .block__title,
.requestConsult__modal .block__title {
  position: relative;
  text-align: center;
  padding-bottom: 19px;
  margin-bottom: 34px;
}
.getInTouch__modal .block__title:after,
.requestConsult__modal .block__title:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 70px;
  height: 3px;
  background: #009cdc;
}
.getInTouch__modal .modal-body,
.requestConsult__modal .modal-body {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -o-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -o-box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.getInTouch__modal .form-item,
.requestConsult__modal .form-item {
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -o-box-flex: 1;
  box-flex: 1;
  -webkit-flex: 0 0 47%;
  -ms-flex: 0 0 47%;
  flex: 0 0 47%;
}
.getInTouch__modal .form-item input,
.requestConsult__modal .form-item input {
  margin-bottom: 23px;
}
.getInTouch__modal .form-item.form-item-ourHelp,
.requestConsult__modal .form-item.form-item-ourHelp {
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
}
.getInTouch__modal .form-item label,
.requestConsult__modal .form-item label {
  color: rgba(0,0,0,0.7);
  opacity: 1;
  -ms-filter: none;
  filter: none;
  font-weight: 600;
}
.getInTouch__modal .form-item textarea,
.requestConsult__modal .form-item textarea {
  height: 84px;
  margin-bottom: 24px;
}
.getInTouch__buttons {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  width: 100%;
  -webkit-box-pack: end;
  -moz-box-pack: end;
  -o-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  margin-top: 30px;
}
@media (max-width: 500px) {
  .getInTouch__buttons {
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    -o-box-orient: vertical;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.getInTouch__buttons button {
  margin-left: 20px;
}
@media (max-width: 500px) {
  .getInTouch__buttons button {
    margin: 0 auto 30px;
  }
}
.getInTouch__buttons button:first-child {
  margin-left: 0;
  margin-right: auto;
}
@media (max-width: 500px) {
  .getInTouch__buttons button:first-child {
    margin: 0 auto 30px;
  }
}
.search__modal .modal-content {
  width: 100%;
  padding-bottom: 80px;
  min-height: 670px;
}
@media (max-width: 500px) {
  .search__modal .modal-content {
    min-height: initial;
  }
}
.search__modal .form-item input {
  margin-bottom: 0;
  border: none;
}
.search__modal .banner-search {
  border-radius: 0;
  border: none;
  border-bottom: 1px solid #adadad;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  padding-bottom: 0;
  padding-top: 0;
  margin-top: 0;
  margin-bottom: 50px;
}
.search__modal .modal-body {
  display: block;
}
.search__modal .ui-button.btn--loader {
  margin: 0;
}
.field-error.error {
  background-color: none;
}
#modalContent {
  top: 0 !important;
  right: 0;
  bottom: 0;
  left: 0 !important;
  position: fixed !important;
  overflow-x: hidden;
  overflow-y: auto;
}
.ios #modalContent {
  bottom: initial;
  position: absolute !important;
}
#modalContent .ctools-modal-content {
  margin: 30px auto;
  position: relative;
}
.case-studies {
  background: #253746;
  padding-top: 73px;
  padding-bottom: 83px;
}
@media (max-width: 500px) {
  .case-studies {
    padding-top: 50px;
    padding-bottom: 39px;
  }
}
.case-studies>.ui-button {
  display: none;
}
@media (max-width: 500px) {
  .case-studies>.ui-button {
    display: block;
    margin: 0 auto;
  }
}
.case-studies__header {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -o-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: start;
  -moz-box-align: start;
  -o-box-align: start;
  -ms-flex-align: start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  margin-bottom: 55px;
}
@media (max-width: 500px) {
  .case-studies__header {
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -o-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    margin-bottom: 10px;
  }
}
.case-studies__header .link-view-all {
  color: #fff;
}
@media (max-width: 500px) {
  .case-studies__header .link-view-all {
    display: none;
  }
}
.case-studies__content {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
}
@media (max-width: 500px) {
  .case-studies__content {
    display: none;
  }
}
.case-studies__content img {
  max-width: 100%;
}
.case-studies__content .case-studies__main-preview {
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -o-box-flex: 1;
  box-flex: 1;
  -webkit-flex: 0 0 70%;
  -ms-flex: 0 0 70%;
  flex: 0 0 70%;
  margin-right: 60px;
  position: relative;
}
.case-studies__content .case-studies__main-preview .case-studies__article-title {
  position: absolute;
  font-size: 48px;
  line-height: 1;
  max-width: 450px;
  font-weight: 600;
  bottom: 50px;
  left: 54px;
}
.case-studies__content .case-studies__main-preview .case-studies__article-info {
  position: absolute;
  top: 48px;
  left: 56px;
  color: #fff;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  font-size: 11px;
}
@media (max-width: 500px) {
  .case-studies__content .case-studies__main-preview .case-studies__article-info {
    display: none;
  }
}
.case-studies__content .case-studies__thumbs-preview {
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -o-box-flex: 1;
  box-flex: 1;
  -webkit-flex: 0 1 auto;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
}
.case-studies__content .case-studies__thumbs-preview article+article {
  margin-top: 25px;
}
.case-studies__content .case-studies__article-title {
  color: #fff;
  font-size: 18px;
  font-weight: 400;
  cursor: pointer;
  margin: 0;
}
.case-studies__content .case-studies__article_video .case-studies__article-image {
  position: relative;
}
.case-studies__content .case-studies__article_video .case-studies__article-image:after {
  content: "";
  position: absolute;
  left: 50%;
  top: 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%);
  width: 20px;
  height: 20px;
  background: url("/images/icons/icon-video.svg") no-repeat center;
  border: 1px solid #fff;
  border-radius: 50%;
}
.case-studies__content .case-studies__article_type2 .case-studies__article-image,
.case-studies__content .case-studies__article_video .case-studies__article-image,
.case-studies__content .case-studies__article_type1 {
  border-bottom: 3px solid transparent;
  overflow: hidden;
  -webkit-transition: border-color, 0.4s;
  -moz-transition: border-color, 0.4s;
  -o-transition: border-color, 0.4s;
  -ms-transition: border-color, 0.4s;
  transition: border-color, 0.4s;
  display: block;
  z-index: 1;
  cursor: pointer;
}
.case-studies__content .case-studies__article_type2 .case-studies__article-image:hover,
.case-studies__content .case-studies__article_video .case-studies__article-image:hover,
.case-studies__content .case-studies__article_type1:hover {
  border-color: #009cdc;
}
.case-studies__content .case-studies__article_type1 {
  height: 455px;
}
.case-studies__content .case-studies__article_type2 .case-studies__article-image,
.case-studies__content .case-studies__article_video .case-studies__article-image {
  height: 157px;
}
.case-studies__content .case-studies__article-title {
  margin-top: 13px;
}
.case-studies__carousel,
.insights__carousel {
  display: none;
  padding-top: 20px;
}
@media (max-width: 500px) {
  .case-studies__carousel,
  .insights__carousel {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: block;
    padding-bottom: 0;
  }
}
.case-studies__carousel .swiper-slide,
.insights__carousel .swiper-slide {
  -webkit-transform: translate(0, 0px);
  -moz-transform: translate(0, 0px);
  -o-transform: translate(0, 0px);
  -ms-transform: translate(0, 0px);
  transform: translate(0, 0px);
  -webkit-transition: -webkit-transform, 0.5s;
  -moz-transition: -moz-transform, 0.5s;
  -o-transition: -o-transform, 0.5s;
  -ms-transition: -ms-transform, 0.5s;
  transition: transform, 0.5s;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -o-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
/*width: 97%*/
}
.case-studies__carousel .swiper-slide article,
.insights__carousel .swiper-slide article {
  min-width: 100%;
}
.case-studies__carousel .swiper-slide-active,
.insights__carousel .swiper-slide-active {
  -webkit-transform: translate(0, -20px);
  -moz-transform: translate(0, -20px);
  -o-transform: translate(0, -20px);
  -ms-transform: translate(0, -20px);
  transform: translate(0, -20px);
}
.case-studies__carousel .swiper-slide-active .case-studies__article-title,
.insights__carousel .swiper-slide-active .case-studies__article-title,
.case-studies__carousel .swiper-slide-active .insights__article-title,
.insights__carousel .swiper-slide-active .insights__article-title {
  opacity: 1;
  -ms-filter: none;
  filter: none;
  margin-bottom: 0;
}
.case-studies__carousel .case-studies__article-image,
.insights__carousel .case-studies__article-image,
.case-studies__carousel .insights__article-image,
.insights__carousel .insights__article-image {
  width: 100%;
}
.case-studies__carousel .case-studies__article-image img,
.insights__carousel .case-studies__article-image img,
.case-studies__carousel .insights__article-image img,
.insights__carousel .insights__article-image img {
  max-width: 100%;
  height: auto;
}
.case-studies__carousel .case-studies__article-title,
.insights__carousel .case-studies__article-title,
.case-studies__carousel .insights__article-title,
.insights__carousel .insights__article-title {
  color: #fff;
  text-align: center;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  font-size: 16px;
  line-height: 20px;
  -webkit-transition: opacity, 0.4s;
  -moz-transition: opacity, 0.4s;
  -o-transition: opacity, 0.4s;
  -ms-transition: opacity, 0.4s;
  transition: opacity, 0.4s;
  font-weight: 400;
  margin-top: 22px;
}
.case-studies__carousel .swiper-button-prev,
.insights__carousel .swiper-button-prev,
.case-studies__carousel .swiper-button-next,
.insights__carousel .swiper-button-next {
  top: 35%;
  background-image: none;
  background: #009cdc;
  width: 24px;
  height: 24px;
  left: initial;
  -webkit-transform: none;
  -moz-transform: none;
  -o-transform: none;
  -ms-transform: none;
  transform: none;
  border-radius: 50%;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -o-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.case-studies__carousel .swiper-button-prev:before,
.insights__carousel .swiper-button-prev:before,
.case-studies__carousel .swiper-button-next:before,
.insights__carousel .swiper-button-next:before {
  content: "";
  width: 5px;
  height: 5px;
  border-bottom: 1px solid #fff;
  border-left: 1px solid #fff;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.case-studies__carousel .swiper-button-prev .icon svg,
.insights__carousel .swiper-button-prev .icon svg,
.case-studies__carousel .swiper-button-next .icon svg,
.insights__carousel .swiper-button-next .icon svg {
  stroke: #fff;
}
.case-studies__carousel .swiper-button-prev,
.insights__carousel .swiper-button-prev {
  left: 17px;
}
.case-studies__carousel .swiper-button-prev:before,
.insights__carousel .swiper-button-prev:before {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.case-studies__carousel .swiper-button-next,
.insights__carousel .swiper-button-next {
  right: 17px;
}
.case-studies__carousel .swiper-button-next:before,
.insights__carousel .swiper-button-next:before {
  -webkit-transform: rotate(225deg);
  -moz-transform: rotate(225deg);
  -o-transform: rotate(225deg);
  -ms-transform: rotate(225deg);
  transform: rotate(225deg);
}
@media (max-width: 500px) {
  .insights__carousel.insights__carousel {
    padding-left: 0;
    padding-right: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .insights__carousel .swiper-button-prev{
    left: 0;
  }
  .insights__carousel .swiper-button-next{
    right: 0;
  }
}
.contact {
  margin-top: 22px;
  padding-top: 83px;
  margin-bottom: 94px;
}
@media (max-width: 500px) {
  .contact {
    margin-bottom: 34px;
    margin-top: 22px;
    padding-top: 41px;
    border-top: 1px solid #eee;
  }
}
.contact .block__title {
  margin-right: 0 !important;
  margin-left: 0 !important;
}
.contact .dropdown__header_colored {
  margin-bottom: 35px;
}
@media (max-width: 500px) {
  .contact .dropdown__header_colored {
    margin-bottom: 0;
    margin-right: 0;
  }
  .contact .dropdown__header_colored .contact-default-city {
    font-size: 14px;
    line-height: 16px;
  }
}
.contact__buttons .ui-button {
  padding: 13px 21px;
  margin-bottom: 18px;
}
.contact__buttons .ui-button.btn--filled {
  margin-top: 50px;
  padding-right: 43px;
  padding-left: 43px;
}
@media (max-width: 500px) {
  .contact__buttons .ui-button.btn--filled {
    margin-top: 32px;
  }
}
.contact__content {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
}
.contact__info {
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -o-box-flex: 1;
  box-flex: 1;
  -webkit-flex: 0 1 30%;
  -ms-flex: 0 1 30%;
  flex: 0 1 30%;
}
.contact__info > * {
  padding-right: 20px;
}
@media (max-width: 500px) {
  .contact__info > * {
    padding-right: 0;
  }
}
@media (max-width: 500px) {
  .contact__info {
    -webkit-flex-basis: 100%;
    flex-basis: 100%;
  }
}
.contact__company-name {
  font-size: 36px;
  overflow: visible;
  position: relative;
  line-height: 1.15;
  margin-top: 27px;
  padding-bottom: 23px;
  margin-bottom: 27px;
  font-weight: 700;
}
@media (max-width: 500px) {
  .contact__company-name {
    font-size: 24px;
    line-height: 29px;
    font-weight: 700;
    margin-top: 20px;
    margin-bottom: 3px;
    padding-bottom: 15px;
  }
}
.contact__company-name:after {
  position: absolute;
  width: calc(100% + 60px);
  height: 3px;
  background: #81a8bd;
  content: '';
  bottom: 0;
  left: -10px;
}
@media (max-width: 500px) {
  .contact__company-name:after {
    display: none;
  }
}
.contact__address,
.contact__mail,
.contact__phone {
  font-size: 18px;
}
@media (max-width: 500px) {
  .contact__address,
  .contact__mail,
  .contact__phone {
    font-size: 16px;
  }
}
.contact__address {
  font-style: normal;
}
.contact__mail,
.contact__phone {
  color: #adadad;
  display: inline-block;
  line-height: 1.4;
}
@media (max-width: 500px) {
  .contact__mail,
  .contact__phone {
    color: #253746;
  }
}
.contact__phone {
  pointer-events: none;
}
@media (max-width: 500px) {
  .contact__phone {
    pointer-events: auto;
  }
}
.contact__mail {
  margin-top: 16px;
  text-decoration: none;
}
@media (max-width: 500px) {
  .contact__mail {
    margin-top: 8px;
    width: 100%;
    margin-bottom: 0;
  }
}
@media (max-width: 500px) {
  .contact__buttons {
    margin: 0 auto;
    display: table;
  }
  .contact__buttons .ui-button.is-filled {
    margin-top: 40px;
  }
}
#contact__map {
  background: url("/images/contact-map-bg.jpg") no-repeat center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -o-box-flex: 1;
  box-flex: 1;
  -webkit-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (max-width: 500px) {
  #contact__map {
    display: none;
  }
}

.home-page__what-we-do .what-we-do__list {
  padding-bottom: 80px;
  border-bottom: 3px solid #81a8bd;
}

.home-page__insights .button-subscription .ui-button {
    display: table;
}

.map-pin.user-preview-print {
  display: none;
}

.footer__documents-list.new-footer-layer {
    display: block;
}
@media (min-width: 501px) {
  .footer__documents-list.new-footer-layer .footer-menu-layers{
    padding-top: 10px;
  }
}


.sticky .icon.icon-phone g#header-mobile {
  stroke: #000000;
}

.sticky .btn-mobile-menu:before, .sticky .btn-mobile-menu:after {
  background: #253746;
}

.sticky .btn-mobile-menu:before {
    -webkit-box-shadow: 0 8px 0 0 #000;
    box-shadow: 0 8px 0 0 #000;
}
