* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
body {
    display: flex;
    flex-direction: column;
    align-items: center;
    background-color: rgba(244, 244, 244, 1.0);
}
.banner {
    width: 100%;
    max-width: 1100px;
    background-color: rgb(238, 238, 238);
    padding: 0px;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.6);
}
.logo_banner {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}
.main_menu {
    width: 100%;
    height: 27px;
    max-width: 1100px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(35, 35, 35, 1.0);
    padding: 0px;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.6);
}
.main_menu_link {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 80%;
    color: rgba(238, 238, 238, 1.0);
    background-color: rgba(0, 0, 0, 0);
    text-decoration: none;
    text-align: left;
    margin: 18px;
    padding: 0px;
    border: 0px;
}
.main_menu_link:hover {
    color: rgba(173, 2, 20, 1.0);
    cursor: pointer;
}
.separator {
    width: 100%;
    max-width: 1100px;
    height: 2px;
    background: rgba(173, 2, 20, 1.0);
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.6);
}
.separator2 {
    width: 100%;
    max-width: 1100px;
    height: 2px;
    background: rgba( 136, 136, 136, 1.0);
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.6);
}
p {
    font-size: 90%;
    color: rgba(126, 126, 126, 1.0);
}
.copyright {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 10px;
    color: rgba(161, 161, 161, 1.0);
    margin: 10px;
    bottom: 10px;
}
.content {
    width: 100%;
    max-width: 1100px;
    min-height: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: none;
    line-height: 1.5;
    background: rgba(255, 255, 255, 1.0);
    padding-top: 75px;
    padding-bottom: 115px;
    padding-left: 8%;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.6);
    display: none;
    font-family:'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
    font-size: 16px;
    text-shadow: 1px 1px 3px rgba(255, 255, 255, 0.6);
}
.content h2 {
    margin-bottom: 25px;
    font-size: 22px;
}
.content h3 {
    margin-bottom: 5px;
    font-size: 16px;
}
.content h4 {
    margin-top: 20px;
    margin-bottom: 20px;
    font-size: 14px;
}
.content h5 {
    margin-top: 20px;
    font-size: 10px;
}
.dev {
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 380px;
}
#main {
    background-image: url('img/eshop_bg.webp');
    background-position: right center;
    background-repeat: no-repeat;
    background-size: auto 100%;
}
#services {
    background-image: url('img/contact_bg.webp');
    background-position: right center;
    background-repeat: no-repeat;
    background-size: auto 100%;
}
#eshop {
    background-image: url('img/eshop_bg.webp');
    background-position: right center;
    background-repeat: no-repeat;
    background-size: auto 100%;
}
#contact {
    background-image: url('img/contact_bg.webp');
    background-position: right center;
    background-repeat: no-repeat;
    background-size: auto 100%;
}
.contact_table {
    padding: 40px;
    width: 290px;
    border-radius: 20px;
    border: 2px solid rgba(107, 107, 107, 0.932);
    background-color: rgba(255, 255, 255, 0.575);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.3);
}
.contacts {
    font-size: 14px;
    font-family:'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
}