/* roboto-300 - latin-ext_latin_cyrillic-ext */
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 300;
  src: local(""),
    url("../fonts/roboto-v27-latin-ext_latin_cyrillic-ext-300.woff2")
      format("woff2"),
    url("../fonts/roboto-v27-latin-ext_latin_cyrillic-ext-300.woff")
      format("woff");
}
/* roboto-regular - latin-ext_latin_cyrillic-ext */
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 400;
  src: local(""),
    url("../fonts/roboto-v27-latin-ext_latin_cyrillic-ext-regular.woff2")
      format("woff2"),
    url("../fonts/roboto-v27-latin-ext_latin_cyrillic-ext-regular.woff")
      format("woff");
}
/* roboto-700 - latin-ext_latin_cyrillic-ext */
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 700;
  src: local(""),
    url("../fonts/roboto-v27-latin-ext_latin_cyrillic-ext-700.woff2")
      format("woff2"),
    url("../fonts/roboto-v27-latin-ext_latin_cyrillic-ext-700.woff")
      format("woff");
}
.video-carousel .owl-nav{
	width: calc(100% + 16rem);
	height: max-content;
	position: absolute;
	display: flex;
	align-items: center;
	justify-content: space-between;
	top: 50%;
	left: -8rem;
	transform: translateY(-50%);
	margin-top: 0;
	z-index: -1;

}
.video-carousel .owl-nav button{
	height: 40px;
	width: 40px;
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 0 !important;
	z-index: 3;
	color: #464646 !important;
	transition: all 0.2s easy-in-out;
	cursor: pointer;
	z-index: 3;
}
.video-carousel .owl-nav button:hover{
	color: #eb0029 !important;
}
.video-carousel .owl-nav button svg{
	height: 22px;
}


.popup-pravno-lice {
  display: none !important;
}

.popup-pravno-lice.show {
  display: flex !important;
}
.korpa-pravno-lice {
  display: none !important;
  flex-direction: column;
}
.korpa-pravno-lice.show {
  display: flex !important;
}

.input-number-center {
  text-align: center;
  outline: none;
  border: none;
}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type="number"] {
  -moz-appearance: textfield;
}

p {
  color: #4b4b4b;
  font-weight: 300;
  font-size: 15px;
  margin-bottom: 10px;
}

.mb-0 {
  margin-bottom: 0 !important;
}

/* video carousel */
.video-carousel .owl-dots {
  margin-top: 6.5rem !important;
}

@media only screen and (max-width: 991px) {
  .video-carousel .owl-dots {
    display: none;
  }
	.video-carousel{
		width: calc(100% - 80px) !important;
		margin-left: 40px;
	}
	.video-carousel .owl-nav{
		width: calc(100% + 80px);
		left: -40px;
	}
}

/* live search */

.active-search-desktop {
  background: white;
  width: 100%;
  height: max-content;
  max-height: 100px;
  overflow: auto;
  display: flex;
  flex-direction: column;
}

.active-search-desktop a {
  margin: 10px;
  margin-bottom: 0;
  color: #4b4b4b;
  font-size: 14px;
  transition: 0.3s ease-in-out;
  text-decoration: none;
}
.active-search-desktop a:nth-last-child(1) {
  margin-bottom: 10px;
}

.active-search-desktop a:hover,
.active-search-desktop a:focus {
  color: #eb0029;
}

.active-search {
  background: white;
  width: 100%;
  height: max-content;
  max-height: 100px;
  overflow: auto;
  display: flex;
  flex-direction: column;
}
.active-search a {
  margin: 10px;
  margin-bottom: 0;
  color: #4b4b4b;
  font-size: 14px;
  transition: 0.3s ease-in-out;
  text-decoration: none;
}
.active-search a:nth-last-child(1) {
  margin-bottom: 10px;
}

.active-search a:hover,
.active-search a:focus {
  color: #eb0029;
}

/* custom ul */
ul {
  margin: 20px 0;
}
ul li {
  list-style: none;
  list-style-position: inside;
  /* font-weight: 700; */
  font-size: 15px;
  color: #4b4b4b;
  margin-bottom: 10px;
}
ul li svg {
  height: 15px;
  color: #eb0029;
  margin-right: 5px;
}

/* toggle btn */
.toggle-btn-container {
  padding: 30px 0 !important;
  border-top: solid 1px #e6e6e6;
  border-bottom: solid 1px #e6e6e6;
  height: max-content;
  position: relative;
}
.toggle-btn-full {
  width: 50%;
  height: max-content;
  text-align: center;
  font-size: 15px;
  font-weight: 700;
  text-transform: uppercase;
  color: #4b4b4b;
  background: transparent;
  border: none;
  outline: none;
  transition: 0.2s ease-in-out;
  cursor: pointer;
}
.toggle-btn-full:hover,
.toggle-btn-full:focus,
.toggle-btn-full.active {
  color: #eb0029;
}

.d-none {
  display: none !important;
}

/* characteristics */

.characteristic-container-content {
  width: 100%;
  height: max-content;
  display: flex;
  flex-wrap: wrap;
  position: relative;
}
.characteristic-container-content-header {
  width: 100%;
  height: 500px;
  margin-bottom: 40px;
  position: relative;
}

.characteristic-container-content-header-background {
  width: 100%;
  height: 100%;
  object-position: center;
  object-fit: cover;
}
.characteristic-container-content-header-title {
  font-size: 24px;
  color: white;
  font-weight: 700;
  position: absolute;
  width: 30%;
  top: 50%;
  right: 30px;
  transform: translateY(-50%);
}
.characteristic-container-content img {
  width: 50%;
  height: auto;
  object-fit: cover;
  object-position: center;
}

