.btn, button, a, input[type="reset"], input[type="button"] {
  background-color: transparent;
  border: none;
  outline: none;
  text-decoration: none;
  color: #000;
  font-family: Montserrat, sans-serif;
  cursor: pointer; }

.sprite, .currency-type::before, .currency-up::after, .currency-down::after, .price-page .price-type-image::after {
  content: '';
  background-image: url("../img/sprite.png");
  display: block; }

.clear, .main-menu-list .selected-menu .main-menu-item-header:after, .info-gathering::after, .price-item .price-values:after, .documents-page .documents-view-header::after, .documents-page .documents-list li:after, .documents-summary .document-panel .document-info::after, .modal-document .modal-title-panel::after, .modal-main-info .documents-list-modal li::after, .leader-header::after, .map-page .map-contacts .region-contacts .region-info::after, .map-page::after, .news-page .news-read-more::after, .news-page-slider::after, .publication-article .article-description::after, .price-page .price-content::after, .price-page .price-item-type::after {
  content: '';
  clear: both;
  display: block;
  width: 100%;
  height: 0; }

* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0;
  margin: 0; }

body {
  min-width: 320px;
  background-color: #f2f2f2;
  font-family: Montserrat, sans-serif;
  padding-top: 148px; }

.hidden-scroll {
  overflow: hidden; }

.clear:after, .main-menu-list .selected-menu .main-menu-item-header:after, .price-item .price-values:after, .documents-page .documents-list li:after {
  content: '';
  display: block;
  width: 100%;
  height: auto;
  clear: both; }

.header.sticky-header {
  position: fixed;
  padding: 10px;
  z-index: 4;
  -webkit-transform: translate(0, -100vh);
      -ms-transform: translate(0, -100vh);
          transform: translate(0, -100vh);
  -webkit-transition: all .5s ease-in-out;
  -o-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out; }
  .header.sticky-header .header-main-row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex; }
  .header.sticky-header .sticky-logo {
    display: block;
    float: left;
    margin: 0;
    border: none;
    padding: 0;
    width: auto;
    height: 49px; }
    .header.sticky-header .sticky-logo svg {
      width: auto;
      height: 100%; }
  .header.sticky-header .logo {
    display: none; }
  .header.sticky-header .mobile-logo {
    display: none; }
  .header.sticky-header .mob-menu-icon {
    margin-right: 0; }
  .header.sticky-header .header_facebook {
    line-height: normal; }

.display-none {
  display: none; }

.sticky {
  padding-top: 70px; }
  .sticky .header.sticky-header {
    -webkit-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
            transform: translate(0, 0); }

.wrap {
  margin: auto;
  padding: 0 10px; }

.open-menu .header {
  height: 100%; }

.header {
  position: absolute;
  z-index: 5;
  top: 0;
  width: 100%;
  background-color: #fff;
  border-bottom: 1px solid #e1e1e1;
  -webkit-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
          transform: translate(0, 0);
  -webkit-transition: all .4s ease-in-out;
  -o-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out; }
  .header a {
    color: #c1c1c1; }

.logo {
  display: none; }

.sticky-logo {
  display: none; }

.mobile-logo {
  width: 100%;
  height: 100px;
  padding: 8px 0 15px;
  display: block;
  border-bottom: 1px solid #e1e1e1;
  -webkit-transition: all .6s ease-in-out;
  -o-transition: all .6s ease-in-out;
  transition: all .6s ease-in-out;
  text-align: center; }
  .mobile-logo svg {
    width: auto;
    height: 100%;
    text-align: center;
    margin: auto; }

.main-menu {
  display: none;
  -webkit-transition: all .6s ease-in-out;
  -o-transition: all .6s ease-in-out;
  transition: all .6s ease-in-out;
  position: fixed;
  left: 0;
  right: 0;
  overflow: auto;
  height: -webkit-calc(100% - 215px);
  height: calc(100% - 215px);
  margin-top: 10px; }

.mob-menu-icon {
  display: block;
  width: 31px;
  height: 20px;
  position: relative;
  z-index: 2;
  -webkit-transform: rotate(0deg);
      -ms-transform: rotate(0deg);
          transform: rotate(0deg);
  -webkit-transition: .5s ease-in-out;
  -o-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
  cursor: pointer;
  background-color: #fff;
  margin: 15px auto;
  -webkit-transition: all .6s ease-in-out;
  -o-transition: all .6s ease-in-out;
  transition: all .6s ease-in-out; }
  .mob-menu-icon span {
    display: block;
    position: absolute;
    height: 3px;
    background: #3cb878;
    opacity: 1;
    left: 0;
    -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
            transform: rotate(0deg);
    -webkit-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
    transition: .25s ease-in-out; }
    .mob-menu-icon span:first-child {
      top: 0px;
      width: 31px; }
    .mob-menu-icon span:nth-child(2), .mob-menu-icon span:nth-child(3) {
      top: 8px;
      width: 31px; }
    .mob-menu-icon span:last-child {
      top: 16px;
      width: 31px; }

.open-menu .mob-menu-icon span:first-child {
  top: 18px;
  width: 0%;
  left: 50%; }

.open-menu .mob-menu-icon span:nth-child(2) {
  width: 100%;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg); }

.open-menu .mob-menu-icon span:nth-child(3) {
  width: 100%;
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg); }

.open-menu .mob-menu-icon span:last-child {
  top: 18px;
  width: 0%;
  left: 50%; }

.open-menu .mob-menu-icon ~ .header-icons {
  display: block; }

.open-menu .main-menu {
  display: block; }

.open-menu header.sticky-header .main-menu {
  height: -webkit-calc(100% - 125px);
  height: calc(100% - 125px); }

