/*    <div id="header_bottom">
        <div id="header_bottom_inner">
            <div class="col1">
              <?php print render($page['header_bottom_col1']); ?>
            </div>
            <div class="col2">
              <?php print render($page['header_bottom_col2']); ?>
            </div>
            <div class="col3">
              <?php print render($page['header_bottom_col3']); ?>
            </div>
            <div class="col4">
              <?php print render($page['header_bottom_col4']); ?>
            </div>
       </div>
    </div>
*/
#header_bottom {
  background: #FBFBFB;
  box-shadow: 8px 0px 5px 1px rgba(0, 0, 0, 0.08);
  margin-bottom: 2px;
}

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

/*#header_bottom_inner
{
  display: table-row;
  overflow: hidden;
}
*/
#header_bottom_inner > div
{
/*  display: table-cell;
  padding: 15px;
  vertical-align: middle;
  text-align: center;*/
  padding: 15px;
  flex-grow: 1;
}

#header_bottom_inner .col1 p
{
  line-height: 1;
}

#header_bottom_inner .col1 img
{
  border-radius: 0;
  box-shadow: none;
  margin: 0;
  cursor: pointer;
}

#header_bottom .col2
{
  width: 210px;
  font-size: 15px;
  /* font-style: italic; */
  line-height: 24px;
  white-space: nowrap;
  text-align: left;
}

#header_bottom .col6,
#header_bottom .col3 {
  text-align: center;
  max-width: 360px;
}

#header_bottom .col6 .contacts,
#header_bottom .col3 .contacts {
  display: inline-block;
  white-space: nowrap;
  text-align: left;
  font-size: 14px;
  line-height: 24px;
  border: none;
}

#header_bottom .col6 .contacts_inner,
#header_bottom .col3 .contacts_inner {
  padding: 0 20px 0 30px;
  background-image: url(../img/icons/icon_map_gray.png);
  background-position: 0 22px;
  background-repeat: no-repeat;
}

#header_bottom .col6 a,
#header_bottom .col3 a {
  color: #6066bf;
}

#header_bottom .col6 a[href^="tel:"],
#header_bottom .col3 a[href^="tel:"] {
  color: #000;
}

#header_bottom_inner .col3 span
{
  display: block;
}

#header_bottom_inner .col3 .spamspan span
{
  display: inline;
}

#header_bottom_inner .col3 div
{
  margin-top: -2px;
}

#header_bottom .btn_send_request
{
  display: block;
  width: 220px;
  height: 54px;
  margin: 0 auto;
  padding: 15px 0;
  color: #fff;
  background-color: #d8211f;
  border-radius: 30px;
  text-align: center;
  font-weight: bold;
  font-size: 20px;
}

#header_bottom .btn_send_request:hover
{
  background-color: #f54543;
}

#selected_city
{
  cursor: pointer;
  text-decoration: underline;
}

#header_slider {}
#header_slider #block-nodeblock-9:nth-child(1){display: flex;}
#header_slider #block-nodeblock-9:nth-child(1) .block_content{width: 100%;}
#header_slider #block-block-9:nth-child(2){
  margin: 20px 0;
}

#header_slider #block-block-9 #advantages{
    display: flex;
}
#header_slider #block-block-9 #advantages div {
  width: 33.3333%;
}

@media (min-width: 1280px) {
  #block-slider-main {
    min-height: 324px;
  }
}

@media (max-width: 850px)
{
  #header_slider #block-block-9 #advantages{
      flex-wrap: wrap;
  }
  #header_slider #block-block-9 #advantages div {
    width: 50%;
  }

  #header_bottom,
  #header_bottom_inner,
  #header_bottom_inner > div
  {
    display: block;
  }

  #header_bottom_inner > div
  {
    float: left;
  }

   #header_bottom_inner .col1
  {
    width: 50%;
    padding-left: 25px;
    text-align: left;
  }

  #header_bottom_inner .col2
  {
    float: right;
    width: 50%;
  }

  #header_bottom_inner .col2
  {
    padding-right: 25px;
    text-align: center;
  }

  #header_bottom_inner .col2 p
  {
    font-size: 20px;
    line-height: 49px;
  }

  #header_bottom_inner .col2 br
  {
    display: none;
  }

  #header_bottom_inner .col3
  {
    clear: both;
    width: 50%;
  }

  #header_bottom .contacts_inner
  {
    width: 170px;
    margin: 0 auto;
  }

  #header_bottom_inner .col4
  {
    width: 50%;
    padding-top: 24px;
  }

  #header_bottom .col6 .contacts,
  #header_bottom .col3 .contacts {
    float: left;
    width: 50%;
    background-position: 0 22px;
  }
}

@media (max-width: 767px)
{
  #header_bottom .col1
  {
    display: none;
  }

  #header_bottom .col2
  {
    float: none;
    width: auto;
    padding: 15px 15px 0;
    text-align: center;
  }

  #header_bottom_inner .col2 p
  {
    line-height: 24px;
  }

  #header_bottom_inner .col4
  {
    text-align: right;
  }

  #header_bottom .btn_send_request
  {
    display: inline-block;
  }
}