.characteristic-text {
  width: 50%;
  height: max-content;
  min-height: 500px;
  padding: 30px;
  padding-right: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.characteristic-text h2 {
  color: #eb0029;
  font-size: 24px;
  margin-bottom: 30px;
}

.characteristic-container-content:nth-child(2n) img {
  order: 2;
}

.characteristic-container-content:nth-child(2n) .characteristic-text {
  padding-right: 30px;
  padding-left: 0;
}
.toggled-container {
  border-bottom: solid 1px #e6e6e6;
  padding: 40px 0 !important;
}
.toggled-container-specifications {
  flex-direction: column;
}
.toggled-container-specifications h3 {
  color: #4b4b4b;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 700;
}
.toggled-container-specifications ul li {
  display: flex;
}
.toggled-container-specifications ul li strong {
  width: 300px;
  margin-right: 30px;
}
.prod-gallery-carousel {
  position: relative;
  width: calc(100% - 80px) !important;
  margin: 0 auto;
}
.prod-gallery-carousel .item {
  padding: 10px;
}
.prod-gallery-carousel .owl-nav {
  width: calc(100% + 80px);
  height: max-content;
  display: flex;
  justify-content: space-between;
  position: absolute;
  top: 50%;
  left: -40px;
  transform: translateY(-50%);
  pointer-events: none;
}

.prod-gallery-carousel .owl-nav button {
  height: 40px;
  width: 40px;
  border: none;
  outline: none;
  background: none;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  color: #4b4b4b;
  pointer-events: all;
}
.prod-gallery-carousel .owl-nav button:hover,
.prod-gallery-carousel .owl-nav button:focus {
  color: #eb0029;
}
.prod-gallery-carousel .owl-nav button svg {
  height: 25px;
}
@media only screen and (max-width: 1200px) {
  .characteristic-container-content-header {
    height: 400px;
  }
}
@media only screen and (max-width: 991px) {
  .characteristic-container-content img {
    width: 100%;
    height: 300px;
  }
  .characteristic-text {
    width: 100%;
    padding: 30px 0 !important;
    min-height: max-content;
  }
  .characteristic-container-content:nth-child(2n) img {
    order: initial;
  }
}

@media only screen and (max-width: 768px) {
  .toggled-container-specifications ul li strong {
    width: 50%;
    margin-right: 20px;
  }
  .characteristic-container-content-header {
    height: 300px;
  }
}
@media only screen and (max-width: 576px) {
  .characteristic-container-content-header-title {
    font-size: 22px;
    color: white;
    font-weight: 300;
    position: absolute;
    width: 90%;
    top: 50%;
    right: initial;
    left: 5%;
    transform: translateY(-50%);
  }
}
@media only screen and (max-width: 500px) {
  .characteristic-container-content img {
    /* height: 200px; */
    height: auto;
  }
}

html {
  font-size: 62.5%;
  scroll-behavior: smooth;
}
html h1 {
  font-weight: normal;
  font-size: 4.8rem;
}
html h2 {
  font-weight: normal;
  font-size: 3.6rem;
}
html h3 {
  font-weight: normal;
  font-size: 3rem;
}
html h4 {
  font-weight: normal;
  font-size: 2.2rem;
}
html p {
  font-size: 1.7rem;
}

*,
*::before,
*::after {
  font-family: "Roboto";
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  /*   outline: solid 1px red !important;*/
}

/*margins*/
.margin-t-10 {
  margin-top: 10rem;
}

.margin-t-20 {
  margin-top: 20rem;
}

.margin-t-30 {
  margin-top: 30rem;
}

.margin-t-40 {
  margin-top: 40rem;
}

.margin-t-50 {
  margin-top: 50rem;
}

.margin-t-60 {
  margin-top: 60rem;
}

.margin-t-11 {
  margin-top: 11rem;
}

.margin-t-12 {
  margin-top: 12rem;
}

.margin-t-13 {
  margin-top: 13rem;
}

.margin-t-14 {
  margin-top: 14rem;
}

.margin-t-15 {
  margin-top: 15rem;
}

.margin-t-16 {
  margin-top: 16rem;
}

.margin-b-10 {
  margin-bottom: 10rem;
}

.margin-b-20 {
  margin-bottom: 20rem;
}

.margin-b-30 {
  margin-bottom: 30rem;
}

.margin-b-40 {
  margin-bottom: 40rem;
}

.margin-b-50 {
  margin-bottom: 50rem;
}

.margin-b-60 {
  margin-bottom: 60rem;
}

.margin-tb-1 {
  margin: 1rem 0;
}

.margin-tb-2 {
  margin: 2rem 0;
}

.margin-tb-3 {
  margin: 3rem 0;
}

.margin-tb-4 {
  margin: 4rem 0;
}

.margin-tb-5 {
  margin: 5rem 0;
}

.margin-tb-6 {
  margin: 6rem 0;
}

.margin-tb-7 {
  margin: 7rem 0;
}

.margin-tb-8 {
  margin: 8rem 0;
}

.margin-tb-9 {
  margin: 9rem 0;
}

.margin-tb-10 {
  margin: 10rem 0;
}

.margin-t-1 {
  margin-top: 1rem;
}

.margin-t-2 {
  margin-top: 2rem;
}

.margin-t-3 {
  margin-top: 3rem;
}

.margin-t-4 {
  margin-top: 4rem;
}

.margin-t-5 {
  margin-top: 5rem;
}

.margin-t-6 {
  margin-top: 6rem;
}

.margin-t-7 {
  margin-top: 7rem;
}

.margin-t-8 {
  margin-top: 8rem;
}

.margin-t-9 {
  margin-top: 9rem;
}

.margin-b-1 {
  margin-bottom: 1rem;
}

.margin-b-2 {
  margin-bottom: 2rem;
}

.margin-b-3 {
  margin-bottom: 3rem;
}

.margin-b-4 {
  margin-bottom: 4rem;
}

.margin-b-5 {
  margin-bottom: 5rem;
}

.margin-b-6 {
  margin-bottom: 6rem;
}

.margin-b-7 {
  margin-bottom: 7rem;
}

.margin-b-8 {
  margin-bottom: 8rem;
}

.margin-b-9 {
  margin-bottom: 9rem;
}

.margin-l-1 {
  margin-left: 1rem;
}

.margin-l-2 {
  margin-left: 2rem;
}

.margin-l-3 {
  margin-left: 3rem;
}

.margin-l-4 {
  margin-left: 4rem;
}

.margin-l-5 {
  margin-left: 5rem;
}

.margin-l-6 {
  margin-left: 6rem;
}

.margin-l-7 {
  margin-left: 7rem;
}

.margin-l-8 {
  margin-left: 8rem;
}

.margin-l-9 {
  margin-left: 9rem;
}

.margin-r-1 {
  margin-right: 1rem;
}

.margin-r-2 {
  margin-right: 2rem;
}

.margin-r-3 {
  margin-right: 3rem;
}

.margin-r-4 {
  margin-right: 4rem;
}

.margin-r-5 {
  margin-right: 5rem;
}

.margin-r-6 {
  margin-right: 6rem;
}

.margin-r-7 {
  margin-right: 7rem;
}

.margin-r-8 {
  margin-right: 8rem;
}

.margin-r-9 {
  margin-right: 9rem;
}

.margin-b-11 {
  margin-bottom: 11rem;
}

.margin-b-12 {
  margin-bottom: 12rem;
}

.margin-b-13 {
  margin-bottom: 13rem;
}

.margin-b-14 {
  margin-bottom: 14rem;
}

.margin-b-15 {
  margin-bottom: 15rem;
}

.margin-b-16 {
  margin-bottom: 16rem;
}

.margin-b-17 {
  margin-bottom: 17rem;
}

.margin-b-18 {
  margin-bottom: 18rem;
}

.margin-b-19 {
  margin-bottom: 19rem;
}

/*margin minus*/
.margin-t-minus-1 {
  margin: -1rem 0;
}

.margin-t-minus-2 {
  margin: -2rem 0;
}

.margin-t-minus-3 {
  margin: -3rem 0;
}

.margin-t-minus-4 {
  margin: -4rem 0;
}

.margin-t-minus-5 {
  margin: -5rem 0;
}

.margin-t-minus-6 {
  margin: -6rem 0;
}

.margin-t-minus-7 {
  margin: -7rem 0;
}

.margin-t-minus-8 {
  margin: -8rem 0;
}

.margin-t-minus-9 {
  margin: -9rem 0;
}

.margin-t-minus-10 {
  margin: -10rem 0;
}

/*all margins*/
.margin-t-1-1 {
  margin-top: 1.1rem;
}

.margin-t-1-2 {
  margin-top: 1.2rem;
}

.margin-t-1-3 {
  margin-top: 1.3rem;
}

.margin-t-1-4 {
  margin-top: 1.4rem;
}

.margin-t-1-5 {
  margin-top: 1.5rem;
}

.margin-t-1-6 {
  margin-top: 1.6rem;
}

.margin-t-1-7 {
  margin-top: 1.7rem;
}

.margin-t-1-8 {
  margin-top: 1.8rem;
}

.margin-t-1-9 {
  margin-top: 1.9rem;
}

.margin-t-2-1 {
  margin-top: 2.1rem;
}

.margin-t-2-2 {
  margin-top: 2.2rem;
}

.margin-t-2-3 {
  margin-top: 2.3rem;
}

.margin-t-2-4 {
  margin-top: 2.4rem;
}

.margin-t-2-5 {
  margin-top: 2.5rem;
}

.margin-t-2-6 {
  margin-top: 2.6rem;
}

.margin-t-2-7 {
  margin-top: 2.7rem;
}

.margin-t-2-8 {
  margin-top: 2.8rem;
}

.margin-t-2-9 {
  margin-top: 2.9rem;
}

.margin-t-3-1 {
  margin-top: 3.1rem;
}

.margin-t-3-2 {
  margin-top: 3.2rem;
}

.margin-t-3-3 {
  margin-top: 3.3rem;
}

.margin-t-3-4 {
  margin-top: 3.4rem;
}

.margin-t-3-5 {
  margin-top: 3.5rem;
}

.margin-t-3-6 {
  margin-top: 3.6rem;
}

.margin-t-3-7 {
  margin-top: 3.7rem;
}

.margin-t-3-8 {
  margin-top: 3.8rem;
}

.margin-t-3-9 {
  margin-top: 3.9rem;
}

.margin-t-4-1 {
  margin-top: 4.1rem;
}

.margin-t-4-2 {
  margin-top: 4.2rem;
}

.margin-t-4-3 {
  margin-top: 4.3rem;
}

.margin-t-4-4 {
  margin-top: 4.4rem;
}

.margin-t-4-5 {
  margin-top: 4.5rem;
}

.margin-t-4-6 {
  margin-top: 4.6rem;
}

.margin-t-4-7 {
  margin-top: 4.7rem;
}

.margin-t-4-8 {
  margin-top: 4.8rem;
}

.margin-t-4-9 {
  margin-top: 4.9rem;
}

.margin-t-5-1 {
  margin-top: 5.1rem;
}

.margin-t-5-2 {
  margin-top: 5.2rem;
}

.margin-t-5-3 {
  margin-top: 5.3rem;
}

.margin-t-5-4 {
  margin-top: 5.4rem;
}

.margin-t-5-5 {
  margin-top: 5.5rem;
}

.margin-t-5-6 {
  margin-top: 5.6rem;
}

.margin-t-5-7 {
  margin-top: 5.7rem;
}

.margin-t-5-8 {
  margin-top: 5.8rem;
}

.margin-t-5-9 {
  margin-top: 5.9rem;
}

.margin-t-6-1 {
  margin-top: 6.1rem;
}

.margin-t-6-2 {
  margin-top: 6.2rem;
}

.margin-t-6-3 {
  margin-top: 6.3rem;
}

.margin-t-6-4 {
  margin-top: 6.4rem;
}

.margin-t-6-5 {
  margin-top: 6.5rem;
}

.margin-t-6-6 {
  margin-top: 6.6rem;
}

.margin-t-6-7 {
  margin-top: 6.7rem;
}

.margin-t-6-8 {
  margin-top: 6.8rem;
}

.margin-t-6-9 {
  margin-top: 6.9rem;
}

.margin-t-7-1 {
  margin-top: 7.1rem;
}

.margin-t-7-2 {
  margin-top: 7.2rem;
}

.margin-t-7-3 {
  margin-top: 7.3rem;
}

.margin-t-7-4 {
  margin-top: 7.4rem;
}

.margin-t-7-5 {
  margin-top: 7.5rem;
}

.margin-t-7-6 {
  margin-top: 7.6rem;
}

.margin-t-7-7 {
  margin-top: 7.7rem;
}

.margin-t-7-8 {
  margin-top: 7.8rem;
}

.margin-t-7-9 {
  margin-top: 7.9rem;
}

.margin-t-8-1 {
  margin-top: 8.1rem;
}

.margin-t-8-2 {
  margin-top: 8.2rem;
}

.margin-t-8-3 {
  margin-top: 8.3rem;
}

.margin-t-8-4 {
  margin-top: 8.4rem;
}

.margin-t-8-5 {
  margin-top: 8.5rem;
}

.margin-t-8-6 {
  margin-top: 8.6rem;
}

.margin-t-8-7 {
  margin-top: 8.7rem;
}

.margin-t-8-8 {
  margin-top: 8.8rem;
}

.margin-t-8-9 {
  margin-top: 8.9rem;
}

.margin-t-9-1 {
  margin-top: 9.1rem;
}

.margin-t-9-2 {
  margin-top: 9.2rem;
}

.margin-t-9-3 {
  margin-top: 9.3rem;
}

.margin-t-9-4 {
  margin-top: 9.4rem;
}

.margin-t-9-5 {
  margin-top: 9.5rem;
}

.margin-t-9-6 {
  margin-top: 9.6rem;
}

.margin-t-9-7 {
  margin-top: 9.7rem;
}

.margin-t-9-8 {
  margin-top: 9.8rem;
}

.margin-t-9-9 {
  margin-top: 9.9rem;
}

.margin-b-1-1 {
  margin-bottom: 1.1rem;
}

.margin-b-1-2 {
  margin-bottom: 1.2rem;
}

.margin-b-1-3 {
  margin-bottom: 1.3rem;
}

.margin-b-1-4 {
  margin-bottom: 1.4rem;
}

.margin-b-1-5 {
  margin-bottom: 1.5rem;
}

.margin-b-1-6 {
  margin-bottom: 1.6rem;
}

.margin-b-1-7 {
  margin-bottom: 1.7rem;
}

.margin-b-1-8 {
  margin-bottom: 1.8rem;
}

.margin-b-1-9 {
  margin-bottom: 1.9rem;
}

.margin-b-2-1 {
  margin-bottom: 2.1rem;
}

.margin-b-2-2 {
  margin-bottom: 2.2rem;
}

.margin-b-2-3 {
  margin-bottom: 2.3rem;
}

.margin-b-2-4 {
  margin-bottom: 2.4rem;
}

.margin-b-2-5 {
  margin-bottom: 2.5rem;
}

.margin-b-2-6 {
  margin-bottom: 2.6rem;
}

.margin-b-2-7 {
  margin-bottom: 2.7rem;
}

.margin-b-2-8 {
  margin-bottom: 2.8rem;
}

.margin-b-2-9 {
  margin-bottom: 2.9rem;
}

.margin-b-3-1 {
  margin-bottom: 3.1rem;
}

.margin-b-3-2 {
  margin-bottom: 3.2rem;
}

.margin-b-3-3 {
  margin-bottom: 3.3rem;
}

.margin-b-3-4 {
  margin-bottom: 3.4rem;
}

.margin-b-3-5 {
  margin-bottom: 3.5rem;
}

.margin-b-3-6 {
  margin-bottom: 3.6rem;
}

.margin-b-3-7 {
  margin-bottom: 3.7rem;
}

.margin-b-3-8 {
  margin-bottom: 3.8rem;
}

.margin-b-3-9 {
  margin-bottom: 3.9rem;
}

.margin-b-4-1 {
  margin-bottom: 4.1rem;
}

.margin-b-4-2 {
  margin-bottom: 4.2rem;
}

.margin-b-4-3 {
  margin-bottom: 4.3rem;
}

.margin-b-4-4 {
  margin-bottom: 4.4rem;
}

.margin-b-4-5 {
  margin-bottom: 4.5rem;
}

.margin-b-4-6 {
  margin-bottom: 4.6rem;
}

.margin-b-4-7 {
  margin-bottom: 4.7rem;
}

.margin-b-4-8 {
  margin-bottom: 4.8rem;
}

.margin-b-4-9 {
  margin-bottom: 4.9rem;
}

.margin-b-5-1 {
  margin-bottom: 5.1rem;
}

.margin-b-5-2 {
  margin-bottom: 5.2rem;
}

.margin-b-5-3 {
  margin-bottom: 5.3rem;
}

.margin-b-5-4 {
  margin-bottom: 5.4rem;
}

.margin-b-5-5 {
  margin-bottom: 5.5rem;
}

.margin-b-5-6 {
  margin-bottom: 5.6rem;
}

.margin-b-5-7 {
  margin-bottom: 5.7rem;
}

.margin-b-5-8 {
  margin-bottom: 5.8rem;
}

.margin-b-5-9 {
  margin-bottom: 5.9rem;
}

.margin-b-6-1 {
  margin-bottom: 6.1rem;
}

.margin-b-6-2 {
  margin-bottom: 6.2rem;
}

.margin-b-6-3 {
  margin-bottom: 6.3rem;
}

.margin-b-6-4 {
  margin-bottom: 6.4rem;
}

.margin-b-6-5 {
  margin-bottom: 6.5rem;
}

.margin-b-6-6 {
  margin-bottom: 6.6rem;
}

.margin-b-6-7 {
  margin-bottom: 6.7rem;
}

.margin-b-6-8 {
  margin-bottom: 6.8rem;
}

.margin-b-6-9 {
  margin-bottom: 6.9rem;
}

.margin-b-7-1 {
  margin-bottom: 7.1rem;
}

.margin-b-7-2 {
  margin-bottom: 7.2rem;
}

.margin-b-7-3 {
  margin-bottom: 7.3rem;
}

.margin-b-7-4 {
  margin-bottom: 7.4rem;
}

.margin-b-7-5 {
  margin-bottom: 7.5rem;
}

.margin-b-7-6 {
  margin-bottom: 7.6rem;
}

.margin-b-7-7 {
  margin-bottom: 7.7rem;
}

.margin-b-7-8 {
  margin-bottom: 7.8rem;
}

.margin-b-7-9 {
  margin-bottom: 7.9rem;
}

.margin-b-8-1 {
  margin-bottom: 8.1rem;
}

.margin-b-8-2 {
  margin-bottom: 8.2rem;
}

.margin-b-8-3 {
  margin-bottom: 8.3rem;
}

.margin-b-8-4 {
  margin-bottom: 8.4rem;
}

.margin-b-8-5 {
  margin-bottom: 8.5rem;
}

.margin-b-8-6 {
  margin-bottom: 8.6rem;
}

.margin-b-8-7 {
  margin-bottom: 8.7rem;
}

.margin-b-8-8 {
  margin-bottom: 8.8rem;
}

.margin-b-8-9 {
  margin-bottom: 8.9rem;
}

.margin-b-9-1 {
  margin-bottom: 9.1rem;
}

.margin-b-9-2 {
  margin-bottom: 9.2rem;
}

.margin-b-9-3 {
  margin-bottom: 9.3rem;
}

.margin-b-9-4 {
  margin-bottom: 9.4rem;
}

.margin-b-9-5 {
  margin-bottom: 9.5rem;
}

.margin-b-9-6 {
  margin-bottom: 9.6rem;
}

.margin-b-9-7 {
  margin-bottom: 9.7rem;
}

.margin-b-9-8 {
  margin-bottom: 9.8rem;
}

.margin-b-9-9 {
  margin-bottom: 9.9rem;
}

.margin-l-1-1 {
  margin-left: 1.1rem;
}

.margin-l-1-2 {
  margin-left: 1.2rem;
}

.margin-l-1-3 {
  margin-left: 1.3rem;
}

.margin-l-1-4 {
  margin-left: 1.4rem;
}

.margin-l-1-5 {
  margin-left: 1.5rem;
}

.margin-l-1-6 {
  margin-left: 1.6rem;
}

.margin-l-1-7 {
  margin-left: 1.7rem;
}

.margin-l-1-8 {
  margin-left: 1.8rem;
}

.margin-l-1-9 {
  margin-left: 1.9rem;
}

.margin-l-2-1 {
  margin-left: 2.1rem;
}

.margin-l-2-2 {
  margin-left: 2.2rem;
}

.margin-l-2-3 {
  margin-left: 2.3rem;
}

.margin-l-2-4 {
  margin-left: 2.4rem;
}

.margin-l-2-5 {
  margin-left: 2.5rem;
}

.margin-l-2-6 {
  margin-left: 2.6rem;
}

.margin-l-2-7 {
  margin-left: 2.7rem;
}

.margin-l-2-8 {
  margin-left: 2.8rem;
}

.margin-l-2-9 {
  margin-left: 2.9rem;
}

.margin-l-3-1 {
  margin-left: 3.1rem;
}

.margin-l-3-2 {
  margin-left: 3.2rem;
}

.margin-l-3-3 {
  margin-left: 3.3rem;
}

.margin-l-3-4 {
  margin-left: 3.4rem;
}

.margin-l-3-5 {
  margin-left: 3.5rem;
}

.margin-l-3-6 {
  margin-left: 3.6rem;
}

.margin-l-3-7 {
  margin-left: 3.7rem;
}

.margin-l-3-8 {
  margin-left: 3.8rem;
}

.margin-l-3-9 {
  margin-left: 3.9rem;
}

.margin-l-4-1 {
  margin-left: 4.1rem;
}

.margin-l-4-2 {
  margin-left: 4.2rem;
}

.margin-l-4-3 {
  margin-left: 4.3rem;
}

.margin-l-4-4 {
  margin-left: 4.4rem;
}

.margin-l-4-5 {
  margin-left: 4.5rem;
}

.margin-l-4-6 {
  margin-left: 4.6rem;
}

.margin-l-4-7 {
  margin-left: 4.7rem;
}

.margin-l-4-8 {
  margin-left: 4.8rem;
}

.margin-l-4-9 {
  margin-left: 4.9rem;
}

.margin-l-5-1 {
  margin-left: 5.1rem;
}

.margin-l-5-2 {
  margin-left: 5.2rem;
}

.margin-l-5-3 {
  margin-left: 5.3rem;
}

.margin-l-5-4 {
  margin-left: 5.4rem;
}

.margin-l-5-5 {
  margin-left: 5.5rem;
}

.margin-l-5-6 {
  margin-left: 5.6rem;
}

.margin-l-5-7 {
  margin-left: 5.7rem;
}

.margin-l-5-8 {
  margin-left: 5.8rem;
}

.margin-l-5-9 {
  margin-left: 5.9rem;
}

.margin-l-6-1 {
  margin-left: 6.1rem;
}

.margin-l-6-2 {
  margin-left: 6.2rem;
}

.margin-l-6-3 {
  margin-left: 6.3rem;
}

.margin-l-6-4 {
  margin-left: 6.4rem;
}

.margin-l-6-5 {
  margin-left: 6.5rem;
}

.margin-l-6-6 {
  margin-left: 6.6rem;
}

.margin-l-6-7 {
  margin-left: 6.7rem;
}

.margin-l-6-8 {
  margin-left: 6.8rem;
}

.margin-l-6-9 {
  margin-left: 6.9rem;
}

.margin-l-7-1 {
  margin-left: 7.1rem;
}

.margin-l-7-2 {
  margin-left: 7.2rem;
}

.margin-l-7-3 {
  margin-left: 7.3rem;
}

.margin-l-7-4 {
  margin-left: 7.4rem;
}

.margin-l-7-5 {
  margin-left: 7.5rem;
}

.margin-l-7-6 {
  margin-left: 7.6rem;
}

.margin-l-7-7 {
  margin-left: 7.7rem;
}

.margin-l-7-8 {
  margin-left: 7.8rem;
}

.margin-l-7-9 {
  margin-left: 7.9rem;
}

.margin-l-8-1 {
  margin-left: 8.1rem;
}

.margin-l-8-2 {
  margin-left: 8.2rem;
}

.margin-l-8-3 {
  margin-left: 8.3rem;
}

.margin-l-8-4 {
  margin-left: 8.4rem;
}

.margin-l-8-5 {
  margin-left: 8.5rem;
}

.margin-l-8-6 {
  margin-left: 8.6rem;
}

.margin-l-8-7 {
  margin-left: 8.7rem;
}

.margin-l-8-8 {
  margin-left: 8.8rem;
}

.margin-l-8-9 {
  margin-left: 8.9rem;
}

.margin-l-9-1 {
  margin-left: 9.1rem;
}

.margin-l-9-2 {
  margin-left: 9.2rem;
}

.margin-l-9-3 {
  margin-left: 9.3rem;
}

.margin-l-9-4 {
  margin-left: 9.4rem;
}

.margin-l-9-5 {
  margin-left: 9.5rem;
}

.margin-l-9-6 {
  margin-left: 9.6rem;
}

.margin-l-9-7 {
  margin-left: 9.7rem;
}

.margin-l-9-8 {
  margin-left: 9.8rem;
}

.margin-l-9-9 {
  margin-left: 9.9rem;
}

.margin-r-1-1 {
  margin-right: 1.1rem;
}

.margin-r-1-2 {
  margin-right: 1.2rem;
}

.margin-r-1-3 {
  margin-right: 1.3rem;
}

.margin-r-1-4 {
  margin-right: 1.4rem;
}

.margin-r-1-5 {
  margin-right: 1.5rem;
}

.margin-r-1-6 {
  margin-right: 1.6rem;
}

.margin-r-1-7 {
  margin-right: 1.7rem;
}

.margin-r-1-8 {
  margin-right: 1.8rem;
}

.margin-r-1-9 {
  margin-right: 1.9rem;
}

.margin-r-2-1 {
  margin-right: 2.1rem;
}

.margin-r-2-2 {
  margin-right: 2.2rem;
}

.margin-r-2-3 {
  margin-right: 2.3rem;
}

.margin-r-2-4 {
  margin-right: 2.4rem;
}

.margin-r-2-5 {
  margin-right: 2.5rem;
}

.margin-r-2-6 {
  margin-right: 2.6rem;
}

.margin-r-2-7 {
  margin-right: 2.7rem;
}

.margin-r-2-8 {
  margin-right: 2.8rem;
}

.margin-r-2-9 {
  margin-right: 2.9rem;
}

.margin-r-3-1 {
  margin-right: 3.1rem;
}

.margin-r-3-2 {
  margin-right: 3.2rem;
}

.margin-r-3-3 {
  margin-right: 3.3rem;
}

.margin-r-3-4 {
  margin-right: 3.4rem;
}

.margin-r-3-5 {
  margin-right: 3.5rem;
}

.margin-r-3-6 {
  margin-right: 3.6rem;
}

.margin-r-3-7 {
  margin-right: 3.7rem;
}

.margin-r-3-8 {
  margin-right: 3.8rem;
}

.margin-r-3-9 {
  margin-right: 3.9rem;
}

.margin-r-4-1 {
  margin-right: 4.1rem;
}

.margin-r-4-2 {
  margin-right: 4.2rem;
}

.margin-r-4-3 {
  margin-right: 4.3rem;
}

.margin-r-4-4 {
  margin-right: 4.4rem;
}

.margin-r-4-5 {
  margin-right: 4.5rem;
}

.margin-r-4-6 {
  margin-right: 4.6rem;
}

.margin-r-4-7 {
  margin-right: 4.7rem;
}

.margin-r-4-8 {
  margin-right: 4.8rem;
}

.margin-r-4-9 {
  margin-right: 4.9rem;
}

.margin-r-5-1 {
  margin-right: 5.1rem;
}

.margin-r-5-2 {
  margin-right: 5.2rem;
}

.margin-r-5-3 {
  margin-right: 5.3rem;
}

.margin-r-5-4 {
  margin-right: 5.4rem;
}

.margin-r-5-5 {
  margin-right: 5.5rem;
}

.margin-r-5-6 {
  margin-right: 5.6rem;
}

.margin-r-5-7 {
  margin-right: 5.7rem;
}

.margin-r-5-8 {
  margin-right: 5.8rem;
}

.margin-r-5-9 {
  margin-right: 5.9rem;
}

.margin-r-6-1 {
  margin-right: 6.1rem;
}

.margin-r-6-2 {
  margin-right: 6.2rem;
}

.margin-r-6-3 {
  margin-right: 6.3rem;
}

.margin-r-6-4 {
  margin-right: 6.4rem;
}

.margin-r-6-5 {
  margin-right: 6.5rem;
}

.margin-r-6-6 {
  margin-right: 6.6rem;
}

.margin-r-6-7 {
  margin-right: 6.7rem;
}

.margin-r-6-8 {
  margin-right: 6.8rem;
}

.margin-r-6-9 {
  margin-right: 6.9rem;
}

.margin-r-7-1 {
  margin-right: 7.1rem;
}

.margin-r-7-2 {
  margin-right: 7.2rem;
}

.margin-r-7-3 {
  margin-right: 7.3rem;
}

.margin-r-7-4 {
  margin-right: 7.4rem;
}

.margin-r-7-5 {
  margin-right: 7.5rem;
}

.margin-r-7-6 {
  margin-right: 7.6rem;
}

.margin-r-7-7 {
  margin-right: 7.7rem;
}

.margin-r-7-8 {
  margin-right: 7.8rem;
}

.margin-r-7-9 {
  margin-right: 7.9rem;
}

.margin-r-8-1 {
  margin-right: 8.1rem;
}

.margin-r-8-2 {
  margin-right: 8.2rem;
}

.margin-r-8-3 {
  margin-right: 8.3rem;
}

.margin-r-8-4 {
  margin-right: 8.4rem;
}

.margin-r-8-5 {
  margin-right: 8.5rem;
}

.margin-r-8-6 {
  margin-right: 8.6rem;
}

.margin-r-8-7 {
  margin-right: 8.7rem;
}

.margin-r-8-8 {
  margin-right: 8.8rem;
}

.margin-r-8-9 {
  margin-right: 8.9rem;
}

.margin-r-9-1 {
  margin-right: 9.1rem;
}

.margin-r-9-2 {
  margin-right: 9.2rem;
}

.margin-r-9-3 {
  margin-right: 9.3rem;
}

.margin-r-9-4 {
  margin-right: 9.4rem;
}

.margin-r-9-5 {
  margin-right: 9.5rem;
}

.margin-r-9-6 {
  margin-right: 9.6rem;
}

.margin-r-9-7 {
  margin-right: 9.7rem;
}

.margin-r-9-8 {
  margin-right: 9.8rem;
}

.margin-r-9-9 {
  margin-right: 9.9rem;
}

/*paddings*/
.padding-t-10 {
  padding-top: 10rem;
}

.padding-t-20 {
  padding-top: 20rem;
}

.padding-t-30 {
  padding-top: 30rem;
}

.padding-t-40 {
  padding-top: 40rem;
}

.padding-t-50 {
  padding-top: 50rem;
}

.padding-t-60 {
  padding-top: 60rem;
}

.padding-b-10 {
  padding-bottom: 10rem;
}

.padding-b-20 {
  padding-bottom: 20rem;
}

.padding-b-30 {
  padding-bottom: 30rem;
}

.padding-b-40 {
  padding-bottom: 40rem;
}

.padding-b-50 {
  padding-bottom: 50rem;
}

.padding-b-60 {
  padding-bottom: 60rem;
}

.padding-tb-1 {
  padding: 1rem 0;
}

.padding-tb-2 {
  padding: 2rem 0;
}

.padding-tb-3 {
  padding: 3rem 0;
}

.padding-tb-4 {
  padding: 4rem 0;
}

.padding-tb-5 {
  padding: 5rem 0;
}

.padding-tb-6 {
  padding: 6rem 0;
}

.padding-tb-7 {
  padding: 7rem 0;
}

.padding-tb-8 {
  padding: 8rem 0;
}

.padding-tb-9 {
  padding: 9rem 0;
}

.padding-tb-10 {
  padding: 10rem 0;
}

.padding-t-1 {
  padding-top: 1rem;
}

.padding-t-2 {
  padding-top: 2rem;
}

.padding-t-3 {
  padding-top: 3rem;
}

.padding-t-4 {
  padding-top: 4rem;
}

.padding-t-5 {
  padding-top: 5rem;
}

.padding-t-6 {
  padding-top: 6rem;
}

.padding-t-7 {
  padding-top: 7rem;
}

.padding-t-8 {
  padding-top: 8rem;
}

.padding-t-9 {
  padding-top: 9rem;
}

.padding-b-1 {
  padding-bottom: 1rem;
}

.padding-b-2 {
  padding-bottom: 2rem;
}

.padding-b-3 {
  padding-bottom: 3rem;
}

.padding-b-4 {
  padding-bottom: 4rem;
}

.padding-b-5 {
  padding-bottom: 5rem;
}

.padding-b-6 {
  padding-bottom: 6rem;
}

.padding-b-7 {
  padding-bottom: 7rem;
}

.padding-b-8 {
  padding-bottom: 8rem;
}

.padding-b-9 {
  padding-bottom: 9rem;
}

.padding-l-1 {
  padding-left: 1rem;
}

.padding-l-2 {
  padding-left: 2rem;
}

.padding-l-3 {
  padding-left: 3rem;
}

.padding-l-4 {
  padding-left: 4rem;
}

.padding-l-5 {
  padding-left: 5rem;
}

.padding-l-6 {
  padding-left: 6rem;
}

.padding-l-7 {
  padding-left: 7rem;
}

.padding-l-8 {
  padding-left: 8rem;
}

.padding-l-9 {
  padding-left: 9rem;
}

.padding-r-1 {
  padding-right: 1rem;
}

.padding-r-2 {
  padding-right: 2rem;
}

.padding-r-3 {
  padding-right: 3rem;
}

.padding-r-4 {
  padding-right: 4rem;
}

.padding-r-5 {
  padding-right: 5rem;
}

.padding-r-6 {
  padding-right: 6rem;
}

.padding-r-7 {
  padding-right: 7rem;
}

.padding-r-8 {
  padding-right: 8rem;
}

.padding-r-9 {
  padding-right: 9rem;
}

.padding-lr-1 {
  padding: 0 1rem;
}

.padding-lr-2 {
  padding: 0 2rem;
}

.padding-lr-3 {
  padding: 0 3rem;
}

.padding-lr-4 {
  padding: 0 4rem;
}

.padding-lr-5 {
  padding: 0 5rem;
}

.padding-lr-6 {
  padding: 0 6rem;
}

.padding-lr-7 {
  padding: 0 7rem;
}

.padding-lr-8 {
  padding: 0 8rem;
}

.padding-lr-9 {
  padding: 0 9rem;
}

.padding-none {
  padding: 0 !important;
}

/*aligne*/
.al-center {
  display: flex;
  align-items: center;
}

/*text align*/
.al-text-c {
  text-align: center !important;
}

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

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

/*justify*/
.jc-center {
  display: flex;
  align-items: center !important;
  justify-content: center !important;
  justify-items: center !important;
}

.jc-end {
  display: flex;
  justify-content: flex-end !important;
}

.jc-end-c {
  display: flex;
  align-items: center;
  justify-items: center;
  justify-content: flex-end;
}

.jc-end-e {
  display: flex;
  align-items: flex-end;
  justify-items: flex-end;
  justify-content: flex-end;
}

.jc-between {
  justify-content: space-between;
}

/*align*/
.al-center {
  display: flex;
  align-items: center;
}

/*display*/
.display-f {
  display: flex !important;
}

.display-f-w {
  display: flex !important;
  flex-wrap: wrap !important;
}

.flex-dir-col {
  flex-direction: column;
}

/*borders*/
.border-r {
  border: 1px solid red;
}

.border-b {
  border: 1px solid black;
}

.border-g {
  border: 1px solid green;
}

.border-bl {
  border: 1px solid blue;
}

/*index*/
.z-index-1 {
  z-index: 1;
}

.z-index-2 {
  z-index: 2;
}

.z-index-3 {
  z-index: 3;
}

.z-index-4 {
  z-index: 4;
}

.z-index-5 {
  z-index: 5;
}

.z-index-6 {
  z-index: 6;
}

.z-index-7 {
  z-index: 7;
}

.z-index-8 {
  z-index: 8;
}

.z-index-9 {
  z-index: 9;
}

/*containers*/
.wrap {
  margin-left: auto;
  margin-right: auto;
  width: 136.4rem;
  height: max-content;
  position: relative;
}

.container-1 {
  display: flex;
  flex-wrap: wrap;
  padding: 1rem 0;
  justify-content: space-between;
  width: 100%;
  position: relative;
}

.container-1-box {
  display: flex;
  width: 100%;
  flex-basis: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: relative;
}

.container-2 {
  display: flex;
  flex-wrap: wrap;
  padding-top: 2rem;
  justify-content: space-between;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: left;
  position: relative;
  width: 100%;
  height: max-content;
}

.container-2-box {
  flex-basis: 46%;
  text-align: left;
  position: relative;
}

.float-left {
  float: left;
}

.float-right {
  float: right;
}

.positon-a {
  position: absolute;
}

.color-b {
  color: black;
}

.color-gray {
  color: #4b4b4b;
}

.color-gr {
  color: #4b4b4b;
}

.color-w {
  color: white;
}

.color-g {
  color: green;
}

.color-o {
  color: #f5841f;
}

.color-r {
  color: red;
}

.color-blue {
  color: #eb0029;
}

.f-w-b {
  font-weight: 700;
}

.f-w-l {
  font-weight: 300;
}

.f-w-r {
  font-weight: 400;
}

.f-s-i {
  font-style: italic;
}

/*font*/
.font-light {
  font-weight: 300 !important;
}

/*aline text*/
.align-text-right {
  text-align: right !important;
}

/*line through*/
.line-thr {
  text-decoration: line-through;
}

.heading-1 {
  font-size: 1.7rem;
}

.heading-2 {
  font-size: 2.7rem;
}

.heading-3 {
  font-size: 3.7rem;
}

.heading-4 {
  font-size: 4.7rem;
}

.heading-5 {
  font-size: 5.7rem;
}

.heading-6 {
  font-size: 6.7rem;
}

.heading-7 {
  font-size: 7.7rem;
}

.heading-8 {
  font-size: 8.7rem;
}

.font-1-1 {
  font-size: 1.1rem;
}

.font-1-2 {
  font-size: 1.2rem;
}

.font-1-3 {
  font-size: 1.3rem;
}

.font-1-4 {
  font-size: 1.4rem;
}

.font-1-5 {
  font-size: 1.5rem;
}

.font-1-6 {
  font-size: 1.6rem;
}

.font-1-7 {
  font-size: 1.7rem;
}

.font-1-8 {
  font-size: 1.8rem;
}

.font-1-9 {
  font-size: 1.9rem;
}

.font-2-1 {
  font-size: 2.1rem;
}

.font-2-2 {
  font-size: 2.2rem;
}

.font-2-3 {
  font-size: 2.3rem;
}

.font-2-4 {
  font-size: 2.4rem;
}

.font-2-5 {
  font-size: 2.5rem;
}

.font-2-6 {
  font-size: 2.6rem;
}

.font-2-7 {
  font-size: 2.7rem;
}

.font-2-8 {
  font-size: 2.8rem;
}

.font-2-9 {
  font-size: 2.9rem;
}

.font-3-1 {
  font-size: 3.1rem;
}

.font-3-2 {
  font-size: 3.2rem;
}

.font-3-3 {
  font-size: 3.3rem;
}

.font-3-4 {
  font-size: 3.4rem;
}

.font-3-5 {
  font-size: 3.5rem;
}

.font-3-6 {
  font-size: 3.6rem;
}

.font-3-7 {
  font-size: 3.7rem;
}

.font-3-8 {
  font-size: 3.8rem;
}

.font-3-9 {
  font-size: 3.9rem;
}

.font-4-1 {
  font-size: 4.1rem;
}

.font-4-2 {
  font-size: 4.2rem;
}

.font-4-3 {
  font-size: 4.3rem;
}

.font-4-4 {
  font-size: 4.4rem;
}

.font-4-5 {
  font-size: 4.5rem;
}

.font-4-6 {
  font-size: 4.6rem;
}

.font-4-7 {
  font-size: 4.7rem;
}

.font-4-8 {
  font-size: 4.8rem;
}

.font-4-9 {
  font-size: 4.9rem;
}

.font-5-1 {
  font-size: 5.1rem;
}

.font-5-2 {
  font-size: 5.2rem;
}

.font-5-3 {
  font-size: 5.3rem;
}

.font-5-4 {
  font-size: 5.4rem;
}

.font-5-5 {
  font-size: 5.5rem;
}

.font-5-6 {
  font-size: 5.6rem;
}

.font-5-7 {
  font-size: 5.7rem;
}

.font-5-8 {
  font-size: 5.8rem;
}

.font-5-9 {
  font-size: 5.9rem;
}

.font-6-1 {
  font-size: 6.1rem;
}

.font-6-2 {
  font-size: 6.2rem;
}

.font-6-3 {
  font-size: 6.3rem;
}

.font-6-4 {
  font-size: 6.4rem;
}

.font-6-5 {
  font-size: 6.5rem;
}

.font-6-6 {
  font-size: 6.6rem;
}

.font-6-7 {
  font-size: 6.7rem;
}

.font-6-8 {
  font-size: 6.8rem;
}

.font-6-9 {
  font-size: 6.9rem;
}

.font-7-1 {
  font-size: 7.1rem;
}

.font-7-2 {
  font-size: 7.2rem;
}

.font-7-3 {
  font-size: 7.3rem;
}

.font-7-4 {
  font-size: 7.4rem;
}

.font-7-5 {
  font-size: 7.5rem;
}

.font-7-6 {
  font-size: 7.6rem;
}

.font-7-7 {
  font-size: 7.7rem;
}

.font-7-8 {
  font-size: 7.8rem;
}

.font-7-9 {
  font-size: 7.9rem;
}

.font-8-1 {
  font-size: 8.1rem;
}

.font-8-2 {
  font-size: 8.2rem;
}

.font-8-3 {
  font-size: 8.3rem;
}

.font-8-4 {
  font-size: 8.4rem;
}

.font-8-5 {
  font-size: 8.5rem;
}

.font-8-6 {
  font-size: 8.6rem;
}

.font-8-7 {
  font-size: 8.7rem;
}

.font-8-8 {
  font-size: 8.8rem;
}

.font-8-9 {
  font-size: 8.9rem;
}

.font-1 {
  font-size: 1rem;
}

.font-2 {
  font-size: 2rem;
}

.font-3 {
  font-size: 3rem;
}

.font-4 {
  font-size: 4rem;
}

.font-5 {
  font-size: 5rem;
}

.font-6 {
  font-size: 6rem;
}

.font-7 {
  font-size: 7rem;
}

.font-8 {
  font-size: 8rem;
}

.line-1 {
  line-height: 0.1rem;
}

.line-2 {
  line-height: 0.2rem;
}

.line-3 {
  line-height: 0.3rem;
}

.line-4 {
  line-height: 0.4rem;
}

.line-5 {
  line-height: 0.5rem;
}

.line-6 {
  line-height: 0.6rem;
}

.line-7 {
  line-height: 0.7rem;
}

.line-8 {
  line-height: 0.8rem;
}

.line-9 {
  line-height: 0.9rem;
}

.line-100 {
  line-height: 100%;
}

.line-200 {
  line-height: 200%;
}

.line-300 {
  line-height: 300%;
}

.line-400 {
  line-height: 400%;
}

.line-500 {
  line-height: 500%;
}

.line-600 {
  line-height: 600%;
}

.line-700 {
  line-height: 700%;
}

.line-800 {
  line-height: 800%;
}

.line-900 {
  line-height: 900%;
}

.spacing-1 {
  letter-spacing: 1px;
}

.spacing-2 {
  letter-spacing: 2px;
}

.spacing-3 {
  letter-spacing: 3px;
}

.spacing-4 {
  letter-spacing: 4px;
}

.spacing-5 {
  letter-spacing: 5px;
}

.spacing-6 {
  letter-spacing: 6px;
}

.spacing-7 {
  letter-spacing: 7px;
}

.spacing-8 {
  letter-spacing: 8px;
}

.spacing-9 {
  letter-spacing: 9px;
}

.dots-svg {
  width: 4.1rem;
  height: 3.7rem;
  margin-right: 2.7rem;
}

.container-1-headings {
  display: flex;
  width: 100%;
  position: relative;
  margin-top: 8.7rem;
}

.container-1-headings-box-l {
  display: flex;
  width: 100%;
  position: relative;
  align-items: center;
  flex-basis: 50%;
}

.container-1-headings-box-r {
  display: flex;
  width: 100%;
  position: relative;
  align-items: center;
  flex-basis: 50%;
  justify-content: flex-end;
}

.sort {
  font-weight: 700;
  font-size: 1.6rem;
  position: absolute;
  color: #4b4b4b;
  top: 50%;
  transform: translateY(-50%);
  left: 20px;
}

.sort-div {
  width: 38rem;
  height: 5rem;
  border: 1px solid #4b4b4b;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
}

.sortiranje {
  border: none;
  height: 5rem;
  width: 100%;
  font-size: 1.6rem;
  color: #4b4b4b;
  outline: none;
  background-color: transparent;
  padding-left: 12rem;
  -o-appearance: none;
  -ms-appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  cursor: pointer;
}

.select-svg {
  width: 25px;
  height: 16px;
  fill: black;
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
}
.container-2-proizvodi {
  display: flex;
  flex-wrap: wrap;
  padding-top: 2rem;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: left;
  position: relative;
  width: 100%;
  height: max-content;
}

.proizvodi-box {
  width: calc((100% - 180px) / 3);
  height: max-content;

  box-shadow: 0 10px 10px 0 rgba(0, 0, 0, 0.2);
  background-color: white;
  padding: 2.9rem;
  transition: 0.3s ease-in-out;
  position: relative;
  cursor: pointer;
  margin: 3rem;
  border: 1px solid #e6e6e6;
}
.proizvodi-box a {
  text-decoration: none;
}
.proizvodi-box:hover .proizvodi-border {
  width: 100%;
}

.proizvodi-border {
  height: 5px;
  width: 0;
  background-color: #eb0029;
  transition: 0.3s ease-in-out;
  position: absolute;
  left: 0;
  top: 0;
}

.proizvodi-box-1 {
  width: 100%;
  height: 26rem;
  display: flex;
  align-items: center;
  justify-items: center;
  justify-content: center;
  position: relative;
}
.proizvodi-box-1 img {
  object-position: center;
  object-fit: contain;
  width: 20rem;
  height: 20rem;
}

.proizvodi-box-3 {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  margin-top: 3rem;
}

.proizvodi-box-3-l {
  flex-basis: 50%;
}

.proizvodi-box-3-r {
  flex-basis: 50%;
  display: flex;
  justify-content: flex-end;
}

.proizvodi-box-4 {
  margin-top: 3rem;
}

.akcija {
  width: 7.1rem;
  height: 3.3rem;
  background-color: #eb0029;
  display: flex;
  align-items: center;
  justify-content: center;
  justify-items: center;
  position: absolute;
  top: 0;
  left: 0;
}

.img-container-about {
  position: relative;
  display: flex;
  align-items: center;
  justify-items: center;
  justify-content: center;
  margin-bottom: 6.5rem;
	width: 100%;
height: max-content;

}

.img-about {
  width: 46.8rem;
  height: 46.8rem;
  object-position: center;
  object-fit: cover;
  z-index: 2;
}

.img-about-div {
  width: 46.8rem;
  height: 46.8rem;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  z-index: 2;
  position: relative;
}

.border-div {
	width: 100%;
  max-width: 57.1rem;
  height: 20rem;
  border-top: 25px solid #eb0029;
  border-right: 25px solid #eb0029;
  position: absolute;
  z-index: 1;
  bottom: 5rem;
}

.border-div-inner {
  width: 100%;
  height: 100%;
  position: relative;
}

.border-div-bottom {
  width: 9rem;
  height: 25px;
  background-color: #eb0029;
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 1;
}

.img-cube {
  width: 10.7rem;
  height: 10.7rem;
  background-color: #eb0029;
  position: absolute;
  bottom: 5rem;
  left: -5.3rem;
  display: flex;
  align-items: center;
  justify-content: center;
  justify-items: center;
  z-index: 2;
}

.img-cube-cube {
  width: 4.7rem;
  height: 4.2rem;
}

.about-card {
  width: 100%;
  height: 17rem;
  border-left: 5px solid #eb0029;
  box-shadow: 0 10px 10px 0 rgba(0, 0, 0, 0.2);
  display: flex;
  flex-wrap: wrap;
  padding: 2.1rem 6rem 2.1rem 2.1rem;
  margin-bottom: 1.8rem;
  justify-content: space-between;
}

.about-card-l {
  flex-basis: 20%;
  display: flex;
  align-items: center;
  justify-items: center;
  justify-content: center;
}

.about-card-r {
  flex-basis: 75%;
  text-align: left;
}

.card-plus-svg {
  width: 5.7rem;
  height: 6rem;
}

.card-cup-svg {
  width: 5.9rem;
  height: 5.9rem;
}

.card-eur-svg {
  width: 5.3rem;
  height: 5rem;
}

.korpa-contaier {
  width: 100%;
  height: 38rem;
  display: flex;
  align-items: center;
  position: relative;
}

.border-div-korpa {
  width: 53rem;
  height: 100%;
  border-top: 25px solid #eb0029;
  border-left: 25px solid #eb0029;
  position: absolute;
  z-index: 1;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}

.border-div-inner-korpa {
  width: 100%;
  height: 100%;
  position: relative;
}

.border-div-bottom-korpa {
  width: 25px;
  height: 9rem;
  background-color: #eb0029;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
}

.korpa-div {
  width: 100%;
  height: 27rem;
  display: flex;
  flex-wrap: wrap;
  background-color: white;
  z-index: 2;
  box-shadow: 0 10px 10px 0 rgba(0, 0, 0, 0.2);
  padding: 2.5rem;
}

.korpa-div-box-1 {
  flex-basis: 35%;
  display: flex;
  align-items: center;
  justify-items: center;
  justify-content: center;
}
.korpa-div-box-1 img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
}

