/* 
https://codepen.io/sosuke/pen/Pjoqqp 
*/
.btn-outline-light {
  --bs-btn-color: #FFFFFF;
}

/* Carousel Hp */
section {
  background-size: cover;
  background-repeat: no-repeat;
  background-position-x: center;
}
section > div > div.row {
  margin-top: 3rem;
  margin-bottom: 3rem;
  padding-top: 3rem;
  padding-bottom: 3rem;
}

.sectionfull {
  height: calc(100vh - 135px);
}

.sectioncenter {
  display: flex;
  align-items: center;
}

.backgroundtopcenter {
  background-position: center top !important;
}

.backgroundcentercenter {
  background-position: center !important;
}

.backgroundbottomcenter {
  background-position: center bottom !important;
}

.backgroundtopcenter {
  background-position: center top !important;
}

.backgroundtopleft {
  background-position: left top !important;
}

.backgroundcenterleft {
  background-position: left center !important;
}

.backgroundtopright {
  background-position: right top !important;
}

.backgroundcenterright {
  background-position: right center !important;
}

.backgroundbottomright {
  background-position: right bottom !important;
}

.backgroundbottomleft {
  background-position: left bottom !important;
}

.margintop1 > div > div.row {
  margin-top: 0;
}

.margintop2 > div > div.row {
  margin-top: 6rem;
}

.margintop3 > div > div.row {
  margin-top: 9rem;
}

.marginbottom1 > div > div.row {
  margin-bottom: 0;
}

.marginbottom2 > div > div.row {
  margin-bottom: 6rem;
}

.marginbottom3 > div > div.row {
  margin-bottom: 9rem;
}

.paddingtop1 > div > div.row {
  padding-top: 0;
}

.paddingtop2 > div > div.row {
  padding-top: 6rem;
}

.paddingtop3 > div > div.row {
  padding-top: 9rem;
}

.paddingbottom1 > div > div.row {
  padding-bottom: 0;
}

.paddingbottom2 > div > div.row {
  padding-bottom: 6rem;
}

.paddingbottom3 > div > div.row {
  padding-bottom: 9rem;
}

.backgroundsize1 {
  background-size: auto;
}

.backgroundsize2 {
  background-size: contain;
}

.imageposition1 {
  background-position: left top;
}

.imageposition2 {
  background-position: center top;
}

.imageposition3 {
  background-position: right top;
}

.imageposition4 {
  background-position: left center;
}

.imageposition5 {
  background-position: right center;
}

.imageposition6 {
  background-position: left bottom;
}

.imageposition7 {
  background-position: center bottom;
}

.imageposition8 {
  background-position: right bottom;
}

.colbackgroundsize1 {
  background-size: cover;
}

.colbackgroundsize2 {
  background-size: contain;
}

.progrescol {
  background-repeat: no-repeat;
}

body.hp {
  background-color: #EBEBEB;
}

@media only screen and (min-width: 1400px) {
  .container {
    max-width: 1280px;
  }
}
@media only screen and (min-width: 1600px) {
  .container {
    max-width: 1450px;
  }
}

header {
  background-color: black;
  color: white;
}
header a {
  color: white;
  text-decoration: none;
}
header ul.social {
  list-style: none;
  margin: 0;
  padding: 0.5em 0;
  display: flex;
  flex-direction: row;
}
header ul.social li {
  list-style: none;
  padding: 0 1em;
}
header ul.social li:before {
  content: none;
}
header ul.social li a {
  color: white;
}
header form {
  padding-top: 0.3em;
  padding-bottom: 0.3em;
  display: flex;
  flex-direction: row;
  align-items: center;
  height: 100%;
}
@media only screen and (min-width: 768px) {
  header form {
    justify-content: flex-end;
  }
}
header form input#input {
  border: 1px solid white;
  border-radius: 1em;
  padding: 0 1em;
  background-color: #3D3C3C;
  color: #BCBCBC;
  margin-right: 1em;
  display: inline-block;
  max-width: 8em;
  font-weight: 100;
}
header form a {
  display: block;
}

