@charset "UTF-8";
@use 'color' as *;
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 300;
  src: url("../fonts/montserrat-v31-latin_latin-ext-300.woff2") format("woff2");
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */ }
/* montserrat-regular - latin_latin-ext */
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/montserrat-v31-latin_latin-ext-regular.woff2") format("woff2");
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */ }
/* montserrat-500 - latin_latin-ext */
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 500;
  src: url("../fonts/montserrat-v31-latin_latin-ext-500.woff2") format("woff2");
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */ }
/* montserrat-600 - latin_latin-ext */
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 600;
  src: url("../fonts/montserrat-v31-latin_latin-ext-600.woff2") format("woff2");
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */ }
/* montserrat-700 - latin_latin-ext */
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 700;
  src: url("../fonts/montserrat-v31-latin_latin-ext-700.woff2") format("woff2");
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */ }
/* open-sans-300 - latin_latin-ext */
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 300;
  src: url("../fonts/open-sans-v44-latin_latin-ext-300.woff2") format("woff2");
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */ }
/* open-sans-regular - latin_latin-ext */
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/open-sans-v44-latin_latin-ext-regular.woff2") format("woff2");
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */ }
/* open-sans-600 - latin_latin-ext */
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 600;
  src: url("../fonts/open-sans-v44-latin_latin-ext-600.woff2") format("woff2");
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */ }
/* open-sans-700 - latin_latin-ext */
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 700;
  src: url("../fonts/open-sans-v44-latin_latin-ext-700.woff2") format("woff2");
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */ }
/* open-sans-800 - latin_latin-ext */
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 800;
  src: url("../fonts/open-sans-v44-latin_latin-ext-800.woff2") format("woff2");
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */ }
@font-face {
  font-family: 'Glyphicons Halflings';
  font-style: normal;
  font-weight: 300;
  src: url(fonts/glyphicons-halflings-regular.eot);
  src: url(fonts/glyphicons-halflings-regular.eot?#iefix) format("embedded-opentype"), url(fonts/glyphicons-halflings-regular.woff) format("woff"), url(fonts/glyphicons-halflings-regular.ttf) format("truetype"); }
.open-sans {
  font-family: 'Open Sans', sans-serif, 'Arial'; }

.glyphicon, .prev a:before,
.next a:before {
  font-family: 'Glyphicons Halflings'; }

.trans-time {
  transition-duration: 0.35s; }

.main {
  color: #079551; }

.nowrap {
  white-space: nowrap; }

form {
  margin: 0; }

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

iframe {
  max-width: 100%; }

legend {
  border: 0;
  /* 1 */
  padding: 0;
  white-space: normal;
  /* 2 */
  *margin-left: -7px;
  /* 3 */ }

button,
input,
select,
textarea {
  font-size: 100%;
  margin: 0;
  vertical-align: baseline;
  *vertical-align: middle; }

button {
  cursor: pointer; }
  button:focus {
    border: none; }

input::placeholder {
  line-height: 1;
  color: #666;
  overflow: VISIBLE; }

button,
input {
  line-height: normal;
  background: transparent; }
  button:focus,
  input:focus {
    outline: none; }

button,
select {
  text-transform: none;
  outline: none; }

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  cursor: pointer;
  *overflow: visible; }

button[disabled],
html input[disabled] {
  cursor: default; }

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
  *height: 13px;
  /* 3 */
  *width: 13px;
  /* 3 */ }

input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */ }

textarea {
  overflow: auto;
  /* 1 */
  vertical-align: top;
  /* 2 */ }

.container {
  padding-left: 20px;
  padding-right: 20px;
  max-width: 1440px;
  width: 100%;
  margin-left: auto;
  margin-right: auto; }

.container--flex-center {
  display: -moz-flex;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -moz-justify-content: space-between;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center; }

.container--flex {
  display: -moz-flex;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex; }

.container-sm {
  padding-left: 20px;
  padding-right: 20px;
  max-width: 1230px;
  margin-left: auto;
  margin-right: auto; }

.row {
  display: -moz-flex;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -20px;
  margin-right: -20px; }

.pl-20 {
  padding-left: 20px;
  padding-bottom: 20px; }

.col-md-12,
.col-md-8,
.col-md-7,
.col-md-6,
.col-md-5,
.col-md-4,
.col-md-3,
.col-lg-8,
.col-lg-6,
.col-lg-4,
.col-lg-3,
.col-lg-4,
.lg-half {
  width: 100%; }

@media (min-width: 576px) {
  .col-sm-6 {
    width: 50%; } }
@media (min-width: 768px) {
  .col-md-8 {
    width: 66.66%; }

  .col-md-7 {
    width: 58.33%; }

  .col-md-6 {
    width: 50%; }

  .col-md-5 {
    width: 41.66%; }

  .col-md-4 {
    width: 33.33%; }

  .col-md-3 {
    width: 25%; } }
@media (min-width: 992px) {
  .col-lg-8 {
    width: 66.66%; }

  .col-lg-6 {
    width: 50%; }

  .col-lg-4 {
    width: 33.33%; }

  .lg-half {
    width: 50%; } }
[class*="col"] {
  padding-left: 20px;
  padding-right: 20px; }

.awesome, .dropdown-toggle:after, .breadcrumb__item a:after, .library-sliders__link:before, .link--arrow:after, .valid-input:after, .invalid-input:after, .select-wrapper:after, .select2__box:after {
  font-family: "Font Awesome 5 Free";
  font-weight: 900; }

.absolute-center, .mpNews__figure img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%); }

.text-center {
  text-align: center; }

.text-right {
  text-align: right; }

.text-left {
  text-align: left; }

.position-sticky {
  position: sticky;
  top: 0; }

.border-bottom {
  border-bottom: 3px solid #dedede; }

.border-top {
  border-top: 3px solid #dedede; }

.btn-bottom {
  position: relative;
  padding-bottom: 70px; }
  .btn-bottom .btn {
    position: absolute;
    bottom: 0; }

.green-link {
  font-weight: 700;
  color: #079551;
  margin-bottom: 10px; }
  .green-link i {
    margin-right: 10px; }
  .green-link.d-block {
    white-space: nowrap; }

.d-block {
  display: block; }

body {
  font-size: 16px;
  color: #333;
  margin: 0;
  overflow-x: hidden;
  font-family: "Open Sans"; }
  body * {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }

a {
  text-decoration: none;
  cursor: pointer;
  color: #079551;
  -webkit-transition: ease-in-out;
  transition: ease-in-out; }
  a:hover {
    color: #09BE71;
    text-decoration: none; }

.body-wrapper {
  overflow-x: hidden;
  width: 100vw; }

div ul,
div ol,
section ul,
section ol,
article ul,
article ol {
  padding-left: 20px; }

.img-fluid {
  max-width: 100%;
  height: auto; }

small {
  font-size: 80%; }

.text--right {
  text-align: right; }

.text--center {
  text-align: center; }

.tb-30 {
  padding-top: 30px;
  padding-bottom: 30px; }

.section-tb {
  padding-top: 60px;
  padding-bottom: 60px; }

.page-tb {
  padding-top: 50px;
  padding-bottom: 50px; }

h3,
h4,
h5,
h6 {
  line-height: 1.1;
  font-weight: 700; }

h1,
h2 {
  font-size: 34px;
  margin-bottom: 50px;
  margin-top: 0;
  font-family: 'Montserrat', sans-serif;
  font-weight: 600;
  line-height: 1.1; }

h3 {
  font-size: 22px;
  margin-top: 0;
  margin-bottom: 20px; }

h2 {
  text-align: center; }

p {
  font-size: 18px;
  line-height: 1.6;
  margin-bottom: 20px;
  margin-top: 0; }

ol li {
  margin-bottom: 5px;
  line-height: 1.5; }

ul {
  margin-bottom: 5px;
  line-height: 1.5; }

textarea {
  border: 1px solid #d8d8d8;
  border-radius: 4px;
  padding-left: 10px;
  padding-top: 10px;
  padding-right: 10px;
  padding-bottom: 10px;
  width: 100%; }

.komunikat--ok {
  background: #f3faeb;
  color: #50D100;
  padding: 20px;
  text-align: center;
  margin-bottom: 20px; }

.komunikat--no {
  background: #FCE5E5;
  border-color: red;
  color: red;
  padding: 20px;
  text-align: center;
  margin-bottom: 20px; }

.komunikat {
  color: #484848;
  background: orange;
  padding: 20px;
  text-align: center;
  font-size: 18px; }

.box-shadow, .btn, .btn--red, .dropdown-menu, .library-sliders .carousel-control span, .library-sliders__link:before, .link--arrow:after, .modal-content, .modal__nav, .products__figure, .prices__title {
  -webkit-box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.29);
  -moz-box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.29);
  box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.29); }

.box-shadow-2, .library-sliders .carousel, #map-full, #map-all, #map, .history__figure {
  -webkit-box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.29);
  -moz-box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.29);
  box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.29); }

