@import url("https://fonts.googleapis.com/css?family=Anton|Montserrat:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i&display=swap");
/* Example of use is at the bottom of file */
/*

  Example:

    ul {
      margin-bottom: 15px;

      @include rwd(tablet, true) {
        margin-bottom: 30px;
      }
      
      li {
        margin-bottom: 20px;

        @include rwd(tablet) {
          margin-bottom: 10px;
        }
      }
    }

  Result:

    ul {
      margin-bottom: 15px;
    }

    ul li {
      margin-bottom: 20px;
    }

    @media (min-width: 769px) {
      ul {
        margin-bottom: 30px;
      }
    }

    @media (max-width: 768px) {
      ul li {
        margin-bottom: 10px;
      }
    }

*/
body {
  position: relative;
  max-width: 1280px;
  width: 100%;
  margin: auto;
  font-family: "Montserrat";
  font-weight: 300;
  color: #CEA052;
}

a {
  text-decoration: none;
  z-index: 6;
}

a:hover {
  text-decoration: none;
}

#SplashScreen {
  background-image: url("//kopalniapiwa.4usolution.net/wp-content/themes/Kopalnia/public/images/BackgroundVectorV2.svg");
  background-color: #1A1A1A;
  background-repeat: no-repeat;
  background-size: cover;
  z-index: 9;
  position: fixed;
  padding: 0;
  margin: 0;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

header {
  position: fixed;
  top: 27px;
  max-width: 1280px;
  width: 100%;
  height: 175px;
  z-index: 3;
}

header .LogoContainer {
  display: block;
  margin: auto;
  width: 104px;
}

footer {
  position: relative;
  max-width: 1280px;
  width: 100%;
  height: 400px;
  background-image: url("//kopalniapiwa.4usolution.net/wp-content/themes/Kopalnia/public/images/Black-Lager.webp");
  background-size: cover;
  background-position-y: center;
  background-repeat: no-repeat;
  background-position-x: center;
}

.PageWraperMain .DepthMeter {
  position: relative;
  padding-left: 35px;
}

.PageWraperMain .DepthMeter p {
  width: 75px;
  font-family: "Montserrat";
  font-size: 14px;
  color: #CEA052;
}

.PageWraperMain .DepthLine {
  position: absolute;
  width: 116px;
  height: 0px;
  margin-top: 24px;
  border-color: rgba(206, 160, 82, 0.5);
}

.PageWraperMain .ArrowDown1 {
  position: relative;
  display: block;
  height: 25vh;
  z-index: 2;
  margin: auto;
  top: 150px;
}

@media (max-width: 768px) {
  .PageWraperMain .ArrowDown1 {
    display: none;
  }
}

.PageWraperMain .Block1 {
  position: relative;
  max-width: 1280px;
  width: 100%;
  height: 100vh;
  margin-top: -200px;
}

@media (max-width: 768px) {
  .PageWraperMain .Block1 {
    margin-top: -95px;
    max-height: 600px;
  }
}

.PageWraperMain .Block1 .ForegroundHeaderText {
  position: relative;
  max-width: 364px;
  width: 100%;
  max-height: 116px;
  top: 250px;
  font-family: "Anton";
  font-style: normal;
  font-weight: normal;
  font-size: 34px;
  line-height: 117%;
  text-align: center;
  letter-spacing: 0.04em;
  color: transparent;
  -webkit-text-stroke: 1px #CEA052;
  margin-left: 10%;
  z-index: 2;
}

.PageWraperMain .Block1 .ForegroundHeaderText span {
  color: #CEA052;
  -webkit-text-stroke: transparent;
}

@media (max-width: 768px) {
  .PageWraperMain .Block1 .ForegroundHeaderText {
    margin: auto;
    margin-bottom: 30px;
  }
}

.PageWraperMain .Block1 .ForegroundText {
  position: relative;
  max-width: 412px;
  width: 100%;
  height: 82px;
  top: 256px;
  font-family: "Montserrat";
  font-size: 18px;
  line-height: 22px;
  color: #CEA052;
  margin-left: 10%;
  z-index: 2;
  font-weight: 200;
}

@media (max-width: 768px) {
  .PageWraperMain .Block1 .ForegroundText {
    display: none;
  }
}

.PageWraperMain .Block1 .BackgroundImage {
  max-width: 736px;
  width: 100%;
  height: 70vh;
  background-repeat: no-repeat;
  background-size: contain;
  background-position-x: center;
  margin: auto;
  z-index: 1;
  position: relative;
}

@media (max-width: 768px) {
  .PageWraperMain .Block1 .BackgroundImage {
    margin-top: 200px;
  }
}

.PageWraperMain .ForegroundTextMobile {
  position: relative;
  max-width: 412px;
  width: 100%;
  height: 82px;
  font-family: "Montserrat";
  font-size: 18px;
  line-height: 22px;
  color: #CEA052;
  z-index: 2;
  font-weight: 200;
  text-align: center;
  display: none;
}

@media (max-width: 768px) {
  .PageWraperMain .ForegroundTextMobile {
    display: block;
    margin-top: 250px;
  }
}

