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, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
html a {
    text-decoration: none;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

img {
  max-width: 100%;
}
.welcome-page {
    align-items: center;
    background: #000;
    background-image: url(images/img/sander-yigin-ki19VJAGh6w-unsplash.jpg);
    background-position: 50%;
    background-size: cover;
    display: flex;
    height: 100vh;
    justify-content: end;
    margin-bottom: -5rem;
    background-color: rgba(8, 8, 8, 0.5);
  background-blend-mode: multiply;
}
html .v-toolbar.not-logged {
    background: transparent;
    box-shadow: none;
    left: 0;
    max-height: var(--primary-header);
    min-height: var(--primary-header);
    position: absolute;
    right: 0;
    top: 2rem;
    transition: height .5s,min-height .5s,max-height .5s;
    z-index: 7;
}
html .v-toolbar.not-logged .v-toolbar__content {
    display: flex;
    padding: 0;
    padding-left: var(--header-horizontal-padding);
    padding-right: var(--header-horizontal-padding);
}
.logo-container {
    margin-right: auto;
}
.logo-image{
    width: 500px;
}
.ps {
    -ms-overflow-style: none;
    overflow: hidden!important;
    overflow-anchor: none;
    touch-action: auto;
    -ms-touch-action: auto;
}
.welcome-page .start-screen {
    align-items: center;
    display: flex;
    height: 100%;
    max-width: 500px;
    padding-left: var(--header-horizontal-padding);
    padding-right: var(--header-horizontal-padding);
    width: 500px;
}
:root {
    --header-horizontal-padding: 3rem;
    --primary-header: 5.4rem;
    --secondary-header: 7.5rem;
}

.image img {
	opacity: 0.6;
}

.welcome-page .start-screen .text--title,.welcome-page .start-screen .text--subtitle {
    color: #fff;
    font-family: Inter Regular,sans-serif;
    font-size: 1.45rem;
    line-height: 2rem;
}

.welcome-page .start-screen .text--subtitle{
    padding-top: 10px;
}
.welcome-page .start-screen .start-section-footer {
    grid-row-gap: 1rem;
    align-items: center;
    background: transparent;
    bottom: 0;
    color: #fff;
    display: grid;
    font-family: Inter Regular,sans-serif;
    font-size: 14px;
    grid-template-rows: 1fr 1fr;
    justify-content: center;
    left: 0;
    padding: 1rem;
    position: fixed;
    right: 0;
    text-align: center;
}

.start-screen-content{
    padding-top: 120px;
}

.welcome-page .start-screen .start-section-footer .footer-contacts {
    display: flex;
    max-width: 1440px;
    padding-left: var(--header-horizontal-padding);
    padding-right: var(--header-horizontal-padding);
    text-align: left;
}
.welcome-page .start-screen .start-section-footer a[href^="tel:"] {
    border-radius: 4px;
    color: #fff;
    font-size: 16px;
    margin-right: 1rem;
    padding: 0.5rem;
    white-space: nowrap;
}
.welcome-page .start-screen .start-section-footer a[href^="mailto:"] {
    border-radius: 4px;
    color: #fff;
    font-size: 16px;
    padding: 0.5rem;
    white-space: nowrap;
}
.mdi-phone::before {
    content: "\F3F2";
}
.mdi-email::before {
    content: "\F1EE";
}
.mdi:before, .mdi-set {
    display: inline-block;
    font: normal normal normal 24px/1 "Material Design Icons";
    font-size: inherit;
    text-rendering: auto;
    line-height: inherit;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
@media screen and (max-width: 992px) {
    .logo-container{
        margin-right: 0;
    }
    .v-toolbar__content,.welcome-page{
        justify-content: center;
    }
    .start-screen-content{
        padding-top: 0;
    }
    .welcome-page .start-screen .text--title,.welcome-page .start-screen .text--subtitle{
        font-size: 1.1rem;
    }
}

@media screen and (max-width: 600px) {
    .welcome-page{
        justify-content: center;
    }
    .welcome-page .start-screen .text--title,.welcome-page .start-screen .text--subtitle{
        font-size: 0.8rem;
        font-weight: bold;
    }
    .welcome-page .start-screen .start-section-footer a[href^="mailto:"],.welcome-page .start-screen .start-section-footer a[href^="tel:"]{
        font-size: 12px;
    }
}

