/*
  <footer id="footer">
      <div class="container">
          <div id="footer_inner">
              <div class="col1">
                <?php print render($page['footer_col1']); ?>
              </div>
              <div class="col2">
                <?php print render($page['footer_col2']); ?>
              </div>
              <div class="col3">
                <?php print render($page['footer_col3']); ?>
              </div>
              <div class="col4">
                <?php print render($page['footer_col4']); ?>
              </div>
          </div>
      </div>
  </footer>
*/
#footer
{
  clear: both;
  padding: 25px 0;
  background-color: white;
}

#copyright
{
  padding: 20px 0;
  border-top: 1px solid #d9d8e3;
  background-color: white;
  line-height: 24px;
  text-align: center;
}

#footer .container
{
  display: table;
  width: 100%;
}

#footer_inner
{
  display: table-row;
}

#footer_inner > div
{
  display: table-cell;
  padding: 15px;
}

#footer .col3 .block_content ul
{
  column-count: 2;
  column-gap: 30px;
}

#footer .col3 .block_content ul li
{
  display: block;
  margin: 0 0 5px;
}

#footer .col4
{
   width: 291px;
}

#footer .block_header
{
  margin-bottom: 15px;
  font-family: 'PT Sans', sans-serif;
  font-size: 18px;
  font-weight: 700;
}

#footer .col2 .block_header
{
   white-space: nowrap;
}

#footer li
{
  list-style-image: none;
  list-style: none;
  padding: 0;
  margin: 5px 0;
}

#footer li a
{
  display: inline-block;
  font-size: 14px;
  line-height: 20px;
  color: #6066bf;
}
#block-categories-carousel-block-front .block_header {
  margin-top: 20px;
  margin-bottom: 30px;
  font-size: 25px;
  font-weight: 700;
}
.product-block__item{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.product-block__item li{
  width: calc((100% / 3) - 20px);
  margin-bottom: 30px;
  height: 100px;
}

.product_block__wrap {
  background: #f2f2f2;
  height: 100px;
  position: relative;
}
.product_block__wrap:hover{
  background: #FFE4E4;
}
.product_block__wrap:hover .product_block__title{
  color: #C7342B;

}
.product_block__wrap a{
  font-size: 0;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}
.product_block__body{
  display: flex;
    padding: 15px 20px;
    width: 100%;
    height: 100%;
    justify-content: space-between;
}

.product_block__body a{

}

.product_block__title{
  font-weight: bold;
  font-size: 15px;
  line-height: 18px;
  text-transform: uppercase;
  color: #6C6C6C;
  display: flex;
  align-items: center;
}
.product_block__img {
  max-width: 100px;
  text-align: right;
  height: 100%;
}
.product_block__img img{
  width: auto;
  height: 100%;
  object-fit: contain;
}
.product_block__link{

}

.search-block-form {
  margin-top: 1em;
}

.search-block-form .form-item-keys {
  display: flex;
}

.footer_work_time {
  margin-left: 0!important;
}

.footer_contacts {
  padding-left: 0!important;
}










@media (max-width: 1000px)
{
  #footer .container,
  #footer_inner,
  #footer_inner > div
  {
    display: block;
  }

  #footer_inner
  {
    overflow: hidden;
    margin: 0 -15px;
  }

  #footer_inner > div
  {
    float: left;
  }

  #footer_inner .col1
  {
    width: 20%;
  }

  #footer_inner .col2
  {
    width: 30%;
  }

  #footer_inner .col3
  {
    width: 50%;
  }

  #footer_inner .col4
  {
    float: none;
    clear: both;
    width: auto;
    margin: 0;
  }
}

@media (max-width: 989px) {
  .region-footer-col4 {
    display: flex;
    flex-direction: column;
  }
}

@media (max-width: 900px)
{
  .product-block__item li {
    width: calc((100% / 2) - 10px);
    margin-bottom: 20px;
    height: 100px;
}
}
@media (max-width: 767px)
{
  #block-categories-carousel-block-front {
    margin-left: unset;
}
  
}

@media (max-width: 600px)
{
  .product-block__item li {
    width: 100% ;
    margin-bottom: 20px;
    height: 100px;
}
  #footer_inner .col1
  {
    width: 50%;
  }

  #footer_inner .col2
  {
    width: 50%;
  }

  #footer_inner .col3
  {
    width: 100%;
  }
  #copyright  {
    text-align: left;
    line-height: 20px;
    font-size: 14px;
  }
  #copyright p {
    line-height: 20px;
    font-size: 14px;
  }
  #copyright a {
    font-size: 14px;
  }
  #block-copyrightfooter {
    margin-bottom: 5px;
  }
}

@media (max-width: 380px)
{
  #footer_inner .col1
  {
    width: 36%;
  }

  #footer_inner .col2
  {
    width: 64%;
  }

  #footer_inner .col3
  {
    padding-top: 0;
  }
}
