/*
// Je v headeru
https://fonts.googleapis.com/css2?family=Lexend:wght@100..900&family=Titillium+Web:ital,wght@0,200;0,300;0,400;0,600;0,700;0,900;1,200;1,300;1,400;1,600;1,700&display=swap*/



















/* Default & normalize setter */
a {
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}
article,
aside,
footer,
header,
nav,
section,
figcaption,
figure,
blockquote,
main,
details,
menu,
picture,
video {
  display: block;
  box-sizing: border-box;
  padding: 0;
  margin: 0;
}
template,
[hidden] {
  display: none;
}
audio,
video,
canvas {
  display: inline-block;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
svg:not(:root) {
  overflow: hidden;
}
button,
input,
optgroup,
select,
textarea {
  margin: 0;
}
button,
input {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
html[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  appearance: button;
}
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}
fieldset {
  padding: 0.35em 0.75em 0.625em;
}
legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}
textarea {
  overflow: auto;
}
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
[type="search"] {
  -webkit-appearance: textfield;
  appearance: textfield;
  outline-offset: -2px;
}
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

/* Normalize - Comerto specific 1  */
body,
html,
div,
img,
svg,
figure,
form,
iframe {
  padding: 0px;
  border: 0px;
  margin: 0px;
  box-sizing: border-box;
  border-style: none;
}
ul,
ol,
li,
a,
span {
  box-sizing: border-box;
}
div {
  position: relative;
  max-height: 9999999px;
}
main,
footer,
header,
section {
  width: 100%;
}

/* Normalize - Comerto specific 2 */
body {
  min-height: 101vh;
}
.form,
.form_submit,
div {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
  box-sizing: border-box;
}
img,
picture {
  max-width: 100%;
  height: auto;
  display: block;
}
iframe {
  max-width: 100%;
}
a,
.form_submit {
  cursor: pointer;
}

.fimg,
.fimg_wrp,
.fimg_pic,
.fimg_img {
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
  display: block;
  line-height: 0;
}

.fimg_wrp,
.fimg_pic,
.fimg_img {
  max-height: inherit;
  max-width: inherit;
}

.lzl {
  background-color: var(--gray-bg);
  font-size: 0.5rem;
  color: rgba(0, 0, 0, 0);
  overflow: hidden;
  text-align: center;
}


.lzl .fimg_img:not([src]), img.lzl:not([src]){
  opacity: 0;
}



body, html{
  font-display: swap;
}














:root {
  --font-basic: "Lexend", sans-serif;
  --font-fancy: "Titillium Web", sans-serif;
  --transition: ease-in-out 0.3s;
  --red: #e3001a;
  --red-dark: #b00014;
  --gray-bg: #f7f7f7;
  --gray-dark: #545454;
  --gray-border: #e6e6e6;
  --yellow: #ffcc00;
  --yellow-dark: #ffaa3e;
  --green: #3fb84f;
  --green-dark: #349741;
}

/*
body.gl{
  // For Google Lightouse :D
  --font-fancy: sans-serif;
  --font-basic: sans-serif;
  color: red !important;
}
*/


a {
  color: var(--red);
}

a:hover {
  text-decoration: none;
}

img {
  overflow: hidden;
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: var(--font-basic);
  font-size: 16px;
  font-weight: 400;
  line-height: 2;
  padding-top: 110px;
}

body.id_page_1,
body.id_page_6 {
  padding-top: 0;
}


h1, h2, h3, h4, h5, h6{
  text-wrap: balance;
}

h1 {
  font-family: var(--font-fancy);
  font-size: 44px;
  line-height: 1.2;
  font-weight: 600;
}

h2 {
  font-family: var(--font-fancy);
  font-size: 36px;
  line-height: 1.2;
  font-weight: 600;
}

h3 {
  font-family: var(--font-fancy);
  font-size: 28px;
  line-height: 1.2;
  font-weight: 600;
}

h4 {
  font-family: var(--font-fancy);
  font-size: 24px;
  line-height: 1.2;
  font-weight: 600;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a {
  text-decoration: inherit;
  font-weight: inherit;
  color: inherit;
}
h1 strong,
h2 strong,
h3 strong,
h4 strong,
h5 strong {
  font-weight: 700;
}

h1 .smaller,
h2 .smaller,
h3 .smaller,
h4 .smaller,
h5 .smaller {
  font-size: 0.75em;
}



.container {
  width: 100%;
  max-width: 1520px;
  margin: 0 auto;
}

.container.small {
  max-width: 1000px;
}

.container.medium {
  max-width: 1260px;
}

.col-2 {
  display: grid;
  grid-template-columns: 1fr 1fr;
}

.col-3 {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
}

.col-4 {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

.btn,
.articles_small_more a {
  background-color: var(--red);
  color: #fff;
  font-weight: 600;
  font-size: 18px;
  font-family: var(--font-fancy);

  /* padding: 15px 25px; */
  padding: 0.85em 1.4em;

  border-radius: 3px;
  line-height: 1.15;
  transition: var(--transition);
  text-decoration: none;
  display: inline-block;
  cursor: pointer;
}
.btn img{
  flex-shrink: 0;
}

.btn.green {
  background-color: var(--green);
}

.btn.green:hover {
  background-color: var(--green-dark);
}

.btn:hover,
.articles_small_more a:hover {
  background-color: var(--red-dark);
}

.open-form {
  cursor: pointer;
}

#small_menu {
  display: none;
}

header {
  display: grid;
  grid-template-columns: 340px auto;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 99;
}

header .logo-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  background-color: var(--red);
  z-index: 9;
}

.header-main-top {
  display: flex;
  justify-content: space-between;
  height: 50px;
  background-color: #fff;
}

.top-info-panel {
  grid-column: 1 / -1;
  width: 100%;
  padding: 10px 20px;
  background-color: #1976d2;
  color: #fff;
  text-align: center;
  transition: var(--transition);
  overflow: hidden;
  font-size: 14px;
}

.top-info-panel p {
  margin: 0;
}

.menu {
  margin: 0;
  padding: 0;
  display: flex;
  height: 100%;
  padding-left: 30px;
}

.menu .sub_0_li {
  list-style-type: none;
  height: 100%;
}

.menu .sub_0_a {
  font-size: 14px;
  color: #000;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 5px 13px;
  text-decoration: none;
  transition: color var(--transition);
  line-height: 1.2;
  text-align: center;
}

.menu .sub_0_a:hover {
  color: var(--red);
}

.menu-cat-items {
  flex: 1 1 auto;
}

#header-top-categories {
  width: 100%;
  padding-left: 0;
}

@media (min-width: 1025px) {
  .menu-wrap #header-top-categories {
    display: none;
  }
}

#header-top-categories.menu .sub_0_li {
  flex: 1 1 auto;
  text-align: center;
  border-left: 1px solid rgba(255, 255, 255, 0.15);
  border-right: 1px solid rgba(255, 255, 255, 0.15);
  padding-top: 0;
  transition: padding-top var(--transition);
}

#header-top-categories.menu .sub_0_li:hover,
#header-top-categories.menu .sub_0_li.hovered {
  padding-top: 10px;
}

#header-top-categories.menu .sub_0_a {
  font-size: 18px;
  font-weight: 600;
  color: #fff;
  font-family: var(--font-fancy);
  transition: var(--transition);
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  line-height: 1.2;
}

#header-top-categories.menu .sub_0_li:hover .sub_0_a,
#header-top-categories.menu .sub_0_li.hovered .sub_0_a {
  background-color: #fff;
  color: #000;
}

#header-top-categories.menu .sub_0_a > figure {
  display: none;
}

#header-top-categories.menu li:first-child {
  border-left: none;
}
#header-top-categories.menu li#header-top-categories_56_li{
  /* Tato kategorie produkty v akci v menu byt nema */
  display:none !important;
}


#header-top-categories.menu li:last-child {
  border-right: none;
}


#menu .sub_0_li {
  position: relative;
}

#menu .sub_1 {
  position: absolute;
  padding-left: 0;
  background-color: #fff;
  width: 100%;
  list-style-type: none;
  min-width: 250px;
  z-index: 9;
  opacity: 0;
  pointer-events: none;
  transition: var(--transition);
  border-left: 1px solid #f0f0f0;
  border-right: 1px solid #f0f0f0;
  box-shadow: 0px 15px 30px rgba(23,46,84,0.1);
}

#menu .sub_0_li:hover .sub_1 {
  opacity: 1;
  pointer-events: auto;
}

#menu .sub_0_li:hover .sub_1 {
  opacity: 1;
  pointer-events: auto;
}

#menu .sub_1 a {
  color: #000;
  text-decoration: none;
  font-size: 14px;
  padding: 10px 13px;
  line-height: 1.3;
  display: block;
  transition: var(--transition);
  border-bottom: 1px solid #f0f0f0;
}

 #menu .sub_1_li:first-child a {
  border-top: 1px solid #f0f0f0;
 }

#menu .sub_1 a:hover {
  color: var(--red);
}

.header-top-right-wrap {
  display: flex;
  flex: 0 0 500px;
  justify-content: flex-end;
}

.search-opener {
  flex: 0 0 75px;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  border-left: 1px solid var(--gray-border);
  position: relative;
}

.search-opener img {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  transition: opacity var(--transition);
}

.search-opener img.magnifier {
  opacity: 1;
}

.search-opener img.close {
  opacity: 0;
}

.search-opener.open img.magnifier {
  opacity: 0;
}

.search-opener.open img.close {
  opacity: 1;
}

.phone-wrap {
  display: flex;
  align-items: center;
  gap: 10px;
  border-left: 1px solid var(--gray-border);
  padding: 5px 25px;
  color: #000;
  text-decoration: none;
}

.user-wrap {
  display: flex;
  align-items: center;
  gap: 10px;
  border-left: 1px solid var(--gray-border);
  justify-content: center;
  color: #000;
  text-decoration: none;
  flex: 0 0 150px;
}

.header-main-bottom {
  display: flex;
  height: 60px;
  background-color: rgba(0, 0, 0, 0.6);
  backdrop-filter: blur(38px);
  --webkit-backdrop-filter: blur(38px);
  justify-content: space-between;
}

.basket-menu {
  display: flex;
  align-items: center;
  gap: 10px;
  flex: 0 0 151px;
  background-color: var(--red);
  color: #fff;
  font-family: var(--font-fancy);
  font-size: 18px;
  font-weight: 600;
  text-decoration: none;
  justify-content: center;
}

.basket-menu.full.fixed {
  position: fixed;
  top: 20px;
  right: 20px;
  width: 151px;
  height: 60px;
  z-index: 999;
}

.mod_betshop_items .basket-menu.full.fixed {
	top: 70px;
}

@media (max-width: 1024px) {
  .basket-menu.full.fixed {
    font-size: 14px;
    width: 75px;
    height: 50px;
		top: 55px;
		right: 5px;
  }

}

.basket-menu {
  order: 10;
}

button#small_menu {
  order: 20;
}

.top-hp-cont {
  height: auto;
  min-height: 100vh;
  max-height: 1080px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  padding-bottom: 250px;
  padding-top: 150px;
}

.top-hp-cont figure {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.top-hp-cont video#hp_video {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

@media(max-width: 560px) {
  .ios.safari .top-hp-cont video#hp_video {
    width: auto;
    height: 100%;
    object-position: unset;
    left: 50%;
    transform: translateX(-50%);
  }

  .ios.safari .top-hp-cont {
    overflow: hidden;
  }
}

.top-hp-cont .fimg_wrp,
.top-hp-cont .fimg_pic {
  width: 100%;
  height: 100%;
}

.top-hp-cont .fimg_pic img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.top-hp-cont .shadow {
  position: absolute;
  left: 0;
  top: 0;
  background-color: rgba(0, 0, 0, 0.4);
  width: 100%;
  height: 100%;
}

.top-hp-cont .top-hp-content {
  color: #fff;
  text-align: center;
  width: 100%;
}

.top-hp-cont h2 {
  font-size: 44px;
  margin-top: 0;
  margin-bottom: 20px;
  font-weight: 600;
}

.top-hp-cont p {
  margin-top: 0;
  margin-bottom: 20px;
}

.search_container {
  width: 100%;
  max-width: 600px;
  margin: 0 auto;
  margin-top: 40px;
}

.search_results_container .search_container {
  margin-left: 0;
  margin-top: 20px;
  margin-bottom: 60px;
}

.search_form {
  width: 100%;
}

.search_container input {
  width: 100%;
  height: 70px;
  padding: 5px 25px;
  padding-right: 65px;
  border: 1px solid #e0e3e9;
  box-shadow: 0px 1px 2px rgba(11, 29, 58, 0.3);
  outline: none;
}

.search_container input:focus {
  border: 1px solid var(--red);
}

/*
.search_container input::-webkit-input-placeholder,
.search_container input:-ms-input-placeholder,
.search_container input::placeholder {
  color: #f0f0f0;
  overflow: visible;
}
*/

.search_form_submit {
  position: absolute;
  width: 42px;
  height: 42px;
  right: 15px;
  top: 15px;
}

.search_form_submit input {
  background-color: var(--red);
  padding: 0;
  height: 100%;
  width: 100%;
  border: none;
  border-radius: 3px;
  background-image: url("/gfx/svg/lupa-white.svg");
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: 14px auto;
  font-size: 0;
  line-height: 0;
  width: 42px;
  height: 42px;
}

.top-category-cont {
  padding: 0 20px;
}

.hp-categories-cont .cat-negative-margins-wrap {
  margin-bottom: 0;
  padding: 40px 0;
  background-color: #fff;
  min-height: 350px;
}

.for-hp .cat-negative-margins-wrap {
  margin: -225px 0;
  margin-bottom: 0;
  padding: 40px;
}

.hp-categories-wrap {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 30px;
}

.hp-categories-wrap .cat-item {
  border: 1px solid #e0e3e9;
  box-shadow: 0px 1px 2px rgba(11, 29, 58, 0.3);
  display: flex;
  flex-direction: column;
  transition: border-color var(--transition);
}

.hp-categories-wrap .cat-item:hover {
  border-color: var(--red);
}

.hp-categories-wrap .seasonal {
  grid-column: span 3;
}

.hp-categories-wrap .seasonal .sale-tag {
  font-family: var(--font-fancy);
  font-weight: 700;
  font-size: 15px;
  position: absolute;
  left: 10px;
  top: 10px;
  z-index: 9;
  color: #000;
  pointer-events: none;
}

.hp-categories-wrap .seasonal::before {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 80px 80px 0 0;
  border-color: var(--yellow) transparent transparent transparent;
  content: " ";
  position: absolute;
  left: 0;
  top: 0;
  z-index: 5;
  pointer-events: none;
}

.hp-categories-wrap .seasonal-box-wrap {
  flex: 1 0 auto;
  background-size: 100% auto;
  background-position: 50% 50%;
  color: #fff;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  padding: 40px 50px;
  position: relative;
  transition: var(--transition);
}

.hp-categories-wrap .seasonal:hover .seasonal-box-wrap {
  background-size: 105% auto;
}

.hp-categories-wrap .seasonal-box-wrap::before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  content: " ";
  background-color: rgba(0, 0, 0, .25);
}

.hp-categories-wrap .seasonal-box-wrap .prefa-logo {
  position: absolute;
  right: 30px;
  top: 30px;
}

.hp-categories-wrap .seasonal-box-wrap h2 {
  font-size: 46px;
  font-weight: 600;
  margin-top: 0;
  margin-bottom: 0;
  position: relative;
}

.hp-categories-wrap .seasonal-box-wrap p {
  font-family: var(--font-fancy);
  font-weight: 600;
  font-size: 22px;
  margin: 0;
  line-height: 1.2;
  position: relative;
}

@media (max-width: 1380px) {
  .hp-categories-wrap .seasonal-box-wrap h2 {
    font-size: 32px;
  }

  .hp-categories-wrap {
    gap: 15px;
  }
}

.cat-img-figure {
  width: 100%;
  position: relative;
  overflow: hidden;
  flex: 1 1 auto;
}

.sales .cat-img-figure::after {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  content: " ";
  background-image: url("/gfx/svg/percentage.svg");
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: auto 30%;
}

.cat-img-figure .fimg_wrp {
  width: 100%;
  height: 100%;
}

.sales .cat-img-figure .fimg_wrp {
  background-color: var(--red);
}

.cat-img-figure .fimg_pic {
  width: 100%;
  height: 100%;
}

.cat-img-figure .fimg_img {
  width: 100%;
  height: 100%;
  transition: transform var(--transition);
  object-fit: cover;
}

.cat-item:hover .cat-img-figure img {
  transform: translate3d(0,0,0) scale(1.05, 1.05);
}

.sales .cat-img-figure .fimg_wrp img {
  mix-blend-mode: darken;
}

.cat-item .cat-name {
  padding: 10px 15px;
  font-size: 18px;
  font-weight: 600;
  font-family: var(--font-fancy);
  flex: 0 0 62px;
  line-height: 1.2;
  display: flex;
  align-items: center;
}

.cat-link {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  line-height: 1.2;
}

.products-cont.hp {
  padding: 40px 20px;
}

.products-cont h2 {
  text-align: center;
  margin-top: 0;
  margin-bottom: 30px;
}

.products-wrap {
  gap: 25px;
}

.products-wrap .p-item {
  border: 1px solid #e0e3e9;
  filter: drop-shadow(0px 1px 2px rgba(11, 29, 58, 0.3));
  transition: border-color var(--transition);
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  gap: 20px;
  background-color: #fff;
  padding: 50px 40px;
  padding-top: 0;
}

.products-wrap .p-item.supplier{
  padding-top: 50px;
}

.products-wrap .p-item:hover {
  border-color: var(--red);
}

.products-wrap .p-img-container, 
.products-wrap .p-img-wrap {
  height: 275px;
  width: 100%;
  overflow: hidden;
}

.products-wrap .p-img-wrap .fimg_wrp {
  height: 100%;
  width: 100%;
}



.products-wrap .p-img-wrap.img_main {
  transition: height var(--transition);
  
}

.products-wrap .p-item:hover .p-img-container.sum_2 .p-img-wrap.img_main{
  height: 0px;  
} 


