@charset "UTF-8";
* {
  scrollbar-color: #0F83D4 rgb(237.15, 237.15, 237.15); /* thumb and track color */
}

::-webkit-scrollbar {
  width: 16px;
}

/* Track */
::-webkit-scrollbar-track {
  background: rgb(237.15, 237.15, 237.15);
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: #0F83D4;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: rgb(8.2599118943, 72.1365638767, 116.7400881057);
}

a {
  transition: color 0.2s ease 0s;
  -webkit-transition: color 0.2s ease 0s;
  -ms-transition: color 0.2s ease 0s;
  -o-transition: color 0.2s ease 0s;
  -moz-transition: color 0.2s ease 0s;
  -khtml-transition: color 0.2s ease 0s;
  outline: 0 !important;
  color: inherit;
}
a img {
  outline: 0 !important;
}
a:hover, a:focus, a:active {
  text-decoration: none;
  color: #666666;
}

html {
  margin-top: 0 !important;
}

html, body {
  background: #030303;
  width: 100%;
  overflow-y: visible;
  overflow-x: hidden;
  /*letter-spacing: 0.05em;*/
}

#page {
  /*    @media screen and (max-width: 1199px){
          padding-top: 50px;
      }*/
  margin-top: 0;
  /*    @media screen and (max-width: 1339px){
          padding-left: 20px;
          padding-right: 20px;
      }
      @media screen and (max-width: 599px){
          padding-left: 10px;
          padding-right: 10px;
      }*/
}

@-webkit-keyframes sk-rotatePlane {
  0% {
    -webkit-transform: perspective(120px) rotateX(0deg) rotateY(0deg);
    transform: perspective(120px) rotateX(0deg) rotateY(0deg);
  }
  50% {
    -webkit-transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg);
    transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg);
  }
  100% {
    -webkit-transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
    transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
  }
}
@keyframes sk-rotatePlane {
  0% {
    -webkit-transform: perspective(120px) rotateX(0deg) rotateY(0deg);
    transform: perspective(120px) rotateX(0deg) rotateY(0deg);
  }
  50% {
    -webkit-transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg);
    transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg);
  }
  100% {
    -webkit-transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
    transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
  }
}
body {
  padding-top: 185px;
  padding-top: 145px;
  backface-visibility: hidden;
  min-width: 320px !important;
  overflow-x: hidden;
  background: #030303;
  margin: 0;
  font-family: "Poppins", Arial, sans-serif;
  font-size: 16px;
  color: #333333;
  font-weight: 400;
  /*    @media screen and (max-width: 1199px){
          #loaderTint{
              display: none;
          }
      }
      @media screen and (min-width: 1200px){
          &{
              #inBody{
                  @include transitions(1s linear 0s);
                  backface-visibility: hidden;
                  transform: none;
                  -webkit-transform: none;
              }


              #loaderTint{

                  @include transitions(0.5s linear 0s);
                  position: fixed;
                  z-index: 9999;
                  background: #030303;
                  top: 0; left: 0; right: 0; bottom: 0;
                  display: block;
                  transform: rotateY(90deg);
                  -webkit-transform: rotateY(90deg);
                  text-align: center;
                  font-size: 46px;
                  visibility: hidden;
                  div{
                      position: absolute;
                      top: 0; left: 0; right: 0; bottom: 0;

                                          width: 250px;
                                          height: 225px;
                                          position: absolute;
                                          top: 0; left: 0; right: 0; bottom: 0;
                                          margin: auto;
                      img{
                          width: 180px;
                          margin-bottom: 60px;   
                          display: none;
                      }
                      span{

                          position: absolute;
                          top: 0; left: 0; right: 0; bottom: 0;
                          -webkit-animation: sk-rotatePlane 1.2s infinite ease-in-out;
                          animation: sk-rotatePlane 1.2s infinite ease-in-out;
                          transform: rotateY(0);
                          -webkit-transform: rotateY(0);
                          display: block;
                          width: 50px;
                          height: 50px;
                          background: #fff;
                          margin: auto;
                      }
                  }


              }
          }
          &.loading{
              #inBody{
                  overflow: hidden !important;
                  transform: scale(0.98) rotateY(180deg);
                  -webkit-transform: scale(0.98) rotateY(180deg);
              }
              #loaderTint{
                  visibility: visible;
                  transform: rotateY(0);
                  -webkit-transform: rotateY(0);

              }

          }
      }*/
}
body.smallPadding {
  padding-top: 65px;
}
body.inApp {
  padding-top: 0 !important;
}
body.mobile .headerPhoto {
  background-size: cover;
}
body #inBody {
  /*background: #eeeeee;*/
}

* {
  box-sizing: border-box;
}

.clear {
  clear: both;
}

.zaslepka {
  margin: 5px;
}
.zaslepka > div {
  border: 1px solid black;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: center;
}

.button {
  transition: 0.5s ease 0s;
  -webkit-transition: 0.5s ease 0s;
  -ms-transition: 0.5s ease 0s;
  -o-transition: 0.5s ease 0s;
  -moz-transition: 0.5s ease 0s;
  -khtml-transition: 0.5s ease 0s;
  display: inline-block;
  width: 200px;
  height: 50px;
  line-height: 49px;
  text-align: center;
  border: 2px solid #101010;
}

.backBtn {
  cursor: pointer;
  display: block;
  transition: 0.3s ease 0s;
  -webkit-transition: 0.3s ease 0s;
  -ms-transition: 0.3s ease 0s;
  -o-transition: 0.3s ease 0s;
  -moz-transition: 0.3s ease 0s;
  -khtml-transition: 0.3s ease 0s;
  margin: 40px auto;
}
.backBtn:hover {
  background: #101010;
  color: white;
}

#tilesList .list-view {
  padding: 0;
  overflow: hidden;
}
#tilesList .summary {
  display: none;
}

.versionSelect .languages {
  cursor: pointer;
  transition: 0.3s ease 0s;
  -webkit-transition: 0.3s ease 0s;
  -ms-transition: 0.3s ease 0s;
  -o-transition: 0.3s ease 0s;
  -moz-transition: 0.3s ease 0s;
  -khtml-transition: 0.3s ease 0s;
  width: 70px;
  position: relative;
  height: 20px;
  text-align: center;
  margin: 44px 20px 0 20px;
  float: right;
  font-weight: bold;
}
.versionSelect .languages::after {
  transition: 0.3s ease 0s;
  -webkit-transition: 0.3s ease 0s;
  -ms-transition: 0.3s ease 0s;
  -o-transition: 0.3s ease 0s;
  -moz-transition: 0.3s ease 0s;
  -khtml-transition: 0.3s ease 0s;
  content: "";
  position: absolute;
  top: 8px;
  right: 10px;
  width: 9px;
  height: 6px;
  background-image: url("../img/langArrow.png");
  filter: invert(100);
  -webkit-filter: invert(100);
}
.versionSelect .languages .other {
  opacity: 0;
  overflow: hidden;
  transition: 0.3s ease 0s;
  -webkit-transition: 0.3s ease 0s;
  -ms-transition: 0.3s ease 0s;
  -o-transition: 0.3s ease 0s;
  -moz-transition: 0.3s ease 0s;
  -khtml-transition: 0.3s ease 0s;
  visibility: hidden;
  max-height: 0;
  position: absolute;
}
.versionSelect .languages .lang {
  display: block;
  width: 70px;
  padding-left: 20px;
  padding-right: 24px;
}
.versionSelect .languages .lang:hover {
  color: white;
}
.versionSelect .languages:hover:not(.closed) .other, .versionSelect .languages.hover:not(.closed) .other {
  visibility: visible;
  max-height: 120px;
  opacity: 1;
}
.versionSelect .languages:hover:not(.closed)::after, .versionSelect .languages.hover:not(.closed)::after {
  transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
}
.versionSelect .vChange {
  float: right;
  background: transparent;
  color: white;
  padding: 0 14px;
  font-size: 14px;
  line-height: 46px;
  height: 48px;
  display: inline-block;
  border: 1px solid #fff;
  font-family: "Roboto", Arial, sans-serif;
  font-weight: bold;
  margin-top: 30px;
  cursor: pointer;
  text-transform: uppercase;
  transition: 0.3s ease 0s;
  -webkit-transition: 0.3s ease 0s;
  -ms-transition: 0.3s ease 0s;
  -o-transition: 0.3s ease 0s;
  -moz-transition: 0.3s ease 0s;
  -khtml-transition: 0.3s ease 0s;
}
.versionSelect .vChange:hover {
  background: #fff;
  color: black;
}

#top {
  transition: 0.3s ease 0s;
  -webkit-transition: 0.3s ease 0s;
  -ms-transition: 0.3s ease 0s;
  -o-transition: 0.3s ease 0s;
  -moz-transition: 0.3s ease 0s;
  -khtml-transition: 0.3s ease 0s;
  min-width: 320px !important;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1000;
  font-size: 14px;
  background: white;
  /*border-bottom: 5px solid #1776BA;*/
  color: #353535;
  /*letter-spacing: 0.07em;*/
  z-index: 997;
  height: 145px;
  display: flex;
  /*align-items: center;*/
  /*box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.3);*/
}
#top .topMenu {
  padding: 0 15px;
}
#top .topMenu a {
  font-size: 14px;
}
#top .topMenu a {
  margin-right: 10px;
  white-space: normal !important;
  /*min-width: 130px;*/
  flex: 0;
  text-align: center;
  /*letter-spacing: -0.06em;*/
}
@media screen and (max-width: 1199px) {
  #top .topMenu {
    display: none !important;
  }
}
@media screen and (max-width: 1329px) {
  #top .topBtnContainer {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
  #top .topBtnContainer a {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
}
#top .container {
  padding: 0;
  width: 1680px !important;
  max-width: 100% !important;
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-end;
  list-style-type: none;
  align-items: center;
}
#top .container .topLogoContainer {
  justify-self: flex-start;
  margin-right: auto;
}
#top .container::before, #top .container::after {
  display: none;
}
#top .container .topSearchContainer {
  padding: 0 40px;
  justify-items: center;
}
#top .container .topMenu {
  text-align: right;
  padding: 0 20px;
}
#top .container .wyszukiwarka {
  background: #F4F4F4;
  border-radius: 50px;
  height: 50px;
  width: 100%;
  max-width: 700px;
}
#top .container .wyszukiwarka button {
  display: block;
  float: right;
  border: 0;
  background: none;
  width: 60px;
  height: 50px;
}
#top .container .wyszukiwarka input {
  display: block;
  float: left;
  border: 0;
  background: none;
  width: calc(100% - 61px);
  padding: 0 25px;
  border-radius: 25px 0 0 25px;
  height: 50px;
}
@media screen and (min-width: 1200px) {
  #top .container .topLogoContainer {
    width: 195px !important;
  }
  #top .container .topMenuButtonContainer {
    width: 38px !important;
    /*flex-shrink: 1;*/
  }
  #top .container .topBtnContainer {
    /*flex-shrink: 1;*/
    padding: 0 60px;
  }
  #top .container .topSearchContainer {
    width: calc(100% - 438px - 195px) !important;
    text-align: center;
    /*flex-shrink: 1;*/
  }
}
#top .btn {
  float: right;
}
#top .menuButton {
  /*float: right;*/
  cursor: pointer;
  width: 38px;
  height: 30px;
  position: relative;
  /*        top: 0;
          bottom: 0;*/
  margin: auto;
  z-index: 101;
}
#top .menuButton span {
  display: block;
  position: absolute;
  margin: 0;
  margin: auto;
  transition: 0.5s ease 0s;
  -webkit-transition: 0.5s ease 0s;
  -ms-transition: 0.5s ease 0s;
  -o-transition: 0.5s ease 0s;
  -moz-transition: 0.5s ease 0s;
  -khtml-transition: 0.5s ease 0s;
  height: 3px;
  width: 38px;
  border-radius: 1px;
  background: #2D2D2D;
  left: 0;
  right: 0;
}
#top .menuButton span.bar1 {
  top: 0;
  bottom: 27px;
}
#top .menuButton span.bar2 {
  top: 0;
  bottom: 0;
}
#top .menuButton span.bar3 {
  top: 27px;
  bottom: 0;
}
#top .menuButton.menuOpen {
  /*           position: fixed;
         left: 20px;
           top: 72px;
           bottom: auto;
           margin: 0;*/
}
#top .menuButton.menuOpen span {
  background: #353535;
  top: 0;
  bottom: 0;
}
#top .menuButton.menuOpen span.bar1, #top .menuButton.menuOpen span.bar3 {
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
}
#top .menuButton.menuOpen span.bar2 {
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
}
#top .menuButton.menuOpen + #logoRwd {
  margin-left: 60px;
}
#top .userWidget {
  /*margin-top: 8px;*/
}
#top a {
  margin-right: 25px;
}
#top a:last-child {
  margin-right: 0;
}
#top a, #top a i.fa {
  transition: 0.3s ease 0s;
  -webkit-transition: 0.3s ease 0s;
  -ms-transition: 0.3s ease 0s;
  -o-transition: 0.3s ease 0s;
  -moz-transition: 0.3s ease 0s;
  -khtml-transition: 0.3s ease 0s;
}
#top > .container {
  transition: 0.3s ease 0s;
  -webkit-transition: 0.3s ease 0s;
  -ms-transition: 0.3s ease 0s;
  -o-transition: 0.3s ease 0s;
  -moz-transition: 0.3s ease 0s;
  -khtml-transition: 0.3s ease 0s;
  padding-top: 12px;
  padding-bottom: 12px;
}
#top #logo {
  display: inline-block;
  max-height: 100%;
  height: 60px;
  /*margin-top: 12px;*/
  /*float: left;*/
}
#top #logo img {
  max-height: 100%;
  transition: 0.3s ease 0s;
  -webkit-transition: 0.3s ease 0s;
  -ms-transition: 0.3s ease 0s;
  -o-transition: 0.3s ease 0s;
  -moz-transition: 0.3s ease 0s;
  -khtml-transition: 0.3s ease 0s;
}
#top .socialMedia a, #top .socialMedia span {
  color: black !important;
}
#top .socialMedia {
  padding-left: 30px;
  padding-right: 10px;
  float: right;
  margin-top: -12px;
  height: auto;
  line-height: auto;
}
#top .socialMedia a {
  color: black;
  line-height: auto;
  vertical-align: middle;
}
#top .socialMedia a i.fa {
  line-height: auto-3px;
}
#top i.fa {
  position: relative;
}
#top .mediaSocial {
  line-height: 29px;
}
#top .mediaSocial a:hover, #top .mediaSocial a:active, #top .mediaSocial a:focus {
  color: #6164a3;
}
#top .mediaSocial i.fa {
  margin-right: 5px;
  font-size: 22px;
}
#top .socialMedia {
  transition: 0.3s ease 0s;
  -webkit-transition: 0.3s ease 0s;
  -ms-transition: 0.3s ease 0s;
  -o-transition: 0.3s ease 0s;
  -moz-transition: 0.3s ease 0s;
  -khtml-transition: 0.3s ease 0s;
  height: auto;
}
#top .versionSelect {
  position: absolute;
  right: 0;
  top: 0;
  max-width: 350px;
}
#top.white {
  background: #292A48;
}
#top.white #logo img {
  filter: none;
  -webkit-filter: none;
}
#top.white #topMenu > li a {
  font-size: 12px;
  color: #222;
}
#top.white #topMenu > li a::after {
  background: #222;
}
#top.white .versionSelect .vChange {
  color: #222;
  border-color: #222;
}
#top.white .versionSelect .vChange:hover {
  color: #fff;
  background: #222;
}
#top.white .versionSelect .languages .other {
  background: white;
}
#top.white .versionSelect .languages::after {
  filter: none;
  -webkit-filter: none;
}
#top.white .versionSelect .languages .lang {
  color: #222;
}
#top.white .versionSelect .languages .lang:hover {
  color: #222;
}
#top.white .userWidget {
  padding: 5px 0;
}
#top.white .userWidget a.topButton {
  display: inline-block;
  color: white;
}
#top.white .userWidget a.topButton i.fa {
  margin-right: 10px;
  font-size: 18px;
}
#top.white .userWidget a:hover {
  color: #6164a3;
}
#top.white .userWidget .btnMenu {
  padding-right: 20px;
  text-transform: uppercase;
  color: white;
}
#top.white .userWidget .btnMenu i.fa {
  margin-right: 10px;
}
#top.white .userWidget .btnMenu:last-child {
  padding-right: 0;
}
@media screen and (max-width: 1649px) and (min-width: 1350px) {
  #top #topMenu li {
    padding: 0 14px;
  }
}
#top:not(.sticky) #logo {
  /*margin-top: 5px;*/
}
#top.sticky {
  height: 65px;
  /*box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.3);*/
  box-shadow: 0 0 4px 0px rgba(0, 0, 0, 0.25);
}
#top.sticky > .container {
  padding-top: 0;
  padding-bottom: 0;
}
#top.sticky .btn {
  height: 40px;
  line-height: 38px;
}
#top.sticky .wyszukiwarka {
  height: 40px;
}
#top.sticky .wyszukiwarka button {
  height: 40px;
}
#top.sticky .wyszukiwarka input {
  height: 40px;
}
#top.sticky #logo {
  /*margin-top: 9px;*/
  height: 40px;
}
#top.sticky .topMenu {
  gap: 4px 8px !important;
}

@media screen and (max-width: 991px) {
  #top .topSearchContainer {
    display: none;
  }
}
@media screen and (max-width: 699px) {
  #top .topBtnContainer .btn {
    /*font-size: 0;*/
    padding: 0 25px;
    /*                &::before{
                        font-size: 20px;
                        content: '\f879';
                        font-family: 'Font Awesome 5 Pro';
                        font-weight: 700;
                    }*/
  }
}
.anonCategoryWrapper {
  background: #fff;
}
.anonCategoryWrapper ul {
  margin-bottom: 0;
}
.anonCategoryWrapper .anonCategory {
  text-transform: uppercase;
  color: #000;
  float: right;
  text-decoration: none;
  list-style-type: none;
  overflow: hidden;
  padding-left: 0;
  font-size: 14px;
}
.anonCategoryWrapper .anonCategory li {
  float: left;
}
.anonCategoryWrapper .anonCategory li:last-child a {
  padding-right: 0;
}
.anonCategoryWrapper .anonCategory a {
  padding: 40px 17px;
  display: block;
  text-align: center;
}

.container {
  max-width: 100%;
}
.container.wide {
  width: auto;
}

.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  /*    padding-left: 30px;
      padding-right: 30px;*/
  min-height: 1px !important;
}

.cmsPage > div .section, #homePageNews > div .section {
  min-height: 1px;
  /*padding: 20px 0;*/
  /*        @media screen and (min-width: 992px){
              padding: 0 0 $colSpacing;
          }*/
  /*
          margin-left: -$halfColSpacing;
          margin-right: -$halfColSpacing;*/
  font-size: 18px;
  /*background: $bgColor;*/
  /*color: #000000;*/
}
@media screen and (max-width: 1199px) {
  .cmsPage > div .section, #homePageNews > div .section {
    /*            margin-left: -$rwdHalfColSpacing;
                margin-right: -$rwdHalfColSpacing;*/
  }
}
.cmsPage > div .section .widgetBox[data-type=aSlider], #homePageNews > div .section .widgetBox[data-type=aSlider] {
  margin: 0;
}
@media screen and (max-width: 1199px) {
  .cmsPage > div .section .widgetBox[data-type=aSlider], #homePageNews > div .section .widgetBox[data-type=aSlider] {
    margin: 0;
  }
}
.cmsPage > div .section > .container, #homePageNews > div .section > .container {
  /*width: 1380px;*/
  padding: 0;
}
.cmsPage > div .section:first-child, #homePageNews > div .section:first-child {
  /*padding-top: 40px;*/
}
.cmsPage > div .section:last-child, #homePageNews > div .section:last-child {
  /*padding-bottom: 40px;*/
}
.cmsPage > div .section .column, #homePageNews > div .section .column {
  /*overflow: hidden;*/
  margin-bottom: 40px;
}
@media screen and (max-width: 1199px) {
  .cmsPage > div .section .column, #homePageNews > div .section .column {
    margin-bottom: 16px;
  }
}
.cmsPage > div .section .widgetBox, #homePageNews > div .section .widgetBox {
  margin-bottom: 40px;
}
@media screen and (max-width: 1199px) {
  .cmsPage > div .section .widgetBox, #homePageNews > div .section .widgetBox {
    margin-bottom: 16px;
  }
}
.cmsPage > div .section .widgetBox:last-child, #homePageNews > div .section .widgetBox:last-child {
  margin-bottom: 0;
}
.cmsPage > div .section.fullSection, #homePageNews > div .section.fullSection {
  /*            margin-left: -0 !important;
              margin-right: -0 !important;
              .col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12{
                  padding-left: 0 !important;
                  padding-right: 0 !important;
              }*/
  /*        div.widgetBox[data-type=locationMap]{
              margin-left: -20px;
              margin-right: -20px;
              margin-top: -40px;
              margin-bottom: 0;
          }
          #tilesList{
              overflow: hidden;
              margin-top: -40px;
              margin-bottom: -42px;
              @media screen and (max-width: 767px){
                  margin-bottom: -22px;
              }
              margin-left: -20px;
              margin-right: -20px;
          }*/
}
.cmsPage > div .section.fullSection .widgetBox, #homePageNews > div .section.fullSection .widgetBox {
  /*margin-bottom: 0;*/
  /*padding: 0 10px;*/
}
@media screen and (min-width: 1921px) {
  .cmsPage > div .section.fullSection .column.col-md-6.half-wided, #homePageNews > div .section.fullSection .column.col-md-6.half-wided {
    padding-left: 350px !important;
  }
  .cmsPage > div .section.fullSection .column.col-md-6.half-wided.half-wided-right, #homePageNews > div .section.fullSection .column.col-md-6.half-wided.half-wided-right {
    padding-left: 20px !important;
    padding-right: 350px !important;
  }
}
@media screen and (min-width: 1921px) and (max-width: 1199px) {
  .cmsPage > div .section.fullSection .column.col-md-6.half-wided.half-wided-right, #homePageNews > div .section.fullSection .column.col-md-6.half-wided.half-wided-right {
    padding-left: 8px !important;
  }
}
.cmsPage h1.title, #homePageNews h1.title {
  margin-top: 40px;
  margin-bottom: 30px;
  text-transform: uppercase;
}
.cmsPage .widgetBox, #homePageNews .widgetBox {
  /*margin-bottom: 20px;*/
  /*box-shadow: 0 3px 2px rgba(black, 0.1);*/
  /*margin-bottom: 40px;*/
  /*overflow: hidden;*/
}
@media screen and (max-width: 767px) {
  .cmsPage .widgetBox, #homePageNews .widgetBox {
    /*margin-bottom: 20px;*/
  }
}
@media screen and (min-width: 992px) {
  .cmsPage .col-md-12 .widgetBox[data-type=banner] span.whiteBox, #homePageNews .col-md-12 .widgetBox[data-type=banner] span.whiteBox {
    right: auto;
    width: 50%;
  }
}
.cmsPage .headerPhoto, #homePageNews .headerPhoto {
  margin-bottom: 40px;
  height: 300px;
  position: relative;
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-position: center center;
}
@media screen and (max-width: 1199px) {
  .cmsPage .headerPhoto, #homePageNews .headerPhoto {
    background-attachment: initial;
  }
}
.cmsPage .headerPhoto::after, #homePageNews .headerPhoto::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: block;
  background: black;
  opacity: 0.3;
  z-index: 0;
}
.cmsPage .headerPhoto .container, #homePageNews .headerPhoto .container {
  height: 100%;
  position: relative;
}
.cmsPage .headerPhoto .text, #homePageNews .headerPhoto .text {
  z-index: 1;
  position: absolute;
  bottom: 40px;
  font-weight: 700;
  left: 20px;
  font-size: 72px;
  opacity: 0.85;
  text-transform: uppercase;
  color: white;
  text-shadow: 0 3px 2px rgba(0, 0, 0, 0.5);
}
@media screen and (max-width: 1349px) and (min-width: 992px) {
  .cmsPage .headerPhoto, #homePageNews .headerPhoto {
    height: 300px;
  }
}
@media screen and (max-width: 991px) {
  .cmsPage .headerPhoto, #homePageNews .headerPhoto {
    height: 200px;
  }
  .cmsPage .headerPhoto .text, #homePageNews .headerPhoto .text {
    bottom: 20px;
    font-size: 62px;
    line-height: 1.1em;
  }
}
@media screen and (max-width: 649px) {
  .cmsPage .headerPhoto .text, #homePageNews .headerPhoto .text {
    font-size: 36px;
  }
}

.lockRatio {
  position: relative;
}
.lockRatio.lockRatio50 .dummy {
  padding-top: 50%;
}
.lockRatio.lockRatio30 .dummy {
  padding-top: 30%;
}
.lockRatio.lockRatio66 .dummy {
  padding-top: 66%;
}
.lockRatio.lockRatio40 .dummy {
  padding-top: 40%;
}
.lockRatio .content {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.lockRatio.locationMap .dummy {
  padding-top: 25%;
}
@media screen and (max-width: 1199px) and (min-width: 361px) {
  .lockRatio.locationMap .dummy {
    padding-top: 50%;
  }
}
@media screen and (max-width: 360px) {
  .lockRatio.locationMap .dummy {
    padding-top: 65%;
  }
}

.locationMap > .content {
  background-image: url("../../admin/img/loader.gif");
  background-position: center center;
  background-repeat: no-repeat;
}

.pace {
  -webkit-pointer-events: none;
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  position: fixed;
  z-index: 99999;
  top: 0;
  left: 0;
  right: 0;
  /*display: none;*/
}
.pace .pace-progress {
  background: #D97925;
  background: transparent;
  position: fixed;
  z-index: 9999999999;
  top: 0;
  right: 100%;
  width: 100%;
  transition: 0.3s ease 0s;
  -webkit-transition: 0.3s ease 0s;
  -ms-transition: 0.3s ease 0s;
  -o-transition: 0.3s ease 0s;
  -moz-transition: 0.3s ease 0s;
  -khtml-transition: 0.3s ease 0s;
  height: 4px;
}

.pace-inactive {
  transition: none;
  -webkit-transition: none;
  -ms-transition: none;
  -o-transition: none;
  -moz-transition: none;
  -khtml-transition: none;
  display: none;
}

#errorPage {
  text-align: center;
}