nav.navbar-light {
  transition: all 500ms;
  padding: 1em;
  background-color: transparent !important;
}
@media only screen and (min-width: 768px) {
  nav.navbar-light {
    justify-content: space-between !important;
    display: flex;
    padding: 0em;
  }
}
nav.navbar-light .navbar-collapse {
  width: auto;
  margin-top: 5rem;
  background-color: white;
  padding: 1rem 0 1rem 0;
}
@media only screen and (min-width: 768px) {
  nav.navbar-light .navbar-collapse {
    margin-top: 0;
  }
}
@media only screen and (min-width: 768px) {
  nav.navbar-light .navbar-nav .nav-item {
    padding-left: 2em;
    position: static;
  }
  nav.navbar-light .navbar-nav .nav-item:last-of-type {
    margin-left: 2em;
    border-left: 1px solid #F29100;
  }
  nav.navbar-light .navbar-nav .nav-item:last-of-type .nav-link {
    color: #F29100;
  }
}
nav.navbar-light .navbar-nav .nav-item:before {
  content: none;
}
nav.navbar-light .navbar-nav .nav-item .nav-link {
  padding: 0.5rem 0;
  text-align: right;
}
@media only screen and (min-width: 768px) {
  nav.navbar-light .navbar-nav .nav-item .nav-link {
    text-align: left;
    padding: 0;
  }
}
nav.navbar-light .navbar-nav .nav-item .nav-link {
  color: black;
  font-weight: 100;
  /*  font-size:1.2em; */
  text-decoration: none;
}
nav.navbar-light .navbar-nav .nav-item .nav-link:focus, nav.navbar-light .navbar-nav .nav-item .nav-link:hover, nav.navbar-light .navbar-nav .nav-item .nav-link:active {
  background-color: transparent;
}

.relative {
  position: relative;
}

.submenu-agrodon-first {
  width: 100%;
  background-color: white;
  border: 1px solid #474747;
  margin-bottom: 1rem;
}
.submenu-agrodon-first .submenu-agrodon-list {
  display: block;
  width: 100%;
  padding: 0rem;
  display: grid;
  grid-template-rows: 50% 50%;
  grid-template-columns: 50% 50%;
}
.submenu-agrodon-first .submenu-agrodon-list .submenu-agrodon-first-item {
  width: 50%;
}
.submenu-agrodon-first .submenu-agrodon-list .submenu-agrodon-first-item:before {
  content: none;
}
.submenu-agrodon-first .submenu-agrodon-list .submenu-agrodon-first-item .submenu-agrodon-first-link {
  height: 100%;
  width: 100%;
  display: block;
  padding: 2em 0 2em 0;
  text-decoration: none;
}

.submenu-agrodon-last {
  display: none;
}

