/* Все, что в шапке */
.header {
    box-shadow: 0px 4px 15px rgb(196 196 196 / 20%);
    background-color: var(--color_white);
    height: 115px;
    padding: 0px 0px 0px 0px;
    width: 100%;
    height: 100%;
    position: relative;
    z-index: 100;
}
.header__logo {
    padding: 16px 24px 16px 32px;
    display: inline-block;
    border-right: 1px solid var(--color_light-gray);
}
.header__content {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.header__menu {
    display: flex;
    justify-content: flex-start;
    padding-right: 104px;
}
.header__contacts {
    display: flex;
    padding: 16px 104px 10px 0px;
    border-bottom: 1px solid var(--color_light-gray);
    justify-content: flex-end;
}
.header__email {
	position: relative;
	margin-right: 55px;
}
.header__email::before {
	content: " ";
	position: absolute;
    background: url("data:image/svg+xml,%3Csvg width='19' height='15' viewBox='0 0 19 15' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M3 0H16C16.7956 0 17.5587 0.316071 18.1213 0.87868C18.6839 1.44129 19 2.20435 19 3V12C19 12.7956 18.6839 13.5587 18.1213 14.1213C17.5587 14.6839 16.7956 15 16 15H3C2.20435 15 1.44129 14.6839 0.87868 14.1213C0.316071 13.5587 0 12.7956 0 12V3C0 2.20435 0.316071 1.44129 0.87868 0.87868C1.44129 0.316071 2.20435 0 3 0ZM3 1C2.512 1 2.064 1.175 1.717 1.466L9.5 6.52L17.283 1.466C16.9236 1.16441 16.4692 0.999385 16 1H3ZM9.5 7.712L1.134 2.28C1.04529 2.50968 0.999855 2.75379 1 3V12C1 12.5304 1.21071 13.0391 1.58579 13.4142C1.96086 13.7893 2.46957 14 3 14H16C16.5304 14 17.0391 13.7893 17.4142 13.4142C17.7893 13.0391 18 12.5304 18 12V3C18 2.746 17.953 2.503 17.866 2.28L9.5 7.711V7.712Z' fill='%23898989'/%3E%3C/svg%3E%0A");
    background-repeat: no-repeat;
    width: 19px;
    height: 15px;
    left: -25px;
    top: 3px;
}
.header__phone {
	position: relative;
}
.header__phone::before {
	content: " ";
	position: absolute;
    background: url("data:image/svg+xml,%3Csvg width='19' height='19' viewBox='0 0 19 19' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M17.5 19C18.327 19 19 18.327 19 17.5V14C19 13.173 18.327 12.5 17.5 12.5C16.33 12.5 15.18 12.316 14.08 11.953C13.8171 11.87 13.5365 11.8599 13.2683 11.9238C13.0001 11.9877 12.7542 12.1233 12.557 12.316L11.117 13.756C8.62811 12.4048 6.58403 10.3614 5.232 7.873L6.66 6.436C7.072 6.054 7.22 5.473 7.044 4.914C6.68174 3.8123 6.49808 2.65973 6.5 1.5C6.5 0.673 5.827 0 5 0H1.5C0.673 0 0 0.673 0 1.5C0 11.15 7.85 19 17.5 19ZM1.5 1H5C5.13261 1 5.25979 1.05268 5.35355 1.14645C5.44732 1.24021 5.5 1.36739 5.5 1.5C5.5 2.777 5.7 4.031 6.093 5.22C6.12187 5.30628 6.12525 5.39906 6.10273 5.48721C6.0802 5.57536 6.03273 5.65515 5.966 5.717L4.01 7.683C5.647 10.911 8.065 13.329 11.308 14.98L13.257 13.03C13.3235 12.9642 13.4067 12.9177 13.4975 12.8955C13.5884 12.8733 13.6836 12.8762 13.773 12.904C14.969 13.3 16.223 13.5 17.5 13.5C17.775 13.5 18 13.725 18 14V17.5C18 17.775 17.775 18 17.5 18C8.402 18 1 10.598 1 1.5C1 1.36739 1.05268 1.24021 1.14645 1.14645C1.24021 1.05268 1.36739 1 1.5 1Z' fill='%23898989'/%3E%3C/svg%3E%0A");
    background-repeat: no-repeat;
    width: 19px;
    height: 19px;
    left: -25px;
    top: 0px;
}
.header__menu-link {
    color: var(--color_light-black);
    font-family: Montserrat;
    font-style: normal;
    font-weight: 600;
	cursor: pointer;
    padding: 20px;
    background-color: var(--color_white);
    font-size: 19px;
    line-height: 23px;
    letter-spacing: 0.005em;
}
.selected {
	background-color: var(--color_light-gray);
}

/* Панель скачки файлов */
#download-panel {
    position: absolute;
    width: 100vw;
    height: 100vh;
    z-index: 10;
    background: rgba(45, 45, 45, 0.25);
    display: none;
    flex-direction: row;
    top: 115px;
}
.download-panel__background {
    width: 70%;
}
.download-panel__content {
    background-color: var(--color_white);
    width: 30%;
    top: 0;
    padding: 35px 64px;
    position: relative;
}
.download-links__item {
	margin-bottom: 30px;
}
.download-links__info-block {
    display: flex;
    margin-top: 5px;
}
.download-links__info {
    margin-right: 5px;
}
.download-panel__close {
	position: absolute;
	background: url("data:image/svg+xml,%3Csvg width='19' height='20' viewBox='0 0 19 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M18.8536 18.6465C18.9001 18.693 18.9369 18.7481 18.962 18.8087C18.9871 18.8694 19 18.9344 19 19.0001C19 19.0658 18.9871 19.1308 18.9619 19.1914C18.9368 19.2521 18.9 19.3072 18.8535 19.3536C18.8071 19.4001 18.7519 19.4369 18.6913 19.462C18.6306 19.4871 18.5656 19.5 18.4999 19.5C18.4343 19.5 18.3692 19.4871 18.3086 19.4619C18.2479 19.4368 18.1928 19.4 18.1464 19.3535L9.50001 10.7073L0.853638 19.3535C0.759884 19.4473 0.632713 19.5 0.500101 19.5C0.367489 19.5 0.2403 19.4474 0.146513 19.3536C0.0527258 19.2599 2.34537e-05 19.1327 7.82614e-09 19.0001C-2.3438e-05 18.8675 0.052634 18.7403 0.146388 18.6465L8.79289 10L0.146388 1.35351C0.052634 1.25973 -2.34362e-05 1.13254 7.82614e-09 0.999925C2.34518e-05 0.867313 0.0527258 0.740142 0.146513 0.646388C0.2403 0.552634 0.367489 0.499977 0.500101 0.5C0.632713 0.500023 0.759884 0.552726 0.853638 0.646513L9.50001 9.29276L18.1464 0.646513C18.2401 0.552726 18.3673 0.500023 18.4999 0.5C18.6325 0.499977 18.7597 0.552634 18.8535 0.646388C18.9473 0.740142 19 0.867313 19 0.999925C19 1.13254 18.9474 1.25973 18.8536 1.35351L10.2071 10L18.8536 18.6465Z' fill='%23D2D2D2'/%3E%3C/svg%3E%0A");
	top: 20px;
    right: 70px;
    width: 20px;
    height: 20px;
	cursor: pointer;
}

/* Медиа для 1440 */
@media screen and (max-width: 1440px) {

/* Контакты в шапке */ 
.header__contacts {
    display: flex;
    padding: 16px 56px 10px 0px;
    border-bottom: 1px solid var(--color_light-gray);
    justify-content: flex-end;
}

/* Меню */
.header__menu {
    display: flex;
    justify-content: space-between;
	padding-right: 56px;
}
}