.PageWraperMain .SliderBlock {
  position: relative;
  max-width: 1280px;
  width: 100%;
  height: 80vh;
  margin-top: 150px;
}

.PageWraperMain .SliderBlock .SliderInfoContainer {
  position: relative;
  max-width: 341px;
  width: 100%;
  height: 265px;
  left: 15%;
  top: -104px;
  z-index: 1;
  border: 1px solid rgba(206, 160, 82, 0.5);
}

.PageWraperMain .SliderBlock .SliderInfoContainer .SliderTextInner {
  position: relative;
  height: 100%;
  width: 100%;
  z-index: 1;
  overflow: hidden;
}

.PageWraperMain .SliderBlock .SliderInfoContainer .SliderTextInner .SliderTextItems {
  display: flex;
}

.PageWraperMain .SliderBlock .SliderInfoContainer .SliderTextInner .SliderTextItems .TextContainer {
  width: 100%;
  height: 100%;
  flex-shrink: 0;
  padding: 25px;
}

.PageWraperMain .SliderBlock .SliderInfoContainer .SliderTextInner .SliderTextItems .TextContainer p {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 20px;
  color: #CEA052;
  width: 100%;
  height: 100%;
  margin: 0px;
  font-weight: 200;
}

.PageWraperMain .SliderBlock .SliderInfoContainer .SliderArrowLeft {
  position: absolute;
  width: 33px;
  height: 8px;
  right: 104px;
  bottom: 27px;
  background: none;
  color: inherit;
  border: none;
  padding: 0;
  font: inherit;
  cursor: pointer;
  outline: inherit;
  z-index: 5;
}

.PageWraperMain .SliderBlock .SliderInfoContainer .SliderArrowRight {
  position: absolute;
  width: 33px;
  height: 8px;
  right: 42px;
  bottom: 27px;
  background: none;
  color: inherit;
  border: none;
  padding: 0;
  font: inherit;
  cursor: pointer;
  outline: inherit;
  z-index: 5;
}

@media (max-width: 768px) {
  .PageWraperMain .SliderBlock .SliderInfoContainer {
    left: 0px;
    top: 10px;
    margin: auto;
    height: 575px;
    padding-top: 315px;
    max-width: 90%;
    margin: auto;
  }
}

.PageWraperMain .SliderBlock .BackgroundImageContainer {
  position: absolute;
  max-width: 1280px;
  width: 100%;
  height: inherit;
  left: 0px;
  top: 0px;
  box-sizing: border-box;
}

.PageWraperMain .SliderBlock .BackgroundImageContainer .SliderDisplayLeft {
  width: 50%;
  margin: 0px;
  padding: 0px;
  height: inherit;
  float: left;
  position: relative;
  overflow: hidden;
}

.PageWraperMain .SliderBlock .BackgroundImageContainer .SliderDisplayLeft .SliderDisplayItems {
  width: 100%;
  height: 100%;
  display: flex;
}

.PageWraperMain .SliderBlock .BackgroundImageContainer .SliderDisplayLeft .SliderDisplayItems .ImageContainer {
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position-y: bottom;
  background-position-x: center;
  background-repeat: no-repeat;
  flex-shrink: 0;
}

@media (max-width: 768px) {
  .PageWraperMain .SliderBlock .BackgroundImageContainer .SliderDisplayLeft {
    width: 100%;
  }
}

.PageWraperMain .SliderBlock .BackgroundImageContainer .SliderDisplayRight {
  width: 50%;
  margin: 0px;
  padding: 0px;
  height: inherit;
  float: left;
  background-size: cover;
  background-position-y: center;
  background-position-x: center;
}

@media (max-width: 768px) {
  .PageWraperMain .SliderBlock .BackgroundImageContainer .SliderDisplayRight {
    display: none;
  }
}

.PageWraperMain .SliderBlock .TwojMarketLogo {
  position: relative;
  width: 176px;
  height: 70px;
  right: -100%;
  margin-left: -200px;
  margin-top: 400px;
  display: none;
}

@media (max-width: 768px) {
  .PageWraperMain .SliderBlock {
    height: 319px;
    margin-top: 150px;
  }
  .PageWraperMain .SliderBlock .TwojMarketLogo {
    margin-top: 65px;
  }
}

.PageWraperMain #ProductLeft, .PageWraperMain #ProductRight {
  background-color: transparent;
  border: none;
  color: #CEA052;
  height: 50px;
  width: 44px;
  top: 50%;
  margin-top: -25px;
}

.PageWraperMain #ProductLeft img, .PageWraperMain #ProductRight img {
  width: inherit;
  height: inherit;
}

.PageWraperMain #ProductLeft:focus, .PageWraperMain #ProductRight:focus {
  outline: none;
}

.PageWraperMain .ProductDisplay {
  position: relative;
  max-width: 1280px;
  width: 99%;
  height: 600px;
  overflow: hidden;
  box-sizing: border-box;
  border: 1px solid rgba(206, 160, 82, 0.5);
  border-left: none;
  border-right: none;
  margin: auto;
  margin-top: 250px;
}