.form {
  margin-bottom: 45px;
  padding-bottom: 0;
  overflow: hidden;
  /*    .col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12{
          padding-left: 10px !important;
          padding-right: 10px !important;
          @media screen and (max-width: 1199px){
              padding-left: 10px !important;
              padding-right: 10px !important;
          }
      }*/
}
.form input[type=text], .form input[type=email], .form input[type=number], .form input[type=tel], .form input[type=password], .form select, .form textarea {
  background: #fff;
  border: none;
  display: block;
  width: 100%;
  padding: 5px 20px;
  color: #000;
  border-radius: 0;
  border: none;
  border: 1px solid #aaaaaa;
  /*border-bottom:2px solid #000;*/
  height: 48px;
  font-size: 14px;
  margin-bottom: 20px;
  border: 1px solid #E5E5E5;
  padding: 0 20px;
  height: 50px;
  font-size: 14px;
  color: #000000;
  font-weight: 400;
  font-family: inherit;
}
.form input[type=password] {
  color: #000;
}
.form .input-group-addon + * {
  margin-bottom: 0 !important;
}
.form textarea {
  padding: 10px 20px;
  height: 120px;
  font-family: inherit;
  resize: none;
}
.form .col-xs-1, .form .col-sm-1, .form .col-md-1, .form .col-lg-1, .form .col-xs-2, .form .col-sm-2, .form .col-md-2, .form .col-lg-2, .form .col-xs-3, .form .col-sm-3, .form .col-md-3, .form .col-lg-3, .form .col-xs-4, .form .col-sm-4, .form .col-md-4, .form .col-lg-4, .form .col-xs-5, .form .col-sm-5, .form .col-md-5, .form .col-lg-5, .form .col-xs-6, .form .col-sm-6, .form .col-md-6, .form .col-lg-6, .form .col-xs-7, .form .col-sm-7, .form .col-md-7, .form .col-lg-7, .form .col-xs-8, .form .col-sm-8, .form .col-md-8, .form .col-lg-8, .form .col-xs-9, .form .col-sm-9, .form .col-md-9, .form .col-lg-9, .form .col-xs-10, .form .col-sm-10, .form .col-md-10, .form .col-lg-10, .form .col-xs-11, .form .col-sm-11, .form .col-md-11, .form .col-lg-11, .form .col-xs-12, .form .col-sm-12, .form .col-md-12, .form .col-lg-12 {
  padding-left: 10px !important;
  padding-right: 10px !important;
}
.form label {
  /*color: #152C7C;*/
  /*padding: 15px 0 10px;*/
  font-weight: 400;
  font-size: 14px;
}
.form label.labelBlock {
  display: block;
}
.form .row > .col-md-3 {
  height: 50px;
  text-align: right;
  display: -webkit-box;
  display: flex;
  -webkit-display: flex;
  display: -webkit-flex;
  align-items: center;
  justify-content: right;
  -webkit-align-items: center;
  -webkit-justify-content: right;
  align-items: -webkit-center;
  justify-content: -webkit-right;
}
.form input[type=checkbox] {
  margin-right: 5px;
}
.form .note {
  display: none;
  font-size: 14px;
}
.form .row.buttons {
  text-align: center;
  margin: 20px 0;
}
.form .note {
  margin-bottom: 20px;
}
.form .select {
  overflow: hidden;
  background: url("../img/select.png") no-repeat right #F5F5F5;
}
.form .select select {
  transition: background-color 0.3s ease 0s;
  -webkit-transition: background-color 0.3s ease 0s;
  -ms-transition: background-color 0.3s ease 0s;
  -o-transition: background-color 0.3s ease 0s;
  -moz-transition: background-color 0.3s ease 0s;
  -khtml-transition: background-color 0.3s ease 0s;
  width: calc(100% + 20px) !important;
  background: transparent;
  -webkit-appearance: none;
  padding: 0;
  padding-right: 30px;
}
.form .select select[disabled] {
  background: rgba(0, 0, 0, 0.05);
}
.form .errorMessage {
  margin-top: -20px;
  margin-bottom: 10px;
}
.form .cke + .errorMessage {
  margin-top: 10px;
}

.errorMessage, .errorSummary {
  color: #1776BA;
}

.row {
  margin-left: 0;
  margin-right: 0;
}

.downloadFiles {
  width: 100%;
}
.downloadFiles tr:nth-child(2n) {
  background: #F5F5F5;
}
.downloadFiles tr:nth-child(2n+1) {
  background: #FFFFFF;
}
.downloadFiles td {
  vertical-align: middle;
  padding: 10px 20px;
  font-size: 14px;
  font-weight: 300;
}
.downloadFiles td:first-child {
  padding-left: 40px;
  width: 30px;
  color: black;
  font-size: 32px;
}
.downloadFiles td:last-child {
  text-align: right;
  padding-right: 40px;
}
@media screen and (max-width: 499px) {
  .downloadFiles td {
    vertical-align: middle;
    padding: 10px;
  }
  .downloadFiles td:first-child {
    padding-left: 20px;
  }
  .downloadFiles td:last-child {
    padding-right: 20px;
  }
}

.pager {
  margin: 0 !important;
  clear: both;
  font-size: 0;
}
@media screen and (max-width: 767px) {
  .pager {
    padding-bottom: 20px;
  }
}
.pager .yiiPager {
  display: block;
  width: 100%;
  text-align: center;
  padding: 20px 40px;
}
@media screen and (max-width: 1199px) and (min-width: 600px) {
  .pager .yiiPager {
    padding: 40px 50px;
  }
}
@media screen and (max-width: 599px) {
  .pager .yiiPager {
    padding: 40px 20px;
  }
}
.pager .yiiPager li a {
  font-weight: bold;
  transition: 0.3s ease 0s;
  -webkit-transition: 0.3s ease 0s;
  -ms-transition: 0.3s ease 0s;
  -o-transition: 0.3s ease 0s;
  -moz-transition: 0.3s ease 0s;
  -khtml-transition: 0.3s ease 0s;
  margin: 0 5px;
  background: #fff;
  color: inherit;
  border: 1px solid #0F83D4;
  width: 38px;
  height: 38px;
  border-radius: 0;
  font-size: 18px;
  font-weight: 300;
  vertical-align: middle;
  line-height: 36px;
  border-radius: 100%;
}
.pager .yiiPager li.selected a, .pager .yiiPager li a:hover {
  background: #0F83D4;
  color: white;
}
.pager .next > a, .pager .next > span {
  float: none;
}
.pager .previous > a, .pager .previous > span {
  float: none;
}

#cookies-message {
  font-size: 14px;
  background: rgba(255, 255, 255, 0.9);
  color: #000;
}

#accept-cookies-checkbox {
  /*display: block;*/
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  margin-left: 10px;
  font-weight: 700;
  line-height: 16px;
  text-align: center;
  color: white;
  padding: 2px 5px;
  background: #999999;
  border-radius: 2px;
  transition: 0.3s ease 0s;
  -webkit-transition: 0.3s ease 0s;
  -ms-transition: 0.3s ease 0s;
  -o-transition: 0.3s ease 0s;
  -moz-transition: 0.3s ease 0s;
  -khtml-transition: 0.3s ease 0s;
}
#accept-cookies-checkbox:hover {
  background: rgb(107.1, 107.1, 107.1);
}
@media screen and (max-width: 767px) {
  #accept-cookies-checkbox {
    padding: 3px 10px;
  }
}

#content > .portlet > .portlet-content > .breadCrumbs {
  background: #082B49;
  color: white;
  font-size: 14px;
  padding: 5px 0;
}
#content > .portlet > .portlet-content > .breadCrumbs .separator {
  font-size: 10px;
  margin: 0 5px 0;
  position: relative;
  top: -1px;
}
#content > .portlet > .portlet-content > .breadCrumbs a:hover {
  /*color: $color1dark;*/
}

/**{
    animation: rotate;
    animation-iteration-count: infinite;
    animation-duration: 5s;
}

@keyframes rotate{
    0%{
        transform: rotate(0deg);
    }
    50%{
        transform: rotate(180deg);
    }
    100%{
        transform: rotate(360deg);
    }
}*/
#homePageNews {
  padding: 0;
  overflow: hidden;
}
#homePageNews .newsMainPhoto {
  /*height: 230px;*/
  margin: 0;
}
#homePageNews a.absoluteLink {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
#homePageNews .news > div {
  padding-bottom: 40px;
}
#homePageNews .news > div .newsBox {
  background: transparent;
  box-shadow: none;
  overflow: hidden;
  padding: 5px 10px;
  flex: 0 1 auto;
  -webkit-flex: 0 1 auto;
  height: 100%;
  margin-bottom: 0;
}
#homePageNews .news > div .newsBox h4 {
  font-size: 12px;
  margin-bottom: 0;
}
#homePageNews .news > div .newsBox h2 {
  font-size: 22px;
  line-height: normal;
  overflow: hidden;
  text-overflow: ellipsis;
  /*white-space: nowrap;*/
  margin-top: 5px;
  margin-bottom: 5px;
  overflow: hidden;
}
#homePageNews .news > div .newsBox h2 a {
  color: inherit;
  transition: color 0.3s ease 0s;
  -webkit-transition: color 0.3s ease 0s;
  -ms-transition: color 0.3s ease 0s;
  -o-transition: color 0.3s ease 0s;
  -moz-transition: color 0.3s ease 0s;
  -khtml-transition: color 0.3s ease 0s;
}
#homePageNews .news > div .newsBox h2 a:hover {
  color: #888;
}
#homePageNews .news > div .newsBox div.description {
  height: 100px;
  overflow: hidden;
  overflow-y: auto;
}
#homePageNews .news > div .newsBox div.description, #homePageNews .news > div .newsBox div.description * {
  font-size: 14px !important;
  line-height: 18px;
}
#homePageNews .news > div .newsBox .newsMainPhoto .bg {
  background-size: contain;
  background-repeat: no-repeat;
  backgrond-position: center center;
}
#homePageNews .col-xs-1, #homePageNews .col-sm-1, #homePageNews .col-md-1, #homePageNews .col-lg-1, #homePageNews .col-xs-2, #homePageNews .col-sm-2, #homePageNews .col-md-2, #homePageNews .col-lg-2, #homePageNews .col-xs-3, #homePageNews .col-sm-3, #homePageNews .col-md-3, #homePageNews .col-lg-3, #homePageNews .col-xs-4, #homePageNews .col-sm-4, #homePageNews .col-md-4, #homePageNews .col-lg-4, #homePageNews .col-xs-5, #homePageNews .col-sm-5, #homePageNews .col-md-5, #homePageNews .col-lg-5, #homePageNews .col-xs-6, #homePageNews .col-sm-6, #homePageNews .col-md-6, #homePageNews .col-lg-6, #homePageNews .col-xs-7, #homePageNews .col-sm-7, #homePageNews .col-md-7, #homePageNews .col-lg-7, #homePageNews .col-xs-8, #homePageNews .col-sm-8, #homePageNews .col-md-8, #homePageNews .col-lg-8, #homePageNews .col-xs-9, #homePageNews .col-sm-9, #homePageNews .col-md-9, #homePageNews .col-lg-9, #homePageNews .col-xs-10, #homePageNews .col-sm-10, #homePageNews .col-md-10, #homePageNews .col-lg-10, #homePageNews .col-xs-11, #homePageNews .col-sm-11, #homePageNews .col-md-11, #homePageNews .col-lg-11, #homePageNews .col-xs-12, #homePageNews .col-sm-12, #homePageNews .col-md-12, #homePageNews .col-lg-12 {
  padding: 0 !important;
}
#homePageNews .col-xs-1:nth-child(2n+1), #homePageNews .col-sm-1:nth-child(2n+1), #homePageNews .col-md-1:nth-child(2n+1), #homePageNews .col-lg-1:nth-child(2n+1), #homePageNews .col-xs-2:nth-child(2n+1), #homePageNews .col-sm-2:nth-child(2n+1), #homePageNews .col-md-2:nth-child(2n+1), #homePageNews .col-lg-2:nth-child(2n+1), #homePageNews .col-xs-3:nth-child(2n+1), #homePageNews .col-sm-3:nth-child(2n+1), #homePageNews .col-md-3:nth-child(2n+1), #homePageNews .col-lg-3:nth-child(2n+1), #homePageNews .col-xs-4:nth-child(2n+1), #homePageNews .col-sm-4:nth-child(2n+1), #homePageNews .col-md-4:nth-child(2n+1), #homePageNews .col-lg-4:nth-child(2n+1), #homePageNews .col-xs-5:nth-child(2n+1), #homePageNews .col-sm-5:nth-child(2n+1), #homePageNews .col-md-5:nth-child(2n+1), #homePageNews .col-lg-5:nth-child(2n+1), #homePageNews .col-xs-6:nth-child(2n+1), #homePageNews .col-sm-6:nth-child(2n+1), #homePageNews .col-md-6:nth-child(2n+1), #homePageNews .col-lg-6:nth-child(2n+1), #homePageNews .col-xs-7:nth-child(2n+1), #homePageNews .col-sm-7:nth-child(2n+1), #homePageNews .col-md-7:nth-child(2n+1), #homePageNews .col-lg-7:nth-child(2n+1), #homePageNews .col-xs-8:nth-child(2n+1), #homePageNews .col-sm-8:nth-child(2n+1), #homePageNews .col-md-8:nth-child(2n+1), #homePageNews .col-lg-8:nth-child(2n+1), #homePageNews .col-xs-9:nth-child(2n+1), #homePageNews .col-sm-9:nth-child(2n+1), #homePageNews .col-md-9:nth-child(2n+1), #homePageNews .col-lg-9:nth-child(2n+1), #homePageNews .col-xs-10:nth-child(2n+1), #homePageNews .col-sm-10:nth-child(2n+1), #homePageNews .col-md-10:nth-child(2n+1), #homePageNews .col-lg-10:nth-child(2n+1), #homePageNews .col-xs-11:nth-child(2n+1), #homePageNews .col-sm-11:nth-child(2n+1), #homePageNews .col-md-11:nth-child(2n+1), #homePageNews .col-lg-11:nth-child(2n+1), #homePageNews .col-xs-12:nth-child(2n+1), #homePageNews .col-sm-12:nth-child(2n+1), #homePageNews .col-md-12:nth-child(2n+1), #homePageNews .col-lg-12:nth-child(2n+1) {
  background: #fff;
}
#homePageNews .col-xs-1:nth-child(2n), #homePageNews .col-sm-1:nth-child(2n), #homePageNews .col-md-1:nth-child(2n), #homePageNews .col-lg-1:nth-child(2n), #homePageNews .col-xs-2:nth-child(2n), #homePageNews .col-sm-2:nth-child(2n), #homePageNews .col-md-2:nth-child(2n), #homePageNews .col-lg-2:nth-child(2n), #homePageNews .col-xs-3:nth-child(2n), #homePageNews .col-sm-3:nth-child(2n), #homePageNews .col-md-3:nth-child(2n), #homePageNews .col-lg-3:nth-child(2n), #homePageNews .col-xs-4:nth-child(2n), #homePageNews .col-sm-4:nth-child(2n), #homePageNews .col-md-4:nth-child(2n), #homePageNews .col-lg-4:nth-child(2n), #homePageNews .col-xs-5:nth-child(2n), #homePageNews .col-sm-5:nth-child(2n), #homePageNews .col-md-5:nth-child(2n), #homePageNews .col-lg-5:nth-child(2n), #homePageNews .col-xs-6:nth-child(2n), #homePageNews .col-sm-6:nth-child(2n), #homePageNews .col-md-6:nth-child(2n), #homePageNews .col-lg-6:nth-child(2n), #homePageNews .col-xs-7:nth-child(2n), #homePageNews .col-sm-7:nth-child(2n), #homePageNews .col-md-7:nth-child(2n), #homePageNews .col-lg-7:nth-child(2n), #homePageNews .col-xs-8:nth-child(2n), #homePageNews .col-sm-8:nth-child(2n), #homePageNews .col-md-8:nth-child(2n), #homePageNews .col-lg-8:nth-child(2n), #homePageNews .col-xs-9:nth-child(2n), #homePageNews .col-sm-9:nth-child(2n), #homePageNews .col-md-9:nth-child(2n), #homePageNews .col-lg-9:nth-child(2n), #homePageNews .col-xs-10:nth-child(2n), #homePageNews .col-sm-10:nth-child(2n), #homePageNews .col-md-10:nth-child(2n), #homePageNews .col-lg-10:nth-child(2n), #homePageNews .col-xs-11:nth-child(2n), #homePageNews .col-sm-11:nth-child(2n), #homePageNews .col-md-11:nth-child(2n), #homePageNews .col-lg-11:nth-child(2n), #homePageNews .col-xs-12:nth-child(2n), #homePageNews .col-sm-12:nth-child(2n), #homePageNews .col-md-12:nth-child(2n), #homePageNews .col-lg-12:nth-child(2n) {
  background: #F5F5F5;
}
@media screen and (max-width: 991px) and (min-width: 768px) {
  #homePageNews .col-xs-1:nth-child(4n+2), #homePageNews .col-xs-1:nth-child(4n+3), #homePageNews .col-sm-1:nth-child(4n+2), #homePageNews .col-sm-1:nth-child(4n+3), #homePageNews .col-md-1:nth-child(4n+2), #homePageNews .col-md-1:nth-child(4n+3), #homePageNews .col-lg-1:nth-child(4n+2), #homePageNews .col-lg-1:nth-child(4n+3), #homePageNews .col-xs-2:nth-child(4n+2), #homePageNews .col-xs-2:nth-child(4n+3), #homePageNews .col-sm-2:nth-child(4n+2), #homePageNews .col-sm-2:nth-child(4n+3), #homePageNews .col-md-2:nth-child(4n+2), #homePageNews .col-md-2:nth-child(4n+3), #homePageNews .col-lg-2:nth-child(4n+2), #homePageNews .col-lg-2:nth-child(4n+3), #homePageNews .col-xs-3:nth-child(4n+2), #homePageNews .col-xs-3:nth-child(4n+3), #homePageNews .col-sm-3:nth-child(4n+2), #homePageNews .col-sm-3:nth-child(4n+3), #homePageNews .col-md-3:nth-child(4n+2), #homePageNews .col-md-3:nth-child(4n+3), #homePageNews .col-lg-3:nth-child(4n+2), #homePageNews .col-lg-3:nth-child(4n+3), #homePageNews .col-xs-4:nth-child(4n+2), #homePageNews .col-xs-4:nth-child(4n+3), #homePageNews .col-sm-4:nth-child(4n+2), #homePageNews .col-sm-4:nth-child(4n+3), #homePageNews .col-md-4:nth-child(4n+2), #homePageNews .col-md-4:nth-child(4n+3), #homePageNews .col-lg-4:nth-child(4n+2), #homePageNews .col-lg-4:nth-child(4n+3), #homePageNews .col-xs-5:nth-child(4n+2), #homePageNews .col-xs-5:nth-child(4n+3), #homePageNews .col-sm-5:nth-child(4n+2), #homePageNews .col-sm-5:nth-child(4n+3), #homePageNews .col-md-5:nth-child(4n+2), #homePageNews .col-md-5:nth-child(4n+3), #homePageNews .col-lg-5:nth-child(4n+2), #homePageNews .col-lg-5:nth-child(4n+3), #homePageNews .col-xs-6:nth-child(4n+2), #homePageNews .col-xs-6:nth-child(4n+3), #homePageNews .col-sm-6:nth-child(4n+2), #homePageNews .col-sm-6:nth-child(4n+3), #homePageNews .col-md-6:nth-child(4n+2), #homePageNews .col-md-6:nth-child(4n+3), #homePageNews .col-lg-6:nth-child(4n+2), #homePageNews .col-lg-6:nth-child(4n+3), #homePageNews .col-xs-7:nth-child(4n+2), #homePageNews .col-xs-7:nth-child(4n+3), #homePageNews .col-sm-7:nth-child(4n+2), #homePageNews .col-sm-7:nth-child(4n+3), #homePageNews .col-md-7:nth-child(4n+2), #homePageNews .col-md-7:nth-child(4n+3), #homePageNews .col-lg-7:nth-child(4n+2), #homePageNews .col-lg-7:nth-child(4n+3), #homePageNews .col-xs-8:nth-child(4n+2), #homePageNews .col-xs-8:nth-child(4n+3), #homePageNews .col-sm-8:nth-child(4n+2), #homePageNews .col-sm-8:nth-child(4n+3), #homePageNews .col-md-8:nth-child(4n+2), #homePageNews .col-md-8:nth-child(4n+3), #homePageNews .col-lg-8:nth-child(4n+2), #homePageNews .col-lg-8:nth-child(4n+3), #homePageNews .col-xs-9:nth-child(4n+2), #homePageNews .col-xs-9:nth-child(4n+3), #homePageNews .col-sm-9:nth-child(4n+2), #homePageNews .col-sm-9:nth-child(4n+3), #homePageNews .col-md-9:nth-child(4n+2), #homePageNews .col-md-9:nth-child(4n+3), #homePageNews .col-lg-9:nth-child(4n+2), #homePageNews .col-lg-9:nth-child(4n+3), #homePageNews .col-xs-10:nth-child(4n+2), #homePageNews .col-xs-10:nth-child(4n+3), #homePageNews .col-sm-10:nth-child(4n+2), #homePageNews .col-sm-10:nth-child(4n+3), #homePageNews .col-md-10:nth-child(4n+2), #homePageNews .col-md-10:nth-child(4n+3), #homePageNews .col-lg-10:nth-child(4n+2), #homePageNews .col-lg-10:nth-child(4n+3), #homePageNews .col-xs-11:nth-child(4n+2), #homePageNews .col-xs-11:nth-child(4n+3), #homePageNews .col-sm-11:nth-child(4n+2), #homePageNews .col-sm-11:nth-child(4n+3), #homePageNews .col-md-11:nth-child(4n+2), #homePageNews .col-md-11:nth-child(4n+3), #homePageNews .col-lg-11:nth-child(4n+2), #homePageNews .col-lg-11:nth-child(4n+3), #homePageNews .col-xs-12:nth-child(4n+2), #homePageNews .col-xs-12:nth-child(4n+3), #homePageNews .col-sm-12:nth-child(4n+2), #homePageNews .col-sm-12:nth-child(4n+3), #homePageNews .col-md-12:nth-child(4n+2), #homePageNews .col-md-12:nth-child(4n+3), #homePageNews .col-lg-12:nth-child(4n+2), #homePageNews .col-lg-12:nth-child(4n+3) {
    background: #fff !important;
  }
  #homePageNews .col-xs-1:nth-child(4n+1), #homePageNews .col-xs-1:nth-child(4n), #homePageNews .col-sm-1:nth-child(4n+1), #homePageNews .col-sm-1:nth-child(4n), #homePageNews .col-md-1:nth-child(4n+1), #homePageNews .col-md-1:nth-child(4n), #homePageNews .col-lg-1:nth-child(4n+1), #homePageNews .col-lg-1:nth-child(4n), #homePageNews .col-xs-2:nth-child(4n+1), #homePageNews .col-xs-2:nth-child(4n), #homePageNews .col-sm-2:nth-child(4n+1), #homePageNews .col-sm-2:nth-child(4n), #homePageNews .col-md-2:nth-child(4n+1), #homePageNews .col-md-2:nth-child(4n), #homePageNews .col-lg-2:nth-child(4n+1), #homePageNews .col-lg-2:nth-child(4n), #homePageNews .col-xs-3:nth-child(4n+1), #homePageNews .col-xs-3:nth-child(4n), #homePageNews .col-sm-3:nth-child(4n+1), #homePageNews .col-sm-3:nth-child(4n), #homePageNews .col-md-3:nth-child(4n+1), #homePageNews .col-md-3:nth-child(4n), #homePageNews .col-lg-3:nth-child(4n+1), #homePageNews .col-lg-3:nth-child(4n), #homePageNews .col-xs-4:nth-child(4n+1), #homePageNews .col-xs-4:nth-child(4n), #homePageNews .col-sm-4:nth-child(4n+1), #homePageNews .col-sm-4:nth-child(4n), #homePageNews .col-md-4:nth-child(4n+1), #homePageNews .col-md-4:nth-child(4n), #homePageNews .col-lg-4:nth-child(4n+1), #homePageNews .col-lg-4:nth-child(4n), #homePageNews .col-xs-5:nth-child(4n+1), #homePageNews .col-xs-5:nth-child(4n), #homePageNews .col-sm-5:nth-child(4n+1), #homePageNews .col-sm-5:nth-child(4n), #homePageNews .col-md-5:nth-child(4n+1), #homePageNews .col-md-5:nth-child(4n), #homePageNews .col-lg-5:nth-child(4n+1), #homePageNews .col-lg-5:nth-child(4n), #homePageNews .col-xs-6:nth-child(4n+1), #homePageNews .col-xs-6:nth-child(4n), #homePageNews .col-sm-6:nth-child(4n+1), #homePageNews .col-sm-6:nth-child(4n), #homePageNews .col-md-6:nth-child(4n+1), #homePageNews .col-md-6:nth-child(4n), #homePageNews .col-lg-6:nth-child(4n+1), #homePageNews .col-lg-6:nth-child(4n), #homePageNews .col-xs-7:nth-child(4n+1), #homePageNews .col-xs-7:nth-child(4n), #homePageNews .col-sm-7:nth-child(4n+1), #homePageNews .col-sm-7:nth-child(4n), #homePageNews .col-md-7:nth-child(4n+1), #homePageNews .col-md-7:nth-child(4n), #homePageNews .col-lg-7:nth-child(4n+1), #homePageNews .col-lg-7:nth-child(4n), #homePageNews .col-xs-8:nth-child(4n+1), #homePageNews .col-xs-8:nth-child(4n), #homePageNews .col-sm-8:nth-child(4n+1), #homePageNews .col-sm-8:nth-child(4n), #homePageNews .col-md-8:nth-child(4n+1), #homePageNews .col-md-8:nth-child(4n), #homePageNews .col-lg-8:nth-child(4n+1), #homePageNews .col-lg-8:nth-child(4n), #homePageNews .col-xs-9:nth-child(4n+1), #homePageNews .col-xs-9:nth-child(4n), #homePageNews .col-sm-9:nth-child(4n+1), #homePageNews .col-sm-9:nth-child(4n), #homePageNews .col-md-9:nth-child(4n+1), #homePageNews .col-md-9:nth-child(4n), #homePageNews .col-lg-9:nth-child(4n+1), #homePageNews .col-lg-9:nth-child(4n), #homePageNews .col-xs-10:nth-child(4n+1), #homePageNews .col-xs-10:nth-child(4n), #homePageNews .col-sm-10:nth-child(4n+1), #homePageNews .col-sm-10:nth-child(4n), #homePageNews .col-md-10:nth-child(4n+1), #homePageNews .col-md-10:nth-child(4n), #homePageNews .col-lg-10:nth-child(4n+1), #homePageNews .col-lg-10:nth-child(4n), #homePageNews .col-xs-11:nth-child(4n+1), #homePageNews .col-xs-11:nth-child(4n), #homePageNews .col-sm-11:nth-child(4n+1), #homePageNews .col-sm-11:nth-child(4n), #homePageNews .col-md-11:nth-child(4n+1), #homePageNews .col-md-11:nth-child(4n), #homePageNews .col-lg-11:nth-child(4n+1), #homePageNews .col-lg-11:nth-child(4n), #homePageNews .col-xs-12:nth-child(4n+1), #homePageNews .col-xs-12:nth-child(4n), #homePageNews .col-sm-12:nth-child(4n+1), #homePageNews .col-sm-12:nth-child(4n), #homePageNews .col-md-12:nth-child(4n+1), #homePageNews .col-md-12:nth-child(4n), #homePageNews .col-lg-12:nth-child(4n+1), #homePageNews .col-lg-12:nth-child(4n) {
    background: #F5F5F5 !important;
  }
}

