@charset "UTF-8";
* {
  margin: 0;
  padding: 0;
  font-family: "Nunito";
}

.clear {
  clear: both;
}
.underline:hover {
  text-decoration: underline;
}

a {
  text-decoration: none;
  color: #48A23F;
}

body {
  --header-height: 100vh;
  position: relative;
  overflow-x: hidden;
  background-image: url("dsg/current-choice.png");
  background-repeat: no-repeat;
  background-position: -1050px calc(100vh - 115px);
}
body.content-page {
  background-image: none;
  padding-top: 0px;
}
body.content-page .menu {
  height: 112px;
  background-color: #000000;
}
body.asortima-page {
  background-image: url("dsg/subpage-list-background.png");
  background-position: 0px 0px;
  background-repeat: no-repeat;
  background-size: 100% 770px;
  padding-top: 0px;
}
body.asortima-page .menu {
  height: 112px;
  background-color: #000000;
}
body.content-page .submenu h1, body.asortima-page .submenu h1 {
  display: none;
}

.mt-200 {
  margin-top: 200px;
}

.ml-0 {
  margin-left: 0px;
}

.mt-0 {
  margin-top: 0px;
}

.main-width {
  max-width: 1420px;
  height: 100%;
  margin: 0 auto;
  position: relative;
}
.main-width.ml-0 {
  margin-left: 0px;
}

header {
  height: calc(100vh - 114px);
  /*background-color: $gray-20;*/
  position: relative;
  display: block;
}

.header-brand {
  position: absolute;
  left: -5px;
  display: block;
  background-repeat: no-repeat;
  z-index: 500;
  transform-origin: left top;
  transform: scale(0.75);
  transition: background-position 300ms ease;
}
.header-brand.ahac {
  width: 317px;
  height: 142px;
  background-position: -4px top;
  top: 180px;
  background-image: url("dsg/brand-logo-ahac.svg");
}
.header-brand.ahac:hover {
  background-position: 10px top;
}
.header-brand.droga {
  width: 294px;
  height: 116px;
  background-position: -25px top;
  top: 300px;
  background-image: url(dsg/brand-logo-droga.svg);
}
.header-brand.droga:hover {
  background-position: -11px top;
}
.header-brand.iskra {
  width: 377px;
  height: 170px;
  background-position: -12px top;
  top: 40px;
  background-image: url("dsg/brand-logo-iskra.svg");
}
.header-brand.iskra:hover {
  background-position: 2px top;
}

.header-btn {
  display: inline-block;
  color: #231F20;
  box-sizing: border-box;
  padding: 23px 66px;
  border-radius: 0px 100px 100px 100px;
  border: 1px solid #231F20;
  font-size: 20px;
  font-weight: 500;
  margin-top: 3.5rem;
  margin-bottom: 1rem;
  transition: 0.2s;
}
.header-btn:hover {
  background-color: #231F20;
  color: #ffffff;
}

.index-action {
  position: absolute;
  width: 340px;
  height: 470px;
  right: 0px;
  top: 40px;
  z-index: 500;
  overflow: hidden;
  background-image: url("dsg/index-action-top.png");
  background-repeat: no-repeat;
  transition: width 200ms ease;
  transform-origin: left top;
  transform: translateX(25%) scale(0.75);
}
.index-action:hover {
  width: 920px;
}
.index-action .catalog {
  position: absolute;
  left: 116px;
  top: 55px;
  width: 170px;
  transform: rotate(15deg);
}
.index-action .catalog-1, .index-action .catalog-2, .index-action .catalog-3 {
  position: absolute;
  top: 40px;
}
.index-action .catalog-1 {
  left: 418px;
}
.index-action .catalog-2 {
  left: 606px;
}
.index-action .catalog-3 {
  left: 786px;
}
.index-action .index-action-bottom {
  position: absolute;
  left: 0px;
  right: 0px;
  top: 270px;
  bottom: 0px;
  background-image: url("dsg/index-action-bottom.png");
  background-position: left bottom;
  background-repeat: no-repeat;
}

.mini-action {
  display: block;
  position: fixed;
  width: 280px;
  height: 131px;
  right: -100px;
  top: 40px;
  z-index: 620;
  background-image: url("dsg/mini-action.png");
  background-repeat: no-repeat;
  transition: transform 300ms ease;
}

.index .mini-action {
  transform: translateX(200px);
  *top: 0px;
}

h1 {
  font-family: "Nunito";
  *color: #6d6e70;
  color: #333;
  font-weight: 600;
  font-size: 48px;
  margin-bottom: 30px;
}
h1.white {
  color: #ffffff;
}
h1.center {
  text-align: center;
}
h1.negative-top {
  position: relative;
  margin-top: -80px;
}

h1.big {
  color: #58585b;
  color: #333;
  font-size: 60px;
  word-break: break-all;
}

.brands h1 {
  font-size: 60px;
}

.newslink h1 {
  margin-bottom: 20px;
}

h2 {
  color: #6d6e70;
  font-weight: 400;
  font-size: 26px;
  margin-top: 10px;
}
h2.white {
  color: #ffffff;
}

.header-right {
  /*	width: calc(100% - 150px);*/
  width: 100%;
  float: left;
  background-color: #e9eaeb;
  position: relative;
}
.header-right .slick-dots {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 42px;
  text-align: center;
}
.header-right .slick-dots > li {
  display: inline-block;
  margin-left: 12px;
  margin-right: 12px;
}
.header-right .slick-dots > li > button {
  width: 11px;
  height: 11px;
  border: 0px;
  border-radius: 50%;
  color: transparent;
  background-color: #eeeeee;
  cursor: pointer;
}
.header-right .slick-dots > li > button:focus {
  outline: none;
}
.header-right .slick-dots > li.slick-active > button {
  background-color: #48A23F;
}

.header-slide {
  width: 100%;
  height: calc(100vh - 114px) !important;
  position: relative;
  outline: none;
}

.header-slide-img {
  position: absolute;
  width: 100%;
  height: 100%;
}
.header-slide-img img {
  object-fit: cover;
  height: 100%;
  width: 100%;
}

.header-slide-text {
  color: #231F20;
  font-size: 20px;
  position: absolute;
  bottom: 30px;
  left: 200px;
}

.header-arrows {
  width: 200px;
  right: 120px;
  bottom: 30px;
  position: absolute;
}

.header-arrow-left, .header-arrow-right {
  height: 76px;
  width: 76px;
  background-image: url("dsg/prev-arrow.png");
  background-repeat: no-repeat;
  background-position: 45%;
  border-radius: 100%;
  cursor: pointer;
  display: inline-block;
  background-color: #A3B0BD;
  position: absolute;
  bottom: 30px;
  transition: 0.2s;
}
.header-arrow-left:hover, .header-arrow-right:hover {
  background-color: #48A23F;
}

.header-arrow-right {
  background-image: url("dsg/next-arrow.png");
  background-position: 60%;
  margin-left: 54px;
  left: 65px;
}

.menu {
  position: relative;
  /*background-image: url("dsg/current-choice.png");
  background-repeat: no-repeat;
  background-position: -1050px top;*/
  box-sizing: border-box;
  height: 322px;
}

.menu-filler {
  display: none;
  height: 60px;
}

.sticky .menu-filler {
  display: block;
  height: 322px;
}
.sticky .menu {
  background-image: none;
  background-color: #000000;
  height: 112px;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 100;
}
.sticky .menu .logo {
  display: block;
  left: 0;
}
.sticky .menu + .about {
  padding-top: 190px;
}
.sticky.asortima-page .menu {
  background-color: none;
}
.sticky.content-page .menu-filler {
  height: menu_height_sticky;
}

.index.sticky .mini-action {
  transform: translateX(0px);
}

.content-page .menu-filler, .asortima-page .menu-filler {
  display: none;
}
.content-page .menu, .asortima-page .menu {
  position: sticky;
  background-image: none;
}

.submenu {
  position: sticky;
  left: 0px;
  right: 0px;
  top: 112px;
  /*min-height: $submenu_height;*/
  min-height: auto;
  padding-bottom: 18px;
  padding-top: 14px;
  background-color: rgba(0, 0, 0, 0.65);
  z-index: 95;
}
.submenu h1 {
  margin: 0px;
  margin-left: 340px;
  font-weight: 300;
  font-size: 2rem;
  text-transform: uppercase;
  color: #000000;
  word-break: break-all;
}
.submenu h1 strong {
  font-weight: 900;
}
.submenu .content-icon {
  position: absolute;
  left: -1px;
  top: 78px;
}
.submenu .official-page {
  position: absolute;
  right: 9px;
  bottom: 13px;
  background-color: #ffffff;
  border-radius: 0px 50px 50px 50px;
  border: 1px solid #939598;
  padding: 14px 28px;
  color: #000000;
  font-size: 20px;
  font-weight: 300;
  transition: background-color 200ms ease, border-color 200ms ease;
}
.submenu .official-page:hover {
  background-color: #48A23F;
  color: white;
  border-color: #48A23F;
}

nav {
  box-sizing: border-box;
  padding-top: 40px;
  transition: 0.2s;
  margin-left: 310px;
}
nav > ul > li {
  display: inline-block;
  margin-right: 25px;
}
nav > ul > li > a {
  color: #ffffff;
  display: block;
  font-size: 20px;
  font-weight: 500;
  padding: 9px 30px;
  border-radius: 0px 50px 50px 50px;
  border: 1px solid transparent;
  transition: 0.2s;
}
nav > ul > li > a:hover, nav > ul > li > a.active {
  /*border: 1px solid $red-2;
  color: $red-2;*/
  background-color: #ffffff;
  color: black;
}

.about {
  background-color: #ffffff;
  box-sizing: border-box;
  padding: 60px 0px;
  position: relative;
  color: #58585b;
  font-weight: 400;
  font-size: 17px;
}

.about-2 {
  background-color: #ffffff;
  box-sizing: border-box;
  padding: 60px 0px;
  position: relative;
  color: #58585b;
  font-weight: 400;
  font-size: 17px;
}
.about-2 .about-text {
  padding-right: 0px;
  width: 45%;
}
.about-2 .about-img {
  width: 45%;
}

.about-img {
  float: left;
  background-image: url("dsg/about.png");
  background-repeat: no-repeat;
  background-position: top right;
  background-size: cover;
  width: 48%;
  display: block;
  box-sizing: border-box;
  height: 350px;
}

.about-text {
  float: right;
  width: 48%;
  box-sizing: border-box;
  padding-right: 200px;
}

.about-text-columns {
  -webkit-column-count: 2;
  -moz-column-count: 2;
  column-count: 2;
  column-gap: 50px;
}

.videos-main {
  box-sizing: border-box;
  padding: 0px;
  padding-top: 0px;
  padding-bottom: 0px;
  position: relative;
  margin-top: 115px;
  margin-bottom: 60px;
  transform: rotate(-5.8deg) translateX(-30px);
}

.videos-arrows {
  position: absolute;
  top: -120px;
  width: 1175px;
  height: 560px;
  left: 0;
  right: 0;
  margin: auto;
}

.videos {
  width: 100%;
  margin: 0 auto;
}

.video-slide {
  position: relative;
  outline: none;
  padding-bottom: 70px;
  margin: 0px 85px;
  overflow: hidden;
}
.video-slide:hover img { transform: scale(1.1); }
.video-slide img { transition: 0.6s ease; }


.video-shadow {
  width: 400px;
  height: 235px;
  position: absolute;
  background-image: url("dsg/videos-shadow.png");
  background-repeat: no-repeat;
  background-position: bottom 70px center;
  background-size: cover;
  z-index: 1;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  transition: 0.2s;
}

.video-slide.slick-current .video-shadow {
  background-position: bottom;
}

.video-inner {
  position: relative;
  z-index: 2;
  width: 400px;
  height: 235px;
  margin: 0 auto;
  transition: 0.2s;
}

.video-arrow-left, .video-arrow-right {
  display: inline-block;
  height: 55px;
  width: 55px;
  background-color: #e8ebee;
  border-radius: 100%;
  background-image: url("dsg/prev-arrow.png");
  background-repeat: no-repeat;
  background-position: center;
  cursor: pointer;
  position: absolute;
  top: 252px;
  z-index: 10;
  transition: 0.2s;
}
.video-arrow-left:hover, .video-arrow-right:hover {
  background-color: #707271;
}

.video-arrow-right {
  background-image: url("dsg/next-arrow.png");
  right: 0;
}

.video-arrow-left {
  left: 0;
}

.main-gallery {
  position: relative;
}

.gallery-img-container {
  display: block;
  float: left;
  width: 25%;
}
.gallery-img-container.large {
  width: 50%;
}

