/* ==========================================================================
   Normalize.scss settings
   ========================================================================== */
/**
 * Includes legacy browser support IE6/7
 *
 * Set to false if you want to drop support for IE6 and IE7
 */
/* Base
   ========================================================================== */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS and IE text size adjust after device orientation change,
 *    without disabling user zoom.
 * 3. Corrects text resizing oddly in IE 6/7 when body `font-size` is set using
 *  `em` units.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/**
 * Remove default margin.
 */
body {
  margin: 0; }

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block; }

/**
 * 1. Correct `inline-block` display not defined in IE 6/7/8/9 and Firefox 3.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */ }

/**
 * Prevents modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/10/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none; }

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background-color: transparent; }

/**
 * Improve readability of focused elements when they are also in an
 * active/hover state.
 */
a:active, a:hover {
  outline: 0; }

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted; }

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
  font-weight: bold; }

/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic; }

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/**
 * Addresses styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000; }

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%; }

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

/* Embedded content
   ========================================================================== */
/**
 * 1. Remove border when inside `a` element in IE 8/9/10.
 * 2. Improves image quality when scaled in IE 7.
 */
img {
  border: 0; }

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden; }

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px; }

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  box-sizing: content-box;
  height: 0; }

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto; }

/**
 * Address odd `em`-unit font size rendering in all browsers.
 * Correct font family set oddly in IE 6, Safari 4/5, and Chrome.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *  Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 * 4. Improves appearance and consistency in all browsers.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */ }

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible; }

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none; }

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *  and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *  `input` and others.
 * 4. Removes inner spacing in IE 7 without affecting normal text inputs.
 *  Known issue: inner spacing remains in IE 6.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */ }

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default; }

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal; }

/**
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 *  Known issue: excess padding remains in IE 6.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome.
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  box-sizing: content-box;
  /* 2 */ }

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 * 3. Corrects text not wrapping in Firefox 3.
 * 4. Corrects alignment displayed oddly in IE 6/7.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto; }

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold; }

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0; }

td,
th {
  padding: 0; }

header {
  height: 130px; }
  @media (min-width: 600px) {
    header {
      height: 200px; } }
  @media (min-width: 900px) {
    header {
      height: 66vh;
      height: 250px; } }
  @media (min-width: 1300px) {
    header {
      height: 250px; } }
  @media (min-width: 2000px) {
    header {
      height: 380px; } }

.wrapper {
  float: left;
  position: absolute;
  width: 100%;
  top: 0; }

.logo {
  background-size: cover;
  float: left;
  background-image: url("../img/logo_en.png");
  width: 150px;
  height: 85px;
  background-size: 100%;
  background-repeat: no-repeat;
  margin-left: 30px;
  margin-top: 30px; }
  @media (min-width: 600px) {
    .logo {
      width: 180px;
      height: 85px;
      margin-left: 55px;
      margin-top: 40px; } }
  @media (min-width: 900px) {
    .logo {
      width: 190px;
      height: 90px;
      margin-left: 50px;
      margin-top: 40px; } }
  @media (min-width: 1300px) {
    .logo {
      width: 200px;
      height: 100px;
      margin-left: 65px;
      margin-top: 50px; } }
  @media (min-width: 1400px) {
    .logo {
      width: 230px;
      height: 120px;
      margin-left: 65px;
      margin-top: 50px; } }
  @media (min-width: 2000px) {
    .logo {
      width: 300px;
      height: 160px;
      margin-left: 80px; } }

.ua {
  background-image: url("../img/logo_ua.png"); }

.nav {
  position: absolute;
  top: 45px;
  width: 1.5%;
  right: 60px; }
  @media (min-width: 900px) {
    .nav {
      right: 50px;
      top: 38px;
      width: 70%; } }
  @media (min-width: 1300px) {
    .nav {
      right: 65px;
      top: 55px; } }
  @media (min-width: 2000px) {
    .nav {
      right: 80px;
      top: 70px; } }

.menu ul {
  display: none; }
  @media (min-width: 900px) {
    .menu ul {
      list-style: none;
      float: right;
      margin: 0;
      display: block; } }

.menu li {
  float: left;
  margin-left: 40px; }
  @media (min-width: 1300px) {
    .menu li {
      margin-left: 50px; } }
  @media (min-width: 2000px) {
    .menu li {
      margin-left: 65px; } }

.nav .menu li a {
  color: #999;
  transition: color 0.5s; }
  @media (min-width: 900px) {
    .nav .menu li a {
      font-size: 1rem; } }
  @media (min-width: 1300px) {
    .nav .menu li a {
      font-size: 1.05rem; } }
  @media (min-width: 1400px) {
    .nav .menu li a {
      font-size: 1.2rem; } }
  @media (min-width: 2000px) {
    .nav .menu li a {
      font-size: 1.7rem; } }
  .nav .menu li a:hover {
    color: #003399;
    transition: color 0.5s; }