.korpa-div-box-2 {
  flex-basis: 65%;
  text-align: left;
  position: relative;
  padding-left: 2rem;
}

.remove-svg-korpa {
  height: 1.7rem;
  width: 1.7rem;
  fill: black;
  position: absolute;
  top: 0;
  right: 0;
  cursor: pointer;
  transition: 0.3s ease-in-out;
}
.remove-svg-korpa:hover {
  opacity: 0.5;
}

.korpa-reg {
  cursor: pointer;
  transition: 0.3s ease-in-out;
}
.korpa-reg:hover {
  color: #eb0029;
}

.check-div {
  border-top: 1px solid #d2d2d2;
  margin-top: 3rem;
  padding-top: 3rem;
  padding-bottom: 3rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.check-div-box {
  flex-basis: 27%;
  width: 100%;
  position: relative;
  display: flex;
  align-items: center;
}

.check-div-box-1 {
  flex-basis: 46%;
}

.email-div {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}

.email-div-box {
  flex-basis: 48%;
  position: relative;
  text-align: left;
}

.email-div-box-1 {
  flex-basis: 50%;
  position: relative;
  text-align: left;
  display: flex;
  align-items: center;
}

.placanje-div {
  border-top: 2px solid #eb0029;
  border-bottom: 2px solid #eb0029;
  margin-top: 4rem;
  margin-bottom: 4rem;
  padding-top: 3rem;
  padding-bottom: 3rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}

.placanje-div-box {
  flex-basis: 27%;
  position: relative;
  text-align: left;
  display: flex;
  align-items: center;
}

.napemene-div {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  border-bottom: 1px solid #d2d2d2;
  padding-bottom: 4rem;
}

.napemene-div-box-1 {
  flex-basis: 100%;
  position: relative;
  text-align: left;
}

.napemene-div-box-2 {
  flex-basis: 100%;
  position: relative;
  justify-content: flex-end;
  display: flex;
  align-items: center;
}

.uslovi-link {
  color: #4b4b4b;
  transition: 0.3s ease-in-out;
}
.uslovi-link:hover {
  color: #eb0029;
}

.ukupno {
  text-align: right;
  padding-top: 3.5rem;
}

.nano-korpa {
  width: 62.5rem;
  height: 71rem;
}

.nano-korpa-div {
  position: absolute;
  bottom: 0;
  z-index: -1;
}

.location-div-box-r-kontakt a {
  font-size: 1.7rem;
  color: #4b4b4b;
  text-decoration: none;
  transition: 0.3s ease-in-out;
  display: flex;
}
.location-div-box-r-kontakt a:hover {
  color: #eb0029;
}

.socials-contact {
  position: absolute;
  bottom: 0;
  display: flex;
  padding-right: 4.9rem;
  width: 100%;
  padding-left: 4.9rem;
}

.socials-contact-box-1 {
  display: flex;
  flex-basis: 40%;
}

.socials-contact-box-2 {
  display: flex;
  flex-basis: 60%;
  justify-content: flex-end;
}
.socials-contact-box-2 img {
  height: 49px;
  width: 23.5rem;
  object-fit: contain;
  -o-object-fit: contain;
}

.socials-kontakt {
  width: 49px;
  height: 49px;
  background-color: #4b4b4b;
  transition: 0.3s ease-in-out;
  display: flex;
  justify-content: center;
  align-items: center;
  justify-items: center;
  margin-right: 3.5rem;
}
.socials-kontakt:hover {
  background-color: #eb0029;
}

.fb-svg-kontakt {
  width: 16px;
  height: 31px;
  fill: white;
}

.yt-svg-kontakt {
  width: 37px;
  height: 27px;
  fill: white;
}

.border-div-kontakt {
  width: 100%;
  height: 20rem;
  border-top: 25px solid #eb0029;
  border-right: 25px solid #eb0029;
  position: absolute;
  z-index: -1;
  bottom: 15rem;
}

.border-div-inner-kontakt {
  width: 100%;
  height: 100%;
  position: relative;
}

.border-div-bottom-kontakt {
  width: 9rem;
  height: 25px;
  background-color: #eb0029;
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 1;
}

.container-2-box-img-kontakt {
  flex-basis: 48%;
  position: relative;
  display: flex;
  justify-content: flex-start;
}
.container-2-box-img-kontakt img {
  width: 42rem;
  height: 50rem;
  object-position: center;
  object-fit: contain;
}

.container-2-box-map {
  flex-basis: 46%;
  position: relative;
  padding-left: 4.9rem;
  padding-right: 4.9rem;
}

.container-2-box-map-div {
  width: 100%;
  height: 49rem;
  position: relative;
  box-shadow: 0 10px 10px 0 rgba(0, 0, 0, 0.2);
}

.map-container {
  width: 100%;
  height: 100%;
}

.gray-div {
  background-color: #F9F9F9;
  width: 100%;
  padding-top: 8.5rem;
  padding-bottom: 16rem;
}

.poruka-container {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  margin-bottom: 2.5rem;
}

.poruka-container-box {
  flex-basis: 32%;
  width: 100%;
  position: relative;
  text-align: left;
}

.poruka-container-2 {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  margin-bottom: 2.5rem;
}

.copy-kontakt {
  width: 100%;
  height: max-content;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding: 3rem 0;
  justify-content: space-between;
  border-bottom: 5px solid #eb0029;
}

.nazad {
  display: flex;
  color: #4b4b4b;
  text-decoration: none;
  font-size: 14px;
  align-items: center;
  transition: 0.3s ease-in-out;
}
.nazad:hover {
  color: black;
}
.nazad:hover .arrow-back {
  fill: black;
}

.arrow-back {
  fill: #4b4b4b;
  width: 14px;
  height: 14px;
  transition: 0.3s ease-in-out;
  margin-right: 1.4rem;
}

.container-1-headings-back {
  display: flex;
  width: 100%;
  position: relative;
  margin-top: 8.7rem;
  height: 5.6rem;
}

.container-2-box-detaljno-l {
  /* flex-basis: 38%; */
  width: 38%;
}

.container-2-box-detaljno-r {
  flex-basis: 58%;
  width: 100%;
  position: relative;
  text-align: left;
}

.sifra {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 1.4rem;
}

.cijena {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 3.4rem;
  margin-bottom: 3.4rem;
  padding-top: 3.7rem;
  padding-bottom: 3.7rem;
  border-top: 1px solid #e6e6e6;
  border-bottom: 1px solid #e6e6e6;
}

.cijena-box {
  flex-basis: 45%;
  text-align: left;
  position: relative;
}
.cijena-box img {
  height: 5.7rem;
  width: 19rem;
  object-fit: cover;
  object-position: center;
}

.kolicina {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 3.4rem;
  /* margin-bottom: 3.4rem; */
  padding-top: 3.7rem;
  padding-bottom: 3.7rem;
  border-top: 1px solid #e6e6e6;
  /* border-bottom: 1px solid #e6e6e6; */
  flex-wrap: wrap;
}

.kolicina-box-l {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  flex-basis: 50%;
}

.kolicina-box-r {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  flex-basis: 50%;
  justify-content: flex-end;
}

.ukupna-kolicina {
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  justify-items: center;
  cursor: pointer;
  transition: 0.3s ease-in-out;
  border: 1px solid #e6e6e6;
}
.ukupna-kolicina span {
  font-size: 2.5rem;
  color: #4b4b4b;
  transition: 0.3s ease-in-out;
}
.ukupna-kolicina:hover {
  background-color: #eb0029;
}
.ukupna-kolicina:hover span {
  color: white;
}

.flajer {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 3.4rem;
  margin-bottom: 3.4rem;
  padding-top: 3.7rem;
  padding-bottom: 3.7rem;
  flex-wrap: wrap;
}
.flajer a {
  font-size: 1.7rem;
  color: #4b4b4b;
  text-decoration: none;
  transition: 0.3s ease-in-out;
  cursor: pointer;
  font-weight: 700;
}
.flajer a:hover {
  color: #eb0029;
}

.pdf-svg {
  width: 20px;
  height: 20px;
  margin-right: 1rem;
}

.socials-detaljno {
  width: 39px;
  height: 39px;
  background-color: #4b4b4b;
  transition: 0.3s ease-in-out;
  display: flex;
  justify-content: center;
  align-items: center;
  justify-items: center;
  margin-right: 3.5rem;
}
.socials-detaljno:hover {
  background-color: #eb0029;
}

.fb-svg-detaljno {
  width: 11px;
  height: 24px;
  fill: white;
}

.ins-svg-detaljno {
  width: 22px;
  height: 22px;
  fill: white;
}

.video {
  width: 104.9rem;
  height: 58.6rem;
}

.container-video {
  width: 100%;
  display: flex;
  justify-items: center;
  justify-content: center;
  align-items: center;
  position: relative;
}

.border-div-detaljnije {
  width: 100%;
  height: 46.3rem;
  border-top: 25px solid #eb0029;
  border-right: 25px solid #eb0029;
  position: absolute;
  z-index: -1;
  transform: translateY(-50%);
  top: 50%;
}

.border-div-inner-detaljnije {
  width: 100%;
  height: 100%;
  position: relative;
}

.border-div-bottom-detaljnije {
  width: 14rem;
  height: 25px;
  background-color: #eb0029;
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 1;
}

.pic-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  position: relative;
  width: 100%;
  height: max-content;
}