@media only screen and (min-width: 993px) {
  .dropdown-menu-agrodon {
    column-count: 1;
    position: absolute;
    width: calc(100% - 1rem);
    left: 0.5rem;
    z-index: 400;
    transition: none;
    height: 500px;
  }
  .dropdown-menu-agrodon .submenu-agrodon-first {
    min-height: 500px;
    width: 25%;
    background-color: white;
    border: 1px solid #474747;
    margin-bottom: 0rem;
  }
  .dropdown-menu-agrodon .submenu-agrodon-first .submenu-agrodon-list {
    padding: 0;
    display: block;
  }
  .dropdown-menu-agrodon .submenu-agrodon-first .submenu-agrodon-list .submenu-agrodon-first-item {
    width: 100%;
    padding: 0 1rem 0 2rem;
  }
  .dropdown-menu-agrodon .submenu-agrodon-first .submenu-agrodon-list .submenu-agrodon-first-item:before {
    content: none;
  }
  .dropdown-menu-agrodon .submenu-agrodon-first .submenu-agrodon-list .submenu-agrodon-first-item.active {
    background-color: black;
  }
  .dropdown-menu-agrodon .submenu-agrodon-first .submenu-agrodon-list .submenu-agrodon-first-item.active .submenu-agrodon-first-link {
    color: white;
  }
  .dropdown-menu-agrodon .submenu-agrodon-first .submenu-agrodon-list .submenu-agrodon-first-item.active .submenu-agrodon-first-link:after {
    content: none;
  }
  .dropdown-menu-agrodon .submenu-agrodon-first .submenu-agrodon-list .submenu-agrodon-first-item .submenu-agrodon-first-link {
    padding: 2em 0 2em 0;
    position: relative;
  }
  .dropdown-menu-agrodon .submenu-agrodon-first .submenu-agrodon-list .submenu-agrodon-first-item .submenu-agrodon-first-link:after {
    position: absolute;
    display: block;
    content: "";
    width: 100%;
    bottom: -1px;
    border-bottom: 1px solid #474747;
  }
  .dropdown-menu-agrodon .submenu-agrodon-last {
    transition: none;
    height: 100%;
    width: 75%;
    background-color: #D9D9D9;
    border-top: 1px solid #474747;
    border-right: 1px solid #474747;
    border-bottom: 1px solid #474747;
    display: block;
  }
  .dropdown-menu-agrodon .submenu-agrodon-last .submenu-agrodon-last-inner {
    width: 30%;
    border-right: 1px solid #474747;
    overflow: auto;
  }
  .dropdown-menu-agrodon .submenu-agrodon-last .submenu-agrodon-last-inner ul.submenu-agrodon-last-list li.submenu-agrodon-last-item {
    padding: 0 1rem 0 2rem;
  }
  .dropdown-menu-agrodon .submenu-agrodon-last .submenu-agrodon-last-inner ul.submenu-agrodon-last-list li.submenu-agrodon-last-item:before {
    content: none;
  }
  .dropdown-menu-agrodon .submenu-agrodon-last .submenu-agrodon-last-inner ul.submenu-agrodon-last-list li.submenu-agrodon-last-item.active {
    background-color: black;
  }
  .dropdown-menu-agrodon .submenu-agrodon-last .submenu-agrodon-last-inner ul.submenu-agrodon-last-list li.submenu-agrodon-last-item.active a.submenu-agrodon-last-link {
    color: white;
    background-image: url("data:image/svg+xml,%3Csvg width='100%25' height='100%25' viewBox='0 0 63 90' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' xml:space='preserve' xmlns:serif='http://www.serif.com/' style='fill-rule:evenodd;clip-rule:evenodd;stroke-miterlimit:10;'%3E%3Cpath d='M20.937,20.937l20.15,24.913l-20.15,23.212' style='fill:none;fill-rule:nonzero;stroke:%23fff;stroke-width:4.17px;'/%3E%3C/svg%3E");
    background-position: right center;
  }
  .dropdown-menu-agrodon .submenu-agrodon-last .submenu-agrodon-last-inner ul.submenu-agrodon-last-list li.submenu-agrodon-last-item.active a.submenu-agrodon-last-link:after {
    content: none;
  }
  .dropdown-menu-agrodon .submenu-agrodon-last .submenu-agrodon-last-inner ul.submenu-agrodon-last-list li.submenu-agrodon-last-item a.submenu-agrodon-last-link {
    height: 100%;
    width: 100%;
    display: block;
    padding: 1em 0 1em 0;
    text-decoration: none;
    position: relative;
    background-image: url("data:image/svg+xml,%3Csvg width='100%25' height='100%25' viewBox='0 0 63 90' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' xml:space='preserve' xmlns:serif='http://www.serif.com/' style='fill-rule:evenodd;clip-rule:evenodd;stroke-miterlimit:10;'%3E%3Cpath d='M20.937,20.937l20.15,24.913l-20.15,23.212' style='fill:none;fill-rule:nonzero;stroke:%231c1c1b;stroke-width:4.17px;'/%3E%3C/svg%3E");
    background-position: right center;
    background-size: 20px 40px;
    background-repeat: no-repeat;
  }
  .dropdown-menu-agrodon .submenu-agrodon-last .submenu-agrodon-last-inner ul.submenu-agrodon-last-list li.submenu-agrodon-last-item a.submenu-agrodon-last-link:after {
    position: absolute;
    display: block;
    content: "";
    width: 100%;
    bottom: -1px;
    border-bottom: 1px solid #474747;
  }
  .dropdown-menu-agrodon .submenu-agrodon-last .submenu-agrodon-last-image {
    width: 70%;
    height: 100%;
    background-image: url("data:image/svg+xml,%0A%3Csvg version='1.1' id='L7' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 100 100' enable-background='new 0 0 100 100' xml:space='preserve'%3E%3Cpath fill='%23000' d='M31.6,3.5C5.9,13.6-6.6,42.7,3.5,68.4c10.1,25.7,39.2,38.3,64.9,28.1l-3.1-7.9c-21.3,8.4-45.4-2-53.8-23.3 c-8.4-21.3,2-45.4,23.3-53.8L31.6,3.5z'%3E%3CanimateTransform attributeName='transform' attributeType='XML' type='rotate' dur='2s' from='0 50 50' to='360 50 50' repeatCount='indefinite' /%3E%3C/path%3E%3Cpath fill='%23000' d='M42.3,39.6c5.7-4.3,13.9-3.1,18.1,2.7c4.3,5.7,3.1,13.9-2.7,18.1l4.1,5.5c8.8-6.5,10.6-19,4.1-27.7 c-6.5-8.8-19-10.6-27.7-4.1L42.3,39.6z'%3E%3CanimateTransform attributeName='transform' attributeType='XML' type='rotate' dur='1s' from='0 50 50' to='-360 50 50' repeatCount='indefinite' /%3E%3C/path%3E%3Cpath fill='%23000' d='M82,35.7C74.1,18,53.4,10.1,35.7,18S10.1,46.6,18,64.3l7.6-3.4c-6-13.5,0-29.3,13.5-35.3s29.3,0,35.3,13.5 L82,35.7z'%3E%3CanimateTransform attributeName='transform' attributeType='XML' type='rotate' dur='2s' from='0 50 50' to='360 50 50' repeatCount='indefinite' /%3E%3C/path%3E%3C/svg%3E");
    background-size: 50px;
    background-position: center;
    background-repeat: no-repeat;
  }
  .dropdown-menu-agrodon .submenu-agrodon-last .submenu-agrodon-last-image .submenu-agrodon-last-image-inner {
    width: 100%;
    height: 100%;
    background-size: cover;
  }
}
.hamburger {
  position: absolute;
  right: 0;
  top: 3.3rem;
  border: 0;
  font-size: 1.5em;
  padding: 0;
}
.hamburger .text {
  display: block;
  position: absolute;
  left: -6rem;
  font-size: 0.8em;
  color: #F29100;
  transform: translateY(-50%);
}
.hamburger .toggle {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  width: 40px;
  height: 50px;
  background: transparent;
  cursor: pointer;
  overflow: hidden;
  border: none;
  outline: 0;
}
.hamburger .toggle:focus {
  background-color: yellow;
}
.hamburger .toggle:hover, .hamburger .toggle:active {
  background-color: transparent !important;
}
.hamburger .toggle.active span {
  box-shadow: 60px -12px 0 #F29100, -60px 12px 0 #F29100;
  border-radius: 1px;
  transform: translate(-50%, -50%) rotate(-315deg);
  transition-property: box-shadow, transform;
  transition-delay: 0s, 0.5s;
  transition-duration: 0.5s, 0.5s;
}
.hamburger .toggle.active span:before {
  top: 50%;
  transition-delay: 1s;
}
.hamburger .toggle span {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(0deg);
  width: 40px;
  height: 4px;
  background: #F29100;
  box-shadow: 0 -12px 0 #F29100, 0 12px 0 #F29100;
  transition-property: transform, box-shadow;
  transition-delay: 0s, 1s;
  transition-duration: 0.5s, 0.5s;
}
.hamburger .toggle span:before {
  content: "";
  position: absolute;
  top: -70px;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 4px;
  height: 40px;
  background: #F29100;
  transition: 0.5s;
  transition-delay: 0.5s;
}

