﻿@import url('css2-Robotowght700_swap.css');

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

img {
    max-width: 100%;
    height: auto;
}

.domain-inaccessible {
    background: #000000;
    font: normal 1em/1.3em 'Roboto', 'Arial', sans-serif;
}

.modal {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 300px;
    min-height: 300px;
    height: auto;
    max-height: 80%;
    max-width: 90%;
    display: flex;
    flex-direction: column;
    align-items: center;
    background-position: left bottom, left top;
    background-repeat: no-repeat;
    background-color: #f7f7f7;
    background-size: contain, cover;
    border-radius: 10px;
}

.modal__logo {
    width: 114px;
    height: auto;
}

.modal__description {
    margin: auto 10px;
    font-size: 15px;
    line-height: 19px;
    text-align: center;
    font-style: normal;
    font-weight: 700;
    color: #000000;
    font-family: inherit;
}

.modal__header {
    background: linear-gradient(180deg, #520000 0%, #000000 100%);
    width: 100%;
    height: 50px;
    display: grid;
    place-content: center;
    border-radius: 10px 10px 0 0;
}