.pic-large {
  flex-basis: 100%;
  width: 100%;
  height: 50rem;
  position: relative;
  margin-bottom: 3.5rem;
  border: 1px solid #e6e6e6;
  transition: 0.3s ease-in-out;
  border-top: 5px solid #eb0029;
  display: flex;
  align-items: center;
  justify-content: center;
  justify-items: center;
  padding: 4rem;
}
.pic-large img {
  width: 100%;
  height: 40rem;
  object-fit: contain;
  object-position: center;
}
.pic-large:hover {
  box-shadow: 0 10px 10px 0 rgba(0, 0, 0, 0.2);
}

.pic-medium {
  flex-basis: 48%;
  width: 100%;
  height: 23.2rem;
  position: relative;
  margin-bottom: 2.3rem;
  border: 1px solid #e6e6e6;
  transition: 0.3s ease-in-out;
  display: flex;
  align-items: center;
  justify-content: center;
  justify-items: center;
  padding: 2rem;
}
.pic-medium img {
  width: 100%;
  height: 15rem;
  object-fit: contain;
  object-position: center;
}
.pic-medium:hover {
  box-shadow: 0 10px 10px 0 rgba(0, 0, 0, 0.2);
}

.img-akcija {
  width: max-content;
  height: max-content;
  background-color: #eb0029;
  position: absolute;
  left: 1.6rem;
  top: 2rem;
  display: flex;
  align-items: center;
  padding: 1.2rem 1.8rem;
}