#carouselHP {
  margin: 0 auto;
  padding: 0;
  background-color: #EEEEEE;
}
#carouselHP .carousel-inner .carousel-item {
  height: 30rem;
}
@media only screen and (min-width: 768px) {
  #carouselHP .carousel-inner .carousel-item {
    height: auto;
  }
}
@media only screen and (min-width: 1200px) {
  #carouselHP .carousel-inner .carousel-item {
    max-height: 100vh;
  }
}
#carouselHP .carousel-inner .carousel-item img {
  width: 200vw;
  object-fit: cover;
  object-position: 50% 50%;
}
@media only screen and (min-width: 768px) {
  #carouselHP .carousel-inner .carousel-item img {
    width: 100vw;
  }
}
#carouselHP .carousel-inner .carousel-item.dark .carousel-caption .caption-in {
  display: inline-block;
  margin-left: auto;
  margin-right: 0;
  padding: 0 1rem !important;
  background-color: rgba(0, 0, 0, 0.6);
}
#carouselHP .carousel-caption {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  top: auto;
  transform: translateY(-7rem);
}
#carouselHP .carousel-caption .caption-in {
  padding: 0 1rem !important;
}
@media only screen and (min-width: 768px) {
  #carouselHP .carousel-caption .caption-in {
    padding: 0 !important;
  }
}
@media only screen and (max-width: 768px) {
  #carouselHP .carousel-caption h1 {
    font-size: 2em;
  }
}
#carouselHP .carousel-control-prev-icon {
  opacity: 1;
  background-color: white;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23F29100'%3e%3cpath d='M11.354 1.646a.5.5 0 0 1 0 .708L5.707 8l5.647 5.646a.5.5 0 0 1-.708.708l-6-6a.5.5 0 0 1 0-.708l6-6a.5.5 0 0 1 .708 0z'/%3e%3c/svg%3e");
  background-size: 50%;
}
#carouselHP .carousel-control-prev-icon:hover {
  background-color: #F29100;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23FFF'%3e%3cpath d='M11.354 1.646a.5.5 0 0 1 0 .708L5.707 8l5.647 5.646a.5.5 0 0 1-.708.708l-6-6a.5.5 0 0 1 0-.708l6-6a.5.5 0 0 1 .708 0z'/%3e%3c/svg%3e");
}
#carouselHP .carousel-control-next-icon {
  opacity: 1;
  background-color: white;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23F29100'%3e%3cpath d='M4.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L10.293 8 4.646 2.354a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
  background-size: 50%;
}
#carouselHP .carousel-control-next-icon:hover {
  background-color: #F29100;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23FFF'%3e%3cpath d='M4.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L10.293 8 4.646 2.354a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}