.awards {
  padding: 30px 40px 0;
  text-align: center;
}
.awards .award {
  vertical-align: top;
  display: inline-block;
  margin: 0 20px 30px;
}
.awards .award img {
  vertical-align: top;
  max-width: 100%;
  width: 180px;
}
.awards .award p {
  margin-top: 10px;
  vertical-align: top;
  text-align: left;
  width: 180px;
}

.reviews {
  table-layout: fixed;
  width: 100%;
}
.reviews tr {
  transition: 0.3s ease 0s;
  -webkit-transition: 0.3s ease 0s;
  -ms-transition: 0.3s ease 0s;
  -o-transition: 0.3s ease 0s;
  -moz-transition: 0.3s ease 0s;
  -khtml-transition: 0.3s ease 0s;
  position: relative;
  background: #fff;
}
.reviews tr .publisherPhoto {
  width: 65px;
  display: inline-block;
  margin-right: 10px;
}
.reviews tr .publisherPhoto img {
  vertical-align: middle;
  max-width: 100%;
}
.reviews tr:nth-child(2n) {
  background: #F5F5F5;
}
.reviews tr:hover {
  background: #EBEBEB;
}
.reviews tr td {
  position: relative;
  width: 50%;
  font-size: 16px;
  font-weight: light;
}
.reviews tr td b {
  font-size: 16px;
  font-weight: 300;
}
.reviews tr td .btn {
  margin: 0 !important;
}
.reviews .absoluteLink {
  display: block;
  position: absolute;
  z-index: 10;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.reviewsPage .widgetBox {
  padding-bottom: 30px;
}
.reviewsPage .widgetBox .publisherData {
  padding: 30px;
  overflow: hidden;
}
.reviewsPage .widgetBox .publisherData .name {
  float: left;
  font-size: 24px;
  font-weight: bold;
}
.reviewsPage .widgetBox .publisherData .thumb {
  float: right;
}
.reviewsPage .widgetBox .publisherData .thumb img {
  max-height: 80px;
}
.reviewsPage .widgetBox .reviews > div {
  display: none;
  line-height: 33px;
}
.reviewsPage .widgetBox .reviews > div:nth-child(1), .reviewsPage .widgetBox .reviews > div:nth-child(2), .reviewsPage .widgetBox .reviews > div:nth-child(3), .reviewsPage .widgetBox .reviews > div:nth-child(4), .reviewsPage .widgetBox .reviews > div:nth-child(5) {
  display: block;
}
.reviewsPage .widgetBox .reviews > div:nth-child(2n+1) {
  background: #F5F5F5;
}
.reviewsPage .widgetBox .reviews > div a {
  transition: background-color 0.3s ease 0s;
  -webkit-transition: background-color 0.3s ease 0s;
  -ms-transition: background-color 0.3s ease 0s;
  -o-transition: background-color 0.3s ease 0s;
  -moz-transition: background-color 0.3s ease 0s;
  -khtml-transition: background-color 0.3s ease 0s;
  color: #303030;
  display: block;
  padding: 0 30px;
  font-size: 15px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.reviewsPage .widgetBox .reviews > div a:hover {
  background-color: rgba(0, 0, 0, 0.08);
}
.reviewsPage .widgetBox .moreReviews {
  margin: 30px 0 0 30px;
}
.reviewsPage .widgetBox.filter {
  padding: 30px;
}
.reviewsPage .widgetBox.filter b {
  font-size: 15px;
  font-weight: 300;
}
.reviewsPage .widgetBox.filter .row {
  margin: 30px -15px 0;
}
.reviewsPage .widgetBox.filter .select {
  margin-top: 5px;
}
.reviewsPage .widgetBox.filter .form {
  padding-bottom: 0;
}
.reviewsPage .widgetBox.filter .btn {
  margin-top: 30px;
}

.productDetails .halfCol {
  overflow: hidden;
  width: 50%;
  float: left;
}
@media screen and (max-width: 1024px) {
  .productDetails .halfCol {
    width: auto;
    float: none;
  }
}
.productDetails .gallery {
  float: none !important;
  width: auto;
  height: auto;
  background: white;
  border-top: 2px solid white;
  border-bottom: 2px solid white;
  min-height: 100px;
}
.productDetails .gallery .col-xs-1, .productDetails .gallery .col-sm-1, .productDetails .gallery .col-md-1, .productDetails .gallery .col-lg-1, .productDetails .gallery .col-xs-2, .productDetails .gallery .col-sm-2, .productDetails .gallery .col-md-2, .productDetails .gallery .col-lg-2, .productDetails .gallery .col-xs-3, .productDetails .gallery .col-sm-3, .productDetails .gallery .col-md-3, .productDetails .gallery .col-lg-3, .productDetails .gallery .col-xs-4, .productDetails .gallery .col-sm-4, .productDetails .gallery .col-md-4, .productDetails .gallery .col-lg-4, .productDetails .gallery .col-xs-5, .productDetails .gallery .col-sm-5, .productDetails .gallery .col-md-5, .productDetails .gallery .col-lg-5, .productDetails .gallery .col-xs-6, .productDetails .gallery .col-sm-6, .productDetails .gallery .col-md-6, .productDetails .gallery .col-lg-6, .productDetails .gallery .col-xs-7, .productDetails .gallery .col-sm-7, .productDetails .gallery .col-md-7, .productDetails .gallery .col-lg-7, .productDetails .gallery .col-xs-8, .productDetails .gallery .col-sm-8, .productDetails .gallery .col-md-8, .productDetails .gallery .col-lg-8, .productDetails .gallery .col-xs-9, .productDetails .gallery .col-sm-9, .productDetails .gallery .col-md-9, .productDetails .gallery .col-lg-9, .productDetails .gallery .col-xs-10, .productDetails .gallery .col-sm-10, .productDetails .gallery .col-md-10, .productDetails .gallery .col-lg-10, .productDetails .gallery .col-xs-11, .productDetails .gallery .col-sm-11, .productDetails .gallery .col-md-11, .productDetails .gallery .col-lg-11, .productDetails .gallery .col-xs-12, .productDetails .gallery .col-sm-12, .productDetails .gallery .col-md-12, .productDetails .gallery .col-lg-12 {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.productDetails .gallery > div {
  overflow: hidden;
  background-color: white;
  border: 2px solid white;
}
.productDetails .gallery > div img {
  display: none;
}
.productDetails .gallery > div a, .productDetails .gallery > div .bg {
  transition: 0.3s ease 0s;
  -webkit-transition: 0.3s ease 0s;
  -ms-transition: 0.3s ease 0s;
  -o-transition: 0.3s ease 0s;
  -moz-transition: 0.3s ease 0s;
  -khtml-transition: 0.3s ease 0s;
  display: block;
  position: absolute;
  background-repeat: no-repeat;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-size: contain;
  background-position: center center;
}
.productDetails .gallery > div a:hover, .productDetails .gallery > div a:focus, .productDetails .gallery > div a:active, .productDetails .gallery > div .bg:hover, .productDetails .gallery > div .bg:focus, .productDetails .gallery > div .bg:active {
  transform: scale(1.5);
  -webkit-transform: scale(1.5);
}
.productDetails .versions {
  text-transform: uppercase;
  margin-bottom: 16px;
}
.productDetails .versions b {
  margin-right: 3px;
}
.productDetails .backBtn, .productDetails .btn {
  margin: 20px 20px 0 20px;
  display: inline-block;
  width: 120px;
  height: 30px;
  line-height: 30px;
  /*        &:first-child{
              margin-left: 30px;
          }*/
}
.productDetails .buttons, .productDetails .gallery {
  padding: 0;
}
.productDetails .buttons {
  /*@include transitions(0.5s ease 0s);*/
  opacity: 0;
  visibility: hidden;
  background: #EBEBEB;
  float: right;
}
.productDetails .buttons.visible {
  opacity: 1;
  visibility: visible;
}
@media screen and (max-width: 1024px) {
  .productDetails .buttons {
    overflow: hidden;
    float: none;
    width: auto;
    clear: both;
  }
  .productDetails .gallery {
    background: #FFFFFF;
    padding-top: 20px;
  }
}
@media screen and (max-width: 767px) {
  .productDetails .buttons {
    text-align: center;
  }
  .productDetails .buttons .backBtn, .productDetails .buttons .btn {
    margin: 10px !important;
    vertical-align: top;
    display: inline-block;
  }
  .productDetails .buttons .backBtn:nth-child(3), .productDetails .buttons .btn:nth-child(3) {
    /*margin-top: -10px !important;*/
  }
}
.productDetails .buttons {
  float: none;
  width: auto;
  padding: 10px 20px 30px 20px;
}
.productDetails .text {
  float: none;
  width: auto;
  height: auto;
  max-height: 700px;
}

.cmsSubPage {
  padding: 40px 0 !important;
}

.ajaxSubmit i.fa {
  line-height: 50px;
}

@media screen and (max-width: 699px) {
  p {
    word-wrap: break-word;
  }
}
.gm-style .gm-style-iw {
  font-size: 12px;
}
.gm-style .gm-style-iw br {
  line-height: 0.7em;
}
.gm-style .gm-style-iw big {
  font-weight: bold;
  text-transform: uppercase;
  font-size: 12px;
}
.gm-style .gm-style-iw .city {
  text-transform: uppercase;
}

.lb-data .lb-caption {
  text-transform: uppercase;
}

.parallaxImg {
  margin: 0 -10px;
  height: 450px;
  /*height: 300px;*/
  /*background-size: auto 450px;*/
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.15);
  background-attachment: fixed;
  /*background-attachment: fixed;*/
}
@media screen and (max-width: 999px) {
  .parallaxImg {
    height: 250px;
    background-attachment: initial;
    background-position: center center !important;
    background-size: cover;
  }
}

.mainHeader {
  color: #FFFFFF;
  font-size: 36px;
  text-align: center;
  background: #112037;
  text-transform: uppercase;
  font-weight: 300;
  padding-bottom: 56px;
  padding-top: 36px;
  padding-left: 20px;
  padding-right: 20px;
  position: relative;
}
.mainHeader::after {
  position: absolute;
  bottom: 40px;
  background: white;
  height: 2px;
  width: 100px;
  margin: 0 auto;
  display: block;
  content: "";
  left: 0;
  right: 0;
}

.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  min-height: 0;
}

#footer {
  color: white;
  font-size: 14px;
  margin: 0;
  background: #010D2A;
  padding: 40px 0 20px;
  line-height: 2em;
  border-top: 40px solid white;
  margin-top: 0;
  position: relative;
  z-index: 100;
  /*line-height: 2em;*/
  /*    @media screen and (max-width: 599px){

          .pull-right{
              float: none !important;
              clear: both;
          }
          .credits{
              display: block;
              height: auto;
              padding-top: 20px;
              text-align: right;
          }
      }*/
}
@media screen and (max-width: 991px) {
  #footer {
    padding-bottom: 40px;
  }
}
#footer .col-xs-1, #footer .col-sm-1, #footer .col-md-1, #footer .col-lg-1, #footer .col-xs-2, #footer .col-sm-2, #footer .col-md-2, #footer .col-lg-2, #footer .col-xs-3, #footer .col-sm-3, #footer .col-md-3, #footer .col-lg-3, #footer .col-xs-4, #footer .col-sm-4, #footer .col-md-4, #footer .col-lg-4, #footer .col-xs-5, #footer .col-sm-5, #footer .col-md-5, #footer .col-lg-5, #footer .col-xs-6, #footer .col-sm-6, #footer .col-md-6, #footer .col-lg-6, #footer .col-xs-7, #footer .col-sm-7, #footer .col-md-7, #footer .col-lg-7, #footer .col-xs-8, #footer .col-sm-8, #footer .col-md-8, #footer .col-lg-8, #footer .col-xs-9, #footer .col-sm-9, #footer .col-md-9, #footer .col-lg-9, #footer .col-xs-10, #footer .col-sm-10, #footer .col-md-10, #footer .col-lg-10, #footer .col-xs-11, #footer .col-sm-11, #footer .col-md-11, #footer .col-lg-11, #footer .col-xs-12, #footer .col-sm-12, #footer .col-md-12, #footer .col-lg-12 {
  padding-left: 20px;
  padding-right: 20px;
}
@media screen and (max-width: 1199px) {
  #footer .col-xs-1, #footer .col-sm-1, #footer .col-md-1, #footer .col-lg-1, #footer .col-xs-2, #footer .col-sm-2, #footer .col-md-2, #footer .col-lg-2, #footer .col-xs-3, #footer .col-sm-3, #footer .col-md-3, #footer .col-lg-3, #footer .col-xs-4, #footer .col-sm-4, #footer .col-md-4, #footer .col-lg-4, #footer .col-xs-5, #footer .col-sm-5, #footer .col-md-5, #footer .col-lg-5, #footer .col-xs-6, #footer .col-sm-6, #footer .col-md-6, #footer .col-lg-6, #footer .col-xs-7, #footer .col-sm-7, #footer .col-md-7, #footer .col-lg-7, #footer .col-xs-8, #footer .col-sm-8, #footer .col-md-8, #footer .col-lg-8, #footer .col-xs-9, #footer .col-sm-9, #footer .col-md-9, #footer .col-lg-9, #footer .col-xs-10, #footer .col-sm-10, #footer .col-md-10, #footer .col-lg-10, #footer .col-xs-11, #footer .col-sm-11, #footer .col-md-11, #footer .col-lg-11, #footer .col-xs-12, #footer .col-sm-12, #footer .col-md-12, #footer .col-lg-12 {
    padding-left: 8px;
    padding-right: 8px;
  }
}
#footer img {
  max-width: 100%;
}
#footer .socialMedia {
  font-size: 32px;
  overflow: hidden;
  margin-bottom: 30px;
}
@media screen and (max-width: 1199px) {
  #footer .socialMedia {
    font-size: 26px;
  }
}
#footer .socialMedia, #footer .socialMedia * {
  color: white;
}
#footer .footerDataWrapper {
  background: #1D1E3C;
}
#footer .footerDataWrapper .footerData {
  padding: 10px 0;
}
#footer .footerDataWrapper .footerData img {
  height: 100px;
}
#footer b {
  margin-bottom: 30px;
  display: inline-block;
  font-size: 20px;
  font-weight: 600 !important;
}
#footer .footer2 {
  /*border-top: 1px solid mix(#fff, $color1, 7);*/
}
#footer .container {
  padding: 0;
}
@media screen and (max-width: 991px) {
  #footer .container > div {
    margin-bottom: 30px;
  }
}
#footer a {
  color: inherit;
}
#footer .markaCredits {
  float: right;
  font-size: 14px;
  text-align: right;
  font-weight: 700;
}
#footer .markaCredits small {
  font-weight: 300;
  font-size: 11px;
}
#footer #footerLogo img {
  width: 230px;
  max-width: 100%;
}
@media screen and (max-width: 767px) {
  #footer {
    text-align: center;
  }
  #footer #footerLogo {
    float: none;
  }
}
#footer #footerMenu {
  column-count: 2;
}
@media screen and (max-width: 767px) {
  #footer #footerMenu {
    column-count: 1;
  }
}
#footer #footerMenu, #footer #footerMenu li {
  padding: 0;
  margin: 0;
  list-style: none;
  line-height: 1.2em;
  margin-bottom: 0.8em;
}
#footer #footerMenu a, #footer #footerMenu li a {
  font-weight: 400;
}
#footer #footerMenu li {
  display: block;
}
#footer br.onlyRwd {
  display: none;
}
#footer .credits {
  border-top: 1px solid #6A9AC0;
  padding: 18px 0;
}
@media screen and (max-width: 999px) {
  #footer .credits {
    text-align: center;
  }
}
#footer #poweredByZlepszejstrony {
  text-align: center;
  color: white;
  font-size: 12px;
  text-transform: uppercase;
  padding: 5px 0;
  font-weight: 300;
}
#footer #poweredByZlepszejstrony a {
  font-weight: 700;
  color: #D23F38;
}
#footer #poweredByZlepszejstrony a:hover {
  color: rgb(223.5, 120.6, 115.7);
}
#footer .createdBy {
  margin-top: 140px;
  text-align: right;
  padding-bottom: 15px;
  opacity: 0.8;
  /*filter: invert(100%);*/
}
@media screen and (max-width: 767px) {
  #footer #footerMenu, #footer .configDataFooter {
    margin: 40px 0;
  }
  #footer .createdBy {
    /*margin-top: 80px;*/
    text-align: center;
  }
}
@media screen and (max-width: 991px) {
  #footer .socialMedia, #footer .createdBy {
    /*text-align: center;*/
  }
}

.list-view {
  padding: 0;
  overflow: hidden;
}
.list-view .summary, .list-view .sorter {
  /*margin-right: 5px;*/
  margin-bottom: 20px;
  text-align: center;
}
.list-view .items {
  margin: 0 -20px;
}
.list-view .sorter {
  text-align: right;
}
.list-view .sorter ul {
  display: inline-block;
  margin-bottom: 15px;
}
.list-view .sorter ul > li:first-child {
  margin-left: 10px;
}
.list-view .sorter ul > li a {
  transition: 0.3s ease 0s;
  -webkit-transition: 0.3s ease 0s;
  -ms-transition: 0.3s ease 0s;
  -o-transition: 0.3s ease 0s;
  -moz-transition: 0.3s ease 0s;
  -khtml-transition: 0.3s ease 0s;
  border: 1px solid #f0f0f0;
  color: black;
  display: inline-block;
  font-size: 14px;
  font-weight: 400;
  height: 35px;
  line-height: 33px;
  margin: 0 auto;
  padding: 0 10px;
  text-transform: uppercase;
  transition: all 0.3s ease 0s;
  white-space: nowrap;
  width: auto;
  background-image: none !important;
  border-radius: 7px;
}
.list-view .sorter ul > li a.desc, .list-view .sorter ul > li a.asc {
  border-color: #0F83D4;
  color: #0F83D4;
}
.list-view .sorter ul > li a.desc:after {
  content: "\f0d7";
  font-family: FontAwesome;
  margin-left: 5px;
  font-size: 15px;
  position: relative;
  top: -1px;
}
.list-view .sorter ul > li a.asc:after {
  content: "\f0d8";
  font-family: FontAwesome;
  margin-left: 5px;
  font-size: 15px;
  position: relative;
  top: -1px;
}
.list-view .sorter ul > li a:hover {
  background: #0F83D4;
  color: white;
  border-color: #0F83D4;
}

#carousel {
  overflow: hidden;
}
#carousel .owl-carousel .owl-stage {
  overflow: hidden;
  padding-top: 39px;
  padding-bottom: 39px;
}
#carousel .owl-carousel .owl-stage::before, #carousel .owl-carousel .owl-stage::after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  height: 39px;
  visibility: visible;
  background: url("../img/klisza.png");
}
#carousel .owl-carousel .owl-stage span, #carousel .owl-carousel .owl-stage a {
  display: block;
}
#carousel .owl-carousel .owl-stage::after {
  top: auto;
  bottom: 0;
}
@media screen and (max-width: 767px) {
  #carousel .owl-carousel .owl-stage {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  #carousel .owl-carousel .owl-stage::before, #carousel .owl-carousel .owl-stage::after {
    height: 20px;
    background-size: auto 20px;
  }
}
#carousel .owl-item > div {
  padding: 0 10px;
}
#carousel .promotedPhoto {
  padding-top: 82%;
  background-size: cover;
  background-position: center center;
}

.section {
  padding-top: 40px;
  padding-bottom: 40px;
}
.section.empty {
  display: none !important;
}
.section.fullSection {
  padding-top: 0;
  padding-bottom: 0;
}
@media screen and (max-width: 1239px) {
  .section:not(.fullSection) {
    padding-left: 10px !important;
    padding-right: 10px !important;
  }
}
.section .col-xs-1, .section .col-sm-1, .section .col-md-1, .section .col-lg-1, .section .col-xs-2, .section .col-sm-2, .section .col-md-2, .section .col-lg-2, .section .col-xs-3, .section .col-sm-3, .section .col-md-3, .section .col-lg-3, .section .col-xs-4, .section .col-sm-4, .section .col-md-4, .section .col-lg-4, .section .col-xs-5, .section .col-sm-5, .section .col-md-5, .section .col-lg-5, .section .col-xs-6, .section .col-sm-6, .section .col-md-6, .section .col-lg-6, .section .col-xs-7, .section .col-sm-7, .section .col-md-7, .section .col-lg-7, .section .col-xs-8, .section .col-sm-8, .section .col-md-8, .section .col-lg-8, .section .col-xs-9, .section .col-sm-9, .section .col-md-9, .section .col-lg-9, .section .col-xs-10, .section .col-sm-10, .section .col-md-10, .section .col-lg-10, .section .col-xs-11, .section .col-sm-11, .section .col-md-11, .section .col-lg-11, .section .col-xs-12, .section .col-sm-12, .section .col-md-12, .section .col-lg-12 {
  padding-left: 20px;
  padding-right: 20px;
}
@media screen and (max-width: 1199px) {
  .section .col-xs-1, .section .col-sm-1, .section .col-md-1, .section .col-lg-1, .section .col-xs-2, .section .col-sm-2, .section .col-md-2, .section .col-lg-2, .section .col-xs-3, .section .col-sm-3, .section .col-md-3, .section .col-lg-3, .section .col-xs-4, .section .col-sm-4, .section .col-md-4, .section .col-lg-4, .section .col-xs-5, .section .col-sm-5, .section .col-md-5, .section .col-lg-5, .section .col-xs-6, .section .col-sm-6, .section .col-md-6, .section .col-lg-6, .section .col-xs-7, .section .col-sm-7, .section .col-md-7, .section .col-lg-7, .section .col-xs-8, .section .col-sm-8, .section .col-md-8, .section .col-lg-8, .section .col-xs-9, .section .col-sm-9, .section .col-md-9, .section .col-lg-9, .section .col-xs-10, .section .col-sm-10, .section .col-md-10, .section .col-lg-10, .section .col-xs-11, .section .col-sm-11, .section .col-md-11, .section .col-lg-11, .section .col-xs-12, .section .col-sm-12, .section .col-md-12, .section .col-lg-12 {
    padding-left: 8px;
    padding-right: 8px;
  }
}

.tos-close span::before, .tos-close span::after {
  content: "";
  width: 20px;
  height: 3px;
  background: white;
  border: none;
  left: 0;
  right: 0;
  margin: auto;
}
.tos-close span::after {
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
}

.tos-pagination {
  z-index: 100000;
}

#facebook {
  float: right;
  position: absolute;
  right: 0;
  color: white;
  margin: 0 10px;
}
#facebook i.fa {
  font-size: 22px;
  line-height: 70px;
}

#facebook2 {
  float: right;
  color: white;
  margin: 3px 60px 0 10px;
}
#facebook2 i.fa {
  font-size: 22px;
  line-height: 70px;
}

