@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');

* {
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

body {
    margin: 0;
    font-family: "Inter", sans-serif;
    font-optical-sizing: none;
    font-weight: 20px;
    font-style: normal;
    color: #555;
    line-height: 24px;
}

header {
    height: 250px;
    background: url(/img/header-back.png) no-repeat #5c1710;
    background-size: cover;
    color: #fff;
    padding: 10px;
}

footer {
    color: #fff;
    padding: 0px;
    margin: 0px;
    display: inline;
}

.footstart {
    background-color: #f8f8f8;
    width: 100%;
    height: 30px;
}

.footstop {
    width: 100%;
    height: 170px;
    padding: 0px;
    margin: 0px;
    background: url(/img/footer-back.png) no-repeat #5c1710;
    background-size: cover;
}

.container {
    width: 90%;
    margin: auto;
}

h1,
h2,
h3 {
    text-transform: uppercase;
}

.marg0 {
    list-style-type: none;
    padding: 0px;
    margin-bottom: 0px;
}

.marg0 li {
    margin-bottom: 10px;
}

.galka {
    list-style-type: circle;
    padding: 0px 0px 0px 30px;
    margin-bottom: 0px;
}

.galka li {
    padding-left: 15px;
    margin-bottom: 0px;
}

.about {
    list-style-type: circle;
    padding: 0px;
}

.about li {
    padding-left: 15px;
}

.textcenter {
    text-align: center;
}

.headstart {
    width: 100%;
    height: 40px;
}

.headstop {
    width: 100%;
    height: 200px;
}

.blockcenter {
    display: flex;
    justify-content: center;
    align-items: center;
}

.blockright {
    display: flex;
    justify-content: flex-end;
    padding-right: 10px;
}

.blockleft {
    display: flex;
    justify-content: flex-start;
    padding-left: 10px;
    line-height: 2;
}

.blockleft a {
    color: #fff;
    text-decoration: underline;
    font-weight: bold;
}

.blockleft a:hover {
    text-decoration: underline;
}

.block200 {
    width: 300px;
    height: 100%;
}

.block800 {
    width: 100%;
}

.block40 {
    width: 40%;
}

.block50 {
    width: 50%;
}

.block60 {
    width: 60%;
}

.menu {
    margin: 0px;
    font-family: sans-serif;
    text-align: center;
}

.menu a {
    display: inline-block;
    color: #fff;
    text-decoration: none;
    letter-spacing: 0px;
    margin: 5px 32px;
}

.menu a:hover {
    text-decoration: underline;
}

.homepage {
    font-size: 20px;
    font-weight: bold;
    font-family: sans-serif;
    text-align: center;
    text-transform: lowercase;
}

.lowcase {
    text-transform: lowercase;
}

section {
    padding: 40px 0px;
}

.textheader {
    text-align: center;
    margin: 0;
}

.textheader::after {
    content: '';
    display: block;
    width: 50px;
    margin: 25px auto;
    border-bottom: 2px solid;
}

.workblock {
    display: flex;
}

.workrow1 {
    width: 180px;
    padding: 0px;
    margin: 0px;
    margin-bottom: 10px;
    font-family: 'Courier New', monospace;
}

.workrow2 {
    width: 100%;
    padding: 0px;
    margin: 0px;
    margin-bottom: 10px;
}

.workrow2 img {
    padding: 0px;
    margin: 3px 10px 0px 0px;
}

p {
    padding: 0px;
    margin: 0px;
}

.workrow2 h3 {
    margin: 0px;
    padding: 0px;
}

.container a {
    color: #5c1710;
    font-weight: bold;
    text-decoration: none;
}

.container a:hover {
    text-decoration: underline;
}

.redtext {
    color: #c0301c;
}

