body{
    padding-top: 193px !important;
}

/** Заголовок **/
#header-fixed-container{
    position: fixed;
    background: #FFFFFF;
    width: 100%;
    top: 0;
    z-index: 999;
}

header.rubber-width {
    margin-bottom: 14px !important;
}

.header-container{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: baseline;
    margin-top: 6px;
    margin-bottom: 9px;
}

.header-container__item:first-child{
    padding-top: 13px;
    display: flex;
    flex-direction: row;
    gap: 30px;
}

.header-container__item:last-child{
    text-align: right;
}

#header-logo-home-link{
    float: none !important;
    margin-top: 0!important;
}

#header-logo-years{
    margin-top: 10px;
    padding-left: 40px;
}

#header-actions{
    margin-top: 30px;
    display: flex;
    justify-content: flex-end;
    gap: 10px;
    align-items: center;
}

#header-actions .ci-button {
    font-size: 13px;
    width: unset;
    line-height: 16px;
    height: 28px;
}

#header-actions .ci-button:hover {
    background-color: #fff;
    color: #444444;
    border-color: #00bbb4;
}

#header-button-help-icon{
    display: inline-block;
    width: 13px;
    height: 12px;
    margin: 0 5px -2px -2px;
    background: url("../images/header-button-icon-markirovka.png") top left no-repeat;
}

#header-button-call-icon{
    display: inline-block;
    width: 13px;
    height: 12px;
    margin: 0 5px -2px -2px;
    background: url("../images/header-button-icon-markirovka.png") -14px top no-repeat;
}

#header-points{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding-top: 10px;
    max-width: 400px;
}

@media(max-width: 1220px){
    #site-name {
        font-size: 35px;
    }
}

/** Меню **/

#middle-tabs-block{
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
}

#navigation-icons{
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 20px;
    margin-left: 80px;
}

#header-main-page-link{
    width: 30px;
    height: 30px;
    background: url("../images/header-button-icon-markirovka.png") -28px top no-repeat;
    display: block;
}

#header-show-search{
    width: 31px;
    height: 30px;
    background: url("../images/header-button-icon-markirovka.png") -57px top no-repeat;
    display: block;
}

#navigation-menu{
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
}

.navigation-menu__item{
    padding: 22px 40px;
}

.navigation-menu__item:hover{
    background: #fb2745;
}

.navigation-menu__item-link,
.navigation-menu__item-link:active,
.navigation-menu__item-link:visited{
    text-decoration: none;
    color: #FFFFFF;
    font-weight: 700;
}

.navigation-menu__item-link:hover{
    text-decoration: underline;
    color: #FFFFFF;
    font-weight: 700;
}

/** Меню **/
#header-menu{
    display: none;
}

.header-menu-container{
    background: #FFFFFF;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    padding: 30px 40px;
    box-sizing: border-box;

    -webkit-box-shadow: 0px 4px 8px 0px rgba(34, 60, 80, 0.5);
    -moz-box-shadow: 0px 4px 8px 0px rgba(34, 60, 80, 0.5);
    box-shadow: 0px 4px 8px 0px rgba(34, 60, 80, 0.5);

    position: absolute;
    z-index: 9999;
    left: 50%;
    transform: translateX(-50%);

    display: none;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;

    min-height: 392px;
    min-width: 908px;

    margin-left: 146px;
}

.header-menu-link__text{
    margin-bottom: 20px;
}

.header-menu-link__text:last-child{
    margin-bottom: 0;
}

.header-menu-link,
.header-menu-link:visited,
.header-menu-link:active{
    text-decoration: none;
    color: #444444;
    font-weight: 700;
}

.header-menu-link:hover{
    text-decoration: underline;
    color: #fb2745;

}

.header-menu__icon{
    width: 189px;
    height: 202px;

    display: flex;
    align-self: flex-end;
}

.header-menu__icon img{
    width: 100%;
    height: 100%;
}

.header-menu__links{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    gap: 30px;
}

/** Поиск **/
#header-search{
    background: #FFFFFF;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    padding: 30px 40px;
    box-sizing: border-box;

    -webkit-box-shadow: 0px 4px 8px 0px rgba(34, 60, 80, 0.5);
    -moz-box-shadow: 0px 4px 8px 0px rgba(34, 60, 80, 0.5);
    box-shadow: 0px 4px 8px 0px rgba(34, 60, 80, 0.5);

    position: absolute;
    z-index: 9998;
    min-width: 570px;
    width: 570px;

    display: none;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    gap: 20px;

    margin-left: 30px;
}

#header-search-icon{
    width: 31px;
    height: 30px;
    background: url("../images/header-button-icon-markirovka.png") -88px top no-repeat;
    flex-shrink: 0;
}

#header-search-field{
    flex-basis: 75%;
}

#header-search-input {
    border: none;
    border-bottom: 1px solid #acacac;
    outline: none;
    width: 100%;

    color: #3f3f3f;
    font-size: 16px;
}

#header-search-submit{
    border: none;
    outline: none;
    background: #c53045;
    color: #FFFFFF;
    font-size: 16px;
    border-bottom: 2px solid #535353FF;
    border-radius: 10px;
    padding: 10px 20px;
    cursor: pointer;
}

#header-search-submit:active{
    border-bottom: 2px solid #848484;
    background: #c53045;
}

#chat-area{
    bottom: 85px !important;
}