body {
  min-height: 100vh;
  background: #fff;
  position: relative;
  font-size: 16px;
  color: #222;
}
@media screen and (min-width: 1200px) {
  body {
    /*&.sticky{*/
    /*padding-top: 70px;*/
    /*}*/
  }
}
body.sticky #topMenuRwd {
  top: 65px !important;
}
body .enterPrompt {
  color: white;
  z-index: 9999999;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,e2e2e2+100 */
  /*        background: rgb(255,255,255);  Old browsers 
          background: -moz-radial-gradient(center, ellipse cover,  rgba(255,255,255,1) 0%, rgba(226,226,226,1) 100%);  FF3.6-15 
          background: -webkit-radial-gradient(center, ellipse cover,  rgba(255,255,255,1) 0%,rgba(226,226,226,1) 100%);  Chrome10-25,Safari5.1-6 
          background: radial-gradient(ellipse at center,  rgba(255,255,255,1) 0%,rgba(226,226,226,1) 100%);  W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ 
          filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e2e2e2',GradientType=1 );  IE6-9 fallback on horizontal gradient */
  background-image: url("/images/tlo-enter.jpg");
  text-transform: uppercase;
  background-size: cover;
  background-position: center;
  display: flex;
  display: -webkit-flex;
  -webkit-display: flex;
  align-items: center;
  -webkit-align-items: center;
}
body .enterPrompt .cmsPage {
  width: 100%;
}
body .enterPrompt img {
  max-width: 100%;
}
body .enterPrompt p {
  text-transform: none;
}
@media screen and (max-width: 399px) {
  body .enterPrompt p {
    font-size: 14px;
  }
}
body .enterPrompt h2 span {
  font-weight: 500;
  font-size: 28px;
}
@media screen and (max-width: 399px) {
  body .enterPrompt h2 span {
    font-size: 22px;
  }
}
body .enterPrompt .pelno {
  margin: 10px 40px 0;
  display: inline-block;
  font-weight: 300;
  text-align: center;
  font-size: 24px;
  cursor: pointer;
  transition: 0.3s ease 0s;
  -webkit-transition: 0.3s ease 0s;
  -ms-transition: 0.3s ease 0s;
  -o-transition: 0.3s ease 0s;
  -moz-transition: 0.3s ease 0s;
  -khtml-transition: 0.3s ease 0s;
}
body .enterPrompt .pelno:hover {
  color: #999999;
}
@media screen and (max-width: 399px) {
  body .enterPrompt .pelno {
    font-size: 22px;
  }
}

.menuTint {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 996;
  display: block;
  background: rgba(0, 0, 0, 0.4);
  pointer-events: none;
  visibility: hidden;
  opacity: 0;
  transition: 0.3s ease 0s;
  -webkit-transition: 0.3s ease 0s;
  -ms-transition: 0.3s ease 0s;
  -o-transition: 0.3s ease 0s;
  -moz-transition: 0.3s ease 0s;
  -khtml-transition: 0.3s ease 0s;
}

.menuOpen .menuTint {
  pointer-events: auto;
  visibility: visible;
  opacity: 1;
}

#topMenuRwd {
  z-index: 998;
  box-shadow: none;
  background: #fff;
  transition: 0.3s ease 0s;
  -webkit-transition: 0.3s ease 0s;
  -ms-transition: 0.3s ease 0s;
  -o-transition: 0.3s ease 0s;
  -moz-transition: 0.3s ease 0s;
  -khtml-transition: 0.3s ease 0s;
  top: 145px;
  width: 300px;
  right: -300px;
  position: fixed;
  height: auto;
  bottom: 0;
  left: auto;
  margin: 0;
  padding-top: 40px;
  padding-left: 0;
  color: #353535;
  /*border-right: 5px solid $color1dark;*/
  padding: 20px;
  text-align: center;
  list-style: none;
  overflow-y: auto;
}
#topMenuRwd .btn-danger {
  padding: 0 10px !important;
  margin-top: 40px !important;
}
#topMenuRwd .vChange {
  font-size: 12px;
}
#topMenuRwd .subMenu {
  display: none;
}
#topMenuRwd li {
  padding: 0;
  display: block;
  padding: 0 25px;
}
#topMenuRwd li a {
  text-transform: uppercase;
  color: #353535;
  display: inline-block;
  transition: 0.3s ease 0s;
  -webkit-transition: 0.3s ease 0s;
  -ms-transition: 0.3s ease 0s;
  -o-transition: 0.3s ease 0s;
  -moz-transition: 0.3s ease 0s;
  -khtml-transition: 0.3s ease 0s;
  font-size: 18px;
  text-align: center;
  position: relative;
  display: block;
  padding: 10px 0;
}
#topMenuRwd a.btn {
  width: 100%;
}
#topMenuRwd.menuOpen {
  right: 0px;
}
#topMenuRwd a {
  margin-bottom: 10px;
}
#topMenuRwd .btnText {
  display: inline-block;
  margin-top: 20px;
  margin-bottom: 20px;
}
#topMenuRwd .userWidget {
  margin-bottom: 40px;
}
#topMenuRwd li a {
  margin-bottom: 0;
  text-transform: none;
  font-size: 17px;
  font-weight: 400;
}
#topMenuRwd li a:hover {
  color: #0F83D4;
}

#topBarRwd {
  display: none;
  position: fixed !important;
  left: 0;
  right: 0;
  top: 0;
  z-index: 999;
  width: 100vw;
  min-width: 320px;
  transition: 0.3s ease 0s;
  -webkit-transition: 0.3s ease 0s;
  -ms-transition: 0.3s ease 0s;
  -o-transition: 0.3s ease 0s;
  -moz-transition: 0.3s ease 0s;
  -khtml-transition: 0.3s ease 0s;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15);
  /*    background: #cd0067 !important;*/
  text-align: center;
}
#topBarRwd::after {
  /*        position: absolute;
          width: 4px;
          left: 0;
          background: #fff;
          top: 0;
          height: 70px;
          content: '';
          display: block;    z-index: 999;*/
}
#topBarRwd .socialMedia {
  display: none;
}
#topBarRwd > .container {
  padding-left: 50px;
  padding-top: 10px;
  padding-bottom: 10px;
  background: transaprent;
}
#topBarRwd #logoRwd img {
  max-height: 50px;
  max-width: 100%;
  transition: 0.3s ease 0s;
  -webkit-transition: 0.3s ease 0s;
  -ms-transition: 0.3s ease 0s;
  -o-transition: 0.3s ease 0s;
  -moz-transition: 0.3s ease 0s;
  -khtml-transition: 0.3s ease 0s;
}
#topBarRwd #logoRwd {
  float: right;
  margin: 0;
}
#topBarRwd .menuButton {
  position: absolute;
}
#topBarRwd .menuButton.menuOpen + #logoRwd {
  margin: 0;
}
#topBarRwd .versionSelect {
  text-align: center;
}
#topBarRwd .versionSelect .vChange {
  float: none;
  border-color: #222;
  color: #222;
  margin: 0 auto 20px;
}
#topBarRwd .versionSelect .languages {
  color: #222;
  float: right;
  font-size: 16px;
  height: 35px;
  margin: 6px -15px 0 0;
  width: 75px;
}
#topBarRwd .versionSelect .languages::after {
  filter: none;
  -webkit-filter: none;
  right: 15px;
  top: 12px;
}
#topBarRwd .versionSelect .languages .lang {
  width: 75px;
  background: white;
  padding: 5px 29px 5px 10px;
}
#topBarRwd .versionSelect .languages:hover:not(.closed) .other, #topBarRwd .versionSelect .languages.hover:not(.closed) .other {
  box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.15);
}

@media screen and (max-width: 999px) {
  .userWidget a[href="/admin"] {
    display: none !important;
  }
}
/*@media screen and (max-width: 834px){

    #top{
        display: none;
    }
    #topBarRwd{
        display: block;

    }

    body{
        padding-top: 70px;
        &.inApp{
            padding-top: 0 !important;
            #page .container{
                padding-left: 0;
                padding-right: 0;
            }
            #myAccount{
                h2{
                    @media screen and (max-width: 469px){
                        .btn{
                            margin-top: 10px;
                        }
                    }
                }
                .offerStatusInfo{
                    .btn{
                        margin-bottom: 5px;
                    }
                }
            }
        }

        #topBarRwd, #page, #footer{
            position: relative;
            @include transitions(left 0.5s ease 0s);
            left: 0;
        }
        &.menuOpen{
            #topBarRwd, #page, #footer{
                left: 250px !important;
            }
        }
    }
}*/
.cmsPage {
  transition: none;
  -webkit-transition: none;
  -ms-transition: none;
  -o-transition: none;
  -moz-transition: none;
  -khtml-transition: none;
}
.cmsPage .textWidget {
  line-height: 1.5em;
}
.cmsPage h1, .cmsPage h2, .cmsPage h3, .cmsPage h4, .cmsPage h5, .cmsPage h6 {
  line-height: normal;
  font-weight: 300;
}
.cmsPage h1, .cmsPage h2, .cmsPage h3 {
  color: #666666;
  line-height: normal;
  font-weight: 300;
}
.cmsPage h1 {
  font-size: 36px;
}
.cmsPage h2 {
  font-size: 36px;
}
.cmsPage h3 {
  font-size: 28px;
}
.cmsPage h4 {
  font-size: 16px;
}
.cmsPage h5 {
  font-size: 20px;
}
.cmsPage h6 {
  font-size: 18px;
}
.cmsPage .textWidget strong, .cmsPage .textWidget b {
  /*color: $color2;*/
}

.cmsPage {
  background-size: cover;
  background-attachment: fixed;
  background-position: center;
  /*    display: flex;
      -webkit-display: flex;
      display: -webkit-flex;
      align-items: end;
      -webkit-align-items: end;*/
}
.cmsPage > div {
  display: block;
  width: 100%;
}

.classicSlider {
  overflow: hidden;
  min-height: 560px !important;
  margin-bottom: 20px;
  border-radius: 14px;
}
@media screen and (max-width: 991px) {
  .classicSlider {
    min-height: 560px !important;
    margin-bottom: 60px;
  }
}
@media screen and (max-width: 499px) {
  .classicSlider {
    min-height: 400px !important;
  }
}
.classicSlider .owl-wrapper-outer {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  height: 100% !important;
}
@media screen and (max-width: 991px) {
  .classicSlider .owl-wrapper-outer {
    min-height: 560px !important;
  }
}
@media screen and (max-width: 499px) {
  .classicSlider .owl-wrapper-outer {
    min-height: 400px !important;
  }
}
.classicSlider .owl-wrapper-outer .owl-wrapper {
  height: 100% !important;
}
.classicSlider .owl-wrapper-outer .owl-wrapper .owl-item {
  height: 100% !important;
  min-height: 560px !important;
}
@media screen and (max-width: 991px) {
  .classicSlider .owl-wrapper-outer .owl-wrapper .owl-item {
    min-height: 560px !important;
  }
}
@media screen and (max-width: 499px) {
  .classicSlider .owl-wrapper-outer .owl-wrapper .owl-item {
    min-height: 400px !important;
  }
}
.classicSlider .owl-wrapper-outer .owl-wrapper .owl-item .slide {
  overflow: hidden;
  min-height: 560px !important;
  background-color: #000000;
  background-repeat: no-repeat;
  width: 100%;
  background-size: cover;
  background-position: center center;
  position: relative;
}
@media screen and (max-width: 991px) {
  .classicSlider .owl-wrapper-outer .owl-wrapper .owl-item .slide {
    min-height: 560px !important;
  }
}
@media screen and (max-width: 499px) {
  .classicSlider .owl-wrapper-outer .owl-wrapper .owl-item .slide {
    min-height: 400px !important;
  }
}
.classicSlider .owl-wrapper-outer .owl-wrapper .owl-item .slide .mobileBg {
  display: none;
  background-color: #000000;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center center;
  z-index: 0;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.classicSlider .owl-wrapper-outer .owl-wrapper .owl-item .slide::after {
  content: "";
  z-index: 0;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.15);
}
.classicSlider .owl-wrapper-outer .owl-wrapper .owl-item .slide .container {
  overflow: hidden;
  height: 100%;
}
.classicSlider .owl-wrapper-outer .owl-wrapper .owl-item .slide .container .text {
  position: absolute;
  z-index: 2;
  bottom: 50px;
}
.classicSlider .owl-wrapper-outer .owl-wrapper .owl-item .slide .container .text .text1, .classicSlider .owl-wrapper-outer .owl-wrapper .owl-item .slide .container .text .text2, .classicSlider .owl-wrapper-outer .owl-wrapper .owl-item .slide .container .text .text3, .classicSlider .owl-wrapper-outer .owl-wrapper .owl-item .slide .container .text .text4, .classicSlider .owl-wrapper-outer .owl-wrapper .owl-item .slide .container .text .text5 {
  color: white;
  position: relative;
  transition: left 0.5s ease 0.7s, right 0.5s ease 0.7s;
  -webkit-transition: left 0.5s ease 0.7s, right 0.5s ease 0.7s;
  -ms-transition: left 0.5s ease 0.7s, right 0.5s ease 0.7s;
  -o-transition: left 0.5s ease 0.7s, right 0.5s ease 0.7s;
  -moz-transition: left 0.5s ease 0.7s, right 0.5s ease 0.7s;
  -khtml-transition: left 0.5s ease 0.7s, right 0.5s ease 0.7s;
}
.classicSlider .owl-wrapper-outer .owl-wrapper .owl-item .slide .container .text img {
  width: auto;
  max-width: 100%;
}
.classicSlider .owl-wrapper-outer .owl-wrapper .owl-item .slide .container .text .text1 {
  font-size: 18px;
  font-weight: 400;
  letter-spacing: 0.07em;
  left: -100vw;
}
.classicSlider .owl-wrapper-outer .owl-wrapper .owl-item .slide .container .text .text2 {
  font-size: 48px;
  font-weight: 700;
  letter-spacing: 0.04em;
  left: 100vw;
}
.classicSlider .owl-wrapper-outer .owl-wrapper .owl-item .slide .container .text .text4 {
  left: 100vw;
}
.classicSlider .owl-wrapper-outer .owl-wrapper .owl-item .slide .container .text .text3 {
  font-size: 32px;
  font-weight: 400;
  left: -100vw;
  margin-top: 15px;
}
.classicSlider .owl-wrapper-outer .owl-wrapper .owl-item .slide .container .text .text4 {
  font-size: 32px;
  font-weight: 300;
}
.classicSlider .owl-wrapper-outer .owl-wrapper .owl-item .slide .container .text .text5 {
  left: -100vw;
  margin-top: 25px;
}
.classicSlider .owl-wrapper-outer .owl-wrapper .owl-item .slide .container .text .text5 a {
  display: inline-block;
  padding: 0 18px;
  height: 52px;
  line-height: 50px;
  font-size: 14px;
  color: #fff;
  border: 1px solid #fff;
  text-transform: uppercase;
  transition: color 0.3s ease 0s, background-color 0.3s ease 0s;
  -webkit-transition: color 0.3s ease 0s, background-color 0.3s ease 0s;
  -ms-transition: color 0.3s ease 0s, background-color 0.3s ease 0s;
  -o-transition: color 0.3s ease 0s, background-color 0.3s ease 0s;
  -moz-transition: color 0.3s ease 0s, background-color 0.3s ease 0s;
  -khtml-transition: color 0.3s ease 0s, background-color 0.3s ease 0s;
}
.classicSlider .owl-wrapper-outer .owl-wrapper .owl-item .slide .container .text .text5 a:hover {
  background: white;
  color: black;
}
@media screen and (max-width: 899px) {
  .classicSlider .owl-wrapper-outer .owl-wrapper .owl-item .slide .container .text {
    /*                                .text1{
                                        font-size: 52px;
                                    }
                                    .text2{
                                        font-size: 38px;
                                    }
                                    .text3{
                                        font-size: 24px;
                                    }
                                    .text4{
                                        font-size: 24px;
                                    }*/
  }
}
@media screen and (max-width: 699px) {
  .classicSlider .owl-wrapper-outer .owl-wrapper .owl-item .slide .container .text .text2 {
    font-size: 38px;
  }
  .classicSlider .owl-wrapper-outer .owl-wrapper .owl-item .slide .container .text .text3 {
    font-size: 22px;
  }
  .classicSlider .owl-wrapper-outer .owl-wrapper .owl-item .slide .container .text .text4 {
    font-size: 22px;
  }
}
@media screen and (max-width: 399px) {
  .classicSlider .owl-wrapper-outer .owl-wrapper .owl-item .slide .container .text .text2 {
    font-size: 32px;
  }
  .classicSlider .owl-wrapper-outer .owl-wrapper .owl-item .slide .container .text .text3 {
    font-size: 22px;
  }
  .classicSlider .owl-wrapper-outer .owl-wrapper .owl-item .slide .container .text .text4 {
    font-size: 22px;
  }
}
@media screen and (max-width: 767px) {
  .classicSlider .owl-wrapper-outer .owl-wrapper .owl-item .slide {
    background: transparent !important;
  }
  .classicSlider .owl-wrapper-outer .owl-wrapper .owl-item .slide .mobileBg {
    display: block;
  }
}
.classicSlider .owl-wrapper-outer .owl-wrapper .owl-item.active .slide .container .text .text1, .classicSlider .owl-wrapper-outer .owl-wrapper .owl-item.active .slide .container .text .text2, .classicSlider .owl-wrapper-outer .owl-wrapper .owl-item.active .slide .container .text .text3, .classicSlider .owl-wrapper-outer .owl-wrapper .owl-item.active .slide .container .text .text4, .classicSlider .owl-wrapper-outer .owl-wrapper .owl-item.active .slide .container .text .text5 {
  left: 0;
  right: 0;
}
@media screen and (max-width: 599px) {
  .classicSlider .owl-controls {
    display: none;
  }
}
.classicSlider .owl-controls .owl-page {
  transition: 0.3s ease 0s;
  -webkit-transition: 0.3s ease 0s;
  -ms-transition: 0.3s ease 0s;
  -o-transition: 0.3s ease 0s;
  -moz-transition: 0.3s ease 0s;
  -khtml-transition: 0.3s ease 0s;
  display: inline-block;
  width: 15px;
  height: 15px;
  box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3);
  border: 1px solid #fff;
  border-radius: 15px;
  margin: 0 7px;
  cursor: pointer;
  position: relative;
  z-index: 5;
}
.classicSlider .owl-controls .owl-page:hover, .classicSlider .owl-controls .owl-page.active {
  background: #fff;
}
.classicSlider i.fa {
  font-size: 41px;
  color: #fff;
  opacity: 0.5;
}
.classicSlider .owl-prev, .classicSlider .owl-next {
  position: absolute;
  bottom: 75px;
  text-align: center;
  margin: 0 auto;
  z-index: 3;
  color: white;
  /*position: absolute;*/
  cursor: pointer;
}
.classicSlider .owl-prev i, .classicSlider .owl-next i {
  font-size: 48px;
}
.classicSlider .owl-prev {
  left: 25px;
}
.classicSlider .owl-next {
  right: 25px;
}
@media screen and (max-width: 991px) {
  .classicSlider .owl-controls .owl-prev, .classicSlider .owl-controls .owl-next {
    bottom: 40px;
  }
  .classicSlider .owl-prev {
    left: 15px;
  }
  .classicSlider .owl-next {
    right: 15px;
  }
}

.socialMedia {
  /*text-align: right;*/
}
.socialMedia a, .socialMedia span {
  margin-right: 10px;
  display: inline-block;
}
.socialMedia a:last-child, .socialMedia span:last-child {
  margin-right: 0;
}
.socialMedia a i.fa, .socialMedia span i.fa {
  font-size: 22px;
  top: 2px;
  position: relative;
}

#tilesList {
  overflow: hidden;
  /*    margin-left: -10px;
      margin-right: -10px;*/
  margin-bottom: -10px;
}
#tilesList .tileContainer {
  padding: 0 10px;
  margin-bottom: 20px;
  width: 50%;
  float: left;
}
#tilesList .tileContainer .tile {
  overflow: hidden;
  position: relative;
}
#tilesList .tileContainer .tile .dummy {
  padding-top: 66%;
}
#tilesList .tileContainer .tile .text {
  transition: background 0.3s ease 0s;
  -webkit-transition: background 0.3s ease 0s;
  -ms-transition: background 0.3s ease 0s;
  -o-transition: background 0.3s ease 0s;
  -moz-transition: background 0.3s ease 0s;
  -khtml-transition: background 0.3s ease 0s;
  background: rgba(52, 193, 231, 0);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  -webkit-display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  align-items: -webkit-center;
  justify-content: center;
  -webkit-justify-content: center;
  justify-content: -webkit-center;
  color: white;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3);
  text-align: center;
}
#tilesList .tileContainer .tile .text h3 > span > span {
  font-size: 0.6em;
}
#tilesList .tileContainer .tile .thumb {
  transition: 0.3s ease 0s;
  -webkit-transition: 0.3s ease 0s;
  -ms-transition: 0.3s ease 0s;
  -o-transition: 0.3s ease 0s;
  -moz-transition: 0.3s ease 0s;
  -khtml-transition: 0.3s ease 0s;
  background-position: center center;
  background-size: cover;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
#tilesList .tileContainer .tile a.absoluteLink {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
#tilesList .tileContainer .tile:hover .text {
  background: rgba(52, 193, 231, 0.8);
}
#tilesList .tileContainer .tile:hover .thumb {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
}

.downloads, .downloads li {
  list-style: none;
  padding: 0;
}
.downloads i.fa {
  margin-right: 5px;
}

#blogArticlePage h1 {
  text-align: center;
}
#blogArticlePage .btn::before {
  display: none !important;
}
#blogArticlePage .blogTopSection {
  background-image: url("../img/bgBlue.jpg");
  background-size: cover;
  padding: 40px 0;
}
#blogArticlePage .blogTopSection, #blogArticlePage .blogTopSection * {
  color: white;
}
#blogArticlePage .blogTopSection .breadcrumb {
  padding: 0;
  margin: 20px 0 10px !important;
  list-style: none;
  background: none;
  border: none;
  border-radius: 0;
}
#blogArticlePage .blogTopSection .breadcrumb i {
  font-size: 13px;
  margin: 0 5px;
}
#blogArticlePage .blogTopSection .breadcrumb, #blogArticlePage .blogTopSection .textWidget {
  margin-bottom: 0;
}
#blogArticlePage .blogTopSection + .section {
  padding-top: 0;
}

div[data-type=blogArticlesList] {
  padding-top: 20px;
}
div[data-type=blogArticlesList] .article {
  overflow: hidden;
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid #ddd;
}
div[data-type=blogArticlesList] .article h3 {
  margin-top: 0;
}
div[data-type=blogArticlesList] .article h3 small {
  margin-bottom: 5px;
  display: inline-block;
}
div[data-type=blogArticlesList] .article:last-child {
  border-bottom: 0;
}
div[data-type=blogArticlesList] .article .bg {
  padding-top: 75%;
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  div[data-type=blogArticlesList] .article .bg {
    padding-top: 40%;
    margin-bottom: 10px;
  }
}
div[data-type=blogArticlesList] .article .bg > div {
  transition: 0.3s ease 0s;
  -webkit-transition: 0.3s ease 0s;
  -ms-transition: 0.3s ease 0s;
  -o-transition: 0.3s ease 0s;
  -moz-transition: 0.3s ease 0s;
  -khtml-transition: 0.3s ease 0s;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-size: cover;
  background-position: center center;
}
div[data-type=blogArticlesList] .article .bg a {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
div[data-type=blogArticlesList] .article .bg:hover > div {
  transform: scale(1.05);
  -webkit-transform: scale(1.05);
}
div[data-type=blogArticlesList] .article p {
  font-size: 0.9em;
}
div[data-type=blogArticlesList] .article a.more {
  text-decoration: underline;
}

.hasBgPhoto {
  background-attachment: fixed;
}
@media screen and (max-width: 999px) {
  .hasBgPhoto {
    background-attachment: initial;
    background-position: center center !important;
    background-size: cover;
  }
}

#content > .cmsPage:nth-child(2) > div > .section:first-child {
  padding-top: 0;
}

#content {
  overflow: hidden;
}

#topBarRwd {
  background: #fff;
  height: 50px;
  border-bottom: 5px solid #1776BA;
}
#topBarRwd, #topBarRwd > .container {
  color: white;
  height: 70px;
}
#topBarRwd #logoRwd img {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  max-width: 55%;
  max-height: 55px;
}
#topBarRwd .socialMedia {
  margin-right: -20px;
  float: right;
  line-height: 60px;
}
#topBarRwd .socialMedia a {
  margin-top: 10px;
  color: black;
}
#topBarRwd .socialMedia a:hover {
  color: #666666 !important;
}
#topBarRwd .socialMedia a i.fa {
  font-size: 28px;
}

/*
@media screen and (max-width: 991px) and (min-width: 768px){
    .col-sm-6:nth-child(2n+1){
        clear:both
    }
    .col-sm-12 + .col-sm-6 + .col-sm-6{
        clear: none;
    }

}*/
@media screen and (min-width: 1240px) {
  .section.fullSection .col-md-6.column.half-wided:not(.half-wided-right) {
    padding-right: 20px !important;
  }
  .section.fullSection .col-md-6.column.half-wided.half-wided-right {
    padding-left: 20px !important;
  }
}
@media screen and (min-width: 1240px) and (max-width: 1199px) {
  .section.fullSection .col-md-6.column.half-wided.half-wided-right {
    padding-left: 8px !important;
  }
}
.cmsSubPage:last-child {
  padding-bottom: 0;
}
.cmsSubPage:last-child > .section.fullSection:last-child {
  padding-bottom: 0;
}

.footerCircles {
  text-align: center;
  margin-bottom: 20px;
}
.footerCircles a {
  margin: 0 10px;
}

.companyDetails {
  font-size: 11px;
  color: ddd;
  padding-top: 20px;
  padding-bottom: 20px;
}
.companyDetails b {
  font-size: 12px;
  color: #fff;
}

.informations {
  width: 20%;
  float: left;
  margin: 15px 0;
  text-align: left;
  font-size: 13px;
}
@media screen and (max-width: 1320px) {
  .informations {
    text-align: center;
    width: 50%;
  }
  .informations:first-child {
    width: 100%;
  }
}
@media screen and (max-width: 530px) {
  .informations {
    width: 100%;
  }
}
.informations i.fa {
  margin-right: 6px;
}
.informations span {
  text-transform: uppercase;
}
.informations b {
  display: inline-block;
  padding: 10px 0;
  font-size: 18px;
  font-weight: 500 !important;
  line-height: 1.2em;
}