#carouselHP .carousel-indicators {
  bottom: 4rem;
}
@media only screen and (min-width: 768px) {
  #carouselHP .carousel-indicators {
    bottom: 5.5rem;
  }
}
#carouselHP .carousel-indicators li {
  opacity: 1;
  margin: 0 0.4rem;
  width: 10px;
  height: 10px;
  border-radius: 12px;
  display: block;
  border: none;
}
#carouselHP .carousel-indicators li.active {
  background-color: #F29100;
}

.news-hp1 .news-hp1-item {
  background-color: #F29100;
}
.news-hp1 .news-hp1-photo {
  background-size: cover;
  background-position: center;
}

.fastlink1 .col .fastlink-item {
  padding: 2rem 2rem 3rem 2rem;
  width: 100%;
  height: 100%;
  text-align: center;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: column;
  background-color: white;
}
.fastlink1 .col .fastlink-item h2 {
  font-size: 3em;
  max-width: 75%;
  line-height: 1.2;
}
.fastlink1 .col .fastlink-item .fastlink1-img {
  max-width: 75%;
}

footer .submenu h3 {
  font-size: 1.1em;
}
footer .submenu .submenu-item-links {
  margin: 0;
  padding: 0;
}
footer .submenu .submenu-item-links li {
  margin: 0;
  padding: 0;
}
footer .submenu .submenu-item-links li:before {
  content: none;
}
footer .submenu .submenu-item-links li a {
  text-decoration: none;
}

