.bitrix-admin-panel {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 9999;
    background: #fff;
    border-bottom: 1px solid #ddd;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}
body.has-bitrix-panel{
    padding-top: 147px; /* Высота панели */
}
body.has-bitrix-panel .header__inner{
    top: 177px;
}
.bx-breadcrumb .bx-breadcrumb-item>a,
.bx-breadcrumb .bx-breadcrumb-item>span{
    font-size: 20px;
}
@media (min-width: 1200px) {
    body.has-bitrix-panel .header__inner{
        top: 167px;
    }
}

.formsucc{
    text-align: center;
    color: white;
}

.section__feedback-contacts .section__container div:nth-child(2){
    width: 100%;
  max-width: 550px;
  padding: 0;
  margin: 0 auto;
  margin-left: 0;
}

.feedback__form-box p{
    color:white;
}
.footerlogo{
    object-position: center;
  width: 100%;
  height: 100px;
}
.working-principles__number{
    height: auto;
}
.working-principles__item{
    justify-content: flex-start;
}