
.header{
	background-color: #BE003E;
	padding: 10px 30px 10px 30px;
}
.header .row{
	margin: 0px;
}

.footer{
	background-color: #BE003E;
}

.header .burger_desctop{
	display: none;
}
.header .logo {
  display: block;
}
.header .logo span {
  display: inline-block;
}
.header .logo span object{
  position: relative; 
  z-index: -1;
  display: block;
}
.header .lang{
  font-family: 'ALS Hauss';
  font-style: normal;
  font-weight: 400;
  font-size: 42px;
  line-height: 29px;
  padding-right: 54px;
}
.header .burger_mobile{
	display: none;
}

.theme_dark .theme-btn .icon {
  width: 69px;
  height: 40px;
}
.header .logo {
  height: 120px;
}
.header .logo img, .header .logo object{
   width: 274px;
   height: 120px;
   max-width: 100%;
   /*border: 1px solid;*/
}
.start-xs.header__row{
  padding-left: 0px;
}
.end-xs.header__row{
  padding-right: 0px;
  /*border: 1px solid;*/
}
.header .logo {
  padding-left: 0px;
  line-height: 0rem;
}

.header .region{
	padding-left: 37px;
	/*border: 1px solid;*/
}	

.header .region p{
   font-family: 'ALS Hauss';
   font-style: normal;
   font-weight: 500;
   font-size: 18px;
   line-height: 18px;
   padding-left: 0px;
}
.header .region  p:after{
	background: url(/local/templates/ranepa_als/images/header/icons/menu-arrow-white.svg);
  background-repeat: no-repeat;
  background-position: center;
}
.header .eye, .header .search, .header .user {
  padding-right: 19px;
}
.end-xs.header__row a:last-child {
  padding-right: 0;
}
.icon-search svg, .icon-search img{
	width: 50.42px;
	height: 44px;
}
.icon-user svg, .icon-user img{
  width: 50px;
	height: 44px;
}
.icon-eye svg, .icon-eye img{
    width: 80px;
	height: 44px;
}
.theme-btn .icon svg, .theme-btn .icon img{
   width: 68.2px;
   height: 38.86px;
}

.header .pk .link.link-red{
  border: 0px;
}
.title__print-btn {
  background: url(/local/templates/ranepa_als/images/print_btn.svg);
  background-repeat: no-repeat;
  background-position: center;
  width: 53.3px;
  height: 50px;
  float: right;
  background-size: contain;
  cursor: pointer;
  margin-top: 10px;
  margin-left: 1rem;
}

.contentTitle + .content .title__print-btn{
  margin-top: 1.8rem;
} 

.title__print-btn + h3,
.title__print-btn + h2,
.title__print-btn + h1{
  padding-right: 60px;
}
.title__print-btn a{
  display: block;
  width: 100%;
  height: 100%;
}
.title__print-btn a:hover{
  border: 0px;
}

.print-btn {
  background: url(/local/templates/ranepa_als/images/print_btn.svg);
  background-repeat: no-repeat;
  background-position: center;
  width: 53.3px;
  height: 50px;
  display: inline-block;
  background-size: contain;
  cursor: pointer;
  margin-left: 1rem;
  order: 1;
}
.download-btn {
  background: url(/local/templates/ranepa_als/images/download_btn.svg);
  background-repeat: no-repeat;
  background-position: center;
  width: 50px;
  height: 47px;
  display: inline-block;
  background-size: contain;
  cursor: pointer;
  margin-left: 1rem;
  order: 1;
}

.print-container{
  display: flex;
  align-items:center;
}
.print-container span{
  max-width: calc(100% - 136px);
  order: -1;
}
.print-container p{
  max-width: calc(100% - 136px);
  order: -1;
}
.print-container div{
  max-width: calc(100% - 136px);
  order: -1;
}
.print-container_start .print-btn,
.print-container_start .download-btn{
  align-self: flex-start;
}
.print-container.red{
  color: #AF2127;
}
.print-container.red .link.link-red{
  color: #AF2127;
}
.print-container .print-btn, .print-container .download-btn {
   margin-bottom: 12px;
}