@media (max-width: 600px) {
  .PageWraperMain .ProductDisplay {
    border: none;
  }
}

.PageWraperMain .ProductDisplay .DisplayCircle {
  display: none;
}

@media (max-width: 600px) {
  .PageWraperMain .ProductDisplay .DisplayCircle {
    position: absolute;
    display: block;
    top: 50%;
    left: 50%;
    width: 200px;
    height: 200px;
    margin-top: -100px;
    margin-left: -100px;
    z-index: 5;
  }
}

.PageWraperMain .ProductDisplay .AllProducts {
  position: relative;
  display: flex;
}

.PageWraperMain .ProductDisplay .AllProducts .DisplayContainer {
  position: relative;
  height: 600px;
  flex: 0 0 33.33%;
}

/* .PageWraperMain .ProductDisplay .AllProducts .DisplayContainer{
  border-left: 1px solid rgba(206, 160, 82, 0.5);
  border-right: 1px solid rgba(206, 160, 82, 0.5);
} */

/* .PageWraperMain .ProductDisplay .AllProducts .DisplayContainer:nth-of-type(3n+3) {
  border-left: 1px solid rgba(206, 160, 82, 0.5);
  border-right: 1px solid rgba(206, 160, 82, 0.5);
} */

.PageWraperMain .ProductDisplay .AllProducts .DisplayContainer.Right {
  border-left: 1px solid rgba(206, 160, 82, 0.5);
}

.PageWraperMain .ProductDisplay .AllProducts .DisplayContainer.Left {
  border-right: 1px solid rgba(206, 160, 82, 0.5);
}

.PageWraperMain .ProductDisplay .AllProducts .DisplayContainer .DisplayHeader {
  position: absolute;
  width: 100%;
  height: 15px;
  top: 26px;
}

.PageWraperMain .ProductDisplay .AllProducts .DisplayContainer .DisplayHeader .DisplayHeaderText {
  font-family: "Montserrat";
  font-size: 12px;
  line-height: 12px;
  text-align: center;
  letter-spacing: 0.1em;
  color: #CEA052;
}

.PageWraperMain .ProductDisplay .AllProducts .DisplayContainer .DisplayImageContainer .DisplayImage {
  position: relative;
  width: 115px;
  height: 455px;
  left: calc(50% - 115px/2 - 0.5px);
  top: 69px;
}

.PageWraperMain .ProductDisplay .AllProducts .DisplayContainer .DisplayArrowRight {
  position: absolute;
  width: 33px;
  height: 8px;
  right: 33px;
  bottom: 34px;
}

@media (max-width: 600px) {
  .PageWraperMain .ProductDisplay .AllProducts .DisplayContainer .DisplayArrowRight {
    display: none;
  }
}

@media (max-width: 1024px) {
  .PageWraperMain .ProductDisplay .AllProducts .DisplayContainer {
    flex: 0 0 50%;
  }
  .PageWraperMain .ProductDisplay .AllProducts .DisplayContainer:nth-of-type(3n+3) {
    border-left: none;
    border-right: none;
  }
  .PageWraperMain .ProductDisplay .AllProducts .DisplayContainer:nth-of-type(2n+2) {
    border-right: 1px solid rgba(206, 160, 82, 0.5);
  }
}

@media (max-width: 600px) {
  .PageWraperMain .ProductDisplay .AllProducts .DisplayContainer {
    flex: 0 0 100%;
    border: none;
  }
  .PageWraperMain .ProductDisplay .AllProducts .DisplayContainer.Right {
    border: none;
  }
  .PageWraperMain .ProductDisplay .AllProducts .DisplayContainer:nth-of-type(3n+3) {
    border: none;
  }
  .PageWraperMain .ProductDisplay .AllProducts .DisplayContainer:nth-of-type(2n+2) {
    border: none;
  }
}

@media (max-width: 768px) {
  .PageWraperMain .ProductDisplay {
    margin-top: 350px;
  }
}

.PageWraperMain .Block3 {
  position: relative;
  max-width: 1280px;
  width: 100%;
  height: 631px;
  left: 0px;
  background-size: cover;
  background-position: center;
  margin-top: 250px;
}

@media (max-width: 768px) {
  .PageWraperMain .Block3 {
    margin-top: 150px;
  }
}

.PageWraperMain .Block3 .BackgroundImage {
  width: inherit;
  height: inherit;
}

.PageWraperMain .Block3 .Block3TextContainer {
  position: relative;
  max-width: 800px;
  width: 100%;
  height: 163px;
  margin: auto;
}

.PageWraperMain .Block3 .Block3TextContainer .Block3Text {
  font-family: "Anton";
  font-style: normal;
  font-weight: normal;
  font-size: 34px;
  line-height: 117%;
  letter-spacing: 0.04em;
  color: transparent;
  -webkit-text-stroke: 1px #CEA052;
  text-align: center;
  padding: 30px;
  padding-top: 25%;
}

.PageWraperMain .Block3 .Block3TextContainer .Block3Text span {
  color: #CEA052;
  -webkit-text-stroke: transparent;
}