#newsDetails {
  padding: 40px 0;
  max-width: 1500px;
  margin: 0 auto;
}
#newsDetails .col-md-6 {
  padding: 0 20px;
}
#newsDetails h6::after {
  left: 0 !important;
  right: auto !important;
  margin: 0 !important;
}
#newsDetails .lockRatio .dummy {
  padding-top: 100%;
}
#newsDetails .row {
  margin: 0 -10px;
}
#newsDetails .gallery .lockRatio, #newsDetails a.mainPhoto {
  display: block;
  overflow: hidden;
}
#newsDetails .gallery .lockRatio img, #newsDetails .gallery .lockRatio .content, #newsDetails a.mainPhoto img, #newsDetails a.mainPhoto .content {
  transition: 0.3s ease 0s;
  -webkit-transition: 0.3s ease 0s;
  -ms-transition: 0.3s ease 0s;
  -o-transition: 0.3s ease 0s;
  -moz-transition: 0.3s ease 0s;
  -khtml-transition: 0.3s ease 0s;
  width: 100%;
}
#newsDetails .gallery .lockRatio:hover img, #newsDetails .gallery .lockRatio:hover .content, #newsDetails a.mainPhoto:hover img, #newsDetails a.mainPhoto:hover .content {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
}
#newsDetails .gallery .lockRatio.mainPhoto, #newsDetails a.mainPhoto.mainPhoto {
  margin-bottom: 10px;
}
#newsDetails .gallery .lockRatio.mainPhoto:hover img, #newsDetails a.mainPhoto.mainPhoto:hover img {
  transform: scale(1.05);
  -webkit-transform: scale(1.05);
}
#newsDetails .gallery {
  margin: 0 -10px;
}
#newsDetails .gallery .photo {
  margin-bottom: 10px;
}
#newsDetails .gallery .photo .content {
  background-size: cover;
  background-position: center center;
}
#newsDetails .gallery .photo a {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

@media screen and (max-width: 1249px) {
  .column.half-wided .textWidget {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
}
@media screen and (max-width: 1199px) {
  .column.half-wided .textWidget {
    padding-left: 8px !important;
    padding-right: 8px !important;
  }
}
#mainScrollArrow {
  transition: 0.3s ease 0s;
  -webkit-transition: 0.3s ease 0s;
  -ms-transition: 0.3s ease 0s;
  -o-transition: 0.3s ease 0s;
  -moz-transition: 0.3s ease 0s;
  -khtml-transition: 0.3s ease 0s;
  z-index: 99999;
  position: fixed;
  left: 0;
  right: 0;
  bottom: 40px;
  visibility: visible;
  opacity: 1;
  margin: 0 auto;
  text-align: center;
  height: 70px;
  width: 70px;
  background: white;
  border-radius: 100px;
  cursor: pointer;
}
#mainScrollArrow i.fa {
  line-height: 70px;
  font-size: 26px;
  color: #E77715;
}
#mainScrollArrow:hover {
  opacity: 0.8;
}
@media screen and (max-height: 599px), screen and (max-width: 1099px) {
  #mainScrollArrow {
    display: none;
  }
}

body.sticky #mainScrollArrow {
  visibility: hidden;
  opacity: 0;
}
body.sticky .anonsTopData {
  top: 85px !important;
}

#front .locationText {
  text-align: center;
}
#front .locationText h1 {
  margin-top: 60px;
  font-size: 32px;
}

#anonseList {
  margin: 60px 0;
}

#anonseList .empty, .randomAnonse .empty {
  margin-left: 10px;
  margin-bottom: 15px;
  display: block;
}
#anonseList .alert, .randomAnonse .alert {
  margin-bottom: 60px;
}
#anonseList h1, .randomAnonse h1 {
  text-align: left;
  font-size: 32px;
}
#anonseList .items, .randomAnonse .items {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
}
#anonseList .anons, .randomAnonse .anons {
  flex: 0 0 auto;
  display: flex;
  flex-direction: column;
  /*box-shadow: 0 0 1px red inset;*/
  /*margin-bottom: 45px;*/
}
#anonseList .anons > div, .randomAnonse .anons > div {
  background: #f9f9f9;
  flex: 1 0 auto;
  font-size: 14px;
  color: #000;
  border-radius: 14px;
  border: 1px solid #f0f0f0;
  overflow: hidden;
  display: flex;
  flex-direction: column; /* obrazek u góry, tekst pod spodem */
  position: relative; /* dla .absoluteLink */
  transition: box-shadow 0.25s ease 0s;
  -webkit-transition: box-shadow 0.25s ease 0s;
  -ms-transition: box-shadow 0.25s ease 0s;
  -o-transition: box-shadow 0.25s ease 0s;
  -moz-transition: box-shadow 0.25s ease 0s;
  -khtml-transition: box-shadow 0.25s ease 0s;
  margin-bottom: 40px;
  transition: 0.3s ease 0s;
  -webkit-transition: 0.3s ease 0s;
  -ms-transition: 0.3s ease 0s;
  -o-transition: 0.3s ease 0s;
  -moz-transition: 0.3s ease 0s;
  -khtml-transition: 0.3s ease 0s;
  position: relative;
}
#anonseList .anons > div:hover, .randomAnonse .anons > div:hover {
  box-shadow: 0 0 4px 0px rgba(0, 0, 0, 0.25);
}
#anonseList .anons > div h4, .randomAnonse .anons > div h4 {
  font-size: 18px !important;
  text-transform: none !important;
  font-weight: 600 !important;
  margin-bottom: 10px;
}
#anonseList .anons > div a.absoluteLink, .randomAnonse .anons > div a.absoluteLink {
  transition: 0.3s ease 0s;
  -webkit-transition: 0.3s ease 0s;
  -ms-transition: 0.3s ease 0s;
  -o-transition: 0.3s ease 0s;
  -moz-transition: 0.3s ease 0s;
  -khtml-transition: 0.3s ease 0s;
}
#anonseList .anons > div .editLink, .randomAnonse .anons > div .editLink {
  opacity: 0;
  display: block;
  transition: 0.3s ease 0s;
  -webkit-transition: 0.3s ease 0s;
  -ms-transition: 0.3s ease 0s;
  -o-transition: 0.3s ease 0s;
  -moz-transition: 0.3s ease 0s;
  -khtml-transition: 0.3s ease 0s;
  background: rgba(255, 255, 255, 0.3);
  color: black;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  text-align: center;
}
#anonseList .anons > div .editLink i.fa, .randomAnonse .anons > div .editLink i.fa {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
}
#anonseList .anons > div .dataDescription, .randomAnonse .anons > div .dataDescription {
  overflow: hidden;
  display: inline-block;
}
#anonseList .anons > div .dataDescription b, .randomAnonse .anons > div .dataDescription b {
  font-size: 22px;
  color: #000;
  font-weight: 800;
  letter-spacing: 0.04em;
  display: inline-block;
  margin-bottom: 10px;
}
#anonseList .anons > div .dataDescription > div, .randomAnonse .anons > div .dataDescription > div {
  display: inline-block;
  font-size: 14px;
  /*                    letter-spacing: 0.07em;*/
  margin-bottom: 3px;
  /*border-right: 2px solid #CBCBCB;*/
  padding-right: 8px;
  margin-right: 3px;
  position: relative;
}
#anonseList .anons > div .dataDescription > div::after, .randomAnonse .anons > div .dataDescription > div::after {
  content: "\f111"; /* kod ikony Font Awesome (fa-circle) */
  font-family: "Font Awesome 5 Pro"; /* wymagane — czcionka z ikonami */
  font-weight: 900; /* „solid” styl ikony */
  display: inline-block;
  position: absolute;
  right: -2px; /* odstęp między tekstem a kropką */
  top: 50%;
  transform: translateY(-50%); /* pionowe wyśrodkowanie */
  font-size: 5px; /* wielkość kropki */
  color: #000; /* kolor separatora */
  opacity: 0.7; /* delikatniejszy wygląd */
}
#anonseList .anons > div .dataDescription > div:nth-last-child(2)::after, #anonseList .anons > div .dataDescription > div.clear::after, .randomAnonse .anons > div .dataDescription > div:nth-last-child(2)::after, .randomAnonse .anons > div .dataDescription > div.clear::after {
  display: none;
}
#anonseList .anons > div .dataDescription i.fa, .randomAnonse .anons > div .dataDescription i.fa {
  color: #33299C;
  margin-right: 5px;
}
@media screen and (max-width: 1240px) and (min-width: 992px) {
  #anonseList .anons > div .dataDescription > div, .randomAnonse .anons > div .dataDescription > div {
    font-size: 13px;
    letter-spacing: 0.04em;
  }
}
@media screen and (max-width: 826px) and (min-width: 768px) {
  #anonseList .anons > div .dataDescription > div, .randomAnonse .anons > div .dataDescription > div {
    font-size: 13px;
  }
}
@media screen and (max-width: 420px) {
  #anonseList .anons > div .dataDescription > div, .randomAnonse .anons > div .dataDescription > div {
    font-size: 13px;
    letter-spacing: 0.05em;
  }
}
#anonseList .anons > div .dataDescriptionEdit, .randomAnonse .anons > div .dataDescriptionEdit {
  overflow: hidden;
  width: 100%;
}
#anonseList .anons > div .dataDescriptionEdit > div, .randomAnonse .anons > div .dataDescriptionEdit > div {
  display: inline-block;
  width: 50%;
  float: left;
  font-size: 13px;
  letter-spacing: 0.07em;
  margin-bottom: 5px;
}
#anonseList .anons > div .dataDescriptionEdit i.fa, .randomAnonse .anons > div .dataDescriptionEdit i.fa {
  color: #33299C;
  margin-right: 5px;
}
#anonseList .anons > div .txtContainer, .randomAnonse .anons > div .txtContainer {
  padding: 25px 25px 20px;
  flex: 1 1 auto;
  display: flex;
  flex-direction: column;
}
#anonseList .anons > div .txtContainer *:first-child, .randomAnonse .anons > div .txtContainer *:first-child {
  margin-top: 0 !important;
}
#anonseList .anons > div .txtContainer *:last-child, .randomAnonse .anons > div .txtContainer *:last-child {
  margin-bottom: 0 !important;
}
#anonseList .anons > div .imgContainer, .randomAnonse .anons > div .imgContainer {
  position: relative;
  background-size: cover;
  padding-top: 70%;
  background-position: 50% 50%;
  max-width: 100%;
  overflow: hidden;
  font-size: 14px;
  flex: 0 0 auto;
  /*margin-bottom: 30px;*/
}
#anonseList .anons > div .imgContainer .dataLook, .randomAnonse .anons > div .imgContainer .dataLook {
  font-weight: 600;
  color: white;
  position: absolute;
  bottom: 10px;
  right: 0;
  background: rgba(153, 153, 153, 0.5);
  height: 47px;
  width: 47px;
  font-size: 9px;
  font-weight: 700;
  padding-left: 8px;
}
#anonseList .anons > div .imgContainer .dataLook i.fa, .randomAnonse .anons > div .imgContainer .dataLook i.fa {
  font-size: 20px;
  margin-right: 7px;
  margin-bottom: 3px;
  margin-top: 10px;
}
#anonseList .anons > div .imgContainer .dataVip, .randomAnonse .anons > div .imgContainer .dataVip {
  color: white;
  position: absolute;
  bottom: 24px;
  left: -27px;
  background: rgba(23, 118, 186, 0.7);
  padding: 3px 40px;
  transform: rotate(45deg);
  font-weight: 800;
}
#anonseList .anons > div .imgContainer .dataVip i.fa, .randomAnonse .anons > div .imgContainer .dataVip i.fa {
  color: #FEF898;
}
#anonseList .anons > div .dataDescription, #anonseList .anons > div .dataLook, .randomAnonse .anons > div .dataDescription, .randomAnonse .anons > div .dataLook {
  transition: 0.3s ease 0s;
  -webkit-transition: 0.3s ease 0s;
  -ms-transition: 0.3s ease 0s;
  -o-transition: 0.3s ease 0s;
  -moz-transition: 0.3s ease 0s;
  -khtml-transition: 0.3s ease 0s;
}
#anonseList .anons > div:hover .editLink, .randomAnonse .anons > div:hover .editLink {
  opacity: 1;
}
#anonseList .anons > div:hover .dataDescription, .randomAnonse .anons > div:hover .dataDescription {
  bottom: 0;
}
#anonseList .anons > div:hover .dataLook, .randomAnonse .anons > div:hover .dataLook {
  right: -50px;
}
#anonseList .anons .prices, .randomAnonse .anons .prices {
  padding-top: 20px;
  overflow: hidden;
  font-size: 14px;
  font-weight: 500;
  color: #353535;
  margin-top: auto; /* DOCIĄGA ceny na SAM DÓŁ txtContainer */
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  gap: 12px;
}
#anonseList .anons .prices small:first-child, .randomAnonse .anons .prices small:first-child {
  color: black;
}
#anonseList .anons .prices > div, .randomAnonse .anons .prices > div {
  /*border-right: 1px solid #E5E5E5;*/
  /*                width: 33%;
                  width: 33.33%;
                  float: left;*/
  /*padding: 0 12px;*/
  width: 50%;
}
#anonseList .anons .prices > div:nth-child(2n), .randomAnonse .anons .prices > div:nth-child(2n) {
  width: 50%;
  text-align: right;
}
#anonseList .anons .prices > div span, .randomAnonse .anons .prices > div span {
  font-size: 20px;
}
#anonseList .anons .prices > div:last-child, .randomAnonse .anons .prices > div:last-child {
  border-right: none;
  padding-right: 0;
}
#anonseList .anons .prices > div:first-child, .randomAnonse .anons .prices > div:first-child {
  padding-left: 0;
}
#anonseList .anons .prices > div span, .randomAnonse .anons .prices > div span {
  color: #0F83D4;
  font-weight: 600;
  font-size: 18px;
}
#anonseList .anons .prices > div span small, .randomAnonse .anons .prices > div span small {
  font-size: 12px;
}
#anonseList .anons.promoted > div .imgContainer, .randomAnonse .anons.promoted > div .imgContainer {
  border: 3px solid #1776BA !important;
}
#anonseList .anons.promoted > div h4, .randomAnonse .anons.promoted > div h4 {
  font-weight: bold !important;
}
#anonseList img, .randomAnonse img {
  border: 1px solid #999999;
}
#anonseList .absoluteLink, .randomAnonse .absoluteLink {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
#anonseList .col-md-3.col-sm-6.col-xs-12, .randomAnonse .col-md-3.col-sm-6.col-xs-12 {
  padding-left: 37.5px;
  padding-right: 37.5px;
}
#anonseList .anons:nth-child(4n+1), .randomAnonse .anons:nth-child(4n+1) {
  clear: both;
}
@media screen and (max-width: 991px) and (min-width: 768px) {
  #anonseList .anons:nth-child(4n+1), .randomAnonse .anons:nth-child(4n+1) {
    clear: none;
  }
  #anonseList .anons:nth-child(3n+1), .randomAnonse .anons:nth-child(3n+1) {
    clear: both;
  }
}
@media screen and (max-width: 767px) and (min-width: 600px) {
  #anonseList .anons:nth-child(4n+1), .randomAnonse .anons:nth-child(4n+1) {
    clear: none;
  }
  #anonseList .anons:nth-child(2n+1), .randomAnonse .anons:nth-child(2n+1) {
    clear: both;
  }
}
@media screen and (max-width: 599px) {
  #anonseList .anons, .randomAnonse .anons {
    clear: both;
  }
}
@media screen and (max-width: 599px) {
  #anonseList .anons, .randomAnonse .anons {
    width: 100% !important;
  }
}

#anonseList .anons:nth-child(4n+1) {
  clear: none;
}
#anonseList .anons:nth-child(3n+1) {
  clear: both;
}
@media screen and (max-width: 991px) and (min-width: 768px) {
  #anonseList .anons:nth-child(4n+1) {
    clear: none;
  }
  #anonseList .anons:nth-child(3n+1) {
    clear: both;
  }
}
@media screen and (max-width: 767px) and (min-width: 600px) {
  #anonseList .anons:nth-child(4n+1) {
    clear: none;
  }
  #anonseList .anons:nth-child(2n+1) {
    clear: both;
  }
}
@media screen and (max-width: 599px) {
  #anonseList .anons {
    clear: both;
  }
}
@media screen and (max-width: 599px) {
  #anonseList .anons {
    width: 100%;
  }
}

.widgetBox[data-type=randomAnons] .anons {
  /*margin-bottom: 0;*/
  /*        @media screen and (max-width: 991px) and (min-width: 768px){

              &:nth-child(4){
                  display: none;
              }
          }*/
}
.widgetBox[data-type=randomAnons] .anons > div {
  /*margin-bottom: 0;*/
}

#ajaxLoadingTint {
  position: fixed;
  z-index: 999999;
  background: white;
  opacity: 0.7;
  display: none;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  line-height: 100vh;
  text-align: center;
}
#ajaxLoadingTint img {
  margin-top: 50vh;
  margin-top: calc(50vh - 8px);
}

.formPage {
  margin-bottom: 20px;
}
.formPage .formData {
  margin-bottom: 5px;
}
.formPage h1 {
  text-align: center;
  color: #999999;
}
.formPage .form {
  color: #999999;
  margin: 0;
}
.formPage .form input[type=text], .formPage .form input[type=password], .formPage .form select {
  border: 1px solid #aaaaaa;
  height: 48px;
  font-size: 14px;
  width: 100%;
  margin-bottom: 20px;
  padding: 5px 20px;
}
.formPage .form .col-sm-6.error input[type=text], .formPage .form .col-sm-6.error input[type=password] {
  border: 1px solid red;
}

.imageLink {
  text-align: center;
  margin: 20px 0;
}
.imageLink img {
  max-width: 100%;
}

.form-control {
  border-radius: 0;
}

#offerGallery {
  overflow: hidden;
}
#offerGallery .mainPhoto {
  position: relative;
}
#offerGallery .mainPhoto::before {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  content: "";
  display: block;
  pointer-events: none;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.49) 0%, transparent 60%);
}
#offerGallery .miniPhotos, #offerGallery .mainPhoto {
  position: relative;
}
#offerGallery .miniPhotos .videoWrap, #offerGallery .mainPhoto .videoWrap {
  position: absolute;
  padding-top: 54.62%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
}
@media screen and (max-width: 991px) {
  #offerGallery .miniPhotos .videoWrap, #offerGallery .mainPhoto .videoWrap {
    padding-top: 54.62%;
  }
}
#offerGallery .miniPhotos .videoWrap .video, #offerGallery .mainPhoto .videoWrap .video {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
#offerGallery .miniPhotos .videoWrap .video video, #offerGallery .mainPhoto .videoWrap .video video {
  width: 100%;
  height: 100%;
  background: black;
}
#offerGallery .miniPhotos > div, #offerGallery .mainPhoto > div {
  clear: none !important;
  padding: 0;
}
#offerGallery .miniPhotos > div:nth-child(6), #offerGallery .mainPhoto > div:nth-child(6) {
  clear: both !important;
}
@media screen and (max-width: 991px) {
  #offerGallery .miniPhotos > div:nth-child(6), #offerGallery .mainPhoto > div:nth-child(6) {
    clear: none !important;
  }
}
#offerGallery .miniPhotos > div:first-child, #offerGallery .mainPhoto > div:first-child {
  /*padding-top: 10px;*/
}
#offerGallery .miniPhotos > div > div > div > div > div > a, #offerGallery .miniPhotos > div > div > div > div > div > span, #offerGallery .mainPhoto > div > div > div > div > div > a, #offerGallery .mainPhoto > div > div > div > div > div > span {
  display: block;
  position: relative;
  padding-top: 54.62%;
  cursor: pointer;
}
#offerGallery .miniPhotos > div > div > div > div > div > a span, #offerGallery .miniPhotos > div > div > div > div > div > span span, #offerGallery .mainPhoto > div > div > div > div > div > a span, #offerGallery .mainPhoto > div > div > div > div > div > span span {
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  background-position: center !important;
  background-size: cover !important;
}
#offerGallery .miniPhotos > div:first-child > div a, #offerGallery .mainPhoto > div:first-child > div a {
  padding-top: 54.62%;
}
#offerGallery .miniPhotos .owl-wrapper-outer, #offerGallery .mainPhoto .owl-wrapper-outer {
  overflow: hidden;
}
#offerGallery .miniPhotos i, #offerGallery .mainPhoto i {
  font-size: 48px;
  color: white;
  text-shadow: 2px 1px 4px rgba(0, 0, 0, 0.3);
}
#offerGallery .miniPhotos .owl-prev, #offerGallery .mainPhoto .owl-prev {
  top: 35%;
  bottom: 0;
  left: 20px;
}
#offerGallery .miniPhotos .owl-next, #offerGallery .mainPhoto .owl-next {
  top: 35%;
  bottom: 0;
  right: 20px;
}
#offerGallery .miniPhotos .owl-prev, #offerGallery .miniPhotos .owl-next, #offerGallery .mainPhoto .owl-prev, #offerGallery .mainPhoto .owl-next {
  z-index: 2;
  margin: auto;
  height: 32px;
  position: absolute;
  cursor: pointer;
  align-items: center;
}
#offerGallery .mainPhoto > div > div > div > div > div > a span {
  background-color: #F4F4F4 !important;
  background-repeat: no-repeat !important;
  background-size: contain !important;
}
#offerGallery .miniPhotos {
  margin: 0 -10px;
  width: auto;
}
#offerGallery .miniPhotos .owl-item > div {
  padding: 20px 10px 0;
}
@media screen and (max-width: 991px) {
  #offerGallery {
    /*        .mainPhoto>div:first-child>div a{
                margin-bottom: 20px;
            }*/
  }
  #offerGallery .miniPhotos {
    /*display: none !important;*/
  }
}

#viewAnons {
  padding-top: 20px;
}
@media screen and (max-width: 991px) {
  #viewAnons {
    padding-top: 0;
  }
}
#viewAnons .data {
  font-weight: 500;
  font-size: 18px;
}
#viewAnons .data i {
  color: #152C7C;
  font-size: 20px;
}
#viewAnons .data .inlineParams > div {
  display: inline-block;
  border: 1px solid #DDDEE0;
  border-radius: 5px;
  padding: 4px 10px !important;
  font-size: 16px;
  margin-bottom: 7px;
}
#viewAnons .data .inlineParams > div i {
  display: none;
}
#viewAnons .anonsDescription {
  font-size: 15px;
}
@media screen and (max-width: 991px) {
  #viewAnons .anonsDescription .fbFull {
    display: none;
  }
}
#viewAnons .anonsDescription .row {
  margin-left: 0;
  margin-right: 0;
}
#viewAnons .anonsDescription .row a {
  margin-right: 20px;
  margin-bottom: 20px;
}
@media screen and (max-width: 992px) {
  #viewAnons .anonsDescription .row {
    margin-left: 20px;
  }
}
@media screen and (max-width: 767px) {
  #viewAnons .anonsDescription .row {
    margin-left: 0;
  }
}
#viewAnons .anonsDescription .mainParameters {
  margin-top: 10px;
}
#viewAnons .anonsDescription .mainParameters div {
  font-weight: 400;
  letter-spacing: 0.07em;
  padding-bottom: 10px;
}
#viewAnons .anonsDescription .mainParameters div i.fa {
  color: #35289C;
  margin-right: 5px;
}
#viewAnons .anonsDescription h2, #viewAnons .anonsDescription h3 {
  margin-top: 0;
}
#viewAnons .anonsDescription h1, #viewAnons .anonsDescription h4, #viewAnons .anonsDescription h6 {
  display: inline-block;
  margin-right: 15px;
}
#viewAnons .anonsDescription h1 i.fa, #viewAnons .anonsDescription h4 i.fa, #viewAnons .anonsDescription h6 i.fa {
  font-size: 26px;
  margin-right: 5px;
}
#viewAnons .anonsDescription h6 {
  margin-right: 10px;
}
#viewAnons .anonsDescription .col-sm-6 {
  padding-left: 0;
  padding-right: 0;
}
#viewAnons .anonsDescription.rwd {
  display: none;
}
@media screen and (max-width: 991px) {
  #viewAnons .anonsDescription.rwd {
    display: block;
  }
}
@media screen and (max-width: 991px) {
  #viewAnons .anonsDescription .anonsDescriptionRwd {
    display: none;
  }
}
#viewAnons .anonsDescription .priceBlack {
  font-weight: 300;
  color: #222;
  font-size: 32px;
}
#viewAnons .anonsDescription .leasingData {
  margin-top: 10px;
}
#viewAnons .anonsDescription .data {
  break-inside: avoid;
}
@media screen and (max-width: 991px) and (min-width: 700px) {
  #viewAnons .anonsDescription .mainParameters, #viewAnons .anonsDescription .leasingData {
    column-count: 2;
  }
}
#viewAnons .row {
  margin-left: -30px;
  margin-right: -30px;
}

