.int-contacts-page {
    display: flex;
}
.int-contacts-block {
    flex: 0 0 49%;
}
.int-sort-block{
  display: flex;
  justify-content: flex-start;
  margin-bottom: 25px;
}
.int-product-form{
  margin: 0;
}
.int-counter-block {
    width: 100%;
    display: flex;
    justify-content: center;
}
.int-contacts-block.int-map{
    height: 720px;
}
.int-btn-counter{
	width: 24px !important;
    height: 24px !important;
}
.int-input-counter{
	width: 70px !important;
    height: 24px !important;
}
.int-product-btn {
    margin: 15px 0 0 0;
}
.int-product-buy {
    margin: 0 auto;
    display: flex;
    width: 100%;
    flex-wrap: nowrap;
    justify-content: space-around;
}
.int-product-buy button {
    background: #ffd241;
}
/* The Modal (background) */
.modal01 {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 1; /* Sit on top */
  padding-top: 100px; /* Location of the box */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgba(0, 0, 0, 0.5); /* Fallback color */
}

/* Modal Content */
.modal-content01 {
  background-color: #fefefe;
  margin: auto;
  padding: 20px 40px 20px 40px;
  border: 1px solid #888;
  width: 25%;
}

/* The Close Button */
.close01 {
  color: #aaaaaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
}

.close01:hover,
.close01:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}
/*  Modal end */

.int-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.sertifikaty-item {
    max-width: 250px;
    margin: 20px;
}

.showpopularcat h2 {
  font-size: 19px;
  margin-top: 10px;
}
.showpopularcat ul li {
  list-style: none;
  margin: 10px 0;
  flex: 0 0 33%;
}
.showpopularcat ul {
  -webkit-columns: 3;
  -moz-columns: 3;
  columns: 3;
  padding-left: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.showpopularcat ul li a {
  color:#000000;
}
.showpopularcat ul li a:hover {
  color:#2e59ef;
}

#catalog_cats {
  	display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-gap: 5px;
}
.catalog-detail_status{
	font-size: 20px;
    float: left;
    margin: 0 0 0 10px;
}
.catalog-detail_status-nal {
    color: #3bc915;
}
.catalog-detail_status-nal-x {
    color: #ee702c;
}
.catalog-detail_status-nal:before {
    content: "\2713";
    font-family: FontAwesome;
}
.catalog-detail_status-nal-x:before {
    content: "\2717";
    font-family: FontAwesome;
}
.int-btn {
    height: 36px !important;
    font-size: 16px !important;
}
@media(max-width:768px){
  #catalog_cats {
     grid-template-columns: 1fr;
  }
}
#catalog_cats .cats_child {
    height: 100%;
    display: inline-block;
    margin-right: 2px;
    margin-bottom: 8px;
    padding: 8px 16px;
    background-color: #333333;
}
#catalog_cats img {
    max-width: 100%;
}
#catalog_cats a {
    color: #e9e9ea;
    font-weight: bold;
}
.custom-space {
	margin: 0;
  	padding-left: 3em;
}
@media screen and (max-width: 1680px){
  .modal-content01 {
    width: 50%;
  }
}
@media screen and (max-width: 1024px){
  .int-contacts-page {
    flex-wrap: wrap;    
  }
  .int-contacts-block {
    flex: 0 0 100%;
  }
  .int-contacts-block.int-map{
    height: 260px !important;
  }
  .modal-content01 {
    width: 80%;
  }
}
@media screen and (max-width: 768px){
  .showpopularcat ul li {
    flex: 0 0 50%;
  }
}
@media screen and (max-width: 680px){
  .modal-content01 {
    width: 80%;
  }
}