.page-icon {
  max-width: 18px;
  max-height: 18px;
}

.photo-carousel {
  width: 100%;
  overflow: hidden;
}
.photo-carousel .slick-slide {
  text-align: center;
  float: inherit;
  display: inline-block !important;
  vertical-align: middle;
}
.photo-carousel .slick-slide a {
  display: block;
  text-align: center;
  text-decoration: none;
  color: #000;
}
.photo-carousel .slick-slide a:focus {
  color: white;
}
.photo-carousel .slick-slide img {
  margin: 0 auto;
  /*  max-height:110px;
    max-width:200px;*/
}
.photo-carousel .slick-prev, .photo-carousel .slick-next {
  height: 51px;
  z-index: 400;
}
.photo-carousel .slick-prev {
  left: 1rem;
}
.photo-carousel .slick-next {
  right: 1rem;
}

/* Katalog */
.catalog .subtitle {
  font-size: 1.2em;
}

.catalog-in .catalog-in-header {
  background-color: #3F403D;
  color: white;
  padding: 3rem 0;
}
@media only screen and (min-width: 993px) {
  .catalog-in .catalog-in-header .header {
    min-height: 16rem;
  }
}
.catalog-in .catalog-in-header .header h1 {
  font-size: 3em;
  font-weight: bold;
  margin-bottom: 0;
}
@media only screen and (min-width: 993px) {
  .catalog-in .catalog-in-header .header h1 {
    font-size: 5.5em;
  }
}
.catalog-in .catalog-in-header .header .subtitle {
  font-size: 1.2em;
}
.catalog-in .catalog-in-header .bigger {
  line-height: 1;
  margin-bottom: 0;
}
@media only screen and (min-width: 993px) {
  .catalog-in .catalog-in-header .top-image {
    position: absolute;
  }
}
.catalog-in .catalog-in-header .top-image img {
  max-width: 100%;
}
@media only screen and (min-width: 1600px) {
  .catalog-in .catalog-in-header .top-image img {
    max-width: 130%;
  }
}
.catalog-in .mininav {
  margin: 2em 0;
}
.catalog-in .mininav .nav-tabs {
  position: relative;
  border-bottom: 1px solid #dee2e6;
}
.catalog-in .mininav .nav-tabs:after {
  top: 100%;
  position: absolute;
  display: block;
  width: 100%;
  padding-bottom: 10%;
  background-image: url(/images/shadow_small.png);
  background-position: center top;
  background-repeat: no-repeat;
  content: "";
}
.catalog-in .mininav .nav-tabs li {
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.catalog-in .mininav .nav-tabs li:before {
  content: none;
}
.catalog-in .mininav .nav-tabs li a {
  text-decoration: none;
}
.catalog-in .showcompare {
  display: flex;
  align-items: center;
}
.catalog-in .showcompare input.compare {
  width: 18px;
  height: 18px;
}
.catalog-in .column2 {
  padding-top: 2rem;
}
@media only screen and (min-width: 1200px) {
  .catalog-in .column2 {
    column-count: 2;
  }
}
.catalog-in .table-param tr {
  border-bottom: 0;
}
.catalog-in .table-param tr td {
  padding-top: 0;
  padding-bottom: 0;
  border-color: #868686;
  border-right: 10px solid white;
}
.catalog-in .table-param tr td.firsttd {
  width: 30%;
}
.catalog-in .links-other .links-other-item {
  width: 100%;
  height: 100%;
  text-align: center;
  display: grid;
  grid-template-rows: 3fr 1fr 1fr 2fr;
  justify-items: center;
  align-items: center;
}
.catalog-in .links-other .links-other-item h3 {
  font-size: 1em;
  font-weight: normal;
}
.catalog-in .links-other .links-other-item .subtitle {
  color: #868686;
}

/* PHOTO 

.photo {            
    display: inline-block;
    background-color: $verylightgrey;
    margin-right: 0;
    vertical-align: top;
    padding-bottom: 0;
    position:relative;
    width: 100%;
    margin-bottom:15px;    
    @media (min-width: 768px) {
        margin:0 2% 30px 0;
        width: 32%; 
        &:nth-of-type(3) {
            margin-right:0;
        }
    }

    img.photoimg {
        width:100%;
    }    
    a {
        color:black;
        width:100%;      
        heigth:100%;      
        display:block;
        text-decoration:none;
        img {
            width:100%;
        }
        .text {
            min-height:2.5rem;
            padding:1.5em 1em;
            background-image: url(/images/arrow-red-right.svg);
            background-size: 21px 14px;
            background-repeat: no-repeat;
            background-position: right 1rem center ;

        }    
    }

} 

*/
.photo-in {
  text-align: center;
}
.photo-in a img {
  max-width: 100%;
}

.uppercase {
  text-transform: uppercase;
}

.pagination {
  padding-top: 2rem;
  border-radius: 0;
  flex-wrap: wrap;
}
.pagination > li {
  border-radius: 0;
  display: inline-block;
  vertical-align: middle;
}
.pagination > li:first-of-type a {
  width: auto;
  padding: 8px;
}
.pagination > li.mright {
  margin-right: 1rem;
}
.pagination > li > a {
  display: flex;
  height: 38px;
  min-width: 2rem;
  padding: 5px 1em;
  border-radius: 0 !important;
  border: 0;
  color: #000 !important;
  text-decoration: underline;
  align-content: center;
  justify-content: center;
}
.pagination > li > a.active {
  font-weight: bold;
  text-decoration: none;
  color: #000 !important;
}
.pagination > li > a.next {
  padding: 3px;
}
.pagination > li > a.first, .pagination > li > a.last, .pagination > li > a.prev, .pagination > li > a.next {
  text-decoration: none;
  color: white !important;
}
.pagination > li > a.disabled {
  pointer-events: none;
  cursor: default;
}
.pagination > li > a:focus {
  background-color: yellow;
  color: black;
}

.pagination > li > a.prev, .pagination > li > a.first, .pagination > li > a.next, .pagination > li > a.last {
  background-color: #F29100;
}
.pagination > li > a.prev.disabled, .pagination > li > a.first.disabled, .pagination > li > a.next.disabled, .pagination > li > a.last.disabled {
  background-color: #474747;
}
.pagination > li > a.prev:focus, .pagination > li > a.first:focus, .pagination > li > a.next:focus, .pagination > li > a.last:focus {
  outline: 3px dotted #F29100;
}
.pagination > li > a.prev:hover, .pagination > li > a.prev:active, .pagination > li > a.first:hover, .pagination > li > a.first:active, .pagination > li > a.next:hover, .pagination > li > a.next:active, .pagination > li > a.last:hover, .pagination > li > a.last:active {
  outline: none;
}

/* srovnavaxc */
#compare-block {
  background-color: #474747;
  color: white;
  padding: 15px 0 5px 0;
}
@media (min-width: 993px) {
  #compare-block {
    position: fixed;
    bottom: 0;
    z-index: 999;
    width: 100%;
    padding-bottom: 0;
  }
}
#compare-block a {
  color: white;
}
#compare-block a.submitcompare {
  display: inline-block;
  background-color: white;
  color: #474747;
  border-color: white;
}
#compare-block ul#comparelist {
  display: flex;
}
#compare-block ul#comparelist img.arrow2 {
  max-width: 18px;
}
#compare-block ul#comparelist li {
  max-width: 140px;
  display: grid;
  grid-template-rows: 1fr 3fr 1fr;
  margin: 0;
  text-align: center;
  padding: 0px 10px 10px 10px;
}

