html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
font,
img,
ins,
kbd,
q,
s,
samp,
strike,
strong,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent
}

address {
    display: unset;
    font-style: unset;
}

table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
    margin: 0;
    padding: 0;
    font-size: 100%;
    vertical-align: top
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

blockquote,
q {
    quotes: none
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: ''
}

button {
    font-family: "Archivo", sans-serif;
    border: none;
    cursor: pointer;
}

ins {
    text-decoration: none
}

del,
s,
strike {
    text-decoration: line-through
}

html {
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
    display: block;
    margin: 0
}

* {
    box-sizing: border-box;
}

img {
    border: none;
    vertical-align: top;
    max-width: 100%;
    height: auto;
    image-rendering: -webkit-optimize-contrast;
}

svg {
    flex-shrink: 0;
    display: flex;
}

html {
    height: 100%;
    scrollbar-gutter: stable;
}

input,
textarea,
button,
select,
label,
a {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

body {
    font-family: "Rubik", serif;
    font-optical-sizing: auto;
    font-style: normal;
    background-color: #F8F8F8;
    color: #040101;
    scrollbar-gutter: stable;
}

body.overflow {
    overflow: hidden;
    touch-action: none;
    -ms-touch-action: none;
}

iframe {
    width: -webkit-fill-available;
}

.page-body {
    min-height: 100dvh;
    display: flex;
    align-items: center;
    justify-content: center;
}

.container {
    margin: 0 auto;
    width: min(700px, calc(100% - 40px));
}

.message-box {
    display: flex;
    flex-direction: column;;
    gap: 20px;
}

h1 {
    font-size: 28px;
    line-height: 38px;
}

p {
    font-size: 20px;
    line-height: 30px;
}

.phone {
    font-size: 26px;
    line-height: 32px;
    color: #040101;
    text-decoration: none;
    font-weight: 700;
    transition: .3s;
}

.phone:hover {
    opacity: .7;
}

.social {
    display: flex;
    align-items: center;
    gap: 30px;
}

.social-item {
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
    transition: .3s;
}

.social-item:hover {
    transform: scale(1.03);
}

.facebook {
    background-color: #1877F2;
}

.instagram {
    background: linear-gradient(45deg, #E4405F, #F77737, #C13584, #4C68D7);
}

.viber {
    background-color: #665CAC;
}

.copyright {
    font-size: 14px;
    line-height: 18px;
}