.img-cube-loc {
  width: 10.7rem;
  height: 10.7rem;
  background-color: #eb0029;
  position: absolute;
  bottom: 3.9rem;
  /* left: 50%;*/
  transform: translateX(-50%);
  display: flex;
  align-items: center;
  justify-content: center;
  justify-items: center;
  z-index: 2;
}

.map-pin-svg {
  width: 3.1rem;
  height: 4rem;
}

.container-2-box-video {
  flex-basis: 49%;
  width: 100%;
  position: relative;
}

.video-index {
  width: 100%;
  height: 40rem;
  box-shadow: 0 10px 10px 0 rgba(0, 0, 0, 0.2);
}

.proizvodi-box-index {
  flex-basis: 32%;
  width: 100%;
  height: max-content;
  box-shadow: 0 10px 10px 0 rgba(0, 0, 0, 0.2);
  background-color: white;
  padding: 2.9rem;
  transition: 0.3s ease-in-out;
  position: relative;
  cursor: pointer;
  margin-bottom: 3rem;
  border: 1px solid rgb(230, 230, 230);
}
.proizvodi-box-index a {
  text-decoration: none;
}
.proizvodi-box-index:hover .proizvodi-border {
  width: 100%;
}
.detaljnije {
  display: flex;
  align-items: center;
  justify-items: center;
  text-decoration: none;
  color: #4b4b4b;
  transition: 0.3s ease-in-out;
  font-size: 1.5rem;
  font-weight: 700;
  margin-top: 5rem;
}
.detaljnije:hover {
  color: #eb0029;
}
.detaljnije:hover .det-svg {
  fill: #eb0029;
}

