/* Build by stylesheet.php. for request /css/index-c-basic-m-header-menu-keywords-footer.css. The request is analized into {"cnfg":{"basic":{"name":"basic"}},"module":{"header":{"name":"header"},"menu":{"name":"menu"},"keywords":{"name":"keywords"},"footer":{"name":"footer"}}}. */

/** Start cnfg basic */

/*@import url("//hello.myfonts.net/count/3c493c");*/
  
@font-face {
  font-family: 'CeraPRO-Black';
  src: url('/template/mixgrill/fonts/CeraPRO-Black/font.woff2') format('woff2'), url('/template/mixgrill/fonts/CeraPRO-Black/font.woff') format('woff');
  font-display: swap;
}

:root {
/* Colors: */
  --color-a: #ffffff;
  --color-b: #000000;
  --color-c: #cccccc;
  --color-d: #999999;
  --color-e: #f05d99;
  --color-f: #eedddd;
}

/* RESET
----------------------------------------------------------------------------------------*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, 
pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, ins, kbd, q, s, samp, 
small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, 
fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, 
aside, canvas, details, embed, figure, figcaption, footer, hgroup, menu, nav, output, 
ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

iframe, video {
  width: 100%;
}

html { 
  overflow-y: scroll;
  background: #FFF;
}

img, embed, object, video { max-width: 100%; }
.ie6 img.full, .ie6 object.full, .ie6 embed, .ie6 video { width: 100%; }

html, body{
  /*height: 100%;*/
}


body {
  font-family: "Open+Sans", Helvetica, Arial, Verdana, Trebuchet, sans-serif;
  font-size: 12px;
  margin: 0px;
  padding: 0px;
  color: var(--color-b);
  background-color: var(--color-c);
}


h1, h2, h3 {
  line-height: 1em;
  /*text-transform: uppercase;*/
}

p, ul, ol, dl, blockquote {
  font-size: 1em;
  line-height: 1.3em;
  margin-bottom: 1em; 
  /*max-width: 30em;*/ /* Optimal width for long-form text */
}


h1 {font-size: 2em;}
h2 {font-size: 1.6em;}
 

a { outline: none; color: var(--color-b); text-decoration: none; }  
a:hover { outline: none; color: var(--color-e); text-decoration:none; }  
a:visited { outline: none; text-decoration:none; }  
a:active, a:focus { outline: none; }
 



div.circle {
  background-image: url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZlcnNpb249IjEuMSI+PGNpcmNsZSBjeD0iNSIgY3k9IjUiIHI9IjQiIHN0cm9rZT0iI2YwNWQ5OSIgc3Ryb2tlLXdpZHRoPSIxIiBmaWxsPSIjZjA1ZDk5Ii8+PC9zdmc+');
  background-repeat:no-repeat;
  background-position: center;
  width: 10px;
  height: 10px;
}

.publishDatetime {
  font-family: Oranienbaum;
  text-align: center;
}
.publishDatetime > span {
  font-size: 1.4em;
  line-height: 1.4em;
}

.vrezka {
  font-size: 0.85em;
  border-left: 2px solid var(--color-e);
  padding-left: 1em;
  margin-left: 1.3em;
  width: 20em;
  float: right;
}





ul { list-style-type: disc; margin-left: 1.618em; }
ol { list-style-type: decimal; margin-left: 1.618em; }
nav ul, nav ol { list-style: none; margin: 0; padding: 0;}

b, strong { font-weight: bold; }
i, em { font-style: italic; }
small { font-size: 80%; }

.inline-block {display: inline-block;}

.hidden {display: none;}
.link { cursor: pointer;}




/*general, analoiota*/

body > .main {
  margin: 0 auto; 
  box-sizing: border-box;
  padding: 1em;
}
body > div.main { 

  background-color: var(--color-a);
  -webkit-box-shadow: 0px 2px 3px 3px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 2px 3px 3px rgba(0, 0, 0, 0.2);

  display: grid;
  grid-template-columns: 3fr 1fr;
  grid-gap: 1.6em;
  grid-template-areas: "main aside";
  position: relative;
}
body > div.main > main {grid-area: main; }
body > div.main > aside{grid-area: aside;}

body > div.main > aside > section {margin-bottom: 1.618em} /*aside modules separator*/


.flex-center {
  display: flex;
  align-content: center;
  justify-content: center;
}
.center {
  text-align: center;
}


/* #Media Queries
================================================== */
@media only screen and (min-width: 1860px) { /*1640 +2*(70+20+20)*/
  body > .main  {  width: 82em; }
}

:root {
  --offset: 20em;
}
@media only screen and (max-width: 1860px) {
  body > .main { width: calc(100% - 2*var(--offset)); } 
  
}

@media only screen and (max-width: 1600px) {
  :root {
    --offset: 2em;
  }
}

@media only screen and (max-width: 1120px) {
  :root {
     --offset: 1.2em;
  }
  body > div.main { 
    grid-template-columns: 1fr;
    grid-template-areas: "main" "aside";
  }
}

