body {
  padding-top: 59px;
  background-color: #fff;
  font-family: Roboto, sans-serif;
  color: #d7d9de;
  font-size: 14px;
  line-height: 20px;
}


h1 { 
  margin: 10px 0px;
  font-family: 'Roboto Condensed', sans-serif;
  color: #f2f4f7;
  font-size: 38px;
  line-height: 44px;
  font-weight: 400;
  text-transform: uppercase;
}

h2 {
  margin-top: 0px;
  margin-bottom: 12px;
  font-family: Roboto, sans-serif;
  color: #000;
  font-size: 44px;
  line-height: 50px;
  font-weight: 400;
  text-align: center;
  text-transform: none;
}

h3 {
  margin: 10px 0px;.bold-text-2
  font-family: 'Roboto Condensed', sans-serif;
  color: #f58123;
  font-size: 25px;
  line-height: 30px;
  font-weight: 400;
  text-align: center;
  text-transform: uppercase;
}

h4 {
  max-width: 500px;
  margin: 0px 0px 10px;
  font-family: 'Roboto Condensed', sans-serif;
  color: #000;
  font-size: 24px;
  line-height: 32px;
  font-weight: 400;
  text-align: center;
  text-transform: none;
}

h5 {
  display: inline-block;
  margin: 10px 0px;
  font-family: Roboto, sans-serif;
  font-size: 18px;
  line-height: 20px;
  font-weight: 400;
  text-transform: uppercase;
}

h6 {
  margin: 10px 0px;
  font-size: 12px;
  line-height: 18px;
  font-weight: 700;
}

p {
  margin-top: 0px;
  margin-bottom: 15px;
  font-family: 'Open Sans', sans-serif;
  color: #000;
  font-size: 18px;
  line-height: 22px;
  font-weight: 400;
}

.nav-link {
  position: relative;
  display: block;
  padding: 20px;
  float: left;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  -webkit-transition: background-color 200ms ease;
  transition: background-color 200ms ease;
  color: #5f6266;
  font-size: 18px;
  letter-spacing: 0px;
  text-decoration: none;
  text-transform: none;
}

.nav-link:hover {
  background-color: #f58123;
  color: #000;
}

.nav-link.w--current {
  background-color: #f58123;
  color: #fff;
}

.body {
  padding-top: 0px;
  background-color: #fff;
}