.det-svg {
  fill: #4b4b4b;
  height: 12px;
  width: 8px;
  margin-left: 2.1rem;
  transition: 0.3s ease-in-out;
}

.box-shadow-add {
  box-shadow: 0 10px 10px 0 rgba(0, 0, 0, 0.2);
}

.gray-div-medium {
  background-color: #F9F9F9;
  width: 100%;
  height: 100.8rem;
  position: absolute;
  z-index: -1;
}

.carousel-container {
  border-top: 1px solid #e6e6e6;
  padding-top: 6.5rem;
}

.carousel-padding {
  padding: 0 8rem;
}

.carousel-svg-container {
  height: 7rem;
  display: flex;
  align-items: center;
  width: 59rem;
  justify-content: center;
  transition: 0.3s ease-in-out;
  transform: translateY(-35rem);
  background-color: transparent;
}
.carousel-svg-container:hover .svg-21 {
  fill: #eb0029;
}
.carousel-svg-container:hover .svg-22 {
  fill: #eb0029;
}

.svg-21 {
  height: 2.2rem;
  width: 2.2rem;
  fill: #4b4b4b;
  transition: all 0.3s ease-in;
  border: none;
  cursor: pointer;
  left: -8rem;
  z-index: 9;
  padding: 0;
  position: absolute;
}

.svg-22 {
  height: 2.2rem;
  width: 2.2rem;
  fill: #4b4b4b;
  transition: all 0.3s ease-in;
  border: none;
  cursor: pointer;
  right: -8rem;
  z-index: 9;
  padding: 0;
  position: absolute;
}

.carousel-svg-container-video {
  height: 7rem;
  display: flex;
  align-items: center;
  width: 59rem;
  justify-content: center;
  transition: 0.3s ease-in-out;
  transform: translateY(-25rem);
  background-color: transparent;
}
.carousel-svg-container:hover .svg-21-video {
  fill: #eb0029;
}
.carousel-svg-container:hover .svg-22-video {
  fill: #eb0029;
}

.svg-21-video {
  height: 2.2rem;
  width: 2.2rem;
  fill: #4b4b4b;
  transition: all 0.3s ease-in;
  border: none;
  cursor: pointer;
  left: -8rem;
  z-index: 9;
  padding: 0;
  position: absolute;
}

.svg-22-video {
  height: 2.2rem;
  width: 2.2rem;
  fill: #4b4b4b;
  transition: all 0.3s ease-in;
  border: none;
  cursor: pointer;
  right: -8rem;
  z-index: 9;
  padding: 0;
  position: absolute;
}

.owl-prev:hover {
  background-color: transparent !important;
}

.owl-next:hover {
  background-color: transparent !important;
}

.wrap-carousel-2 {
  margin-left: auto;
  margin-right: auto;
  width: 136.4rem;
  height: max-content;
  position: relative;
  margin-bottom: 6.6rem;
  z-index: 1;
  margin-top: -12%;
}

.no-decoration {
  text-decoration: none;
}

.index-divider {
  width: 100%;
  height: 43.9rem;
  position: relative;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  display: flex;
  justify-items: flex-end;
  align-items: flex-end;
  transition: 0.3s ease-in-out;
  box-shadow: 0 10px 10px 0 rgba(0, 0, 0, 0.2);
}
.index-divider:hover .proizvodi-border {
  width: 100%;
}
.index-divider:hover .index-divider-box {
  padding: 1.4rem;
  margin: 1.6rem;
  background: linear-gradient(#eb0029, #eb0029);
}
.index-divider:hover {
  box-shadow: 0 10px 10px 0 rgba(0, 0, 0, 0.2) !important;
}

.index-divider-box {
  padding: 3rem;
  width: 100%;
  background: linear-gradient(transparent, black);
  transition: 0.3s ease-in-out;
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
  background-color: #eb0029 !important;
  /*  border-radius: 0;*/
  transition: 0.3s ease-in-out;
  height: 5px !important;
  border: 1px solid #eb0029 !important;
}

.header-carousel .owl-dots {
  margin-top: 6.5rem !important;
}

.owl-theme .owl-dots .owl-dot span {
  border-radius: 0 !important;
  border: 1px solid #e6e6e6 !important;
  background: #e6e6e6 !important;
  height: 5px !important;
  width: 8.5rem !important;
}

.header-index {
  height: 105.6rem;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  width: 100%;
}

.absolute-nav {
  position: absolute;
  z-index: 3;
  left: 0;
  right: 0;
}

.margin-t-26 {
  margin-top: 26rem;
}

.header-carousel-3 .owl-dots {
  position: absolute;
  bottom: 33rem;
  left: 26.5rem;
}

.header-carousel-3.owl-theme .owl-dots .owl-dot.active span,
.header-carousel-3.owl-theme .owl-dots .owl-dot:hover span {
  background-color: #eb0029 !important;
  transition: 0.3s ease-in-out;
  border: 1px solid #eb0029 !important;
}

.header-carousel-3 .header-carousel .owl-dots {
  margin-top: 6.5rem !important;
}

.header-carousel-3.owl-theme .owl-dots .owl-dot span {
  border-radius: 0 !important;
  border: 1px solid #4b4b4b !important;
  background: transparent !important;
  height: 13px !important;
  width: 13px !important;
}

.gray-div-large {
  background-color: #F9F9F9;
  width: 100%;
  height: 138.8rem;
  position: absolute;
  z-index: -1;
}

.index-background {
  height: 105.6rem;
  width: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.index-background picture {
  position: absolute;
  width: 100%;
  height: 100%;
  object-position: center;
  object-fit: cover;
  z-index: -1;
}
.index-background img {
  position: absolute;
  width: 100%;
  height: 100%;
  object-position: center;
  object-fit: cover;
  z-index: -1;
}

input[type="checkbox"] {
  display: inline-block;
  width: 1.6rem;
  height: 1.6rem;
  margin-right: 0.9rem;
}

.input-search {
  width: 100%;
  height: max-content;
  /* padding-left: 1rem; */
  padding: 10px;
  outline: none;
  font-size: 14px;
  border: none;
  border-bottom: 1px solid #4b4b4b;
}

.about-btn {
  height: 50px;
  width: 32.5rem;
  border: 2px solid #eb0029;
  background-color: transparent;
  outline: none;
  transition: 0.3s ease-in-out;
  color: #eb0029;
  font-weight: 700;
  font-size: 1.5rem;
  letter-spacing: 2px;
  margin-top: 8.5rem;
  cursor: pointer;
}
.about-btn:hover {
  color: white;
  background-color: #eb0029;
}

.input-korpa {
  width: 100%;
  padding-left: 2rem;
  cursor: pointer;
  height: 50px;
  border: 1px solid #b4b4b4;
  outline: none;
  margin-bottom: 3rem;
}
.input-korpa:focus {
  border: 1px solid #eb0029;
}

.korpa-area {
  margin-bottom: 3.5rem;
  width: 100%;
  height: 12rem;
  border: 1px solid #b4b4b4;
  resize: none;
}
.korpa-area:focus {
  border: 1px solid #eb0029;
}

.korpa-btn {
  width: 32rem;
  height: 50px;
  color: #eb0029;
  border: 2px solid #eb0029;
  transition: 0.3s ease-in-out;
  outline: none;
  font-size: 1.5rem;
  font-weight: 700;
  letter-spacing: 2px;
  background-color: transparent;
  cursor: pointer;
  margin-top: 5.7rem;
  margin-bottom: 2.7rem;
}
.korpa-btn:hover {
  color: white;
  background-color: #eb0029;
}

.input-kontakt {
  width: 100%;
  padding-left: 2rem;
  cursor: pointer;
  height: 50px;
  border: 1px solid #4b4b4b;
  outline: none;
  background-color: transparent;
  font-size: 1.6rem;
}
.input-kontakt:focus {
  border: 1px solid #eb0029;
}

.kontakt-area {
  width: 100%;
  padding-left: 2rem;
  padding-top: 2rem;
  cursor: pointer;
  height: 9.3rem;
  border: 1px solid #4b4b4b;
  outline: none;
  background-color: transparent;
  font-size: 1.6rem;
  resize: none;
}
.kontakt-area:focus {
  border: 1px solid #eb0029;
}

.kontakt-btn {
  width: 32.5rem;
  height: 50px;
  color: #eb0029;
  border: 2px solid #eb0029;
  transition: 0.3s ease-in-out;
  outline: none;
  font-size: 1.5rem;
  font-weight: 700;
  letter-spacing: 2px;
  background-color: transparent;
  cursor: pointer;
}
.kontakt-btn:hover {
  color: white;
  background-color: #eb0029;
}

.index-btn {
  width: 27rem;
  height: 50px;
  color: #eb0029;
  border: 2px solid #eb0029;
  transition: 0.3s ease-in-out;
  outline: none;
  font-size: 1.5rem;
  font-weight: 700;
  letter-spacing: 2px;
  background-color: transparent;
  cursor: pointer;
  margin-top: 5rem;
}
.index-btn:hover {
  color: white;
  background-color: #eb0029;
}

.header {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  width: 100%;
  height: 45.4rem;
}

.nav-container {
  width: 100%;
  height: max-content;
  position: relative;
}

.nav-container-box-1 {
  border-top: 5px solid #eb0029;
  background-color: #e6e6e6;
  padding: 1.6rem 3.2rem;
  height: max-content;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: space-between;
}

.nav-container-box-1-l {
  flex-basis: 30%;
  display: flex;
  align-items: center;
}

.user {
  width: 20px;
  height: 20px;
  fill: #4b4b4b;
  margin-right: 12px;
}

.nav-container-box-1-l a {
  font-size: 1.5rem;
  color: #4b4b4b;
  text-decoration: none;
  transition: 0.3s ease-in-out;
}
.nav-container-box-1-l a:hover {
  color: #eb0029;
}
.nav-container-box-1-l span {
  font-size: 15px;
  color: #4b4b4b;
  margin-right: 1rem;
  margin-left: 1rem;
}

.active-nav {
  color: #eb0029 !important;
}

.cart {
  width: 20px;
  height: 20px;
  margin-right: 1rem;
  fill: #4b4b4b;
  cursor: pointer;
  transition: 0.3s ease-in-out;
}

.cart-active {
  fill: #eb0029 !important;
}

.nav-container-box-1-r {
  flex-basis: 30%;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  cursor: pointer;
}
.nav-container-box-1-r:hover .cart {
  fill: #eb0029;
}
.nav-container-box-1-r:hover p {
  transition: 0.3s ease-in-out;
  color: #eb0029;
}

.nav-container-box-2 {
  background-color: white;
  padding: 1.6rem 3.2rem;
  height: max-content;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: space-between;
}

.nav-container-box-2-l {
  flex-basis: 45%;
  position: relative;
}

.logo-header {
  width: 23.4rem;
  height: 4.9rem;
  object-fit: contain;
  -o-object-fit: contain;
}

.nav-container-box-2-m {
  flex-basis: 47%;
}

.nav-container-box-2-r {
  flex-basis: 8%;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.search {
  flex-basis: 40%;
  position: relative;
  width: 38px;
  height: 38px;
  margin-right: 1.3rem;
  display: flex;
  align-items: center;
  justify-items: center;
  justify-content: center;
  background-color: #e6e6e6;
  transition: 0.3s ease-in-out;
  cursor: pointer;
}
.search:hover {
  background-color: #eb0029;
}
.search:hover .search-svg {
  fill: white;
}

.search-svg {
  width: 17px;
  height: 17px;
  fill: #4b4b4b;
  transition: 0.3s ease-in-out;
}

.search-div {
  width: 25rem;
  background-color: white;
  position: absolute;
  bottom: -7rem;
  right: 0;
  height: 5rem;
  padding-top : 1rem;
  visibility: hidden;
  opacity: 0;
  transition: visibility 0.3s, opacity 0.5s;
}

.search-div-active {
  visibility: visible;
  opacity: 1;
}

.lan {
  flex-basis: 40%;
  position: relative;
  width: 38px;
  height: 38px;
  display: flex;
  align-items: center;
  justify-items: center;
  justify-content: center;
  background-color: #e6e6e6;
  transition: 0.3s ease-in-out;
  cursor: pointer;
}
.lan a {
  color: #4b4b4b;
  font-size: 1.5rem;
  text-decoration: none;
  transition: 0.3s ease-in-out;
}
.lan:hover {
  background-color: #eb0029;
}
.lan:hover a {
  color: white;
}

.lan-div {
  width: 4.3rem;
  background-color: white;
  position: absolute;
  bottom: -9rem;
  right: 0;
  height: max-content;
  padding: 1rem;
  visibility: hidden;
  opacity: 0;
  transition: visibility 0.3s, opacity 0.5s;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.lan-div a {
  color: #4b4b4b !important;
  font-size: 1.5rem;
  text-decoration: none;
  transition: 0.3s ease-in-out;
  margin-top: 0.5rem;
}
.lan-div a:hover {
  color: #eb0029 !important;
}

.lan-div-active {
  visibility: visible;
  opacity: 1;
}

.mob-lan {
  display: none;
}

.divider {
  width: 100%;
  height: 14rem;
  background-color: #eb0029;
  transform: translateY(-50%);
  display: flex;
  align-items: center;
  padding-left: 7.7rem;
  padding-right: 7.7rem;
}

.carousel-div-img-box {
  width: 100%;
  height: 10rem;
  padding: 0 15px;
}

.carousel-div-img-box img {
  width: 100%;
  height: 100%;
  object-position: center;
  object-fit: contain;
}

.footer {
  width: 100%;
  height: max-content;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  padding-top: 20px;
}

.location-div {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.location-div-box-l {
  flex-basis: 8%;
  position: center;
  display: flex;
  align-items: center;
  justify-items: center;
}

.location-svg {
  width: 32px;
  height: 40px;
}

.location-div-box-r a {
  font-size: 1.7rem;
  color: white;
  text-decoration: none;
  transition: 0.3s ease-in-out;
  display: flex;
}
.location-div-box-r a:hover {
  color: #eb0029;
}

.globe-svg {
  height: 37px;
  width: 37px;
}

.container-2-box-footer {
  flex-basis: 46%;
  text-align: right;
  position: relative;
}

.footer-socials {
  display: flex;
  justify-content: flex-end;
  margin-top: 2.5rem;
}

.socials {
  width: 38px;
  height: 38px;
  background-color: white;
  transition: 0.3s ease-in-out;
  display: flex;
  justify-content: center;
  align-items: center;
  justify-items: center;
  margin-left: 3.5rem;
}
.socials:hover {
  background-color: #eb0029;
}

.fb-svg {
  width: 10px;
  height: 23px;
  fill: black;
}

.yt-svg {
  width: 28px;
  height: 20px;
}

.copy {
  width: 100%;
  height: max-content;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding: 3rem 0;
  justify-content: space-between;
  border-top: 1px solid white;
  border-bottom: 5px solid #eb0029;
  margin-top: 8.5rem;
}

.copy-box-1 {
  position: relative;
  text-align: left;
  flex-basis: 50%;
}

.hide-copy-box-1-mob {
  display: block;
}

.show-copy-box-1-mob {
  display: none;
}

.web-c {
  text-decoration: none;
  color: white;
  font-size: 1.5rem;
  transition: 0.3s ease-in-out;
}
.web-c:hover {
  color: #eb0029;
}

.footer-meni {
  flex-basis: 50%;
  display: flex;
}

#nav-meni-footer {
  float: right;
  display: flex;
  height: max-content;
  justify-content: flex-end;
  align-items: center;
  justify-items: center;
  width: 100%;
}
#nav-meni-footer a {
  text-decoration: none;
  color: white;
  font-weight: 300;
  font-size: 1.5rem;
  transition: 0.3s ease-in-out;
  margin-left: 6.1rem;
}
#nav-meni-footer a:hover {
  color: #eb0029;
}
#nav-meni-footer li {
  float: left;
  display: inline;
  position: relative;
}

.cursor-pointer {
  cursor: pointer;
}

.modal-bg {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  visibility: hidden;
  opacity: 0;
  transition: visibility 0.3s, opacity 0.5s;
  z-index: 199;
  background-color: rgba(0, 0, 0, 0.2);
}

.bg-active {
  visibility: visible;
  opacity: 1;
}

.modal {
  height: 80vh;
  width: 53.5rem;
  background-color: white;
  justify-content: left;
  align-items: center;
  overflow: auto;
}

.modal-login {
  height: max-content;
  width: 53.5rem;
  background-color: white;
  justify-content: left;
  align-items: center;
}

.modal-header {
  text-align: left;
  position: relative;
  border-bottom: 1px solid #dfdfdf;
  width: 100%;
  padding: 2.5rem;
  margin-bottom: 10px;
}
.modal-header a {
  text-decoration: none;
  font-size: 1.7rem;
  color: black;
  opacity: 0.5;
  cursor: pointer;
  transition: 0.3s ease-in-out;
}
.modal-header a:hover {
  opacity: 1;
}

.modal-check {
  display: flex;
  padding: 2.5rem;
}

.modal-check-box {
  flex-basis: 45%;
  width: 100%;
  position: relative;
  display: flex;
  align-items: center;
  padding-top: 1rem;
}

.modal-check-box-2 {
  flex-basis: 100%;
  width: 100%;
  position: relative;
  display: flex;
  align-items: center;
  padding-top: 1rem;
}

.modal-inputs {
  display: flex;
  flex-direction: column;
  padding-top: 1rem;
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}

.modal-inputs-text {
  border: 1px solid #dfdfdf;
  height: 5rem;
  outline: none;
  padding-left: 1.8rem;
  display: inline-block;
  transition: 0.3s ease-in-out;
  font-size: 14px;
  width: 100%;
}
.modal-inputs-text:focus {
  border: 1px solid #eb0029;
}

.modal-inputs-text-margin-b {
  margin-bottom: 1.7rem;
}

.remove-svg-reg {
  height: 1.7rem;
  width: 1.7rem;
  fill: black;
  position: absolute;
  top: 1.8rem;
  right: 1.8rem;
}

.pass-vis {
  width: 100%;
  position: relative;
}

.pass-vis-see {
  width: 2.2rem;
  height: 1.5rem;
  fill: #dfdfdf;
  position: absolute;
  transition: 0.3s ease-in-out;
  cursor: pointer;
  right: 1.3rem;
  top: 1.9rem;
}
.pass-vis-see:hover {
  fill: black;
}

.modal-btn-div {
  width: 100%;
  padding-left: 2.5rem;
  padding-right: 2.5rem;
  text-align: center;
}

.btn-reg {
  width: 100%;
  height: 5rem;
  transition: 0.3s ease-in-out;
  cursor: pointer;
  border: 2px solid #eb0029;
  color: #eb0029;
  font-weight: 700;
  outline: none;
  font-size: 15px;
  letter-spacing: 1px;
  background-color: transparent;
  display: flex;
  justify-content: center;
  justify-items: center;
  align-items: center;
}
.btn-reg:hover {
  background-color: #eb0029;
  color: white;
}

.new-pass {
  transition: 0.3s ease-in-out;
}
.new-pass:hover {
  color: #eb0029;
}

.pravno-hidden {
  display: none;
}

.modal-bg-login {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  visibility: hidden;
  opacity: 0;
  transition: visibility 0.3s, opacity 0.5s;
  z-index: 199;
  background-color: rgba(0, 0, 0, 0.2);
}

.bg-active-log {
  visibility: visible;
  opacity: 1;
}

.proizvodi-nav-container {
  width: 100%;
  height: max-content;
  border-bottom: 5px solid #eb0029;
  position: absolute;
  top: 15rem;
  background-color: white;
  z-index: 6;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding-bottom: 0;
  padding-top: 1rem;
  padding-left: 3rem;
  padding-right: 3rem;
  visibility: hidden;
  opacity: 0;
  transition: visibility 0.3s, opacity 0.5s;
}

.bg-active-nav {
  visibility: visible;
  opacity: 1;
}

.proizvodi-nav-container-box-l {
  flex-basis: 48%;
  text-align: left;
  position: relative;
}

.proizvodi-nav-container-box-r {
  flex-basis: 48%;
  text-align: left;
  position: relative;
}

.proizvodi-nav-container-box {
  width: 100%;
  height: max-content;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  margin-bottom: 4rem;
  flex-basis: 50%;
}

.proizvodi-nav-container-box-mini-l {
  flex-basis: 30%;
  text-align: left;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  justify-items: center;
}
.proizvodi-nav-container-box-mini-l img {
  height: 11rem;
  width: 100%;
  object-fit: contain;
  object-position: center;
}

.proizvodi-nav-container-box-mini-r {
  flex-basis: 68%;
  text-align: left;
  position: relative;
}

.proizvodi-link {
  text-decoration: none;
  display: flex;
  font-size: 1.7rem;
  color: #4b4b4b;
  font-weight: 700;
  margin-bottom: 3.5rem;
  transition: 0.3s ease-in-out;
}
.proizvodi-link:hover {
  color: #eb0029;
}

#nav-meni {
  float: right;
  display: flex;
  justify-content: space-between;
  align-items: center;
  justify-items: center;
  width: 100%;
}
#nav-meni a {
  text-decoration: none;
  color: #4b4b4b;
  font-size: 1.5rem;
  transition: 0.3s ease-in-out;
  font-weight: 700;
}
#nav-meni a:hover {
  color: #eb0029;
}
#nav-meni li {
  float: left;
  display: inline;
  position: relative;
}