.nav .menu li a.active {
  color: #003399; }

.nav .menu li a.search {
  display: inline-block;
  width: 20px;
  cursor: pointer; }
  @media (min-width: 900px) {
    .nav .menu li a.search {
      margin-top: 1px;
      font-size: 0.9rem; } }
  @media (min-width: 1300px) {
    .nav .menu li a.search {
      margin-top: 2px;
      font-size: 0.95rem; } }
  @media (min-width: 1400px) {
    .nav .menu li a.search {
      font-size: 1.1rem; } }
  @media (min-width: 2000px) {
    .nav .menu li a.search {
      margin-top: 3px;
      font-size: 1.5rem; } }

.lang {
  display: none; }
  @media (min-width: 900px) {
    .lang {
      float: right;
      margin-top: 40px;
      display: block; } }

.lang .rotate {
  transform: rotate(270deg);
  transform-origin: right bottom 0;
  line-height: 10px; }

.lang .rotate ul {
  list-style: none;
  margin: 0; }

.lang .rotate li {
  float: left;
  margin-left: 40px; }

.rotate li a {
  color: #999;
  text-decoration: none;
  font-size: 0.9rem;
  transition: color 0.5s; }
  @media (min-width: 900px) {
    .rotate li a {
      font-size: 0.85rem; } }
  @media (min-width: 1300px) {
    .rotate li a {
      font-size: 0.9rem; } }
  @media (min-width: 2000px) {
    .rotate li a {
      font-size: 1.2rem; } }
  .rotate li a:hover {
    color: #003399;
    transition: color 0.5s; }

.search-wrapper {
  display: none; }
  @media (min-width: 900px) {
    .search-wrapper {
      margin-top: 50px;
      display: block; } }
  @media (min-width: 2000px) {
    .search-wrapper {
      margin-top: 80px; } }

form {
  margin-bottom: 0; }

.search-wrapper input {
  display: none; }

.menu ul li a {
  text-decoration: none;
  font-size: 0.9rem; }

.pop-up {
  color: #fff;
  height: 0;
  width: 100%;
  position: fixed;
  z-index: 50;
  top: 0;
  left: 0;
  color: #333;
  background-color: #003399;
  overflow-y: hidden;
  transition: height 0.5s;
  transition-timing-function: ease-in-out; }

.pop-up-content {
  height: 100%;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row-reverse; }

.search-form-wrap {
  width: 60%; }

.close {
  position: absolute;
  font-size: 3.2rem;
  right: 0;
  margin-right: 60px;
  margin-top: 30px;
  cursor: pointer;
  color: #fff; }
  .close:hover {
    color: #ffcc00;
    transition: color 0.5s; }

.ss-search-form__input input.box {
  position: relative;
  margin-top: 0;
  top: 0;
  width: 72%;
  font-size: 1.5rem;
  color: #fff;
  float: left;
  padding: 20px 2% 20px 2%;
  background-color: #003399;
  border: 1px solid #fff;
  transition: border 0.5s; }
  @media (min-width: 1300px) {
    .ss-search-form__input input.box {
      font-size: 2rem;
      padding: 31px 2%  33px 2%; } }
  .ss-search-form__input input.box:hover {
    border: 1px solid #ffcc00;
    transition: border 0.5s; }
  .ss-search-form__input input.box:focus {
    border: 1px solid #fff;
    transition: border 0.5s; }

.ss-search-form__input ::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #FFF; }

.ss-search-form__input button.send {
  width: 23%;
  font-size: 1.5rem;
  float: left;
  color: #003399;
  background-color: #fff;
  margin-top: 0px;
  padding: 20px 0 20px 0;
  border: 1px solid #fff;
  transition: background-color 0.5s, border 0.5s; }
  @media (min-width: 1300px) {
    .ss-search-form__input button.send {
      font-size: 2rem;
      padding: 31px 0 33px 0; } }
  .ss-search-form__input button.send:hover {
    background-color: #ffcc00;
    transition: background-color 0.5s, border 0.5s;
    border: 1px solid #ffcc00; }

html {
  font-size: 17px; }

body {
  font: 100% "Arial", sans-serif;
  color: #333; }

.page_title-wrapper h1 {
  font-size: 2.5rem;
  color: #fff;
  margin: 0;
  color: #003399; }
  @media (min-width: 900px) {
    .page_title-wrapper h1 {
      line-height: normal;
      font-size: 4rem; } }
  @media (min-width: 1300px) {
    .page_title-wrapper h1 {
      font-size: 5rem; } }
  @media (min-width: 2000px) {
    .page_title-wrapper h1 {
      line-height: normal;
      font-size: 8rem; } }

h2 {
  font-size: 2rem;
  line-height: 1.1em;
  margin-bottom: 23px;
  color: #003399; }
  @media (min-width: 600px) {
    h2 {
      font-size: 2.3rem; } }
  @media (min-width: 900px) {
    h2 {
      font-size: 2.4rem; } }
  @media (min-width: 1300px) {
    h2 {
      font-size: 3.6rem; } }
  @media (min-width: 2000px) {
    h2 {
      font-size: 4.3rem; } }

h3 {
  font-size: 1.6rem;
  line-height: 1.2em;
  color: #003399; }
  @media (min-width: 600px) {
    h3 {
      font-size: 2.1rem; } }
  @media (min-width: 900px) {
    h3 {
      font-size: 1.4rem;
      line-height: 1.25em; } }
  @media (min-width: 1300px) {
    h3 {
      font-size: 1.7rem; } }
  @media (min-width: 1400px) {
    h3 {
      font-size: 1.8rem; } }
  @media (min-width: 2000px) {
    h3 {
      font-size: 2.6rem; } }

h4 {
  margin-bottom: 20px;
  color: #003399;
  font-size: 1.5rem; }
  @media (min-width: 600px) {
    h4 {
      font-size: 1.3rem; } }
  @media (min-width: 1300px) {
    h4 {
      font-size: 1.5rem; } }
  @media (min-width: 2000px) {
    h4 {
      font-size: 2rem; } }

h6 {
  font-size: 1rem;
  font-weight: 400;
  color: #bbb;
  margin-top: 20px;
  margin-bottom: 0; }
  @media (min-width: 600px) {
    h6 {
      margin-top: 30px; } }
  @media (min-width: 900px) {
    h6 {
      font-size: 0.95rem;
      margin-top: 30px; } }
  @media (min-width: 1300px) {
    h6 {
      font-size: 1rem;
      margin-top: 40px;
      margin-bottom: -15px; } }
  @media (min-width: 2000px) {
    h6 {
      font-size: 1.4rem;
      margin-top: 45px; } }

p {
  font-size: 0.9rem;
  line-height: 1.5em; }
  @media (min-width: 900px) {
    p {
      font-size: 1rem; } }
  @media (min-width: 2000px) {
    p {
      font-size: 1.3rem; } }

p a {
  text-decoration: underline;
  color: #333;
  transition: color 0.3s; }
  p a:visited {
    color: #333; }
  p a:hover {
    transition: color 0.3s;
    color: #003399; }

h1 a, h1 a:visited {
  font-size: 2.2rem;
  color: #003399;
  line-height: 1.1em; }
  @media (min-width: 600px) {
    h1 a, h1 a:visited {
      font-size: 2.5rem; } }
  @media (min-width: 900px) {
    h1 a, h1 a:visited {
      font-size: 2.2rem; } }
  @media (min-width: 1300px) {
    h1 a, h1 a:visited {
      font-size: 2.3rem; } }
  @media (min-width: 1400px) {
    h1 a, h1 a:visited {
      font-size: 2.4rem; } }
  @media (min-width: 2000px) {
    h1 a, h1 a:visited {
      font-size: 4.4rem;
      line-height: 1.05em; } }

a {
  text-decoration: none; }

p.short-about {
  font-size: 0.85rem; }
  @media (min-width: 600px) {
    p.short-about {
      font-size: 0.95rem; } }
  @media (min-width: 900px) {
    p.short-about {
      margin-top: 15px;
      font-size: 0.8rem; } }
  @media (min-width: 1300px) {
    p.short-about {
      margin-top: 30px;
      font-size: 0.85rem; } }
  @media (min-width: 1400px) {
    p.short-about {
      font-size: 0.9rem; } }
  @media (min-width: 2000px) {
    p.short-about {
      font-size: 1.3rem;
      margin-top: 40px; } }

.result p.short-about {
  font-size: 0.85rem;
  margin-top: 12px; }
  @media (min-width: 600px) {
    .result p.short-about {
      font-size: 1rem; } }
  @media (min-width: 900px) {
    .result p.short-about {
      margin-top: 15px;
      font-size: 0.9rem; } }
  @media (min-width: 1300px) {
    .result p.short-about {
      margin-top: 30px;
      font-size: 0.9rem; } }
  @media (min-width: 1400px) {
    .result p.short-about {
      font-size: 1rem; } }
  @media (min-width: 2000px) {
    .result p.short-about {
      font-size: 1.3rem; } }

.menuOpen {
  color: #003399;
  font-size: 1.6rem;
  display: block; }
  @media (min-width: 900px) {
    .menuOpen {
      display: none;
      font-size: 1.8rem; } }

.menuClose {
  font-size: 3.2rem;
  float: right;
  margin-right: 30px;
  margin-top: 20px;
  cursor: pointer;
  color: #fff;
  transition: color 0.5s; }
  .menuClose:hover {
    color: #ffcc00;
    transition: color 0.5s; }

.overlay {
  color: #fff;
  height: 0;
  width: 100%;
  position: fixed;
  z-index: 50;
  top: 0;
  left: 0;
  color: #333;
  background-color: #003399;
  transition: height 0.5s;
  transition-timing-function: ease-in-out; }
  @media (orientation: landscape) {
    .overlay {
      overflow-y: scroll; } }
  @media (orientation: portrait) {
    .overlay {
      overflow-y: hidden; } }

.overlay-content {
  position: relative;
  top: 5rem;
  width: 300px;
  margin: 5% 10%;
  min-height: 450px; }

.overlay-content li {
  margin-bottom: 10px; }

.search-wrapper-mob {
  display: none; }

.overlay a {
  text-decoration: none;
  font-size: 1.5rem;
  font-size: 2rem;
  color: #fff;
  transition: color 0.5s; }
  .overlay a:hover {
    color: #ffcc00;
    transition: color 0.5s; }

.overlay-content .search-form-wrap {
  margin-top: 40px;
  width: 100%; }

.overlay-content input.box {
  position: relative;
  margin-top: 0;
  font-size: 1rem;
  top: 0;
  width: 50%;
  color: #fff;
  float: left;
  padding: 12px 3% 10px 3%;
  background-color: #003399;
  border: 1px solid #fff;
  transition: border 0.5s; }
  .overlay-content input.box:hover {
    border: 1px solid #ffcc00;
    transition: border 0.5s; }
  .overlay-content input.box:focus {
    border: 1px solid #fff;
    transition: border 0.5s; }

.overlay-content button.send {
  width: 35%;
  float: left;
  font-size: 1rem;
  color: #003399;
  background-color: #fff;
  margin-top: 0px;
  border: 1px solid #fff;
  padding: 12px 0 10px 0;
  transition: background-color 0.5s, border 0.5s; }
  .overlay-content button.send:hover {
    background-color: #ffcc00;
    transition: background-color 0.5s, border 0.5s;
    border: 1px solid #ffcc00; }

.overlay-content .lang-block {
  margin-top: 20px; }

.overlay-content .lang-block a {
  margin-top: 50px;
  font-size: 1.2rem;
  margin-right: 20px;
  color: #fff;
  transition: color 0.5s; }
  .overlay-content .lang-block a:hover {
    color: #ffcc00;
    transition: color 0.5s; }

.header-wrapper {
  width: 100%;
  height: 450px; }
  @media (min-width: 600px) {
    .header-wrapper {
      height: 320px; } }
  @media (min-width: 900px) {
    .header-wrapper {
      height: 66vh;
      height: 300px; } }
  @media (min-width: 1300px) {
    .header-wrapper {
      height: 400px; } }
  @media (min-width: 1400px) {
    .header-wrapper {
      height: 500px; } }
  @media (min-width: 2000px) {
    .header-wrapper {
      height: 650px; } }

/*#main{
	min-height: 400px;
	@media (min-width: $desktop-size){
		//min-height: 600px;
		//min-height: 80vh;
		min-height: 85vh;
	}
}
#main.main_photo{
	background-image: url('../img/210669856_2.jpg');
	//background-image: url('../img/test.jpg');
		background-size: auto 150%;
		background-position: bottom;
		background-size: cover;
		background-repeat: no-repeat;
	@media (min-width: $desktop-size){
		background-position: center;
	}
.lead-wrapper{
	position: absolute;
	//left: $total_padding;
	padding-right: $total_padding;
	bottom: -40px;
	left: 8%;
	@media (min-width: $tablet-size){
		padding-right: $total_padding-desctop;
		left: 40%;
		bottom: -50px;
	}
	@media (min-width: $desktop-size){
		//left: 50%;
		left: 40%;
		bottom: -70px;
	}
}
}*/
.main_photo {
  background-image: url("../img/flag.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  width: 84%;
  margin-left: 8%;
  margin-right: 8%;
  height: 250px;
  margin-top: 30px; }
  @media (min-width: 600px) {
    .main_photo {
      width: 86%;
      margin-left: 7%;
      margin-right: 7%;
      height: 200px; } }
  @media (min-width: 900px) {
    .main_photo {
      height: 230px;
      width: 75%;
      margin-left: 15%; } }
  @media (min-width: 1300px) {
    .main_photo {
      height: 275px; } }
  @media (min-width: 1400px) {
    .main_photo {
      height: 370px; } }
  @media (min-width: 2000px) {
    .main_photo {
      height: 440px; } }

.lead-wrapper {
  width: 86%;
  margin-left: 7%;
  margin-right: 7%;
  margin-top: 10vh; }
  @media (min-width: 600px) {
    .lead-wrapper {
      margin-left: 7%;
      margin-right: 7%;
      margin-top: 4vh; } }
  @media (min-width: 900px) {
    .lead-wrapper {
      width: 85%;
      margin-left: 15%;
      margin-right: 5%;
      margin-top: 0vh; } }
  @media (min-width: 1300px) {
    .lead-wrapper {
      margin-top: 4vh; } }
  @media (min-width: 1400px) {
    .lead-wrapper {
      margin-top: 10vh; } }
  @media (min-width: 2000px) {
    .lead-wrapper {
      margin-top: 0vh; } }

.lead {
  width: 100%; }

.lead a {
  color: #fff;
  color: #003399;
  font-size: 2.4rem;
  font-weight: 600;
  line-height: 1.2em; }
  @media (min-width: 600px) {
    .lead a {
      font-size: 2.7rem; } }
  @media (min-width: 900px) {
    .lead a {
      font-size: 3rem; } }
  @media (min-width: 1300px) {
    .lead a {
      font-size: 4rem; } }
  @media (min-width: 1400px) {
    .lead a {
      font-size: 4.5rem; } }
  @media (min-width: 2000px) {
    .lead a {
      font-size: 75px;
      font-size: 7.5rem; } }

.content {
  width: 100%; }
.member {
	padding-right: 25px;	
  width: 255px;
  padding-top: 80px;
}
.team{
  margin-top: -40px;
}

.partners {
  display: none; position: absolute; }
  @media (min-width: 900px) {
    .partners {
      display: block;
      float: left;
      font-size: 50px;
      margin-left: 4%;
      margin-right: 10px;
      margin-top: 100px; } }
  @media (min-width: 1300px) {
    .partners {
      font-size: 70px;
      margin-left: 4%;
      margin-right: 30px;
      margin-top: 0px; } }
  @media (min-width: 2000px) {
    .partners {
      margin-left: 3%; } }

.partners ul {
  list-style: none;
  margin: 0;
  padding: 0; }
  @media (min-width: 900px) {
    .partners ul {
      margin-top: 160px; } }
  @media (min-width: 1300px) {
    .partners ul {
      margin-top: 180px; } }
  @media (min-width: 2000px) {
    .partners ul {
      margin-top: 250px; } }

.partners ul li {
  margin-bottom: 40px; }

.partners ul li .pic {
  display: inline-block;
  background-size: cover;
  opacity: 0.6;
  transition: opacity 0.5s; }
  @media (min-width: 900px) {
    .partners ul li .pic {
      width: 60px;
      height: 60px; } }
  @media (min-width: 1300px) {
    .partners ul li .pic {
      width: 65px;
      height: 65px; } }
  @media (min-width: 2000px) {
    .partners ul li .pic {
      width: 70px;
      height: 70px; } }
  .partners ul li .pic:hover {
    opacity: 1;
    transition: opacity 0.5s; }

.partners ul li .pic {
  font-size: 2rem; }

.partners-mobile {
  position: relative;
  display: block;
  width: 100%; }
  @media (min-width: 900px) {
    .partners-mobile {
      display: none !important; } }

.partners-mobile {
  margin-top: 55px;
  margin-right: 40px; }

.partners-mobile .pic {
  height: 120px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 80%; }

.partners-mobile .pic a {
  position: absolute;
  bottom: -50%; }

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent; }

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0; }
  .slick-list:focus {
    outline: none; }
  .slick-list.dragging {
    cursor: pointer;
    cursor: hand; }

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto; }
  .slick-track:before, .slick-track:after {
    content: "";
    display: table; }
  .slick-track:after {
    clear: both; }
  .slick-loading .slick-track {
    visibility: hidden; }

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none; }
  [dir="rtl"] .slick-slide {
    float: right; }
  .slick-slide img {
    display: block; }
  .slick-slide.slick-loading img {
    display: none; }
  .slick-slide.dragging img {
    pointer-events: none; }
  .slick-initialized .slick-slide {
    display: block; }
  .slick-loading .slick-slide {
    visibility: hidden; }
  .slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent; }

.slick-arrow.slick-hidden {
  display: none; }

[data-tooltip] {
  position: relative;
  z-index: 2;
  cursor: pointer; }

/* Hide the tooltip content by default */
[data-tooltip]:before,
[data-tooltip]:after {
  opacity: 0;
  pointer-events: none;
  transition: opacity .5s; }

/* Position tooltip above the element */
[data-tooltip]:before {
  position: absolute;
  top: 105%;
  left: 40%;
  margin-bottom: 5px;
  margin-left: -80px;
  padding: 7px;
  width: 160px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  background-color: #000;
  background-color: #fff;
  color: #000;
  color: #003399;
  content: attr(data-tooltip);
  text-align: center;
  font-size: 1rem;
  line-height: 1.2em; }
  @media (min-width: 900px) {
    [data-tooltip]:before {
      font-size: 0.65rem; } }
  @media (min-width: 2000px) {
    [data-tooltip]:before {
      font-size: 0.7rem;
      width: 170px; } }

/* Triangle hack to make tooltip look like a speech bubble */
[data-tooltip]:after {
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -3px;
  width: 0;
  border-bottom: 5px solid transparent;
  border-right: 5px solid transparent;
  border-left: 5px solid transparent;
  content: " ";
  font-size: 0;
  line-height: 0; }

/* Show tooltip content on hover */
[data-tooltip]:hover:before,
[data-tooltip]:hover:after {
  opacity: 1;
  transition: opacity .5s; }

.our_work-wrapper h2 {
  color: #003399;
  margin-top: 100px;
  margin-bottom: 0.6em; }
  @media (min-width: 900px) {
    .our_work-wrapper h2 {
      margin-top: 80px; } }
  @media (min-width: 1300px) {
    .our_work-wrapper h2 {
      margin-top: 100px; } }

.introduction {
  color: #888;
  font-size: 1.5rem;
  line-height: 1.5em;
  margin-top: 80px; }
  @media (min-width: 900px) {
    .introduction {
      margin-bottom: -20px; } }
  @media (min-width: 1300px) {
    .introduction {
      margin-bottom: 25px;
      font-size: 2rem; } }
  @media (min-width: 1400px) {
    .introduction {
      margin-bottom: 25px; } }
  @media (min-width: 2000px) {
    .introduction {
      font-size: 2.5rem; } }

.list {
  margin-bottom: 40px; }

ul.list {
  padding-left: 1.6em;
  list-style-type: disc !important; }

ul.list > li {
  line-height: 1.6;
  margin-bottom: 8px;
  font-size: 0.9rem; }
  @media (min-width: 900px) {
    ul.list > li {
      margin-bottom: 5px;
      font-size: 1rem; } }
  @media (min-width: 1300px) {
    ul.list > li {
      margin-bottom: 8px;
      font-size: 1rem; } }
  @media (min-width: 2000px) {
    ul.list > li {
      font-size: 1.3rem; } }

blockquote {
  z-index: -1;
  width: 100%;
  margin-bottom: 35px;
  margin-top: 30px;
  padding-right: 30px;
  margin-left: 0%; }
  @media (min-width: 900px) {
    blockquote {
      width: 43%;
      float: left;
      margin-left: -12%; } }
  @media (min-width: 1300px) {
    blockquote {
      margin-left: -15%; } }

blockquote p {
  display: inline;
  color: #fff;
  background-color: #003399;
  font-size: 1.1rem; }
  @media (min-width: 1300px) {
    blockquote p {
      font-size: 1.5rem; } }
  @media (min-width: 2000px) {
    blockquote p {
      font-size: 1.7rem; } }

@media (min-width: 900px) {
  h2.shift {
    margin-left: -15%;
    margin-bottom: 60px; } }

.our_work-wrapper h1 {
  font-size: 1.5rem;
  line-height: 1.2em;
  font-weight: 200;
  color: #003399;
  margin-top: 60px; }
  @media (min-width: 600px) {
    .our_work-wrapper h1 {
      font-size: 1.7rem; } }
  @media (min-width: 900px) {
    .our_work-wrapper h1 {
      font-size: 1.9rem; } }
  @media (min-width: 1300px) {
    .our_work-wrapper h1 {
      font-size: 2.2rem; } }
  @media (min-width: 2000px) {
    .our_work-wrapper h1 {
      font-size: 2.5rem; } }

.our_work-wrapper h2 ~ h2 {
  font-size: 1.4rem;
  line-height: 1.2em;
  font-weight: 200;
  margin-top: 50px; }
  @media (min-width: 600px) {
    .our_work-wrapper h2 ~ h2 {
      font-size: 1.6rem; } }
  @media (min-width: 900px) {
    .our_work-wrapper h2 ~ h2 {
      font-size: 1.7rem; } }
  @media (min-width: 1300px) {
    .our_work-wrapper h2 ~ h2 {
      font-size: 1.9rem; } }
  @media (min-width: 2000px) {
    .our_work-wrapper h2 ~ h2 {
      font-size: 2.2rem; } }

.our_work-wrapper h3 {
  font-size: 1.3rem;
  font-weight: 200;
  margin-top: 45px; }
  @media (min-width: 600px) {
    .our_work-wrapper h3 {
      font-size: 1.5rem; } }
  @media (min-width: 900px) {
    .our_work-wrapper h3 {
      font-size: 1.6rem; } }
  @media (min-width: 1300px) {
    .our_work-wrapper h3 {
      font-size: 1.7rem;
      margin-bottom: 0; } }
  @media (min-width: 2000px) {
    .our_work-wrapper h3 {
      font-size: 1.9rem; } }

.our_work-wrapper h4 {
  font-weight: 200;
  font-size: 1.2rem;
  margin-top: 40px; }
  @media (min-width: 600px) {
    .our_work-wrapper h4 {
      font-size: 1.4rem; } }
  @media (min-width: 900px) {
    .our_work-wrapper h4 {
      font-size: 1.5rem; } }
  @media (min-width: 1300px) {
    .our_work-wrapper h4 {
      font-size: 1.5rem;
      margin-bottom: 0; } }
  @media (min-width: 2000px) {
    .our_work-wrapper h4 {
      font-size: 1.7rem; } }

.our_work-wrapper h5 {
  font-size: 1.1rem;
  font-weight: 200;
  color: #003399;
  margin-bottom: 0;
  margin-top: 40px; }
  @media (min-width: 600px) {
    .our_work-wrapper h5 {
      font-size: 1.3rem; } }
  @media (min-width: 900px) {
    .our_work-wrapper h5 {
      font-size: 1.4rem; } }
  @media (min-width: 2000px) {
    .our_work-wrapper h5 {
      font-size: 1.5rem; } }

.our_work-wrapper h6 ~ h6 {
  font-size: 1rem;
  font-weight: 200;
  color: #003399;
  margin-bottom: 0;
  margin-top: 40px; }
  @media (min-width: 600px) {
    .our_work-wrapper h6 ~ h6 {
      font-size: 1.2rem; } }
  @media (min-width: 900px) {
    .our_work-wrapper h6 ~ h6 {
      font-size: 1.3rem; } }
  @media (min-width: 2000px) {
    .our_work-wrapper h6 ~ h6 {
      font-size: 1.4rem; } }

.short-news-theme {
  margin-bottom: 100px; }
  @media (min-width: 1300px) {
    .short-news-theme {
      margin-bottom: 70px; } }
  @media (min-width: 2000px) {
    .short-news-theme {
      margin-bottom: 120px; } }

.short-news-theme.work {
  margin-top: 80px; }
  @media (min-width: 1300px) {
    .short-news-theme.work {
      margin-top: 80px; } }

.col-1-slim {
  width: 92%;
  margin-bottom: 70px;
  margin-right: 5%; }
  @media (min-width: 600px) {
    .col-1-slim {
      float: left;
      width: 35%;
      margin-bottom: 50px; } }
  @media (min-width: 900px) {
    .col-1-slim {
      margin-bottom: 90px;
      margin-bottom: 0; } }

.col-2-slim {
  width: 100%;
  right: 0; }
  @media (min-width: 600px) {
    .col-2-slim {
      float: left;
      width: 20%; } }

.short-news-theme h3 {
  font-size: 1.2rem; }
  @media (min-width: 600px) {
    .short-news-theme h3 {
      font-size: 1.4rem; } }
  @media (min-width: 900px) {
    .short-news-theme h3 {
      font-size: 1.2rem; } }
  @media (min-width: 1300px) {
    .short-news-theme h3 {
      font-size: 1.4rem; } }
  @media (min-width: 2000px) {
    .short-news-theme h3 {
      font-size: 1.7rem; } }

.short-news-theme h3 a {
  color: #bbb !important;
  transition: color 0.3s; }
  .short-news-theme h3 a:hover {
    color: #003399 !important;
    transition: color 0.3s; }

.read-more {
  margin-right: 10%;
  float: right;
  margin-top: -10px;
  margin-bottom: 30px; }
  @media (min-width: 600px) {
    .read-more {
      margin-left: 20%; } }
  @media (min-width: 900px) {
    .read-more {
      float: left;
      margin-left: 30%; } }
  .read-more:hover a svg.arrow {
    fill: #003399;
    stroke: #003399;
    /*transition: stroke 0.3s, fill 0.3s; */}
    @media (min-width: 600px) {
      .read-more:hover a svg.arrow {
        fill: #003399;
        /*transition: stroke 0.3s, fill 0.3s*/;
        stroke: #fff; } }
  .read-more:hover a.more {
    color: #003399;
    transition: color 0.3s; }

svg.arrow {
  position: relative;
  margin-left: -15%;
  margin-top: 10px;
  
  fill: #bbb;
  stroke: #bbb;
  stroke-width: 5;
  width: 10px;
  height: 12px;
  /*transition: stroke 0.3s, fill 0.3s;*/ }
  @media (min-width: 600px) {
    svg.arrow {
      margin-bottom: 20px;
      stroke: #fff;
      stroke-width: 0.5;
      /*transition: stroke 0.3s, fill 0.3s;*/
      margin-left: -5%;
      margin-top: 60px;
      width: 100%;
      height: 100px; } }
  @media (min-width: 900px) {
    svg.arrow {
      margin-left: -5%; } }
  @media (min-width: 1300px) {
    svg.arrow {
      margin-left: -15%; } }
  @media (min-width: 2000px) {
    svg.arrow {
      margin-left: -20%;
      height: 120px; } }

a.more {
  position: absolute;
  font-size: 1rem;
  color: #bbb;
  font-weight: 400;
  transition: color 0.3s;
  margin-left: -100px;
  margin-top: 6px; }
  @media (min-width: 600px) {
    a.more {
      position: relative;
      margin-left: -5px; } }
  @media (min-width: 2000px) {
    a.more {
      font-size: 1.3rem;
      margin-left: 5px; } }

svg.small-arrow {
  position: absolute;
  margin-left: 5px;
  padding-top: 6px;
  fill: #999;
  stroke: #999;
  stroke-width: 5;
  width: 10px;
  height: 12px;
  transition: stroke 0.3s, fill 0.3s; }

.col-1-slim p {
  font-size: 0.7rem;
  color: #777; }
  @media (min-width: 600px) {
    .col-1-slim p {
      font-size: 0.7rem; } }
  @media (min-width: 900px) {
    .col-1-slim p {
      margin-top: 15px; } }
  @media (min-width: 1300px) {
    .col-1-slim p {
      margin-top: 30px; } }
  @media (min-width: 2000px) {
    .col-1-slim p {
      font-size: 1rem;
      margin-top: 40px; } }

.col-1-slim p a {
  color: #777;
  transition: color 0.3s; }
  .col-1-slim p a:hover {
    transition: color 0.3s;
    color: #003399; }
  .col-1-slim p a:visited {
    color: #777; }

.short-news-theme h6 {
  font-size: 0.8rem; }
  @media (min-width: 600px) {
    .short-news-theme h6 {
      font-size: 0.8rem; } }
  @media (min-width: 900px) {
    .short-news-theme h6 {
      margin-top: 25px;
      font-size: 0.9rem; } }
  @media (min-width: 1300px) {
    .short-news-theme h6 {
      font-size: 0.9rem; } }
  @media (min-width: 2000px) {
    .short-news-theme h6 {
      font-size: 1rem; } }

/*.news-wrapper .main_photo{
 	background-image: url('../img/210669856_2.jpg');
	//background-image: url('../img/test.jpg');
		background-size: auto 150%;
		//background-position: bottom;
		background-size: cover;
		background-repeat: no-repeat;
		background-position: center;
}*/
.news-wrapper {
  margin-top: 90px; }
  @media (min-width: 600px) {
    .news-wrapper {
      margin-top: 0px; } }
  @media (min-width: 900px) {
    .news-wrapper {
      margin-top: -40px; } }

.short-news {
  width: 100%;
  margin-top: 0px; }
  @media (min-width: 600px) {
    .short-news {
      margin-top: 40px; } }
  @media (min-width: 900px) {
    .short-news {
      margin-top: 40px; } }

@media (min-width: 1300px) {
  .news-wrapper .title {
    margin-top: 0px; } }

.row .short-about, .result .short-about {
  width: 100%; }

.title h2 a, .title h2 a:visited {
  color: #003399;
  line-height: 1.2em;
  font-size: 1.7rem; }
  @media (min-width: 900px) {
    .title h2 a, .title h2 a:visited {
      font-size: 1.9rem; } }
  @media (min-width: 1300px) {
    .title h2 a, .title h2 a:visited {
      font-size: 2.2rem; } }
  @media (min-width: 2000px) {
    .title h2 a, .title h2 a:visited {
      font-size: 3.3rem; } }

h3 a, h3 a:visited {
  color: #003399; }

.row {
  width: 100%; }

@media (min-width: 1300px) {
  .short-news .col-1, .short-news .col-2 {
    width: 45%; } }

@media (min-width: 1300px) {
  .short-news .col-1 {
    margin-right: 7%; } }

.secondary-column .sector, .sector.mc {
  width: 96%; }
  @media (min-width: 900px) {
    .secondary-column .sector, .sector.mc {
      width: 100%; } }

.sector.left.video {
  margin-bottom: 30px;
  margin-top: 0px;
  margin-right: 0%; }
  @media (min-width: 1300px) {
    .sector.left.video {
      margin-top: 30px; 
      margin-bottom: 35px;} }

@media (min-width: 900px) {
  .sector.left.video .text {
    margin-top: 50px;
    margin-left: 50%; 
    margin-bottom: 100px;} }

@media (min-width: 1300px) {
  .sector.left.video .text {
    margin-top: 40px; } }

.sector.left.video .img {
  width: 100%; }
  @media (min-width: 900px) {
    .sector.left.video .img {
      width: 60%; } }

@media (min-width: 1300px) {
  .sector.left.video .title a {
    font-size: 2.5rem;
    line-height: 1.2em; } }

.secondary-column .sector.right.news, .sector.right.news.mc {
  margin-bottom: 100px;
  margin-top: 0; }
  @media (min-width: 1300px) {
    .secondary-column .sector.right.news, .sector.right.news.mc {
      margin-top: 45px; } }

.sector.right.news .text {
  margin-left: 0; }
  @media (min-width: 900px) {
    .sector.right.news .text {
      width: 35%;
      margin-top: 0; } }

@media (min-width: 900px) {
  .sector.right.news .img {
    width: 50%; } }

@media (min-width: 1400px) {
  .sector.right.news .img {
    width: 55%; } }

.news-wrapper .secondary-column {
  margin-bottom: 0; }

.sector.mc {
  float: left;
  width: 100%; }
  @media (min-width: 900px) {
    .sector.mc {
      width: 115%;
      float: left;
      margin-left: -15%; } }

.sector.left.video.mc, .sector.right.news.mc {
  margin-bottom: 80px; }
  @media (min-width: 600px) {
    .sector.left.video.mc, .sector.right.news.mc {
      margin-top: 0px; } }
  @media (min-width: 900px) {
    .sector.left.video.mc, .sector.right.news.mc {
      margin-top: 80px;
      margin-bottom: 70px; } }
  @media (min-width: 1300px) {
    .sector.left.video.mc, .sector.right.news.mc {
      margin-top: 90px;
      margin-bottom: 85px; } }
  @media (min-width: 2000px) {
    .sector.left.video.mc, .sector.right.news.mc {
      margin-top: 115px;
      margin-bottom: 110px; } }

.sector.mc a.img.new {
  display: inline-block; }

.no-img-news {
  float: left;
  margin-top: 0px;
  width: 100%;
  margin-bottom: 60px; }
  @media (min-width: 600px) {
    .no-img-news {
      float: left;
      margin-bottom: 80px; } }
  @media (min-width: 900px) {
    .no-img-news {
      margin-bottom: 30px;
      margin-top: 40px;
      width: 44%;
      float: left;
      margin-right: 6%; } }
  @media (min-width: 1300px) {
    .no-img-news {
      margin-bottom: 50px; } }
  @media (min-width: 2000px) {
    .no-img-news {
      margin-bottom: 80px; } }

.clear {
  width: 100%;
  float: left; }

.no-img-news p, .sector.right.news .text.mobile p, .sector.right.news .text-new p, .sector.left.video .text.mobile p, .sector.left.video .text-new p {
  font-size: 0.85rem; }
  @media (min-width: 600px) {
    .no-img-news p, .sector.right.news .text.mobile p, .sector.right.news .text-new p, .sector.left.video .text.mobile p, .sector.left.video .text-new p {
      font-size: 0.95rem; } }
  @media (min-width: 900px) {
    .no-img-news p, .sector.right.news .text.mobile p, .sector.right.news .text-new p, .sector.left.video .text.mobile p, .sector.left.video .text-new p {
      margin-top: 15px;
      font-size: 0.8rem; } }
  @media (min-width: 1300px) {
    .no-img-news p, .sector.right.news .text.mobile p, .sector.right.news .text-new p, .sector.left.video .text.mobile p, .sector.left.video .text-new p {
      margin-top: 30px;
      font-size: 0.85rem; } }
  @media (min-width: 1400px) {
    .no-img-news p, .sector.right.news .text.mobile p, .sector.right.news .text-new p, .sector.left.video .text.mobile p, .sector.left.video .text-new p {
      font-size: 0.9rem; } }
  @media (min-width: 2000px) {
    .no-img-news p, .sector.right.news .text.mobile p, .sector.right.news .text-new p, .sector.left.video .text.mobile p, .sector.left.video .text-new p {
      font-size: 1.3rem;
      margin-top: 40px; } }

/*.results-wrapper .main_photo{
	background-image: url('../img/210669856_2.jpg');
	//background-image: url('../img/test.jpg');
		background-size: auto 150%;
		//background-position: bottom;
		background-size: cover;
		background-repeat: no-repeat;
		background-position: center;
}*/
.result-wrapper {
  width: 100%;
  margin-bottom: 100px; }

iframe {
  width: 100%;
  min-height: 175px; }
  @media (min-width: 600px) {
    iframe {
      width: 100%;
      min-height: 390px; } }
  @media (min-width: 900px) {
    iframe {
      width: 55%;
      min-height: 280px; } }
  @media (min-width: 1300px) {
    iframe {
      width: 60%;
      min-height: 350px; } }
  @media (min-width: 1400px) {
    iframe {
      width: 60%;
      min-height: 420px; } }
  @media (min-width: 2000px) {
    iframe {
      width: 55%;
      min-height: 600px; } }

/*.results-wrapper .page_title-wrapper{
	height: 130px;
	@media (min-width: $tablet-2-size){
		height: 200px;
	}
	@media (min-width: $tablet-size){
		height: 66vh;
		height: 250px;
	}
	@media (min-width: $desktop-size){
		height: 250px;
	}
	@media (min-width: $large-size){
		height: 380px;
	}
}
.result-wrapper.first{
	margin-top: -40px;
	@media (min-width: $large-size){
		margin-top: 10px;
	}
}*/
.results-wrapper .content {
  margin-bottom: -100px; }

.results-wrapper .secondary-column {
  margin-bottom: 30px; }

.result {
  width: 100%; }
  @media (min-width: 900px) {
    .result {
      width: 65%;
      float: left; } }
  @media (min-width: 1300px) {
    .result {
      width: 70%;
      float: left; } }

.secondary-column .result {
  width: 100%; }

.filtr-wrapper {
  width: 90%;
  float: left;
  margin-bottom: 60px; }

.filtr ul li {
  float: left;
  margin-right: 15px;
  margin-bottom: 10px; }
  @media (min-width: 600px) {
    .filtr ul li {
      margin-right: 40px; } }

.filtr ul li a.selected {
  color: #003399; }

.filtr ul li a {
  text-transform: uppercase;
  cursor: pointer;
  font-size: 0.85rem;
  font-weight: 400;
  color: #bbb;
  margin-bottom: 0;
  transition: color 0.5s; }
  @media (min-width: 600px) {
    .filtr ul li a {
      font-size: 1rem; } }
  @media (min-width: 2000px) {
    .filtr ul li a {
      font-size: 1.3rem; } }
  .filtr ul li a:hover {
    color: #003399;
    transition: color 0.5s; }

@media (min-width: 900px) {
  .result h2 {
    font-size: 2.2rem;
    line-height: 1.15em; } }

@media (min-width: 1300px) {
  .result h2 {
    font-size: 2.5rem;
    line-height: 1.15em; } }

@media (min-width: 2000px) {
  .result h2 {
    font-size: 3.4rem; } }

.result h2 a, .result h2 a:visited {
  color: #003399; }

/*.results-wrapper .title h2 a{
	@media (min-width: $tablet-size){
		font-size: 2.5rem;
		line-height: 1.3em;
	}
	@media (min-width: $desktop-size){
		font-size: 3rem;
		line-height: 1.15em;
	}
	@media (min-width: $large-size){
		font-size: 4rem;
	}
}
.results-wrapper .sector.left.video .text{
	@media (min-width: $large-size){
		margin-top: 100px;
	}
}*/
.download-wrapper {
  width: 25%; }
  @media (min-width: 900px) {
    .download-wrapper {
      float: right; } }

.download-button {
  cursor: pointer;
  margin-left: 0;
  margin-top: 40px;
  margin-bottom: 20px; }
  @media (min-width: 900px) {
    .download-button {
      margin-left: 10px;
      margin-top: 100px;
      margin-bottom: 0; } }
  @media (min-width: 1300px) {
    .download-button {
      margin-left: 40px;
      margin-top: 100px; } }
  @media (min-width: 2000px) {
    .download-button {
      margin-top: 120px; } }

.download-button a {
  font-weight: 600;
  color: #fff;
  background-color: #003399;
  font-size: 1rem;
  padding: 12px 18px 10px 18px; }
  @media (min-width: 1300px) {
    .download-button a {
      font-size: 1.2rem;
      padding: 15px 20px 13px 20px; } }
  @media (min-width: 2000px) {
    .download-button a {
      font-size: 1.5rem;
      padding: 20px 25px 18px 25px; } }

h6.read {
  float: right;
  margin-top: 0;
  margin-right: 20px; }

h6.read a {
  color: #888; }

/*.contacts-wrapper .main_photo{
	background-image: url('../img/210669856_2.jpg');
	//background-image: url('../img/test.jpg');
		background-size: auto 150%;
		//background-position: bottom;
		background-size: cover;
		background-repeat: no-repeat;
		background-position: center;
}*/
.contacts-details {
  margin-top: 80px;
  color: #003399;
  width: 100%;
  font-size: 1.1rem; }
  @media (min-width: 600px) {
    .contacts-details {
      margin-top: 40px; } }
  @media (min-width: 1300px) {
    .contacts-details {
      font-size: 1.3rem; } }

.contacts-wrapper .contacts-details ul li {
  margin-top: 10px; }
  @media (min-width: 600px) {
    .contacts-wrapper .contacts-details ul li {
      font-size: 1.5rem; } }
  @media (min-width: 1300px) {
    .contacts-wrapper .contacts-details ul li {
      font-size: 1.7rem; } }
  @media (min-width: 2000px) {
    .contacts-wrapper .contacts-details ul li {
      font-size: 2.2rem; } }

.contacts-wrapper h2 {
  font-size: 2.5rem;
  line-height: 1em;
  margin-bottom: 23px;
  color: #003399; }
  @media (min-width: 600px) {
    .contacts-wrapper h2 {
      font-size: 3rem; } }
  @media (min-width: 900px) {
    .contacts-wrapper h2 {
      font-size: 3.2rem; } }
  @media (min-width: 1300px) {
    .contacts-wrapper h2 {
      font-size: 3.6rem; } }
  @media (min-width: 2000px) {
    .contacts-wrapper h2 {
      font-size: 4.3rem; } }

@media (min-width: 1300px) {
  .partners.contact {
    margin-top: 200px; } }

@media (min-width: 1400px) {
  .partners.contact {
    margin-top: 300px; } }

.map-wrapper {
  width: 100%;
  float: left; }

.map {
  width: 100%;
  height: 300px;
  margin-top: 0px;
  margin-bottom: 150px;
  background-color: #ccc; }
  @media (min-width: 900px) {
    .map {
      margin-top: 70px;
      float: right;
      height: 500px; } }

.form-wrapper {
  width: 100%;
  margin-bottom: 130px; }

.form-wrapper form {
  width: 100%; }

.form-wrapper form .col-1 {
  margin-top: 0;
  width: 100%; }
  @media (min-width: 1300px) {
    .form-wrapper form .col-1 {
      width: 35%; } }

input {
  outline: none;
  border-radius: 0; }

textarea {
  outline: none;
  border-radius: 0; }

/*button.send{
	border: none;
	color: #333;
	background-color: rgba(251, 248, 0, 0.8);
}*/
.form-wrapper form .col-2 {
  margin-top: 0;
  width: 100%; }
  @media (min-width: 1300px) {
    .form-wrapper form .col-2 {
      width: 60%; } }

.contacts-wrapper form {
  margin-top: -45px; }
  @media (min-width: 600px) {
    .contacts-wrapper form {
      margin-top: 50px; } }
  @media (min-width: 1300px) {
    .contacts-wrapper form {
      margin-top: 70px; } }

.in {
  width: 100%;
  position: relative;
  margin-bottom: 70px;
  float: left; }
  @media (min-width: 2000px) {
    .in {
      margin-bottom: 78px; } }

input, textarea {
  position: absolute;
  top: 22px; }
  @media (min-width: 2000px) {
    input, textarea {
      top: 27px; } }

input:focus + label, textarea:focus + label {
  color: #003399;
  opacity: 1;
  transition: color 0.5s, opacity 0.5s; }

input:hover + label, textarea:hover + label {
  color: #003399;
  opacity: 1;
  transition: color 0.5s, opacity 0.5s; }

label {
  font-size: 1rem;
  color: #ccc;
  transition: color 0.5s; }
  @media (min-width: 1300px) {
    label {
      font-size: 1.2rem; } }
  @media (min-width: 1400px) {
    label {
      font-size: 1.2rem; } }
  @media (min-width: 2000px) {
    label {
      font-size: 1.4rem; } }

.box {
  width: 96%;
  background-color: #fff;
  border: 1px solid #ddd;
  padding: 7px 2% 9px 2%;
  margin-bottom: 20px;
  margin-top: 5px;
  transition: border 0.5s; }
  @media (min-width: 900px) {
    .box {
      margin-bottom: 20px;
      margin-top: 8px; } }
  @media (min-width: 2000px) {
    .box {
      margin-bottom: 25px; } }
  .box:focus {
    border: 1px solid #003399;
    transition: border 0.5s; }
  .box:hover {
    border: 1px solid #003399;
    transition: border 0.5s; }

button.send {
  border: 0;
  width: 100%;
  margin-top: 90px;
  font-weight: 600;
  color: #fff;
  background-color: #003399;
  font-size: 1rem;
  padding: 15px 0 16px 0; }
  @media (min-width: 1300px) {
    button.send {
      font-size: 1.2rem; } }
  @media (min-width: 2000px) {
    button.send {
      font-size: 1.5rem; } }

.media-requirements, .team-wrapper {
  margin-bottom: 80px; }
  @media (min-width: 1300px) {
    .media-requirements, .team-wrapper {
      margin-bottom: 60px; } }

/*.team-wrapper{
	float: left;
	width: 100%;
	@media (min-width: $tablet-2-size){
		margin-bottom: 50px;
	}
}*/
.inquiries {
  font-size: 1.2rem;
  line-height: 1.3em;
  color: #888; }
  @media (min-width: 600px) {
    .inquiries {
      font-size: 1.3rem;
      line-height: 1.4em; } }
  @media (min-width: 900px) {
    .inquiries {
      margin-top: 40px;
      margin-bottom: 20px; } }
  @media (min-width: 1300px) {
    .inquiries {
      font-size: 1.5rem; } }
  @media (min-width: 2000px) {
    .inquiries {
      font-size: 2rem; } }

.team-member h3 {
  margin-bottom: -30px; }

.team {
  /*height: 1000px;*/
  width: 100%;
  display: flex;
  align-items: left;
  justify-content: top;
  /*flex-flow: column wrap;*/
  flex-flow: wrap;
  align-content: stretch; }
  @media (min-width: 600px) {
    .team {
      /*height: 600px; } }*/
      height: auto; } }
  @media (min-width: 1300px) {
    .team {
      /*height: 700px; } }*/
      height: auto; } }
  @media (min-width: 2000px) {
    .team {
      /*height: 500px; } }*/
      height: auto; } }

.team h4 {
  margin-bottom: 5px;
  color: #444;
  margin-top: 0;
  color: #003399; 
  margin-top: 10px;
}

/*.team ul li.c-1, .team ul li.c-2, .team ul li.c-3{
	float: left;
	width: 100%;
	@media (min-width: $tablet-2-size){
		//width: 50%;
		width: 29.2%;
	}
	@media (min-width: $tablet-size){
		width: 29%;
	}
	@media (min-width: $desktop-size){
		width: 30%;
	}
	@media (min-width: $large-size){
		width: 18%;
	}	
}
.team ul li.c-1, .team ul li.c-2{
	@media (min-width: $tablet-2-size){
		//margin-right: 9%;
		margin-right: 6%;
	}
	@media (min-width: $tablet-size){
		//margin-right: 9%;
		margin-right: 6.5%;
	}
	@media (min-width: $desktop-size){
		margin-right: 5%;
	}
}
.team ul li.c-3{
	margin-right: 0;
}*/
p.team-member {
  color: #999;
  margin-top: 0px;
 line-height: 1.3;
  margin-bottom: 0; }
  @media (min-width: 900px) {
    p.team-member {
      font-size: 0.8rem; } }
  @media (min-width: 1300px) {
    p.team-member {
      font-size: 0.9rem; } }
  @media (min-width: 2000px) {
    p.team-member {
      font-size: 1rem; } }

/*.team .col-1, .team .col-2 {
	margin-top: 35px;
	@media (min-width: $desktop-size){
		margin-top: 20px;
	}
}*/
@media (min-width: 1300px) {
  .contacts-wrapper .row {
    margin-top: 0px; } }

::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #ccc; }

:focus::-webkit-input-placeholder {
  color: transparent; }

:focus::-moz-placeholder {
  color: transparent; }

:focus:-moz-placeholder {
  color: transparent; }

:focus:-ms-input-placeholder {
  color: transparent; }

@media (min-width: 600px) {
  .contacts-wrapper .col-1 {
    margin-bottom: 0; } }

.footer-wrapper {
  background-color: #003399;
  width: 100%;
  margin-top: 150px; }
  @media (min-width: 900px) {
    .footer-wrapper {
      float: right;
      margin-top: 200px;
      width: 85%; } }

.contact-wrapper {
  height: auto;
  padding-top: 7%;
  padding-left: 8%;
  padding-right: 8%;
  padding-bottom: 8%; }
  @media (min-width: 900px) {
    .contact-wrapper {
      padding-top: 3.5%;
      padding-left: 4%;
      padding-right: 4%;
      padding-bottom: 4%; } }
  @media (min-width: 1300px) {
    .contact-wrapper {
      padding-top: 3.5%;
      padding-left: 4%;
      padding-right: 4%;
      padding-bottom: 4%; } }

.about {
  width: 100%;
  color: #fff; }
  @media (min-width: 1300px) {
    .about {
      width: 40%;
      float: left;
      margin-right: 10%; } }

.about p {
  font-size: 0.8rem; }
  @media (min-width: 1300px) {
    .about p {
      font-size: 0.85rem; } }
  @media (min-width: 2000px) {
    .about p {
      font-size: 1.1rem; } }

.contacts {
  margin-top: 40px;
  width: 100%; }
  @media (min-width: 1300px) {
    .contacts {
      width: 50%;
      margin-top: 0px;
      float: right;
      margin-top: 20px; } }

ul {
  list-style: none;
  margin-top: 27px;
  margin-bottom: 0;
  padding: 0; }

.contacts ul li {
  margin-bottom: 5px; }

.contacts ul li a {
  color: #ddd;
  font-size: 1rem;
  line-height: 1.4em; }
  @media (min-width: 1300px) {
    .contacts ul li a {
      font-size: 1.05rem; } }
  @media (min-width: 2000px) {
    .contacts ul li a {
      font-size: 1.4rem; } }

.copywriting-wrapper {
  width: 86%;
  margin-right: 8%;
  margin-left: 8%;
  float: left;
  margin-top: 30px;
  margin-bottom: 20px;
  font-size: 0.7rem; }
  @media (min-width: 900px) {
    .copywriting-wrapper {
      width: 92%;
      margin-right: 4%;
      margin-left: 4%; } }
  @media (min-width: 1300px) {
    .copywriting-wrapper {
      font-size: 0.7rem; } }
  @media (min-width: 2000px) {
    .copywriting-wrapper {
      font-size: 1rem; } }

.rights {
  float: left;
  color: #999; }

.copywriting {
  float: left; }
  @media (min-width: 600px) {
    .copywriting {
      float: right; } }

.copywriting a {
  text-align: right;
  color: #888; }

.footer-wrapper h4 {
  margin-top: 0;
  margin-bottom: 0.7em;
  color: #ddd; }

.moving-wrapper {
  float: left;
  width: 100%; }

.moving {
  width: 100%;
  margin-left: 8%;
  margin-top: 0px;
  margin-bottom: 20px;
  float: left;
  background-image: url("../img/moving_forward_together2.png");
  background-size: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  width: 200px;
  height: 37px; }
  @media (min-width: 600px) {
    .moving {
      margin-top: -40px; } }
  @media (min-width: 1300px) {
    .moving {
      margin-left: 4%; } }

.single-wrapper {
  margin-top: 90px; }
  @media (min-width: 600px) {
    .single-wrapper {
      margin-top: 0; } }

.single-wrapper img {
  width: 100%;
  margin-top: 35px;
  margin-bottom: 45px; }
  @media (min-width: 600px) {
    .single-wrapper img {
      margin-top: 50px;
      margin-bottom: 60px; } }

.single-wrapper iframe {
  width: 100%;
  margin-top: 25px;
  margin-bottom: 35px; }
  @media (min-width: 600px) {
    .single-wrapper iframe {
      margin-top: 50px;
      margin-bottom: 60px; } }
  @media (min-width: 900px) {
    .single-wrapper iframe {
      min-height: 385px; } }
  @media (min-width: 1300px) {
    .single-wrapper iframe {
      min-height: 500px; } }
  @media (min-width: 2000px) {
    .single-wrapper iframe {
      min-height: 920px; } }

.single-wrapper h6 {
  /*margin-top: 40px;
	margin-bottom: 20px;
	@media (min-width: $tablet-size){
		margin-bottom: 20px;
	}
	@media (min-width: $desktop-size){
		margin-bottom: 25px;
	}
	@media (min-width: $large-size){
		margin-top: 60px;
		margin-bottom: 30px;
	}*/
  font-size: 1rem;
  font-weight: 400;
  color: #bbb;
  margin-top: 40px;
  margin-bottom: 20px; }
  @media (min-width: 600px) {
    .single-wrapper h6 {
      margin-top: 30px;
      margin-bottom: 20px; } }
  @media (min-width: 900px) {
    .single-wrapper h6 {
      font-size: 0.95rem;
      margin-top: 30px; } }
  @media (min-width: 1300px) {
    .single-wrapper h6 {
      font-size: 1rem;
      margin-top: 40px;
      margin-bottom: 25px; } }
  @media (min-width: 2000px) {
    .single-wrapper h6 {
      font-size: 1.4rem;
      margin-top: 60px;
      margin-bottom: 30px; } }

.single-wrapper .main-column ul, .our_work-wrapper .main-column ul {
  padding-left: 60px;
  list-style-type: none; }

.single-wrapper ol, .our_work-wrapper ol {
  padding-left: 60px;
  line-height: 1.6; }

.single-wrapper ul > li, .our_work-wrapper ul > li {
  text-indent: -1.5em;
  line-height: 1.6; }

.single-wrapper ul > li:before, .our_work-wrapper ul > li:before {
  content: "\2014\a0";
  margin-right: 5px; }

.single-wrapper h1, .our_work-wrapper h1 {
  font-size: 1.5rem;
  line-height: 1.2em;
  font-weight: 200;
  color: #003399;
  margin-top: 60px; }
  @media (min-width: 600px) {
    .single-wrapper h1, .our_work-wrapper h1 {
      font-size: 1.7rem; } }
  @media (min-width: 900px) {
    .single-wrapper h1, .our_work-wrapper h1 {
      font-size: 1.9rem; } }
  @media (min-width: 1300px) {
    .single-wrapper h1, .our_work-wrapper h1 {
      font-size: 2.2rem; } }
  @media (min-width: 2000px) {
    .single-wrapper h1, .our_work-wrapper h1 {
      font-size: 2.5rem; } }

.single-wrapper h2 ~ h2, .our_work-wrapper h2 ~ h2 {
  font-size: 1.4rem;
  line-height: 1.2em;
  font-weight: 200;
  margin-top: 50px; }
  @media (min-width: 600px) {
    .single-wrapper h2 ~ h2, .our_work-wrapper h2 ~ h2 {
      font-size: 1.6rem; } }
  @media (min-width: 900px) {
    .single-wrapper h2 ~ h2, .our_work-wrapper h2 ~ h2 {
      font-size: 1.7rem; } }
  @media (min-width: 1300px) {
    .single-wrapper h2 ~ h2, .our_work-wrapper h2 ~ h2 {
      font-size: 1.9rem; } }
  @media (min-width: 2000px) {
    .single-wrapper h2 ~ h2, .our_work-wrapper h2 ~ h2 {
      font-size: 2.2rem; } }

.single-wrapper h3, .our_work-wrapper .main-column h3 {
  font-size: 1.3rem;
  font-weight: 200;
  margin-top: 45px; }
  @media (min-width: 600px) {
    .single-wrapper h3, .our_work-wrapper .main-column h3 {
      font-size: 1.5rem; } }
  @media (min-width: 900px) {
    .single-wrapper h3, .our_work-wrapper .main-column h3 {
      font-size: 1.6rem; } }
  @media (min-width: 1300px) {
    .single-wrapper h3, .our_work-wrapper .main-column h3 {
      font-size: 1.7rem;
      margin-bottom: 0; } }
  @media (min-width: 2000px) {
    .single-wrapper h3, .our_work-wrapper .main-column h3 {
      font-size: 1.9rem; } }

.single-wrapper h4, .our_work-wrapper h4 {
  font-weight: 200;
  font-size: 1.2rem;
  margin-top: 40px; }
  @media (min-width: 600px) {
    .single-wrapper h4, .our_work-wrapper h4 {
      font-size: 1.4rem; } }
  @media (min-width: 900px) {
    .single-wrapper h4, .our_work-wrapper h4 {
      font-size: 1.5rem; } }
  @media (min-width: 1300px) {
    .single-wrapper h4, .our_work-wrapper h4 {
      font-size: 1.5rem;
      margin-bottom: 0; } }
  @media (min-width: 2000px) {
    .single-wrapper h4, .our_work-wrapper h4 {
      font-size: 1.7rem; } }

.single-wrapper h5, .our_work-wrapper h5 {
  font-size: 1.1rem;
  font-weight: 200;
  color: #003399;
  margin-bottom: 0;
  margin-top: 40px; }
  @media (min-width: 600px) {
    .single-wrapper h5, .our_work-wrapper h5 {
      font-size: 1.3rem; } }
  @media (min-width: 900px) {
    .single-wrapper h5, .our_work-wrapper h5 {
      font-size: 1.4rem; } }
  @media (min-width: 2000px) {
    .single-wrapper h5, .our_work-wrapper h5 {
      font-size: 1.5rem; } }

.single-wrapper h6 ~ h6, .our_work-wrapper h6 ~ h6 {
  font-size: 1rem;
  font-weight: 200;
  color: #003399;
  margin-bottom: 0;
  margin-top: 40px; }
  @media (min-width: 600px) {
    .single-wrapper h6 ~ h6, .our_work-wrapper h6 ~ h6 {
      font-size: 1.2rem; } }
  @media (min-width: 900px) {
    .single-wrapper h6 ~ h6, .our_work-wrapper h6 ~ h6 {
      font-size: 1.3rem; } }
  @media (min-width: 2000px) {
    .single-wrapper h6 ~ h6, .our_work-wrapper h6 ~ h6 {
      font-size: 1.4rem; } }

.clearfix:after {
  content: "";
  display: table;
  clear: both; }

.social {
  display: none; }
  @media (min-width: 900px) {
    .social {
      margin-left: 50px;
      float: left;
      position: absolute;
      display: block;
      top: 500px; } }
  @media (min-width: 1300px) {
    .social {
      top: 600px;
      margin-left: 65px; } }
  @media (min-width: 1400px) {
    .social {
      top: 700px; } }
  @media (min-width: 2000px) {
    .social {
      margin-left: 80px;
      top: 800px; } }

.social .rotate {
  transform: rotate(270deg);
  transform-origin: left top 0; }

.social ul {
  list-style: none;
  margin: 0; }

.social ul li {
  float: left;
  margin-left: 40px; }

.social .rotate li a {
  color: #999; }
  .social .rotate li a:hover {
    color: #003399;
    transition: color 0.5s; }

.page_title {
  margin-top: 320px; }
  @media (min-width: 900px) {
    .page_title {
      margin-top: 220px; } }
  @media (min-width: 1300px) {
    .page_title {
      margin-top: 340px; } }

.main-column, .additional-column {
  margin-left: 7%;
  margin-right: 7%; }
  @media (min-width: 900px) {
    .main-column, .additional-column {
      padding-left: 0;
      margin-left: 0;
      width: 67%;
      float: right; } }
  @media (min-width: 1300px) {
    .main-column, .additional-column {
      margin-right: 10%;
      width: 65%; } }

.main-column ul {
  margin: 0;
  padding: 0;
  list-style: none; }

ul.pagination {
  display: none; }
  @media (min-width: 600px) {
    ul.pagination {
      display: block; } }

ul.pagination.mobile {
  display: block; }
  @media (min-width: 600px) {
    ul.pagination.mobile {
      display: none; } }

ul.pagination li {
  float: left;
  margin-right: 30px; }

ul.pagination li a {
  transition: 0.5s;
  color: #999; }
  ul.pagination li a:hover {
    color: #003399;
    transition: 0.5s; }

ul.pagination li.active a {
  background-color: #003399;
  padding: 4px 10px 5px 10px;
  color: #fff; }

.secondary-column {
  width: 90%;
  margin-left: 7%;
  margin-bottom: 100px; }
  @media (min-width: 900px) {
    .secondary-column {
      margin-right: 10%;
      width: 74%;
      margin-bottom: 0;
      float: right; } }
  @media (min-width: 1300px) {
    .secondary-column {
      margin-right: 10%;
      margin-bottom: 0px;
      margin-left: 0;
      width: 75%; } }

.page_title-wrapper {
  width: 100%;
  height: 250px; }
  @media (min-width: 600px) {
    .page_title-wrapper {
      height: 250px; } }
  @media (min-width: 900px) {
    .page_title-wrapper {
      height: 66vh;
      height: 300px; } }
  @media (min-width: 1300px) {
    .page_title-wrapper {
      height: 330px; } }
  @media (min-width: 2000px) {
    .page_title-wrapper {
      height: 400px; } }

.img {
  width: 100%;
  height: 250px;
  background-color: #ccc;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center; }
  @media (min-width: 600px) {
    .img {
      height: 400px; } }
  @media (min-width: 900px) {
    .img {
      width: 55%;
      height: 400px; } }
  @media (min-width: 1300px) {
    .img {
      height: 450px;
      width: 53%; } }
  @media (min-width: 2000px) {
    .img {
      height: 700px;
      width: 55%; } }

.sector {
  position: relative;
  width: 100%;
  margin-top: 100px; }
  @media (min-width: 600px) {
    .sector {
      margin-top: 120px; } }
  @media (min-width: 900px) {
    .sector {
      margin-top: 130px; } }
  @media (min-width: 1300px) {
    .sector {
      margin-top: 150px; } }
  @media (min-width: 1400px) {
    .sector {
      margin-top: 170px; } }
  @media (min-width: 2000px) {
    .sector {
      margin-top: 250px; } }

.text-new {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-direction: column;
  /*height: 360px;*/ }
  /*@media (min-width: 600px) {
    .text-new {
      height: 340px; } }*/
  @media (min-width: 900px) {
    .text-new {
      height: 320px; } }
  @media (min-width: 1300px) {
    .text-new {
      height: 340px; } }
  @media (min-width: 1400px) {
    .text-new {
      height: 380px; } }
  @media (min-width: 2000px) {
    .text-new {
      height: 570px; } }

.text-new h1 {
  margin: 0 0 0.67em 0; }

.text-new p {
  margin-top: 0; }

.sector.right .text-new {
  /*position: absolute;
  text-align: right;
  display: none;*/
  margin-bottom: 40px; }
  @media (min-width: 900px) {
    .sector.right .text-new {
      position: absolute;
      margin-bottom: 0;
      display: flex;
      bottom: 0;
      width: 45%;
      left: -5%; } }
  @media (min-width: 1300px) {
    .sector.right .text-new {
      width: 40%;
      left: 3%; } }
  @media (min-width: 1400px) {
    .sector.right .text-new {
      width: 38%;
      left: 3%; } }
  @media (min-width: 2000px) {
    .sector.right .text-new {
      width: 38%;
      left: 2%; } }

.sector.right .text-new p.short-about, .sector.left .text-new p.short-about {
  margin-bottom: -5px; }

.home-page .sector.left{
  display: flex;
  flex-direction: column-reverse;
}
@media (min-width: 600px){
  .home-page .sector.left{
    display: flex;
    flex-direction: row;
  }
}
.sector.left .text-new {
  /*position: absolute;
  display: none;*/
  margin-bottom: 40px; 
  }
  @media (min-width: 900px) {
    .sector.left .text-new {
      position: absolute;
      margin-bottom: 0;
      display: flex;
      bottom: 0;
      width: 45%;
      right: -5%; } }
  @media (min-width: 1300px) {
    .sector.left .text-new {
      width: 40%;
      right: 3%; } }
  @media (min-width: 1400px) {
    .sector.left .text-new {
      width: 38%;
      right: 3%; } }
  @media (min-width: 2000px) {
    .sector.left .text-new {
      width: 38%;
      right: 2%; } }

.img.new {
  height: 360px; }
  @media (min-width: 600px) {
    .img.new {
      height: 340px; } }
  @media (min-width: 900px) {
    .img.new {
      height: 320px; } }
  @media (min-width: 1300px) {
    .img.new {
      height: 340px; } }
  @media (min-width: 1400px) {
    .img.new {
      height: 380px; } }
  @media (min-width: 2000px) {
    .img.new {
      height: 570px; } }

.secondary-column .img.new, .sector.mc .img.new {
  height: 300px; }
  @media (min-width: 600px) {
    .secondary-column .img.new, .sector.mc .img.new {
      height: 340px; } }
  @media (min-width: 900px) {
    .secondary-column .img.new, .sector.mc .img.new {
      height: 320px; } }
  @media (min-width: 1300px) {
    .secondary-column .img.new, .sector.mc .img.new {
      height: 450px; } }
  @media (min-width: 2000px) {
    .secondary-column .img.new, .sector.mc .img.new {
      height: 570px; } }

.sector.news.mc .text-new {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-direction: column;
  height: 300px; }
  @media (min-width: 600px) {
    .sector.news.mc .text-new {
      height: 340px; } }
  @media (min-width: 900px) {
    .sector.news.mc .text-new {
      height: 320px; } }
  @media (min-width: 1300px) {
    .sector.news.mc .text-new {
      height: 400px; } }
  @media (min-width: 2000px) {
    .sector.news.mc .text-new {
      height: 570px; } }

.sector.video.mc .text-new, .secondary-column .sector.left .text-new {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-direction: column;
  /*height: 175px;*/ }
  /*@media (min-width: 600px) {
    .sector.video.mc .text-new, .secondary-column .sector.left .text-new {
      height: 390px; } }*/
  @media (min-width: 900px) {
    .sector.video.mc .text-new, .secondary-column .sector.left .text-new {
      height: 280px; } }
  @media (min-width: 1300px) {
    .sector.video.mc .text-new, .secondary-column .sector.left .text-new {
      height: 350px; } }
  @media (min-width: 1400px) {
    .sector.video.mc .text-new, .secondary-column .sector.left .text-new {
      height: 420px; } }
  @media (min-width: 2000px) {
    .sector.video.mc .text-new, .secondary-column .sector.left .text-new {
      height: 600px; } }

mark {
  background: #ffcc00;
  color: #fff;
  color: #333; }

.text-new h3 {
  margin-top: 0;
  margin-bottom: 0; }

.sector.news.mc .text-new h3 {
  /*text-align: right;*/
  text-align: left;
  display: inline-block;
  width: 100%; }

.sector.news.mc .text-new p {
  /*text-align: right;*/
  text-align: left;
  display: inline-block;
  width: 100%; }

.text-new h2 {
  margin-top: 0; }

.sector.news.mc .text-new h6 {
  /*text-align: right;*/
  text-align: left;
  display: inline-block;
  width: 100%; }

.sector.news.mc .text-new h6 a, .sector.video.mc .text-new h6 a, .no-img-news h6 a, h6 a {
  color: #bbb;
  transition: color 0.5s; }
  .sector.news.mc .text-new h6 a:visited, .sector.video.mc .text-new h6 a:visited, .no-img-news h6 a:visited, h6 a:visited {
    color: #bbb; }
  .sector.news.mc .text-new h6 a:hover, .sector.video.mc .text-new h6 a:hover, .no-img-news h6 a:hover, h6 a:hover {
    transition: color 0.5s;
    color: #003399; }

.secondary-column .sector .text-new, .sector.mc .text-new, .secondary-column .sector .text.mobile, .sector.mc .text.mobile, .no-img-news {
  line-height: 1.5em;
  font-size: 0.85rem; }
  @media (min-width: 600px) {
    .secondary-column .sector .text-new, .sector.mc .text-new, .secondary-column .sector .text.mobile, .sector.mc .text.mobile, .no-img-news {
      font-size: 0.95rem; } }
  @media (min-width: 900px) {
    .secondary-column .sector .text-new, .sector.mc .text-new, .secondary-column .sector .text.mobile, .sector.mc .text.mobile, .no-img-news {
      font-size: 0.8rem; } }
  @media (min-width: 1300px) {
    .secondary-column .sector .text-new, .sector.mc .text-new, .secondary-column .sector .text.mobile, .sector.mc .text.mobile, .no-img-news {
      font-size: 0.85rem; } }
  @media (min-width: 1400px) {
    .secondary-column .sector .text-new, .sector.mc .text-new, .secondary-column .sector .text.mobile, .sector.mc .text.mobile, .no-img-news {
      font-size: 0.9rem; } }
  @media (min-width: 2000px) {
    .secondary-column .sector .text-new, .sector.mc .text-new, .secondary-column .sector .text.mobile, .sector.mc .text.mobile, .no-img-news {
      font-size: 1.3rem; } }

.secondary-column .sector .text-new h6, .sector.mc .text-new h6, .secondary-column .sector .text.mobile h6, .sector.mc .text.mobile h6, .no-img-news h6 {
  margin-bottom: 15px; }
  @media (min-width: 900px) {
    .secondary-column .sector .text-new h6, .sector.mc .text-new h6, .secondary-column .sector .text.mobile h6, .sector.mc .text.mobile h6, .no-img-news h6 {
      margin-bottom: 13px; } }
  @media (min-width: 1300px) {
    .secondary-column .sector .text-new h6, .sector.mc .text-new h6, .secondary-column .sector .text.mobile h6, .sector.mc .text.mobile h6, .no-img-news h6 {
      margin-bottom: 15px; } }
  @media (min-width: 2000px) {
    .secondary-column .sector .text-new h6, .sector.mc .text-new h6, .secondary-column .sector .text.mobile h6, .sector.mc .text.mobile h6, .no-img-news h6 {
      margin-bottom: 25px; } }

.secondary-column .sector.right, .sector.mc {
  margin-bottom: 0px; }
  @media (min-width: 1300px) {
    .secondary-column .sector.right, .sector.mc {
      margin-bottom: 100px; } }

.secondary-column .sector.right .text-new, .sector.right.mc .text-new {
  position: absolute;
  /*text-align: right;*/
  text-align: left;
  display: none; }
  @media (min-width: 900px) {
    .secondary-column .sector.right .text-new, .sector.right.mc .text-new {
      display: flex;
      top: 0;
      /*width: 50%;*/
      width: 47%;
      margin-right: 3%;
      left: -3%; } }
  @media (min-width: 1300px) {
    .secondary-column .sector.right .text-new, .sector.right.mc .text-new {
      width: 45%;
      left: 0%; } }
  @media (min-width: 1400px) {
    .secondary-column .sector.right .text-new, .sector.right.mc .text-new {
      width: 38%;
      left: 2%; } }
  @media (min-width: 2000px) {
    .secondary-column .sector.right .text-new, .sector.right.mc .text-new {
      width: 38%;
      left: 2%; } }

.secondary-column .sector.left .text-new, .sector.left.mc .text-new {
  position: absolute;
  display: none; }
  @media (min-width: 900px) {
    .secondary-column .sector.left .text-new, .sector.left.mc .text-new {
      display: flex;
      top: 0;
      width: 40%;
      right: 0%; } }
  @media (min-width: 1300px) {
    .secondary-column .sector.left .text-new, .sector.left.mc .text-new {
      width: 40%;
      right: -4%; } }
  @media (min-width: 1400px) {
    .secondary-column .sector.left .text-new, .sector.left.mc .text-new {
      width: 38%;
      right: -2%; } }
  @media (min-width: 2000px) {
    .secondary-column .sector.left .text-new, .sector.left.mc .text-new {
      width: 38%;
      right: 2%; } }

.sector.last {
  margin-bottom: 100px; }
  @media (min-width: 600px) {
    .sector.last {
      margin-bottom: 150px; } }
  @media (min-width: 900px) {
    .sector.last {
      margin-bottom: 0px; } }
  @media (min-width: 1300px) {
    .sector.last {
      margin-bottom: 100px; } }

.sector.left .img {
  float: left; }

.sector.right .img {
  float: left; }
  @media (min-width: 900px) {
    .sector.right .img {
      float: right; } }

.sector.left .img, .sector.right .img {
  position: relative; }

.text {
  position: relative; }
  @media (min-width: 900px) {
    .text {
      position: absolute;
      width: 25%;
      margin-top: 30px; } }
  @media (min-width: 1300px) {
    .text {
      width: 26%;
      margin-top: 30px; } }
  @media (min-width: 2000px) {
    .text {
      margin-top: 80px;
      width: 24%; } }

.text.mobile {
  margin-bottom: 20px; }
  @media (min-width: 600px) {
    .text.mobile {
      margin-bottom: 30px; } }
  @media (min-width: 900px) {
    .text.mobile {
      display: none; } }

.sector.right .text {
  float: left;
  margin-left: 0%; }
  @media (min-width: 900px) {
    .sector.right .text {
      margin-left: 30px; } }
  @media (min-width: 1300px) {
    .sector.right .text {
      margin-left: 70px; } }

.sector.left .text {
  margin-left: 0%;
  float: left; }
  @media (min-width: 900px) {
    .sector.left .text {
      float: right;
      margin-left: 41%; } }
  @media (min-width: 1300px) {
    .sector.left .text {
      margin-left: 41%; } }
  @media (min-width: 2000px) {
    .sector.left .text {
      margin-left: 43%; } }

.title {
  margin-top: 30px;
  width: 100%; }
  @media (min-width: 900px) {
    .title {
      width: 95%; } }
  @media (min-width: 1300px) {
    .title {
      width: 100%;
      margin-top: 50px; } }
  @media (min-width: 2000px) {
    .title {
      margin-right: 10%; } }

ul.short-about li {
  font-size: 0.8rem;
  margin-bottom: 10px; }

.short-about {
  width: 100%; }

.last {
  margin-bottom: 100px; }

.col-1 {
  margin-top: 20px;
  width: 100%;
  margin-bottom: 100px; }
  @media (min-width: 600px) {
    .col-1 {
      margin-bottom: 140px; } }
  @media (min-width: 900px) {
    .col-1 {
      margin-top: 100px;
      width: 47%;
      margin-top: 0;
      float: left;
      margin-right: 6%; } }
  @media (min-width: 1300px) {
    .col-1 {
      width: 48%;
      margin-right: 4%; } }

.col-2 {
  margin-top: 0px;
  width: 100%;
  margin-bottom: 80px; }
  @media (min-width: 600px) {
    .col-2 {
      margin-bottom: 100px; } }
  @media (min-width: 900px) {
    .col-2 {
      margin-top: 100px;
      width: 47%;
      margin-top: 0;
      float: left; } }
  .explore .download-button {
    .col-2 {
      width: 48%; } }

.ss-result {
  margin-bottom: 80px; }

h3.ss-result__title a {
  cursor: pointer;
  color: #003399; }
  h3.ss-result__title a:visited {
    color: #003399; }
  h3.ss-result__title a:hover {
    color: #003399; }

span.ss-result__badge {
  color: #999;
  font-weight: 200; }

p.ss-result__url {
  margin-top: 0px; }
  p.ss-result__url:hover svg.small-arrow {
    fill: #003399;
    stroke: #003399;
    transition: stroke 0.3s, fill 0.3s; }
  p.ss-result__url:hover:hover {
    transition: color 0.3s;
    color: #003399; }

p.ss-result__url a {
  color: #999;
  text-decoration: none;
  transition: color 0.3s; }
  p.ss-result__url a:visited {
    color: #999; }
  p.ss-result__url a:hover {
    transition: color 0.3s;
    color: #003399; }

.stripe-loading-indicator .stripe,
.stripe-loading-indicator .stripe-loaded {
  background: #063796 !important; }

.alert {
  margin-left: -15px;
  margin-bottom: 40px;
  border-left: 3px solid #FECB2F; }

.alert p {
  padding: 1px 15px; }




.our_work-wrapper h2.shift a, .our_work-wrapper h2.shift a:visited{
  color: #003399;
}
p.desc{
  width: 100%;
  float: left;
}
@media (min-width: 900px){
  p.desc{
    width: 70%;
  }
}
.explore{
  float: left;
}
.explore .download-button{
  margin-top: 35px;
  margin-left: 0px;
}
/*@media (min-width: 600px){
  .explore .download-button{
    margin-left: 30px;
  }
}
@media (min-width: 900px){
  .explore .download-button{
    margin-left: 90px;
  }
}*/
.project-logo{
  width: 35%;
  float: left;
  margin-bottom: 20px;
  margin-top: 18px;
  padding-right: 10px;
}
@media (min-width: 600px){
  .project-logo{
    width: 28%;
    padding-right: 30px;
    margin-bottom: 35px;
    margin-top: 20px;
  }
}
.photo-block, .coordinator-block{
  float: left;
  width: 100%;
  margin-bottom: 30px;
}
.photo-block img, .coordinator-block img{
  width: 100%;
  object-fit: cover;
  height: 110vw;
}
@media (min-width: 600px){
  .photo-block img, .coordinator-block img{
    height: 60vw;
  }
  .photo-block, .coordinator-block{
    float: left;
    width: 35.5%;
    margin-bottom: 0px;
  }
}
@media (min-width: 900px){
  .photo-block img, .coordinator-block img{
    height: 35vw;
  }
}
@media (min-width: 1300px){
  .photo-block img, .coordinator-block img{
    height: 28vw;
  }
}
.text-block, .members-block{
  width: 100%;
  float: left;
}
@media (min-width: 600px){
  .text-block, .members-block{
    width: 59%;
  }
}
.text-block p, .coordinator-block p{
  font-size: 0.9rem;
}
@media (min-width: 600px){
  .text-block p, .coordinator-block p{
    font-size: 0.9rem;
  }
}
@media (min-width: 900px){
  .text-block p, .coordinator-block p{
    font-size: 0.9rem;
  }
}
@media (min-width: 1300px){
  .text-block p, .coordinator-block p{
    font-size: 1rem;
  }
}
.our_work-wrapper .main-column .text-block h4, .coordinator-block h4{
  font-weight: 600;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.7rem;
}
.coordinator-block h4{
  margin-top: 30px;
}
@media (min-width: 600px){
  .our_work-wrapper .main-column .text-block h4, .coordinator-block h4{
    font-size: 1.7rem;
  }
}
@media (min-width: 900px){
  .our_work-wrapper .main-column .text-block h4, .coordinator-block h4{
    font-size: 2.1rem;
  }
}
@media (min-width: 1300px){
  .our_work-wrapper .main-column .text-block h4, .coordinator-block h4{
    font-size: 2.5rem;
  }
}
.our_work-wrapper .main-column h3{
  font-weight: 600;
}
@media (min-width: 900px){
  .our_work-wrapper .main-column h3.shift{
    margin-left: -15%;
    margin-bottom: 60px;
  }
}
@media (min-width: 600px){
  .our_work-wrapper .main-column h3{
    font-size: 2.2rem;
  }
}
@media (min-width: 900px){
  .our_work-wrapper .main-column h3{
    font-size: 2.7rem;
  }
}
@media (min-width: 1300px){
  .our_work-wrapper .main-column h3{
    font-size: 3rem;
  }
}
.text-block h6, .coordinator-block h6{
  margin-top: 0.5em;
  margin-bottom: 2em;
}
.our_work-wrapper .main-column .text-block ul {
  padding-left: 0;
}
.our_work-wrapper ul > li{
  text-indent: 0;
}
.our_work-wrapper ul > li a{
  color: #bbb;
  transition: color 0.5s;
}
.our_work-wrapper ul > li a:hover{
  color: #003399;
  transition: color 0.5s;
}
.text-block ul li:before, .coordinator-block ul li:before{
  content: none;  
}
.text-wrap{
  margin-top: 80px;
}
@media (min-width: 900px){
  .text-wrap{
    margin-top: 50px;
  }
}
.project-logo img{
  width: 80%;
  object-fit: cover;
}
.consil-block{
  display: flex;
  flex-direction: column;
}
.consil-block.column-reverse{
  flex-direction: column-reverse;
}
@media (min-width: 600px){
  .consil-block, .consil-block.column-reverse{
    align-items: center;
    flex-direction: row;
  }
}
.m-right{
  margin-right: 5%;
}
.m-left{
  margin-left: 5%;
}
.infographic{
  width: 100%;
  /*margin-top: 80px;*/
}
@media (min-width: 600px){
  .infographic{
    /*margin-top: 140px;*/
  }
}
/*iframe{
  width: 100%;
}*/
.small{
  margin-left: 0;
  margin-top: 30px;
  padding-bottom: 10px;
}
@media (min-width: 600px){
  .small{
    margin-top: 50px;
    padding-bottom: 0px;
  }
}
.small a{
  padding: 10px 14px 10px 14px;
  font-size: 0.9rem;
}

.coordinators ul li{
  margin-top: 20px;
  margin-right: 5%;
}
@media (min-width: 600px){
  .coordinators ul li{
    float: left;
    margin-top: 30px;
  }
}
@media (min-width: 600px){
  .coordinators ul li{
    /*width: 28%;*/
  }
}
.coordinators ul li:before, .members-block ul li:before{
  content: none;  
}
.our_work-wrapper.rjrc ul li a{
  color: #003399;
  /*color: #999;*/
  cursor: pointer;
  font-size: 1.2rem;
  line-height: 1.3em;
  font-weight: 600;
}
@media (min-width: 600px){
  .our_work-wrapper.rjrc ul li a{
    /*font-size: 1.3rem;*/
    font-size: 1.4rem;
  }
}
@media (min-width: 900px){
  .our_work-wrapper.rjrc ul li a{
    /*font-size: 1.3rem;*/
    font-size: 1.3rem;
  }
}
@media (min-width: 1000px){
  .our_work-wrapper.rjrc ul li a{
    /*font-size: 1.3rem;*/
    font-size: 1.4rem;
  }
}
@media (min-width: 1200px){
  .our_work-wrapper.rjrc ul li a{
    /*font-size: 1.3rem;*/
    font-size: 1.7rem;
  }
}
@media (min-width: 2000px){
  .our_work-wrapper.rjrc ul li a{
    font-size: 2rem;
  }
}
.our_work-wrapper.rjrc ul li a:hover{
  color: #003399;
}
.our_work-wrapper .main-column.coordinators ul, .our_work-wrapper .main-column .coordinator-block ul{
  padding-left: 0;
}
.members-block {
  margin-top: -60px;
}
@media (min-width: 600px){
  .members-block {
    margin-top: 100px;
  }
}
.members-block ul li{
  float: left;
  width: 40%;
  margin-right: 5%;
}
.members-block ul{
  width: 115%;
}
@media (min-width: 600px){
  .members-block ul{
    width: 105%;
  }
}
.members-block h4{
  font-weight: 600;
  line-height: 1.3em;
  margin-bottom: 7px;
}
.additional-column h3 {
  font-weight: 600;
}
.wrap{
  margin-top: 100px;
} 
.our_work-wrapper .additional-column h3{
  margin-top: 0;
}
.preview{  
  width: 100%;
}
.preview img{
  object-fit: cover;
  width: 100%;
  height: 35vw;
}
@media (min-width: 600px){
  .preview img{
    height: 10vw;
  }
}
.col-1-slim h5{
  margin-top: 15px;
  line-height: 1.3em;
  font-size: 1.1rem;
}
@media (min-width: 600px){
  .col-1-slim h5{
    font-size: 1rem;
  }
}
@media (min-width: 900px){
  .col-1-slim h5{
    font-size: 1.2rem;
  }
}
@media (min-width: 1200px){
  .col-1-slim h5{
    font-size: 1.3rem;
  }
}
.col-1-slim h3{
  font-size: 1.3rem;
  line-height: 1.2em;
  color: #003399; }
  @media (min-width: 600px) {
    .col-1-slim h3 {
      font-size: 1.2rem; } }
  @media (min-width: 900px) {
    .col-1-slim h3 {
      font-size: 1.4rem;
      line-height: 1.25em; } }
  @media (min-width: 1300px) {
    .col-1-slim h3 {
      font-size: 1.7rem; } }
  @media (min-width: 1400px) {
    .col-1-slim h3 {
      font-size: 1.8rem; } }
  @media (min-width: 2000px) {
    .col-1-slim h3 {
      font-size: 2.6rem; } }

.our_work-wrapper .main-column.coordinators h3, .our_work-wrapper .main-column.wrap h3{
  font-size: 1.7rem;
}
@media (min-width: 600px){
  .our_work-wrapper .main-column.coordinators h3, .our_work-wrapper .main-column.wrap h3{
    font-size: 1.6rem;
  }
}
@media (min-width: 900px){
  .our_work-wrapper .main-column.coordinators h3, .our_work-wrapper .main-column.wrap h3{
    font-size: 2.2rem;
  }
}
@media (min-width: 1300px){
  .our_work-wrapper .main-column.coordinators h3, .our_work-wrapper .main-column.wrap h3{
    font-size: 3rem;
  }
}
.our_work-wrapper .main-column .members-block ul{
  padding-left: 0px; 
}
@media (min-width: 600px){
  .our_work-wrapper .main-column .members-block ul{
    padding-left: 60px; 
  }
}
.wrap h3{
  margin-bottom: 35px;
}
@media (min-width: 600px){
  .wrap h3{
    margin-bottom: 35px;
  }
}
.coordinators h3{
  margin-bottom: 10px;
}
@media (min-width: 600px){
  .our_work-wrapper .main-column.coordinators h3{
    margin-bottom: 0;
  }
}
@media (min-width: 600px){
  .col-1-slim {
    margin-bottom: 0px;
  }
}
@media (min-width: 1200px){
  .col-1-slim {
    margin-bottom: 50px;
  }
}
.img.new img{
  width: 100%;
  object-fit: cover;
}
.download-wrapper.infogr .download-button{
  margin-left: 0;
  margin-top: 50px;
}
.download-button {
  margin-top: 40px;
}
@media (min-width: 900px) {
  .download-button {
    margin-top: 50px; 
  } 
}
@media (min-width: 1300px) {
  .download-button {
    margin-top: 60px; 
  } 
}
@media (min-width: 2000px) {
  .download-button {
    margin-top: 80px; 
  } 
}
.sector.right.mc .text-new{
  left: 0;
}
.impact .secondary-column, .result .secondary-column {
  margin-bottom: 30px;
}
.for-impact{
  margin-bottom: 65px;
  margin-top: 60px;
}
.impact .img.new{
  margin-bottom: 40px;
}
@media (min-width: 900px){
  .impact .mobile{
    display: none;
  }
}
.secondary-column .sector.video .text-new{
  display: block;
  position: static;
}
@media (min-width: 900px){
  .secondary-column .sector.video .text-new{
    position: absolute;
    display: flex;
  }
}
.video .img-new iframe {
  height: 220px;
  margin-bottom: 25px; }
  @media (min-width: 600px) {
    .video .img.new iframe{
      height: 340px; 
      margin-bottom: 0;} }
  @media (min-width: 900px) {
    .video .img.new iframe{
      height: 320px; } }
  @media (min-width: 1300px) {
    .video .img.new iframe{
      height: 340px; } }
  @media (min-width: 1400px) {
    .video .img.new iframe{
      height: 380px; } }
  @media (min-width: 2000px) {
    .video .img.new iframe{
      height: 570px; } }
.impact .sector.right.news.mc{
  margin-top: 30px;
}
@media (min-width: 900px){
  .impact .sector.right.news.mc{
    margin-top: 90px;
  }
}
.footer-wrapper h4, .contacts ul li a, .rights, .copywriting a{
  color: #fff;
}
.coordinators-wrapper{
  margin-top: 30px;
}
@media (min-width: 600px){
  .coordinators-wrapper{
      /*width: 65%;*/
      width: 55%;
      margin-top: 40px;
      float: left;
  }
}
.coordinator{
  width: 100%;
  float: left;
  margin-bottom: 50px;
}
@media (min-width: 600px){
  .coordinator{
    width: 45%;
    margin-right: 5%;
    margin-bottom: 0;
  }
}
.coordinator-photo{
    height: 130vw;
  }
@media (min-width: 600px){
  .coordinator-photo{
    /*height: 37vw;*/
    height: 23vw;
  }
}
@media (min-width: 900px){
  .coordinator-photo{
    /*height: 30vw;*/
  }
}
.coordinator-photo img{
  width: 100%;
  object-fit: cover;
  height: 100%;
}
.councils-wrapper{
  margin-top: -10px;
}
@media (min-width: 600px){
  .councils-wrapper{
    margin-top: 0;
    /*width: 30%;*/
    width: 42%;
    float: right;
  }
}
.coordinator h4{
  margin-top: 20px;
  margin-bottom: 7px;
  font-weight: 600;
  font-size: 1.5rem;
}
@media (min-width: 600px){
  .coordinator h4{
    font-size: 1.2rem;
  }
}
@media (min-width: 900px){
  .coordinator h4{
      font-size: 1.3rem;
  }
}
@media (min-width: 1200px){
  .coordinator h4{
      font-size: 1.6rem;
  }
}
@media (min-width: 2000px){
  .coordinator h4{
      font-size: 2rem;
  }
}
.coordinator h6{
  margin-top: 0;
}
.our_work-wrapper.rjrc .coordinators .coordinators-wrapper a.email{
  font-size: 1rem;
  color: #999;
  margin-top: 15px;
  display: block;
}
@media (min-width: 600px){
  .our_work-wrapper.rjrc .coordinators .coordinators-wrapper a.email{
    font-size: 0.9rem;
    margin-top: 35px;
  }
}
@media (min-width: 900px){
  .our_work-wrapper.rjrc .coordinators .coordinators-wrapper a.email{
    font-size: 1rem;
    margin-top: 35px;
  }
}
@media (min-width: 2000px){
  .our_work-wrapper.rjrc .coordinators .coordinators-wrapper a.email{
    font-size: 1.2rem;
    margin-top: 35px;
  }
}
.our_work-wrapper.rjrc .coordinators .coordinators-wrapper a.email:hover{
  color: #003399;
}
h6.position{
  font-size: 0.9rem;
  color: #777;
}
@media (min-width: 600px){
  h6.position{
    font-size: 0.9rem;
  }
}
@media (min-width: 900px){
  h6.position{
    font-size: 0.9rem;
  }
}
@media (min-width: 1200px){
  h6.position{
    font-size: 1rem;
  }
}
@media (min-width: 2000px){
  h6.position{
    font-size: 1.2rem;
  }
}
p.about-direction{
  font-size: 0.9rem;
}
.main-column h3.direction{
  font-size: 1.8rem;
}
p.about-direction{
  font-size: 0.8rem;
}
@media (min-width: 900px){
  .main-column h3.direction{
    font-size: 2.3rem;
  }
  p.about-direction{
    font-size: 0.85rem;
  }
}
@media (min-width: 1200px){
  .main-column h3.direction{
    font-size: 2.7rem;
  }
  p.about-direction{
    font-size: 0.9rem;
  }
}
.col-0-slim{
  width: 100%;
  margin-top: 80px;
}
@media (min-width: 600px){
  .col-0-slim{
    width: 45%;
    float: left;
    margin-right: 5%;
    margin-bottom: 70px;
    margin-top: 0px;
  }
}
@media (min-width: 900px){
  .col-0-slim{
    margin-bottom: 100px;
  }
}
.directions{
  margin-top: 100px;
}
@media (min-width: 600px){
  .directions{
    margin-top: 80px;
  }
}
@media (min-width: 900px){
  .directions{
    margin-top: 100px;
  }
}
.col-0-slim h3 a{
  cursor: pointer;
}
h2.intr{
  margin-bottom: -50px;
}
@media (min-width: 600px){
  h2.intr{
    margin-bottom: 0.6em;
  }
}
.impact .filtr-wrapper{
  margin-bottom: 20px;
}
.coord{
  margin-bottom: 80px;
  margin-top: 40px;
}
.coordinator-block h6{
  margin-bottom: 1.5em;
}
@media (min-width: 600px){
  .coord{
    margin-bottom: 100px;
    margin-top: 0;
  }
  .coordinator-block h6{
    margin-bottom: 2em;
  }
}