.products-wrap .p-img-wrap picture {
  height: 100%;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.products-wrap .p-img-wrap img {
  height: auto;
  width: auto;
  max-width: 90%;
  max-height: 90%;
  filter: none;
}

.products-wrap .p-name {
  font-family: var(--font-fancy);
  font-weight: 600;
  font-size: 22px;
  margin: 15px 0;
  line-height: 1.3;
  text-wrap: balance;
}

.products-wrap .colors-box {
  display: flex;
  gap: 10px;
  font-size: 14px;
  flex-wrap: wrap;
}

.products-wrap .colors-box .fimg {
  max-height: 25px;
  max-width: 25px;
}

.products-wrap .colors-box .headline {
  position: relative;
  top: -2px;
}

.products-wrap .colors-wrap {
  display: flex;
  gap: 5px;
  flex-wrap: wrap;
}

.products-wrap .sizes-box {
  font-size: 14px;
}

.products-wrap .p-desc {
  font-size: 14px;
  margin-top: 15px;
  line-height: 1.5;
}

.product-top-info .product-price-wrap {
  margin: 0px;
  display: flex;
  justify-content: flex-start;
  align-items: flex-end;
  gap: 10px;
  width: 100%;
  margin-bottom: 30px;
}

.product-top-info .sale .product-price-wrap {
  flex-direction: column;
  align-items: unset;
  gap: 0;
}

.product-price-wrap .main-price {
  flex-grow: 0;
  
}



.product-price-wrap .stock-wat-wrap {
  flex-grow: 1;
  display: flex;
  justify-content: space-between;
}

.product-top-info .product-price-header {
  margin: 0;
  font-family: var(--font-fancy);
  font-size: 22px;
  line-height: 1.2;
  font-weight: 600;
  margin-bottom: 10px;

  display: flex;
  justify-content: space-between;
  align-items: center;
}
.product-top-info .product-price-header .name {
  flex-grow: 1;
}
.product-top-info .product-price-header .name .iname{
  display:none;
}

.product-top-info .product-price-header .fimg {
  flex-grow: 0;
  height: 40px;
  width: 40px;
}
.product-top-info .product-price-info {
  line-height: 1.2;
  margin-bottom: 10px;
  font-weight: 300;
}

.product-top-info .cta-box {
  margin: 0px;
}

.product-top-info .stock-wat-wrap {
  position: initial;
}

.products-wrap .promo-price-wrap {
  display: flex;
  gap: 10px;
  align-items: center;
}

.products-wrap .promo-price-wrap .discount {
  font-size: 14px;
  font-weight: 600;
  padding: 4px 8px;
  background-color: var(--yellow);
  line-height: 1;
}

.products-wrap .promo-price-wrap .original-price {
  text-decoration: line-through;
  font-size: 14px;
  opacity: 0.5;
}

.products-wrap .main-price {
  font-family: var(--font-fancy);
  font-size: 22px;
  font-weight: 600;
  position: relative;
  
  padding-top: 7px;
}
.main-price .preword{
  font-size: 14px;
  color: #666;

  position: absolute;
  top: -10px;
  left: 0px;
  
  
  
  user-select: none;
  pointer-events: none;
  
}

.main-price .preword, 
.wat-info{
  color: #666;
}


.products-wrap .stock-wat-wrap {
  display: flex;
  justify-content: space-between;
  line-height: 1;
  align-items: center;
  font-size: 14px;
  margin-top: -5px;
}

.stock {
  display: flex;
  align-items: center;
  gap: 5px;
  padding: 0.25em 1em;
  transition: opacity var(--transition);
}

.products-wrap .p-item:hover .stock {
  opacity: 0;
}

.stock.in-stock {
  background-color: rgba(63, 184, 79, 0.1);
  color: var(--green);
  color: color-mix(in srgb, var(--green) 70%, black);
}

.stock.out-stock {
  background-color: rgba(255, 204, 0, 0.05);
  color: var(--yellow-dark);
  
  color: color-mix(in srgb, var(--yellow-dark) 85%, black);
  text-align: center;
}

.products-wrap .p-item .btn {
  position: absolute;
  bottom: -20px;
  right: 0;
  opacity: 0;
  line-height: 1.2;
  padding: 10px 25px;
}

.products-wrap .p-item:hover .btn {
  bottom: 10px;
  opacity: 1;
}

.products-wrap .p-item .detail-link {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 9;
}

.products-wrap .p-item .tag {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
}

.products-wrap .p-item .tag::before {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 60px 60px 0 0;
  border-color: var(--yellow) transparent transparent transparent;
  content: " ";
  position: absolute;
  left: 0;
  top: 0;
  z-index: 5;
}

.products-wrap .p-item .tag .text {
  font-family: var(--font-fancy);
  font-weight: 700;
  font-size: 15px;
  position: absolute;
  left: 5px;
  transform: rotate(-45deg);
  top: 6px;
  z-index: 9;
  color: #000;
}

.all-products-wrap {
  text-align: center;
  margin-top: 50px;
}

.config-cont {
  background-color: var(--gray-bg);
  position: relative;
  height: 860px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  overflow: hidden;
  padding: 0 20px;
}

.product-detail-scroll-wrap section.config-cont{
  padding-left: 40px;
  padding-top: 40px;
}

.white-box {
  background-color: #fff;
  position: absolute;
  width: 100%;
  height: 100px;
  left: 0;
}

.white-box.top {
  top: 0;
}

.white-box.bottom {
  bottom: 0;
}

.config-cont .house-img {
  position: absolute;
  height: 100%;
  width: auto;
  left: 40%;
  top: 250px;
  opacity: 0;
  transition: ease-in-out .8s;
  background-color: rgba(0, 0, 0, 0);
}

.config-cont .house-img.visible {
  top: -30px;
  opacity: 1;
}

.config-cont h2 {
  font-size: 44px;
  max-width: 450px;
  margin-top: 20px;
}

.config-cont .btn{
  display:flex;
  flex-wrap: nowrap;
  gap: 0.85em;
  align-items: center;
  width: max-content;
  
  font-size: 22px;
}

.config-cont .btn img{
  width: 1.5em;
  height: 1.5em;
  display: inline-block;    
}



.fence-desc {
  max-width: 450px;
  margin-bottom: 50px;
  margin-top: 20px;
  font-size: 22px;
}

.pre-head {
  position: relative;
  font-size: 18px;
  font-family: var(--font-fancy);
  font-weight: 600;
  display: inline-block;
}


.pre-head a{
  color:inherit;
  text-decoration: none;
}

.pre-head::after {
  position: absolute;
  content: " ";
  width: 60px;
  height: 1px;
  background-color: var(--red);
  left: calc(100% + 10px);
  top: 50%;
  transform: translateY(-50%);
}

.find-place-cont {
  position: relative;
  min-height: 720px;
  align-items: center;
  display: flex;
  padding: 0 20px;
}

.find-place-cont .map-container {
  position: absolute;
  right: 50%;
  top: 50%;
  transform: translateY(-50%);
  width: auto;
  min-width: 50%;
}

.find-place-cont .map {
  display: block;
  position: relative;
  width: auto;
  min-width: 100%;
  max-width: unset;
}

.find-place-cont .map-container-img{
  display: block;
  position: relative;
  width: auto;
  min-width: 100%;
  max-width: unset;
  min-width: 1151px;
  height: 100%;
}

.find-place-cont .map-container .map-link{
  position: absolute;
  top: 0px;
  right: 0px;
  left: 0px;
  bottom: 0px;
  z-index: 1;
}

.find-place-cont .map-point {
  position: absolute;
  opacity: 1;
  transition: ease-in-out .7s;
  z-index: 66;
  /* top: -200%; */
  /* pointer-events: none; */
}

.find-place-cont .map-point:not(.show) {
  opacity: 0;
  bottom: 250% !important;
}

.find-place-cont .map-point.show {

}

/*
.find-place-cont #map_point_1 {
  left: 10%;
}

.find-place-cont #map_point_2 {
  left: 22%;
}

.find-place-cont #map_point_3 {
  left: 34%;
}

.find-place-cont #map_point_4 {
  left: 38%;
}

.find-place-cont #map_point_5 {
  left: 52%;
}

.find-place-cont #map_point_6 {
  left: 76%;
}

.find-place-cont #map_point_7 {
  left: 87%;
}

.find-place-cont #map_point_8 {
  left: 80%;
}

.find-place-cont #map_point_9 {
  left: 65%;
}

.find-place-cont #map_point_10 {
  left: 54%;
}

.find-place-cont #map_point_11 {
  left: 30%;
}

.find-place-cont #map_point_12 {
  left: 23%;
}

.find-place-cont #map_point_1.show {
  top: 35%;
}

.find-place-cont #map_point_2.show {
  top: 22%;
}

.find-place-cont #map_point_3.show {
  top: 10%;
}

.find-place-cont #map_point_4.show {
  top: 29%;
}

.find-place-cont #map_point_5.show {
  top: 17%;
}

.find-place-cont #map_point_6.show {
  top: 42%;
}

.find-place-cont #map_point_7.show {
  top: 47%;
}

.find-place-cont #map_point_8.show {
  top: 60%;
}

.find-place-cont #map_point_9.show {
  top: 70%;
}

.find-place-cont #map_point_10.show {
  top: 73%;
}

.find-place-cont #map_point_11.show {
  top: 77%;
}

.find-place-cont #map_point_12.show {
  top: 52%;
}
*/

.find-place-wrap {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  pointer-events: none;
}

.find-place-wrap .text-wrap {
  flex: 0 0 50%;
  padding-left: 80px;
  pointer-events: auto;
}

.find-place-wrap h2 {
  font-size: 44px;
  max-width: 450px;
  margin-top: 20px;
}

.find-place-wrap .input-wrap,
.store-side .input-wrap {
  width: 100%;
  max-width: 490px;
  position: relative;
  margin-bottom: 70px;
}

.find-place-wrap .input-wrap .form,
.store-side .input-wrap .form {
  width: 100%;
  height: 70px;
  border: 1px solid #e0e3e9;
  box-shadow: 0px 1px 2px rgba(11, 29, 58, 0.3);
  padding: 25px;
  padding-right: 60px;
  outline: none;
}

.find-place-wrap .input-wrap .form:focus,
.store-side .input-wrap .form:focus {
  border-color: var(--red);
}

.find-place-wrap .input-wrap .form_submit,
.store-side .input-wrap .form_submit {
  background-color: var(--red);
  padding: 0;
  border: none;
  border-radius: 3px;
  background-image: url("/gfx/svg/lupa-white.svg");
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: 14px auto;
  position: absolute;
  width: 42px;
  height: 42px;
  right: 15px;
  top: 15px;
}

.most-searched-box .headline {
  font-size: 14px;
}

.most-searched-wrap {
  display: flex;
  gap: 15px;
  margin-bottom: 30px;
  flex-wrap: wrap;
}

.most-searched-wrap .search-item {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 7px;
  padding: 7px 15px;
  border: 1px solid #e0e3e9;
  background-color: var(--gray-bg);
  transition: background-color var(--transition);
  color: #000;
  text-decoration: none;
  line-height: 1.5;
  background-image: url("/gfx/svg/external.svg");
  background-repeat: no-repeat;
  background-position: calc(100% - 3px) 2px;
  background-size: 9px auto;
}

.most-searched-wrap .search-item:hover {
  background-color: #fff;
}

.top-sp-img-cont {
  position: relative;
  height: auto;
  min-height: 25vh;
  display: flex;
  align-items: center;
}

.top-sp-img-cont .container {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  padding: 80px 0;
}

.top-sp-img-cont h1 {
  margin-top: 0;
  color: #fff;
}

.top-sp-img-cont figure {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.top-sp-img-cont figure::after {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  content: " ";
  background-color: rgba(0,0,0,0.5);
}

.top-sp-img-cont figure .fimg_wrp,
.top-sp-img-cont figure .fimg_pic {
  width: 100%;
  height: 100%;
}

.top-sp-img-cont figure .fimg_pic img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.about-prefa-cont {
  text-align: center;
  padding: 80px 20px;
  background-color: var(--gray-bg);
}

.prefa-desc {
  margin: 0 auto;
  width: 100%;
  max-width: 700px;
}

.prefa-benefits-wrap {
  margin: 50px 0;
}

.prefa-logo-wrap {
  display: flex;
  justify-content: center;
}

.prefa-benefits-wrap .b-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  border-right: 1px solid #e6e6e6;
}

.prefa-benefits-wrap .b-item .icon-wrap {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  width: 140px;
  height: 120px;
  background-image: url("/gfx/svg/tiles.svg");
  background-repeat: no-repeat;
  background-position: 50% 0;
  background-size: 138px auto;
}

.prefa-benefits-wrap .b-item:last-child {
  border-right: none;
}

.prefa-benefits-wrap .b-item .b-name {
  font-family: var(--font-family);
  font-size: 22px;
  font-weight: 600;
  margin-top: 20px;
}

.prefa-benefits-wrap .b-item .b-desc {
  font-size: 14px;
  line-height: 1.25;
}

.news-cont {
  padding: 80px 20px;
  text-align: center;
}

.news-cont h2 {
  font-family: var(--font-fancy);
  font-size: 44px;
  margin-top: 20px;
  line-height: 1.2;
  font-weight: 600;
}

.news-cont .pre-head {
  margin-right: 60px;
}

.articles_small_container,
.articles_list_container {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 30px;
}

.articles_small_item,
.articles_list_item {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  transition: var(--transition);
  border: 1px solid rgba(0, 0, 0, 0);
  padding-bottom: 30px;
}

.articles_small_item:hover,
.articles_list_item:hover {
  border: 1px solid #e0e3e9;
  box-shadow: 0px 1px 2px rgba(11, 29, 58, 0.3);
}

.articles_small_thumb,
.articles_list_thumb {
  order: 1;
}

.articles_small_title,
.articles_list_title {
  order: 3;
}

.articles_small_title h3,
.articles_list_title h2 {
  margin: 0;
  padding: 0 20px;
}

.articles_small_title h3 a,
.articles_list_title h2 a {
  color: #000;
  font-size: 22px;
  text-decoration: none;
  font-weight: 600;
  display: inline-block;
  text-wrap: balance;
}

.articles_small_date,
.articles_list_date {
  order: 2;
  margin: 20px 0;
  font-size: 14px;
}

.articles_small_link,
.articles_list_link {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 9;
}

.articles_small_link a,
.articles_list_link a {
  display: block;
  width: 100%;
  height: 100%;
}

.articles_small_more {
  grid-column: span 4;
  margin-top: 30px;
}

.flex-col-2 {
  display: flex;
  gap: 40px;
}

.flex-col-2 .submenu-col {
  flex: 0 0 320px;
}

.flex-col-2 .submenu-wrap {
  position: sticky;
  top: 30px;
  left: 0;
}

.flex-col-2 .submenu-wrap .sub_0 {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

.flex-col-2 .submenu-wrap .sub_0 > li {
  background-color: var(--gray-bg);
  position: relative;
  transition: color var(--transition);
  border-bottom: 1px solid var(--gray-border);
}

.flex-col-2 .submenu-wrap .sub_0 a {
  display: block;
  line-height: 1.3;
  padding: 12px 15px;
  position: relative;
  transition: color var(--transition);
  color: #000;
  text-decoration: none;
}

#submenu_text_parent_name_div a {
  color: #fff;
  text-decoration: none;
  background-color: var(--gray-dark);
  font-weight: 700;
  font-size: 18px;
  padding: 15px;
  line-height: 1.3;
  display: block;
  transition: var(--transition);
}

#submenu_text_parent_name_div a:hover,
#submenu_text_parent_name_div.parent_name_active a {
  background-color: var(--red);
}

.flex-col-2 .submenu-wrap .sub_0 > li::before {
  position: absolute;
  height: 100%;
  left: 0;
  bottom: 0;
  background-color: var(--gray-dark);
  content: " ";
  width: 5px;
  transition: var(--transition) color;
}

.flex-col-2 .submenu-wrap .sub_0 > li:hover::before,
.flex-col-2 .submenu-wrap .sub_0 > li.active::before {
  background-color: var(--red);
}

.flex-col-2 .inner-text-wrap {
  flex: 1 1 auto;
}

.flex-col-2 .inner-text-wrap > *:first-child {
  margin-top: 0;
}

.flex-col-2 .inner-text-wrap > *:last-child {
  margin-bottom: 0;
}

.top-sp-img-cont + .text-main-cont {
  overflow: unset;
}

.headline-wrap {
  display: flex;
  align-items: flex-start;
  padding: 50px 0;
}

.headline-wrap .cat-name-wrap {
  flex: 1 1 auto;
  max-width: 33%;
  padding-right: 40px;
  margin-right: 40px;
  border-right: 1px solid #b2b2b2;
  min-width: 400px;
}

.headline-wrap .cat-name-wrap h1 {
  margin: 0;
  font-size: 48px;
  font-weight: 600;
}

.headline-wrap .cat-desc-wrap {
  flex: 1 1 auto;
}

.headline-wrap .cat-desc-wrap p {
  margin: 0;
}

.sub-cat-wrap {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 25px;
}

.sub-cat-wrap .cat-item {
  display: flex;
  align-items: center;
  gap: 20px;
  border: 1px solid #e0e3e9;
  box-shadow: 0px 1px 2px rgba(11, 29, 58, 0.3);
  transition: border-color var(--transition);
}

.sub-cat-wrap .cat-item:hover {
  border-color: var(--red);
}

.sub-cat-wrap .cat-item figure,
.sub-cat-wrap .cat-item .cat-back-img {
  width: 98px;
  height: 98px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex: 0 0 98px;
}

.sub-cat-wrap .cat-item img {
  display: block;
  transform: translate3d(0,0,0); 
}

.sub-cat-wrap .cat-name {
  flex: 1 1 auto;
  line-height: 1.3;
  text-wrap: balance;
}

.sub-cat-wrap .cat-name .number {
  color: #a4a4a4;
}

.cat-link {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.breadcrumbs-cont {
  background-color: #f7f7f7;
  padding: 5px 20px;
}

.breadcrumbs-cont .container > span {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  column-gap: 15px;
  font-size: 14px;
  line-height: 1.25;
}
.breadcrumbs-cont #breadcrumbs_a_root img{
  width: 16px;
  height: 18px;  
}

.products-cont {
  padding: 40px 20px;
}

.products-cont .filters-wrap {
  margin-bottom: 20px;
}

.filter_group_items {
  gap: 10px;
  display: flex;
  flex-wrap: wrap;
}

.bottom-text-cont {
  padding: 40px 20px;
}

.bottom-text-cont .text-wrap > *,
.text-wrapwidth {
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
}

.bottom-text-cont .text-wrap h2 {
  text-align: center;
}

.bottom-text-cont .text-wrap > .gallery_container {
  max-width: unset;
  margin: 30px 0;
}

.text-wrap ul,
.description-section ul {
  padding: 0;
}

.text-wrap ul li,
.description-section ul li {
  list-style-type: none;
  padding-left: 26px;
  position: relative;
}

.text-wrap ul li::before,
.description-section ul li::before {
  content: " ";
  position: absolute;
  width: 16px;
  height: 18px;
  background-image: url("/gfx/svg/prefa-symbol.svg");
  background-size: cover;
  left: 0;
  top: 8px;
}

.gallery_container {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 50px;
}

.gallery_container .gallery_item figcaption {
  margin-top: 10px;
  border-left: 3px solid #e6e6e6;
  padding: 5px 0;
  padding-left: 10px;
  line-height: 1.2;
}

.gallery_container .gallery_item figcaption p {
  margin: 0;
}

.gallery_container.smaller {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 25px;
}

@media(max-width:1200px) {
  .gallery_container.smaller {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media(max-width:680px) {
  .gallery_container.smaller {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media(max-width:450px) {
  .gallery_container.smaller {
    display: flex;
    flex-direction: column;
  }

  .gallery_container.smaller .gallery_item {
    flex: 0 0 auto;
  }
}

.gallery_container.smaller .gallery_item {

}

.gallery_container .gallery_item .gallery_img,
.gallery_container .gallery_item a,
.gallery_container .gallery_item picture {
  width: 100%;
  aspect-ratio: 3 / 2;
}

.gallery_container .gallery_item picture img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.inspiration-perex {
  width: 100%;
  max-width: 800px;
  text-align: center;
  margin: 0 auto;
  margin-bottom: 40px;
  font-size: 18px;
}

.faq-cont {
  padding: 40px 20px;
}

.faq-cont h2 {
  text-align: center;
  font-size: 32px;
  position: relative;
}

.faq-item {
  margin-bottom: 5px;
  overflow: hidden;
  border-top: 1px solid var(--gray-border);
}

.faq-item:last-child {
  border-bottom: 1px solid var(--gray-border);
}

.faq-title {
  position: relative;
  transition: var(--transition);
}

.faq-title::before {
  content: " ";
  width: 10px;
  height: 6px;
  right: 15px;
  position: absolute;
  top: 20px;
  pointer-events: none;
  background-image: url("/gfx/svg/chevron-down-black.svg");
  background-size: cover;
  transition: var(--transition);
}

.faq-item.open .faq-title::before {
  transform: rotate(180deg);
}

.faq-title h3 {
  font-weight: 600;
  margin: 0;
  padding: 15px 25px;
  font-size: 16px;
  cursor: pointer;
  font-weight: 400;
  font-family: var(--font-basic);
}

.faq-title h3::before {
  position: absolute;
  right: 32px;
  height: 2px;
  width: 16px;
  top: 26px;
  background-color: #fff;
  position: absolute;
  content: " ";
}

.faq-title h3::after {
  position: absolute;
  right: 39px;
  width: 2px;
  height: 16px;
  top: 19px;
  background-color: #fff;
  position: absolute;
  content: " ";
  transition: var(--transition);
}

.faq-item.open .faq-title h3::after {
  transform: rotate(90deg);
}

.faq-text {
  padding: 1px 25px;
  display: none;
}

.faq-text-internal :first-child {
  margin-top: 0;
}

.inspire-cont {
  background-color: var(--gray-bg);
  padding: 80px 20px;
  text-align: center;
  margin-top: 40px;
}

.inspire-cont h2 {
  position: relative;
}

.inspire-wrap {
  gap: 30px;
  margin-top: 30px;
}

.inspire-wrap .i-item {
  display: flex;
  flex-direction: column;
  gap: 20px;
  transition: var(--transition);
  border: 1px solid rgba(255, 255, 255, 0);
  padding-bottom: 30px;
}

.inspire-wrap .i-item:hover {
  background-color: #fff;
  border: 1px solid #e0e3e9;
  box-shadow: 0px 1px 2px rgba(11, 29, 58, 0.3);
}

.inspire-wrap .i-item .photos-wrap {
  display: flex;
  align-items: center;
  gap: 10px;
  justify-content: center;
  font-size: 14px;
}

.inspire-wrap .i-item .i-name {
  font-family: var(--font-fancy);
  font-size: 22px;
  font-weight: 600;
}

.inspire-wrap .i-item .inspire-link {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.detail-top-wrap {
  display: grid;
  grid-template-columns: 6fr 4fr;
  gap: 80px;
  height: auto;
  min-height: 660px;
}

.img-slider-wrap {
  position: relative;
  max-height: 900px;
}

.product-gallery.splide {
  position: absolute;
  height: 100%;
  left: 0;
  top: 0;
  width: 100%;
}

.splide__track {
  height: 100%;
}

.img-slider-wrap .fimg_wrp,
.img-slider-wrap .fimg_pic {
  height: 100%;
}

.img-slider-wrap .fimg_pic {
  display: flex;
  justify-content: center;
  align-items: center;
}

.img-slider-wrap .fimg_pic img {
  max-width: 90%;
  max-height: 90%;
  width: auto;
  height: auto;
  aspect-ratio: var(--loc-ratio);
}


.product-gallery-thumbs, 
.img-slider-wrap .splide__track figcaption{
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  
  max-width: calc(100% - 40px);
  width: max-content;
  
  padding: 10px;
  background-color: #fff;
  border-radius: 4px;
  
  display: flex;
  gap: 10px;
}

.img-slider-wrap .splide__track figcaption{
  bottom: calc(60px + 60px);
  font-size: 1rem;
  
  background-color: #f7f7f7;
  color: #000;
  
  pointer-events: none;
}
.img-slider-wrap .splide__track .fimg_caps{
  line-height: 1.1;
}

.img-slider-wrap .full-bg .fimg_pic img {
  max-width: unset;
  max-height: unset;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.product-gallery-thumbs {
  bottom: 20px;
  
  overflow: hidden;
  
  flex-wrap: wrap;
  flex-wrap: nowrap;
}

.product-gallery-thumbs .product-img-thumb {
  /* flex: 0 0 60px; */
  display: flex;
  align-items: center;
  justify-content: center;
  width: 60px;
  border: 1px solid #ddd;
  
  border-radius: 2px;
  border: 2px solid var(--gray-border);
  cursor: pointer;
  
  transition: border var(--transition), content var(--transition);
  
  line-height: 0;
  
  aspect-ratio: 1 / 1;
}

.product-gallery-thumbs .product-img-thumb img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  max-width: 100%;
  max-height: 100%;
  
  aspect-ratio: var(--loc-ratio);
  
  /*
  opacity: 0.5;
  transition: opacity var(--transition);
  */
}
.product-gallery-thumbs .product-img-thumb:hover,
.product-gallery-thumbs .product-img-thumb.is-active {
  /*border-color: var(--red);
  border-width: 3px;*/

  outline: 3px solid var(--red);
}

.product-gallery-thumbs .product-img-thumb:hover img,
.product-gallery-thumbs .product-img-thumb.is-active img {
  /*
  opacity: 1;
  */
}


.img-slider-wrap .splide__arrows {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
  z-index: 9;
}

.img-slider-wrap .splide__arrow {
  width: 52px;
  height: 52px;
  border-radius: 0;
  background-color: rgba(0, 0, 0, 0.2);
  opacity: 1;
  transition: background-color var(--transition);
}

.img-slider-wrap .splide__arrow svg {
  fill: #fff;
}

.img-slider-wrap .splide__arrow:hover {
  background-color: var(--red);
}

.property-line {
  /*
  display: grid;
  grid-template-columns: 130px auto;
  gap: 25px;
  */
  display: flex;
  flex-wrap: wrap;
  gap: 5px;

  margin-bottom: 15px;
}

.property-name {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.5;
  align-items: flex-start;
  width: 100%;
}

.property-name a {
  font-size: 12px;
  text-decoration: underline;
  color: #000;
  font-weight: 400;
  padding-right: 15px;
  position: relative;
  background-image: url("/gfx/svg/chevron-down-black.svg");
  background-position: 100% 50%;
  background-size: 8px auto;
  background-repeat: no-repeat;
}

.property-name a:hover {
  text-decoration: none;
}

.property-values-wrap.picker {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 15px;
  flex-wrap: wrap;
}

.property-values-wrap.picker .pick-item {
  position: relative;
  cursor: pointer;
  line-height: 1.2;
  font-size: 10px;
  background-color: #f7f7f7;
  max-width: 40px;
}

.property-values-wrap.picker .pick-item::before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border: 3px solid var(--red);
  content: " ";
  box-sizing: border-box;
  z-index: 9;
  opacity: 0;
  transition: opacity var(--transition);
}

.property-values-wrap.picker .pick-item:hover::before,
.property-values-wrap.picker .pick-item.active::before {
  opacity: 1;
}

.property-values-wrap.picker .pick-item::after {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 20px;
  height: 20px;
  background-color: var(--red);
  content: " ";
  box-sizing: border-box;
  z-index: 9;
  background-image: url("/gfx/svg/tick.svg");
  background-position: 50% 50%;
  background-size: 8px auto;
  background-repeat: no-repeat;
  opacity: 0;
}

.property-values-wrap.picker .pick-item.active::after {
  opacity: 1;
}

.property-values-wrap.select select {
  height: 50px;
  background-color: #f7f7f7;
  border: 1px solid #e0e3e9;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  background-image: url("/gfx/svg/chevron-down-gray.svg");
  background-repeat: no-repeat;
  background-position: calc(100% - 20px) 50%;
  width: 100%;
  padding-left: 20px;
}




.product-top-manufacturer,
.properties-more-info-wrap {
  text-align: right;
  font-size: 12px;
}

.product-top-manufacturer{
  text-align: left;
  margin-top: -30px;
}

.properties-more-info-wrap a {
  color: #000;
  padding-right: 15px;
  position: relative;
  background-image: url("/gfx/svg/chevron-down-black.svg");
  background-position: 100% 50%;
  background-size: 8px auto;
  background-repeat: no-repeat;
}

.properties-more-info-wrap a:hover {
  text-decoration: none;
}

.promo-price-wrap {
  display: flex;
  align-items: center;
  gap: 10px;
}

.product-top-info .promo-price-wrap {
  margin-bottom: 15px;
}

.product-top-info .sale .promo-price-wrap {
  margin: 0;
}

.promo-price-wrap .discount {
  font-size: 14px;
  font-weight: 600;
  padding: 4px 8px;
  background-color: var(--yellow);
}

.promo-price-wrap .original-price {
  text-decoration: line-through;
  font-size: 14px;
  opacity: 0.5;
}

.product-top-info .main-price-wrap {
  display: flex;
  gap: 10px;
  align-items: flex-end;
  line-height: 1;
}

.product-top-info .main-price {
  font-family: var(--font-fancy);
  font-size: 22px;
  font-weight: 600;
}

.product-top-info .wat-info {
  font-size: 14px;
  top: -7px;
  position: relative;
}

.product-top-info .stock {
  display: flex;
  align-items: center;
  gap: 5px;
  padding: 7px;
  transition: opacity var(--transition);
  position: absolute;
  right: 0;
  bottom: 4px;
  line-height: 1;
}

.product-top-info .sale .stock {
  bottom: auto;
  top: 50%;
  transform: translateY(-50%);
}

.product-top-info .stock.in-stock {
  /*background-color: rgba(227, 0, 26 ,0.1);*/
  color: var(--green);
}

.variants-info {
  font-size: 22px;
  text-align: center;
  line-height: 1.4;
}

.variants-info > a {
  font-weight: 600;
}

.cta-box {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-top: 50px;
}

.quantity-box-wrap {
  flex: 0 0 135px;
  display: flex;
  align-items: center;
  gap: 10px;
}

.quantity-inner-box {
  display: grid;
  width: 100px;
  grid-template-columns: auto 30px;
  border-radius: 2px;
  background: #fff;
  border: 1px solid #e3e3e3;
  box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.15);
}

.quantity-inner-box input {
  /*border: none;
  flex: 0 0 50px;
  width: 50px;
  box-sizing: border-box;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 70px;
  padding: 0;
  margin: 0;
  -webkit-appearance: none;
  -moz-appearance:textfield;
  font-weight: 600;
  outline: none;
  */

  grid-row: span 2;
  width: 100%;
  text-align: center;
  border: none;
  outline: none;
  background-color: rgba(0, 0, 0, 0);
  border-right: 1px solid #e3e3e3;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 56px;
  padding: 0;
  margin: 0;
  -webkit-appearance: none;
  -moz-appearance: textfield;
  appearance: textfield;
  font-weight: 600;
  outline: none;
  box-sizing: border-box;
  order: 1;
}

.quantity-inner-box span {
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 27px;
  color: #707070;
  cursor: pointer;
  font-weight: 600;
  line-height: 1;
  font-size: 20px;
  padding-bottom: 2px;
}

.quantity-inner-box span.inc {
  order: 2;
  border-bottom: 1px solid #e3e3e3;
}

.quantity-inner-box span.dec {
  order: 3;
}

.cta-box .add-btn {
  flex: 1 0 auto;
  display: flex;
  align-items: center;
  gap: 0.5em;
  justify-content: center;
  
  display:flex;
  align-items: center;
  
}
.table-wrap.variants .order .btn.add-btn{
  padding-left: 0.2em;
  padding-right: 0.2em;
}

.contact-cta-box {
  display: grid;
  grid-template-columns: 120px auto;
  gap: 35px;
  padding: 20px;
  background-color: #efefef;
}

.contact-cta-box .person-side {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  line-height: 1.25;
}

.contact-cta-box .person-side .img-wrap {
  border-radius: 50%;
  overflow: hidden;
  border: 3px solid var(--red);
  display: flex;
}

.contact-cta-box .person-side .name {
  font-family: var(--font-fancy);
  font-weight: 700;
  font-size: 1rem;
  margin-top: 10px;
}

.contact-cta-box .person-side .position {
  font-size: .8rem;
  font-style: italic;
}

.contact-cta-box .cta-side {
  display: flex;
  flex-direction: column;
  gap: 15px;
  line-height: 1.25;
}

.contact-cta-box .cta-side .cta-head {
  font-size: 1.6rem;
  font-weight: 500;
  font-family: var(--font-fancy);
}



.contact-cta-box .cta-side p {
  margin: 0;
}

.contact-cta-box .btn {
  display: flex;
  align-items: center;
  gap: 1em;
  width: fit-content;
}

.contact-cta-box .btn img {
  height: 1.5em;
  filter: brightness(0) invert(1);
}

.contact-cta-box .cta-side p a {
  color: #000;
  font-weight: 600;
}

.contact-cta-box .cta-side p.info {
  font-size: .85rem;
  color: #999;
  margin-top: 5px;
}


.contact-cta-box.type_small .cta-side .cta-head{
  font-size: 1.3rem;
}
.contact-cta-box.type_small .btn{
  font-size: 1.1rem;
}

#variants .contact-cta-box {
  grid-template-columns: auto 120px 400px auto;
}
.contact-cta-box.fullw {
  grid-template-columns: auto 120px minmax(200px,500px) auto;
}

#variants .contact-cta-box .person-side, .contact-cta-box.fullw .person-side {
  grid-column: 2 / 2;
}

.products-outer-wrap + .contact-cta-box.fullw {
  margin-top: 25px;
}


.delivery-info-box {
  display: flex;
  align-items: center;
  gap: 40px;
  margin-top: 40px;
}

.delivery-info-box .years-side {
  flex: 0 0 140px;
}

.delivery-info-box .original-icons-side {
  display: flex;
  align-items: center;
  gap: 40px;
}

.delivery-info-box .original-icons-side .icon-wrap {
  flex: 0 0 auto;
}

.delivery-info-box .delivery-side,
.delivery-info-box .store-side {
  display: flex;
  align-items: center;
  gap: 25px;
}

.delivery-info-box .store-side {
  color: #000;
}

.delivery-info-box .store-side:hover {
  text-decoration: none;
}

.delivery-info-box .text {
  line-height: 1.3;
  color: #000;
}

@media(max-width: 1550px){
  .delivery-info-box .text {
    font-size: .85rem;
  }
}

@media(max-width: 1400px){
  .delivery-info-box .years-side {
    flex: 0 0 110px;
  }

  .delivery-info-box {
    gap: 20px;
  }
}

@media(max-width: 1200px){
  .delivery-info-box .years-side {
    flex: 0 0 80px;
  }
}



.product-detail-top-cont {
  padding: 0 20px;
}

.product-detail-scroll-wrap {
  margin-top: 50px;
  padding: 0 20px;
}

.product-detail-scroll-wrap > section {
  scroll-margin-top: 62px;
}

.product-detail-menu {
  border-top: 1px solid var(--gray-border);
  border-bottom: 1px solid var(--gray-border);
  position: sticky;
  top: 0;
  left: 0;
  background-color: #fff;
  z-index: 99;
}

.detail-menu-inner {
  display: flex;
  justify-content: space-between;
}

.detail-anchor-link {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  min-height: 60px;
  gap: 8px;
  text-decoration: none;
  color: #000;
  position: relative;
  line-height: 1.2;
}

.detail-anchor-link::after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 0;
  content: " ";
  transition: height var(--transition);
  background-color: var(--red);
}

