@font-face {
    font-family: "Manrope";
    font-display: swap;
    src: url("../fonts/Manrope-Bold.ttf") format("truetype");
    font-weight: 700;
    font-style: normal;
}

@font-face {
    font-family: "Manrope";
    font-display: swap;
    src: url("../fonts/Manrope-Medium.ttf") format("truetype");
    font-weight: 600;
    font-style: normal;
}

@font-face {
    font-family: "Manrope";
    font-display: swap;
    src: url("../fonts/Manrope-Regular.ttf") format("truetype");
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: "Manrope";
    font-display: swap;
    src: url("../fonts/Manrope-Light.ttf") format("truetype");
    font-weight: 300;
    font-style: normal;
}

* {
    padding: 0;
    margin: 0;
    border: 0;
}

*,
*:before,
*:after {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

:focus,
:active {
    outline: none;
}

a:focus,
a:active {
    outline: none;
}

aside,
nav,
footer,
header,
section {
    display: block;
}

html,
body {
    height: 100%;
    min-width: 320px;
}

body {
    line-height: 1;
    font-family: "Manrope", serif;
    -ms-text-size-adjust: 100%;
    -moz-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    color: #383838;
    font-size: 16px;
    background: #f5f7fb;
}

input,
button,
textarea {
    font-family: "Manrope", serif;
}

input::-ms-clear {
    display: none;
}

button {
    cursor: pointer;
}

button::-moz-focus-inner {
    padding: 0;
    border: 0;
}

input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

a,
a:visited {
    text-decoration: none;
}

a:hover {
    text-decoration: none;
}

ul li {
    list-style: none;
}

img {
    vertical-align: top;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: inherit;
    font-size: inherit;
}

select {
    -webkit-appearance: none;  /* Chrome, Safari */
    -moz-appearance: none;     /* Firefox */
    appearance: none;
    background-image: url('../images/icons/arrow.svg'); /* sau o săgeată CSS */
    background-repeat: no-repeat;
    background-position: right 10px center; /* aici controlezi marginul la săgeată */
    background-size: 12px 12px;
    font-family: "Manrope", serif;
    width: 200px;
    border-radius: 6px;
    box-shadow: 0 1px 12px 1px rgba(31, 31, 66, 0.16);
    height: 40px;
    padding: 10px 12px;
    border: 1px solid rgba(169, 169, 169, 1);
}

header {
    background: #fff;
}

.absolute {
    position: absolute;
    top: 60px;
    left: 10px;
}

._container {
    width: 100%;
    padding: 0 10px;
    max-width: 1600px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    gap:30px;
}

._row {
    flex-direction: row;
    justify-content: space-between;
}

._title {
    font-size: 32px;
    font-family: "Manrope", serif;
    font-weight: 800;
}

.header__items {
    display: flex;
    gap:40px;
    justify-content: center;
    align-items: center;
}
.header__item {
    font-family: "Manrope", serif;
    font-size: 14px;
    color: #383838;
}
._page {
    background: #f5f7fb;
    display: flex;
    gap:30px;
    margin: 30px;
    flex-direction: column;
}
._box {
    box-shadow: 0px 1px 2px 0px #0000001F;
    border-radius: 12px;
    padding: 30px;
    background: #fff;
    width: 100%;
    display: flex;
    gap:20px;
    flex-direction: column;
}
._editor {
    font-family: "Manrope", serif;
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
}
.breadcrumb__active,
.breadcrumb__link {
    color:#9C9C9C;
    font-family: "Manrope", serif;
    font-size: 14px;
}
.breadcrumb__line {
    color:#9C9C9C;
}
.pin_row {
    display: flex;
    flex-direction: row;
    gap:10px;
    background: #eeeeee;
    border-radius: 8px;
    padding: 10px;
    margin-top:10px;
    justify-content: space-between;
}
.header__language {
    display: flex;
    gap: 40px;
    justify-content: center;
    align-items: center;
}

.language__item a{
    color:#383838;
    font-family: "Manrope", serif;
    font-size: 16px;
}

.language__item._active a{
    text-decoration: underline;
    pointer-events: none;
}
