﻿@import url("https://fonts.googleapis.com/css2?family=Hind+Guntur:wght@400;700&display=swap");
@import url("https://use.typekit.net/lkx5ycd.css");
.compensate-for-scrollbar {
  margin-right: 0 !important;
}

.fancybox-button svg path {
  fill: #999 !important;
}

html {
  width: 100%;
  min-width: 100%;
  min-height: 100%;
  overflow-y: scroll;
}

@media only screen and (min-width: 3840px) {
  .PageScale {
    zoom: 170%;
  }
}
@media only screen and (min-width: 1920px) {
  .PageScale {
    zoom: 120%;
  }
}

body {
  color: #ffffff;
  font-family: nimbus-sans, sans-serif;
  font-size: 18px;
  line-height: 22px;
  height: 100%;
  min-height: 100%;
  margin: 0px;
  padding: 0px;
  font-weight: 300;
  font-style: normal;
  background-color: #272727;
}

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  outline: none;
}
*:active {
  outline: none;
}

::selection {
  background: #c3a25c;
  color: #ffffff;
}

strong {
  font-weight: 700;
}

h1, h2, h3, h4, h5, h6 {
  position: relative;
  color: #ffffff;
  font-weight: 700;
}
@media only screen and (max-width: 850px) {
  h1, h2, h3, h4, h5, h6 {
    text-align: center;
  }
}

h1 {
  padding: 0px 0px 35px 0px;
  margin: 0px;
  font-size: 2rem;
  line-height: 2.3rem;
}

h2 {
  margin: 35px 0px 25px 0px;
  font-size: 2rem;
  line-height: 2.3rem;
}

h3 {
  margin: 25px 0px 15px 0px;
}

.PlaceCenter {
  text-align: center;
}

a {
  color: #c3a25c;
  text-decoration: underline;
}
a:hover {
  color: rgb(135.2242152466, 107.8475336323, 49.7757847534);
  text-decoration: underline;
}

sup {
  font-size: 0.6rem;
  vertical-align: top;
  position: relative;
  top: -0.4rem;
}

hr {
  width: 100%;
  height: 1px;
  overflow: hidden;
  margin: 25px 0px;
  padding: 0px;
  background: #ffffff;
  border: none;
}

img {
  height: auto;
  max-height: 100%;
  max-width: 100%;
  vertical-align: middle;
  border: none;
}

.BlockWrap {
  position: relative;
  display: block;
  width: 100%;
  overflow: visible;
}

.BlockContent {
  position: relative;
  width: 100%;
  margin: 0px auto;
  display: block;
  max-width: 1200px;
  padding: 40px 15px;
  overflow: visible;
}
@media only screen and (min-width: 800px) {
  .BlockContent {
    padding: 45px 25px;
  }
}

.Table {
  position: relative;
  display: table;
  border-collapse: collapse;
  width: auto;
  height: auto;
}
.Table .TableRow {
  position: relative;
  display: table-row;
  width: 100%;
}
.Table .TableRow .TableCell {
  position: relative;
  display: table-cell;
}
.Table .TableRow .TableCell.Header {
  font-weight: 700;
}