@media(max-width: 1199px){
	.header{
	  padding: 10px 30px 10px 20px;
    }

   .header .burger_desctop{
	  display: flex;
    z-index: 2;
   }
   .header .icon-burger{
   	 width: 55px;
     height: 38px;
     max-width: 55px;
   }
   .header .icon-burger svg, .header .icon-burger img{
   	 width: 55px;
     height: 38px;
   }

   .header .logo img,.header .logo object {
     margin-left: 20px;
   }
    .header .lang{
     display: none;
   }

}
@media(max-width: 1024px){
   .header{
	 padding: 10px 32px 10px 20px;
    }
   /*.header .burger_desctop{
	  display: flex;
   }*/
    .header .lang{
     display: flex;
   }
    .header .logo {
      height: 100px;
    }
   .header .logo img,.header .logo object {
     width: 228px;
     height: 100px;
     margin-left: 20px;
   }
   .header .icon-burger{
   	 width: 55px;
     height: 38px;
     max-width: 55px;
   }
   .header .icon-burger svg, .header .icon-burger img{
   	 width: 55px;
     height: 38px;
   }
   .header .region{
     display: none;
   }
   .header .lang{
     font-size: 36px;
     line-height: 29px;
     padding-right: 35px;
   }
   .header .eye, .header .search, .header .user {
     padding-right: 15px;
   }
   .icon-search svg, .icon-search img{
	  width: 43.54px;
    height: 38px;
   }
   .icon-user svg, .icon-user img{
     width: 42.96px;
     height: 38px;
   }
   .icon-eye svg, .icon-eye img{
    width: 69.09px;
    height: 38px;
   }
   .theme-btn .icon svg, .theme-btn .icon img{
    width: 58.9px;
    height: 33.56px;
   }

}

