 
* {box-sizing: border-box;}
html {
    max-width: 100vw;
    max-width: 100dvw;
    overflow-x: hidden;
}
div {
	position:relative;
}
body {
    font-family: "Google Sans Flex", 'Ubuntu', 'Roboto', Arial, sans-serif;
    background: #fff;
    margin: 0;
    padding-top:64px;
    transition: all 0.6s ease;
    opacity: 0;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
	padding-top: 60px;
	
}
body.loaded {opacity: 1;}
.wrap {
    max-width: 1390px;
    margin: 0 auto;
    padding: 0 20px;
}
.margin24 {
    margin: 20px auto;
}
div, main, article, footer {
    position: relative;
}
section {
    position: relative;
}
h1, h2, h3, h4 {
    margin: 0;
}




header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 60px;
    z-index: 10;
    background: linear-gradient(0deg, #ffffff, #c9c9c9);
    box-shadow: 0px 0px 4px -2px #000;
}
header .wrap {
    display: grid;
    grid-template-columns: 200px 1fr;
    gap: 15px;
    height: 60px;
    align-items: center;
}
nav.links {
    display: flex;
    justify-content: flex-end;
    gap: 15px;
    align-items: center;
}
nav.links a {
    font-size: 14px;
    text-decoration: none;
    color: #232323;
}
nav.links div:hover a, nav.links .active a {
    color: #cc0000;
}
header .logo {
    height: 60px;
    width: auto;
    display: flex;
    align-items: center;
}
header .logo img {
    max-height: 48px;
}




section.content {
    padding: 40px 24px;
}
section.content h1 {
    font-size: 40px;
    max-width: 500px;
    text-align: center;
    margin: 0 auto;
    margin-bottom: 40px;
    color: #46474b;
    font-weight: 700;
}
.leftright {
    display: flex;
    gap: 24px;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    margin: 40px auto;
}
.leftright > div {
    flex: 1;
    max-width: calc(50% - 12px);
}
.leftright .imag {
    width: 100%;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}
.leftright .imag img {
    width: 100%;
    height: auto;
    max-width: 450px;
    border-radius: 10px;
    display: block;
}
section.content .text {
    font-size: 17px;
    line-height: 1.7;
    text-align: justify;
    color: #444444;
}
section.content .leftright .text {
    text-align: center;
    font-size: 20px;
}
section.content h2 {
    font-size: 28px;
    font-weight: normal;
}

footer {
    background: #f4f6f7;
    height: 128px;
    padding: 20px;
}
footer .logo img {
    height: 40px;
}

.botfoot {
    margin-top: 15px;
}

.botfoot .wrap {
    display: flex;
    justify-content: space-between;
    font-size: 12px;
    color: #888;
    font-weight: normal;
}
.botfoot .wrap a {
    font-size: 12px;
    color: #202124;
    text-decoration: none;
}
.botfoot .wrap a:hover {
    color: #CC0000;
}

section.content {
    min-height: calc(100vh - 60px - 128px);
    min-height: calc(100svh - 60px - 128px);
}



footer .langs {
    margin-top: 8px;
    font-size: 12px;
}
footer .langs a {
    color: #676767;
    text-decoration: none;
}

span.red {
    color: #ed1b24;
}



.newsitem {
    padding-bottom: 10px;
    margin-bottom: 20px;
    border-bottom: 1px solid #ddd;
}








/**/

body {
  min-width:320px;
}
.tablescroll {
    max-width: 100%;
    margin: 15px 0;
    overflow: auto;
}
section.content .text img {
    height: auto;
    width: auto;
    max-width: 100%;
    object-fit: contain;
    margin: 0 auto;
    display: block;
}

@media (max-width: 768px) { 
	
section.content h1 {
    font-size: 24px;
}
.leftright > div {
    width: 100%;
    flex: unset;
    min-width: 100%;
    max-width: unset;
}
section.content {
    padding: 32px 8px;
}
.wrap {
    padding: 0 12px;
}
section.content .text {
    font-size: 14px;
    line-height: 1.5;
}
section.content .leftright .text {
    font-size: 16px;
}
.botfoot .wrap {
    flex-wrap: wrap;
    gap: 12px;
}
footer {
    height: auto;
    padding: 20px 8px;
}
footer .logo {
    display: block;
    text-align: center;
}
footer * {
    text-align: center;
    justify-content: center;
}
.botfoot div {
    width: 100%;
}

}
@media (max-width: 576px) { 
	
nav.links {
    position: absolute;
    bottom: -32px;
    background: #e1e1e1;
    height: 32px;
    width: 100%;
    padding: 0 13px;
    gap: 4px;
    justify-content: space-around;
}
body {
    padding-top: 92px;
}
nav.links a span {
    white-space: nowrap;
    font-size: 11px;
}


}




















