.detail-anchor-link img {
  filter: grayscale(1) opacity(0.3);
  transition: filter var(--transition);
}

.detail-anchor-link.active img,
.detail-anchor-link:hover img {
  filter: grayscale(0) opacity(1);
}

.detail-anchor-link.active::after,
.detail-anchor-link:hover::after {
  height: 2px;
}



.detail-anchor-link .short{
  display: none; 
}


.product-detail-menu.num_more .detail-anchor-link .short{
  display: inline-block;   
}
.product-detail-menu.num_more .detail-anchor-link .long{
  display: none;   
}


@media(max-width: 1500px) {
  .product-detail-menu .detail-anchor-link .short{
    display: inline-block;   
  }
  .product-detail-menu .detail-anchor-link .long{
    display: none;   
  } 
}



.product-detail-scroll-wrap section {
  padding: 40px 20px;
}

.product-detail-scroll-wrap section:last-child {
  padding-bottom: 40px;
}

.product-detail-scroll-wrap section:nth-child(2) {
  padding-top: 100px;
}

.product-description-cont {
  padding: 80px 20px;
}

.section-headline {
  text-align: center;
}

.section-headline .icon-wrap {
  display: flex;
  justify-content: center;
}

.section-headline h2 {
  margin-top: 0;
  font-size: 32px;
  font-weight: 600;
  max-width: 525px;
  margin-left: auto;
  margin-right: auto;
}

.section-headline h2 .highlight {
  color: var(--red);
}

.description-section {
  padding: 20px 0;
  border-bottom: 1px solid var(--gray-border);
  margin: 0 auto;
  max-width: 1000px;
  width: 100%;
}

.description-section.gallery {
  max-width: unset;
  border-bottom: none;
  margin-top: 60px;
}

.description-section .sub-section-head {
  margin-bottom: 10px;
  /* font-size: 22px; */
  font-weight: 600;
  margin-top: 0;
}

.description-section.list-menu .inner-list-wrap {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.description-section.list-menu.w-img .inner-list-wrap {
  gap: 30px;
}

.description-section.list-menu.w-img .p-img-wrap {
  flex: 0 0 100px;
}

.description-section.list-menu.w-img .p-img-wrap figcaption {
  line-height: 1.3;
  font-size: 12px;
  margin-top: 10px;
}

.description-section.list-menu.w-img .inner-list-wrap a {
  flex: 0 0 200px;
  display: flex;
  gap: 10px;
  align-items: center;
  line-height: 1.2;
}

.description-section.list-menu.w-img .inner-list-wrap a figure {
  flex: 0 0 50px;
}

.table-wrap table {
  width: 100%;
}

.table-wrap th,
.table-wrap td {
  padding: 5px 5px;
  border-bottom: 1px solid var(--gray-border);
}

.warning-box {
  background-color: #f7f7f7;
  padding: 15px 30px;
  padding-left: 60px;
  font-size: 12px;
  margin-top: 30px;
  background-image: url("/gfx/svg/info.svg");
  background-position: 20px 50%;
  background-repeat: no-repeat;
  background-size: 15px auto;
}

.composition-sizes {
  margin-bottom: 20px;
}

.description-section.dimensions table,
.variants table {
  width: 100%;
  border-collapse: collapse;
  text-align: center;
  border-bottom: 1px solid #e0e3e9;
}

.variants table {
  text-align: left;
  line-height: 1.2;
}

.variants table tr {
  scroll-margin-top: 70px;
}

.variants table tr:target td:first-child {
  position: relative;
}

.variants table tr:target td:first-child::after {
  position: absolute;
  left: 5px;
  top: 5px;
  background-color: var(--red-dark);
  width: 30px;
  height: 30px;
  border-radius: 50%;
  content: " ";
  background-image: url('/gfx/svg/tick.svg');
  background-size: auto 45%;
  background-repeat: no-repeat;
  background-position: 50% 50%;
}

.variants table .sale {
  position: relative;
}

.variants table .sale::after {
  position: absolute;
  width: calc(100% - 1px);
  height: calc(100% - 1px);
  pointer-events: none;
  border: 1px solid var(--yellow);
  content: " ";
  left: -1px;
  top: -1px;
}

.variants table .sale td {
  background-color: rgba(255, 204, 0, 0.08) !important;
}

.variants table tr.sale:target td {
  background-color: rgba(227,0,26,0.08) !important;
}

.variants table td.number {
  text-align: right;
}


/*
.variants table tr {
  position: relative;
}

.variants table tr::after {
  position: absolute;
  left: 0;
  top: 0;
  width: calc(100% - 2px);
  height: calc(100% - 5px);
  content: " ";
  pointer-events: none;
}

.variants table tr:target::after {
  border: 2px solid var(--red);
}
*/

.variants table tr td {
  transition: background-color var(--transition);
}


.variants table tr:target td {
  background-color: rgba(227, 0, 26, 0.08);
}

.variants table tr:hover td {
  background-color: rgba(227, 0, 26, 0.08);
}



.table-wrap.variants tr.multiadd{
  font-size: 1.1rem;
}
.table-wrap.variants tr.multiadd .info{
  font-style:italic;
  font-size: inherit;
}
.table-wrap.variants tr.multiadd .btn{
  font-size: 1.25em;
}




.description-section.dimensions thead,
.variants thead {
  width: 100%;
}

.description-section.dimensions thead td {
  border: 1px solid #e0e3e9;
}

.description-section.dimensions thead tr:first-child td:first-child,
.description-section.dimensions tbody td:first-child,
.variants thead tr:first-child td:first-child,
.variants tbody td:first-child {
  text-align: left;
}

.description-section.dimensions td,
.variants td,
.variants th {
  padding: 10px 15px;
}

.description-section.dimensions td:first-child,
.variants td:first-child {
  border-left: 1px solid #e0e3e9;
}

.description-section.dimensions td:last-child,
.variants td:last-child {
  border-right: 1px solid #e0e3e9;
}

.description-section.dimensions tbody,
.variants tr:nth-child(2n + 1) td {
  background-color: #f7f7f7;
}

.variants .sale td.price .val {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}

.variants .sale td.price .val .promo-price-wrap {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}

.variants .sale td.price .val .promo-price-wrap .discount {
  width: min-content;
  font-size: 12px;
}

.table_stock tr td.img {
  width: 110px;
  box-sizing: border-box;
}

.download-wrap {
  margin: 60px 0;
  margin-top: 20px;
}

.download-wrap .d-item {
  display: flex;
  align-items: center;
  gap: 20px;
  padding: 15px 0;
  border-top: 1px solid var(--gray-border);
  transition: var(--transition);
  position: relative;
}

.download-wrap .d-item:hover {
  background-color: var(--red);
  color: #fff;
}

.download-wrap .d-item:last-child {
  border-bottom: 1px solid var(--gray-border);
}

.download-wrap .d-item .d-icon-wrap {
  flex: 0 0 40px;
  display: flex;
  justify-content: center;
}

.download-wrap .d-item .d-name {
  flex: 1 1 auto;
}

.download-wrap .d-item .d-type {
  flex: 1 0 auto;
  justify-content: flex-end;
  display: flex;
  padding-right: 10px;
}

.download-wrap .d-item .d-download-link {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.properties-more-info-wrap {
  display: flex;
  justify-content: flex-end;
  gap: 10px;
  margin: 10px 0;
}

.table_stock tr td a.val{
  text-decoration: none;
}

.table_stock tr td a.val .iname{
  text-decoration: underline;
}


.table_stock tr td .val .sname{
  font-weight: 600;
  color: #2f2f2f;
  display: block;
  margin-top: 0.15rem;
}
.table_stock tr td .val .code {
  font-size: 14px;
  color: #666;
  display: block;
  margin-top: 0.3rem;
}

.top-contact-cont {
  position: relative;
  padding: 100px 20px;
  padding-top: 200px;
  overflow: hidden;
  color: #fff;
}

.top-contact-cont .page_image_bcg_img {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
  height: 100%;
}

.top-contact-cont .page_image_bcg_img .fimg_wrp,
.top-contact-cont .page_image_bcg_img .fimg_pic {
  width: 100%;
  height: 100%;
}

.top-contact-cont .page_image_bcg_img .fimg_wrp img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.contact-shadow {
  position: absolute;
  left: 0;
  top: 0;
  background-color: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 100%;
}

.contact-inner {
  display: flex;
  flex-direction: column;
  gap: 50px;
  align-items: center;
}

.contact-inner h1 {
  margin: 0;
}

.contact-btns-wrap {
  display: flex;
  gap: 40px;
}

.contact-btn {
  display: flex;
  gap: 2px;
  color: #fff;
  text-decoration: none;
  width: 360px;
}

.contact-btn .icon-wrap {
  flex: 0 0 60px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: var(--red);
}

.contact-btn .contact-btn-content {
  padding: 20px 20px;
  width: 300px;
  flex: 0 0 300px;
  background-color: var(--red);
  display: flex;
  flex-direction: column;
}

.contact-btn .contact-btn-content .main {
  font-size: 22px;
  font-family: var(--font-fancy);
  font-weight: 600;
  line-height: 1;
}

.contact-info-wrap {
  display: flex;
  margin-top: 0;
}

.contact-info-wrap .contact-box {
  flex: 0 0 300px;
  width: 300px;
  text-align: center;
  border-right: 1px solid rgba(255, 255, 255, 0.3);
}

.contact-info-wrap .contact-box:last-child {
  border-right: none;
}

.contact-info-wrap .contact-box h2 {
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 22px;
}

.contact-info-wrap .contact-box h2.open-hours-head {
  margin-top: 40px;
}

.contact-box-text a {
  color: #fff;
}

.contact-main-cont {
  background-color: var(--gray-bg);
  position: relative;
  padding: 0 20px;
}

.contact-info-wrap .contact-box:first-child,
.contact-info-wrap .contact-box:last-child {
  padding-top: 120px;
}

.white-side {
  position: absolute;
  left: 0;
  top: 0;
  width: 50%;
  height: 100%;
  display: flex;
  justify-content: flex-end;
  flex-direction: column;
  background-color: #fff;
}

.white-side .white-shadow {
  position: absolute;
  background: linear-gradient(
    0deg,
    rgba(255, 255, 255, 0) 0%,
    rgba(255, 255, 255, 1) 70%
  );
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.white-side img {
  width: 100%;
}

.contact-main-wrap {
  padding: 80px 0;
}

.contact-main-wrap h2 {
  font-size: 44px;
  margin-top: 0;
}

.contact-main-wrap .form-side {
  padding-left: 70px;
}

.contact-main-wrap .store-side {
  padding-right: 70px;
}

.cform_item {
  width: 100%;
  margin-bottom: 25px;
}
.basket_cont.basket_submit .cform_item {
  margin-bottom: 5px;
}

.form {
  border-radius: 3px;
  background: #fff;
  border: 1px solid #e0e3e9;
  box-shadow: 0px 1px 2px rgba(11, 29, 58, 0.3);
  width: 100%;
  padding: 10px 15px;
  padding-top: 12px;
  line-height: 1.15;
}

.form:focus {
  outline: none;
  border-color: var(--red);
}

.form_textarea {
  height: 100px;
  resize: vertical;
}

.cform_form_submit {
  display: flex;
  justify-content: flex-end;
}

.form_submit {
  background-color: var(--red);
  color: #fff;
  font-weight: 600;
  font-size: 18px;
  font-family: var(--font-fancy);
  padding: 15px 25px;
  border-radius: 3px;
  line-height: 1.5;
  transition: var(--transition);
  text-decoration: none;
  display: inline-block;
  border: none;
}

footer {
  padding: 0 20px;
  padding-top: 80px;
  background-color: var(--gray-bg);
}

.footer-top {
  display: grid;
  padding-bottom: 80px;
  border-bottom: 1px solid #e1e1e1;
  grid-template-columns: repeat(4,1fr);
}

.footer-top .footer-col {
  flex: 1 1 auto;
  border-right: 1px solid #e1e1e1;
  padding: 0 40px;
}

.footer-address-wrap {
  margin: 40px 0;
}

.footer-address-wrap p {
  margin-bottom: 20px;
  margin-top: 0;
}

.footer-address-wrap p:last-child {
  margin-bottom: 0;
}

.footer-top .footer-col:nth-child(2) {
  padding-left: 0;
}

.footer-top .footer-col:last-child {
  border-right: none;
  padding-right: 0;
}

.footer-top .footer-col.benefits-col {
  grid-column: 1 / -1;
  padding: 0;
  padding-bottom: 40px;
  border-bottom: 1px solid #e1e1e1;
  margin-bottom: 40px;
  border-right: 0;
}

.socials-wrap {
  display: flex;
  gap: 15px;
}

.socials-wrap a {
  width: 48px;
  height: 48px;
  border: 1px solid #e1e1e1;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: var(--transition);
}

.socials-wrap a img {
  transition: filter var(--transition);
}

.socials-wrap a:hover {
  background-color: var(--red);
  border-color: var(--red);
}

.socials-wrap a:hover img {
  filter: invert(1);
}

.benefits-col .prefa-benefits-wrap {
  margin: 0;
}

.benefits-col .prefa-benefits-wrap .b-item {
  display: grid;
  grid-template-columns: 45px auto;
  column-gap: 20px;
  border-right: none;
  padding: 0 40px;
}

.benefits-col .prefa-benefits-wrap .b-item:first-child {
  padding-left: 0;
}

.benefits-col .prefa-benefits-wrap .b-item .icon-wrap {
  grid-row: span 2;
  align-items: center;
  background-image: none;
  width: 100%;
  height: 100%;
}

.benefits-col .prefa-benefits-wrap .b-item .icon-wrap img {
  width: 40px;
  height: auto;
}

.benefits-col .prefa-benefits-wrap .b-item .b-name {
  margin-top: 0;
  font-size: 18px;
  line-height: 1.3;
  color: inherit;
  margin-bottom: 10px;
}

.footer-top .menu-col .footer-menu-head,
.footer-top .menu-col .submenu_parent_name_div_a {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 30px;
  color: #000;
  text-decoration: none;
  transition: color var(--transition);
  display: inline-block;
}

.footer-top .menu-col .footer-menu-head:hover,
.footer-top .menu-col .submenu_parent_name_div_a:hover {
  color: var(--red);
}

.footer-top .menu-col ul {
  margin: 0;
  padding: 0;
}

.footer-top .menu-col ul li {
  list-style-type: none;
  margin-bottom: 10px;
}

.footer-top .menu-col ul li a {
  color: #000;
  font-size: 14px;
}

.footer-bottom {
  padding: 60px 0;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.footer-bottom .copy {
  font-size: 15px;
  font-family: var(--font-fancy);
}

/* Filtrace */
.filter_chooser {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  position: relative;
  padding: 15px 10px;
  padding-top: 4px;
}

.filter_chooser::before {
  background-color: var(--category-color-main);
  filter: opacity(0.1);
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  content: " ";
}

.filter_chooser_name {
  font-size: 16px;
  font-weight: 600;
  position: relative;
  top: 9px;
  margin-right: 20px;
}

.filter_chooser .filter_name {
  font-weight: 400;
  border: 1px solid #e3e3e3;
  padding: 5px 10px;
  box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.15);
  flex: 1 1 auto;
  max-width: 200px;
  min-width: fit-content;
  text-align: center;
  background-color: #fff;
  position: relative;
  cursor: pointer;
  padding-left: 10px;
  transition: border-color var(--transition);
}

.filter_chooser .filter_name:hover,
.filter_chooser .filter_name.chosen {
  border-color: var(--red);
}

.filter_chooser .filter_name.important_no {
  display: none;
}

.filter_chooser .filter_name.important_no.selected,
.filter_chooser .filter_name.important_no.showed {
  display: inline-block;
}

.filter_chooser .filter_name::after {
  width: 0;
  left: 0;
  position: absolute;
  height: 3px;
  bottom: -1px;
  content: " ";
  transition: width var(--transition);
  background-color: var(--category-color-main);
}

.filter_chooser .filter_name:hover::after,
.filter_chooser .filter_name.chosen::after {
  width: 100%;
}

.filter_chooser div.filter_chooser_showall {
  font-weight: 400;
  padding: 5px 10px;
  flex: 1 1 auto;
  max-width: 200px;
  min-width: fit-content;
  text-align: center;
  background-color: #fff;
  position: relative;
  cursor: pointer;
  top: 5px;
  margin-left: auto;
  min-height: 38px;
  display: flex;
  align-items: center;
  color: inherit;
  justify-content: center;
  background-color: var(--red);
  color: #fff;
  font-weight: 600;
}

.filter_container {
  margin: 0px 0px 25px 0px;
  width: 100%;
  background-color: var(--gray-bg);
}

.filter_groups {
  display: flex;
  flex-direction: column;
  gap: 0.5em;
  padding: 0 10px;
}
.filter_group {
  display: none;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 10px;
  padding: 20px 0;
  border-bottom: 1px solid var(--gray-border);
}

.filter_group.important_no {
  display: none;
}

.filter_group.showed {
  display: flex;
}

.filter_group.important_no.visible {
  display: flex;
}

.filter_group_name {
  width: 10%;
  min-width: 10rem;
}
.filter_group_items,
.selected_items {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5em 0.5em;
  flex: 1 1 auto;
}
.filter_name {
  font-weight: 600;
  display: inline-block;
  position: relative;
  top: 5px;
}
.filter_item {
  padding: 0.25em 0.5em;
  border: 1px solid rgba(112, 112, 112, 0.35);
  text-decoration: none;
  color: inherit;
  transition: var(--transition);
  display: inline-block;
  width: 19%;
  text-align: left;
  position: relative;
  min-width: fit-content;
  flex-direction: row-reverse;
}

.filter_item.fulltext_form {
  width: auto;
  display: flex;
  align-items: stretch;
}

.selected_items .filter_item {
  width: auto;
}

.filter_item_name {
  display: inline;
  padding-right: 50px;
}

.selected_items .filter_item_name {
  font-weight: 600;
  padding-left: 0;
}

.btn.filter_groups_showall {
  margin-top: 30px;
}

.btn.filter_chooser_showall .inner-btn,
.btn.filter_groups_showall .inner-btn {
  display: flex;
  gap: 10px;
  align-items: center;
}

.filter_item.fulltext_form {
  padding: 0;
  border: none;
}

.filter_item.fulltext_form .form {
  height: 40px;
  box-sizing: border-box;
  border: 1px solid rgba(112, 112, 112, 0.15);
  padding: 5px 15px;
  outline: none;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.filter_item.fulltext_form .form_submit {
  transition: var(--transition);
  height: 40px;
  width: auto;
  text-align: center;
  background-color: #000;
  color: #fff;
  border: none;
  line-height: 40px;
  padding: 0 10px;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  border-bottom: 1px solid #000;
  box-sizing: content-box;
}

.filter_item.fulltext_form .form_submit:hover {
  background-color: #000;
  color: #fff;
}

.filter_item_count,
.filter_item_symbol {
  display: inline-block;
  color: inherit;
  opacity: 0.5;
  position: absolute;
  right: 10px;
  top: 4px;
}

.filter_item.cancel {
  color: var(--red);
  border-color: var(--red);
}

.filter_item.unavailable {
  color: #cacaca;
  border-color: rgba(112, 112, 112, 0.15);
}

.filter_item.selected,
.filter_item:hover {
  border-color: var(--category-color-main);
  background-color: var(--category-color-main);
  color: var(--category-color-text);
}
.filter_item.selected{
  font-weight: 600;
}

.filter_not_found_info {
  width: 100%;
  grid-column: span 4;
}

.filter_actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin: 20px 0;
}
.filter_actions.bottom {
  margin-top: 40px;
}


.filter_selected {
  display: flex;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 10px;
  padding: 20px 0;
  border-bottom: 1px solid #000;
}

.filter_selected .selected_name {
  width: auto;
  font-size: 20px;
  font-weight: 600;
  position: relative;
  top: 1px;
  padding-left: 10px;
}

.select-order.selected {
  border-color: var(--category-color-main);
}


.filter_not_found_info h2{
  margin: 0 0 10px 0;
}
.filter_not_found_info .selected_items {
  margin-top: 10px;
	justify-content: center;
}

.products-order-wrap {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  margin-bottom: 20px;
}

.products-order-wrap select {
  height: 50px;
  background-color: #fff;
  border: 1px solid #e0e3e9;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  background-image: url("/gfx/svg/chevron-down-gray.svg");
  background-repeat: no-repeat;
  background-position: calc(100% - 20px) 50%;
  width: 150px;
  padding-left: 20px;
}

.products-counter-wrap {
  font-size: 14px;
}

.paging,
.paging_navfp,
.paging_numbers,
.paging_navnl {
  display: flex;
  gap: 0.5em;
}

.paging_item.inactive,
.paging_item a,
.pager_top {
  background-color: #f8f8f8;
  color: #000000;
  text-decoration: none;
  display: inline-block;
  font-weight: 600;
  transition: var(--transition);
  min-width: 2em;
  text-align: center;
  padding: 0.25em 0.5em;
  border: 1px solid #f8f8f8;
}

.paging_item.inactive {
  color: #cacaca;
}
.paging_item a.active {
  border-color: var(--category-color-main);
}

.paging_item a:hover,
.pager_top:hover {
  background-color: var(--category-color-main);
  border-color: var(--category-color-main);
  color: var(--category-color-text);
}

/* Branches module */

.branches-top {
  background-color: var(--gray-bg);
  margin-top: 3px;
  padding-top: 20px;
}

.branches-top h1 {
  margin-top: 0;
}

.container.detail-two-col {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
  padding: 0 20px;
  padding-bottom: 40px;
}

.branches-table {
  width: 100%;
  margin: 20px 0;
  text-align: left;
  vertical-align: top;
}
.branches-table th {
  font-weight: 400;
  width: 240px;
}

.branches-table th .icon-wrap {
  float: left;
  margin-right: 15px;
  width: 30px;
  height: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.branches-table td,
.branches-table th {
  border-top: 1px solid #e1e1e1;
  vertical-align: top;
  padding: 20px 5px;
}

.branches-top-links {
  display: flex;
  align-items: center;
  gap: 50px;
  margin-top: 40px;
}

.branches-top-links a {
  display: flex;
  align-items: center;
  gap: 12px;
}


.map-cont{
  gap: 20px;
  display: flex;
  flex-direction: column;
}
.branch-map{
  flex-grow: 1;
}
.branch-map,
.map-iframe {
  width: 100%;
  height: 100%;
  display: block;
}
.map-cont .fimg, 
.branch-map {
  border: 1px solid #e1e1e1;
}

/*.branches_dates_today{
  font-size: 1.25em;
}

.branches_dates_today .dot{
  display: inline-block;
  width: 0.8em;
  height: 0.8em;
  margin: 0.10em 0;
  margin-right: 0.5em;
  border-radius: 100%;
  background-color: var(--red);
}

.branches_dates_today.current_open .dot{
  background-color: var(--green);
}
*/

.branches_dates_today {
  display: inline-block;
  background-color: var(--red);
  color: #fff;
  padding: 5px 15px;
  font-weight: 600;
}

.branches_dates_today.current_break {
  background-color: var(--yellow-dark);
}

.branches_dates_today.current_open {
  background-color: var(--green);
}

.branches_dates_special {
  border: 1px dotted var(--yellow-dark);
  color: var(--yellow-dark);
  padding: 5px 10px;
  font-style: italic;
  margin: 5px auto; 
  line-height: 1.25;
}
.branches_dates .times_alert{
  color: var(--yellow-dark);
  font-weight: 600;
}


.branches_dates {
  border-collapse: collapse;
}

.branches_dates td,
.branches_dates th {
  padding: 2px 5px;
}

.parts-opened {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.parts-opened .branches_dates_today {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  background-color: rgba(0, 0, 0, 0);
  color: #000;
}

.parts-opened .branches_dates_today.current_open .dot {
  display: inline-block;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background-color: var(--green);
  position: relative;
}

.parts-opened .branches_dates_today.current_open .dot::before {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  content: " ";
  width: 5px;
  height: 5px;
  background-color: var(--green);
  border-radius: 50%;
  animation-name: dot-sway;
  animation-iteration-count: infinite;
  animation-duration: 1s;
}

@keyframes dot-sway {
  0% {
    width: 15px;
    height: 15px;
    opacity: 0.7;
  }
  100% {
    width: 45px;
    height: 45px;
    opacity: 0;
  }
}

.parts-opened .branches_dates {
  width: 100%;
  max-width: 600px;
  margin-top: 10px;
}

.parts-opened .branches_dates td,
.parts-opened .branches_dates th {
  padding: 2px 5px;
  border: 1px solid var(--gray-border);
  text-align: center;
}

.parts-opened .branches_dates tr:nth-child(2n) td,
.parts-opened .branches_dates tr:nth-child(2n) th {
  background-color: var(--gray-bg);
}

.parts-opened .branches_dates td:first-child {
  text-align: left;
}

.parts-opened .branches_dates td:last-child {
  text-align: right;
}

.parts-opened .branches_dates .current_open {
  font-weight: 700;
}

.galerie-inner-wrap {
  gap: 30px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}

.galerie-inner-wrap .section-headline {
  grid-column: span 4;
}

.branches-list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 30px;
  margin: 40px auto;
}

.branches-list .item,
.branches-list .innter-top {
  display: flex;
  flex-direction: column;
}

.branches-list .item {
  padding: 40px;
  text-align: center;
  border: 1px solid #e3e3e3;
}

.branches-category-cont {
  position: relative;
}

.fimg.background {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  overflow: hidden;
}

.fimg.background .fimg_wrp {
  height: 100%;
}

.fimg.background .fimg_pic,
.fimg.background .fimg_img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.fimg.background::after {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  content: " ";
  background-color: rgba(0, 0, 0, 0.5);
}

.branches-category-cont .headline-wrap {
  flex-direction: column;
  color: #fff;
  align-items: center;
  text-align: center;
}

.branches-category-cont .headline-wrap form {
  display: flex;
  position: relative;
  height: 70px;
  width: 90%;
  max-width: 480px;
  margin-top: 50px;
  margin-bottom: 70px;
}

.branches-category-cont .headline-wrap form .form {
  height: 100%;
  width: 100%;
}

.branches-category-cont .headline-wrap form .form_submit {
  background-color: var(--red);
  padding: 0;
  border: none;
  border-radius: 3px;
  background-image: url("/gfx/svg/lupa-white.svg");
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: 14px auto;
  font-size: 0;
  line-height: 0;
  width: 42px;
  height: 42px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 15px;
}

.branches-category-more {
  margin-top: 40px;
  padding: 0 20px;
}
.branches-category-more .sub-cat-wrap{
  margin-bottom: 20px;
}

.branches-category-map .map-wrap {
  width: 100%;
  aspect-ratio: 10 / 3;
}

.map-canvas {
  width: 100%;
  height: 100%;
  display: block;
}

.map-canvas .property {
  text-align: center;
}

.map-canvas .property #map_info_box {
  max-width: 250px;
  text-align: center;
}

.map-canvas .property .more {
  margin-top: 20px;
}

.map-canvas h3 {
  margin-top: 0;
  font-size: 20px;
}

.search_results_item {
  display: flex;
  gap: 20px;
  padding: 20px 0;
  border-bottom: 1px solid var(--gray-border);
}

.search_results_item strong {
  color: var(--red);
}

.search_results_cimage {
  width: 160px;
  text-align: center;
  flex-grow: 0;
  flex-shrink: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
.search_results_cinfo {
  display: flex;
  flex-direction: column;
  position: relative;
  flex-grow: 1;
}

.search_results_image_a {
  display: inline-block;
  text-align: center;
  padding: 0;
  line-height: 0;
  width: 100%;
  height: 100%;
}

.search_results_image.no_image {
  width: 100%;
  height: 100%;
  display: block;
  padding: 20px;
  /*background-image:url(/gfx/svg/big-g.svg);*/
  background-size: 25% auto;
  background-repeat: no-repeat;
  background-position: center center;
}

.search_results_cimage img {
  width: auto;
  max-width: 100%;
  max-height: 130px;
  height: auto;
}

.search_results_title a {
  font-size: 20px;
  font-weight: 600;
  color: #000;
  text-decoration: none;
}

.search_results_text {
  flex-grow: 1;
}

.search_results_text,
.search_results_tags,
.search_results_link {
  margin: 10px 0 0 0;
}

.search_results_link a {
  color: #727272;
  font-size: 15px;
}

.search_results_tags {
  font-size: 15px;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  position: absolute;
  top: 0;
  right: 0;
  margin-top: 0;
}
.search_results_tag {
  background-color: #f3f3f3;
  padding: 0.25em 1em;
  cursor: pointer;
  text-decoration: none;
  color: inherit;
}

.search_results_groups {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  width: 100%;
  margin-top: 20px;
  border-bottom: 1px solid var(--gray-border);
}

.search_results_groups_item {
  flex: 0 0 auto;
  background-color: var(--gray-border);
  color: #000;
  font-size: 18px;
  padding: 0.25em 1em;
  font-weight: 600;
  display: flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  transition: var(--transition);
  position: relative;
  cursor: pointer;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}

.search_results_groups_item:hover,
.search_results_groups_item.active {
  background-color: var(--red);
  color: #fff;
}

.branches-list .item {
  display: flex;
  flex-direction: column;
  justify-content: space-between;

  line-height: 1.3;

  overflow: hidden;
}

.branches-list .item .icon {
  position: absolute;
  left: 50%;
  top: -7px;
  transform: translateX(-50%);
}

.branches-list .item .inner-top {
  display: flex;
  flex-direction: column;
  align-items: center;
  flex-grow: 1;
}


.branches-list .item .b-img-wrap{
  margin: -40px -40px 20px -40px;
  width: calc(100% + 80px);
  max-width: unset;
  overflow: hidden;
}
.branches-list .item .b-img-wrap .fimg_wrp {
  transition: transform var(--transition);
}
.branches-list .item .b-img-wrap:hover .fimg_wrp {
  transform: scale(1.025);
}
.branches-list .item .b-img-wrap .fimg_img{
  object-fit: cover;
  object-position: center center;
  width: 100%;
  height:inherit;
}

.branches-list .item .type {

  color: #000;
  font-family: var(--font-fancy);
  font-size: 16px;
  font-weight: 400;
  text-decoration: none;
  /* max-width: 200px; */
  margin-bottom: 15px;
}

.branches-list .item .name,
.branches-list .item .city {
  line-height: 1.25;
  color: #000;
  font-family: var(--font-fancy);
  font-size: 23px;
  font-weight: 600;
  text-decoration: none;
  text-transform: uppercase;
}
.branches-list .item .name{
  font-weight: 400;
  /* margin-top: 5px; */
  font-size: 18px;
}

.branches-list .item .desc{
  flex-grow: 1;

}


.alert_message{
  border: 1px dashed var(--red);
  background-color: #e3001a05;
  padding: 10px;
  margin: 10px 0;
}
.alert_message > p{
  margin-top: 0;
}

.alert_message p:last-of-type{
  margin-bottom: 0;
}
/* Top search */
.search-top-wrap {
  position: absolute;
  right: calc(100% + 20px);
  height: 100%;
  top: 0;

  /* docasne */
  right: calc(65% + 27px);
}

.search-top-wrap-inner {
  width: 0;
  overflow: hidden;
  transition: width var(--transition);
}

.search-top-wrap .search_container {
  margin-top: 0;
}

.search-top-wrap .search_container input {
  padding: 0 10px;
  height: 50px;
  width: 300px;
}

.search-top-wrap .search_container .search_form_submit input {
  background-color: var(--red);
  padding: 0;
  height: 100%;
  width: 100%;
  border: none;
  border-radius: 3px;
  background-image: url("/gfx/svg/lupa-white.svg");
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: 14px auto;
  font-size: 0;
  line-height: 0;
  width: 42px;
  height: 42px;
}

.search-top-wrap .search_container .search_form_submit {
  top: 3px;
}

.search-top-wrap::before {
  position: absolute;
  right: 100%;
  height: 100%;
  top: 0;
  width: 700px;
  pointer-events: none;
  background: linear-gradient(
    90deg,
    rgba(255, 255, 255, 0) 0%,
    rgba(255, 255, 255, 1) 95%
  );
  opacity: 0;
  transition: opacity var(--transition);
  content: " ";
}

.search-top-wrap.visible::before {
  opacity: 1;
}

.search_results_header .search_container {
  width: 350px;
}

.search-top-wrap.visible .search-top-wrap-inner {
  width: 300px;
}

.search-top-wrap .search_container form,
.search_results_header .search_container form {
  display: flex;
  height: 100%;
  width: 100%;
}

/* temporary siky */

.availability_info {
  display: flex;
  display: none;

  flex-direction: column;

  font-family: var(--font-basic);
  font-size: 0.85rem;
  line-height: 1.1;
  gap: 5px;

  padding: 20px;
  border: 2px solid #e0e3e9;
  box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.15);

  color: #000000;
  background-color: #f7f7f7;
  position: absolute;

  width: 400px;
  max-width: calc(100vw - 40px);

  z-index: 88;
  box-sizing: border-box;
  line-height: 1.8;
}

.availability_info .stock-info{
  line-height: 1.15;
}

.availability_info_store {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;

  gap: 5px;
  padding-bottom: 5px;
  border-bottom: 1px solid #e0e3e9;
}
.availability_info_store .stock {
  flex-shrink: 0;
}
.table-wrap.variants .stock {
  padding: 0.25em 0.5em;
  line-height: 1.15;
}
.td {
  overflow: visible;
}

.table-wrap.variants .cta-box {
  margin-top: 0;
  flex-direction: column;
  flex-basis: unset;
  gap: 5px;
  min-width: 120px;
}
.table-wrap.variants .quantity-box-wrap,
.table-wrap.variants .quantity-inner-box {
  flex-basis: unset;
}
.table-wrap.variants .quantity-box-wrap {
  width: 100%;
}

.table-wrap.variants .quantity-inner-box {
  flex-grow: 1;
  width: 74px;
}
.table-wrap.variants .quantity-inner-box input {
  height: auto;
  flex-basis: unset;
}
.table-wrap.variants .quantity-box-wrap .unit {
  flex-grow: 0;
}
.table-wrap.variants .btn {
  height: auto;
  padding: 0.25em 1em;
  font-size: inherit;
  flex-basis: unset;
  width: 100%;
}

.table-wrap.variants .quantity-inner-box span {
  height: 20px;
}

/* Otevirac info */
.product-price-group .stock.stock_info,
.table-wrap.variants .stock.stock_info,
.p-stock-wrap .stock_info {
  position: relative;
  cursor: help;
  z-index: 66;
  /* outline: 1px dotted silver; */
}

.table-wrap.variants .stock.stock_info:hover,
.product-price-group .stock.stock_info:hover {
  z-index: 77;
  box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.15);
}

.stock_info_detail .small{
  font-size: 0.90em;
  white-space: nowrap;
}

.product-propoerties-wrap {
  margin-bottom: 20px;
}

/* Produkt nahore novy skupina */
.product-price-group {
  display: flex;
  flex-direction: column;

  max-height: 0;
  overflow: hidden;

  width: 100%;
  background-color: #f7f7f7;
  position: relative;
}

.product-price-group::before {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  background-color: #a4a4a4;
  content: " ";
}

#product-price-group-0::before {
  display: none;
}

.product-price-group.active::before {
  animation-name: aura-animation;
  animation-duration: 0.8s;
  border-radius: 4px;
}

@keyframes aura-animation {
  from {
    transform: scale(1, 1);
    opacity: 0.2;
  }
  to {
    transform: scale(1.1, 1.4);
    opacity: 0;
  }
}

@keyframes item-pulse {
  0% {
    transform: scale(1, 1);
  }
  50% {
    transform: scale(1.2, 1.2);
  }
  100% {
    transform: scale(1, 1);
  }
}

@keyframes item-pulse-border {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

#top_variants::before {
  position: absolute;
  content: " ";
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  background-color: rgba(63, 184, 79, 0.5);
  content: " ";
}

#top_variants:target::before {
  animation-name: item-pulse;
  animation-name: aura-animation;
  animation-duration: 0.8s;
  animation-iteration-count: 2;
}