@media (max-width: 420px)
{
  #header_slider #block-block-9 #advantages{}
  #header_slider #block-block-9 #advantages div {
    width: 50%;
    margin-bottom: 20px;
  }

  #header_bottom .col2
  {
    padding: 25px 15px 15px;
  }

  #header_bottom_inner .col3
  {
    width: 100%;
    padding-top: 0;
    padding-bottom: 10px;
  }

  #header_bottom_inner .col4
  {
    clear: both;
    width: 100%;
  }

  #header_bottom .col6 .contacts,
  #header_bottom .col3 .contacts {
    display: block;
    width: auto;
    float: none;
  }

  #header_bottom_inner .col4
  {
    padding-top: 10px;
    text-align: center;
  }
#header_bottom_inner{
    display: flex;
    flex-wrap: wrap;
}
  #header_bottom_inner .col2{
  width: 48%;
  padding-top: 15px;
  }
   #header_bottom_inner .col3{
    width: 48%;
  }
  #header_bottom_inner .col2 p {
    line-height: 20px;
    font-size: 14px;
    white-space: normal;
    font-weight: bold;

}

#header_bottom_inner .col2 br {
    display: block;
}


}

@media (max-width: 380px)
{
  #header_slider #block-block-9 #advantages div {
    width: 100%;
    margin-bottom: 20px;
  }
  /*#header_bottom_inner .col2 br
  {
    display: block;
  }*/

   #header_bottom_inner .col3 a{
      font-size: 12px;
  }




}

.header_bottom_inner_new{
  display: flex;
    justify-content: space-between;
    align-items: center;
}
/*.header_bottom_inner_new  .btn_send_request{
  font-size: 20px;
  width: 220px !important;
}*/

#header_bottom  .header_bottom_inner--logo{

}

#header_bottom  .header_bottom_inner--logo .col1{
  text-align: center;
}
#header_bottom .header_bottom_inner--logo .col2 {
  text-align: center;
  padding: 0;
  display: flex;
  justify-content: flex-start;
  width: 100%;
}
#header_slider{
  min-height: 370px;
}

#header_bottom_inner .col3 .contacts_inner {
  visibility: hidden;
}

#header_bottom .header_bottom_inner--logo .col1 {
  text-align: left !important;
  /* padding-left: 20px; */
}
#header_bottom .col6 .contacts_inner,
#header_bottom .col3 .contacts_inner {
  background: none;
  padding-left: 0;
}
#header_bottom .placement-delivery__item::before {
  content: 'ÐšÐ¾Ð½Ñ‚Ð°ÐºÑ‚Ñ‹';
  font-size: 14px;
  font-weight: 700;
}
#header_bottom .placement-delivery__item .city_groups {
  display: none;
}
#header_bottom .col6 .contacts_inner a,
#header_bottom .col3 .contacts_inner a {
  padding-left: 26px;
  background-repeat: no-repeat;
  background-position: left center;
  background-size: auto 100%;
  transition: all 0.3s ease 0s;
}
#header_bottom .col6 .contacts_inner a[href*="tel"],
#header_bottom .col3 .contacts_inner a[href*="tel"] {
  background-image: url(../img/icons/mhz-contacts-phone.svg);
}
#header_bottom .col6 .contacts_inner a[href*="mailto"],
#header_bottom .col3 .contacts_inner a[href*="mailto"] {
  color:#000;
  background-image: url(../img/icons/mhz-contacts-mail.svg);
}
#header_bottom .col6 .contacts_inner a:hover,
#header_bottom .col3 .contacts_inner a:hover {
  color: #d81e1e;
  text-decoration: underline;
}
.mhz-worktime {
  font-size: 14px;
  margin-top: 2px;
}
.mhz-worktime p {
  margin: 0;
  font-size: 14px;
}
.mhz-worktime strong {
  margin-bottom: 5px;
  display: block;
}
.mhz-headerlink {
  display: grid;
  justify-content:center;
  align-items: center;
  gap: 15px;
  position: relative;
  color: #000;
  text-decoration: none;
  transition: all 0.3s ease 0s;
  font-weight: 700;
  font-size: 16px;
  grid-template-columns: auto auto;
}
.mhz-headerlink:visited {
  color: #000;
}
.mhz-headerlink svg {
  max-height: 100%;
  max-width: 35px;
  grid-column: 1;
  grid-row: 1;
}
.mhz-headerlink.active {
  text-decoration: underline;
}
.mhz-headerlink span {
  position: absolute;
  /* display: none; */
  grid-column: 1;
  grid-row: 1;
  z-index: 1;
  text-align: center;
  width: 43px;
  margin-bottom: 3px;
  font-size: 14px;
}
@media (any-hover: hover){
  .mhz-headerlink:hover{
    color: #d81e1e;
  }
}
@media (max-width:768px){
  .mhz-headerlink {
    font-size: 12px;
  }
}
