/**------------------------KONTAKTY--------------------**/
.container{
  width:100%!important;
  height: auto!important;
  background: #ffffff!important;
  display: flex!important;
  flex-direction: row!important;
  justify-content: space-around!important;
  flex-flow: wrap!important;
}

.kontact-box{
  width:30%!important;
  height: 450px!important;
  text-align: center!important;
  background: white!important;
  margin: 5px!important;
  padding: 10px!important;
  box-sizing: border-box!important;
  border-left: 1px solid #dfdfe3!important;
  border-right: 1px solid #dfdfe3!important;
  border-top: 1px solid #dfdfe3!important;
  border-bottom: 1px solid #dfdfe3!important;
  border-radius: 20px 20px 20px 20px!important;
  background: #dde2e3!important;
  /**background: rgba(0, 0, 0, .5)!important;
  background: linear-gradient(#63b8db,#AFEEF9)!important;**/
}
.kontact-box-text{
 padding: 5px!important;
 text-align: center!important;
 color: #ffffff!important;
 /**text-shadow: 1.0px 1.0px 1.0px #1e1c1c!important;**/
 font-weight:bold!important;
 border-radius: 15px 15px 0px 0px!important;
 border-left: 1px solid #dfdfe3!important;
 border-right: 1px solid #dfdfe3!important;
 border-top: 1px solid #dfdfe3!important;
 border-bottom: 1px solid #dfdfe3!important;
 background: #e97108!important;
 /**background: rgba(0, 0, 0, .5)!important;
 background: linear-gradient(#63b8db,#3e7e9d)!important;**/
}
.kontact-box-text1{
 padding: 5px!important;
 text-align: center!important;
 color: #ffffff!important;
 /**font-weight:bold!important;**/
 border-radius: 0px 0px 15px 15px!important;
 border-left: 1px solid #dfdfe3!important;
 border-right: 1px solid #dfdfe3!important;
 border-top: 1px solid #dfdfe3!important;
 border-bottom: 1px solid #dfdfe3!important;
 background: #ffffff
}

@media screen and (max-width:1200px){
  .kontact-box{
  width:45%!important;
}
}
@media screen and (max-width:600px){
 .kontact-box{
  width:90%!important;
}
}

/**------------------------KONTAKTY--------------------**/
.container-02{
  width:100%!important;
  height: auto!important;
  background: #ffffff!important;
  display: flex!important;
  flex-direction: row!important;
  justify-content: space-around!important;
  flex-flow: wrap!important;
}

.kontact-box-02{
  width:98%!important;
  height: 150px!important;
  text-align: center!important;
  background: white!important;
  margin: 5px!important;
  padding: 10px!important;
  box-sizing: border-box!important;
  border-left: 1px solid #dfdfe3!important;
  border-right: 1px solid #dfdfe3!important;
  border-top: 1px solid #dfdfe3!important;
  border-bottom: 1px solid #dfdfe3!important;
  border-radius: 20px 20px 20px 20px!important;
  background: #dde2e3!important;
  /**background: rgba(0, 0, 0, .5)!important;
  background: linear-gradient(#63b8db,#AFEEF9)!important;**/
}
/**--------------------------------------------**/