.header__aloft-nav{
	margin-right: 20px;
}
.major__dots{
	margin-bottom: 80%;
}
.major__custom{
	padding-bottom: 2.4%;
}
.plans__item:hover{
	color: #c3d831;
}
.popup-request .superintendence__request:after{
	border-radius: 26px;
	display: none;
}
.superintendence__request:after{
	display: none;
}
.superintendence__request:before {
    content: '';
    position: absolute;
    top: 0;
    left: -50%;
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    width: 1000%;
    height: 100%;
    -webkit-box-shadow: 1px 3px 15px rgb(0 0 0 / 15%);
    box-shadow: 1px 3px 15px rgb(0 0 0 / 15%);
    background-color: #ffffff;
    z-index: -1;
}
.popup-request .superintendence__request:before {
    transform: none;
    left: 0%;
    width: 100%;
    border-radius: 26px;
}
.influence__close{
	right: 3%;
    position: absolute;
    top: -55%;
    transform: translateY(55%);
    cursor: pointer;
}
.search__block{
	display: none;
}
.search__block {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 1000;
    background: rgba(0,0,0,0.8);
    flex-wrap: wrap;
    align-items: center;
    display: none;
    cursor: pointer;
}
.search__container{
	max-width: 780px;
    margin: 0 auto;
    padding: 0;
}
.search__block form {
    background: none;
    padding-top: 25%;
    z-index: 10;
    cursor: default;
}
.search__block fieldset {
    padding: 0;
    border: none;
    border-bottom: 1px solid #fff;
    position: relative;
}
.search__block input {
    background: none;
    outline: none;
    width: 100%;
    font-family: "RobotoRegular","Arial";
    font-weight: 300;
    font-size: 15px;
    height: 52px;
    line-height: 52px;
    color: #6c6c6c;
    border: 0;
    padding: 0 48px 0 12px;
    color: #fff;
}
.search__block .search-dropdown {
    position: absolute;
    z-index: 120;
    background: #fff;
    line-height: 1.4;
    width: 100%;
    top: 52px;
    left: 0;
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
    overflow: hidden;
    margin-top: -1px;
    box-shadow: 0 8px 15px rgb(0 0 0 / 30%);
}
.search__block button {
    position: absolute;
    z-index: 2;
    width: 42px;
    height: 40px;
    line-height: 40px;
    border: none;
    top: 6px;
    right: 0;
    padding: 0;
    background: 0 0;
    cursor: pointer;
}
.search__block button svg{
	fill: #ffffff;
}
.fix_btn{
    position: fixed;
    bottom: 40px;
    right: 40px;
    width: 50px;
    height: 50px;
    border-radius: 50%;
}
.fix_btn.button svg{
    margin-right: 0;
}
.production__item-action {
    outline: none;
}
.popup-window-with-titlebar{
    background-color: green;
}
.plans__set{
    justify-content: center;
}
.header__company-name:hover{
    color: #c3d831;
}
.major__arrows{
    margin-bottom: 20px;
}
.major__dots {
    margin-bottom: 75%;
}
@media screen and (max-width: 560px){
    .major__dots{
        margin-bottom: 0;
    }
}
.production__item-card{
    padding: 10px 0 25px;
}
.production__item-picture{
    padding-bottom: 75%;
}
.news__container{
    margin: 0 auto 50px; 
}
.search_center .button{
 padding: 0;
}
.search_center .error__btn{
    margin: 35px auto;
}
.search_center{
    text-align: center;
    padding-top: 45px;
    color: #304659;
    font-size: 2.0588rem;
    font-weight: 800;
    line-height: 50px;
}
.sitemap_block{
        position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 1000;
    background: rgba(0,0,0,0.8);
    flex-wrap: wrap;
    align-items: center;
    display: none;
    cursor: pointer;
}
.sitemap_overlay{
     position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 1000;
    flex-wrap: wrap;
    display: none;
    background: rgba(0,0,0,0.8);
    align-items: center;
    border: 1px solid #000;
}
/*.popup_sitemap{
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 10001;
    flex-wrap: wrap;
    display: none;
    align-items: center;
}*/
.sitemap_content{
     position: fixed;
      flex-wrap: wrap;
     top: 0;
     align-items: center;
     z-index: 10001;
        background-color: #333333;
    max-width: 500px;
    height: 100%;
    padding: 30px;
    /*position: relative;*/
    overflow: auto;
    left: -502px;
}
.close_sitemap{
    position: absolute;
    width: 25px;
    height:25px ;
    background: url(/local/templates/profis/img/icon/delete.svg);   

}
.sitemap_content li{
    list-style: none;
}
@media (max-width: 560px){
	.popup-request .superintendence__request:before{
    left: 0%;
  }
}