.btn-2 {
  padding: 18px 35px 22px 35px;
  background: #079551;
  border: none;
  color: #fff; }

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 58px;
  position: relative;
  padding: 0 35px 0 35px;
  background: #079551;
  border: none;
  color: #fff;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  font-weight: 700;
  overflow: hidden;
  border-radius: 8px; }
  .btn:before {
    content: "";
    position: absolute;
    height: 65px;
    z-index: -1;
    top: 0;
    bottom: 0;
    left: -100%;
    right: 0;
    background: #056236;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 50%;
    transform-origin: 50%;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out; }
  .btn:hover {
    color: #fff;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0); }
    .btn:hover:before {
      -webkit-transform: scaleX(2);
      transform: scaleX(2); }

.btn--white {
  background: #fff;
  color: #079551; }

.btn--red {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 58px;
  position: relative;
  padding: 0 35px 0 35px;
  background: #ff5400;
  border: none;
  color: #fff;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  font-weight: 700;
  overflow: hidden; }
  .btn--red:before {
    content: "";
    position: absolute;
    height: 65px;
    z-index: -1;
    top: 0;
    bottom: 0;
    left: -100%;
    right: 0;
    background: #ff2a00;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 50%;
    transform-origin: 50%;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out; }
  .btn--red:hover {
    color: #fff;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0); }
    .btn--red:hover:before {
      -webkit-transform: scaleX(2);
      transform: scaleX(2); }

@media (max-width: 768px) {
  .section-tb {
    padding-top: 30px;
    padding-bottom: 30px; }

  .page-tb {
    padding-top: 30px;
    padding-bottom: 30px; }

  h1,
  h2 {
    font-size: 25px;
    margin-bottom: 30px; }

  p {
    font-size: 16px; } }
@media (max-width: 600px) {
  h3 {
    font-size: 18px; }

  .row {
    margin-left: -10px;
    margin-right: -10px; }

  [class*="col"],
  .container,
  .container-sm {
    padding-left: 10px;
    padding-right: 10px; }

  p {
    font-size: 13px; }

  li {
    font-size: 13px; }

  .btn {
    padding: 15px 35px; } }
@media (min-width: 768px) {
  .menu-2 .logo-img {
    position: relative;
    top: -2px; } }

.header__top-panel {
  height: 26px !important;
  padding-top: 0px; }
  .header__top-panel ul {
    margin-top: 0;
    display: flex;
    margin-bottom: 0;
    justify-content: flex-end;
    width: 100%;
    padding-left: 0;
    list-style: none; }
    .header__top-panel ul a {
      font-size: 12px;
      padding: 5px 7px 5px 0;
      color: #333;
      transition: all 0.3s ease-in-out; }
      .header__top-panel ul a span {
        text-decoration: underline; }
      .header__top-panel ul a:before {
        content: "|";
        margin-right: 7px;
        text-decoration: none; }
      .header__top-panel ul a:hover {
        color: #079551; }
        .header__top-panel ul a:hover:before {
          color: #333; }
    .header__top-panel ul li:last-child a {
      padding-right: 0; }
    .header__top-panel ul li:first-child {
      font-weight: 700; }
      .header__top-panel ul li:first-child a:before {
        content: none; }

.header-main {
  height: 90px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center; }
  .header-main .container {
    display: -moz-flex;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -moz-justify-content: space-between;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    height: 60px;
    width: 100%; }
  .header-main > img {
    -moz-flex: 0 0 260px;
    -webkit-flex: 0 0 260px;
    -ms-flex: 0 0 260px;
    flex: 0 0 260px; }

.header-main__collapse--inner {
  display: -moz-flex;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -moz-justify-content: space-between;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -moz-flex: 1 1 100%;
  -webkit-flex: 1 1 100%;
  -ms-flex: 1 1 100%;
  flex: 1 1 100%; }

.nav__only-mobile {
  display: none; }

.nav-main__collapse {
  display: -moz-flex;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  padding: 0;
  list-style: none;
  margin-left: 90px;
  margin-top: 0;
  margin-bottom: 0; }
  .nav-main__collapse a {
    color: #333;
    padding: 15px;
    font-size: 16px;
    white-space: nowrap;
    font-weight: 600;
    font-family: 'Montserrat', sans-serif; }
    .nav-main__collapse a:hover {
      color: #079551; }
    .nav-main__collapse a.active:before {
      content: " ";
      display: block;
      width: 0;
      height: 0;
      border-style: solid;
      border-width: 0 8px 10px 8px;
      border-color: transparent transparent #079551 transparent;
      position: absolute;
      bottom: -42px;
      left: 50%;
      -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
      transform: translateX(-50%); }

#menu-toggle {
  display: none; }

.dropdown-toggle:after {
  color: #079551;
  font-size: 16px;
  padding-left: 7px;
  content: "\f078"; }

.header__company-link {
  font-weight: 700;
  margin-right: 30px;
  margin-left: 0px;
  white-space: nowrap; }
  .header__company-link img,
  .header__company-link i {
    margin-right: 10px; }

.dropdown-menu {
  top: 130%; }
  .dropdown-menu a {
    display: block;
    white-space: nowrap;
    padding: 10px 20px;
    font-weight: 400; }

.header__social {
  display: -moz-flex;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex; }
  .header__social a {
    display: block;
    width: 28px;
    height: 28px;
    border-radius: 50%;
    border: 1px solid #dedede;
    color: #666;
    margin-left: 10px;
    text-align: center;
    line-height: 27px;
    font-size: 14px; }
    .header__social a:hover {
      color: #09BE71;
      border-color: #09BE71; }

.header__social--white a {
  color: #fff; }
  .header__social--white a:hover {
    color: #09BE71; }

@media (max-width: 1400px) {
  .nav-main__collapse {
    margin-left: 0px; }

  .header-main__collapse {
    padding-left: 0; } }
@media (min-width: 1200px) and (max-width: 1400px) {
  .nav-main__collapse a {
    padding-left: 7px;
    padding-right: 7px; }

  .header__company-link {
    margin-left: 15px; } }
.facebook-icon {
  display: inline-block;
  padding: 8px 15px;
  font-weight: 700; }
  @media (max-width: 768px) {
    .facebook-icon {
      position: relative;
      top: -5px;
      margin-right: 10px; } }
  @media (max-width: 1200px) {
    .facebook-icon {
      margin-left: auto; } }

@media (min-width: 1200px) {
  .header-main__collapse {
    padding-right: 10px;
    width: 100%; } }
.header__fb {
  margin-left: auto;
  margin-right: 30px; }
  @media (max-width: 768px) {
    .header__fb {
      margin-right: 0px; } }

@media (max-width: 1200px) {
  .nav-main__collapse a.active:before {
    content: none; }

  .header-main {
    position: relative; }

  .header__center-panel {
    padding-right: 70px !important; }

  .header-main__collapse--inner {
    display: none; }

  @keyframes checked-anim {
    99% {
      width: 150%;
      height: 150vw;
      border-bottom-left-radius: 100%; }
    100% {
      width: 100vw;
      height: 100vh;
      border-radius: 0;
      overflow-y: hidden; } }
  @keyframes not-checked-anim {
    0% {
      width: 3000px;
      height: 3000px; } }
  @keyframes opacity-1 {
    0% {
      opacity: 0; }
    100% {
      opacity: 1; } }
  #trigger,
  #burger,
  #burger:before,
  #burger:after {
    position: absolute;
    top: 40px;
    right: 20px;
    background: #079551;
    width: 30px;
    height: 5px;
    transition: .2s ease;
    cursor: pointer;
    z-index: 1; }

  #trigger {
    height: 25px;
    background: none;
    z-index: 2; }

  #burger:before {
    content: " ";
    top: 10px;
    left: 0; }

  #burger:after {
    content: " ";
    top: 20px;
    left: 0; }

  #menu-toggle {
    display: block;
    position: absolute;
    right: 20px;
    top: 40px;
    opacity: 0; }

  #menu-toggle:checked + #trigger + #burger {
    top: 52px;
    transform: rotate(180deg);
    transition: transform .2s ease; }

  #menu-toggle:checked + #trigger + #burger:before {
    width: 20px;
    top: -2px;
    left: 18px;
    transform: rotate(45deg) translateX(-5px);
    transition: transform .2s ease; }

  #menu-toggle:checked + #trigger + #burger:after {
    width: 20px;
    top: 2px;
    left: 18px;
    transform: rotate(-45deg) translateX(-5px);
    transition: transform .2s ease; }

  .header-main__collapse {
    position: absolute;
    top: 90px;
    right: 0;
    margin: 0;
    padding: 0;
    width: 0px;
    height: 0px;
    background-color: #fff;
    border-bottom-left-radius: 100%;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.26);
    animation: not-checked-anim .2s both;
    -webkit-animation: not-checked-anim .2s both;
    transition: .2s;
    z-index: 100; }

  .header-main__collapse--inner {
    position: absolute;
    width: 100vw;
    right: 0;
    top: 0;
    height: -moz-calc(100vh - 90px);
    height: -webkit-calc(100vh - 90px);
    height: calc(100vh - 90px);
    overflow-y: auto;
    padding: 0 0 40px 0; }

  .nav-main__collapse {
    -moz-justify-content: flex-end;
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
    -ms-flex-align: flex-start;
    -webkit-align-items: flex-start;
    align-items: flex-start;
    max-width: 100vw;
    position: absolute;
    top: 0;
    right: 0;
    margin: 0;
    padding-left: 0 !important;
    padding-right: 0 !important; }
    .nav-main__collapse li > a {
      margin-top: 10px;
      color: #079551;
      font-weight: 700;
      line-height: 1.8;
      text-decoration: none;
      list-style: none;
      outline: 0;
      display: none; }
    .nav-main__collapse li {
      width: 230px;
      margin-bottom: 0px;
      line-height: 0; }
    .nav-main__collapse a:focus {
      display: block;
      color: #333;
      transition: all .5s; }

  #menu-toggle:checked + #trigger ~ .header-main__collapse > .header-main__collapse--inner {
    display: block; }

  #menu-toggle:checked + #trigger ~ .header-main__collapse > .header-main__collapse--inner > .nav-main > ul > li,
  #menu-toggle:checked + #trigger ~ .header-main__collapse > .header-main__collapse--inner > .nav-main > ul > li > a {
    display: block; }

  [type="checkbox"]:not(:checked),
  [type="checkbox"]:checked {
    display: none; } }