/* Tablet Portrait size to standard 984 (devices and browsers) */
@media only screen and (min-width: 768px) and (max-width: 983px) {

}
/* All Mobile Sizes (devices and browser) */
@media only screen and (max-width: 767px) {
  
}


/** End cnfg basic */

/** Start module header */
header.main {
  background-color: var(--color-a);
  -webkit-box-shadow: 0px 2px 3px 3px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 2px 3px 3px rgba(0, 0, 0, 0.2);
  margin-bottom: 1em;
  padding: 1em;

  background-image: url('/img22702-509e7dd1ba0f82e97bffec0ccd34a051-241x169c.png');
  background-repeat: no-repeat;
  background-position: top right;
  background-size: contain;


}

@media only screen and (max-width: 767px) { 
}

/** End module header */

/** Start module menu */

nav {
  display: block;
  font-size: 1.6em;
}
nav > ul {
  display: flex;
  margin: 0; 
  padding: 0;
  height: 2.2em;
  border-bottom: 1px dotted var(--color-c);
}
nav > ul > li {
  display: block;
  height: 1em; 
  margin: 0.6em 0;
  padding: 0 1em;
}
nav > ul > li > h1:after {
  background-image: url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZlcnNpb249IjEuMSIgdmlld0JveD0iMCAwIDEwIDEwIj48Y2lyY2xlIGN4PSI1IiBjeT0iNSIgcj0iNCIgc3Ryb2tlPSIjZjA1ZDk5IiBzdHJva2Utd2lkdGg9IjEiIGZpbGw9IiNmMDVkOTkiLz48L3N2Zz4=');
  background-repeat:no-repeat;
  background-position: center;
  width: 0.6em;
  height: 0.6em;
  content: "";
  display: block;
  margin: auto;
  margin-top: 0.3em;
}
nav > ul > li:last-child {
  border-right-width: 0;
}

nav > ul > li > h3, 
nav > ul > li > h1 {
  display: block;
  height: 1em;
  font-size: inherit;
  padding: 0;
}

nav > ul > li > h3 > a, 
nav > ul > li > h1 > a {
  font-family: Oranienbaum;
  display: block;
  color: var(--color-b);
  font-weight: 400; 
}


div.menuButton {
  display: none;
  width: 4em;
  height: 4em;

  cursor: pointer;
  background-color: var(--color-f);  
  border-radius: 0.5em;
  padding: 1em;
  box-sizing: border-box;
  box-shadow: 1px 1px 3px 1px rgba(0,0,0,0.4);
}
div.menuButton:hover {
  background-color: var(--color-c);
  box-shadow: 1px 1px 2px 1px rgba(0,0,0,0.6);
}

nav > div.close{
  display: none;
  width: 3em;
  height: 3em;
  cursor: pointer;
  background-color: var(--color-b);  
  padding: 1em;
  box-sizing: border-box;  
  margin-left: auto;
}



@keyframes menuNavShow {
  0%   {width:0;}
  100% {width: var(--menu-width);}
}
@keyframes menuNavCloseShow {
  0%    {display: none;}
  90%   {display: none;}
  100%  {display: block;}
}
@keyframes menuNavShow {
  0%   {width:0;}
  100% {width: var(--menu-width);}
}
nav.showup {
  animation-name: menuNavShow;
  animation-duration: 0.3s;
}
nav.hide {
  animation-name: menuNavHide;
  animation-duration: 0.1s;
}
nav.hide > div.close {display: none;}

/* #Media Queries ================================================== */


/* Tablet Portrait size to standard 984 (devices and browsers) */
@media only screen and (max-width: 983px) {
  div.menuButton {
    display: flex;
  }
  nav > div.close { 
    display: block;
  }
  nav { 
    display: none;
    --menu-width: 10em;
    width: var(--menu-width);
    background-color: var(--color-a);
    border: 1px solid var(--color-c);    
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    z-index: 1;  
  }
  nav > ul {
    display: block;
    height: inherit;
    border: 0;
  }
  nav > ul > li {
    margin: 1.6em auto;
  }
  nav > ul > li > h1:after {
    margin-top: -0.7em;
    margin-right: 0;    
  }
  

}


/** End module menu */

/** Start module keywords */
div.keywords {
  /*text-align: center;*/
}
div.keywords > a {
  margin-right: 10px;
  white-space: nowrap;
  text-decoration: underline;
  color: var(--color-d);
}
div.keywords > a:hover {
  color: var(--color-e);;
}

/** End module keywords */

/** Start module footer */

footer.main { 
  margin-top: 1em;
  background-color: var(--color-a);
  -webkit-box-shadow: 0px 2px 3px 3px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 2px 3px 3px rgba(0, 0, 0, 0.2);
}

@media only screen and (max-width: 1120px) {

}


/** End module footer */

/** Cached on 2023-11-17 15:03:25 */