#top_variants:target .pick-item::before {
  animation-name: item-pulse-border;
  animation-duration: 0.8s;
  animation-iteration-count: 2;
}

.product-price-group.active {
  display: flex;
  max-height: unset;
  padding: 20px;
  overflow: visible;
}

.mod_betshop footer {
  margin-top: 60px;
}

.breadcrumbs-wrap {
  display: none;
}

.img-slider-wrap {
  height: 100%;
}

.only_mobile {
  display: none;
}

.def-section {
  padding: 0 20px;
  margin-bottom: 60px;
}

.articles_art_perex {
  width: 100%;
  max-width: 1000px;
  margin: auto;
  text-align: center;
}

.articles_art_text {
  margin-bottom: 80px;
}

.articles_art_text > * {
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
}

.articles_art_text > .articles_art_thumb,
.articles_art_text > .gallery_container,
.articles_art_text > .products-outer-wrap,
.articles_art_text > .page_image_bcg_img,
.articles_art_text > .news_container.history,
.articles_art_text > .video-outer,
.page_image_wider {
  max-width: 1200px;
  margin: 40px auto;
  width: 100%;
}

@media(min-width: 1260px) {
  .articles_art_text > .articles_art_thumb,
  .articles_art_text > .gallery_container,
  .articles_art_text > .products-outer-wrap,
  .articles_art_text > .page_image_bcg_img,
  .articles_art_text > .news_container.history,
  .articles_art_text > .video-outer,
  .page_image_wider {
    width: 1200px;
    left: -100px;
  }
}

@media(min-width: 1600px) {
  .articles_art_text > .articles_art_thumb,
  .articles_art_text > .gallery_container,
  .articles_art_text > .products-outer-wrap,
  .articles_art_text > .page_image_bcg_img,
  .articles_art_text > .news_container.history,
  .page_image_wider {
    width: 1520px;
    left: -260px;
    max-width: unset;
  }
}

.video-outer {
  margin-bottom: 80px;
}

.video-outer .video-wrap {
  width: 100%;
  padding-top: 56.25%;
  position: relative;
}

.video-outer .video-wrap::after {
  width: 100%;
  height: 40px;
  top: 100%;
  left: 0;
  background-image: url('/gfx/img/shadow-big.png');
  content: " ";
  background-size: 100% 100%;
  position: absolute;
}

.video-outer .video-wrap iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}

/*.text-main-cont {
  overflow: hidden;
}*/

.articles_art_text > .page_image_bcg_img .fimg_pic,
.page_image_wider .fimg_pic {
  /*max-height: 400px;*/
  aspect-ratio: 3 / 1;
}

.articles_art_text > .page_image_bcg_img .fimg_pic img,
.page_image_wider .fimg_pic img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.page_image_wider .fimg_cap{
  font-size: 14px;
  line-height: 1.5;
  text-align: center;
  font-style: italic;
}

.articles_art_text .articles_art_thumb img {
  max-width: 100%;
  height: auto;
}

.articles_article h1 {
  max-width: 800px;
  text-align: center;
  margin: 30px auto;
}

.articles_art_text > .products-outer-wrap .p-item {
  padding: 20px 15px;
}

/* Cart - basket */
#form_ffbasket {
  padding: 0 20px;
}

.basket-menu,
.compare-menu {
  position: relative;
}

/*.basket-menu-number:not(:empty),
.compare-menu-number:not(:empty){
  position: absolute;

  border-radius: 100%;
  background-color: var(--red);
  color:#FFFFFF;
  text-align: center;
  font-size: 13px;
  font-weight: 600;
  padding: 0;
  width: 1.5em;
  height: 1.5em;
  line-height: 1.5;


  bottom: -0.5em;
  right: -0.5em;
}*/

.order_items {
  width: 100%;
  border-collapse: collapse;
  line-height: 1.5;
}

.order_items .product-wrap:hover {
  z-index: 666;
  position: relative;
}

.product-wrap td {
  border-top: 5px solid #ffffff;
}
.product-wrap.product-added-info td {
  border-top: 0px solid transparent;
}

.product-wrap td {
  padding: 20px 10px;
  background-color: #f8f8f8;
}
.product-wrap .img-wrap a {
  display: block;
  line-height: 0;
  width: 100%;
  height: 100%;
  text-align: center;
}
.product-wrap img {
  max-height: 80px;
  max-width: 100%;
  width: auto;
  height: auto;
  display: block;
}
.remove-wrap .remove {
  /*background-color: #dd5050;*/
  width: 42px;
  height: 42px;
  display: block;
  font-size: 0;
  color: rgba(0, 0, 0, 0);
  opacity: .5;
  background-image: url("/gfx/svg/delete.svg");
  background-repeat: no-repeat;
  background-size: 17px auto;
  background-position: 50% 50%;
  transition: opacity var(--transition);
}

.remove-wrap .remove:hover {
  /*background-color: #c81414;*/
  opacity: 1;
}

.basket_container {
  max-width: 1280px;
  margin: 0 auto;
}
.basket_navigation {
  display: flex;
  gap: 20px;
  justify-content: space-between;
  position: relative;
  margin-bottom: 30px;
}

.basket_navigation .item {
  flex: 1 1 auto;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.2;
  position: relative;
  display: flex;
  gap: 10px;
  align-items: center;
}

.basket_navigation .item .inside {
  display: flex;
  gap: 5px;
  align-items: center;
  text-decoration: none;
  color: #000;
  transition: color var(--transition);
  
}

.basket_navigation .item .number {
  width: 38px;
  height: 38px;
  display: flex;
  background-color: #f8f8f8;
  border-radius: 50%;
  line-height: 1;
  align-items: center;
  justify-content: center;
  color: rgba(0, 0, 0, 0.3);
  text-decoration: none;
  transition: var(--transition);
  font-weight: 600;
}

.basket_navigation .item:hover a .number {
  background-color: rgba(63,184,79,0.1);
  color: var(--green);
}

.basket_navigation .item a {
  flex: 0 1 auto;
}

.basket_navigation .item::after {
  content: " ";
  border-bottom: 2px dashed #e6e6e6;
  display: inline-block;
  flex: 1 0 auto;
}

.basket_navigation .item:last-child::after {
  display: none;
}

.basket_navigation .item:last-child {
  flex: 0 1 auto;
}

.basket_navigation .item.active .name {
  font-weight: 600;
}

.basket_navigation .item.active::after,
.basket_navigation .item.done::after {
  border-color: var(--green);
}

.basket_navigation .item.done .number,
.basket_navigation .item.active .number {
  color: rgba(0, 0, 0, 0);
  font-size: 0;
  background-image: url("/gfx/svg/ok.svg");
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: 17px auto;
  background-color: rgba(63,184,79,0.1);
}

.basket_container h2 {
  font-size: 26px;
}

.basket_container .name_product {
  font-size: 18px;
  font-weight: 600;
  color: #000;
  line-height: 1.3;
  text-decoration: none;
}
.basket_container .name_product:hover{
  text-decoration: underline;
}


.basket_container .categories-wrap{
  line-height: 1.2;
  color: rgba(0,0,0,0.3);
}
.basket_container .name_category {
  font-size: 14px;
  color: inherit;
  transition: color var(--transition);
}
.basket_container .name_category:hover{
  color: #000000;
}

.product-wrap.header {
  background-color: #f8f8f8;
  text-align: left;
}

.product-wrap.header th {
  padding: 5px 10px;
  color: #000;
}

.basket_container td.stock-wrap {
  text-align: center;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.3;
}

.basket_container .p-stock.in-stock {
  color: var(--green);
}

.basket_container .p-stock.out-stock {
  color: var(--yellow);
}

.basket_cnt_mj {
  display: flex;
  align-items: center;
  gap: 5px;
}

.basket_cnt {
  display: grid;
  width: 72px;
  grid-template-columns: auto 30px;
  border-radius: 2px;
  background: #fff;
  border: 1px solid #e3e3e3;
  box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.15);
}

.basket_cnt input {
  grid-row: span 2;
  width: 100%;
  text-align: center;
  border: none;
  outline: none;
  background-color: rgba(0, 0, 0, 0);
  border-right: 1px solid #e3e3e3;
  -moz-appearance: textfield;
  appearance: textfield;
  order: 1;
  box-sizing: border-box;
}

.basket_cnt input.basket_count {
  min-width: 3em;
}