@media (min-width: 768px) and (max-width: 1200px) {
  .nav-main__collapse {
    background: #fff;
    border-top: 1px solid #079551; }
    .nav-main__collapse > li > a {
      text-align: center; }

  .dropdown-menu {
    top: 100%; }
    .dropdown-menu a {
      padding: 20px; } }
@media (max-width: 767px) {
  .dropdown-menu {
    position: relative; }

  .header-main__collapse {
    display: none; }

  #menu-toggle:checked + #trigger + #burger + .header-main__collapse {
    animation: checked-anim 0.5s ease both;
    -webkit-animation: checked-anim 0.5s ease both;
    display: block; }

  #menu-toggle:checked + #trigger ~ .header-main__collapse > .header-main__collapse--inner {
    animation: opacity-1 1s ease both;
    -webkit-animation: opacity-1 1s ease both; }

  #menu-toggle:checked + #trigger ~ .header-main__collapse > .header-main__collapse--inner > .nav__only-mobile {
    display: block; }

  .nav__only-mobile .header__company-link {
    display: block;
    text-align: center;
    width: 100%;
    padding: 30px 20px;
    font-size: 24px;
    margin-left: 0; }
  .nav__only-mobile > .header__social {
    padding: 20px;
    justify-content: center; }
    .nav__only-mobile > .header__social a {
      width: 56px;
      height: 56px;
      margin-left: 10px;
      margin-right: 10px;
      line-height: 56px;
      font-size: 24px; }

  .header-main .container > .header__company-link,
  .header-main .container > .header__social {
    display: none; }

  .nav-main__collapse .dropdown-menu {
    background: transparent linear-gradient(270deg, #056236 0%, #00B066 100%) 0% 0% no-repeat padding-box; }
    .nav-main__collapse .dropdown-menu a {
      font-size: 20px;
      color: #fff;
      padding: 30px 20px; }

  .nav-main__collapse {
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    position: static; }
    .nav-main__collapse > li {
      border-bottom: 1px solid #dedede; }
    .nav-main__collapse li {
      width: 100%; }
    .nav-main__collapse a {
      font-size: 24px; }

  .dropdown-toggle {
    position: relative; }
    .dropdown-toggle:after {
      position: absolute;
      right: 20px;
      top: 12px;
      font-size: 24px; }

  .dropdown-menu {
    width: 100%;
    border: none; }
    .dropdown-menu a {
      padding-left: 30px; } }
.breadcrumb {
  border-bottom: 1px solid #dedede;
  padding: 10px 0;
  overflow-x: auto; }

.breadcrumb__list {
  list-style: none;
  margin-top: 0;
  margin-bottom: 0;
  width: auto;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex; }

.breadcrumb__item {
  font-size: 13px;
  white-space: nowrap; }
  .breadcrumb__item:last-child {
    padding-top: 10px;
    padding-bottom: 10px; }
  .breadcrumb__item a {
    position: relative;
    font-size: 13px;
    padding-right: 35px;
    display: inline-block;
    padding-top: 10px;
    padding-bottom: 10px;
    color: #666;
    white-space: nowrap; }
    .breadcrumb__item a:after {
      position: absolute;
      top: 50%;
      -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      transform: translateY(-50%);
      right: 15px;
      content: "\f054";
      color: #079551; }
    .breadcrumb__item a:hover {
      color: #079551; }

.submenu {
  background: transparent linear-gradient(270deg, #056236 0%, #00B066 100%) 0% 0% no-repeat padding-box; }
  .submenu ul {
    list-style: none;
    margin-top: 0;
    margin-bottom: 0; }
    .submenu ul li {
      display: inline-block;
      margin-bottom: 0px;
      line-height: 1; }
    .submenu ul a {
      color: #fff;
      display: inline-block;
      padding: 20px;
      font-size: 15px;
      font-weight: 300;
      font-family: 'Montserrat', sans-serif;
      height: 54px; }
      .submenu ul a.active, .submenu ul a:active {
        background: #09BE71; }
      .submenu ul a:hover {
        background: #09BE71; }

@media (max-width: 992px) {
  .submenu ul li a {
    padding: 20px 7px; } }
@media (max-width: 800px) {
  .submenu ul li a {
    padding: 20px 3px; } }
@media (max-width: 767px) {
  .submenu {
    display: none; }

  .submenu ul {
    padding-top: 5px;
    padding-bottom: 5px; }
    .submenu ul li {
      width: 49%; }
      .submenu ul li a {
        padding: 8px;
        width: 100%;
        text-align: center;
        font-size: 14px; } }
#slider-main {
  height: 470px;
  position: relative;
  overflow: hidden; }
  #slider-main .carousel-indicators {
    display: none; }
  #slider-main .carousel-inner,
  #slider-main .item,
  #slider-main .container-sm {
    height: 100%;
    width: 100%; }
  #slider-main .container-sm {
    position: relative;
    z-index: 30; }
  #slider-main .item {
    overflow: hidden; }

@keyframes zoomIn {
  0% {
    -webkit-transform: translate(-50%, -50%) scale(1);
    /* Ch <36, Saf 5.1+, iOS < 9.2, An =<4.4.4 */
    -ms-transform: translate(-50%, -50%) scale(1);
    /* IE 9 */
    transform: translate(-50%, -50%) scale(1);
    /* IE 10, Fx 16+, Op 12.1+ */ }
  100% {
    -webkit-transform: translate(-50%, -50%) scale(1.1);
    /* Ch <36, Saf 5.1+, iOS < 9.2, An =<4.4.4 */
    -ms-transform: translate(-50%, -50%) scale(1.1);
    /* IE 9 */
    transform: translate(-50%, -50%) scale(1.1);
    /* IE 10, Fx 16+, Op 12.1+ */ } }
.zoom-in {
  animation: zoomIn 5s both;
  -webkit-animation: zoomIn 5s both; }

@media (min-width: 769px) {
  #slider-main .item.active .slider-main__img {
    animation: zoomIn 12s both;
    -webkit-animation: zoomIn 12s both; } }
.slider-main__img {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  /* Ch <36, Saf 5.1+, iOS < 9.2, An =<4.4.4 */
  -ms-transform: translate(-50%, -50%);
  /* IE 9 */
  transform: translate(-50%, -50%);
  /* IE 10, Fx 16+, Op 12.1+ */
  z-index: 20;
  width: 110%;
  height: auto; }

.slider-main__info {
  position: absolute;
  left: 20px;
  bottom: 40px;
  background: rgba(7, 149, 81, 0.8);
  animation: none;
  padding: 20px 20px 20px 20px;
  max-width: 550px;
  -webkit-box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.29);
  -moz-box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.29);
  box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.29); }
  .slider-main__info h1,
  .slider-main__info h2, .slider-main__info .h1 {
    font-size: 24px;
    margin: 0 0 10px 0;
    color: #fff;
    text-align: left;
    display: -webkit-box;
    max-width: 100%;
    opacity: 1 !important;
    font-family: "Montserrat", sans-serif;
    font-weight: 600;
    line-height: 1.1; }
  .slider-main__info p {
    font-size: 14px;
    margin-bottom: 0;
    display: block;
    color: #fff;
    opacity: .8; }
  .slider-main__info .btn {
    margin-top: 10px;
    background: #000;
    transition: none;
    animation: none; }
    .slider-main__info .btn:after {
      content: none !important; }
    .slider-main__info .btn:before {
      content: none !important; }

@media (max-width: 1500px) {
  #slider-main .carousel-control {
    width: 50px; }

  .slider-main__img {
    height: 120%;
    width: auto; }

  .slider-main__info {
    margin-left: 10px; } }
@media (max-width: 768px) {
  #slider-main {
    height: 440px; }
    #slider-main .carousel-control-next-icon {
      top: 150px; }
    #slider-main .carousel-control-prev-icon {
      top: 150px; }

  .slider-main__img {
    height: 300px;
    top: 0;
    transform: translatex(-50%);
    width: auto; }

  .slider-main__info {
    top: initial;
    bottom: 50px;
    margin-left: 0;
    transform: translateY(0%);
    width: -moz-calc(100% - 40px);
    width: -webkit-calc(100% - 40px);
    width: calc(100% - 40px);
    padding: 20px 20px 50px 20px; }
    .slider-main__info h1, .slider-main__info .h1,
    .slider-main__info h2 {
      font-size: 20px;
      margin-bottom: 10px; }
    .slider-main__info p {
      font-size: 13px;
      line-height: 1.4; } }
