/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 19.02.2024, 23:31:45
    Author     : Денис
*/

footer {
  display: block; 
}

#footer-nav::after, #footer-nav .ssl-links-list::after, #page-footer .m-quick-reach-menu::after {
  content: "";
  display: block;
  clear: both; 
}

#page-footer {
  background-color: #FBFBFB;
  color: #2B1B35; 
  line-height: 24px;
}

#footer-nav {
  padding: 45px 0 20px; }
  #footer-nav .cell {
    position: relative;
    margin: 0 2.5641025641% 0 0;
    width: 31.6239316239%;
    float: left; }
    #footer-nav .cell:last-of-type {
      margin-right: 0; }
  #footer-nav .mil-item {
    margin-bottom: 12px; }
    #footer-nav .mil-item .mil-link {
      font: 400 0.8125em var(--font-family-rg);
      font-size: 13px;
      color: #2B1B35; }
    #footer-nav .mil-item.title {
      margin-bottom: 23px; }
      #footer-nav .mil-item.title .mil-link {
        font: 600 0.875em var(--font-family-rg);
        font-size: 14px;
        text-transform: uppercase; }
    #footer-nav .mil-item:not(.title) .mil-link {
      opacity: .85; }
      #footer-nav .mil-item:not(.title) .mil-link:hover {
        opacity: 1; }
  #footer-nav .social-share-links {
    position: absolute;
    left: -6px;
    bottom: -52px; }
  #footer-nav .ssl-list-item {
    float: left;
    margin: 0 15px 0 0; }
    #footer-nav .ssl-list-item:last-child {
      margin-right: 0; }
    #footer-nav .ssl-list-item .link {
      display: block;
      margin: 0;
      width: 40px;
      height: 40px;
      background-repeat: no-repeat;
      background-size: cover;
      border-bottom: 0; }
      #footer-nav .ssl-list-item .link.vk {
        background: url(/resources/core/images/site/base/vk_blue.svg) center top no-repeat; }
      #footer-nav .ssl-list-item .link.youtube {
        background: url(/resources/core/images/site/base/youtube_blue.svg) center top no-repeat; }
  #footer-nav .location {
    position: relative;
    left: -20px;
    padding: 0 17px 0 20px;
    height: 20px;
    display: inline-block;
    background: url(/resources/core/images/site/base/location_black.svg) 0 3px no-repeat;
    background-size: 14px;
    top: 2px; }
    #footer-nav .location .text-item {
      font: 400 0.8125em var(--font-family-rg);
      font-size: 13px;
      margin-right: 10px;
      cursor: pointer;
      color: #2B1B35; }
    #footer-nav .location .hl-arrow {
      position: absolute;
      cursor: pointer;
      top: 11px;
      right: 8px;
      width: 12px;
      height: 7px;
      background: url(/resources/core/images/site/base/arrow_black_down.svg) 0 0 no-repeat; }

.footer-company {
  color: #2B1B35;
  font: 300 0.75em var(--font-family-rg); 
  font-size: 12px;
  display: flex;
}
.footer-company .copyright {
  display: inline-block;
  padding: 35px 0; 
  flex: 1 0;
}
.footer-company .copyright .company {
  margin-left: 15px; 
}
.footer-company .address {
  display: inline-block;
  padding: 25px 0 15px;
  line-height: 1.8em;
}
.footer-company .address > span {
  margin-right: 7px; 
}
.footer-company .address > span > a {
  color: #2B1B35;
  font-weight: bold;
  font-size: 1.4em; 
}
.footer-company .phone-free-call {
  display: none; 
}

#footer-nav .location {
    left: auto;
}

@media (max-width: 1023px) {
  #footer-nav .cell {
    float: none;
    margin-bottom: 45px;
    width: 100%; 
  }
    #footer-nav .cell:last-of-type {
      margin-bottom: 0; 
    }
  #footer-nav .mil-item {
    text-align: center; 
  }
  #footer-nav .location {
    left: auto;
    padding: 0 20px;
    margin: 0 auto; 
  }
  #footer-nav .social-share-links {
    position: relative;
    left: auto;
    bottom: auto;
    margin: 0 auto;
    width: 185px; }
  #footer-nav .ssl-list-item .link {
    width: 51px;
    height: 51px; }

  #page-footer .m-quick-reach-menu {
    display: block; }

  .footer-company {
    text-align: center; }
    .footer-company .copyright {
      padding: 25px 25px;
      text-align: center; }
      .footer-company .copyright .company {
        display: block;
        margin: 5px 0; }
    .footer-company .address {
      float: none;
      padding-top: 0; } }
  
@media (min-width: 1600px){
    #page-footer .content-wrapper {
        padding: 0 100px !important;
    }
}

@media (min-width: 1440px){
    #page-footer .content-wrapper {
        padding: 0 100px !important;
    }
}
  
@media (min-width: 1270px) {
    #page-footer .content-wrapper {
        padding: 0 65px !important;
        width: 100% !important;
        max-width: inherit !important;
    }
}

hr.hor-line {
    margin: 0 !important;
}