.anonPrice {
  text-align: center;
  overflow: hidden;
}
.anonPrice h1, .anonPrice h4, .anonPrice h6 {
  display: block;
}
.anonPrice h2 {
  text-align: left;
  text-transform: none;
}
.anonPrice h6, .anonPrice .priceTitle {
  margin: 0;
  padding: 20px 10px 20px 10px;
  color: #eeeeee !important;
  background: #999999;
  position: relative;
  font-weight: 500;
  margin-bottom: 13px;
}
.anonPrice h6::after, .anonPrice .priceTitle::after {
  position: absolute;
  margin: 0 auto;
  left: 0;
  right: 0;
  bottom: -13px;
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 13px 6.5px 0 6.5px;
  border-color: #9d085a transparent transparent transparent;
}
.anonPrice .col-md-3.col-sm-4.col-xs-12 {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.anonPrice .col-md-3.col-sm-3.col-xs-12 {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.anonPrice label {
  font-weight: 500;
  margin-bottom: 0;
}

.ui-slider .ui-slider-range {
  background-image: none;
  background-color: #999999;
}

.ui-slider {
  margin-top: 5px;
}

.ui-slider-handle {
  border-radius: 20px;
  border: 3px solid #999999 !important;
}

.ui-widget-content {
  border: none;
  background: #aaaaaa;
}

.ui-slider-horizontal .ui-slider-handle {
  top: -0.2em;
}

span.required {
  color: inherit;
}

.anonsCreation {
  font-size: 15px;
  margin-right: -10px;
  margin-left: -10px;
  box-shadow: 0 1px 15px 2px rgba(0, 0, 0, 0.1);
  padding-bottom: 1px;
}
.anonsCreation .form {
  overflow: visible;
}
.anonsCreation h2 {
  margin-bottom: 20px;
}
.anonsCreation .form input[type=text], .anonsCreation .form input[type=email], .anonsCreation .form input[type=number], .anonsCreation .form input[type=tel], .anonsCreation .form select, .anonsCreation .form textarea {
  height: 50px;
  display: inline-block;
  width: 100%;
  border: none;
  border: 1px solid #E5E5E5;
  padding: 0 20px;
}
.anonsCreation .form input[type=text].suffix, .anonsCreation .form input[type=email].suffix, .anonsCreation .form input[type=number].suffix, .anonsCreation .form input[type=tel].suffix, .anonsCreation .form select.suffix, .anonsCreation .form textarea.suffix {
  width: calc(100% - 50px);
  margin-right: 10px;
}
.anonsCreation .form textarea {
  border: 1px solid #E5E5E5;
  width: 100%;
  height: 120px;
  padding-top: 10px;
  padding-bottom: 10px;
}
.anonsCreation .dataCreation {
  column-count: 2;
}
.anonsCreation .categoryCreation {
  column-count: 2;
  color: #999999;
  margin-left: -10px;
  margin-right: -10px;
}
.anonsCreation h1 i.fa, .anonsCreation h4 i.fa, .anonsCreation h6 i.fa {
  font-size: 26px;
  margin-right: 5px;
}
.anonsCreation h6 {
  margin-right: 10px;
}
.anonsCreation .addAnonHours {
  margin-top: 20px;
  text-transform: uppercase;
  font-size: 14px;
  color: #999999;
}
.anonsCreation .addAnonHours input {
  max-width: 20px;
  margin-bottom: 0;
  border: none !important;
  line-height: 0;
  text-align: right;
  color: #999999;
  font-size: 16px;
}
.anonsCreation .addAnonHours .row {
  margin-bottom: 20px;
}
.anonsCreation .anonAdmin {
  margin: 20px 0;
  padding: 0 10px;
}
.anonsCreation .buttons {
  margin-right: 10px;
}
.anonsCreation input#Anons_languages {
  width: 60%;
}
.anonsCreation textarea.smallTextarea {
  height: 50px;
}
.anonsCreation .row.buttons {
  margin: 20px 0 0 0;
}
.anonsCreation .narrowInput {
  max-width: 100px;
}

.addAnonLocation input[type=text], .addAnonLocation input[type=email], .addAnonLocation input[type=number], .addAnonLocation input[type=tel], .addAnonLocation select, .addAnonLocation textarea {
  height: 55px !important;
  width: 100% !important;
}
.addAnonLocation label {
  border-radius: 0;
  background: #999999;
  color: #eeeeee;
  font-size: 18px;
  font-weight: 500;
  min-width: 160px;
}
.addAnonLocation .errorMessage {
  margin-top: 0;
  margin-bottom: 0;
}

.hoursRight {
  float: right;
  clear: both;
}
.hoursRight input {
  padding: 0 !important;
}

.fullRow select {
  width: 100% !important;
}

.breakingLine {
  height: 2px;
  background: #999999;
  margin: 20px 0;
}

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

.buttonMenu {
  margin: 0 -5px;
}
.buttonMenu a {
  margin: 0 5px;
}

#flashMsgs {
  margin-top: 10px;
}

.anonEdit {
  border: 1px solid #aaaaaa;
  padding-top: 30px;
  padding-bottom: 30px;
  padding: 30px 20px;
  margin: 0 -25px;
}
.anonEdit .anonEditData {
  margin-left: -10px;
}
.anonEdit .anonEditData .text-success, .anonEdit .anonEditData .text-danger {
  margin: 10px 0;
  font-size: 18px;
}
.anonEdit .anonEditData span {
  color: black;
}
@media screen and (max-width: 767px) {
  .anonEdit .dataDescriptionEdit > div {
    width: 100% !important;
  }
}

.editAnonButtons {
  /*margin-top: 30px;*/
  text-align: center;
}
@media screen and (max-width: 767px) {
  .editAnonButtons {
    margin-top: 30px;
    margin-bottom: 30px;
    margin-left: -10px;
    float: left !important;
  }
}
.editAnonButtons a {
  text-align: center;
  margin-top: 2px;
}
@media screen and (max-width: 350px) {
  .editAnonButtons a {
    padding: 0 10px;
  }
}
@media screen and (max-width: 910px) {
  .editAnonButtons .btn {
    /*            width: 49%;
                width: calc(50%-2px);*/
  }
}

.text-success {
  color: #8fc31f;
}

.mailUser {
  color: #aaaaaa;
  margin-bottom: 45px;
  text-align: center;
}
.passResetLink a:hover {
  color: rgb(122.4, 122.4, 122.4);
}

.packages {
  text-align: center;
  margin-left: -10px;
  margin-right: -10px;
  margin-bottom: 20px;
}
.packages .package > div {
  margin-top: 20px;
  border: 3px solid #1776BA;
}
.packages .payHead {
  padding: 20px 0;
  color: #1776BA;
  font-weight: bold;
  font-size: 18px;
  border-bottom: 3px solid #1776BA;
}
.packages .payPrices {
  padding: 20px 0;
  font-size: 18px;
}
.packages .payPrices b {
  position: relative;
}
.packages .payPrices b:after {
  content: "";
  position: absolute;
  height: 2px;
  background: #1776BA;
  width: 30px;
  left: 0;
  right: 0;
  bottom: -16px;
  margin: 0 auto;
}
.packages form {
  padding: 0 20px;
  float: none;
  display: inline-block;
}
@media screen and (max-width: 767px) {
  .packages form {
    display: block;
  }
}
.jobOffer {
  border-bottom: 1px solid #aaaaaa;
  overflow: hidden;
  padding: 30px 0;
  font-size: 18px;
  text-align: left;
}
.jobOffer b {
  color: #999999;
}
.jobOffer p {
  font-size: 16px;
}
.jobOffer h6 {
  font-size: 22px !important;
  margin-top: 0 !important;
  text-transform: uppercase;
  overflow: hidden;
}
.jobOffer h6 .offerOn {
  font-size: 18px;
  line-height: 25px;
  display: none;
  text-transform: none;
}
@media screen and (max-width: 399px) {
  .jobOffer h6 .offerOn {
    display: inline;
    /*float: left !important;*/
  }
}
@media screen and (max-width: 399px) {
  .jobOffer .offerOff {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .btn-search-right {
    float: right;
  }
}

.anonsDescription h4 a:hover {
  color: inherit;
}

@media screen and (max-width: 640px) {
  #anonseList .col-md-3.col-sm-6.col-xs-12 {
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media screen and (max-width: 640px) and (min-width: 480px) {
  #anonseList .col-md-3.col-sm-6.col-xs-12 {
    clear: none;
    width: 33.33%;
  }
  #anonseList .col-md-3.col-sm-6.col-xs-12:nth-child(3n+1) {
    clear: both;
  }
}
@media screen and (max-width: 479px) {
  #anonseList .col-md-3.col-sm-6.col-xs-12 {
    clear: none;
    width: 50%;
  }
  #anonseList .col-md-3.col-sm-6.col-xs-12:nth-child(2n+1) {
    clear: both;
  }
}
.row.negativeMargin {
  margin-left: -30px;
  margin-right: -30px;
}

.imagesCol {
  margin-top: -5px;
}

#front .anonsTopData {
  color: white;
  background: #292A48;
  font-size: 32px;
  text-transform: uppercase;
  position: fixed;
  top: 154px;
  left: 0;
  right: 0;
  z-index: 99;
  transition: 0.3s ease 0s;
  -webkit-transition: 0.3s ease 0s;
  -ms-transition: 0.3s ease 0s;
  -o-transition: 0.3s ease 0s;
  -moz-transition: 0.3s ease 0s;
  -khtml-transition: 0.3s ease 0s;
  /*    div.anonsTopDataName{
          overflow: hidden;
          text-overflow: ellipsis;
          white-space: nowrap;
      }*/
}
#front .anonsTopData > div > div {
  display: inline-block;
  font-weight: 800;
  padding: 0;
}
#front .anonsTopData > div > div > div {
  padding: 5px 0;
}
#front .anonsTopData span.district {
  display: inline-block;
  padding: 17.9px 0;
  font-size: 14px;
  font-weight: 500;
  position: relative;
}
#front .anonsTopData span.district:before {
  position: absolute;
  left: -15px;
  top: 0;
  bottom: 0;
  content: "";
  width: 1px;
  background: #787796;
  margin: 10px 0;
}
#front .anonsTopData span.district i.fa {
  margin-right: 5px;
}
@media screen and (max-width: 1199px) {
  #front .anonsTopData {
    display: none;
  }
}

#front .anonsTopDataRwd {
  display: none;
  color: black;
  font-size: 32px;
  text-transform: uppercase;
  overflow: hidden;
  transition: 0.3s ease 0s;
  -webkit-transition: 0.3s ease 0s;
  -ms-transition: 0.3s ease 0s;
  -o-transition: 0.3s ease 0s;
  -moz-transition: 0.3s ease 0s;
  -khtml-transition: 0.3s ease 0s;
}
#front .anonsTopDataRwd > div {
  font-weight: 800;
  padding: 5px 0;
}
#front .anonsTopDataRwd > div > div {
  display: inline-block;
}
#front .anonsTopDataRwd span.district {
  display: inline-block;
  padding: 17.9px 0;
  font-size: 14px;
  font-weight: 500;
}
#front .anonsTopDataRwd h1 {
  display: inline-block;
  font-size: 32px;
  line-height: 43px;
}
@media screen and (max-width: 991px) {
  #front .anonsTopDataRwd {
    display: block;
  }
}

.carEq .anonEq, .carEq .anonFiles {
  margin-top: 10px;
}
.carEq .anonEq h3, .carEq .anonFiles h3 {
  margin-top: 0 !important;
}
@media screen and (max-width: 767px) and (min-width: 548px) {
  .carEq .anonEq {
    column-count: 2;
  }
}
.carEq .anonLocation {
  color: #acacac;
  font-size: 15px;
  letter-spacing: 0.07em;
  text-transform: uppercase;
}
.carEq h1 {
  font-size: 32px !important;
  color: black !important;
  margin-top: 15px !important;
}
.carEq span.rwdPrice {
  display: none;
  font-size: 28px;
  font-weight: 700;
  color: #acacac;
}
@media screen and (max-width: 1199px) {
  .carEq span.rwdPrice {
    display: initial;
  }
}
@media screen and (max-width: 991px) {
  .carEq .namePriceRwd {
    display: none;
  }
}
.carEq ul {
  padding: 0;
}
.carEq ul li {
  list-style: none;
}
.carEq ul li::before, .carEq ul li i.fa {
  display: inline-block;
  margin-right: 5px;
  color: #35289C;
}
.carEq ul li::before {
  content: "\f00c";
  font-family: FontAwesome;
}

.consultantBox {
  color: white;
  background: #142A77;
  padding: 30px;
  margin-bottom: 30px;
  line-height: 30px;
  font-weight: 300;
  font-size: 15px;
  margin: 0 auto;
}
.consultantBox b {
  text-transform: uppercase;
}
.consultantBox h3 {
  color: white !important;
}
.consultantBox i.fal {
  margin-right: 5px;
}

.randomHeader {
  text-align: center;
  margin: 60px 0 30px;
}

#carEquipmentSelect {
  overflow: hidden;
  column-count: 3;
}
@media screen and (max-width: 599px) {
  #carEquipmentSelect {
    column-count: 2;
  }
}
@media screen and (max-width: 399px) {
  #carEquipmentSelect {
    column-count: 1;
  }
}

.ratioWrap {
  position: relative;
}
.ratioWrap.ratio50 {
  padding-top: 100%;
}
.ratioWrap.ratio25 {
  padding-top: 50%;
}
.ratioWrap > * {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
}
.ratioWrap video {
  background: black;
}

.ui-sortable > * {
  cursor: ns-resize;
}

#loadingOverlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9999999;
  background: url("../../admin/img/loader.gif") white;
  background: url("../../admin/img/loader.gif") rgba(255, 255, 255, 0.7);
  background-repeat: no-repeat;
  background-position: center center;
}

.carEq ul.downloadsList i.fa {
  font-size: 32px;
}
.carEq ul.downloadsList a {
  line-height: 32px;
}
.carEq ul.downloadsList, .carEq ul.downloadsList li {
  list-style: none !important;
  padding-left: 0 !important;
}
.carEq ul.downloadsList::before, .carEq ul.downloadsList li::before {
  content: none;
}

.noTransform {
  text-transform: none;
}

#section1287 .widgetBox[data-type=text], #section1287 .widgetBox[data-type=photo], #section1286 .widgetBox[data-type=text], #section1286 .widgetBox[data-type=photo] {
  margin-top: 20px !important;
}
#section1287 .widgetBox[data-type=form], #section1286 .widgetBox[data-type=form] {
  background: #fff;
  padding: 0 20px 0px;
  overflow: hidden;
}
#section1287 .widgetBox[data-type=form] .row.buttons, #section1286 .widgetBox[data-type=form] .row.buttons {
  text-align: center;
}
#section1287 .widgetBox[data-type=form] label, #section1286 .widgetBox[data-type=form] label {
  margin-bottom: 15px;
  margin-top: 12px;
}
#section1287 .textWidget, #section1286 .textWidget {
  margin-bottom: 0 !important;
}

#body581 {
  padding-top: 0;
}
#body581 #top {
  display: none;
}
#body581 #footer .botMenu {
  display: none;
}
#body581 .textWidget {
  background: transparent !important;
}
#body581 .textWidget h6 {
  color: #999999 !important;
  font-weight: 700;
}
#body581 .textWidget ul {
  margin-top: 30px;
}
#body581 .textWidget ul li {
  font-size: 18px !important;
  margin-top: 20px;
}
#body581 #section1294 .textWidget h2, #body581 #section1304 .textWidget h2 {
  font-size: 42px;
  color: white;
}
#body581 #section1294 .textWidget h5, #body581 #section1304 .textWidget h5 {
  color: white;
}
#body581 form label {
  color: white;
  font-size: 11px;
  margin-bottom: 5px;
}
#body581 .cmsSubPage {
  padding: 0 !important;
}
#body581 #section1297 .textWidget img, #body581 #section1301 .textWidget img, #body581 #section1302 .textWidget img {
  height: 100px;
  width: 100px;
}
@media screen and (min-width: 992px) {
  #body581 #section1301 .textWidget {
    padding-top: 0;
  }
}
@media screen and (max-width: 991px) {
  #body581 #section1301 {
    padding-top: 0;
  }
}
#body581 #section1300, #body581 #section1299, #body581 #section1298, #body581 #section1297, #body581 #section1301, #body581 #section1302 {
  background: #fff;
}
#body581 #section1294, #body581 #section1304 {
  /*        .textWidget{
              img{
                  height: 100px;
                  width: 100px;
              }
          }*/
}
#body581 #section1294 #formWidget_2188 .col-md-6, #body581 #section1304 #formWidget_2188 .col-md-6 {
  width: 100%;
}
#body581 #section1299 {
  padding-bottom: 80px;
}
#body581 #section1300 {
  padding-top: 30px;
}
#body581 #section1300 .textWidget {
  padding-top: 0;
  padding-bottom: 0;
}
@media screen and (min-width: 992px) {
  #body581 #section1298 .textWidget {
    padding-top: 0;
  }
}
@media screen and (min-width: 992px) {
  #body581 #section1302 .textWidget {
    padding-bottom: 0;
  }
}
@media screen and (max-width: 991px) {
  #body581 #section1302 {
    padding-bottom: 0;
  }
}
#body581 #section1296 {
  background: #005ce5;
}
#body581 #section1296 .textWidget h2 {
  color: white;
}
#body581 #section1296 .textWidget ul, #body581 #section1296 .textWidget li {
  color: #fff !important;
}
#body581 #topBarRwd {
  display: none !important;
}
#body581 #section1304 .column.col-md-4.col-sm-5 {
  background: #00234b;
}
@media screen and (max-width: 767px) {
  #body581 #section1304 .form {
    padding-bottom: 40px;
  }
}
#body581 #section1304 .form .row.buttons {
  margin-top: 10px;
}
#body581 #section1304 .form a {
  transition: 0.3s ease 0s;
  -webkit-transition: 0.3s ease 0s;
  -ms-transition: 0.3s ease 0s;
  -o-transition: 0.3s ease 0s;
  -moz-transition: 0.3s ease 0s;
  -khtml-transition: 0.3s ease 0s;
}
#body581 #section1304 .form a:hover {
  font-weight: 700;
  color: #fff;
}
@media screen and (max-width: 991px) and (min-width: 768px) {
  #body581 #section1297 .column:nth-child(4) {
    clear: both;
  }
}
@media screen and (max-width: 767px) {
  #body581 #section1297 .column:nth-child(5) {
    clear: both;
  }
}
#body581 .footerDataWrapper {
  background: #00234b;
  padding: 20px 0;
}
@media screen and (max-width: 991px) and (min-width: 768px) {
  #body581 .col-sm-6:nth-child(2n+1) {
    clear: none;
  }
}
@media screen and (max-width: 991px) {
  #body581 #section1301 .column:nth-child(2) {
    clear: both;
  }
}

.btnText {
  font-size: 14px;
  font-weight: 500;
}

#front .searchImg, #pageCreator .searchImg {
  overflow: hidden;
  background: url(../img/search.jpg);
  height: 350px;
  background-size: cover;
  background-position: center center;
  text-align: center;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
}
#front .searchImg h1, #front .searchImg h4, #pageCreator .searchImg h1, #pageCreator .searchImg h4 {
  color: white !important;
  margin-bottom: 20px !important;
}
#front .searchImg > div, #pageCreator .searchImg > div {
  margin-top: -60px;
}
#front .searchImg i.fal, #pageCreator .searchImg i.fal {
  color: white;
  cursor: pointer;
  font-size: 28px;
}
@media screen and (max-width: 699px) {
  #front .searchImg h1, #pageCreator .searchImg h1 {
    font-size: 36px;
  }
}
@media screen and (max-width: 499px) {
  #front .searchImg h1, #pageCreator .searchImg h1 {
    font-size: 32px;
  }
  #front .searchImg h4, #pageCreator .searchImg h4 {
    font-size: 18px;
  }
}

.addAnonsSelect {
  margin-bottom: 20px;
}

.searchSelect, .addAnonsSelect {
  overflow: hidden;
}
.searchSelect .switch, .addAnonsSelect .switch {
  /*border-left: 1px solid #E5E5E5;*/
  background: #fff;
  color: #000000;
  font-size: 12px;
  font-weight: 400;
  width: 33.33%;
  float: left;
  padding: 5px 15px;
  text-align: center;
  position: relative;
  cursor: pointer;
  /*        @media screen and (max-width: 549px){
              width: 100%;
              padding-top: 25px;
              padding-bottom: 25px;

          }*/
}
.searchSelect .switch::before, .addAnonsSelect .switch::before {
  position: absolute;
  left: -1px;
  width: 2px;
  top: 20px;
  bottom: 20px;
  content: "";
  display: block;
  background: #DFDFDF;
}
.searchSelect .switch:nth-child(3n+1), .addAnonsSelect .switch:nth-child(3n+1) {
  /*border-left: none;*/
}
.searchSelect .switch:nth-child(3n+1)::before, .addAnonsSelect .switch:nth-child(3n+1)::before {
  display: none;
}
.searchSelect .switch, .searchSelect .switch *, .addAnonsSelect .switch, .addAnonsSelect .switch * {
  transition: 0.3s ease 0s;
  -webkit-transition: 0.3s ease 0s;
  -ms-transition: 0.3s ease 0s;
  -o-transition: 0.3s ease 0s;
  -moz-transition: 0.3s ease 0s;
  -khtml-transition: 0.3s ease 0s;
}
.searchSelect .switch img, .addAnonsSelect .switch img {
  position: absolute;
  left: 35px;
  top: 0;
  bottom: 0;
  margin: auto 0;
  filter: grayscale(100);
  opacity: 0.3;
}
.searchSelect .switch i, .addAnonsSelect .switch i {
  font-size: 28px;
  margin-bottom: 8px;
}
.searchSelect .switch:hover, .addAnonsSelect .switch:hover {
  /*background: darken(#fff, 3);*/
}
.searchSelect .switch.active, .searchSelect .switch:hover, .addAnonsSelect .switch.active, .addAnonsSelect .switch:hover {
  /*border-left-color: white;*/
  color: #1776BA;
  background: transparent;
}
.searchSelect .switch.active img, .searchSelect .switch:hover img, .addAnonsSelect .switch.active img, .addAnonsSelect .switch:hover img {
  filter: none;
  opacity: 1;
}
.searchSelect .switch.active + .switch, .searchSelect .switch:hover + .switch, .addAnonsSelect .switch.active + .switch, .addAnonsSelect .switch:hover + .switch {
  border-left-color: white;
}
@media screen and (max-width: 499px) {
  .searchSelect .switch, .addAnonsSelect .switch {
    width: 50%;
  }
  .searchSelect .switch:nth-child(2n+1), .addAnonsSelect .switch:nth-child(2n+1) {
    /*border-left: none;*/
  }
  .searchSelect .switch:nth-child(2n+1)::before, .addAnonsSelect .switch:nth-child(2n+1)::before {
    display: none;
  }
}

#anonseSearch {
  overflow: hidden;
  /*box-shadow: 0 1px 15px 2px rgba(black, 0.1);*/
  margin: 60px auto;
  background: white;
  text-align: center;
  position: relative;
  max-width: 100%;
  width: auto;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
  /*    @media screen and (max-width: 1649px){
          width: auto;
          margin-left: 20px;
          margin-right: 20px;
      }
      @media screen and (max-width: 599px){
          margin-left: 10px;
          margin-right: 10px;
      }*/
  /*    .col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12{
          padding-left: 10px !important;
          padding-right: 10px !important;
      }*/
}
#anonseSearch .btn {
  height: 40px;
  line-height: 40px;
}
#anonseSearch .col-xs-1, #anonseSearch .col-sm-1, #anonseSearch .col-md-1, #anonseSearch .col-lg-1, #anonseSearch .col-xs-2, #anonseSearch .col-sm-2, #anonseSearch .col-md-2, #anonseSearch .col-lg-2, #anonseSearch .col-xs-3, #anonseSearch .col-sm-3, #anonseSearch .col-md-3, #anonseSearch .col-lg-3, #anonseSearch .col-xs-4, #anonseSearch .col-sm-4, #anonseSearch .col-md-4, #anonseSearch .col-lg-4, #anonseSearch .col-xs-5, #anonseSearch .col-sm-5, #anonseSearch .col-md-5, #anonseSearch .col-lg-5, #anonseSearch .col-xs-6, #anonseSearch .col-sm-6, #anonseSearch .col-md-6, #anonseSearch .col-lg-6, #anonseSearch .col-xs-7, #anonseSearch .col-sm-7, #anonseSearch .col-md-7, #anonseSearch .col-lg-7, #anonseSearch .col-xs-8, #anonseSearch .col-sm-8, #anonseSearch .col-md-8, #anonseSearch .col-lg-8, #anonseSearch .col-xs-9, #anonseSearch .col-sm-9, #anonseSearch .col-md-9, #anonseSearch .col-lg-9, #anonseSearch .col-xs-10, #anonseSearch .col-sm-10, #anonseSearch .col-md-10, #anonseSearch .col-lg-10, #anonseSearch .col-xs-11, #anonseSearch .col-sm-11, #anonseSearch .col-md-11, #anonseSearch .col-lg-11, #anonseSearch .col-xs-12, #anonseSearch .col-sm-12, #anonseSearch .col-md-12, #anonseSearch .col-lg-12 {
  padding-left: 10px;
  padding-right: 10px;
}
#anonseSearch form {
  overflow: hidden;
  display: none;
  padding: 10px 0;
}
#anonseSearch form h4 {
  margin: 1px 0;
}
#anonseSearch .smallFilters {
  text-align: left;
}
#anonseSearch .smallFilters input:nth-child(2) {
  margin-right: 20px;
}
@media screen and (max-width: 605px) {
  #anonseSearch .smallFilters input:nth-child(2) {
    margin-right: 10px;
  }
}
#anonseSearch h2 {
  font-size: 48px;
  font-weight: 900;
  letter-spacing: 0.04;
  color: white;
  margin: 0;
  margin: 20px 0;
  text-transform: uppercase;
}
#anonseSearch h4 {
  font-size: 18px;
  font-weight: 400;
  letter-spacing: 0.07em;
  color: white;
  margin: 0;
}
@media screen and (max-width: 559px) {
  #anonseSearch h2 {
    font-size: 32px;
  }
  #anonseSearch h4 {
    font-size: 14px;
  }
}
#anonseSearch .priceFilter, #anonseSearch .ageFilter {
  clear: both;
}
#anonseSearch .priceFilter h3, #anonseSearch .ageFilter h3 {
  font-size: 16px;
  margin-bottom: 5px;
  margin-top: 5px;
}
#anonseSearch .priceFilter input:not([type=checkbox]), #anonseSearch .ageFilter input:not([type=checkbox]) {
  border: none;
  background: none;
  width: 40%;
  height: 18px;
  line-height: 18px;
  font-size: 12px;
}
#anonseSearch .priceFilter input:not([type=checkbox]):last-child, #anonseSearch .ageFilter input:not([type=checkbox]):last-child {
  float: right;
  text-align: right;
}
#anonseSearch select, #anonseSearch input:not([type=checkbox]), #anonseSearch .select2 {
  border-radius: 0;
  border: 1px solid #E5E5E5;
  padding: 0 15px;
  width: 100%;
  height: 40px;
  font-size: 12px;
  margin-bottom: 10px;
  color: #000000;
  font-weight: 400;
  border-radius: 14px;
}
#anonseSearch select:disabled, #anonseSearch input:not([type=checkbox]):disabled, #anonseSearch .select2:disabled {
  cursor: not-allowed;
}
#anonseSearch select {
  padding: 0 0 0 15px;
}
#anonseSearch .select2 {
  height: 40px;
  overflow: hidden;
  padding: 0;
}
#anonseSearch .select2 .selection, #anonseSearch .select2 .selection > * {
  border: none;
}
#anonseSearch .select2 .selection {
  height: 40px;
  text-align: left;
  padding: 0;
}
#anonseSearch .select2 .selection .select2-selection--single, #anonseSearch .select2 .selection .select2-selection__rendered {
  padding: 0 0 0 0 !important;
  height: 40px !important;
  line-height: 40px !important;
}
#anonseSearch .select2 .selection > .select2-selection {
  padding: 0 0 0 15px !important;
}
#anonseSearch label.cboxLabel {
  text-align: left;
  font-weight: normal;
  display: block;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-direction: row;
  line-height: 1.2em;
  font-size: 15px;
  /*padding: 0 3px;*/
}
@media screen and (max-height: 899px) {
  #anonseSearch label.cboxLabel {
    height: 28px;
  }
}
#anonseSearch label.cboxLabel input[type=checkbox] {
  margin-right: 10px;
  margin-left: 5px;
  margin-top: 0;
  transform: scale(1.2);
  /*            width: 18px;
              height: px;*/
}
#anonseSearch input:not([type=checkbox]), #anonseSearch .halfInput {
  max-width: calc(50% - 5px);
}
#anonseSearch input:not([type=checkbox]) + input, #anonseSearch input:not([type=checkbox]) + .halfInput, #anonseSearch .halfInput + input, #anonseSearch .halfInput + .halfInput {
  margin-left: 10px;
}
#anonseSearch .btn {
  margin-top: 40px;
  width: auto;
  display: inline-block;
  text-align: left;
  /*padding: 0 60px;*/
}
#anonseSearch .btn i {
  margin-left: 10px;
  float: right;
  margin-top: 15px;
}
#anonseSearch .sideLabel {
  line-height: 50px;
  font-size: 14px;
  float: left;
}
#anonseSearch .sideLabel + input:not([type=checkbox]), #anonseSearch .sideLabel + input:not([type=checkbox]) + input:not([type=checkbox]) {
  float: right;
  width: 25%;
  margin-left: 10px;
}
@media screen and (max-width: 1299px) and (min-width: 1200px) {
  #anonseSearch .sideLabel {
    font-size: 13px;
  }
}
@media screen and (max-width: 767px) {
  #anonseSearch select:first-child {
    margin-bottom: 10px;
  }
}

