                     
  

  .container-dolacz{
    margin-left: 10%;
    margin-right: 10%;
    width: 80%;
    min-height: 700px;
    position: relative;
    margin-top: 5%;
    margin-bottom: 5%;
  }

  @media only screen and (max-width: 1500px) {
    .container-dolacz{

      min-height: 600px;
    }


  }
  .container-dolacz .circleK{
      position: absolute;
      width:12%;
      text-align: center;
      font-size: 1.3vw;
      left:50%
  }
  .container-dolacz .circleK1{
    background-image: url(../images/circle1.png);
    background-size: auto 100%;
    background-repeat: no-repeat;
    background-position: center;
    transform: translate(-300%,50%);
    padding: 4%;
    color: #ffffff;
  }
  .container-dolacz .circleK2{
    background-image: url(../images/circle2.png);
    background-size: auto 100%;
    background-repeat: no-repeat;
    background-position: center;
    transform: translate(-167%,-17%);
    padding: 5%;
    color: #ffffff;
  }
  .container-dolacz .circleK3{
    background-image: url(../images/circle3.png);
    background-size: auto 100%;
    background-repeat: no-repeat;
    background-position: center;
    transform: translate(-161%,121%);
    padding: 4%;
    color: #FF1433;
  }
  .container-dolacz .circleK4{
    background-image: url(../images/circle1.png);
    background-size: auto 100%;
    background-repeat: no-repeat;
    background-position: center;
    transform: translate(60%,-25%);
    padding: 4%;
    color: #ffffff;
  }
  .container-dolacz .circleK5{
    background-image: url(../images/circle2.png);
    background-size: auto 100%;
    background-repeat: no-repeat;
    background-position: center;
    transform: translate(102%,121%);
    padding: 6%;
    color: #ffffff;
  }
  .container-dolacz .circleK6{
    background-image: url(../images/circle3.png);
    background-size: auto 100%;
    background-repeat: no-repeat;
    background-position: center;
    transform: translate(192%,3%);
    padding: 4%;
    color: #FF2132;
  }

  
  .container-dolacz .middleFoto{
    position: absolute;
    left: 50%;
    transform: translate(-50%);
    width: 38%;
    z-index: -1;
  }
  .container-dolacz .title{
    font-size: 3vw;
    text-align: center;
    color: #FF1433;
  }
  /* PREZENT */

  .container-prezent{
    margin-left: 10%;
    margin-right: 10%;
    width: 80%;
    display:flex;
    flex-direction:column;
    position: relative;
    margin-top: 10%;
    margin-bottom: 10%;
    
  }
  .container-prezent .najcenniejszy{
      display:flex;
      flex-direction:row;
      justify-content: space-evenly;
      align-items:center;
  }
  .container-prezent .najcenniejszy .najcenniejszy-textSay{
   
    width: 60%;
    font-size: 2.8vw;
    color: #FF1433;
  }
  .container-prezent .najcenniejszy .najcenniejszy-img-div{
    
    width: 20%;
  }
  .container-prezent .najcenniejszy .najcenniejszy-img-div .najcenniejszy-img{
    
    width: 100%;
  }

  .container-prezent .world{
      width:50%;
      text-align: right;
      align-self:flex-end;
      font-size: 1.7vw;
  }

  
 
@media only screen and (max-width: 600px) {
  .container-prezent .najcenniejszy{
    flex-direction: column;
  }

  .container-prezent .najcenniejszy .najcenniejszy-textSay{
    width: 100%;
    font-size: 5.8vw;
    text-align: center;
  }

  .container-prezent .najcenniejszy .najcenniejszy-img-div{
    width: 80%;
  }

  .container-prezent .world{
    width: 100%;
    text-align: center;
    align-self: center;
    font-size: 3.7vw;
  }
  .container-dolacz .title{
    font-size: 8vw;
    text-align: center;
  }
  .container-dolacz{
    min-height: 254px;
  }

  .container-dolacz .circleK{
    position: relative;
    transform: translate(-50%);
    width: 60%;
    padding: 18%;
    font-size: 6.8vw;
  }
  .container-dolacz .middleFoto{
    position: relative;
    width: 100%;
  }





  }