.header-search, .header-user {
  display: block;
  float: left;
  padding: 19px 10px; }
  .header-search svg, .header-user svg {
    width: 28px;
    height: 28px;
    fill: #b8b8b8; }

.header-icons {
  display: none;
  position: fixed;
  width: 100%;
  bottom: 0;
  left: 0;
  background-color: #fff;
  height: 66px;
  border-top: 1px solid #e1e1e1;
  background-color: #f2f2f2; }

.header-lang {
  display: inline-block;
  width: 38px;
  height: 38px;
  border: 2px solid #c1c1c1;
  -webkit-border-radius: 50%;
          border-radius: 50%;
  text-align: center;
  line-height: 32px;
  font-size: 12px;
  text-decoration: none;
  color: #c1c1c1;
  margin: 0 10px;
  -webkit-transition: color .6s ease-in-out;
  -o-transition: color .6s ease-in-out;
  transition: color .6s ease-in-out; }
  .header-lang.current-lang, .header-lang:hover {
    border-color: #3cb878;
    color: #3cb878; }

.lang {
  float: right;
  line-height: 66px;
  display: inline-block; }

.main-menu {
  background-color: #f2f2f2; }
  .main-menu .mob-menu-arrow {
    float: right; }
    .main-menu .mob-menu-arrow svg {
      width: 20px;
      -webkit-transform: rotate(-90deg);
          -ms-transform: rotate(-90deg);
              transform: rotate(-90deg);
      padding-right: 4px;
      -webkit-transition: fill .2s ease-in-out;
      -o-transition: fill .2s ease-in-out;
      transition: fill .2s ease-in-out;
      fill: #4a4a4a; }

.main-menu-list {
  list-style-type: none; }
  .main-menu-list .main-menu-item {
    padding: 15px 10px;
    border-bottom: 1px solid #e1e1e1; }
    .main-menu-list .main-menu-item .first-level-item {
      font-size: 16px;
      text-transform: uppercase;
      text-decoration: none;
      color: #000;
      -webkit-transition: color .2s ease-in-out;
      -o-transition: color .2s ease-in-out;
      transition: color .2s ease-in-out; }
    .main-menu-list .main-menu-item:hover .first-level-item {
      color: #3cb878; }
    .main-menu-list .main-menu-item:hover .mob-menu-arrow svg {
      fill: #3cb878; }
    .main-menu-list .main-menu-item:hover .submenu a:hover {
      color: #3cb878; }
  .main-menu-list .submenu {
    position: fixed;
    left: 100%;
    width: -webkit-calc(100% - 20px);
    width: calc(100% - 20px);
    list-style-type: none;
    text-align: center;
    padding-top: 20px;
    -webkit-transition: left .2s ease-in-out;
    -o-transition: left .2s ease-in-out;
    transition: left .2s ease-in-out; }
    .main-menu-list .submenu li {
      margin: 30px 0; }
      .main-menu-list .submenu li a {
        margin-left: -10px;
        text-decoration: none;
        color: #000; }
  .main-menu-list .hide-menu {
    visibility: hidden;
    opacity: 0;
    height: 0;
    overflow: hidden;
    padding: 0;
    -webkit-transition: all .1s ease-in-out;
    -o-transition: all .1s ease-in-out;
    transition: all .1s ease-in-out; }

.unactive-content {
  background-color: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 100vh;
  position: fixed;
  z-index: 3;
  top: 0;
  left: 0;
  display: none; }

.tablet-menu {
  display: none; }

.main-menu-list .selected-menu {
  visibility: visible;
  padding: 15px 0;
  opacity: 1;
  height: 100%;
  border: none;
  text-align: center; }
  .main-menu-list .selected-menu .mob-menu-arrow {
    float: left;
    -webkit-transform: rotate(-180deg);
        -ms-transform: rotate(-180deg);
            transform: rotate(-180deg); }
  .main-menu-list .selected-menu .first-level-item {
    margin-left: -30px;
    color: #3cb878; }
  .main-menu-list .selected-menu .submenu {
    left: 10px; }

.main-screen {
  background-image: url("../img/mainPageBack.jpg");
  -webkit-background-size: cover;
          background-size: cover;
  background-position: center center;
  width: 100%;
  padding: 40px 0;
  position: relative;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  overflow: hidden; }
  .main-screen:after {
    content: '';
    display: block;
    height: 3px;
    width: 40%;
    background-color: #3cb878;
    position: absolute;
    bottom: -2px; }
  .main-screen .wrap {
    position: relative;
    z-index: 2; }

.header-user-text, .header-search-input {
  display: none; }

.fullscreen-video {
  display: none; }

.publication-tag .publication-type {
  font-size: 10px;
  text-transform: uppercase;
  color: #fff;
  background-color: #3cb878;
  -webkit-border-radius: 4px;
          border-radius: 4px;
  width: 120px;
  height: 20px;
  display: block;
  line-height: 22px;
  text-align: center;
  margin: 10px auto; }

.publication-tag .publication-date {
  text-align: center;
  display: inline-block;
  margin: auto;
  width: 100%;
  color: #313131;
  font-size: 14px; }

.publication-title {
  float: left;
  font-size: 18px;
  text-transform: uppercase;
  text-align: center;
  line-height: 26px;
  color: #fff;
  padding: 20px 10px 35px;
  display: none; }
  .publication-title.active {
    display: block; }

.publication-read-more {
  display: block;
  text-align: center;
  text-decoration: none;
  color: #fff;
  font-weight: 600; }
  .publication-read-more .arrow-read-more {
    border: 1px solid #fff;
    -webkit-border-radius: 50%;
            border-radius: 50%;
    width: 27px;
    height: 27px;
    margin: 10px auto;
    display: block; }
    .publication-read-more .arrow-read-more svg {
      padding-top: 7px;
      width: 11px;
      height: 20px;
      height: auto;
      fill: #fff; }
  .publication-read-more:hover {
    cursor: pointer; }
    .publication-read-more:hover .arrow-read-more {
      border: 2px solid #fff; }
      .publication-read-more:hover .arrow-read-more svg {
        padding-top: 6px; }

.tab-labels {
  display: none; }

.news {
  padding: 46px 0 20px; }
  .news .more-news {
    margin: 30px 0;
    font-size: 18px;
    font-weight: 600;
    display: block;
    text-align: center;
    text-transform: uppercase;
    text-decoration: none;
    color: #000;
    -webkit-transition: color .3s ease-in-out;
    -o-transition: color .3s ease-in-out;
    transition: color .3s ease-in-out; }
    .news .more-news:hover {
      color: #3cb878; }

.news-header {
  background-color: #fff;
  padding: 16px;
  margin: 10px 0; }
  .news-header .news-title {
    float: left;
    text-transform: uppercase;
    font-size: 18px;
    font-family: "Playfair Display", sans-serif;
    font-weight: 400;
    line-height: 30px; }
  .news-header .news-filter {
    float: right;
    position: relative; }
  .news-header .news-menu-icon:before {
    content: '';
    width: 30px;
    height: 26px;
    background-image: url("../img/icons/filter-menu.png");
    display: block; }
  .news-header:after {
    content: '';
    width: 100%;
    height: 0;
    display: block;
    clear: both; }
  .news-header .news-filter-list {
    position: absolute;
    display: none;
    z-index: 4;
    top: 30px;
    right: 0;
    background-color: #fff;
    width: 110px;
    padding: 10px;
    list-style-type: none; }
    .news-header .news-filter-list li {
      padding: 10px 0; }
      .news-header .news-filter-list li a {
        -webkit-transition: all .3s ease-in-out;
        -o-transition: all .3s ease-in-out;
        transition: all .3s ease-in-out;
        color: #000;
        text-transform: uppercase;
        font-size: 14px;
        text-decoration: none; }
      .news-header .news-filter-list li .active-filter {
        font-weight: 600; }
  .news-header .filter-open {
    display: block; }

.news-filter-list li a:hover {
  font-weight: 600; }

.news-slider {
  background-color: #fff;
  padding: 30px 0px 30px 25px; }
  .news-slider .wrap {
    padding: 0; }
  .news-slider .news-block {
    width: 235px;
    text-decoration: none;
    color: #000; }
  .news-slider .news-image {
    width: 235px;
    height: 170px;
    position: relative;
    overflow: hidden; }
    .news-slider .news-image img {
      position: absolute;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
          -ms-transform: translate(-50%, -50%);
              transform: translate(-50%, -50%);
      max-height: 100%;
      width: auto; }
  .news-slider .news-title {
    font-size: 14px;
    line-height: 18px;
    padding: 15px 0 10px; }
  .news-slider .news-date {
    font-size: 12px; }

.about {
  padding: 50px 0 90px;
  background-image: url("../img/aboutMainBack.jpg");
  background-position: center left;
  -webkit-background-size: cover;
          background-size: cover; }

.about-fund-activity {
  background-color: #fff;
  padding: 40px 20px 70px;
  position: relative; }

.about-fund-title {
  font-size: 30px;
  line-height: 36px;
  font-family: "Playfair Display", sans-serif;
  font-weight: 400;
  padding-bottom: 40px; }

.about-fund-info {
  font-size: 14px;
  line-height: 24px; }

.about-fund-more {
  width: 58px;
  height: 58px;
  background-color: #3cb878;
  -webkit-border-radius: 50%;
          border-radius: 50%;
  display: block;
  position: absolute;
  bottom: -29px;
  left: -webkit-calc(50% - 29px);
  left: calc(50% - 29px);
  text-align: center;
  padding-top: 16px;
  -webkit-transition: all .5s ease-in-out;
  -o-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out; }
  .about-fund-more svg {
    width: 27px;
    height: auto;
    fill: #fff;
    -webkit-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out; }
  .about-fund-more:hover {
    -webkit-transform: scale(1.2);
        -ms-transform: scale(1.2);
            transform: scale(1.2); }
    .about-fund-more:hover svg {
      fill: #313131; }

.info-gathering .wrap {
  padding: 0; }

.info-fund-main-new {
  background-image: url("../img/news/corn2.jpg");
  background-position: center center;
  -webkit-background-size: cover;
          background-size: cover;
  padding: 56px 40px 48px; }
  .info-fund-main-new .publication-date {
    color: #fff; }
  .info-fund-main-new .publication-title {
    display: block;
    text-transform: none;
    width: 100%; }
  .info-fund-main-new .publication-read-more {
    text-align: center; }

.info-fund-slider .news-slider {
  background-color: transparent;
  padding-left: 10px; }

.info-fund-slider .news-block {
  background-color: #fff;
  height: 280px; }

.info-fund-slider .news-title {
  padding: 17px 17px 10px 17px; }

.info-fund-slider .news-date {
  padding: 0 17px; }

.info-block-header {
  background-color: #fff;
  text-align: center;
  text-transform: uppercase;
  font-family: "Playfair Display", sans-serif;
  font-weight: 400;
  font-size: 18px;
  padding: 15px; }

.info-exchange {
  margin-bottom: 20px; }
  .info-exchange .wrap {
    padding: 0 10px; }

.exchange-table {
  margin: 8px 0;
  background-color: #fff;
  width: 100%;
  padding: 5px 16px 10px; }
  .exchange-table th {
    font-size: 14px;
    font-weight: 400;
    text-align: left;
    padding: 10px 0; }
  .exchange-table td {
    font-size: 16px;
    font-weight: 600;
    padding: 12px 0; }

.currency-type {
  width: 37%; }
  .currency-type::before {
    display: inline-block;
    width: 23px;
    height: 15px;
    margin-right: 9px; }

.currency-up::after, .currency-down::after {
  width: 9px;
  height: 6px;
  display: inline-block;
  margin-left: 7px;
  margin-bottom: 3px; }

.currency-up::after {
  background-position: 0 -20px; }

.currency-down::after {
  background-position: -15px -20px; }

.eur::before {
  background-position: -30px 0; }

.rub::before {
  background-position: -60px 0; }

.info-mail-news .wrap {
  padding: 0 10px; }

.info-mail-news .mail-title {
  text-align: center;
  font-weight: 400;
  font-size: 18px;
  font-family: "Playfair Display", sans-serif;
  padding-bottom: 20px; }

.info-mail-news .mail-form input {
  border: none;
  background-color: #fff;
  width: -webkit-calc(100% - 82px);
  width: calc(100% - 82px);
  height: 50px;
  font-size: 18px;
  padding-left: 14px;
  font-family: Montserrat, sans-serif;
  outline: none; }
  .info-mail-news .mail-form input:focus, .info-mail-news .mail-form input:active {
    border: 1px solid #313131; }

.info-mail-news .mail-form .send-mail {
  float: right;
  background-color: #3cb878;
  width: 82px;
  height: 50px;
  border: none;
  outline: none;
  -webkit-transition: all .4s ease-in-out;
  -o-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out; }
  .info-mail-news .mail-form .send-mail svg {
    width: 38px;
    height: auto;
    fill: #fff; }
  .info-mail-news .mail-form .send-mail .send-mail-text {
    display: none; }
  .info-mail-news .mail-form .send-mail:hover {
    background-color: #313131; }

.mail-news {
  background-color: #fafafa;
  padding: 25px 10px 35px; }

.info-networks {
  margin-top: 20px; }
  .info-networks .wrap {
    padding: 0 10px; }

.networks-statistics {
  background-color: #fff;
  padding: 25px; }

.networks-title {
  font-size: 18px;
  font-family: "Playfair Display", sans-serif;
  font-weight: 400;
  text-align: center;
  padding-bottom: 25px; }

.network-stat {
  display: block;
  text-decoration: none;
  color: #000;
  font-size: 16px;
  padding: 7px 0;
  text-align: center;
  margin: auto;
  width: 200px; }
  .network-stat strong {
    font-size: 18px; }
  .network-stat .network-icon {
    width: 40px;
    height: 40px;
    display: inline-block;
    -webkit-border-radius: 50%;
            border-radius: 50%;
    text-align: center;
    margin-right: 10px;
    float: left; }
    .network-stat .network-icon svg {
      fill: #fff;
      width: 22px;
      height: 40px; }
  .network-stat .network-users {
    line-height: 40px; }

.facebook-statistics .network-icon {
  background-color: #295396; }

.twitter-statistics .network-icon {
  background-color: #1da1f2; }

.youtube-statistics .network-icon {
  background-color: #d42428; }

.map-info {
  margin: 40px 0; }
  .map-info .wrap {
    padding: 10px; }

.map-info-title {
  font-size: 18px;
  font-family: "Playfair Display", sans-serif;
  font-weight: 400;
  text-transform: uppercase;
  text-align: center;
  background-color: #fff;
  padding: 18px; }

.choose-region {
  margin: 30px 0 20px; }

.choose-select {
  width: 100%;
  border: none;
  border-bottom: 1px solid #000;
  background-color: transparent;
  font-size: 18px;
  font-family: Montserrat, sans-serif;
  outline: none;
  padding-left: 15px; }

.price-sort-slider {
  padding-left: 10px; }
  .price-sort-slider .owl-prev, .price-sort-slider .owl-next {
    display: none; }

.price-item {
  background-color: #fff;
  width: 237px;
  height: 200px;
  padding: 22px; }
  .price-item .price-values {
    font-size: 12px; }
    .price-item .price-values strong {
      font-size: 18px;
      display: block; }
    .price-item .price-values .range-product, .price-item .price-values .price-product {
      display: block;
      float: left;
      padding: 3px 0; }
    .price-item .price-values .range-product {
      width: 40%;
      border-right: 1px solid #000; }
    .price-item .price-values .price-product {
      width: 50%;
      padding-left: 20px; }
  .price-item .location-factory {
    list-style-type: none;
    margin-top: 20px; }
    .price-item .location-factory li {
      font-size: 12px;
      line-height: 18px; }

.progress {
  display: inline-block;
  text-align: center;
  width: 100%; }

.progress-block {
  width: 50%;
  display: inline-block;
  float: left;
  margin: 30px 0; }

.progress-bar {
  width: 84px;
  height: 84px;
  display: inline-block;
  position: relative;
  text-align: center;
  vertical-align: top; }
  .progress-bar span {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    text-align: center;
    line-height: 84px;
    font-size: 18px; }

.progress-info {
  padding-top: 18px; }
  .progress-info span {
    text-align: center;
    font-size: 14px; }
  .progress-info .progress-count {
    display: block;
    font-size: 24px; }

.map {
  display: none; }

.documents {
  padding-bottom: 75px; }

.documents-title {
  font-size: 24px;
  font-family: "Playfair Display", sans-serif;
  line-height: 34px;
  text-align: center;
  font-weight: 400;
  max-width: 200px;
  margin: auto; }

.documents-description {
  display: none; }

.documents-view {
  padding: 50px 0; }

.documents-view-title {
  font-size: 14px;
  text-transform: uppercase;
  text-align: center;
  padding-bottom: 26px; }

.documents-list {
  list-style-type: none; }
  .documents-list li {
    border-top: 1px solid #b7b7b7;
    padding: 26px 16px 30px; }
    .documents-list li:last-child {
      border-bottom: 1px solid #b7b7b7; }
  .documents-list .document-name {
    text-decoration: none;
    color: #000;
    font-size: 16px;
    font-weight: 700;
    line-height: 16px; }
  .documents-list .document-info {
    margin-top: 20px; }
  .documents-list .document-date {
    font-size: 14px;
    display: inline-block;
    width: 95px; }
    .documents-list .document-date strong {
      font-size: 22px;
      display: block; }
  .documents-list .print-document {
    display: inline-block; }
    .documents-list .print-document svg {
      width: 35px; }

.second-page-documents, .document-pages {
  display: none; }

.more-documents {
  text-align: center;
  margin: auto;
  width: 100%;
  display: block;
  color: #3cb878;
  text-decoration: none;
  font-weight: 700; }
  .more-documents .more-documents-arrow {
    -webkit-border-radius: 50%;
            border-radius: 50%;
    border: 1px solid #3cb878;
    width: 27px;
    height: 27px;
    display: block;
    line-height: 27px;
    margin: 15px auto; }
    .more-documents .more-documents-arrow svg {
      display: inline-block;
      width: 13px;
      height: auto;
      line-height: 27px;
      fill: #3cb878; }

.document-page-prev, .document-page-next {
  cursor: pointer;
  width: 16px;
  margin: 0 10px; }
  .document-page-prev svg, .document-page-next svg {
    width: 12px;
    height: auto; }

.unactive svg {
  fill: #c1c1c1; }

.social-links a {
  -webkit-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out; }
  .social-links a:hover {
    background-color: #3cb878; }

.footer {
  background-color: #fff;
  padding: 20px; }
  .footer .main-footer-menu {
    padding-bottom: 50px; }
  .footer .footer-menu-list, .footer .submenu {
    list-style-type: none; }
  .footer .footer-menu-link {
    text-transform: uppercase;
    text-decoration: none;
    color: #000;
    font-family: "Playfair Display", sans-serif;
    font-size: 18px;
    margin: 20px 0 0;
    display: inline-block;
    width: 100%; }
  .footer .menu-arrow {
    float: right;
    display: inline-block;
    padding-top: 3px;
    -webkit-transition: all .6s ease-in-out;
    -o-transition: all .6s ease-in-out;
    transition: all .6s ease-in-out; }
    .footer .menu-arrow svg {
      width: 15px; }
  .footer .submenu {
    margin-top: 20px;
    max-height: 0;
    overflow: hidden; }
    .footer .submenu li {
      padding: 5px 0; }
      .footer .submenu li a {
        text-decoration: none;
        color: #000;
        font-size: 14px; }
        .footer .submenu li a:hover {
          color: #3cb878; }
  .footer .open-menu-link ~ .submenu {
    max-height: 100%; }
  .footer .open-menu-link .menu-arrow {
    -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
            transform: rotate(180deg); }

.footer-government-menu {
  border-top: 1px solid #b7b7b7;
  border-bottom: 1px solid #b7b7b7;
  padding: 25px 0 0; }

.footer-logo {
  margin: auto;
  display: block;
  width: 118px; }
  .footer-logo .footer-logo-desktop {
    display: none; }
  .footer-logo svg {
    width: 100%;
    height: 65px; }

.footer-government-list {
  list-style-type: none; }
  .footer-government-list li {
    margin: 40px 0;
    text-align: center; }
    .footer-government-list li a {
      text-decoration: none;
      text-transform: uppercase;
      text-align: center;
      font-size: 16px;
      line-height: 24px;
      color: #000; }
      .footer-government-list li a:hover {
        color: #3cb878; }

.footer-networks {
  text-align: center;
  padding: 30px 0;
  border-bottom: 1px solid #b7b7b7; }

.footer-social {
  width: 32px;
  height: 32px;
  -webkit-border-radius: 50%;
          border-radius: 50%;
  display: inline-block;
  text-align: center;
  padding: 7px 0;
  margin: 0 7px; }
  .footer-social.facebook {
    background-color: blue; }
  .footer-social.twitter {
    background-color: #1da1f2; }
  .footer-social.youtube {
    background-color: #d42428; }
  .footer-social svg {
    width: 18px;
    fill: #fff; }

.footer-copy {
  padding: 22px 16px 0;
  font-size: 12px;
  line-height: 18px; }

.page-title {
  font-family: "Playfair Display", sans-serif;
  font-size: 24px;
  font-weight: 400;
  padding: 30px 0;
  text-align: center; }

.contacts {
  margin-bottom: 30px; }
  .contacts .wrap {
    padding: 0; }

.contacts-map {
  height: 400px; }

.contacts-info {
  background-color: #fff;
  padding: 20px 25px; }

.contacts-coordinates {
  padding: 20px 0; }

.coordinates-title {
  font-size: 18px;
  line-height: 24px;
  padding-bottom: 20px; }

.coordinates-info {
  display: block;
  font-size: 14px;
  line-height: 24px;
  color: #454545;
  text-decoration: none; }

.documents-page-title .documents-title {
  padding: 40px 20px;
  max-width: 100%; }

.documents-page {
  margin-bottom: 40px; }
  .documents-page .documents-view {
    padding: 0;
    margin-bottom: 40px; }
  .documents-page .show-documents-title {
    display: none; }
  .documents-page .documents-view-header {
    background-color: #fff;
    padding: 20px 16px;
    margin-bottom: 10px; }
  .documents-page .documents-view-title {
    float: left;
    padding-bottom: 0; }
  .documents-page .document-pages {
    display: inline-block;
    float: right;
    font-size: 14px;
    font-weight: 600; }
    .documents-page .document-pages .document-page-prev {
      margin-right: 10px; }
    .documents-page .document-pages .document-page-next {
      margin-left: 10px; }
    .documents-page .document-pages .document-page-current::after {
      content: '/';
      margin-left: 5px; }
  .documents-page .documents-row {
    position: relative;
    height: 540px;
    overflow: hidden; }
  .documents-page .documents-list {
    position: absolute;
    float: left;
    width: 100%;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out; }
    .documents-page .documents-list li {
      height: 180px; }
  .documents-page .document-icons {
    display: inline-block; }
    .documents-page .document-icons .load-document {
      float: left;
      margin-right: 30px; }
      .documents-page .document-icons .load-document svg {
        width: 30px;
        height: auto; }
    .documents-page .document-icons .print-document {
      float: left; }
    .documents-page .document-icons .open-document {
      float: left;
      display: inline-block;
      margin-left: 30px;
      background-color: #e1e1e1;
      width: 35px;
      height: 35px;
      -webkit-border-radius: 50%;
              border-radius: 50%;
      text-align: center;
      padding: 7px 0; }
      .documents-page .document-icons .open-document svg {
        width: 20px;
        height: auto; }

.documents-summary .document-panel {
  margin-bottom: 20px;
  background-color: #fff;
  padding: 15px; }
  .documents-summary .document-panel .document-title {
    text-transform: uppercase;
    font-size: 14px;
    margin: 10px 0; }
  .documents-summary .document-panel .document-count-block {
    font-size: 12px; }
  .documents-summary .document-panel .document-count {
    font-weight: 600; }
  .documents-summary .document-panel .button-document-show {
    font-size: 12px;
    color: #3cb878;
    text-transform: uppercase;
    font-weight: 600;
    float: right;
    margin: 40px 0 0;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out; }
    .documents-summary .document-panel .button-document-show:hover {
      opacity: 0.8; }

.modal-document {
  display: none;
  position: fixed;
  overflow-y: auto;
  z-index: 1000;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.5); }
  .modal-document .modal-content {
    position: absolute;
    left: 0;
    right: 0;
    background-color: #fff;
    width: 90%;
    margin: 20% auto; }
  .modal-document .modal-title-panel {
    background-color: #f6f8f5;
    padding: 20px 10px; }
    .modal-document .modal-title-panel .modal-title {
      width: -webkit-calc(100% - 50px);
      width: calc(100% - 50px);
      float: left;
      font-size: 16px;
      text-transform: uppercase; }
    .modal-document .modal-title-panel .close-modal {
      float: right;
      width: 20px;
      height: 20px; }

.modal-main-info {
  margin: 20px 0 0; }
  .modal-main-info .documents-list-modal {
    list-style-type: none; }
    .modal-main-info .documents-list-modal li {
      border-top: 1px solid #b7b7b7;
      padding: 10px; }
      .modal-main-info .documents-list-modal li .document-title-block {
        margin-bottom: 20px; }
      .modal-main-info .documents-list-modal li .document-title {
        font-size: 14px;
        margin-bottom: 7px; }
      .modal-main-info .documents-list-modal li .document-type {
        font-size: 12px;
        color: #313131; }
      .modal-main-info .documents-list-modal li .document-date {
        font-size: 16px;
        vertical-align: middle;
        margin-top: 5px;
        display: inline-block; }
      .modal-main-info .documents-list-modal li .document-download {
        float: right;
        vertical-align: middle;
        font-weight: 600; }
        .modal-main-info .documents-list-modal li .document-download span {
          vertical-align: middle; }
        .modal-main-info .documents-list-modal li .document-download .download-icon {
          display: inline-block;
          width: 25px;
          height: 25px;
          border: 1px solid #17a24e;
          -webkit-border-radius: 50%;
                  border-radius: 50%;
          text-align: center;
          margin-right: 3px;
          -webkit-transition: all .4s ease-in-out;
          -o-transition: all .4s ease-in-out;
          transition: all .4s ease-in-out; }
          .modal-main-info .documents-list-modal li .document-download .download-icon svg {
            width: 12px;
            fill: #17a24e;
            vertical-align: middle;
            -webkit-transition: all .4s ease-in-out;
            -o-transition: all .4s ease-in-out;
            transition: all .4s ease-in-out; }
        .modal-main-info .documents-list-modal li .document-download:hover .download-icon {
          background-color: #17a24e;
          opacity: 0.4; }
          .modal-main-info .documents-list-modal li .document-download:hover .download-icon svg {
            fill: #fff; }

.body-overflow {
  overflow: hidden; }

.price-page .document-place .document-load svg {
  height: 30px; }

.pageup-title {
  background-image: url("../img/forward/bg.jpg");
  background-position: center center;
  -webkit-background-size: cover;
          background-size: cover;
  padding: 60px 10px;
  color: #fff;
  text-align: center; }
  .pageup-title h1 {
    text-transform: uppercase; }
  .pageup-title span {
    font-weight: 500; }

.forward-about {
  margin-top: -30px;
  background-color: #fff; }
  .forward-about .forward-about-image {
    background-image: url("../img/forward/forward-image.jpg");
    background-position: center center;
    -webkit-background-size: cover;
            background-size: cover;
    width: 100%;
    min-height: 400px;
    height: auto; }
  .forward-about .forward-description {
    padding: 20px 10px; }
    .forward-about .forward-description h2 {
      font-size: 18px; }
    .forward-about .forward-description span {
      display: block;
      margin: 20px 0;
      font-size: 12px; }

.forward-page h3, .mineral-page h3, .production-page h3 {
  font-size: 18px;
  font-weight: 400;
  text-transform: uppercase;
  text-align: center; }

.forward-advantages {
  padding: 40px 0; }

.slider-numbers {
  position: relative;
  padding-left: 30px;
  padding-right: 30px; }
  .slider-numbers .owl-nav {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    z-index: 2; }
  .slider-numbers .owl-prev {
    left: 0; }
  .slider-numbers .owl-next {
    right: 0; }
  .slider-numbers .owl-prev, .slider-numbers .owl-next {
    position: absolute;
    width: 30px;
    height: 30px;
    -webkit-border-radius: 50%;
            border-radius: 50%;
    border: 1px solid #000;
    padding: 5px;
    -webkit-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out; }
    .slider-numbers .owl-prev svg, .slider-numbers .owl-next svg {
      width: 18px;
      height: auto;
      -webkit-transition: all .4s ease-in-out;
      -o-transition: all .4s ease-in-out;
      transition: all .4s ease-in-out; }
    .slider-numbers .owl-prev:hover, .slider-numbers .owl-next:hover {
      border-color: #3cb878;
      background-color: #3cb878; }
      .slider-numbers .owl-prev:hover svg, .slider-numbers .owl-next:hover svg {
        fill: #fff; }
  .slider-numbers .owl-dots {
    display: none; }

.forward-adv-slider .owl-stage {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center; }

.forward-adv-item {
  padding: 0 40px; }
  .forward-adv-item .forward-adv-image {
    text-align: center;
    margin: 20px 0; }
    .forward-adv-item .forward-adv-image svg {
      width: 70px;
      height: auto;
      fill: #3cb878; }
  .forward-adv-item .forward-adv-description {
    text-align: center; }
    .forward-adv-item .forward-adv-description h4 {
      font-size: 16px;
      padding-bottom: 10px; }
    .forward-adv-item .forward-adv-description span {
      font-size: 12px; }

.forward-conditions {
  padding: 30px 0;
  background-color: #fff; }

.forward-condition-values {
  margin: 20px 10px;
  background-image: url("../img/forward/conditions-bg.jpg");
  background-position: center center;
  -webkit-background-size: cover;
          background-size: cover;
  padding: 10px; }

.forward-values-top.forward-values {
  text-align: left; }
  .forward-values-top.forward-values h4 {
    color: #fff;
    font-size: 16px; }
  .forward-values-top.forward-values span {
    color: #fff;
    font-size: 12px;
    font-weight: 400; }

.forward-values {
  margin: 30px 0;
  text-align: center; }
  .forward-values h4 {
    color: #fff;
    font-size: 15px;
    margin-bottom: 7px; }
  .forward-values .forward-percent {
    font-size: 60px;
    font-weight: 800;
    white-space: nowrap; }
    .forward-values .forward-percent small {
      font-size: 20px;
      margin-top: -20px; }
  .forward-values span {
    display: block;
    color: #fff;
    font-size: 12px; }

.forward-active-value .forward-percent {
  font-size: 80px;
  color: #3cb878; }

.forward-min-batches {
  margin-bottom: -200px; }

.pageup-block-slider {
  padding-left: 20px; }
  .pageup-block-slider .owl-nav {
    display: none; }

.forward-batches-item {
  height: 370px;
  width: 170px;
  -webkit-background-size: cover;
          background-size: cover;
  background-position: center center;
  position: relative;
  padding: 25px 10px; }
  .forward-batches-item .batch-type {
    font-size: 18px;
    font-weight: 600;
    text-transform: uppercase;
    text-align: center;
    display: block;
    color: #fff;
    position: relative;
    z-index: 2; }
  .forward-batches-item .batch-image {
    width: 50%;
    position: absolute;
    top: 40%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    margin: auto;
    z-index: 2; }
    .forward-batches-item .batch-image svg {
      width: auto;
      max-height: 80px;
      text-align: center;
      margin: auto;
      display: block;
      fill: #fff; }
  .forward-batches-item .batch-description {
    position: absolute;
    bottom: 30px;
    color: #fff;
    font-size: 24px;
    text-align: center;
    left: 0;
    right: 0;
    margin-right: auto;
    margin-left: auto;
    z-index: 2; }
    .forward-batches-item .batch-description .batch-value {
      font-size: 60px;
      display: block;
      font-weight: 600; }
  .forward-batches-item:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    height: 370px;
    width: 170px;
    background-color: rgba(0, 0, 0, 0.3);
    z-index: 1; }

.forward-batches-wheat {
  background-image: url("../img/forward/wheat.jpg"); }

.forward-batches-corn {
  background-image: url("../img/forward/corn.jpg"); }

.forward-batches-barley {
  background-image: url("../img/forward/barley.jpg"); }

.forward-batches-rye {
  background-image: url("../img/forward/rye.jpg"); }

.forward-batches-buckwheat {
  background-image: url("../img/forward/buckwheat.jpg"); }

.forward-batches-oat {
  background-image: url("../img/forward/oat.jpg"); }

.forward-batches-pea {
  background-image: url("../img/forward/pea.jpg"); }

.slider-products-title {
  padding: 40px 20px; }
  .slider-products-title h4 {
    font-size: 18px; }
  .slider-products-title span {
    font-size: 12px; }

.pageup-stages {
  padding-top: 220px; }
  .pageup-stages h3 {
    margin-bottom: 30px; }
  .pageup-stages .sub-title {
    background-color: #fff;
    width: 100%;
    font-weight: 300;
    text-transform: uppercase;
    font-size: 16px;
    padding: 10px;
    font-family: "Playfair Display", sans-serif; }

.pageup-stages-block {
  padding: 20px 10px; }

.pageup-stage-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin: 30px 0; }
  .pageup-stage-item .pageup-stage-number {
    font-size: 30px;
    color: #3cb878;
    margin-right: 20px;
    width: 12%; }
  .pageup-stage-item .pageup-stage-info {
    width: -webkit-calc(88% - 20px);
    width: calc(88% - 20px); }
  .pageup-stage-item .pageup-stage-title {
    font-weight: 600;
    font-size: 14px;
    margin-bottom: 10px; }
  .pageup-stage-item .pageup-stage-desc {
    font-size: 14px; }

.forward-formula {
  margin-bottom: 80px; }
  .forward-formula h4 {
    font-size: 16px;
    text-transform: uppercase;
    text-align: center;
    margin-bottom: 30px; }
    .forward-formula h4::after {
      content: '';
      display: block;
      height: 1px;
      width: 100%;
      margin-top: 10px;
      background-color: #000; }

.forward-formula-table {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex; }

.forward-formula-coll {
  width: -webkit-calc(50% - 30px);
  width: calc(50% - 30px);
  margin: 0 15px; }

.forward-formula-cell span {
  display: block;
  margin: 5px 0;
  font-size: 12px; }

.forward-formula-cell .formula {
  font-weight: 600;
  color: #3cb878; }

.forward-formula-cell:first-child::after {
  content: '';
  display: block;
  width: 80%;
  height: 1px;
  background-color: #000;
  margin: 10px auto; }

.international-bg {
  background-image: url("../img/international/international-bg.png");
  -webkit-background-size: cover;
          background-size: cover;
  background-position: center center;
  height: 150px; }

.international-page .international-content {
  background-color: #fff;
  margin-top: -80px;
  margin-bottom: 80px; }

.international-page h1 {
  font-size: 20px;
  text-align: center;
  margin-bottom: 20px; }

.international-page .text-page-links {
  margin-bottom: 20px; }

.international-page .pageup-stages {
  padding-top: 10px; }

.international-description {
  padding: 40px 10px; }
  .international-description span {
    display: block;
    font-size: 12px;
    line-height: 1.8; }

.international-goals {
  text-align: center;
  font-size: 14px;
  font-weight: 800;
  background-color: #f6f8f5;
  line-height: 1.8;
  padding: 20px; }

.international-keys {
  padding: 40px 20px; }
  .international-keys h2 {
    text-align: center;
    font-size: 16px; }

.international-contacts {
  background-color: #f6f8f5;
  padding: 40px 20px;
  text-align: center; }
  .international-contacts h3 {
    font-size: 14px;
    color: #3cb878;
    text-align: center;
    line-height: 1.5; }
  .international-contacts .international-contacts-title-desc {
    text-align: center;
    font-weight: 600;
    display: block;
    font-size: 14px;
    line-height: 1.5; }
  .international-contacts .international-contacts-title-option {
    font-size: 12px; }
  .international-contacts .international-adress {
    font-size: 12px;
    text-align: center;
    padding: 20px 0; }
    .international-contacts .international-adress span {
      display: block;
      text-align: center; }
    .international-contacts .international-adress a {
      margin: auto;
      display: block; }
  .international-contacts .international-contacts-link {
    font-size: 14px;
    color: #3cb878;
    font-weight: 600;
    text-align: center;
    margin: auto;
    width: 200px; }
    .international-contacts .international-contacts-link span {
      display: inline-block; }
    .international-contacts .international-contacts-link .link-arrow {
      display: inline-block;
      vertical-align: middle;
      margin-left: 10px;
      width: 30px;
      height: 30px;
      border: 1px solid #3cb878;
      -webkit-border-radius: 50%;
              border-radius: 50%;
      padding: 5px; }
      .international-contacts .international-contacts-link .link-arrow svg {
        fill: #3cb878; }
    .international-contacts .international-contacts-link:hover .link-arrow {
      background-color: #3cb878; }
      .international-contacts .international-contacts-link:hover .link-arrow svg {
        fill: #fff; }

.leadership {
  margin-bottom: 70px; }

.leadership-block {
  background-color: #f5f8f5; }

.leader-header {
  padding: 25px 16px 40px;
  display: table; }
  .leader-header .leader-image {
    display: table-cell;
    width: 90px;
    height: 90px;
    -webkit-border-radius: 50%;
            border-radius: 50%;
    overflow: hidden;
    position: relative;
    float: left;
    margin-right: 16px; }
    .leader-header .leader-image img {
      position: absolute;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
          -ms-transform: translate(-50%, -50%);
              transform: translate(-50%, -50%); }
  .leader-header .leader-main-info {
    display: table-cell;
    vertical-align: middle; }
  .leader-header .leader-name {
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 10px; }
  .leader-header .leader-position {
    font-size: 14px; }

.leader-story {
  background-color: #fff;
  padding: 16px;
  font-size: 12px;
  line-height: 18px; }

.leader-small-about {
  color: #686868;
  margin-bottom: 40px; }

.leader-biography {
  margin: 20px 0; }
  .leader-biography strong {
    color: #3cb878; }

.map-page {
  margin-bottom: 40px; }
  .map-page .map-page-title {
    font-size: 24px;
    font-family: "Playfair Display", sans-serif;
    font-weight: 400;
    padding: 30px;
    line-height: 34px;
    text-align: center; }
  .map-page .contact-info {
    display: none;
    padding: 20px 0; }
  .map-page .contact-info[data-region="32"] {
    display: block; }
  .map-page .map-contacts {
    background-color: #fff;
    padding: 23px 16px;
    margin: 10px 0;
    height: 245px; }
    .map-page .map-contacts .region-contacts-title {
      font-size: 14px;
      line-height: 24px; }
    .map-page .map-contacts .region-contacts {
      padding: 25px 0; }
      .map-page .map-contacts .region-contacts .region-info {
        display: block;
        font-size: 14px;
        line-height: 24px; }
      .map-page .map-contacts .region-contacts .region-info-text {
        display: inline-block;
        float: left; }
      .map-page .map-contacts .region-contacts .region-info-icon {
        float: left;
        line-height: 30px;
        margin-right: 10px; }
        .map-page .map-contacts .region-contacts .region-info-icon svg {
          width: 14px;
          height: 14px;
          fill: #3cb878; }

.mineral-page .pageup-title {
  background-image: url("../img/mineral/mineral-bg.jpg"); }

.pageup-title .title-brief {
  display: block;
  font-size: 12px;
  padding-top: 20px;
  text-align: center; }

.mineral-page .slider-products {
  padding-bottom: 50px; }

.min-product-slider {
  padding-left: 0; }
  .min-product-slider.owl-carousel .owl-item img {
    width: auto; }

.min-product-item {
  background-color: #fff;
  width: 280px;
  height: 385px;
  margin: 0;
  position: relative; }
  .min-product-item img {
    position: absolute;
    height: 250px;
    width: auto;
    max-width: 100%;
    bottom: 120px;
    left: 0;
    right: 0;
    margin: auto; }
  .min-product-item .min-product-title {
    position: absolute;
    bottom: 40px;
    left: 0;
    right: 0;
    margin: auto; }
    .min-product-item .min-product-title h4 {
      text-transform: uppercase;
      font-size: 16px;
      font-weight: 600;
      text-align: center;
      padding-bottom: 7px; }
    .min-product-item .min-product-title span {
      text-align: center;
      margin: auto;
      font-size: 16px;
      display: block; }

.pageup-advantages {
  padding: 30px 0;
  background-color: #fff; }
  .pageup-advantages .pageup-advantages-title {
    padding: 20px 0; }

.pageup-advantages-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin: 20px 0; }
  .pageup-advantages-item svg {
    width: 60px;
    height: 60px;
    fill: #3cb878; }
  .pageup-advantages-item .pageup-adv-title {
    width: -webkit-calc(100% - 70px);
    width: calc(100% - 70px);
    margin-left: 10px; }
    .pageup-advantages-item .pageup-adv-title h5 {
      font-size: 12px;
      margin-bottom: 1em; }
    .pageup-advantages-item .pageup-adv-title span {
      font-size: 10px; }

.action-block {
  background-color: #dedede; }
  .action-block img {
    max-width: 100%;
    margin-top: -30px; }
  .action-block .promo-title {
    padding: 30px 0 40px; }
  .action-block .promo-type {
    background-color: #3cb878;
    font-size: 12px;
    color: #fff;
    padding: 2px 15px;
    -webkit-border-radius: 4px;
            border-radius: 4px;
    margin: auto;
    text-align: center;
    display: inline-block; }
  .action-block .promo-text {
    display: block;
    font-weight: 600;
    font-size: 18px;
    margin: 10px 0; }
  .action-block .promo-value {
    color: #bc4747;
    font-size: 35px;
    font-weight: 800;
    text-transform: uppercase;
    display: inline-block; }

.mineral-stages {
  padding-top: 50px;
  padding-bottom: 50px; }
  .mineral-stages h3 {
    margin-bottom: 0; }

.news-page-title .news-title {
  font-size: 24px;
  font-family: "Playfair Display", sans-serif;
  font-weight: 400;
  text-align: center;
  padding: 36px 0; }

.news-page {
  background-image: url("../img/mainPageBackFilter.jpg");
  background-position: center center;
  -webkit-background-size: cover;
          background-size: cover;
  padding-left: 25px;
  margin-bottom: 40px; }
  .news-page .wrap {
    background-color: #f2f2f2; }
  .news-page .news-page-main-content {
    padding: 20px 15px; }
  .news-page .news-info .news-time {
    display: block;
    width: 82px;
    height: 20px;
    -webkit-border-radius: 4px;
            border-radius: 4px;
    background-color: #8e48d0;
    font-size: 12px;
    color: #fff;
    line-height: 20px;
    text-align: center; }
  .news-page .news-info .news-date {
    font-size: 14px;
    line-height: 40px; }
  .news-page .news-content .main-news-title {
    font-size: 18px;
    line-height: 26px;
    padding: 20px 0; }
  .news-page .news-content .main-news-text {
    font-size: 12px;
    line-height: 18px;
    padding-bottom: 20px; }
  .news-page .news-read-more {
    text-decoration: none;
    color: #000;
    font-size: 18px;
    font-weight: 600; }
  .news-page .news-read-more-text {
    float: left;
    line-height: 26px; }
  .news-page .news-read-more-arrow {
    float: left;
    border: 1px solid #000;
    -webkit-border-radius: 50%;
            border-radius: 50%;
    width: 26px;
    height: 26px;
    display: block;
    text-align: center;
    padding: 2px 0;
    margin-left: 10px; }
    .news-page .news-read-more-arrow svg {
      width: 14px;
      height: auto; }

.news-page-slider .info-fund-news {
  padding: 0; }
  .news-page-slider .info-fund-news .wrap {
    padding: 0; }

.news-page-slider .info-fund-slider .wrap {
  max-width: 100%; }

.news-page-images {
  display: none; }

.search-pagination .pagination-next svg, .search-pagination .pagination-prev svg,
.search-pagination .pagination-prev svg {
  width: 15px; }

.production-page .pageup-title {
  background-image: url("../img/production/production-bg.jpg"); }

.slider-products {
  padding-bottom: 50px; }

.production-main-slider {
  padding-left: 0; }
  .production-main-slider .production-slider-item {
    height: 770px;
    width: 280px;
    position: relative; }
    .production-main-slider .production-slider-item .product-main-block {
      background-color: #fff;
      position: relative;
      height: 385px; }
      .production-main-slider .production-slider-item .product-main-block img {
        position: absolute;
        height: 250px;
        width: auto;
        max-width: 100%;
        bottom: 120px;
        left: 0;
        right: 0;
        margin: auto; }
      .production-main-slider .production-slider-item .product-main-block .product-main-title {
        position: absolute;
        bottom: 40px;
        left: 0;
        right: 0;
        margin: auto; }
        .production-main-slider .production-slider-item .product-main-block .product-main-title h4 {
          text-transform: uppercase;
          font-size: 16px;
          font-weight: 600;
          text-align: center;
          padding-bottom: 7px; }
        .production-main-slider .production-slider-item .product-main-block .product-main-title span {
          text-align: center;
          margin: auto;
          font-size: 16px;
          display: block; }
    .production-main-slider .production-slider-item .product-description-block {
      position: relative;
      height: 385px;
      padding: 30px 40px;
      width: 280px;
      background-color: #f9f8f8; }
      .production-main-slider .production-slider-item .product-description-block .product-brief {
        font-size: 12px;
        font-weight: 200;
        margin-bottom: 30px;
        display: inline-block; }
      .production-main-slider .production-slider-item .product-description-block .product-charachters h5 {
        font-weight: 600;
        font-size: 14px;
        padding-bottom: 10px; }
      .production-main-slider .production-slider-item .product-description-block .product-charachters span {
        font-size: 12px;
        display: block;
        line-height: 1.8; }

.production-stages {
  padding: 40px 0; }
  .production-stages h3 {
    margin-bottom: 0; }

.production-general-slider.owl-carousel .owl-item img {
  width: auto; }

.production-general-slider .owl-nav {
  position: relative; }
  .production-general-slider .owl-nav .owl-prev, .production-general-slider .owl-nav .owl-next {
    position: absolute;
    bottom: 35px;
    left: 20px;
    width: 30px;
    height: 30px;
    border: 1px solid #000;
    -webkit-border-radius: 50%;
            border-radius: 50%;
    padding: 5px;
    -webkit-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out; }
    .production-general-slider .owl-nav .owl-prev svg, .production-general-slider .owl-nav .owl-next svg {
      width: 17px;
      height: auto;
      -webkit-transition: all .4s ease-in-out;
      -o-transition: all .4s ease-in-out;
      transition: all .4s ease-in-out; }
    .production-general-slider .owl-nav .owl-prev:hover, .production-general-slider .owl-nav .owl-next:hover {
      border-color: #3cb878;
      background-color: #3cb878; }
      .production-general-slider .owl-nav .owl-prev:hover svg, .production-general-slider .owl-nav .owl-next:hover svg {
        fill: #fff; }
  .production-general-slider .owl-nav .owl-next {
    right: 20px;
    left: auto; }

.production-general-slider-block {
  background-color: #fff; }
  .production-general-slider-block h3 {
    font-size: 16px;
    color: #3cb878; }

.production-general-slider {
  margin-top: 20px; }
  .production-general-slider .owl-dots {
    display: none; }

.production-general-item {
  position: relative; }
  .production-general-item img {
    max-width: 100%;
    height: auto;
    margin-left: auto;
    margin-right: auto;
    max-width: 60%; }
  .production-general-item .production-item-info {
    padding: 20px 55px;
    text-align: center; }
    .production-general-item .production-item-info .item-info-value {
      font-size: 16px;
      font-weight: 600; }
    .production-general-item .production-item-info .item-info-type {
      font-size: 24px;
      font-weight: 800;
      color: #fff;
      margin-top: 10px;
      text-transform: uppercase; }
  .production-general-item::after {
    content: '';
    background-color: #dedede;
    width: 100%;
    height: 80%;
    position: absolute;
    bottom: 0;
    z-index: -1;
    display: block; }
  .production-general-item.left-item img {
    margin-left: 0;
    margin-right: 0; }

.production-partners {
  margin-bottom: 50px; }
  .production-partners h3 {
    margin-bottom: 20px; }

.production-partners-slider .partners-item {
  padding: 40px 45px;
  text-align: center;
  position: relative;
  height: 150px;
  margin: 20px; }
  .production-partners-slider .partners-item img {
    display: inline-block;
    height: auto;
    max-height: 100%;
    max-width: 100%;
    width: auto;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    margin: auto; }

.production-partners-slider .owl-nav {
  top: 30%;
  left: 10px; }
  .production-partners-slider .owl-nav .owl-next {
    right: 10px; }

.publication-back {
  height: 440px;
  background-image: url("../img/mainPageBack.jpg");
  background-position: center center;
  -webkit-background-size: cover;
          background-size: cover; }

.publication-article {
  margin-top: -225px; }
  .publication-article .article-page {
    background-color: #fff;
    padding: 30px 16px;
    margin-bottom: 75px; }
  .publication-article .article-title {
    font-size: 18px;
    line-height: 26px; }
  .publication-article .article-description {
    padding: 20px 0; }
  .publication-article .article-labels {
    float: left;
    width: 50%; }
    .publication-article .article-labels .article-time-label {
      background-color: #8e48d0;
      font-size: 12px;
      color: #fff;
      line-height: 22px;
      vertical-align: middle;
      text-align: center;
      display: block;
      width: 80px;
      height: 22px;
      -webkit-border-radius: 4px;
              border-radius: 4px; }
    .publication-article .article-labels .article-date {
      font-size: 14px;
      line-height: 42px; }
  .publication-article .article-links {
    float: left;
    text-align: left; }
  .publication-article .article-content p {
    font-size: 12px;
    line-height: 18px;
    padding: 12px 0; }
  .publication-article .article-content .article-read-also {
    font-weight: 600; }
    .publication-article .article-content .article-read-also a {
      color: #3cb878;
      text-decoration: none; }
  .publication-article .article-content .article-contacts-link {
    display: block;
    color: #000;
    text-decoration: none; }
  .publication-article .article-content .article-requirements {
    font-weight: 600; }
  .publication-article .article-content .requirements-list {
    list-style-type: none; }
    .publication-article .article-content .requirements-list .requirements-item {
      padding: 10px 0; }
      .publication-article .article-content .requirements-list .requirements-item a {
        text-decoration: none;
        color: #000;
        font-size: 12px;
        line-height: 18px;
        color: #3cb878; }
  .publication-article .article-share {
    padding-top: 30px; }
    .publication-article .article-share .text-page-links {
      padding: 20px 0; }
  .publication-article .article-share-title {
    text-align: center;
    font-size: 16px; }

.additional-slider {
  display: none; }

.price-page {
  margin-top: 40px; }
  .price-page .price-title {
    background-color: #fff;
    font-size: 18px;
    font-family: "Playfair Display", sans-serif;
    line-height: 42px;
    font-weight: 400;
    text-transform: uppercase;
    padding: 5px 22px;
    text-align: center;
    margin: 30px 0; }
  .price-page .price-table {
    margin: auto; }
  .price-page .price-content {
    margin-bottom: 50px; }
  .price-page .price-item-type {
    display: table;
    margin: auto;
    padding: 20px 10px; }
  .price-page .price-type-image {
    display: inline-block;
    float: left;
    width: 50px;
    height: 50px;
    position: relative; }
    .price-page .price-type-image::after {
      display: inline-block;
      position: absolute;
      top: 50%;
      left: 50%;
      margin: auto;
      -webkit-transform: translate(-50%, -50%);
          -ms-transform: translate(-50%, -50%);
              transform: translate(-50%, -50%); }
  .price-page .wheat .price-type-image::after {
    width: 36px;
    height: 44px;
    background-position: 0 -40px; }
  .price-page .corn .price-type-image::after {
    width: 33px;
    height: 58px;
    background-position: -45px -40px; }
  .price-page .barley .price-type-image::after {
    width: 49px;
    height: 39px;
    background-position: -85px -40px; }
  .price-page .rye .price-type-image::after {
    width: 26px;
    height: 68px;
    background-position: -145px -40px; }
  .price-page .buckwheat .price-type-image::after {
    width: 45px;
    height: 38px;
    background-position: -180px -40px; }
  .price-page .oat .price-type-image::after {
    width: 37px;
    height: 68px;
    background-position: -235px -40px; }
  .price-page .pea .price-type-image::after {
    width: 34px;
    height: 52px;
    background-position: -280px -40px; }
  .price-page .price-class, .price-page .price-amount {
    font-size: 12px;
    line-height: 18px;
    display: inline-block;
    float: left;
    padding: 7px 15px; }
    .price-page .price-class strong, .price-page .price-amount strong {
      font-size: 18px;
      display: block; }
    .price-page .price-class span, .price-page .price-amount span {
      display: block; }
  .price-page .price-border {
    padding-top: 5px;
    display: inline-block;
    width: 1px;
    height: 45px;
    background-color: #000;
    float: left; }
  .price-page .price-min-party .price-class, .price-page .price-min-party .price-amount {
    width: 110px;
    display: table; }
  .price-page .price-min-party .price-class strong {
    display: table-cell;
    font-size: 14px;
    vertical-align: middle;
    height: 30px; }
  .price-page .price-min-party .price-amount strong {
    display: table-cell;
    margin-right: 5px;
    height: 30px;
    vertical-align: middle; }
  .price-page .price-min-party .price-amount span {
    display: table-cell;
    margin-top: 10px;
    vertical-align: middle; }
  .price-page .price-binding-documents {
    display: none; }

.search-page-title {
  border-bottom: 1px solid #b7b7b7; }

.search-results {
  padding: 30px 0; }

.search-result-block {
  margin: 15px 0;
  padding: 20px;
  background-color: #fff; }

.search-result-title {
  font-size: 16px;
  line-height: 22px;
  font-weight: 600;
  margin-bottom: 20px;
  display: block;
  -webkit-transition: all .4s ease-in-out;
  -o-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out; }
  .search-result-title:hover {
    color: #3cb878; }

.search-result-type {
  background-color: #3cb878;
  font-size: 12px;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  width: 70px;
  height: 20px;
  display: inline-block;
  line-height: 20px;
  -webkit-border-radius: 4px;
          border-radius: 4px; }

.search-result-date {
  font-size: 12px;
  margin-left: 30px; }

.search-pagination {
  margin: 40px 0 20px;
  text-align: center; }
  .search-pagination a {
    display: inline-block;
    width: 25px;
    height: 25px;
    margin: 8px;
    line-height: 25px;
    font-size: 14px;
    font-weight: 600;
    -webkit-border-radius: 50%;
            border-radius: 50%;
    -webkit-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out; }
    .search-pagination a:hover, .search-pagination a.pagination-current {
      color: #fff;
      background-color: #3cb878; }
  .search-pagination .pagination-dots {
    display: inline-block;
    font-weight: 600;
    width: 25px;
    height: 25px;
    -webkit-border-radius: 50%;
            border-radius: 50%;
    border: 2px solid #000;
    text-align: center; }
  .search-pagination .pagination-next, .search-pagination .pagination-prev {
    border: 2px solid #3cb878;
    width: 25px;
    height: 25px;
    -webkit-border-radius: 50%;
            border-radius: 50%;
    display: inline-block;
    vertical-align: middle;
    -webkit-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out; }
    .search-pagination .pagination-next svg, .search-pagination .pagination-prev svg {
      fill: #3cb878;
      height: 10px;
      margin: 5px;
      -webkit-transition: all .4s ease-in-out;
      -o-transition: all .4s ease-in-out;
      transition: all .4s ease-in-out; }
    .search-pagination .pagination-next:hover, .search-pagination .pagination-prev:hover {
      background-color: #3cb878; }
      .search-pagination .pagination-next:hover svg, .search-pagination .pagination-prev:hover svg {
        fill: #fff; }
  .search-pagination .pagination-prev {
    -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
            transform: rotate(180deg); }

.text-page {
  margin-bottom: 30px;
  margin-top: 20px; }

.text-page-title .page-title {
  padding-bottom: 20px; }

.text-page-links {
  text-align: center;
  margin: auto; }
  .text-page-links .social-icon {
    width: 22px;
    height: 22px;
    -webkit-border-radius: 50%;
            border-radius: 50%;
    background-color: #a2a2a2;
    display: inline-block;
    text-align: center;
    margin: 0 5px; }
    .text-page-links .social-icon svg {
      width: 12px;
      padding: 5px 0;
      display: inline-block;
      text-align: center;
      fill: #fff; }
  .text-page-links .print-icon {
    display: inline-block;
    padding: 0 15px;
    border-left: 1px solid #b7b7b7; }
    .text-page-links .print-icon svg {
      width: 22px;
      height: 22px;
      fill: #a2a2a2; }

.social-links {
  display: inline-block;
  margin: 0 5px; }

.text-page-article {
  margin-top: 40px;
  background-color: #fff;
  padding: 10px 16px; }
  .text-page-article p {
    font-size: 12px;
    line-height: 18px;
    margin: 15px 0; }
  .text-page-article .text-link {
    color: #3cb878;
    text-decoration: none; }
  .text-page-article .text-link-bold {
    font-weight: 600; }
  .text-page-article .text-page-contact {
    display: block; }

.text-companies-list {
  list-style-type: none; }
  .text-companies-list li {
    font-weight: 400;
    font-size: 12px;
    line-height: 18px;
    font-weight: 600; }

.text-docs-list {
  margin-top: -10px;
  list-style-type: none; }
  .text-docs-list li {
    margin-bottom: 5px; }
    .text-docs-list li a {
      text-decoration: none;
      color: #3cb878;
      font-size: 12px;
      line-height: 18px; }
      .text-docs-list li a::before {
        content: '-';
        padding-right: 5px; }

.text-page-partners {
  margin-bottom: 70px; }
  .text-page-partners .wrap {
    padding: 0; }

.partners-header {
  margin: 10px 0;
  background-color: #fff;
  font-size: 18px;
  font-family: "Playfair Display", sans-serif;
  font-weight: 400;
  text-transform: uppercase;
  text-align: center;
  padding: 18px 10px; }

.partners-slider {
  background-color: #fff;
  padding: 20px 0; }
  .partners-slider .partners-slider-image {
    width: -webkit-calc(100% - 40px);
    width: calc(100% - 40px);
    margin: 0 20px;
    height: 140px;
    position: relative; }
    .partners-slider .partners-slider-image img {
      position: absolute;
      height: auto;
      width: auto;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
          -ms-transform: translate(-50%, -50%);
              transform: translate(-50%, -50%); }
    .partners-slider .partners-slider-image .partners-width {
      width: 100%; }
    .partners-slider .partners-slider-image .partners-height {
      height: 100%; }
  .partners-slider .owl-dots {
    text-align: center;
    padding-top: 20px; }
    .partners-slider .owl-dots .owl-dot {
      text-align: center;
      margin: 0 10px;
      display: inline-block;
      background-color: #b7b7b7;
      width: 12px;
      height: 12px;
      -webkit-border-radius: 50%;
              border-radius: 50%; }
    .partners-slider .owl-dots .active {
      background-color: #3cb878; }

@media (min-width: 640px) {
  .news-menu-icon {
    display: none; }
  .news-filter .news-filter-list {
    display: block;
    position: static;
    width: auto;
    padding: 0; }
    .news-filter .news-filter-list li {
      padding: 0;
      float: left;
      line-height: 30px;
      margin-left: 30px; }
  .price-page .price-item-type {
    width: 50%;
    float: left; }
  .price-page .price-class, .price-page .price-amount {
    width: 115px; }
  .pageup-title {
    padding: 80px 10px; }
    .pageup-title h1 {
      font-size: 28px; }
    .pageup-title span {
      font-size: 22px; }
  .forward-adv-slider {
    max-width: 630px;
    width: 100%;
    margin: auto; }
  .min-product-item {
    width: 340px;
    margin: 10px 0; }
  .action-block {
    padding-bottom: 50px; }
    .action-block .wrap {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-wrap: wrap;
          -ms-flex-wrap: wrap;
              flex-wrap: wrap;
      -webkit-box-align: center;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center; }
      .action-block .wrap img {
        width: 50%;
        height: 50%; }
      .action-block .wrap .promo-title {
        width: -webkit-calc(50% - 20px);
        width: calc(50% - 20px);
        margin-left: 20px; }
        .action-block .wrap .promo-title .promo-text {
          font-size: 20px; }
        .action-block .wrap .promo-title .promo-value {
          font-size: 34px; } }

@media (min-width: 768px) {
  .clear-media, .header::after, .documents::after, .documents-list li:after, .footer-bottom::after, .contacts-info:after, .publication-article .article-share::after, .documents-page .documents-row .documents-list li .document-icons::after, .documents-summary::after {
    content: '';
    clear: both;
    display: block;
    width: 100%;
    height: 0; }
  body {
    padding-top: 87px; }
  .wrap {
    padding: 0 30px; }
  .header.sticky-header {
    padding: 10px 50px; }
    .header.sticky-header .header-main-row {
      -webkit-box-pack: justify;
      -webkit-justify-content: space-between;
          -ms-flex-pack: justify;
              justify-content: space-between; }
    .header.sticky-header .logo {
      display: none; }
    .header.sticky-header .sticky-logo {
      display: block;
      width: auto;
      height: 50px;
      float: left;
      border: none;
      padding: 0; }
      .header.sticky-header .sticky-logo svg {
        width: auto;
        height: 100%; }
    .header.sticky-header .header-icons {
      height: 49px; }
      .header.sticky-header .header-icons .header-search, .header.sticky-header .header-icons .header-user, .header.sticky-header .header-icons .lang {
        line-height: 49px; }
      .header.sticky-header .header-icons .header-search {
        margin-right: 20px; }
      .header.sticky-header .header-icons .header-user {
        margin-left: 20px; }
      .header.sticky-header .header-icons a {
        margin-left: 15px; }
    .header.sticky-header .main-menu {
      margin-top: 10px; }
  .sticky {
    padding-top: 71px; }
    .sticky .tablet-menu {
      padding-top: 10px; }
      .sticky .tablet-menu .tablet-menu-icon {
        margin-right: 5px; }
  .header {
    padding: 10px 50px;
    -webkit-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out; }
    .header .main-menu.open-tablet-menu {
      visibility: visible;
      height: 350px;
      border-top: 1px solid #e1e1e1;
      border-bottom: 1px solid #e1e1e1; }
      .header .main-menu.open-tablet-menu .main-menu-item .submenu {
        visibility: visible; }
  .mobile-logo {
    display: none; }
  .logo {
    display: block;
    width: 210px;
    height: auto;
    float: left;
    border: none;
    padding: 0; }
    .logo svg {
      width: 100%;
      height: auto; }
  .mob-menu-icon {
    display: none; }
  .main-menu {
    display: block;
    overflow: hidden;
    visibility: hidden;
    height: 0;
    position: absolute;
    margin-top: 82px;
    background-color: #fff;
    border-top: 1px solid #e1e1e1;
    -webkit-transition: all .6s ease-in-out;
    -o-transition: all .6s ease-in-out;
    transition: all .6s ease-in-out; }
    .main-menu .main-menu-list {
      padding: 0 10px; }
    .main-menu .mob-menu-arrow {
      display: none; }
  .main-menu-item-header {
    height: 30px; }
  .main-menu-list .main-menu-item {
    margin-top: 10px;
    float: left;
    width: 13.9%;
    margin: 0 10px;
    text-align: left;
    border-bottom: none;
    -webkit-transition: all .6s ease-in-out;
    -o-transition: all .6s ease-in-out;
    transition: all .6s ease-in-out; }
    .main-menu-list .main-menu-item .submenu {
      width: 100%;
      position: static;
      height: 100%;
      visibility: visible;
      -webkit-transition: height .6s ease-in-out;
      -o-transition: height .6s ease-in-out;
      transition: height .6s ease-in-out;
      margin-right: 10px; }
      .main-menu-list .main-menu-item .submenu li {
        padding: 5px 0;
        text-align: left;
        margin: 10px 0; }
        .main-menu-list .main-menu-item .submenu li a {
          margin-left: 0;
          font-size: 14px; }
  .tablet-menu {
    display: block;
    float: left;
    line-height: 46px;
    padding: 16px 0 0; }
    .tablet-menu .tablet-menu-text {
      display: inline-block;
      margin-top: -10px;
      vertical-align: middle;
      font-size: 18px; }
  .tablet-menu-icon {
    display: inline-block;
    width: 31px;
    height: 20px;
    position: relative;
    z-index: 2;
    -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
            transform: rotate(0deg);
    -webkit-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
    cursor: pointer;
    background-color: #fff;
    -webkit-transition: all .6s ease-in-out;
    -o-transition: all .6s ease-in-out;
    transition: all .6s ease-in-out;
    margin-right: 20px; }
    .tablet-menu-icon span {
      display: block;
      position: absolute;
      height: 3px;
      background: #3cb878;
      opacity: 1;
      left: 0;
      -webkit-transform: rotate(0deg);
          -ms-transform: rotate(0deg);
              transform: rotate(0deg);
      -webkit-transition: .25s ease-in-out;
      -o-transition: .25s ease-in-out;
      transition: .25s ease-in-out; }
      .tablet-menu-icon span:first-child {
        top: 0px;
        width: 31px; }
      .tablet-menu-icon span:nth-child(2), .tablet-menu-icon span:nth-child(3) {
        top: 8px;
        width: 25px; }
      .tablet-menu-icon span:last-child {
        top: 16px;
        width: 31px; }
    .tablet-menu-icon.open span:first-child {
      top: 18px;
      width: 0%;
      left: 50%; }
    .tablet-menu-icon.open span:nth-child(2) {
      width: 100%;
      -webkit-transform: rotate(45deg);
          -ms-transform: rotate(45deg);
              transform: rotate(45deg); }
    .tablet-menu-icon.open span:nth-child(3) {
      width: 100%;
      -webkit-transform: rotate(-45deg);
          -ms-transform: rotate(-45deg);
              transform: rotate(-45deg); }
    .tablet-menu-icon.open span:last-child {
      top: 18px;
      width: 0%;
      left: 50%; }
  .main-menu-link {
    font-size: 14px;
    text-align: center; }
  .header-icons {
    background-color: transparent;
    position: static;
    width: auto;
    border: none;
    display: inline-block;
    float: right;
    height: 66px; }
    .header-icons .header-search, .header-icons .header-user {
      display: inline-block;
      line-height: 66px;
      padding: 0;
      vertical-align: middle; }
      .header-icons .header-search svg, .header-icons .header-user svg {
        vertical-align: middle; }
    .header-icons .header-search {
      margin-right: 30px; }
    .header-icons a {
      margin-left: 30px;
      -webkit-transition: margin-left .6s ease-in-out;
      -o-transition: margin-left .6s ease-in-out;
      transition: margin-left .6s ease-in-out; }
  .header-lang {
    margin: 0; }
  .main-screen {
    padding: 150px 0 160px; }
    .main-screen .wrap {
      padding: 0 50px; }
  .publication-tag {
    text-align: center;
    margin: auto; }
    .publication-tag .publication-type {
      display: inline-block;
      margin: 0 9px; }
    .publication-tag .publication-date {
      display: inline;
      margin: 0 9px; }
  .publication-title {
    font-size: 36px;
    line-height: 48px;
    margin: 40px 0;
    height: 250px; }
  .publication-read-more {
    font-size: 24px; }
    .publication-read-more .arrow-read-more {
      width: 37px;
      height: 37px; }
      .publication-read-more .arrow-read-more svg {
        width: 17px;
        height: 35px;
        padding: 10px 0; }
    .publication-read-more:hover .arrow-read-more svg {
      padding: 9px 0; }
  .tab-labels {
    display: block;
    width: 100%;
    margin: 150px auto 0;
    width: 290px;
    text-align: center; }
    .tab-labels .tab {
      width: 100%;
      display: inline;
      text-align: center; }
    .tab-labels .tab-label .tab-number {
      cursor: pointer;
      margin: 0 23px;
      color: #fff;
      font-size: 18px;
      font-weight: 600;
      width: 47px;
      height: 47px;
      border: 1px solid #fff;
      -webkit-border-radius: 50%;
              border-radius: 50%;
      display: inline-block;
      text-align: center;
      line-height: 47px; }
    .tab-labels .tab-label:hover .tab-number {
      width: 49px;
      height: 49px;
      border: 3px solid #fff;
      margin: 0 22px; }
    .tab-labels input {
      display: none; }
      .tab-labels input:checked ~ label .tab-number {
        width: 49px;
        height: 49px;
        border: 3px solid #fff;
        margin: 0 22px; }
    .tab-labels .label-title {
      display: none; }
  .news {
    padding: 60px 0; }
    .news .more-news {
      font-size: 14px; }
  .news-slider {
    padding-left: 50px; }
    .news-slider .news-block {
      width: 255px; }
    .news-slider .news-image {
      width: 255px; }
  .about {
    position: relative; }
    .about:before {
      content: '';
      display: block;
      width: 30%;
      top: 50px;
      bottom: 90px;
      left: 0;
      height: -webkit-calc(100% - 140px);
      height: calc(100% - 140px);
      position: absolute;
      background-color: #fff; }
  .about-fund-activity {
    width: 70%;
    padding-left: 50px;
    padding-right: 100px;
    max-width: 470px; }
  .about-fund-title {
    font-size: 32px;
    line-height: 42px;
    width: auto; }
  .about-fund-more {
    bottom: -webkit-calc(50% - 29px);
    bottom: calc(50% - 29px);
    left: -webkit-calc(100% - 29px);
    left: calc(100% - 29px);
    text-align: center;
    padding-top: 16px; }
    .about-fund-more svg {
      width: 27px;
      height: 27px;
      fill: #fff; }
  .news-header .subwrap {
    padding-left: 40px;
    padding-right: 40px; }
  .info-fund-main-new::after {
    content: '';
    clear: both;
    width: 100%;
    height: 0;
    display: block; }
  .info-fund-news .publication-tag {
    text-align: left; }
  .info-fund-news .main-title {
    width: 100%; }
    .info-fund-news .main-title:after {
      content: '';
      width: 100%;
      display: block;
      height: 0;
      clear: both; }
  .info-fund-news .publication-title {
    text-align: left;
    max-width: 75%;
    padding: 0;
    margin: 20px 0 10px;
    height: 110px; }
  .info-fund-news .publication-read-more {
    text-align: left;
    vertical-align: middle;
    width: auto;
    display: block; }
    .info-fund-news .publication-read-more .label-read-more {
      text-align: left;
      margin: 0;
      display: inline-block;
      float: left;
      margin-top: 15px;
      margin-right: 10px; }
      .info-fund-news .publication-read-more .label-read-more::after {
        content: '';
        clear: both;
        width: 100%;
        height: 0;
        display: block; }
    .info-fund-news .publication-read-more .arrow-read-more {
      display: inline-block;
      text-align: center; }
  .info-fund-main-new {
    padding: 80px 50px; }
  .info-fund-slider .wrap {
    padding: 0; }
  .info-additional-news {
    position: relative; }
    .info-additional-news .info-exchange {
      width: 50%; }
    .info-additional-news .info-networks {
      position: absolute;
      width: 50%;
      top: 0;
      right: 0;
      margin: 0; }
      .info-additional-news .info-networks .networks-title {
        text-align: left; }
      .info-additional-news .info-networks .networks-statistics {
        padding: 20px 35px; }
      .info-additional-news .info-networks .network-stat {
        width: auto;
        text-align: left; }
      .info-additional-news .info-networks .network-icon {
        margin-right: 35px; }
  .info-mail-news .mail-form input {
    width: -webkit-calc(100% - 227px);
    width: calc(100% - 227px); }
  .info-mail-news .mail-form .send-mail {
    width: 227px;
    margin: auto; }
    .info-mail-news .mail-form .send-mail svg {
      margin-right: 18px;
      display: inline-block;
      float: left; }
    .info-mail-news .mail-form .send-mail span {
      display: inline-block;
      text-transform: uppercase;
      color: #fff;
      font-family: Montserrat, sans-serif;
      font-size: 16px;
      line-height: 40px; }
    .info-mail-news .mail-form .send-mail .send-mail-text {
      display: inline-block; }
  .map-info {
    position: relative; }
    .map-info .map-info-title {
      text-align: left; }
  .price-sort-slider .price-item {
    padding: 35px 25px 0 40px;
    width: 290px;
    height: 245px; }
  .price-sort-slider .range-product, .price-sort-slider .price-product {
    font-size: 14px; }
    .price-sort-slider .range-product strong, .price-sort-slider .price-product strong {
      font-size: 24px; }
  .price-sort-slider .location-factory {
    font-size: 14px; }
  .choose-region {
    width: 50%;
    margin: 80px 0; }
  .progress-show {
    width: 50%;
    position: absolute;
    top: 60px;
    right: 0; }
  .price-sort-slider {
    margin: 45px auto;
    max-width: 1200px; }
  .documents {
    padding: 90px 0; }
    .documents .wrap {
      position: relative; }
  .documents-header {
    width: 47%;
    float: left; }
    .documents-header .documents-title {
      text-align: left;
      margin: 0;
      font-size: 36px;
      line-height: 48px;
      max-width: 90%;
      margin-bottom: 32px; }
    .documents-header .documents-description {
      display: block;
      font-size: 12px;
      line-height: 24px;
      max-width: 90%; }
  .documents-view {
    width: 50%;
    float: right;
    padding: 0; }
  .documents-view-title {
    text-align: left;
    display: inline-block; }
  .documents-row {
    position: relative;
    height: 475px;
    overflow: hidden; }
  .documents-list {
    position: absolute;
    float: left;
    width: 100%;
    -webkit-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out; }
    .documents-list li {
      padding: 14px 0;
      height: 77px; }
      .documents-list li .document-name {
        font-size: 14px;
        width: -webkit-calc(100% - 140px);
        width: calc(100% - 140px);
        display: inline-block;
        float: left; }
      .documents-list li .document-info {
        float: right;
        margin-top: 0;
        font-size: 12px; }
      .documents-list li .document-date {
        font-size: 12px; }
      .documents-list li .print-document {
        float: right;
        padding-top: 8px; }
        .documents-list li .print-document svg {
          width: 28px;
          fill: #acacac; }
  .document-pages {
    display: inline-block;
    float: right;
    font-size: 14px;
    font-weight: 600; }
    .document-pages .document-page-current::after {
      content: '/';
      margin-left: 5px; }
  .more-documents {
    position: absolute;
    top: 300px;
    left: 0;
    text-align: left;
    width: 47%;
    font-size: 18px;
    padding-left: 30px; }
    .more-documents .more-documents-text {
      display: inline-block; }
    .more-documents .more-documents-arrow {
      display: inline-block;
      text-align: center;
      margin-left: 14px; }
  .footer {
    padding-top: 60px; }
    .footer .footer-menu-item {
      width: 32%;
      display: inline-block;
      vertical-align: top;
      padding-bottom: 90px; }
      .footer .footer-menu-item .menu-arrow {
        display: none; }
    .footer .submenu {
      max-height: 100%; }
  .footer-government-menu, .main-footer-menu {
    padding-right: 22px;
    padding-left: 22px; }
  .footer-government-list li {
    display: inline-block;
    width: 24.5%;
    vertical-align: top;
    text-align: left;
    padding-right: 15px; }
  .footer-bottom {
    padding: 30px 22px 14px; }
    .footer-bottom .footer-networks {
      float: right;
      border-bottom: none;
      padding: 0; }
    .footer-bottom .footer-copy {
      font-size: 16px;
      line-height: 24px;
      max-width: 360px;
      padding: 0; }
  .leadership, .contacts, .text-page {
    margin-bottom: 90px; }
  .page-title {
    font-size: 48px;
    text-align: left; }
  .leader-header {
    padding: 30px 40px 55px; }
    .leader-header .leader-image {
      width: 220px;
      height: 220px;
      margin-right: 40px; }
  .leader-main-info .leader-name {
    font-size: 30px;
    line-height: 40px;
    margin-bottom: 30px; }
  .leader-main-info .leader-position {
    font-size: 24px; }
  .leader-story {
    padding: 60px 40px;
    font-size: 16px;
    line-height: 29px; }
    .leader-story .leader-small-about {
      margin-bottom: 70px; }
    .leader-story .leader-biography {
      margin: 40px 0; }
  .contacts .wrap {
    padding: 0 30px; }
  .contacts-info {
    padding: 40px 20px; }
  .contacts-coordinates {
    padding: 0;
    float: left;
    width: 32%;
    margin-right: 1.33333%; }
  .text-page-links {
    text-align: left;
    margin-left: -5px; }
  .text-page-article {
    padding: 20px 40px; }
    .text-page-article p {
      margin: 30px 0;
      font-size: 16px;
      line-height: 29px; }
  .text-companies-list {
    list-style-type: none; }
    .text-companies-list li {
      font-size: 16px;
      line-height: 29px; }
  .text-docs-list {
    margin-top: -20px; }
    .text-docs-list li {
      margin-bottom: 10px; }
      .text-docs-list li a {
        font-size: 16px;
        line-height: 29px; }
  .text-page-partners {
    margin-bottom: 90px; }
    .text-page-partners .wrap {
      padding: 0 30px; }
  .partners-header {
    text-align: left;
    padding-left: 30px; }
  .publication-back {
    height: 875px; }
  .publication-article {
    margin-top: -580px; }
    .publication-article .article-page {
      padding: 40px;
      margin-bottom: 90px; }
    .publication-article .article-title {
      font-size: 30px;
      line-height: 40px; }
    .publication-article .article-description {
      padding: 35px 0; }
    .publication-article .article-labels {
      width: auto; }
      .publication-article .article-labels .article-time-label {
        display: inline-block; }
      .publication-article .article-labels .article-date {
        line-height: 10px;
        margin: 0 18px; }
      .publication-article .article-labels::after {
        content: '';
        height: 30px;
        width: 1px;
        background-color: #a2a2a2;
        display: inline-block;
        float: right;
        margin-top: -26px; }
    .publication-article .article-links {
      margin: 0 8px; }
    .publication-article .article-content p {
      font-size: 16px;
      line-height: 29px; }
    .publication-article .article-content .requirements-list .requirements-item a {
      font-size: 16px;
      line-height: 29px; }
    .publication-article .article-share .text-page-links {
      display: inline-block;
      float: left;
      padding: 0 20px; }
    .publication-article .article-share-title {
      float: left;
      text-align: left;
      display: inline-block;
      line-height: 22px; }
  .additional-slider {
    display: block;
    position: relative;
    padding-bottom: 90px; }
    .additional-slider .additional-slider-title {
      background-color: #fff;
      font-size: 18px;
      font-family: "Playfair Display", sans-serif;
      font-weight: 400;
      line-height: 42px;
      text-transform: uppercase;
      padding: 5px 22px; }
    .additional-slider .news-slider {
      background-color: transparent;
      padding-left: 30px;
      padding-top: 10px; }
    .additional-slider .news-block {
      background-color: #fff; }
    .additional-slider .news-block-description {
      height: 120px;
      padding: 0 15px; }
    .additional-slider .owl-nav {
      position: absolute;
      top: -50px;
      right: 70px;
      display: block !important; }
      .additional-slider .owl-nav .owl-prev, .additional-slider .owl-nav .owl-next {
        position: absolute; }
      .additional-slider .owl-nav .owl-prev {
        right: 30px; }
  .price-page .price-title {
    text-align: left; }
  .news-page-title .news-title {
    font-size: 48px;
    text-align: left; }
  .news-page {
    margin-bottom: 90px; }
    .news-page .news-page-main-content {
      padding: 30px 15px 40px; }
    .news-page .news-info .news-time {
      display: inline-block;
      margin-right: 10px; }
    .news-page .news-content .main-news-title {
      font-size: 30px;
      line-height: 40px;
      padding-bottom: 35px; }
    .news-page .news-content .main-news-text {
      font-size: 16px;
      line-height: 29px;
      padding-bottom: 40px; }
  .map-page .map-page-title {
    text-align: left;
    font-size: 48px;
    line-height: 52px;
    padding: 50px 0;
    max-width: 50%; }
  .map-page .choose-region {
    float: left;
    width: 40%;
    margin: 40px 10px;
    padding: 0 0 0 30px; }
  .map-page .contact-info {
    width: 50%;
    margin-left: 40px;
    float: right; }
  .documents-page-title .documents-title {
    font-size: 48px;
    text-align: left;
    padding: 60px 0; }
  .documents-page {
    margin-bottom: 90px; }
    .documents-page .documents-view {
      float: left;
      margin: 0 10px;
      width: -webkit-calc(50% - 20px);
      width: calc(50% - 20px); }
    .documents-page .documents-row {
      height: 450px; }
      .documents-page .documents-row .documents-list li {
        position: relative;
        height: 135px;
        padding-left: 15px; }
        .documents-page .documents-row .documents-list li .document-date {
          position: absolute;
          top: 14px;
          right: 0; }
        .documents-page .documents-row .documents-list li .document-name {
          float: none;
          display: block; }
        .documents-page .documents-row .documents-list li .document-info {
          float: none;
          margin-top: 20px; }
        .documents-page .documents-row .documents-list li .document-icons .print-document {
          padding-top: 3px; }
          .documents-page .documents-row .documents-list li .document-icons .print-document svg {
            fill: #000; }
  .documents-summary {
    margin: -15px; }
    .documents-summary .document-panel {
      float: left;
      width: -webkit-calc(50% - 30px);
      width: calc(50% - 30px);
      margin: 15px;
      padding: 20px;
      height: 100%; }
      .documents-summary .document-panel:nth-child(2n+1) {
        clear: both; }
      .documents-summary .document-panel .document-title {
        min-height: 40px;
        font-size: 16px; }
      .documents-summary .document-panel .document-info {
        margin-top: 20px; }
      .documents-summary .document-panel .document-count-block {
        font-size: 14px;
        float: left; }
      .documents-summary .document-panel .button-document-show {
        font-size: 14px;
        margin: 0; }
  .modal-document .modal-content {
    max-width: 970px;
    margin: 10% auto; }
  .modal-document .modal-title-panel {
    padding: 35px 30px; }
    .modal-document .modal-title-panel .modal-title {
      font-size: 14px; }
  .modal-main-info {
    margin: 45px 30px; }
    .modal-main-info .documents-list-modal li {
      padding: 20px 10px; }
      .modal-main-info .documents-list-modal li:last-child {
        border-bottom: 1px solid #b7b7b7; }
      .modal-main-info .documents-list-modal li .document-title {
        font-size: 16px;
        margin-bottom: 7px; }
      .modal-main-info .documents-list-modal li .document-date {
        font-size: 18px; }
      .modal-main-info .documents-list-modal li .document-download {
        font-size: 16px; }
  .search-page-title {
    font-size: 30px; }
  .search-result-title {
    font-size: 18px; }
  .search-result-block {
    padding: 40px 70px 50px; }
  .search-pagination {
    margin: 50px 0 20px; }
    .search-pagination a, .search-pagination .pagination-dots, .search-pagination .pagination-next, .search-pagination .pagination-prev, .search-pagination .pagination-prev {
      font-size: 16px;
      width: 40px;
      height: 40px;
      margin: 8px;
      line-height: 40px; }
    .search-pagination .pagination-next svg, .search-pagination .pagination-prev svg,
    .search-pagination .pagination-prev svg {
      margin: 13px; }
  .forward-page h3, .mineral-page h3, .production-page h3 {
    font-size: 24px; }
  .mineral-stages {
    padding-top: 80px;
    padding-bottom: 80px; }
    .mineral-stages h3 {
      margin-bottom: 30px; }
  .pageup-title {
    padding: 100px 10px; }
    .pageup-title h1 {
      font-size: 30px; }
    .pageup-title span {
      font-size: 24px; }
  .forward-about {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: -50px; }
    .forward-about .forward-about-image {
      width: 50%;
      min-height: 400px;
      height: auto; }
    .forward-about .forward-description {
      width: 50%;
      padding: 30px 20px; }
      .forward-about .forward-description h2 {
        font-size: 28px;
        padding-bottom: 30px; }
      .forward-about .forward-description span {
        font-size: 14px; }
  .forward-advantages {
    padding: 60px 0; }
  .slider-numbers .owl-nav {
    top: -webkit-calc(50% - 16px);
    top: calc(50% - 16px); }
  .slider-numbers .owl-prev {
    left: -35px; }
  .slider-numbers .owl-next {
    right: -35px; }
  .slider-numbers .owl-dots {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-top: -30px; }
  .slider-numbers .owl-dot {
    width: 50px;
    height: 50px;
    display: inline-block;
    margin: 10px;
    border-bottom: 2px solid #000;
    -webkit-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out; }
    .slider-numbers .owl-dot .slider-item-number {
      margin: auto;
      margin-top: 25px;
      display: block;
      text-align: center;
      font-size: 18px;
      font-weight: 600;
      -webkit-transition: all .4s ease-in-out;
      -o-transition: all .4s ease-in-out;
      transition: all .4s ease-in-out;
      visibility: hidden;
      opacity: 0;
      overflow: hidden;
      color: #c5c5c5; }
    .slider-numbers .owl-dot.active {
      border-color: #3cb878; }
      .slider-numbers .owl-dot.active .slider-item-number {
        visibility: visible;
        opacity: 1;
        color: #3cb878; }
    .slider-numbers .owl-dot:hover {
      border-color: #c5c5c5; }
      .slider-numbers .owl-dot:hover .slider-item-number {
        visibility: visible;
        opacity: 1;
        color: #c5c5c5; }
  .forward-adv-item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 60px 10px 40px; }
    .forward-adv-item .forward-adv-image {
      width: 30%;
      margin: 0; }
      .forward-adv-item .forward-adv-image svg {
        width: 100px;
        height: auto; }
    .forward-adv-item .forward-adv-description {
      width: 70%;
      text-align: left;
      padding: 20px; }
      .forward-adv-item .forward-adv-description h4 {
        font-size: 18px;
        padding-bottom: 20px; }
      .forward-adv-item .forward-adv-description span {
        font-size: 14px; }
  .forward-condition-values {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start; }
  .forward-values {
    width: -webkit-calc(25% - 20px);
    width: calc(25% - 20px);
    margin: 30px 20px; }
    .forward-values h4 {
      text-align: left; }
    .forward-values span {
      text-align: left; }
  .pageup-stages .sub-title {
    font-size: 18px; }
  .pageup-stages-block {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; }
  .pageup-stage-item {
    width: -webkit-calc(50% - 20px);
    width: calc(50% - 20px);
    margin-left: 10px;
    margin-right: 10px; }
    .pageup-stage-item .pageup-stage-number {
      font-size: 36px;
      width: 15%; }
    .pageup-stage-item .pageup-stage-info {
      width: -webkit-calc(85% - 20px);
      width: calc(85% - 20px); }
  .forward-formula {
    max-width: 1030px;
    margin-left: auto;
    margin-right: auto; }
  .forward-formula-table {
    margin-top: 50px; }
  .forward-formula-coll {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-left: 40px;
    margin-right: 40px; }
    .forward-formula-coll .forward-formula-cell {
      width: -webkit-calc(50% - 30px);
      width: calc(50% - 30px);
      margin-right: 15px;
      margin-left: 15px;
      position: relative; }
      .forward-formula-coll .forward-formula-cell:first-child::after {
        position: absolute;
        top: -10px;
        left: -webkit-calc(100% + 15px);
        left: calc(100% + 15px);
        height: 100%;
        width: 1px; }
  .pageup-title .title-brief {
    padding-top: 30px;
    font-size: 14px;
    max-width: 430px;
    margin: auto; }
  .pageup-advantages {
    padding: 80px 0; }
  .pageup-advantages-list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    margin: 0 -20px; }
    .pageup-advantages-list .pageup-advantages-item {
      width: -webkit-calc(50% - 40px);
      width: calc(50% - 40px);
      margin: 20px; }
      .pageup-advantages-list .pageup-advantages-item .pageup-adv-title h5 {
        font-size: 14px; }
      .pageup-advantages-list .pageup-advantages-item .pageup-adv-title span {
        font-size: 12px; }
  .slider-products {
    padding-bottom: 80px; }
  .production-main-slider .production-slider-item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 600px;
    height: auto; }
    .production-main-slider .production-slider-item .product-main-block {
      width: 300px; }
    .production-main-slider .production-slider-item .product-description-block {
      width: 300px; }
  .production-stages {
    padding: 80px 0; }
    .production-stages h3 {
      margin-bottom: 30px; }
  .production-general-slider-block h3 {
    font-size: 18px; }
  .production-general-item .production-item-info .item-info-value {
    font-size: 20px;
    font-weight: 600; }
  .production-general-item .production-item-info .item-info-type {
    font-size: 32px;
    font-weight: 800;
    color: #fff;
    margin-top: 10px;
    text-transform: uppercase; }
  .production-partners {
    margin-bottom: 80px; }
  .international-bg {
    height: 300px; }
  .international-page .international-content {
    margin-top: -180px; }
  .international-description {
    padding: 60px 40px; }
    .international-description h1 {
      font-size: 24px;
      text-align: left;
      margin-bottom: 30px; }
    .international-description span {
      font-size: 14px; }
  .international-goals {
    padding: 60px 40px;
    font-size: 18px; }
    .international-goals span {
      max-width: 500px;
      margin: auto;
      display: block; }
  .international-keys {
    padding: 40px 20px; }
    .international-keys h2 {
      font-size: 22px; }
  .international-contacts {
    padding: 40px 20px; }
    .international-contacts span {
      font-size: 14px; }
    .international-contacts a {
      font-size: 14px; } }

@media (min-width: 920px) {
  .documents-summary .document-panel {
    padding: 35px; }
    .documents-summary .document-panel .document-title {
      min-height: 60px;
      font-size: 18px; }
  .modal-main-info {
    margin: 70px 100px; }
    .modal-main-info .documents-list-modal li {
      padding: 25px 10px; }
      .modal-main-info .documents-list-modal li::after {
        content: '';
        display: block;
        width: 100%;
        clear: both; }
      .modal-main-info .documents-list-modal li .document-title-block {
        float: left;
        width: 55%; }
      .modal-main-info .documents-list-modal li .document-date {
        float: left;
        width: 22%;
        text-align: center;
        margin: 0; }
      .modal-main-info .documents-list-modal li .document-download {
        float: left;
        width: 23%; }
        .modal-main-info .documents-list-modal li .document-download .download-icon {
          margin-right: 10px; }
  .pageup-title {
    padding: 100px 10px 200px; }
    .pageup-title h1 {
      font-size: 36px; }
    .pageup-title span {
      font-size: 24px; }
  .forward-about {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: -95px; }
    .forward-about img {
      width: 50%;
      height: 100%; }
    .forward-about .forward-description {
      width: 50%;
      padding: 75px 70px 75px 45px; }
      .forward-about .forward-description h2 {
        font-size: 30px;
        padding-bottom: 30px;
        line-height: 1.5; }
  .forward-condition-values {
    margin: 40px 10px;
    padding: 80px 70px; }
  .forward-values {
    margin: 0 20px; }
    .forward-values span {
      font-weight: 600; }
  .pageup-stage-item .pageup-stage-number {
    font-size: 36px;
    width: 20%; }
  .pageup-stage-item .pageup-stage-info {
    width: -webkit-calc(80% - 20px);
    width: calc(80% - 20px); }
  .forward-active-value .forward-percent {
    font-size: 100px; }
  .slider-products {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-top: 50px; }
  .slider-products-title {
    padding: 40px 20px;
    padding-left: 10%;
    width: 35%; }
    .slider-products-title h4 {
      font-size: 24px;
      padding-bottom: 10px; }
    .slider-products-title span {
      font-size: 14px;
      max-width: 300px;
      display: block; }
  .pageup-block-slider {
    width: 65%;
    position: relative; }
    .pageup-block-slider .owl-nav {
      display: block;
      position: absolute;
      top: -webkit-calc(50% + 50px);
      top: calc(50% + 50px);
      left: -webkit-calc(-40% + 20px);
      left: calc(-40% + 20px); }
      .pageup-block-slider .owl-nav .owl-prev, .pageup-block-slider .owl-nav .owl-next {
        position: absolute;
        width: 30px;
        height: 30px;
        -webkit-border-radius: 50%;
                border-radius: 50%;
        border: 1px solid #000;
        padding: 5px;
        -webkit-transition: all .4s ease-in-out;
        -o-transition: all .4s ease-in-out;
        transition: all .4s ease-in-out; }
        .pageup-block-slider .owl-nav .owl-prev svg, .pageup-block-slider .owl-nav .owl-next svg {
          width: 17px;
          height: auto;
          -webkit-transition: all .4s ease-in-out;
          -o-transition: all .4s ease-in-out;
          transition: all .4s ease-in-out; }
        .pageup-block-slider .owl-nav .owl-prev:hover, .pageup-block-slider .owl-nav .owl-next:hover {
          background-color: #3cb878;
          border-color: #3cb878; }
          .pageup-block-slider .owl-nav .owl-prev:hover svg, .pageup-block-slider .owl-nav .owl-next:hover svg {
            fill: #fff; }
      .pageup-block-slider .owl-nav .owl-next {
        left: -webkit-calc(-40% + 50px);
        left: calc(-40% + 50px); }
  .pageup-stages {
    padding-top: 280px; }
  .mineral-stages {
    padding-top: 80px;
    padding-bottom: 80px; }
  .pageup-stage-item {
    width: -webkit-calc(33.3333% - 40px);
    width: calc(33.3333% - 40px);
    margin-left: 20px;
    margin-right: 20px; }
  .mineral-page .pageup-title, .production-page .pageup-title {
    padding-bottom: 100px; }
    .mineral-page .pageup-title .title-brief, .production-page .pageup-title .title-brief {
      padding-top: 38px;
      font-size: 16px;
      max-width: 500px; }
  .mineral-page .slider-products, .production-page .slider-products {
    padding-bottom: 100px; }
  .min-product-item {
    margin: 10px; }
  .production-page .pageup-bg-slider {
    padding-top: 30px;
    padding-left: 10px; }
    .production-page .pageup-bg-slider .pageup-block-slider {
      width: 100%; }
      .production-page .pageup-bg-slider .pageup-block-slider .owl-nav {
        left: -webkit-calc(-40% - 10px);
        left: calc(-40% - 10px); }
  .pageup-bg-slider {
    width: 65%;
    background-color: #3cb878;
    position: relative;
    height: 255px;
    padding-top: 45px;
    padding-left: 60px;
    margin-bottom: 200px; }
    .pageup-bg-slider .pageup-block-slider {
      width: 100%; }
      .pageup-bg-slider .pageup-block-slider .owl-nav {
        left: -webkit-calc(-40% - 60px);
        left: calc(-40% - 60px); }
  .pageup-advantages {
    padding: 100px 0 150px; }
    .pageup-advantages .wrap {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-wrap: wrap;
          -ms-flex-wrap: wrap;
              flex-wrap: wrap; }
      .pageup-advantages .wrap .pageup-advantages-list {
        width: 65%;
        margin-left: 20px; }
  .action-block {
    padding-bottom: 30px; }
    .action-block .wrap img {
      width: 40%;
      height: 100%;
      margin-top: -130px;
      margin-left: -10px; }
    .action-block .wrap .promo-title {
      width: -webkit-calc(60% - 50px);
      width: calc(60% - 50px);
      margin-left: 50px; }
      .action-block .wrap .promo-title .promo-text {
        font-size: 24px;
        margin: 20px 0; }
      .action-block .wrap .promo-title .promo-value {
        font-size: 48px; }
  .production-stages {
    padding: 120px 0; }
  .production-general-slider-block {
    position: relative; }
    .production-general-slider-block h3 {
      position: absolute;
      font-size: 18px;
      left: 45%;
      top: 28%;
      z-index: 2; }
  .production-general-item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    padding-bottom: 40px; }
    .production-general-item .production-item-info {
      padding-top: 10%;
      padding-left: 10%;
      width: 50%;
      -webkit-align-self: center;
          -ms-flex-item-align: center;
              align-self: center;
      text-align: left; }
      .production-general-item .production-item-info .item-info-value {
        font-size: 22px; }
      .production-general-item .production-item-info .item-info-type {
        font-size: 40px; }
  .production-general-slider {
    margin-top: 0; }
    .production-general-slider.owl-carousel .owl-item img {
      width: 35%;
      height: 100%;
      max-height: 450px;
      margin-left: 0;
      margin-right: 0; }
    .production-general-slider .owl-nav {
      width: 45%;
      left: 37%;
      top: 50%;
      bottom: -50%;
      position: absolute; }
      .production-general-slider .owl-nav .owl-prev, .production-general-slider .owl-nav .owl-next {
        bottom: auto; }
    .production-general-slider .owl-dots {
      position: absolute;
      left: 45%;
      top: 80%;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
          -ms-flex-pack: center;
              justify-content: center;
      margin-top: -30px; }
    .production-general-slider .owl-dot {
      width: 50px;
      height: 50px;
      display: inline-block;
      margin: 10px;
      border-bottom: 2px solid #000;
      -webkit-transition: all .4s ease-in-out;
      -o-transition: all .4s ease-in-out;
      transition: all .4s ease-in-out; }
      .production-general-slider .owl-dot .production-item-number {
        margin: auto;
        margin-top: 25px;
        display: block;
        text-align: center;
        font-size: 18px;
        font-weight: 600;
        -webkit-transition: all .4s ease-in-out;
        -o-transition: all .4s ease-in-out;
        transition: all .4s ease-in-out;
        visibility: hidden;
        opacity: 0;
        overflow: hidden;
        color: #c5c5c5; }
      .production-general-slider .owl-dot.active {
        border-color: #3cb878; }
        .production-general-slider .owl-dot.active .production-item-number {
          visibility: visible;
          opacity: 1;
          color: #3cb878; }
      .production-general-slider .owl-dot:hover {
        border-color: #c5c5c5; }
        .production-general-slider .owl-dot:hover .production-item-number {
          visibility: visible;
          opacity: 1;
          color: #c5c5c5; }
  .production-partners {
    margin-bottom: 120px; }
  .international-bg {
    height: 670px; }
  .international-page .international-content {
    margin-top: -400px; }
  .international-description {
    padding: 55px 70px; }
    .international-description h1 {
      font-size: 30px; }
    .international-description .text-page-links {
      margin-top: 45px;
      margin-bottom: 45px; }
    .international-description span {
      font-size: 16px;
      line-height: 2; }
  .international-keys h2 {
    font-size: 24px;
    text-align: left;
    margin-left: 50px; }
  .international-keys .pageup-stages-block {
    padding: 50px 0; }
  .international-contacts {
    padding: 55px 70px; }
    .international-contacts h3 {
      font-size: 18px;
      margin-bottom: 7px; }
    .international-contacts .international-contacts-title-desc {
      font-size: 18px; }
    .international-contacts .international-contacts-title-option {
      font-size: 14px; }
    .international-contacts .international-adress {
      padding: 40px 0; }
    .international-contacts .international-contacts-link span {
      font-size: 18px; } }

@media (min-width: 1200px) {
  body {
    padding-top: 200px; }
  .clear-media-big, .footer-government-menu::after, .publication-article .article-page::after, .price-page .documents-amount::after, .price-page .document-place::after {
    content: '';
    clear: both;
    display: block;
    width: 100%;
    height: 0; }
  .wrap {
    max-width: 1200px;
    padding: 0 15px; }
  .publication-tag {
    text-align: left; }
  .header.sticky-header {
    -webkit-transform: translate(0, -200%);
        -ms-transform: translate(0, -200%);
            transform: translate(0, -200%); }
  .header .logo {
    height: 110px;
    width: auto; }
    .header .logo svg {
      width: auto;
      height: 100%; }
  .header .header-icons .header-search, .header .header-icons .header-user, .header .header-icons .lang {
    line-height: 110px;
    -webkit-transition: all .6s ease-in-out;
    -o-transition: all .6s ease-in-out;
    transition: all .6s ease-in-out;
    margin-right: 0;
    text-decoration: none; }
  .header .header-search, .header .header-user {
    border-left: 1px solid #e1e1e1;
    padding: 0 20px; }
  .header .header-user {
    border-right: 1px solid #e1e1e1; }
  .header .header-search-input {
    border: none;
    height: 20px;
    width: 150px;
    font-family: Montserrat, sans-serif;
    font-size: 16px;
    color: #c1c1c1;
    outline: none; }
    .header .header-search-input::-webkit-input-placeholder {
      color: #c1c1c1; }
    .header .header-search-input::-moz-placeholder {
      color: #c1c1c1; }
    .header .header-search-input:-ms-input-placeholder {
      color: #c1c1c1; }
    .header .header-search-input::-ms-input-placeholder {
      color: #c1c1c1; }
    .header .header-search-input::placeholder {
      color: #c1c1c1; }
  .header .header-search-input, .header .header-user-text {
    display: inline-block;
    padding-left: 10px; }
  .tablet-menu {
    display: none; }
  .main-menu {
    margin-top: 121px;
    visibility: visible;
    background-color: #fff;
    height: 70px;
    padding-top: 10px;
    border-bottom: 1px solid #e1e1e1; }
    .main-menu .main-menu-item {
      width: 14.9%; }
      .main-menu .main-menu-item .submenu {
        position: relative;
        left: 0;
        -webkit-transition: all .2s ease-in-out;
        -o-transition: all .2s ease-in-out;
        transition: all .2s ease-in-out; }
        .main-menu .main-menu-item .submenu::before {
          content: '';
          position: absolute;
          top: 5px;
          width: 0;
          height: 3px;
          background-color: #3cb878;
          display: block;
          -webkit-transition: all .4s ease-in-out;
          -o-transition: all .4s ease-in-out;
          transition: all .4s ease-in-out; }
      .main-menu .main-menu-item:hover .first-level-item {
        color: #000; }
      .main-menu .main-menu-item:hover .submenu {
        font-weight: 600; }
        .main-menu .main-menu-item:hover .submenu::before {
          width: 50px; }
    .main-menu .submenu {
      visibility: hidden;
      height: 0; }
    .main-menu:hover {
      height: 320px; }
      .main-menu:hover .submenu {
        visibility: visible;
        height: 100%; }
  .main-screen:after {
    height: 0; }
  .main-title {
    width: 100%; }
    .main-title:after {
      content: '';
      width: 100%;
      display: block;
      height: 0;
      clear: both; }
  .publication-title {
    text-align: left;
    max-width: 75%;
    height: 200px;
    padding: 0;
    margin: 20px 0 10px; }
  .publication-read-more {
    text-align: left;
    vertical-align: middle;
    width: 20%;
    display: block; }
    .publication-read-more .label-read-more {
      text-align: left;
      margin: 0;
      display: inline-block;
      float: left;
      margin-top: 15px;
      margin-right: 10px; }
      .publication-read-more .label-read-more::after {
        content: '';
        clear: both;
        width: 100%;
        height: 0;
        display: block; }
    .publication-read-more .arrow-read-more {
      display: inline-block;
      text-align: center; }
  .tab-labels {
    margin-right: 0;
    margin-left: 0;
    width: 100%;
    height: auto;
    display: block;
    margin-top: 40px; }
    .tab-labels .tab {
      float: left;
      width: -webkit-calc(33.3333% - 20px);
      width: calc(33.3333% - 20px);
      margin: 0 10px;
      position: relative;
      border-top: 1px solid #fff;
      padding-top: 30px; }
      .tab-labels .tab:before {
        content: '';
        position: absolute;
        width: 0;
        height: 3px;
        top: -2px;
        left: 0;
        background-color: #3cb878;
        -webkit-transition: width .6s ease-in-out;
        -o-transition: width .6s ease-in-out;
        transition: width .6s ease-in-out; }
      .tab-labels .tab:hover:before {
        width: 200px; }
    .tab-labels .active-tab:before {
      width: 200px; }
    .tab-labels:after {
      content: '';
      clear: both;
      width: 100%;
      height: 0;
      display: block;
      background-color: none; }
    .tab-labels .tab-label .tab-number, .tab-labels .tab-label .label-title {
      float: left;
      display: inline-block;
      margin: 0;
      margin-right: 15px;
      font-weight: 600; }
    .tab-labels .tab-label .label-title {
      width: -webkit-calc(100% - 90px);
      width: calc(100% - 90px);
      font-size: 14px;
      line-height: 18px;
      text-align: left;
      color: #fff; }
    .tab-labels .tab-label:hover .tab-number {
      width: 47px;
      height: 47px;
      border: 3px solid #fff;
      margin: 0;
      margin-right: 15px;
      line-height: 42px; }
    .tab-labels input {
      display: none; }
      .tab-labels input:checked ~ label .tab-number {
        width: 47px;
        height: 47px;
        border: 3px solid #fff;
        margin: 0;
        margin-right: 15px;
        line-height: 42px; }
  .news {
    max-width: 1170px;
    margin: auto; }
  .news-header {
    padding: 12px; }
    .news-header .wrap {
      padding: 0 15px; }
  .news-slider {
    padding: 28px 32px 40px; }
  .about-fund-activity {
    max-width: 400px;
    padding-left: 10px;
    padding-right: 60px; }
  .about-fund-info {
    font-size: 12px; }
  .info-gathering {
    margin: 70px 0;
    padding-left: 10px; }
  .info-fund-news {
    float: left;
    width: 70%;
    padding-right: 20px; }
  .info-fund-main-new {
    padding: 103px 40px 30px; }
  .info-fund-slider .news-slider {
    padding-left: 0;
    padding-right: 0; }
  .info-additional-news {
    padding-top: 10px;
    float: right;
    width: 30%; }
    .info-additional-news .info-exchange {
      width: 100%; }
      .info-additional-news .info-exchange .exchange-table {
        padding: 10px 20px 25px; }
    .info-additional-news .info-mail-news .mail-news {
      padding: 25px 20px 35px; }
    .info-additional-news .info-mail-news .mail-title {
      text-align: left; }
    .info-additional-news .info-mail-news .mail-form input {
      width: -webkit-calc(100% - 80px);
      width: calc(100% - 80px); }
    .info-additional-news .info-mail-news .mail-form .send-mail {
      width: 80px; }
      .info-additional-news .info-mail-news .mail-form .send-mail span {
        line-height: 80px;
        margin: 0; }
      .info-additional-news .info-mail-news .mail-form .send-mail svg {
        float: none;
        margin: 0; }
      .info-additional-news .info-mail-news .mail-form .send-mail .send-mail-text {
        display: none; }
    .info-additional-news .info-networks {
      position: static;
      width: 100%;
      margin-top: 20px; }
  .map-info {
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto; }
  .map-info-title, .choose-select {
    display: none; }
  .map {
    display: block;
    width: 900px;
    height: 700px;
    margin-top: -50px;
    margin-bottom: -200px; }
    .map svg {
      margin: -80px -100px; }
  .progress-show {
    width: 200px;
    margin-right: 100px;
    top: 0; }
    .progress-show .progress-bar {
      width: 130px;
      height: 130px; }
  .progress-block {
    width: auto;
    margin-top: 0;
    margin-bottom: 60px; }
  .progress-bar span {
    font-size: 32px;
    line-height: 130px; }
  .progress-info {
    text-align: left;
    font-size: 14px; }
    .progress-info .progress-count {
      text-align: left;
      font-size: 48px; }
  .price-item {
    position: relative; }
    .price-item .price-values {
      position: absolute;
      width: 100%;
      bottom: 35px; }
    .price-item .location-factory {
      margin-top: 0; }
  .documents {
    padding: 100px 0; }
  .documents-header {
    width: 27%; }
  .document-pages {
    display: none; }
  .documents-view {
    width: 68%; }
  .documents-row {
    margin-left: -15px;
    margin-right: -15px; }
  .documents-list {
    position: static;
    margin: 10px 15px 0;
    float: left;
    width: -webkit-calc(50% - 30px);
    width: calc(50% - 30px); }
    .documents-list li {
      height: 77px; }
  .second-page-documents {
    display: block;
    float: right; }
  .more-documents {
    padding-left: 10px; }
  .footer {
    padding-left: 5%;
    padding-right: 5%; }
    .footer .footer-menu-item {
      width: 16%;
      padding-right: 10px; }
  .footer-government-menu {
    padding: 40px 0; }
    .footer-government-menu .footer-logo {
      display: inline-block;
      margin: 0;
      float: left;
      width: 200px;
      height: auto; }
      .footer-government-menu .footer-logo .footer-logo-desktop {
        display: block; }
      .footer-government-menu .footer-logo .footer-logo-mobile {
        display: none; }
    .footer-government-menu .footer-government-list {
      width: 80%;
      display: inline-block;
      float: right; }
      .footer-government-menu .footer-government-list li {
        margin: 0; }
  .main-footer-menu, .footer-government-menu, .footer-bottom {
    padding-left: 0;
    padding-right: 0; }
  .footer-bottom .footer-copy {
    max-width: 100%; }
  .choosed {
    color: #3cb878;
    font-weight: 600; }
    .choosed::after {
      background-color: #3cb878; }
  .leadership, .contacts, .text-page {
    margin-bottom: 130px; }
  .leader-header {
    padding: 35px 30px 55px; }
    .leader-header .leader-image {
      width: 225px;
      height: 225px; }
  .leader-main-info .leader-name {
    margin-bottom: 15px; }
  .leadership-title {
    padding: 30px 0; }
  .leader-story {
    padding: 75px 70px; }
    .leader-story .leader-small-about {
      margin-bottom: 40px; }
  .contacts-info {
    padding: 60px 70px; }
  .coordinates-title {
    font-size: 18px;
    padding-bottom: 30px; }
  .coordinates-info {
    font-size: 16px;
    line-height: 32px; }
  .text-page {
    margin-bottom: 55px; }
  .text-page-article {
    padding: 40px 70px; }
    .text-page-article p {
      margin: 30px 0;
      font-size: 16px;
      line-height: 29px; }
  .text-page-partners .wrap {
    padding: 0 15px; }
  .partners-header {
    margin-bottom: 20px; }
  .publication-back {
    height: 665px; }
  .publication-article {
    margin-top: -370px; }
    .publication-article .article-page {
      margin-bottom: 65px;
      padding: 55px 70px; }
    .publication-article .article-title {
      max-width: 750px; }
    .publication-article .article-content {
      padding-top: 20px; }
      .publication-article .article-content .article-read-also {
        padding: 30px 0; }
      .publication-article .article-content .article-requirements {
        padding-top: 40px; }
    .publication-article .article-share {
      padding: 60px 0 20px; }
  .additional-slider {
    padding-right: 0; }
    .additional-slider .news-slider {
      padding-left: 0;
      padding-right: 0; }
      .additional-slider .news-slider .wrap {
        max-width: 100%;
        padding-left: 0; }
    .additional-slider .owl-nav {
      right: auto;
      left: 1120px; }
  .price-page {
    margin-bottom: 150px; }
    .price-page .price-title {
      padding: 0 22px;
      text-align: left; }
    .price-page .price-table {
      padding-left: 20px; }
    .price-page .price-item-type {
      width: 33.33333%;
      padding: 20px 30px; }
    .price-page .price-amount {
      margin-left: 10px; }
    .price-page .price-binding-documents {
      display: block; }
    .price-page .documents-amount {
      margin: 0 -30px; }
    .price-page .document-place {
      width: -webkit-calc(33.33333% - 60px);
      width: calc(33.33333% - 60px);
      margin: 0 30px;
      float: left;
      border-top: 1px solid #b7b7b7;
      padding: 10px 0;
      height: 60px; }
      .price-page .document-place .document-name {
        width: -webkit-calc(100% - 40px);
        width: calc(100% - 40px);
        display: inline-block;
        float: left;
        vertical-align: middle;
        font-size: 14px;
        line-height: 18px;
        font-weight: 600; }
      .price-page .document-place .document-load {
        display: inline-block;
        float: right; }
        .price-page .document-place .document-load svg {
          width: 30px;
          fill: #a2a2a2; }
    .price-page .document-place-bottom {
      border-bottom: 1px solid #b7b7b7; }
    .price-page .price-content, .price-page .price-binding-documents {
      margin-bottom: 100px; }
  .news-page {
    padding-left: 150px;
    position: relative; }
    .news-page .news-page-main-content {
      max-width: 850px; }
    .news-page .news-page-images {
      position: absolute;
      height: 100%;
      right: 0;
      top: 0;
      background-color: #f2f2f2; }
  .news-page-slider .info-fund-news {
    width: 100%;
    padding: 0; }
    .news-page-slider .info-fund-news .wrap {
      padding: 0 15px; }
  .news-page-slider .info-fund-slider .wrap {
    padding: 0; }
  .news-page-images {
    display: block; }
  .news-illustrate {
    position: relative;
    overflow: hidden;
    padding: 60px 0; }
    .news-illustrate .illustrate-images {
      height: auto;
      width: 500px; }
    .news-illustrate .image-block {
      position: relative;
      overflow: hidden;
      width: 220px;
      height: 145px;
      float: left;
      margin: 10px; }
      .news-illustrate .image-block img {
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
                transform: translate(-50%, -50%); }
  .map-page .map {
    margin-left: -50px; }
  .map-page .contact-info {
    padding-top: 0;
    width: 27%; }
    .map-page .contact-info .map-info-title {
      display: block;
      text-align: left; }
  .documents-page .show-documents-title {
    display: block;
    font-size: 18px;
    font-family: "Playfair Display", sans-serif;
    font-weight: 400;
    margin: 40px 0;
    line-height: 42px;
    text-transform: uppercase;
    padding: 10px 22px;
    background-color: #fff; }
  .production-page .pageup-bg-slider {
    padding-top: 45px;
    padding-left: 60px; }
    .production-page .pageup-bg-slider .pageup-block-slider {
      width: 100%; }
      .production-page .pageup-bg-slider .pageup-block-slider .owl-nav {
        left: -webkit-calc(-40% - 60px);
        left: calc(-40% - 60px); }
  .production-general-slider-block h3 {
    top: 38%; }
  .production-general-slider .owl-nav {
    top: 60%; }
  .production-general-item .production-item-info .item-info-value {
    font-size: 24px; }
  .production-general-item .production-item-info .item-info-type {
    font-size: 48px; } }

@media (min-width: 1290px) {
  .fullscreen-video {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    height: auto;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%); }
  .main-screen .wrap, .map-info .wrap {
    padding: 0; }
  .price-sort-slider {
    padding-left: 0; }
    .price-sort-slider .owl-nav {
      display: block !important; }
      .price-sort-slider .owl-nav .owl-next, .price-sort-slider .owl-nav .owl-prev {
        position: absolute;
        top: -webkit-calc(50% - 22px);
        top: calc(50% - 22px);
        width: 55px;
        height: 55px;
        background-color: #fff;
        -webkit-border-radius: 50%;
                border-radius: 50%;
        text-align: center;
        line-height: 55px;
        -webkit-box-shadow: 0px 3px 7.52px 0.48px rgba(0, 0, 0, 0.17);
                box-shadow: 0px 3px 7.52px 0.48px rgba(0, 0, 0, 0.17);
        text-align: center; }
      .price-sort-slider .owl-nav .owl-prev {
        display: block;
        left: -27px;
        padding: 12px 5px; }
      .price-sort-slider .owl-nav .owl-next {
        display: block;
        right: -27px;
        padding: 12px 20px; }
  .forward-values-top.forward-values h4 {
    font-size: 24px; }
  .forward-values-top.forward-values span {
    font-size: 14px; }
  .forward-values h4 {
    font-size: 20px;
    margin-bottom: 20px; }
  .forward-values .forward-percent {
    font-size: 80px; }
    .forward-values .forward-percent small {
      font-size: 40px; }
  .forward-values span {
    font-size: 18px; }
  .forward-active-value .forward-percent {
    font-size: 120px; }
  .pageup-stages-block {
    padding: 50px; }
  .pageup-stage-item {
    width: -webkit-calc(33.3333% - 120px);
    width: calc(33.3333% - 120px);
    margin-left: 60px;
    margin-right: 60px; } }

@media (min-width: 1600px) {
  .header .logo, .sticky .header .logo {
    margin-left: 35px; }
  .main-menu {
    padding-left: 50px; }
  .forward-values .forward-percent {
    font-size: 95px; }
    .forward-values .forward-percent small {
      font-size: 60px; }
  .forward-active-value .forward-percent {
    font-size: 140px; } }
