/**
 * Block formatting
 */
/**
 * Text stuff, formatting
 */
/**
 * Absolute position
 */
/**
 * Relative position
 */
/**
 * Background image, color, position
 */
/**
 * Misc
 */
/*
 * Cast mixinov prevzate z autobazaru.      
 */
/*
@text-color: #555555;
@text-color-light: #777777;
@text-color-dark: #333333;
*/
@-ms-viewport {
  width: device-width;
}
.visible-xs,
.visible-sm,
.visible-md,
.visible-lg {
  display: none !important;
}
.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  display: none !important;
}
@media (max-width: 767px) {
  .visible-xs {
    display: block !important;
  }
  table.visible-xs {
    display: table;
  }
  tr.visible-xs {
    display: table-row !important;
  }
  th.visible-xs,
  td.visible-xs {
    display: table-cell !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-block {
    display: block !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-inline {
    display: inline !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important;
  }
  table.visible-sm {
    display: table;
  }
  tr.visible-sm {
    display: table-row !important;
  }
  th.visible-sm,
  td.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-block {
    display: block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline {
    display: inline !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md {
    display: block !important;
  }
  table.visible-md {
    display: table;
  }
  tr.visible-md {
    display: table-row !important;
  }
  th.visible-md,
  td.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-block {
    display: block !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline {
    display: inline !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg {
    display: block !important;
  }
  table.visible-lg {
    display: table;
  }
  tr.visible-lg {
    display: table-row !important;
  }
  th.visible-lg,
  td.visible-lg {
    display: table-cell !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-block {
    display: block !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-inline {
    display: inline !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-inline-block {
    display: inline-block !important;
  }
}
@media (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important;
  }
}
.visible-print {
  display: none !important;
}
@media print {
  .visible-print {
    display: block !important;
  }
  table.visible-print {
    display: table;
  }
  tr.visible-print {
    display: table-row !important;
  }
  th.visible-print,
  td.visible-print {
    display: table-cell !important;
  }
}
.visible-print-block {
  display: none !important;
}
@media print {
  .visible-print-block {
    display: block !important;
  }
}
.visible-print-inline {
  display: none !important;
}
@media print {
  .visible-print-inline {
    display: inline !important;
  }
}
.visible-print-inline-block {
  display: none !important;
}
@media print {
  .visible-print-inline-block {
    display: inline-block !important;
  }
}
@media print {
  .hidden-print {
    display: none !important;
  }
}
.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  .container {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .container {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1170px;
  }
}
.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
.row {
  margin-left: -15px;
  margin-right: -15px;
}
.col,
.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 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
.col,
.col-xs-1,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-10,
.col-xs-11,
.col-xs-12 {
  float: left;
}
.col-xs-12 {
  width: 100%;
}
.col-xs-11 {
  width: 91.66666667%;
}
.col-xs-10 {
  width: 83.33333333%;
}
.col-xs-9 {
  width: 75%;
}
.col-xs-8 {
  width: 66.66666667%;
}
.col-xs-7 {
  width: 58.33333333%;
}
.col-xs-6 {
  width: 50%;
}
.col-xs-5 {
  width: 41.66666667%;
}
.col-xs-4 {
  width: 33.33333333%;
}
.col-xs-3 {
  width: 25%;
}
.col-xs-2 {
  width: 16.66666667%;
}
.col-xs-1 {
  width: 8.33333333%;
}
.col-xs-pull-12 {
  right: 100%;
}
.col-xs-pull-11 {
  right: 91.66666667%;
}
.col-xs-pull-10 {
  right: 83.33333333%;
}
.col-xs-pull-9 {
  right: 75%;
}
.col-xs-pull-8 {
  right: 66.66666667%;
}
.col-xs-pull-7 {
  right: 58.33333333%;
}
.col-xs-pull-6 {
  right: 50%;
}
.col-xs-pull-5 {
  right: 41.66666667%;
}
.col-xs-pull-4 {
  right: 33.33333333%;
}
.col-xs-pull-3 {
  right: 25%;
}
.col-xs-pull-2 {
  right: 16.66666667%;
}
.col-xs-pull-1 {
  right: 8.33333333%;
}
.col-xs-pull-0 {
  right: auto;
}
.col-xs-push-12 {
  left: 100%;
}
.col-xs-push-11 {
  left: 91.66666667%;
}
.col-xs-push-10 {
  left: 83.33333333%;
}
.col-xs-push-9 {
  left: 75%;
}
.col-xs-push-8 {
  left: 66.66666667%;
}
.col-xs-push-7 {
  left: 58.33333333%;
}
.col-xs-push-6 {
  left: 50%;
}
.col-xs-push-5 {
  left: 41.66666667%;
}
.col-xs-push-4 {
  left: 33.33333333%;
}
.col-xs-push-3 {
  left: 25%;
}
.col-xs-push-2 {
  left: 16.66666667%;
}
.col-xs-push-1 {
  left: 8.33333333%;
}
.col-xs-push-0 {
  left: auto;
}
.col-xs-offset-12 {
  margin-left: 100%;
}
.col-xs-offset-11 {
  margin-left: 91.66666667%;
}
.col-xs-offset-10 {
  margin-left: 83.33333333%;
}
.col-xs-offset-9 {
  margin-left: 75%;
}
.col-xs-offset-8 {
  margin-left: 66.66666667%;
}
.col-xs-offset-7 {
  margin-left: 58.33333333%;
}
.col-xs-offset-6 {
  margin-left: 50%;
}
.col-xs-offset-5 {
  margin-left: 41.66666667%;
}
.col-xs-offset-4 {
  margin-left: 33.33333333%;
}
.col-xs-offset-3 {
  margin-left: 25%;
}
.col-xs-offset-2 {
  margin-left: 16.66666667%;
}
.col-xs-offset-1 {
  margin-left: 8.33333333%;
}
.col-xs-offset-0 {
  margin-left: 0%;
}
@media (min-width: 768px) {
  .col,
  .col-sm-1,
  .col-sm-2,
  .col-sm-3,
  .col-sm-4,
  .col-sm-5,
  .col-sm-6,
  .col-sm-7,
  .col-sm-8,
  .col-sm-9,
  .col-sm-10,
  .col-sm-11,
  .col-sm-12 {
    float: left;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-11 {
    width: 91.66666667%;
  }
  .col-sm-10 {
    width: 83.33333333%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-8 {
    width: 66.66666667%;
  }
  .col-sm-7 {
    width: 58.33333333%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-5 {
    width: 41.66666667%;
  }
  .col-sm-4 {
    width: 33.33333333%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-2 {
    width: 16.66666667%;
  }
  .col-sm-1 {
    width: 8.33333333%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-pull-11 {
    right: 91.66666667%;
  }
  .col-sm-pull-10 {
    right: 83.33333333%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-8 {
    right: 66.66666667%;
  }
  .col-sm-pull-7 {
    right: 58.33333333%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-5 {
    right: 41.66666667%;
  }
  .col-sm-pull-4 {
    right: 33.33333333%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-2 {
    right: 16.66666667%;
  }
  .col-sm-pull-1 {
    right: 8.33333333%;
  }
  .col-sm-pull-0 {
    right: auto;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-push-11 {
    left: 91.66666667%;
  }
  .col-sm-push-10 {
    left: 83.33333333%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-8 {
    left: 66.66666667%;
  }
  .col-sm-push-7 {
    left: 58.33333333%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-5 {
    left: 41.66666667%;
  }
  .col-sm-push-4 {
    left: 33.33333333%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-2 {
    left: 16.66666667%;
  }
  .col-sm-push-1 {
    left: 8.33333333%;
  }
  .col-sm-push-0 {
    left: auto;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
  .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-sm-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 992px) {
  .col,
  .col-md-1,
  .col-md-2,
  .col-md-3,
  .col-md-4,
  .col-md-5,
  .col-md-6,
  .col-md-7,
  .col-md-8,
  .col-md-9,
  .col-md-10,
  .col-md-11,
  .col-md-12 {
    float: left;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-11 {
    width: 91.66666667%;
  }
  .col-md-10 {
    width: 83.33333333%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-8 {
    width: 66.66666667%;
  }
  .col-md-7 {
    width: 58.33333333%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-5 {
    width: 41.66666667%;
  }
  .col-md-4 {
    width: 33.33333333%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-2 {
    width: 16.66666667%;
  }
  .col-md-1 {
    width: 8.33333333%;
  }
  .col-md-pull-12 {
    right: 100%;
  }
  .col-md-pull-11 {
    right: 91.66666667%;
  }
  .col-md-pull-10 {
    right: 83.33333333%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-8 {
    right: 66.66666667%;
  }
  .col-md-pull-7 {
    right: 58.33333333%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-5 {
    right: 41.66666667%;
  }
  .col-md-pull-4 {
    right: 33.33333333%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-2 {
    right: 16.66666667%;
  }
  .col-md-pull-1 {
    right: 8.33333333%;
  }
  .col-md-pull-0 {
    right: auto;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-push-11 {
    left: 91.66666667%;
  }
  .col-md-push-10 {
    left: 83.33333333%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-8 {
    left: 66.66666667%;
  }
  .col-md-push-7 {
    left: 58.33333333%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-5 {
    left: 41.66666667%;
  }
  .col-md-push-4 {
    left: 33.33333333%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-2 {
    left: 16.66666667%;
  }
  .col-md-push-1 {
    left: 8.33333333%;
  }
  .col-md-push-0 {
    left: auto;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
  .col-md-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-md-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-md-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-md-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-md-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-md-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 1200px) {
  .col,
  .col-lg-1,
  .col-lg-2,
  .col-lg-3,
  .col-lg-4,
  .col-lg-5,
  .col-lg-6,
  .col-lg-7,
  .col-lg-8,
  .col-lg-9,
  .col-lg-10,
  .col-lg-11,
  .col-lg-12 {
    float: left;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-11 {
    width: 91.66666667%;
  }
  .col-lg-10 {
    width: 83.33333333%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-8 {
    width: 66.66666667%;
  }
  .col-lg-7 {
    width: 58.33333333%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-5 {
    width: 41.66666667%;
  }
  .col-lg-4 {
    width: 33.33333333%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-2 {
    width: 16.66666667%;
  }
  .col-lg-1 {
    width: 8.33333333%;
  }
  .col-lg-pull-12 {
    right: 100%;
  }
  .col-lg-pull-11 {
    right: 91.66666667%;
  }
  .col-lg-pull-10 {
    right: 83.33333333%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-8 {
    right: 66.66666667%;
  }
  .col-lg-pull-7 {
    right: 58.33333333%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-5 {
    right: 41.66666667%;
  }
  .col-lg-pull-4 {
    right: 33.33333333%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-2 {
    right: 16.66666667%;
  }
  .col-lg-pull-1 {
    right: 8.33333333%;
  }
  .col-lg-pull-0 {
    right: auto;
  }
  .col-lg-push-12 {
    left: 100%;
  }
  .col-lg-push-11 {
    left: 91.66666667%;
  }
  .col-lg-push-10 {
    left: 83.33333333%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-8 {
    left: 66.66666667%;
  }
  .col-lg-push-7 {
    left: 58.33333333%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-5 {
    left: 41.66666667%;
  }
  .col-lg-push-4 {
    left: 33.33333333%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-2 {
    left: 16.66666667%;
  }
  .col-lg-push-1 {
    left: 8.33333333%;
  }
  .col-lg-push-0 {
    left: auto;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
  .col-lg-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-lg-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-lg-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-lg-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-lg-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-lg-offset-0 {
    margin-left: 0%;
  }
}
.clearfix,
.clearfix:before,
.clearfix:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after {
  content: " ";
  display: table;
}
.clearfix:after,
.container:after,
.container-fluid:after,
.row:after {
  clear: both;
}
.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.pull-right {
  float: right !important;
}
.pull-left {
  float: left !important;
}
*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
input {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
body {
  font-family: 'Roboto', sans-serif;
}
.clearer,
.clr {
  content: " ";
  display: table;
}
.clearer:before,
.clr:before,
.clearer:after,
.clr:after {
  content: " ";
  display: table;
}
.clearer:after,
.clr:after {
  clear: both;
}
.container {
  max-width: 1010px;
}
h1 {
  color: #FFFFFF;
  margin-top: 153px;
  font-weight: bold;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.11;
  text-align: center;
  font-size: 24px;
}
@media screen and (min-width: 768px) {
  h1 {
    font-size: 36px;
  }
}
section {
  display: block;
  text-align: center;
}
@media screen and (max-width: 1199px) {
  .hidden-lg-down {
    display: none !important;
  }
}
.aw_frontend {
  width: auto !important;
  position: relative;
}
.default-menu {
  background-color: #e1e1e1;
  height: 120px;
  position: relative;
}
.default-menu .container-menu {
  width: 100%;
  height: 120px;
  background-color: #e1e1e1;
}
.default-menu .logo {
  width: 210px;
  height: 80px;
  position: absolute;
  top: 20px;
  display: block;
}
.default-menu .row.header {
  position: inherit;
}
@media screen and (min-width: 580px) {
  .default-menu .row.header {
    position: relative;
  }
}
.default-menu .active {
  line-height: 40px;
  border-bottom: 2px solid #58585b;
}
.default-menu .menu {
  position: fixed;
  top: 0;
  right: 0;
  background-color: #e1e1e1;
  width: 100%;
  height: 100%;
  text-align: center;
  padding-top: 105px;
  opacity: 0.9;
  display: none;
  z-index: 1000;
  font-size: 9px;
}
.default-menu .menu a {
  text-decoration: none;
  text-transform: uppercase;
}
.default-menu .menu .menu-item {
  display: block;
  width: 100%;
  height: auto;
  line-height: 25px;
  color: #000;
  font-weight: bold;
  font-size: 16px;
}
.default-menu .menu .menu-item:hover {
  line-height: 25px;
  border-bottom: 2px solid #58585b;
}
@media screen and (max-width: 576px) {
  .default-menu .menu .menu-item {
    width: 100%;
    height: auto;
    line-height: 40px;
    font-size: 25px;
  }
}
@media screen and (min-width: 580px) {
  .default-menu .menu {
    display: block;
    width: auto;
    height: 0;
    line-height: 135px;
    float: right;
    position: relative;
    padding-top: 0;
  }
  .default-menu .menu .menu-item {
    display: inline-block;
    width: auto;
    height: auto;
    margin-left: 20px;
    text-decoration: none;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    text-align: right;
  }
}
.default-menu .menu-hamburger {
  position: absolute;
  top: 60px;
  right: 30px;
  width: 30px;
  height: 30px;
  display: block;
  float: right;
  cursor: pointer;
  z-index: 1001;
  background-image: url("https://s.nawebe.sk/nwb/rQV1s9Z5u_fss?st=BVUidReiI7Xa-6eXHYFxBYKNfRSrnCxhd_mBMM3krGc&ts=1670246721&e=0");
  background-position: 0 0 !important;
  background-repeat: no-repeat;
  -webkit-background-size: contain;
  background-size: contain;
}
.default-menu .menu-hamburger.showed {
  background-image: url("https://s.nawebe.sk/nwb/mIK1gm3ml_fss?st=qv2BIT9Exw8rrZapbVbWTF3V-JzxdzYDp0CraTRmkXg&ts=1670246696&e=0");
  background-position: 0 0 !important;
}
@media screen and (min-width: 580px) {
  .default-menu .menu-hamburger {
    display: none;
  }
}
.homepage-menu .logo {
  width: 256px;
  height: 100px;
  position: relative;
  display: block;
  margin: 61px auto 10px auto;
}
.homepage-menu .row {
  margin: 20px auto 50px auto;
}
.homepage-menu .row .active {
  line-height: 40px;
  border-bottom: 2px solid #58585b;
}
.homepage-menu .row .menu {
  position: fixed;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  padding-top: 105px;
  opacity: 0.9;
  display: none;
  z-index: 1000;
  font-size: 9px;
}
@media screen and (max-width: 576px) {
  .homepage-menu .row .menu {
    background-color: #e1e1e1;
  }
}
.homepage-menu .row .menu a {
  text-decoration: none;
  text-transform: uppercase;
}
.homepage-menu .row .menu .menu-item {
  display: block;
  width: 100%;
  height: auto;
  line-height: 25px;
  color: #000;
  font-weight: bold;
  font-size: 16px;
}
.homepage-menu .row .menu .menu-item:hover {
  line-height: 25px;
  border-bottom: 2px solid #58585b;
}
@media screen and (max-width: 576px) {
  .homepage-menu .row .menu .menu-item {
    width: 100%;
    height: auto;
    line-height: 40px;
    font-size: 25px;
  }
}
@media screen and (min-width: 580px) {
  .homepage-menu .row .menu {
    display: block;
    width: 100%;
    height: auto;
    position: relative;
    padding-top: 0;
  }
  .homepage-menu .row .menu .menu-item {
    display: inline-block;
    width: auto;
    height: auto;
    margin-left: 20px;
    text-decoration: none;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    text-align: right;
  }
}
.homepage-menu .menu-hamburger {
  position: absolute;
  top: 60px;
  right: 30px;
  width: 30px;
  height: 30px;
  display: block;
  float: right;
  cursor: pointer;
  z-index: 1001;
  background-image: url("https://s.nawebe.sk/nwb/rQV1s9Z5u_fss?st=BVUidReiI7Xa-6eXHYFxBYKNfRSrnCxhd_mBMM3krGc&ts=1670246721&e=0");
  background-position: 0 0 !important;
  background-repeat: no-repeat;
  -webkit-background-size: contain;
  background-size: contain;
}
.homepage-menu .menu-hamburger.showed {
  background-image: url("https://s.nawebe.sk/nwb/mIK1gm3ml_fss?st=qv2BIT9Exw8rrZapbVbWTF3V-JzxdzYDp0CraTRmkXg&ts=1670246696&e=0");
  background-position: 0 0 !important;
}
@media screen and (min-width: 580px) {
  .homepage-menu .menu-hamburger {
    display: none;
  }
}
.gallery-content {
  background: #f26824;
  padding-bottom: 50px;
}
.gallery-content .o-nas-gallery {
  width: 230px;
  margin-top: 60px;
  margin-left: auto;
  margin-right: auto;
}
.gallery-content .o-nas-gallery li {
  margin-left: 10px;
  margin-right: 10px;
}
.gallery-content .o-nas-gallery li img {
  width: 230px;
  height: 150px;
  border-radius: 4px;
}
.gallery-content .o-nas-gallery .slick-dots {
  bottom: -75px;
}
@media screen and (min-width: 768px) {
  .gallery-content .o-nas-gallery {
    width: 482px;
  }
}
@media screen and (min-width: 1024px) {
  .gallery-content .o-nas-gallery {
    width: 738px;
  }
  .gallery-content .o-nas-gallery .slick-dots {
    bottom: -25px;
  }
}
@media screen and (min-width: 1199px) {
  .gallery-content .o-nas-gallery {
    width: 980px;
  }
  .gallery-content .o-nas-gallery .slick-dots {
    bottom: -25px;
  }
}
.content_area {
  width: 100%;
}
.content_area .title {
  display: none;
}
.content_area .button-black {
  width: 222px;
  height: 40px;
  line-height: 40px;
  background-color: #000000;
  font-weight: bold;
  display: block;
  cursor: pointer;
  color: #FFFFFF;
  border-color: #000000;
  border-radius: 4px;
  font-size: 14px;
  font-family: 'PT Sans', sans-serif;
  text-transform: none;
  text-decoration: none;
  margin-left: auto;
  margin-right: auto;
}
.content_area .info {
  font-weight: 500;
  text-align: center;
}
.content_area .info .row .three.columns {
  display: inline-block;
  width: 256px;
  height: 282px;
}
.content_area .info span {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.content_area .info .green-text {
  width: 100%;
  height: 42px;
  line-height: 42px;
  color: #33cc33;
  font-size: 18px;
  font-weight: bold;
  font-style: normal;
  font-stretch: normal;
  margin-left: auto;
  margin-right: auto;
}
.content_area .info .content {
  width: 100%;
  height: 35px;
  line-height: 20px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 39px;
  font-size: 12px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.5;
  color: #262f40;
}
.s.icon {
  display: block;
}
.s.hands {
  width: 75px;
  height: 75px;
  background-position: -83px -180px;
}
.s.many {
  width: 75px;
  height: 75px;
  background-position: -2px -180px;
}
.s.camion {
  width: 75px;
  height: 75px;
  background-position: -83px -100px;
}
.s.car {
  width: 75px;
  height: 75px;
  background-position: -2px -100px;
}
.s.gps {
  width: 75px;
  height: 75px;
  background-position: -2px -260px;
}
.s.email {
  width: 75px;
  height: 75px;
  background-position: -83px -260px;
}
.s.phone {
  width: 75px;
  height: 75px;
  background-position: -3px -340px;
}
.footer {
  background-color: #363636;
  padding-bottom: 30px;
}
.footer .content-container {
  float: left;
}
.footer .logo-foot img {
  width: 100%;
  height: auto;
}
.footer p {
  color: #FFFFFF;
}
.footer .menu-up-line {
  margin: 60px 0 0 0;
  height: 80px;
}
.footer .menu-footer ul li {
  float: left;
  border-right: 1px solid #FFFFFF;
  padding: 0 12px;
  text-transform: uppercase;
  line-height: 26px;
  font-size: 15px;
}
.footer .menu-footer ul li a {
  color: #FFF;
  text-decoration: none;
}
.footer .menu-footer ul li:last-child {
  border: none;
  margin-right: 0;
  padding-right: 0;
}
.footer .info-text {
  line-height: 1px;
}
.footer .info-text .made-by {
  text-align: left;
}
.footer .info-text .made-by a {
  color: #FFFFFF;
  text-decoration: none;
  font-weight: bold;
}
.footer .info-text .copyright {
  text-align: right;
}
.footer .top-list {
  margin-top: 60px;
}
@media screen and (max-width: 576px) {
  .footer .logo-foot {
    padding: 20px 0;
  }
  .footer .logo-foot img {
    width: auto;
    height: 100%;
  }
  .footer .top-list {
    margin: 15px auto;
  }
  .footer .top-list img {
    width: 50%;
  }
  .footer .menu-up-line {
    margin: 0 auto;
    height: auto;
  }
  .footer .menu-footer ul li {
    float: none;
    border: none;
    border-bottom: 1px solid #FFFFFF;
    padding: 5px 0;
    width: 60%;
    margin: 0 auto;
  }
  .footer .menu-footer ul li:last-child {
    border: none;
    margin: 0 auto;
  }
  .footer .info-text {
    line-height: normal;
  }
  .footer .info-text .made-by {
    text-align: center;
    padding: 30px 0;
  }
  .footer .info-text .copyright {
    text-align: center;
  }
}
@media screen and (max-width: 1024px) {
  .footer .logo-foot {
    padding: 20px 0;
  }
  .footer .logo-foot img {
    width: auto;
    height: 100%;
  }
  .footer .top-list {
    margin: 15px auto;
  }
  .footer .top-list img {
    width: 20%;
  }
  .footer .menu-up-line {
    margin: 0 auto;
    height: auto;
  }
  .footer .menu-footer ul li {
    float: none;
    border: none;
    border-bottom: 1px solid #FFFFFF;
    padding: 5px 0;
    width: 60%;
    margin: 0 auto;
  }
  .footer .menu-footer ul li:last-child {
    border: none;
    margin: 0 auto;
  }
  .footer .info-text {
    line-height: normal;
  }
  .footer .info-text .made-by {
    text-align: center;
    padding: 30px 0;
  }
  .footer .info-text .copyright {
    text-align: center;
  }
}
.menu-hp {
  width: 100%;
  height: 300px;
  color: #000;
}
.where-info {
  background-color: #f16830;
}
.where-info .open-hours {
  display: block;
  padding: 10px 0 10px 10%;
  margin: 20px 0;
}
.where-info .open-hours .line:first-child {
  padding: 0;
}
.where-info .open-hours .line {
  color: #FFFFFF;
  font-size: 18px;
  padding: 7px 0;
}
.where-info .open-hours .line .day {
  display: inline-block;
  width: 130px;
  height: auto;
  font-weight: bold;
}
.where-info .open-hours .empty-day {
  padding: 0 0 7px 0;
}
.where-info .location {
  border-left: 2px solid #fff;
  display: block;
  padding: 10px 0 10px 10%;
  margin: 20px 0;
}
@media screen and (max-width: 800px) {
  .where-info .location {
    border-left: none;
    border-top: 2px solid #fff;
  }
}
.where-info .location .line {
  margin-top: 8px;
  font-size: 18px;
  color: #FFFFFF;
}
.where-info .location .line .three {
  padding-top: 10px;
}
.where-info .location .line .icon {
  display: inline-block;
  width: 25px;
  height: auto;
  float: left;
  margin-right: 20px;
  padding-top: 5px;
}
.where-info .location .line .icon img {
  width: 100%;
  height: auto;
}
.where-info .location .line .address .icon {
  line-height: 30px;
  padding-top: 10px;
}
.where-info .location .line .about {
  display: block;
}
.where-info .location .line .email {
  line-height: 30px;
}
.where-info .location .line:last-child {
  margin-top: 20px;
}
.where-info h1 {
  text-transform: uppercase;
  font-weight: normal;
  margin: 0;
  padding-bottom: 50px;
  font-size: 32px;
  text-align: left;
}
.contact-info {
  background-image: url('https://s.nawebe.sk/nwb/8E6bX2Ier_fss?st=07lGGV6ENDd7BY1f_GGZjYdWTe5V30EEBspyQSxmnxI&ts=1670246729&e=0');
  text-align: center;
  width: 100%;
  height: auto;
  padding-bottom: 80px;
}
.contact-info h1 {
  font-size: 32px;
  margin-top: 70px;
  font-weight: 300;
}
.contact-info h2 {
  font-size: 20px;
  margin-top: 20px;
  margin-bottom: 70px;
  color: #FFFFFF;
}
.contact-info a {
  padding: 20px 120px;
  border: 2px solid #f16830;
  text-decoration: none;
  color: #FFFFFF;
  font-size: 32px;
}
.contact-info a:hover {
  background-color: #f16830;
}
@media screen and (max-width: 576px) {
  .contact-info h1 {
    margin-top: 40px;
  }
  .contact-info h2 {
    margin-bottom: 60px;
  }
  .contact-info a {
    padding: 10px 30px;
  }
}
.content_kontakt .footer .info-text .text-style-2,
.content_kontakt .footer .info-text .text-style-3 {
  display: inline-block;
}
#content_area_1 {
  display: block;
}
#content_area_1 .content_obj,
#content_area_1 .content_obj_main {
  width: 100%;
  display: block;
}
#content_area_1 #advertisements-filter {
  max-width: 730px;
  margin: 0 auto;
  padding: 85px 0 45px 0;
}
#content_area_1 #advertisements-filter .submit {
  display: block;
}
#content_area_1 #advertisements-filter label {
  display: none;
}
#content_area_1 #advertisements-filter select {
  width: 90%;
  height: 45px;
  line-height: 45px;
  background-color: transparent;
  border: 1px solid #f26824;
  text-align: left;
  font-size: 18px;
  color: #FFFFFF;
  padding: 0;
  padding-left: 15px;
  margin-top: 10px;
  -webkit-appearance: none;
  background: url(https://s.nawebe.sk/nwb/xlWSfJRO5_fss?st=mwwCpjLQjnLD3FFno-AvHkV0DbgXTEd_TdWZOt1THpM&ts=1670246741&e=0) no-repeat right;
  background-size: 20px;
  background-position-x: 200px;
}
#content_area_1 #advertisements-filter select option {
  text-align: left;
  font-size: 16.1px;
  color: #262f40;
}
@media (min-width: 736px) {
  #content_area_1 #advertisements-filter select {
    width: 30%;
    height: 45px;
    line-height: 45px;
    margin: auto 5px;
  }
}
#content_area_1 #advertisements-filter input[type=submit] {
  width: 95%;
  height: 45px;
  line-height: 45px;
  background-color: #f26824;
  cursor: pointer;
  padding: 0;
  border: 0;
  margin-top: 10px;
  font-size: 18px;
  color: #FFFFFF;
}
@media screen and (min-width: 1024px) {
  #content_area_1 #advertisements-filter input[type=submit] {
    width: 100%;
  }
}
@media screen and (min-width: 1200px) {
  #content_area_1 #advertisements-filter select {
    width: 218px;
    margin: 10px 6px;
  }
  #content_area_1 #advertisements-filter input[type=submit] {
    width: 100%;
  }
}
@media screen and (min-width: 576px) {
  #content_area_1 #advertisements-filter .p-categories-1-0 select {
    margin-left: 0;
  }
  #content_area_1 #advertisements-filter .p-param7 select {
    margin-right: 0;
  }
  #content_area_1 #advertisements-filter input[type=submit] {
    width: 100%;
  }
}
@media screen and (max-width: 576px) {
  #content_area_1 #advertisements-filter select {
    display: block;
    width: 90%;
    margin: 10px auto;
    background-position-x: 320px;
  }
  #content_area_1 #advertisements-filter .submit {
    width: 90%;
    margin: 0 auto;
  }
  #content_area_1 #advertisements-filter input[type=submit] {
    width: 100%;
  }
}
.offer {
  display: none;
}
@media screen and (min-width: 768px) {
  .offer {
    width: 550px;
    height: 80px;
    display: block;
    background-color: #FFFFFF;
    content: 'TUNA BUDE ASI REKLAMA';
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 40px;
    margin-top: 0px;
  }
}
.row {
  margin-left: 0px;
  margin-right: 0px;
}
.map {
  width: 100%;
  height: 500px;
}
.map-wrap {
  position: relative;
}
.overlay {
  width: 100%;
  min-height: 420px;
  position: absolute;
  top: 0;
}
.separator {
  content: " ";
  display: table;
}
.separator:before,
.separator:after {
  content: " ";
  display: table;
}
.separator:after {
  clear: both;
}
.advertisements-pager {
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 85px;
  margin-top: 75px;
}
.advertisements-pager li {
  width: 35px;
  height: 33px;
  line-height: 33px;
  display: inline-block;
  font-size: 18px;
  color: #f26824;
  border: solid 1px #f26824;
  border-radius: 2px;
  margin-right: 10px;
}
.advertisements-pager li a {
  text-decoration: none;
  color: #FFFFFF;
  font-weight: bold;
}
.advertisements-pager li.advertisements-pager-current {
  background-color: #f26824;
}
.advertisements-pager li.advertisements-pager-current a {
  color: #FFFFFF;
}
.slick-next:before,
.slick-prev:before {
  content: '' !important;
}
.poistenie p {
  color: #232e3d;
  margin-bottom: 16px;
  text-align: center;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
}
.poistenie p.first {
  font-size: 14px;
  line-height: 2.57;
  margin-top: 50px;
}
.poistenie p.second {
  font-size: 18px;
  line-height: 2;
  margin-top: 16px;
}
.poistenie img {
  margin-top: 16px;
}
.leasing .text {
  margin-top: 55px;
  margin-bottom: 58px;
  text-align: center;
}
.leasing .text p {
  color: #262f40;
  font-size: 14px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.71;
  text-align: left;
}
.leasing .img p {
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.33;
  text-align: center;
  color: #262f40;
  margin-top: 55px;
  margin-bottom: 17px;
}
.leasing .img img {
  display: inline-block;
  height: 75px;
  margin-right: 25px;
}
@media screen and (min-width: 1220px) {
  .leasing .img img:last-child {
    margin-right: 0;
  }
}
.content_aktualna-ponuka #content_area_1,
.content_detail #content_area_1 {
  background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url("https://s.nawebe.sk/nwb/jdTGNMOaX_fss?st=AV7Hx3Ge-L9EMWwbcOWvPcZzX1wlMZdrQ7gd1k0qWQI&ts=1670246700&e=0");
  background-size: 100%;
  background-repeat: no-repeat;
  background-color: #202020;
}
.content_ #content_area_1 {
  background-image: url("https://s.nawebe.sk/nwb/jdTGNMOaX_fss?st=AV7Hx3Ge-L9EMWwbcOWvPcZzX1wlMZdrQ7gd1k0qWQI&ts=1670246700&e=0");
  background-size: 100%;
  background-repeat: no-repeat;
  background-color: #212121;
}
@media screen and (max-width: 576px) {
  .content_ #content_area_1 {
    background-size: cover;
  }
}
.inzeraty {
  width: 242px;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 500px) {
  .inzeraty {
    width: 500px;
  }
}
@media (min-width: 736px) {
  .inzeraty {
    width: 100%;
  }
}
@media (min-width: 768px) {
  .inzeraty {
    width: 770px;
  }
}
@media (min-width: 1024px) {
  .inzeraty {
    width: 100%;
  }
}
.inzeraty .inzerat {
  position: relative;
  width: 235px;
  height: 332px;
  background-color: #FFFFFF;
  text-align: left;
  margin-top: 20px;
  padding-left: 0;
  padding-right: 0px;
}
.inzeraty .inzerat .advertisement-name {
  margin-top: 15px;
  margin-bottom: 15px;
}
.inzeraty .inzerat .advertisement-name h2 {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.inzeraty .inzerat .advertisement-name h2 a {
  font-size: 18px;
  color: #000000;
  text-decoration: none;
  font-weight: bold;
}
.inzeraty .inzerat .advertisement-data {
  display: none;
}
.inzeraty .inzerat .advertisement-image img {
  width: 235px;
  height: 173px;
}
.inzeraty .inzerat .glue {
  display: none;
}
.inzeraty .inzerat .advertisement-price {
  width: 100%;
  height: 35px;
  line-height: 45px;
  position: absolute;
  bottom: 10px;
  font-weight: bold;
  color: #f26824;
  text-align: center;
  vertical-align: bottom;
  font-size: 24px;
  border-top: solid 1px #f26824;
}
.inzeraty .inzerat .advertisement-tags,
.inzeraty .inzerat .advertisement-name {
  margin-left: 20px;
  margin-right: 20px;
}
.inzeraty .inzerat .advertisement-tags .tag {
  display: inline-block;
  width: 95px;
  height: 30px;
  line-height: 20px;
  vertical-align: bottom !important;
  font-size: 12px;
  color: #333333;
  float: left;
  background-repeat: no-repeat;
}
.inzeraty .inzerat .advertisement-tags .tag .icon {
  width: 20px;
  height: 20px;
  line-height: 20px;
  background-repeat: no-repeat;
  float: left;
}
.inzeraty .inzerat .advertisement-tags :nth-child(1) {
  text-transform: uppercase;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  padding-right: 5px;
}
.inzeraty .inzerat .advertisement-tags :nth-child(1) .icon {
  background-image: url("https://s.nawebe.sk/nwb/K6JZ7rpHf_fss?st=AuLut0yL954xJc2t2kW0nrwtTpVyBgUfHEaS9rl8eLY&ts=1670246705&e=0");
}
.inzeraty .inzerat .advertisement-tags :nth-child(2) .icon {
  background-image: url("https://s.nawebe.sk/nwb/isUdpfR0b_fss?st=3fWC7B3cNrMMj3XtWBVgSJKZ0EArfCyiz7-o0x3aO9s&ts=1670246702&e=0");
}
.inzeraty .inzerat .advertisement-tags :nth-child(3) .icon {
  background-image: url("https://s.nawebe.sk/nwb/D7ZcvGdlJ_fss?st=EtkLD82FYW_PuSUrqLbNptxnO1iAgh0KW-Fz3GZUZIs&ts=1670246707&e=0");
}
@media screen and (max-width: 576px) {
  .inzeraty {
    width: 90%;
    margin: 0 auto;
  }
  .inzeraty .inzerat {
    margin-right: 20px;
    width: auto;
    height: 390px;
  }
  .inzeraty .inzerat .advertisement-image img {
    width: 100%;
    height: auto;
  }
}
@media (min-width: 768px) {
  .inzeraty .inzerat {
    position: relative;
    width: 230px;
    height: 332px;
    float: left;
    margin: 5px;
  }
  .inzeraty .inzerat .advertisement-image img {
    width: 230px;
    height: 165px;
  }
  .inzeraty .inzerat .advertisement-tags .tag {
    display: inline-block;
    width: 90px;
    height: 30px;
    line-height: 20px;
  }
}
@media (min-width: 736px) {
  .inzeraty .inzerat {
    position: relative;
    width: 225px;
    height: 332px;
    float: left;
    margin: 5px;
  }
  .inzeraty .inzerat .advertisement-image img {
    width: 225px;
    height: 165px;
  }
  .inzeraty .inzerat .advertisement-tags .tag {
    display: inline-block;
    width: 90px;
    height: 30px;
    line-height: 20px;
  }
}
@media (min-width: 1024px) {
  .inzeraty .inzerat {
    position: relative;
    width: 235px;
    height: 332px;
    float: left;
    margin: 5px;
  }
  .inzeraty .inzerat .advertisement-image img {
    width: 235px;
    height: 165px;
  }
}
.advertisements-top-offers .arrows {
  width: 22px;
  height: 36px;
  position: relative;
  cursor: pointer;
}
.advertisements-top-offers .arrow-prev {
  background: url("https://s.nawebe.sk/nwb/82pkD1zrC8_fss?st=5p9En6-kDz4bbx9w0qXp7ueVaZp9MUPugwU7mg-emMM&ts=1670246737&e=0");
  display: block;
  background-size: contain;
  background-repeat: no-repeat;
  float: left;
  right: 15px;
  top: 170px;
}
.advertisements-top-offers .arrow-prev:hover {
  background: url("https://s.nawebe.sk/nwb/4enbgy0zo_fss?st=N6E-99tkP_r_adzG7ZhjufsHmklSKtcC06BN-2tiJGY&ts=1670246735&e=0");
  display: block;
  background-size: contain;
  background-repeat: no-repeat;
}
.advertisements-top-offers .arrow-next {
  background: url("https://s.nawebe.sk/nwb/1z-tlDL-C_fss?st=yokjXN0gnDFN5N7EPOIcjk0VCkJ-E50XbQBetfPyAMw&ts=1670246739&e=0");
  display: block;
  background-size: contain;
  background-repeat: no-repeat;
  float: right;
  right: -35px;
  top: -230px;
}
.advertisements-top-offers .arrow-next:hover {
  background: url("https://s.nawebe.sk/nwb/Ru7ZyLdgj_fss?st=iGG5MuMHw4hEcH641nLw-FH6FsCXVGI0UjJxE4a9XGE&ts=1670246733&e=0");
  display: block;
  background-size: contain;
  background-repeat: no-repeat;
}
.advertisements-top-offers .inzerat {
  margin-right: 0px;
  margin-top: 50px;
  margin-bottom: 50px;
}
.advertisements-top-offers .inzerat:not(:first-child) {
  margin-left: 20px !important;
}
.advertisements-top-offers.inzeraty {
  width: 242px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 500px) {
  .advertisements-top-offers.inzeraty {
    width: 483px;
  }
}
@media screen and (min-width: 769px) {
  .advertisements-top-offers.inzeraty {
    width: 730px;
  }
}
@media screen and (min-width: 1025px) {
  .advertisements-top-offers.inzeraty {
    width: 980px;
  }
}
.advertisement-detail {
  width: 100%;
  margin: 0 auto;
}
.advertisement-detail #top {
  width: 100%;
  height: 113px;
  text-align: center;
  padding: 26px 0;
  background-color: #f26824;
  margin-bottom: 20px;
}
.advertisement-detail #top h1 {
  margin: 0 0 0 400px;
  text-align: left;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 630px;
  padding: 10px 30px;
  text-transform: uppercase;
}
@media screen and (min-width: 801px) and (max-width: 1550px) {
  .advertisement-detail #top h1 {
    width: 50%;
    margin: 0 auto;
    position: absolute;
    left: 100px;
  }
}
@media screen and (max-width: 800px) {
  .advertisement-detail #top h1 {
    width: 90%;
    margin: 0 auto;
  }
}
.advertisement-detail .advDetail {
  max-width: 1100px;
  margin: 0 auto;
}
.advertisement-detail .advDetail .cntLeft .financing {
  text-align: center;
  color: #FFFFFF;
  padding-top: 30px;
}
.advertisement-detail .advDetail .cntLeft .financing .ab-clearfix {
  display: inline-block;
}
.advertisement-detail .advDetail .cntLeft .financing .ab-margin-top {
  color: #fff;
  position: absolute;
  top: 159px;
  font-size: 36px;
  right: 440px;
  font-weight: 900;
}
@media screen and (max-width: 800px) {
  .advertisement-detail .advDetail .cntLeft .financing .ab-margin-top {
    position: relative;
    top: 0;
    font-size: 36px;
    right: 0;
    font-weight: 900;
    padding-bottom: 20px;
  }
  .advertisement-detail .advDetail .cntLeft .financing .ab-margin-top .ab-col-8 {
    color: #f26824;
  }
}
@media screen and (min-width: 800px) and (max-width: 1550px) {
  .advertisement-detail .advDetail .cntLeft .financing .ab-margin-top {
    right: 100px;
  }
}
.advertisement-detail .advDetail .cntLeft .financing .ab-margin-top .ab-col-4 {
  display: none;
}
.advertisement-detail .advDetail .cntLeft .financing .ab-margin-top .ab-col-8 {
  color: #fff;
}
.advertisement-detail .advDetail .cntLeft .financing .ab-margin-top .ab-col-8 p:nth-child(2) {
  display: none;
}
.advertisement-detail .advDetail .cntLeft .financing .ab-margin-small-top li {
  display: inline-block;
}
.advertisement-detail .advDetail .cntLeft .photos .mainPhoto {
  display: inline-block;
  width: 48%;
  margin: 5px;
}
.advertisement-detail .advDetail .cntLeft .photos .mainPhoto img {
  width: 100%;
}
.advertisement-detail .advDetail .cntLeft .photos .otherPhotos {
  display: inline-block;
  width: 50%;
  vertical-align: top;
  margin-top: 5px;
}
.advertisement-detail .advDetail .cntLeft .photos .otherPhotos .img_container {
  margin: 5px;
}
.advertisement-detail .advDetail .cntLeft .photos .otherPhotos :nth-child(n+5) {
  display: none;
}
@media screen and (max-width: 800px) {
  .advertisement-detail .advDetail .cntLeft .photos .mainPhoto {
    display: block;
    width: 90%;
    margin: 0 auto;
  }
  .advertisement-detail .advDetail .cntLeft .photos .otherPhotos {
    display: block;
    width: 90%;
    vertical-align: top;
    margin: 0 auto;
    height: 300px;
  }
  .advertisement-detail .advDetail .cntLeft .photos .otherPhotos .img_container {
    width: 50%;
    float: left;
    display: inline-block;
    margin: 5px 0;
  }
  .advertisement-detail .advDetail .cntLeft .photos .otherPhotos .img_container img {
    width: 100%;
  }
  .advertisement-detail .advDetail .cntLeft .photos .otherPhotos :nth-child(n+5) {
    display: none;
  }
}
.advertisement-detail .advDetail .cntRight .desc {
  padding: 20px 0 40px;
  margin: 20px;
}
.advertisement-detail .advDetail .cntRight .desc h2 {
  margin: 10px 0;
  font-size: 24px;
  line-height: 2;
  color: #FFFFFF;
}
.advertisement-detail .advDetail .cntRight .desc span {
  font-size: 16px;
  line-height: 1.5;
  color: #ffffff;
}
.advertisement-detail .seller-detail {
  display: none;
}
@media screen and (min-width: 768px) {
  .advertisement-detail .cntRight .desc {
    -webkit-columns: 2;
    -moz-columns: 2;
    columns: 2;
  }
}
.protection {
  display: none;
}
.finance {
  padding: 100px 0;
  color: #FFFFFF;
}
.finance h2 {
  font-size: 20px;
  text-transform: uppercase;
  text-align: center;
}
.finance .finance-type {
  border: 1px solid #f26824;
  padding: 70px;
  font-size: 20px;
  text-align: center;
  height: 185px;
  margin: 15px 0;
}
@media screen and (max-width: 576px) {
  .finance .finance-type {
    padding: 50px;
  }
}
@media screen and (max-width: 320px) {
  .finance .finance-type {
    padding: 50px;
    font-size: 16px;
  }
}
.finance .point {
  padding-bottom: 50px;
}
.timeline {
  padding: 80px 0px 120px 0;
}
.timeline .point {
  list-style-type: none;
  position: relative;
  margin: 0 auto;
  width: 5px;
  background: #f26824;
}
.timeline .point .left {
  text-align: right;
  left: -375px;
}
.timeline .point .right {
  text-align: left;
}
.timeline .point .two-line {
  top: -10px;
}
.timeline .point .three-line {
  top: -20px;
}
.timeline .point .four-line {
  top: -30px;
}
.timeline .point .point-container {
  position: relative;
  width: 375px;
  height: 20px;
  padding: 0 15px;
}
.timeline .point .point-container .point-text {
  margin: 0 20px;
  font-size: 20px;
  color: #FFFFFF;
}
.timeline .point:last-child {
  padding: 0;
}
.timeline .point::after {
  content: '';
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 0;
  width: 23px;
  height: 23px;
  border-radius: 50%;
  background: #f26824;
}
@media screen and (max-width: 576px) {
  .timeline .point {
    padding-bottom: 150px;
  }
  .timeline .point .left {
    left: -200px;
  }
  .timeline .point .point-container {
    top: -30px;
    width: 200px;
    padding: 0 5px;
  }
  .timeline .point .point-container .point-text {
    font-size: 16px;
  }
}
.about-finance {
  background-color: #f26824;
  color: #FFFFFF;
}
.about-finance .info-text {
  padding: 50px 0 35px 0;
  text-align: center;
}
.about-finance .info-text h1 {
  font-size: 32px;
  padding: 0;
  margin: 0;
  font-weight: normal;
}
.about-finance .info-text p {
  padding: 25px;
  line-height: 26px;
  font-size: 20px;
}
.about-finance .info-text p b {
  font-weight: 900;
  text-transform: uppercase;
}
.partners {
  background-image: url('https://s.nawebe.sk/nwb/8E6bX2Ier_fss?st=07lGGV6ENDd7BY1f_GGZjYdWTe5V30EEBspyQSxmnxI&ts=1670246729&e=0');
  text-align: center;
  width: 100%;
  height: auto;
  color: #FFFFFF;
}
.partners .insurance {
  margin: 30px auto;
}
.partners h1 {
  margin: 50px 0;
  font-size: 32px;
  text-transform: uppercase;
}
.partners h2 {
  font-size: 26px;
  border-right: 2px solid;
  line-height: 86px;
  text-transform: uppercase;
}
@media screen and (max-width: 576px) {
  .partners h2 {
    line-height: 30px;
  }
}
.partners .logo-partner {
  height: 86px;
}
.partners .autoleasing {
  background: url("https://s.nawebe.sk/nwb/sXpbXVQLs_fss?st=kO-zemNvYrBWL6jjPhZX3Zb_Ki9jgYMC7pZpTburrUg&ts=1670246694&e=0") no-repeat center;
  background-size: auto 100%;
}
.partners .vub {
  background: url("https://s.nawebe.sk/nwb/13CaydLH9_fss?st=XvnHkQZje-X-2nmh9E-53TCG8WrzPnZfWOCP_m-xHoo&ts=1670246731&e=0") no-repeat center;
  background-size: auto 100%;
}
.partners .kooperativa {
  background: url("https://s.nawebe.sk/nwb/2-Czftc_nh_fss?st=8gVsYRihBHyuEWRT7CCf3eBsFautN3-s6W-qejQjDbY&ts=1670246710&e=0") no-repeat center;
  background-size: auto 100%;
}
.contact-form {
  background-color: #000;
}
.contact-form form {
  width: 729px;
  margin: 130px auto;
}
.contact-form form input {
  background-color: #fff;
  width: 689px;
  height: 47px;
  -webkit-opacity: 0.6;
  -moz-opacity: 0.6;
  opacity: 0.6;
  color: #000;
  padding: 0 20px;
  font-size: 18px;
  margin: 5px auto;
  border: none;
}
.contact-form form input[type="submit"] {
  background-color: #f16830;
  border: none;
  opacity: 1;
}
.contact-form form textarea {
  background-color: #fff;
  width: 689px;
  height: 229px;
  -webkit-opacity: 0.6;
  -moz-opacity: 0.6;
  opacity: 0.6;
  color: #000;
  padding: 20px;
  font-size: 18px;
  margin: 5px auto;
  border: none;
}
@media screen and (max-width: 576px) {
  .contact-form form {
    width: 100%;
    height: auto;
  }
  .contact-form form input {
    width: 90%;
    height: 47px;
  }
  .contact-form form textarea {
    width: 90%;
    height: 229px;
  }
}
.about-content .point {
  padding-bottom: 100px;
}
.about-content,
.finance-content,
.contact-form {
  background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url("https://s.nawebe.sk/nwb/jdTGNMOaX_fss?st=AV7Hx3Ge-L9EMWwbcOWvPcZzX1wlMZdrQ7gd1k0qWQI&ts=1670246700&e=0");
  background-size: cover;
}
.content_obj_type_gallery {
  width: 100%;
  height: auto;
  background-color: #f26824;
}
.content_obj_type_gallery .content_obj_align {
  text-align: center;
  width: 880px;
  margin: 0 auto;
  display: block;
  overflow: hidden;
}
.content_obj_type_gallery .content_obj_align ul {
  width: 3000px;
  position: relative;
}
.content_obj_type_gallery .content_obj_align ul li {
  float: left;
  padding: 30px 10px;
  display: inline-block;
  position: relative;
}
.inzeraty.advertisements-top-offers {
  height: 335px;
  width: 100%;
  margin: 0 auto;
  z-index: 1;
}
.inzeraty.advertisements-top-offers .slick-slide {
  display: block;
  width: 285px !important;
  height: 260px !important;
  margin: 50px 40px;
}
.inzeraty.advertisements-top-offers .slick-slide.slick-center {
  -webkit-transform: scale(1.35);
  -moz-transform: scale(1.35);
  transform: scale(1.35);
  transition: all 200ms ease-in-out;
}
.inzeraty.advertisements-top-offers .slick-slide .advertisement-name {
  margin-left: 10px;
  width: 50%;
  float: left;
  display: inline-block;
}
.inzeraty.advertisements-top-offers .slick-slide .advertisement-price {
  border-top: none;
  border-left: 1px solid #f26824;
  width: 40%;
  bottom: 6px;
  left: 162px;
  line-height: 38px;
}
.inzeraty.advertisements-top-offers .slick-slide img {
  width: 100%;
  height: auto;
}
