/* header */
.header_pc {
    position: relative;
    width: 100%;
    height: 63px;
    /* Автолейаут */
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    gap: 67;
    padding: 0px;
    box-sizing: border-box;
    border-bottom: 2px solid rgb(154, 154, 154);
}

.header_pc_navigation {
    /* меню */
position: static;
width: 557px;
height: 24px;
/* Автолейаут */
display: flex;
flex-direction: row;
justify-content: flex-start;
align-items: center;
gap: 90;
padding: 0px;


/* Inside Auto Layout */
flex: none;
order: 1;
flex-grow: 0;
margin: 0px 67px;
}

.logo_header_pc {
    /* лого */
position: static;
width: 143px;
height: 63px;
/* Inside Auto Layout */
flex: none;
order: 0;
flex-grow: 0;
margin: 0px 120px;
}

.header_pc_navigation_text-xl {
/* Автолейаут */
display: flex;
flex-direction: row;
justify-content: flex-start;
align-items: center;
gap: 60;
padding: 0px;


/* Inside Auto Layout */
flex: none;
order: 0;
flex-grow: 0;
margin: 0px 10px;
margin-right: 20px;

color: rgb(19, 19, 19);
font-family: Rubik;
font-size: 20px;
font-weight: 400;
line-height: 24px;
letter-spacing: 0%;
text-align: left;
text-decoration: none;
}

.header_icon_pc_tg {
/* Ellipse 1 */
position: absolute;
width: 37.5px;
height: 37.5px;
left: 900px;
top: 13.63px;
}

.header_icon_pc_vk {
    /* Ellipse 2 */
position: absolute;
width: 36px;
height: 36px;
left: 946px;
top: 13.63px;
}

.header_icon_pc_wt {
position: absolute;
width: 36px;
height: 36px;
left: 992px;
top: 13.38px;
}

.number_text_header_pc {
    /* тел */
position: static;
width: 209px;
height: 46px;
/* Автолейаут */
display: flex;
flex-direction: column;
justify-content: flex-start;
align-items: flex-start;
padding: 0px;


/* Inside Auto Layout */
flex: none;
order: 3;
flex-grow: 0;
margin: 0px 67px;
}

.number_text_header_pc_link {
/* +7 (923)-673-55 23 */
position: static;
width: 209px;
height: 26px;
/* Автолейаут */
display: flex;
flex-direction: column;
justify-content: flex-start;
align-items: center;
padding: 0px;


/* Inside Auto Layout */
flex: none;
order: 0;
flex-grow: 1;
margin: 0px 0px;

color: rgb(8, 98, 248);
font-family: Rubik;
font-size: 22px;
font-weight: 600;
line-height: 26px;
letter-spacing: 0%;
text-align: left;
text-decoration: none;
}

.number_text_header_pc_text {
    /* Позвоните мне */
position: static;
width: 209px;
height: 20px;
/* Автолейаут */
display: flex;
flex-direction: column;
justify-content: flex-start;
align-items: center;
padding: 0px;


/* Inside Auto Layout */
flex: none;
order: 1;
flex-grow: 1;
margin: 0px 0px;

color: rgb(19, 19, 19);
font-family: Rubik;
font-size: 17px;
font-weight: 400;
line-height: 20px;
letter-spacing: 0%;
text-align: left;
}