.basket_cnt input::-webkit-outer-spin-button,
.basket_cnt input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.basket_cnt span {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 21px;
  color: #707070;
  cursor: pointer;
  font-weight: 600;
  line-height: 1;
  font-size: 20px;
  padding-bottom: 2px;
  
  
}

.basket_cnt .basket_value_inc {
  border-bottom: 1px solid #e3e3e3;
  order: 2;
  user-select: none;
}

.basket_cnt .basket_value_dec {
  order: 3;
  user-select: none;
}

.basket_container .p-original-price {
  text-decoration: line-through;
  color: #787878;
  font-size: 14px;
}

.basket_container .p-main-price {
  font-size: 18px;
  font-weight: 600;
}

.basket_container .p-main-price.sale {
  color: var(--red);
}

.product-wrap.product-added-info td.text_info span {
  background-color: #fff;
  display: block;
  background-image: none;
  padding-left: 15px;
}

.product-wrap.product-added-info td.text_info span:empty {
  display: none;
}

.product-wrap.product-added-info td.text_info span :first-child {
  margin-top: 0;
}

.product-wrap.product-added-info td.text_info span :last-child {
  margin-bottom: 0;
}

.product-wrap.product-added-info > * {
  padding-top: 0;
}

.message {
  padding: 10px 15px;
  padding-left: 50px;
  background-color: rgba(255, 233, 0, 0.15);
  display: block;
  background-image: url("/gfx/svg/information-icon.svg");
  background-position: 15px 50%;
  background-size: 25px auto;
  background-repeat: no-repeat;
  margin-top: 5px;
  line-height: 1.3;
}

.message.more_important{
  background-color: rgba(255, 233, 0, 0.15) !important;  
}

.message:empty {
  display: none;
}

.message :first-child {
  margin-top: 0;
}

.message :last-child {
  margin-bottom: 0;
}

.basket_two .item.secondary {
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
}

.basket_cont.basket_cont_totals {
  display: flex;
  justify-content: center;
  margin-top: 30px;
  gap: 30px;
  align-items: center;
}


.basket_cont.basket_cont_totals .basket_list {
  background-color: rgba(0, 0, 0, 0);
}

.basket_cont_totals th {
  font-size: 16px;
  font-weight: 400;
  text-align: left;
}

.basket_cont_totals td {
  font-weight: 600;
  text-align: right;
  padding: 5px 15px;
  padding-right: 5px;
}

.basket_texts_note, 
.basket_texts_delivery_method_name, 
.basket_texts_payment_method_name {
  color: var(--gray-dark);
  margin-left: 0.5em;
}

.basket_cont_totals .total td {
  font-size: 22px;
  color: var(--red);
}

.basket_cont.basket_cont_next {
  display: flex;
  justify-content: center;
  margin-bottom: 30px;
}

.basket_next,
.basket_prev,
.basket_text_submit_button {
  background-color: var(--green);
  color: #fff;
  font-size: 20px;
  font-weight: 600;
  display: flex;
  align-items: center;
  gap: 15px;
  justify-content: center;
  padding: 0 30px;
  height: 80px;
  text-decoration: none;
  transition: background-color var(--transition);
  margin-top: 30px;
  border: none;
}
.basket_prev{
  background-color: var(--gray-dark);
}

.basket_next:hover,
.basket_prev:hover,
.basket_text_submit_button:hover {
  background-color: var(--green-dark);
}

.basket_text_submit_button {
  padding-left: 60px;
  padding-right: 15px;
  background-image: url('/gfx/svg/check-sum.svg');
  background-repeat: no-repeat;
  background-position: 15px 50%;
  background-size: auto 40px;
}

.basket_cont_delpay {
  background-color: #f8f8f8;
  padding: 30px;
  margin-bottom: 30px;
}

.basket_cont h2 {
  margin-top: 0;
}

.basket_cont_delpay table {
  background-color: #fff;
  width: 100%;
  border: 1px solid #e3e3e3;
  box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.16);
  border-collapse: collapse;
}

.basket_db_delivery_method_group_row td {
  padding-left: 10px;
}

.basket_cont_delpay table td {
  border-bottom: 1px solid #d4d4d4;
}

.basket_cont_delpay table tr:last-child td {
  border-bottom: none;
}
.basket_db_group_openclose{
  cursor: pointer;
}
.basket_db_group_openclose:hover{
  background-color: #f8f8f8;
}
.basket_db_group.hide{
  display: none;
}
.basket_db_group_openclose .basket_db_delivery_method_group_row td{
  padding-left: unset;
}
.basket_db_group_openclose .basket_radio .basket_radio_effect{
  border-color: #000000;
}

.basket_db_group_openclose:not(.hide) .basket_radio .basket_radio_effect{

  width: 8px;
  height: 8px;
  /*
  border-radius: 0;

  transform: translate(-50%, -50%) rotate(45deg);
  */
  background-color: #aaa;
  border-color: #aaa;
}


/*
.basket_cont_delpay table tr.basket_db_delivery_method_group_row td {
  padding-top: 20px;
}

.basket_cont_delpay table tr.basket_db_delivery_method_group_row:first-child td {
  padding-top: 10px;
}
*/

table.basket_list tbody.multigroup tr:last-of-type td {
  border-bottom: 30px solid transparent;
}


table.basket_list tbody.multigroup:last-of-type tr:last-of-type td {
  border-bottom: 1px solid #e3e3e3;
}


.basket_cont_delpay table tr.basket_db_delivery_method_group_row td .fullname {
  font-weight: 600;
  font-size: 20px;
  font-family: var(--font-fancy);
  line-height: 1.1;
}

.basket_cont_delpay h2 {
  font-size: 22px;
}

.basket_cont_delpay label {
  display: flex;
  align-items: center;
  gap: 5px;
  justify-content: space-between;
  line-height: 1.3;

}

.basket_cont_delpay label .fullname{
    cursor: pointer;
}

.basket_cont_delpay label strong em{
  font-weight: 400;
  font-style: normal;
}

.basket_cont_delpay label img {
  width: auto;
  height: auto;
  max-height: 20px;
  max-width: 100px;
}

.basket_list.small .checkbox {
  width: 55px;
  height: 40px;
  padding: 0;
}

.basket_list.small .price {
  text-align: right;
  width: 150px;
}

.basket_list.small .price label {
  justify-content: flex-end;
  padding-right: 15px;
}

.basket_radio {
  position: relative;
  width: 55px;
}

.basket_radio input {
  position: absolute;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 0;
  top: 50%;
  width: 25px;
  height: 25px;
  z-index: 9;
  cursor: pointer;
}

.basket_radio .basket_radio_effect {
  background-color: #fff;
  border: 1px solid #aaa;
  position: absolute;
  left: 50%;
  transform: translate(-50%, -50%);
  top: 50%;
  border-radius: 50%;
  width: 25px;
  height: 25px;
  cursor: pointer;
  transition: width var(--transition), height var(--transition), background var(--transition), transfrom var(--transition), border var(--transition);
}

.active .basket_radio .basket_radio_effect {
  border: 2px solid var(--red);
}

.basket_radio .basket_radio_effect::after {
  background-color: var(--red);
  position: absolute;
  left: 50%;
  transform: translate(-50%, -50%);
  top: 50%;
  border-radius: 50%;
  width: 12px;
  height: 12px;
  content: " ";
  opacity: 0;
  transition: opacity var(--transition);
}

.active .basket_radio input:hover ~ .basket_radio_effect::after {
  opacity: 0.3;
}

.basket_radio input:checked ~ .basket_radio_effect::after {
  opacity: 1 !important;
}

.products .basket_list.small {
  margin: 0 auto;
  width: 100%;
}

.basket_cont_contacts {
  background-color: #f8f8f8;
  padding: 30px;
}

.basket_cont_contacts .cform_item {
  display: flex;
  flex-direction: column;
  margin-bottom: 20px;
}

.basket_cont_contacts .form, 
.basket_cont_contacts input,
.basket_cont_contacts select,
.basket_cont_contacts textarea {
  border-radius: 2px;
  background: #fff;
  border: 1px solid #e3e3e3;
  box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.16);
  height: auto;
  padding: 5px 10px;
  min-height: 50px;
  width: 100%;
  font-family: inherit;
}

.basket_cont_contacts .cform_item label {
  padding-left: 10px;
}

.basket_cont_contacts input {
  font-weight: 600;
}

.basket_cont_contacts input:required:invalid:user-invalid {
  outline: 2px solid var(--red);
}

.basket_cont_contacts textarea {
  resize: vertical;
}

#basket_part_company,
#basket_part_delivery,
#basket_part_note {
  display: none;
}

#basket_part_company.active,
#basket_part_delivery.active,
#basket_part_note.active {
  display: block;
}

.basket_part_show_item {
  display: flex;
  align-items: center;
  gap: 15px;
  margin-bottom: 15px;
}

.basket_checkbox {
  width: 40px;
  height: 40px;
  position: relative;
}
.cform_item label p {
  margin: 0;
  padding: 0;
}

.basket_checkbox input {
  width: 25px;
  height: 25px;
  opacity: 0;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 9;
  cursor: pointer;
  min-height: unset;
}

.basket_checkbox .basket_checkbox_effect {
  width: 25px;
  height: 25px;
  border: 1px solid #d4d4d4;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background-color: #fff;
  transition: border-color var(--transition);
}

.basket_checkbox .basket_checkbox_effect::after {
  width: 100%;
  height: 100%;
  position: absolute;
  content: " ";
  left: 0;
  top: 0;
  background-image: url("/gfx/svg/ok-red.svg");
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: 17px auto;
  opacity: 0;
  transition: opacity var(--transition);
}

.basket_checkbox input:hover ~ .basket_checkbox_effect {
  border-color: var(--red);
}

.basket_checkbox input:hover ~ .basket_checkbox_effect::after {
  opacity: 0.4;
}

.basket_checkbox input:checked ~ .basket_checkbox_effect {
  border-color: var(--red);
}

.basket_checkbox input:checked ~ .basket_checkbox_effect::after {
  opacity: 1;
}

.basket_part_show_item label {
  flex: 1 1 auto;
  font-weight: 600;
}

.checkbox_first {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 15px;
}

.basket_cont.basket_submit {
  margin-top: 20px;
}

.basket_cont.basket_submit .cform_item.submit {
  display: flex;
  justify-content: center;
}

.basket_cont_products .products .price {
  width: 160px;
}

.price_one,
.price_total,
.price {
  text-align: right;
}

.counter-wrap {
  text-align: center;
}
/*
.basket_count.unavailable {
  border-color: var(--red);
}
*/
.basket_alert {
  background-color: var(--yellow);
  display: none;
}
.basket_alert.active {
  display: table-row;
}

.basket_alert.active .checkbox {
  background-image: url("/gfx/svg/exclamation-round-icon.svg");
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: 25px auto;
  font-size: 0;
  color: rgba(0, 0, 0, 0);
}

.basket_list.small .basket_alert td {
  text-align: left;
}

.basket_list.small .basket_alert td.checkbox {
  text-align: center;
}

.basket_db_delivery_method_row,
.basket_db_payment_method_row {
  opacity: 0.5;
}
.basket_db_delivery_method_row.active,
.basket_db_payment_method_row.active {
  opacity: 1;
}

.basket_currency.hide {
  display: none;
}

.basket_dfn_cont {
  background-color: #f8f8f8;
  display: flex;
  flex-direction: column;
  max-width: 400px;
  margin: 20px 0;
  padding: 10px;
}

.basket_dfn_barc {
  margin: 5px 0;
  width: 100%;
  height: 5px;
  background-color: #ffffff;
}
.basket_dfn_barcw {
  width: 0px;
  height: inherit;
  background-color: var(--green);
  transition: width 0.25s ease 0;
}

.header_payment {
  margin: 0;
  padding: 40px;
  position: relative;
  color: #000;
}

/*.header_payment::before {
  content: " ";
  background-image: url('/gfx/svg/exclamation-triangle-icon.svg');
  background-size: cover;
  width: 243px;
  height: 192px;
  position: absolute;
  bottom: -4px;
  left: -41px;
}*/

.header_payment p {
  margin: 0;
  position: relative;
}

.header_payment.orange {
  border: 1px solid var(--yellow-dark);
}

.header_payment.orange::before {
  background-color: var(--yellow-dark);
}

.header_payment::before {
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  content: " ";
  opacity: .10;
  position: absolute;
}

.header_payment.red {
  border: 1px solid var(--red);
}

.header_payment.red::before {
  background-color: var(--red);
}

.header_payment.green {
  border: 1px solid var(--green);
}

.header_payment.green::before {
  background-color: var(--green);
}

/*.header_payment.green::before {
  content: " ";
  background-image: url('/gfx/svg/like-button-icon.svg');
  width: 200px;
  height: 200px;
  bottom: -15px;
  left: -41px;
}*/

@media (max-width: 1499px) {
  #header-top-categories.menu .sub_0_a {
    font-size: 14px;
  }

  header {
    grid-template-columns: 200px auto;
  }

  .logo-wrap img {
    width: 180px;
  }

  .menu {
    padding-left: 0;
  }

  .menu .sub_0_a {
    font-size: 12px;
  }

  .phone-wrap {
    font-size: 15px;
  }

  .header-top-right-wrap {
    flex: 0 0 400px;
  }

  .for-hp .cat-negative-margins-wrap {
    margin: 0;
    margin-top: -160px;
  }

  .hp-categories-cont {
    margin: 0 auto;
  }

  .for-hp.hp-categories-cont {
    width: calc(100% - 40px);
  }

  .table_stock {
    font-size: 14px;
  }

  .cat-item .cat-name {
    font-size: 16px;
  }

  .products-wrap .p-item {
    padding-left: 15px;
    padding-right: 15px;
  }
}

@media (max-width: 1279px) {
  .benefits-col .prefa-benefits-wrap {
    gap: 15px;
  }

  .benefits-col .prefa-benefits-wrap .b-item {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
  }

  .benefits-col .prefa-benefits-wrap .b-item .icon-wrap {
    justify-content: flex-start;
  }

  .benefits-col .prefa-benefits-wrap .b-item .b-name {
    line-height: 1.2;
    margin: 10px 0;
  }

  .sub-cat-wrap {
    gap: 10px;
  }

  .branches-list .item {
    padding: 40px 20px;
  }

  .description-section.dimensions td,
  .variants td,
  .variants th {
    padding: 7px;
  }

  .table_stock tr td.img {
    width: 80px;
  }
}

/* menu */
.menu-cat-items .sub_1 {
  display: none;
}

.menu-cat-items .sub_1 .menu-inner-wrap {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  margin: 0;
  padding: 0;
  position: absolute;
  left: 0;
  top: 100%;
  background-color: #fff;
  width: 100%;
  gap: 20px;
  padding: 20px;
}

.menu-cat-items .sub_1 li {
  list-style-type: none;
}

.menu-cat-items .sub_1 li a {
  display: flex;
  align-items: center;
  gap: 15px;
  line-height: 1.4;
  color: #000;
  text-decoration: none;
  transition: color var(--transition);
}

.menu-cat-items .sub_1 li a:hover {
  color: var(--red);
}

.menu-cat-items .sub_1 li a figure {
  width: 60px;
  height: 60px;
  border-radius: 3px;
  overflow: hidden;
}

/* fence configurator */

.fence-variants-screen {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
}

.fence-variant {
  flex: 1;
  min-width: 25%;
  padding: 1rem;
  border: 1px solid rgba(0, 0, 0, 0.15);
}

.inquiry-fields-container {
  max-width: 1024px;
}

.option-container select {
  height: 50px;
  background-color: #fff;
  border: 1px solid #e0e3e9;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  background-image: url("/gfx/svg/chevron-down-gray.svg");
  background-repeat: no-repeat;
  background-position: calc(100% - 15px) 50%;
  padding-left: 1rem;
  padding-right: calc(1rem + 20px);
  box-shadow: 0px 1px 2px rgba(11, 29, 58, 0.3);
  border-radius: 3px;
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
  width: 250px;
}

#fence_length,
#corners_count {
  width: 250px;
}

.option-container {
  padding: 0.5rem 0;
  border-top: 1px solid rgba(0, 0, 0, 0.15);
  border-bottom: 1px solid rgba(0, 0, 0, 0.15);
}

.option-container + .option-container {
  border-top-width: 0;
}

#configuratorForm .label,
#configuratorForm label {
  font-size: 1.2rem;
  margin-right: 1rem;
  width: 250px;
  display: inline-block;
}

#configuratorForm .label::after,
#configuratorForm label::after {
  content: ":";
}

#configuratorForm .price-container {
  font-size: 1.3rem;
  background-color: rgba(0, 0, 0, 0.15);
  padding: 0.5rem;
  margin-bottom: 1rem;
}

.product-top-info .cta-box.variant {
  justify-content: center;
}

.variant-btn {
  display: flex;
  gap: 10px;
  align-items: center;
  position: relative;
  animation-name: variant-btn-pulse;
  animation-duration: 1.3s;
  animation-timing-function: linear;
  animation-iteration-count: 4;
  animation-delay: 1s;
  justify-content: center;
}

.variant-btn::before {
  animation-name: variant-btn-pulse;
  animation-duration: 1.1s;
  animation-timing-function: ease-in-out;
  animation-iteration-count: 3;
  position: absolute;
  left: 50%;
  top: 50%;
  content: " ";
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  display: none;
}

@keyframes variant-btn-pulse {
  /*0% {width: 100%;height: 100%;opacity: .65;background-color: var(--red);}
  80% {width: 130%;height: 150%;opacity: 0;background-color: #fff;}
  100% {width: 100%;height: 100%;opacity: 0;background-color: var(--red);}*/

  0% {transform: scale(1, 1);border-radius: 3px;}
  45% {transform: scale(1.05, 1.05);border-radius: 10px;}
  90% {transform: scale(.97, .97);border-radius: 0px;}
  100% {transform: scale(1, 1);border-radius: 3px;}
}

.variant-btn img {
  position: relative;
  transform: rotate(90deg);
}

.variant-btn span {
  position: relative;
}

/* INSPIRACE */
.category-listing.inspirace {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 30px;
}

.category-listing.inspirace .cat-item {
  border: 1px solid rgba(0, 0, 0, 0);
  transition: var(--transition);
}

.category-listing.inspirace .cat-item .img_main img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.category-listing.inspirace .cat-item:hover {
  border-color: #e0e3e9;
  box-shadow: 0px 1px 2px rgba(11, 29, 58, 0.3);
}

.category-listing.inspirace .cat-item .cat-name {
  font-size: 22px;
  font-weight: 600;
  text-align: center;
  margin-bottom: 30px;
  justify-content: center;
  text-wrap: balance;
}

.category-listing.inspirace .cat-item .cat-count {
  margin-bottom: 0;
  margin-top: 20px;
}

.category-listing.inspirace .cat-item .link {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.betinspire .headline-wrap {
  display: block;
}

.betinspire h1 {
  max-width: 800px;
  text-align: center;
  margin: 30px auto;
}

.inspire-desc-wrap {
  width: 100%;
  max-width: 1000px;
  margin: auto;
  text-align: center;
}

.betinspire .cat-count,
.category-listing.inspirace .cat-item .cat-count {
  text-align: center;
  position: relative;
  display: flex;
  justify-content: center;
  gap: 8px;
  align-items: center;
  margin-bottom: 20px;
}

.betinspire .cat-count::before,
.category-listing.inspirace .cat-item .cat-count::before {
  display: inline-block;
  width: 17px;
  height: 12px;
  content: " ";
  background-image: url('/gfx/icons-sections/inspirace.svg');
  background-repeat: no-repeat;
  background-size: contain;
}

.inspire-list {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 12px;
  overflow: hidden;
}

.inspire-list .item {
  aspect-ratio: 488 / 314;
  position: relative;
}

.inspire-list > .item::after {
  width: 30px;
  height: 30px;
  background-color: rgba(255,255,255,1);
  background-image: url('/gfx/svg/enlarge-icon.svg');
  background-repeat: no-repeat;
  background-size: 15px auto;
  background-position: 50% 50%;
  content: " ";
  border-radius: 2px;
  position: absolute;
  top: 5px;
  right: 5px;
  transition: var(--transition);
  /*pointer-events: none;
  animation-name: arrows-pulse;
  animation-iteration-count: infinite;
  animation-duration: .7s;*/
  pointer-events: none;
}

@keyframes arrows-pulse {
  0% {background-size: 15px auto;}
  50% {background-size: 20px auto;}
  100% {background-size: 15px auto;}
}

.inspire-list > .item:hover::after {
  background-color: rgba(255,255,255,1);
}

.inspire-list .item:nth-child(6n + 2),
.inspire-list .item:nth-child(6n + 4) {
  grid-row: span 2;
  grid-column: span 2;
  aspect-ratio: 1020 / 660;
}

.inspire-list .item figure,
.inspire-list .item figure picture,
.inspire-list .item .fimg_wrp,
.inspire-pop-up-wrap .item figure,
.inspire-pop-up-wrap .item figure picture,
.inspire-pop-up-wrap .item .fimg_wrp {
  width: 100%;
  height: 100%;
}

.inspire-pop-up-wrap .item figure {
  overflow: hidden;
  border-radius: 5px 5px 0 0;
}

.inspire-list .item figure {
  position: relative;
}

.inspire-list .item figure::after {
  position: absolute;
  content: " ";
  background: linear-gradient(rgba(0, 0, 0, 0) 0%, #000 100%);
  width: 100%;
  height: 100%;
  left: 0;
  bottom: 0;
  opacity: 0;
  transition: opacity var(--transition);
  pointer-events: none;
}

.inspire-list .item:hover figure.betinspire_items::after {
  opacity: 1;
}

.inspire-list .item figure img,
.inspire-pop-up-wrap .item figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.inspire-list .item .inner-cont {
  position: absolute;
  opacity: 0;
  bottom: -30px;
  transition: var(--transition);
  color: #fff;
  pointer-events: none;
  padding: 30px;
  text-align: left;
}

.inspire-pop-up-wrap .inner-cont {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  background-color: rgba(255, 255, 255, 0.95);
  padding: 20px;
  max-width: 330px;
  z-index: 9;
  border-radius: 5px;
  overflow: hidden;
  pointer-events: none;
}

.inspire-pop-up-wrap .inner-cont br,
#info_inspire_box .desc-links br {
  display: none;
}

.inspire-pop-up-wrap .inner-cont .desc-name {
  color: var(--red);
  font-weight: 500;
  display: none;
}

.inspire-pop-up-wrap .inner-cont .name {
  font-weight: 600;
  font-size: 1.2rem;
  line-height: 1.2;
  margin-bottom: 15px;
  color: var(--red);
  display: none;
}

.inspire-pop-up-wrap .inner-cont .desc-links {
  counter-reset: my-before-counter;
}

#info_inspire_box .desc-links {
  padding: 10px;
  counter-reset: my-before-counter;
}

.inspire-pop-up-wrap .inner-cont .desc-links a,
#info_inspire_box .desc-links a {
  color: #000;
  line-height: 1.2;
  display: flex;
  padding: 5px 0;
  border-bottom: 1px solid #000;
  text-decoration: none;
  font-weight: 600;
  column-gap: 10px;
  align-items: center;
}

#info_inspire_box .desc-links a {
	font-size: .85rem;
	flex-wrap: wrap;
	padding-left: 35px;
	position: relative;
}

#info_inspire_box .desc-links a .point-subname {
	font-size: .65rem;
	color: #666;
	font-weight: 500;
	display: block;
	flex: 0 0 100%;
}

.inspire-pop-up-wrap .inner-cont .desc-links a:hover,
#info_inspire_box .desc-links a:hover {
  color: var(--red);
}

.inspire-pop-up-wrap .inner-cont .desc-links a::before,
#info_inspire_box .desc-links a::before {
  display: flex;
  line-height: 1;
  width: 30px;
  height: 30px;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  background-color: var(--red);
  color: #fff;
  flex: 0 0 30px;
  counter-increment: my-before-counter;
  content: counter(my-before-counter);
}

#info_inspire_box .desc-links a::before {
	width: 25px;
	height: 25px;
	flex: 0 0 25px;
	position: absolute;
	top: 50%;
	left: 0;
	transform: translatey(-50%);
}

.inspire-pop-up-wrap .inner-cont .desc-links a:first-child,
#info_inspire_box .desc-links a:first-child {
  border-top: 1px solid #000;
}

#info_inspire_box {
  position: absolute;
  left: 15px;
  top: 15px;
  height: 0;
  width: 330px;
  transition: var(--transition);
  overflow: hidden;
  background-color: rgba(255,255,255,.8);
  z-index: 9;
  border-radius: 5px;
}

