.bx-breadcrumb .bx-breadcrumb-item a{color:#7b7b7b;}
.popup-fade {
     position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 10000;
    overflow: hidden;
    -webkit-overflow-scrolling: touch;
    outline: 0;
    background: rgba(0,0,0, .7);
    width: 100%; 
    height: 100%;    
    overflow-x: hidden;
    overflow-y: auto;
    display: none;
}
/*.popup-fade:before {
  content: '';
  background: #000;
  position: fixed; 
  left: 0;
  top: 0;
  width: 100%; 
  height: 100%;
  opacity: 0.7;
  z-index: 9999;
}*/
.popup {
    width: 1100px;
    margin: 20px auto;
  padding: 20px 0;
  background: #fff;
  border: 1px solid rgba(0,0,0,.2);
  border-radius: 6px;
    z-index: 99999;
  opacity: 1; 
  position: relative;
      border-radius: 6px;
    outline: 0;
    -webkit-box-shadow: 0 3px 9px rgba(0,0,0,.5);
    box-shadow: 0 3px 9px rgba(0,0,0,.5);
     overflow-x: hidden;
    overflow-y: auto;
}
.popup-close {
  position: absolute;
  top: 10px;
  right: 10px;
}
.dopmenu{ /*padding-left: 20px;*/
/*    padding-right: 20px;  */
    background: #f1f0f5; 
    color: black;}
.dopmenu li{    display: inline;
    padding: 10px 8px;
    color: black;}
.dopmenu li a{   padding-top: 10px;
    padding-bottom: 10px;
    color: black;
    font-size: 14px;
    font-family: 'RobotoBold';
    text-transform: uppercase;}
.bx-breadcrumb i {line-height: 1.4!important;}
.dopmenu li span{margin-left: 18px;}
.dopmenu li a:hover{    color: #c7302a;}
.modal-header{
padding:5px 10px 10px;
   border-bottom: 1px solid #e5e5e5;  
   position: relative;
}
.modal-header:before, .modal-body:before, .modal-body:after, .modal-header:after{
  content: "";
    display: table;
    clear: both;
}
.modal-title{
   font-size: 1.25em;
   font-weight: 500;
}

.modal-body {
    padding: 5px;
}
.popup-close{
    font-size: 30px;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    position: absolute;
    top: 3px;
    right: 10px;
    cursor: pointer;
}
.site-header__region-link{
  display: block;
    float: left;
    width: 25%;
    padding: 0.61804697em 1.5em;
    transition-timing-function: ease;
    transition-duration: .15s;
    transition-property: background-color, color, font-weight, letter-spacing, border-color;
    letter-spacing: .025em;
    border: 1px solid transparent;
    border-radius: 3px;
    color: inherit;
}
.site-header__region-link:hover{
  font-weight: 300;
    letter-spacing: .05em;
    color: #fff;
    border-color: #eb504b;
    background-color: #eb504b;
}
@media all and (max-width: 1200px){
    .popup{
      width: 95%;
    }
}
@media all and (max-width: 767px){
  .popup {
    width: 95%;
  }
}
@media all and (max-width: 550px){
  .site-header__region-link{
    width: 33%;
  }
}
@media all and (max-width: 400px){
.site-header__region-link{
    width: 50%;
  }   
}