@media (max-width: 768px) {
  .PageWraperMain .Block3 .Block3TextContainer .Block3Text {
    margin-top: 0px;
    font-size: 30px;
  }
}

.PageWraperMain .Block3 .Block3LogoContainer {
  position: absolute;
  float: right;
  right: 50px;
  width: 230px;
  text-align: center;
  bottom: 0px;
}

.PageWraperMain .Block3 .Block3LogoContainer .Block3Logo {
  position: relative;
  width: 50px;
  top: -15px;
}

.PageWraperMain .Block3 .Block3LogoContainer .Block3LogoText {
  position: relative;
  height: 15px;
  font-family: "Montserrat";
  font-size: 10px;
  line-height: 10px;
  text-align: center;
  letter-spacing: 0.1em;
  color: #CEA052;
  padding-left: 10px;
}

@media (max-width: 768px) {
  .PageWraperMain .Block3 .Block3LogoContainer {
    float: unset;
    width: 100%;
    right: 0px;
  }
}

.PageWraperMain .Block4 {
  position: relative;
  max-width: 1280px;
  width: 100%;
  height: 250px;
  margin: auto;
  border-top: 1px solid rgba(206, 160, 82, 0.5);
  margin-top: 250px;
}

@media (max-width: 768px) {
  .PageWraperMain .Block4 {
    margin-top: 175px;
  }
}

.PageWraperMain .Block4 .LeftTextContainer {
  position: relative;
  width: 50%;
  height: 75px;
  top: 100px;
}

.PageWraperMain .Block4 .LeftTextContainer .LeftText {
  position: relative;
  width: 100%;
  height: 35px;
  font-family: "Anton";
  font-style: normal;
  font-weight: normal;
  font-size: 34px;
  line-height: 117%;
  text-align: center;
  letter-spacing: 0.04em;
  color: transparent;
  -webkit-text-stroke: 1px #CEA052;
}

.PageWraperMain .Block4 .LeftTextContainer .LeftText span {
  color: #CEA052;
  -webkit-text-stroke: transparent;
}

.PageWraperMain .Block4 .LeftTextContainer .LeftLink {
  position: relative;
  width: 100%;
  height: 15px;
  text-decoration: none;
  font-family: "Montserrat";
  font-size: 12px;
  line-height: 10px;
  text-align: center;
  letter-spacing: 0.1em;
  color: #CEA052;
  margin: auto;
  display: block;
  font-weight: bold;
}

.PageWraperMain .Block4 .ArrowDown2 {
  position: absolute;
  width: 10px;
  height: 288px;
  z-index: 2;
  bottom: -39px;
  left: 50%;
}

.PageWraperMain .Block4 .Block4RWDLine {
  display: none;
  width: 100%;
  top: -100px;
  position: relative;
  margin: 0px;
  border-color: rgba(206, 160, 82, 0.5);
}

.PageWraperMain .Block4 .RightTextContainer {
  position: relative;
  width: 50%;
  height: 75px;
  float: right;
  top: 25px;
}

.PageWraperMain .Block4 .RightTextContainer .RightText {
  position: relative;
  width: 100%;
  height: 35px;
  font-family: "Anton";
  font-style: normal;
  font-weight: normal;
  font-size: 34px;
  line-height: 117%;
  text-align: center;
  letter-spacing: 0.04em;
  color: transparent;
  -webkit-text-stroke: 1px #CEA052;
}

.PageWraperMain .Block4 .RightTextContainer .RightText span {
  color: #CEA052;
  -webkit-text-stroke: transparent;
}

.PageWraperMain .Block4 .RightTextContainer .RightLink {
  position: relative;
  width: 100%;
  height: 15px;
  text-decoration: none;
  font-family: "Montserrat";
  font-size: 12px;
  line-height: 10px;
  text-align: center;
  letter-spacing: 0.1em;
  color: #CEA052;
  margin: auto;
  display: block;
  font-weight: bold;
}

@media (max-width: 768px) {
  .PageWraperMain .Block4 .LeftTextContainer {
    width: 100%;
    top: 0px;
    margin-top: 15px;
  }
  .PageWraperMain .Block4 .Block4RWDLine {
    display: block;
    top: 5px;
  }
  .PageWraperMain .Block4 .RightTextContainer {
    width: 100%;
    bottom: 75px;
  }
  .PageWraperMain .Block4 .ArrowDown2 {
    height: 115px;
    bottom: -100px;
  }
}

.PageWraperProduct {
  height: 1666px;
}

@media (max-width: 768px) {
  .PageWraperProduct {
    height: 2760px;
  }
}

.PageWraperProduct .BackButtonContainer {
  position: absolute;
  width: 112px;
  height: 27px;
  left: 8px;
  top: 67px;
}

.PageWraperProduct .BackButtonContainer .BackArrow {
  position: relative;
  width: 45px;
  height: 11px;
  left: 32px;
}

.PageWraperProduct .BackButtonContainer .BackText {
  position: relative;
  width: 112px;
  height: 15px;
  font-family: "Montserrat";
  font-size: 12px;
  line-height: 10px;
  text-align: center;
  letter-spacing: 0.1em;
  color: #CEA052;
  margin-top: 10px;
  font-weight: bold;
}