input[readonly], select[readonly], textarea[readonly] {
  cursor: not-allowed;
}

#anonsFormRegisterPrompt {
  padding-bottom: 60px;
}

.offerStatusInfo {
  padding-top: 0;
  padding-bottom: 20px;
}

#myAccount .offerStatusInfo {
  margin: 0 -30px;
  padding: 0;
}
#myAccount .offerStatusInfo .alert {
  margin-bottom: 10px !important;
}
#myAccount #anonseList {
  margin: 0 -15px;
}
#myAccount #anonseList .anons {
  /*padding-bottom: 30px;*/
  padding-top: 30px;
  overflow: hidden;
  border-top: 1px solid #ddd;
}
#myAccount #anonseList .anons.inactive .imgContainer, #myAccount #anonseList .anons.inactive h4, #myAccount #anonseList .anons.inactive .dataDescription, #myAccount #anonseList .anons.inactive .prices {
  opacity: 0.5;
}

h1 small, h2 small, h3 small, h4 small, h5 small, h6 small {
  color: inherit;
  font-weight: inherit;
}

.anons .badges {
  pointer-events: none;
  position: absolute;
  top: 20px;
  left: 20px;
}
.anons .badges > div {
  height: 25px;
  line-height: 25px;
  padding: 0 15px;
  border-radius: 30px;
  background: #FAFBFD;
  color: #212121;
  display: inline-block;
  font-size: 14px;
  margin-bottom: 10px;
  box-shadow: 0px 0px 1px 0px rgba(0, 0, 0, 0.4);
}
.anons .badges > div:not(:first-child) {
  margin-left: 10px;
}
.anons .badges > div.selectedBadge {
  color: white;
  background: #117FCE;
}

.stepsNav {
  overflow: hidden;
  margin-bottom: 20px;
  /*    @media screen and (max-width: 589px){
          overflow: hidden;
          .step{
              display: block;
              width: 50%;
              float: left;
              &:nth-child(3){
                  clear: both;
              }
          }
      }*/
}
.stepsNav .step {
  outline: none;
  border: none;
  background: none;
  font-size: 14px;
  position: relative;
}
.stepsNav .step::after, .stepsNav .step::before {
  height: 20px;
  width: 4px;
  border-radius: 2px;
  overflow: hidden;
  background: #000;
  content: "";
  display: block;
  position: absolute;
  right: -5px;
  top: 0;
  margin: auto 0;
}
.stepsNav .step::after {
  transform: rotate(30deg);
  bottom: 5px;
}
.stepsNav .step::before {
  transform: rotate(-30deg);
  top: 7px;
}
.stepsNav .step span {
  display: inline-block;
  margin: 0 40px 5px;
  border-radius: 100px;
  width: 40px;
  height: 40px;
  line-height: 34px;
  font-size: 20px;
  font-weight: 700;
  border: 3px solid #152C7C;
  /*@include transitions(0.3s ease 0s);*/
}
.stepsNav .step.active {
  font-weight: bold;
}
.stepsNav .step.active span {
  border: 4px solid #1776BA;
  color: #1776BA;
  line-height: 32px;
}
.stepsNav .step:not([disabled]) {
  cursor: pointer;
}
.stepsNav .step[disabled] span {
  border-color: #bbb;
  color: #777;
}
.stepsNav .step:last-child::after, .stepsNav .step:last-child::before {
  display: none;
}
@media screen and (max-width: 589px) and (min-width: 415px) {
  .stepsNav .step span {
    margin: 0 20px 5px;
  }
}
@media screen and (max-width: 414px) and (min-width: 360px) {
  .stepsNav .step {
    font-size: 12px;
  }
  .stepsNav .step::after {
    top: 4px;
  }
  .stepsNav .step span {
    margin: 0 7px 5px;
  }
}
@media screen and (max-width: 359px) {
  .stepsNav .step {
    font-size: 11px;
  }
  .stepsNav .step::after {
    top: 8px;
  }
  .stepsNav .step span {
    width: 37px;
    height: 37px;
    line-height: 31px;
    margin: 0 3px 5px;
  }
}

.stepSection {
  display: none;
}

#front .fileUploadRow .fileinput-button {
  margin: 40px 34px 60px !important;
  display: block;
  border: 3px solid #152C7C !important;
  padding: 10px 0;
  height: auto;
}
#front .fileUploadRow .fileinput-button input {
  width: 100%;
}
#front .fileUploadRow .fileinput-button i.fa {
  margin-top: 12px;
}

#photosAdminList {
  padding: 0 20px;
}
#photosAdminList > div[data-photoid] {
  /*        @media screen and (max-width: 349px){
              width: 50%;
          }*/
}
@media screen and (max-width: 1299px) {
  #photosAdminList > div[data-photoid] {
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media screen and (max-width: 999px) {
  #photosAdminList > div[data-photoid] {
    width: 25%;
  }
}
@media screen and (max-width: 767px) {
  #photosAdminList > div[data-photoid] {
    padding-left: 3px;
    padding-right: 3px;
    width: 25%;
    float: left;
  }
}
@media screen and (max-width: 699px) {
  #photosAdminList > div[data-photoid] {
    width: 33.33%;
  }
}

#anonseList .myAccountAnons > div:first-child {
  padding-left: 0;
  padding-right: 10px;
}
#anonseList .myAccountAnons > div .imgContainer {
  margin-bottom: 5px;
}

.inApp #anonseList .myAccountAnons {
  padding: 0 30px;
}

@media screen and (max-width: 1720px) and (min-width: 660px) {
  #top > .container, #footer > .container, .section > .container {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
}
@media screen and (max-width: 659px) and (min-width: 380px) {
  #top > .container, #footer > .container, .section > .container {
    padding-left: 10px !important;
    padding-right: 10px !important;
  }
}
@media screen and (max-width: 379px) {
  #top > .container, #footer > .container, .section > .container {
    padding-left: 7px !important;
    padding-right: 7px !important;
  }
}
.container .containerRow {
  margin-left: -20px;
  margin-right: -20px;
}
@media screen and (max-width: 1199px) {
  .container .containerRow {
    margin-left: -8px;
    margin-right: -8px;
  }
}

.usedRadio, .calcRadio {
  background: #F4F4F4;
  height: 40px;
  line-height: 50px;
  margin: 20px 0 40px;
  margin: 10px 0 15px;
  border-radius: 25px;
  overflow: hidden;
}
.usedRadio label, .calcRadio label {
  display: inline-block;
  transition: 0.3s ease 0s;
  -webkit-transition: 0.3s ease 0s;
  -ms-transition: 0.3s ease 0s;
  -o-transition: 0.3s ease 0s;
  -moz-transition: 0.3s ease 0s;
  -khtml-transition: 0.3s ease 0s;
  width: 33.33%;
  font-size: 16px;
  font-weight: 400;
  cursor: pointer;
  text-align: center;
  line-height: 40px;
}
.usedRadio input[type=radio], .calcRadio input[type=radio] {
  display: none;
}
.usedRadio input[type=radio]:checked + label, .usedRadio label:hover, .calcRadio input[type=radio]:checked + label, .calcRadio label:hover {
  background: #0F83D4;
  color: white;
}

#blogArticlePage .container {
  width: 900px;
}
#blogArticlePage .widgetBox[data-type=photo] {
  margin: 40px 0;
}
@media screen and (max-width: 767px) {
  #blogArticlePage h1 {
    font-size: 28px !important;
  }
}
#blogArticlePage .prevNextLinks {
  clear: both;
  overflow: hidden;
  margin: 25px 0;
}
#blogArticlePage .prevNextLinks i {
  font-size: 0.8em;
}
@media screen and (max-width: 399px) {
  #blogArticlePage .prevNextLinks a {
    font-size: 14px;
  }
}
#blogArticlePage .prevNextLinks .prevArticle {
  float: left;
}
#blogArticlePage .prevNextLinks .nextArticle {
  float: right;
}
#blogArticlePage .prevNextLinks a {
  max-width: 40%;
}

.blogHeadLinks {
  margin: 10px 0 40px;
}
.blogHeadLinks, .blogHeadLinks li {
  padding: 0;
  list-style: none;
  font-weight: 600;
  font-size: 16px;
  color: #0F83D4;
  text-decoration: underline;
}
.blogHeadLinks li {
  margin-top: 10px;
}

.borderWidget {
  border: 1px solid #f0f0f0;
  border-radius: 14px;
  overflow: hidden;
}
.borderWidget.form {
  padding: 20px 10px 10px;
}

#viewAnons {
  margin-top: 40px;
  padding-top: 0;
}
#viewAnons .column {
  overflow: hidden;
  margin-left: -20px;
  margin-right: -20px;
  width: calc(100% + 40px);
}
@media screen and (max-width: 1199px) {
  #viewAnons .column {
    margin-left: -8px;
    margin-right: -8px;
    width: calc(100% + 16px);
  }
}
#viewAnons .containerRow {
  overflow: hidden;
}
#viewAnons .section {
  padding-top: 0;
  padding-bottom: 0;
}
#viewAnons .widgetBox {
  padding-left: 20px;
  padding-right: 20px;
}
@media screen and (max-width: 1199px) {
  #viewAnons .widgetBox {
    padding-left: 8px;
    padding-right: 8px;
  }
}
#viewAnons .widgetBox .borderWidget, #viewAnons .widgetBox .mainPhoto {
  border: 1px solid #f0f0f0;
  border-radius: 14px;
  overflow: hidden;
}
#viewAnons .widgetBox[data-type=anonsGallery] .borderWidget {
  border: none;
}
#viewAnons .widgetBox[data-type=anonsGallery] .borderWidget .owl-item > div > div {
  border: 1px solid #f0f0f0;
  border-radius: 14px;
  overflow: hidden;
}
#viewAnons .widgetBox[data-type=anonsDesc], #viewAnons .widgetBox[data-type=anonsDesc] p {
  font-size: 14px;
}
#viewAnons .widgetBox[data-type=anonsDesc] b {
  font-size: 20px;
  color: #0F83D4;
  display: inline-block;
  margin-top: 10px;
}
#viewAnons .widgetBox[data-type=anonsDesc] p:last-child {
  margin-bottom: 0;
}
#viewAnons .params {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
#viewAnons .params > div {
  width: 22.5%;
  margin-top: 20px;
}
@media screen and (max-width: 799px) and (min-width: 620px) {
  #viewAnons .params > div {
    width: 30%;
  }
}
@media screen and (max-width: 619px) {
  #viewAnons .params > div {
    width: 46%;
  }
  #viewAnons .params > div b {
    font-size: 16px !important;
  }
}
#viewAnons .params > div i {
  display: none;
}

@media screen and (min-width: 1100px) {
  #viewAnons .widgetBox[data-type=anonsGallery], #viewAnons .widgetBox[data-type=anonsDesc], #anonseListContainer .widgetBox[data-type=anonsGallery], #anonseListContainer .widgetBox[data-type=anonsDesc] {
    width: 66%;
    float: left;
  }
  #viewAnons .widgetBox[data-type=leasingCalc],
  #viewAnons .widgetBox[data-type=kontakt],
  #viewAnons .widgetBox[data-type=pozyczkaCalc],
  #viewAnons .widgetBox[data-type=kredytCalc],
  #viewAnons .widgetBox[data-type=multiCalc], #anonseListContainer .widgetBox[data-type=leasingCalc],
  #anonseListContainer .widgetBox[data-type=kontakt],
  #anonseListContainer .widgetBox[data-type=pozyczkaCalc],
  #anonseListContainer .widgetBox[data-type=kredytCalc],
  #anonseListContainer .widgetBox[data-type=multiCalc] {
    width: 33%;
    float: right;
  }
}
#viewAnons .widgetBox[data-type=kontakt] h4, #anonseListContainer .widgetBox[data-type=kontakt] h4 {
  line-height: 40px;
  /*font-size: 18px;*/
}
#viewAnons .widgetBox[data-type=kontakt] h4 .btn, #anonseListContainer .widgetBox[data-type=kontakt] h4 .btn {
  height: 40px;
  line-height: 38px;
  padding: 0 15px;
  letter-spacing: -0.05em;
}
#viewAnons .widgetBox[data-type=leasingCalc] .borderWidget,
#viewAnons .widgetBox[data-type=pozyczkaCalc] .borderWidget,
#viewAnons .widgetBox[data-type=kredytCalc] .borderWidget,
#viewAnons .widgetBox[data-type=multiCalc] .borderWidget,
#viewAnons .widgetBox[data-type=kontakt] .borderWidget,
#viewAnons .widgetBox[data-type=anonsDesc] .borderWidget, #anonseListContainer .widgetBox[data-type=leasingCalc] .borderWidget,
#anonseListContainer .widgetBox[data-type=pozyczkaCalc] .borderWidget,
#anonseListContainer .widgetBox[data-type=kredytCalc] .borderWidget,
#anonseListContainer .widgetBox[data-type=multiCalc] .borderWidget,
#anonseListContainer .widgetBox[data-type=kontakt] .borderWidget,
#anonseListContainer .widgetBox[data-type=anonsDesc] .borderWidget {
  padding: 30px;
}
@media screen and (max-width: 991px) {
  #viewAnons .widgetBox[data-type=leasingCalc] .borderWidget,
  #viewAnons .widgetBox[data-type=pozyczkaCalc] .borderWidget,
  #viewAnons .widgetBox[data-type=kredytCalc] .borderWidget,
  #viewAnons .widgetBox[data-type=multiCalc] .borderWidget,
  #viewAnons .widgetBox[data-type=kontakt] .borderWidget,
  #viewAnons .widgetBox[data-type=anonsDesc] .borderWidget, #anonseListContainer .widgetBox[data-type=leasingCalc] .borderWidget,
  #anonseListContainer .widgetBox[data-type=pozyczkaCalc] .borderWidget,
  #anonseListContainer .widgetBox[data-type=kredytCalc] .borderWidget,
  #anonseListContainer .widgetBox[data-type=multiCalc] .borderWidget,
  #anonseListContainer .widgetBox[data-type=kontakt] .borderWidget,
  #anonseListContainer .widgetBox[data-type=anonsDesc] .borderWidget {
    padding: 20px;
  }
}
#viewAnons .widgetBox[data-type=leasingCalc] .borderWidget:not(:last-child),
#viewAnons .widgetBox[data-type=pozyczkaCalc] .borderWidget:not(:last-child),
#viewAnons .widgetBox[data-type=kredytCalc] .borderWidget:not(:last-child),
#viewAnons .widgetBox[data-type=multiCalc] .borderWidget:not(:last-child),
#viewAnons .widgetBox[data-type=kontakt] .borderWidget:not(:last-child),
#viewAnons .widgetBox[data-type=anonsDesc] .borderWidget:not(:last-child), #anonseListContainer .widgetBox[data-type=leasingCalc] .borderWidget:not(:last-child),
#anonseListContainer .widgetBox[data-type=pozyczkaCalc] .borderWidget:not(:last-child),
#anonseListContainer .widgetBox[data-type=kredytCalc] .borderWidget:not(:last-child),
#anonseListContainer .widgetBox[data-type=multiCalc] .borderWidget:not(:last-child),
#anonseListContainer .widgetBox[data-type=kontakt] .borderWidget:not(:last-child),
#anonseListContainer .widgetBox[data-type=anonsDesc] .borderWidget:not(:last-child) {
  border-bottom: 0;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
#viewAnons .widgetBox[data-type=leasingCalc] .borderWidget:not(:first-child),
#viewAnons .widgetBox[data-type=pozyczkaCalc] .borderWidget:not(:first-child),
#viewAnons .widgetBox[data-type=kredytCalc] .borderWidget:not(:first-child),
#viewAnons .widgetBox[data-type=multiCalc] .borderWidget:not(:first-child),
#viewAnons .widgetBox[data-type=kontakt] .borderWidget:not(:first-child),
#viewAnons .widgetBox[data-type=anonsDesc] .borderWidget:not(:first-child), #anonseListContainer .widgetBox[data-type=leasingCalc] .borderWidget:not(:first-child),
#anonseListContainer .widgetBox[data-type=pozyczkaCalc] .borderWidget:not(:first-child),
#anonseListContainer .widgetBox[data-type=kredytCalc] .borderWidget:not(:first-child),
#anonseListContainer .widgetBox[data-type=multiCalc] .borderWidget:not(:first-child),
#anonseListContainer .widgetBox[data-type=kontakt] .borderWidget:not(:first-child),
#anonseListContainer .widgetBox[data-type=anonsDesc] .borderWidget:not(:first-child) {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

@media screen and (min-width: 1100px) {
  #anonseListContainer .widgetBox[data-type=kontakt] {
    width: 100%;
    float: right;
  }
}
#anonseListContainer.hasFox .borderWidget {
  padding-top: 20px;
  padding-bottom: 20px;
}
#anonseListContainer.hasFox .borderWidget h3 {
  font-size: 24px;
}
#anonseListContainer.hasFox .borderWidget h4 {
  font-size: 22px;
}

#page .widgetBox[data-type=leasingCalc],
#page .widgetBox[data-type=pozyczkaCalc],
#page .widgetBox[data-type=kredytCalc],
#page .widgetBox[data-type=multiCalc] {
  overflow: hidden;
}
#page .widgetBox[data-type=leasingCalc] .borderWidget,
#page .widgetBox[data-type=pozyczkaCalc] .borderWidget,
#page .widgetBox[data-type=kredytCalc] .borderWidget,
#page .widgetBox[data-type=multiCalc] .borderWidget {
  padding: 30px;
}
@media screen and (max-width: 991px) {
  #page .widgetBox[data-type=leasingCalc] .borderWidget,
  #page .widgetBox[data-type=pozyczkaCalc] .borderWidget,
  #page .widgetBox[data-type=kredytCalc] .borderWidget,
  #page .widgetBox[data-type=multiCalc] .borderWidget {
    padding: 20px;
  }
}
#page .widgetBox[data-type=leasingCalc] .borderWidget:not(:last-child),
#page .widgetBox[data-type=pozyczkaCalc] .borderWidget:not(:last-child),
#page .widgetBox[data-type=kredytCalc] .borderWidget:not(:last-child),
#page .widgetBox[data-type=multiCalc] .borderWidget:not(:last-child) {
  border-bottom: 0;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
#page .widgetBox[data-type=leasingCalc] .borderWidget:not(:first-child),
#page .widgetBox[data-type=pozyczkaCalc] .borderWidget:not(:first-child),
#page .widgetBox[data-type=kredytCalc] .borderWidget:not(:first-child),
#page .widgetBox[data-type=multiCalc] .borderWidget:not(:first-child) {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

#page .leasingCalc input[readonly], #page .pozyczkaCalc input[readonly], #page .kredytCalc input[readonly] {
  background: rgba(255, 255, 255, 0.5);
  cursor: not-allowed;
}
#page .leasingCalc .ui-slider-horizontal .ui-slider-handle, #page .pozyczkaCalc .ui-slider-horizontal .ui-slider-handle, #page .kredytCalc .ui-slider-horizontal .ui-slider-handle {
  top: -7px;
}
#page .leasingCalc .ui-slider, #page .pozyczkaCalc .ui-slider, #page .kredytCalc .ui-slider {
  margin-left: 0;
}
#page .leasingCalc .ui-slider .ui-slider-handle, #page .pozyczkaCalc .ui-slider .ui-slider-handle, #page .kredytCalc .ui-slider .ui-slider-handle {
  height: 25px;
  width: 25px;
  background: #0F83D4;
  border-color: #0F83D4 !important;
  border: 0 !important;
  outline-color: rgb(11.6299559471, 101.5682819383, 164.3700440529) !important;
}
#page .leasingCalc .ui-slider-range, #page .pozyczkaCalc .ui-slider-range, #page .kredytCalc .ui-slider-range {
  background: #0F83D4;
}
#page .leasingCalc .ui-widget-content, #page .pozyczkaCalc .ui-widget-content, #page .kredytCalc .ui-widget-content {
  background: #F4F4F4;
}
#page .leasingCalc p, #page .pozyczkaCalc p, #page .kredytCalc p {
  overflow: hidden;
}
#page .leasingCalc p > span, #page .pozyczkaCalc p > span, #page .kredytCalc p > span {
  font-weight: bold;
  color: #0F83D4;
  float: right;
  text-align: right;
}
#page .leasingCalc .calcRow .wplataWlasnaRow, #page .leasingCalc .calcRow .wykupKwotaRow, #page .pozyczkaCalc .calcRow .wplataWlasnaRow, #page .pozyczkaCalc .calcRow .wykupKwotaRow, #page .kredytCalc .calcRow .wplataWlasnaRow, #page .kredytCalc .calcRow .wykupKwotaRow {
  font-size: 0.9em;
  line-height: 1em;
  color: #858585;
}
#page .leasingCalc .calcRow .wplataWlasnaRow, #page .leasingCalc .calcRow .wplataWlasnaRow *, #page .leasingCalc .calcRow .wykupKwotaRow, #page .leasingCalc .calcRow .wykupKwotaRow *, #page .pozyczkaCalc .calcRow .wplataWlasnaRow, #page .pozyczkaCalc .calcRow .wplataWlasnaRow *, #page .pozyczkaCalc .calcRow .wykupKwotaRow, #page .pozyczkaCalc .calcRow .wykupKwotaRow *, #page .kredytCalc .calcRow .wplataWlasnaRow, #page .kredytCalc .calcRow .wplataWlasnaRow *, #page .kredytCalc .calcRow .wykupKwotaRow, #page .kredytCalc .calcRow .wykupKwotaRow * {
  font-weight: 600;
}
#page .leasingCalc .rataBox, #page .pozyczkaCalc .rataBox, #page .kredytCalc .rataBox {
  margin-top: 20px;
  margin-left: -30px;
  margin-right: -30px;
  margin-bottom: -30px;
  padding: 30px;
  text-align: center;
  background: #0F83D4;
}
#page .leasingCalc .rataBox .rataValue, #page .pozyczkaCalc .rataBox .rataValue, #page .kredytCalc .rataBox .rataValue {
  font-weight: 700;
  font-size: 42px;
  margin-bottom: 10px;
}
@media screen and (max-width: 1359px) {
  #page .leasingCalc .rataBox, #page .pozyczkaCalc .rataBox, #page .kredytCalc .rataBox {
    padding-top: 10px;
    margin-top: 10px;
    padding-bottom: 10px;
  }
}
@media screen and (max-width: 991px) {
  #page .leasingCalc .rataBox, #page .pozyczkaCalc .rataBox, #page .kredytCalc .rataBox {
    padding: 20px;
    margin-left: -20px;
    margin-right: -20px;
    margin-bottom: -20px;
  }
}
#page .leasingCalc .rataBox, #page .leasingCalc .rataBox *, #page .pozyczkaCalc .rataBox, #page .pozyczkaCalc .rataBox *, #page .kredytCalc .rataBox, #page .kredytCalc .rataBox * {
  color: white;
}
#page .leasingCalc .rataBox .btn, #page .pozyczkaCalc .rataBox .btn, #page .kredytCalc .rataBox .btn {
  /*                outline: 1px solid white !important;
                  outline: 1px solid rgba(black, 0.2) !important;*/
}