.inspire-list .item:hover .inner-cont {
  position: absolute;
  opacity: 1;
  bottom: 0;
  z-index: 9;
}

.inspire-list .item .inner-cont a {
  color: #fff;
  pointer-events: auto;
}

.inspire-list .item .inner-cont .name {
  font-weight: 700;
  line-height: 1.3;
	font-size: 1rem;
	margin: 0;
	font-family: var(--font-basic);
}

.inspire-list .item .inner-cont .desc-name {
  margin-bottom: 10px;
  font-size: 14px;
}

.inspire-list .item .inner-cont .desc-links {
  line-height: 1.3;
	margin: 0;
	padding: 0;
	list-style-type: none;
}




.inspire-list .item .points-cont,
.inspire-pop-up-wrap .item .points-cont {
  position: absolute;
  top: 0px;
  right: 0px;
  left: 0px;
  bottom: 0px;
  opacity: 0;
  pointer-events: none;
  transition: opacity var(--transition);
}

.inspire-list .init .item .points-cont,
.inspire-pop-up-wrap .init .item .points-cont {
  opacity: 1;
  pointer-events: auto;
}

.inspire-list .item .points-cont .point,
.inspire-pop-up-wrap .item .points-cont .point {
  font-size: 16px;
  border: 2px solid #fff;
  background-color: var(--red);
  color: #fff;
  font-weight: 700;
  border-radius: 50%;
  width: 2em;
  height: 2em;
  position: absolute;
  line-height: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  position: absolute;
}

.inspire-pop-up-wrap .item .points-cont .point .number {
  position: relative;
  z-index: 5;
}

/*.inspire-pop-up-wrap .item .points-cont .point::before {
  background-image: url('/gfx/svg/prefa-symbol-white.svg');
  position: absolute;
  background-size: 60% auto;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  content: " ";
  opacity: .15;
}*/

.inspire-list .item .points-cont .point_bubble_wrap,
.inspire-pop-up-wrap .item .point_bubble_wrap {
  position: absolute;
  overflow: hidden;
  text-align: left;
  line-height: 1.2;
  font-size: 1rem;
  bottom: 100%;
  left: -25px;
  transition: height var(--transition);
}

.inspire-list .init .item .points-cont .point_bubble_wrap,
.inspire-pop-up-wrap .init .item .point_bubble_wrap {
  height: 0;
}

.inspire-list .item .too_right .points-cont .point_bubble_wrap,
.inspire-pop-up-wrap .item .too_right .point_bubble_wrap {
  left: auto;
  right: -25px;
}

.inspire-list .item .too_top .points-cont .point_bubble_wrap,
.inspire-pop-up-wrap .item .too_top .point_bubble_wrap {
  bottom: auto;
  top: 100%;
}

.inspire-pop-up-wrap .item .too_top .point_bubble {
  position: relative;
  top: 25px;
}

.inspire-pop-up-wrap .item .point_bubble::after {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 20px 15px 0 15px;
  border-color: #ffffff transparent transparent transparent;
  position: absolute;
  top: calc(100% - 1px);
  left: 25px;
  content: " ";
}

.inspire-pop-up-wrap .item .too_right .point_bubble::after {
  left: auto;
  right: 25px;
}

.inspire-pop-up-wrap .item .too_top .point_bubble::after {
  border-width: 0 15px 20px 15px;
  top: auto;
  bottom: calc(100% - 1px);
  border-color: transparent transparent #ffffff transparent;
}

.inspire-pop-up-wrap .item .points-cont > .point_bubble_wrap .point_bubble::after {
  display: none;
}

.inspire-pop-up-wrap .item .points-cont > .point_bubble_wrap {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  max-width: 360px;
  z-index: 9;
}

.inspire-pop-up-wrap .item .points-cont > .point_bubble_wrap .point_bubble {
  width: 100%;
}

.inspire-list .item .points-cont .point_bubble,
.inspire-pop-up-wrap .item .point_bubble {
  width: 400px;
  padding: 5px 10px;
  border-radius: 10px;
  display: flex;
  gap: 10px;
  background-color: #fff;
  align-items: center;
  opacity: 0;
}

.inspire-pop-up-wrap .init .item .point_bubble {
  opacity: 1;
}

.point_bubble a.name {
  color: #000;
  font-weight: 600;
  text-decoration: none;
  transition: var(--transition);
}

.point_bubble a.name:hover {
  color: var(--red);
}

.point_bubble a.name_stock {
  color: #666;
  font-size: .8rem;
  font-weight: 400;
  text-decoration: none;
  transition: var(--transition);
  margin-top: 5px;
}

.point_bubble a.name_stock:hover {
  color: #000;
}

.point_bubble a.link {
  color: var(--red);
  font-size: .8rem;
  font-weight: 400;
  margin-top: 10px;
  margin-bottom: 10px;
}

.inspire-list .item .points-cont .point_bubble_text,
.inspire-pop-up-wrap .item .points-cont .point_bubble_text {
  display:flex;
  flex-direction: column;
  flex: 1 1 auto;
}
.inspire-list .item .points-cont .point_bubble_img,
.inspire-pop-up-wrap .item .points-cont .point_bubble_img {
  max-width: 100px;
  height: auto;
  flex: 0 0 100px;
}
.inspire-list .item .points-cont .point_bubble_img .fimg_img,
.inspire-pop-up-wrap .item .points-cont .point_bubble_img .fimg_img {
  object-fit:contain;
}


.inspire-list .item .points-cont .point:hover .point_bubble,
.inspire-pop-up-wrap .item .points-cont .point:hover .point_bubble {
  opacity: 1;
  z-index: 666;
}


.inspire-category-more {
  padding: 20px;
  padding-bottom: 80px;
}

.inspire-category-more .bottom-text,
.inspire-category-tags .bottom-text {
  width: 100%;
  max-width: 1000px;
  margin: auto;
}

.inspire-category-more .bottom-text > *:first-child {
  margin-top: 0;
}

.inspire-category-more .bottom-text > *:last-child {
  margin-bottom: 0;
}

.inspire-category-listing {
  background-color: var(--gray-bg);
  padding: 80px 20px;
}

.inspire-category-tags {
  padding: 60px 20px;
}

.inspire-tags {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}

.inspire-tags .tag {
  font-size: 14px;
  line-height: 1.3;
  padding: 10px 15px;
  background-color: var(--gray-bg);
  position: relative;
  color: #000;
  border: 1px solid #e0e3e9;
  transition: var(--transition);
  font-size: 14px;
  font-weight: 300;
  text-decoration: none;
  flex: 1 0 auto;
  max-width: 350px;
}

.inspire-tags a.tag {
  padding-right: 40px;
}

.inspire-tags a.tag::after {
  background-image: url('/gfx/svg/external.svg');
  background-size: cover;
  background-repeat: no-repeat;
  content: " ";
  position: absolute;
  right: 5px;
  top: 5px;
  width: 10px;
  height: 10px;
}

.inspire-tags a.tag:hover {
  border-color: var(--red);
}

.inspire-cont .section-headline {
  margin-top: 70px;
}

.inspire-cont .section-headline:first-child {
  margin-top: 10px;
}


.sestava-header{
  text-align: center;
  margin: 1.5em 0 0.5em 0;
}










/* 404 */
.page-404 {
  display: flex;
  justify-content: flex-end;
  position: relative;
  padding: 80px 0;
}

.page-404 img {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: calc(50% + 40px);
  height: auto;
  max-width: 774px;
  pointer-events: none;
}

.page-404 .right-text-wrap {
  flex: 0 0 50%;
}

.page-404 .right-text-wrap h1 {
  margin: 0;
}

.main-404-text {
  margin: 40px 0;
}

.main-404-text.bolder {
  font-weight: 600;
  font-size: 1.2rem;
}

.main-404-text > *:first-child {
  margin-top: 0;
}






/* Header Menu */
#submenu-wrap {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  display: block;
  overflow: none;
  box-shadow: 0px 15px 30px rgba(23,46,84,0.1);
  pointer-events: none;
  opacity: 0;
}

#submenu-wrap.initialized {
  display: none;
  opacity: 1;
  pointer-events: auto;
}

#submenu-wrap .inner-wrap .menu-products {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}

#submenu-wrap .inner-wrap .menu-products::before {
  height: 100%;
  width: 50%;
  content: " ";
  background-color: var(--gray-bg);
  position: absolute;
  right: 0;
  top: 0;
}

#submenu-wrap .inner-wrap {
  width: 100%;
  display: grid;
  grid-template-columns: 3fr 1fr 2fr;
  background-color: #fff;
  position: relative;
}

#submenu-wrap .products-wrap .p-name {
  font-size: 1rem;
  margin: 5px 0;
  text-align: center;
}

#submenu-wrap.initialized .products-wrap {
  display:none;
}
#submenu-wrap.initialized .products-wrap.show {
  display:block;
}

#submenu-wrap .products-wrap .p-item .tag.top {
  width: 60px;
  height: 60px;
  position: absolute;
  left: auto;
  right: 0;
  top: 0;
}

#submenu-wrap .products-wrap .p-item .tag.top::before {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 60px 60px 0;
  border-color: transparent var(--red) transparent transparent;
  content: " ";
  position: absolute;
  right: 0;
  left: auto;
  top: 0;
  z-index: 5;
}

#submenu-wrap .products-wrap .p-item .tag.top .text {
  color: #fff;
  transform: rotate(45deg);
  left: 28px;
  top: 6px;
}

#submenu-wrap .products-wrap .p-img-container, 
#submenu-wrap .products-wrap .p-img-wrap {
  height: 100px;
}

#submenu-wrap .products-wrap .p-item {
  padding: 25px 20px;
  gap: 10px;
  filter: none;
}

#submenu-wrap .products-wrap .p-desc {
  display:none;
}

#submenu-wrap .products-wrap .colors-box,
#submenu-wrap .products-wrap .sizes-box,
#submenu-wrap .products-wrap .p-item:hover .btn {
  display: none;
}

#submenu-wrap .products-wrap .promo-price-wrap {
  display: none;
}

#submenu-wrap .products-wrap .p-item:hover .stock {
  opacity: 1;
}

#submenu-wrap .products-wrap .main-price {
  text-align: center;
  font-size: 18px;
}




#submenu-wrap .products-wrap .stock-wat-wrap {
  flex-direction: column;
  gap: 10px;
  align-items: center;
  text-align: center;
  color: #868686;
}

#submenu-wrap .map-side {
  background-color: var(--gray-bg);
  position: relative;
  min-height: 350px;
  padding: 50px 40px;
}

#submenu-wrap .map-side img {
  width: 90%;
  max-width: 511px;
  height: auto;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
  transition: var(--transition);
  filter: grayscale(.5);
}

#submenu-wrap .text-wrap {
  position: absolute;
  display: flex;
  flex-direction: column;
  align-items: center;
  left: 50%;
  top: 55%;
  transform: translate(-50%, -50%);
  gap: 15px;
}

#submenu-wrap .text-wrap .shop-text {
  font-size: 1.3rem;
  font-family: var(--font-fancy);
  font-weight: 600;
  line-height: 1.2;
  text-align: center;
  color: #000;
}

.map-link:hover .btn {
  background-color: var(--red-dark);
}

#submenu-wrap .map-side .map-link:hover img {
  filter: grayscale(0);
}

.menu-cat-items #submenu-wrap .sub_1 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  column-gap: 30px;
  row-gap: 15px;
  margin: 0;
  padding: 0;
  position: absolute;
  left: 40px;
  top: 50px;
  width: calc(100% - 80px);
  opacity: 0;
  pointer-events: none;
  z-index: 1;
  transition: opacity var(--transition);
}

@media(max-width:1400px) {
  .menu-cat-items #submenu-wrap .sub_1 {
    left: 20px;
    width: calc(100% - 40px);
  }

  #submenu-wrap .btn {
    text-align: center;
    font-size: 1rem;
  }
}

@media(max-width: 1300px) {
  #submenu-wrap .products-wrap .p-item {
    padding: 10px 5px;
  }
}

@media(max-width:1200px) {
  .menu-cat-items #submenu-wrap .sub_1 {
    display: flex;
    flex-direction: column;
  }

  #submenu-wrap .btn {
    font-size: .9rem;
    padding: 5px;
  }
  
	.phone-wrap .phone-hours {
		display: none;
	}

	.header-top-right-wrap {
		flex: 0 0 245px;
	}
}

.menu-cat-items #submenu-wrap .sub_1.show {
  z-index: 5;
  pointer-events: auto;
  opacity: 1;
}

.menu-cat-items #submenu-wrap .sub_1 li a {
  border: 1px solid rgba(0,0,0,0);
  transition: var(--transition);
  line-height: 1.2;
  font-size: .9rem;
  text-wrap: balance;
}

.menu-cat-items #submenu-wrap .sub_1 li a:hover {
  border: 1px solid #e0e3e9;
  box-shadow: 0px 1px 2px rgba(11, 29, 58, 0.3);
}

.menu-cat-items #submenu-wrap .sub_1 li a figure {
  flex: 0 0 60px;
}










/* History */
.news_container.history {
  display: flex;
  flex-direction: column-reverse;
  gap: 40px;
  position: relative;
  margin-bottom: 200px;
  overflow: hidden;
}

.news_container.history .news_item {
  position: relative;
  display: flex;
  justify-content: flex-start;
}

.news_container.history .news_item:nth-child(2n + 1) {
  justify-content: flex-end;
}

.news_container.history .news_item .news_title {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 120px;
  height: 120px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: transparent;
  perspective: 1000px;
  padding: 15px;
  box-sizing: content-box;
  border-radius: 50%;
  border: none;
}

.news_container.history .news_item .news_title::before {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
  content: " ";
  border-radius: 50%;
}

.news_container.history .news_item .news_title_inner {
  position: relative;
  width: 100%;
  height: 100%;
  text-align: center;
  transition: transform 0.8s;
  transform-style: preserve-3d;
  box-shadow: 0px 15px 30px rgba(23,46,84,0.1);
  border-radius: 50%;
}

.news_container.history .news_item .news_title .preface,
.news_container.history .news_item .news_title h3 {
  position: absolute;
  width: 100%;
  height: 100%;
  -webkit-backface-visibility: hidden; /* Safari */
  backface-visibility: hidden;
  border-radius: 50%;
}

.news_container.history .news_item .news_title .preface {
  background-color: #e0e0e0;
  opacity: .7;
  border-radius: 50%;
  background-image: url('/gfx/svg/prefa-symbol-white.svg');
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: 50% auto;
}

.news_container.history .news_item.showed .news_title_inner {
  animation-name: flop;
  animation-iteration-count: 1;
  animation-duration: 1.3s;
  animation-fill-mode: forwards;
}

@keyframes flop {
  0% {transform: rotateY(0deg)}
  70% {transform: rotateY(210deg)}
  85% {transform: rotateY(160deg)}
  100% {transform: rotateY(180deg)}
}

.news_container.history .news_item .news_title h3 {
  margin: 0;
  color: #000;
  transform: rotateY(180deg);
  width: 100%;
  height: 100%;
  background-color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 18px;
  white-space: break-spaces;
}

.news_container.history .news_item .news_text {
  flex: 0 1 35%;
  box-shadow: 0px 15px 30px rgba(23,46,84,0.1);
  padding: 40px;
  position: relative;
  opacity: 0;
  position: relative;
  left: -90px;
  transition: ease-in-out .7s;
  border-left: 5px solid #ccc;
  top: 50px;
}

.news_container.history .news_item:nth-child(2n) .news_text {
  border-right: 5px solid #ccc;
  border-left: none;
}

.news_container.history .news_item:nth-child(2n + 1) .news_text {
  left: 90px;
}

.news_container.history .news_item.showed .news_text {
  opacity: 1;
  left: 0 !important;
}

.news_container.history ul {
  padding: 0;
  margin: 0;
}

.news_container.history ul li {
  list-style-type: none;
  padding-left: 26px;
  position: relative;
}

.news_container.history ul li::before {
  content: " ";
  position: absolute;
  width: 16px;
  height: 18px;
  background-image: url("/gfx/svg/prefa-symbol.svg");
  background-size: cover;
  left: 0;
  top: 8px;
}

.news_container.history .timeline {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  width: 2px;
  height: 100%;
  top: 0;
  background-color: var(--red);
}

.news_container.history .side-line {
  position: absolute;
  top: 80px;
  left: calc(50% + 77px);
  width: 0;
  height: 2px;
  background: linear-gradient(90deg, rgba(227,0,26,1) 0%, rgba(204,204,204,1) 85%);
  transition: ease-in-out .5s;
}

.news_container.history .news_item:nth-child(2n) .side-line {
  right: calc(50% + 77px);
  left: auto;
  background: linear-gradient(90deg, rgba(204,204,204,1) 0%, rgba(227,0,26,1) 85%);
}

.news_container.history .showed .side-line {
  width: calc(15% - 100px) !important;
}

.news_container.history .timeline-end {
  width: 100%;
  text-align: center;
  max-width: 900px;
  margin: 0 auto;
  font-size: 32px;
  font-weight: 600;
  margin-top: 100px;
  background-color: #fff;
  line-height: 1.3;
  box-shadow: 0px 15px 30px rgba(23,46,84,0.1);
  position: relative;
  z-index: 5;
  padding: 30px 50px;
  top: 100px;
  transition: ease-in-out .7s;
}

.news_container.history .timeline-end.showed {
  top: 0;
}

.news_container.history .timeline-end .side-line {
  display: none;
}

.news_container.history .timeline-end::after {
  bottom: 100%;
  height: 15px;
  background-color: #fff;
  content: " ";
  width: 4px;
  left: 50%;
  transform: translateX(-50%);
  position: absolute;
}


/* Inspirace */
.inspire-list .item .points-cont {
  opacity: 0;
  pointer-events: none;
}

.inspire-pop-up-wrap {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 6666;
  display: none;
}

.inspire-pop-up-bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.85);
  opacity: 0;
  transition: opacity var(--transition);
}

.inspire-pop-up-wrap.showed .inspire-pop-up-bg {
  opacity: 1;
}

#cloned_item_wrap {
  transition: ease-in-out .5s;
  background-image: url('/gfx/img/loading-gif-2.gif');
  background-size: 80px auto;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-color: rgba(0, 0, 0, .45);
}

#cloned_item_wrap.centered {
  left: 50% !important;
  top: 50% !important;
  transform: translate(-50%, -50%) !important; /*translateZ(0) perspective(1000px)*/
  backface-visibility: hidden;
}

.close-inspire {
  width: 66px;
  height: 66px;
  background-color: var(--red);
  border-radius: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  position: absolute;
  top: 15px;
  right: 15px;
  transition: var(--transition);
  z-index: 66;
  opacity: 0;
}

.close-bubble-mobile {
  width: 30px;
  height: 30px;
  background-color: var(--red);
  border-radius: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 0;
  right: 0;
  transition: var(--transition);
  z-index: 6;
}

.info-inspire {
  width: 66px;
  height: 66px;
  background-color: #eee;
  border-radius: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  position: absolute;
  top: 15px;
  right: 96px;
  transition: var(--transition);
  z-index: 6;
  opacity: 0;
}

.info-inspire:hover {
	background-color: #ccc;
}

.inspire-pop-up-wrap.showed .close-inspire {
  opacity: 1;
}

.inspire-pop-up-wrap.showed .info-inspire {
  opacity: 1;
}

.close-inspire:hover {
  background-color: var(--red-dark);
}

.change-item {
  width: 80px;
  height: 80%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 6;
  opacity: 0;
}

.change-item::before {
  width: 100%;
  height: 120px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  content: " ";
  background-color: #000;
  border-radius: 5px;
  transition: var(--transition);
}

.change-item img {
  position: relative;
  z-index: 3;
}

.control-init .change-item {
  opacity: 1;
}

.change-item.next {
  left: calc(100% - 30px);
  left: auto;
  right: 0;
}

.change-item.prev {
  right: calc(100% - 30px);
  right: auto;
  left: 0;
}

.change-item:hover::before {
  background-color: var(--green);
}

#cloned_item_wrap {
  position: relative;
}

#cloned_item_inner {
  width: 100%;
  height: 100%;
}

#cloned_item_inner > .item {
  width: 100%;
  height: 100%;
}

#cloned_item_name {
  position: absolute;
  top: 100%;
  color: #fff;
  background-color: #000;
  width: 100%;
  padding: 10px 15px;
  font-size: 18px;
  line-height: 1.2;
  text-align: center;
  border-radius: 0 5px 5px 0;
  opacity: 0;
  transition: var(--transition) opacity;
}

.control-init #cloned_item_name {
  opacity: 1;
}

.inspire-pop-up-wrap .item .points-cont .point::before {
  width: 100%;
  height: 100%;
  content: " ";
  animation-name: point-pulse;
  animation-duration: 1.1s;
  animation-timing-function: ease-in-out;
  animation-iteration-count: 4;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
  background-color: var(--red);
  border-radius: 50%;
  opacity: .7;
  z-index: 1;
}

.inspire-pop-up-wrap .item .points-cont .point::after {
  width: 100%;
  height: 100%;
  content: " ";
  background-color: var(--red);
  border-radius: 50%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
}

@keyframes point-pulse {
  0% {width: 100%;height: 100%;opacity: .9;background-color: var(--red);}
  80% {width: 280%;height: 280%;opacity: 0;background-color: #fff;}
  100% {width: 100%;height: 100%;opacity: 0;background-color: var(--red);}
}

/* **************************************** LEAVE EVERYTING AFTER THIS LINE AND DONT CHANGE ANYTHING  ************************************* */





.dev-mode .chat-wrap {
	display: flex;
	flex-direction: column;
	align-items: flex-end;
}

.chat-wrap {
	display: none;
	position: fixed;
	right: 50px;
	bottom: 50px;
	transition: var(--transition);
	z-index: 999;

	display: flex;
	flex-direction: column;
	align-items: flex-end;
}

.chat-wrap.opened {
	box-shadow: 0px 1px 2px rgba(11,29,58,0.3);
}

.chat-head {
	transition: var(--transition);
	width: 70px;
	height: 70px;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 35px;
	background-color: var(--red);
	cursor: pointer;
}

.chat-wrap.opened .chat-head {
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
}

.chat-head img {
	width: 40px;
	height: auto;
}

.chat-name {
	width: 0;
	overflow: hidden;
	transition: var(--transition);
	font-weight: 600;
	color: #fff;
	margin-left: 0;
	display: flex;
	gap: 20px;
	align-items: center;
}

.chat-wrap.opened .chat-name {
	margin-left: 20px;
}

.chat-name .name-inner {
	white-space: nowrap;
}

.chat-body {
	height: 0;
	transition: var(--transition) height;
	padding: 0;
	background-color: #fff;
	overflow: hidden;
	width: 0;
}

.chat-body-inner {
	padding: 25px 15px;
	padding-top: 60px;
	padding-bottom: 75px;
	padding-right: 0;
	height: 100%;
	width: 100%;
	border: 1px solid var(--gray-border);
	border-top: none;
}

.chat-typing-wrap {
	position: absolute;
	left: 15px;
	width: calc(100% - 30px);
	bottom: 8px;
	display: flex;
	gap: 10px;
	transition: var(--transition);
}

.chat-typing-wrap .chat-send {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 60px;
	height: 50px;
	border-radius: 10px;
	background-color: var(--red);
	flex: 0 0 60px;
	cursor: pointer;
}

.chat-typing-wrap .input-wrap {
	flex: 1 1 auto;
}

.chat-typing-wrap .input-wrap input {
	height: 50px;
	padding: 10px;
	border: 1px solid var(--gray-border);
	box-sizing: border-box;
	border-radius: 5px;
	width: 100%;
}

.chat-line {
	display: flex;
	gap: 15px;
}

.chat-line.support {
	justify-content: flex-start;
}

.chat-line.user {
	justify-content: flex-end;
}

.chat-line .chat-user-wrap {
	width: 35px;
	height: 35px;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 50%;
	background-color: var(--yellow);
	flex: 0 0 35px;
}

.chat-line.user .chat-user-wrap {
	color: #fff;
	font-weight: 600;
	background-color: var(--red);
	order: 5;
	font-size: .85rem;
}

.chat-line .chat-user-wrap img {
	height: 20px;
	width: auto;
}

.chat-line .bubble-text {
	border: 1px solid var(--gray-border);
	border-radius: 5px;
	padding: 10px;
	line-height: 1.3;
	font-size: .85rem;
}

.chat-line.user .bubble-text {
	text-align: right;
}

.chat-line .bubble-text::before {
	position: absolute;
	top: 4px;
	right: 100%;
	width: 0px;
	height: 0px;
	border-style: solid;
	border-width: 8px 10px 8px 0;
	border-color: transparent var(--gray-border) transparent transparent;
	transform: rotate(0deg);
	content: " ";
}

.chat-line.user .bubble-text::before {
	right: auto;
	left: 100%;
	border-width: 10px 0 10px 16px;
	border-color: transparent transparent transparent var(--gray-border);
}

.chat-line.user .bubble-text::after {
	right: auto;
	left: calc(100% - 1px);
	border-width: 10px 0 10px 16px;
	border-color: transparent transparent transparent #fff;
}

.chat-line .bubble-text::after {
	position: absolute;
	top: 4px;
	right: calc(100% - 1px);
	width: 0px;
	height: 0px;
	border-style: solid;
	border-width: 8px 10px 8px 0;
	border-color: transparent #fff transparent transparent;
	transform: rotate(0deg);
	content: " ";
}

.chat-wrap .cform_container {
	height: 0;
	overflow: hidden;
	width: 0;
}

.chat-content {
	height: 100%;
	width: 100%;
	display: flex;
	gap: 15px;
	flex-direction: column;
	overflow-y: scroll;
	padding-right: 15px;
	scroll-behavior: smooth;
}

.chat-select-list {
	display: flex;
	flex-direction: column;
	gap: 5px;
}

.chat-select-list .chat-select-option {
	line-height: 1.3;
	font-size: .85rem;
	padding: 7px 10px;
	background-color: var(--red);
	cursor: pointer;
	color: #fff;
	text-align: center;
	border-radius: 5px;
}

.chat-typing-wrap.hidden {
	opacity: .3;
	pointer-events: none;
	filter: grayscale(1);
}

.chat-typing-wrap .textarea-wrap {
	display: none;
	flex: 1 1 auto;
}

.chat-typing-wrap.textarea .textarea-wrap {
	display: block;
}

.chat-typing-wrap.textarea .input-wrap {
	display: none;
}

.chat-typing-wrap.textarea .textarea-wrap textarea {
	height: 50px;
	padding: 5px 10px;
	border: 1px solid var(--gray-border);
	box-sizing: border-box;
	border-radius: 5px;
	width: 100%;
	resize: none;
	font-family: inherit;
	font-size: .85rem;
}

#chat-bottom-line {
	order: 999;
	scroll-behavior: smooth;
}