@media (max-width: 768px) {
  .PageWraperProduct .ProductInformation {
    position: relative;
    top: 35px;
  }
}

.PageWraperProduct .ProductInformation .Display .ProductBackground {
  position: absolute;
  width: 616px;
  height: 740px;
  left: 0px;
  top: 0px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: bottom;
}

@media (max-width: 768px) {
  .PageWraperProduct .ProductInformation .Display {
    position: relative;
    top: 255px;
  }
  .PageWraperProduct .ProductInformation .Display .ProductBackground {
    width: 100%;
    height: 585px;
    top: -63px;
    background-size: cover;
    background-position-y: bottom;
  }
}

.PageWraperProduct .ProductInformation .InformationContainer {
  max-width: 1280px;
  width: 100%;
  height: 585px;
  position: absolute;
  top: 155px;
  border: 1px solid rgba(206, 160, 82, 0.5);
}

@media (max-width: 768px) {
  .PageWraperProduct .ProductInformation .InformationContainer {
    border: none;
    border-top: 1px solid rgba(206, 160, 82, 0.5);
    top: 255px;
  }
}

.PageWraperProduct .ProductInformation .InformationContainer .MainInformation {
  width: 70%;
  height: 100%;
  float: left;
  border-right: 1px solid rgba(206, 160, 82, 0.5);
}

@media (max-width: 768px) {
  .PageWraperProduct .ProductInformation .InformationContainer .MainInformation {
    width: 100%;
    height: 765px;
    float: unset;
    border: none;
  }
}

.PageWraperProduct .ProductInformation .InformationContainer .MainInformation .LeftInformation {
  height: 384px;
  width: 128px;
  border-right: 1px solid rgba(206, 160, 82, 0.5);
  float: left;
}

.PageWraperProduct .ProductInformation .InformationContainer .MainInformation .LeftInformation .AlcoholContent {
  width: 128px;
  height: 128px;
  border-bottom: 1px solid rgba(206, 160, 82, 0.5);
}

.PageWraperProduct .ProductInformation .InformationContainer .MainInformation .LeftInformation .Extract {
  width: 128px;
  height: 128px;
  border-bottom: 1px solid rgba(206, 160, 82, 0.5);
}

.PageWraperProduct .ProductInformation .InformationContainer .MainInformation .LeftInformation .Temperature {
  width: 128px;
  height: 128px;
  border-bottom: 1px solid rgba(206, 160, 82, 0.5);
}

.PageWraperProduct .ProductInformation .InformationContainer .MainInformation .LeftInformation .SideHeaderText {
  font-family: "Montserrat";
  font-size: 10px;
  line-height: 10px;
  text-align: center;
  letter-spacing: 0.1em;
  position: relative;
  top: 10px;
  font-weight: bold;
}

.PageWraperProduct .ProductInformation .InformationContainer .MainInformation .LeftInformation .SideInformationText {
  font-family: "Anton";
  font-style: normal;
  font-weight: normal;
  font-size: 34px;
  line-height: 117%;
  text-align: center;
  letter-spacing: 0.04em;
  color: transparent;
  -webkit-text-stroke: 1px #CEA052;
  position: relative;
  top: 20px;
}

.PageWraperProduct .ProductInformation .InformationContainer .MainInformation .LeftInformation .SideAditionalText {
  width: 10px;
  font-family: "Montserrat";
  font-size: 10px;
  line-height: 10px;
  text-align: center;
  letter-spacing: 0.1em;
  float: right;
  word-break: break-all;
  position: relative;
  top: 9px;
  right: 7px;
  font-weight: bold;
}

.PageWraperProduct .ProductInformation .InformationContainer .MainInformation .InnerMain {
  width: 75%;
  height: 100%;
  float: right;
}

@media (max-width: 768px) {
  .PageWraperProduct .ProductInformation .InformationContainer .MainInformation .InnerMain {
    width: 100%;
    height: auto;
  }
}

.PageWraperProduct .ProductInformation .InformationContainer .MainInformation .InnerMain .MainHeaderText {
  position: relative;
  max-width: 186px;
  width: 100%;
  height: 93px;
  top: 36px;
  font-family: "Anton";
  font-size: 34px;
  line-height: 117%;
  text-align: center;
  letter-spacing: 0.04em;
  color: transparent;
  -webkit-text-stroke: 1px #CEA052;
  text-transform: uppercase;
  margin: auto;
}

.PageWraperProduct .ProductInformation .InformationContainer .MainInformation .InnerMain .MainHeaderText span {
  color: #CEA052;
  -webkit-text-stroke: transparent;
}

@media (max-width: 768px) {
  .PageWraperProduct .ProductInformation .InformationContainer .MainInformation .InnerMain .MainHeaderText {
    position: absolute;
    left: 50%;
    margin-left: -93px;
    bottom: 800px;
  }
}

.PageWraperProduct .ProductInformation .InformationContainer .MainInformation .InnerMain .MainInformationText {
  position: relative;
  max-width: 354px;
  width: 100%;
  height: 165px;
  top: 77px;
  margin: auto;
}