@media(max-width: 768px){
  .mobile-menu {
   z-index: 100 !important;
  }
  .header .logo {
    height: 80px;
  }
  .header .logo img, .header .logo object {
   width: 182.67px;
   height: 80px;
   margin-left: 0px;
 }

  header.header {
     margin-left: -16px;
     margin-right: -16px;
     margin-top: -16px;
     border-radius: 0;
     padding: 10px 15px 10px 15px;
   }
   .header .icon-burger{
   	 width: 40px;
     height: 30px;
     max-width: 40px;
   }
   .header .icon-burger svg,.header .icon-burger img{
     width: 40px;
     height: 30px;
   }
   .end-xs .eye{
   	  display: none;
   }
   .end-xs .lang{
   	 display: none;
   }

   .end-xs .theme-btn{
   	  display: none !important;
   }

   .start-xs .burger_desctop{
   	  /* display: none; */
      padding-right: 20px;
   }
   .header .burger_mobile{
	display: flex;;
   }


   #bx-panel~.mobile-menu{
   	top: 247px;
   }

   .mobile-menu{
   	top: 100px;
   }

   .cecutient #bx-panel~.mobile-menu{
     top: 289px !important;
   }

   .cecutient .mobile-menu{
    top: 142px !important;
   }
   .mobile-menu .left{
   	background-color: #BE003E;
   	width: 100%;
   }
   .mobile-menu__search input{
   	  border-radius: 0px;
   	  padding: 0px 10px 0px 63px;
      line-height: 60px;
   }
   .mobile-menu__search{
   	padding: 0px;
   }
   .mobile-menu__search::before{
   	top: 20px;
    left: 25px;
    background: url(/local/templates/ranepa_als/images/header/icons/mobile-menu-search-icon.svg);
   }

   .mobile-menu .modal__close{
   	width: 26px;
    height: 26px;
   	position: inherit;
   	background: url(/local/templates/ranepa_als/images/header/icons/icon-mobile-close.svg);
    background-position: center;
   }
   .mobile-menu__controls{
   	justify-content: flex-end;
   }
   .mobile-menu__city p::after, .mobile-menu__items li span::after {
      background: url(/local/templates/ranepa_als/images/header/icons//mobile-menu-arrow.svg);
      width: 10px;
      height: 15px;
      background-repeat: no-repeat;
   }
   .mobile-menu__inner{
   	background-color: #BE003E;
   	top: 130px;
   }
   .theme_dark .theme-btn .icon:not(.icon-theme-on) {
     display: flex;
   }
    .theme_dark .mobile-menu__controls .theme-btn .icon.icon-theme-on svg {
      display: flex;
   }
   .mobile-menu__controls .theme-btn .icon svg, .theme_dark .mobile-menu__controls .theme-btn .icon{
   	 width: 53px;
     height: 30px;
   }
   .theme_dark .mobile-menu__controls .theme-btn .icon{
   	display: none;
   }
   .theme_dark .mobile-menu__controls .theme-btn .icon.icon-theme-on{
   	display: flex;
   }
   .theme_dark .mobile-menu__search input::placeholder {
      color: #c4c4c4;
   }
   .mobile-menu__controls .icon-eye svg{
   	 width: 55px;
     height: 30px;
   }
   .mobile-menu__controls .lang a{
   	 font-family: 'ALS Hauss';
     font-style: normal;
     font-weight: 400;
     font-size: 32px;
     line-height: 29px;
   }
   .mobile-menu__controls .lang a:hover{
   	 border-width: 0px;
   	 color: #DEBABB;
   }
   .mobile-menu__controls .eye, .mobile-menu__controls .theme-btn i {
     margin: 0px;
     line-height: 0;
   }
   .mobile-menu__controls .lang{
    display: none;
    margin-right: 10px;
   }
   .mobile-menu__controls .eye{
    display: none;
    margin-right: 10px;
   }
   .mobile-menu__controls .theme-btn{
    display: none;
    margin-right: 10px;
   }
   .icon-user svg, .icon-user img{
     width: 33.98px;
     height: 30.06px;
   }
   .icon-search svg, .icon-search img{
     width: 34.44px;
     height: 30.06px;
   }

   .header .search, .header .user {
     padding-right: 10px;
   }
   
   .mobile-menu__controls{
    padding: 18px;
    /*border: 1px solid;*/
   }
   .mobile-menu__items{
    padding: 0px 40.5px 0px 25px;
   }
   .mobile-menu__items, .mobile-menu__items a, .mobile-menu__items span {
    /*font-family: 'Inter';*/
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
   }
   .mobile-menu__inner ul li a{
    line-height: 1.3;
   }
   .mobile-menu__items li span{
     padding: 10px 0px 10px 0px;
     line-height: inherit;
   }
   .mobile-menu__items li>a.link.link-red{
    padding: 10px 0px 10px 0px;
    display: block;
  }
  .mobile-menu__items li>a.link.link-red:hover{
    border-width: 0px;
    color: #DEBABB;
  }
   .mobile-menu__inner a.link:hover{
     border: 0px;
   }
   .mobile-menu__inner .list-none a.link:hover{
     color: #DEBABB;
   }
   .mobile-menu__items li span:hover{
     color: #DEBABB;
   }
   .mobile-menu__inner .list-none a.link.link_selected{
     color: #DEBABB;
   }
   .print-btn{
      width: 47px;
      height: 43px;
      margin-left: 10px}

  .download-btn {
     width: 48px;
     height: 42px;
     margin-left: 10px;
   }


   .title__print-btn {
    width: 53px;
    height: 43px;
   }

   main .print-container p, main .print-container a {
    line-height: 140%;
  }
   main .print-container a {
    font-size: 1rem;
  }


}


/*.icon.icon-theme-on svg{
	width: 69px;
	height: 40px;
}*/



