/*
https://colorscheme.ru/#0O61T6Kqew0w0

font-family: 'Montserrat', sans-serif;
font-family: 'Prata', serif;

black #000
white #fff
gray #ddd
biege #d1c0a5
light biege #d1c7a5
dark biege 9d9384
brown 885336

1 #219653
2 #2d9cdb
3 #a61b1b
4 #1a4338
5 #0c629f
6 #a61b1b
*/

*
{
padding: 0;
margin: 0;
box-sizing: border-box;
font-family: inherit;
font-weight: inherit;
font-size: inherit;
line-height: inherit;
color: inherit;
text-align: inherit;
z-index: 0;
}

html
{
/*font-size: 1vw;*/
font-size: 16px;
line-height: 1.25rem;
font-family: 'Montserrat', sans-serif;
font-weight: 300;
color: #000;
}

body
{
background-image: url('/assets/texture-light.jpg');
background-position: center top;
background-size: 100%;
background-repeat: repeat;
}

h1, h2, h3, h4
{
font-family: 'Prata', serif;
font-weight: normal;
margin-top: 1.5rem;
text-transform: none;
}

h1
{
font-size: 2.5rem;
line-height: 2.5rem;
margin-top: 0;
}

h2
{
font-size: 2rem;
line-height: 2rem;
/*color: #219653;*/
}

h3
{
font-size: 1.5rem;
line-height: 1.5rem;
/*color: #a61b1b;*/
}

h4
{
font-size: 1.25rem;
line-height: 1.25rem;
}

p
{
margin-top: 1rem;
}

strong
{
font-family: 'Prata', serif;
font-weight: 700;
}

ul,ol
{
margin-top: 1rem;
margin-left: 1rem;
}

audio
{
display: block;
width: 100%;
margin-top: 2rem;
border: solid 1px #888;
border-radius: 1.625rem;
}

div.ya-share2
{
margin-top: 2rem;
}

div.ya-share2 li.ya-share2__item
{
margin-right: 1rem !important;
}

a.back
{
display: block;
margin-top: 1rem;
color: #444;
text-decoration: none;
line-height: 1rem;
}

a.back:before
{
content: url('/assets/cbook/arrow-black-left.svg');
margin-right: 1rem;
}

div#menu
{
position: fixed;
top: 0;
left: 0;
right: 0;
bottom: 0;
background-image: url('/assets/texture-light.jpg');
font-family: 'Prata', serif;
z-index: 1000;
}

div#menu div.close
{
position: absolute;
top: 1rem;
right: 1rem;
display: block;
width: 2.5rem;
height: 2.5rem;
background-image: url('/assets/close-black.svg');
background-position: center;
background-size: contain;
background-repeat: no-repeat;
cursor: pointer;
transition: all ease 0.15s;
}

div#menu div.close:hover
{
}

div#menu div.container
{
position: absolute;
top: 4rem;
left: 4rem;
right: 4rem;
bottom: 4rem;
display: flex;
flex-direction: column;
flex-wrap: nowrap;
justify-content: center;
align-items: center;
padding: 0 7.5%;
/*outline: dashed 1px red;*/
}

div#menu div.container h2
{
width: 100%;
color: #000;
text-align: left;
font-family: 'Montserrat', sans-serif;
font-size: 1.5rem;
line-height: 2rem;
font-weight: 300;
padding-bottom: 1rem;
border-bottom: solid 1px #000;
text-transform: uppercase;
}

div#menu div.container div.menu
{
width: 100%;
display: flex;
flex-direction: row;
flex-wrap: wrap;
justify-content: flex-start;
align-items: center;
margin: 1.5rem auto;
/*outline: dashed 1px red;*/
}

div#menu div.container div.menu a.item
{
display: block;
width: 50%;
height: 4rem;
line-height: 4rem;
text-decoration: none;
white-space: nowrap;
font-size: 1.5rem;
font-weight: 300;
color: #000;
text-transform: uppercase;
transition: all ease 0.25s;
/*outline: dashed 1px red;*/
}

div#menu div.container div.menu a.item i
{
width: 3rem;
}

div#menu div.container a.rosstat
{
display: block;
width: 100%;
border-top: solid 1px #000;
padding: 1rem 0 1rem 4.5rem;
background-image: url('/assets/fsgs.svg');
background-position: left 0.5rem;
background-size: auto 4rem;
background-repeat: no-repeat;
color: #000;
font-family: 'Montserrat', sans-serif;
font-size: 1rem;
line-height: 1.5rem;
font-weight: 300;
text-decoration: none;
}

div#page
{
width: 100%;
max-width: 65rem;
margin: 0.75rem auto 2rem auto;
}

div#header
{
display: flex;
flex-direction: row;
flex-wrap: nowrap;
justify-content: space-between;
align-items: center;
padding-bottom: 0.5rem;
border-bottom: solid 1px #000;
}

div#header a
{
display: block;
height: 3rem;
text-decoration: none;
/*outline: dashed 1px red;*/
}

div#header a.logo
{
flex-shrink: 1;
flex-grow: 1;
display: block;
width: 3rem;
height: 3rem;
background-image: url('/assets/fsgs.svg');
background-position: left center;
background-size: contain;
background-repeat: no-repeat;
position: relative;
top: -0.25rem;
/*outline: dashed 1px red;*/
}

div#header a.lang
{
flex-shrink: 0;
flex-grow: 0;
width: 2.5rem;
height: 2.5rem;
line-height: 2.5em;
margin-left: 1rem;
border: solid 1px #000;
border-radius: 0.5rem;
text-align: center;
position: relative;
top: -0.25rem;
font-weight: 700;
transition: all ease 0.15s;
/*outline: dashed 1px red;*/
}