.PageWraperProduct .ProductInformation .InformationContainer .MainInformation .InnerMain .MainInformationText p {
  font-family: "Montserrat";
  font-weight: 200;
  font-size: 16px;
  line-height: 20px;
  text-align: center;
  color: #CEA052;
}

@media (max-width: 768px) {
  .PageWraperProduct .ProductInformation .InformationContainer .MainInformation .InnerMain .MainInformationText {
    position: relative;
    max-width: unset;
    top: 150px;
    left: 0px;
    padding: 0px 20px;
  }
}

.PageWraperProduct .ProductInformation .InformationContainer .MainInformation .InnerMain .MainBearIcon {
  position: relative;
  width: 23px;
  height: 53px;
  float: right;
  right: 21px;
  top: 110px;
}

.PageWraperProduct .ProductInformation .InformationContainer .MainInformation .InnerMain .MainAdditionalText {
  position: relative;
  max-width: 348px;
  width: 100%;
  height: 82px;
  top: 174px;
  float: right;
}

.PageWraperProduct .ProductInformation .InformationContainer .MainInformation .InnerMain .MainAdditionalText p {
  font-family: "Montserrat";
  font-weight: 200;
  font-size: 13px;
  text-align: right;
  color: #CEA052;
}

@media (max-width: 768px) {
  .PageWraperProduct .ProductInformation .InformationContainer .MainInformation .InnerMain .MainBearIcon {
    position: relative;
    top: 785px;
    float: unset;
    right: unset;
    left: 50%;
    margin-left: -12px;
  }
  .PageWraperProduct .ProductInformation .InformationContainer .MainInformation .InnerMain .MainAdditionalText {
    max-width: unset;
    position: relative;
    width: 100%;
    top: 795px;
    left: 0px;
    padding: 0 25px;
    float: unset;
  }
  .PageWraperProduct .ProductInformation .InformationContainer .MainInformation .InnerMain .MainAdditionalText p {
    text-align: center;
  }
}

.PageWraperProduct .ProductInformation .InformationContainer .SideInformation {
  width: 30%;
  float: left;
}

@media (max-width: 768px) {
  .PageWraperProduct .ProductInformation .InformationContainer .SideInformation {
    width: 100%;
    float: unset;
  }
}

.PageWraperProduct .ProductInformation .InformationContainer .SideInformation .GoesWith {
  height: 166px;
  border-bottom: 1px solid rgba(206, 160, 82, 0.5);
}

.PageWraperProduct .ProductInformation .InformationContainer .SideInformation .GoesWith .GoesWithHeaderText {
  position: relative;
  width: 100%;
  height: 15px;
  top: 9px;
  float: left;
  font-family: "Montserrat";
  font-size: 12px;
  line-height: 10px;
  text-align: center;
  letter-spacing: 0.1em;
  color: #CEA052;
  font-weight: bold;
}

@media (max-width: 768px) {
  .PageWraperProduct .ProductInformation .InformationContainer .SideInformation .GoesWith .GoesWithHeaderText {
    position: absolute;
  }
}

.PageWraperProduct .ProductInformation .InformationContainer .SideInformation .GoesWith .GoesWithIcons {
  position: relative;
  top: -25px;
  left: 0px;
}

@media (max-width: 768px) {
  .PageWraperProduct .ProductInformation .InformationContainer .SideInformation .GoesWith .GoesWithIcons {
    position: absolute;
    top: -5px;
    width: 100%;
  }
}

.PageWraperProduct .ProductInformation .InformationContainer .SideInformation .GoesWith .GoesWithIcons .GoesWithSingle {
  width: 33.33%;
  height: 165px;
  float: left;
}

.PageWraperProduct .ProductInformation .InformationContainer .SideInformation .GoesWith .GoesWithIcons .GoesWithIcon {
  position: relative;
  top: 53px;
  height: 35px;
  width: 30px;
}

.PageWraperProduct .ProductInformation .InformationContainer .SideInformation .GoesWith .GoesWithIcons .GoesWithText {
  position: relative;
  width: 58px;
  height: 28px;
  left: 1px;
  top: 60px;
  font-family: "Montserrat";
  font-weight: 200;
  font-size: 12px;
  line-height: 130%;
  text-align: center;
  color: #CEA052;
}

@media (max-width: 768px) {
  .PageWraperProduct .ProductInformation .InformationContainer .SideInformation .GoesWith {
    position: relative;
    border-top: 1px solid rgba(206, 160, 82, 0.5);
  }
}

.PageWraperProduct .ProductInformation .InformationContainer .SideInformation .Composition {
  height: 419px;
}

.PageWraperProduct .ProductInformation .InformationContainer .SideInformation .Composition .CompositionHeaderText {
  position: relative;
  width: 100%;
  height: 15px;
  top: -20px;
  font-family: "Montserrat";
  font-size: 12px;
  line-height: 10px;
  text-align: center;
  letter-spacing: 0.1em;
  color: #CEA052;
  font-weight: bold;
}

