
/* TEKST ZOSTAŁ SKOPIOWANY */
.text_copy_code {
  font-size: 12px;
  color: #333;
  background-color: #f2f2f2;
  border-radius: 5px;
  padding: 6px 12px;
  position: absolute;
  margin-top: -15px;
  z-index: 10;
  left: 50%;
  transform: translate(-50%, 0);
}


.text_copy_code:after {
  content: "x";
  display: block;
  height: 15px;
  width: 15px;
  line-height: 15px;
  border-radius: 10px;
  background-color: #e5e5e5;
  border: 1px solid #fff;
  position: absolute;
  top: -6px;
  right: -5px;
  text-align: center !important;
}

.text_copy_codeblack {
  font-size: 12px;
  color: #ffffff;
  background-color: #ff2334;
  border-radius: 5px;
  padding: 6px 12px;
  position: absolute;
  margin-top: -15px;
  z-index: 10;
  left: 50%;
  transform: translate(-50%, 0);
}

.text_copy_codeblack:after {
  content: "x";
  display: block;
  height: 15px;
  width: 15px;
  line-height: 15px;
  border-radius: 10px;
  color:#000000;
  background-color: #e5e5e5;
  border: 1px solid #fff;
  position: absolute;
  top: -6px;
  right: -5px;
  text-align: center !important;
}
/* TEKST ZOSTAŁ SKOPIOWANY */


.buttonclip {
    background-color: #f2f2f2;
    border: 0;
    font-size: 12px;
    position: absolute;
    left: 55%;
    top: -10px;
    transform: translateX(-50%);
    width: 78px;
}
.buttonclip:focus {
  border: 0;
  outline: none;
}
.buttonclip:before {
    content: "";
    height: 13px;
    width: 13px;
    background-image: url(https://fs.hubspotusercontent00.net/hubfs/3827851/FUN%20PL/VOG/Landing/2022-02/kopiuj.png);
    background-repeat: no-repeat;
    display: inline-block;
    left: -12px;
    top: 2px;
    position: absolute;
}
.buttonclip:hover {
    cursor: pointer;
    cursor: hand;
    opacity: .7;
}

.buttonclippink {
    background-color: #ff2334;
  color:#ffffff;
    border: 0;
    font-size: 12px;
    position: absolute;
    left: 55%;
    top: -10px;
    transform: translateX(-50%);
    width: 78px;
}
.buttonclippink:focus {
  border: 0;
  outline: none;
}
.buttonclippink:before {
    content: "";
    height: 13px;
    width: 13px;
    background-color:#ff2334;
    background-image: url(https://fs.hubspotusercontent00.net/hubfs/3827851/FUN%20PL/VOG/Landing/2022-02/kopiuj.png);
    background-repeat: no-repeat;
    display: inline-block;
    left: -12px;
    top: 2px;
    position: absolute;
}
.buttonclippink:hover {
    cursor: pointer;
    cursor: hand;
    opacity: .7;
}

@-webkit-keyframes kolor {  
  0% { color: ec0b43; }
  50% { color: ec0b43; }
  100% { color: ec0b43; }
}

.kolor {
  font-size:14px;
  font-weight: bold;
  color: #18385F;
  -webkit-animation-name: kolor;
  -webkit-animation-iteration-count: 1;  
  -webkit-animation-duration: 1s; 
  margin: 0;
  line-height: 45px;
  text-align: center;
  letter-spacing: 2px;
} 
.container-products .row {
  display: flex; 
  flex-wrap: wrap;
  justify-content: center;
}
.box-product {
  min-width: 270px;
  max-width: 400px;
  margin: 20px auto !important;
  border: 1px solid #b1b1b1;
/*   margin: 0!important; */
}
.vog-box-text {
  margin: 0 !important;
  padding: 30px 20px;
  color:#000000;
  background-color: #f2f2f2;
}
.vog-box-text-pink {
  margin: 0 !important;
  padding: 30px 20px;
  color:#ffffff;
  background-color: #ff2334;
}
.vog-name-price {
  margin-bottom: 30px;
}
.vog-name-price p {
  margin: 0 !important;
}
.box-name {
  font-size: 24px;
}
.box-name p:first-child {
  font-weight: bold;
}
.box-price {
  text-align: right;
}
.box-price p:first-child {
  font-weight: bold;
  font-size: 26px;
}
.box-price p:nth-child(2) {
  text-decoration: line-through;
  font-size: 16px;
}
.container-products .box-product {
  background-color: #ffffff;
  border-radius: 20px 20px 0px 0px;
  margin: 20px auto;
  box-shadow: 0 10px 15px rgba(0, 0, 0, 0.1);
}
.vog-box-code {
  border: 2px dashed #b1b1b1;
  border-radius: 40px;
  margin: 0 !important;
}
.vog_code {
  font-size: 13px;
  text-align: center;
  font-weight: bold;
  line-height: 45px;
  letter-spacing: 2px;
  margin: 0;
}
.vog-box-code .buttonkod {
  width: 100%;
  background-color:#ec0b43;
  height: 45px;
  border-radius: 0 20px 20px 0;
  margin: 0;
  text-align: center;
  box-shadow: 2px 4px 0 #000;
}
.vog-box-code .buttonkod a {
  line-height: 45px;
  color: #fff;
  font-size: 16px;
  text-align: center;
  text-decoration: none;
  font-weight: bold;
  display: block;
}
.wysokosc{
display: flex !important;
justify-content: center; !important;
align-items: center !important;
}
.wysokosc img {
    max-width: 100% !important;
    max-height: 100% !important;
  }

@media (max-width: 991px) {
 

}

/* Landscape phones and portrait tablets */
@media (max-width: 767px) {
.vog-box-code .buttonkod {
  border-radius: 20px;
  box-shadow: 2px 4px 0 #000;
}
.buttonclip {
    left: 50%;
  }
.buttonclippink {
    left: 50%;
  }
.box-name {
    text-align: center;
}
.box-price {
    text-align: center;
    margin: 20px auto 40px;
  }
}

@media (max-width: 480px) {
.vog-box-code .buttonclip {
    width: 100px !important;
}
.vog-box-code .buttonclippink {
    width: 100px !important;
}

.vog-box-code .buttonclip:before {
    left: 0 !important;
}
.vog-box-code .buttonclippink:before {
    left: 0 !important;
}
}  
 

  