div#header a.lang:hover
{
background: #ddd;
/*outline: dashed 1px red;*/
}

div#header form
{
display: block;
flex-shrink: 0;
flex-grow: 0;
width: 16rem;
position: relative;
top: -0.25rem;
/*outline: dashed 1px red;*/
}

div#header form input
{
display: block;
width: 100%;
height: 2.5rem;
line-height: 2.5rem;
border: solid 1px #9d9384;
border-radius: 0.5rem;
outline: none;
padding: 0 1rem 0 2.5rem;
background: #fff;
}

div#header form i
{
position: absolute;
top: 0;
left: 0;
display: block;
height: 2.5rem;
width: 2.5rem;
background-image: url('/assets/search.svg');
background-position: center;
background-size: 1.5rem;
background-repeat: no-repeat;
cursor: pointer;
}

div#header span.bars
{
flex-shrink: 0;
flex-grow: 0;
display: block;
width: 2.5rem;
height: 2.5rem;
background-image: url('/assets/menu.svg');
background-position: left center;
background-size: contain;
background-repeat: no-repeat;
position: relative;
top: -0.25rem;
margin-left: 1rem;
cursor: pointer;
transition: all ease 0.15s;
}

div#header span.bars:hover
{
transform: rotateZ(180deg);
}

div#footer
{
margin-top: 2rem;
border-top: solid 1px;
padding-top: 1rem;
display: flex;
flex-direction: row;
flex-wrap: nowrap;
justify-content: space-between;
align-items: stretch;
color: #000;
/*outline: dashed 1px red;*/
}

div#footer div.column
{
flex-shrink: 0;
flex-grow: 0;
width: 32%;
/*outline: dashed 1px red;*/
}

div#footer a
{
flex-shrink: 0;
flex-grow: 0;
display: block;
text-decoration: none;
transition: all ease 0.25s;
}

div#footer div.left
{
display: flex;
flex-direction: row;
flex-wrap: nowrap;
justify-content: flex-start;
align-items: flex-start;
}

div#footer div.left a.feedback
{
font-size: 2rem;
margin-left: 1.5rem;
}

div#footer div.left i.about
{
font-size: 2rem;
margin-left: 1rem;
cursor: pointer;
}

div#footer div.middle
{
display: flex;
flex-direction: row;
flex-wrap: nowrap;
justify-content: center;
align-items: flex-start;
}

div#footer div.middle a
{
font-size: 1.5rem;
margin: 0 0.5rem;
}

div#footer div.right
{
text-align: right;
/*outline: dashed 1px red;*/
}

div#footer div.right a.privacy
{
font-size: 0.75rem;
}

div#main
{
margin-top: 2rem;
width: 100%;
}

div#about
{
width: 100%;
/*outline: dashed 2px red;*/
}

div.overlay
{
position: fixed;
top: 0;
left: 0;
right: 0;
bottom: 0;
background: rgba(0, 0, 0, 0.5);
z-index: 10000;
display: flex;
flex-direction: row;
flex-wrap: nowrap;
justify-content: center;
align-items: center;
/*padding: 4rem;*/
}

div.overlay div.close
{
position: absolute;
top: 1rem;
right: 1rem;
width: 2.5rem;
height: 2.5rem;
background-image: url('/assets/close-white.svg');
background-position: center;
background-size: contain;
background-repeat: no-repeat;
cursor: pointer;
transition: all ease 0.15s;
}

div.overlay div.container
{
width: 80%;
/*outline: dashed 1px red;*/
}

div.video_container
{
width: 75%;
margin: 0 auto;
border: none;
border-radius: 1rem;
background-image: url(/assets/texture-light.jpg);
background-position: center;
background-size: cover;
padding: 1rem;
}

div.video_container h2
{
color: #000;
margin-top: 0;
}

div.video_container div.iframe_container
{
width: 100%;
padding-top: 56.25%;
position: relative;
margin-top: 1.5rem;
outline: solid 1px #ddd;
overflow: hidden;
}

div.video_container div.iframe_container iframe
{
position: absolute;
width: 102%;
height: 102%;
top: -1%;
left: -1%;
z-index: 0;
}

div.audio_container
{
width: 65%;
margin: 0 auto;
padding: 2rem;
border: none;
border-radius: 1rem;
background-image: url('/assets/texture-light.jpg');
background-position: center;
background-size: cover;
}

div.audio_container h2
{
color: #000;
margin-top: 0;
}

div.audio_container h2.error
{
text-align: center;
}

div#about
{
display: flex;
flex-direction: row;
flex-wrap: nowrap;
justify-content: center;
align-items: center;
}

div#about div.container
{
width: 50%;
padding: 2rem;
border: none;
border-radius: 1rem;
background-image: url('/assets/texture-light.jpg');
background-position: center;
background-size: cover;
margin: auto;
}

@media (max-width: 720px)
{
body { background-size: cover; }

h1 { font-size: 2rem; line-height: 2.5rem; }
h2 { font-size: 1.5rem; line-height: 2rem; }

div.overlay div.container { width: 90%; }

div.audio_container, div.video_container { width: 100%;
}

div#page { margin: 0; padding: 0.5rem; position: relative; z-index: 0; }

div#header a.logo { flex-grow: 0; margin-right: 0.5rem; }
div#header form { flex-grow: 1; }

div#menu { z-index: 10000; }
div#menu div.container { top: 0; left: 0; right: 0; bottom: 0; padding: 1rem; justify-content: flex-start; }
div#menu div.container div.menu a.item { width: 100%; height: 2rem; line-height: 2rem; font-size: 1rem; }

div#footer { flex-wrap: wrap; }
div#footer div.column { width: 100%; margin-top: 2rem; }
div#footer div.column.left, div#footer div.column.right { justify-content: center; text-align: center; }
}
