/*! normalize.css v7.0.0 | MIT License | github.com/necolas/normalize.css */

/* Document
 * ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS. */

html {
  line-height: 1.15;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
}

/* 2 */

/* Sections
 * ========================================================================== */

/**
 * Remove the margin in all browsers (opinionated). */

body {
  margin: 0;
}

/**
 * Add the correct display in IE 9-. */

article,
aside,
footer,
header,
nav,
section {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari. */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
 * ========================================================================== */

/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE. */

figcaption,
figure,
main {
  /* 1 */
  display: block;
}

/**
 * Add the correct margin in IE 8. */

figure {
  margin: 1em 40px;
}

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE. */

hr {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
}

/* 2 */

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers. */

pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
}

/* 2 */

/* Text-level semantics
 * ========================================================================== */

/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+. */

a {
  background-color: transparent;
  /* 1 */
  -webkit-text-decoration-skip: objects;
}

/* 2 */

/**
 * 1. Remove the bottom border in Chrome 57- and Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari. */

abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
}

/* 2 */

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6. */

b,
strong {
  font-weight: inherit;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari. */

b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers. */

code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
}

/* 2 */

/**
 * Add the correct font style in Android 4.3-. */

dfn {
  font-style: italic;
}

/**
 * Add the correct background and color in IE 9-. */

mark {
  background-color: #ff0;
  color: #000;
}

/**
 * Add the correct font size in all browsers. */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers. */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
 * ========================================================================== */

/**
 * Add the correct display in IE 9-. */

audio,
video {
  display: inline-block;
}

/**
 * Add the correct display in iOS 4-7. */

audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Remove the border on images inside links in IE 10-. */

img {
  border-style: none;
}

/**
 * Hide the overflow in IE. */

svg:not(:root) {
  overflow: hidden;
}

/* Forms
 * ========================================================================== */

/**
 * 1. Change the font styles in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari. */

button,
input,
optgroup,
select,
textarea {
  font-family: sans-serif;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
}

/* 2 */

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge. */

button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox. */

button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari. */

button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/* 2 */

/**
 * Remove the inner border and padding in Firefox. */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule. */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox. */

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers. */

legend {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
}

/* 1 */

/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera. */

progress {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
}

/* 2 */

/**
 * Remove the default vertical scrollbar in IE. */

textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-. */

[type="checkbox"],
[type="radio"] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  /* 1 */
  padding: 0;
}

/* 2 */

/**
 * Correct the cursor style of increment and decrement buttons in Chrome. */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari. */

[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on macOS. */

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari. */

::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
}

/* 2 */

/* Interactive
 * ========================================================================== */

/*
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox. */

details,
menu {
  display: block;
}

/*
 * Add the correct display in all browsers. */

summary {
  display: list-item;
}

/* Scripting
 * ========================================================================== */

/**
 * Add the correct display in IE 9-. */

canvas {
  display: inline-block;
}

/**
 * Add the correct display in IE. */

template,
[hidden] {
  display: none;
}

/* Hidden
 * ========================================================================== */

/**
 * Add the correct display in IE 10-. */

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

@font-face {
  font-family: 'Unisans';
  src: url(../fonts/unisans.otf);
}

.cooperate {
  background: #d7d8d9;
}

.left-block-cooperate h4 {
  color: #fff;
}

.left-block-cooperate p {
  color: #fff;
}

.left-block-cooperate h4 span {
  border-top: 1px #ffffff solid;
}

.footer {
  background: #d7d8d9;
}

.footer span {
  color: #fff;
}

.case-wrapper {
  font-family: 'Roboto';
  width: 100%;
  padding-left: 90px;
  background: #d7d8d9;
  position: relative;
  overflow: hidden;
  color: #fff;
}

