.CommonRealizacjeListComponent {
  padding: 1.5rem 0 1.5rem;
}
.CommonRealizacjeListComponent.isDark .box > .image {
  border: 0.5px solid #1ca8fc;
}
.CommonRealizacjeListComponent.isDark .box > .text {
  color: #FFFFFF;
}
.CommonRealizacjeListComponent.isDark .box > .text h3 {
  color: #FFFFFF;
}
.CommonRealizacjeListComponent.isDark .box > .text h4 {
  color: #FFFFFF;
}
.CommonRealizacjeListComponent.isDark .box > .text h6 {
  color: #FFFFFF;
}
.CommonRealizacjeListComponent.isDark .box > .text .info {
  border-top: 1px solid #FFFFFF;
}
.CommonRealizacjeListComponent.isDark .box > .text .info > h6 {
  color: #FFFFFF;
}
.CommonRealizacjeListComponent.isDark .box.v1 > .text {
  color: #FFFFFF;
}
.CommonRealizacjeListComponent.isDark .box.v1 > .text h4 {
  color: #FFFFFF;
}
.CommonRealizacjeListComponent.isDark h2, .CommonRealizacjeListComponent.isDark a {
  color: #FFFFFF;
}
.CommonRealizacjeListComponent.isDark a {
  background: transparent;
  color: #FFFFFF;
  border-radius: 37px;
  padding: 14px 1.8rem;
  border: 2px solid #FFFFFF;
  height: 62px;
  font-weight: 600;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.CommonRealizacjeListComponent.isDark a:hover {
  background-color: #FFFFFF;
  color: #01142f;
  text-decoration: none;
}
.CommonRealizacjeListComponent h2 {
  margin-bottom: 0px;
  color: #01142f;
}
.CommonRealizacjeListComponent .box.v1 {
  overflow: hidden;
  width: 100%;
  display: block;
  transition: all 0.3s ease-out;
  padding-bottom: 0px;
  height: 100%;
}
.CommonRealizacjeListComponent .box.v1 > .image {
  border: none;
}
.CommonRealizacjeListComponent .box.v1 > .image > img {
  width: 100%;
}
.CommonRealizacjeListComponent .box.v1 > .text {
  text-decoration: none;
  padding: 1rem 1.5rem 0 0;
  line-height: 1.4rem;
  font-weight: 100;
  color: #01142f;
}
.CommonRealizacjeListComponent .box.v1 > .text h3 {
  color: #01142f;
}
.CommonRealizacjeListComponent .box.v1 > .text h4 {
  color: #01142f;
  text-decoration: none;
}
.CommonRealizacjeListComponent .box.v1 > .text h4 > span {
  font-weight: 300;
  font-size: 1rem;
}
.CommonRealizacjeListComponent .box.v1 > .text h6 {
  color: #01142f;
  font-weight: 100;
  font-size: 0.8rem;
  margin-bottom: 5px;
}
.CommonRealizacjeListComponent .box.v1 > .text h6.mail {
  font-weight: 300;
}
.CommonRealizacjeListComponent .box.v1 > .text h6.mail > i {
  color: #002840;
}
.CommonRealizacjeListComponent .box.v1 > .text .info {
  position: absolute;
  bottom: 2rem;
  left: 1.5rem;
  right: 1.5rem;
  border-top: 1px solid #01142f;
}
.CommonRealizacjeListComponent .box.v1 > .text .info > h6 {
  text-decoration: none;
  position: relative;
  padding-left: 1.5rem;
  font-weight: 100;
  font-size: 0.8rem;
  padding-top: 5px;
  color: #01142f;
}
.CommonRealizacjeListComponent .box.v1 > .text .info > h6::before {
  content: " ";
  background-image: url("/css/icons/pin_icon_small.svg");
  background-repeat: no-repeat;
  position: absolute;
  top: -2px;
  left: 0;
  bottom: 0;
  background-size: contain;
  width: 2rem;
  height: 2rem;
}
.CommonRealizacjeListComponent .box.v1 > .text .info > h6 > .icons {
  float: right;
  margin-top: -10px;
}
.CommonRealizacjeListComponent .box.v1 > .text .info > h6 > .icons > img {
  height: 1rem;
  margin-left: 0.4rem;
}
.CommonRealizacjeListComponent .box.v1 a {
  color: #01142f;
  position: relative;
  bottom: 0;
  left: 0;
  border: 1px solid #1ca8fc;
  background: transparent;
  border-radius: 37px;
  padding: 14px 30px;
  height: 62px;
  display: inline-block;
  font-weight: 600;
  margin-top:10px;
}
.CommonRealizacjeListComponent .box.v1 a:hover {
  background-color: #1ca8fc;
  color: #FFFFFF;
}
.CommonRealizacjeListComponent .box.v2 {
  overflow: hidden;
  width: 100%;
  display: block;
  transition: all 0.3s ease-out;
  height: 300px;
  border: 0.5px solid #1ca8fc;
  position: relative;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
@media (min-width: 2400px) {
  .CommonRealizacjeListComponent .box.v2 {
    height: 400px;
  }
}
.CommonRealizacjeListComponent .box.v2:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: transparent linear-gradient(1turn, #01142f, transparent) 0 0 no-repeat padding-box;
}
.CommonRealizacjeListComponent .box.v2 > .text {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  text-decoration: none;
  padding: 0rem 1rem 1.5rem 1rem;
  font-weight: 100;
}
.CommonRealizacjeListComponent .box.v2 > .text h3 {
  color: #FFFFFF;
}
.CommonRealizacjeListComponent .box.v2 > .text h4 {
  color: #FFFFFF;
  text-decoration: none;
}
.CommonRealizacjeListComponent .box.v2 > .text h4 > span {
  font-weight: 300;
  font-size: 1rem;
}
.CommonRealizacjeListComponent .box.v2 > .text h6 {
  color: #01142f;
  font-weight: 100;
  font-size: 0.8rem;
  margin-bottom: 5px;
}
.CommonRealizacjeListComponent .box.v2 > .text h6.mail {
  font-weight: 300;
}
.CommonRealizacjeListComponent .box.v2 > .text h6.mail > i {
  color: #002840;
}
.CommonRealizacjeListComponent .box.v2 > .text .info {
  position: absolute;
  bottom: 2rem;
  left: 1.5rem;
  right: 1.5rem;
  border-top: 1px solid #01142f;
}
.CommonRealizacjeListComponent .box.v2 > .text .info > h6 {
  text-decoration: none;
  position: relative;
  padding-left: 1.5rem;
  font-weight: 100;
  font-size: 0.8rem;
  padding-top: 5px;
  color: #01142f;
}
.CommonRealizacjeListComponent .box.v2 > .text .info > h6::before {
  content: " ";
  background-image: url("/css/icons/pin_icon_small.svg");
  background-repeat: no-repeat;
  position: absolute;
  top: -2px;
  left: 0;
  bottom: 0;
  background-size: contain;
  width: 2rem;
  height: 2rem;
}
.CommonRealizacjeListComponent .box.v2 > .text .info > h6 > .icons {
  float: right;
  margin-top: -10px;
}
.CommonRealizacjeListComponent .box.v2 > .text .info > h6 > .icons > img {
  height: 1rem;
  margin-left: 0.4rem;
}
.CommonRealizacjeListComponent .box.v3 {
  overflow: hidden;
  width: 100%;
  display: block;
  transition: all 0.3s ease-out;
  position: relative;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
@media (min-width: 2400px) {
  .CommonRealizacjeListComponent .box.v3 {
    height: 400px;
  }
}
.CommonRealizacjeListComponent .box.v3 .image {
  border: 0.5px solid #1ca8fc;
}
.CommonRealizacjeListComponent .box.v3 .image img {
  width: 100%;
}
.CommonRealizacjeListComponent .box.v3 > .text {
  text-decoration: none;
  padding: 0 1rem 1.5rem 1rem;
  font-weight: 100;
}
.CommonRealizacjeListComponent .box.v3 > .text h3 {
  color: #FFFFFF;
}
.CommonRealizacjeListComponent .box.v3 > .text h4 {
  color: #FFFFFF;
  text-decoration: none;
}
.CommonRealizacjeListComponent .box.v3 > .text h4 > span {
  font-weight: 300;
  font-size: 1rem;
}
.CommonRealizacjeListComponent .box.v3 > .text h6 {
  color: #FFFFFF;
  font-weight: 100;
  font-size: 0.8rem;
  margin-bottom: 5px;
}
.CommonRealizacjeListComponent .box.v3 > .text h6.mail {
  font-weight: 300;
}
.CommonRealizacjeListComponent .box.v3 > .text h6.mail > i {
  color: #002840;
}
.CommonRealizacjeListComponent .box.v3 > .text .info {
  position: absolute;
  bottom: 2rem;
  left: 1.5rem;
  right: 1.5rem;
  border-top: 1px solid #01142f;
}
.CommonRealizacjeListComponent .box.v3 > .text .info > h6 {
  text-decoration: none;
  position: relative;
  padding-left: 1.5rem;
  font-weight: 100;
  font-size: 0.8rem;
  padding-top: 5px;
  color: #01142f;
}
.CommonRealizacjeListComponent .box.v3 > .text .info > h6::before {
  content: " ";
  background-image: url("/css/icons/pin_icon_small.svg");
  background-repeat: no-repeat;
  position: absolute;
  top: -2px;
  left: 0;
  bottom: 0;
  background-size: contain;
  width: 2rem;
  height: 2rem;
}
.CommonRealizacjeListComponent .box.v3 > .text .info > h6 > .icons {
  float: right;
  margin-top: -10px;
}
.CommonRealizacjeListComponent .box.v3 > .text .info > h6 > .icons > img {
  height: 1rem;
  margin-left: 0.4rem;
}