.show-burger {
  display: none !important;
  z-index: 2;
}

@media only screen and (max-width: 1800px) {
  html {
    font-size: 58.5%;
  }
}
@media only screen and (max-width: 1600px) {
  html {
    font-size: 52.5%;
  }
}
@media only screen and (max-width: 1440px) {
  html {
    font-size: 52.5%;
  }

  .footer-tel-container-box-1 {
    flex-basis: 24%;
  }

  .proizvodi-nav-container {
    top: 16rem;
  }

  .header-carousel-3 .owl-dots {
    position: absolute;
    bottom: 33rem;
    left: 16.6rem;
  }
}
@media only screen and (max-width: 1400px) {
  html {
    font-size: 45.5%;
  }
  html p {
    font-size: 14px !important;
  }
  html ul li a {
    font-size: 14px !important;
  }
  html a {
    font-size: 14px !important;
  }
  html .sortiranje {
    font-size: 14px !important;
  }
  html button {
    font-size: 14px !important;
  }
  html input::placeholder {
    font-size: 14px;
  }
  html textarea::placeholder {
    font-size: 14px;
  }

  #nav-meni {
    display: flex;
    position: fixed;
    width: 50vw;
    height: 100vh;
    flex-direction: column !important;
    justify-content: center;
    justify-items: center !important;
    align-items: center;
    top: 0;
    right: 0;
    opacity: 0;
    z-index: 2;
    margin-right: 0;
    transition: all 0.2s ease-in-out;
    transform: translateX(50vw);
    background-color: white;
    padding-left: 5rem;
    padding-right: 5rem;
  }
  #nav-meni a {
    color: #4b4b4b;
    font-size: 16px !important;
    width: max-content;
    height: max-content;
  }
  #nav-meni li {
    margin-bottom: 0 !important;
    height: 10rem !important;
    width: 100%;
    align-items: center;
    justify-items: center;
    display: flex;
    justify-content: center;
  }

  .show-burger {
    display: block !important;
    z-index: 9 !important;
    position: relative;
  }

  #nav-meni.open-meni {
    opacity: 1;
    transform: translateX(0);
    z-index: 9 !important;
  }
  #nav-meni.open-meni .close {
    width: 100%;
    height: 100%;
  }

  .close {
    display: flex;
    position: absolute;
    left: -100%;
    width: 0;
    height: 0;
    background-color: rgba(0, 0, 0, 0.5);
    transition: 0.3s ease-in-out;
  }

  .hamburger {
    outline: none;
    z-index: 98 !important;
  }

  .hamburger--collapse .hamburger-inner {
    background: #4b4b4b;
  }

  .hamburger--collapse .hamburger-inner::after {
    background: #4b4b4b;
  }

  .hamburger--collapse .hamburger-inner::before {
    background: #4b4b4b;
  }

  .hamburger.is-active .hamburger-inner,
  .hamburger.is-active .hamburger-inner::before,
  .hamburger.is-active .hamburger-inner::after {
    background: #4b4b4b !important;
  }

  .nav-container-box-2-r-mob-hidden {
    display: none;
  }

  .mob-lan {
    width: 100%;
    display: flex;
    align-items: center;
    justify-items: center;
    justify-content: center;
  }
  .mob-lan a {
    margin-left: 1rem;
    margin-right: 1rem;
  }

  .margin-mobile-t-10 {
    margin-top: 10rem;
  }

  .margin-mobile-t-20 {
    margin-top: 20rem;
  }
}
/*// xl*/
@media only screen and (max-width: 1200px) {
  html {
    font-size: 43.5%;
  }
}
@media only screen and (max-width: 1024px) {
  .wrap {
    padding-left: 2rem;
    padding-right: 2rem;
    width: 100%;
  }

  .wrap-carousel-2 {
    padding-left: 2rem;
    padding-right: 2rem;
    width: 100%;
  }

  .location-div-box-l {
    flex-basis: 10%;
  }

  .proizvodi-nav-container {
    top: 20rem;
  }

  .header-carousel-3 .owl-dots {
    position: absolute;
    bottom: 33rem;
    left: 1.5rem;
  }

  .sortiranje {
    padding-left: 16rem;
  }

  .sort-div {
    width: 48rem;
    height: 5rem;
    border: 1px solid #4b4b4b;
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
  }

  .akcija {
    width: 8rem;
  }
}
/*/ lg /*/
@media only screen and (max-width: 991px) {
  html {
    font-size: 42.5%;
  }

  /*margin-mobile*/
  .margin-mobile-t-1 {
    margin-top: 1rem;
  }

  .margin-mobile-t-2 {
    margin-top: 2rem;
  }

  .margin-mobile-t-3 {
    margin-top: 3rem;
  }

  .margin-mobile-t-4 {
    margin-top: 4rem;
  }

  .margin-mobile-t-5 {
    margin-top: 5rem;
  }

  .margin-mobile-t-6 {
    margin-top: 6rem;
  }

  .margin-mobile-t-7 {
    margin-top: 7rem;
  }

  .margin-mobile-t-8 {
    margin-top: 8rem;
  }

  .margin-mobile-t-9 {
    margin-top: 9rem;
  }

  .location-div-box-l {
    flex-basis: 7%;
  }

  .container-2-box {
    flex-basis: 100%;
	  width: 100%;
  }

  .container-2-box-footer {
    margin-top: 5rem;
    flex-basis: 100%;
    text-align: left;
    position: relative;
  }

  .footer-socials {
    display: flex;
    justify-content: flex-start;
    margin-top: 2.5rem;
  }

  .socials {
    margin-left: 0;
    margin-right: 3.5rem;
  }

  .container-1-headings-box-l {
    display: flex;
    width: 100%;
    position: relative;
    align-items: center;
    flex-basis: 100%;
  }

  .container-1-headings-box-r {
    margin-top: 3rem;
    display: flex;
    width: 100%;
    position: relative;
    align-items: center;
    flex-basis: 100%;
    justify-content: flex-end;
  }

  .proizvodi-box {
    width: calc((100% - 120px) / 2);
  }

  .proizvodi-box-index {
    flex-basis: 48%;
  }

  .socials-contact {
    position: absolute;
    bottom: 0;
    display: flex;
    padding-right: 0;
    width: 100%;
    padding-left: 0;
  }

  .socials-contact-box-2 {
    display: flex;
    flex-basis: 60%;
    justify-content: flex-start;
  }
  .socials-contact-box-2 img {
    height: 49px;
    width: 23.5rem;
    object-fit: contain;
    -o-object-fit: contain;
  }

  .socials-contact-box-1 {
    display: flex;
    flex-basis: 20%;
  }

  .container-2-box-detaljno-l {
    /* flex-basis: 100%; */
    width: 100%;
  }

  .container-2-box-detaljno-r {
    flex-basis: 100%;
    margin-top: 5rem;
  }

  .container-1-headings-back {
    margin-top: -3rem;
    height: max-content;
  }

  .container-2-box-video {
    flex-basis: 100%;
    margin-top: 2rem;
  }

  .carousel-svg-container {
    display: none;
  }
  .carousel-svg-container-video {
    display: none;
  }

  .carousel-padding {
    padding: 0 0;
  }

  .header-carousel .owl-dots {
    display: none;
  }

  .header-carousel-3 .owl-dots {
    display: none;
  }
}
/*// md*/
@media only screen and (max-width: 768px) {
  html {
    font-size: 41.5%;
  }

  .margin-mobile-t-30 {
    margin-top: 30rem;
  }

  .margin-mobile-t-40 {
    margin-top: 40rem;
  }

  .proizvodi-nav-container {
    top: 20rem;
  }

  .container-2-box-img-kontakt {
    flex-basis: 100%;
  }

  .container-2-box-map {
    flex-basis: 100%;
    margin-top: 5rem;
  }

  .poruka-container-box {
    flex-basis: 100%;
    margin-bottom: 2.5rem;
  }

  .poruka-container {
    margin-bottom: 0;
  }

  .container-2-box-detaljno-r {
    flex-basis: 100%;
  }

  .korpa-div {
    height: max-content;
  }
}
@media only screen and (max-width: 700px) {
  html {
    font-size: 41.5%;
  }

  .location-div-box-l {
    flex-basis: 13%;
  }
}
@media only screen and (max-width: 630px) {
  html {
    font-size: 40.5%;
  }

  #nav-meni-footer {
    flex-direction: column;
    width: 100%;
    float: right;
    display: flex;
    height: max-content;
    justify-content: flex-start;
    align-items: flex-start;
    justify-items: flex-start;
  }
  #nav-meni-footer a {
    margin-left: 0;
  }
  #nav-meni-footer li {
    margin-bottom: 2rem;
  }
  #nav-meni-footer span {
    display: none;
  }

  .copy-box-1 {
    position: relative;
    text-align: left;
    flex-basis: 100%;
  }

  .hide-copy-box-1-mob {
    display: none;
  }

  .show-copy-box-1-mob {
    display: block;
  }

  .proizvodi-box {
    flex-basis: 100%;
  }
  .proizvodi-box-index {
    flex-basis: 108%;
  }

  .proizvodi-nav-container {
    top: 21rem;
  }

  .proizvodi-nav-container-box-l {
    flex-basis: 100%;
  }

  .proizvodi-nav-container-box-r {
    flex-basis: 100%;
  }

  .about-card {
    height: max-content;
  }

  .kolicina-box-l {
    flex-basis: 100%;
  }

  .kolicina-box-r {
    margin-top: 5rem;
    flex-basis: 100%;
  }
}
/*// sm*/
@media only screen and (max-width: 576px) {
  html {
    font-size: 40.5%;
  }

  .proizvodi-nav-container-box {
    flex-basis: 100%;
  }
}
@media only screen and (max-width: 450px) {
  html {
    font-size: 38.5%;
  }

  .footer-tel-container-box-1 {
    flex-basis: 25%;
  }

  .border-div-korpa {
    border-top: 15px solid #eb0029;
    border-left: 15px solid #eb0029;
    width: 43rem;
  }

  .border-div-bottom-korpa {
    width: 15px;
  }

  .email-div-box-1 {
    flex-basis: 90%;
    position: relative;
    text-align: left;
    display: flex;
    align-items: center;
  }

  .video {
    width: 100%;
  }

  .kontakt-btn {
    width: 100%;
    margin-top: 2rem;
  }

  .sort-div {
    width: 100%;
  }

  .sortiranje {
    padding-left: 19rem;
  }

  .akcija {
    width: 9rem;
  }

  .about-btn {
    width: 38rem;
  }

  .about-btn-center {
    display: flex;
    justify-content: center;
  }
}
@media only screen and (max-width: 380px) {
  html {
    font-size: 36.5%;
  }
}
@media only screen and (max-width: 320px) {
  html {
    font-size: 36.5%;
  }

  .location-div-box-l {
    flex-basis: 16%;
  }

  .border-div {
    width: 55rem;
  }

  .nano-korpa {
    width: 100%;
  }

  .akcija {
    width: 10rem;
  }
}