.gallery-img-inner {
  padding-bottom: 80%;
  position: relative;
  overflow: hidden;
}
.gallery-img-inner img {
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.gallery-img-text {
  position: absolute;
  bottom: 10%;
  left: 10%;
  color: #6d6e70;
  font-size: 20px;
  width: 50%;
}

.large .gallery-img-text {
  font-size: 36px;
}

.brands-main {
  box-sizing: border-box;
  padding: 60px 0px;
  background-color: #f1f3f3;
  text-align: center;
}

.brands-text {
  width: 450px;
  margin: 0 auto;
  color: #6d6e70;
  font-weight: 400;
  font-size: 20px;
}

.brands {
  width: 100%;
  margin: 0 auto;
  margin-top: 40px;
}

.brand-slide {
  position: relative;
  outline: none;
  width: 350px;
  margin: 0px 15px;
  padding-top: 30px;
  transition: 0.3s;
}

.brand-shadow {
  width: 100%;
  height: 100%;
  position: absolute;
  background-image: url("dsg/brands-slide-shadow.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  z-index: 1;
}

.brand-slide.slick-current {
  padding-top: 0px;
  padding-bottom: 20px;
}

.brand-slide.slick-current .brand-shadow {
  background-position: bottom -20px center;
}

.brand-inner {
  background-color: #ffffff;
  border-radius: 10px;
  text-align: center;
  box-sizing: border-box;
  padding: 50px;
  position: relative;
  z-index: 2;
  height: 100%;
  width: 100%;
}

.brand-pic {
  height: 50px;
  width: 50px;
  margin: 0 auto;
  border-radius: 100%;
  overflow: hidden;
  background-color: #e0e0e0;
  margin-bottom: 20px;
  margin-top: 40px;
}
.brand-pic img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.brand-text {
  color: #58585b;
  margin-bottom: 60px;
  font-size: 18px;
}

.brand-arrow-left, .brand-arrow-right {
  display: inline-block;
  height: 55px;
  width: 55px;
  margin: 0px 15px;
  background-color: #e8ebee;
  border-radius: 100%;
  transition: 0.2s;
  cursor: pointer;
  background-image: url("dsg/prev-arrow.png");
  background-repeat: no-repeat;
  background-position: center;
}
.brand-arrow-left:hover, .brand-arrow-right:hover {
  background-color: #48A23F;
}

.brand-arrow-right {
  background-image: url("dsg/next-arrow.png");
}

.brands-arrows {
  margin-top: 40px;
  height: 50px;
}

.soc-med {
  margin-top: 50px;
}
.soc-med a {
  display: inline-block;
  height: 60px;
  width: 60px;
  border-radius: 100%;
  margin-right: 10px;
  background-position: center;
  background-repeat: no-repeat;
}
.soc-med a:hover {
  background-color: #efefef;
}
.soc-med a.fb {
  background-image: url("dsg/fb-icon.png");
}
.soc-med a.twit {
  background-image: url("dsg/twit-icon.png");
}
.soc-med a.snap {
  background-image: url("dsg/snap-icon.png");
}
.soc-med a.gplus {
  background-image: url("dsg/gplus-icon.png");
}

.googlemap {
  width: 100%;
  height: 450px;
}
.googlemap iframe {
  width: 100%;
  height: 100%;
}

.about-3 {
  background-color: #ffffff;
  box-sizing: border-box;
  padding: 60px 0px;
}

.about-3-menu {
  position: relative;
}

.about-3-menu-item {
  list-style: none;
  box-sizing: border-box;
  padding: 30px 0px;
  width: 20%;
  display: inline-block;
  margin-right: -4px;
  text-align: center;
  color: #6d6e70;
  font-weight: 500;
  font-size: 16px;
  cursor: pointer;
  transition: 0.2s;
  background-color: #e9edef;
  position: relative;
}
.about-3-menu-item:hover, .about-3-menu-item.active {
  background-color: #707271;
  color: #ffffff;
}
.about-3-menu-item.active span {
  display: block;
  position: absolute;
  height: 15px;
  width: 35px;
  bottom: -15px;
  left: 0;
  right: 0;
  margin: auto;
  background-image: url("dsg/about-menu-down.png");
  background-repeat: no-repeat;
  background-position: center;
}

.about-3-content {
  margin-top: 60px;
  color: #58585b;
  font-weight: 400;
  font-size: 17px;
}

.about-3-content-left {
  float: left;
  width: 48%;
}

.about-3-content-right {
  float: right;
  width: 48%;
}
.about-3-content-right img {
  width: 100%;
}

.about-element {
  margin-bottom: 40px;
}

.about-element-circle {
  height: 75px;
  width: 75px;
  background-color: #f4f4f4;
  border-radius: 100%;
  overflow: hidden;
  position: relative;
  float: left;
}
.about-element-circle img {
  position: absolute;
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.about-element-text {
  float: right;
  width: calc(100% - 170px - 10px);
}

.about-btn {
  display: inline-block;
  background-color: #48A23F;
  border: 1px solid #48A23F;
  color: #ffffff;
  box-sizing: border-box;
  padding: 12px 30px;
  border-radius: 100px;
  font-size: 16px;
  font-weight: 500;
  margin-top: 25px;
  transition: 0.2s;
  margin-right: 10px;
}
.about-btn:hover {
  background-color: #2d231f;
  border: 1px solid #2d231f;
}
.about-btn.white {
  background-color: #ffffff;
  color: #58585b;
  border: 1px solid #58585b;
}
.about-btn.white:hover {
  background-color: #58585b;
  color: #ffffff;
}

.about-3-content {
  display: none;
}
.about-3-content.opened {
  display: block;
}

.navbtn {
  display: none;
}

.menu-close {
  display: none;
}

.menu-content {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 600;
}
.menu-content .logo {
  left: 0px;
}

.logo {
  display: block;
  width: 277px;
  height: 131px;
  background-image: url("dsg/brand-logo-iskra.svg");
  background-repeat: no-repeat;
  background-position: left center;
  background-size: contain;
  margin-right: 50px;
  transition: 0.2s;
  position: absolute;
  left: -364px;
  top: 40px;
}

.index .logo {
  display: none;
}

.content {
  box-sizing: border-box;
  position: relative;
  color: #58585b;
  font-weight: 400;
  font-size: 18px;
  margin-top: 0px;
  margin-bottom: 2rem;
  margin-left: 240px;
  margin-right: 240px;
}
.content img {
  max-width: 100%;
  height: auto;
}
.content .social {
  position: absolute;
  z-index: 10;
  left: 90px;
  /*float: right;*/
}
.content .social .sicon {
  display: block;
  background-color: #E8E7E8;
  border-radius: 180%;
  width: 45px;
  height: 45px;
  margin: 15px;
  background-repeat: no-repeat;
  background-position: center center;
  /*float: left;*/
}
.content .social .sicon:hover {
  background-color: #48A23F;
}
.content .social .sicon.facebook {
  background-image: url(dsg/social/facebook.png);
}
.content .social .sicon.twitter {
  background-image: url(dsg/social/twitter.png);
}
.content .social .sicon.linkedin {
  background-image: url(dsg/social/linkedin.png);
}
.content .social .sicon.instagram {
  background-image: url(dsg/social/instagram.png);
}
.content .social .sicon.message {
  background-image: url(dsg/social/sms.png);
}
.content .social .sicon.email {
  background-image: url(dsg/social/email.png);
}
.content .social .sicon.print {
  background-image: url(dsg/social/print.png);
}
.content.product-content {
  margin-left: 0px;
  margin-right: 0px;
  margin-top: -80px;
}

.lead_small {
  font-size: 25px;
  color: #333;
}

.lead_big {
  font-size: 28px;
  color: #333;
}

.newslist {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  margin-top: 100px;
}

.newslink {
  display: block;
  position: relative;
  width: 30%;
  margin-bottom: 30px;
  margin-right: 5%;
}
.newslink:nth-of-type(3n) {
  margin-right: 0%;
}
.newslink:hover {
  background-color: #f4f4f4;
}
.newslink.alt {
  width: 18%;
  margin-bottom: 30px;
  margin-right: 2%;
}
.newslink.alt.our-brand {
  background-color: #48A23F;
  color: white;
}
.newslink.alt.our-brand .newslink-text h1 {
  color: white;
}
.newslink.alt:nth-of-type(3n) {
  margin-right: 2%;
}
.newslink.alt:nth-of-type(5n) {
  margin-right: 0%;
}

.newslink-img {
  width: 100%;
  height: 200px;
}
.newslink-img img {
  display: block;
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.newslink-text {
  margin-top: 10px;
  color: #58585b;
  padding: 10px;
}

.content-right {
  float: right;
  box-sizing: border-box;
  padding-right: 200px;
  padding-left: 200px;
  padding-top: 0px;
  position: relative;
  *margin-top: -80px;
  width: 100%;
}
.content-right ul, .content-right ol {
  padding-left: 20px;
}
.content-right ul li, .content-right ol li {
  line-height: 30px;
}
.content-right h2 {
  font-size: 1.9rem;
  color: #6d6e70;
  color: #333;
  font-weight: 400;
  margin: 0px;
}
.content-right h3 {
  font-size: 1.8rem;
  color: #333;
  font-weight: 300;
  margin: 0px;
}
.content-right h4 {
  font-size: 1.7rem;
  color: #333;
  font-weight: 300;
  margin: 0px;
}
.content-right h5 {
  font-size: 1.6rem;
  color: #333;
  font-weight: 300;
  margin: 0px;
}
.content-right iframe {
  max-width: 100%;
}

blockquote {
  border-left: 5px solid #48A23F;
  padding: 20px;
  margin: 20px;
  font-style: italic;
  font-size: 21px;
  color: #333;
}

.quote_left, .quote_right {
  *border-top: 5px solid #48A23F;
  display: block;
  width: 33%;
  margin: 25px;
  padding: 10px;
  font-size: 20px;
  font-weight: bolder;
  color: #333;
}

.quote_left {
  float: left;
  margin-left: 0px;
  border-right: 5px solid #48A23F;
}

.quote_right {
  float: right;
  margin-right: 0px;
  border-left: 5px solid #48A23F;
}

.content-menu {
  width: 150px;
  float: left;
  box-sizing: border-box;
  padding: 0px 0px 0px 20px;
  position: relative;
}
.content-menu ul {
  list-style: none;
}
.content-menu ul > li {
  display: block;
}
.content-menu ul > li > a {
  display: block;
  border-top: 3px solid #bfbebe;
  padding: 15px 0px;
  margin-bottom: 25px;
  color: #6d6e70;
  transition: 0.2s;
}
.content-menu ul > li > a:hover, .content-menu ul > li > a.active {
  border-top: 3px solid #48A23F;
  color: #48A23F;
}

.menu-extend {
  height: 3px;
  width: 50%;
  border-top: 3px solid #48A23F;
  position: absolute;
  top: 0;
  left: 0;
}

.content-bg {
  position: absolute;
  width: 100%;
}
.content-bg img {
  width: 100%;
  height: 100%;
  display: block;
  filter: blur(20px);
  -webkit-filter: blur(20px);
  opacity: 0.5;
}

.content-menu-icons a {
  height: 30px;
  width: 30px;
  display: block;
  margin: 0 auto;
  margin-bottom: 20px;
  position: relative;
}
.content-menu-icons a img {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  transition: 0.2s;
}
.content-menu-icons a:hover img {
  opacity: 0.5;
}

.product-content {
  background-repeat: no-repeat;
  background-position: center top;
  background-size: contain;
  margin-top: 0px;
  margin-bottom: 0px;
  padding-top: 130px;
  overflow: hidden;
}
.product-content .product-content-inner-top {
  display: block;
  max-width: none;
  height: 280px;
  margin-top: 460px;
  background-position: center 20px, center 0px;
  background-repeat: no-repeat;
}
.product-content .product-content-inner-bottom {
  height: 260px;
}
.product-content .product-content-inner {
  background-position: center top;
  background-size: 100%;
  background-repeat: repeat-y;
  color: #ffffff;
}
.product-content .product-content-inner h2 {
  font-size: 2.25rem;
  font-weight: 300;
  color: #ffffff;
}
.product-content .product-content-inner h2 strong {
  font-weight: 900;
}
.product-content .product-content-inner .intro-text {
  display: flex;
  flex-direction: row;
  padding-left: 12px;
  padding-right: 12px;
}
.product-content .product-content-inner .intro-text > h2 {
  width: 290px;
  padding-right: 58px;
  margin-right: 42px;
  margin-top: 0px;
  background-image: url("dsg/vertical-dots-product-content.svg");
  background-repeat: no-repeat;
  background-position: right 11px;
  background-size: 5px;
  text-align: right;
}
.product-content .product-content-inner .intro-text .intro-text-description {
  flex: 1;
  padding-top: 5px;
  font-size: 1.25rem;
  font-weight: 300;
  line-height: 1.2;
}
.product-content .product-content-inner .intro-text .intro-text-description img {
  margin-top: 1rem;
}

/*.staropramen {
  background: rgb(29,83,53);
  background: -moz-linear-gradient(90deg, rgba(29,83,53,1) 0%, rgba(39,141,100,1) 100%);
  background: -webkit-linear-gradient(90deg, rgba(29,83,53,1) 0%, rgba(39,141,100,1) 100%);
  background: linear-gradient(90deg, rgba(29,83,53,1) 0%, rgba(39,141,100,1) 100%);
  //height: 100vh;
  //overflow-y: scroll;
  scrollbar-width: none;
  -ms-overflow-style: none;
}
.staropramen::-webkit-scrollbar {
  width: 0px;
}*/
.staropramen-gallery {
  background-color: #ffffff;
  box-sizing: border-box;
  padding: 60px 0px;
  font-size: 17px;
  text-align: center;
}

.gallery {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  margin-top: 40px;
}

.gallery-element {
  width: 23%;
  margin-right: 2.66%;
  margin-bottom: 30px;
}

.gallery-element:nth-of-type(4n) {
  margin-right: 0%;
}

.gallery-element-img {
  width: 100%;
  height: 170px;
  display: block;
}
.gallery-element-img img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.breadcrumbs {
  box-sizing: border-box;
  padding: 15px 0px;
  color: #454545;
  font-size: 14px;
  font-weight: 400;
}
.breadcrumbs ul {
  list-style: none;
}
.breadcrumbs ul li {
  margin-right: 7px;
  display: inline-block;
}
.breadcrumbs ul li a {
  display: block;
  color: #454545;
  background-image: url("dsg/breadcrumbs-arrow.png");
  background-repeat: no-repeat;
  background-position: right;
  box-sizing: border-box;
  padding-right: 15px;
}
.breadcrumbs ul li:last-of-type a {
  background-image: none;
  padding-right: 0px;
}

/*
.about-ninja {
  text-align: center;
  color: $gray-6;
}
.about-ninja-div {
  width: 15.5%;
  margin-top: 60px;
  height: auto;
  float: left;
  text-align: center;
  margin-right: 5%;
  border-right: 1px dashed $gray-6;
}
.about-ninja-div:nth-of-type(5) {
  border-right: none;
}
.about-ninja-div:nth-of-type(6) {
  clear: both;
}
.about-ninja-div:nth-of-type(5n) {
  margin-right: 0%;
}
.about-ninja-img {
  height: 85px;
  width: 100px;
  margin: 0 auto;
  margin-bottom: 20px;
  position: relative;
}
.about-ninja-img img {
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  transition: .2s;
}
.about-ninja-div:hover .about-ninja-img img {
  bottom: 5px;
}
.about-ninja h2 {
  font-size: 40px;
  font-weight: 500;
}
*/
.products-menu {
  list-style: none;
}
.products-menu li {
  display: inline-block;
  margin-bottom: 0.6rem;
}
.products-menu li a {
  display: block;
  padding: 10px 20px;
  margin-right: 10px;
  border-radius: 0px 50px 50px 50px;
  color: #ffffff;
  /*background-color: $white;*/
  transition: 0.2s;
  font-size: 16px;
  font-weight: 500;
}
.products-menu li a.all-products {
  /*color: #58585b;*/
}
.products-menu li a.all-products:hover {
  color: #58585b;
  background-color: #ffffff;
}
.products-menu li a:hover, .products-menu li a.active {
  color: #58585b;
  background-color: #ffffff;
}

.team {
  background-color: #efefef;
  box-sizing: border-box;
  padding: 60px 0px;
  padding-top: 24px;
  text-align: center;
}

.team-cards {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.team-card {
  position: relative;
  background-color: #ffffff;
  border-radius: 10px;
  border: 1px solid #d1d1d1;
  box-sizing: border-box;
  padding: 50px 32px 50px 16px;
  width: 48%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  color: #58585b;
  margin-bottom: 45px;
}
.team-card .team-card-info {
  flex-basis: 70%;
  text-align: right;
  padding-right: 48px;
  border-right: 2px solid #dadada;
}
.team-card .team-card-info.without-contact-info {
  border-color: #ffffff;
  /* setting border width to 0 could misalign contents */
}
.team-card .team-card-info .team-card-info-name {
  text-transform: uppercase;
  font-size: 1.5rem;
  font-weight: 800;
  margin-bottom: 0.5rem;
  color: #48A23F;
}
.team-card .team-card-info .team-card-info-position {
  text-transform: uppercase;
  font-size: 0.8rem;
  font-weight: 500;
  margin-bottom: 0.5rem;
}
.team-card .team-card-info .team-card-info-contact-wrapper .team-card-info-contact-info {
  font-weight: 600;
  font-size: 0.9rem;
}
.team-card .team-card-info .team-card-info-contact-wrapper .team-card-info-contact-info .team-card-info-phone, .team-card .team-card-info .team-card-info-contact-wrapper .team-card-info-contact-info .team-card-info-email {
  display: inline-block;
  padding-left: 26px;
  background-repeat: no-repeat;
  background-position: left center;
}
.team-card .team-card-info .team-card-info-contact-wrapper .team-card-info-contact-info .team-card-info-phone a, .team-card .team-card-info .team-card-info-contact-wrapper .team-card-info-contact-info .team-card-info-email a {
  color: #000000;
}
.team-card .team-card-info .team-card-info-contact-wrapper .team-card-info-contact-info .team-card-info-phone {
  background-image: url("dsg/contacts-phone.png");
}
.team-card .team-card-info .team-card-info-contact-wrapper .team-card-info-contact-info .team-card-info-email {
  background-image: url("dsg/contacts-mail.png");
}
.team-card .team-card-download {
  flex-basis: 30%;
}
.team-card .team-card-download .more {
  display: flex;
  flex-direction: column;
  align-items: center;
  color: #b2b2b2;
  font-size: 0.8rem;
}
.team-card .team-card-download .more .img-wrapper {
  margin-bottom: 1rem;
  width: 40px;
  height: 21px;
}
.grey {
  background-color: #efefef;
}

.content-products {
  position: relative;
  /*background-color: $white;*/
  box-sizing: border-box;
  padding: 30px 0px;
  padding-top: 0px;
}
.content-products.grey {
  background-color: #efefef;
}
.content-products.white {
  background-color: #ffffff;
}
.content-products.our-brands {
  padding-top: 60px;
  padding-bottom: 260px;
}
.content-products.our-brands .product-brands-list .product-brand {
  text-align: left;
}
.content-products.our-brands .product-brands-list .product-brand .product-brand-text-description {
  margin-bottom: 10px;
}
.content-products .brand-ahac {
  position: absolute;
  left: 56px;
  top: 130px;
  width: 132px;
  height: 73px;
  background-image: url("dsg/ahac_znamke.png");
  background-repeat: no-repeat;
}

.product-content-products {
  padding-top: 0px;
}

.content.grey {
  background-color: #efefef;
}

.product-brands-list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-left: 340px;
}
.product-brands-list .product-brand {
  text-align: center;
  display: block;
  margin-bottom: 30px;
  margin-right: 12px;
  position: relative;
  width: 288px;
  transition: opacity 300ms ease;
}
.product-brands-list .product-brand:nth-of-type(4n) {
  margin-right: 0px;
}
.product-brands-list .product-brand:hover {
  opacity: 0.7;
}
.product-brands-list .product-brand .product-brand-img {
  background-color: #ffffff;
  border-radius: 5px;
  position: relative;
  width: 100%;
  height: 180px;
  margin-bottom: 15px;
  overflow: hidden;
}
.product-brands-list .product-brand .product-brand-img img {
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.product-brands-list .product-brand .product-brand-text-name, .product-brands-list .product-brand .product-brand-text-description {
  color: #000000;
  text-align: left;
}
.product-brands-list .product-brand .product-brand-text-name {
  font-weight: 300;
  font-size: 2.3rem;
  text-transform: uppercase;
  margin-bottom: 42px;
  margin-top: 0px;
}
.product-brands-list .product-brand .product-brand-text-name strong {
  font-weight: 900;
}
.product-brands-list .product-brand .product-brand-text-description {
  margin-bottom: 48px;
  font-size: 1.2rem;
}

.content-products-list {
  display: flex;
  position: relative;
  justify-content: flex-start;
  flex-wrap: wrap;
  padding-left: 340px;
  margin-top: 22px;
}
.content-products-list .content-product-group-name {
  position: absolute;
  left: 48px;
  top: 252px;
  width: 220px;
  font-size: 1.3rem;
}
.content-products-list .content-product-group-name strong {
  font-size: 1.8rem;
  font-weight: 900;
}

.content-products-list-items-icon {
  float: left;
  position: sticky;
  left: 40px;
  top: 300px;
  width: 240px;
  height: auto;
  padding-top: 240px;
  padding-bottom: 240px;
  background-image: url("dsg/brand-icon-other.svg");
  background-position: left 40px;
  background-size: auto 160px;
  background-repeat: no-repeat;
  font-size: 1.3rem;
}
.content-products-list-items-icon strong {
  font-size: 1.8rem;
  font-weight: 900;
}
.content-products-list-items-icon.product-brand-piva {
  background-image: url("dsg/brand-icon-beer.svg");
}
.content-products-list-items-icon.brand-icon-shop {
  background-image: url("dsg/brand-icon-shop.svg");
}
.content-products-list-items-icon.brand-icon-restaurant {
  background-image: url("dsg/brand-icon-restaurant.svg");
}

.distribution-item .content-products-list-items-icon {
  position: relative;
  top: auto;
}

.content-products-list-items {
  margin: 0px;
  padding-left: 100px;
  background-repeat: no-repeat;
  background-position: 48px 42px;
  background-size: auto 160px;
}

.content-products-breadcrumbs {
  position: relative;
  padding-left: 340px;
  margin-top: 14px;
  margin-bottom: 8px; 
}
.content-products-breadcrumbs a {
  color: #939598;
  font-size: 1.2rem;
  transition: opacity 300ms ease;
}
.content-products-breadcrumbs a:hover {
  opacity: 0.6;
}
.content-products-breadcrumbs a:after {
  content: "/";
  display: inline-block;
  padding-left: 14px;
  padding-right: 9px;
}
.content-products-breadcrumbs a:last-of-type:after {
  content: "";
}
.content-products-breadcrumbs a strong {
  font-weight: 900;
  color: white;
}

.content-products-group {
  width: 100%;
}
.content-products-group:first-child {
  padding-top: 20px;
}
.content-products-group:last-child {
  padding-bottom: 20px;
}

.content-product {
  display: block;
  margin-bottom: 48px;
  margin-right: 32px;
  position: relative;
  width: 360px;
  /*background-image: url("dsg/vertical-dots-products.svg");*/
  background-repeat: no-repeat;
  background-position: left 252px;
  background-size: 5px;
}
.content-product:nth-of-type(4n) {
  margin-right: 0px;
}
.content-product .content-product-more {
  display: table;
  /*width: fit-content;*/
  margin: 1rem auto;
  background-color: #48A23F;
  border-radius: 50px 50px 50px 50px;
  padding: 9px 46px;
  color: #ffffff;
  font-size: 20px;
  font-weight: 500;
  transition: opacity 200ms ease;
}
.content-product .content-product-more.alt {
  position: absolute;
  bottom: 0px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
}
.content-product .content-product-more:hover {
  opacity: 0.8;
}

.content-product-news {
  width: 31%;
  margin-right: 3%;
}
.content-product-news:nth-of-type(3n) {
  margin-right: 0%;
}
.content-product-news:nth-of-type(4n) {
  margin-right: 2.5% !important;
}

.simple-popup-backdrop-content {
  background: white;
}

.simple-popup-content {
  width: 520px;
  background-color: white;
  padding: 0px;
  overflow: visible;
  border: 1px solid #E8E7E8;
}
.simple-popup-content .content-product-popup-text {
  background-color: #E8E7E8;
  padding: 50px;
  color: #58585b;
}

.simple-popup-content .close::before {
  color: white;
  border-radius: 180%;
  background: #48A23F;
}

.simple-popup-content .close {
  top: -20px;
  right: -20px;
}
.simple-popup-content .close:hover {
  opacity: 0.8;
}
.simple-popup-content .close:hover::before {
  color: white;
}

.asortima-page .simple-popup-content {
  width: 450px;
  border: 15px solid white;
  background-color: #E8E7E8;
}

.content-product-img {
  display: block;
  position: relative;
  width: 320px;
  height: 320px;
  margin-bottom: 32px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  transition: opacity 200ms ease;
}
.content-product-img:hover {
  opacity: 0.8;
}

.content-products.grey .content-product-img {
  background-color: #ffffff;
  background-image: url("dsg/ahac_product_style.png");
  background-repeat: no-repeat;
  background-position: top right;
}

.content-products .content-product-img {
  border-radius: 50%;
  border: 1px solid #A3B0BD;
  display: block;
  margin: 0px auto;
}

.content-product-text-category {
  color: #58585b;
  font-weight: 600;
  font-size: 14px;
}

.content-product-text-name, .content-product-text-description {
  color: #58585b;
  text-align: left;
  font-size: 1.2rem;
  text-align: center;
  /*padding-left: 40px;*/
}

.content-product-text-name {
  font-weight: 900;
  text-transform: uppercase;
  margin-bottom: 0px;
  margin-top: 20px;
}

.content-product-text-description {
  /*margin-bottom: 30px;*/
}

.content-product-diagonal-separator {
  height: 245px;
  background-image: url("dsg/list-diagonal-separators.png");
  background-repeat: no-repeat;
  background-position: center 0px;
}
.content-product-diagonal-separator.invert {
  background-position: center -354px;
}
.content-product-diagonal-separator.with-background {
  background-image: url("dsg/list-diagonal-separators-grey-background.png");
}

.products-category {
  height: 170px;
  width: 450px;
  border-radius: 5px;
  background-color: #efefef;
  margin-bottom: 30px;
  display: flex;
  justify-content: space-between;
}

.products-category-img {
  width: 50%;
  display: flex;
  align-items: center;
}
.products-category-img img {
  margin: 0 auto;
  display: block;
}

.products-category-text {
  width: 50%;
  display: flex;
  align-items: center;
  color: #58585b;
  opacity: 0.7;
  font-weight: 500;
  font-size: 18px;
  box-sizing: border-box;
  padding-right: 20px;
  letter-spacing: 1px;
  font-weight: 400;
  font-size: 28px;
  font-family: "Nunito";
}

/*
.header-gradient {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
  height: 100%;
  width: 100%;
  z-index: 10;
  margin: auto;
  background: -moz-linear-gradient(0deg, rgba(0,0,0,1) 0%, rgba(255,255,255,0) 100%);
background: -webkit-linear-gradient(0deg, rgba(0,0,0,1) 0%, rgba(255,255,255,0) 100%);
background: linear-gradient(0deg, rgba(0,0,0,1) 0%, rgba(255,255,255,0) 100%);
}
*/
/* 02.02.2020 */
.header-slide-bg {
  position: absolute;
  height: 100%;
  width: 100%;
  z-index: 0;
  opacity: 1;
}

.header-slide-text {
  color: #ffffff;
  font-size: 23px;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding-left: 280px;
  padding-right: 280px;
  padding-top: 54px;
  padding-bottom: 100px;
  background-color: rgba(0, 0, 0, 0.75);
}
.header-slide-text h1 {
  color: #ffffff !important;
  margin-bottom: 10px;
}
.header-slide-text h1 strong {
  font-weight: 900;
}
.header-slide-text .header-slide-text-description div, .header-slide-text .header-slide-text-description p {
  display: inline;
}

.gallery-bg {
  position: absolute;
  height: 100%;
  width: 100%;
  background: rgb(112, 113, 112);
  background: -moz-linear-gradient(0deg, rgb(0, 0, 0) 0%, rgba(255, 255, 255, 0) 100%);
  background: -webkit-linear-gradient(0deg, rgb(0, 0, 0) 0%, rgba(255, 255, 255, 0) 100%);
  background: linear-gradient(0deg, rgb(0, 0, 0) 0%, rgba(255, 255, 255, 0) 100%);
  opacity: 0.8;
  z-index: 1;
}

.gallery-img-text {
  position: absolute;
  bottom: 10%;
  left: 10%;
  color: #ffffff;
  font-size: 20px;
  width: 50%;
  z-index: 2;
}

.index-section-title {
  display: none;
}

.about-ninja {
  padding-top: 20px;
  padding-bottom: 16px;
}
.about-ninja .about-divs {
  text-align: center;
  color: #58585b;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}

.about-ninja-div {
  width: 20%;
  height: auto;
  text-align: center;
  box-sizing: border-box;
  position: relative;
  background-image: url("dsg/vertical-dots.svg");
  background-repeat: no-repeat;
  background-position: right center;
  background-size: 5px;
}
.about-ninja-div:nth-of-type(5n),
.about-ninja-div.ninja-alt:nth-of-type(4n) {
  background-image: none;
}
.about-ninja-div .about-ninja-img {
  width: 90px;
  height: 91px;
  margin: 0 auto;
  margin-bottom: 20px;
  position: relative;
  transition: 0.3s;
  background-repeat: no-repeat;
  background-position: center top;
  background-size: contain;
}
.about-ninja-div.about-ninja-1 .about-ninja-img {
  background-image: url("dsg/why-us-icon-1.png");
}
.about-ninja-div.about-ninja-2 .about-ninja-img {
  background-image: url("dsg/why-us-icon-2.png");
}
.about-ninja-div.about-ninja-3 .about-ninja-img {
  background-image: url("dsg/why-us-icon-3.png");
}
.about-ninja-div.about-ninja-4 .about-ninja-img {
  background-image: url("dsg/why-us-icon-4.png");
}
.about-ninja-div.about-ninja-5 .about-ninja-img {
  background-image: url("dsg/why-us-icon-5.png");
}
.about-ninja-div .about-ninja-text {
  font-size: 20px;
}



.about-ninja h2 {
  font-size: 75px;
  font-weight: 700;
}

.properties {
  height: 760px;
  padding-top: 250px;
  background-image: url("dsg/2021-01-15/properties-background.png");
  background-repeat: no-repeat;
  background-position: center top;
}
.properties .property-divs {
  text-align: center;
  color: #58585b;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.properties .properties-div {
  width: 20%;
  margin-top: 60px;
  height: auto;
  text-align: center;
  box-sizing: border-box;
  position: relative;
}
.properties .properties-div:hover .properties-img {
  margin-bottom: 28px;
  margin-top: -8px;
}
.properties .properties-div .properties-img, .index-values-img {
  width: 243px;
  height: 248px;
  margin: 0 auto;
  margin-bottom: 20px;
  position: relative;
  transition: 0.3s;
  background-repeat: no-repeat;
  background-position: center top;
  background-size: contain;
}
.properties .properties-div .properties-img img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.properties .properties-div.property-1 .properties-img {
  background-image: url("dsg/properties-icon-1.svg");
}
.properties .properties-div.property-2 .properties-img {
  background-image: url("dsg/properties-icon-2.svg");
}
.properties .properties-div.property-3 .properties-img {
  background-image: url("dsg/properties-icon-3.svg");
}
.properties .properties-div.property-4 .properties-img {
  background-image: url("dsg/properties-icon-4.svg");
}
.properties .properties-div.property-5 .properties-img {
  background-image: url("dsg/properties-icon-5.svg");
}
.properties .properties-div .properties-text {
  padding-left: 40px;
  margin-left: 40px;
  text-align: left;
  font-size: 20px;
  background-image: url("dsg/vertical-dots-properties.svg");
  background-repeat: no-repeat;
  background-position: left 8px;
  background-size: 4px;
}
.properties .properties-div .properties-text-alt-title {
  text-align: center;
  font-family: nunito;
  font-size: 16px;
  font-weight: 800;
  color: #48A23F;
}
.properties .properties-div .properties-text-alt {
  text-align: center;
  font-family: nunito;
  font-size: 16px;
  color: white;
}

.tradition {
  overflow: hidden;
  background-repeat: no-repeat;
  background-position: center -90px, -1050px bottom;
}
.tradition .main-width {
  height: auto;
}
.tradition h2 {
  font-size: 2.3rem;
  font-weight: 300;
  color: #000000;
}
.tradition h2 strong {
  font-weight: 900;
}
.tradition .intro-text {
  display: flex;
  flex-direction: row;
  height: 350px;
  color: white;
}
.tradition .intro-text > h2 {
  width: 290px;
  padding-right: 58px;
  margin-right: 42px;
  margin-top: 42px;
  background-image: url("dsg/vertical-dots-tradition.svg");
  background-repeat: no-repeat;
  background-position: right 11px;
  background-size: 5px;
  text-align: right;
  color: white;
}
.tradition .intro-text .intro-text-description {
  width: 450px;
  padding-top: 47px;
  margin-right: 80px;
  font-size: 1.25rem;
}
.tradition .intro-text .intro-text-description img {
  margin-top: 1rem;
}
.tradition .intro-text .intro-text-description a {
  text-decoration: underline;
  text-decoration-color: white;
}
.tradition .intro-text .intro-text-image {
  width: 350px;
  height: 350px;
  background-image: url("dsg/family.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  border-radius: 48%;
}

.news .main-width {
  height: auto;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.news .news-item {
  width: 308px;
  padding-left: 48px;
  background-image: url("dsg/vertical-dots-tradition.svg");
  background-repeat: no-repeat;
  background-position: left top;
  background-size: 5px;
}
.news .news-item:nth-of-type(2) {
  transform: translateY(-54px);
}
.news .news-item:nth-of-type(3) {
  transform: translateY(-108px);
}
.news .news-item > img {
  display: none;
  margin-bottom: 18px;
}
.news .news-item > h2 {
  margin-top: 0px;
}
.news .news-item .news-item-excerpt {
  font-size: 1.25rem;
  padding-top: 0.8rem;
  padding-bottom: 1.2rem;
}
.news .news-item .news-item-date {
  font-weight: 900;
  font-size: 1.2rem;
}
.news .news-item > a {
  display: inline-block;
  margin-top: 2rem;
  background-color: #48A23F;
  border-radius: 0px 50px 50px 50px;
  padding: 9px 46px;
  color: #ffffff;
  font-size: 20px;
  font-weight: 500;
  transition: opacity 200ms ease;
}
.news .news-item > a:hover {
  opacity: 0.8;
}

.values {
  padding-top: 135px;
}
.values .main-width {
  height: auto;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.values .values-item {
  width: 324px;
  /*padding-top: 245px;*/
  padding-left: 8px;
  padding-right: 8px;
  background-repeat: no-repeat;
  background-position: center top;
  background-size: auto 245px;
}
.values .values-item.values-item-1 {
  background-image: url("dsg/values-icon-1.png");
}
.values .values-item.values-item-2 {
  background-image: url("dsg/values-icon-2.png");
}
.values .values-item.values-item-3 {
  background-image: url("dsg/values-icon-3.png");
}
.values .values-item > h2 {
  margin-bottom: 1rem;
}
.values .values-item > div {
  font-size: 1.2rem;
}

.logos-main {
  box-sizing: border-box;
  padding: 0px;
  position: relative;
}
.logos-main .logos-title {
  color: #000000;
  padding-bottom: 3rem;
}

.logos-arrows {
  position: absolute;
  top: 0;
  bottom: 0;
  height: 150px;
  left: 0px !important;
  right: 0px !important;
  /*z-index: 10;*/
  margin: auto;
}

.logos {
  width: 92%;
  margin: 0 auto;
  position: relative;
  z-index: 10;
}
.logos:after {
  content: "";
  position: absolute;
  right: 0;
  width: 2px;
  top: 0;
  bottom: 0;
  margin: auto;
  background-color: #ffffff;
}

.logos-slide {
  position: relative;
  outline: none;
  width: 15.5%;
  height: 130px !important;
  text-align: center;
  box-sizing: border-box;
  position: relative;
  z-index: 10;
}
.logos-slide:after {
  content: "";
  height: 60%;
  width: 1px;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  border-left: 1px dashed #58585b;
}
.logos-slide img {
  max-height: 95%;
  max-width: 70%;
  object-fit: contain;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  filter: grayscale(100%);
  opacity: 0.5;
  z-index: 10;
  transition: 0.3s;
}
.logos-slide img:hover {
  filter: grayscale(0%);
  opacity: 1;
}

.logos-slide-link {
  display: block;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}

.logos-arrow-left, .logos-arrow-right {
  display: inline-block;
  height: 55px;
  width: 55px;
  background-color: #e8ebee;
  border-radius: 100%;
  background-image: url("dsg/prev-arrow.png");
  background-repeat: no-repeat;
  background-position: center;
  cursor: pointer;
  position: absolute;
  z-index: 10;
  transition: 0.2s;
  top: 0;
  bottom: 0;
  margin: auto;
}
.logos-arrow-left:hover, .logos-arrow-right:hover {
  background-color: #707271;
}

.logos-arrow-right {
  background-image: url("dsg/next-arrow.png");
  right: 0;
}

.logos-arrow-left {
  left: 0;
}

.content-distribution-item-category,
.content-distribution-item-representative,
.content-distribution-item-distributor,
.content-distribution-item-ahac {
  width: max-content;
  position: relative;
  top: 10px;
  padding: 2px 8px;
  background-color: #48A23F;
  color: #ffffff;
  text-transform: uppercase;
  text-align: left !important;
  font-size: 12px;
}

.content-distribution-item-representative, .content-distribution-item-distributor, .content-distribution-item-ahac {
  /*position: absolute;
  top: 220px;*/
  margin: 0px auto;
  margin-bottom: 20px;
}

.content-distribution-item-representative {
  background-color: #42455C;
}

.content-distribution-item-distributor {
  background-color: #A2BBC1;
}

.content-distribution-item-ahac {
  background-color: #48A23F;
}

footer {
  font-size: 1rem;
  background-color: white;
  padding-bottom: 1px;
}
footer strong {
  font-weight: 900;
}
footer .main-width {
  height: auto;
  display: flex;
  flex-direction: row;
}
footer .footer-logo {
  width: 216px;
  margin-right: 82px;
}
footer .footer-logo img {
  width: 100%;
}
footer .footer-col-menu {
  width: 33%;
}
footer .footer-col-1 {
  flex: 4;
  margin-right: 46px;
}
footer .footer-col-2 {
  flex: 3;
  margin-right: 46px;
}
footer .footer-col-3 {
  flex: 3;
  margin-right: 46px;
}
footer .footer-col-4 {
  position: relative;
  width: 328px;
}
footer .footer-col-4 .map {
  position: relative;
  width: 328px;
  height: 224px;
  background-image: url("dsg/footer-map.svg");
}
footer .footer-col-4 .map .map-flag {
  display: block;
  position: absolute;
  width: 51px;
  height: 54px;
  background-image: url("dsg/footer-map-flag.svg");
  background-repeat: no-repeat;
  background-position: center bottom;
  transition: background-position 300ms ease;
}
footer .footer-col-4 .map .map-flag:hover {
  background-position: center top;
}
footer .footer-col-4 .map .map-flag.reverse {
  background-image: url("dsg/footer-map-flag-reverse.svg");
}
footer .footer-col-4 .map .map-flag.droga {
  background-image: url("dsg/footer-map-flag-droga.svg");
}
footer .footer-col-4 .map .map-flag.map-flag-1 {
  left: 68px;
  top: 92px;
}
footer .footer-col-4 .map .map-flag.map-flag-2 {
  left: 162px;
  top: 54px;
}
footer .footer-col-4 .map .map-flag.map-flag-3 {
  left: 222px;
  top: 24px;
}
footer .footer-col-4 .map .map-flag.map-flag-4 {
  right: 0px;
  top: 25px;
}
footer .footer-col-4 .location-popup {
  display: none;
  position: absolute;
  /*top: 240px;*/
}
footer .footer-bottom {
  width: auto;
  text-align: center;
  font-size: 1rem;
  margin: 2rem;
  margin-top: 4rem;
}
footer .soc-med-alt {
  height: 35px;
  width: 35px;
  display: inline-block;
  border-radius: 100%;
  border: 1px solid #58585b;
  margin-right: 10px;
  position: relative;
  transition: 0.2s;
}
footer .soc-med-alt img {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: auto !important;
}

.sitemap {
  list-style: none;
}

.content-news-item-category {
  position: absolute;
  left: 10px;
  top: 10px;
  padding: 2px 8px;
  background-color: #48A23F;
  color: #ffffff;
  text-transform: uppercase;
  font-size: 12px;
}
.content-news-item-category.alt {
  float: left;
  position: relative;
  left: 0px;
}

.content-news {
  padding: 1rem;
  margin-top: 0px;
  margin-bottom: 70px;
  margin-left: 320px;
  margin-right: 320px;
}
.content-news .content-news-list {
  display: grid;
  grid-gap: 16px;
  grid-template-columns: repeat(3, minmax(150px, 1fr));
}
.content-news .content-news-list .content-news-item {
  position: relative;
  display: flex;
  flex-direction: column;
  min-height: 200px;
  background-color: #eeeeee;
}
.content-news .content-news-list .content-news-item .content-news-img {
  display: block;
  transition: opacity 300ms ease;
}
.content-news .content-news-list .content-news-item .content-news-img:hover {
  opacity: 0.8;
}
.content-news .content-news-list .content-news-item .content-news-img img {
  width: 100%;
  height: auto;
}
.content-news .content-news-list .content-news-item .content-news-text {
  display: flex;
  flex-direction: column;
  flex: 1;
  padding: 30px 40px 40px 40px;
  color: #000000;
}
.content-news .content-news-list .content-news-item .content-news-text .content-news-text-title {
  color: #000000;
  font-size: 2.4rem;
  font-weight: 300;
  word-break: break-word;
}
.content-news .content-news-list .content-news-item .content-news-text .content-news-text-description {
  flex: 1;
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
  font-size: 1.2rem;
}
.content-news .content-news-list .content-news-item .content-news-text .content-news-text-bottom {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.content-news .content-news-list .content-news-item .content-news-text .content-news-text-bottom .content-news-text-date {
  padding-top: 10px;
  font-size: 1.2rem;
}
.content-news .content-news-list .content-news-item .content-news-text .content-news-text-bottom .content-news-text-date strong {
  font-weight: 900;
}
.content-news .content-news-list .content-news-item .content-news-text .content-news-text-bottom a {
  display: inline-block;
  background-color: #48A23F;
  border-radius: 0px 50px 50px 50px;
  padding: 7px 32px;
  color: #ffffff;
  font-size: 20px;
  font-weight: 500;
  transition: opacity 200ms ease;
}
.content-news .content-news-list .content-news-item .content-news-text .content-news-text-bottom a:hover {
  opacity: 0.8;
}
.content-news .content-news-list .content-news-item .content-news-item-overlay {
  display: block;
  position: absolute;
  left: 0px;
  right: 0px;
  top: 0px;
  bottom: 0px;
  background-image: url("dsg/news-cross.svg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 82px;
  background-color: rgba(255, 255, 255, 0.9);
  opacity: 0;
  transition: opacity 300ms ease;
}
.content-news .content-news-list .content-news-item .content-news-item-overlay div {
  position: absolute;
  left: 0px;
  right: 0px;
  top: 62%;
  text-align: center;
  font-size: 2rem;
  color: #000000;
}
.content-news .content-news-list .content-news-item .content-news-item-overlay div strong {
  font-weight: 900;
}
.content-news .content-news-list .content-news-item:hover .content-news-item-overlay {
  opacity: 1;
}

.team {
  margin-top: 0px;
}

.content-list {
  margin-bottom: 50px;
}
.content-list h3 {
  margin: 0;
  font-size: 120%;
  font-weight: 800;
  color: #48A23F;
}

.press-center-list {
  margin-bottom: 10px;
}
.press-center-list h3 {
  margin: 0;
  font-size: 180%;
  font-weight: 700;
  color: #48A23F;
}
.press-center-list .icon {
  width: 350px;
  padding-right: 28px;
}
.press-center-list .icon img {
  width: 130px;
  margin: 10px;
  margin-left: 70px;
}
.press-center-list .description {
  width: 100%;
  border-radius: 10px;
  background-color: #f9f9f9;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-left: 30px;
  padding-right: 20px;
  padding-top: 20px;
  padding-bottom: 20px;
}

.our-specialty {
  background-color: #eb2939;
  color: #fff;
  padding: 40px 0;
  padding-bottom: 56px;
  position: relative;
}
@media only screen and (max-width: 1150px) {
  .our-specialty {
    padding-bottom: 0;
  }
}
.our-specialty:after {
  content: "";
  bottom: 0;
  left: 0;
  width: 100%;
  height: 200px;
  position: absolute;
  transform: translateY(100%);
  background-color: #eb2939;
}
.our-specialty__bg {
  position: absolute;
  left: 10%;
  top: 0;
  width: 250px;
}
@media only screen and (max-width: 1150px) {
  .our-specialty__bg {
    left: 5%;
    width: 208px;
  }
}
@media only screen and (max-width: 850px) {
  .our-specialty__bg {
    left: 5%;
    width: 208px;
  }
}
@media only screen and (max-width: 650px) {
  .our-specialty__bg {
    left: 1%;
    width: 190px;
  }
}
@media only screen and (max-width: 450px) {
  .our-specialty__bg {
    display: none;
  }
}
.our-specialty__bg img {
  width: 100%;
}
.our-specialty__logo {
  margin: 0 auto;
  width: 200px;
}
@media only screen and (max-width: 1150px) {
  .our-specialty__logo {
    width: 160px;
  }
}
.our-specialty__logo img {
  width: 100%;
  max-width: 100%;
}
.our-specialty__items {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  position: relative;
  flex-wrap: wrap;
}
.our-specialty__item {
  width: calc(50% - 40px);
  position: relative;
}
@media only screen and (max-width: 1150px) {
  .our-specialty__item {
    width: calc(50% - 24px);
  }
}
@media only screen and (max-width: 850px) {
  .our-specialty__item {
    width: 100%;
  }
}
.our-specialty__item:nth-of-type(even) .our-specialty__content {
  flex-direction: row-reverse;
}
@media only screen and (max-width: 850px) {
  .our-specialty__item:nth-of-type(even) .our-specialty__content {
    flex-direction: row;
  }
}
.our-specialty__item-img {
  width: 100%;
  position: relative;
}
.our-specialty__item-img img {
  width: 100%;
}
.our-specialty__dots {
  width: 80px;
  height: 55px;
  display: flex;
  flex-direction: column;
  align-items: center;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  left: -80px;
}
@media only screen and (max-width: 1150px) {
  .our-specialty__dots {
    width: 48px;
    left: -48px;
  }
}
@media only screen and (max-width: 850px) {
  .our-specialty__dots {
    display: none;
  }
}
.our-specialty__dots .dot {
  height: 3px;
  width: 3px;
  background-color: #fff;
  border-radius: 100%;
  margin: 4px 0;
}
@media only screen and (max-width: 1150px) {
  .our-specialty__dots .dot {
    margin: 3px 0;
  }
}
.our-specialty__content {
  display: flex;
}
@media only screen and (max-width: 850px) {
  .our-specialty__content {
    padding: 20px 0;
  }
}
.our-specialty__content-left {
  padding-top: 40px;
  width: 50%;
}
@media only screen and (max-width: 850px) {
  .our-specialty__content-left {
    width: 40%;
  }
}
.our-specialty__content-right {
  position: relative;
  padding: 0 20px 0 28px;
  width: 50%;
}
@media only screen and (max-width: 850px) {
  .our-specialty__content-right {
    width: 60%;
  }
}
.our-specialty__content-right .our-specialty__dots {
  top: 0;
  left: 0;
  bottom: auto;
  width: 3px;
}
@media only screen and (max-width: 850px) {
  .our-specialty__content-right .our-specialty__dots {
    display: flex;
  }
}
.our-specialty__content-title {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 12px;
}
.our-specialty__content-text {
  color: #231f20;
  font-size: 14px;
  line-height: 1.1;
}
.our-specialty__content-info {
  display: flex;
  margin-top: 32px;
}
.our-specialty__content .info-item {
  display: flex;
  align-items: center;
  margin-left: 20px;
}
.our-specialty__content .info-item:first-of-type {
  margin-left: 0;
}
.our-specialty__content .info-item img {
  width: auto;
  height: 36px;
  object-fit: contain;
  margin-right: 12px;
}
.our-specialty__content .info-item__text {
  text-align: center;
  font-weight: 200;
  font-size: 10px;
  padding-left: 12px;
  position: relative;
}
.our-specialty__content .info-item__text:before {
  content: "";
  top: 0;
  bottom: 0;
  margin: auto;
  left: 0;
  width: 1px;
  height: 8px;
  position: absolute;
  background-color: #fff;
}
.our-specialty__content .info-item__text span {
  display: block;
  font-size: 28px;
  font-weight: 800;
  line-height: 1;
  margin-bottom: -4px;
}
.our-specialty__rating {
  display: flex;
  align-items: center;
  justify-content: center;
}
.our-specialty__rating img {
  margin: 0 2px;
  width: 32px;
  object-fit: contain;
}
@media only screen and (max-width: 1150px) {
  .our-specialty__rating img {
    width: 24px;
  }
}
.our-specialty__rating img.empty {
  opacity: 0.5;
}
.our-specialty__rating-text {
  margin-top: 12px;
  text-align: center;
  font-size: 14px;
}
@media only screen and (max-width: 1150px) {
  .our-specialty__rating-text {
    font-size: 13px;
    margin-top: 8px;
  }
}
.our-specialty__dober-tek {
  margin: 0 auto;
  margin-top: 60px;
  text-align: center;
}
.our-specialty__footer {
  box-sizing: border-box;
  position: relative;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  width: 120vw;
  height: 140px;
  background-color: #fff;
  color: #000;
  position: absolute;
  top: 0;
  z-index: 20;
}
.our-specialty__footer.mobile {
  display: none;
  position: relative;
  left: 0;
  transform: none;
  width: 100%;
  height: auto;
  padding: 20px 0;
}
@media only screen and (max-width: 850px) {
  .our-specialty__footer.mobile {
    display: flex;
  }
}
.our-specialty__footer__arrow {
  width: 32px;
  margin-left: 48px;
}
.our-specialty__footer__arrow img {
  max-width: 100%;
  width: 100%;
}
.our-specialty__footer__wrapper {
  background-color: #eb2939;
}
.our-specialty__footer__container {
  max-width: 1000px;
  width: 100%;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 100%;
}
@media only screen and (max-width: 1150px) {
  .our-specialty__footer__container {
    max-width: 800px;
  }
}
@media only screen and (max-width: 850px) {
  .our-specialty__footer__container {
    flex-wrap: wrap;
    justify-content: center;
  }
}
.our-specialty__footer__rating {
  display: flex;
  align-items: center;
  justify-content: center;
}
.our-specialty__footer__rating img {
  margin: 0 2px;
  width: 32px;
  object-fit: contain;
}
@media only screen and (max-width: 1150px) {
  .our-specialty__footer__rating img {
    width: 24px;
  }
}
.our-specialty__footer__rating img.empty {
  opacity: 0.5;
}
.our-specialty__footer__rating-text {
  margin-top: 6px;
  text-align: center;
  font-size: 14px;
}
@media only screen and (max-width: 1150px) {
  .our-specialty__footer__rating-text {
    font-size: 13px;
  }
}
.our-specialty__footer__item {
  display: flex;
  align-items: center;
}
@media only screen and (max-width: 850px) {
  .our-specialty__footer__item {
    width: 50%;
    justify-content: center;
    padding: 20px 0;
  }
}
@media only screen and (max-width: 650px) {
  .our-specialty__footer__item {
    width: 77%;
  }
}
.our-specialty__footer__item img {
  width: auto;
  height: 36px;
  object-fit: contain;
  margin-right: 20px;
}
@media only screen and (max-width: 1150px) {
  .our-specialty__footer__item img {
    height: 28px;
  }
}
.our-specialty__footer__item__text {
  text-align: center;
  font-weight: 200;
  font-size: 14px;
  padding-left: 20px;
  position: relative;
}
.our-specialty__footer__item__text:before {
  content: "";
  top: 0;
  bottom: 0;
  margin: auto;
  left: 0;
  width: 1px;
  height: 16px;
  position: absolute;
  background-color: #000;
}
.our-specialty__footer__item__text span {
  display: block;
  font-size: 44px;
  font-weight: 800;
  line-height: 1;
  margin-bottom: -4px;
}
@media only screen and (max-width: 1150px) {
  .our-specialty__footer__item__text span {
    font-size: 24px;
    margin-bottom: -2px;
  }
}
.our-specialty__footer__item.rating {
  flex-direction: column;
}
.our-specialty__footer__item.rating img {
  margin-right: 2px;
}
.our-specialty__footer__item .all-recipes {
  text-align: center;
  font-size: 21px;
  color: #000;
}
@media only screen and (max-width: 1150px) {
  .our-specialty__footer__item .all-recipes {
    font-size: 14px;
  }
}
.our-specialty__footer__item .all-recipes:hover {
  color: #48A23F;
}
.our-specialty__footer__item .all-recipes span {
  display: block;
  font-size: 36px;
  font-weight: 800;
  line-height: 1;
  margin-bottom: -4px;
}
@media only screen and (max-width: 1150px) {
  .our-specialty__footer__item .all-recipes span {
    font-size: 24px;
    margin-bottom: -2px;
  }
}
.our-specialty__title {
  background: linear-gradient(to top right, #eb2939 calc(50% - 1px), #1c1b19 calc(50% + 1px));
  height: 120px;
  margin-top: 120px;
  color: #fff;
  position: relative;
}
@media only screen and (max-width: 1150px) {
  .our-specialty__title {
    margin-top: 0;
  }
}
@media only screen and (max-width: 650px) {
  .our-specialty__title {
    height: 72px;
  }
}
.our-specialty__title .title {
  position: absolute;
  right: 15%;
  top: 48%;
  transform: rotate(4deg);
  font-size: 32px;
  font-weight: 300;
}
@media only screen and (max-width: 1150px) {
  .our-specialty__title .title {
    transform: rotate(6deg);
    right: 10%;
    top: 55%;
    font-size: 28px;
  }
}
@media only screen and (max-width: 850px) {
  .our-specialty__title .title {
    transform: rotate(8deg);
    top: 50%;
  }
}
@media only screen and (max-width: 650px) {
  .our-specialty__title .title {
    transform: rotate(6deg);
    top: 29%;
  }
}
@media only screen and (max-width: 450px) {
  .our-specialty__title .title {
    transform: rotate(9deg);
    top: 24%;
  }
}
.our-specialty__title .title span {
  font-weight: 700;
}

.top-tradition {
  margin-top: -230px;
  padding-bottom: 40px !important;
}

@media (min-width: 2046px) {
  .top-tradition {
    margin-top: -245px;
  }
}
.bottom-tradition {
  background: linear-gradient(to bottom, #48A23F 27%, #48A23F 27%, #48A23F 27%, white 27%, white 100%);
  /* W3C */
}

@media (max-width: 576px), (max-height: 630px) {
  .press-center-list .icon {
    width: 80px;
    padding-right: 28px;
  }
  .press-center-list .icon img {
    width: 130px;
    margin: 10px;
    margin-left: 0px;
  }
}
.list-types {
  position: absolute;
  display: flex;
  left: 1460px;
  top: -5px;
  flex-direction: row;
}

.list-type-icon {
  width: 50px;
  height: 50px;
  margin-left: 16px;
  cursor: pointer;
}

.list-type-icon:first-child {
  margin-left: 0px;
}

.list-type-icon-1 .list-type-1-background {
  fill: #a1afbd;
  transition: fill 300ms ease;
}

.list-type-icon-1:hover .list-type-1-background {
  fill: #7b8896;
}

.list-type-icon-2 .list-type-icon-2-border {
  fill: #efefef;
  stroke: #bbbdbf;
  transition: fill 300ms ease;
  pointer-events: all;
}

.list-type-icon-2:hover .list-type-icon-2-border {
  fill: #bbbdbf;
}

.list-type-icon-2 .list-type-icon-2-main-rect {
  fill: none;
  stroke: #a6a8ab;
  transition: stroke 300ms ease;
  pointer-events: all;
}

.list-type-icon-2:hover .list-type-icon-2-main-rect {
  stroke: #efefef;
}

.list-type-icon-3 .list-type-icon-3-border {
  fill: #efefef;
  stroke: #bbbdbf;
  transition: fill 300ms ease;
  pointer-events: all;
}

.list-type-icon-3:hover .list-type-icon-3-border {
  fill: #bbbdbf;
}

.list-type-icon-3 .list-type-icon-3-main-rect {
  fill: none;
  stroke: #a6a8ab;
  transition: stroke 300ms ease;
  pointer-events: all;
}

.list-type-icon-3:hover .list-type-icon-3-main-rect {
  stroke: #efefef;
}

.news-item-image {
  float: right;
  margin-left: 1rem;
  margin-bottom: 1rem;
}

.timeline:before {
  content: "";
  position: absolute;
  top: 0px;
  left: 234px;
  bottom: 0px;
  width: 4px;
  background: #ddd;
}
.timeline:after {
  content: "";
  display: table;
  clear: both;
}
.timeline .entry {
  clear: both;
  text-align: left;
  position: relative;
}
.timeline .entry .title {
  margin-bottom: 0.5em;
  float: left;
  width: 200px;
  padding-right: 30px;
  text-align: right;
  position: relative;
}
.timeline .entry .title:before {
  content: "";
  position: absolute;
  width: 8px;
  height: 8px;
  border: 4px solid #48A23F;
  background-color: #48A23F;
  border-radius: 100%;
  top: 30%;
  right: -14px;
  z-index: 90;
}
.timeline .entry .title h3 {
  margin: 0;
  font-size: 200%;
  font-weight: 300;
  color: #afafaf;
}
.timeline .entry .title p {
  margin: 0;
  font-size: 100%;
}
.timeline .entry .body {
  margin: 0 0 3em;
  float: right;
  width: calc(100% - 300px);
  padding-left: 30px;
}
.timeline .entry .body p {
  line-height: 1.4em;
}
.timeline .entry .body p:first-child {
  margin-top: 0;
  font-weight: 400;
}
.timeline .entry .body ul {
  color: #aaa;
  padding-left: 0;
  list-style-type: none;
}
.timeline .entry .body ul li:before {
  content: "–";
  margin-right: 0.5em;
}
.timeline .entry .body h3 {
  margin: 0;
  font-size: 120%;
  font-weight: 800;
}

.social-fab {
  display: none;
  position: fixed;
  right: 10px;
  bottom: 10px;
}
.social-fab .social-fab-main-button, .social-fab .social-fab-button {
  display: block;
  position: absolute;
  border-radius: 50%;
  background-color: #E8E7E8;
  color: #ffffff;
  cursor: pointer;
  user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.social-fab .social-fab-main-button {
  right: 0px;
  bottom: 0px;
  width: 49px;
  height: 49px;
  z-index: 400;
}
.social-fab .social-fab-main-button svg, .social-fab .social-fab-main-button img {
  position: absolute;
  width: 32px;
  height: 32px;
  left: 8px;
  top: 8px;
}
.social-fab .social-fab-main-button svg.social-fab-main-button-open, .social-fab .social-fab-main-button img.social-fab-main-button-open {
  display: block;
}
.social-fab .social-fab-main-button svg.social-fab-main-button-close, .social-fab .social-fab-main-button img.social-fab-main-button-close {
  display: none;
}
.social-fab .social-fab-button {
  right: 2px;
  bottom: 2px;
  width: 45px;
  height: 45px;
  z-index: 390;
  background-repeat: no-repeat;
  background-position: center center;
  transition: bottom 300ms ease;
}
.social-fab .social-fab-button.facebook {
  background-image: url("dsg/social/facebook.png");
}
.social-fab .social-fab-button.twitter {
  background-image: url("dsg/social/twitter.png");
}
.social-fab .social-fab-button.linkedin {
  background-image: url("dsg/social/linkedin.png");
}
.social-fab .social-fab-button.instagram {
  background-image: url("dsg/social/instagram.png");
}
.social-fab .social-fab-button.message {
  background-image: url("dsg/social/sms.png");
}
.social-fab .social-fab-button.email {
  background-image: url("dsg/social/email.png");
}
.social-fab .social-fab-button.print {
  background-image: url("dsg/social/print.png");
}
.social-fab.open .social-fab-main-button svg.social-fab-main-button-open, .social-fab.open .social-fab-main-button img.social-fab-main-button-open {
  display: none;
}
.social-fab.open .social-fab-main-button svg.social-fab-main-button-close, .social-fab.open .social-fab-main-button img.social-fab-main-button-close {
  display: block;
}
.social-fab.open .social-fab-button-1 {
  bottom: 57px;
}
.social-fab.open .social-fab-button-2 {
  bottom: 110px;
}
.social-fab.open .social-fab-button-3 {
  bottom: 163px;
}
.social-fab.open .social-fab-button-4 {
  bottom: 216px;
}
.social-fab.open .social-fab-button-5 {
  bottom: 269px;
}
.social-fab.open .social-fab-button-6 {
  bottom: 322px;
}
.social-fab.open .social-fab-button-7 {
  bottom: 375px;
}


#newsletter-form {
  width: 70%;
  float: left;
}
#newsletter-form input[type=text] {
  border-radius: 6px;
  border: 1px solid #efefef;
  padding: 7px;
  width: 65%;
  background-color: #efefef;
  font-size: 14px;
  margin-right: 10px;
}
#newsletter-form input[type=submit] {
  border-radius: 6px;
  border: 1px solid #48A23F;
  padding: 8px;
  width: 25%;
  background-color: #48A23F;
  font-size: 12px;
  color: white;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
#newsletter-form input[type=text]::-webkit-input-placeholder {
  color: gray;
}
#newsletter-form input[type=text]::-moz-placeholder {
  color: gray;
}
@media (max-width: 650px) {
  #newsletter-form {
    margin-top: 30px;
    width: 90%;
  }
  #newsletter-form input[type=text] {
    margin-right: 5px;
    width: 60%;
  }
  #newsletter-form input[type=submit] {
    width: 30%;
  }
}




@media (max-width: 1400px) {
  .header-slide-text {
    font-size: 20px;
    padding-left: 120px;
    padding-right: 120px;
  }
  .header-slide-text h1 {
    font-size: 38px;
  }

  .properties {
    height: 635px;
  }
  .properties .properties-div .properties-img {
    width: 200px;
    height: 200px;
  }
  .properties .properties-div .properties-text {
    font-size: 18px;
  }

  .product-content .product-content-inner-top {
    background-position: center 70px, center 50px;
  }
}
@media (max-width: 1150px), (max-height: 630px) {
  .header-slide-text {
    font-size: 16px;
    padding-left: 140px;
    padding-right: 140px;
    padding-bottom: 60px;
  }

  .header-right .slick-dots {
    bottom: 24px;
  }
}
@media (max-width: 1150px) {
  .timeline:before {
    content: "";
    position: absolute;
    top: 0px;
    left: 100px;
    bottom: 0px;
    width: 4px;
    background: #ddd;
  }
  .timeline .entry .title {
    margin-bottom: 0.5em;
    float: left;
    width: 50px;
    padding-right: 30px;
    text-align: right;
    position: relative;
  }
  .timeline .entry .title:before {
    right: -30px;
  }
  .timeline .entry .body {
    margin: 0 0 3em;
    float: right;
    width: calc(100% - 130px);
    padding-left: 30px;
  }

  .social-fab {
    display: block;
  }

  .big-quote-gratitude, .big-quote-resources, .big-quote-gray, .big-quote-white {
    padding: 30px;
    padding-left: 30px;
  }
}
.two-column-first {
  display: block;
  width: 46%;
  float: left;
}
.two-column-first h2 {
  font-size: 120%;
  font-weight: 800;
  color: #48A23F;
}
.two-column-first h3 {
  font-size: 110%;
  font-weight: 800;
}
.two-column-first ul > li > ul {
  list-style: none;
}
.two-column-first ul > li > ul > li::before {
  content: "•";
  /* Add content: \2022 is the CSS Code/unicode for a bullet */
  color: #48A23F;
  /* Change the color */
  font-weight: bold;
  /* If you want it to be bold */
  display: inline-block;
  /* Needed to add space between the bullet and the text */
  width: 2em;
  /* Also needed for space (tweak if needed) */
  margin-left: -2em;
  /* Also needed for space (tweak if needed) */
}

.two-column-second {
  display: block;
  width: 46%;
  float: right;
  clear: both;
}
.two-column-second h2 {
  font-size: 120%;
  font-weight: 800;
  color: #48A23F;
}
.two-column-second h3 {
  font-size: 110%;
  font-weight: 800;
}
.two-column-second ul > li > ul {
  list-style: none;
}
.two-column-second ul > li > ul > li::before {
  content: "•";
  /* Add content: \2022 is the CSS Code/unicode for a bullet */
  color: #48A23F;
  /* Change the color */
  font-weight: bold;
  /* If you want it to be bold */
  display: inline-block;
  /* Needed to add space between the bullet and the text */
  width: 2em;
  /* Also needed for space (tweak if needed) */
  margin-left: -2em;
  /* Also needed for space (tweak if needed) */
}

.big-quote-gratitude, .big-quote-resources, .big-quote-gray, .big-quote-white {
  padding: 60px;
  padding-left: 300px;
  font-weight: 700;
  font-size: 200%;
  color: #333;
  display: block;
  border-radius: 10px;
  background-size: 120px;
  background-position: 70px;
  background-repeat: no-repeat;
}

.big-quote-gratitude {
  background-color: #efefef;
  background-image: url(dsg/icons/hvalezni.png);
}

.big-quote-resources {
  background-color: #efefef;
  background-image: url(dsg/icons/prepricani.png);
}

.big-quote-gray {
  background-color: #efefef;
  padding-left: 60px;
}

.big-quote-white {
  background-color: white;
  padding-left: 60px;
}

.big-quote-gray-smallfont {
  padding: 60px;
  color: #333;
  display: block;
  border-radius: 10px;
  background-color: #efefef;
}

.simple-popup-content img {
  max-width: 100%;
}
.simple-popup-content .popup-category {
  background-repeat: no-repeat;
  background-position: 20px center;
  background-size: auto 30px;
  padding-left: 80px;
  font-size: 14px;
}

@media (max-width: 1150px) {
  .simple-popup-content {
    width: 85%;
  }
  .simple-popup-content img {
    max-width: 70%;
  }
  .simple-popup-content .popup-category {
    background-position: 10px center;
    background-size: auto 25px;
    padding-left: 52px;
    font-size: 12px;
  }
  .simple-popup-content .content-product-popup-text {
    padding: 20px;
  }
}
@media (max-width: 1920px) {
  .properties {
    height: 685px;
    background-position: center -100px;
    padding-top: 150px;
  }
}
@media (max-width: 1900px) {
  .content-news {
    margin-left: 0px;
    margin-right: 0px;
  }

  .content {
    margin-left: 0px;
    margin-right: 0px;
  }
}
@media (max-width: 1600px) {
  .product-content .product-content-inner-top {
    margin-top: 250px;
  }
  .product-content .product-content-inner-bottom {
    height: 160px;
  }

  nav ul li {
    margin-right: 12px;
  }
  nav ul li a {
    padding: 9px 16px;
  }
}
@media (max-width: 1150px) {
  .social {
    display: none;
  }

  .main-width {
    width: 98%;
  }

  header {
    height: calc(100vh - 120px);
    height: var(--header-height);
    background-color: black;
  }

  .header-left {
    width: 100px;
  }

  .header-btn {
    padding: 10px 30px;
    font-size: 14px;
    margin-top: 20px;
  }

  h1 {
    font-size: 28px;
  }
  h1.negative-top {
    position: relative;
    margin-top: -40px;
  }

  h1.big {
    font-size: 36px;
  }

  .lead_big {
    font-size: 24px;
  }

  .lead_small {
    font-size: 20px;
  }

  .brands h1 {
    font-size: 32px;
  }

  .header-right {
    /*width: calc(100% - 100px);*/
  }

  .header-slide {
    height: calc(100vh - 120px) !important;
    height: var(--header-height) !important;
  }

  .header-arrows {
    width: 100px;
    height: calc(100vh - 120px);
    height: var(--header-height);
  }

  .header-arrow-left, .header-arrow-right {
    height: 40px;
    width: 40px;
    bottom: 20px;
    transition: 0.2s;
  }

  .header-arrow-right {
    margin-left: 5px;
    left: 50px;
  }

  .header-brand {
    transform: scale(0.65);
  }
  .header-brand.iskra {
    top: 170px;
  }
  .header-brand.droga {
    top: 280px;
  }

  .index-action {
    top: 39px;
    transform: translateX(35%) scale(0.65);
  }

  .mini-action {
    display: none;
  }

  .sticky .menu-filler {
    display: block;
    height: 60px;
    background-color: #000000;
  }

  .menu {
    padding: 0px 0px;
    height: 60px;
    background-color: #48A23F;
  }

  body.content-page .menu, body.asortima-page .menu {
    /*display: none;*/
    height: 0px;
  }
  body.content-page .submenu, body.asortima-page .submenu {
    padding-left: 164px;
  }
  body.content-page .submenu h1, body.asortima-page .submenu h1 {
    display: block;
    margin-top: 0px;
    margin-left: 0px;
  }
  body.content-page .submenu .content-products-list, body.asortima-page .submenu .content-products-list {
    padding-left: 0px;
  }

  .submenu.product-page-submenu {
    padding-left: 100px;
    padding-top: 4px;
  }
  .submenu.product-page-submenu .content-products-breadcrumbs {
    margin-top: 0px;
  }
  .submenu.product-page-submenu .official-page {
    padding: 6px 16px;
    bottom: 10px;
  }

  .submenu {
    top: 0px;
  }
  .submenu h1 {
    margin-left: 64px;
    padding-right: 80px;
    word-break: normal;
  }
  .submenu .content-products-list {
    padding-left: 64px;
  }

  .content-products-breadcrumbs {
    padding-left: 0px;
  }

  .product-brands-list .product-brand {
    margin-right: 32px;
  }

  .content-products {
    padding-top: 1rem;
    /*&.mt-200 {
      margin-top: 200px;
    }*/
  }
  .content-products.our-brands {
    padding-top: 1rem;
  }

  .logo {
    height: 80px;
    width: 150px;
    background-size: 150px;
    top: 0px;
    left: -5px !important;
  }

  .overlay {
    width: 100%;
    height: 100%;
    top: 0px;
    position: fixed;
    display: none;
    background-color: rgba(0, 0, 0, 0.4);
    z-index: 590;
    transition: 0.2s;
  }
  .overlay.active {
    display: block;
  }

  .navbtn {
    display: block;
    position: absolute;
    right: 10px;
    top: calc(100vh - 120px);
    top: var(--header-height);
    height: 60px;
    width: 60px;
    cursor: pointer;
    background-image: url("dsg/menu.svg");
    background-repeat: no-repeat;
    background-position: center;
    z-index: 400;
  }

  nav {
    position: fixed;
    top: 0;
    right: -300px;
    height: 100%;
    width: 300px;
    background-color: #000000;
    z-index: 600;
    overflow-y: scroll;
    scrollbar-width: none;
    -ms-overflow-style: none;
    transition: 0.2s;
    padding: 0px;
  }
  nav.open {
    right: 0;
  }
  nav > ul {
    width: 100%;
    clear: both;
  }
  nav > ul > li {
    margin-right: 0px;
    display: block;
  }
  nav > ul > li > a {
    font-size: 15px;
    border-radius: 0px;
    border: none;
    padding: 15px 20px;
  }
  nav > ul > li > a:hover, nav > ul > li > a.active {
    border: none;
  }

  nav::-webkit-scrollbar {
    width: 0px;
  }

  .popup-menu-logo {
    display: block;
    float: left;
    width: 90px;
    height: 60px;
    margin-left: 20px;
    background-image: url("dsg/brand-logo-iskra.svg");
    background-repeat: no-repeat;
    background-position: left center;
    background-size: contain;
  }

  .menu-close {
    height: 60px;
    width: 60px;
    display: block;
    float: right;
    background-image: url("dsg/x.svg");
    background-position: center;
    background-repeat: no-repeat;
    cursor: pointer;
    margin-right: 0px;
  }

  .about {
    padding: 40px 0px;
    font-size: 16px;
  }

  .about-2 {
    padding: 0px 0px;
    font-size: 16px;
  }
  .about-2 .about-text {
    width: 48%;
  }
  .about-2 .about-img {
    width: 48%;
  }

  .about-img {
    margin-left: 10px;
  }

  .about-text {
    padding-right: 20px;
  }

  .about-text-columns {
    -webkit-column-count: 1;
    -moz-column-count: 1;
    column-count: 1;
    column-gap: 0px;
  }

  .videos-main {
    padding: 40px 0px;
  }

  .videos-arrows {
    top: 40px;
    width: 820px;
    height: 360px;
  }

  .video-slide {
    padding-bottom: 40px;
    margin: 0px 65px;
  }

  .video-shadow {
    width: 640px;
    height: 360px;
    background-position: bottom 70px center;
  }

  .video-inner {
    z-index: 2;
    width: 640px;
    height: 360px;
  }

  .video-arrow-left, .video-arrow-right {
    top: 155px;
  }

  .gallery-img-text {
    bottom: 5%;
    left: 5%;
    font-size: 15px;
  }

  .large .gallery-img-text {
    font-size: 20px;
  }

  .brands-main {
    padding: 40px 0px;
  }

  .brands {
    width: 800px;
  }

  .brands-text {
    width: 75%;
    font-size: 17px;
  }

  .brand-slide {
    margin: 0px 15px;
    padding-top: 30px;
  }

  .brand-inner {
    padding: 40px;
  }

  .brand-text {
    margin-bottom: 40px;
    font-size: 16px;
  }

  .soc-med {
    margin-top: 30px;
  }
  .soc-med a {
    margin-right: 0px;
  }

  .googlemap {
    width: 100%;
    height: 350px;
  }

  .about-3 {
    padding: 40px 0px;
  }

  .about-3-menu-item {
    padding: 20px 0px;
    width: 20%;
    font-size: 14px;
  }

  .about-3-content {
    margin-top: 40px;
    font-size: 15px;
  }

  .about-3-content-left {
    float: none;
    width: 100%;
    margin-top: 40px;
  }

  .about-3-content-right {
    float: none;
    width: 100%;
  }

  .sticky + .about {
    padding-top: 100px;
  }

  .content {
    padding: 0px 0px 40px 0px;
    padding-bottom: 0px;
    font-size: 16px;
    margin-top: 0px;
  }

  .news-content {
    padding-top: 0px;
  }

  .newslist {
    margin-top: 60px;
  }

  .newslink {
    width: 32%;
    margin-bottom: 20px;
    margin-right: 2%;
  }

  .newslink-text {
    margin-top: 20px;
  }

  .newslink-img {
    height: 180px;
  }

  .content-right {
    /*width: calc(100% - 80px);*/
    padding-right: 20px;
    padding-left: 20px;
  }

  .content-menu {
    width: 80px;
    padding: 0px 0px 0px 10px;
  }
  .content-menu ul > li > a {
    padding: 10px 0px;
    margin-bottom: 20px;
    font-size: 13px;
  }

  .staropramen-bg {
    top: 60px;
  }

  .logos-arrows {
    left: 10px !important;
    right: 10px !important;
  }

  .properties {
    height: auto !important;
    background-image: none;
    background: rgb(255, 255, 255);
    background: linear-gradient(175deg, rgba(255, 255, 255, 0) 9.9%, #1C1B19 10%, #1C1B19 93%, rgba(255, 255, 255, 0) 93.1%);
    background-position: 0px top;
    padding-bottom: 170px;
  }
  .properties .properties-div {
    width: 25%;
  }
  .properties .properties-div .properties-img {
    width: 164px;
    height: 164px;
  }

  .index-section-title {
    display: block;
    text-align: center;
    color: #ffffff;
    font-family: "Nunito";
    font-weight: 300;
    font-size: 3rem;
    margin: 0px;
    padding-top: 2rem;
    padding-bottom: 2rem;
    padding-left: 12px;
    padding-right: 12px;
  }
  .index-section-title.about-ninja-title {
    padding-bottom: 0px;
  }
  .index-section-title.values-title {
    padding-bottom: 4rem;
  }

  .about-ninja {
    max-width: 100%;
    padding-right: 20px;
  }
  .about-ninja .about-divs {
    justify-content: center;
  }
  .about-ninja .about-divs .about-ninja-div {
    width: 30%;
    margin-bottom: 3rem;
  }
  .about-ninja .about-divs .about-ninja-div .about-ninja-img {
    width: 90px;
    height: 90px;
  }
  .about-ninja .about-divs .about-ninja-div .about-ninja-text {
    font-size: 20px;
  }
  .about-ninja .about-divs .about-ninja-div .about-ninja-text h2 {
    font-size: 56px;
  }

  .sticky .menu {
    /*position: relative;
    top: auto;*/
    background-image: none;
    background-color: transparent;
    height: 10px;
    z-index: 610;
    /*.logo {
      display: none;
    }*/
  }
  .sticky .menu + .about {
    padding-top: 0px;
  }
  .sticky.content-page .menu-filler {
    display: none;
  }
  .sticky .content-page .menu-filler, .sticky .asortima-page .menu-filler {
    display: none;
  }
  .sticky .content-page .menu, .sticky .asortima-page .menu {
    position: fixed;
    background-image: none;
  }
  .sticky .navbtn {
    position: fixed;
    top: 10px;
    background-color: #e5e5e5;
    border-radius: 180px;
  }

  .content-page .navbtn, .asortima-page .navbtn {
    position: fixed;
    top: 10px;
    background-color: #e5e5e5;
    border-radius: 180px;
  }

  .content-news .content-news-list {
    grid-gap: 12px;
    grid-template-columns: repeat(3, minmax(150px, 1fr));
  }
  .content-news .content-news-list .content-news-item .content-news-text .content-news-text-title {
    font-size: 1.8rem;
  }

  footer .main-width {
    flex-wrap: wrap;
    justify-content: center;
  }
  footer .main-width > div {
    flex: 0 0 72% !important;
  }
  footer .footer-logo {
    width: 74%;
    margin-bottom: 2rem;
    margin-right: 0px;
    /*text-align: center;*/
  }
  footer .footer-logo img {
    max-width: 216px;
  }
  footer .footer-col-1 {
    max-width: 90%;
    width: 60%;
    flex: none;
    margin-right: 0px;
    margin-bottom: 2rem;
  }
  footer .footer-col-2 {
    width: 45%;
    flex: none;
    margin-right: 0px;
    margin-bottom: 2rem;
  }
  footer .footer-col-3 {
    width: 45%;
    flex: none;
    margin-right: 0px;
    margin-bottom: 2rem;
  }
  footer .footer-col-4 {
    width: 328px;
  }
  footer .footer-col-4 .location-popup {
    /*opacity: 0;*/
    position: relative;
    width: fit-content;
    margin: 0px auto;
    width: 80%;
  }

  .tradition {
    height: auto;
    background-image: none;
    background: rgb(255, 255, 255);
    background: white;
    background-position: 0px top;
    padding-top: 0;
  }

  .bottom-tradition {
    background: linear-gradient(175deg, white 0%, #48A23F 0.03%, #48A23F 22%, white 22.03%);
  }

  .product-content.regular {
    height: 260px;
  }
  .product-content.regular .product-content-inner-top {
    height: 70px;
  }
  .product-content .product-content-inner-top {
    height: 150px;
    margin-top: 270px;
    background-position: center 20px, center 0px;
  }
  .product-content .product-content-inner-bottom {
    height: 110px;
  }

  .logos-slide img {
    max-height: 60%;
  }

  .logos {
    width: 80%;
  }
}
@media (max-width: 850px) {
  .menu-content {
    position: relative;
  }

  .content-page .menu, .asortima-page .menu {
    position: relative;
  }

  .asortima-page {
    background: none;
  }

  .submenu {
    position: relative;
    left: 0px;
    right: 0px;
    top: auto;
    height: auto;
  }
  .submenu .content-products-list {
    padding-left: 24px;
  }
  .submenu h1 {
    margin-left: 20px;
    margin-top: 75px;
    font-size: 1.8rem;
  }

  .submenu.product-page-submenu h1 {
    margin-left: 64px;
    margin-top: 0px;
  }
  .submenu.product-page-submenu .content-products-breadcrumbs {
    padding-left: 0px;
  }

  h1 {
    font-size: 25px;
  }

  h1.big {
    font-size: 32px;
  }

  .lead_big {
    font-size: 22px;
  }

  .lead_small {
    font-size: 18px;
  }

  .brands h1 {
    font-size: 28px;
  }

  .header-right {
    width: 100%;
    height: calc(100vh - 120px - 10px);
    height: calc(var(--header-height) - 11px);
  }
  .header-right .slick-dots {
    bottom: 12px;
  }

  .header-slide {
    height: calc(100vh - 120px - 10px) !important;
    height: calc(var(--header-height) - 10px) !important;
  }

  .header-slide-text {
    font-size: 14px;
    padding-left: 110px;
    padding-right: 110px;
  }

  .header-arrows {
    right: 10px;
    bottom: 17px;
    width: 120px;
    height: calc(100vh - 120px);
    height: var(--header-height);
  }

  .header-arrow-left, .header-arrow-right {
    height: 40px;
    width: 40px;
    /*bottom: 20px;*/
    transition: 0.2s;
  }

  .header-arrow-right {
    margin-left: 0px;
    /*left: 0;
    bottom: 70px;*/
  }

  .about {
    padding: 30px 0px;
    font-size: 14px;
  }

  .about-2 {
    font-size: 14px;
  }
  .about-2 .about-text {
    width: 100%;
  }
  .about-2 .about-img {
    width: 100%;
  }

  .about-img {
    margin-left: 0px;
    width: 98%;
    margin: 0 auto;
    float: none;
  }

  .about-text {
    float: none;
    width: 98%;
    padding-right: 0px;
    margin: 0 auto;
    margin-top: 30px;
  }

  .about-text-columns {
    -webkit-column-count: 1;
    -moz-column-count: 1;
    column-count: 1;
    column-gap: 0px;
  }

  .videos-main {
    display: none;
    padding: 30px 0px;
  }

  .videos-arrows {
    top: 30px;
    width: 580px;
    height: 240px;
  }

  .video-slide {
    padding-bottom: 40px;
    margin: 0px 50px;
  }

  .video-shadow {
    width: 426px;
    height: 240px;
  }

  .video-inner {
    width: 426px;
    height: 240px;
  }

  .video-arrow-left, .video-arrow-right {
    top: 95px;
  }

  .gallery-img-text {
    bottom: 5%;
    left: 5%;
    font-size: 15px;
  }

  .large .gallery-img-text {
    font-size: 20px;
  }

  .gallery-img-container {
    width: 50%;
  }
  .gallery-img-container.large {
    width: 100%;
  }

  .brands-main {
    padding: 30px 0px;
  }

  .brands {
    width: 350px;
  }

  .brands-text {
    font-size: 15px;
  }

  .brand-slide {
    margin: 0px 10px;
    padding-top: 0px;
    width: 50%;
  }
  .brand-slide.slick-current {
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .brand-inner {
    padding: 40px;
  }

  .brand-text {
    margin-bottom: 30px;
    font-size: 14px;
  }

  .brand-shadow {
    display: none;
  }

  .googlemap {
    height: 250px;
  }

  .about-3 {
    padding: 30px 0px;
  }

  .newslink {
    width: 49%;
    margin-right: 2%;
  }
  .newslink:nth-of-type(3n) {
    margin-right: 2%;
  }
  .newslink:nth-of-type(2n) {
    margin-right: 0%;
  }

  .staropramen-left {
    width: 100%;
    float: none;
  }

  .staropramen-right {
    width: 100%;
    float: none;
    margin-top: 40px;
  }

  .gallery-element {
    width: 32%;
    margin-right: 2%;
  }
  .gallery-element:nth-of-type(4n) {
    margin-right: 2%;
  }
  .gallery-element:nth-of-type(3n) {
    margin-right: 0%;
  }

  .content-menu {
    width: 100%;
    float: none;
  }
  .content-menu ul > li {
    display: inline-block;
    margin-right: 10px;
  }
  .content-menu ul > li > a {
    box-sizing: border-box;
    padding: 10px 20px 10px 10px;
  }

  .content-menu-icons > a {
    display: inline-block;
    margin-right: 10px;
  }

  .menu-extend {
    display: none;
  }

  .content-right {
    float: none;
    width: 100%;
  }

  .properties .properties-title {
    padding-top: 4rem;
    padding-bottom: 0px;
  }
  .properties .properties-div {
    width: 49%;
  }
  .properties .properties-div .properties-img {
    width: 164px;
    height: 164px;
  }

  .index-section-title {
    font-size: 2.4rem;
  }

  .about-ninja .about-divs .about-ninja-div {
    width: 49%;
  }

  .tradition {
    height: auto;
    background-position: 0px -155px;
  }
  .tradition .intro-text {
    flex-direction: column;
    align-items: center;
    height: auto;
  }
  .tradition .intro-text > h2 {
    max-width: 90%;
    background-image: none;
    text-align: center;
    padding-right: 0px;
    margin-right: 0px;
  }
  .tradition .intro-text .intro-text-description {
    max-width: 90%;
    margin-right: 0px;
  }
  .tradition .intro-text .intro-text-description img {
    display: block;
    margin-left: auto;
    margin-right: auto;
  }
  .tradition .news {
    padding-top: 10rem;
    margin-bottom: 2rem;
  }
  .tradition .news .main-width {
    flex-direction: column;
    align-items: center;
  }
  .tradition .news .news-item {
    margin-bottom: 4rem;
    background-position: left 360px;
    background-image: none !important;
    padding-left: 0px !important;
  }
  .tradition .news .news-item:nth-of-type(2) {
    transform: none;
  }
  .tradition .news .news-item:nth-of-type(3) {
    transform: none;
  }
  .tradition .news .news-item > img {
    display: block;
  }
  .tradition .values .main-width {
    flex-direction: column;
    align-items: center;
  }
  .tradition .values .values-item {
    margin-bottom: 2rem;
  }

  .bottom-tradition {
    background: linear-gradient(175deg, white 0%, #48A23F 0%, #48A23F 17%, white 16.03%);
  }

  .content-news .content-news-list {
    grid-gap: 8px;
    grid-template-columns: repeat(2, minmax(150px, 1fr));
  }
  .content-news .content-news-list .content-news-item .content-news-text .content-news-text-title {
    font-size: 1.4rem;
  }

  .product-content .product-content-inner-top {
    margin-top: 170px;
  }
  .product-content .product-content-inner .intro-text {
    flex-direction: column;
  }
  .product-content .product-content-inner .intro-text h2 {
    width: auto;
    margin-right: 0px;
    padding-right: 32px;
    text-align: left;
  }

  .team {
    margin-top: 1rem;
    padding-top: 1rem;
  }

  .team-cards {
    justify-content: center;
  }

  .team-card {
    width: 90%;
    flex-direction: column;
    padding: 50px 32px 24px 32px;
  }
  .team-card .team-card-info {
    flex-basis: auto;
    text-align: left;
    padding-right: auto;
    padding-bottom: 16px;
    border-right: 0px;
    border-bottom: 2px solid #dadada;
  }
  .team-card .team-card-download {
    flex-basis: auto;
    padding-top: 1rem;
  }
  .team-card .team-card-download .more {
    flex-direction: row;
  }
  .team-card .team-card-download .more .img-wrapper {
    margin-bottom: 0px;
    margin-right: 1rem;
  }

  .news-item-image {
    display: block;
    float: none;
    max-width: 442px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 1rem;
  }

  .list-types {
    position: relative;
    left: auto;
    top: auto;
  }

  .content-news {
    margin-top: 1rem;
    margin-bottom: 1rem;
  }

  .products-menu li a {
    border: 1px solid #58585b;
  }

  .content-products.our-brands {
    background: linear-gradient(180deg, #f9e392 10%, #dd854f 100%);
    padding-bottom: 50px;
    padding-top: 200px !important;
    width: 100% !important;
  }
  .content-products.our-brands .product-brand {
    margin-bottom: 50px !important;
  }
  .content-products .brand-ahac {
    top: 60px;
  }
  .content-products .hashtag-goto {
    padding: 0px !important;
    margin-top: 0px !important;
  }

  .content-products-list-items-icon {
    float: none;
    position: relative;
    left: auto;
    top: auto;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 2rem;
    padding-bottom: 0px;
    text-align: center;
    background-position: center 40px;
    /*width: 100%;*/
    /*height: 200px;

    padding-top: 240px;*/
  }

  .content-products-list.content-products-list-items {
    background-position: 50% 50px;
  }

  .content-products-list .content-product-group-name {
    width: 100%;
    text-align: center;
    left: 0px;
  }

  .logos-main .logos-title {
    padding-top: 0px;
  }

  .content-product-diagonal-separator {
    height: 136px;
    background-position: center -56px;
  }
  .content-product-diagonal-separator.invert {
    background-position: center -404px;
  }

  /*
  footer {
    .footer-bottom {
      width: 74%;
      text-align: left;
    }
  }
  */
}
@media (max-width: 650px) {
  .submenu h1 {
    padding-right: 0px;
    font-size: 1.6rem;
  }

  .content-news {
    margin-top: 1rem;
  }

  .product-brands-list {
    margin-left: 0px;
    align-items: center;
    justify-content: center;
  }
  .product-brands-list .product-brand {
    margin-right: 0px;
  }

  .content-products {
    padding-top: 1rem;
  }
  .content-products.our-brands {
    padding-top: 1rem;
  }
  .content-products.mt-200 {
    margin-top: 1rem;
  }

  .content-products {
    margin-left: auto;
    margin-right: auto;
  }

  .content-product {
    width: 212px;
    margin-left: auto;
    margin-right: auto;
  }
  .content-product:nth-of-type(4n) {
    margin-right: auto;
  }

  .content-products-list {
    padding-left: 0px;
  }

  .videos-arrows {
    top: 0px;
    height: 55px;
    position: relative;
    width: 125px;
    margin: 0 auto;
  }

  .video-shadow {
    display: none;
  }

  .video-inner {
    width: 350px;
    height: 195px;
  }

  .video-slide {
    padding-bottom: 40px;
    margin: 0px 15px;
  }

  .video-arrow-left, .video-arrow-right {
    top: 0;
  }

  .newslink {
    width: 100%;
    margin-right: 0%;
  }
  .newslink:nth-of-type(3n) {
    margin-right: 0%;
  }
  .newslink:nth-of-type(2n) {
    margin-right: 0%;
  }

  .gallery-element {
    width: 48%;
    margin-right: 4%;
  }
  .gallery-element:nth-of-type(4n) {
    margin-right: 4%;
  }
  .gallery-element:nth-of-type(3n) {
    margin-right: 4%;
  }
  .gallery-element:nth-of-type(2n) {
    margin-right: 0%;
  }

  .properties {
    padding-top: 170px;
    margin-top: -170px;
  }
  .properties .properties-div {
    width: 98%;
  }
  .properties .properties-div .properties-img {
    width: 164px;
    height: 164px;
  }
  .properties .properties-div .properties-text {
    padding-left: 0px !important;
    margin-left: 0px !important;
    text-align: center !important;
    background-image: none !important;
  }

  .index-section-title {
    font-size: 2rem;
  }

  .about-ninja {
    max-width: 100%;
    background: white;
    padding-top: 100px;
  }
  .about-ninja .main-width {
    width: 100%;
  }
  .about-ninja .about-divs {
    flex-direction: column;
  }
  .about-ninja .about-divs .about-ninja-div {
    width: 100%;
    max-width: 320px;
    background-image: none;
  }

  footer .footer-col-1 {
    width: 90%;
  }
  footer .footer-col-2 {
    width: 90%;
  }
  footer .footer-col-3 {
    width: 90%;
  }
  footer .footer-col-menu {
    width: 74%;
    margin: 0px auto;
    text-align: left;
    padding-bottom: 2rem;
  }

  .content-news .content-news-list {
    grid-gap: 8px;
    grid-template-columns: repeat(1, minmax(150px, 1fr));
  }

  .team .main-width {
    width: 90%;
  }

  .team-card {
    width: 100%;
    padding: 24px 16px 12px 16px;
    align-items: stretch;
  }
  .team-card .team-card-download .more {
    justify-content: center;
  }

  .tradition .intro-text .intro-text-image {
    width: 360px;
    height: 360px;
  }

  .product-content .product-content-inner-top {
    margin-top: 30px;
  }

  .submenu .content-products-breadcrumbs a {
    font-size: 0.8rem;
  }
  .submenu .content-products-breadcrumbs a:after {
    padding-left: 4px;
    padding-right: 1px;
  }

  body.content-page .submenu, body.asortima-page .submenu {
    padding-left: 12px;
    padding-top: 90px;
    line-height: 1.1;
  }
  body.content-page .submenu.product-page-submenu, body.asortima-page .submenu.product-page-submenu {
    padding-left: 140px;
    padding-top: 4px;
  }
  body.content-page .submenu.product-page-submenu h1, body.asortima-page .submenu.product-page-submenu h1 {
    font-size: 1.3rem;
    margin-top: 83px;
  }
  body.content-page .submenu.product-page-submenu .official-page, body.asortima-page .submenu.product-page-submenu .official-page {
    display: none;
  }
  body.content-page .submenu.product-page-submenu .content-icon, body.asortima-page .submenu.product-page-submenu .content-icon {
    transform-origin: left top;
    transform: scale(0.54);
  }

  .header-brand {
    transform: scale(0.5);
  }
  .header-brand.ahac {
    top: 116px;
  }
  .header-brand.iskra {
    top: 200px;
  }
  .header-brand.droga {
    top: 20px;
  }

  .index-action {
    top: 19px;
    transform: translateX(49%) scale(0.51);
  }

  .big-quote-gratitude, .big-quote-resources, .big-quote-gray, .big-quote-white {
    padding: 10px;
    padding-left: 10px;
    font-size: 150%;
  }

  .big-quote-gratitude, .big-quote-resources {
    padding-top: 120px;
    background-position: center 20px;
    background-size: 80px;
  }

  .two-column-first, .two-column-second {
    width: auto;
    float: none;
    padding-bottom: 4rem;
  }

  .header-slide-text {
    padding-left: 50px;
    padding-right: 50px;
    padding-top: 32px;
  }
  .header-slide-text h1 {
    font-size: 30px;
  }

  .header-right .slick-dots > li {
    margin-left: 4px;
    margin-right: 4px;
  }
}
@media (max-height: 630px) {
  .header-brand {
    transform: scale(0.45);
  }
  .header-brand.ahac {
    top: 20px;
  }
  .header-brand.iskra {
    top: 104px;
  }
  .header-brand.droga {
    top: 176px;
  }
}
@media (max-width: 576px), (max-height: 630px) {
  .index-action {
    display: none;
  }

  .index .mini-action {
    display: block;
    position: absolute;
    width: 170px;
    right: 0px;
    transform: translateX(0px) scale(0.7);
    transform-origin: center right;
    z-index: 590;
  }
}
@media (max-width: 576px) and (max-height: 630px) {
  .header-slide-text-description {
    display: block;
  }
}
@media (max-width: 576px) {
  .header-brand {
    transform: scale(0.42);
  }
  .header-brand.ahac {
    top: 99px;
  }
  .header-brand.iskra {
    top: 20px;
  }
  .header-brand.droga {
    top: 167px;
  }

  .header-slide-text {
    padding-left: 12px;
    padding-right: 12px;
    padding-top: 12px;
    padding-bottom: 12px;
  }
  .header-slide-text h1 {
    font-size: 24px;
    font-weight: 700;
  }

  .header-right .slick-dots {
    bottom: -53px;
    z-index: 500;
  }
  .header-right .slick-dots > li > button {
    background-color: #ffffff;
  }
}
@media (max-width: 390px) {
  .header-slide-text {
    font-size: 12px;
  }
  .header-slide-text h1 {
    font-size: 18px;
  }
}
@media (max-width: 370px) {
  .header-brand {
    transform: scale(0.35);
  }
  .header-brand.iskra {
    top: 86px;
  }
  .header-brand.droga {
    top: 142px;
  }
}
.center_images {
  text-align: center;
}

.float-left-big-block {
  width: 35%;
  margin-right: 2%;
  float: left;
}

.float-left-block {
  width: 32%;
  margin-right: 2%;
  float: left;
}

.float-left-block:nth-child(3n+1) {
  margin-right: 0px;
}

.float-left-block img {
  max-width: 100%;
  height: auto;
}

@media (max-width: 576px) {
  .float-left-block {
    float: none;
    width: 100%;
    margin: 0px;
    margin-bottom: 20px;
  }

  .float-left-big-block {
    float: none;
    width: 100%;
    margin: 0px;
    margin-bottom: 20px;
  }
}
@media print {
  .mini-action,
.menu,
.submenu,
.product-content,
.product-content-inner-top,
.product-content-inner-bottom {
    display: none;
  }

  .content {
    margin: 0px;
  }

  .content-right {
    padding: 0px;
    font-size: 12px;
  }

  h1 {
    padding-top: 0px;
    margin: 0px !important;
    font-size: 25px;
  }

  .social {
    display: none;
  }

  footer {
    display: none;
  }

  blockquote  {
    font-size: 18px !important;
  }
}
.tradition {
  padding-bottom: 80px;
}

@media only screen and (max-width: 650px) {
  .tradition {
    padding-bottom: 40px;
  }
}
footer {
  padding-top: 20px;
}

.tradition .values {
  background-color: #E8E7E8;
  padding-top: 0px;
  padding-bottom: 60px;
}

.top-videos {
  padding-top: 0px;
}

@media only screen and (max-width: 1150px) {
  .hide-mobile {
    display: none;
  }
}
.video-inner-icon {
  width: 28% !important;
  margin-top: 32px !important;
}

.video-inner-icon img {
  max-width: 80% !important;
  margin-right: 20px !important;
}

.video-inner-text > div {
  width: 85% !important;
  margin-left: 12px !important;
}

@media only screen and (max-width: 1150px) {
  .top-videos .videos {
    width: 108% !important;
  }

  .video-inner-icon {
    width: 28% !important;
    margin-top: 32px !important;
  }

  .video-inner-icon img {
    max-width: 100% !important;
    margin-right: 20px !important;
  }

  .video-inner-text {
    font-size: 14px !important;
    margin-top: 32px !important;
    width: 64% !important;
  }
}
@media only screen and (max-width: 850px) {
  .top-tradition {
    margin-top: 0px;
  }

  .top-videos {
    display: block;
    transform: none;
    width: 100%;
    margin-bottom: 0px;
    padding-bottom: 0px;
    margin-top: 0px;
  }

  .top-videos .videos {
    flex-wrap: wrap;
    width: 100% !important;
  }

  .top-videos .video-slide {
    width: 100% !important;
  }

  .top-videos .video-inner > img {
    height: 420px !important;
  }

  .top-videos .video-inner > div {
    height: 170px !important;
    bottom: 0px !important;
  }

  .video-inner-icon {
    transform: none !important;
  }

  .video-inner-text {
    transform: none !important;
  }

  .video-inner-text > div {
    width: 88% !important;
    margin-left: 12px !important;
  }
}
.values-top {
  background: linear-gradient(to bottom right, #fff calc(50% - 1px), #E8E7E8 calc(50% + 1px));
  padding-bottom: 10%;
  width: 100%;
  color: #fff;
  position: relative;
}

.values-bottom {
  background: linear-gradient(to top right, #fff calc(50% - 1px), #E8E7E8 calc(50% + 1px));
  padding-bottom: 10%;
  width: 100%;
  color: #fff;
  position: relative;
}

@media only screen and (max-width: 850px) {
  .values-top,
.values-bottom {
    padding-bottom: 10%;
  }
}

.hranilna-vrednost table {
  width: 100%;
  font-size: 14px;
}
.hranilna-vrednost table tr:first-child td {
  background-color: #211d1f;
  color: white;
}
.hranilna-vrednost table tr:last-child td {
  border-bottom: 1px solid #211d1f;
}
.hranilna-vrednost table tr td {
  padding: 3px;
}
.hranilna-vrednost table tr:nth-child(even) {
  background-color: white;
}

.servis a {
  background-color: black;
  color: white;
}
body.content-page .menu .servis a,
.sticky .menu .servis a {
  background-color: #48A23F;
  color: white;
}



.servis-top {
  display: flex;
  gap: 15%;
}

.servis-top-item {
  flex-grow: 1;
  width: 100%;
}

.servis-top-item a {
  border: 1px solid white;
  color: white;
  display: block;
  width: 65%;
  margin: 0px auto;
  padding: 10px;
  font-size: 18px;
  text-align: center;
  margin-top: 40px;
}
.servis-top-item a:hover {
  color: black;
  background-color: white;
  cursor: pointer;
}


@media only screen and (max-width: 850px) {
  .servis-top {
    display: block;
  }
  .servis-top-item {
    text-align: center;
    margin-bottom:40px;
  }
}





.login-modal__checkbox,
.register-modal__checkbox {
  display: flex;
  /*justify-content: flex-end;*/
}

.register-modal__checkbox {
  margin-bottom: 16px;
}

.login-modal__checkbox .checkbox,
.register-modal__checkbox .checkbox {
  height: 26px;
  width: 26px;
  position: relative;
  background-color: #fff;
  border: 1px solid #c9c9c9;
  margin-right: 12px;
  flex-shrink: 0;
}

.register-modal__checkbox .checkbox {
  margin-right: 0;
  margin-left: 12px;
  height: 25px;
  width: 25px;
  border-color: #8d8d8d;
  flex-shrink: 0;
}

.login-modal__checkbox-text {
  padding-top: 6px;
  font-size: 14px;
  font-weight: 300;
}

.register-modal__checkbox-text {
  padding-top: 0;
}

.login-modal__checkbox .checkbox input,
.register-modal__checkbox .checkbox input {
  position: absolute;
  opacity: 0;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  cursor: pointer;
  flex-shrink: 0;
}

.register-modal__checkbox .checkbox input:checked ~ .checkmark,
.login-modal__checkbox .checkbox input:checked ~ .checkmark {
  background-image: url("dsg/icons/check-01.svg");
}

.login-modal__checkbox .checkbox .checkmark,
.register-modal__checkbox .checkbox .checkmark {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  pointer-events: none;
  background-repeat: no-repeat;
  background-position: center;
}

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