.leasingCalc.noCar .calcRows, .pozyczkaCalc.noCar .calcRows, .kredytCalc.noCar .calcRows {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.leasingCalc.noCar .calcRows p, .pozyczkaCalc.noCar .calcRows p, .kredytCalc.noCar .calcRows p {
  margin: 10px 0 !important;
}
.leasingCalc.noCar .calcRows .ui-slider, .pozyczkaCalc.noCar .calcRows .ui-slider, .kredytCalc.noCar .calcRows .ui-slider {
  margin-bottom: 15px;
}
.leasingCalc.noCar .calcRows .calcRow, .pozyczkaCalc.noCar .calcRows .calcRow, .kredytCalc.noCar .calcRows .calcRow {
  font-size: 14px;
}
.leasingCalc.noCar .calcRows .calcRow select, .leasingCalc.noCar .calcRows .calcRow input, .pozyczkaCalc.noCar .calcRows .calcRow select, .pozyczkaCalc.noCar .calcRows .calcRow input, .kredytCalc.noCar .calcRows .calcRow select, .kredytCalc.noCar .calcRows .calcRow input {
  border-radius: 14px;
  border: 1px solid #E5E5E5;
  padding: 0 20px;
  width: 100%;
  height: 40px;
  font-size: 14px;
  margin-bottom: 10px;
  color: #000000;
  font-weight: 400;
}
.leasingCalc.noCar .calcRows .calcRow select:disabled, .leasingCalc.noCar .calcRows .calcRow input:disabled, .pozyczkaCalc.noCar .calcRows .calcRow select:disabled, .pozyczkaCalc.noCar .calcRows .calcRow input:disabled, .kredytCalc.noCar .calcRows .calcRow select:disabled, .kredytCalc.noCar .calcRows .calcRow input:disabled {
  cursor: not-allowed;
}

.leasingCalc.noCar .calcRows .calcRow {
  width: calc(33.33% - 26.66px);
}
@media screen and (max-width: 991px) {
  .leasingCalc.noCar .calcRows .calcRow {
    width: calc(50% - 20px);
  }
}
@media screen and (max-width: 499px) {
  .leasingCalc.noCar .calcRows .calcRow {
    width: 100%;
  }
}

.pozyczkaCalc.noCar .calcRows .calcRow, .kredytCalc.noCar .calcRows .calcRow {
  width: calc(50% - 20px);
}
@media screen and (max-width: 499px) {
  .pozyczkaCalc.noCar .calcRows .calcRow, .kredytCalc.noCar .calcRows .calcRow {
    width: 100%;
  }
}

.cityImg, .markaImg {
  float: right;
  max-width: 30%;
}
.cityImg img, .markaImg img {
  max-width: 100%;
  max-height: 130px;
}

@media screen and (max-width: 549px) {
  .cityTop, .markaTop {
    margin-bottom: 40px !important;
    text-align: center;
  }
  .cityTop > *, .markaTop > * {
    float: none !important;
    width: auto;
    max-width: none;
  }
}
#front .widgetBox[data-type=wizytowki], #front .widgetBox[data-type=listaMiast] {
  margin-left: -20px;
  margin-right: -20px;
  display: flex;
  flex-wrap: wrap;
  margin-top: 40px;
}
@media screen and (max-width: 1199px) {
  #front .widgetBox[data-type=wizytowki], #front .widgetBox[data-type=listaMiast] {
    margin-left: -8px;
    margin-right: -8px;
  }
}
#front .widgetBox[data-type=wizytowki] .handlowiec, #front .widgetBox[data-type=wizytowki] .miasto, #front .widgetBox[data-type=listaMiast] .handlowiec, #front .widgetBox[data-type=listaMiast] .miasto {
  width: 33.33%;
  padding-left: 20px;
  padding-right: 20px;
}
@media screen and (max-width: 1299px) {
  #front .widgetBox[data-type=wizytowki] .handlowiec, #front .widgetBox[data-type=wizytowki] .miasto, #front .widgetBox[data-type=listaMiast] .handlowiec, #front .widgetBox[data-type=listaMiast] .miasto {
    width: 50%;
  }
}
@media screen and (max-width: 1199px) {
  #front .widgetBox[data-type=wizytowki] .handlowiec, #front .widgetBox[data-type=wizytowki] .miasto, #front .widgetBox[data-type=listaMiast] .handlowiec, #front .widgetBox[data-type=listaMiast] .miasto {
    padding-left: 8px;
    padding-right: 8px;
  }
}
#front .widgetBox[data-type=wizytowki] .handlowiec > div, #front .widgetBox[data-type=wizytowki] .miasto > div, #front .widgetBox[data-type=listaMiast] .handlowiec > div, #front .widgetBox[data-type=listaMiast] .miasto > div {
  border-radius: 14px;
  overflow: hidden;
  border: 1px solid #f0f0f0;
  margin-bottom: 40px;
}
@media screen and (max-width: 1199px) {
  #front .widgetBox[data-type=wizytowki] .handlowiec > div, #front .widgetBox[data-type=wizytowki] .miasto > div, #front .widgetBox[data-type=listaMiast] .handlowiec > div, #front .widgetBox[data-type=listaMiast] .miasto > div {
    margin-bottom: 16px;
  }
}
#front .widgetBox[data-type=wizytowki] .handlowiec .profilePic, #front .widgetBox[data-type=wizytowki] .miasto .profilePic, #front .widgetBox[data-type=listaMiast] .handlowiec .profilePic, #front .widgetBox[data-type=listaMiast] .miasto .profilePic {
  width: 30%;
  float: left;
  position: relative;
  background: #F4F4F4;
  overflow: hidden;
}
#front .widgetBox[data-type=wizytowki] .handlowiec .profilePic .dummy, #front .widgetBox[data-type=wizytowki] .miasto .profilePic .dummy, #front .widgetBox[data-type=listaMiast] .handlowiec .profilePic .dummy, #front .widgetBox[data-type=listaMiast] .miasto .profilePic .dummy {
  padding-top: 125%;
}
#front .widgetBox[data-type=wizytowki] .handlowiec .profilePic img, #front .widgetBox[data-type=wizytowki] .miasto .profilePic img, #front .widgetBox[data-type=listaMiast] .handlowiec .profilePic img, #front .widgetBox[data-type=listaMiast] .miasto .profilePic img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
#front .widgetBox[data-type=wizytowki] .handlowiec .contactDetails, #front .widgetBox[data-type=wizytowki] .miasto .contactDetails, #front .widgetBox[data-type=listaMiast] .handlowiec .contactDetails, #front .widgetBox[data-type=listaMiast] .miasto .contactDetails {
  width: 70%;
  padding: 15px 15px 15px 20px;
  overflow-wrap: break-word;
  float: right;
}
#front .widgetBox[data-type=wizytowki] .handlowiec .contactDetails p, #front .widgetBox[data-type=wizytowki] .miasto .contactDetails p, #front .widgetBox[data-type=listaMiast] .handlowiec .contactDetails p, #front .widgetBox[data-type=listaMiast] .miasto .contactDetails p {
  font-size: 14px;
  margin: 10px 0;
}
#front .widgetBox[data-type=wizytowki] .handlowiec .contactDetails h3, #front .widgetBox[data-type=wizytowki] .miasto .contactDetails h3, #front .widgetBox[data-type=listaMiast] .handlowiec .contactDetails h3, #front .widgetBox[data-type=listaMiast] .miasto .contactDetails h3 {
  margin-bottom: 10px;
  color: #0F83D4;
  font-size: 22px;
}
@media screen and (max-width: 799px) {
  #front .widgetBox[data-type=wizytowki] .handlowiec, #front .widgetBox[data-type=wizytowki] .miasto, #front .widgetBox[data-type=listaMiast] .handlowiec, #front .widgetBox[data-type=listaMiast] .miasto {
    width: 33.33%;
  }
  #front .widgetBox[data-type=wizytowki] .handlowiec .profilePic, #front .widgetBox[data-type=wizytowki] .handlowiec .contactDetails, #front .widgetBox[data-type=wizytowki] .miasto .profilePic, #front .widgetBox[data-type=wizytowki] .miasto .contactDetails, #front .widgetBox[data-type=listaMiast] .handlowiec .profilePic, #front .widgetBox[data-type=listaMiast] .handlowiec .contactDetails, #front .widgetBox[data-type=listaMiast] .miasto .profilePic, #front .widgetBox[data-type=listaMiast] .miasto .contactDetails {
    width: 100%;
    float: none;
  }
  #front .widgetBox[data-type=wizytowki] .handlowiec .contactDetails h3, #front .widgetBox[data-type=wizytowki] .miasto .contactDetails h3, #front .widgetBox[data-type=listaMiast] .handlowiec .contactDetails h3, #front .widgetBox[data-type=listaMiast] .miasto .contactDetails h3 {
    font-size: 18px;
  }
}
@media screen and (max-width: 599px) {
  #front .widgetBox[data-type=wizytowki] .handlowiec, #front .widgetBox[data-type=wizytowki] .miasto, #front .widgetBox[data-type=listaMiast] .handlowiec, #front .widgetBox[data-type=listaMiast] .miasto {
    width: 50%;
  }
  #front .widgetBox[data-type=wizytowki] .handlowiec .contactDetails h3, #front .widgetBox[data-type=wizytowki] .miasto .contactDetails h3, #front .widgetBox[data-type=listaMiast] .handlowiec .contactDetails h3, #front .widgetBox[data-type=listaMiast] .miasto .contactDetails h3 {
    font-size: 16px;
  }
  #front .widgetBox[data-type=wizytowki] .handlowiec .contactDetails p, #front .widgetBox[data-type=wizytowki] .miasto .contactDetails p, #front .widgetBox[data-type=listaMiast] .handlowiec .contactDetails p, #front .widgetBox[data-type=listaMiast] .miasto .contactDetails p {
    margin: 5px 0;
    font-size: 12px;
  }
}
#front .widgetBox[data-type=wizytowki] .miasto h3, #front .widgetBox[data-type=listaMiast] .miasto h3 {
  margin-bottom: 0 !important;
  line-height: 60px;
}
#front .widgetBox[data-type=wizytowki] .miasto .profilePic, #front .widgetBox[data-type=listaMiast] .miasto .profilePic {
  background: #fff;
  overflow: hidden;
}
#front .widgetBox[data-type=wizytowki] .miasto .profilePic .dummy, #front .widgetBox[data-type=listaMiast] .miasto .profilePic .dummy {
  padding-top: 75%;
}
#front .widgetBox[data-type=wizytowki] .miasto .profilePic img, #front .widgetBox[data-type=listaMiast] .miasto .profilePic img {
  height: 80%;
  width: auto;
  bottom: 0;
  right: 0;
  margin: auto;
}

.markiSlider {
  overflow: visible !important;
}
.markiSlider .owl-prev, .markiSlider .owl-next {
  bottom: auto;
  top: 50%;
  transform: translateY(-50%);
}

.modal-backdrop {
  z-index: 9990;
}

.modal {
  z-index: 9995;
  bottom: auto;
}

.swal2-container {
  z-index: 9990600;
}

.modal-body > h3 {
  margin: 0 0 20px !important;
}

@media screen and (max-width: 399px), screen and (max-height: 549px) {
  .modal-body, .modal-footer {
    padding: 10px;
  }
}
.modal-content {
  box-shadow: none !important;
}

.modal {
  height: 100%;
  overflow-y: hidden;
}
.modal .modal-title {
  padding-right: 30px;
}
.modal .modal-content {
  max-height: 90vh;
  max-height: calc(100vh - 60px);
  overflow: hidden;
}
.modal .modal-content .modal-body {
  max-height: 90vh;
  max-height: calc(100vh - 120px);
  overflow-y: auto;
}
.modal .modal-content form .btns {
  text-align: center;
  margin-top: 20px;
}
.modal .modal-content form button[type=submit] {
  min-width: 80%;
}
.modal .modal-content form label {
  font-weight: normal;
  font-size: 13px;
  margin-top: 10px;
}
.modal .modal-content form label a {
  color: #0F83D4;
  text-decoration: underline;
}
.modal .modal-content form input[type=checkbox] {
  margin: 0 5px 0 0;
  position: relative;
  top: 2px;
}
.modal .modal-content form select, .modal .modal-content form input:not([type=checkbox]) {
  border-radius: 0;
  border: 1px solid #E5E5E5;
  padding: 0 20px;
  width: 100%;
  height: 50px;
  font-size: 14px;
  /*margin-bottom: 20px;*/
  color: #000000;
  font-weight: 400;
}
.modal .modal-content form select:disabled, .modal .modal-content form input:not([type=checkbox]):disabled {
  cursor: not-allowed;
}
.modal .modal-dialog {
  max-height: 100%;
  top: 50%;
}
.modal.in .modal-dialog {
  transform: translateY(-50%) !important;
}

.modal-header .close {
  opacity: 1;
  position: absolute;
  top: 15px;
  right: 20px;
  margin: 0;
}
.modal-header .close span {
  font-size: 0;
}
.modal-header .close span::before {
  font-size: 26px;
  content: "\f00d";
  font-family: "Font Awesome 5 Pro";
  font-weight: 300;
}

.column.col-md-9.col-sm-7 .anons,
.column.col-md-8.col-sm-7 .anons {
  width: 33.33%;
  display: none;
}
.column.col-md-9.col-sm-7 .anons:nth-child(1), .column.col-md-9.col-sm-7 .anons:nth-child(2), .column.col-md-9.col-sm-7 .anons:nth-child(3),
.column.col-md-8.col-sm-7 .anons:nth-child(1),
.column.col-md-8.col-sm-7 .anons:nth-child(2),
.column.col-md-8.col-sm-7 .anons:nth-child(3) {
  display: flex;
}

.widgetBox[data-type=classicSlider] .owl-pagination {
  display: none;
}

@media screen and (min-width: 1200px) {
  .widgetBox[data-type=classicSlider] {
    /*        .owl-pagination{
                display: block;
            }*/
    position: relative;
  }
  .widgetBox[data-type=classicSlider] .owl-buttons {
    /*display: none;*/
  }
  .widgetBox[data-type=classicSlider] .owl-buttons .owl-prev {
    left: 33.33%;
    left: calc(33.33% + 85px);
  }
  .widgetBox[data-type=classicSlider] .text {
    width: 66.66%;
    left: auto !important;
  }
  .widgetBox[data-type=classicSlider] .text * {
    /*text-align: right;*/
  }
  .widgetBox[data-type=classicSlider] #anonseSearch {
    top: 50%;
    transform: translateY(-50%);
    padding: 10px 20px;
    border-radius: 14px;
    z-index: 101;
    position: absolute;
    /*top: 0;*/
    margin: 0;
    left: 60px;
    width: 33.33%;
  }
}
@media screen and (min-width: 992px) {
  #anonseListContainer #anonseSearch {
    padding-top: 0;
    width: 33.33%;
    max-width: 533px;
    position: fixed;
    top: 96px;
    transition: 0.3s ease 0s;
    -webkit-transition: 0.3s ease 0s;
    -ms-transition: 0.3s ease 0s;
    -o-transition: 0.3s ease 0s;
    -moz-transition: 0.3s ease 0s;
    -khtml-transition: 0.3s ease 0s;
  }
  #anonseListContainer #anonseList {
    margin-top: 0;
  }
  body.sticky #anonseListContainer #anonseSearch {
    top: 25px;
  }
}
.niceLink {
  /*text-decoration: underline;*/
  color: #0F83D4;
  font-size: 16px;
}

.anons[data-offertype=other] .imgContainer {
  background-size: contain !important;
  background-repeat: no-repeat !important;
}

.hideText {
  opacity: 0;
  pointer-events: none;
}

.modeleSwitch {
  text-align: center;
  margin-bottom: 40px;
}

#top .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: nowrap;
  box-sizing: border-box;
  width: 100%;
}
#top .container .topMenu {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-evenly;
  align-items: center;
  gap: 8px 4px;
  flex: 1 1 auto;
  box-sizing: border-box;
  min-width: 0;
}
#top .container .topMenu a {
  white-space: nowrap;
}
@media screen and (min-width: 1500px) {
  #top .container .topMenu {
    padding: 0 100px;
  }
}

@media screen and (min-width: 1200px) {
  .topMenuButtonContainer {
    display: none;
  }
}
.topBtnContainer .btn wbr {
  display: none;
}

@media screen and (max-width: 499px) {
  .topBtnContainer .btn {
    padding: 0 10px;
    font-size: 14px !important;
    white-space: wrap;
    display: flex !important;
    flex-wrap: wrap !important;
    line-height: 1em !important;
    align-items: center !important;
    text-align: center !important;
  }
  .topBtnContainer .btn wbr {
    display: initial;
  }
}
@media screen and (max-width: 359px) {
  #top .topBtnContainer {
    padding: 0 8px !important;
  }
}
.topBtnContainer {
  padding-right: 0 !important;
}

.niceLink {
  text-decoration: underline;
  text-underline-offset: 3px;
}

.select2-container .select2-selection__clear {
  display: none;
}

.select2-results__option {
  font-size: 12px !important;
}

.select2-selection__arrow {
  height: 35px !important;
}

.widgetBox[data-type=logoMarki] h4 {
  margin-bottom: 20px;
  font-size: 22px !important;
}

form .field_checkbox label a {
  color: #0F83D4;
  text-decoration: underline;
}

.cboxLabelCheckContainer {
  height: 0;
  overflow: hidden;
}

#anonseSearch form[data-form] label {
  font-size: 12px;
  clear: both;
  display: block;
  width: 100%;
  text-align: left;
  padding-left: 10px;
  line-height: 0.8em;
  font-weight: 400;
}
#anonseSearch .search-buttons {
  margin-top: 10px;
  display: flex;
  justify-content: space-between;
}
#anonseSearch .search-buttons br {
  display: none;
}
#anonseSearch .search-buttons a br {
  display: initial;
}
#anonseSearch .search-buttons .niceLink {
  margin-top: 5px;
  position: relative;
  font-size: 15px;
  order: 1;
  display: inline-block;
  text-align: left;
  padding-left: 38px;
  text-decoration: none;
}
#anonseSearch .search-buttons .niceLink::before {
  content: "\f1de";
  font-family: "Font Awesome 5 Pro";
  font-weight: 300;
  position: absolute;
  left: 5px;
  top: 49%;
  transform: translateY(-50%);
  font-size: 22px;
}
#anonseSearch .search-buttons button {
  margin: 0;
  order: 2;
}
@media screen and (max-width: 1599px) {
  #anonseSearch .search-buttons .niceLink {
    font-size: 12px;
    padding-left: 30px;
  }
  #anonseSearch .search-buttons .niceLink::before {
    font-size: 18px;
  }
  #anonseSearch .search-buttons button {
    font-size: 13px;
    padding-left: 15px;
    padding-right: 15px;
    height: 45px;
    line-height: 43px;
  }
  #anonseSearch .search-buttons button i {
    margin-top: 14px;
  }
}
@media screen and (max-width: 369px) {
  #anonseSearch .search-buttons button {
    padding-left: 10px;
    padding-right: 10px;
  }
  #anonseSearch .search-buttons button i {
    display: none;
  }
}
.youtube-wrapper {
  position: relative;
  width: 100%;
  aspect-ratio: 16/9;
  border-radius: 8px;
  overflow: hidden;
  cursor: pointer;
}
.youtube-wrapper .youtube-poster {
  position: relative;
  width: 100%;
  height: 100%;
}
.youtube-wrapper .youtube-poster img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.3s ease;
}
.youtube-wrapper .youtube-poster:hover img {
  transform: scale(1.03);
}
.youtube-wrapper .youtube-poster .play-button {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 68px;
  height: 48px;
  background: rgba(0, 0, 0, 0.6);
  border-radius: 12px;
  transition: background 0.3s ease;
}
.youtube-wrapper .youtube-poster .play-button::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-40%, -50%);
  border-style: solid;
  border-width: 10px 0 10px 18px;
  border-color: transparent transparent transparent white;
}
.youtube-wrapper .youtube-poster .play-button:hover {
  background: rgba(0, 0, 0, 0.8);
}
.youtube-wrapper iframe {
  width: 100%;
  height: 100%;
  border: none;
  display: block;
}

@media screen and (max-width: 991px) {
  .widgetBox[data-type=mapkaMylease] {
    text-align: center;
  }
  .widgetBox[data-type=mapkaMylease] svg {
    max-width: 500px;
  }
}
.widgetBox[data-type=youtube] {
  position: absolute;
}
.widgetBox[data-type=youtube] .youtube-wrapper {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.widgetBox[data-type=mapkaMylease] svg {
  position: relative;
  z-index: 1;
}
.widgetBox[data-type=mapkaMylease] .map-point {
  transition: 0.2s ease 0s;
  -webkit-transition: 0.2s ease 0s;
  -ms-transition: 0.2s ease 0s;
  -o-transition: 0.2s ease 0s;
  -moz-transition: 0.2s ease 0s;
  -khtml-transition: 0.2s ease 0s;
}
.widgetBox[data-type=mapkaMylease] .map-point:hover {
  fill: rgb(109.7753303965, 189.2378854626, 244.7246696035);
}
.widgetBox[data-type=mapkaMylease] .map-point::after {
  transition: 0.2s ease 0s;
  -webkit-transition: 0.2s ease 0s;
  -ms-transition: 0.2s ease 0s;
  -o-transition: 0.2s ease 0s;
  -moz-transition: 0.2s ease 0s;
  -khtml-transition: 0.2s ease 0s;
  /*opacity: 0;*/
  content: attr(data-cityname);
  position: absolute;
  background: rgba(0, 0, 0, 0.85);
  color: #fff;
  padding: 3px 6px;
  border-radius: 4px;
  font-size: 12px;
  white-space: nowrap;
  transform: translate(-50%, -120%);
  left: 50%;
  top: 0;
  pointer-events: none;
}
.widgetBox[data-type=mapkaMylease] .map-point:hover::after {
  opacity: 1;
}

.maptooltip {
  position: absolute;
  background: rgba(0, 0, 0, 0.8);
  color: #fff;
  padding: 3px 8px;
  border-radius: 4px;
  font-size: 12px;
  white-space: nowrap;
  pointer-events: none;
  z-index: 99999;
  display: none;
}

.reqAst {
  color: #D12626;
}

#section1400 {
  padding-bottom: 0 !important;
}
#section1400 .column {
  margin-bottom: 0 !important;
}

#section1399 {
  padding-top: 0 !important;
}
#section1399 h2 {
  cursor: pointer;
  transition: color 0.2s;
  position: relative;
  padding-left: 35px;
  margin: 10px 0 0 0 !important;
  padding-top: 10px;
  font-size: 24px !important;
  color: #1F1F1F !important;
  border-top: 1px solid #e0e0e0;
}
#section1399 h2 .faq-trigger {
  all: unset;
  cursor: pointer;
  display: block;
}
#section1399 h2 .faq-trigger::before {
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
  content: "\f054";
  position: absolute;
  left: 10px;
  top: 50%;
  top: calc(50% + 5px);
  transform: translateY(-50%);
  transition: transform 0.2s ease;
  font-size: 0.5em;
}
#section1399 h2:first-child {
  border-top: 0;
}
@media screen and (max-width: 767px) {
  #section1399 h2 {
    font-size: 18px !important;
    padding-left: 25px;
  }
}
#section1399 h2 .faq-trigger[aria-expanded=true], #section1399 h2 .faq-trigger:hover {
  color: #0F83D4 !important;
}
#section1399 h2 .faq-trigger[aria-expanded=true]::before {
  transform: translateY(-50%) rotate(90deg);
}
#section1399 p, #section1399 ul {
  margin: 15px 0 !important;
  padding: 0 35px !important;
}
#section1399 ul {
  padding: 0 52px !important;
}
@media screen and (max-width: 767px) {
  #section1399 .textWidget {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  #section1399 p, #section1399 ul {
    margin: 15px 0 !important;
    padding: 0 25px !important;
  }
  #section1399 ul {
    padding: 0 42px !important;
  }
}

.toggle {
  height: 40px !important;
  border: 1px solid #E5E5E5 !important;
  background: white !important;
  font-size: 14px !important;
  width: 100% !important;
}
.toggle .btn {
  font-size: 14px !important;
  background: white !important;
  color: #1F1F1F !important;
  border: none !important;
  height: 38px !important;
  line-height: 38px !important;
  box-shadow: none !important;
}
.toggle .toggle-handle {
  background: #0F83D4 !important;
}
.toggle:hover .toggle-handle {
  background: rgb(11.6299559471, 101.5682819383, 164.3700440529) !important;
}

@media screen and (max-width: 499px) {
  .calcRow .toggle {
    margin-bottom: 20px !important;
    margin-top: -20px !important;
  }
}
.ui-slider,
.ui-slider .ui-slider-handle {
  touch-action: none !important; /* wymagane dla pointer events */
}

.blogBottomLinks {
  background: #f2f2f2;
  margin-bottom: -40px;
  position: relative;
  z-index: 10;
}

/* Bottom Mobile Navigation */
#bottomNavMobile {
  display: none;
}

@media screen and (max-width: 767px) {
  /* Zmień górną nawigację z fixed na relative (nie sticky) */
  #top {
    position: relative;
  }
  #topBarRwd {
    position: relative !important;
  }
  /* Usuń padding-top z body na mobile - nie ma sticky nav */
  body {
    padding-top: 0 !important;
  }
  /* Usuń padding-top dla body.smallPadding na mobile */
  body.smallPadding {
    padding-top: 0 !important;
  }
  #bottomNavMobile {
    display: flex;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background: #fff;
    border-top: 1px solid #e5e5e5;
    box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.1);
    z-index: 9999;
    padding: 8px 0;
    justify-content: space-around;
    align-items: center;
    height: 60px;
    max-height: 60px;
  }
  #bottomNavMobile .nav-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    color: #666;
    font-size: 11px;
    flex: 1;
    padding: 4px 8px;
    transition: all 0.3s ease;
    position: relative;
    min-width: 0;
  }
  #bottomNavMobile .nav-item i {
    font-size: 20px;
    margin-bottom: 6px;
    transition: all 0.3s ease;
  }
  #bottomNavMobile .nav-item span {
    font-size: 10px;
    line-height: 1.2;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 100%;
  }
  #bottomNavMobile .nav-item.active {
    color: #0F83D4;
  }
  #bottomNavMobile .nav-item.active i {
    color: #0F83D4;
    transform: scale(1.1);
  }
  #bottomNavMobile .nav-item:active {
    opacity: 0.7;
    transform: scale(0.95);
  }
  /* Dodaj padding na dole strony, żeby treść nie była zasłonięta */
  #page {
    padding-bottom: 60px;
  }
  /* Ukryj bottom nav gdy menu jest otwarte */
  body.menuOpen #bottomNavMobile {
    display: none;
  }
}

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