@font-face {
  font-family: 'Noto Sans', sans-serif;
  src: local('Noto Sans'), url(https://fonts.gstatic.com/s/notosans/v7/o-0NIpQlx3QUlC5A4PNjXhFVZNyBx2pqPA.woff2) format('woff2');
  font-display: swap;
}
@font-face {
  font-family: 'Noto Sans', sans-serif;
  src: local('Noto Sans'), url(https://fonts.gstatic.com/s/notosans/v7/o-0IIpQlx3QUlC5A4PNr5TRASf6M7Q.woff2) format('woff2');
  font-display: swap;
}
@font-face {
  font-family: 'Noto Sans', sans-serif;
  src: local('Noto Sans'), url(https://fonts.gstatic.com/s/notosans/v7/o-0IIpQlx3QUlC5A4PNr6zRASf6M7VBj.woff2) format('woff2');
  font-display: swap;
}
@font-face {
  font-family: 'Noto Sans', sans-serif;
  src: local('Noto Sans'), url(https://fonts.gstatic.com/s/notosans/v7/o-0NIpQlx3QUlC5A4PNjXhFVatyBx2pqPIif.woff2) format('woff2');
  font-display: swap;
}
@font-face {
  font-family: 'FontAwesome';
  src: local('FontAwesome'), url('https://mindly.pl/assets/admin/fonts/font-awesome/fonts/fontawesome-webfont.woff2?v=4.3.0') format('woff2');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
html,
body {
  font-family: 'Noto Sans', sans-serif;
  font-display: swap;
  color: #43474c;
}
h1 {
  margin-top: 0;
  padding: 0 0 5px 0;
  font-size: 40px;
  font-weight: bold;
  color: #f8a61b;
  text-transform: uppercase;
  line-height: 60px;
  margin: 0 0 20px 0;
  font-family: 'Poppins', serif;
  font-display: swap;
}
h3 {
  font-size: 20px;
  color: #43474c;
  font-family: 'Noto Sans', sans-serif;
  font-display: swap;
}
h2.blue span {
  font-size: 22px;
  font-weight: bold;
  color: #fff;
  background: #f8a61b;
  padding: 11px 23px;
  display: inline-block;
  line-height: 1em;
  margin: 0 0 10px 0;
}
h1.header {
  font-size: 32px;
  font-weight: 600;
  color: #000;
  padding: 6px 0px;
  display: inline-block;
  line-height: 1.1em;
  margin: 10px 0 15px 0;
  text-transform: none;
}
h2 {
  color: #000;
  font-family: 'Poppins', serif;
  font-display: swap;
  font-size: 22px;
  font-weight: 400;
  text-transform: none;
  line-height: 1em;
}
h2 a {
  color: #43474c;
}
h2 a {
  color: #f8a61b;
}
img {
  max-width: 100%;
}
body {
  background: #fff;
}
.lazy {
  filter: blur(8px);
  -webkit-filter: blur(8px);
}
.navbar-nav {
  margin: 0;
}
@media only screen and (min-width: 768px) {
  .navbar-nav {
    float: left;
  }
}
.photo-box img {
  width: 100%;
}
.navbar-nav > li > a:hover {
  color: #e7e7e7;
}
.navbar-nav > li > a {
  padding-bottom: 10px;
  padding-top: 10px;
  color: #fff;
}
@media only screen and (min-width: 768px) {
  .navbar-nav > li > a {
    display: inline-block;
  }
}
.navbar-nav > li > a :focus {
  color: #fff;
}
.dropdown-menu {
  border-radius: 0;
}
.btn-group {
  border-radius: 0;
}
.btn {
  border-radius: 0;
}
.btn-full {
  width: 100%;
}
.form-control {
  border-radius: 0;
}
.help-block {
  font-size: 0.9em;
  margin: 0;
}
.carousel-control {
  z-index: 1000;
}
.alerts {
  position: fixed;
  top: 60px;
  width: 100%;
  z-index: 10000;
}
.img-wrap {
  height: 0;
  padding-bottom: 100%;
  overflow: hidden;
}
.btn.btn-primary {
  background-color: #f8a61b;
  text-transform: uppercase;
}
a {
  color: #3f55c8;
}
a:focus {
  outline: none;
}
a:hover {
  text-decoration: none;
  color: #f8a61b;
  transition: color .2s;
}
.btn {
  font-size: 12px;
  border-radius: 5px;
  border: solid 1px #fff;
  color: #fff;
  font-weight: 500;
  padding: 0 10px;
  line-height: 30px;
  height: auto;
  margin: 0 10px;
  text-align: center;
  min-width: 80px;
}
.btn .group {
  display: flex;
  align-items: center;
}
.btn .group span {
  margin-right: 10px;
}
.btn svg,
.btn img {
  display: block;
  margin-right: 10px;
  margin-left: 0;
}
.btn svg.nomarg,
.btn img.nomarg {
  margin-right: 0;
}
.btn svg.right,
img.right {
  margin-left: auto;
  margin-right: 0;
}
.btn-smaller {
  line-height: 20px;
  padding: 0 5px;
}
.btn.small {
  line-height: 25px;
}
.btn-bigger,
.form-control.bigger {
  box-shadow: 0 20px 20px 0 rgba(43,180,83,0.2);
  font-size: 14px;
  line-height: 45px;
  min-height: 45px;
  padding: 0 20px;
  min-width: 170px;
}
.btn-bigger .group span,
.form-control.bigger .group span {
  margin-right: 22px;
}
.btn-green,
.btn-grey {
  background: #f8a61b;
  color: #fff;
  border-color: #f8a61b;
}
.btn-green svg path,
.btn-grey svg path {
  fill: #fff;
}
.btn-grey {
  background: ;
  border-color: ;
  color: #f8a61b;
}
.btn-grey svg path {
  fill: #f8a61b;
}
.btn-green:hover,
.btn-green-oposite {
  background: #fff;
  color: #f8a61b;
  border-color: #f8a61b;
}
.btn-green:hover svg path,
.btn-green-oposite svg path {
  fill: #f8a61b;
}
.btn:hover {
  transition: background .2s;
}
.btn.short {
  min-width: auto;
}
form .btn,
.btn.nomarg {
  margin-left: 0;
}
.btn.noborder {
  border: none;
  padding-left: 0;
  padding-right: 0;
}
.form-control.bigger {
  font-size: 13px;
  box-shadow: 0 20px 20px 0 ;
  height: 47px;
  min-width: 20px;
}
.form-control.noshadow,
.btn {
  box-shadow: none;
}
a {
  color: #f8a61b;
}
a:focus {
  outline: none;
}
a:hover {
  text-decoration: none;
  color: #f8a61b;
  transition: color .2s;
}
.btn:hover {
  transition: background .2s;
}
hr {
  border-top-color: #f0f0f0;
  margin-top: 8px;
  margin-bottom: 8px;
}
.search .search-tab {
  margin: -5px 0 0 0;
  width: 100%;
}
.search form input {
  border: 1px solid #f5f7f7;
  margin: 0;
  padding: 3px 10px;
  line-height: 14px;
  width: 100%;
  height: 39px;
  border-right: none;
  background: #f5f7f7;
  font-size: 14px;
  color: #818385;
  border-radius: 4px 0 0 4px;
}
.search form button {
  background: #f5f7f7;
  border: 1px solid #f5f7f7;
  color: #f8a61b;
  margin: 0;
  font-size: 20px;
  height: 39px;
  width: 100%;
  padding: 1px 0;
  border-radius: 0px 4px 4px 0;
}
.dropdown.u .dropdown-toggle {
  padding-top: 19px;
  display: block;
}
.dropdown.u .dropdown-toggle .fa {
  font-size: 25px;
}
.dropdown.u .dropdown-menu {
  padding: 5px 15px;
  min-width: 220px;
}
.dropdown.u .dropdown-menu .form-log {
  padding-top: 10px;
}
.dropdown.u .dropdown-menu .form-log h3 {
  margin-top: 0;
  color: #f5f7f7;
  padding-left: 14px;
}
.dropdown.u .dropdown-menu .form-log ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.dropdown.u .dropdown-menu .form-log ul li {
  padding-bottom: 0px;
}
.dropdown.u .dropdown-menu .form-log ul li a {
  text-align: left;
  padding: 10px 14px;
}
.dropdown.u .dropdown-menu .form-log ul li a .fa {
  margin-right: 7px;
}
.dropdown.u .dropdown-menu .form-group {
  margin-bottom: 10px;
}
.dropdown.u .dropdown-menu .control-label {
  padding-top: 0;
}
.dropdown.u .dropdown-menu .btn {
  width: 100%;
  color: #f8a61b;
  margin-top: 5px;
  margin-bottom: 5px;
}
.dropdown.u .dropdown-menu a {
  padding: 0;
  text-align: center;
  display: block;
  margin-top: 5px;
}
.el_w.lnk .sr img {
  height: 20px;
}
.el_w.s {
  max-width: 150px;
}
.el_w.s .search-tab {
  margin: -10px 0 0 0;
  width: 100%;
  background: #f5f7f7;
  border-radius: 28px;
}
.el_w.s form input {
  border: none;
  margin: 0;
  padding: 8px 10px 8px 30px;
  line-height: 49px;
  width: 100%;
  height: 49px;
  background: transparent;
  color: #676767;
  font-size: 14px;
}
.el_w.s form input:focus {
  border: none;
  outline: none;
}
.el_w.s form ::-webkit-input-placeholder {
  color: #fff;
  opacity: 1;
}
.el_w.s form ::placeholder {
  color: #fff;
  opacity: 1;
}
.el_w.s form ::-moz-placeholder {
  color: #fff;
  opacity: 1;
}
.el_w.s form :-ms-input-placeholder {
  color: #fff;
  opacity: 1;
}
.el_w.s form :-moz-placeholder {
  color: #fff;
  opacity: 1;
}
.el_w.s form button {
  background: url('../../../img/layout/ico-search-w.svg') center right no-repeat;
  border: none;
  color: #fff;
  margin: 0;
  font-size: 20px;
  line-height: 49px;
  width: 100%;
  height: 49px;
  padding: 1px 0;
}
.head {
  margin-top: 157px;
  background: top center no-repeat;
  background-image: none;
  padding-bottom: 0px;
}
.head .top .ban {
  margin-bottom: 0px;
  margin-top: 0px;
}
.head .top-image {
  text-align: center;
  padding: 0;
  margin: 0 0 15px 0;
}
.head .top-image a {
  display: block;
}
.head .top-image a img {
  margin: 0 auto;
}
.head .navbar-toggle {
  background: #212427;
  margin-left: 15px;
  padding: 23px 14px;
  min-width: 49px;
  border: none;
}
.head button.navbar-toggle {
  border: none;
  margin: 0 0 0 19px;
  border-left: 0px solid #565b61;
  background: none;
  padding: 14px 0;
}
.head button.navbar-toggle .icon-bar {
  background-color: #f8a61b;
  display: block;
  width: 25px;
  height: 2px;
  margin: 5px 0;
}
.head #szukaj-top {
  position: absolute;
  top: 0px;
  right: 0;
  float: none;
  max-width: none;
  width: 100%;
  display: block;
  z-index: 992;
  background: #000;
  padding: 60px 0;
}
.head #szukaj-top .search-tab {
  border-radius: 25px;
  margin-right: auto;
  margin-left: auto;
  margin-top: 0;
  background: transparent;
}
.head #szukaj-top .search-tab input {
  background: #000;
  color: #fff;
  font-size: 30px;
  padding: 0;
}
.head #szukaj-top .close {
  color: #fff;
  position: absolute;
  top: 0px;
  right: 0px;
  font-size: 25px;
  opacity: 0.9;
  font-weight: 300;
  padding: 15px;
}
.head .menu {
  background: #fff;
  min-height: 56px;
  color: #fff;
  border: none;
}
.head .menu .master-top {
  background: #ffffff;
  box-shadow: 0 1px 7px rgba(0,0,0,0.45);
}
.head .menu .master-menu {
  background: #ffffff;
}
.head .menu .navbar-brand {
  padding: 0 15px;
  display: block;
  min-width: 140px;
  max-width: 300px;
  margin-top: 0px;
  height: auto;
}
.head .menu .navbar-brand a {
  display: block;
  float: left;
  padding: 0 15px;
}
.head .menu .navbar-brand .brand {
  padding-left: 0;
}
.head .menu .navbar-brand .sub-brand {
  padding-left: 0px;
}
.head .menu .navbar-brand img {
  max-height: 38px;
}
.head .menu .navbar-header {
  width: 100%;
  padding-top: 20px;
  padding-bottom: 15px;
}
.head .menu .navbar-header .ser {
  font-size: 20px;
  color: #f8a61b;
  margin-top: 5px;
}
.head .menu .nav .open>a,
.head .menu .nav .open>a:focus,
.head .menu .nav .open>a:hover {
  background-color: transparent;
  border: none;
}
.head .menu .nav>li>a:focus,
.head .menu .nav>li>a:hover,
.head .menu .dropdown-menu>li>a:focus,
.head .menu .dropdown-menu>li>a:hover {
  background: transparent;
}
.head .menu .navbar-collapse {
  max-height: 100%;
}
.head .menu .dropdown-menu {
  background: #fff;
  padding: 0;
}
.head .menu .dropdown-menu li {
  border-bottom: 1px solid rgba(255,255,255,0.2);
}
.head .menu .dropdown-menu li a {
  text-align: left;
  height: auto;
  padding: 10px 14px;
}
.head .menu .dropdown-toggle {
  margin: 0 0px;
  border-radius: 0;
  border-top: none;
  border-bottom: none;
  border-color: #565b61;
  color: #000;
  background: none;
  display: block;
}
.head .menu .dropdown.f .dropdown-toggle {
  padding-top: 19px;
  display: block;
}
.head .menu .dropdown.f .dropdown-toggle .fa {
  font-size: 25px;
}
.head .menu .dropdown.s {
  margin-top: -3px;
}
.head .menu .dropdown.s .navbar-toggle {
  padding-top: 20px;
}
.head .menu .dropdown.s ul {
  margin: 0;
}
.head .menu .dropdown.s .search {
  width: 370px;
  display: block;
  margin-top: 0px;
  margin-right: 100px;
}
.head .menu .dropdown.s .search #form_search_str,
.head .menu .dropdown.s .search #form_search_str_1 {
  color: #43474c;
}
.head .menu .dropdown.s .search .search-tab {
  margin: 0;
}
.head .menu .mmenu {
  clear: both;
  margin-bottom: 0px;
}
.head .menu .mmenu .signet {
  float: left;
  margin-top: 0px;
  margin-right: 0px;
}
.head .menu .mmenu .signet a {
  padding-left: 0;
  padding-top: 13px;
  padding-bottom: 0;
  display: block;
}
.head .menu .mmenu .signet a img {
  max-height: 31px;
}
.head .menu .mmenu .navbar-nav {
  float: none;
  width: 100%;
}
.head .menu .mmenu .navbar-toggle {
  display: block;
  margin: 0;
}
.head .menu #menu>li:last-child span.divider {
  display: none;
}
.head .menu #menu2 ul {
  padding: 0;
  list-style: none;
}
.head .menu #menu2 ul a {
  padding: 10px 0;
}
.head .menu #menu2 >ul >li {
  margin-bottom: 15px;
}
.head .menu #menu2 >ul >li >a {
  text-transform: uppercase;
  font-size: 15px;
  color: #f8a61b;
}
.head .menu #menu2 >ul >li ul li a {
  font-size: 13px;
}
.head .menu #menu2 >ul >li:nth-child(6n+7) {
  clear: both;
}
.head .menu a {
  color: #09182a;
  font-size: 14px;
  font-weight: 600;
  line-height: 1em;
  text-align: center;
  height: auto;
  padding: 21px 14px;
  text-transform: uppercase;
}
.head .menu a .sub-arrow {
  display: none;
}
.head .menu a .divider {
  color: #f0f0f0;
  display: none;
}
.head .menu li a:hover,
.head .menu li a.active {
  color: #f8a61b;
}
.head .menu a.m0 {
  font-size: 12px;
  margin-left: 0;
  padding: 19px 0;
}
.head .menu .alternative {
  text-align: right;
  float: right;
  padding: 0;
}
.head .menu .fa-info-circle {
  font-size: 18px;
}
.head .menu .navbar-nav>li>a {
  display: block;
  padding-left: 0;
  padding-right: 30px;
  margin: 0;
}
.head .menu .navbar-nav>li>a .divider {
  margin-left: 14px;
}
.head .menu .navbar-nav>li>a .caret {
  display: none;
}
.head .menu .el_w.lnk .btn {
  font-size: 12px;
  text-transform: uppercase;
  border-radius: 4px;
  border: 1px solid #f0f0f0;
  color: #818385;
  font-weight: 600;
  padding: 0 14px;
  line-height: 40px;
  height: auto;
  margin: 0 0 0 19px;
}
.head .menu .el_w.lnk .btn:hover {
  background: #4990e2;
  color: #fff;
}
.head .menu.bg .master-menu {
  box-shadow: 0 1px 7px rgba(0,0,0,0.15);
}
.head .menu.bg .mmenu .el_w.s,
.head .menu.bg .mmenu .signet {
  display: block !important;
}
@media (max-width: 1200px) {
  .navbar-header {
    float: none;
  }
  .navbar-left,
  .navbar-right {
    float: none !important;
  }
  .navbar-toggle {
    display: block;
  }
  .navbar-collapse {
    border-top: 1px solid transparent;
    box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
  }
  .navbar-fixed-top {
    top: 0;
    border-width: 0 0 1px;
  }
  .navbar-collapse.collapse {
    display: none !important;
  }
  .navbar-nav {
    float: none !important;
    margin-top: 7.5px;
  }
  .navbar-nav>li {
    float: none;
  }
  .navbar-nav>li>a {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .collapse.in {
    display: block !important;
  }
}
@media (max-width: 1199px) {
  .head {
    margin-top: 100px;
  }
  .head #szukaj-top {
    padding: 15px 0;
  }
  .head .menu {
    padding-bottom: 0;
    margin-bottom: 0;
    padding-top: 0px;
    border-bottom: none;
    max-height: 100%;
    overflow-y: scroll;
    overflow-x: hidden;
  }
  .head .menu a {
    height: auto;
    padding: 0;
  }
  .head .menu a .text {
    padding: 10px 0 10px 0px;
    text-align: center;
  }
  .head .menu .divider {
    display: none;
  }
  .head .menu .caret {
    display: none;
  }
  .head .menu .navbar-header {
    margin-bottom: 0px;
  }
  .head .menu .navbar-header .navbar-toggle {
    margin-top: -6px;
  }
  .head .menu .mmenu {
    border-top: 1px solid ;
  }
  .head .menu .navbar-brand {
    padding: 0 14px;
  }
  .head .menu .navbar-collapse {
    float: none;
    margin: 0px -30px 0px -30px;
    padding-top: 0;
    padding-bottom: 10px;
    background: #000;
  }
  .head .menu .navbar-collapse li {
    border-top: 0px solid #fff;
    background: #000;
  }
  .head .menu .navbar-collapse li .dropdown-toggle {
    min-height: 34px;
    padding-right: 0;
    background: #000;
  }
  .head .menu .navbar-collapse li .dropdown-toggle .text {
    display: block;
    color: #fff;
  }
  .head .menu .navbar-collapse li .dropdown-menu {
    background: transparent;
    padding: 0;
    border-top: 1px #afafaf solid;
    border-bottom: 1px #afafaf solid;
    box-shadow: none;
    float: none;
    position: static;
  }
  .head .menu .navbar-collapse li .dropdown-menu li {
    border-top: none;
    background: transparent;
    border-bottom: none;
  }
  .head .menu .navbar-collapse li .dropdown-menu a {
    color: #afafaf;
    padding: 7px 0px 7px 0px;
    text-align: center;
  }
  .head .menu .navbar-collapse li .dropdown-menu a:hover {
    background: #f5f7f7;
  }
  .head .menu .navbar-collapse li .dropdown-menu a:hover .text {
    background: transparent;
    opacity: 1;
  }
  .head .menu .navbar-collapse a {
    text-align: left;
  }
  .head .menu .navbar-collapse >ul>li:nth-last-child(1) {
    border-bottom: 1px solid ;
    padding-bottom: 30px;
  }
  .head .menu #menu2 {
    display: none;
  }
  .head .menu .dropdown.s .dropdown-menu {
    top: 0;
    right: 40px;
  }
  .head .menu .dropdown.s .search {
    width: 270px;
    margin-right: 0px;
  }
  .content {
    margin-top: 0px !important;
  }
}
@media (max-width: 767px) {
  .head #szukaj-top {
    padding: 8px;
  }
  .head #szukaj-top .search-tab input {
    font-size: 20px;
  }
  .head .menu .navbar-brand {
    max-width: 200px;
  }
  .head .menu .navbar-header {
    display: flex;
    align-items: center;
  }
  .head .menu .navbar-header .navbar-toggle {
    margin-top: 0;
    position: absolute;
    right: 0;
  }
  .head .menu .navbar-header .el_w.lnk {
    position: absolute;
    right: 80px;
    display: flex;
    align-items: center;
  }
  .head .menu .navbar-header .el_w.lnk .btn {
    min-width: 60px;
  }
  .head .menu .navbar-header .el_w.lnk .dropdown-menu {
    top: -16px;
    right: 55px;
  }
}
@media (max-width: 767px) {
  .head .menu .navbar-header {
    padding-bottom: 15px;
  }
}
.sitemap-f {
  margin-bottom: 30px;
  background: #f5f7f7;
  padding-bottom: 20px;
}
.sitemap-f .container h2 {
  margin-top: 0;
}
.sitemap-f .container >ul {
  list-style: none;
  padding: 0;
  margin: 0 0 15px 0;
}
.sitemap-f .container >ul >li {
  line-height: 1.8em;
}
.sitemap-f .container >ul >li a {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  display: block;
  text-transform: lowercase;
  color: #f0f0f0;
}
.sitemap-f .container >ul >li >a {
  text-transform: none;
  margin-top: 20px;
  margin-bottom: 10px;
  color: #676767;
  font-weight: bold;
  font-size: 1.2em;
}
.sitemap-f .container >ul >li ul {
  list-style: none;
  padding: 0;
  white-space: nowrap;
  min-height: 120px;
}
.container-fluid.footer {
  padding-top: 50px;
  padding-bottom: 20px;
  margin-bottom: 0px;
  background: #fff;
}
.container-fluid.footer a {
  color: #818385;
}
.container-fluid.footer .desc {
  font-size: 14px;
  color: #818385;
  line-height: 1.43;
}
.container-fluid.footer .lnk {
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
}
.container-fluid.footer .lnk a {
  color: #09182a;
}
.container-fluid.footer .to-top {
  display: block;
  width: 40px;
  height: 40px;
  background: #f0f0f0;
  margin: -12px 0 0 0;
  text-align: center;
  overflow: hidden;
}
.container-fluid.footer table {
  border: 0;
  width: 100%;
}
.container-fluid.footer table td {
  border: none;
}
@media (min-width: 768px) {
  .container-fluid.footer .lnk {
    text-align: right;
  }
}
.container-fluid.footer a:hover {
  color: #3f55c8;
}
.row.content {
  min-height: 150px;
}
.modul {
  margin: 0 0 10px 0;
}
.modul h3 {
  border-bottom: 1px dotted #000;
  padding: 0 0 5px 0;
  margin: 0 0 10px 0;
}
.modul label {
  margin-right: 5px;
  font-weight: normal;
  font-size: 0.9em;
}
.modul ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.modul ul li {
  display: inline-block;
}
.categories-list {
  margin-top: 11px;
}
.categories-list ul li a {
  text-transform: uppercase;
  color: #000;
}
body>.content {
  margin-top: 0px;
  margin-bottom: 30px;
  background: #e9e9e9;
}
.right-side,
.module {
  background: #e9e9e9;
}
.oferta {
  background: url('../img/layout/bg-oferta.jpg') top center repeat-y;
  color: #fff;
  font-weight: 300;
  font-size: 20px;
  border-top: 1px solid #f1d7ad;
}
.oferta strong {
  font-weight: 500;
}
.oferta ul {
  margin-top: 20px;
}
.min-gallery .item {
  height: 10em;
  overflow: hidden;
  margin-bottom: 30px;
}
.min-gallery .item a {
  border: 1px solid #ffe4c7;
  width: 100%;
  height: 10em;
  overflow: hidden;
  display: block;
}
.min-gallery .item a img {
  width: 100%;
  min-height: 10em;
}
.left .archive {
  background: #f8a61b;
  color: #f5f7f7;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 600;
  padding: 0 22px;
  line-height: 40px;
  margin: 15px 5px 5px 15px;
  border-radius: 4px;
  text-align: center;
  display: inline-block;
}
.left .archive a {
  color: inherit;
  display: inline-block;
}
.info .category {
  background: #f8a61b;
  color: #f5f7f7;
  text-transform: uppercase;
  font-size: 11px;
  font-weight: 500;
  padding: 5px 10px;
  line-height: 24px;
  margin: 0 5px 5px 0;
  text-align: center;
  position: relative;
}
.info .category a {
  color: inherit;
}
.info .comments {
  background: #43474c;
  color: #fff;
  line-height: 30px;
  font-size: 12px;
  padding: 0 7px;
  font-weight: bold;
  margin-bottom: 5px;
}
.info .comments .fa {
  color: #f8a61b;
  font-size: 20px;
  margin-right: 7px;
}
.info .date {
  background: #f5f7f7;
  padding: 0 11px;
  line-height: 30px;
  font-size: 12px;
  font-weight: bold;
  margin-bottom: 5px;
}
.left-side .search {
  margin-bottom: 15px;
}
.left-side .search .search-tab {
  padding: 10px;
  background: #43474c;
}
.left-side .search .search-tab form .chosen-container {
  height: 39px;
  border-radius: 0;
  width: 100% !important;
}
.left-side .search .search-tab form .chosen-container .chosen-single {
  height: 39px;
  border-radius: 0;
  background: #f8a61b;
  color: #fff;
  font-size: 22px;
  font-weight: bold;
  border: none;
  line-height: 39px;
  box-shadow: none;
  padding: 0 0 0 20px;
}
.left-side .search .search-tab form .chosen-container .chosen-single div {
  width: 25px;
}
.left-side .search .search-tab form .chosen-container .chosen-single div i {
  font-size: 25px;
}
.left-side .search .search-tab form .chosen-container .chosen-drop .chosen-results {
  border: 1px solid #f8a61b;
}
.left-side .search .search-tab form .chosen-container .chosen-drop .chosen-results li {
  line-height: 39px;
  font-size: 22px;
  padding: 0 5px 0 20px;
}
.left-side .search .search-tab form .chosen-container .chosen-drop .chosen-results li.result-selected {
  background: none;
  color: #43474c;
}
.left-side .search .search-tab form .chosen-container .chosen-drop .chosen-results li:hover,
.left-side .search .search-tab form .chosen-container .chosen-drop .chosen-results li:active {
  background: #f8a61b;
  color: #fff;
}
.left-side .search .search-tab form .chosen-container option {
  font-weight: normal;
  line-height: 30px;
  background: #fff;
  color: #43474c;
}
.left-side .search .search-tab form .chosen-container option:hover {
  background: #f8a61b;
  color: #f5f7f7;
}
.left-side .search .search-tab form ul {
  list-style: none;
  margin: 0;
  padding: 0;
  background: #fff;
}
.left-side .search .search-tab form ul input[checked="checked"]:parent {
  display: list-item;
}
.left-side .search .search-tab form ul label {
  width: 100%;
}
.left-side .search .search-tab form ul label:hover {
  background: #f8a61b;
  color: #f5f7f7;
}
.left-side .search .search-tab form ul input[type="radio"] {
  display: none;
}
.slider-news {
  background: #43474c;
  padding-top: 30px;
  padding-bottom: 30px;
  margin-top: 30px;
}
.slider-news .photo-box {
  display: block;
  max-height: 250px;
  border: 1px solid #f0f0f0;
  overflow: hidden;
}
.slider-news .photo-box img {
  background: #43474c;
  padding: 1px;
  min-width: 100%;
}
@media (min-width: 768px) {
  .slider-news .photo-box {
    max-height: 229px;
  }
}
@media (min-width: 992px) {
  .slider-news .photo-box {
    max-height: 195px;
  }
}
@media (min-width: 1200px) {
  .slider-news .photo-box {
    max-height: 202px;
  }
}
.slider-news h2 {
  line-height: 1.2em;
}
.slider-news h2 a {
  color: #f5f7f7;
  height: 2.4em;
  min-height: 2.4em;
  overflow: hidden;
  display: block;
  position: relative;
}
.slider-news h2 a:after {
  content: "";
  text-align: right;
  position: absolute;
  bottom: 0;
  right: 0;
  width: 50%;
  height: 1.2em;
  background: linear-gradient(to right,rgba(255,255,255,0),#ffffff 50%);
  background: linear-gradient(to right,rgba(79,51,51,0),#4f3333 50%);
  width: 70%;
}
.slider-news h2:hover a:after {
  display: none;
}
.slider-news h2:hover a {
  height: auto;
}
.slider-news h2.blue {
  margin-top: 0;
}
.slider-news h2.blue span {
  background: none;
  padding-left: 0;
}
.slider-news .info .category {
  background: #f8a61b;
  color: #f5f7f7;
  padding: 0 11px;
  line-height: 30px;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: bold;
}
.slider-news .info .category a {
  color: #f5f7f7;
}
.slider-news .info .comments {
  color: #f5f7f7;
  line-height: 30px;
  padding: 0 11px;
  font-size: 12px;
  font-weight: bold;
}
.slider-news .info .comments .fa {
  color: #f8a61b;
  font-size: 20px;
  margin-right: 5px;
}
.slider-news .info .date {
  background: #f5f7f7;
  padding: 0 11px;
  line-height: 30px;
  font-size: 12px;
  font-weight: bold;
}
.footer-news a.btn {
  background: #4f3333;
  color: #fff;
  text-transform: uppercase;
}
.slider-news.footer-news {
  background: #4f3333;
}
.top-news {
  max-height: 400px;
  overflow: hidden;
}
.top-news #slider {
  margin-top: 15px;
}
.top-news #slider li {
  background: rgba(0,0,0,0.7);
}
.top-news #slider li .txt {
  padding: 30px 45px 10px 60px;
}
.top-news #slider li .txt .title {
  color: #fff;
  font-size: 28px;
  line-height: 1.2em;
  font-weight: 600;
  margin: 0 0 30px 0;
}
.top-news #slider li .txt .description {
  font-size: 16px;
  color: #fff;
}
@media (min-width: 1200px) {
  .top-news #slider li .txt .title {
    font-size: 32px;
  }
  .top-news #slider li .txt .description {
    font-size: 18px;
  }
}
.top-news #slider li .photo {
  padding: 0;
  text-align: right;
  height: 255px;
  overflow: hidden;
}
.top-news #slider li .photo span {
  display: block;
  background-size: cover;
  background-repeat: no-repeat;
  height: 255px;
}
@media (min-width: 768px) {
  .top-news #slider li .photo {
    height: 343px;
  }
  .top-news #slider li .photo span {
    height: 343px;
  }
}
@media (min-width: 1200px) {
  .top-news #slider li .photo {
    height: 354px;
  }
  .top-news #slider li .photo span {
    height: 354px;
  }
}
.top-news #slider li a {
  display: block;
}
.top-news #slider li span {
  display: block;
}
.top-news .photo-box img {
  background-color: #fff;
}
.top-news h2 {
  margin-top: -82px;
  background: rgba(0,0,0,0.3);
  padding: 15px 10px;
}
.article-list .category-description {
  margin-bottom: 21px;
}
.article-list .alphabet {
  margin-bottom: 20px;
  text-align: center;
}
.article-list .alphabet a {
  text-transform: uppercase;
  margin: 0 10px 0 0;
  font-size: 18px;
  font-weight: 600;
}
.article-list,
.articles,
.podstrona {
  margin-bottom: 30px;
  padding-bottom: 0px;
}
@media (min-width: 768px) {
  .article-list,
  .articles,
  .podstrona {
    margin-bottom: 0px;
  }
}
.article-list .bg,
.articles .bg,
.podstrona .bg {
  background: #fff;
}
.article-list .bg-cont,
.articles .bg-cont,
.podstrona .bg-cont {
  padding: 30px;
}
.article-list .container-bg,
.articles .container-bg,
.podstrona .container-bg {
  padding-bottom: 15px;
}
.article-list .head-box,
.articles .head-box,
.podstrona .head-box {
  margin-bottom: 7px;
  margin-top: 0px;
}
.article-list .head-box .group,
.articles .head-box .group,
.podstrona .head-box .group {
  padding: 17px 20px 12px 20px;
  position: relative;
}
.article-list .head-box .group h1,
.articles .head-box .group h1,
.podstrona .head-box .group h1 {
  color: #f8a61b;
  font-size: 17px;
  font-weight: 400;
  line-height: 25px;
  margin: 0px 15px 0px 0;
  padding: 0;
  display: inline-block;
  text-transform: none;
  font-family: 'Poppins', serif;
  font-display: swap;
}
.article-list .head-box .group h1 .first-word,
.articles .head-box .group h1 .first-word,
.podstrona .head-box .group h1 .first-word {
  font-weight: bold;
}
.article-list .head-box .group .links,
.articles .head-box .group .links,
.podstrona .head-box .group .links {
  display: inline-block;
  float: right;
  text-align: right;
  line-height: 23px;
}
.article-list .head-box .group .links a,
.articles .head-box .group .links a,
.podstrona .head-box .group .links a {
  padding: 0 0px 0 10px;
  margin: 0 0px 0 0;
  text-transform: uppercase;
  font-size: 13px;
  font-weight: 400;
  line-height: 25px;
}
.article-list .head-box .group::before,
.articles .head-box .group::before,
.podstrona .head-box .group::before {
  content: '';
  width: 0;
  height: 0;
  border-bottom: 17px solid #f8a61b;
  border-right: 3px solid #f8a61b;
  position: absolute;
  left: 0;
  top: 20px;
}
.article-list .group-top,
.articles .group-top,
.podstrona .group-top {
  border: 1px solid #f0f0f0;
  padding: 15px 0;
  margin-bottom: 30px;
}
.article-list .group-top .head-group-top,
.articles .group-top .head-group-top,
.podstrona .group-top .head-group-top {
  padding-bottom: 15px;
}
.article-list .group-top .head-group-top h3,
.article-list .group-top .head-group-top a,
.articles .group-top .head-group-top h3,
.articles .group-top .head-group-top a,
.podstrona .group-top .head-group-top h3,
.podstrona .group-top .head-group-top a {
  font-size: 12px;
  color: #818385;
  text-transform: uppercase;
  font-weight: 600;
  margin: 0;
  padding: 0;
}
@media (min-width: 1200px) {
  .article-list .group-top,
  .articles .group-top,
  .podstrona .group-top {
    padding: 15px;
  }
}
.article-list .group-top.group-top-right,
.articles .group-top.group-top-right,
.podstrona .group-top.group-top-right {
  padding: 15px 0 0 0;
}
.article-list .item .group,
.articles .item .group,
.podstrona .item .group {
  background: transparent;
  position: relative;
}
.article-list .item .group a,
.articles .item .group a,
.podstrona .item .group a {
  display: block;
}
.article-list .item .group .desc,
.articles .item .group .desc,
.podstrona .item .group .desc {
  color: #888888;
  margin-top: 10px;
}
.article-list .photo-box,
.articles .photo-box,
.podstrona .photo-box {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.article-list h2,
.articles h2,
.podstrona h2 {
  border-top: none;
  font-size: 18px;
  line-height: 1.2em;
  text-transform: none;
  margin: 0 0 4px 0;
  padding: 8px 0;
  font-weight: 500;
}
.article-list h2 a,
.articles h2 a,
.podstrona h2 a {
  color: #09182a;
}
.article-list .info.abs,
.articles .info.abs,
.podstrona .info.abs {
  position: absolute;
  top: 150px;
  left: 15px;
}
.article-list .category a,
.articles .category a,
.podstrona .category a {
  text-transform: uppercase;
  font-size: 12px;
  line-height: 23px;
  color: #888888;
}
@media (min-width: 768px) {
  .article-list,
  .articles,
  .podstrona {
    margin-top: 0;
    margin-bottom: 30px;
  }
}
.article-list .medium-item,
.articles .medium-item,
.podstrona .medium-item {
  white-space: normal;
  margin-bottom: 20px;
}
.article-list .medium-item :before,
.articles .medium-item :before,
.podstrona .medium-item :before {
  display: none;
}
.article-list .medium-item h2,
.articles .medium-item h2,
.podstrona .medium-item h2 {
  margin-top: 20px;
  padding-top: 0px;
  margin-left: 0px;
  text-transform: none;
  margin-bottom: 0;
  padding-bottom: 0;
  position: relative;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  word-wrap: break-word;
  line-height: 21px;
  font-size: 15px;
  font-weight: 500;
}
.article-list .medium-item h2:hover a,
.articles .medium-item h2:hover a,
.podstrona .medium-item h2:hover a {
  height: auto;
}
.article-list .medium-item h2:hover a:after,
.articles .medium-item h2:hover a:after,
.podstrona .medium-item h2:hover a:after {
  display: none;
}
.article-list .medium-item .desc,
.articles .medium-item .desc,
.podstrona .medium-item .desc {
  font-size: 15px;
  line-height: 25px;
}
.article-list .medium-item .category,
.articles .medium-item .category,
.podstrona .medium-item .category {
  margin-left: 0px;
}
.article-list .medium-item .photo-box,
.articles .medium-item .photo-box,
.podstrona .medium-item .photo-box {
  display: block;
  overflow: hidden;
  border: none;
  height: 70px;
  background-color: #fff;
}
@media (min-width: 768px) {
  .article-list .medium-item .photo-box,
  .articles .medium-item .photo-box,
  .podstrona .medium-item .photo-box {
    height: 70px;
  }
}
@media (min-width: 992px) {
  .article-list .medium-item .photo-box,
  .articles .medium-item .photo-box,
  .podstrona .medium-item .photo-box {
    height: 172px;
  }
}
.article-list .medium-item.short .photo-box,
.articles .medium-item.short .photo-box,
.podstrona .medium-item.short .photo-box {
  height: 150px;
}
.article-list .medium-item.tall h2,
.articles .medium-item.tall h2,
.podstrona .medium-item.tall h2 {
  font-size: 16px;
  line-height: 23px;
}
.article-list .medium-item.tall .photo-box,
.articles .medium-item.tall .photo-box,
.podstrona .medium-item.tall .photo-box {
  height: 231px;
}
.article-list .medium-item.tall .info.abs,
.articles .medium-item.tall .info.abs,
.podstrona .medium-item.tall .info.abs {
  top: 192px;
  left: 25px;
}
.article-list .small-item,
.articles .small-item,
.podstrona .small-item {
  white-space: normal;
  margin-bottom: 20px;
}
.article-list .small-item :before,
.articles .small-item :before,
.podstrona .small-item :before {
  display: none;
}
.article-list .small-item h2,
.articles .small-item h2,
.podstrona .small-item h2 {
  margin-top: 0px;
  padding-top: 0px;
  margin-left: -10px;
  text-transform: none;
  margin-bottom: 0;
  font-size: 15px;
  padding-bottom: 0;
  position: relative;
  display: block;
  height: 2.1em;
  overflow: hidden;
  min-height: 2.1em;
  line-height: 1em;
}
.article-list .small-item h2:hover a,
.articles .small-item h2:hover a,
.podstrona .small-item h2:hover a {
  height: auto;
}
.article-list .small-item h2:hover a:after,
.articles .small-item h2:hover a:after,
.podstrona .small-item h2:hover a:after {
  display: none;
}
.article-list .small-item .category,
.articles .small-item .category,
.podstrona .small-item .category {
  margin-left: 0px;
  position: absolute;
  bottom: 0px;
  left: 33.3%;
}
.article-list .small-item .photo-box,
.articles .small-item .photo-box,
.podstrona .small-item .photo-box {
  display: block;
  overflow: hidden;
  border: none;
  height: 72px;
  background-color: #fff;
}
@media (min-width: 768px) {
  .article-list .small-item .photo-box,
  .articles .small-item .photo-box,
  .podstrona .small-item .photo-box {
    height: 50px;
  }
}
@media (min-width: 992px) {
  .article-list .small-item h2,
  .articles .small-item h2,
  .podstrona .small-item h2 {
    height: 2.4em;
    overflow: hidden;
    min-height: 2.4em;
    line-height: 1.2em;
  }
  .article-list .small-item .photo-box,
  .articles .small-item .photo-box,
  .podstrona .small-item .photo-box {
    height: 66px;
  }
}
.article-list .small-item.tall .photo-box,
.articles .small-item.tall .photo-box,
.podstrona .small-item.tall .photo-box {
  height: 90px;
}
.article-list .small-item.tall h2,
.articles .small-item.tall h2,
.podstrona .small-item.tall h2 {
  height: 4em;
  min-height: 4em;
}
.article-list .small-item.tall .group .category,
.articles .small-item.tall .group .category,
.podstrona .small-item.tall .group .category {
  left: 41.6%;
}
@media (min-width: 992px) {
  .article-list .small-item.tall h2,
  .articles .small-item.tall h2,
  .podstrona .small-item.tall h2 {
    height: 3.6em;
    min-height: 3.6em;
  }
}
.article-list .big-item,
.articles .big-item,
.podstrona .big-item {
  margin-bottom: 10px;
}
.article-list .big-item .info,
.articles .big-item .info,
.podstrona .big-item .info {
  top: 161px;
  left: 10px;
  position: absolute;
}
.article-list .big-item .info .category,
.articles .big-item .info .category,
.podstrona .big-item .info .category {
  margin: 0;
}
.article-list .big-item .info .category a,
.articles .big-item .info .category a,
.podstrona .big-item .info .category a {
  display: block;
  font-size: 14px;
  line-height: 1em;
  color: #fff;
  min-height: 20px;
  padding: 3px 0;
}
.article-list .big-item .photo-box,
.articles .big-item .photo-box,
.podstrona .big-item .photo-box {
  display: block;
  overflow: hidden;
  margin-bottom: 2px;
  background-color: #fff;
}
.article-list .big-item .photo-box img,
.articles .big-item .photo-box img,
.podstrona .big-item .photo-box img {
  min-width: 100%;
}
.article-list .big-item h2,
.articles .big-item h2,
.podstrona .big-item h2 {
  position: relative;
  display: block;
  font-size: 22px;
  line-height: 1.09em;
  margin-bottom: 15px;
}
.article-list .big-item h2:hover a,
.articles .big-item h2:hover a,
.podstrona .big-item h2:hover a {
  height: auto;
}
.article-list .big-item h2:hover a:after,
.articles .big-item h2:hover a:after,
.podstrona .big-item h2:hover a:after {
  display: none;
}
.article-list .big-item p,
.articles .big-item p,
.podstrona .big-item p {
  font-size: 16px;
  color: #818385;
}
@media (min-width: 768px) {
  .article-list .big-item .photo-box img,
  .articles .big-item .photo-box img,
  .podstrona .big-item .photo-box img {
    min-height: 160px;
  }
  .article-list .big-item .info,
  .articles .big-item .info,
  .podstrona .big-item .info {
    top: 111px;
  }
  .article-list .big-item h2,
  .articles .big-item h2,
  .podstrona .big-item h2 {
    margin-bottom: 4px;
  }
}
@media (min-width: 992px) {
  .article-list .big-item .info,
  .articles .big-item .info,
  .podstrona .big-item .info {
    top: 194px;
    left: 10px;
    position: absolute;
  }
  .article-list .big-item h2,
  .articles .big-item h2,
  .podstrona .big-item h2 {
    font-size: 28px;
  }
  .article-list .big-item .photo-box img,
  .articles .big-item .photo-box img,
  .podstrona .big-item .photo-box img {
    min-height: 244px;
  }
}
.article-list .big-medium-item h2,
.articles .big-medium-item h2,
.podstrona .big-medium-item h2 {
  margin-bottom: 10px;
  height: 2.48em;
  min-height: 2.48em;
}
.article-list .big-medium-item .photo-box img,
.articles .big-medium-item .photo-box img,
.podstrona .big-medium-item .photo-box img {
  min-height: 70px;
}
@media (min-width: 768px) {
  .article-list .big-medium-item .photo-box img,
  .articles .big-medium-item .photo-box img,
  .podstrona .big-medium-item .photo-box img {
    min-height: 90px;
  }
  .article-list .big-medium-item h2,
  .articles .big-medium-item h2,
  .podstrona .big-medium-item h2 {
    margin-left: 0;
  }
  .article-list .big-medium-item .category,
  .articles .big-medium-item .category,
  .podstrona .big-medium-item .category {
    position: relative;
    top: 0;
    left: 0;
  }
}
@media (min-width: 992px) {
  .article-list .big-medium-item .photo-box img,
  .articles .big-medium-item .photo-box img,
  .podstrona .big-medium-item .photo-box img {
    min-height: 147px;
  }
}
@media (min-width: 1200px) {
  .article-list .big-medium-item .photo-box img,
  .articles .big-medium-item .photo-box img,
  .podstrona .big-medium-item .photo-box img {
    min-height: 257px;
  }
}
.article-list .very-big-item,
.articles .very-big-item,
.podstrona .very-big-item {
  margin-bottom: 0;
}
.article-list .very-big-item h2,
.articles .very-big-item h2,
.podstrona .very-big-item h2 {
  margin-bottom: 10px;
  font-size: 18px;
  line-height: 25px;
  font-weight: 500;
}
.article-list .very-big-item p,
.articles .very-big-item p,
.podstrona .very-big-item p {
  font-size: 18px;
}
.article-list .very-big-item .info,
.articles .very-big-item .info,
.podstrona .very-big-item .info {
  left: 10px;
  position: absolute;
  bottom: 0;
  top: auto;
}
.article-list .very-big-item .photo-box,
.articles .very-big-item .photo-box,
.podstrona .very-big-item .photo-box {
  width: 100%;
  margin-bottom: 0;
}
.article-list .very-big-item .photo-box::before,
.articles .very-big-item .photo-box::before,
.podstrona .very-big-item .photo-box::before {
  background: rgba(0,0,0,0.2);
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-transition: all 500ms;
  transition: all 500ms;
}
@media (min-width: 768px) {
  .article-list .very-big-item h2,
  .articles .very-big-item h2,
  .podstrona .very-big-item h2 {
    font-size: 22px;
    line-height: 33px;
  }
  .article-list .very-big-item .photo-box,
  .articles .very-big-item .photo-box,
  .podstrona .very-big-item .photo-box {
    min-height: 254px;
    max-height: 254px;
    overflow: hidden;
  }
}
@media (min-width: 992px) {
  .article-list .very-big-item h2,
  .articles .very-big-item h2,
  .podstrona .very-big-item h2 {
    font-size: 30px;
  }
  .article-list .very-big-item .photo-box,
  .articles .very-big-item .photo-box,
  .podstrona .very-big-item .photo-box {
    min-height: 380px;
    max-height: 486px;
  }
}
@media (min-width: 1200px) {
  .article-list .very-big-item .photo-box,
  .articles .very-big-item .photo-box,
  .podstrona .very-big-item .photo-box {
    min-height: 486px;
    max-height: 486px;
  }
}
.article-list .very-big-item-med h2,
.articles .very-big-item-med h2,
.podstrona .very-big-item-med h2 {
  font-size: 17px;
  line-height: 25px;
}
@media (min-width: 1200px) {
  .article-list .very-big-item-med .photo-box img,
  .articles .very-big-item-med .photo-box img,
  .podstrona .very-big-item-med .photo-box img {
    min-height: 257px;
  }
}
.bg-full .head-box {
  margin-top: 18px;
}
.bg-full .head-box .group {
  padding-bottom: 0;
}
.bg-full .head-box .group::before {
  bottom: 4px;
}
.right-box .bg-cont {
  padding: 15px;
}
.slider {
  position: relative;
}
.slider .controls {
  margin: 0px auto 0px auto;
  list-style: none;
  line-height: 28px;
  display: block;
  text-align: center;
  height: 77px;
  position: absolute;
  width: 100%;
  top: 40%;
}
.slider .controls a {
  display: block;
}
.slider .controls a :hover {
  border: 1px solid #cdae88;
  opacity: 1;
}
.slider .controls .prevBtn {
  background-image: url('../img/layout/ico-prev.png');
  display: block;
  width: 57px;
  height: 57px;
  position: absolute;
  left: -19px;
  top: 0px;
  background-color: rgba(0,0,0,0.7);
  border-radius: 50%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 30%;
}
.slider .controls .nextBtn {
  background-image: url('../img/layout/ico-next.png');
  display: block;
  width: 57px;
  height: 57px;
  position: absolute;
  right: 11px;
  top: 0px;
  background-color: rgba(0,0,0,0.7);
  border-radius: 50%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 30%;
}
.slider .controls ol {
  list-style: none;
  margin: 0px 0 0 0;
  background: none;
  padding: 10px 0 0 0;
  text-align: center;
}
.slider .controls ol li {
  display: inline-block;
}
.slider .controls ol li a {
  display: block;
  background: #3e1913;
  font-size: 12px;
  text-indent: -9999em;
  width: 17px;
  height: 17px;
  border-radius: 50%;
  width: 17px;
  height: 17px;
  line-height: 13px;
  font-size: 8px;
  background: #3e1913 top center no-repeat;
  border: 1px solid #3e1913;
  padding: 0 0px;
  text-decoration: none;
  margin: 0 5px;
  font-weight: bold;
}
.slider .controls ol li.current a {
  border: 1px solid #cdae88;
}
.content .home.box {
  position: relative;
}
.content .home.box .ban .item {
  margin: 0 !important;
}
.content .home.box .bg-full {
  margin-bottom: 30px;
  margin-top: 30px;
}
.content .home.box .bg-full .bg-cont {
  padding: 30px 15px;
  border: none !important;
}
@media (min-width: 768px) {
  .content .home.box .bg-full {
    margin-top: 0px;
  }
}
.content .home.box .bg-small .container-bg {
  padding-left: 30px;
  padding-right: 30px;
  width: auto;
}
.content .home.box .bg-small .container-bg .head-box {
  margin-top: 5px;
}
@media (min-width: 768px) {
  .content .home.box .bg-small .container-bg {
    width: 768px;
  }
}
@media (min-width: 992px) {
  .content .home.box .bg-small .container-bg {
    width: 992px;
  }
}
@media (min-width: 1200px) {
  .content .home.box .bg-small .container-bg {
    width: 1200px;
  }
}
.content .home.box .slider_box {
  margin-top: 15px;
}
.content .home.box .slider_box ul {
  list-style: none;
}
.content .home.box .slider_box li {
  background: rgba(0,0,0,0.7);
}
.content .home.box .slider_box li .txt {
  padding: 30px 45px 10px 60px;
}
.content .home.box .slider_box li .txt .title {
  color: #fff;
  font-size: 28px;
  line-height: 1.2em;
  font-weight: 600;
  margin: 0 0 30px 0;
  white-space: normal;
}
.content .home.box .slider_box li .txt .description {
  font-size: 16px;
  color: #fff;
  white-space: normal;
}
@media (min-width: 1200px) {
  .content .home.box .slider_box li .txt .title {
    font-size: 32px;
  }
  .content .home.box .slider_box li .txt .description {
    font-size: 18px;
  }
}
.content .home.box .slider_box li .photo {
  padding: 0;
  text-align: right;
  height: 255px;
  overflow: hidden;
}
.content .home.box .slider_box li .photo span {
  display: block;
  background-size: cover;
  background-repeat: no-repeat;
  height: 255px;
}
@media (min-width: 768px) {
  .content .home.box .slider_box li .photo {
    height: 343px;
  }
  .content .home.box .slider_box li .photo span {
    height: 343px;
  }
}
@media (min-width: 1200px) {
  .content .home.box .slider_box li .photo {
    height: 354px;
  }
  .content .home.box .slider_box li .photo span {
    height: 354px;
  }
}
.content .home.box .slider_box li a {
  display: block;
}
.content .home.box .slider_box li span {
  display: block;
}
.content .home.box .article-list.comments ul li {
  white-space: normal;
  margin-bottom: 10px;
  min-height: 53px;
}
.content .home.box .article-list.comments ul li a {
  line-height: 1.2em;
  display: block;
  margin-bottom: 5px;
}
.content .home.box .article-list.comments ul li .date {
  background: none;
  text-align: left;
  line-height: 1em;
  font-weight: normal;
  margin-left: 14px;
  padding: 0 0 0 15px;
}
.content .home.box .left-side .ban {
  margin-top: 0px;
  margin-bottom: 30px;
}
.content .home.box .article-list.box_style_1 .item:nth-child(4n+5) {
  clear: both;
}
.content .home.box .article-list.box_style_2 .item:nth-child(6) {
  clear: both;
}
.content .home.box .article-list.box_style_4 .item:nth-child(2n+3) {
  clear: both;
}
.content .home.box .article-list.box_style_6 h2 {
  margin-bottom: 0;
  padding-bottom: 0;
}
.content .home.box .article-list.box_style_6 .item {
  margin-bottom: 15px;
}
@media (min-width: 768px) {
  .content .home.box .article-list.box_style_6 .item {
    margin-bottom: 0;
  }
}
.content .home.box .article-list.box_style_6 .big-item {
  margin-bottom: 0;
}
.content .home.box .article-list.box_style_6 .big-item h2 {
  font-size: 21px;
  line-height: 27px;
}
.content .home.box .article-list.box_style_6 .big-item .info {
  top: auto;
  bottom: 0;
}
.content .home.box .article-list.box_style_6 .big-item .photo-box {
  background-color: #000;
  margin-bottom: 0;
}
.content .home.box .article-list.box_style_6 .big-item .photo-box .photo-box {
  margin-bottom: 0;
  min-height: 215px;
  opacity: 0.7;
}
@media (min-width: 768px) {
  .content .home.box .article-list.box_style_6 .big-item .photo-box .photo-box {
    min-height: 430px;
    max-height: 430px;
  }
}
.content .home.box .article-list.box_style_6 .big-item.very-big-item-med h2 {
  font-size: 16px;
  line-height: 23px;
}
.content .home.box .article-list.box_style_6 .big-item.very-big-item-med .photo-box {
  min-height: 215px;
}
.content .home.box .article-list.box_style_9 .container-bg {
  padding-left: 45px;
  padding-right: 45px;
  padding-bottom: 0;
}
.content .home.box .article-list.box_style_9 .container-bg .bg-cont {
  padding: 0;
  background: #e9e9e9 !important;
}
@media (min-width: 768px) {
  .content .home.box .article-list.box_style_9 .container-bg {
    padding-bottom: 15px;
  }
}
.content .home.box .article-list.box_style_9 .item {
  padding: 0;
  margin-bottom: 15px;
}
@media (min-width: 768px) {
  .content .home.box .article-list.box_style_9 .item {
    margin-bottom: 0;
  }
}
.content .home.box .article-list.box_style_9 .item .photo-box {
  min-height: 215px;
}
@media (min-width: 768px) {
  .content .home.box .article-list.box_style_9 .item .photo-box {
    min-height: 257px;
    max-height: 257px;
  }
}
.content .home.box .article-list.box_style_10 .photo-box {
  min-height: 254px;
}
.content .home.box .article-list.box_style_10 .info .category a::after {
  border: none;
}
.content .home.box .article-list.box_style_11 .item:nth-child(3n+4) {
  clear: both;
}
.content .home.box .article-list.box_style_20 .container-bg {
  margin-top: 30px;
}
.content .home.box .article-list.box_style_20 .container-bg .bg-cont {
  padding: 0;
}
.content .home.box .article-list.box_style_20 .links {
  display: none;
}
.content .home.box .article-list.box_style_20 .head-box {
  margin-top: 13px;
  margin-bottom: 8px;
  padding: 0 30px;
}
.content .home.box .article-list.box_style_20 .head-box .group {
  border-bottom: none;
  padding: 0;
}
.content .home.box .article-list.box_style_20 .head-box .group h1 {
  color: #000;
}
.content .home.box .article-list.box_style_20 .head-box .group::before {
  border: none;
}
.content .home.box .article-list.box_style_20 h2 a,
.content .home.box .article-list.box_style_20 .big-item .info .category a {
  color: #fff;
}
.content .home.box .article-list.box_style_20 .small-item {
  padding: 0 30px;
}
.content .home.box .article-list.box_style_20 .small-item .group {
  padding-right: 15px;
}
@media (min-width: 992px) {
  .content .home.box .article-list.box_style_20 .very-big-item>.col-xs-12 {
    padding-right: 6px;
  }
  .content .home.box .article-list.box_style_20 .head-box {
    padding: 0 15px;
  }
  .content .home.box .article-list.box_style_20 .small-item {
    padding: 0 15px;
  }
}
@media (min-width: 1200px) {
  .content .home.box .article-list.box_style_20 .very-big-item .photo-box img {
    min-height: 486px;
  }
}
.content .home.box .right-box .article-list.box_style_8 .bg-cont {
  padding-top: 0;
}
.content .home.lista {
  position: relative;
}
.content .home.lista .slider {
  text-align: center;
  position: relative;
}
.content .home.lista .slider #slider {
  position: relative;
  overflow: hidden;
  padding: 0;
}
.content .home.lista .slider #slider ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.content .home.lista .slider #slider ul li {
  margin: 0;
  padding: 0;
  position: relative;
  display: block;
  text-align: justify;
}
.content .home.lista .slider #slider ul li h2 {
  margin: 0;
}
.content .home.lista .slider #slider ul li h2 a {
  position: relative;
  display: block;
}
.content .home.lista .slider #slider ul li .title {
  background: #f8a61b;
  color: #fff;
  font-size: 30px;
  font-weight: bold;
  padding: 9px;
  line-height: 31px;
  position: absolute;
  display: block;
  bottom: 13px;
  left: 13px;
  right: 13px;
  text-align: left;
}
.content .home.lista .slider #slider ul li .description {
  background: #f4f5f7;
  font-size: 18px;
  padding: 16px 20px;
  font-weight: 300;
  min-height: 140px;
}
.content .home.lista .slider #slider ul li .description a {
  font-weight: bold;
}
.content .home.lista .slider .controls {
  margin: 0px auto 0px auto;
  list-style: none;
  line-height: 28px;
  display: block;
  text-align: center;
  height: 77px;
  position: absolute;
  width: 100%;
  top: 155px;
}
.content .home.lista .slider .controls a {
  display: block;
}
.content .home.lista .slider .controls a :hover {
  border: 1px solid #cdae88;
  opacity: 1;
}
.content .home.lista .slider .controls .prevBtn {
  background-image: url('../img/layout/ico-prev.png');
  display: block;
  width: 47px;
  height: 77px;
  position: absolute;
  left: 13px;
  top: 0px;
}
.content .home.lista .slider .controls .nextBtn {
  background-image: url('../img/layout/ico-next.png');
  display: block;
  width: 47px;
  height: 77px;
  position: absolute;
  right: 43px;
  top: 0px;
}
.content .home.lista .slider .controls ol {
  list-style: none;
  margin: 0px 0 0 0;
  background: none;
  padding: 10px 0 0 0;
  text-align: center;
}
.content .home.lista .slider .controls ol li {
  display: inline-block;
}
.content .home.lista .slider .controls ol li a {
  display: block;
  background: #3e1913;
  font-size: 12px;
  text-indent: -9999em;
  width: 17px;
  height: 17px;
  border-radius: 50%;
  width: 17px;
  height: 17px;
  line-height: 13px;
  font-size: 8px;
  background: #3e1913 top center no-repeat;
  border: 1px solid #3e1913;
  padding: 0 0px;
  text-decoration: none;
  margin: 0 5px;
  font-weight: bold;
}
.content .home.lista .slider .controls ol li.current a {
  border: 1px solid #cdae88;
}
.formularz {
  padding: 0 0 0px 0;
}
.formularz .desc {
  padding: 30px 0;
}
.formularz .desc h2 {
  color: #3e1913;
  font-size: 40px;
  font-family: ;
  font-weight: bold;
}
.formularz .desc p {
  color: #3e1913;
  font-size: 18px;
}
.formularz .desc p a {
  color: #3e1913;
}
.formularz .desc p a:hover {
  color: #6a3e36;
}
::placeholder {
  color: #43474c;
  opacity: 1;
}
:-ms-input-placeholder,
::-ms-input-placeholder {
  color: #43474c;
}
.form-vertical .btn svg {
  float: right;
}
.form-group {
  margin-bottom: 19px;
}
.form-control {
  border: solid 1px ;
  border-radius: 0px;
  height: 40px;
  font-size: 15px;
  line-height: 1.6;
  color: #43474c;
}
.form-control[type="checkbox"] {
  border: none;
  box-shadow: none;
}
.control-label {
  font-size: 12px;
  font-weight: 500;
  color: #43474c;
  line-height: 22px;
  text-transform: uppercase;
  margin-bottom: 5px;
}
.control-label.normal {
  text-transform: none;
  font-size: 13px;
  color: ;
  margin-top: 2px;
}
.form-cont h1 {
  position: relative;
  text-align: center;
}
.form-cont h1 svg {
  margin: 0 31px 0 0;
  position: absolute;
  left: -60px;
  top: 8px;
}
.form-cont form {
  padding: 0 0px;
}
.form-cont form button {
  margin-left: 0;
}
.form-cont form button svg {
  display: inline-block;
  float: right;
  margin: 15px 0 0 60px;
}
.form-cont form .submit-group {
  text-align: center;
}
.form-cont input[type=checkbox] {
  margin-top: 8px;
}
.form-cont #g-cap>div {
  margin: 0 auto;
}
.form-cont.green {
  background: #f8a61b;
  color: #fff;
}
.form-cont.green a {
  color: #fff;
  font-weight: bold;
}
.form-cont.green ::placeholder {
  color: rgba(255,255,255,0.5);
}
.form-cont.green h1 {
  color: #fff;
}
.form-cont.green h1 svg path {
  fill: #fff;
}
.form-cont.green .form-control {
  background: transparent;
  color: #fff;
}
.form-cont.green .control-label {
  color: #fff;
}
.form-clear .form-cont {
  border: none;
  padding: 0;
}
.left-side {
  margin-bottom: 30px;
}
.right-side .ban {
  margin-bottom: 0px;
}
.module {
  background: none;
  margin-bottom: 30px;
}
.module .bg,
.module .head-box {
  background: #fff;
}
.module .head-box h2 {
  margin: 0;
  padding: 0;
}
.module .bg {
  padding: 20px 0px;
}
.module .description {
  padding: 0 0px;
}
.module .description ul {
  margin: 0;
  padding: 0 0 0 0px;
  list-style: none;
}
.module .description ul li {
  margin-bottom: 5px;
  font-size: 15px;
}
.module .wiecej {
  text-align: right;
  list-style: none;
  margin-top: 10px;
}
.module.type-import {
  background: none;
}
.module.type-import h2.header {
  margin-bottom: 0;
}
.module.type-import a {
  font-size: 18px;
  line-height: 1.22;
  color: #09182a;
  display: block;
  border-bottom: 1px solid #f0f0f0;
  padding: 10px 0 10px 20px;
}
.module.type-import a:hover {
  text-decoration: underline;
}
.module.type-import a.active {
  color: #4990e2;
}
.module.type-import .bg {
  padding: 0 20px;
}
.module.type-latest .bg {
  padding-top: 0;
}
.module.type-latest .small-item {
  padding-top: 7px;
  padding-bottom: 11px;
}
.module.type-baner .bg {
  padding: 0;
  background: #e9e9e9;
}
@media (min-width: 992px) {
  .blok-fixed {
    position: fixed;
    z-index: 2;
  }
}
#comments {
  margin: 30px 0 0 0;
}
#comments .photo-box {
  background-size: cover;
  border-radius: 50%;
  background-repeat: no-repeat;
  width: 80px;
  height: 80px;
  background-position: top center;
  border: 1px solid #f0f0f0;
  filter: grayscale();
}
#comments .photo-box:hover {
  filter: none;
}
#comments .form-control {
  height: 40px;
  border-radius: 4px;
  border-color: #f0f0f0;
}
#comments .username {
  background: #f0f0f0;
  color: #818385;
  font-size: 14px;
  line-height: 40px;
  margin-bottom: 15px;
}
#comments .submit {
  background: #f8a61b;
  text-transform: uppercase;
  font-size: 12px;
  color: #f5f7f7;
  line-height: 40px;
  padding: 0 30px;
  margin-top: 15px;
  width: auto;
}
#comments .form-add {
  border-bottom: 1px solid #f0f0f0;
}
#comments .form-add textarea {
  margin-bottom: 15px;
  min-height: 80px;
  color: #818385;
}
#comments ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
#comments ul li {
  margin: 18px 0 0 0;
}
#comments ul li h3 {
  font-weight: 400;
  font-size: 18px;
  margin: 31px 0 20px 0;
  padding: 0;
  line-height: 1;
}
#comments ul li .description {
  margin: 10px 0 20px 0;
  font-weight: 400;
  color: #818385;
  line-height: 1.57;
  font-family: 'Poppins', serif;
  font-display: swap;
}
#comments ul li .options {
  color: #43474c;
  font-weight: normal;
  margin-bottom: 10px;
}
#comments ul li .options a {
  text-transform: uppercase;
  color: #f8a61b;
}
#comments ul li .options .div {
  margin: 0 10px;
}
#comments ul li .notice {
  margin-top: 25px;
}
#comments ul li .notice .notice_captcha .txt {
  display: none;
  line-height: 20px;
  float: right;
}
#comments ul li .notice .notice_captcha .ico {
  background: #f0f0f0;
  border-radius: 3px;
  line-height: 20px;
  display: block;
  width: 20px;
  text-align: center;
  float: right;
  margin: 0 0 0 8px;
}
#comments ul li .notice .notice_captcha:hover .txt {
  display: block;
  color: #ff4040;
}
#comments ul li .notice .notice_captcha:hover .ico {
  background-color: #ff4040;
  color: #fff;
}
#comments ul li .comment_notice_group {
  background: #ff4040;
  padding: 15px;
  border-radius: 4px;
  display: none;
}
#comments ul li .comment_notice_group .comment_notice {
  margin-top: 10px;
}
.form-g {
  margin: 0 0 27px 0;
}
.form-g .form-left {
  border: 1px solid #603913;
  border-right: none;
  background: #fac080;
}
.form-g .form-right {
  border: 1px solid #603913;
  border-left: none;
  background: #fac080;
  padding: 0 43px 14px 10px;
}
.form-g .form-right h3 {
  font-size: 38px;
  color: #3e1913;
  font-family: 'Noto Sans', sans-serif;
  font-display: swap;
  line-height: 40px;
  padding: 25px 0px;
  margin: 0;
}
.form-g .form-right form .form-control {
  border: 1px solid #d59d61;
  border-radius: 5px;
  font-family: 'Noto Sans', sans-serif;
  font-display: swap;
  font-size: 24px;
  font-weight: 300;
  color: #3e1913;
  line-height: 50px;
  padding: 0px 20px;
  text-align: center;
  height: 50px;
  margin: 2px;
}
.form-g .form-right form textarea.form-control {
  line-height: 1em;
  height: 100px;
  text-align: left;
  padding-top: 10px;
  width: 99.4%;
}
.form-g .form-right form input {
  width: 99%;
}
.form-g .form-right form input[type="submit"] {
  color: #fac081;
  background: #3e1913;
  font-weight: bold;
  text-transform: uppercase;
}
.form-g .form-right form input[type="submit"]:hover {
  background: #6a3e36;
}
.contact-form textarea {
  font-size: 18px;
}
.contact-form input {
  line-height: 38px;
  height: 48px;
  font-size: 18px;
  margin-bottom: 7px;
}
.contact-form input[type="submit"] {
  background: #f9a03a;
  color: #fff;
  text-transform: uppercase;
  font-weight: bold;
}
.podstrona .head {
  background: none;
}
.podstrona .site-content {
  margin-top: 0px;
}
.podstrona .site-content .left-side {
  font-size: 18px;
}
.podstrona .site-content .photo {
  margin: 0 0 20px 0;
  display: block;
}
.podstrona .site-content .desc {
  margin: 10px 0 0 0;
  font-weight: 300;
  font-size: 18px;
  line-height: 1.5em;
}
.podstrona .site-content .btn.quote {
  text-transform: uppercase;
  font-size: 33px;
  color: #fac081;
  font-weight: bold;
  font-family: 'Noto Sans', sans-serif;
  font-display: swap;
  background: #3e1913;
  padding: 15px 40px;
  border-radius: 4px;
  line-height: 1em;
  margin: 25px 0 10px 0;
}
@media (max-width: 767px) {
  .podstrona .articles .left-side .article-list .big-item .photo-box {
    height: 70px;
  }
  .podstrona .articles .left-side .article-list .big-item h2 {
    padding: 0 15px;
    font-size: 18px;
    max-height: 2.18em;
  }
  .podstrona .articles .left-side .article-list .big-item .info {
    left: 32%;
    bottom: 0;
    top: auto;
  }
  .podstrona .articles .left-side .article-list .big-item .info .category {
    background: #f8a61b;
    color: #fff;
  }
  .podstrona .articles .left-side .article-list .big-item .info .category a {
    color: #fff;
  }
}
.video-container {
  position: relative;
  padding-bottom: 46.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
}
.video-container iframe,
.video-container object,
.video-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.product-list .product-item a .img-wrap {
  padding-bottom: 70%;
}
.product-list .product-item a h4 {
  margin-top: 5px;
}
.product-list .product-item:nth-child(4n+6) {
  clear: both;
}
.product-view .price-box {
  cursor: default;
  margin-bottom: 10px;
  width: 100%;
}
.product-view .price-box .price .value {
  font-size: 1.7em;
  font-weight: 600;
}
.product-view .price-box .price .unit {
  font-size: 1.6em;
}
.product-view .btn-buy {
  font-size: 1.7em;
  padding-top: 15px;
  padding-bottom: 15px;
  line-height: 60px;
}
.products_latest a {
  color: #fff;
}
.products_latest a h3 {
  font-size: 14px;
  margin: -25px 0 0 0;
  padding: 5px;
  background: #000;
  opacity: 0.8;
  font-family: 'Noto Sans', sans-serif;
  font-display: swap;
}
.products_similar a .img-wrap {
  padding-bottom: 90%;
}
.row.no-gutter {
  margin-left: 0;
  margin-right: 0;
}
.row.no-gutter [class*='col-']:not(:first-child),
.row.no-gutter [class*='col-']:not(:last-child) {
  padding-right: 0;
  padding-left: 0;
}
.video-in-view {
  margin-top: 15px;
}
.video-in-view .item {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 25px;
  height: 0;
}
.video-in-view .item iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.right .social {
  margin-bottom: 40px;
}
.right .social h2 {
  margin-top: 0;
}
.right .social h2 img {
  display: inline-block;
  margin-top: -18px;
}
.articles .article-list .item:nth-child(2n+3) {
  clear: both;
}
.articles .article-list .ban {
  margin-bottom: 30px;
}
.articles .article-view .top {
  margin-bottom: 50px;
}
.articles .article-view .top .photo {
  overflow: hidden;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center top;
  border-radius: 3px;
  min-height: 250px;
  position: relative;
}
.articles .article-view .top .photo .category {
  display: inline-block;
}
.articles .article-view .top .photo .category a {
  color: #fff;
}
.articles .article-view .top .photo .info {
  margin: 0px 0 10px 0px;
  width: 100%;
  height: 100%;
  background-color: rgba(22,4,4,0.4);
  text-align: center;
  display: flex;
  align-items: center;
}
.articles .article-view .top .photo .info h1 {
  color: #fff;
  padding: 10px 15px;
}
.articles .article-view .top .photo .info .data {
  padding-left: 15px;
  color: #fff;
  text-align: center;
}
.articles .article-view .top .photo .info .data a {
  color: #fff;
}
.articles .article-view .top .photo .info .author,
.articles .article-view .top .photo .info .dat {
  display: inline-block;
}
.articles .article-view .top .photo .info .author .fa,
.articles .article-view .top .photo .info .dat .fa {
  margin-right: 10px;
}
.articles .article-view .top .photo .info .dat {
  margin-left: 20px;
}
.articles .article-view .top .photo .info .comments {
  margin-right: 5px;
  display: block;
}
@media (min-width: 768px) {
  .articles .article-view .top .photo {
    height: 400px;
  }
}
@media (min-width: 992px) {
  .articles .article-view .top .photo {
    height: 450px;
  }
}
@media (min-width: 1200px) {
  .articles .article-view .top .photo {
    height: 520px;
  }
}
.articles .article-view .left {
  margin-bottom: 30px;
}
.articles .article-view .left .bg {
  background: #fff;
  padding: 15px 20px;
}
.articles .article-view .left .content a {
  color: #3f55c8;
}
.articles .article-view .left .article-nav {
  font-size: 20px;
  color: #f8a61b;
  text-align: right;
  background: #f5f7f7;
  padding: 15px 0;
}
.articles .article-view .left .article-nav a {
  font-size: 20px;
  color: #f8a61b;
  font-weight: bold;
  display: block;
  position: relative;
  overflow: hidden;
  height: 2.4em;
  min-height: 2.4em;
}
.articles .article-view .left .article-nav a span.txt {
  line-height: 1.2em;
  display: block;
  float: left;
  margin-top: -3px;
}
.articles .article-view .left .article-nav a .fa {
  font-size: 35px;
  font-weight: bold;
  display: block;
  float: left;
  position: relative;
  z-index: 2;
}
.articles .article-view .left .article-nav a:after {
  content: "";
  text-align: right;
  position: absolute;
  bottom: 0;
  right: 0;
  width: 50%;
  height: 1.2em;
  background: linear-gradient(to right,rgba(255,255,255,0),#ffffff 50%);
  background: linear-gradient(to right,rgba(245,247,247,0),#f5f7f7 50%);
}
.articles .article-view .left .article-nav :hover a {
  height: auto;
}
.articles .article-view .left .article-nav :hover a:after {
  display: none;
}
.articles .article-view .left .article-nav .article-prev .txt {
  text-align: left;
}
.articles .article-view .left .article-nav .article-divider {
  display: inline-block;
  line-height: 35px;
}
.articles .article-view .left .lead,
.articles .article-view .left .desc,
.articles .article-view .left .partner-info {
  font-size: 16px;
  line-height: 1.6em;
}
@media (min-width: 992px) {
  .articles .article-view .left .lead,
  .articles .article-view .left .desc,
  .articles .article-view .left .partner-info {
    font-size: 18px;
    line-height: 1.7em;
  }
}
.articles .article-view .left .lead {
  font-weight: bold;
}
.articles .article-view .left .desc,
.articles .article-view .left .partner-info {
  font-weight: normal;
  overflow: hidden;
}
.articles .article-view .left .desc p,
.articles .article-view .left .partner-info p {
  margin: 15px 0;
}
.articles .article-view .left .desc h2,
.articles .article-view .left .partner-info h2 {
  font-size: 28px;
  line-height: 1.06;
  color: #09182a;
  margin: 30px 0 23px 0;
  padding: 0;
}
@media (min-width: 768px) {
  .articles .article-view .left .desc h2,
  .articles .article-view .left .partner-info h2 {
    font-size: 36px;
  }
}
.articles .article-view .left .desc h3,
.articles .article-view .left .partner-info h3 {
  font-size: 24px;
  line-height: 1;
  color: #09182a;
  margin: 30px 0 20px 0;
}
.articles .article-view .left .socials {
  margin: 30px 0 0 0;
  overflow: hidden;
}
.articles .article-view .left .partner-info {
  margin: 5px 0;
  padding: 7px 0;
  border-top: 1px solid #c6ccd0;
}
.articles .article-view .left .article_related {
  margin-top: 40px;
}
.articles .article-view .left .article_related h2.header a {
  float: right;
  font-size: 14px;
  color: #09182a;
}
.articles .article-view .left .article_related .item .photo-box {
  height: 90px;
}
.articles .article-view .left .article_related .item .category {
  position: absolute;
  left: 45%;
  top: 0;
}
@media (min-width: 768px) {
  .articles .article-view .left .article_related .item:nth-child(3n+4) {
    clear: both;
  }
  .articles .article-view .left .article_related .item .photo {
    height: 150px;
  }
  .articles .article-view .left .article_related .item .category {
    position: relative;
    left: auto;
    top: auto;
  }
}
@media (min-width: 992px) {
  .articles .article-view .left .article_related .item .photo {
    height: 150px;
  }
}
@media (min-width: 1200px) {
  .articles .article-view .left .article_related .item .photo {
    height: 131px;
  }
}
.articles .article-view .left .article_related .info {
  margin: 10px -15px;
}
.articles .article-view .left .ban {
  margin-top: 15px;
}
.articles .article-view .left .ban-72 {
  margin-bottom: 15px;
}
.articles .article-view .left .tags {
  margin-top: 15px;
}
.articles .article-view .left .tags a {
  background: #f5f7f7;
  color: #43474c;
  font-size: 12px;
  font-weight: normal;
  display: inline-block;
  padding: 5px 17px;
  margin-right: 10px;
  line-height: 20px;
  border-radius: 4px;
}
.articles .infos .glyphicons {
  margin: 0 5px 0 15px;
}
.articles .infos .glyphicons:nth-child(1) {
  margin-left: 0px;
}
.articles .btn,
.articles a.btn {
  color: #fff !important;
  background: #4990e2;
  text-transform: uppercase;
  font-size: 12px;
  padding: 10px 14px;
  border-radius: 3px;
  margin-top: 15px;
  white-space: normal;
}
.ban {
  clear: both;
}
.ban .item {
  overflow: hidden;
  margin: 0 auto !important;
}
.ban .item .adsbygoogle {
  text-align: center;
}
.ban.countBan {
  cursor: pointer;
}
.datepicker,
.timepicker,
.bootstrap-timepicker-widget table td {
  color: #333;
}
.bootstrap-timepicker-widget table td input {
  width: 30px;
}
.fb_iframe_widget,
.fb_iframe_widget span,
.fb_iframe_widget span iframe[style] {
  width: 100% !important;
}
.gallery-in-view {
  margin: 15px 0 0 0;
}
#links .item {
  margin: 5px 0;
  display: block;
  max-height: 180px;
  border: 1px solid #f0f0f0;
  overflow: hidden;
}
#links .item img {
  min-width: 100%;
}
#links .item .caption {
  display: none;
}
@media (min-width: 768px) {
  #links .item {
    height: 160px;
  }
  #links .item img {
    min-height: 160px;
    min-width: 100%;
  }
}
@media (min-width: 1200px) {
  #links .item {
    height: 180px;
  }
  #links .item img {
    min-height: 180px;
    min-width: 100%;
  }
}
ol.breadcrumb {
  background: transparent;
  margin: 18px 0;
  list-style: none;
}
ol.breadcrumb li.home-bread a {
  color: #f8a61b;
}
ol.breadcrumb li {
  list-style: none;
}
ol.breadcrumb li a {
  text-transform: uppercase;
  font-size: 14px;
  color: #43474c;
}
ol.breadcrumb li a :hover {
  color: #f8a61b;
}
.pagination {
  width: 100%;
  text-align: left;
}
.pagination ul {
  list-style: none;
  margin: 0 auto;
  padding: 0;
  display: inline-block;
}
.pagination ul li {
  float: left;
  font-size: 18px;
  font-weight: 400;
  display: block;
  border-radius: 4px;
  border: 1px solid #f8a61b;
  text-align: center;
  margin: 0 10px 0 0;
}
.pagination ul li a {
  color: #f8a61b;
  margin: 0;
  display: block;
  width: 40px;
  height: 40px;
  line-height: 40px;
}
.pagination ul li.nav {
  font-size: 25px;
}
.pagination ul li.nav a {
  line-height: 36px;
}
.pagination ul li.active a,
.pagination ul li:hover a {
  color: #fff;
  background: #f8a61b;
}
.pagination ul li:nth-last-child(3) .div {
  display: none;
}
.pagination ul li.disabled {
  display: none;
}
.pagination ul li.disabled a {
  color: #f0f0f0;
}
.pagination ul:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
a.twitter-timeline {
  border-radius: 0 !important;
}
img.grayscale {
  filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale");
  filter: gray;
  -webkit-filter: grayscale(100%);
  -webkit-transition: all .6s ease;
  -webkit-backface-visibility: hidden;
}
img.grayscale:hover {
  filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'1 0 0 0 0, 0 1 0 0 0, 0 0 1 0 0, 0 0 0 1 0\'/></filter></svg>#grayscale");
  -webkit-filter: grayscale(0%);
}
.file-list .item {
  margin-bottom: 15px;
  margin-top: 15px;
}
.file-list .item .ext i {
  font-size: 65px;
}
.file-list .item .description {
  vertical-align: middle;
  min-height: 65px;
}
.file-list .item .description p {
  margin-bottom: 0px;
}
.file-list .item a i {
  margin-left: 10px;
}
.input-group[class*=col-] {
  padding-right: 15px;
  padding-left: 15px;
}
.input-group-addon {
  border-radius: 0;
}
.catalog .btn-primary {
  margin-top: 30px;
  padding-top: 15px;
  padding-bottom: 15px;
  width: 100%;
  font-size: 1.2em;
}
.catalog-item .info-r .head-c {
  background: #f5f7f7;
  padding: 7px 5px;
  margin: 5px 0 4px 0;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 12px;
}
.catalog-item .info-r .head-c-item {
  padding: 0 0 0 5px;
}
.catalog-item .photo-box {
  margin-top: 15px;
}
@media (min-width: 768px) {
  .catalog-item .photo-box {
    margin-top: 0px;
  }
}
.catalog-item.item-type-4 .photo-box {
  -moz-filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale");
  -o-filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale");
  -webkit-filter: grayscale(100%);
  filter: gray;
  filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale");
}
.catalog-view .info-r {
  margin-bottom: 30px;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
  line-height: 20px !important;
}
.select2-container .select2-selection--single .select2-selection__rendered {
  padding: 0px !important;
}
.select2-container .select2-selection--single {
  height: 34px !important;
}
.select2-container--default .select2-selection--single {
  border-radius: 0 !important;
  padding: 6px 12px !important;
}
.kd_ns_placement .see_also {
  display: none;
}
.kd_ns_placement .kd_ns_ads {
  margin: 0 -15px;
  padding: 0;
  clear: both;
}
.kd_ns_placement .kd_ns_ads a {
  display: block;
}
.kd_ns_placement .kd_ns_ads .kd_ns_box {
  padding: 0 15px;
  margin: 0 0 15px 0;
}
.kd_ns_placement .kd_ns_ads .kd_ns_box .kd_ns_image_div {
  height: 131px;
  overflow: hidden;
}
.kd_ns_placement .kd_ns_ads .kd_ns_box .kd_ns_image_div img {
  min-height: 131px;
}
.kd_ns_placement .kd_ns_ads .kd_ns_box .kd_ns_lead .kd_ns_font {
  margin: 10px 0 0 0;
  color: #000;
}
.kd_ns_placement .kd_ns_ads .kd_ns_box .kd_ns_lead .kd_ns_sponsored {
  display: none;
}
@media (min-width: 768px) {
  .kd_ns_placement .kd_ns_ads .kd_ns_box {
    width: 33.33%;
    float: left;
  }
}
@media (min-width: 992px) {
  .kd_ns_placement .kd_ns_ads .kd_ns_box {
    width: 33.33%;
    float: left;
  }
}
.kd_ns_placement .kd_ns_logo {
  clear: both;
}
.contentstream {
  overflow: hidden;
}
.contentstream-lista .see_also {
  display: none;
}
.contentstream-lista .kd_ns_ads {
  padding: 0;
  width: 100%;
}
.contentstream-lista .kd_ns_ads .kd_ns_box {
  width: 100%;
}
.contentstream-lista .kd_ns_image_div {
  width: 295px !important;
  height: auto !important;
}
.contentstream-lista .kd_ns_image {
  width: 100%;
}
.contentstream-lista .kd_ns_lead {
  padding-top: 10px;
  min-height: 105px;
}
.contentstream-lista .kd_ns_font {
  font: bold 22px/25px 'Lato', sans-serif !important;
  color: #656565 !important;
}
@media (min-width: 768px) {
  .contentstream-lista .kd_ns_lead {
    margin: -210px 0 0 250px;
    border-top: 1px solid #c6ccd0;
  }
  .contentstream-lista .kd_ns_image_div {
    width: 220px !important;
    height: 215px !important;
  }
}
@media (min-width: 992px) {
  .contentstream-lista .kd_ns_lead {
    margin: -225px 0 0 325px;
    border-top: 1px solid #c6ccd0;
  }
  .contentstream-lista .kd_ns_image_div {
    width: 295px !important;
    height: 225px !important;
  }
}
.adblock-alt {
  text-align: center;
  background: #da0000;
  color: #fff;
  padding: 15px;
  font-size: 15px;
}
.cookieinfo {
  background: rgba(255,255,255,0.9);
  position: fixed;
  bottom: 0;
  width: 100%;
  border-top: 1px solid #676767;
}
.cookieinfo #box_policies {
  margin-bottom: 30px;
  background: #fff;
  border: 0;
  margin: 0;
  padding: 15px;
  text-align: center;
  color: #676767;
}
.cookieinfo #box_policies .txt {
  margin-bottom: 10px;
}
.cookieinfo #box_policies .close {
  border: 1px solid #f0f0f0;
  padding: 5px 15px;
  opacity: 0.8;
  position: relative;
  float: none;
  margin-top: 0px;
  color: #fff;
  background-color: #4990e2;
  text-transform: uppercase;
  font-weight: 600;
}
.cookieinfo #box_policies .close:hover {
  opacity: 1;
}
#search-widget {
  height: 85px;
  margin-bottom: 50px;
  padding: 20px 25px;
  background: #f4f7fa;
  border: 1px solid #d8dee6;
  border-radius: 3px;
  -webkit-box-shadow: 0 0 3px rgba(0,0,0,0.05) inset;
  box-shadow: 0 0 3px rgba(0,0,0,0.05) inset;
}
.search-bar-widget {
  float: left;
  width: 82%;
  min-height: 43px;
  padding: 9px 12px 9px 40px;
}
#search-widget .search-widget-icon {
  position: absolute;
  top: 14px;
  left: 15px;
  color: #999;
  font-size: 16px;
}
#search-widget button {
  float: left;
  width: 16%;
  margin-left: 2%;
  padding: 10px;
  font-weight: 600;
}
body.lite .head .menu {
  border-bottom: 1px solid #f0f0f0;
}
body.lite >.content,
body.lite .right-side,
body.lite .module {
  background-color: transparent;
}
body.lite .content .home.box .head-box .group h1 {
  color: #000000;
}
body.lite .content .home.box .head-box .group::before {
  border-bottom-color: #f8a61b;
  border-right-color: #f8a61b;
}
body.lite .content .home.box .bg-cont {
  background-color: transparent;
  border: 1px solid #e9e9e9;
}
body.lite .module.type-latest .bg {
  border: 1px solid #e9e9e9;
}
body.lite .module.type-baner .bg {
  background: transparent;
}
body.lite .module .head-box h2 {
  color: #000000;
}
body.lite .footer {
  border-top: 1px solid #f0f0f0;
}
body.lite .articles .article-view .left .bg {
  border: 1px solid #e9e9e9;
}
