@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,300;0,400;0,500;0,900&display=swap');
body,
html {
    height: 100%;
    width: 100%;
    margin: 0px;
    padding: 0px;
    font-family: 'Roboto', Arial, sans-serif;
}

.welcome,
.welcome main {
    height: 100%;
}

.welcome .filterBackground {
    padding-top: 40px;
}

.welcome .logo {
    margin-left: 40px;
}

.backgroundImage {
    background-image: url('/web/images/back.png');
    background-size: cover;
    background-position: center;
    width: 100%;
    height: 100%;
}

.containers {
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
}

.filterBackground {
    background-image: url('/web/images/filter.png');
    background-size: cover;
    width: 100%;
    height: 100%;
}

.firstText {
    text-align: center;
    margin-top: 200px;
    font-style: normal;
    font-weight: 900;
    font-size: 48px;
    line-height: 48px;
    color: #FFFFFF;
    text-shadow: 0px 2px 20px #909090;
}

.secondText {
    font-weight: normal;
    font-size: 36px;
    line-height: 40px;
    text-align: center;
    color: #FFFFFF
}

.lasttext {
    margin-top: 150px;
    text-align: center;
    font-weight: 300;
    font-size: 24px;
    line-height: 24px;
    color: #FFFFFF;
}

.butnblock {
    text-align: center;
    margin-top: 50px;
}

.butnblock2 {
    text-align: center;
    margin-top: 50px;
}

.butnblock2 img {
    display: inline;
}

.butnblock2 a:last-child {
    margin-left: 30px;
}

.butnblock2 a:first-child {
    margin-right: 0px;
}

.butnblock a:last-child {
    margin-left: 20px;
    font-weight: 500;
    font-size: 14px;
    line-height: 16px;
    text-align: center;
    letter-spacing: 0.016em;
    background: #180966;
    border-radius: 40px;
    padding: 15px 40px;
    color: #FFFFFF;
    text-decoration: none;
}

.butnblock a:first-child {
    margin-right: 20px;
    text-decoration: none;
    font-weight: 500;
    font-size: 14px;
    line-height: 16px;
    text-align: center;
    letter-spacing: 0.016em;
    background: #FFFFFF;
    border-radius: 40px;
    padding: 15px 40px;
    color: #180966
}

@media(max-width:900px) {
    .butnblock a:last-child {
        margin-left: 10px;
        padding: 10px 20px;
    }
    .butnblock a:first-child {
        margin-right: 10px;
        padding: 10px 20px;
    }
    .butnblock2 {
        text-align: center;
        margin-top: 20px;
    }
    .lasttext {
        margin-top: 40px;
    }
    .firstText {
        font-size: 32px;
        margin-top: 20px;
    }
    .secondText {
        font-size: 26px;
        line-height: 40px;
    }
}