.offerts {
  text-align: center;
  background: #F7F7F7; }

.offerts__items {
  display: -moz-flex;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -moz-justify-content: center;
  -webkit-justify-content: center;
  justify-content: center;
  -ms-flex-align: flex-start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 40px; }

@keyframes go-down {
  0% {
    top: 0; }
  100% {
    top: -moz-calc(100% - 63px);
    top: -webkit-calc(100% - 63px);
    top: calc(100% - 63px); } }
@keyframes go-up {
  0% {
    top: -moz-calc(100% - 63px);
    top: -webkit-calc(100% - 63px);
    top: calc(100% - 63px); }
  100% {
    top: 0; } }
.offerts__item {
  width: -moz-calc(25% - 12px);
  width: -webkit-calc(25% - 12px);
  width: calc(25% - 12px);
  margin-right: 16px;
  position: relative;
  overflow: hidden;
  -webkit-box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.29);
  -moz-box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.29);
  box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.29);
  margin-bottom: 24px;
  border-radius: 12px; }
  .offerts__item:nth-child(4n) {
    margin-right: 0; }
  .offerts__item a:after {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(85, 128, 107, 0);
    z-index: 8; }
  .offerts__item:hover img {
    -webkit-transform: translate(-50%, -50%) scale(1.05);
    /* Ch <36, Saf 5.1+, iOS < 9.2, An =<4.4.4 */
    -ms-transform: translate(-50%, -50%) scale(1.05);
    /* IE 9 */
    transform: translate(-50%, -50%) scale(1.05);
    /* IE 10, Fx 16+, Op 12.1+ */ }
  .offerts__item:hover a:after {
    background: rgba(7, 149, 81, 0.6); }
  .offerts__item:hover h3 {
    color: #fff;
    background: #079551; }
  .offerts__item a {
    display: block;
    height: 0;
    height: 270px;
    width: 100%;
    position: relative; }
  .offerts__item img {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 8;
    transition: all 0.3s ease-in-out;
    height: 110%;
    -webkit-transform: translate(-50%, -50%);
    /* Ch <36, Saf 5.1+, iOS < 9.2, An =<4.4.4 */
    -ms-transform: translate(-50%, -50%);
    /* IE 9 */
    transform: translate(-50%, -50%);
    /* IE 10, Fx 16+, Op 12.1+ */ }
  .offerts__item h3 {
    font-size: 20px;
    background: #fff;
    text-align: left;
    padding: 20px;
    width: 100%;
    color: #333;
    margin: 0;
    border-bottom: 3px solid #079551;
    position: absolute;
    top: -1px;
    left: 0;
    z-index: 10;
    animation: go-up .1s both;
    -webkit-animation: go-up .1s both;
    transition: .1s;
    font-family: 'Montserrat', sans-serif;
    font-weight: 600; }

@media (max-width: 1000px) {
  .offerts__item {
    width: -moz-calc(50% - 12px);
    width: -webkit-calc(50% - 12px);
    width: calc(50% - 12px); }
    .offerts__item:nth-child(2n) {
      margin-right: 0; } }
@media (max-width: 600px) {
  .offerts__item {
    width: -moz-calc(50% - 5px);
    width: -webkit-calc(50% - 5px);
    width: calc(50% - 5px);
    margin-bottom: 20px;
    margin-right: 10px; }
    .offerts__item:nth-child(2n) {
      margin-right: 0; }
    .offerts__item h3 {
      font-size: 18px;
      padding: 6px;
      height: 54px;
      text-align: center;
      display: -moz-flex;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -ms-flex-align: center;
      -webkit-align-items: center;
      align-items: center;
      -moz-justify-content: center;
      -webkit-justify-content: center;
      justify-content: center; } }
.fields {
  overflow: hidden;
  padding-bottom: 80px; }

.fields-logo {
  z-index: 30; }

.pentagons {
  position: absolute;
  top: -56px;
  left: 121px;
  width: 602px;
  height: 602px;
  z-index: 20; }

.pentagon--small {
  position: absolute;
  top: 72px;
  left: 72px;
  z-index: 10; }

.pentagon {
  width: 602px;
  height: 602px;
  transition: all 0.3s ease-in-out; }

.pentagon--small {
  width: 468px;
  height: 468px; }

.pentagons__icon {
  position: absolute;
  z-index: 30;
  width: 168px;
  height: 168px;
  border-radius: 50%;
  background: #fff;
  -webkit-box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.29);
  -moz-box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.29);
  box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.29); }
  .pentagons__icon:hover .pentagons__icon-inner {
    border: 1px solid #079551; }
    .pentagons__icon:hover .pentagons__icon-inner h4, .pentagons__icon:hover .pentagons__icon-inner strong {
      color: #079551; }

.pentagons__icon-inner {
  width: 152px;
  height: 152px;
  border: 1px solid #dedede;
  margin-left: 8px;
  margin-top: 8px;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -moz-justify-content: center;
  -webkit-justify-content: center;
  justify-content: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center;
  border-radius: 50%;
  transition: all 0.3s ease-in-out;
  cursor: pointer; }
  .pentagons__icon-inner strong {
    display: block; }
  .pentagons__icon-inner h4, .pentagons__icon-inner strong {
    margin: 5px 0 0 0;
    font-size: 15px;
    transition: all 0.3s ease-in-out; }

.pentagons__item {
  margin-top: -15px; }

.pentagons__icon--is-active .pentagons__icon-inner {
  background: #079551; }
  .pentagons__icon--is-active .pentagons__icon-inner h4, .pentagons__icon--is-active .pentagons__icon-inner strong {
    color: #fff !important; }
.pentagons__icon--is-active .pentagons__item * {
  fill: #fff !important; }

.pentagons__icon--nr1 {
  top: 30px;
  left: 43px; }

.pentagons__icon--nr2 {
  top: 30px;
  right: 53px; }

.pentagons__icon--nr3 {
  bottom: 120px;
  right: 23px; }

.pentagons__icon--nr4 {
  bottom: -30px;
  left: 217px; }

.pentagons__icon--nr5 {
  left: 17px;
  bottom: 120px; }

.wrapper-fields {
  width: 100%;
  height: 530px;
  position: relative;
  padding-left: 420px;
  margin-top: 110px; }

@keyframes opacityAn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
.article-fields__wrapper {
  height: 100%;
  width: 1500px;
  overflow: hidden; }

.fields__item {
  height: 100%;
  display: none;
  position: relative; }
  .fields__item:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background-image: linear-gradient(to right, white, rgba(255, 255, 255, 0));
    z-index: 2;
    top: 0;
    left: 0; }

.fields__item--active {
  display: block;
  position: relative;
  z-index: 3; }

.fields__item--current-active {
  display: block;
  position: absolute;
  top: 0;
  left: 420px;
  z-index: 2;
  width: -moz-calc(100% - 420px);
  width: -webkit-calc(100% - 420px);
  width: calc(100% - 420px); }

.fields__img {
  width: auto;
  height: 100%;
  position: relative;
  z-index: 1;
  border-radius: 12px; }

.fields__caption {
  position: absolute;
  z-index: 5;
  max-width: 420px;
  left: 420px;
  top: 50%;
  transform: translateY(-50%); }
  .fields__caption h2 {
    text-align: left;
    margin-bottom: 30px; }

@media (max-width: 1340px) {
  .fields__caption {
    left: 340px; }

  .pentagons {
    left: 0; }

  .wrapper-fields {
    padding-left: 320px; }

  .fields__item--current-active {
    left: 320px;
    width: -moz-calc(100% - 320px);
    width: -webkit-calc(100% - 320px);
    width: calc(100% - 320px); } }
@media (max-width: 1200px) {
  .pentagons {
    -webkit-transform: scale(0.75);
    /* Ch <36, Saf 5.1+, iOS < 9.2, An =<4.4.4 */
    -ms-transform: scale(0.75);
    /* IE 9 */
    transform: scale(0.75);
    /* IE 10, Fx 16+, Op 12.1+ */
    left: -80px; }

  .wrapper-fields {
    padding-left: 250px; }

  .fields__caption {
    left: 250px; }

  .fields__item--current-active {
    left: 250px;
    width: -moz-calc(100% - 250px);
    width: -webkit-calc(100% - 250px);
    width: calc(100% - 250px); } }
@media (max-width: 1000px) {
  .pentagons {
    -webkit-transform: scale(0.55);
    /* Ch <36, Saf 5.1+, iOS < 9.2, An =<4.4.4 */
    -ms-transform: scale(0.55);
    /* IE 9 */
    transform: scale(0.55);
    /* IE 10, Fx 16+, Op 12.1+ */
    left: -125px; }

  .wrapper-fields {
    padding-left: 250px; }

  .fields__caption {
    left: 140px; } }
@media (max-width: 880px) {
  .fields__caption {
    left: 120px;
    max-width: 380px; } }
@media (max-width: 767px) {
  .article-fields__wrapper {
    width: 100vw;
    margin-left: -20px; }

  .wrapper-fields {
    width: 100%;
    height: 800px;
    padding-left: 0;
    margin-top: 0px; }

  .fields__item--current-active {
    left: -20px;
    width: 100vw !important; }

  .pentagons {
    -webkit-transform: scale(0.55) translateX(-91%);
    /* Ch <36, Saf 5.1+, iOS < 9.2, An =<4.4.4 */
    -ms-transform: scale(0.55) translateX(-91%);
    /* IE 9 */
    transform: scale(0.55) translateX(-91%);
    /* IE 10, Fx 16+, Op 12.1+ */
    left: 50%;
    top: -120px; }

  .fields__item {
    top: 430px !important;
    height: 370px;
    width: 100%; }
    .fields__item:after {
      background-image: linear-gradient(rgba(255, 255, 255, 0), #fff); }

  .fields__caption {
    left: 50%;
    top: initial;
    bottom: 25px;
    max-width: 460px;
    transform: translatex(-50%);
    width: 100%;
    padding: 0 20px; }

  .fields__img {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%); } }
.library-sliders .btn {
  margin-left: 45px; }
.library-sliders .tab-content {
  margin-top: 0; }
.library-sliders .carousel {
  width: 100%; }
  .library-sliders .carousel .item {
    width: 100%;
    padding-top: 62%; }
.library-sliders .carousel-control {
  width: 50px; }
  .library-sliders .carousel-control span {
    background: #fff; }
    .library-sliders .carousel-control span:after {
      color: #079551; }
.library-sliders .carousel-control-prev-icon {
  left: 0px; }
.library-sliders .carousel-control-next-icon {
  right: 0px; }

.sliders__im-wrapper {
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: absolute;
  left: 0;
  top: 0; }

.sliders_img {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 110%;
  max-width: initial;
  transform: translate(-50%, -50%); }

.library-sliders__item h3 {
  position: absolute;
  bottom: 10px;
  left: 50%;
  transform: translateX(-50%);
  font-size: 14px;
  font-weight: 400;
  padding: 5px 20px;
  color: #fff;
  background: rgba(7, 149, 81, 0.7);
  margin: 0;
  white-space: nowrap;
  text-align: center; }

.library-sliders__link {
  display: block;
  border: none;
  font-weight: 700;
  margin-bottom: 20px;
  padding-bottom: 13px;
  padding-top: 10px;
  color: #666;
  overflow: visible;
  text-align: left;
  position: relative;
  padding-left: 45px; }
  .library-sliders__link:before {
    content: "\f061";
    position: absolute;
    left: 0;
    top: 6px;
    display: inline-block;
    margin-right: 15px;
    width: 30px;
    height: 30px;
    background: #fff;
    border-radius: 50%;
    font-size: 13px;
    text-align: center;
    line-height: 30px;
    color: #666;
    transition: background 0.3s ease-in-out; }
  .library-sliders__link:hover, .library-sliders__link.active {
    color: #079551; }
    .library-sliders__link:hover:before, .library-sliders__link.active:before {
      background: #079551;
      color: #fff; }

.mine .library-sliders__link:before {
  top: 4px; }

@media (max-width: 767px) {
  .library-sliders {
    padding-top: 0; }
    .library-sliders .tab-content {
      order: -1;
      margin-bottom: 30px;
      padding: 0; }
    .library-sliders .carousel-control.left {
      left: 20px; }
    .library-sliders .carousel-control.right {
      right: 25px; } }
.link--arrow {
  display: inline-block;
  border: none;
  font-weight: 700;
  color: #079551;
  overflow: visible;
  white-space: nowrap;
  padding: 10px; }
  .link--arrow:after {
    content: "\f061";
    display: inline-block;
    margin-left: 15px;
    width: 30px;
    height: 30px;
    background: #fff;
    border-radius: 50%;
    font-size: 13px;
    text-align: center;
    line-height: 30px;
    color: #079551;
    transition: background 0.3s ease-in-out; }
  .link--arrow:hover,
  .link--arrow .active {
    color: #079551; }
    .link--arrow:hover:after,
    .link--arrow .active:after {
      background: #079551;
      color: #fff; }

#sliders-history {
  position: relative;
  overflow: hidden;
  padding-bottom: 20px;
  padding-left: 20px;
  margin-bottom: 50px; }

.sliders-history__inner {
  position: relative;
  width: 100%;
  height: 360px;
  display: flex;
  transition: all 0.3s ease-in-out; }

.sliders-history__item {
  flex: 0 0 235px;
  height: 100%;
  position: relative; }

.sliders-history__navigation-mask {
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  overflow: hidden;
  text-align: right;
  z-index: 5; }
  .sliders-history__navigation-mask img {
    width: 206px;
    position: relative;
    z-index: 5; }

.sliders-history-control-icon {
  font-size: 20px;
  font-weight: 700;
  color: #079551; }

.sliders-history-control {
  position: absolute;
  display: block;
  z-index: 20;
  width: 40px;
  padding: 20px;
  top: 133px;
  background: #fff; }
  .sliders-history-control.left {
    right: 40px; }
  .sliders-history-control.right {
    right: 0px; }

.sliders-history__caption {
  height: 85px;
  overflow: hidden;
  padding-right: 15px;
  font-weight: 400;
  font-size: 15px;
  margin-top: 0;
  margin-bottom: 15px;
  line-height: 1.8;
  background: #fff; }

.sliders-history__date {
  display: block;
  width: 100%;
  border-bottom: 2px solid #079551;
  position: relative;
  font-size: 30px;
  font-weight: 700;
  color: #079551;
  padding-bottom: 30px;
  margin-bottom: 45px;
  z-index: 20;
  font-family: 'Montserrat', sans-serif;
  font-weight: 600; }
  .sliders-history__date:after {
    content: "";
    display: block;
    width: 18px;
    height: 18px;
    border: 4px solid #079551;
    border-radius: 50%;
    background: #fff;
    position: absolute;
    bottom: -9px;
    left: 0; }

.sliders-history__img-wrapper {
  width: 220px;
  border-radius: 12px;
  -webkit-box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.29);
  -moz-box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.29);
  box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.29);
  height: 135px;
  overflow: hidden;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -moz-justify-content: "center";
  -webkit-justify-content: "center";
  justify-content: "center"; }
  .sliders-history__img-wrapper img {
    width: 110%; }

.about {
  background: #F7F7F7;
  overflow: hidden; }

.about__left {
  overflow: hidden;
  padding-top: 50px;
  position: relative;
  z-index: 20; }
  .about__left img {
    border-top-left-radius: 12px;
    border-bottom-left-radius: 12px; }

.about__right {
  position: relative; }
  .about__right img {
    position: relative;
    left: -40%;
    z-index: 1;
    border-top-right-radius: 12px;
    border-bottom-right-radius: 12px; }
  .about__right .about__caption {
    position: absolute;
    top: 50%;
    left: -20px;
    width: 100%;
    transform: translateY(-50%);
    z-index: 20;
    padding-left: 90px; }
    .about__right .about__caption h3 {
      color: #fff;
      font-size: 34px;
      margin-bottom: 30px; }
    .about__right .about__caption p {
      color: #fff;
      margin-bottom: 40px; }

@media (max-width: 900px) {
  .about__right .about__caption {
    padding-left: 40px; } }
@media (max-width: 767px) {
  .about {
    padding-bottom: 0; }

  .about__left {
    padding: 0px; }
    .about__left img {
      width: 100%; }

  .about__right {
    overflow: hidden; }
    .about__right .about__caption {
      position: relative;
      left: 0;
      z-index: 10;
      padding: 40px; }
      .about__right .about__caption h3 {
        font-size: 25px;
        margin-bottom: 20px; }
    .about__right img {
      position: absolute;
      z-index: 5; } }
@media (max-width: 804px) {
  .sliders-history__navigation-mask {
    width: -moz-calc(100% - 570px);
    width: -webkit-calc(100% - 570px);
    width: calc(100% - 570px); } }
@media (max-width: 569px) {
  .sliders-history__navigation-mask {
    width: -moz-calc(100% - 235px);
    width: -webkit-calc(100% - 235px);
    width: calc(100% - 235px); } }
.mine ul {
  list-style: none;
  padding-left: 0;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 30px; }
  .mine ul li {
    margin-bottom: 0px;
    line-height: 0;
    max-width: 33.33%;
    min-width: 33.33%; }

.big-nr {
  font-size: 25px;
  font-weight: 700;
  margin-top: 40px;
  display: block;
  margin-bottom: 30px;
  color: #333; }

@media (max-width: 992px) {
  .mine ul li {
    max-width: 50%;
    min-width: 50%; } }
@keyframes modal-in {
  0% {
    transform: translateY(0); }
  100% {
    transform: translateY(-100%); } }
.modal {
  top: 100vh;
  height: 90%;
  bottom: initial;
  transform: translateY(-100%);
  -webkit-animation: modal-in 0.3s linear;
  animation: modal-in 0.3s linear; }

.modal-body {
  padding: 20px 30px 50px 30px;
  height: 100%;
  overflow-y: auto;
  overflow-x: hidden; }

.modal-dialog {
  height: 100%;
  width: 100%;
  max-width: 1440px;
  margin-top: 0;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto; }

.modal-content {
  height: 100%;
  border-radius: 0;
  border: none;
  border-top: 1px solid #dedede;
  padding: 40px 10px; }

.modal-header {
  padding: 0 30px 20px 30px;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -moz-justify-content: space-between;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  border: none; }

.modal-backdrop {
  display: none; }

.close {
  border: none;
  font-size: 30px; }

.modal__nav {
  list-style: none;
  max-width: 540px;
  padding: 0;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  margin: 0;
  width: -moz-calc(100% - 15px);
  width: -webkit-calc(100% - 15px);
  width: calc(100% - 15px); }
  .modal__nav li {
    width: 100%;
    margin-right: 2px;
    margin-bottom: 0px;
    line-height: 0; }
    .modal__nav li:last-child {
      margin-right: 0; }
    .modal__nav li a {
      display: block;
      width: 100%;
      padding: 25px 30px;
      text-align: center;
      color: #079551;
      background: #F7F7F7;
      white-space: nowrap; }
    .modal__nav li.active a {
      background: #079551;
      color: #fff; }

.modal__imgs {
  display: -moz-flex;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }

.modal__figure {
  width: 32%;
  margin-right: 2%;
  overflow: hidden;
  height: 0;
  padding-top: 19%;
  position: relative;
  margin-bottom: 2%;
  -webkit-box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.29);
  -moz-box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.29);
  box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.29); }
  .modal__figure:nth-child(2n+3) {
    margin-right: 0; }
  .modal__figure img {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 120%;
    transform: translate(-50%, -50%); }

.tab-content {
  margin-top: 50px; }

.modal__left {
  padding-right: 50px;
  padding-left: 20px;
  position: relative; }

.assortment__table {
  width: 100%;
  margin-bottom: 30px; }
  .assortment__table table {
    width: 100%; }
  .assortment__table th {
    font-weight: 400; }
    .assortment__table th:first-child {
      text-align: left; }
    .assortment__table th:last-child {
      text-align: right; }
  .assortment__table tr {
    border-bottom: 1px solid #dedede;
    line-height: 2; }
  .assortment__table td:last-child {
    text-align: right; }

body {
  margin: 0;
  padding: 0; }

.map-all-container {
  position: relative; }

.map_menu {
  position: absolute;
  z-index: 9;
  top: 0;
  left: 0;
  background: #fff;
  border-radius: 5px;
  margin-left: 35px;
  top: 5px;
  padding: 6px; }

.map_menus {
  position: absolute;
  z-index: 9;
  top: 0;
  left: 0;
  background: #fff;
  border-radius: 5px;
  margin-left: 35px;
  top: 5px;
  padding: 6px; }

@media (min-width: 768px) {
  .map-all-container {
    padding-left: 30px; } }
@media (min-width: 1050px) {
  .map-all-container {
    padding-left: 70px; } }
#map-full {
  width: 100%;
  height: 400px; }

#map-all {
  width: 100%;
  max-width: 100%;
  height: 620px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 50px; }
  #map-all .mapboxgl-canvas {
    top: 0;
    width: 100% !important;
    height: 620px !important; }

.mapboxgl-popup-content {
  z-index: 80; }
  .mapboxgl-popup-content h3 {
    font-size: 12px;
    margin-bottom: 10px; }
  .mapboxgl-popup-content p {
    font-size: 10px;
    margin-bottom: 0px; }
  .mapboxgl-popup-content .library-sliders__link {
    font-size: 12px;
    line-height: 20px;
    padding-left: 30px;
    margin-bottom: 0; }
    .mapboxgl-popup-content .library-sliders__link:before {
      position: absolute;
      left: 0;
      top: 9px;
      margin-right: 5px;
      width: 20px;
      height: 20px;
      border-radius: 50%;
      font-size: 10px;
      line-height: 20px; }

.list-salt .prices__title h2 {
  font-size: 18px; }
.list-salt .prices__title p {
  font-size: 16px; }

@media (max-width: 600px) {
  .list-salt .prices__title {
    margin-bottom: 20px; }
    .list-salt .prices__title p {
      font-size: 13px; }

  #map-all {
    height: 400px; }
    #map-all .mapboxgl-canvas {
      height: 400px !important; } }
#map {
  height: 420px;
  width: 97%;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  margin-bottom: 50px; }

.mapboxgl-map {
  font-size: 16px;
  font-family: "Open Sans"; }

.btn--map {
  position: absolute;
  bottom: 10px;
  right: 10px;
  z-index: 10; }

.mapboxgl-canvas {
  width: 100% !important;
  height: 420px !important; }

@media (max-width: 900px) {
  .modal-content {
    padding: 20px; } }
@media (max-width: 767px) {
  .modal-header {
    padding-bottom: 20px; }

  .modal__left {
    padding-right: 0px; }

  .modal-body {
    padding: 0 0 50px 0; }
    .modal-body .tab-content {
      margin-top: 30px;
      padding-bottom: 60px; }

  #map {
    height: 300px; }

  .modal__nav {
    margin-top: 30px; } }
@media (max-width: 560px) {
  .modal {
    height: 100%; }

  .modal__nav li a {
    padding: 15px 10px;
    font-size: 12px; } }
footer {
  background: transparent linear-gradient(270deg, #056236 0%, #00B066 100%) 0% 0% no-repeat padding-box;
  padding-top: 80px;
  padding-bottom: 50px; }
  footer a {
    color: #fff; }
    footer a:hover {
      color: #fff;
      text-decoration: underline; }

.footer__middle {
  display: -moz-flex;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -moz-justify-content: flex-start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start; }

.header__social--footer {
  margin-left: auto;
  margin-top: 20px;
  margin-right: 0; }
  .header__social--footer a {
    color: #fff; }
    .header__social--footer a:hover {
      color: #09BE71; }

.footer__links {
  margin-left: 100px;
  margin-right: 50px; }
  .footer__links ul {
    list-style: none;
    padding-left: 0;
    margin-bottom: 0;
    margin-top: 20px; }
    .footer__links ul li {
      display: inline-block;
      padding-right: 20px;
      border-right: 1px solid rgba(255, 255, 255, 0.5);
      margin-right: 20px;
      margin-bottom: 20px; }
      .footer__links ul li:last-child {
        padding-right: 0px;
        border-right: none;
        margin-right: 0px; }
    .footer__links ul a {
      font-weight: 700;
      line-height: 1; }

.footer__realization {
  text-align: center;
  margin-top: 50px; }
  .footer__realization span {
    color: #fff; }
  .footer__realization img {
    margin-top: -5px;
    padding: 0 5px; }

@media (max-width: 767px) {
  .footer__middle {
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }

  .footer__logo {
    display: block;
    text-align: center;
    width: 100%;
    margin-bottom: 30px; }

  .footer__links {
    text-align: center;
    margin-left: 0;
    width: 100%;
    margin-right: 0;
    display: inline-block;
    margin-bottom: 30px; }
    .footer__links ul {
      margin-left: auto;
      margin-right: auto; }

  .header__social--footer {
    width: 100%;
    display: -moz-flex;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -moz-justify-content: center;
    -webkit-justify-content: center;
    justify-content: center; } }
@media (max-width: 650px) {
  .footer__links ul li {
    width: 100%;
    padding-right: 0;
    margin-right: 0;
    border: none;
    position: relative;
    margin-bottom: 30px; }
    .footer__links ul li:after {
      content: "";
      display: block;
      width: 14px;
      height: 1px;
      background: rgba(255, 255, 255, 0.5);
      position: absolute;
      bottom: -15px;
      left: 50%;
      transform: translateX(-50%); } }
.history__item {
  display: -moz-flex;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  border-left: 2px solid #079551;
  padding-left: 60px;
  position: relative;
  margin-left: 45px;
  margin-bottom: 30px; }
  .history__item:last-child {
    border-left: 2px solid #fff; }
  .history__item:first-child:before, .history__item:last-child:before {
    top: 0px; }
  .history__item:before {
    content: "";
    display: block;
    width: 18px;
    height: 18px;
    border: 4px solid #079551;
    border-radius: 50%;
    background: #fff;
    position: absolute;
    top: 12px;
    left: -10px; }

.history__date {
  margin-right: 40px;
  -moz-flex: 0 0 100px;
  -webkit-flex: 0 0 100px;
  -ms-flex: 0 0 100px;
  flex: 0 0 100px; }
  .history__date span {
    display: block;
    font-size: 30px;
    color: #079551;
    margin-bottom: 30px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 600; }

.history__description {
  display: -moz-flex;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-align: flex-start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  width: 100%;
  padding-top: 0; }
  .history__description h4 {
    margin-top: 0;
    font-size: 20px;
    line-height: 1.5;
    font-family: 'Montserrat', sans-serif;
    font-weight: 600; }
  .history__description p {
    margin-bottom: 25px; }

.history__figure {
  -moz-flex: 0 0 40%;
  -webkit-flex: 0 0 40%;
  -ms-flex: 0 0 40%;
  flex: 0 0 40%;
  margin-bottom: 20px;
  border-radius: 12px;
  overflow: hidden;
  margin-left: 30px; }
  .history__figure img {
    width: 100%; }

@media (max-width: 1100px) {
  .history__item {
    padding-left: 45px; }

  .history__date {
    margin-right: 30px;
    -moz-flex: 0 0 180px;
    -webkit-flex: 0 0 180px;
    -ms-flex: 0 0 180px;
    flex: 0 0 180px; }
    .history__date span {
      margin-bottom: 20px; }
    .history__date h4 {
      font-size: 16px; } }
@media (max-width: 900px) {
  .history__item {
    padding-left: 30px;
    margin-left: 30px; }

  .history__date {
    -moz-flex: 0 0 120px;
    -webkit-flex: 0 0 120px;
    -ms-flex: 0 0 120px;
    flex: 0 0 120px; }
    .history__date h4 {
      font-size: 14px; } }
@media (max-width: 600px) {
  .history__item {
    padding-left: 15px;
    margin-left: 15px; }

  .history__date {
    -moz-flex: 0 0 100px;
    -webkit-flex: 0 0 100px;
    -ms-flex: 0 0 100px;
    flex: 0 0 100px; }
    .history__date > span {
      font-size: 24px; }
    .history__date h4 {
      font-size: 12px; }

  .history__description {
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-top: 0; }

  .history__figure {
    -moz-flex: 0 0 100%;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    margin-right: 0;
    border-radius: 12px;
    overflow: hidden;
    margin-bottom: 20px; } }
.page-header {
  padding-top: 50px;
  padding-bottom: 50px;
  min-height: 250px;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -moz-justify-content: center;
  -webkit-justify-content: center;
  justify-content: center; }
  .page-header h1 {
    margin-bottom: 20px; }
  .page-header p,
  .page-header .news {
    max-width: 1025px; }
  .page-header .container-lg p,
  .page-header .container-lg .news {
    max-width: 100%; }

.row-file {
  border-bottom: 1px solid #dedede;
  padding: 10px 0; }
  .row-file .col-md-2 {
    padding: 0; }

.news {
  border-bottom: 1px solid #dedede;
  margin: 0 auto 30px auto; }
  .news .data {
    color: #666; }

.pagination {
  width: 100%;
  text-align: center;
  margin-bottom: 40px;
  clear: both;
  padding-top: 10px; }
  .pagination li {
    display: inline-block;
    border: none; }
    .pagination li a,
    .pagination li strong {
      display: block;
      background-color: #dedede;
      padding: 13px 20px;
      border: none; }
    .pagination li a:hover,
    .pagination li strong {
      background-color: #079551;
      color: #ffffff !important; }
    .pagination li strong {
      font-weight: normal;
      color: #ffffff; }
  .pagination li.active a,
  .pagination li.active:hover a {
    background-color: #079551;
    color: #ffffff; }

.prev a,
.next a {
  width: 50px;
  height: 50px;
  position: relative;
  border-radius: 0 !important;
  border: none; }

.prev a:before,
.next a:before {
  font-size: 14px;
  color: #079551;
  font-weight: bold;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -10px;
  z-index: 20; }

.next a:before {
  content: "\e258";
  margin-left: -8px; }

.prev a:before {
  content: "\e257";
  margin-left: -5px; }

.disabled a {
  background-color: #F7F7F7 !important; }
.disabled a:before {
  color: #dedede; }

.next a:hover:before,
.prev a:hover:before {
  color: #ffffff; }

.page-header--green {
  position: relative;
  overflow: hidden; }
  .page-header--green:after {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background: transparent linear-gradient(270deg, #056236 0%, #00B066 100%) 0% 0% no-repeat padding-box;
    opacity: 0.8;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 5; }
  .page-header--green img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 2;
    width: 110%; }
  .page-header--green .container {
    position: relative;
    z-index: 10; }
    .page-header--green .container * {
      color: #fff; }

@media (max-width: 1000px) {
  .page-header--green img {
    width: auto;
    height: 110%; } }
.slice__item {
  background: linear-gradient(to right, #fff 0%, #F7F7F7 40%, #F7F7F7 100%);
  margin-bottom: 60px; }
  .slice__item .container {
    min-height: 500px; }

.slice__item--left {
  background: linear-gradient(to right, #F7F7F7 0%, #F7F7F7 60%, #fff 100%); }

.slice__item.slice__item--left .slice__figure {
  border-radius: 0;
  border-top-right-radius: 30px;
  border-bottom-right-radius: 30px; }

.slice__wrapper {
  -moz-flex: 0 0 50%;
  -webkit-flex: 0 0 50%;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center; }

.slice__caption {
  padding: 50px 20px;
  max-width: 520px;
  margin-left: auto;
  margin-right: auto; }
  .slice__caption h2 {
    text-align: left; }

.slice__figure {
  -moz-flex: 0 0 50%;
  -webkit-flex: 0 0 50%;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  overflow: hidden;
  position: relative;
  border-top-left-radius: 30px;
  border-bottom-left-radius: 30px; }
  .slice__figure img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    height: 110%; }

@media (max-width: 550px) {
  .slice__item .container {
    min-height: initial;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }

  .slice__caption {
    padding: 30px 20px 20px 20px; }
    .slice__caption h2 {
      margin-bottom: 20px; }

  .slice__wrapper {
    -moz-flex: 0 0 100%;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%; }

  .slice__figure {
    overflow: visible;
    -moz-flex: 0 0 100%;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%; }
    .slice__figure img {
      height: auto;
      width: 100%;
      position: static;
      transform: translate(0, 0); } }
.news {
  max-width: 1025px; }

.news-list {
  max-width: 1025px;
  margin: 0 auto 30px auto; }

.products__item {
  display: -moz-flex;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 50px; }
  .products__item h2 {
    width: 100%;
    text-align: left;
    margin-bottom: 30px; }

.products__figure {
  -moz-flex: 0 0 420px;
  -webkit-flex: 0 0 420px;
  -ms-flex: 0 0 420px;
  flex: 0 0 420px;
  height: 258px;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -moz-justify-content: center;
  -webkit-justify-content: center;
  justify-content: center;
  overflow: hidden; }
  .products__figure img {
    width: 110%; }

.products-list {
  padding-left: 50px;
  list-style: none;
  margin: 0;
  width: -moz-calc(100% - 420px);
  width: -webkit-calc(100% - 420px);
  width: calc(100% - 420px); }

.produsts-list__item {
  display: -moz-flex;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  border-bottom: 1px solid #dedede;
  margin-bottom: 15px;
  margin-top: 15px; }
  .produsts-list__item h3 {
    margin-bottom: 5px; }
    .produsts-list__item h3 a {
      color: #333; }
      .produsts-list__item h3 a:hover {
        color: #079551; }
  .produsts-list__item ul {
    display: -moz-flex;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: 0;
    margin-bottom: 10px;
    color: #666;
    list-style: disc;
    max-width: 680px;
    margin-right: 30px; }
    .produsts-list__item ul li {
      margin-right: 30px;
      line-height: 1.7;
      font-size: 15px;
      width: 100%; }
    .produsts-list__item ul button {
      border: none;
      background: transparent;
      color: #666; }
  .produsts-list__item .link--arrow {
    margin-left: auto;
    margin-right: 0;
    margin-bottom: 15px; }

@media (max-width: 950px) {
  .products__figure {
    flex: 0 0 294px;
    height: 180px; }

  .products-list {
    width: -moz-calc(100% - 294px);
    width: -webkit-calc(100% - 294px);
    width: calc(100% - 294px);
    padding-left: 30px; }

  .produsts-list__item ul button {
    padding: 5px; } }
@media (max-width: 750px) {
  .products__figure {
    flex: 0 0 105px;
    height: 64px; }

  .products-list {
    width: -moz-calc(100% - 105px);
    width: -webkit-calc(100% - 105px);
    width: calc(100% - 105px);
    padding-left: 20px; }

  .produsts-list__item {
    margin-top: 0; }
    .produsts-list__item ul button {
      padding: 8px; } }
#price-select-category {
  margin-bottom: 20px; }
  #price-select-category h2 {
    margin-bottom: 0px;
    text-align: left; }

@media (max-width: 700px) {
  #price-select-category {
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
    #price-select-category form {
      width: 100%; }
    #price-select-category .select-wrapper--right {
      max-width: initial; } }
.prices__title {
  background: #F7F7F7;
  padding: 5px 20px;
  margin-bottom: 20px;
  width: 100%;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -moz-justify-content: space-between;
  -webkit-justify-content: space-between;
  justify-content: space-between; }
  .prices__title h2 {
    font-size: 24px;
    margin: 0;
    padding: 0;
    text-align: left; }
  .prices__title .library-sliders__link {
    margin-bottom: 0px;
    padding-bottom: 0; }
    .prices__title .library-sliders__link:before {
      margin-right: 0; }

@media (max-width: 500px) {
  .prices__title {
    padding: 10px;
    margin-bottom: 0px; }
    .prices__title h2 {
      font-size: 18px; }
    .prices__title .link--arrow {
      font-size: 13px; }
      .prices__title .link--arrow:after {
        margin-left: 5px; } }
.hours table {
  width: 100%;
  margin-top: 10px;
  border: 0; }

.prices__adress .hours {
  font-size: 14px;
  line-height: 140%;
  margin-bottom: 20px; }

.prices__item .assortment__table {
  margin-left: 40px;
  -moz-flex: 0 1 760px;
  -webkit-flex: 0 1 760px;
  -ms-flex: 0 1 760px;
  flex: 0 1 760px;
  margin-bottom: 0; }
  .prices__item .assortment__table tr:last-child {
    border-bottom: none; }
.prices__item .container--flex {
  -moz-justify-content: space-between;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  padding: 20px; }

@media (max-width: 767px) {
  .prices__item .container--flex {
    padding: 20px 10px; }

  .assortment__table td {
    font-size: 14px; } }
@media (max-width: 550px) {
  .prices__item .container--flex {
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
  .prices__item .assortment__table {
    margin-left: 0;
    margin-top: 10px;
    margin-bottom: 10px; } }
.career h2 {
  text-align: left; }

.job-offerts h2 {
  text-align: left; }
.job-offerts ul {
  padding-left: 0;
  list-style: none; }
.job-offerts h3 {
  -moz-flex: 0 0 550px;
  -webkit-flex: 0 0 550px;
  -ms-flex: 0 0 550px;
  flex: 0 0 550px;
  font-weight: 700;
  margin-bottom: 0; }
.job-offerts .link--arrow {
  margin-left: auto;
  margin-right: 0; }
  .job-offerts .link--arrow:after {
    content: "\f067"; }
.job-offerts .link--arrow.open:after {
  content: "\f068"; }

.job-offerts__item {
  display: -moz-flex;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -moz-justify-content: space-betwen;
  -webkit-justify-content: space-betwen;
  justify-content: space-betwen; }
  .job-offerts__item span {
    padding: 0 30px; }

.job-offerts__li {
  margin-bottom: 0;
  padding-top: 15px;
  padding-bottom: 15px;
  border-bottom: 1px solid #dedede; }
  .job-offerts__li:last-child {
    border-bottom: none; }

.accordion {
  cursor: pointer; }

.panel-accordion {
  padding-top: 30px;
  display: none; }

@media (max-width: 992px) {
  .job-offerts h3 {
    -moz-flex: 0 0 400px;
    -webkit-flex: 0 0 400px;
    -ms-flex: 0 0 400px;
    flex: 0 0 400px; } }
@media (max-width: 767px) {
  .job-offerts h3 {
    -moz-flex: 0 0 250px;
    -webkit-flex: 0 0 250px;
    -ms-flex: 0 0 250px;
    flex: 0 0 250px; } }
@media (max-width: 650px) {
  .job-offerts h3 {
    -moz-flex: 0 0 100%;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%; }

  .job-offerts__item {
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
    .job-offerts__item span {
      padding-left: 0; } }
.gallery__section {
  background: #F7F7F7; }
  .gallery__section .col-md-3 {
    padding-left: 5px;
    padding-right: 5px; }
  .gallery__section .row {
    margin-left: -5px;
    margin-right: -5px; }
  .gallery__section h1,
  .gallery__section h2 {
    text-align: center; }

.bg-white {
  background: #fff;
  height: 100%; }

.gallery__item {
  margin-bottom: 10px;
  transition: all 0.3s ease-in-out; }
  .gallery__item a {
    display: block;
    width: 100%;
    padding-top: 62%;
    position: relative;
    overflow: hidden; }
    .gallery__item a img {
      position: absolute;
      width: 110%;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      transition: all 0.3s ease-in-out; }
  .gallery__item h3 {
    text-align: center;
    margin-bottom: 0;
    font-size: 14px;
    padding: 10px 20px;
    border-top: 3px solid #079551; }
  .gallery__item:hover img {
    -webkit-transform: scale(1.05) translate(-50%, -50%);
    /* Ch <36, Saf 5.1+, iOS < 9.2, An =<4.4.4 */
    -ms-transform: scale(1.05) translate(-50%, -50%);
    /* IE 9 */
    transform: scale(1.05) translate(-50%, -50%);
    /* IE 10, Fx 16+, Op 12.1+ */ }

.valid-input {
  padding-right: 40px; }
  .valid-input:after {
    content: "\f00c";
    position: absolute;
    right: 15px;
    top: 20px;
    color: #079551; }

.invalid-input {
  padding-right: 40px; }
  .invalid-input:after {
    content: "\f00d";
    position: absolute;
    right: 15px;
    top: 20px;
    color: red; }

.form-field {
  position: relative;
  border-bottom: 1px solid #666; }
  .form-field label {
    color: #666;
    font-size: 16px;
    font-weight: 500;
    left: 0;
    position: absolute;
    top: 25px;
    transition: all 0.1s linear; }
  .form-field input,
  .form-field textarea {
    background-color: transparent;
    border: none;
    font-size: 18px;
    padding: 30px 0 10px 0;
    width: 100%; }
  .form-field input:focus + label,
  .form-field textarea:focus + label,
  .form-field input + label.show,
  .form-field textarea + label.show {
    border-radius: 4px;
    color: #079551;
    font-size: 10px;
    left: 0;
    padding: 0 0;
    text-transform: uppercase;
    top: 14px; }

textarea {
  height: 140px;
  outline: none; }

.mb-30 {
  margin-bottom: 30px;
  margin-top: 105px; }

.select-wrapper--right {
  max-width: 450px;
  margin-left: auto;
  margin-bottom: 20px; }

.select-wrapper {
  position: relative;
  border-bottom: 1px solid #666;
  display: block;
  background-color: white; }

::selection {
  background: rgba(7, 149, 81, 0.1); }

option:not(:checked) {
  background-color: white;
  color: #000; }

option:checked {
  background-color: rgba(7, 149, 81, 0.1); }

option:hover {
  box-shadow: 0 0 10px 100px #1882A8 inset; }

.select-wrapper:after {
  content: "\f078";
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 18px;
  color: #079551;
  padding-right: 20px 0px;
  text-align: right;
  position: absolute;
  right: 0;
  top: 18px;
  background-color: #fff; }

.mb-20 {
  margin-bottom: 20px; }

.mt-20 {
  margin-top: 20px; }

.pt--30 {
  padding-top: 30px; }

select {
  font-size: 16px;
  font-weight: 400;
  letter-spacing: -0.4px;
  outline: none;
  background-color: #fff;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  appearance: none;
  border: none;
  display: block;
  overflow: hidden;
  white-space: nowrap;
  background-color: transparent;
  width: 100%;
  height: 50px;
  padding: 10px 30px 10px 10px;
  position: relative;
  z-index: 1; }

@media (min-width: 768px) and (max-width: 1440px), (max-width: 500px) {
  .contact-capta {
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
    .contact-capta .btn {
      width: 100%;
      margin-top: 30px; } }
@media (min-width: 767px) and (max-width: 1050px) {
  #html_element {
    -webkit-transform: scale(0.7);
    /* Ch <36, Saf 5.1+, iOS < 9.2, An =<4.4.4 */
    -ms-transform: scale(0.7);
    /* IE 9 */
    transform: scale(0.7);
    /* IE 10, Fx 16+, Op 12.1+ */
    position: relative;
    left: -450px; } }
@media (max-width: 767px) {
  .mb-30 {
    margin-top: 10px; } }
@media (max-width: 500px) {
  .select-wrapper {
    max-width: 100%; } }
.form-border {
  max-width: 520px;
  width: 96%;
  margin-left: auto;
  margin-right: auto;
  border: 1px solid #DEDEDE;
  box-shadow: 0px 6px 12px #00000029; }
  .form-border h2 {
    padding-top: 25px;
    padding-bottom: 25px;
    background: #EBEBEB;
    font-size: 28px;
    margin-bottom: 0; }
  .form-border .btn {
    text-transform: uppercase; }

.form-border-p {
  padding: 40px 60px; }
  .form-border-p p {
    font-size: 16px; }
  .form-border-p h3 {
    line-height: 1.6; }
  @media (max-width: 600px) {
    .form-border-p {
      padding: 30px 20px; } }

.free__container {
  padding: 40px 60px; }
  @media (max-width: 600px) {
    .free__container {
      padding: 40px 20px; } }
  .free__container .row {
    margin: 0;
    justify-content: space-between; }
    .free__container .row .form2__field,
    .free__container .row .select2__wrapper {
      width: 49%;
      max-width: 49%; }
  .free__container label {
    font-weight: 700;
    font-size: 15px;
    display: block;
    margin-bottom: 8px;
    color: #000; }

.select2__box {
  border: 1px solid #dedede;
  position: relative;
  margin-bottom: 20px; }
  .select2__box select {
    line-height: 1.2;
    padding: 5px 40px 5px 15px;
    height: 40px;
    font-family: 'Montserrat', sans-serif; }
    .select2__box select:disabled, .select2__box select.isdisabled {
      color: rgba(0, 0, 0, 0.26); }
    .select2__box select.novalidate {
      color: red;
      outline: 1px solid red; }
  .select2__box:after {
    content: "\f078";
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 18px;
    color: #079551;
    padding-right: 20px 0px;
    text-align: right;
    position: absolute;
    right: 15px;
    top: 10px;
    background-color: #fff; }
  .select2__box select {
    font-size: 16px; }

.form2__field {
  margin-bottom: 20px; }
  .form2__field.novalidate input,
  .form2__field.novalidate textarea {
    border-color: red; }
  .form2__field input,
  .form2__field textarea {
    font-size: 16px;
    border: 1px solid #dedede;
    padding: 10px;
    max-width: 100%;
    width: 100%;
    line-height: 1.2;
    border-radius: 0;
    font-family: 'Montserrat', sans-serif; }

.form2__field--r {
  display: flex;
  align-items: center;
  gap: 15px; }
  .form2__field--r input {
    width: 70px;
    padding-left: 25px; }

.form2__checkbox {
  margin-bottom: 30px; }
  .form2__checkbox.novalidate label:before {
    border-color: red; }
  .form2__checkbox input {
    position: absolute;
    z-index: -1000;
    opacity: 0; }
  .form2__checkbox label {
    font-size: 13px;
    font-weight: 400;
    position: relative;
    padding-left: 34px;
    cursor: pointer; }
    .form2__checkbox label:before {
      content: "";
      width: 20px;
      height: 20px;
      border: 1px solid #dedede;
      position: absolute;
      left: 0;
      top: 0; }
  .form2__checkbox input:checked ~ label:after {
    content: "";
    width: 12px;
    height: 10px;
    border-left: 2px solid #079551;
    border-bottom: 2px solid #079551;
    position: absolute;
    left: 5px;
    top: 2px;
    transform: rotate(-45deg); }

#selectK {
  color: red;
  position: absolute;
  top: 105%;
  left: 0;
  font-size: 11px; }

#selectR {
  color: red;
  font-size: 11px;
  text-align: center;
  margin-bottom: 10px; }

.komunikat,
#komunikat {
  margin-bottom: 23px;
  text-align: center;
  font-weight: 700; }

.headerLog {
  position: relative; }

.headerLog__btn {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  border: none;
  padding: none;
  margin: 0;
  font-size: 20px;
  position: relative; }
  .headerLog__btn span {
    position: absolute;
    top: -5px;
    right: -5px;
    font-size: 10px;
    width: 18px;
    height: 18px;
    line-height: 18px;
    text-align: center;
    color: #fff;
    background: #000;
    border-radius: 50%; }
  .headerLog__btn:before {
    content: url("../img/cart.svg"); }

.headerLog__content {
  display: none;
  top: 100%;
  width: 250px;
  right: 0;
  position: absolute;
  background: #fff;
  padding: 20px;
  border: 1px solid #dedede;
  -webkit-box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.29);
  -moz-box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.29);
  box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.29);
  z-index: 100; }
  .headerLog__content strong {
    display: block; }
  .headerLog__content .d-flex {
    display: flex;
    justify-content: space-between;
    align-items: center; }
  .headerLog__content ul {
    list-style: none;
    padding-left: 0; }
    .headerLog__content ul li:not(:last-child) {
      border-bottom: 1px solid #dedede; }
    .headerLog__content ul a {
      display: block;
      padding: 7px 0;
      color: #000;
      font-size: 16px; }
      .headerLog__content ul a:hover {
        color: #079551; }

@media (max-width: 768px) {
  .header__fb {
    position: relative;
    top: 7px; } }
@media (max-width: 390px) {
  .logo-img img {
    max-width: 280px; } }
.mpNews__item {
  display: block;
  padding-bottom: 25px;
  margin-bottom: 25px;
  border-bottom: 1px solid #dedede;
  position: relative;
  text-decoration: none;
  cursor: pointer;
  overflow: hidden;
  border-radius: 12px; }
  .mpNews__item p {
    font-size: 16px;
    color: #000; }
  .mpNews__item h3 {
    color: #079551; }
  @media (min-width: 576px) {
    .mpNews__item {
      min-height: 220px; }
      .mpNews__item p {
        margin-bottom: 30px; }
      .mpNews__item .link--blue {
        position: absolute;
        bottom: 30px;
        left: 318px;
        color: #079551; } }
  @media (max-width: 575px) {
    .mpNews__item {
      display: -moz-flex;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-flex-wrap: wrap;
      -moz-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
      .mpNews__item p {
        margin-bottom: 10px;
        font-size: 14px;
        margin-top: 15px; } }

.is--desktop .mpNews__item:hover .mpNews__figure img {
  transform: translate(-50%, -50%) scale(1.05); }
.is--desktop .mpNews__item:hover h3 {
  color: #079551;
  text-decoration: underline;
  text-decoration-color: #079551; }
.is--desktop .mpNews__item:hover .link--blue {
  color: #079551; }
  .is--desktop .mpNews__item:hover .link--blue:after {
    background-color: #079551;
    background-image: url("../img/arrow-right-white-small.svg");
    background-position: center; }

.news__title {
  margin-bottom: 30px; }
  .news__title .mpNews__date {
    margin-top: 15px;
    font-size: 16px; }
  .news__title .mpNews__figure {
    float: initial; }
  .news__title h1 {
    text-transform: initial;
    font-family: "Lato", sans-serif; }
  @media (min-width: 576px) {
    .news__title {
      display: -moz-flex;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex; } }
  @media (min-width: 1200px) {
    .news__title h1 {
      font-size: 30px; } }

.news__figure {
  margin-right: 30px;
  width: 100%; }
  .news__figure img {
    max-width: 100%; }
  @media (max-width: 575px) {
    .news__figure {
      margin-bottom: 30px; } }
  @media (min-width: 992px) {
    .news__figure {
      max-width: 300px; } }
  @media (min-width: 1200px) {
    .news__figure {
      max-width: 400px; } }

.news__content {
  margin-bottom: 40px; }

.nav-left__list {
  list-style: none;
  padding-left: 10px; }
  .nav-left__list li:before {
    content: url("../img/arrow-right-dark-blue.svg");
    margin-right: 10px; }
  .nav-left__list li a {
    color: #079551;
    text-decoration: none;
    font-size: 700;
    font-size: 16px; }

.is--desktop .nav-left__list li a:hover, .is--desktop .nav-left__list li a.active {
  color: #079551; }

.link-right__box {
  text-align: center; }

.mpNews__figure {
  min-width: 288px;
  max-width: 288px;
  height: 190px;
  position: relative;
  overflow: hidden;
  -webkit-box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.29);
  -moz-box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.29);
  box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.29); }
  .mpNews__figure img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 0.3s ease-in-out; }
  @media (min-width: 576px) {
    .mpNews__figure {
      float: left;
      margin-right: 30px; } }
  @media (max-width: 575px) {
    .mpNews__figure {
      min-width: 115px;
      max-width: 115px;
      height: 76px;
      margin-right: 10px; } }

.mpNews__right h3,
.mpNews__right h1,
.mpNews__right h3 a,
.mpNews__right h1 a {
  text-transform: initial;
  margin-bottom: 15px;
  color: #079551;
  text-decoration: none; }
.mpNews__right p {
  font-size: 16px; }
.mpNews__right .link--blue {
  margin-top: 20px;
  color: #079551; }
@media (max-width: 575px) {
  .mpNews__right {
    width: -moz-calc(100% - 125px);
    width: -webkit-calc(100% - 125px);
    width: calc(100% - 125px); }
    .mpNews__right h3,
    .mpNews__right h1,
    .mpNews__right h3 a,
    .mpNews__right h1 a {
      font-size: 16px; } }

.mpNews__date {
  display: block;
  margin-bottom: 7px;
  color: #666; }
  @media (max-width: 575px) {
    .mpNews__date {
      margin-bottom: 2px; } }

.mpInfo__wrapper {
  list-style: none;
  padding-left: 0;
  margin-top: -10px; }
  .mpInfo__wrapper li {
    margin: 0; }

.mpInfo__item {
  text-decoration: none;
  display: inline-block;
  padding: 10px 0;
  border-bottom: 1px solid #ccc;
  line-height: 1.2;
  width: 100%; }
  .mpInfo__item span {
    color: #079551;
    font-weight: 400;
    font-family: 'Dosis', sans-serif;
    font-size: 10px;
    display: block;
    margin-bottom: 3px; }
  .mpInfo__item strong {
    color: #079551;
    font-size: 15px;
    transition: all 0.3s ease-in-out; }

.news-categories {
  list-style-type: none;
  margin: 0;
  padding: 0;
  text-align: center;
  overflow: auto;
  display: flex;
  margin-bottom: 30px;
  padding-top: 30px; }
  .news-categories li {
    display: inline-block;
    width: 100%; }
  .news-categories a {
    display: inline-block;
    color: #000;
    background-color: #fff;
    text-align: center;
    padding: 12px 16px;
    text-decoration: none;
    width: 100%;
    white-space: nowrap;
    border-right: 3px solid #f7f7f7; }
    .news-categories a:hover {
      color: #079551; }
  .news-categories .active {
    background: #079551;
    color: #fff; }
    .news-categories .active:hover {
      color: #fff; }

.blog-header {
  background: #f7f7f7;
  padding-bottom: 40px; }
  .blog-header .news-list {
    max-width: 1225px; }

.blog_wrapper {
  display: grid;
  column-gap: 16px;
  row-gap: 20px; }
  @media (min-width: 970px) {
    .blog_wrapper {
      grid-template-columns: repeat(3, minmax(0, 1fr)); } }

.blog_wrapper .mpNews__item, .swiper-blog .mpNews__item {
  background-color: #fff;
  color: #333;
  transition: box-shadow .3s ease-in-out;
  position: relative;
  box-shadow: none;
  border: 0;
  padding-bottom: 40px;
  margin-bottom: 0; }
  .blog_wrapper .mpNews__item:hover, .swiper-blog .mpNews__item:hover {
    box-shadow: 0 0 27px 2px rgba(0, 0, 0, 0.1); }
    .blog_wrapper .mpNews__item:hover .link--arrow, .swiper-blog .mpNews__item:hover .link--arrow {
      color: #079551; }
      .blog_wrapper .mpNews__item:hover .link--arrow:after, .swiper-blog .mpNews__item:hover .link--arrow:after {
        background: #079551;
        color: #fff; }
.blog_wrapper p, .swiper-blog p {
  display: none; }
.blog_wrapper h3, .swiper-blog h3 {
  color: #333;
  font-size: 1.3375rem;
  line-height: 1.33;
  font-weight: 600; }
.blog_wrapper .mpNews__date, .swiper-blog .mpNews__date {
  font-size: 12px; }
.blog_wrapper .mpNews__right, .swiper-blog .mpNews__right {
  width: 100% !important; }
  .blog_wrapper .mpNews__right h3, .swiper-blog .mpNews__right h3 {
    margin-bottom: 20px; }
.blog_wrapper .mpNews__figure, .swiper-blog .mpNews__figure {
  width: 100%;
  max-width: none;
  min-width: none;
  margin: 0;
  box-shadow: none;
  height: 170px; }
.blog_wrapper .mpNews__right, .swiper-blog .mpNews__right {
  padding: 30px 30px 15px 30px;
  overflow: hidden; }
.blog_wrapper .link--arrow, .swiper-blog .link--arrow {
  display: block;
  position: absolute;
  bottom: 30px;
  right: 40px;
  transition: transform .3s ease;
  height: 40px;
  width: 40px; }
.blog_wrapper .link--arrow:after, .swiper-blog .link--arrow:after {
  box-shadow: none; }

.news-blog h1 {
  margin-bottom: 30px;
  margin-top: 30px;
  text-align: center;
  font-size: 44px; }
.news-blog .data {
  text-align: center;
  color: #666;
  font-size: 14px; }
.news-blog p, .news-blog ul, .news-blog ol, .news-blog li {
  line-height: 1.8;
  font-size: 18px; }
.news-blog ol, .news-blog ul {
  margin-bottom: 20px; }
.news-blog ul li {
  list-style: none;
  margin-bottom: 10px; }
.news-blog ul li:before {
  content: "•";
  color: #0fa355;
  font-size: 20px;
  font-weight: 700;
  display: inline-block;
  width: 1em;
  margin-left: -1em; }
.news-blog picture {
  display: block;
  text-align: center;
  margin-bottom: 40px; }
.news-blog .news-kategoria {
  display: block;
  text-align: center;
  margin-top: 50px; }
.news-blog hr {
  height: 1px;
  border: 0;
  border-top: 1px solid #dedede;
  padding-bottom: 40px; }

.btn-cennik-mobile {
  display: none; }

@media (max-width: 768px) {
  .btn-cennik-mobile {
    display: block; }

  .btn-cennik-desktop {
    display: none; } }
.relative {
  position: relative; }

body .swiper-pagination-bullet-active {
  background: #079551;
  opacity: var(--swiper-pagination-bullet-opacity, 1); }
body .swiper-button-prev {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 50px;
  height: 50px;
  line-height: 50px;
  background: rgba(0, 0, 0, 0.07);
  color: rgba(0, 0, 0, 0.6);
  border-radius: 50%; }
  body .swiper-button-prev:after {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f053";
    font-size: 20px; }
  body .swiper-button-prev svg {
    display: none; }
body .swiper-button-next {
  position: absolute;
  color: rgba(0, 0, 0, 0.6);
  top: 50%;
  right: 50%;
  transform: translate(50%, -50%);
  width: 50px;
  height: 50px;
  line-height: 50px;
  background: rgba(0, 0, 0, 0.07);
  border-radius: 50%; }
  body .swiper-button-next svg {
    display: none; }
  body .swiper-button-next:after {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f054";
    font-size: 20px; }
@media (min-width: 1500px) {
  body .swiper-button-prev {
    left: -40px !important; }
  body .swiper-button-next {
    right: -40px !important; } }

.swiper-blog {
  margin-bottom: 20px; }
  .swiper-blog .swiper-slide {
    height: initial;
    padding: 5px; }
  .swiper-blog .mpNews__item {
    border: 1px solid rgba(0, 0, 0, 0.07);
    height: 100%; }
  .swiper-blog .mpNews__item:hover, .swiper-blog .swiper-blog .mpNews__item:hover {
    box-shadow: 0 0 5px 2px rgba(0, 0, 0, 0.1); }
  .swiper-blog .swiper-pagination {
    position: static;
    margin-top: 20px; }

.container .container {
  padding-left: 0;
  padding-right: 0; }

.mb-20 {
  margin-bottom: 20px !important; }

.mt-20 {
  margin-top: 20px !important; }

.pt-20 {
  padding-top: 20px !important; }

.pt-0 {
  padding-top: 0px !important; }

.container-lg {
  max-width: 1225px; }

.accordion2 {
  width: 100%;
  padding: 0;
  box-shadow: 0px 0px 1px 1px rgba(82, 82, 82, 0.16);
  border-radius: 12px;
  margin-bottom: 15px; }
  .accordion2.active {
    -webkit-box-shadow: 4px 4px 17px 0px rgba(82, 82, 82, 0.26);
    -moz-box-shadow: 4px 4px 17px 0px rgba(82, 82, 82, 0.26);
    box-shadow: 4px 4px 17px 0px rgba(82, 82, 82, 0.26); }

.accordion2__btn {
  font-size: 20px;
  position: relative;
  background: transparent;
  border: none;
  padding: 20px 20px 20px 20px;
  text-align: left;
  width: 100%;
  margin-bottom: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-weight: 700;
  border-radius: 10px;
  transition: all 0.3s ease-out; }
  .accordion2__btn:after {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    display: inline-block;
    margin-left: 15px;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    font-size: 17px;
    text-align: center;
    line-height: 30px;
    color: #000;
    content: "\f078";
    position: relative;
    top: -2px;
    transition: all 0.3s ease-out; }
  @media (hover: hover) {
    .accordion2__btn:hover {
      background: #00B066;
      color: #fff; }
      .accordion2__btn:hover:after {
        color: #fff; } }
  .accordion2__btn.active {
    background: #00B066;
    color: #fff;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0; }
    .accordion2__btn.active:after {
      transform: rotate(180deg);
      color: #fff; }

.accordion2__panel {
  display: none; }

.accordion2__inner {
  padding-bottom: 20px;
  padding-top: 20px;
  padding-left: 20px;
  padding-right: 20px;
  line-height: 1.6; }

@media (min-width: 1500px) {
  .row--30 {
    margin-left: -30px;
    margin-right: -30px; }
    .row--30 [class*="col"] {
      padding-left: 30px;
      padding-right: 30px; } }
.page--txt {
  line-height: 1.6; }

/*# sourceMappingURL=style.css.map */
