.text__container {
    color: var(--clr-default-250);
}

.text__container h1 {
    color: white;
    font-size: 36px;
    display: block;
    text-align: center;
    margin: 36px 0;
    font-size: 36px;
}

.text__container h3 {
    color: white;
    line-height: 1.4;
    font-size: 20px;
    margin-bottom: 5px;
    font-weight: 500;
}

.text__container p {
    margin: 20px 0 26px;
    line-height: 26px;
    font-weight: normal;
    font-size: 15px;
}

.text__container p b {
    font-weight: 500;
    color: white;
}

button:disabled {
    opacity: 0.2;
}

table {
    font-size: 14px;
}

th {
    font-size: 12px;
    text-align: left;
}

td.parameters-col_name {
    font-weight: 500;
    font-size: 16px;
}

.parameter__name.required span {
    color: red;
}

.parameter__name.required::after {
    font-size: 10px;
    position: relative;
    top: -6px;
    padding: 5px;
    content: "required";
    color: rgba(255, 0, 0, .6);
}

.parameter__type {
    font-size: 12px;
    padding: 5px 0;
    font-family: monospace;
    font-weight: 600;
    color: #3b4151;
}

.parameter__deprecated {
    font-size: 12px;
    font-style: italic;
    font-family: monospace;
    font-weight: 600;
    color: red;
}

.parameter__extension,
.parameter__in {
    font-size: 12px;
    font-style: italic;
    font-family: monospace;
    font-weight: 600;
    color: grey;
}

.modal__content--end {
    box-shadow: 1px 1px 35px rgba(0, 0, 0, .25);
    background-image: linear-gradient(225.52deg, #003a5a .89%, #000c3d 100%);
    color: white;
}

.modal__content--end .modal__close::after, .modal__content--end .modal__close::before {
    background-color: var(--clr-default-100);
  }

.modal__content--end .modal--contact-title {
    color: var(--clr-default-100);
    font-size: 40px;
}

.modal__content--end .modal--contact-subttile {
    color: var(--clr-default-250);
    font-size: 20px;
    line-height: 1.7;
}

.modal__inner-end {
    display: flex;
}

.modal__img--end {
    margin-right: 3rem;
    max-width: 100px;
    width: 100%;
}

.modal__img--end img {
    max-width: 100%;
}

.modal__btn {
    margin-left: 0;
    margin-top: 30px;
}

.header__btn {
    margin-left: 3rem;
}

.lang {
    display: inline-flex;
    list-style: none;
    margin-left: 30px;
}

.lang__item {
    color: var(--clr-default-250);
    text-transform: uppercase;
}

.lang__item:last-child {
    margin-left: 15px
}

.lang__item.active {
    color: white;
}