.mol-top {
  display: -webkit-flex;
  display: -ms-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.mol-top h1 {
  font-size: 2vw;
  color: #e91625;
  text-transform: uppercase;
  font-family: 'Unisans';
  margin: 80px 0;
}

.mol-top .text {
  color: #46575f;
  text-align: right;
  font-weight: 300;
  font-size: 15px;
  max-width: 500px;
  margin-bottom: 0;
}

.mol-top .text_bold {
  font-weight: bold;
  font-size: 18px;
}

.mol-top__rigth {
  width: 60%;
}

.mol-top__rigth img {
  width: 100%;
}

.mol-top__left {
  width: 40%;
  padding: 160px 70px;
  padding-bottom: 170px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-align: right;
  display: -webkit-flex;
  display: -ms-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.mol-top .logos {
  display: -webkit-flex;
  display: -ms-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  padding-left: 100px;
}

.mol-top .logos img:first-child {
  width: 40%;
  max-width: 200px;
  min-width: 172px;
}

.mol-top .logos img:last-child {
  width: 45%;
  max-width: 230px;
  min-width: 194px;
}

.mol-cite {
  width: 60%;
  background: #ff0000;
  padding: 5% 10%;
  margin-top: -150px;
}

.mol-cite .text {
  color: #fff;
  font-weight: 300;
  font-size: 17px;
  line-height: 20px;
  position: relative;
  z-index: 2;
}

.mol-cite .text::before {
  display: block;
  content: '';
  width: 93px;
  height: 69px;
  position: absolute;
  top: -30px;
  left: 0;
  background-image: url(../img/cite.svg);
  background-size: cover;
  opacity: 0.5;
  z-index: 1;
  background-repeat: no-repeat;
}

.mol-cite .text_bold {
  font-weight: bold;
  font-size: 18px;
}

.mol-cite .text_bold::before {
  display: none;
}

.mol-info-wrapper {
  display: -webkit-flex;
  display: -ms-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%;
  max-width: 1230px;
  padding: 0 15px;
  margin: 0 auto;
}

.mol-info {
  color: #46575f;
  font-size: 15px;
  line-height: 20px;
  padding-top: 75px;
}

.mol-info h3 {
  color: #ff0000;
  font-size: 21px;
}

.mol-info h3::after {
  display: block;
  content: '';
  width: 275px;
  height: 1px;
  background: #ff0000;
  margin-top: 20px;
}

.mol-info ul {
  list-style: none;
  padding-left: 0;
}

.mol-info ul li {
  margin-top: 25px;
}

.mol-info__left {
  width: 45%;
}

.mol-info__right {
  width: 45%;
}

.mol-posters {
  padding: 0 15px;
  padding-top: 130px;
}

.mol-posters__top-text {
  max-width: 1000px;
  width: 100%;
  margin: 0 auto;
  display: -webkit-flex;
  display: -ms-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.mol-posters__top-text h2 {
  font-size: 2vw;
  color: #e91625;
  text-transform: uppercase;
  font-family: 'Unisans';
  text-align: right;
  margin-bottom: 25px;
}

.mol-posters__top-text p {
  max-width: 700px;
  color: #46575f;
  font-size: 15px;
  margin-top: 0;
  margin-bottom: 60px;
  text-align: right;
}

.mol-posters__list {
  display: -webkit-flex;
  display: -ms-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: -150px;
}

.mol-posters__list ul {
  list-style-image: url(../img/red-point.png);
}

.mol-posters__list ul li {
  color: #46575f;
  font-size: 15px;
  margin-top: 50px;
}

.mol-posters-wrapper {
  width: 100%;
  max-width: 1430px;
  margin: 0 auto;
}

.mol-posters-wrapper img {
  width: 100%;
}

.mol-deer {
  padding-top: 50px;
}

.mol-deer img {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  width: auto;
  max-width: 100%;
}

.mol-deer ul {
  list-style: none;
  padding-left: 0;
}

.mol-deer ul li {
  position: absolute;
  text-align: right;
  max-width: 260px;
  color: #46575f;
  font-size: 14px;
}

.mol-deer ul li:first-child {
  top: 280px;
  right: 0;
}

.mol-deer ul li:first-child::before {
  width: 167px;
  height: 204px;
  content: '';
  display: block;
  position: absolute;
  background-image: url(../img/line-1.png);
  background-size: cover;
  top: -15px;
  right: 0;
  -webkit-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  transform: translateY(-100%);
}

.mol-deer ul li:nth-child(2) {
  top: 53%;
  left: -180px;
}

.mol-deer ul li:nth-child(2)::before {
  width: 532px;
  height: 243px;
  content: '';
  display: block;
  display: block;
  position: absolute;
  background-image: url(../img/line-2.png);
  background-size: cover;
  top: -15px;
  right: 0;
  -webkit-transform: translateX(100%) translateY(-100%);
  -ms-transform: translateX(100%) translateY(-100%);
  transform: translateX(100%) translateY(-100%);
}

.mol-deer ul li:nth-child(3) {
  bottom: 100px;
  right: 50px;
}

.mol-deer ul li:nth-child(3)::before {
  width: 388px;
  height: 169px;
  content: '';
  display: block;
  display: block;
  position: absolute;
  background-image: url(../img/line-3.png);
  background-size: cover;
  top: -15px;
  right: 0;
  -webkit-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  transform: translateY(-100%);
}

.mol-deer-wrapper {
  display: -webkit-flex;
  display: -ms-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
  width: 100%;
  max-width: 1200px;
  padding: 0 15px;
  margin: 0 auto;
}

.mol-design {
  padding-top: 130px;
}

.mol-design__top-text {
  max-width: 1000px;
  width: 100%;
  margin: 0 auto;
  display: -webkit-flex;
  display: -ms-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.mol-design__top-text h2 {
  font-size: 2vw;
  color: #e91625;
  text-transform: uppercase;
  font-family: 'Unisans';
  text-align: right;
  margin-bottom: 25px;
}

.mol-design__top-text p {
  max-width: 700px;
  color: #46575f;
  font-size: 15px;
  margin-top: 0;
  margin-bottom: 60px;
  text-align: right;
}

.mol-design-wrapper {
  width: 100%;
  max-width: 1300px;
  padding: 0 15px;
  margin: 0 auto;
}

.mol-design-wrapper img {
  width: 100%;
}

.mol-gallery {
  padding-top: 130px;
}

.mol-gallery__top-text {
  max-width: 1000px;
  width: 100%;
  margin: 0 auto;
  display: -webkit-flex;
  display: -ms-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  padding: 0 15px;
}

.mol-gallery__top-text h2 {
  font-size: 2vw;
  color: #e91625;
  text-transform: uppercase;
  font-family: 'Unisans';
  text-align: right;
  margin-bottom: 25px;
}

.mol-gallery__top-text p {
  max-width: 700px;
  color: #46575f;
  font-size: 15px;
  margin-top: 0;
  margin-bottom: 60px;
  text-align: right;
}

.mol-gallery-container {
  display: -webkit-flex;
  display: -ms-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.mol-gallery-container__item {
  width: -webkit-calc(100% / 3);
  width: calc(100% / 3);
  outline: none;
  position: relative;
  overflow: hidden;
}

.mol-gallery-container__item:hover .mol-gallery-container__hover {
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}

.mol-gallery-container__item img {
  width: 100%;
  height: 100%;
}

.mol-gallery-container__hover {
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  display: -webkit-flex;
  display: -ms-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transform: translateY(-110%);
  -ms-transform: translateY(-110%);
  transform: translateY(-110%);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.mol-gallery-container__hover img {
  width: 100px;
}

.mol-totals {
  padding-bottom: 120px;
  padding-top: 90px;
}

.mol-totals h2 {
  font-size: 2vw;
  color: #e91625;
  text-transform: uppercase;
  font-family: 'Unisans';
  text-align: center;
  margin-bottom: 25px;
}

.mol-totals p {
  max-width: 680px;
  color: #46575f;
  font-size: 15px;
  text-align: center;
  margin: 0 auto;
}

@media (max-width: 1599px) {
  .mol-top__left {
    padding-top: 80px;
  }
}

@media (max-width: 1500px) {
  .mol-deer ul li:nth-child(2) {
    left: 0;
  }

  .mol-deer ul li:nth-child(2)::before {
    width: 360px;
  }
}

@media (max-width: 1440px) {
  .mol-top h1 {
    margin: 30px 0;
  }

  .mol-posters {
    padding-top: 80px;
  }

  .mol-design {
    padding-top: 80px;
  }

  .mol-gallery {
    padding-top: 80px;
  }
}

@media (max-width: 1370px) {
  .mol-deer ul li:first-child {
    right: 15px;
  }
}

@media (max-width: 1200px) {
  .mol-top__left {
    padding-right: 20px;
    padding-left: 20px;
  }
}

@media (max-width: 1024px) {
  .case-wrapper {
    padding-left: 75px;
  }
}

@media (max-width: 1023px) {
  .mol-top h1 {
    font-size: 19px;
  }

  .mol-top__left {
    padding-top: 30px;
  }

  .mol-info {
    padding-top: 30px;
  }

  .mol-posters {
    padding-top: 30px;
  }

  .mol-posters__top-text h2 {
    font-size: 20px;
  }

  .mol-design {
    padding-top: 30px;
  }

  .mol-design__top-text h2 {
    font-size: 20px;
  }

  .mol-gallery {
    padding-top: 30px;
  }

  .mol-gallery__top-text h2 {
    font-size: 20px;
  }

  .mol-gallery-container__item {
    width: 50%;
  }

  .mol-totals h2 {
    font-size: 20px;
  }
}

@media (max-width: 767px) {
  .case-wrapper {
    padding: 0;
  }

  .mol-top {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .mol-top__rigth {
    width: 100%;
  }

  .mol-top__left {
    width: 100%;
    padding-bottom: 30px;
  }

  .mol-top .logos {
    padding-left: 0;
  }

  .mol-top .logos img:first-child {
    min-width: inherit;
  }

  .mol-top .logos img:last-child {
    min-width: inherit;
  }

  .mol-cite {
    margin-top: 20px;
    width: 100%;
  }

  .mol-info-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .mol-info__left {
    width: 100%;
  }

  .mol-info__right {
    width: 100%;
  }

  .mol-posters__list {
    margin-top: 0;
  }

  .mol-posters__list ul li {
    margin-top: 10px;
  }

  .mol-deer ul li {
    position: static;
    max-width: inherit;
    margin-top: 15px;
    text-align: center;
    font-size: 16px;
  }

  .mol-deer ul li:first-child::before {
    display: none;
  }

  .mol-deer ul li:nth-child(2)::before {
    display: none;
  }

  .mol-deer ul li:nth-child(3)::before {
    display: none;
  }

  .mol-deer-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

@media (max-width: 600px) {
  .mol-gallery-container__item {
    width: 100%;
  }
}