.header-logo {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 30%;
  height: auto;
  max-height: 120px;
  padding: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.header-up {
  position: relative;
  z-index: 1000;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  background-color: #000;
}

.header-contact-phone {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 80px;
  max-width: none;
  padding-right: 10px;
  padding-left: 10px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.header-work-time-and-faq {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 60px;
  padding-left: 59px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  border: 1px none #000;
  border-radius: 0px 0px 0px 200px;
  background-color: #2c2c2d;
}

.image {
  display: inline-block;
  width: auto;
  height: auto;
  max-height: 130px;
  max-width: none;
  -o-object-fit: fill;
  object-fit: fill;
}

.header-contact-info {
  width: 70%;
  height: auto;
}

.text-block {
  width: auto;
  height: auto;
  min-width: 250px;
  padding-left: 0px;
  font-size: 16px;
  text-align: center;
}

.text-span {
  color: #f58123;
}

.work-time {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  min-width: auto;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
}

.servis-faq-right {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  padding: 20px 20px 20px 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  border: 0px none #000;
  border-radius: 0px;
  background-color: #f58123;
}

.text-block-2 {
  font-family: 'Open Sans', sans-serif;
  color: #1d1f21;
  font-size: 18px;
  line-height: 22px;
}

.text-span-2 {
  font-size: 26px;
}

.text-block-4 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  font-size: 24px;
  font-weight: 400;
}

.service-faq {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  cursor: pointer;
}

.service-faq-left {
  width: 60px;
  height: 100%;
  border-bottom-left-radius: 200px;
  background-color: #f58123;
  -webkit-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  transform: translate(0px, 0px);
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
  background-clip: border-box;
  -webkit-text-fill-color: inherit;
}

.slider-section {
  position: relative;
  z-index: 0;
  width: 100%;
  height: 800px;
  max-width: none;
  margin-top: -210px;
  margin-right: auto;
  margin-left: auto;
}

.slider {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 0;
  height: 100%;
  margin-top: 0px;
  padding-top: 0px;
}

.slide-1 {
  /* background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.4)), to(rgba(0, 0, 0, 0.4))), url('../images/a-plus-servis-slider-1-small-min.jpg'); */
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.4)), to(rgba(0, 0, 0, 0.4))), url('../images/Servis-vozil-1.jpg');
  /* background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)), url('../images/a-plus-servis-slider-1-small-min.jpg'); */ 
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)), url('../images/Servis-vozil-1.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

.slide-2 {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.4)), to(rgba(0, 0, 0, 0.4))), url('../images/Servis-vozil-3.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)), url('../images/Servis-vozil-3.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

.banner-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 160px;
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
  padding-left: 30px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.banner-section {
  position: relative;
  z-index: 100;
  max-height: none;
  margin-bottom: 0px;
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #000;
}

.banner-left {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.banner-key {
  width: 55%;
}

.banner-phone {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 45%;
  padding-right: 10px;
  padding-left: 10px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.slide-nav {
  display: none;
}

.banner-text-1 {
  font-size: 34px;
  line-height: 34px;
}

.banner-text-2 {
  color: #f58123;
  font-size: 44px;
  line-height: 44px;
}

.text-block-6 {
  font-size: 16px;
  text-align: center;
  padding-left:40px;
}

.nase-storitve {
  padding: 0px;
}

.nase-storitve-wrap {
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 50px;
  padding-bottom: 50px;
}

.heading {
  color: #000;
  line-height: 44px;
  text-align: center;
  text-transform: none;
}

.heading._2 {
  color: #fff;
}

.text-span-3 {
  color: #f58123;
}

.nase-storitve-title {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0px;
  margin-bottom: 75px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.nase-storitve-lasnosti {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 0px;
  padding-bottom: 0px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.nase-storitve-box {
  width: 33%;
  padding: 10px;
}

.service-description {
  color: #fff;
  font-size: 18px;
  line-height: 24px;
  font-weight: 300;
  text-align: center;
}

.storitve-detalji {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 300px;
  padding: 20px 20px 30px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  background-color: #4d4d4d;
}

.slider-first-title {
  position: relative;
  left: 0%;
  top: 0px;
  right: 0%;
  bottom: 0%;
  z-index: 2000;
  margin-top: 0px;
  margin-bottom: 0px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  font-family: Roboto, sans-serif;
  color: #fff;
  font-size: 36px;
  line-height: 44px;
  font-weight: 500;
  text-align: center;
  text-transform: uppercase;
  mix-blend-mode: normal;
}

.slider-title-section {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 180px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.slider-second-title {
  position: relative;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 2000;
  max-width: 760px;
  margin-top: 20px;
  margin-bottom: 20px;
  font-family: Roboto, sans-serif;
  color: #f58123;
  font-size: 70px;
  line-height: 100px;
  font-weight: 500;
  text-align: center;
  text-transform: uppercase;
}

.slider-subtitle {
  max-width: 500px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  color: #fff;
  font-size: 24px;
  line-height: 30px;
  text-align: center;
  text-transform: lowercase;
}

.storitve-image {
  width: 100%;
  height: 250px;
  background-image: url('../images/a-plus-servis-priprava-za-tehnicki-pregled.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.storitve-image._1 {
  background-image: url('../images/a-plus-servis-priprava-za-tehnicki-pregled.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.storitve-image._2 {
  background-image: url('../images/a-plus-servis-vzdrzevanje-in-servis-zavor.jpg');
}

.storitve-image._3 {
  background-image: url('../images/a-plus-servis-popravila-alu-platisc.jpg');
}

.storitve-image._4 {
  background-image: url('../images/a-plus-servis-redni-servis-in-preventivno-vzdrzevanje.jpg');
}

.storitve-image._5 {
  background-image: url('../images/a-plus-servis-poljnenje-avto-klime.jpg');
}

.storitve-image._6 {
  background-image: url('../images/licarske_stortive_cb_jma4.jpg');
}

.slide-3 {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5))), url('../images/a-plus-servis-slider-3-small-min.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../images/a-plus-servis-slider-3-small-min.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

.najboljse-resitve {
  padding-top: 0px;
  padding-bottom: 0px;
}

.najboljse-resitve-wrap {
  max-width: 1200px;
  margin-top: 0px;
  margin-right: auto;
  margin-left: auto;
  padding: 50px 10px 50px;
}

.text-span-4 {
  color: #f58123;
}

.list-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  min-width: auto;
  padding-right: 10px;
  padding-left: 10px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.list-checkmark {
  width: 30px;
  max-width: none;
  margin-right: 10px;
}

.list-text-item {
  color: #000;
  font-size: 18px;
  line-height: 24px;
}

.list {
  display: -ms-grid;
  display: grid;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.znamke-visoke-kvalitete {
  padding-top: 0px;
  padding-bottom: 0px;
  background-image: url('../images/cesta-je-vasa-background-small-min.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.znamke-visoke-kvalitete-wrap {
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
  padding: 50px 10px;
}

.text-span-5 {
  color: #f58123;
}

.text-span-6 {
  color: #fff;
}

.znamke-pnevmatik {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 150px;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.tyres {
  width: 33.33%;
  padding: 10px;
}

.hotel-za-pnevmatik-text {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 50px;
}

.text-block {
  width: 50%;
  padding-right: 0px;
  padding-left: 0px;
}

.text-block._1 {
  padding-right: 25px;
}

.text-block._2 {
  padding-left: 25px;
}

.paragraph {
  color: #000000; 
  text-align: justify;
}

.pnevmatike-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.pnevmatike._1 {
  width: 33.33%;
  min-height: 300px;
  margin: 10px;
  background-image: url('../images/a-plus-servis-pnevmatike-hotel-1-min.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.pnevmatike._2 {
  width: 33.33%;
  min-height: 300px;
  margin: 10px;
  background-image: url('../images/a-plus-servis-pnevmatike-hotel-2-min.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.pnevmatike._3 {
  width: 33.33%;
  min-height: 300px;
  margin: 10px;
  background-image: url('../images/a-plus-servis-pnevmatike-hotel-3-min.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.zakaj-nam-zaupati {
  padding-top: 0px;
  padding-bottom: 0px;
}

.zakaj-nam-zaupati-wrap {
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
  padding: 15px 10px;
  /* Sprememba: padding: 150px 10px; */
  border: 0px none #a5a7ad;
}

.text-span-7 {
  color: #f58123;
}

.zaupati-boxes {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 33.33%;
  padding: 10px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.zaupati-boxes_logo {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 20%; /* 25 je minumum pomojem */
  padding: 10px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.zaupati-box {
  position: relative;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: 100;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 33.33%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.icon-circle {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 120px;
  height: 120px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  border-style: solid;
  border-width: 5px;
  border-color: #fff;
  border-radius: 50%;
  background-color: #f58123;
}

.zaupati-inside-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  min-height: 320px;
  margin-top: -60px;
  padding: 120px 20px 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(95, 98, 102, 0.49);
}

.zaupati-inside-box_logo {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
 /* min-height: 320px;   odstranim... */ 
  margin-top: -60px;
 /* padding: 50px 20px 0px; */  /* Dodano ! */
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;

}

.zaupati-box-title {
  margin-bottom: 20px;
  color: #000;
  font-size: 30px;
  line-height: 30px;
  text-align: center;
}

.paragraph-2 {
  max-width: 290px;
  text-align: center;
}

.div-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}


.div-block2 {  /* dodano.... */
    display: -webkit-box;
}

.image-5 {
  width: 80%;
  height: 80%;
}

.image-6 {
  width: 70%;
  height: 70%;
  margin-right: 14px;
  padding-left: 0px;
}

.kako-delujemo {
  background-image: url('../images/a-plus-servis-back-2-min.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.kako-delujemo-wrap {
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
  padding: 50px 10px;
  background-clip: border-box;
  -webkit-text-fill-color: inherit;
}

.navbar-3 {
  position: -webkit-sticky;
  position: sticky;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0px;
  z-index: 10000;
  overflow: visible;
  max-width: 1200px;
  margin-right: auto;
  margin-bottom: 0px;
  margin-left: auto;
  background-color: transparent;
}

.container-2 {
  position: -webkit-sticky;
  position: sticky;
  z-index: 100;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 1200px;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), color-stop(73%, #fff), to(#d7d9de));
  background-image: linear-gradient(180deg, #fff, #fff 73%, #d7d9de);
}

.nav-menu-3 {
  position: static;
  z-index: 100;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 1200px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.banner-right {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.phone-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 15px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: solid;
  border-width: 1px;
  border-color: #f58123;
  text-decoration: none;
}

.lottie-animation {
  overflow: visible;
  width: auto;
  height: 50px;
  padding-top: 0px;
  padding-right: 5px;
  color: #f58123;
}

.text-block-9 {
  width: 100%;
  color: #fff;
  font-size: 24px;
  line-height: 24px;
  font-weight: 400;
  text-align: center;
}

.bold-text-2 {
  color: #fff;
  white-space: nowrap;
  line-height: 20px;
  font-size:20px;
}

.link-block {
  color: #f58123;
  text-decoration: none;
}

.bold-text-3 {
  font-size: 20px;
}

.bold-text-4 {
  white-space: nowrap;
  color:#f58123;
}

.text-span-8 {
  color: #f58123;
}

.heading-8 {
  color: #f58123;
}

.kako-delujemo-koraki {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.kako-delujemo-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 25%;
  padding: 0px 15px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.kako-delujemo-image {
  width: 100%;
  height: 250px;
}

.kako-delujemo-image._1 {
  width: 100%;
  height: 250px;
  background-image: url('../images/a-plus-servis-kako-delujemo-1-min.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.kako-delujemo-image._2 {
  background-image: url('../images/a-plus-servis-kako-delujemo-2-min.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.kako-delujemo-image._3 {
  background-image: url('../images/a-plus-servis-kako-delujemo-3-min.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.kako-delujemo-image._4 {
  background-image: url('../images/a-plus-servis-kako-delujemo-4-min.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.kako-delujemo-title {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0px;
  margin-bottom: 15px;
  margin-left: 0px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.kako-delujemo-title._2 {
  margin-top: 15px;
  margin-bottom: 0px;
}

.kako-delujemo-number {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 40px;
  height: 40px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #f58123;
}

.heading-9 {
  margin-top: 15px;
  margin-bottom: 15px;
  margin-left: 15px;
}

.text-block-10 {
  color: #000;
  font-size: 30px;
  line-height: 30px;
  font-weight: 400;
  text-align: center;
}

.slider-kako-delujemo {
  display: none;
}

.o-nas-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
  padding: 50px 10px 75px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.o-nas-title {
  margin-bottom: 75px;
}

.o-nas-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.image-8 {
  overflow: visible;
  width: 100%;
  height: auto;
  max-width: none;
  padding-right: 0px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.o-nas-description {
  width: 100%;
  padding-left: 15px;
}

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

.heading-10._1 {
  font-size: 40px;
  line-height: 46px;
}

.list-2 {
  margin-top: 20px;
  margin-bottom: 20px;
  color: #000;
  font-size: 18px;
  line-height: 25px;
}

.list-item-2 {
  line-height: 32px;
}



.nekaj-statistik-o-nas-wrapp {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
  padding: 50px 10px 50px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.nekaj-statistik-title {
  margin-bottom: 75px;
  text-align: center;
}

.nekaj-statistik-statistik {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
 /*  width: 100%; */ 
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.stratistik-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
/* width: 25%; */
  margin-bottom: 20px;
  padding-right: 15px;
  padding-left: 15px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.statistik-number {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.statistik-line {
  width: 100%;
  height: 1px;
  margin-top: 15px;
  margin-bottom: 15px;
  background-color: #a5a7ad;
}

.statistik-num {
  padding-right: 10px;
  padding-left: 10px;
  color: #000;
  font-size: 44px;
  font-weight: 500;
}

.image-9 {
  width: 45px;
  height: auto;
  max-width: none;
}

.text-block-11 {
  color: #000;
  font-size: 18px;
}

.mnenja {
  background-color: #2c2c2d;
}

.mnenja-wrapp {
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
  padding: 50px 10px;
}

.text-span-9 {
  color: #f58123;
}

.slider-menja {
  height: auto;
  min-height: 300px;
  background-color: transparent;
  color: transparent;
}

.heading-13 {
  color: #000;
}

.testimonial-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  min-height: 300px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 30px;
  padding-left: 30px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.stars {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0px;
  margin-bottom: 0px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.image-10 {
  width: 25px;
  height: 25px;
  margin-right: 5px;
  margin-left: 5px;
  padding-top: 0px;
  padding-bottom: 0px;
}

.testimonial-text {
  max-width: 800px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.mnenja-text {
  margin-bottom: 20px;
  color: #fff;
  font-size: 20px;
  line-height: 26px;
  text-align: center;
}

.mnenja-text._6 {
  max-width: 500px;
}

.mnenja-text._4 {
  max-width: 400px;
}

.mnenja-text._3 {
  max-width: 600px;
}

.mnenja-text._2 {
  max-width: 600px;
}

.testimonial-customer {
  color: #fff;
  font-size: 22px;
  font-style: italic;
  font-weight: 500;
  text-align: center;
}

.right-arrow-2 {
  display: block;
}

.left-arrow-3 {
  display: block;
}

.slide-5 {
  height: auto;
  min-height: auto;
}

.slide-6 {
  min-height: auto;
}

.slide-7 {
  min-height: auto;
}

.slide-8 {
  min-height: auto;
}

.slide-9 {
  min-height: auto;
}

.slide-10 {
  min-height: auto;
}

.section-wrapp {
  max-width: 1200px;
  margin: 150px auto;
  padding-right: 10px;
  padding-left: 10px;
}

.obiscite-nas-wrapp {
  max-width: 1200px;
  margin: 0px auto;
  padding: 50px 10px;
}

.text-span-10 {
  color: #fff;
}

.obiscite-nas-column {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.obiscite-nas-left {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 40%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.text-block-12 {
  margin-top: 20px;
  margin-bottom: 20px;
  color: black;
  font-size: 25px;
  line-height: 42px;

}

.text-block-12a {
  margin-top: 20px;
  margin-bottom: 20px;
  color: black;
  font-size: 25px;
  line-height: 42px;

}

.text-block-12hl {
  margin-top: 5px;
  margin-bottom: 5px;
  color: blue;
  font-size: 25px;
  line-height: 42px;
  text-decoration: underline;

}

.image-11 {
  width: 20px;
  height: 20px;
  margin-right: 10px;
  margin-left: 10px;
  padding-right: 0px;
  padding-left: 0px;
}

.google-location-adress {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 20px;
  margin-bottom: 20px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #f58123;
}

.google-location {
  margin-bottom: 0px;
  color: #000;
  font-size: 20px;
  line-height: 26px;
}

.text-span-11 {
  color: #f58123;
  text-decoration: none;
}

.link {
  color: blue;
  text-decoration: none;
}

.link-2 {
  color: blue;
  text-decoration: none;
}

.working-time {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.obiscite-nas-right {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 60%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

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

.footer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 60px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #000;
}

.footer-wrapp {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 10px;
  padding-left: 10px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.text-block-14 {
  line-height: 24px;
  text-align: center;
}

.popup {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 999999999;
  display: none;
  overflow: scroll;
  width: 100vw;
  height: 100vh;
  padding: 30px;
  background-color: rgba(0, 0, 0, 0.7);
  cursor: default;
}

.faq {
  position: relative;
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
  padding: 10px 10px 100px;
  background-color: #fff;
}

.faq-answer {
  margin-bottom: 0px;
  font-family: 'Open Sans', sans-serif;
}

.faq-container {
  max-width: 1100px;
  min-width: 800px;
  margin-bottom: 0px;
  background-color: transparent;
}

.faq-body {
  position: relative;
  display: block;
  width: 100%;
  padding-top: 10px;
  padding-bottom: 10px;
  background-color: transparent;
  color: transparent;
}

.faq-body.w--open {
  background-color: transparent;
}

.marker {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: 0;
  width: 100%;
  margin-top: 100px;
}

.faq-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding: 30px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.toggle-text {
  position: relative;
  left: 10px;
  z-index: 2;
  color: #000;
  font-size: 22px;
  line-height: 28px;
  font-weight: 500;
}

.faq-body-cont {
  padding: 0px 30px;
  border-top: 1px none #000;
  font-size: 16px;
  line-height: 32px;
  font-weight: 300;
}

.faq-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 50px;
  padding: 0px 20px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  white-space: break-spaces;
}

.faq-2.w--open {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.faq-icon {
  position: relative;
  left: 0px;
  top: 0%;
  right: auto;
  bottom: 0%;
  z-index: 2;
  width: 24px;
  margin-right: 0px;
  margin-left: 0px;
  padding-right: 0px;
  padding-left: 0px;
  background-color: #f58123;
  color: #000;
}

.title {
  color: #000;
  text-align: center;
  text-transform: none;
}

.faq-p {
  overflow: hidden;
  width: 100%;
  margin-bottom: 0px;
  padding-left: 0px;
  border-radius: 4px;
  background-color: transparent;
}

.title-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 40px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.text-span-13 {
  color: #f58123;
}

.popup-close {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-left: 0px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.image-12 {
  width: 50px;
  height: 50px;
  margin-left: 0px;
  cursor: pointer;
}

@media screen and (max-width: 991px) {
  h3 {
    line-height: 36px;
  }

  .nav-link {
    max-width: 100%;
    padding-right: 25px;
    padding-left: 25px;
    float: none;
    box-shadow: inset 0 1px 0 0 hsla(0, 0%, 100%, 0.2);
  }

  .nav-link:hover {
    background-color: #f58123;
    color: #000;
  }

  .nav-link.w--current {
    background-color: #f58123;
  }

  .header-logo {
    width: 30%;
    padding: 10px;
  }

  .header-up {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .header-work-time-and-faq {
    padding-left: 60px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .image {
    width: auto;
  }

  .header-contact-info {
    width: 70%;
  }

  .work-time {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .text-block-2 {
    font-size: 18px;
    text-align: center;
  }

  .slider-section {
    height: 500px;
    margin-top: 0px;
  }

  .banner-wrap {
    height: auto;
    padding: 30px 20px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .banner-section {
    margin-bottom: 0px;
  }

  .banner-left {
    width: 70%;
  }

  .banner-key {
    display: none;
    width: 0%;
  }

  .banner-phone {
    width: 100%;
  }

  .nase-storitve {
    padding: 0px;
  }

  .nase-storitve-wrap {
    padding: 100px 10px;
  }

  .nase-storitve-box {
    width: 50%;
  }

  .storitve-detalji {
    height: 300px;
  }

  .slider-first-title {
    font-size: 30px;
  }

  .slider-title-section {
    padding-top: 120px;
  }

  .slider-second-title {
    max-width: 600px;
    font-size: 50px;
    line-height: 70px;
  }

  .najboljse-resitve {
    padding: 0px;
  }

  .najboljse-resitve-wrap {
    padding: 0px 0px;
  }

  .list-text-item {
    font-size: 18px;
    line-height: 24px;
  }

  .list {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }

  .znamke-visoke-kvalitete {
    padding: 0px;
  }

  .znamke-visoke-kvalitete-wrap {
    padding: 500px 10px;
  }

  .tyres {
    width: 50%;
  }

  .pnevmatike-block {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-top: 50px;
    padding-bottom: 50px;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .pnevmatike._1 {
    width: 33.33%;
    min-height: 300px;
    margin: 10px;
    padding-right: 0px;
    padding-bottom: 0px;
    background-image: url('../images/a-plus-servis-pnevmatike-hotel-1-min.jpg');
    background-position: 50% 50%;
    background-size: cover;
  }

  .pnevmatike._2 {
    width: 33.33%;
    height: 300px;
    background-image: url('../images/a-plus-servis-pnevmatike-hotel-2-min.jpg');
    background-position: 50% 50%;
    background-size: cover;
  }

  .pnevmatike._3 {
    width: 33.33%;
    min-height: 300px;
    margin: 10px;
    padding-right: 0px;
    padding-bottom: 0px;
    background-image: url('../images/a-plus-servis-pnevmatike-hotel-3-min.jpg');
    background-position: 50% 50%;
    background-size: cover;
  }

  .zakaj-nam-zaupati-wrap {
    padding-top: 100px;
    padding-bottom: 50px;
  }

  .kako-delujemo-wrap {
    padding-top: 100px;
    padding-bottom: 50px;
  }

  .container-2 {
    display: block;
  }

  .nav-menu-3 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    background-color: #fff;
  }

  .menu-button-3 {
    padding: 5px;
  }

  .menu-button-3:hover {
    background-color: #f58123;
  }

  .menu-button-3.w--open {
    background-color: #f58123;
    color: #fff;
  }

  .menu-button-3.w--open:hover {
    text-align: right;
  }

  .icon {
    width: auto;
    color: #000;
    font-size: 50px;
  }

  .icon:hover {
    color: #000;
  }

  .banner-right {
    width: 30%;
  }

  .phone-link {
    text-decoration: none;
  }

  .lottie-animation {
    padding-right: 0px;
  }

  .text-block-9 {
    width: 100%;
    font-size: 20px;
  }

  .bold-text-4 {
    font-size: 24px;
  }

  .kako-delujemo-koraki {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .kako-delujemo-box {
    width: 50%;
    padding-right: 10px;
    padding-bottom: 20px;
    padding-left: 10px;
  }

  .o-nas-wrap {
    padding-top: 100px;
    padding-bottom: 50px;
  }

  .o-nas-content {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .o-nas-description {
    width: 100%;
    margin-top: 0px;
    padding-left: 0px;
  }


  .paragraph-3 {
    font-size: 16px;
  }

  .nekaj-statistik-o-nas-wrapp {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .nekaj-statistik-title {
    margin-bottom: 50px;
  }

  .nekaj-statistik-statistik {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

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

  .mnenja-wrapp {
    padding-top: 100px;
    padding-bottom: 50px;
  }

  .slider-menja {
    min-height: 320px;
  }

  .testimonial-text {
    max-width: 600px;
  }

  .slide-5 {
    min-height: auto;
  }

  .slide-6 {
    min-height: auto;
  }

  .slide-7 {
    min-height: auto;
  }

  .slide-8 {
    min-height: auto;
  }

  .slide-9 {
    min-height: auto;
  }

  .slide-10 {
    min-height: auto;
  }

  .obiscite-nas-wrapp {
    padding-top: 50px;
    padding-bottom: 20px;
  }

  .obiscite-nas-left {
    width: 50%;
  }

  .obiscite-nas-right {
    width: 50%;
  }

  .text-block-14 {
    max-width: 600px;
  }

  .popup {
    display: none;
    padding: 10px;
  }

  .faq-container {
    width: 100%;
    min-width: 0px;
  }

  .faq-wrap {
    padding: 10px;
  }
}

@media screen and (max-width: 767px) {
  body {
    padding-top: 0px;
  }

  h3 {
    line-height: 36px;
  }

  .header-logo {
    width: 40%;
    padding-top: 0px;
    padding-bottom: 0px;
    padding-left: 10px;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }

  .header-up {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .header-work-time-and-faq {
    height: 120px;
    padding-left: 10px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    border-left-width: 0px;
    border-bottom-left-radius: 0px;
    background-color: transparent;
  }

  .image {
    max-width: 40vw;
  }

  .header-contact-info {
    width: 60%;
  }

  .work-time {
    height: 60px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    -ms-grid-row-align: stretch;
    align-self: stretch;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
    background-color: #2c2c2d;
  }

  .servis-faq-right {
    padding-top: 10px;
    padding-right: 0px;
    padding-bottom: 10px;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    text-align: center;
  }

  .text-span-2 {
    font-size: 24px;
  }

  .text-block-4 {
    font-size: 22px;
  }

  .service-faq {
    height: 60px;
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    -ms-grid-row-align: stretch;
    align-self: stretch;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .service-faq-left {
    width: 60px;
  }

  .slider-section {
    height: 500px;
    margin-top: 0px;
  }

  .banner-wrap {
    height: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .banner-section {
    height: auto;
    max-height: 300px;
  }

  .banner-left {
    width: 100%;
    margin-bottom: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .banner-key {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    overflow: visible;
    width: 50%;
    height: auto;
    max-height: 150px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .banner-phone {
    width: 50%;
  }

  .banner-text-1 {
    line-height: 45px;
    text-align: center;
  }

  .banner-text-2 {
    line-height: 60px;
    text-align: center;
  }

  .text-block-6 {
    line-height: 22px;
    padding-left: 10px;
  }

  .nase-storitve-box {
    width: 100%;
  }

  .storitve-detalji {
    height: auto;
  }

  .slider-first-title {
    max-width: 400px;
    font-size: 28px;
    line-height: 36px;
  }

  .slider-title-section {
    padding-top: 80px;
  }

  .slider-second-title {
    max-width: 400px;
    font-size: 38px;
    line-height: 50px;
  }

  .slider-subtitle {
    max-width: 400px;
    font-size: 20px;
    line-height: 26px;
  }

  .list-text-item {
    line-height: 24px;
  }

  .list {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }

  .tyres {
    width: 50%;
  }

  .text-block._1 {
    padding-right: 15px;
  }

  .text-block._2 {
    padding-left: 15px;
  }

  .paragraph {
    margin-bottom: 0px;
  }

  .pnevmatike-block {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .pnevmatike._1 {
    width: 100%;
  }

  .pnevmatike._2 {
    width: 100%;
    height: auto;
  }

  .pnevmatike._3 {
    width: 100%;
  }

  .zaupati-boxes {
    width: 100%;
  }

  .div-block {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .banner-right {
    overflow: hidden;
    width: 100%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .phone-link {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-decoration: none;
  }

  .text-block-9 {
    width: 100%;
  }

  .div-block-3 {
    max-width: 400px;
    padding-left: 10px;
  }

  .icon-2 {
    margin-right: 10px;
    margin-left: 10px;
  }

  .icon-3 {
    margin-right: 10px;
  }

  .image-7 {
    max-height: 150px;
    max-width: none;
  }

  .bold-text-4 {
    font-size: 24px;
  }

  .nekaj-statistik-statistik {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .stratistik-box {
    width: 50%;
    margin-bottom: 50px;
  }

  .slider-menja {
    height: auto;
    min-height: 340px;
  }

  .testimonial-content {
    height: auto;
    min-height: 340px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .testimonial-text {
    max-width: 400px;
  }

  .mnenja-text {
    font-size: 18px;
    line-height: 26px;
  }

  .slide-5 {
    overflow: visible;
    min-height: auto;
  }

  .slide-6 {
    min-height: auto;
  }

  .obiscite-nas-column {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .obiscite-nas-left {
    width: 100%;
  }

  .obiscite-nas-right {
    width: 100%;
    margin-top: 50px;
  }

  .text-block-14 {
    max-width: 400px;
  }

  .faq-answer {
    font-size: 17px;
  }

  .faq-wrap {
    padding: 0%;
  }

  .toggle-text {
    font-size: 20px;
  }
}

@media screen and (max-width: 479px) {
  h2 {
    font-size: 28px;
    line-height: 34px;
    font-weight: 500;
  }

  h3 {
    font-size: 24px;
    line-height: 30px;
  }

  h4 {
    font-size: 18px;
  }

  .nav-link:focus {
    background-color: #f58123;
  }

  .nav-link:visited {
    background-color: #f58123;
  }

  .header-logo {
    width: 100%;
    padding: 20px;
  }

  .header-up {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .header-contact-phone {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 120px;
  }

  .header-work-time-and-faq {
    padding-left: 0px;
  }

  .image {
    max-width: 70vw;
  }

  .header-contact-info {
    width: 100%;
  }

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

  .servis-faq-right {
    border-style: none;
    border-radius: 0px;
  }

  .service-faq {
    border: 0px none #000;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
  }

  .service-faq-left {
    display: none;
  }

  .slider-section {
    height: 500px;
    margin-top: 0px;
  }

  .banner-wrap {
    padding-top: 40px;
    padding-bottom: 40px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .banner-section {
    height: auto;
    max-height: 360px;
  }

  .banner-left {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .banner-key {
    display: none;
  }

  .banner-phone {
    width: auto;
    max-width: 280px;
    margin-right: 0px;
    margin-left: 0px;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .banner-text-1 {
    font-size: 20px;
    line-height: 26px;
    text-align: center;
  }

  .banner-text-2 {
    font-size: 28px;
    line-height: 38px;
    text-align: center;
  }

  .text-block-6 {
    line-height: 22px;
    padding-left: 10px;
  }

  .nase-storitve-wrap {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .heading {
    font-size: 28px;
    line-height: 38px;
  }

  .heading._2 {
    line-height: 34px;
  }

  .nase-storitve-title {
    margin-bottom: 50px;
  }

  .nase-storitve-lasnosti {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .nase-storitve-box {
    width: 100%;
    margin-bottom: 20px;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .service-description {
    font-size: 16px;
    text-align: center;
  }

  .storitve-detalji {
    height: auto;
    padding: 20px 20px 30px;
  }

  .slider-first-title {
    max-width: 240px;
    margin-bottom: 0px;
    padding-bottom: 0px;
    font-size: 20px;
    line-height: 30px;
  }

  .slider-title-section {
    padding-top: 60px;
  }

  .slider-second-title {
    max-width: 240px;
    margin-top: 40px;
    margin-bottom: 40px;
    padding-top: 0px;
    font-size: 28px;
    line-height: 40px;
    text-align: center;
  }

  .slider-subtitle {
    max-width: 240px;
    font-size: 16px;
    line-height: 24px;
  }

  .najboljse-resitve-wrap {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .list-checkmark {
    width: 24px;
  }

  .list-text-item {
    font-size: 16px;
    line-height: 24px;
  }

  .list {
    grid-auto-flow: row;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .znamke-pnevmatik {
    margin-bottom: 50px;
  }

  .tyres {
    width: 100%;
  }

  .hotel-za-pnevmatik-text {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .text-block._1 {
    width: 100%;
    padding-right: 0px;
  }

  .text-block._2 {
    width: 100%;
    padding-left: 0px;
  }

  .paragraph {
    font-size: 16px;
  }

  .pnevmatike-block {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .pnevmatike._1 {
    width: 100%;
  }

  .pnevmatike._2 {
    width: 100%;
  }

  .pnevmatike._3 {
    width: 100%;
  }

  .zakaj-nam-zaupati-wrap {
    padding-top: 100px;
    padding-bottom: 50px;
  }

  .zaupati-box-title {
    font-size: 26px;
  }

  .paragraph-2 {
    font-size: 16px;
  }

  .kako-delujemo-wrap {
    padding: 100px 0px;
  }

  .banner-right {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .phone-link {
    padding: 10px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    text-decoration: none;
  }

  .lottie-animation {
    height: auto;
    max-height: 50px;
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    -ms-grid-row-align: stretch;
    align-self: stretch;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .text-block-9 {
    width: 100%;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    text-decoration: none;
  }

  .left-arrow {
    display: block;
    padding-left: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    line-height: 20px;
  }

  .icon-2 {
    margin-right: 10px;
    margin-left: 0px;
  }

  .icon-3 {
    margin-right: 0px;
    margin-left: 40px;
  }

  .right-arrow {
    display: block;
    margin-right: 0px;
    margin-left: 0px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .bold-text-4 {
    font-size: 24px;
  }

  .kako-delujemo-koraki {
    display: none;
  }

  .kako-delujemo-box {
    width: 100%;
  }

  .kako-delujemo-title.sl {
    margin-top: 15px;
  }

  .kako-delujemo-number {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .text-block-10 {
    padding-top: 0px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .slider-kako-delujemo {
    display: block;
    overflow: visible;
    height: auto;
    background-color: transparent;
  }

  .slide-nav-2 {
    display: block;
    margin-top: 0px;
    padding-top: 30px;
  }

  .icon-4 {
    margin-left: 0px;
  }

  .icon-5 {
    margin-left: 40px;
  }

  .slide-delujemo {
    height: auto;
  }

  .left-arrow-2 {
    height: auto;
  }

  .mask {
    height: auto;
  }

  .o-nas-wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-right: 10px;
    padding-bottom: 50px;
    padding-left: 10px;
  }

  .o-nas-title {
    margin-bottom: 50px;
  }

  .heading-10._1 {
    font-size: 26px;
    line-height: 32px;
  }

  .heading-11 {
    max-width: 260px;
    font-size: 22px;
    line-height: 28px;
  }

  .stratistik-box {
    width: 100%;
  }

  .slider-menja {
    height: auto;
    min-height: 400px;
  }

  .testimonial-content {
    height: auto;
    max-width: 300px;
    min-height: 400px;
    margin-left: auto;
    padding-right: 40px;
    padding-left: 40px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .image-10 {
    width: 20px;
    height: 20px;
  }

  .testimonial-text {
    max-width: 370px;
  }

  .mnenja-text {
    font-size: 16px;
    line-height: 24px;
  }

  .mask-2 {
    height: auto;
  }

  .slide-5 {
    height: auto;
    min-height: auto;
  }

  .icon-6 {
    margin-left: 0px;
  }

  .icon-7 {
    margin-right: 0px;
  }

  .slide-6 {
    height: auto;
    min-height: auto;
  }

  .slide-7 {
    min-height: auto;
  }

  .slide-8 {
    min-height: auto;
  }

  .slide-9 {
    min-height: auto;
  }

  .slide-10 {
    min-height: auto;
  }

.text-block-12 {
  font-size: 28px;
  text-decoration: underline;
  color: black;
}

  .google-location {
    margin-bottom: 0px;
    font-size: 18px;
  }

  .working-time {
    margin-bottom: 10px;
  }

  .paragraph-4 {
    font-size: 16px;
  }

  .footer {
    height: auto;
    background-color: #000;
  }

  .footer-wrapp {
    height: auto;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .text-block-14 {
    font-size: 14px;
  }

  .popup {
    padding: 0px;
  }

  .faq-answer {
    font-size: 16px;
  }

  .faq-body {
    height: auto;
  }

  .faq-wrap {
    padding: 0%;
  }

  .toggle-text {
    font-size: 20px;
    line-height: 26px;
  }

  .faq-body-cont {
    padding-right: 0px;
    padding-left: 25px;
  }

  .faq-2 {
    height: 60px;
    padding-right: 0px;
    padding-left: 0px;
  }

  .title {
    font-size: 28px;
    line-height: 36px;
  }

  .faq-p {
    height: auto;
    margin-bottom: 0px;
  }
}