/* catalog compare*/
#catalogcompare {
  overflow-y: hidden;
  overflow-x: scroll;
}
#catalogcompare table.paging {
  list-style: none;
  margin: 2rem 0;
  table-layout: fixed;
}
#catalogcompare table.paging tr:nth-child(even) {
  background: #EBEBEB;
}
#catalogcompare table.paging tr:nth-child(odd) {
  background: white;
}
#catalogcompare table.paging td {
  padding: 5px;
}
#catalogcompare a {
  color: black;
  text-decoration: none;
}

/*.firsttd {position:absolute;
 width:250px;
        left:auto;
        top:auto;

}
*/
.search-result {
  background-color: yellow;
}

/* back to top */
.cd-top {
  display: inline-block;
  height: 40px;
  width: 40px;
  position: fixed;
  bottom: 100px;
  right: 10px;
  z-index: 10;
  color: white;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
  /* image replacement properties */
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  background: #F29100 url(/images/cd-top-arrow.svg) no-repeat center 50%;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: opacity 0.3s 0s, visibility 0s 0.3s;
  -moz-transition: opacity 0.3s 0s, visibility 0s 0.3s;
  transition: opacity 0.3s 0s, visibility 0s 0.3s;
}

.cd-top.cd-is-visible, .cd-top.cd-fade-out, .no-touch .cd-top:hover {
  -webkit-transition: opacity 0.3s 0s, visibility 0s 0s;
  -moz-transition: opacity 0.3s 0s, visibility 0s 0s;
  transition: opacity 0.3s 0s, visibility 0s 0s;
}