#close-chat {
	width: 25px;
	height: 25px;
	display: block;
	flex: 0 0 25px;
}

.chat-info {
	background-color: var(--gray-border);
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: .85rem;
	line-height: 1.3;
	position: absolute;
	left: 0;
	top: 0;
	height: 50px;
	padding: 0 20px;
	gap: 15px;
	width: 100%;
}

.chat-info img {
	flex: 0 0 20px;
}





@media(max-width: 768px) {
	.chat-wrap {
		right: 10px;
		bottom: 10px;
	}

	#close-chat {
		width: 15px;
		height: 15px;
		display: block;
		flex: 0 0 15px;
	}

	.chat-wrap.opened .chat-name {
		margin-left: 10px;
	}

	.chat-wrap .chat-name {
		gap: 10px;
	}
}


/* Pop-up */
.pop-up-form {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  position: fixed;
  width: 100vw;
  height: 100vh;
  z-index: 6666;
  top: 0;
  left: 0;
  pointer-events: none;
  transform: translateY(-200%);
  transition: var(--transition);
}

.pop-up-form.visible {
  pointer-events: auto;
  transform: translateY(0%);
}

.pop-up-form .form-wrap {
  height: 90%;
  width: 90%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  justify-content: center;
  align-items: center;
  pointer-events: none;
}

.pop-up-form .form-wrap .form-inner-wrap {
  height: auto;
  width: 100%;
  max-width: 520px;
  max-height: 100%;
  overflow: auto;
  pointer-events: auto;
	background-color: #fff;
	padding: 20px;
	border-radius: 8px;
}

.pop-up-form .cform_name {
	font-size: 1.8rem;
	text-align: left;
	padding-right: 60px;
  margin-top: 10px;
  margin-bottom: 40px;
}

.pop-up-form .cform_item_type_cleartext.full-width_item {
	text-align: center;
	font-size: .9rem;
}

.cform_item_type_cleartext:not(.full-width_item) {
	font-size: .6rem;
	color: #666;
}

.pop-up-form .cform_item_type_textarea {
	margin-bottom: 30px;
}

.pop-up-bg {
  background-color: rgba(0,0,0,.8);
  height: 100%;
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
}

.close-form {
  width: 48px;
  height: 48px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #000;
  opacity: .7;
  transition: var(--transition);
  border-radius: 12px;
  position: absolute;
  right: 20px;
  top: 20px;
  z-index: 9;
  cursor: pointer;
}

.close-form img {
  filter: brightness(0) invert(1);
}

.close-form:hover {
  opacity: 1;
}

.form-side .cform_container .cform_item_type_cleartext:not(.full-width_item),
.pop-up-form .cform_container .cform_item_type_cleartext:not(.full-width_item) {
  position: relative;
}


.form-side .cform_container .cform_item_type_cleartext:not(.full-width_item) .cform_form_type_cleartext,
.pop-up-form .cform_container .cform_item_type_cleartext:not(.full-width_item) .cform_form_type_cleartext {
  position: absolute;
  left: 0;
  
  top: 1rem;
  
  width: calc(100% - 120px);
  /* bottom: 10px; */
  font-size: .75rem;
  line-height: 1.3;
  z-index: 9;
}

@media(max-width: 1450px) {
  .contact-cta-box .cta-side .cta-head {
    font-size: 1.2rem;
  }

  .contact-cta-box .btn {
    padding: 10px 15px;
    gap: 10px;
  }

  .contact-cta-box .cta-side p {
    font-size: .9rem;
  }
}

@media(max-width: 1200px) {
  .contact-cta-box {
    grid-template-columns: 80px auto;
  }

  .contact-cta-box .btn {
    font-size: .9rem;
  }
}














/* CFENCE */

#menu_82_a, #menu_143_a{
  background-image: url(/gfx/svg/configurator-tool-black.svg);
  background-repeat: no-repeat;
  background-position: left center;
  background-size: auto 1em;
  
  padding-left: 1.25em;
}

#menu_82_a:hover, #menu_143_a:hover{
  background-image: url(/gfx/svg/configurator-tool-red.svg);
}



body.mod_betshop_configurator h1{
  background-image: url(/gfx/svg/configurator-tool-black.svg);
  background-repeat: no-repeat;
  background-position: left center;
  background-size: auto 0.75em;
  
  padding-left: 1.15em;
}

.cfence_submenu_fakeitem{

}
.cfence_submenu_fakeitem .fimg {
  background-color: var(--red);
}
.cfence_submenu_fakeitem .fimg_wrp{
  padding: 1.5rem;
}

.cfence_type_selector{
  display:flex;
  flex-wrap:wrap;

  gap: 20px;
}

.cfence_type_selector .item{
  flex-basis: calc(33% - 20px);

  display:flex;
  flex-direction:column;
  gap: 10px;

  flex-shrink: 0;
}
.cfence_type_selector .item .text{
  flex-grow: 1;
}

.cfence_type_selector .fimg{
  aspect-ratio: 1 /1;

}




.cfence_type_selector .fimg_wrp,
.cfence_type_selector .fimg_pic,
.cfence_type_selector .fimg_img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  overflow: hidden;
}

.cfence_type_selector .fimg_img{
  transition: transform var(--transition);
}
.cfence_type_selector .item:hover .fimg_img{
  transform: scale(1.025,1.025);
}


.cfence_cont_next{
  display:flex;
  flex-wrap: wrap;
  gap: 40px;
  justify-content: center;
}








.cfence_setthelp{
  display:flex;
  gap: 40px;
  flex-wrap: wrap;
  width: 100%;
}
.cfence_setthelp > div {
  flex-basis: calc(50% - 40px);
}

@media(max-width: 1024px) {
  .cfence_setthelp > div {
    flex-basis: 100%;
  }

}


.cfence_helper{
  /* outline: 1px solid orange; */

  display:flex;
  flex-direction:column;
  align-items:center;
  justify-content: center;
}
.cfence_helper .item{
  width: 100%;
  background-color: #f8f8f8;
  padding: 20px;

  display:none;

  z-index: 2;
}

.cfence_helper .fimg{
  mix-blend-mode: multiply;
}


.cfence_helper .item::before{
  --loc-size: 40px;
  --loc-size-half: calc(var(--loc-size) / 2);

  position:absolute;
  left: calc(0px - var(--loc-size-half));
  top: calc(50% - var(--loc-size-half));
  width: var(--loc-size);
  height: var(--loc-size);

  display:block;
  content: " ";

  transform-origin: center center;
  transform: rotate(45deg);

  pointer-events:none;

  background-color: #f8f8f8;
  z-index: -1;
}
.cfence_helper .item.show{
  display:block;
  z-index: 5;
}

.cfence_helper .item .name{
  margin-top: 0px;
}


.cfence_container{
  display:flex;
  flex-direction:column;


  max-width: 600px;
  background-color: #f8f8f8;
  padding: 20px;

}
.cfence_container .item{
  display:flex;
  align-items:center;
  border-bottom: 1px solid var(--gray-border);
  margin-bottom: 5px;
  padding-bottom: 5px;
}
.cfence_container .item:last-child{
  border-bottom: 0px solid transparent;
  margin-bottom: 0px;
  padding-bottom: 0px;
}
.cfence_container .item .name{
  width: 45%;
  max-width: 300px;
  font-weight: 600;
  flex-grow: 0;
  flex-shrink: 0;

  display:flex;
  flex-wrap:no-wrap;
  justify-content: space-between;
  align-items: center;
  gap: 5px;
  padding: 0px 5px;
}
.cfence_container .item .cell{
  flex-grow: 1;
}

.cfence_container .ico_help{
  font-weight: 400;
  font-size: 20px;
  line-height: 1;
  margin: -4px 0;
  display:block;
  cursor:help;
}

.cfence_container .form_checkbox{
  display: inline-block;
  transform: scale(1.5);
  transform-origin: bottom left;
  width: auto;
  margin-right: 1em;
}
.cfence_container .form_lable{
  display: inline-block;
}

.cfence_auto{
  border: 0px solid transparent;
  outline: 0px solid transparent;
  box-shadow: unset;

  font-weight: 600;
  color: var(--gray-dark);

  user-select: none;
  pointer-events: none;


  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.cfence_summary_container{
  background-color: #f8f8f8;
  padding: 20px;

  font-size: 1.1rem;

  display:flex;
  flex-wrap:wrap;
  gap: 10px 20px;
}

.cfence_summary_container .item{
  display:flex;
  gap: 5px;
  flex-wrap:nowrap;

  padding: 5px 10px;
  background-color: #FFFFFF;
}

.cfence_summary_container .item .number{
  font-weight: 600;
}







.cfence_color_listing{
  display:flex;
  flex-direction:column;
  gap: 80px;

  width: 100%;
}


.cfence_color_group{
  display:flex;
  flex-wrap:wrap;
  flex-direction:column;
  gap: 0px;


  display:none;
  /* outline: 2px dotted orange; */

  background-color: #f8f8f8;
  padding: 20px;

  transition: border-color ease-in-out .5s 0s;
  border-left: 3px solid var(--red-dark);
}


.cfence_color_group.stock_selected{
  border-color: var(--green);
}

.cfence_color_group.show{
  display:flex;
  /* outline: 2px dotted green; */
}

.cfence_color_group .subgroup_items{
  display:flex;
  flex-wrap:wrap;
  gap: 10px;
  width: 100%;

  border-top: 1px solid var(--gray-border);
  margin-top: 10px;
  padding-top: 10px;
}

.cfence_color_group .header{
  width: 100%;
  flex-basis: 100%;
  flex-grow: 1;

  display:flex;
  flex-wrap:wrap;
  justify-content:space-between;
  align-items:center;
}
.cfence_color_group .header h2{
  margin: 0;
}


.cfence_color_group .notice, .cfence_notice{
  border-radius: 0.5em;
  background-color: var(--yellow);
  padding: 5px 10px;
  margin-top: 10px;
  width: 100%;

  display:none;
}
.cfence_color_group .notice.show, .cfence_notice.show{
  display:block;
}


.cfence_color_group .item{
  flex-basis: 120px;
  /* font-size: 0.5rem; */
  line-height: 1.1;
  background-color: #FFFFFF;
  padding: 10px;

  border-radius: 4px;

  border: 4px solid #FFFFFF;

  display:flex;
  flex-direction: column;
  flex-shrink: 0;
  align-items: stretch;

  transition: border-color ease-in-out .5s 0s;
}
.cfence_color_group .item.stock:hover{
  border-color: var(--gray-border);
}

.cfence_color_group .item.stock.selected{
  border-color: var(--green-dark);
}
.cfence_color_group .item.stock.selected .btn{
  background-color: var(--green-dark);

}

.cfence_color_group .item .name{
  flex-grow: 1;
  margin: 5px 0;
}
.cfence_color_group .item .btn{
  font-size: 1em;
  padding: 0.5em 1em;
  width: 100%;
  text-align: center;

  transition: background-color ease-in-out .5s 0s;
}

.cfence_color_group .item.product{
  flex-basis: 150px;
  flex-basis: 200px;
  flex-grow: 0;
  font-size: 1.05rem;
  font-weight: 600;
  font-family: var(--font-fancy);
}
.cfence_color_group .item.product .fimg_img{
  /* mix-blend-mode: multiply; */
}




.cfence_found_inspiration, .cfence_found_inspiration .ingal{
  font-size: 1.25rem;
  display:flex;
  flex-wrap: nowrap;
  align-items: center;
  margin: 0.5rem 0;
}
.cfence_found_inspiration .ingal{
  margin-right: 1rem;
}

.cfence_found_inspiration span{
}

.cfence_found_inspiration .fimg{
  width: 2.5rem;
  height: 2.5rem;
  max-height: 2.5rem;
  max-width: 2.5rem;
  overflow: hidden;
  border-radius: 100%;
  border: 1px solid var(--red-dark);

  margin-right: -0.5rem;
  z-index: 1;
}
.cfence_found_inspiration .fimg_wrp,
.cfence_found_inspiration .fimg_pic,
.cfence_found_inspiration .fimg_img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}


.cfence_margin_top.contact-cta-box{
  margin-top: 40px;
}















































.desc-links.new {
	opacity: 0;
	pointer-events: none;
	height: auto !important;
}



















/* Sections */

.container.sections{
  padding: 40px 20px;
}
.sections-wrap {
  padding: 0 20px;
}

.sections{
  display:flex;
  flex-direction: column;
  gap: 0px;
  margin-top: 40px;
  margin-bottom: 40px;
}
.section{
  margin-top: 60px;
  margin-bottom: 60px;
}
.section:first-child {
  margin-top: 0;
}
.section:last-child {
  margin-bottom: 0;
}
.section_content{
  width: 100%;
}
.section_header{
  margin-top: 0;
}
.section_main{
  display:flex;
  flex-wrap: nowrap;
  gap: 20px;
}



.section_gallery {
  display:flex;
  flex-wrap: nowrap;
  gap: 20px;
  width: 100%;
  align-items: flex-start;
  justify-content: center;
}

.section_gallery.type_fr,
.section_gallery.type_fs,
.section_gallery.type_fl{
  width: calc(35% - 2rem); /* Sirka aby sedelo u produktu */ 
  flex-shrink: 0;
  max-width: 375px;
}
.section_gallery.type_fb,
.section_gallery.type_fw{
  margin-top: 20px;
  margin-bottom: 20px;
}

.section_gallery.type_fb .fimg{
  width: 25%;
}

.iu_fr .section_content .text-wrapwidth {
  width: 100%;
  max-width: unset;
}


.section .fimg{
  margin: 0;
  padding: 0;
  display:flex;
  flex-direction: column;
  gap: 5px;
  
  flex-shrink: 1;
  flex-grow: 0;
}

.section .fimg_img{
  width:auto;
  height: auto;
  max-width: 100%;
  
}
.section .fimg_cap{
  margin: 0;
  font-size: 0.85rem;
  text-align: center;
  line-height: 1.1;
  max-width: 100%;
}


@media (max-width: 1000px) {
  .section_main{
    flex-wrap: wrap;
  }
  .section_gallery {
    width: 100% !important;
    order: 66;
  }
}


@media(max-width: 900px) {
  .section_gallery.type_fb{
    flex-wrap: wrap;
  }
  .section_gallery.type_fb .fimg {
    width: calc(50% - 10px);
  }

  .section_gallery.type_fb .fimg_img{
    width: 100%;
  }
}

@media(max-width: 500px) {
  .section_gallery.type_fb .fimg {
    width: 100%
  }
  
}





.basket_discount_code_element{
  background-color: var(--gray-bg);
  padding: 10px;
  max-width: fit-content;
  
  margin-right:auto;
}
.basket_discount_code_element .adder{
  display:flex;
  flex-wrap: nowrap;
  gap:0;
  align-items: stretch;
}


.basket_discount_code_element .form{
  border: 1px solid var(--gray-border); 
  max-width: 15em;
  
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  border-right-width: 0px;
}
.basket_discount_code_element .form_submit{
   border: 1px solid var(--gray-border); 
   background-size: auto 25px;
   background-image:none;
   
   padding: 10px;
   
   background-color: var(--gray-dark);
   
  font-size: inherit;
  padding-top: 10px;
  padding-bottom: 10px;
  height:auto;
  margin-top: 0px;
  
  box-shadow: 0px 1px 2px rgba(11,29,58,0.3);
  
  border-top-left-radius: 0px;
  border-bottom-left-radius: 0px;
}

.basket_discount_code_element .selected{
  display: flex;
  display:flex;
  gap: 10px;
}
.basket_discount_code_element .selected a{
  color: var(--red-dark);
}














.rotatings-container .rotatings-name{
  text-align: center;
}

.rotatings-container .img-slider-swrap{
  aspect-ratio: 1 / 1;
  width: auto;
  height: 75vh;
  
  max-width: 100%;
  max-height: 800px;
  min-height: 300px;  
  
  margin: 0 auto;
}

@media (max-width: 768px) {
  .rotatings-container .img-slider-swrap{
    aspect-ratio: 1 / 1;
    width: 100%;
    height: auto;
    
    max-width: 500px;
    max-height: 75vh;
    
    margin: 0 auto;
  }



  .rotatings-container .img-slider-swrap .img-slider-wrap,
  .rotatings-container .img-slider-swrap .product-gallery.splide {
    width: 100%;
    height: 100%;
  }

  .rotatings-container .img-slider-swrap .splide__track {
    height: 100%;
  }
}



.form_label_floating {
  position: absolute;
  font-size: 1rem;
  color: inherit;
  transition: ease-in-out .1s;
  opacity: 0;
  pointer-events: none;
  padding: 0.15em 1em;
  left: 0px;
  transform: translateY(-50%);
  top: 0px;
  color: #8a8a8a;
  background-color: #fff;
  border: 1px solid #e0e3e9;
  border-bottom: none;
}

.form:focus ~ label.form_label_floating {
  border-color: var(--red);
}

.form_label_floating:after{
  position: absolute;
  z-index: 5;
  content: " ";
  display:block;
  width: 1px;
  background-color: #fff;
  right: -1px;
  bottom: 0px;
  height: 50%;
}
 
.form_label_floating.visible {
  font-size: .85rem;
  opacity: 1;
  pointer-events: auto;
}




.contact-cta-box.in-form {
  display: grid;
  grid-template-columns: 80px auto;
  text-align: left;
}

#form_ffpopup_form {
  display: flex;
  flex-direction: column;
}

#form_ffpopup_form .cform_item,
#form_ffpopup_form .cform_cleartext {
  order: 5;
}

#form_ffpopup_form .cform_item.cform_item_type_infotext {
  order: 1;
}

.contact-cta-box.in-form .name {
  font-family: var(--font-fancy);
  font-weight: 700;
  font-size: 1rem;
  margin-top: 10px;
}

.contact-cta-box.in-form .position {
  font-size: .8rem;
  font-style: italic;
}

.contact-cta-box.in-form .cta-side {
  gap: 0;
  align-items: flex-start;
}

#cform_1 .cform_name {
  margin-bottom: 15px;
}








.order_info_container{
  display:flex;
  flex-wrap:wrap;
  gap: 20px;
}


.order_info_container h2{
  margin: 0 0;
  width: 100%;
  padding: 0;
}

.order_info_topinfo{
  padding: 20px;
  margin: 20px auto;
  
  border: 2px solid var(--gray-dark);
  border-radius: 3px;
  
  width: 100%;
}

.order_info_textinfo{
  width: calc(50% - 10px);
  
  padding-top: 20px;
  
}
.order_info_textinfo h2{
  margin: 0;
}

body.mod_betshop_order_status  .azpro_info_group{
  font-size: 1.25rem;
  margin-bottom: 40px;
}

body.mod_betshop_order_status #cform_3{
  margin-top: 0px;
}

#cform_3{
  display: block;
  position: relative;
  
  margin: 20px auto;
  width: calc(50% - 10px);
  max-width: 600px;
  padding: 20px;
  border-radius: 3px;
  
  background-color: var(--gray-bg);
  
  
}




















/* Mobile */