.PageWraperProduct .ProductInformation .InformationContainer .SideInformation .Composition .CompositionText {
  position: relative;
  width: 100%;
  float: left;
  padding: 0px 25px;
}

.PageWraperProduct .ProductInformation .InformationContainer .SideInformation .Composition .CompositionText p {
  font-family: "Montserrat";
  font-size: 13px;
  line-height: 135%;
  color: #CEA052;
  margin-bottom: 16px;
  font-weight: 200;
}

.PageWraperProduct .ProductInformation .InformationContainer .SideInformation .Composition .CompositionText p span {
  font-weight: bold;
}

.PageWraperProduct .ProductInformation .InformationContainer .SideInformation .Composition .CompositionText p h6 {
  font-size: 12px;
  font-weight: bold;
  display: inline;
}

@media (max-width: 768px) {
  .PageWraperProduct .ProductInformation .InformationContainer .SideInformation .Composition {
    position: relative;
    height: auto;
    border-bottom: 1px solid rgba(206, 160, 82, 0.5);
    margin-top: 35px;
  }
  .PageWraperProduct .ProductInformation .InformationContainer .SideInformation .Composition .CompositionText {
    width: 75%;
    margin: auto;
    float: unset;
    left: unset;
  }
}

@media (max-width: 480px) {
  .PageWraperProduct .ProductInformation .InformationContainer .SideInformation .Composition .CompositionText {
    width: 90%;
  }
}

.PageWraperProduct .ProductBlock1 {
  position: relative;
  max-width: 1280px;
  width: 100%;
  height: 300px;
  top: 970px;
}

.PageWraperProduct .ProductBlock1 .TryProduct {
  position: relative;
  width: 293px;
  height: 15px;
  left: calc(50% - 293px/2 + 0.5px);
  font-family: "Montserrat";
  font-size: 12px;
  line-height: 10px;
  text-align: center;
  letter-spacing: 0.1em;
  color: #CEA052;
  font-weight: bold;
}

.PageWraperProduct .ProductBlock1 .ProductRow {
  position: relative;
  bottom: 8px;
  border-top: 1px solid rgba(206, 160, 82, 0.5);
  display: flex;
  flex-wrap: wrap;
}

.PageWraperProduct .ProductBlock1 .ProductRow .ProducDisplayContainer {
  flex: 0 0 50%;
  z-index: 2;
}

.PageWraperProduct .ProductBlock1 .ProductRow .ProducDisplayContainer a .ProductDisplayImage {
  position: relative;
  left: 70px;
  float: left;
  height: 271px;
}

.PageWraperProduct .ProductBlock1 .ProductRow .ProducDisplayContainer a .TextContainer {
  width: 100%;
  text-align: center;
  margin-top: 10%;
  position: relative;
  padding-left: 130px;
}

.PageWraperProduct .ProductBlock1 .ProductRow .ProducDisplayContainer a .TextContainer .ProductDisplayText {
  font-family: "Anton";
  font-style: normal;
  font-weight: normal;
  font-size: 34px;
  line-height: 117%;
  letter-spacing: 0.04em;
  color: transparent;
  -webkit-text-stroke: 1px #CEA052;
  text-transform: uppercase;
  margin: auto;
  margin-bottom: 15px;
  word-spacing: 1000px;
}

.PageWraperProduct .ProductBlock1 .ProductRow .ProducDisplayContainer a .TextContainer .ProductDisplayText span {
  color: #CEA052;
  -webkit-text-stroke: transparent;
}

.PageWraperProduct .ProductBlock1 .ProductRow .ProducDisplayContainer:last-of-type {
  z-index: 1;
}

@media (max-width: 768px) {
  .PageWraperProduct .ProductBlock1 {
    top: 1885px;
    height: 470px;
  }
  .PageWraperProduct .ProductBlock1 .ProducDisplayContainer {
    flex: 0 0 100% !important;
    height: 222px;
  }
  .PageWraperProduct .ProductBlock1 .ProducDisplayContainer a .ProductDisplayImage {
    height: 221px !important;
  }
  .PageWraperProduct .ProductBlock1 .ProducDisplayContainer a .TextContainer {
    margin-top: 8% !important;
  }
  .PageWraperProduct .ProductBlock1 .ProducDisplayContainer:last-of-type {
    transform: rotate(180deg);
    border-bottom: 1px solid rgba(206, 160, 82, 0.5);
  }
  .PageWraperProduct .ProductBlock1 .ProducDisplayContainer:last-of-type a .ProductDisplayImage {
    transform: rotate(180deg);
    height: 226px !important;
    top: -5px !important;
  }
  .PageWraperProduct .ProductBlock1 .ProducDisplayContainer:last-of-type a .TextContainer {
    transform: rotate(180deg);
    padding-left: 0px;
    padding-right: 130px;
  }
}

.PageWraperProduct .ArrowDown4 {
  position: relative;
  width: 8px;
  height: 315px;
  top: 694px;
  z-index: 2;
}

@media (max-width: 768px) {
  .PageWraperProduct .ArrowDown4 {
    display: none !important;
  }
}