.cd-top.cd-is-visible {
  /* the button becomes visible */
  visibility: visible;
  opacity: 1;
}

.cd-top.cd-fade-out {
  /* if the user keeps scrolling down, the button is out of focus and becomes less visible */
  opacity: 0.5;
}

.no-touch .cd-top:hover {
  background-color: #e86256;
  opacity: 1;
}

@media only screen and (min-width: 768px) {
  .cd-top {
    right: 20px;
    bottom: 20px;
  }
}
@media only screen and (min-width: 1024px) {
  .cd-top {
    height: 60px;
    width: 60px;
    right: 30px;
    bottom: 30px;
  }
}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  /* display: none; <- Crashes Chrome on hover */
  -webkit-appearance: none;
  margin: 0; /* <-- Apparently some margin are still there even though it's hidden */
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  /* display: none; <- Crashes Chrome on hover */
  -webkit-appearance: none;
  margin: 0; /* <-- Apparently some margin are still there even though it's hidden */
}

input[type=number] {
  -moz-appearance: textfield;
}

/* MAC HACK */
.row:before, .row:after {
  display: none !important;
}

.hide {
  display: none;
}

/* pristupnost */
.support {
  position: absolute;
  top: -99999px;
  left: 0;
  color: #F29100;
  background-color: white;
}
.support:focus {
  top: -30px;
  padding: 1rem;
  color: #F29100;
  background-color: white;
}

.jump {
  position: relative;
}
.jump h2 {
  position: absolute;
  top: 0;
  left: -99999px;
  width: 1px;
  height: 1px;
  overflow: hidden;
  z-index: 99999;
}
.jump ul {
  padding: 0;
  margin: 0;
}
.jump ul li {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 99999;
}
.jump ul li a {
  position: absolute;
  top: -99999px;
  left: 0;
}
.jump ul li a:focus {
  top: 30px;
  color: black;
  background-color: white;
  padding: 1rem;
}

#menu-left-jump {
  color: white;
  background-color: black;
}

.fontsize1 {
  font-size: 150%;
}

::-moz-placeholder {
  opacity: 1;
}

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