.Header {
  height: auto;
  margin: 0px;
  padding: 0px;
}
.Header .BlockContent {
  height: 60px;
  padding: 0px 25px;
  width: 100%;
  max-width: 100%;
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  flex-direction: row;
  align-items: flex-start;
  justify-content: space-between;
}
@media only screen and (max-width: 700px) {
  .Header .BlockContent {
    justify-content: flex-end;
  }
}
.Header .BlockContent:before {
  position: absolute;
  bottom: 0px;
  right: 50%;
  content: "";
  display: block;
  width: 50%;
  max-width: 550px;
  height: 1px;
  background: rgb(39, 39, 39);
  background: -moz-linear-gradient(90deg, rgb(39, 39, 39) 0%, rgb(201, 201, 201) 30%);
  background: -webkit-linear-gradient(90deg, rgb(39, 39, 39) 0%, rgb(201, 201, 201) 30%);
  background: linear-gradient(90deg, rgb(39, 39, 39) 0%, rgb(201, 201, 201) 30%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#272727",endColorstr="#c9c9c9",GradientType=1);
}
.Header .BlockContent:after {
  position: absolute;
  bottom: 0px;
  left: 50%;
  content: "";
  display: block;
  width: 50%;
  max-width: 550px;
  height: 1px;
  background: rgb(201, 201, 201);
  background: -moz-linear-gradient(90deg, rgb(201, 201, 201) 70%, rgb(39, 39, 39) 100%);
  background: -webkit-linear-gradient(90deg, rgb(201, 201, 201) 70%, rgb(39, 39, 39) 100%);
  background: linear-gradient(90deg, rgb(201, 201, 201) 70%, rgb(39, 39, 39) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#c9c9c9",endColorstr="#272727",GradientType=1);
}
.Header .BlockContent a.LogoWrap {
  position: absolute;
  top: 0px;
  left: 50%;
  display: block;
  width: 250px;
  height: 85px;
  margin-left: -125px;
  width: auto;
  z-index: 2;
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 0px 35px;
  background-color: transparent;
  background-image: url("../img/header-logo-bg.png");
  background-repeat: no-repeat;
  background-position: 0% 100%;
  background-size: 100% 27px;
}
@media only screen and (max-width: 700px) {
  .Header .BlockContent a.LogoWrap {
    left: 0%;
    margin-left: -28px;
    padding-left: 54px;
  }
}
.Header .BlockContent a.LogoWrap:before {
  position: absolute;
  top: 0px;
  left: 0px;
  content: "";
  display: block;
  height: 59px;
  width: 100%;
  background: #272727;
}
.Header .BlockContent a.LogoWrap img {
  position: relative;
  width: 180px;
}
.Header .BlockContent .SectionTitle, .Header .BlockContent .CartBtn {
  position: relative;
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  flex-direction: row;
  height: 60px;
  z-index: 3;
  font-weight: 300;
}
.Header .BlockContent .CartBtn {
  padding-left: 33px;
  cursor: pointer;
}
@media only screen and (max-width: 420px) {
  .Header .BlockContent .CartBtn {
    font-size: 0px;
    width: 0px;
    padding-left: 0px;
    margin-right: -5px;
    width: 36px;
  }
}
.Header .BlockContent .CartBtn span.Currency {
  color: #c3a25c;
  margin-left: 5px;
}
.Header .BlockContent .CartBtn:before {
  position: absolute;
  top: 50%;
  left: 0px;
  display: block;
  width: 19px;
  height: 26px;
  margin-top: -15px;
  content: " ";
  background-color: transparent;
  background-image: url("../img/ico-cart.png");
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: contain;
  margin-right: 26px;
}
@media only screen and (max-width: 420px) {
  .Header .BlockContent .CartBtn:before {
    margin-right: 0px;
    width: 36px;
    height: 36px;
    background-size: 90%;
    margin-top: -18px;
  }
}
.Header .BlockContent .CartBtn:hover {
  text-decoration: none;
}
.Header .BlockContent .CartBtn:hover span.Price {
  text-decoration: underline;
}
.Header .BlockContent .SectionTitle {
  position: relative;
  display: block;
}
.Header .BlockContent .SectionTitle > span {
  padding-left: 40px;
  display: block;
  white-space: nowrap;
  line-height: 60px;
}
@media only screen and (max-width: 700px) {
  .Header .BlockContent .SectionTitle > span {
    display: none;
  }
}
.Header .BlockContent .SectionTitle > span:before {
  position: absolute;
  top: 50%;
  left: 0px;
  display: block;
  width: 30px;
  height: 30px;
  margin-top: -15px;
  content: " ";
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: contain;
  margin-right: 26px;
}
.Header .BlockContent .SectionTitle > span.TitleKategorie:before {
  background-image: url("../img/ico-model-spa.png");
}
.Header .BlockContent .SectionTitle > span.TitleModel:before {
  background-image: url("../img/ico-model-spa.png");
}
.Header .BlockContent .SectionTitle > span.TitleBarva:before {
  background-image: url("../img/ico-model-spa.png");
}
.Header .BlockContent .SectionTitle > span.TitleKabinet:before {
  background-image: url("../img/ico-model-spa.png");
}
.Header .BlockContent .SectionTitle > span.TitleTermokryt:before {
  background-image: url("../img/ico-model-spa.png");
}
.Header .BlockContent .SectionTitle > span.TitleDoplnky:before {
  background-image: url("../img/ico-model-spa.png");
}
.Header .BlockContent .SectionTitle > span.TitleKontakt:before {
  background-image: url("../img/ico-model-spa.png");
}
.Header .BlockContent .SectionTitle > span.TitleShrnuti:before {
  background-image: url("../img/ico-model-spa.png");
}

footer {
  display: none;
}

.Header {
  z-index: 2;
}

.MainCategory {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  min-height: 880px;
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  margin: 0px;
  padding: 60px 0px 0px 0px;
  z-index: 1;
}
.MainCategory .BlockContent {
  padding: 0px;
  max-width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: stretch;
}

.MainCategoryWrap {
  position: relative;
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  flex-direction: row;
  height: 100%;
  flex-basis: 100%;
  align-items: stretch;
}
@media only screen and (max-width: 500px) {
  .MainCategoryWrap {
    min-height: 680px;
  }
}
@media only screen and (max-width: 370px) {
  .MainCategoryWrap {
    min-height: 600px;
  }
}
.MainCategoryWrap a.MainCategoryLink {
  position: relative;
  display: block;
  width: 50%;
  overflow: hidden;
  text-decoration: none;
  color: #ffffff;
}
.MainCategoryWrap a.MainCategoryLink:after {
  position: absolute;
  top: 0px;
  right: 0px;
  content: "";
  display: block;
  width: 1px;
  height: 100%;
  background: #c9c9c9;
}
.MainCategoryWrap a.MainCategoryLink:last-child:after {
  display: none;
}
.MainCategoryWrap a.MainCategoryLink span.ImageWrap {
  position: absolute;
  top: 0px;
  left: 0px;
  display: block;
  width: 100%;
  height: 100%;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-color: transparent;
  background-size: cover;
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  outline: none;
}
.MainCategoryWrap a.MainCategoryLink.CategoryPrivat span.ImageWrap {
  background-image: url("../img/img-privat-spa.jpg");
}
.MainCategoryWrap a.MainCategoryLink.CategorySwim span.ImageWrap {
  background-image: url("../img/img-swim-spa.jpg");
}
.MainCategoryWrap a.MainCategoryLink.CategoryIntegra span.ImageWrap {
  background-image: url("../img/img-integra-spa.jpg");
}
.MainCategoryWrap a.MainCategoryLink.CategoryProfi span.ImageWrap {
  background-image: url("../img/img-profi-spa.jpg");
}
.MainCategoryWrap a.MainCategoryLink:hover span.ImageWrap {
  filter: grayscale(0%);
  -webkit-filter: grayscale(0%);
  filter: none;
  transform: scale(1.05);
  -moz-transform: scale(1.05);
  -webkit-transform: scale(1.05);
  -o-transform: scale(1.05);
  -ms-transform: scale(1.05); /* IE 9 */
  -ms-filter: "progid:DXImageTransform.Microsoft.Matrix(M11=1.05, M12=0, M21=0, M22=1.5, SizingMethod='auto expand')"; /* IE8 */
  filter: progid:DXImageTransform.Microsoft.Matrix(M11=1.05, M12=0, M21=0, M22=1.5, SizingMethod="auto expand"); /* IE6 and 7 */
  outline: none;
  border: none;
}
.MainCategoryWrap a.MainCategoryLink .MainCategoryTitle {
  position: absolute;
  bottom: 70px;
  left: 120px;
  color: #ffffff;
  font-size: 135px;
  font-weight: 700;
  transform-origin: 0 0;
  transform: rotate(-90deg);
}
@media only screen and (max-width: 500px) {
  .MainCategoryWrap a.MainCategoryLink .MainCategoryTitle {
    left: 90px;
    font-size: 100px;
  }
}
@media only screen and (max-width: 500px) {
  .MainCategoryWrap a.MainCategoryLink .MainCategoryTitle {
    left: 75px;
    font-size: 80px;
  }
}

.ThreeItems .MainCategoryWrap a.MainCategoryLink .MainCategoryTitle {
  font-size: 115px;
}

.ItemsListWrap {
  position: relative;
  width: 100%;
  height: auto;
  margin: 0px 0px;
  padding: 0px 0px;
}

.ItemsGroup {
  position: relative;
  width: 100%;
  height: auto;
  margin: 0px 0px 25px 0px;
  padding: 0px;
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-start;
}
.ItemsGroup.Scroller {
  display: block;
  margin-bottom: 75px;
}
@media only screen and (max-width: 850px) {
  .ItemsGroup {
    justify-content: center;
  }
  .ItemsGroup.Scroller {
    justify-content: flex-start;
  }
  .ItemsGroup.Scroller .ItemOneWrap {
    max-width: 100%;
  }
  .ItemsGroup.Scroller .ItemOneWrap .ItemOne {
    max-width: 210px;
    margin: 0px auto 50px;
  }
}
.ItemsGroup .ItemOneWrap {
  position: relative;
  width: 20%;
  max-width: 260px;
  flex-basis: 20%;
  height: auto;
  flex-shrink: 0;
  padding: 0px 25px 0px 25px;
  text-align: center;
}
@media only screen and (max-width: 1000px) {
  .ItemsGroup .ItemOneWrap {
    width: 25%;
    flex-basis: 25%;
  }
}
@media only screen and (max-width: 850px) {
  .ItemsGroup .ItemOneWrap {
    width: 33.333333333%;
    flex-basis: 33.333333333%;
  }
}
@media only screen and (max-width: 600px) {
  .ItemsGroup .ItemOneWrap {
    width: 50%;
    flex-basis: 50%;
  }
}
@media only screen and (max-width: 450px) {
  .ItemsGroup .ItemOneWrap {
    width: 100%;
    flex-basis: 100%;
  }
}
.ItemsGroup .ItemOneWrap .ItemOne {
  position: relative;
  width: 100%;
  height: auto;
  flex-shrink: 0;
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  flex-direction: column;
  margin-bottom: 50px;
  cursor: pointer;
  text-decoration: none;
}
.ItemsGroup .ItemOneWrap .ItemOne .ItemImage {
  position: relative;
  width: 100%;
  margin-bottom: 20px;
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  flex-direction: row;
  justify-content: center;
}
.ItemsGroup .ItemOneWrap .ItemOne .ItemImage img {
  /*position: absolute;
  top: 0px;
  left: 0px;*/
  display: block;
  width: auto;
  max-width: 100%;
  height: auto;
  max-height: 100%;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-color: transparent;
  background-size: cover;
  outline: none;
}
@media only screen and (min-width: 1200px) {
  .ItemsGroup .ItemOneWrap .ItemOne .ItemImage img {
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
  }
}
.ItemsGroup .ItemOneWrap .ItemOne .ItemImage:after {
  content: "";
  display: block;
  padding-bottom: 100%;
}
.ItemsGroup .ItemOneWrap .ItemOne .ItemImage .ItemImageContent {
  position: absolute;
  width: 100%;
  height: 100%;
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  z-index: 1;
}
.ItemsGroup .ItemOneWrap .ItemOne .ItemImage.Rounded .ItemImageContent {
  -webkit-border-radius: 180px;
  -moz-border-radius: 180px;
  border-radius: 180px;
  overflow: hidden;
}
.ItemsGroup .ItemOneWrap .ItemOne .ItemImage .ItemImageText {
  position: absolute;
  width: 100%;
  height: 100%;
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-size: 20px;
  z-index: 2;
}
.ItemsGroup .ItemOneWrap .ItemOne .ItemImage .ItemImageText span.Bold {
  position: relative;
  font-weight: 700;
  display: block;
}
.ItemsGroup .ItemOneWrap .ItemOne .ItemName {
  position: relative;
  width: auto;
  max-width: 155px;
  margin: 0px;
  padding: 13px 20px 13px 20px;
  border: 1px solid #c3a25c;
  color: #c3a25c;
  -webkit-border-radius: 14px;
  -moz-border-radius: 14px;
  border-radius: 14px;
  line-height: 18px;
}
.ItemsGroup .ItemOneWrap .ItemOne .ItemName .AddedSpecs {
  font-size: 14px;
  line-height: 16px;
  display: block;
  font-weight: 300;
}
.ItemsGroup .ItemOneWrap .ItemOne.Selected .ItemName {
  background-color: #c3a25c;
  color: #272727;
}
.ItemsGroup .ItemOneWrap .ItemOne:hover {
  text-decoration: none;
}
.ItemsGroup .ItemOneWrap .ItemOne:hover .ItemName {
  background-color: #c3a25c;
  border: 1px solid #c3a25c;
  color: #272727;
}
.ItemsGroup .ItemOneWrap .ItemOne:hover img {
  outline: none;
  border: none;
}
@media only screen and (min-width: 1200px) {
  .ItemsGroup .ItemOneWrap .ItemOne:hover img {
    filter: none;
    transform: scale(1.1);
    -moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1); /* IE 9 */
    -ms-filter: "progid:DXImageTransform.Microsoft.Matrix(M11=1.05, M12=0, M21=0, M22=1.5, SizingMethod='auto expand')"; /* IE8 */
    filter: progid:DXImageTransform.Microsoft.Matrix(M11=1.05, M12=0, M21=0, M22=1.5, SizingMethod="auto expand"); /* IE6 and 7 */
  }
}
.ItemsGroup .ItemOneWrap .ItemOne.NothingFromThisGroup .ItemImageContent {
  background-image: url("../img/ico-cross.png");
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: 60px;
  background-color: #5c5c5c;
}
.ItemsGroup .ItemOneWrap .ItemOne.NothingFromThisGroup .ItemImageContent img {
  display: none;
}
.ItemsGroup .ItemOneWrap .InfoBlock {
  position: absolute;
  top: -5px;
  right: 25px;
  display: block;
  width: 30px;
  height: 30px;
  background-color: transparent;
  background-image: url("../img/ico-info.png");
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: 80%;
  cursor: pointer;
  font-size: 0px;
  z-index: 1;
}
.ItemsGroup .ItemOneWrap .InfoBlock .InfoPopup {
  font-size: initial;
  display: none;
  position: absolute;
  top: 45px;
  right: -20px;
  width: 350px;
  background: #ffffff;
  -webkit-border-radius: 14px;
  -moz-border-radius: 14px;
  border-radius: 14px;
  color: #272727;
  padding: 25px;
  margin-bottom: 25px;
  z-index: 2;
}
@media only screen and (max-width: 380px) {
  .ItemsGroup .ItemOneWrap .InfoBlock .InfoPopup {
    right: -36px;
    width: 290px;
  }
}
.ItemsGroup .ItemOneWrap .InfoBlock .InfoPopup:before {
  position: absolute;
  top: -10px;
  right: 20px;
  display: block;
  width: 30px;
  height: 10px;
  background-image: url("../img/info-popup-arrow.png");
  background-repeat: no-repeat;
  background-position: 50% 0%;
  background-size: 80%;
  background-color: transparent;
  content: "";
}
@media only screen and (max-width: 380px) {
  .ItemsGroup .ItemOneWrap .InfoBlock .InfoPopup:before {
    right: 36px;
  }
}
.ItemsGroup .ItemOneWrap .InfoBlock .InfoPopup p:first-child {
  margin-top: 0px;
}
.ItemsGroup .ItemOneWrap .InfoBlock .InfoPopup p:last-child {
  margin-bottom: 0px;
}
.ItemsGroup .ItemOneWrap .InfoBlock:hover:after, .ItemsGroup .ItemOneWrap .InfoBlock.Opened:after {
  position: absolute;
  bottom: -10px;
  left: 0px;
  display: block;
  width: 100%;
  height: 10px;
  background: transparent;
  content: "";
}
.ItemsGroup .ItemOneWrap .InfoBlock:hover .InfoPopup, .ItemsGroup .ItemOneWrap .InfoBlock.Opened .InfoPopup {
  display: block;
}
@media only screen and (min-width: 1201px) {
  .ItemsGroup .ItemOneWrap:nth-child(5n+1) .InfoBlock .InfoPopup {
    right: -140px;
  }
  .ItemsGroup .ItemOneWrap:nth-child(5n+1) .InfoBlock .InfoPopup:before {
    right: 140px;
  }
}
@media only screen and (min-width: 1001px) and (max-width: 1200px) {
  .ItemsGroup .ItemOneWrap:nth-child(5n+1) .InfoBlock .InfoPopup {
    right: -200px;
  }
  .ItemsGroup .ItemOneWrap:nth-child(5n+1) .InfoBlock .InfoPopup:before {
    right: 200px;
  }
}
@media only screen and (min-width: 851px) and (max-width: 1000px) {
  .ItemsGroup .ItemOneWrap:nth-child(4n+1) .InfoBlock .InfoPopup {
    right: -200px;
  }
  .ItemsGroup .ItemOneWrap:nth-child(4n+1) .InfoBlock .InfoPopup:before {
    right: 200px;
  }
}
@media only screen and (min-width: 601px) and (max-width: 850px) {
  .ItemsGroup .ItemOneWrap:nth-child(3n+1) .InfoBlock .InfoPopup {
    right: -200px;
  }
  .ItemsGroup .ItemOneWrap:nth-child(3n+1) .InfoBlock .InfoPopup:before {
    right: 200px;
  }
}
@media only screen and (min-width: 451px) and (max-width: 600px) {
  .ItemsGroup .ItemOneWrap:nth-child(2n+1) .InfoBlock .InfoPopup {
    right: -200px;
  }
  .ItemsGroup .ItemOneWrap:nth-child(2n+1) .InfoBlock .InfoPopup:before {
    right: 200px;
  }
}
@media only screen and (min-width: 0px) and (max-width: 450px) {
  .ItemsGroup .ItemOneWrap .InfoBlock .InfoPopup {
    right: -36px;
    width: 290px;
  }
  .ItemsGroup .ItemOneWrap .InfoBlock .InfoPopup:before {
    right: 36px;
  }
}

.Recapitulation .ItemOne {
  cursor: default !important;
}

.Scroller .ItemOne {
  margin-bottom: 0px !important;
}
.Scroller .slick-arrow {
  position: absolute;
  top: 90px;
  left: -30px;
  display: block;
  width: 26px;
  height: 26px;
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: 50%;
  background-image: url(../img/ico-arrow-left.png);
  cursor: pointer;
  border: none;
  font-size: 0px;
  color: #272727;
  margin-top: -13px;
}
.Scroller .slick-arrow.slick-next {
  left: auto;
  right: -30px;
  background-image: url(../img/ico-arrow-right.png);
}
.Scroller .slick-arrow.slick-disabled {
  cursor: not-allowed;
  opacity: 0.5;
}
@media only screen and (max-width: 1250px) {
  .Scroller .slick-arrow {
    top: auto;
    right: 52%;
    left: auto;
    bottom: -55px;
  }
  .Scroller .slick-arrow.slick-next {
    left: 52%;
    right: auto;
  }
}
@media only screen and (max-width: 1250px) {
  .Scroller {
    margin-bottom: 90px;
  }
}

.ItemsGroupTitle {
  position: relative;
  display: block;
  width: 100%;
  flex-basis: 100%;
  margin: 0px 0px 35px 0px;
  padding: 0px;
  font-weight: 300;
}
.ItemsGroupTitle span {
  position: relative;
  background: #272727;
  padding-right: 20px;
  z-index: 1;
  color: #c3a25c;
}
@media only screen and (max-width: 950px) {
  .ItemsGroupTitle {
    text-align: center;
  }
  .ItemsGroupTitle span {
    padding-left: 20px;
  }
}
.ItemsGroupTitle:before {
  position: absolute;
  bottom: 45%;
  left: 0%;
  content: "";
  display: block;
  width: 75%;
  height: 1px;
  background: rgb(146, 149, 148);
  background: -moz-linear-gradient(90deg, rgb(146, 149, 148) 0%, rgb(39, 39, 39) 70%);
  background: -webkit-linear-gradient(90deg, rgb(146, 149, 148) 0%, rgb(39, 39, 39) 70%);
  background: linear-gradient(90deg, rgb(146, 149, 148) 0%, rgb(39, 39, 39) 70%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#929594",endColorstr="#272727",GradientType=1);
  z-index: 0;
}
@media only screen and (max-width: 950px) {
  .ItemsGroupTitle:before {
    background: #929594;
    width: 100%;
  }
}

.NavigationSteps .BlockContent {
  padding-top: 65px;
  padding-bottom: 35px;
}
.NavigationSteps .NavigationStepsWrap {
  position: relative;
  width: 100%;
  height: auto;
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: nowrap;
  font-weight: 300;
}
@media only screen and (max-width: 800px) {
  .NavigationSteps .NavigationStepsWrap {
    justify-content: center;
    flex-wrap: wrap;
  }
}
.NavigationSteps .NavigationStepsWrap .StepArrow {
  position: relative;
  width: 150px;
  flex-basis: 150px;
  flex-shrink: 0;
  height: 30px;
}
@media only screen and (max-width: 800px) {
  .NavigationSteps .NavigationStepsWrap .StepArrow {
    order: 2;
  }
}
@media only screen and (max-width: 400px) {
  .NavigationSteps .NavigationStepsWrap .StepArrow {
    width: 120px;
    flex-basis: 120px;
  }
}
.NavigationSteps .NavigationStepsWrap .StepArrow a {
  position: relative;
  display: block;
  height: 30px;
  line-height: 30px;
  color: #ffffff;
  text-decoration: none;
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: 11px 20px;
  background-position: 0px 50%;
  background-image: url("../img/ico-arrow-left.png");
  padding: 0px 0px 0px 25px;
}
.NavigationSteps .NavigationStepsWrap .StepArrow a span.StepArrowInfo {
  position: absolute;
  top: 45px;
  left: 0px;
  width: 140px;
  height: auto;
  background: #c3a25c;
  color: #272727;
  -webkit-border-radius: 14px;
  -moz-border-radius: 14px;
  border-radius: 14px;
  line-height: 18px;
  text-align: center;
  padding: 8px;
  display: none;
  z-index: 3;
}
.NavigationSteps .NavigationStepsWrap .StepArrow a span.StepArrowInfo:after {
  position: absolute;
  top: -7px;
  left: 50%;
  display: block;
  content: "";
  width: 14px;
  height: 14px;
  background: #c3a25c;
  margin-left: -7px;
  behavior: url(../sass/-ms-transform.htc);
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  filter: progid:DXImageTransform.Microsoft.Matrix(sizingMethod="auto expand", M11=0.7071067811865476, M12=-0.7071067811865475, M21=0.7071067811865475, M22=0.7071067811865476); /* IE6,IE7 */
  -ms-filter: "progid:DXImageTransform.Microsoft.Matrix(SizingMethod='auto expand', M11=0.7071067811865476, M12=-0.7071067811865475, M21=0.7071067811865475, M22=0.7071067811865476)"; /* IE8 */
}
.NavigationSteps .NavigationStepsWrap .StepArrow a:hover {
  text-decoration: underline;
  color: #c3a25c;
}
@media only screen and (max-width: 800px) {
  .NavigationSteps .NavigationStepsWrap .StepArrow.ArrowNext {
    order: 3;
  }
}
.NavigationSteps .NavigationStepsWrap .StepArrow.ArrowNext span.StepArrowInfo {
  right: 0px;
  left: auto;
}
.NavigationSteps .NavigationStepsWrap .StepArrow.ArrowNext a {
  text-align: right;
  background-position: 100% 50%;
  background-image: url("../img/ico-arrow-right.png");
  padding: 0px 25px 0px 0px;
}
.NavigationSteps .NavigationStepsWrap .StepArrow.Disabled a {
  color: #939393;
  cursor: not-allowed;
  background-image: url("../img/ico-arrow-left-gray.png");
}
.NavigationSteps .NavigationStepsWrap .StepArrow.Disabled a:hover {
  text-decoration: none;
  color: #939393;
}
.NavigationSteps .NavigationStepsWrap .StepArrow.Disabled a:hover span.StepArrowInfo {
  display: block;
}
.NavigationSteps .NavigationStepsWrap .StepArrow.Disabled.ArrowNext a {
  background-image: url("../img/ico-arrow-right-gray.png");
}
.NavigationSteps .StepsPoint {
  display: none;
}

.NavigationBottom .NavigationSteps .BlockContent {
  padding-top: 20px;
  padding-bottom: 20px;
}
.NavigationBottom .NavigationSteps .BlockContent .NavigationStepsWrap .StepsWrap {
  display: none;
}
.NavigationBottom .NavigationSteps .BlockContent:before {
  position: absolute;
  top: 0px;
  right: 50%;
  content: "";
  display: block;
  width: 50%;
  max-width: 550px;
  height: 1px;
  background: rgb(39, 39, 39);
  background: -moz-linear-gradient(90deg, rgb(39, 39, 39) 0%, rgb(201, 201, 201) 30%);
  background: -webkit-linear-gradient(90deg, rgb(39, 39, 39) 0%, rgb(201, 201, 201) 30%);
  background: linear-gradient(90deg, rgb(39, 39, 39) 0%, rgb(201, 201, 201) 30%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#272727",endColorstr="#c9c9c9",GradientType=1);
}
.NavigationBottom .NavigationSteps .BlockContent:after {
  position: absolute;
  top: 0px;
  left: 50%;
  content: "";
  display: block;
  width: 50%;
  max-width: 550px;
  height: 1px;
  background: rgb(201, 201, 201);
  background: -moz-linear-gradient(90deg, rgb(201, 201, 201) 70%, rgb(39, 39, 39) 100%);
  background: -webkit-linear-gradient(90deg, rgb(201, 201, 201) 70%, rgb(39, 39, 39) 100%);
  background: linear-gradient(90deg, rgb(201, 201, 201) 70%, rgb(39, 39, 39) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#c9c9c9",endColorstr="#272727",GradientType=1);
}
.NavigationBottom .NavigationSteps .StepsPoint {
  display: inline-block;
}

.StepNames {
  position: relative;
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  flex-direction: row;
  justify-content: center;
  align-items: flex-end;
  margin-bottom: 20px;
}
.StepNames .StepName {
  margin: 0px 25px;
  display: block;
  min-height: 30px;
  color: #979797;
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  flex-direction: row;
}
.StepNames .StepName a {
  color: #979797;
  text-decoration: none;
}
.StepNames .StepName a:hover {
  color: #979797;
  text-decoration: underline;
}
@media only screen and (max-width: 800px) {
  .StepNames .StepName {
    display: none;
  }
}
.StepNames .StepName.HasPrev:before {
  display: block;
  content: "";
  display: block;
  width: 11px;
  height: 20px;
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: 11px 20px;
  background-position: 0px 50%;
  background-image: url("../img/ico-arrow-left.png");
  margin-right: 25px;
}
@media only screen and (max-width: 800px) {
  .StepNames .StepName.HasPrev:before {
    display: none;
  }
}
.StepNames .StepName.HasNext:after {
  display: block;
  content: "";
  display: block;
  width: 11px;
  height: 20px;
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: 11px 20px;
  background-position: 0px 50%;
  background-image: url("../img/ico-arrow-right.png");
  margin-left: 25px;
}
@media only screen and (max-width: 800px) {
  .StepNames .StepName.HasNext:after {
    display: none;
  }
}
.StepNames .StepName.StepCurrent {
  color: #c3a25c;
  /*font-size: 1.8rem;
  line-height: 2.2rem;*/
}
@media only screen and (max-width: 800px) {
  .StepNames .StepName.StepCurrent {
    display: block;
    font-size: 1.8rem;
    line-height: 2.2rem;
  }
}

.StepsWrap {
  width: auto;
}
@media only screen and (max-width: 800px) {
  .StepsWrap {
    width: 100%;
  }
}

.StepProgress {
  position: relative;
  width: auto;
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  flex-direction: row;
  justify-content: center;
}
@media only screen and (max-width: 800px) {
  .StepProgress {
    justify-content: center;
    margin-bottom: 30px;
  }
}
.StepProgress .StepProgresUnit {
  position: relative;
  width: 44px;
  height: 1px;
  background: #868686;
  margin: 3px;
}
.StepProgress .StepProgresUnit.Done {
  height: 2px;
  background: #c3a25c;
}

.HiddenPopupContent {
  position: absolute;
  top: 0px;
  left: 0px;
  display: none;
}

.fancybox-content {
  padding: 25px 25px 10px 25px !important;
  -webkit-border-radius: 14px;
  -moz-border-radius: 14px;
  border-radius: 14px;
}

.PopupContentWrapper {
  color: #949494 !important;
  max-width: 650px;
  text-align: center;
}
.PopupContentWrapper h1, .PopupContentWrapper h2, .PopupContentWrapper h3, .PopupContentWrapper h4 {
  color: #000 !important;
  margin-top: 0px;
}
.PopupContentWrapper .ItemsGroup {
  margin-bottom: 15px;
  justify-content: center;
}
.PopupContentWrapper .ItemOneWrap {
  width: 200px !important;
  flex-basis: 200px !important;
}
.PopupContentWrapper .ItemOneWrap .ItemOne {
  margin-bottom: 20px;
}
.PopupContentWrapper .ItemOneWrap .ItemOne:hover .ItemName, .PopupContentWrapper .ItemOneWrap .ItemOne.Selected .ItemName {
  color: #ffffff;
}

.ProductDetail {
  position: relative;
  width: 100%;
  max-width: 850px;
  height: auto;
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
  color: #000 !important;
  margin-bottom: 15px;
  overflow: hidden;
}
@media only screen and (max-width: 600px) {
  .ProductDetail {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    flex-direction: column;
  }
}
.ProductDetail .GalleryWrap {
  position: relative;
  flex-basis: 50%;
  width: 50%;
  flex-shrink: 0;
}
@media only screen and (max-width: 600px) {
  .ProductDetail .GalleryWrap {
    order: 2;
    flex-basis: 80%;
    width: 80%;
  }
}
.ProductDetail .Gallery {
  position: absolute;
  top: 1000px;
}
.ProductDetail .Gallery.Rendered {
  position: relative;
  top: 0px;
}
.ProductDetail .Gallery .GalleryItemOne {
  outline: none;
  text-align: center;
}
.ProductDetail .Gallery .GalleryItemOne:active {
  outline: none;
}
.ProductDetail .Gallery .GalleryItemOne img {
  margin: auto 0px;
}
.ProductDetail .Gallery ul.slick-dots {
  position: relative;
  top: 0px;
  right: 0px;
  width: 100%;
  height: 1px;
  list-style-type: none;
  margin: 0px;
  padding: 0px 10px;
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  flex-direction: row;
  justify-content: flex-end;
  align-items: flex-start;
}
.ProductDetail .Gallery ul.slick-dots li {
  position: relative;
  top: -25px;
  list-style-type: none;
  margin: 0px;
  padding: 0px;
  width: 10px;
  height: 10px;
  margin: 0px 3px;
  overflow: hidden;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  display: block;
  width: 10px;
  height: 10px;
  border: 1px solid gray;
  background: transparent;
  font-size: 0px;
  line-height: 0;
  overflow: hidden;
  outline: none;
}
.ProductDetail .Gallery ul.slick-dots li:active, .ProductDetail .Gallery ul.slick-dots li:hover {
  outline: none;
}
.ProductDetail .Gallery ul.slick-dots li button {
  position: absolute;
  top: -2px;
  left: -2px;
  width: 16px;
  height: 16px;
  display: block;
  background: transparent;
  border: none;
  font-size: 0px;
}
.ProductDetail .Gallery ul.slick-dots li button:active, .ProductDetail .Gallery ul.slick-dots li button:hover {
  outline: none;
}
.ProductDetail .Gallery ul.slick-dots li.slick-active {
  background: gray;
}
.ProductDetail .bx-pager {
  position: relative;
  top: 0px;
  right: 0px;
  width: 100%;
  height: 1px;
  list-style-type: none;
  margin: 0px;
  padding: 0px 10px;
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  flex-direction: row;
  justify-content: flex-end;
  align-items: flex-start;
}
.ProductDetail .bx-pager .bx-pager-item {
  position: relative;
  top: -25px;
  list-style-type: none;
  margin: 0px;
  padding: 0px;
  width: 10px;
  height: 10px;
  margin: 0px 3px;
  overflow: hidden;
  line-height: 0;
  overflow: hidden;
  outline: none;
}
.ProductDetail .bx-pager .bx-pager-item:active, .ProductDetail .bx-pager .bx-pager-item:hover {
  outline: none;
}
.ProductDetail .bx-pager .bx-pager-item a.bx-pager-link {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 16px;
  height: 16px;
  display: block;
  background: transparent;
  border: none;
  font-size: 0px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  width: 10px;
  height: 10px;
  border: 1px solid gray;
  background: transparent;
  font-size: 0px;
  display: block;
}
.ProductDetail .bx-pager .bx-pager-item a.bx-pager-link:active, .ProductDetail .bx-pager .bx-pager-item a.bx-pager-link:hover {
  outline: none;
}
.ProductDetail .bx-pager .bx-pager-item a.bx-pager-link.active {
  background: gray;
}
.ProductDetail .Text {
  position: relative;
  flex-basis: 50%;
  width: 50%;
  flex-shrink: 0;
  padding: 10px 20px 10px 30px;
  margin-bottom: 15px;
  color: #949494;
  text-align: left;
}
@media only screen and (max-width: 600px) {
  .ProductDetail .Text {
    order: 1;
    width: 100%;
    padding: 0px 20px;
    text-align: center;
  }
}
.ProductDetail h1, .ProductDetail h2, .ProductDetail h3, .ProductDetail h4 {
  color: #000 !important;
  margin-top: 0px;
  text-align: left;
}
@media only screen and (max-width: 850px) {
  .ProductDetail h1, .ProductDetail h2, .ProductDetail h3, .ProductDetail h4 {
    text-align: left;
  }
}
@media only screen and (max-width: 600px) {
  .ProductDetail h1, .ProductDetail h2, .ProductDetail h3, .ProductDetail h4 {
    text-align: center;
  }
}
.ProductDetail h2 {
  font-size: 2.3rem;
  line-height: 2.4rem;
}
.ProductDetail p.TitleCategory {
  position: relative;
  top: -15px;
  color: #c3a25c;
}

.RecapVisual {
  position: relative;
  margin: 0px auto;
  width: 100%;
  height: 300px;
  max-width: 320px;
  text-align: center;
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  flex-direction: row;
  justify-content: center;
  padding-bottom: 50px;
}

.Recapitulation {
  padding-bottom: 75px;
}
.Recapitulation .Table {
  width: 100%;
}
.Recapitulation .Table .TableCell {
  padding-top: 5px;
  padding-bottom: 5px;
}
.Recapitulation .Table .TableCell:last-child {
  text-align: right;
  padding-left: 25px;
  white-space: nowrap;
}
.Recapitulation .Table.TableHead {
  margin-bottom: 35px;
}
.Recapitulation .Table.TableHead .TableCell {
  border-bottom: 1px solid #5c5c5c;
  padding-bottom: 10px;
}
.Recapitulation .Table.TableContent {
  margin-bottom: 65px;
}
.Recapitulation .Table.TableTotal .TableCell {
  color: #c3a25c;
  padding-top: 10px;
}
.Recapitulation .Table.TableTotal .TableRow:first-child .TableCell {
  border-top: 1px solid #c3a25c;
}
@media only screen and (max-width: 800px) {
  .Recapitulation .Table, .Recapitulation .TableCell, .Recapitulation .TableRow {
    display: block !important;
    width: 100% !important;
    text-align: center !important;
    padding: 3px 10px !important;
    border: none !important;
  }
  .Recapitulation .TableRow {
    border-bottom: 1px solid #5c5c5c !important;
  }
  .Recapitulation .TableHead {
    display: none !important;
  }
  .Recapitulation .TableTotal .TableRow {
    border-top: 1px solid #c3a25c !important;
    border-bottom: none !important;
    font-weight: 400;
    font-size: 1.4rem;
    padding-top: 10px !important;
  }
  .Recapitulation .TableContent {
    margin-bottom: 25px !important;
  }
  .Recapitulation .TableContent .TableCell:first-child {
    font-weight: 400;
    padding-top: 10px !important;
  }
  .Recapitulation .TableContent .TableCell:last-child {
    padding-bottom: 12px !important;
  }
  .Recapitulation .TableContent .TableRow:last-child {
    border-bottom: none !important;
  }
}

.RecapSazbaDPH.ContactFormWrap {
  flex-wrap: wrap;
  margin-bottom: 30px;
}
.RecapSazbaDPH.ContactFormWrap .FormBlock {
  flex-wrap: wrap;
}
.RecapSazbaDPH.ContactFormWrap .MainLabel {
  flex-basis: 100%;
  text-align: center;
  font-weight: 700;
  margin-left: 15px;
}
.RecapSazbaDPH.ContactFormWrap .RadiosWrap {
  justify-content: center;
}
.RecapSazbaDPH.ContactFormWrap .RadiosWrap input[type=radio]:not(old) + label {
  margin: 2px 25px;
}

.Recapitulation .ItemOne .ItemImageContent {
  background: #5c5c5c;
}
.Recapitulation .ItemOne:hover .ItemImageContent img {
  opacity: 0.5;
}

.OrderRecapPrintWrap {
  background: #fff;
  color: #595b61;
  overflow: hidden;
}
.OrderRecapPrintWrap h1, .OrderRecapPrintWrap h2, .OrderRecapPrintWrap h3, .OrderRecapPrintWrap h4, .OrderRecapPrintWrap h5, .OrderRecapPrintWrap h6 {
  color: #595b61;
  text-align: center;
}
.OrderRecapPrintWrap h1 {
  font-size: 3rem;
  line-height: 3.2rem;
}
.OrderRecapPrintWrap .BlockWrap {
  margin: 0px;
  padding: 0px;
}
.OrderRecapPrintWrap .BlockWrap .BlockContent {
  margin: 0px;
  padding: 0px;
  max-width: 100%;
}
.OrderRecapPrintWrap .Header .BlockContent {
  height: 73px;
  margin-bottom: 85px;
}
.OrderRecapPrintWrap .Header .BlockContent a.LogoWrap {
  width: 360px;
  margin-left: -180px;
  height: 105px;
  background-color: #fff;
  background-image: url(../img/header-logo-print-bg.png);
  background-size: 100% 34px;
}
.OrderRecapPrintWrap .Header .BlockContent a.LogoWrap img {
  width: 246px;
}
.OrderRecapPrintWrap .Header .BlockContent a.LogoWrap:before {
  background: #fff;
}
.OrderRecapPrintWrap .Header .BlockContent:before {
  position: absolute;
  bottom: 0px;
  right: 50%;
  content: "";
  display: block;
  width: 50%;
  max-width: 550px;
  height: 1px;
  background: rgb(39, 39, 39);
  background: -moz-linear-gradient(90deg, rgb(255, 255, 255) 0%, rgb(89, 91, 97) 30%);
  background: -webkit-linear-gradient(90deg, rgb(255, 255, 255) 0%, rgb(89, 91, 97) 30%);
  background: linear-gradient(90deg, rgb(255, 255, 255) 0%, rgb(89, 91, 97) 30%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff",endColorstr="#595b61",GradientType=1);
}
.OrderRecapPrintWrap .Header .BlockContent:after {
  position: absolute;
  bottom: 0px;
  left: 50%;
  content: "";
  display: block;
  width: 50%;
  max-width: 550px;
  height: 1px;
  background: rgb(201, 201, 201);
  background: -moz-linear-gradient(90deg, rgb(89, 91, 97) 70%, rgb(255, 255, 255) 100%);
  background: -webkit-linear-gradient(90deg, rgb(89, 91, 97) 70%, rgb(255, 255, 255) 100%);
  background: linear-gradient(90deg, rgb(89, 91, 97) 70%, rgb(255, 255, 255) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#595b61",endColorstr="#ffffff",GradientType=1);
}
.OrderRecapPrintWrap .RecapVisual {
  height: auto;
}
.OrderRecapPrintWrap .ItemsGroup {
  justify-content: center;
  margin-left: auto;
  margin-right: auto;
}
.OrderRecapPrintWrap .ItemsGroup.Scroller1 {
  position: relative;
  left: 0px;
  top: 0px;
  max-width: 700px;
  padding: 0px;
  margin: 0px auto 35px auto;
  break-inside: avoid;
}
.OrderRecapPrintWrap .ItemsGroup .ItemOneWrap {
  position: relative;
  top: 0px;
  left: -65px;
  padding: 0px 5px;
  max-width: 140px;
}
.OrderRecapPrintWrap .ItemsGroup .ItemOneWrap .ItemOne {
  margin-bottom: 10px;
  color: #fff;
}
.OrderRecapPrintWrap .ItemsGroup .ItemOneWrap .ItemOne .ItemImage {
  margin-bottom: 0px;
}
.OrderRecapPrintWrap .ItemsGroup .ItemOneWrap .ItemOne .ItemImage .ItemImageText {
  display: none;
}
.OrderRecapPrintWrap .ItemsGroup .ItemOneWrap .ItemOne a {
  color: #fff;
}
.OrderRecapPrintWrap .SummaryLinks {
  position: relative;
  top: 0px;
  left: 0px;
  margin-top: 55px;
  padding-top: 35px;
  display: block !important;
  font-size: 14px;
  line-height: 18px;
  background: #fff;
  break-inside: avoid;
  border-collapse: separate;
  min-height: 360px;
}
.OrderRecapPrintWrap .SummaryLinks .SummaryLinksContent {
  position: relative;
  top: 0px;
  left: 0px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
  z-index: 1;
}
.OrderRecapPrintWrap .SummaryLinks .SummaryLinksContent .SumQR {
  position: relative;
  top: -30px;
  right: -34px;
}
.OrderRecapPrintWrap .SummaryLinks .SummaryLinksContent .SumQR img {
  /*top: -34px;
  right: -34px;
  margin-bottom: -68px;*/
}
.OrderRecapPrintWrap .SummaryLinks .SummaryLinksContent .SumAddress {
  margin-top: 0px;
}
.OrderRecapPrintWrap .SummaryLinks .QuoteInfo {
  position: relative;
  z-index: 2;
  margin-top: -20px;
}
.OrderRecapPrintWrap .RecapTablePrintWrap {
  position: relative;
  break-inside: avoid;
}
@media print {
  .OrderRecapPrintWrap .SummaryLinks {
    break-inside: avoid;
  }
}

.ContactFormWrap {
  position: relative;
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
}
.ContactFormWrap.WithBorder {
  border: 1px dashed #868686;
  -webkit-border-radius: 14px;
  -moz-border-radius: 14px;
  border-radius: 14px;
  padding: 40px;
  margin-top: 45px;
}
.ContactFormWrap.WithBorder:before {
  position: absolute;
  top: 0px;
  left: 0px;
  -webkit-border-radius: 14px;
  -moz-border-radius: 14px;
  border-radius: 14px;
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  opacity: 0.03;
  background: #fff;
  display: none;
}
@media only screen and (max-width: 850px) {
  .ContactFormWrap.WithBorder .FormBlock {
    margin-bottom: 20px;
  }
}
.ContactFormWrap.WithBorder .FormBlock:last-child {
  margin-bottom: 0px;
}
@media only screen and (max-width: 850px) {
  .ContactFormWrap.WithBorder .FormBlock:last-child {
    margin-bottom: 20px;
  }
}
.ContactFormWrap.WithBorder .FormBlock.ContentRight {
  justify-content: flex-end;
}
@media only screen and (max-width: 850px) {
  .ContactFormWrap.WithBorder .FormBlock.BtnBlock {
    max-width: 450px;
    align-self: center;
    margin-top: 20px;
  }
  .ContactFormWrap.WithBorder .FormBlock.BtnBlock .Btn01 {
    margin: 0px;
  }
}
.ContactFormWrap.WithBorder .FormBlock .Btn01,
.ContactFormWrap.WithBorder .FormBlock input[type=text],
.ContactFormWrap.WithBorder .FormBlock input[type=number],
.ContactFormWrap.WithBorder .FormBlock input[type=password] {
  background: #272727;
  border: 1px solid #fff;
}
.ContactFormWrap.WithBorder .FormBlock .Btn01 {
  border: 1px solid #c3a25c;
}
.ContactFormWrap.WithBorder .FormBlock .Btn01:hover {
  border: 1px solid #c3a25c;
  background: #c3a25c;
}
.ContactFormWrap .Btn01 {
  position: relative;
  width: auto;
  height: auto;
  display: inline-block;
  margin: 0px 15px;
  padding: 13px 20px 13px 20px;
  border: 1px solid #c3a25c;
  color: #c3a25c;
  -webkit-border-radius: 14px;
  -moz-border-radius: 14px;
  border-radius: 14px;
  line-height: 18px;
  text-decoration: none;
  background: transparent;
  cursor: pointer;
  font-family: nimbus-sans, sans-serif;
  font-size: 18px;
  outline: none;
  font-weight: 300;
}
.ContactFormWrap .Btn01:hover, .ContactFormWrap .Btn01:active {
  background-color: #c3a25c;
  color: #272727;
  text-decoration: none;
}

.SendInfo {
  position: relative;
  text-align: center;
  border: 1px dashed #868686;
  -webkit-border-radius: 14px;
  -moz-border-radius: 14px;
  border-radius: 14px;
  padding: 40px;
  margin-bottom: 30px;
  font-size: 22px;
  line-height: 28px;
}

.FormBlock {
  position: relative;
  flex-basis: 100%;
  width: 100%;
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  margin: 0px 0px 40px 0px;
}
@media only screen and (max-width: 850px) {
  .FormBlock {
    flex-wrap: wrap;
    justify-content: center;
  }
}
.FormBlock.MoreLines, .FormBlock.BlockTypInstalace {
  flex-wrap: wrap;
}
.FormBlock .NewLine {
  flex-basis: 100%;
  width: 100%;
}

input[type=text],
input[type=number],
input[type=password] {
  position: relative;
  width: 100%;
  height: 46px;
  border: 1px solid #c3a25c;
  -webkit-border-radius: 14px;
  -moz-border-radius: 14px;
  border-radius: 14px;
  background: transparent;
  padding: 0px 10px 0px 10px;
  color: #ffffff;
  font-family: nimbus-sans, sans-serif;
  font-size: 18px;
  outline: none;
}
input[type=text].Disabled,
input[type=number].Disabled,
input[type=password].Disabled {
  border: 1px solid #979797;
  color: #979797;
}
@media only screen and (max-width: 850px) {
  input[type=text],
  input[type=number],
  input[type=password] {
    max-width: 450px;
  }
}
input[type=text]:active,
input[type=number]:active,
input[type=password]:active {
  outline: none;
}

select {
  display: none;
}

.Search .SearchInputs {
  position: relative;
  width: 100%;
  flex-basis: 100%;
}
@media only screen and (max-width: 850px) {
  .Search .SearchInputs {
    max-width: 450px;
  }
}
.Search .SearchInputs .SearchResultsWrap {
  position: absolute;
  top: 48px;
  left: 0px;
  width: 100%;
  height: auto;
  background: #fff;
  padding: 25px;
  z-index: 1;
}
.Search .SearchInputs .SearchResultsWrap .SearchResults {
  position: relative;
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  flex-direction: row;
  justify-content: flex-start;
  flex-wrap: wrap;
  width: 100%;
  height: auto;
  max-height: 300px;
  overflow-y: auto;
}
.Search .SearchInputs .SearchResultsWrap .SearchResults .SearchResultOne {
  position: relative;
  width: 100%;
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  padding: 5px 0px;
  border-bottom: 1px solid #929594;
  cursor: pointer;
  color: #272727;
}
.Search .SearchInputs .SearchResultsWrap .SearchResults .SearchResultOne:hover {
  background: #eaeaea;
}
.Search .SearchInputs .SearchResultsWrap .SearchResults .SearchResultOne span {
  display: block;
  margin: 0px 5px;
}
.Search input[type=text] {
  border: 1px solid #ffffff;
  margin-right: 0px;
  padding-right: 50px;
}
.Search input[type=submit] {
  position: absolute;
  top: 0px;
  right: 0px;
  width: 56px;
  height: 46px;
  background-color: transparent;
  border: none;
  font-size: 0px;
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: 20px 20px;
  background-position: 50%;
  background-image: url("../img/ico-search.png");
  cursor: pointer;
  outline: none;
  margin-right: 0px;
}
.Search input[type=submit]:active {
  outline: none;
}

label {
  padding: 10px 0px 10px 0px;
  flex-shrink: 0;
}
@media only screen and (max-width: 850px) {
  label {
    display: block;
    width: 100%;
    flex-basis: 100%;
    text-align: center;
  }
}

input, select, label {
  margin-right: 15px;
}
input:last-child, select:last-child, label:last-child {
  margin-right: 0px;
}
@media only screen and (max-width: 850px) {
  input, select, label {
    margin-right: 0px;
  }
}

input[type=checkbox]:not(old) {
  width: 28px;
  margin: 0px;
  padding: 0px;
  opacity: 0;
  display: none;
}

input[type=checkbox]:not(old) + label {
  display: inline-block;
  padding-left: 32px;
  background-image: url("../img/checkbox-off.png");
  background-repeat: no-repeat;
  background-position: 0px 11px;
  background-size: 20px 20px;
  min-height: 20px;
  cursor: pointer;
  margin: 2px 5px 2px 0px;
}
@media only screen and (min-width: 850px) {
  input[type=checkbox]:not(old) + label {
    margin: 2px 35px 2px 0px;
  }
}

input[type=checkbox]:not(old):checked + label {
  background-image: url("../img/checkbox-on.png");
}

.RadiosWrap {
  position: relative;
  width: 100%;
  flex-basis: 100%;
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  flex-direction: row;
  justify-content: center;
}
.RadiosWrap.NoFullWidth {
  width: 100%;
  flex-basis: 100%;
}
@media only screen and (min-width: 850px) {
  .RadiosWrap.NoFullWidth {
    width: auto;
    flex-basis: auto;
  }
}
@media only screen and (min-width: 850px) {
  .RadiosWrap {
    justify-content: flex-start;
  }
}
@media only screen and (max-width: 650px) {
  .RadiosWrap {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    flex-direction: column;
  }
}
.RadiosWrap > * {
  width: auto;
  flex-basis: auto;
}

input[type=radio]:not(old) {
  width: 28px;
  margin: 0px;
  padding: 0px;
  display: none;
}

input[type=radio]:not(old) + label {
  display: inline-block;
  padding-left: 32px;
  background-image: url("../img/radiobutton-off.png");
  background-repeat: no-repeat;
  background-position: 0px 10px;
  background-size: 20px 20px;
  min-height: 20px;
  cursor: pointer;
  margin: 2px 15px;
}
@media only screen and (min-width: 850px) {
  input[type=radio]:not(old) + label {
    margin: 2px 25px 2px 0px;
  }
}

input[type=radio]:not(old):checked + label {
  background-image: url("../img/radiobutton-on.png");
}

.SelectWrap {
  margin: 0px 10px 0px 0px;
}
@media only screen and (max-width: 850px) {
  .SelectWrap {
    margin: 5px 5px 5px 5px;
  }
}

.ui-selectmenu-menu {
  padding: 0;
  margin: 0;
  position: absolute;
  top: 0;
  left: 0;
  display: none;
}

.ui-selectmenu-menu .ui-menu {
  /*overflow: auto;
  overflow-x: hidden;
  padding-bottom: 1px;*/
}

.ui-selectmenu-menu .ui-menu .ui-selectmenu-optgroup {
  font-size: 1em;
  font-weight: bold;
  line-height: 1.5;
  padding: 2px 0.4em;
  margin: 0.5em 0 0 0;
  height: auto;
  border: 0;
}

.ui-selectmenu-open {
  display: block;
}

.ui-selectmenu-text {
  display: block;
  margin-right: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
}

.ui-selectmenu-button.ui-button {
  text-align: left;
  white-space: nowrap;
}
@media only screen and (max-width: 1050px) {
  .ui-selectmenu-button.ui-button {
    width: 14em;
  }
}

@media only screen and (max-width: 1050px) {
  .BlockDatumInstalace .ui-selectmenu-button.ui-button {
    width: auto;
  }
}

.ui-selectmenu-icon.ui-icon {
  float: right;
  margin-top: 0;
}

.ui-selectmenu-button {
  position: relative;
  width: 100%;
  height: 46px;
  line-height: 46px;
  display: block;
  border: 1px solid #c3a25c;
  -webkit-border-radius: 14px;
  -moz-border-radius: 14px;
  border-radius: 14px;
  background: transparent;
  padding: 0px 10px 0px 10px;
  color: #ffffff;
  font-family: nimbus-sans, sans-serif;
  font-size: 18px;
  outline: none;
  cursor: pointer;
}
.ui-selectmenu-button:after {
  position: absolute;
  top: 50%;
  right: 13px;
  display: block;
  width: 12px;
  height: 7px;
  margin-top: -4px;
  content: "";
  background-image: url("../img/ico-arrow-down.png");
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: 12px 7px;
}
.ui-selectmenu-button:active {
  outline: none;
}

.ui-selectmenu-menu {
  height: auto;
  border: 1px solid #c3a25c;
  -webkit-border-radius: 14px;
  -moz-border-radius: 14px;
  border-radius: 14px;
  background: #474747;
  padding: 0px;
  color: #ffffff;
  font-family: nimbus-sans, sans-serif;
  font-size: 18px;
  outline: none;
  overflow: hidden;
  box-sizing: border-box;
}
.ui-selectmenu-menu ul {
  position: relative;
  list-style-type: none;
  padding: 0px;
  margin: 0px;
  box-sizing: border-box;
}
.ui-selectmenu-menu ul li {
  display: block;
  list-style-type: none;
  padding: 0px;
  margin: 0px;
}
.ui-selectmenu-menu ul .ui-menu-item-wrapper {
  display: block;
  padding: 6px 15px 6px 15px;
  cursor: pointer;
}
.ui-selectmenu-menu ul .ui-menu-item-wrapper:hover, .ui-selectmenu-menu ul .ui-menu-item-wrapper.ui-state-active {
  background: #c3a25c;
  color: #ffffff;
}

.FormBlock.Uploader {
  flex-wrap: wrap;
}
.FormBlock.Uploader h2 {
  flex-basis: 100%;
}

.attachment-wrap {
  position: relative;
  top: 0px;
  left: 0px;
  width: 100%;
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  flex-direction: row;
  justify-content: flex-end;
  align-items: flex-start;
  flex-wrap: wrap;
}
@media only screen and (max-width: 850px) {
  .attachment-wrap {
    justify-content: center;
  }
}
.attachment-wrap .attachmentone {
  position: relative;
  top: 0px;
  left: 0px;
  flex-basis: 100%;
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
  border-bottom: 1px dotted #979797;
  margin-bottom: 10px;
  padding-bottom: 10px;
}
@media only screen and (max-width: 450px) {
  .attachment-wrap .attachmentone {
    flex-wrap: wrap;
    justify-content: center;
  }
}
.attachment-wrap .attachmentone > * {
  padding: 5px;
}
@media only screen and (max-width: 450px) {
  .attachment-wrap .attachmentone > * {
    text-align: center;
  }
}
.attachment-wrap .attachmentone > *.attachment-title {
  flex-basis: 100%;
  padding-left: 0px;
  word-break: break-all;
}
.attachment-wrap .attachmentone > *.attachment-size {
  flex-basis: 150px;
  flex-shrink: 0;
  text-align: right;
  padding-right: 27px;
}
@media only screen and (max-width: 450px) {
  .attachment-wrap .attachmentone > *.attachment-size {
    flex-basis: auto;
  }
}
.attachment-wrap .attachmentone > *.attachment-button {
  flex-basis: 30px;
  flex-shrink: 0;
  position: relative;
  width: 30px;
  height: 30px;
  background-color: transparent;
  background-image: url("../img/ico-delete.png");
  background-repeat: no-repeat;
  background-size: 16px;
  background-position: 50%;
  cursor: pointer;
  font-size: 0px;
}
.attachment-wrap > button {
  position: relative;
  width: auto;
  height: auto;
  display: inline-block;
  margin: 10px 0px 0px 0px;
  padding: 13px 20px 13px 20px;
  border: 1px solid #c3a25c;
  color: #c3a25c;
  -webkit-border-radius: 14px;
  -moz-border-radius: 14px;
  border-radius: 14px;
  line-height: 18px;
  text-decoration: none;
  cursor: pointer;
  background: transparent;
}
.attachment-wrap > button:hover {
  background: #c3a25c;
  color: #272727;
}

.SideCart {
  position: fixed;
  top: 0px;
  right: -450px;
  height: 100%;
  width: 450px;
  z-index: 1000;
  -webkit-transition: ease all 0.2s;
  -moz-transition: ease all 0.2s;
  -o-transition: ease all 0.2s;
  transition: ease all 0.2s;
  background: rgb(95, 95, 95);
  background: -moz-linear-gradient(180deg, rgb(95, 95, 95) 0%, rgb(39, 39, 39) 90%);
  background: -webkit-linear-gradient(180deg, rgb(95, 95, 95) 0%, rgb(39, 39, 39) 90%);
  background: linear-gradient(180deg, rgb(95, 95, 95) 0%, rgb(39, 39, 39) 90%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#5f5f5f",endColorstr="#272727",GradientType=1);
  padding: 30px 15px 90px 30px;
  font-weight: 300;
}
@media only screen and (max-width: 450px) {
  .SideCart {
    position: fixed;
    width: 100%;
  }
}
.SideCart.Opened {
  right: 0px;
}
.SideCart .CloseCart {
  position: absolute;
  top: 15px;
  left: 15px;
  display: block;
  width: 40px;
  height: 40px;
  background-image: url("../img/ico-cross-close.png");
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: 40%;
  background-color: transparent;
  z-index: 100;
  cursor: pointer;
}
@media only screen and (max-width: 450px) {
  .SideCart .CloseCart {
    background-size: 80%;
  }
}
.SideCart .Table {
  width: 100%;
}
.SideCart .Table .TableCell {
  padding-top: 5px;
  padding-bottom: 5px;
}
.SideCart .Table .TableCell:last-child {
  text-align: right;
  padding-left: 25px;
  white-space: nowrap;
}
.SideCart .Table.TableHead {
  margin-bottom: 35px;
}
.SideCart .Table.TableHead .TableCell {
  border-bottom: 1px solid #5c5c5c;
  padding-bottom: 10px;
}
.SideCart .Table.TableTotal .TableCell {
  color: #c3a25c;
  border-top: 1px solid #c3a25c;
  padding-top: 10px;
}
@media only screen and (max-width: 450px) {
  .SideCart .Table, .SideCart .TableCell, .SideCart .TableRow {
    display: block !important;
    width: 100% !important;
    text-align: center !important;
    padding: 3px 10px !important;
    border: none !important;
  }
  .SideCart .TableRow {
    border-bottom: 1px solid #5c5c5c !important;
  }
  .SideCart .TableHead {
    display: none !important;
  }
  .SideCart .TableTotal .TableRow {
    border-top: 1px solid #c3a25c !important;
    border-bottom: none !important;
    font-weight: 400;
    font-size: 1.4rem;
    padding-top: 10px !important;
  }
  .SideCart .TableContent {
    margin-bottom: 25px !important;
  }
  .SideCart .TableContent .TableCell:first-child {
    font-weight: 400;
    padding-top: 10px !important;
  }
  .SideCart .TableContent .TableCell:last-child {
    padding-bottom: 12px !important;
  }
  .SideCart .TableContent .TableRow:last-child {
    border-bottom: none !important;
  }
}
.SideCart .RecapVisual {
  padding: 10px 0px 20px 0px;
  height: 200px;
  max-width: 200px;
}

.ScrollableContent {
  position: relative;
  height: 100%;
  overflow-y: auto;
  padding-right: 15px;
}

.StaticContent {
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 100%;
  height: 60px;
  padding: 0px 30px 30px 30px;
}
@media only screen and (max-width: 450px) {
  .StaticContent {
    height: 85px;
  }
}
.StaticContent .Total {
  position: absolute;
  bottom: 0px;
  right: 0px;
  width: 100%;
  padding: 0px 30px 30px 30px;
  margin-bottom: 0px;
  height: 70px;
  overflow-y: hidden;
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir=rtl] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

.Confirmation .BlockContent {
  text-align: center;
  padding-top: 120px;
  padding-bottom: 120px;
  max-width: 800px;
}
.Confirmation h1 {
  margin: 0px 0px 15px 0px;
  padding: 0px;
  font-size: 44px;
  line-height: 48px;
  font-weight: 700;
}
.Confirmation h2 {
  margin: 0px 0px 45px 0px;
  padding: 0px;
  font-size: 30px;
  line-height: 36px;
  font-weight: 100;
}
.Confirmation .BtnsWrap {
  position: relative;
  margin-top: 30px;
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  flex-direction: row;
  justify-content: center;
  flex-wrap: wrap;
}
.Confirmation a.Btn01 {
  position: relative;
  width: auto;
  height: auto;
  display: inline-block;
  margin: 10px 10px;
  padding: 13px 20px 13px 20px;
  border: 1px solid #c3a25c;
  color: #c3a25c;
  -webkit-border-radius: 14px;
  -moz-border-radius: 14px;
  border-radius: 14px;
  line-height: 18px;
  text-decoration: none;
}
.Confirmation a.Btn01:hover, .Confirmation a.Btn01:active {
  background-color: #c3a25c;
  color: #272727;
  text-decoration: none;
}
