.part__gad {
  padding: 20px 0;
}
.part__gad * {
  box-sizing: border-box;
}
.part__gad *:focus {
  outline: none;
}
.part__btn {
    cursor: pointer;
    border-radius: 10px;
    padding: 10px 18px;
    text-align: center;
    font-family: Kurale, Georgia, sans-serif;
    font-size: 1.2rem;
    font-weight: 400;
    text-decoration: none;
    display: inline-block;
    border: 0px solid transparent;
    line-height: 1;
    background: #A7202D;
    color: #fff;
    transition: all 250ms ease-out;
}
.part__btn:focus {
  box-shadow: 0px 0px transparent;
}
.part__btn:hover {
  background: #2a435f;
  color: #fff;
}
.part__btn:active,
.part__btn:focus {
  background: #2a435f;
  color: #fff;
  border: 1px solid #1c88e3;
}
.part__btn:active:hover,
.part__btn:focus:hover {
  background: #2a435f;
  color: #fff;
}
.part__title {
  text-align: center;
  margin: 15px 0;
  padding: 0;
}
.part__title-big {
  font-weight: 800;
  font-size: 2rem;
}
.part__kub {
  text-align: center;
}
.part__kub img {
  max-width: 100%;
  display: inline-block;
  margin: 0 1rem;
}
.part__rezult {
  display: none;
  padding: 15px;
}
.part__item .alignleft {
  float: left;
  margin-right: 10px;
  margin-bottom: 16px;
}
.part__item:after {
  content: '';
  display: block;
  width: 100%;
  height: 1px;
  clear: both;
}
.btns {
  text-align: center;
  margin: 20px auto;
}
#part__rezult {
  display: none;
  max-width: 750px;
  margin: 0 auto;
  border: 1px solid #bfcad0;
  border-radius: 10px;
  padding: 5px 15px;
}
.rezult-list {
  margin: 1rem auto 1.25rem;
  padding-bottom: 1.25rem;
  border-bottom: 1px solid #bfcad0;
}
.rezult-list__title {
  font-weight: 600;
  font-size: 1rem;
  text-align: center;
}
.rezult-list__cardtitle {
  background: #ecf1f2;
  border-radius: 5px;
  padding: 10px 15px;
  font-weight: 600;
  font-size: 1.2rem;
  text-align: center;
  margin-bottom: 1rem;
}
.rezult-list__cardtitle span {
  display: block;
  font-size: 0.85rem;
}
@media (max-width: 560px) {
  .part__title {
    font-size: 1.35rem;
  }
  .part__title-big {
    font-size: 1.5rem;
  }
  .rezult-list__cardtitle {
    font-size: 1.35rem;
  }
}