.about-cards-wrapper {
  width: 100%;
  height: max-content;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  margin-top: 50px;
}
.about-cards-wrapper .about-card {
  width: 31.33%;
  height: auto;
  padding: 20px;
  align-items: center;
}
.sertifikat-cotaniner {
  width: 100%;
  height: 250px;
  background-color: #eb0029;
  margin-top: 100px;
  display: flex;
  align-items: center;
  padding: 20px;
  position: relative;
}
.sertifikat-cotaniner .bedz {
  width: 150px;
}
.sertifikat-cotaniner .sertifikat {
  width: 290px;
  position: relative;
  margin-left: 20px;
  border-top: solid 2px #eb0029;
}

.kartice-container {
  border-top: solid 1px rgba(0, 0, 0, 0.2);
  padding-top: 50px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.kartice-container img {
  width: 100%;
  max-width: 830px;
  height: auto;
}
.kartice-container h5 {
  font-size: 22px;
  margin-bottom: 20px;
  color: #4b4b4b;
}
.kartice-container p {
  text-align: center;
  margin-bottom: 20px;
}

@media screen and (max-width: 1400px) {
  .sertifikat-cotaniner .sertifikat {
    width: 220px;
  }
}
@media screen and (max-width: 991px) {
  .about-card-l {
    flex-basis: initial;
  }
  .about-card-r {
    flex-basis: initial;
  }
  .sertifikat-cotaniner {
    margin-bottom: 100px;
    max-width: 520px;
    margin-left: auto;
    margin-right: auto;
  }
  .sertifikat-cotaniner .sertifikat {
    width: 290px;
  }
}
@media screen and (max-width: 768px) {
  .about-card {
    width: 100% !important;
  }
}
@media screen and (max-width: 576px) {
  .sertifikat-cotaniner {
    margin-bottom: 0;
    max-width: 100%;
    height: max-content;
    flex-direction: column;
  }
  .sertifikat-cotaniner .bedz {
    width: 100%;
    max-width: 150px;
  }
  .sertifikat-cotaniner .sertifikat {
    position: relative;
    left: initial;
    width: 100%;
    max-width: 290px;
    margin-top: 20px;
    margin-left: 0;
  }
}

.flex-wrap {
  display: flex;
  flex-wrap: wrap;
}
.mp-wrapper {
  width: max-content;
  max-width: 100%;
  height: max-content;
  position: relative;
  display: flex;
  flex-direction: column;
}
.mp-wrapper h5 {
  font-size: 16px;
  text-transform: uppercase;
  margin-bottom: 5px;
  font-weight: 700;
  color: #4b4b4b;
}
.mp-wrapper p {
  margin-bottom: 0;
}
.mr-20px {
  margin-right: 20px;
}
.finansiranje-box {
  width: 100%;
  height: max-content;
  position: relative;
  display: flex;
  flex-direction: column;
  margin-top: 30px;
}
.finansiranje-box h5 {
  font-size: 16px;
  text-transform: uppercase;
  margin-bottom: 5px;
  font-weight: 700;
  color: #4b4b4b;
}

.first-header-side-pic2 {
  position: absolute;
  width: 220px !important;
  height: 140px !important;
  object-fit: contain !important;
  object-position: center;
  position: absolute;
  right: 0;
  bottom: -100px;
}
.second-header-side-pic2 {
  position: absolute;
  width: 220px !important;
  height: 140px !important;
  object-fit: contain !important;
  object-position: center;
  position: absolute;
  right: 0;
  bottom: -100px;
  transform: translateY(-160px);
}
.third-header-side-pic2 {
  position: absolute;
  width: 220px !important;
  height: 140px !important;
  object-fit: contain !important;
  object-position: center;
  position: absolute;
  right: 0;
  bottom: -100px;
  transform: translateY(-320px);
}
@media screen and (max-width: 1400px) {
  .first-header-side-pic2 {
    height: 120px !important;
  }
  .second-header-side-pic2 {
    height: 120px !important;
    transform: translateY(-130px);
  }
  .third-header-side-pic2 {
    height: 120px !important;
    transform: translateY(-260px);
  }
}

@media screen and (max-width: 576px) {
	.header-index{
		padding-bottom: 180px;
	}
	.first-header-side-pic2{
		width: 31.33% !important;
		left: 0;
		bottom: -150px;
		object-position: left;
	}
	.second-header-side-pic2{
		width: 31.33% !important;
		left: 33.33%;
		bottom: -150px;
		transform: initial;
		object-position: left;
	}
  .third-header-side-pic2 {
	  	width: 31.33% !important;
		left: 66.66%;
		bottom: -150px;
	  	transform: initial;
	  object-position: left;
  }
}

.toggle-box-wrapper {
  width: 100%;
  height: max-content;
  display: flex;
  align-items: center;
  position: relative;
  margin-top: 30px;
  margin-bottom: 30px;
	padding-bottom: 30px;
	border-bottom: solid 1px rgba(0,0,0,0.2);
}

.toggle-modal-btn {
  width: 32%;
	max-width: 200px;
  height: max-content;
  
  border: none;
  outline: none;
  background: none;
  cursor: pointer;
  position: relative;
  transition: 0.2s ease-in-out;
	margin-right: 1.33%;
}

.toggle-modal-btn img {
  width: 100%;
  height: 100%;
  max-height: 120px;
  object-fit: contain;
  object-position: left;
}

.popup-bg {
  width: 100vw;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999999;
  background-color: rgba(0, 0, 0, 0.4);
  backdrop-filter: blur(10px);
  display: none;
  align-items: center;
  justify-content: center;
}
.popup-bg.show {
  display: flex;
}

.popup-content {
  width: 85%;
  max-width: 900px;
  height: max-content;
  max-height: 80vh;
  overflow: auto;
  background: white;
  border-top: solid 4px #eb0029;
  padding: 25px;
  position: relative;
}

.popup-content-header {
  width: 100%;
  height: max-content;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-bottom: 40px;
  margin-top: 15px;
}

.popup-content-header h2 {
  font-size: 26px;
  font-weight: 300;
  color: #4b4b4b;
  width: 100%;
  text-align: center;
  text-transform: uppercase;
}

.popup-content-header h2 strong {
  color: #eb0029;
}

.popup-content-header p {
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 0;
}

.popup-content-prices {
  width: 100%;
  height: max-content;
  display: flex;
  align-items: center;
  justify-content: space-around;
  flex-wrap: wrap;
  padding-top: 20px;
  border-top: solid 1px rgba(0, 0, 0, 0.4);
  border-bottom: solid 1px rgba(0, 0, 0, 0.4);

  margin-bottom: 30px;
}

.price-wrapper {
  width: max-content;
  max-width: 100px;
  height: max-content;
  display: flex;
  flex-direction: column;
  position: relative;
  margin-bottom: 20px;
}
.price-wrapper p {
  font-size: 14px;
  font-weight: 300;
  text-transform: uppercase;
  margin-bottom: 0;
}
.price-wrapper h3 {
  font-size: 28px;
  font-weight: bold;
  color: #4b4b4b;
}

.popup-content-main {
  width: 100%;
  height: max-content;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.popup-content-main p {
  font-size: 14px;
  font-weight: 300;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .price-wrapper h3 {
    font-size: 22px;
  }
}
@media screen and (max-width: 576px) {
  .price-wrapper {
    width: 50%;
    max-width: 50%;
    justify-content: center;
    align-items: center;
  }
}

@media screen and (max-width: 576px) {
  .nav-container-box-2-m {
    flex-basis: initial !important;
  }
}
@media screen and (max-width: 350px) {
  .border-div {
    width: 100% !important;
  }
  .img-about-div {
    width: 65vw !important;
    height: 65vw !important;
  }
}

.close-modal-btn{
	height: 30px;
	width: 30px;
	position: absolute;
	top:10px;
	right: 10px;
	display:flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	border: none;
	outline: none;
	background: transparent;
	color: #464646;
	transition: 0.2s easy-in-out;
}
.close-modal-btn:hover,
.close-modal-btn:focus{
	color: #eb0029;
}

.close-modal-btn svg{
	height: 20px;
}

.badge {
  position: absolute;
  top: -10px;
  right: -10px;
}

.badge img {
  height: auto;
  width: 60px;
}

.badge-award {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 5px;
}

.badge-award img {
  height: auto;
  width: 90px;
}

.cijena {
  position: relative;
}

@media screen and (max-width: 991px) {
  .container-2-box-detaljno-r-mob {
    order: 2;
  }
}

@media screen and (max-width: 576px) {
  .badge-award img {
    width: 70px;
  }
}


.wh-layer {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  background-color: rgba(255, 255, 255, 0.2);
}

.bl-layer {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.2);
}



@media screen and (max-width: 576px) {
  .header-banners-wrapper {
    position: relative;
      width: 100%;
      top: 34rem;
  }
  .header-index {
    height: 128.6rem;
  }
}