@media(max-width: 1024px) {
  body {
    padding-top: 100px;
    font-size: 15px;
  }

  h1,
  .headline-wrap .cat-name-wrap h1 {
    font-size: 28px;
  }

  h2,
  .section-headline h2 {
    font-size: 24px;
  }

  h3 {
    font-size: 20px;
  }

  header {
    height: auto;
    grid-template-columns: 150px auto;
    z-index: 999;
    /*position: fixed;
    width: 100%;
    top: 0;
    left: 0;*/
  }

  .dev .basket-menu.full.fixed {
    position: relative;
    top: 0;
    right: 0;
  }

  .logo-wrap img {
    width: 125px;
  }

  #submenu-wrap {
    display: none !important;
  }

  #menu .sub_1 {
    display: none;
  }

  .menu-wrap {
    position: absolute;
    display: none;
    width: 100%;
    background-color: #fff;
    z-index: 99;
    right: 0;
    top: 0;
    max-height: calc(95vh - 150px);
    overflow: scroll;
    box-shadow: 0px 15px 30px rgba(23,46,84,0.1);
  }

  .menu-wrap .menu,
  #header-top-categories.menu {
    flex-direction: column;
    width: 100%;
    height: auto;
  }

  #header-top-categories.menu {
    background-color: var(--red);
  }

  .menu-cat-items {
    display: none;
  }

  .menu .sub_0_a,
  #header-top-categories.menu .sub_0_a {
    font-size: 16px;
    padding: 10px;
    height: auto;
  }

  #header-top-categories.menu .sub_0_a {
    color: #fff;
  }

  .menu .sub_0_li {
    border-bottom: 1px solid var(--gray-bg);
  }

  #header-top-categories.menu .sub_0_li {
    border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  }

  .header-main-top {
    height: auto;
  }

  header .phone-wrap span {
    display: none;
  }

  .phone-wrap {
    flex: 0 0 75px;
  }

  .header-main-wrap {
    display: flex;
    flex-direction: column-reverse;
  }

  .header-main-bottom {
    background-color: #fff;
    height: 50px;
  }

  .header-top-right-wrap {
    flex: 1 0 auto;
  }

  .header-main-bottom {
    justify-content: flex-end;
    border-bottom: 1px solid var(--gray-border);
  }

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

  .flex-col-2 .submenu-col {
    order: 2;
  }

  .inner-header .logo-wrap {
    height: auto;
    flex: 0 0 auto;
    justify-content: center;
    align-items: center;
    padding: 10px 15px;
  }

  .sub_1 {
    display: none;
  }

  .hp-categories-wrap .seasonal-box-wrap {
    min-height: 180px;
    background-size: cover;
  }

  .hp-categories-wrap .seasonal:hover .seasonal-box-wrap {
    background-size: cover;
  }

  .top-inner-wrap {
    justify-content: space-between;
  }

  .top-hp-cont {
    padding: 130px 20px;
    padding-bottom: 100px;
  }

  #header-top-categories.menu .sub_0_li:hover, #header-top-categories.menu .sub_0_li.hovered {
    padding-top: 0;
  }

  #small_menu {
		font-size: 18px;
		font-weight: 700;
		background-color: transparent;
		border: none;
		outline: none;
    display: block;
    width: 75px;
    height: 60px;
    z-index: 9;
    cursor: pointer;
    transition: ease-in-out .5s;
    padding: 0;
	}

  #small_menu .line.first {
		transform: rotate(0deg);
		top: 15px;
	}
	#small_menu .line.second {
	  display: block;
	  top: 25px;
	}
	#small_menu .line.third {
	  transform: rotate(0deg);
	  top: 35px;
	}
	#small_menu .line {
	  width: 25px;
	  height: 2px;
	  background-color: #000;
	  position: absolute;
	  right: 25px;
	  transition: all 0.3s;
	}
	#small_menu.opened .line.first {
	  top: 25px;
	  transform: rotate(45deg);
	}
	#small_menu.opened .line.second {
	  display: none;
	}
	#small_menu.opened .line.third {
	  top: 25px;
	  transform: rotate(-45deg);
	}

  .header-main-bottom .basket-menu {
    flex: 0 0 75px;
  }

  .hp-categories-wrap {
    gap: 10px;
    grid-template-columns: 1fr 1fr 1fr;
  }

  .products-wrap {
    gap: 10px;
    grid-template-columns: 1fr 1fr;
  }

  .white-box.bottom {
    display: none;
  }

  .config-cont {
    height: auto;
    flex-direction: column;
    gap: 50px;
    padding-bottom: 50px;
  }

  .config-cont .house-img {
    position: relative;
    left: 0;
    top: 150px;
    height: auto;
    width: 100%;
  }

  .config-cont .house-img.visible {
    top: 0;
    opacity: 1;
  }

  .config-cont h2 {
    font-size: 28px;
    margin-bottom: 20px;
  }

  .product-detail-menu {
    position: relative;
  }

  .find-place-cont {
    min-height: unset;
    flex-direction: column;
    gap: 40px;
    padding: 40px 20px;
  }

  .find-place-cont .map-container {
    position: relative;
    right: 0;
    top: 0;
    transform: translate(0);
    width: 100%;
  }

  .find-place-cont .map-container .map {
    max-width: 100%;
  }

  .find-place-cont .map-container-img {
    display: block;
    position: relative;
    width: 100%;
    min-width: unset;
    max-width: 100%;
    height: auto;
  }

  .find-place-cont .map-container .map-point img {
    width: 25px;
    height: auto;
  }

  .find-place-wrap .text-wrap {
    padding-left: 0;
    flex: 0 0 100%;
  }

  .col-4 {
    grid-template-columns: 1fr 1fr;
  }

  .articles_small_container, .articles_list_container {
    grid-template-columns: 1fr 1fr;
  }

  .footer-top {
    flex-wrap: wrap;
    row-gap: 40px;
  }

  .footer-top .footer-col {
    flex: 0 0 50%;
  }

  .detail-top-wrap {
    display: flex;
    flex-direction: column;
  }

  .contact-btns-wrap {
    flex-direction: column;
  }

  .contact-info-wrap {
    flex-direction: column;
  }

  .contact-info-wrap .contact-box {
    border-right: none;
    flex: 1 1 auto;
  }

  .contact-main-wrap {
    grid-template-columns: 1fr;
    gap: 50px;
  }

  .contact-main-wrap .store-side {
    padding-right: 0;
  }

  .contact-main-wrap .form-side {
    padding-left: 0;
  }

  .search-top-wrap {
    right: 0;
    top: 100%;
    height: auto;
  }

  .search-top-wrap.visible .search-top-wrap-inner {
    width: 100vw;
  }

  .search-top-wrap .search_container input {
    width: 100%;
  }

  .white-side {
    width: 100%;
  }

  .product-gallery.splide {
    position: relative;
    height: auto;
  }
  .product-gallery.splide#splide_product_main{
    aspect-ratio: 400 / 344;
    overflow: hidden;
  }

  .product-top-info h1 {
    margin-top: 0;
  }

  .detail-top-wrap {
    gap: 30px;
  }

  .variants td {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    gap: 5px;
  }

  .only_mobile {
    display: inline-block;
    font-weight: 600;
  }

  .img-slider-wrap {
    height: 100%;
  }

  .for-hp .cat-negative-margins-wrap {
    padding: 20px;
  }

  .table_stock thead {
    display: none;
  }

  .table_stock tr {
    display: grid;
    grid-template-columns: 1fr 1fr;
    position: relative;
    padding: 20px 0;
  }

  .table_stock tr.sale {
    padding: 0;
  }

  .table_stock tr td {
    text-align: center;
  }

  .table_stock tr td.img {
    width: auto;
  }



  .table-wrap.variants .cta-box {
    position: initial;
  }

  .variants td:last-child .add-btn {
    height: 35px;
    width: 150px;
  }

  .table-wrap.variants tr.multiadd .multiadd_td_btn{
    width: 100%;
    grid-column: 1 / 3;
  }

  .table-wrap.variants tr.multiadd .btn{
    width: auto;

  }

  .description-section.dimensions td:first-child, .variants td:first-child {
    border-left: none;
  }

  .description-section.dimensions td:last-child, .variants td:last-child {
    border-right: none;
  }

  .product-detail-scroll-wrap section {
    padding: 40px 0;
  }

  .product-detail-scroll-wrap section:nth-child(2) {
    padding-top: 40px;
  }

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

  .container.detail-two-col {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .branches-top-links {
    flex-direction: column;
  }

  .galerie-inner-wrap {
    grid-template-columns: 1fr 1fr;
  }

  .galerie-inner-wrap .section-headline,
  .articles_small_more {
    grid-column: span 2;
  }

  .branches-table th {
    width: 100%;
  }

  .branches-table td {
    border-top: none;
    padding-top: 0;
  }

  .detail-menu-inner {
    flex-direction: column;
  }

  .headline-wrap {
    flex-direction: column;
    padding: 20px 0;
  }

  .headline-wrap .cat-name-wrap {
    padding: 0;
    margin: 0;
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-right: none;
    border-bottom: 1px solid #B2B2B2;
    max-width: unset;
    min-width: unset;
  }

  .sub-cat-wrap {
    grid-template-columns: 1fr 1fr;
  }

  .filter_group,
  .filter_selected {
    flex-wrap: wrap;
  }

  .filter_group_name,
  .filter_selected .selected_name,
  .filter_chooser_name {
    width: 100%;
    min-width: unset;
  }

  .variants table tr:target td {
    border-color: var(--gray-border);
  }

  .variants table tr:target td:nth-child(2n+1) {
    border-left: 1px solid var(--red);
  }

  .variants table tr:target td:nth-child(2n) {
    border-right: 1px solid var(--red);
  }

  .variants table tr:target td:first-child,
  .variants table tr:target td:nth-child(2) {
    border-top: 1px solid var(--red);
  }

  .variants table tr:target td:nth-last-child(2),
  .variants table tr:target td:last-child {
    border-bottom: 1px solid var(--red);
  }

  .category-listing.inspirace {
    grid-template-columns: repeat(3,1fr);
  }

  .inspire-list .item .inner-cont {
    display: none;
  }

  .contact-info-wrap .contact-box:first-child,
  .contact-info-wrap .contact-box:last-child {
    padding-top: 0;
  }

  .news_container.history .news_item {
    justify-content: flex-end;
  }

  .news_container.history .timeline {
    transform: translate(0);
    left: 65px;
  }

  .news_container.history .news_item .news_title {
    width: 100px;
    height: 100px;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
  }

  .news_container.history .news_item .news_text {
    flex: 0 1 calc(100% - 200px);
    top: 0;
    transform: translate(0);
    left: 90px;
    transition: var(--transition) left;
  }

  .news_container.history .news_item .news_title h3 {
    font-size: 16px;
  }

  .news_container.history .showed .side-line {
    width: 100px;
  }

  .news_container.history .side-line,
  .news_container.history .news_item:nth-child(2n) .side-line {
    left: 130px;
    right: auto;
    top: 50%;
    transform: translateY(-50%);
  }

  .news_container.history .news_item:nth-child(2n) .news_text {
    border-right: none;
    border-left: 5px solid #ccc;
  }

  .news_container.history .showed .side-line {
    width: 55px;
  }

  .benefits-col .prefa-benefits-wrap {
    row-gap: 45px;
  }

  .benefits-col .prefa-benefits-wrap .b-item {
    display: grid;
    grid-template-columns: 45px auto;
  }

  .benefits-col .prefa-benefits-wrap .b-item:nth-child(3) {
    padding-left: 0;
  }

  .benefits-col .prefa-benefits-wrap .b-item .b-name {
    margin: 0;
  }

  .info-inspire {
    display: none;
  }

  #info_inspire_box {
    display: none;
  }

  /* Cart - Basket */
  #form_ffbasket {
    padding: 0 20px;
  }

  .basket_navigation {
    /* flex-direction: column; */
    flex-wrap: wrap;
    gap: 10px;
    
    
  }
  
  .basket_navigation .item,
  .basket_navigation .item:last-child{
    flex-basis: calc(50% - 10px);
    flex-grow: 1;
  }

  .basket_navigation .item::after,
  .basket_navigation .item::after {
    display: none;
  }

  .product-wrap.header {
    display: none !important;
  }

  .order_items tr,
  .products .basket_list.small tr {
    display: grid;
    grid-template-columns: 1fr 1fr;
    column-gap: 20px;
    background-color: #f8f8f8;
  }

  .products .basket_list.small tr {
    margin-bottom: 20px;
  }

  .order_items tr td,
  .products .basket_list.small tr td {
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    border: none;
  }

  .product-wrap .img-wrap a,
  .products .basket_list.small a {
    display: flex;
    width: max-content;
  }

  .order_items tr .name-wrap,
  .products .basket_list.small tr .name-wrap {
    flex-direction: column;
  }

  .order_items tr .img-wrap,
  .order_items tr .name-wrap,
  .products .basket_list.small tr .img-wrap,
  .products .basket_list.small tr .name-wrap,
  .order_items tr .remove-wrap {
    grid-column: span 2;
  }

  .product-added-info {
    margin-bottom: 20px;
  }

  .product-added-info .img-wrap {
    display: none;
  }

  .product-added-info .text_info {
    grid-column: span 2;
  }

  .product-added-info .text_info:empty {
    display: none;
  }

  .order_items tr td.price_one,
  .order_items tr td.price_total,
  .products .basket_list.small tr .price_total,
  .products .basket_list.small tr .counter-wrap {
    border-bottom: 1px solid #ddd;
    border-top: 1px solid #ddd;
    flex-direction: column;
  }

  .order_items .categories-wrap {
    margin: 15px 0;
  }

  .basket_next, .basket_text_submit_button {
    line-height: 1.4;
    font-size: 14px;
  }

  .basket_cont_totals th {
    line-height: 1.4;
    font-size: 14px;
  }

  .basket_navigation .item {
    font-size: 16px;
  }

  .basket_navigation .item .number {
    width: 28px;
    height: 28px;
  }

  .basket_navigation .item.done .number,
  .basket_navigation .item.active .number {
    background-size: 13px auto;
  }

  .basket_cont_delpay {
    padding: 20px 10px;
  }

  .basket_cont_delpay label {
    flex-direction: column;
    line-height: 1.3;
    align-items: flex-start;
  }

  .message {
    line-height: 1.4;
    font-size: 14px;
  }

  .products-wrap .p-item .btn {
    opacity: 1;
    bottom: 0;
  }

  .products-wrap .p-item .stock {
    position: relative;
    top: -50px;
  }

  /* 404 */
  .page-404 {
    justify-content: normal;
    flex-direction: column;
    padding: 25px 0;
  }

  .page-404 img {
    position: relative;
    left: 0;
    top: 0;
    transform: translateY(0);
    width: 100%;
  }

  .page-404 .right-text-wrap {
    flex: 0 0 100%;
  }

  .change-item {
    width: 40px;
  }

  .change-item::before {
    height: 80px;
  }

  .footer-top {
    grid-template-columns: repeat(2,1fr);
  }

  .header-top-right-wrap {
    transition: var(--transition) height;
    height: 50px;
  }

  .scrolled .header-top-right-wrap {
    height: 0;
    overflow: hidden;
  }

  header {
    position: fixed;
    width: 100%;
  }

  .for-hp .cat-negative-margins-wrap {
    margin-top: -80px;
  }

  .contact-cta-box {
    grid-template-columns: 120px auto;
  }

  .scrolled .top-info-panel {
    height: 0;
    padding: 0 20px;
  }
}

@media(max-width: 768px) {
  .category-listing.inspirace {
    grid-template-columns: 1fr 1fr;
  }

  .hp-categories-wrap {
    grid-template-columns: 1fr 1fr;
  }

  .hp-categories-wrap .seasonal {
    grid-column: span 2;
  }

  #variants .contact-cta-box {
    grid-template-columns: auto 120px auto auto;
  }
}

@media(max-width: 560px) {
  .col-4 {
    grid-template-columns: 1fr;
  }

  .cat-item .cat-name {
    font-size: 15px;
    padding: 10px;
  }

  .hp-categories-wrap .seasonal-box-wrap .prefa-logo {
    position: relative;
    right: 0;
    top: 0;
    margin-top: 10px;
  }

  .img-slider-wrap .splide__track figcaption{
    bottom: 20px;
    font-size:14px;
    display: none; 
  }
  .product-gallery-thumbs {
    position: relative;
    width: 100%;
    bottom: unset;
    left: unset;
    max-width: 100%;
    transform: unset;
    
    padding-left: 0px;
    padding-right: 0px;
    
    
    flex-wrap: wrap;
  }
  .product-gallery-thumbs .product-img-thumb{
    width: calc(20% - 10px);
    flex: 0 0 calc(20% - 10px);
  }

  .img-slider-wrap {
    height: auto;
  }

  .footer-top {
    display: flex;
  }

  .footer-top .footer-col {
    flex: 0 0 100%;
    padding: 0;
    padding-bottom: 50px;
    border-right: none;
    border-bottom: 1px solid #e1e1e1;
  }

  .footer-top .footer-col:last-child {
    padding-bottom: 0;
    border-bottom: none;
  }

  .delivery-info-box {
    flex-direction: column;
  }

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

  .branches-table > tbody > tr {
    display: flex;
    flex-direction: column;
    gap: 5px;
  }

  .header-main-bottom .basket-menu {
    font-size: 14px;
  }

  .galerie-inner-wrap {
    grid-template-columns: 1fr;
  }

  .galerie-inner-wrap .section-headline,
  .articles_small_more {
    grid-column: span 1;
  }

  .articles_small_container, .articles_list_container {
    grid-template-columns: 1fr;
  }

  .search_results_item {
    flex-direction: column;
  }

  .sub-cat-wrap {
    grid-template-columns: 1fr;
  }

  .contact-btn .contact-btn-content {
    width: 220px;
    flex: 0 0 220px;
  }

  .contact-btn .contact-btn-content .main {
    font-size: 17px;
  }

  .contact-btn {
    width: 280px;
  }

  .top-contact-cont {
    padding-top: 90px;
  }

  .product-top-info .product-price-wrap {
    flex-direction: column;
    align-items: center;
    margin-bottom: 20px;
  }

  .product-price-wrap .stock-wat-wrap {
    flex-direction: column;
    align-items: center;
  }

  .sale .product-price-wrap .stock-wat-wrap {
    align-items: flex-start;
  }

  .product-top-info .cta-box {
    flex-direction: column;
    align-items: center;
  }

  .quantity-box-wrap {
    flex: 0 0 auto;
  }

  .download-wrap .d-item {
    flex-direction: column;
    line-height: 1.4;
  }

  .description-section.list-menu.w-img .inner-list-wrap {
    gap: 10px;
  }

  .basket_cont_delpay table tr.basket_db_delivery_method_group_row td .fullname {
    font-size: 16px;
  }

  .basket_list.small .price {
    width: fit-content;
  }

  .category-listing.inspirace {
    display: flex;
    flex-direction: column;
  }

  .products-wrap .p-item {
    padding: 20px 10px;
  }

  .products-wrap .promo-price-wrap {
    align-items: flex-start;
    flex-direction: column;
    gap: 0;
  }

  /*.products-wrap .p-item .stock {
    position: relative;
    top: 0;
  }*/

  .product-price-wrap .stock-wat-wrap {
    flex-direction: column;
    position: relative;
  }

  .product-top-info .stock {
    position: relative;
    bottom: 0;
  }

  .product-top-info .main-price {
    line-height: 1;
  }

  .product-top-info .product-price-wrap {
    margin-bottom: 0;
  }

  .original-icons-side {
    flex-direction: column;
  }

  .original-icons-side > div,
  .original-icons-side > a {
    width: 220px;
  }

  .delivery-info-box .original-icons-side .text {
    flex: 0 0 160px;
  }

  .delivery-info-box .original-icons-side .icon-wrap {
    flex: 0 0 60px;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .detail-anchor-link .icon-wrap {
    flex: 0 0 25px;
  }

  .detail-anchor-link .text-wrap {
    flex: 0 0 175px;
  }

  .product-top-info .sale .product-price-wrap {
    align-items: center;
    gap: 5px;
  }

  .product-top-info .sale .stock {
    top: 0;
    transform: translateY(0);
  }

  .news_container.history .news_item .news_title {
    width: 90px;
    height: 90px;
    left: -20px;
    top: 50%;
    transform: translateY(-50%);
  }

  .news_container.history .timeline {
    transform: translate(0);
    left: 40px;
  }

  .news_container.history .news_item.showed .news_text {
    padding: 10px;
    font-size: 14px;
  }

  .news_container.history .news_item .news_text {
    flex: 0 1 calc(100% - 110px);
  }

  .news_container.history .timeline-end {
    font-size: 20px;
  }

  .inspire-tags .tag {
    padding: 5px 7px;
    padding-right: 30px;
    max-width: 100%;
  }

  .footer-bottom {
    display: flex;
    flex-direction: column;
  }

  .inspire-list {
    gap: 5px;
    display: flex;
    flex-direction: column;
  }

  .hp-categories-wrap .seasonal-box-wrap {
    padding: 60px 15px;
  }

  .hp-categories-wrap .seasonal-box-wrap h2 {
    font-size: 28px;
  }

  .hp-categories-wrap .seasonal-box-wrap p {
    font-size: 16px;
  }

  #cloned_item_name {
    font-size: 14px;
    padding: 5px;
  }

  .change-item {
    width: 40px;
    height: 60px;
  }

  .change-item::before {
    height: 60px;
  }

  .inspire-list .item .points-cont .point, .inspire-pop-up-wrap .item .points-cont .point {
    font-size: 13px;
  }

  .point_bubble a.name {
    font-size: .75rem;
  }

  .point_bubble a.name_stock {
    font-size: .65rem;
  }

  .point_bubble a.link {
    font-size: .7rem;
    margin: 5px 0;
  }

  .contact-cta-box {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
  }

  .contact-cta-box .cta-side {
    align-items: center;
  }

  .benefits-col .prefa-benefits-wrap .b-item {
    padding-left: 0;
  }

  .form-side .cform_container .cform_item_type_cleartext:not(.full-width_item), .pop-up-form .cform_container .cform_item_type_cleartext:not(.full-width_item) {
    position: relative;
    width: 100%;
    bottom: 15px;
  }
}

















/* Prijnt styles */

@media print {
  /* Default for whole web */
  * {
    -webkit-print-color-adjust: exact !important;   /* Chrome, Safari 6 – 15.3, Edge */
    color-adjust: exact !important;                 /* Firefox 48 – 96 */
    print-color-adjust: exact !important;           /* Firefox 97+, Safari 15.4+ */
  }
  @page {
      size:A4 landscape;
      margin-left: 10px;
      margin-right: 10px;
      margin-top: 10px;
      margin-bottom: 10px;
      margin: 10px;
      -webkit-print-color-adjust: exact;
  }

  body, html{
    font-size: 12px !important;
    padding: 0 !important;
    margin: 0 !important;
    min-height: unset !important;
  }

  header, footer,
  .chat-wrap, .pop-up-form, .inspire-pop-up-wrap,
  .breadcrumbs-cont,
  .noprint {
    display: none !important;
  }

  .main-wrap, main, .def-section, .container {
    width: 100%;
    padding: 0;
    margin: 0;
    max-width: unset;
  }




  /* Specialni konfigurator */
  .basket_navigation, .contact-cta-box {
    display:none;
  }


}






















































/***END_INLINED***/



/* This must remain here, but will not be shown */
.nothing_to_loose{ content:" Pokud si toto prohlizis, kontaktuj Comerto, urcite pro tebe misto najdeme ! "; }











/* FONTYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYY */





/* latin-ext */
@font-face {
  font-family: 'Lexend';
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/lexend/v25/wlpwgwvFAVdoq2_v9aQU4Wc.woff2) format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Lexend';
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/lexend/v25/wlpwgwvFAVdoq2_v-6QU.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* latin-ext */
@font-face {
  font-family: 'Titillium Web';
  font-style: italic;
  font-weight: 200;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/titilliumweb/v18/NaPFcZTIAOhVxoMyOr9n_E7fdMbewI1Db5yciWM.woff2) format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Titillium Web';
  font-style: italic;
  font-weight: 200;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/titilliumweb/v18/NaPFcZTIAOhVxoMyOr9n_E7fdMbewI1DYZyc.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* latin-ext */
@font-face {
  font-family: 'Titillium Web';
  font-style: italic;
  font-weight: 300;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/titilliumweb/v18/NaPFcZTIAOhVxoMyOr9n_E7fdMbepI5Db5yciWM.woff2) format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Titillium Web';
  font-style: italic;
  font-weight: 300;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/titilliumweb/v18/NaPFcZTIAOhVxoMyOr9n_E7fdMbepI5DYZyc.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* latin-ext */
@font-face {
  font-family: 'Titillium Web';
  font-style: italic;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/titilliumweb/v18/NaPAcZTIAOhVxoMyOr9n_E7fdMbWAaxWXr0.woff2) format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Titillium Web';
  font-style: italic;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/titilliumweb/v18/NaPAcZTIAOhVxoMyOr9n_E7fdMbWD6xW.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* latin-ext */
@font-face {
  font-family: 'Titillium Web';
  font-style: italic;
  font-weight: 600;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/titilliumweb/v18/NaPFcZTIAOhVxoMyOr9n_E7fdMbe0IhDb5yciWM.woff2) format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Titillium Web';
  font-style: italic;
  font-weight: 600;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/titilliumweb/v18/NaPFcZTIAOhVxoMyOr9n_E7fdMbe0IhDYZyc.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* latin-ext */
@font-face {
  font-family: 'Titillium Web';
  font-style: italic;
  font-weight: 700;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/titilliumweb/v18/NaPFcZTIAOhVxoMyOr9n_E7fdMbetIlDb5yciWM.woff2) format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Titillium Web';
  font-style: italic;
  font-weight: 700;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/titilliumweb/v18/NaPFcZTIAOhVxoMyOr9n_E7fdMbetIlDYZyc.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* latin-ext */
@font-face {
  font-family: 'Titillium Web';
  font-style: normal;
  font-weight: 200;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/titilliumweb/v18/NaPDcZTIAOhVxoMyOr9n_E7ffAzHGIVzY4SY.woff2) format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Titillium Web';
  font-style: normal;
  font-weight: 200;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/titilliumweb/v18/NaPDcZTIAOhVxoMyOr9n_E7ffAzHGItzYw.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* latin-ext */
@font-face {
  font-family: 'Titillium Web';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/titilliumweb/v18/NaPDcZTIAOhVxoMyOr9n_E7ffGjEGIVzY4SY.woff2) format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Titillium Web';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/titilliumweb/v18/NaPDcZTIAOhVxoMyOr9n_E7ffGjEGItzYw.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* latin-ext */
@font-face {
  font-family: 'Titillium Web';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/titilliumweb/v18/NaPecZTIAOhVxoMyOr9n_E7fdM3mDbRS.woff2) format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Titillium Web';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/titilliumweb/v18/NaPecZTIAOhVxoMyOr9n_E7fdMPmDQ.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* latin-ext */
@font-face {
  font-family: 'Titillium Web';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/titilliumweb/v18/NaPDcZTIAOhVxoMyOr9n_E7ffBzCGIVzY4SY.woff2) format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Titillium Web';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/titilliumweb/v18/NaPDcZTIAOhVxoMyOr9n_E7ffBzCGItzYw.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* latin-ext */
@font-face {
  font-family: 'Titillium Web';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/titilliumweb/v18/NaPDcZTIAOhVxoMyOr9n_E7ffHjDGIVzY4SY.woff2) format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Titillium Web';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/titilliumweb/v18/NaPDcZTIAOhVxoMyOr9n_E7ffHjDGItzYw.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* latin-ext */
@font-face {
  font-family: 'Titillium Web';
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/titilliumweb/v18/NaPDcZTIAOhVxoMyOr9n_E7ffEDBGIVzY4SY.woff2) format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Titillium Web';
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/titilliumweb/v18/NaPDcZTIAOhVxoMyOr9n_E7ffEDBGItzYw.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}