.PageWraperProduct footer {
  position: absolute;
  top: unset;
  bottom: 0px;
}

.PageWraperContact {
  height: 1275px;
}

@media (max-width: 768px) {
  .PageWraperContact {
    height: 1654px;
  }
}

@media (max-width: 480px) {
  .PageWraperContact {
    height: 1836px;
  }
}

.PageWraperContact .BackButtonContainer {
  position: absolute;
  width: 112px;
  height: 27px;
  left: 8px;
  top: 67px;
}

.PageWraperContact .BackButtonContainer .BackArrow {
  position: relative;
  width: 45px;
  height: 11px;
  left: 32px;
}

.PageWraperContact .BackButtonContainer .BackText {
  position: relative;
  width: 112px;
  height: 15px;
  font-family: "Montserrat";
  font-size: 12px;
  line-height: 10px;
  text-align: center;
  letter-spacing: 0.1em;
  color: #CEA052;
  margin-top: 10px;
  font-weight: bold;
}

.PageWraperContact .HeaderContainer {
  position: absolute;
  width: 100%;
  height: 163px;
  top: 182px;
}

.PageWraperContact .HeaderContainer .HeaderText {
  font-family: "Anton";
  font-size: 34px;
  line-height: 117%;
  text-align: center;
  letter-spacing: 0.04em;
  color: transparent;
  -webkit-text-stroke: 1px #CEA052;
}

.PageWraperContact .HeaderContainer .HeaderText span {
  color: #CEA052;
  -webkit-text-stroke: transparent;
}

.PageWraperContact .HeaderContainer .HeaderSmallText {
  text-align: center;
  font-family: "Montserrat";
  color: #CEA052;
  font-size: 16px;
  margin-top: 90px;
}

.PageWraperContact .InformationRow {
  position: absolute;
  max-width: 1280px;
  width: 100%;
  height: 182px;
  top: 509px;
  display: flex;
  flex-wrap: wrap;
}

.PageWraperContact .InformationRow .InformationColumn {
  text-align: center;
  float: left;
  height: 182px;
  margin: auto;
}

.PageWraperContact .InformationRow .InformationColumn .InformationHeaderText {
  font-family: "Montserrat";
  font-size: 16px;
  text-align: left;
}

.PageWraperContact .InformationRow .InformationColumn .InformationTextLine {
  font-family: "Montserrat";
  font-size: 14px;
  margin-bottom: 0px;
  text-align: left;
}

.PageWraperContact .InformationRow .InformationColumn .InformationTextLine a {
  text-decoration: none;
  color: #CEA052;
}

@media (max-width: 768px) {
  .PageWraperContact .InformationRow {
    height: 364px;
  }
}

@media (max-width: 480px) {
  .PageWraperContact .InformationRow {
    height: 546px;
    margin-top: 150px;
  }
}

.PageWraperContact .ArrowDown3 {
  position: absolute;
  width: 8px;
  height: 220px;
  z-index: 3;
  left: calc(50% - 4px);
  bottom: 365px;
}

.PageWraperContact footer {
  position: absolute;
  top: unset;
  bottom: 0px;
}

.PageWraperInfoContact .BackButtonContainer {
  position: absolute;
  width: 112px;
  height: 27px;
  left: 8px;
  top: 67px;
}

.PageWraperInfoContact .BackButtonContainer .BackArrow {
  position: relative;
  width: 45px;
  height: 11px;
  left: 32px;
}

.PageWraperInfoContact .BackButtonContainer .BackText {
  position: relative;
  width: 112px;
  height: 15px;
  font-family: "Montserrat";
  font-size: 12px;
  line-height: 10px;
  text-align: center;
  letter-spacing: 0.1em;
  color: #CEA052;
  margin-top: 10px;
  font-weight: bold;
}

.PageWraperInfoContact .HeaderContainer {
  position: relative;
  width: 100%;
  height: 163px;
  top: 150px;
}

.PageWraperInfoContact .HeaderContainer .HeaderText {
  font-family: "Anton";
  font-style: normal;
  font-weight: normal;
  font-size: 34px;
  line-height: 117%;
  text-align: center;
  letter-spacing: 0.04em;
  color: transparent;
  -webkit-text-stroke: 1px #CEA052;
}

.PageWraperInfoContact .HeaderContainer .HeaderText span {
  color: #CEA052;
  -webkit-text-stroke: transparent;
}

@media (max-width: 768px) {
  .PageWraperInfoContact .HeaderContainer .HeaderText {
    font-size: 28px;
    padding: 0px 10px;
  }
}

.PageWraperInfoContact #map {
  position: relative;
  max-width: 1280px;
  width: 100%;
  height: 75vh;
  z-index: 2;
  margin-top: 75px;
}

.PageWraperInfoContact footer {
  margin-top: 25px;
}

.PageWraperInfoContact .ArrowDown3 {
  position: absolute;
  width: 8px;
  height: 233px;
  z-index: 11;
  left: 50%;
  margin-top: -175px;
}

.gm-style .gm-style-iw-c {
  border-radius: 0px;
  color: black;
}

em {
  font-style: normal;
}
