/*! normalize.css v8.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 iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0; }

/**
 * 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
   ========================================================================== */
/**
 * 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
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent; }

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  /* 2 */ }

/**
 * 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 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
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none; }

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 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; }

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button; }

/**
 * 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 */ }

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline; }

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
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 */ }

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * 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 Edge, IE 10+, and Firefox.
 */
details {
  display: block; }

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item; }

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none; }

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none; }

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

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

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

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

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

/*
* Custom
*/
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-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);
  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; }

/* Slider */
.slider-container .slider-for {
  margin-bottom: 2rem !important; }
  .slider-container .slider-for img {
    width: 100%; }

.slider-container .slider-nav {
  margin: 0 auto;
  margin-bottom: 3rem; }
  .slider-container .slider-nav .slider-nav__item {
    width: 16rem;
    height: 11rem; }
  .slider-container .slider-nav .slick-current .slider-nav__item img {
    width: 98%;
    margin: 0 auto; }
  @media (min-width: 1024px) {
    .slider-container .slider-nav {
      width: 79rem; } }

/* the slides */
.slick-loading .slick-list {
  background: #fff url("../img/ajax-loader.gif") no-repeat center center; }

/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 100px;
  width: 60px;
  line-height: 0;
  font-size: 0;
  cursor: pointer;
  background: rgba(100, 100, 100, 0.2);
  color: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  border-radius: 0;
  outline: none;
  z-index: 50; }
  .slick-prev.slick-disabled:before,
  .slick-next.slick-disabled:before {
    opacity: 0.25; }
  .slick-prev:before,
  .slick-next:before {
    content: '';
    display: block;
    height: 100px;
    width: 60px;
    background: url("../img/arrow.png") no-repeat center center;
    line-height: 1; }

.slick-prev {
  left: 0; }

.slick-next {
  right: 0; }
  .slick-next:before {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg); }

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px; }

.slick-dots {
  position: absolute;
  bottom: 15px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%; }
  .slick-dots li {
    position: relative;
    display: inline-block;
    height: 10px;
    width: 10px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer; }
    .slick-dots li button {
      border: 0;
      display: block;
      height: 10px;
      width: 10px;
      outline: none;
      line-height: 0;
      font-size: 0;
      color: transparent;
      padding: 5px;
      cursor: pointer;
      border-radius: 10px;
      overflow: hidden;
      background-color: #a5a5a5; }
      .slick-dots li button:hover, .slick-dots li button:focus {
        background-color: #7f7f7f;
        outline: none;
        opacity: 1; }
    .slick-dots li.slick-active button {
      background-color: #7f7f7f; }

*, *:before, *:after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

html {
  font-size: 10px; }

body {
  font-synthesis: none;
  -moz-font-feature-settings: 'kern';
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family: 'Georgia Pro', Georgia, sans-serif;
  font-size: 2rem;
  font-weight: normal;
  line-height: 2.6rem;
  letter-spacing: 0.1rem;
  color: #454747; }

p {
  margin: 0 0 3rem; }

header {
  /*padding: 49px 35px 62px 35px;*/
  padding: 20px 35px 20px 35px;
  height: 10.2rem; }

.container-fluid {
  position: relative; }

.container {
  position: relative;
  margin: 0 auto;
  width: 100%; }
  @media (min-width: 768px) and (max-width: 1023px) {
    .container {
      width: 768px; } }
  @media (min-width: 1024px) and (max-width: 1239px) {
    .container {
      width: 1024px; } }

.logo {
  width: 14rem;
  margin-left: 1.6rem;
  float: left;
  /*background: url("../img/logo.jpg") no-repeat;*/
  display: block;
  height: 1.2rem; }
  .logo:hover {
    text-decoration: none; }

.logo-kommersant {
  width: 14rem;
  margin-right: 1.6rem;
  float: right;
  background: url("../img/logo-kommersant.jpg") no-repeat;
  display: block;
  height: 4.5rem; }
  .logo:hover {
    text-decoration: none; }

.block {
  position: relative; }
  .block .img-text {
    position: absolute;
    top: 80px;
    left: 0;
    margin: 0 3rem;
    z-index: 2;
    font-family: 'HeliosC', Georgia, sans-serif;
    font-size: 7.5rem;
    line-height: 7.5rem;
    color: #fff;
    text-transform: uppercase; }
    .block .img-text span {
      display: block;
      font-size: 4rem;
      line-height: 4rem;
      margin-top: 4rem; }

.block-img .big-img {
  width: 100%; }

.img-text {
  position: absolute;
  top: 80px;
  left: 0;
  margin: 0 12rem;
  z-index: 2;
  font-family: 'HeliosC', Georgia, sans-serif;
  font-size: 7.5rem;
  line-height: 7.5rem;
  color: #fff;
  text-transform: uppercase; }
  .img-text span {
    display: block;
    font-size: 4rem;
    line-height: 4rem;
    margin-top: 4rem; }

.block-text {
  position: relative;
  width: 60.6%;
  padding: 2rem;
  margin-left: 9.8%;
  margin-top: -10rem;
  background-color: #fff; }
  .block-text.nmt {
    margin-top: 0; }
    .block-text .intro {
    font-weight: bold; }
  .block-text.mb {
    margin-top: 4rem;
    margin-bottom: 3rem; }
  .block-text .title {
    text-transform: uppercase;
    font-family: 'HeliosC', Georgia, sans-serif;
    font-size: 3rem;
    line-height: 2.6rem;
    font-weight: bold;
    margin-bottom: 3rem;
    color: #737575; }
  .block-text .color-text {
    font-family: 'HeliosC', Georgia, sans-serif;
    font-size: 4rem;
    line-height: 4rem;
    font-weight: bold;
    text-transform: uppercase;
    float: right;
    width: 46.8rem;
    margin-right: -30rem;
    padding: 1rem;
    background: -webkit-linear-gradient(#e5a529, #4b5a7d);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent; }

@media (max-width: 767px) {
  .img-text {
    top: 20px;
    margin: 0 1rem;
    font-size: 2.5rem;
    line-height: 2.5rem; }
    .img-text span {
      font-size: 1.5rem;
      line-height: 1.5rem;
      margin-top: 1.5rem; }
  .block-text {
    width: 100%;
    padding: 2rem;
    margin-left: 0;
    margin-top: 0; }
    .block-text .color-text {
      float: none;
      font-size: 3rem;
      line-height: 3rem;
      width: 100%;
      margin-right: 0;
      padding: 0 0 2rem; }
  header {
    padding: 20px 10px 20px 10px;
    height: 10.2rem; } }

@media (min-width: 768px) and (max-width: 1023px) {
  .img-text {
    top: 40px;
    margin: 0 8rem;
    font-size: 4.5rem;
    line-height: 4.5rem; }
    .img-text span {
      font-size: 2.5rem;
      line-height: 2.5rem;
      margin-top: 2.5rem; }
  .block-text .color-text {
    font-size: 3rem;
    line-height: 3rem;
    width: 36.8rem;
    margin-right: -20rem; } }
