/*
 * Date created: 2026-05-28 19:10:25
 */
/*
 * ATTENTION! This file is automatically created from several CSS files.
 * Find file path and name in the comments in the beginning of the each code block
 */


/*
 * FILE START: _mod_files/_css/common.css
 */


/*
 * FILE END: _mod_files/_css/common.css
 */

/*
 * FILE START: _mod_files/_css/ami_custom.css
 */

/*>>= = = = = = = = = = = = = = = = = = = = <<


MODULE: plug Fonts

need copy "_fonts" (folder) to root directory of site
= = = = = = = = = = = = = = = = = = = = = = */
@font-face {
    font-family: "Bookos";
    src: url("_mod_files/ce_images/_fonts/bookos/bookos.ttf");
    font-style: normal;
    font-weight: normal;
}
@font-face {
    font-family: "Bookos";
    src: url("_mod_files/ce_images/_fonts/bookos/bookosb.ttf");
    font-style: normal;
    font-weight: 600;
}
@font-face {
    font-family: "Opensans";
    src: url("_mod_files/ce_images/_fonts/OpenSansRegular/OpenSansRegular.eot");
    src: url("_mod_files/ce_images/_fonts/OpenSansRegular/OpenSansRegular.eot?#iefix")format("embedded-opentype"),
    url("_mod_files/ce_images/_fonts/OpenSansRegular/OpenSansRegular.woff") format("woff"),
    url("_mod_files/ce_images/_fonts/OpenSansRegular/OpenSansRegular.ttf") format("truetype");
    font-style: normal;
    font-weight: normal;
}

@font-face {
    font-family: "Opensans";
    src: url("_mod_files/ce_images/_fonts/OpenSansBold/OpenSansBold.eot");
    src: url("_mod_files/ce_images/_fonts/OpenSansBold/OpenSansBold.eot?#iefix")format("embedded-opentype"),
    url("_mod_files/ce_images/_fonts/OpenSansBold/OpenSansBold.woff") format("woff"),
    url("_mod_files/ce_images/_fonts/OpenSansBold/OpenSansBold.ttf") format("truetype");
    font-style: normal;
    font-weight: 600;
}

/*! normalize.css v5.0.0 | MIT License | github.com/necolas/normalize.css */
html{font-family:sans-serif;line-height:1.15;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}body{margin:0}h1{}hr{box-sizing:content-box;height:0;overflow:visible}a{-webkit-text-decoration-skip:objects}a:active,a:hover{outline-width:0}abbr[title]{text-decoration:underline;text-decoration:underline dotted}b,strong{font-weight:bolder}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-0.25em}sup{top:-0.5em}audio:not([controls]){display:none;height:0}svg:not(:root){overflow:hidden}button,input,optgroup,select,textarea{font-family:sans-serif;font-size:100%;line-height:1.15;margin:0}button,input{overflow:visible}button,select{text-transform:none}button,html [type="button"],[type="reset"],[type="submit"]{-webkit-appearance:button}button::-moz-focus-inner,[type="button"]::-moz-focus-inner,[type="reset"]::-moz-focus-inner,[type="submit"]::-moz-focus-inner{border-style:none;padding:0}button:-moz-focusring,[type="button"]:-moz-focusring,[type="reset"]:-moz-focusring,[type="submit"]:-moz-focusring{outline:1px dotted ButtonText}fieldset{border:1px solid #c0c0c0;margin:0 2px;padding:0.35em 0.625em 0.75em}legend{box-sizing:border-box;color:inherit;display:table;max-width:100%;padding:0;white-space:normal}progress{vertical-align:baseline}textarea{overflow:auto}[type="number"]::-webkit-inner-spin-button,[type="number"]::-webkit-outer-spin-button{height:auto}[type="search"]{-webkit-appearance:textfield;outline-offset:-2px}[type="search"]::-webkit-search-cancel-button,[type="search"]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}
/*>>= = = = = = = = = = = = = = = = = = = = <<

--Tags

= = = = = = = = = = = = = = = = = = = = = = */
*:focus {
    outline:none;
}
@media(max-width:639.98px){
  html{
    font-size: 13px;
  }
}

@media(min-width:640px) and (max-width:1023.98px){
  html{
    font-size:14px;
  }
}
@media(min-width:1024px){
  html{
    font-size:16px;
  }
}
body {
  color: #222;
  font-size: 100%;
  font-family: Opensans, sans-serif;
  line-height: 25px;
  overflow-x: hidden;
}
/* Headings
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
h1,.h1,h2,.h2,h3,.h3,h4,.h4,h5,.h5,h6,.h6 {
  padding: 15px 0 5px 0;
  text-transform: uppercase;
  font-weight: 100;
  font-family: Bookos;
  margin: 0;
}
@media (max-width: 1023px) {
  h1,.h1,h2,.h2,h3,.h3,h4,.h4,h5,.h5,h6,.h6 {text-align: center;}
  h1,.h1 { font-size: 24px; line-height: 30px; }
  h2,.h2 { font-size: 18px; line-height: 24px; }
  h3,.h3 { font-size: 16px; line-height: 22px; }
  h4,.h4 { font-size: 14px; line-height: 20px; }
  h5,.h5 {font-size: 12px;line-height: 18px;}
  h6,.h6 { font-size: 10px; line-height: 16px; }
}
@media (min-width: 1024px) {
  h1,.h1,h2,.h2,h3,.h3,h4,.h4,h5,.h5,h6,.h6 {text-align: left;}
  h1,.h1 {font-size: 2.4rem;line-height: 1.2;text-align: center;font-weight: 600;color: #222;}
  h2,.h2 {font-size: 1.8rem;line-height: 1.4;text-align: center;font-weight: 600;}
  h3,.h3 { font-size: 18px; line-height: 24px; }
  h4,.h4 { font-size: 21px; line-height: 22px; }
  h5,.h5 {font-size: 13px;line-height: 15px;display: block;padding: 10px;margin: 0;}
  h6,.h6 { font-size: 12px; line-height: 18px; }
}
a, .a {
  text-decoration: none;
  cursor: pointer;
  color: #1e522e;
}

/* Images
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
img {
  max-width: 100%;
  height: auto;
  box-sizing: border-box;
  vertical-align: top;
}
/* Block elements
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
p,ul,ol,dl,blockquote,pre,address,fieldset,figure {margin: 0;padding: 0;}
p {
}


/* Lists
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
ul,ol { padding-left: 15px; }
ul > li > ul,ul > li > ol,ol > li > ol,ol > li > ul {margin: 0;}

/* Horizontal rules
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
hr {
  box-sizing: content-box;
  height: 0;
  margin: 15px 0;
  border: 0;
  border-top: 1px solid #ddd;
  width: 100%;
}


/* Inputs
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
::-webkit-input-placeholder {color:#999;}
::-moz-placeholder          {color:#999;}
:-ms-input-placeholder      {color:#999;}

input[placeholder]          {text-overflow:ellipsis;}
input::-moz-placeholder     {text-overflow:ellipsis;} 
input:-moz-placeholder      {text-overflow:ellipsis;} 
input[type="text"]:-ms-input-placeholder {text-overflow:ellipsis;} 

input::-webkit-input-placeholder       {line-height: 20px;  transition: line-height 0.5s ease;}
input::-moz-placeholder                {line-height: 20px;  transition: line-height 0.5s ease;}
input:-moz-placeholder                 {line-height: 20px;  transition: line-height 0.5s ease;}
input:-ms-input-placeholder            {line-height: 20px;  transition: line-height 0.5s ease;}
input:focus::-webkit-input-placeholder {line-height: 100px; transition: line-height 0.5s ease;}
input:focus::-moz-placeholder          {line-height: 100px; transition: line-height 0.5s ease;}
input:focus:-moz-placeholder           {line-height: 100px; transition: line-height 0.5s ease;}
input:focus:-ms-input-placeholder      {line-height: 100px; transition: line-height 0.5s ease;}
textarea:focus::-webkit-input-placeholder {font-size: 0; transition: font-size 0.5s linear;}
input,
textarea {
  border: 1px solid rgba(220,220,220,.5) !important;
  margin: 7px 0;
  color: #000;
  font-size: 16px;
  box-shadow: 1px 2px 3px 1px rgba(200,200,200, 0.2) inset;
  padding: 4px;
  outline: none;
  transition: all 200ms cubic-bezier(0.42, 0, 0.58, 1);
  width: 100%;
  min-height: 35px;
}

input:hover,
input:focus,
textarea:hover,
textarea:focus {
  /* border: 1px solid #ddd !important; */
  box-shadow: 0px 2px 3px 0px #ddd inset;
  transition: all 200ms cubic-bezier(0.42, 0, 0.58, 1);
  /* border-bottom: 2px solid #fff; */
}

/* Selection pseudo-element 
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
::-moz-selection {
  background: #3399ff;
  color: #ffffff;
  text-shadow: none;
}
::selection {
  background: #777;
  color: #ffffff;
  text-shadow: none;
}
::-moz-selection:window-inactive {background: #999;}
::selection:window-inactive {background: #999;}
img::-moz-selection { background: transparent; }
img::selection { background: transparent; }
img::-moz-selection { background: transparent; }

/* Iframe
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
iframe {border:0;}

/*video*/

video {
  width: 100%;
  height:100%;
  display: block;
  margin: auto;
  text-align: center;
  -webkit-transform: scale(1.01);
          transform: scale(1.01);
}

/*lucy-flash-drive v.0.8.0 HELPERS*/
@media(max-width: 639px){
/*
display
*/
.-dn,.-d-n,.dn{display:none!important}
/*
margin, padding
*/
.-m0,.-m-0,.m0{margin:0!important}
.-mlra,.-mlr-a,.mlra{margin-left:auto!important;margin-right:auto!important}
.-mt0,.-mt-0,.mt0{margin-top:0!important}
.-mt5px,.-mt-5px,.mt5px{margin-top:5px!important}
.-mt10px,.-mt-10px,.mt10px{margin-top:10px!important}
.-mt15px,.-mt-15px,.mt15px{margin-top:15px!important}
.-mt30px,.-mt-30px,.mt30px{margin-top:30px!important}
.-mt45px,.-mt-45px,.mt45px{margin-top:45px!important}
.-mb0,.-mb-0,.mb0{margin-bottom:0!important}
.-mb5px,.-mb-5px,.mb5px{margin-bottom:5px!important}
.-mb10px,.-mb-10px,.mb10px{margin-bottom:10px!important}
.-mb15px,.-mb-15px,.mb15px{margin-bottom:15px!important}
.-mb30px,.-mb-30px,.mb30px{margin-bottom:30px!important}
.-mb45px,.-mb-45px,.mb45px{margin-bottom:45px!important}
.-ml0,.-ml-0,.ml0{margin-left:0!important}
.-mr0,.-mr-0,.mr0{margin-right:0!important}
.-ml15px,.-ml-15px,.ml15px{margin-left:15px!important}
.-mr15px,.-mr-15px,.mr15px{margin-right:15px!important}
.-p0,.-p-0,.p0{padding:0!important}
.-pt0,.-pt-0,.pt0{padding-top:0!important}
.-pt5px,.-pt-5px,.pt5px{padding-top:5px!important}
.-pt10px,.-pt-10px,.pt10px{padding-top:10px!important}
.-pt15px,.-pt-15px,.pt15px{padding-top:15px!important}
.-pt30px,.-pt-30px,.pt30px{padding-top:30px!important}
.-pt45px,.-pt-45px,.pt45px{padding-top:45px!important}
.-pb0,.-pb-0,.pb0{padding-bottom:0!important}
.-pb5px,.-pb-5px,.pb5px{padding-bottom:5px!important}
.-pb10px,.-pb-10px,.pb10px{padding-bottom:10px!important}
.-pb15px,.-pb-15px,.pb15px{padding-bottom:15px!important}
.-pb30px,.-pb-30px,.pb30px{padding-bottom:30px!important}
.-pb45px,.-pb-45px,.pb45px{padding-bottom:45px!important}
.-pl0,.-pl-0,.pl0{padding-left:0!important}
.-pl10px,.-pl-10px,.pl10px{padding-left:10px!important}
.-pr0,.-pr-0,.pr0{padding-right:0!important}
.-pr10px,.-pr-10px,.pr10px{padding-right:10px!important}
/*
text
*/
.-tal,.-ta-l,.tal{text-align:left!important}
.-tar,.-ta-r,.tar{text-align:right!important}
.-tac,.-ta-c,.tac{text-align:center!important}
.-ttu,.-tt-u,.ttu{text-transform:uppercase!important}
.-fwl,.-fw-l,.fwl{font-weight:100!important}
.-fwn,.-fw-n,.fwn{font-weight:400!important}
.-fwb,.-fw-b,.fwb{font-weight:700!important}
.-cfff,.-c-fff,.cfff{color:#fff!important}
.-c000,.-c-000,.c000{color:#000!important}
.-bgcfff,.-bgc-fff,.bgcfff{background-color:#fff!important}
.-bgc000,.-bgc-000,.bgc000{background-color:#000!important}
/*
other
*/
.-db,.-d-b,.db{display:block!important}
.-dib,.-d-ib,.dib{display:inline-block!important}
.-fln,.-fl-n,.fln{float:none!important}
.-fll,.-fl-l,.fll{float:left!important}
.-flr,.-fl-r,.flr{float:right!important}
.-posr,.-pos-r,.posr{position:relative!important}
.-posa,.-pos-a,.posa{position:absolute!important}
.-posf,.-pos-f,.posf{position:fixed!important}
.-clb:after,.-cl-b:after,.clb:after{clear:both}
.-clb:before,.-clb:after,.-cl-b:before,.-cl-b:after,.clb:before,.clb:after{content:" ";display:table}
.-ovh,.-ov-h,.ovh{overflow:hidden!important}
.-ovv,.-ov-v,.ovv{overflow:visible!important}
.-w100pc,.-w-100pc,.w100pc{width:100%!important}
.-h100pc,.-h-100pc,.h100pc{height:100%!important}
}

@media(min-width: 640px) and (max-width: 1023px){
.d-n,.-d-n,.d-n-,.dn{display:none!important}
.m-0,.-m-0,.m-0-,.m0{margin:0!important}
.mlr-a,.-mlr-a,.mlr-a-,.mlra{margin-left:auto!important;margin-right:auto!important}
.mt-0,.-mt-0,.mt-0-,.mt0{margin-top:0!important}
.mt-5px,.-mt-5px,.mt-5px-,.mt5px{margin-top:5px!important}
.mt-10px,.-mt-10px,.mt-10px-,.mt10px{margin-top:10px!important}
.mt-15px,.-mt-15px,.mt-15px-,.mt15px{margin-top:15px!important}
.mt-30px,.-mt-30px,.mt-30px-,.mt30px{margin-top:30px!important}
.mt-45px,.-mt-45px,.mt-45px-,.mt45px{margin-top:45px!important}
.mb-0,.-mb-0,.mb-0-,.mb0{margin-bottom:0!important}
.mb-5px,.-mb-5px,.mb-5px-,.mb5px{margin-bottom:5px!important}
.mb-10px,.-mb-10px,.mb-10px-,.mb10px{margin-bottom:10px!important}
.mb-15px,.-mb-15px,.mb-15px-,.mb15px{margin-bottom:15px!important}
.mb-30px,.-mb-30px,.mb-30px-,.mb30px{margin-bottom:30px!important}
.mb-45px,.-mb-45px,.mb-45px-,.mb45px{margin-bottom:45px!important}
.ml-0,.-ml-0,.ml-0-,.ml0{margin-left:0!important}
.mr-0,.-mr-0,.mr-0-,.mr0{margin-right:0!important}
.ml-15px,.-ml-15px,.ml-15px-,.ml15px{margin-left:15px!important}
.mr-15px,.-mr-15px,.mr-15px-,.mr15px{margin-right:15px!important}
.p-0,.-p-0,.p-0-,.p0{padding:0!important}
.pt-0,.-pt-0,.pt-0-,.pt0{padding-top:0!important}
.pt-5px,.-pt-5px,.pt-5px-,.pt5px{padding-top:5px!important}
.pt-10px,.-pt-10px,.pt-10-,.pt10px{padding-top:10px!important}
.pt-15px,.-pt-15px,.pt-15-,.pt15px{padding-top:15px!important}
.pt-30px,.-pt-30px,.pt-30-,.pt30px{padding-top:30px!important}
.pt-45px,.-pt-45px,.pt-45px-,.pt45px{padding-top:45px!important}
.pb-0,.-pb-0,.pb-0-,.pb0{padding-bottom:0!important}
.pb-5px,.-pb-5px,.pt-5px-,.pb5px{padding-bottom:5px!important}
.pb-10px,.-pb-10px,.pt-10px-,.pb10px{padding-bottom:10px!important}
.pb-15px,.-pb-15px,.pt-15px-,.pb15px{padding-bottom:15px!important}
.pb-30px,.-pb-30px,.pt-30px-,.pb30px{padding-bottom:30px!important}
.pb-45px,.-pb-45px,.pt-45px-,.pb45px{padding-bottom:45px!important}
.pl-0,.-pl-0,.pb-0-,.pl0{padding-left:0!important}
.pl-10px,.-pl-10px,.pb-10px-,.pl10px{padding-left:10px!important}
.pr-0,.-pr-0,.pr-0-,.pr0{padding-right:0!important}
.pr-10px,.-pr-10px,.pr-10px-,.pr10px{padding-right:10px!important}

.ta-l,.-ta-l,.ta-l-,.tal{text-align:left!important}
.ta-r,.-ta-r,.ta-r-,.tar{text-align:right!important}
.ta-c,.-ta-c,.ta-c-,.tac{text-align:center!important}
.tt-u,.-tt-u,.tt-u-,.ttu{text-transform:uppercase!important}
.fw-l,.-fw-l,.fw-l-,.fwl{font-weight:100!important}
.fw-n,.-fw-n,.fw-n-,.fwn{font-weight:400!important}
.fw-b,.-fw-b,.fw-b-,.fwb{font-weight:700!important}
.c-fff,.-c-fff,.c-fff-,.cfff{color:#fff!important}
.c-000,.-c-000,.c-000-,.c000{color:#000!important}
.bgc-fff,.-bgc-fff,.bgc-fff-,.bgcfff{background-color:#fff!important}
.bgc-000,.-bgc-000,.bgc-000-,.bgc000{background-color:#000!important}

.d-b,.-d-b,.d-b-,.db{display:block!important}
.d-ib,.-d-ib,.dib{display:inline-block!important}
.fl-n,.-fl-n,.fl-n-,.fln{float:none!important}
.fl-l,.-fl-l,.fl-l-,.fll{float:left!important}
.fl-r,.-fl-r,.fl-r-,.flr{float:right!important}
.pos-r,.-pos-r,.pos-r-,.posr{position:relative!important}
.pos-a,.-pos-a,.pos-a-,.posa{position:absolute!important}
.pos-f,.-pos-f,.pos-f-,.posf{position:fixed!important}
.cl-b:after,.-cl-b:after,.cl-b-:after,.clb:after{clear:both}
.cl-b:before,.cl-b:after,.-cl-b:before,.-cl-b:after,.cl-b-:before,.cl-b-:after,.clb:before,.clb:after{content:" ";display:table}
.ov-h,.-ov-h,.ov-h-,.ovh{overflow:hidden!important}
.ov-v,.-ov-v,.ov-v-,.ovv{overflow:visible!important}
.w-100pc,.-w-100pc,.w-100pc-,.w100pc{width:100%!important}
.h-100pc,.-h-100pc,.h-100pc-,.h100pc{height:100%!important}
}
@media (min-width: 1024px){
.dn-,.d-n-,.dn{display:none!important}
.m0-,.m-0-,.m0{margin:0!important}
.mlra-,.mlr-a-,.mlra{margin-left:auto!important;margin-right:auto!important}
.mt0-,.mt-0-,.mt0{margin-top:0!important}
.mt5px-,.mt-5px-,.mt5px{margin-top:5px!important}
.mt10px-,.mt-10px-,.mt10px{margin-top:10px!important}
.mt15px-,.mt-15px-,.mt15px{margin-top:15px!important}
.mt30px-,.mt-30px-,.mt30px{margin-top:30px!important}
.mt45px-,.mt-45px-,.mt45px{margin-top:45px!important}
.mb0-,.mb-0-,.mb0{margin-bottom:0!important}
.mb5px-,.mb-5px-,.mb5px{margin-bottom:5px!important}
.mb10px-,.mb-10px-,.mb10px{margin-bottom:10px!important}
.mb15px-,.mb-15px-,.mb15px{margin-bottom:15px!important}
.mb30px-,.mb-30px-,.mb30px{margin-bottom:30px!important}
.mb45px-,.mb-45px-,.mb45px{margin-bottom:45px!important}
.ml0-,.ml-0-,.ml0{margin-left:0!important}
.mr0-,.mr-0-,.mr0{margin-right:0!important}
.ml15px-,.ml-15px-,.ml15px{margin-left:15px!important}
.mr15px-,.mr-15px-,.mr15px{margin-right:15px!important}
.p0-,.p-0-,.p0{padding:0!important}
.pt0-,.pt-0-,.pt0{padding-top:0!important}
.pt5px-,.pt-5px-,.pt5px{padding-top:5px!important}
.pt10px-,.pt-10px-,.pt10px{padding-top:10px!important}
.pt15px-,.pt-15px-,.pt15px{padding-top:15px!important}
.pt30px-,.pt-30px-,.pt30px{padding-top:30px!important}
.pt45px-,.pt-45px-,.pt45px{padding-top:45px!important}
.pb0-,.pb-0-,.pb0{padding-bottom:0!important}
.pb5px-,.pb-5px-,.pb5px{padding-bottom:5px!important}
.pb10px-,.pb-10px-,.pb10px{padding-bottom:10px!important}
.pb15px-,.pb-15px-,.pb15px{padding-bottom:15px!important}
.pb30px-,.pb-30px-,.pb30px{padding-bottom:30px!important}
.pb45px-,.pb-45px-,.pb45px{padding-bottom:45px!important}
.pl0-,.pl-0-,.pl0{padding-left:0!important}
.pl10px-,.pl-10px-,.pl10px{padding-left:10px!important}
.pr0-,.pr-0-,.pr0{padding-right:0!important}
.pr10px-,.pr-10px-,.pr10px{padding-right:10px!important}

.tal-,.ta-l-,.tal{text-align:left!important}
.tar-,.ta-r-,.tar{text-align:right!important}
.tac-,.ta-c-,.tac{text-align:center!important}
.ttu-,.tt-u-,.ttu{text-transform:uppercase!important}
.fwl-,.fw-l-,.fwl{font-weight:100!important}
.fwn-,.fw-n-,.fwn{font-weight:400!important}
.fwb-,.fw-b-,.fwb{font-weight:700!important}
.cfff-,.c-fff-,.cfff{color:#fff!important}
.c000-,.c-000-,.c000{color:#000!important}
.bgcfff-,.bgc-fff-,.bgcfff{background-color:#fff!important}
.bgc000-,.bgc-000-,.bgc000{background-color:#000!important}

.db-,.d-b-,.db{display:block!important}
.dib-,.d-ib-,.dib{display:inline-block!important}
.fln-,.fl-n-,.fln{float:none!important}
.fll-,.fl-l-,.fll{float:left!important}
.flr-,.fl-r-,.flr{float:right!important}
.posr-,.pos-r-,.posr{position:relative!important}
.posa-,.pos-a-,.posa{position:absolute!important}
.posf-,.pos-f-,.posf{position:fixed!important}
.cb-:after,.cl-b-:after,.clb:after{clear:both}
.cl-b-:before,.cl-b-:after,.cl-b-:before,.cl-b-:after,.clb:before,.clb:after{content:" ";display:table}
.ovh-,.ov-h-,.ovh{overflow:hidden!important}
.ovv-,.ov-v-,.ovv{overflow:visible!important}
.w100pc-,.w-100pc-,.w100pc{width:100%!important}
.h100pc-,.h-100pc-,.h100pc{height:100%!important;}
}

/*lucy-flash-drive v.0.8.0 GRIDS*/
/*
flexbox (.df,.grid - flexbox container; .fx,.cell - inner flex cell)
*/
.df,.grid{display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex:0 1 auto;-ms-flex:0 1 auto;flex:0 1 auto;-webkit-flex-flow:row wrap;-ms-flex-flow:row wrap;flex-flow:row wrap}
.fx,.cell{-webkit-flex:0 0 auto;-ms-flex:0 0 auto;flex:0 0 auto}
._>.cell,._.grid>li{margin:0;width:100%}
.wrap,.fx,.cell,.grid>li{box-sizing:border-box;}
/*
Widths - responsive/fixed flex-grid utilities. Exmpl:
<wrap>
    <non-grid-content h1,p,etc>
    <grid>
        <cell w6>
    <grid li6>
        <li>
*/
.wrap{margin-left:auto;margin-right:auto;width:100%}
ul.grid{padding-left:0}
.grid>li{list-style:none}

@media(max-width: 639px){
.wrap{padding-left:10px;padding-right:10px}
.grid{margin:0 -5px;}
.cell,.grid>li{width:calc(100% - 10px)}
.cell{margin:0 5px}
.grid>li{margin:5px}
.grid ul.grid{margin:-5px}
.-liauto>li,.-li-auto->li,.liauto>li{-webkit-flex-grow:1;-ms-flex-positive:1;flex-grow:1;-webkit-flex-basis:0;-ms-flex-preferred-size:0;flex-basis:0;max-width:100%}

.-w0h,.-w-0h,.w0h{width:calc(4.1667% - 10px)}
.-w1,.-w-1,.w1,.-li12>li,.-li-12>li,.li12>li{width:calc(8.3333% - 10px)}
.-w1h,.-w-1h,.w1h,.-li8>li,.-li-8>li,.li8>li{width:calc(12.5% - 10px)}
.-w2,.-w-2,.w2,.-li6>li,.-li-6>li,.li6>li{width:calc(16.6667% - 10px)}
.-w2h,.-w-2h,.w2h{width:calc(20.8333% - 10px)}
.-w3,.-w-3,.w3,.-li4>li,.-li-4>li,.li4>li{width:calc(25% - 10px)}
.-w3h,.-w-3h,.w3h{width:calc(29.1667% - 10px)}
.-w4,.-w-4,.w4,.-li3>li,.-li-3>li,.li3>li{width:calc(33.3333% - 10px)}
.-w4h,.-w-4h,.w4h{width:calc(37.5% - 10px)}
.-w5,.-w-5,.w5{width:calc(41.6667% - 10px)}
.-w5h,.-w-5h,.w5h{width:calc(45.8333% - 10px)}
.-w6,.-w-6,.w6,.-li2>li,.-li-2>li,.li2>li{width:calc(50% - 10px)}
.-w6h,.-w-6h,.w6h{width:calc(54.1667% - 10px)}
.-w7,.-w-7,.w7{width:calc(58.3333% - 10px)}
.-w7h,.-w-7h,.w7h{width:calc(62.5% - 10px)}
.-w8,.-w-8,.w8{width:calc(66.6667% - 10px)}
.-w8h,.-w-8h,.w8h{width:calc(70.8333% - 10px)}
.-w9,.-w-9,.w9{width:calc(75% - 10px)}
.-w9h,.-w-9h,.w9h{width:calc(79.1667% - 10px)}
.-w10,.-w-10,.w10{width:calc(83.3333% - 10px)}
.-w10h,.-w-10h,.w10h{width:calc(87.5% - 10px)}
.-w11,.-w-11,.w11{width:calc(91.6667% - 10px)}
.-w11h,.-w-11h,.w11h{width:calc(95.8333% - 10px)}
.-li5>li,.-li-5>li,.li5>li{width:calc(20% - 10px)}
.-li7>li,.-li-7>li,.li7>li{width:calc(14.2857% - 10px)}
.-li9>li,.-li-9>li,.li9>li{width:calc(11.1111% - 10px)}
.-li10>li,.-li-10>li,.li10>li{width:calc(10% - 10px)}
.-li11>li,.-li-11>li,.li11>li{width:calc(9.0909% - 10px)}

.-ml0h,.-ml-0h,.ml0h{margin-left:calc(4.1667% + 5px)}
.-ml1,.-ml-1,.ml1{margin-left:calc(8.3333% + 5px)}
.-ml1h,.-ml-1h,.ml1h{margin-left:calc(12.5% + 5px)}
.-ml2,.-ml-2,.ml2{margin-left:calc(16.6667% + 5px)}
.-ml2h,.-ml-2h,.ml2h{margin-left:calc(20.8333% + 5px)}
.-ml3,.-ml-3,.ml3{margin-left:calc(25% + 5px)}
.-ml3h,.-ml-3h,.ml3h{margin-left:calc(29.1667% + 5px)}
.-ml4,.-ml-4,.ml4{margin-left:calc(33.3333% + 5px)}
.-ml4h,.-ml-4h,.ml4h{margin-left:calc(37.5% + 5px)}
.-ml5,.-ml-5,.ml5{margin-left:calc(41.6667% + 5px)}
.-ml5h,.-ml-5h,.ml5h{margin-left:calc(45.8333% + 5px)}
.-ml6,.-ml-6,.ml6{margin-left:calc(50% + 5px)}
.-ml6h,.-ml-6h,.ml6h{margin-left:calc(54.1667% + 5px)}
.-ml7,.-ml-7,.ml7{margin-left:calc(58.3333% + 5px)}
.-ml7h,.-ml-7h,.ml7h{margin-left:calc(62.5% + 5px)}
.-ml8,.-ml-8,.ml8{margin-left:calc(66.6667% + 5px)}
.-ml8h,.-ml-8h,.ml8h{margin-left:calc(70.8333% + 5px)}
.-ml9,.-ml-9,.ml9{margin-left:calc(75% + 5px)}
.-ml9h,.-ml-9h,.ml9h{margin-left:calc(79.1667% + 5px)}
.-ml10,.-ml-10,.ml10{margin-left:calc(83.3333% + 5px)}
.-ml10h,.-ml-10h,.ml10h{margin-left:calc(87.5% + 5px)}
.-ml11,.-ml-11,.ml11{margin-left:calc(91.6667% + 5px)}
.-ml11h,.-ml-11h,.ml11h{margin-left:calc(95.8333% + 5px)}
/*
customizable Dash-grid - with paddings
*/
._>.cell{padding:0 -5px}
._.grid>li{padding:5px}

._.-_0,._.-_-0,._._0,
.grid ul._.-_0,.grid ul._.-_-0,.grid ul._._0{margin:0}
._.-_0>.cell,._.-_-0>.cell,._._0>.cell,
._.-_0>li,._.-_-0>li,._._0>li{padding:0}

._.-_10,._.-_-10,._._10{margin:0 -10px}
._.-_10>.cell,._.-_-10>.cell,._._10>.cell{padding:0 10px}
.grid ul._.-_10,.grid ul._.-_-10,.grid ul._._10{margin:-10px}
._.-_10>li,._.-_-10>li,._._10>li{padding:10px}

._.-_15,._.-_-15,._._15 {margin:0 -15px}
._.-_15>.cell,._.-_-15>.cell,._._15>.cell{padding:0 15px}
.grid ul._.-_15,.grid ul._.-_-15,.grid ul._._15{margin:-15px}
._.-_15>li,._.-_-15>li,._._15>li{padding:15px}

._>.-w0h,._>.-w-0h,._>.w0h{width:4.1667%}
._>.-w1,._>.-w-1,._>.w1,._.-li12>li,._.-li-12>li,._.li12>li{width:8.3333%}
._>.-w1h,._>.-w-1h,._>.w1h,._.-li8>li,._.-li-8>li,._.li8>li{width:12.5%}
._>.-w2,._>.-w-2,._>.w2,._.-li6>li,._.-li-6>li,._.li6>li{width:16.6667%}
._>.-w2h,._>.-w-2h,._>.w2h{width:20.8333%}
._>.-w3,._>.-w-3,._>.w3,._.-li4>li,._.-li-4>li,._.li4>li{width:25%}
._>.-w3h,._>.-w-3h,._>.w3h{width:29.1667%}
._>.-w4,._>.-w-4,._>.w4,._.-li3>li,._.-li-3>li,._.li3>li{width:33.3333%}
._>.-w4h,._>.-w-4h,._>.w4h{width:37.5%}
._>.-w5,._>.-w-5,._>.w5{width:41.6667%}
._>.-w5h,._>.-w-5h,._>.w5h{width:45.8333%}
._>.-w6,._>.-w-6,._>.w6,._.-li2>li,._.-li-2>li,._.li2>li{width:50%}
._>.-w6h,._>.-w-6h,._>.w6h{width:54.1667%}
._>.-w7,._>.-w-7,._>.w7{width:58.3333%}
._>.-w7h,._>.-w-7h,._>.w7h{width:62.5%}
._>.-w8,._>.-w-8,._>.w8{width:66.6667%}
._>.-w8h,._>.-w-8h,._>.w8h{width:70.8333%}
._>.-w9,._>.-w-9,._>.w9{width:75%}
._>.-w9h,._>.-w-9h,._>.w9h{width:79.1667%}
._>.-w10,._>.-w-10,._>.w10{width:83.3333%}
._>.-w10h,._>.-w-10h,._>.w10h{width:87.5%}
._>.-w11,._>.-w-11,._>.w11{width:91.6667%}
._>.-w11h,._>.-w-11h,._>.w11h{width:95.8333%}
._.-li5>li,._.-li-5>li,._.li5>li{width:20%}
._.-li7>li,._.-li-7>li,._.li7>li{width:14.2857%}
._.-li9>li,._.-li-9>li,._.li9>li{width:11.1111%}
._.-li10>li,._.-li-10>li,._.li10>li{width:10%}
._.-li11>li,._.-li-11>li,._.li11>li{width:9.0909%}
/*
offsets of cells (<div class="cell w1 ml1">)
*/
._>.-ml0h,._>.-ml-0h,._>.ml0h{margin-left:4.1667%}
._>.-ml1,._>.-ml-1,._>.ml1{margin-left:8.3333%}
._>.-ml1h,._>.-ml-1h,._>.ml1h{margin-left:12.5%}
._>.-ml2,._>.-ml-2,._>.ml2{margin-left:16.6667%}
._>.-ml2h,._>.-ml-2h,._>.ml2h{margin-left:20.8333%}
._>.-ml3,._>.-ml-3,._>.ml3{margin-left:25%}
._>.-ml3h,._>.-ml-3h,._>.ml3h{margin-left:29.1667%}
._>.-ml4,._>.-ml-4,._>.ml4{margin-left:33.3333%}
._>.-ml4h,._>.-ml-4h,._>.ml4h{margin-left:37.5%}
._>.-ml5,._>.-ml-5,._>.ml5{margin-left:41.6667%}
._>.-ml5h,._>.-ml-5h,._>.ml5h{margin-left:45.8333%}
._>.-ml6,._>.-ml-6,._>.ml6{margin-left:50%}
._>.-ml6h,._>.-ml-6h,._>.ml6h{margin-left:54.1667%}
._>.-ml7,._>.-ml-7,._>.ml7{margin-left:58.3333%}
._>.-ml7h,._>.-ml-7h,._>.ml7h{margin-left:62.5%}
._>.-ml8,._>.-ml-8,._>.ml8{margin-left:66.6667%}
._>.-ml8h,._>.-ml-8h,._>.ml8h{margin-left:70.8333%}
._>.-ml9,._>.-ml-9,._>.ml9{margin-left:75%}
._>.-ml9h,._>.-ml-9h,._>.ml9h{margin-left:79.1667%}
._>.-ml10,._>.-ml-10,._>.ml10{margin-left:83.3333%}
._>.-ml10h,._>.-ml-10h,._>.ml10h{margin-left:87.5%}
._>.-ml11,._>.-ml-11,._>.ml11{margin-left:91.6667%}
._>.-ml11h,._>.-ml-11h,._>.ml11h{margin-left:95.8333%}
/*
flex orders;
*/
.-ord0,.-ord-0,.ord0{-webkit-order:-1;-ms-flex-order:-1;order:-1}
.-ord99,.-ord-99,.ord99{-webkit-order:99;-ms-flex-order:99;order:99}
/*
flex alignment along the x/y axis:start(0%), center(50%), end(100%)
*/
.-x0,.-x-0,.x0{-webkit-justify-content:flex-start;-ms-flex-pack:start;justify-content:flex-start}
.-x50,.-x-50,.x50{-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center}
.-x100,.-x-100,.x100{-webkit-justify-content:flex-end;-ms-flex-pack:end;justify-content:flex-end}

.-y0,.-y-0,.y0{-webkit-align-items:flex-start;-ms-flex-align:start;align-items:flex-start}
.-y50,.-y-50,.y50{-webkit-align-items:center;-ms-flex-align:center;align-items:center}
.-y100,.-y-100,.y100{-webkit-align-items:flex-end;-ms-flex-align:end;align-items:flex-end}
}

@media (min-width: 640px) and (max-width: 1023px) {
.wrap{padding-left:20px;padding-right:20px}
.grid{margin:0 -10px}
.cell,.grid>li{width:calc(100% - 20px)}
.cell{margin:0 10px}
.grid>li{margin:10px}
.grid ul.grid{margin:-10px}
.li-auto->li,.-li-auto>li,.li-auto->li,.liauto>li{-webkit-flex-grow:1;-ms-flex-positive:1;flex-grow:1;-webkit-flex-basis:0;-ms-flex-preferred-size:0;flex-basis:0}

.w-0h,.-w-0h,.w-0h-,.w0h{width:calc(4.1667% - 20px)}
.w-1,.-w-1,.w-1-,.w1,.li-12>li,.-li-12>li,.li-12->li,.li12>li{width:calc(8.3333% - 20px)}
.w-1h,.-w-1h,.w-1h-,.w1h,.li-8>li,.-li-8>li,.li-8->li,.li8>li{width:calc(12.5% - 20px)}
.w-2,.-w-2,.w-2-,.w2,.li-6>li,.-li-6>li,.li-6->li,.li6>li{width:calc(16.6667% - 20px)}
.w-2h,.-w-2h,.w-2h-,.w2h{width:calc(20.8333% - 20px)}
.w-3,.-w-3,.w-3-,.w3,.li-4>li,.-li-4>li,.li-4->li,.li4>li{width:calc(25% - 20px)}
.w-3h,.-w-3h,.w-3h-,.w3h{width:calc(29.1667% - 20px)}
.w-4,.-w-4,.w-4-,.w4,.li-3>li,.-li-3>li,.li-3->li,.li3>li{width:calc(33.3333% - 20px)}
.w-4h,.-w-4h,.w-4h-,.w4h{width:calc(37.5% - 20px)}
.w-5,.-w-5,.w-5-,.w5{width:calc(41.6667% - 20px)}
.w-5h,.-w-5h,.w-5h-,.w5h{width:calc(45.8333% - 20px)}
.w-6,.-w-6,.w-6-,.w6,.li-2>li,.-li-2>li,.li-2->li,.li2>li{width:calc(50% - 20px)}
.w-6h,.-w-6h,.w-6h-,.w6h{width:calc(54.1667% - 20px)}
.w-7,.-w-7,.w-7-,.w7{width:calc(58.3333% - 20px)}
.w-7h,.-w-7h,.w-7h-,.w7h{width:calc(62.5% - 20px)}
.w-8,.-w-8,.w-8-,.w8{width:calc(66.6667% - 20px)}
.w-8h,.-w-8h,.w-8h-,.w8{width:calc(70.8333% - 20px)}
.w-9,.-w-9,.w-9-,.w9{width:calc(75% - 20px)}
.w-9h,.-w-9h,.w-9h-,.w9h{width:calc(79.1667% - 20px)}
.w-10,.-w-10,.w-10-,.w10{width:calc(83.3333% - 20px)}
.w-10h,.-w-10h,.w-10h-,.w10h{width:calc(87.5% - 20px)}
.w-11,.-w-11,.w-11-,.w11{width:calc(91.6667% - 20px)}
.w-11h,.-w-11h,.w-11h-,.w11h{width:calc(95.8333% - 20px)}
.li-5>li,.-li-5>li,.li-5->li,.li5>li{width:calc(20% - 20px)}
.li-7>li,.-li-7>li,.li-7->li,.li7>li{width:calc(14.2857% - 20px)}
.li-9>li,.-li-9>li,.li-9->li,.li9>li{width:calc(11.1111% - 20px)}
.li-10>li,.-li-10>li,.li-10->li,.li10>li{width:calc(10% - 20px)}
.li-11>li,.-li-11>li,.li-11->li,.li11>li{width:calc(9.0909% - 20px)}

.ml-0h,.-ml-0h,.ml-0h-,.ml0h{margin-left:calc(4.1667% + 10px)}
.ml-1,.-ml-1,.ml-1-,.ml1{margin-left:calc(8.3333% + 10px)}
.ml-1h,.-ml-1h,.ml-1h-,.ml1h{margin-left:calc(12.5% + 10px)}
.ml-2,.-ml-2,.ml-2-,.ml2{margin-left:calc(16.6667% + 10px)}
.ml-2h,.-ml-2h,.ml-2h-,.ml2h{margin-left:calc(20.8333% + 10px)}
.ml-3,.-ml-3,.ml-3-,.ml3{margin-left:calc(25% + 10px)}
.ml-3h,.-ml-3h,.ml-3h-,.ml3h{margin-left:calc(29.1667% + 10px)}
.ml-4,.-ml-4,.ml-4-,.ml4{margin-left:calc(33.3333% + 10px)}
.ml-4h,.-ml-4h,.ml-4h-,.ml4h{margin-left:calc(37.5% + 10px)}
.ml-5,.-ml-5,.ml-5-,.ml5{margin-left:calc(41.6667% + 10px)}
.ml-5h,.-ml-5h,.ml-5h-,.ml5h{margin-left:calc(45.8333% + 10px)}
.ml-6,.-ml-6,.ml-6-,.ml6{margin-left:calc(50% + 10px)}
.ml-6h,.-ml-6h,.ml-6h-,.ml6h{margin-left:calc(54.1667% + 10px)}
.ml-7,.-ml-7,.ml-7-,.ml7{margin-left:calc(58.3333% + 10px)}
.ml-7h,.-ml-7h,.ml-7h-,.ml7h{margin-left:calc(62.5% + 10px)}
.ml-8,.-ml-8,.ml-8-,.ml8{margin-left:calc(66.6667% + 10px)}
.ml-8h,.-ml-8h,.ml-8h-,.ml8h{margin-left:calc(70.8333% + 10px)}
.ml-9,.-ml-9,.ml-9-,.ml9{margin-left:calc(75% + 10px)}
.ml-9h,.-ml-9h,.ml-9h-,.ml9h{margin-left:calc(79.1667% + 10px)}
.ml-10,.-ml-10,.ml-10-,.ml10{margin-left:calc(83.3333% + 10px)}
.ml-10h,.-ml-10h,.ml-10h-,.ml10h{margin-left:calc(87.5% + 10px)}
.ml-11,.-ml-11,.ml-11-,.ml11{margin-left:calc(91.6667% + 10px)}
.ml-11h,.-ml-11h,.ml-11h-,.ml11h{margin-left:calc(95.8333% + 10px)}

._>.cell{padding:0 10px}
._.grid>li{padding:10px}

._._-0,._.-_-0,._._-0-,._._0,
.grid ul._._-0,.grid ul._.-_-0,.grid ul._._-0-,.grid ul._._0{margin:0}
._._-0>.cell,._.-_-0>.cell,._._-0->.cell,._._0>.cell,
._._-0>li,._.-_-0>li,._._-0->li,._._0>li{padding:0}

._._-5,._.-_-5,._._-5-,._._5{margin:0 -5px}
._._-5>.cell,._.-_-5>.cell,._._-5->.cell,._._5>.cell{padding:0 5px}
.grid ul._._-5,.grid ul._.-_-5,.grid ul._._-5-,.grid ul._._5{margin:-5px}
._._-5>li,._.-_-5>li,._._-5->li,._._5>li{padding:5px}

._._-15,._.-_-15,._._-15-,._._15{margin:0 -15px}
._._-15>.cell,._.-_-15>.cell,._._-15->.cell,._._15>.cell{padding:0 15px}
.grid ul._._-15,.grid ul._.-_-15,.grid ul._._-15-,.grid ul._._15{margin:-15px}
._._-15>li,._.-_-15>li,._._-15->li,._._15>li{padding:15px}

._>.w-0h,._>.-w-0h,._>.w-0h-,._>.w0h{width:4.1667%}
._>.w-1,._>.-w-1,._>.w-1-,._>.w1,._.li-12>li,._.-li-12>li,._.li-12->li,._.li12>li{width:8.3333%}
._>.w-1h,._>.-w-1h,._>.w-1h-,._>.w1h,._.li-8>li,._.-li-8>li,._.li-8->li,._.li8>li{width:12.5%}
._>.w-2,._>.-w-2,._>.w-2-,._>.w2,._.li-6>li,._.-li-6>li,._.li-6->li,._.li6>li{width:16.6667%}
._>.w-2h,._>.-w-2h,._>.w-2h-,._>.w2h{width:20.8333%}
._>.w-3,._>.-w-3,._>.w-3-,._>.w3,._.li-4>li,._.-li-4>li,._.li-4->li,._.li4>li{width:25%}
._>.w-3h,._>.-w-3h,._>.w-3h-,._>.w3h{width:29.1667%}
._>.w-4,._>.-w-4,._>.w-4-,._>.w4,._.li-3>li,._.-li-3>li,._.li-3->li,._.li3>li{width:33.3333%}
._>.w-4h,._>.-w-4h,._>.w-4h-,._>.w4h{width:37.5%}
._>.w-5,._>.-w-5,._>.w-5-,._>.w5{width:41.6667%}
._>.w-5h,._>.-w-5h,._>.w-5h-,._>.w5h{width:45.8333%}
._>.w-6,._>.-w-6,._>.w-6-,._>.w6,._.li-2>li,._.-li-2>li,._.li-2->li,._.li2>li{width:50%}
._>.w-6h,._>.-w-6h,._>.w-6h-,._>.w6h{width:54.1667%}
._>.w-7,._>.-w-7,._>.w-7-,._>.w7{width:58.3333%}
._>.w-7h,._>.-w-7h,._>.w-7h-,._>.w7h{width:62.5%}
._>.w-8,._>.-w-8,._>.w-8-,._>.w8{width:66.6667%}
._>.w-8h,._>.-w-8h,._>.w-8h-,._>.w8{width:70.8333%}
._>.w-9,._>.-w-9,._>.w-9-,._>.w9{width:75%}
._>.w-9h,._>.-w-9h,._>.w-9h-,._>.w9h{width:79.1667%}
._>.w-10,._>.-w-10,._>.w-10-,._>.w10{width:83.3333%}
._>.w-10h,._>.-w-10h,._>.w-10h-,._>.w10h{width:87.5%}
._>.w-11,._>.-w-11,._>.w-11-,._>.w11{width:91.6667%}
._>.w-11h,._>.-w-11h,._>.w-11h-,._>.w11h{width:95.8333%}
._.li-5>li,._.-li-5>li,._.li-5->li,._.li5>li{width:20%}
._.li-7>li,._.-li-7>li,._.li-7->li,._.li7>li{width:14.2857%}
._.li-9>li,._.-li-9>li,._.li-9->li,._.li9>li{width:11.1111%}
._.li-10>li,._.-li-10>li,._.li-10->li,._.li10>li{width:10%}
._.li-11>li,._.-li-11>li,._.li-11->li,._.li11>li{width:9.0909%}

._>.ml-0h,._>.-ml-0h,._>.ml-0h-,._>.ml0h{margin-left:4.1667%}
._>.ml-1,._>.-ml-1,._>.ml-1-,._>.ml1{margin-left:8.3333%}
._>.ml-1h,._>.-ml-1h,._>.ml-1h-,._>.ml1h{margin-left:12.5%}
._>.ml-2,._>.-ml-2,._>.ml-2-,._>.ml2{margin-left:16.6667%}
._>.ml-2h,._>.-ml-2h,._>.ml-2h-,._>.ml2h{margin-left:20.8333%}
._>.ml-3,._>.-ml-3,._>.ml-3-,._>.ml3{margin-left:25%}
._>.ml-3h,._>.-ml-3h,._>.ml-3h-,._>.ml3h{margin-left:29.1667%}
._>.ml-4,._>.-ml-4,._>.ml-4-,._>.ml4{margin-left:33.3333%}
._>.ml-4h,._>.-ml-4h,._>.ml-4h-,._>.ml4h{margin-left:37.5%}
._>.ml-5,._>.-ml-5,._>.ml-5-,._>.ml5{margin-left:41.6667%}
._>.ml-5h,._>.-ml-5h,._>.ml-5h-,._>.ml5h{margin-left:45.8333%}
._>.ml-6,._>.-ml-6,._>.ml-6-,._>.ml6{margin-left:50%}
._>.ml-6h,._>.-ml-6h,._>.ml-6h-,._>.ml6h{margin-left:54.1667%}
._>.ml-7,._>.-ml-7,._>.ml-7-,._>.ml7{margin-left:58.3333%}
._>.ml-7h,._>.-ml-7h,._>.ml-7h-,._>.ml7h{margin-left:62.5%}
._>.ml-8,._>.-ml-8,._>.ml-8-,._>.ml8{margin-left:66.6667%}
._>.ml-8h,._>.-ml-8h,._>.ml-8h-,._>.ml8h{margin-left:70.8333%}
._>.ml-9,._>.-ml-9,._>.ml-9-,._>.ml9{margin-left:75%}
._>.ml-9h,._>.-ml-9h,._>.ml-9h-,._>.ml9h{margin-left:79.1667%}
._>.ml-10,._>.-ml-10,._>.ml-10-,._>.ml10{margin-left:83.3333%}
._>.ml-10h,._>.-ml-10h,._>.ml-10h-,._>.ml10h{margin-left:87.5%}
._>.ml-11,._>.-ml-11,._>.ml-11-,._>.ml11{margin-left:91.6667%}
._>.ml-11h,._>.-ml-11h,._>.ml-11h-,._>.ml11h{margin-left:95.8333%}

.ord-0,.-ord-0,.ord-0-,.ord0{-webkit-order:-1;-ms-flex-order:-1;order:-1}
.ord-99,.-ord-99,.ord-99-,.ord99{-webkit-order:99;-ms-flex-order:99;order:99}
.x-0,.-x-0,.x-0-,.x0{-webkit-justify-content:flex-start;-ms-flex-pack:start;justify-content:flex-start}
.x-50,.-x-50,.x-50-,.x50{-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center}
.x-100,.-x-100-,.x-100-,.x100{-webkit-justify-content:flex-end;-ms-flex-pack:end;justify-content:flex-end}
.y-0,.-y-0,.y-0-,.y0{-webkit-align-items:flex-start;-ms-flex-align:start;align-items:flex-start}
.y-50,.-y-50,.y-50-,.y50{-webkit-align-items:center;-ms-flex-align:center;align-items:center}
.y-100,.-y-100,.y-100-,.y100{-webkit-align-items:flex-end;-ms-flex-align:end;align-items:flex-end}
}

@media(min-width:1024px){
.wrap{padding-left:30px;padding-right:30px}
.grid{margin:0 -15px}
.cell,.grid>li{width:calc(100% - 30px)}
.cell{margin:0 15px}
.grid>li{margin:15px}
.grid ul.grid{margin:-15px}
.liauto->li,.li-auto->li,.liauto>li{-webkit-flex-grow:1;-ms-flex-positive:1;flex-grow:1;-webkit-flex-basis:0;-ms-flex-preferred-size:0;flex-basis:0}

.w0h-,.w-0h-,.w0h{width:calc(4.1667% - 30px)}
.w1-,.w-1-,.w1,.li12->li,.li-12->li,.li12>li{width:calc(8.3333% - 30px)}
.w1h-,.w-1h-,.w1h,.li8->li,.li-8->li,.li8>li{width:calc(12.5% - 30px)}
.w2-,.w-2-,.w2,.li6->li,.li-6->li,.li6>li{width:calc(16.6667% - 30px)}
.w2h-,.w-2h-,.w2h{width:calc(20.8333% - 30px)}
.w3-,.w-3-,.w3,.li4->li,.li-4->li,.li4>li{width: calc(25% - 30px)}
.w3h-,.w-3h-,.w3h{width:calc(29.1667% - 30px)}
.w4-,.w-4-,.w4,.li3->li,.li-3->li,.li3>li{width:calc(33.3333% - 30px)}
.w4h-,.w-4h-,.w4h{width:calc(37.5% - 30px)}
.w5-,.w-5-,.w5{width:calc(41.6667% - 30px)}
.w5h-,.w-5h-,.w5h{width:calc(45.8333% - 30px)}
.w6-,.w-6-,.w6,.li2->li,.li-2->li,.li2>li{width:calc(50% - 30px)}
.w6h-,.w-6h-,.w6h{width:calc(54.1667% - 30px)}
.w7-,.w-7-,.w7{width:calc(58.3333% - 30px)}
.w7h-,.w-7h-,.w7h{width:calc(62.5% - 30px)}
.w8-,.w-8-,.w8{width:calc(66.6667% - 30px)}
.w8h-,.w-8h-,.w8h{width:calc(70.8333% - 30px)}
.w9-,.w-9-,.w9{width:calc(75% - 30px)}
.w9h-,.w-9h-,.w9h{width:calc(79.1667% - 30px)}
.w10-,.w-10-,.w10{width:calc(83.3333% - 30px)}
.w10h-,.w-10h-,.w10h{width:calc(87.5% - 30px)}
.w11-,.w-11-,.w11{width:calc(91.6667% - 30px)}
.w11h-,.w-11h-,.w11h{width:calc(95.8333% - 30px)}

.li5->li,.li-5->li,.li5>li{width:calc(20% - 30px)}
.li7->li,.li-7->li,.li7>li{width:calc(14.2857% - 30px)}
.li9->li,.li-9->li,.li9>li{width:calc(11.1111% - 30px)}
.li10->li,.li-10->li,.li10>li{width:calc(10% - 30px)}
.li11->li,.li-11->li,.li11>li{width:calc(9.0909% - 30px)}

.ml0h-,.ml-0h-,.ml0h{margin-left:calc(4.1667% + 15px)}
.ml1-,.ml-1-,.ml1{margin-left:calc(8.3333% + 15px)}
.ml1h-,.ml-1h-,.ml1h{margin-left:calc(12.5% + 15px)}
.ml2-,.ml-2-,.ml2{margin-left:calc(16.6667% + 15px)}
.ml2h-,.ml-2h-,.ml2h{margin-left:calc(20.8333% + 15px)}
.ml3-,.ml-3-,.ml3{margin-left:calc(25% + 15px)}
.mlh3-,.ml-3h-,.mlh3{margin-left:calc(29.1667% + 15px)}
.ml4-,.ml-4-,.ml4{margin-left:calc(33.3333% + 15px)}
.ml4h-,.ml-4h-,.ml4h{margin-left:calc(37.5% + 15px)}
.ml5-,.ml-5-,.ml5{margin-left:calc(41.6667% + 15px)}
.ml5h-,.ml-5h-,.ml5h{margin-left:calc(45.8333% + 15px)}
.ml6-,.ml-6-,.ml6{margin-left:calc(50% + 15px)}
.ml6h-,.ml-6h-,.ml6h{margin-left:calc(54.1667% + 15px)}
.ml7-,.ml-7-,.ml7{margin-left:calc(58.3333% + 15px)}
.ml7h-,.ml-7h-,.ml7h{margin-left:calc(62.5% + 15px)}
.ml8-,.ml-8-,.ml8{margin-left:calc(66.6667% + 15px)}
.ml8h-,.ml-8h-,.ml8h{margin-left:calc(70.8333% + 15px)}
.ml9-,.ml-9-,.ml9{margin-left:calc(75% + 15px)}
.ml9h-,.ml-9h-,.ml9h{margin-left:calc(79.1667% + 15px)}
.ml10-,.ml-10-,.ml10{margin-left:calc(83.3333% + 15px)}
.ml10h-,.ml-10h-,.ml10h{margin-left:calc(87.5% + 15px)}
.ml11-,.ml-11-,.ml11{margin-left:calc(91.6667% + 15px)}
.ml11h-,.ml-11h-,.ml11h{margin-left:calc(95.8333% + 15px)}

._>.cell{padding:0 15px}
._.grid>li{padding:15px}

._._0-,._._-0-,._._0,
.grid ul._._0-,.grid ul._._-0-,.grid ul._._0{margin:0}
._._0->.cell,._._-0->.cell,._._0>.cell,
._._0->li,._._-0->li,._._0>li{padding:0}

._._5-,._._-5-,._._5{margin:0 -5px}
._._5->.cell,._._-5->.cell,._._5>.cell{padding:0 5px}
.grid ul._._5-,.grid ul._._-5-,.grid ul._._5{margin:-5px}
._._5->li,._._-5->li,._._5>li{padding:5px}

._._10-,._._-10-,._._10{margin:0 -10px}
._._10->.cell,._._-10->.cell,._._10>.cell{padding:0 10px}
.grid ul._._10-,.grid ul._._-10-,.grid ul._._10{margin:-10px}
._._10->li,._._-10->li,._._10>li{padding:10px}

._>.w0h-,._>.w-0h-,._>.w0h{width:4.1667%}
._>.w1-,._>.w-1-,._>.w1,._.li12->li,._.li-12->li,._.li12>li{width:8.3333%}
._>.w1h-,._>.w-1h-,._>.w1h,._.li8->li,._.li-8->li,._.li8>li{width:12.5%}
._>.w2-,._>.w-2-,._>.w2,._.li6->li,._.li-6->li,._.li6>li{width:16.6667%}
._>.w2h-,._>.w-2h-,._>.w2h{width:20.8333%}
._>.w3-,._>.w-3-,._>.w3,._.li4->li,._.li-4->li,._.li4>li{width: 25%}
._>.w3h-,._>.w-3h-,._>.w3h{width:29.1667%}
._>.w4-,._>.w-4-,._>.w4,._.li3->li,._.li-3->li,._.li3>li{width:33.3333%}
._>.w4h-,._>.w-4h-,._>.w4h{width:37.5%}
._>.w5-,._>.w-5-,._>.w5{width:41.6667%}
._>.w5h-,._>.w-5h-,._>.w5h{width:45.8333%}
._>.w6-,._>.w-6-,._>.w6,._.li2->li,._.li-2->li,._.li2>li{width:50%}
._>.w6h-,._>.w-6h-,._>.w6h{width:54.1667%}
._>.w7-,._>.w-7-,._>.w7{width:58.3333%}
._>.w7h-,._>.w-7h-,._>.w7h{width:62.5%}
._>.w8-,._>.w-8-,._>.w8{width:66.6667%}
._>.w8h-,._>.w-8h-,._>.w8h{width:70.8333%}
._>.w9-,._>.w-9-,._>.w9{width:75%}
._>.w9h-,._>.w-9h-,._>.w9h{width:79.1667%}
._>.w10-,._>.w-10-,._>.w10{width:83.3333%}
._>.w10h-,._>.w-10h-,._>.w10h{width:87.5%}
._>.w11-,._>.w-11-,._>.w11{width:91.6667%}
._>.w11h-,._>.w-11h-,._>.w11h{width:95.8333%}
._.li5->li,._.li-5->li,._.li5>li{width:20%}
._.li7->li,._.li-7->li,._.li7>li{width:14.2857%}
._.li9->li,._.li-9->li,._.li9>li{width:11.1111%}
._.li10->li,._.li-10->li,._.li10>li{width:10%}
._.li11->li,._.li-11->li,._.li11>li{width:9.0909%}

._>.ml0h-,._>.ml-0h-,._>.ml0h{margin-left:4.1667%}
._>.ml1-,._>.ml-1-,._>.ml1{margin-left:8.3333%}
._>.ml1h-,._>.ml-1h-,._>.ml1h{margin-left:12.5%}
._>.ml2-,._>.ml-2-,._>.ml2{margin-left:16.6667%}
._>.ml2h-,._>.ml-2h-,._>.ml2h{margin-left:20.8333%}
._>.ml3-,._>.ml-3-,._>.ml3{margin-left:25%}
._>.mlh3-,._>.ml-3h-,._>.mlh3{margin-left:29.1667%}
._>.ml4-,._>.ml-4-,._>.ml4{margin-left:33.3333%}
._>.ml4h-,._>.ml-4h-,._>.ml4h{margin-left:37.5%}
._>.ml5-,._>.ml-5-,._>.ml5{margin-left:41.6667%}
._>.ml5h-,._>.ml-5h-,._>.ml5h{margin-left:45.8333%}
._>.ml6-,._>.ml-6-,._>.ml6{margin-left:50%}
._>.ml6h-,._>.ml-6h-,._>.ml6h{margin-left:54.1667%}
._>.ml7-,._>.ml-7-,._>.ml7{margin-left:58.3333%}
._>.ml7h-,._>.ml-7h-,._>.ml7h{margin-left:62.5%}
._>.ml8-,._>.ml-8-,._>.ml8{margin-left:66.6667%}
._>.ml8h-,._>.ml-8h-,._>.ml8h{margin-left:70.8333%}
._>.ml9-,._>.ml-9-,._>.ml9{margin-left:75%}
._>.ml9h-,._>.ml-9h-,._>.ml9h{margin-left:79.1667%}
._>.ml10-,._>.ml-10-,._>.ml10{margin-left:83.3333%}
._>.ml10h-,._>.ml-10h-,._>.ml10h{margin-left:87.5%}
._>.ml11-,._>.ml-11-,._>.ml11{margin-left:91.6667%}
._>.ml11h-,._>.ml-11h-,._>.ml11h{margin-left:95.8333%}

.ord0-,.ord-0-,.ord0{-webkit-order:-1;-ms-flex-order:-1;order:-1}
.ord99-,.ord-99-,.ord99{-webkit-order:99;-ms-flex-order:99;order:99}
.x0-,.x-0-,.x0{-webkit-justify-content:flex-start;-ms-flex-pack:start;justify-content:flex-start}
.x50-,.x-50-,.x50{-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center}
.x100-,.x-100-,.x100{-webkit-justify-content:flex-end;-ms-flex-pack:end;justify-content:flex-end}
.y0-,.y-0-,.y0{-webkit-align-items:flex-start;-ms-flex-align:start;align-items:flex-start}
.y50-,.y-50-,.y50{-webkit-align-items:center;-ms-flex-align:center;align-items:center}
.y100-,.y-100-,.y100{-webkit-align-items:flex-end;-ms-flex-align:end;align-items:flex-end}
}

/*>>= = = = = = = = = = = = = = = = = = = = <<

--table

= = = = = = = = = = = = = = = = = = = = = = */
/*<div class="wrap-table">
<table class="table">*/

/* Tables */
.table {
  width: 100%;
  overflow: auto;
  border-collapse: collapse;
  -webkit-overflow-scrolling: touch;
  display: block;
  background: #fff;
}
.table::-webkit-scrollbar {
  display: none;
}
.table td {
  padding: 11px .5em;
  vertical-align: top;
}
.table tr:first-child td {
  color: #fff;
  font-weight: bold;
  padding-bottom: 22px;
}
.table tr:nth-child(2n+1) {
  background: #eee;
}
.table tr:first-child {
  font-size: 1.1em;
  background: #292b2e;
}
.table tr td:first-child {
  font-weight: bold;
}
.table tr.table_head td, .table tr.table_head th {
    background: #fff;
    color: #000;
    font-weight: 100;
    max-width: 50%;
    padding-bottom: 22px;
}
.table td {
  border: 1px solid #ddd;
}
table.scroll {
  display: block;
  overflow: scroll;
  table-layout: auto;
}
table.scroll td {
  word-break: normal;
}
div.wrap-table {
  overflow-x: auto;
}

div.wrap-table::-webkit-scrollbar {
  -webkit-appearance: none;
  width: 24px;
  height: 24px;
}
div.wrap-table::-webkit-scrollbar-thumb {
  border-radius: 8px;
  border: 3px solid #fff;
  background-color: rgba(0, 0, 0, 0.3);  
}

div.wrap-table .table {
  display: table;
}
.table tr:hover td {
}

/*>>= = = = = = = = = = = = = = = = = = = = <<

--flex-video

= = = = = = = = = = = = = = = = = = = = = = */

.flex-video {
  position: relative;
  padding-top: 10%;
  padding-bottom: 53.5%;
  height: 0;
  overflow: hidden; }
.flex-video.widescreen {
  padding-bottom: 56.34%; }
.flex-video.vimeo {
  padding-top: 0; }
.flex-video iframe,
.flex-video object,
.flex-video embed,
.flex-video video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }
/*!
 * Waves v0.7.5
 * http://fian.my.id/Waves 
 * 
 * Copyright 2014-2016 Alfiana E. Sibuea and other contributors 
 * Released under the MIT license 
 * https://github.com/fians/Waves/blob/master/LICENSE 
 */
.waves-effect {
  position: relative;
  cursor: pointer;
  /* display: inline-block; */
  overflow: hidden;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.waves-effect .waves-ripple {
  position: absolute;
  border-radius: 50%;
  width: 100px;
  height: 100px;
  margin-top: -50px;
  margin-left: -50px;
  opacity: 0;
  background: rgba(0, 0, 0, 0.2);
  background: radial-gradient(rgba(0, 0, 0, 0.2) 0, rgba(0, 0, 0, 0.3) 40%, rgba(0, 0, 0, 0.4) 50%, rgba(0, 0, 0, 0.5) 60%, rgba(255, 255, 255, 0) 70%);
  transition: all 0.5s ease-out;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  -webkit-transform: scale(0) translate(0, 0);
  transform: scale(0) translate(0, 0);
  pointer-events: none;
}
.waves-effect.waves-light .waves-ripple {
  background: rgba(255, 255, 255, 0.4);
  background: radial-gradient(rgba(255, 255, 255, 0.2) 0, rgba(255, 255, 255, 0.3) 40%, rgba(255, 255, 255, 0.4) 50%, rgba(255, 255, 255, 0.5) 60%, rgba(255, 255, 255, 0) 70%);
}
.waves-effect.waves-classic .waves-ripple {
  background: rgba(0, 0, 0, 0.2);
}
.waves-effect.waves-classic.waves-light .waves-ripple {
  background: rgba(255, 255, 255, 0.4);
}
.waves-notransition {
  transition: none !important;
}
.waves-button,
.waves-circle {
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-mask-image: -webkit-radial-gradient(circle, #ffffff 100%, #000000 100%);
}
.waves-button,
.waves-button:hover,
.waves-button:visited,
.waves-button-input {
  white-space: nowrap;
  vertical-align: middle;
  cursor: pointer;
  border: none;
  outline: none;
  color: inherit;
  background-color: rgba(0, 0, 0, 0);
  font-size: 1em;
  line-height: 1em;
  text-align: center;
  text-decoration: none;
  z-index: 1;
}
.waves-button {
  padding: 0.85em 1.1em;
  border-radius: 0.2em;
}
.waves-button-input {
  margin: 0;
  padding: 0.85em 1.1em;
}
.waves-input-wrapper {
  border-radius: 0.2em;
  vertical-align: bottom;
}
.waves-input-wrapper.waves-button {
  padding: 0;
}
.waves-input-wrapper .waves-button-input {
  position: relative;
  top: 0;
  left: 0;
  z-index: 1;
}
.waves-circle {
  text-align: center;
  width: 2.5em;
  height: 2.5em;
  line-height: 2.5em;
  border-radius: 50%;
}
.waves-float {
  -webkit-mask-image: none;
  box-shadow: 0px 1px 1.5px 1px rgba(0, 0, 0, 0.12);
  transition: all 300ms;
}
.waves-float:active {
  box-shadow: 0px 8px 20px 1px rgba(0, 0, 0, 0.3);
}
.waves-block {
  display: block;
}

.blocker {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  z-index: 9999;
  padding: 20px;
  box-sizing: border-box;
  background-color: rgb(0,0,0);
  background-color: rgba(0,0,0,0.75);
  text-align: center;
}
.blocker:before{
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: -0.05em;
}
.modal {
    display: inline-block;
    position: relative;
    vertical-align: middle;
    z-index: 2;
    z-index: 99999!important;
    //box-shadow: 0 0 10px #000;
    border-radius: 20px;
    background-color: #fff;
    padding: 20px 30px 20px 30px;
    max-width: 300px;
    text-align: left;
}

.modal a.close-modal {
  position: absolute;
  top: 10px;
  right: 10px;
  display: block;
  width: 30px;
  height: 30px;
  text-indent: -9999px;
  background: url("data:image/png;base64,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") no-repeat 0 0;
}

.modal-spinner {
  display: none;
  width: 64px;
  height: 64px;
  position: fixed;
  top: 50%;
  left: 50%;
  margin-right: -32px;
  margin-top: -32px;
  background: url("data:image/gif;base64,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") #111 no-repeat center center;
  border-radius: 8px;
}
@media(max-width:1023.98px){
    .touch-side-swipe {
        display: none;
        height: 100%;
        width: 100%;
        top: 0;
        left: 0;
        background: #fff;
    }
    .tss .touch-side-swipe {
        display: block;
        overflow-y: overlay;
    }
    .tss {
        z-index: 9999;
        position: fixed;
        top: 0;
        left: 0;
        height: 100%;
        will-change: transform;
        transition-property: -webkit-transform;
        transition-property: transform;
        transition-property: transform, -webkit-transform;
        transition-timing-function: ease;
    }
    .tss-wrap {
        height: 100%;
        width: 100%;
        position: absolute;
        top: 0;
        left: 0;
    }
    .tss-label {
        z-index: 99999;
        position: absolute;
        top: 5px;
        right: -44px;
        width: 44px;
        height: 44px;
        display: block;
        cursor: pointer;
    }
    .tss-label_pic {
        position: relative;
        display: inline-block;
        vertical-align: middle;
        font-style: normal;
        text-align: left;
        text-indent: -9999px;
        direction: ltr;
        box-sizing: border-box;
        transition: -webkit-transform .2s ease;
        transition: transform .2s ease;
        transition: transform .2s ease, -webkit-transform .2s ease;
    }
    .tss-label_pic:after, .tss-label_pic:before {
        content: '';
        pointer-events: none;
        transition: -webkit-transform .2s ease;
        transition: transform .2s ease;
        transition: transform .2s ease, -webkit-transform .2s ease;
    }
    .tss--close .tss-label_pic {
        color: #000;
        width: 30px;
        height: 4px;
        box-shadow: inset 0 0 0 32px, 0 -8px, 0 8px;
        margin: 15px 7px;
    }
    .tss--close .tss-label_pic:after {
        position: absolute;
        -webkit-transform: translateY(4px);
        transform: translateY(4px);
        color: #ceb18d;
        width: 30px;
        height: 3px;
        box-shadow: inset 0 0 0 32px,0 -8px,0 8px;
        top: 0;
        left: 0;
    }
    .tss--open .tss-label_pic {
        color: #fff;
        padding:0;
        width: 40px;
        height: 40px;
        margin: 2px;
        -webkit-transform: rotate(45deg);
                transform: rotate(45deg);
    }
    .tss--open .tss-label_pic:before{
        width: 40px;
        height: 2px;
    }
    .tss--open .tss-label_pic:after{
        width: 2px;
        height: 40px;
    }
    .tss--open .tss-label_pic:after, .tss--open .tss-label_pic:before {
        position: absolute;
        left: 50%;
        top: 50%;
        -webkit-transform: translate(-50%,-50%);
                transform: translate(-50%,-50%);
        box-shadow: inset 0 0 0 32px;
    }
    .tss-bg {
        background: #000;
        position: fixed;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        opacity: 0;
        will-change: opacity;
        transition-property: opacity;
        transition-timing-function: ease;
    }
}

.cd-top {
  display:none;
}
@media (min-width: 0px) {
  .cd-top {
    display: inline-block;
    /* height: 22px; */
    /* width: 22px; */
    position: fixed;
    bottom: 20px;
    left: 10px;
    overflow: hidden;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    font-size: 30px;
    white-space: nowrap;
    text-decoration:none;
    text-shadow: 0px 0px 0px #000, -1px -1px 0px #000;
    background: none;
    visibility: hidden;
    opacity: 0;
    transition: opacity .3s 0s, visibility 0s .3s;
    color: #fff;
    /* background: #b48b52; */
    border-radius: 50%;
    padding: 10px;
    line-height: 17px;
  }
  .cd-top.cd-is-visible, .cd-top.cd-fade-out, .cd-top:hover {
    transition: opacity .3s 0s, visibility 0s .3s;
  }
  .cd-top.cd-is-visible {
    visibility: visible;
    opacity: 1;
  }
  .cd-top.cd-fade-out {
    opacity: .6;
  }
 .cd-top:hover {
    opacity: 1;
    text-shadow: -1px -1px 5px gray;
  }
}

/*>>= = = = = = = = = = = = = = = = = = = = <<

--navbar

= = = = = = = = = = = = = = = = = = = = = = */
@media (max-width: 1023px) {
  input#nav-mobile, input#nav-mobile-open {display: none;}

  .navbar {
    height:100%;
    width: 100%;
    left: 0;
    top: 0;
    padding-left: 0px;
    padding-right: 0;
    z-index: 9999;
    background: #fff;
    overflow-x: hidden;
  }

  .navbar > ul {
    width: 100%;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: 0;
    padding: 1px;
    list-style: none;
    display: block;
  }
  .navbar > ul > li {
    margin-top: 2px;
    border: none;
    cursor: pointer;
    border-left: 3px solid #ddd;
    border-right: 3px solid #ddd;
    border-bottom: 1px outset #eee;
    border-top: 1px solid #eee;
    display: block;
    padding: 0;
    position: relative;
  }

  .navbar > ul > li > a {
    color: #222;
    text-decoration: none;
    padding: 25px 10px;
    line-height: 0;
    font-size: 17px;
    display: block;
    white-space: nowrap;
  }
  .navbar > ul > li > a:hover {

  }
  .navbar > ul > li > ul {
    width: 100%;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 1px;
    list-style: none;
    background: rgba(0, 0, 0, 0);
    display: block;
    /* overflow: hidden; */
    z-index: 1;
    position: relative;
    transition-delay: .3s;
    transition: all .3s ease;
    /* padding-top: 50px; */
    /* margin-top: -50px; */
    height: 0;
  }
  .navbar > ul > li:hover > ul {
    height: initial;
  }

  .navbar > ul > li > ul:before {
    content: "+";
    position: relative;
    left: 0;
    top: -52px;
    font-size:20px;
    font-weight: 800;
    color: #999;
    transition: all .3s ease;
    width: 100%;
    height: 52px;
    display: block;
    text-align: right;
    line-height: 50px;
  }
  .navbar > ul > li:hover > ul:before {
    content:" ";
    /*content:"\2212";*/
    /* margin-top: -30px; */
    /* z-index: 999; */
    height: 0;
  }
  .navbar > ul > li > ul:hover {
    padding-top: 0;
    margin-top: 0;
    height: initial;
  }
.navbar > ul > li > ul > li {
    border: none;
    box-shadow: none;
    cursor: pointer;
    display: block;
    height: 0;
    overflow: hidden;
    transition: all .2s linear;
    border-top: 0px solid #ddd;
    position: relative;
  }
  .navbar > ul > li:hover > ul > li {
    min-height: 50px;
    height: 100%;
    border-top: 1px solid #ddd;
    transition: all .2s linear;
    overflow: visible;
  }


  .navbar > ul > li > ul > li:hover,
  .navbar > ul > li > ul > li.active {
    background: #fff;
  }    
  .navbar > ul > li > ul > li > a {
    color: #222;
    text-decoration: none;
    font-size: 16px;
    display: block;
    text-shadow: none;
    white-space: nowrap;
    padding: 0 10px;
    line-height: 50px;
    height: 50px;
    z-index: -1;
  }
  .navbar > ul > li:hover > ul > li > a {
    /* visibility: visible; */
  }
  .navbar > ul > li > ul > li > ul {
    width: 100%;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 1px;
    list-style: none;
    transition: all .5s ease;
    display: block;
    /* position:relative; */
    overflow: hidden;
    padding-top: 0;
    margin-top: -52px;
    max-height: 52px;
    height: 100%;
  }
  .navbar > ul > li > ul > li:hover > ul {
    padding-top: 0;
    margin-top: 0;
    max-height: none;
  }
  .navbar > ul > li > ul > li > ul:before {
    content:"+";
    font-size:20px;
    text-align: right;
    width: 100%;
    display: block;
    margin-top: 0;
    position: absolute;
    top: 0;
    right: 0;
    width: 30px;
    height: 50px;
    text-align: center;
    line-height: 50px;
  }
  .navbar > ul > li > ul > li:hover > ul:before {
    content:"";

  }

  .navbar > ul > li > ul > li:hover > ul > li {
    max-height:40px;
    height:100%;
  }
  .navbar > ul > li > ul > li > ul > li {
    border: none;
    box-shadow: none;
    cursor: pointer;
    border-left: 1px solid rgba(0, 0, 0, 0.3);
    border-right:1px solid rgba(0, 0, 0, 0.3);
    box-shadow:  0 -1px 0 rgba(255, 255, 255, 0.05);
    transition: all .3s ease;
    display: block;
    position: relative;
    overflow: hidden;
    height: 0;
  }

  .navbar > ul > li > ul > li:hover > ul > li {
    border-bottom: 1px solid #999;
  }
  .navbar > ul > li > ul > li > ul > li.active {
    background: #eee;
  }    
  .navbar > ul > li > ul > li > ul > li > a {
    color: #444;
    text-decoration: none;
    padding: 10px;
    font-size: 0;
    display: block;
    white-space: nowrap;
    text-shadow: none;
    display: block;
    position: relative;
  }
  .navbar > ul > li > ul > li:hover > ul > li > a {
    font-size: 14px;
  }
  .navbar a {
    pointer-events: none;
    transition-delay: .5s;
    transition:all .3s ease;
  }
  .navbar > ul > li:hover > a {
    pointer-events: visible;
  }
  .navbar > ul > li > ul > li:hover > a {
    pointer-events: visible;
  }
  .navbar > ul > li > ul > li > ul > li:hover > a {
    pointer-events: visible;
  }
  
}
@media (min-width: 1024px) {
  input#nav-mobile, input#nav-mobile-open {display: none;}

  .navbar {
    transition: all .3s linear;
    width: 100%;
    /*fix for quarantine menu*/
    /* max-width: 970px; */
    margin: auto;
    padding: 30px 3px!important;
}
  .navbar > ul {
    list-style: none;
    /* margin-top: 0; */
    /* margin-bottom: 0; */
    /* padding-left: 15px; */
    z-index: 9999;
    /* width: 100%; */
    /* overflow: hidden; */
}
  .navbar > ul > li {
    /* margin: 0; */
    position: relative;
    word-wrap: break-word;
    padding: 0;
    transition: all .3s linear;
    margin-top: 0;
    margin-bottom: 0;
    text-align: center;
  }
  .navbar > ul > li:first-of-type {
      /* border-left: none; */
  }
  .navbar > ul > li.active,
  .navbar > ul > li:hover {
  }
  .navbar .link-active {
    color: #000;
    background: #fff;
    box-shadow: inset 1px -1px 0 #fff;
  }
  .navbar > ul > li a:hover {
  }

  .navbar > ul > li.active > a {
    text-decoration: none;
  }

  .navbar > ul > li > a {
    text-align: center;
    line-height: 22px;
    background: none;
    display: block;
    color: #fff;
    transition: all .3s ease;
    font-size: 13px;
    white-space: nowrap;
    width: 100%;
    text-shadow: none;
    font-weight: 500;
    position: relative;
    transition: all .3s ease;
    text-shadow: 0 0 2px #0000;
    box-shadow: 0 0 2px #fff0;
    background: rgba(246, 196, 82, 0);
    border: 3px solid #f6c45200;
    border-radius: 50px;
    margin: 0 auto;
        padding: 0 2px;
}
.navbar > ul > li:hover>a,.navbar > ul > li.active>a {
    text-shadow: 0 0 2px #000;
    box-shadow: 0 0 2px #fff;
    background: rgba(246, 196, 82, 0.38);
    color: #f6c452;
    border: 3px solid #f6c452;
    border-radius: 50px;
    margin: 0 auto;
}
.navbar > ul > li > a[href="novogodnie-korporativy/"],
.navbar > ul > li > a[href="vstrecha-vypusknikov/"]{
    border: 3px dashed green;
    background: #ddd;
    color: #000;
    font-weight: 600;
    text-shadow: none;
}
/*
.navbar > ul > li>a[href="dostavka/"]{

}
.navbar > ul > li:hover>a[href="dostavka/"] {
  text-shadow: 0 0 2px #000;
  box-shadow: 0 0 2px #fff;
  background: rgba(246, 196, 82, 0.4);
}


.navbar > ul > li:nth-of-type(2) {
  margin-top:-45px;
  border:none;
}
    
.navbar > ul > li:nth-of-type(2) > a:before {
    content:" ";
    background-repeat: no-repeat;
    max-width: 200px;
    height: 45px;
    position: relative;
    background-size: 120px;
    margin: 0 auto;
    top: 0px;
    left:0;
    display: block;
    z-index:0;
    background-image:url(_mod_files/ce_images/files/ny2018_01.png);
    background-position: 50%;
    transition: all .3s ease;

        
}
.navbar > ul > li:nth-of-type(2)>a {
    box-shadow: 0 0 2px #fff;
    background: none;
    color: #f6c452;
    border: none;
    border-radius: 0px;
    margin: 2px auto;
    border:none;
    box-shadow:none 
}
.navbar > ul > li:nth-of-type(2)>a:hover {
  color:#fff;

}
.navbar > ul > li:nth-of-type(2):hover>a:before{
    background-size:140px;
}
*/
/*
.navbar > ul > li:nth-of-type(2) > a:before {
  background-image: url(_mod_files/ce_images/files/icon-nav-photo.png);
}
.navbar > ul > li:nth-of-type(3) > a:before {
  background-image: url(_mod_files/ce_images/files/icon-nav-rub.png);
}
.navbar > ul > li:nth-of-type(4) > a:before {
  background-image: url(_mod_files/ce_images/files/icon-nav-3d.png);
}
.navbar > ul > li:nth-of-type(5) > a:before {
  background-image: url(_mod_files/ce_images/files/icon-nav-contact.png);
}
*/
  .navbar > ul > li:first-child > a {

  }
  .navbar > ul > li:hover > a {
    /* box-shadow: inset -70px 0px 0 #fff, inset 100px 0px 0 #f6c452; */
  }
  .navbar > ul > li:hover > a:before {
    /*transition: transform .3s ease;
    transform: scaleX(-1) rotate(360deg);*/
  }

  .navbar > ul > li:hover > a:before,
  .navbar > ul > li.active > a:before {
    /* filter: invert(100%); */
  }
  .navbar > ul > li > ul {
    padding-left: 0;
    transition: all .2s ease;
    z-index: 9999;
    position: absolute;
    top: 30px;
    display: block;
    left: 0;
    background: rgba(255, 255, 255, 0.9);
    width: initial;
    /* height: 0; */
    /* overflow: hidden; */
    -webkit-transform-origin: top;
    transform-origin: top;
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
    padding: 10px;
    transition-delay: .2s;
    /* margin-top: 6px; */
    box-shadow: 0 1px 3px #999;
    min-width: 100px;
    background: #000;
  }
  .navbar > ul > li:hover > ul {
    transform: scaleY(1);
  }
  .navbar > ul > li > ul:hover {
  }
  .navbar > ul > li > ul > li {
    white-space: nowrap;
    list-style: none;
    text-align: left;
    transition: all .2s ease;
    display: block;
    z-index: 9999;
    position: relative;
    float: left;
  }
  .navbar > ul > li:hover > ul > li {
  }
  .navbar > ul > li:hover > ul > li>a{
  }

  .navbar > ul > li > ul > li:hover,
  .navbar > ul > li > ul > li.active{
    line-height: 22px;
  }    
  .navbar > ul > li > ul > li.active > a {
  }
  .navbar > ul > li > ul > li > a {
    font-size: 13px;
    font-weight: 600;
    text-transform: uppercase;
    color: #eee;
    text-shadow: none;
    /* opacity: 0; */
    width: initial;
    line-height: 14px;
    transition: all .2s ease;
    display: block;
    padding: 8px;
    z-index: 9999;
    /* width: 100%; */
    text-decoration: none;
}
  .navbar > ul > li > ul > li:hover > a {
  color: #f19434;
  }
  .navbar > ul > li:hover > ul > li > a {
  }
  .navbar > ul > li > ul > li > ul {
    position: relative;
    transition: all .3s ease;
    /* visibility: hidden; */
    list-style: none;
    position: relative;
    /* top: 30px; */
    /* left: 0; */
    transition: all .3s ease;
    /* opacity: 0; */
    width: 100%;
    display: block;
  }

  .navbar > ul > li > ul > li:hover > ul {
    /* visibility: visible; */
    /* opacity: 1; */
  }
  .navbar > ul > li > ul > li > ul > li {
    /* padding: 0 10px; */
    display: block;
    position: relative;
    padding: 2px 5px;
  }
  .navbar > ul > li > ul > li > ul > li:hover,
  .navbar > ul > li > ul > li > ul > li.active {

  }
  .navbar > ul > li > ul > li > ul > li > a {
    text-shadow: none;
    display: block;
    position: relative;
    color: #000;
  }
  .navbar > ul > li > ul > li:hover > ul > li > a {

  }
  .navbar > ul > li > ul > li > ul > li:hover > a {
    color: #f19434;
    /* text-shadow: 0px 1px 0px #f19434; */
  }
}
@media (min-width: 1024px) and (max-width: 1220px) {
  .navbar > ul > li.active > a,
  .navbar > ul > li:hover > a {
    box-shadow:none
  }
}
@media (min-width: 1270px) {
  .navbar > ul {
  }

  .navbar > ul > li > a {}
  .navbar > ul > li {

  }
}
@media (min-width: 1400px) {
  .navbar > ul > li > a{
    font-size: 13px;
  }
  .navbar > ul > li {
    margin-right: 5px;
  }
}
/* System: Start discussion
 * @tpl discussion.tpl
 */
.popupContent {
    background:lightgray;
    padding:20px;
    border-radius:5px;
}
.discussion_amiroTEdDivPreview,
.quest_preview,
.forum_preview {
    border: 1px solid #A5A5A5;
    display: none;
    padding: 4px;
    background: #F0F0F0;
    margin-bottom: 10px;
    margin-left: 4px;
    margin-top: 6px;
}

.front_edit_msg, .quest_subject_item_row, .quest_answer_for, .forum_topic,
.forum_front_edit, .forum_tr_create_topic, .discussion_front_edit,
.discussion_span_answer_for {
    display: none;
}

.quest_bb_preview,
.forum_bb_preview {
    text-align:center;display:none;
}
a[name="forum"] ~ table,
a[name="forum"] ~ table>tbody,
a[name="forum"] ~ table>tbody>tr {
    width:100%;
    display:block;
}
.quest_quote_messages,
.quest_quote_messages tbody,
.quest_quote_messages tr {
    display: block;
    width:100%;
    max-width: 320px;
    overflow: hidden;
}
.amiroTEdCtrl {
    max-width:320px;
}
/* System: End discussion
 * @tpl discussion.tpl
 */
/* SYSTEM: Start multiselectbox */

div.mselectFrame{
    display: -moz-inline-stack;
    display: inline-block;
    zoom: 1;
    *display: inline;
    border: 1px solid #848484;
    overflow: auto;
}

div.mselectOption, div.mselectOptionselected{
    padding: 0px 2px;
    white-space: nowrap;
    cursor: default;
}

div.mselectOptionselected{
    background: #5fabfe;
    color: #fff;
}

/* System: End multiselectbox */
/*>>= = = = = = = = = = = = = = = = = = = = <<

--MediaBox control

= = = = = = = = = = = = = = = = = = = = = = */
/* System: Start mediaBox control */

.MediaBox_shadow{
    position: fixed;
    display: none;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background: #000;
    z-index: 100000;
}

* html .MediaBox_shadow{
    position: absolute;
}

.MediaBox{
    position: fixed;
    display: none;
    background: #fff;
    z-index: 100001;
}

* html .MediaBox{
    position: absolute;
}

.MediaBox_shadowL, .MediaBox_shadowR, .MediaBox_shadowT, .MediaBox_shadowB, .MediaBox_shadowLT, .MediaBox_shadowRT, .MediaBox_shadowLB, .MediaBox_shadowRB{
    position: absolute;
    overflow: hidden;
}

.MediaBox_shadowL, .MediaBox_shadowR{
    width: 15px;
    height: 100%;
    background: url(_img/ami_jsapi/shade-v.png) repeat-y;
}

.MediaBox_shadowL{
    left: -15px;
    top: 0px;
}

.MediaBox_shadowR{
    right: -15px;
    top: 0px;
    background-position: -15px 0px;
}

.MediaBox_shadowT, .MediaBox_shadowB{
    width: 100%;
    height: 15px;
    background: url(_img/ami_jsapi/shade-h.png) repeat-x;
}

.MediaBox_shadowT{
    left: 0px;
    top: -15px;
}

.MediaBox_shadowB{
    left: 0px;
    bottom: -15px;
    background-position: 0px -15px;
}

.MediaBox_shadowLT, .MediaBox_shadowRT, .MediaBox_shadowLB, .MediaBox_shadowRB{
    width: 15px;
    height: 15px;
    background: url(_img/ami_jsapi/shade-c.png) no-repeat;
}

.MediaBox_shadowLT{
    left: -15px;
    top: -15px;
}

.MediaBox_shadowRT{
    right: -15px;
    top: -15px;
    background-position: -15px 0px;
}

.MediaBox_shadowLB{
    left: -15px;
    bottom: -15px;
    background-position: 0px -15px;
}

.MediaBox_shadowRB{
    right: -15px;
    bottom: -15px;
    background-position: -15px -15px;
}

.MediaBox_speckLT{
    position: absolute;
    width: 0px;
    height: 0px;
}

.MediaBox_speckRB{
    position: absolute;
    width: 0px;
    height: 0px;
}

.MediaBox_close{
    position: absolute;
    width: 39px;
    height: 39px;
    right: -20px;
    top: -20px;
    background: url(_img/ami_jsapi/close.png);
    cursor: pointer;
}

.MediaBox_loader{
    position: absolute;
    width: 32px;
    height: 32px;
    left: 50%;
    top: 50%;
    margin: -16px 0px 0px -16px;
    background: url(_img/ami_jsapi/loader.gif);
}

.MediaBox_container{
    margin: 10px 10px;
}

/* Black version */

.MediaBoxBlack{
    background: #000;
}

.MediaBoxBlack .MediaBox_shadowL, .MediaBoxBlack .MediaBox_shadowR{
    background-image: url(_img/ami_jsapi/glass-frame-v.png);
}

.MediaBoxBlack .MediaBox_shadowT, .MediaBoxBlack .MediaBox_shadowB{
    background-image: url(_img/ami_jsapi/glass-frame-h.png);
}

.MediaBoxBlack .MediaBox_shadowLT, .MediaBoxBlack .MediaBox_shadowRT, .MediaBoxBlack .MediaBox_shadowLB, .MediaBoxBlack .MediaBox_shadowRB{
    background-image: url(_img/ami_jsapi/glass-frame-c.png);
}

.MediaBoxBlack .MediaBox_speckLT{
    background-image: url(_img/ami_jsapi/glass-frame-c2lt.png);
}

.MediaBoxBlack .MediaBox_speckRB{
    background-image: url(_img/ami_jsapi/glass-frame-c2rb.png);
}

.MediaBoxBlack .MediaBox_close{
    right: -25px;
    top: -25px;
    background-image: url(_img/ami_jsapi/glass-frame-close.png);
}

.MediaBoxBlack .MediaBox_loader{
    background-image: url(_img/ami_jsapi/loader-black.gif);
}

.MediaBoxBlack .MediaBox_container{
    margin: 0px 0px;
}

img[data-ami-mbpopup],
.mb-image {
    cursor: url(_img/ami_jsapi/pointer_plus.png), pointer;
}

.MediaBox_loader{
    position: absolute;
    width: 32px;
    height: 32px;
    left: 50%;
    top: 50%;
    margin: -16px 0px 0px -16px;
    background: url(_img/ami_jsapi/loader.gif);
    z-index: 100002;
}

.MediaBox_group{
    margin: 10px;
    margin-bottom: 0px;
    font-style: italic;
}

.MediaBox_header{
    margin: 10px;
    margin-bottom: 0px;
    text-align: center;
    font-weight: bold;
}

.MediaBox_url{
    margin: 10px;
    margin-bottom: 0px;
    text-align: center;
}

.MediaBox_description{
    padding: 10px;
    padding-bottom: 0px;
}

.MediaBox_imageArea{
    position: relative;
}

.MediaBox_previous{
    position: absolute;
    left: -28px;
    top: 50%;
    width: 32px;
    height: 63px;
    margin-top: -32px;
    background: url(_img/ami_jsapi/mb-prev.png);
    cursor: pointer;
}

.MediaBox_next{
    position: absolute;
    right: -28px;
    top: 50%;
    width: 32px;
    height: 63px;
    margin-top: -32px;
    background: url(_img/ami_jsapi/mb-next.png);
    cursor: pointer;
}

.MediaBox_container{
    position: relative;
    margin: 10px 10px 0px 10px;
    text-align: center;
}

.MediaBox_zoom{
    margin: 10px;
    margin-bottom: 0px;
    text-align: right;
    font-style: italic;
}

.MediaBox_zoom a{
    font-style: italic;
}

#MediaBox_sliderPrevious{
    float: left;
    width: 10px;
    height: 20px;
    margin: 40px 0px 0px 10px;
    background: #00f;
    cursor: pointer;
}

#MediaBox_sliderNext{
    float: right;
    width: 10px;
    height: 20px;
    margin: 40px 10px 0px 0px;
    background: #00f;
    cursor: pointer;
}

.MediaBox .disabled{
    background: #ccf !important;
    cursor: default !important;
}

.MediaBox_slider{
    position: relative;
    overflow: hidden;
    height: 80px;
    margin: 10px 30px 0px 30px;
    white-space: nowrap;
}

.MediaBox_sliderImage{
    max-height: 80px;
    cursor: pointer;
}

.MediaBox_sliderDelimeter{
    display: -moz-inline-stack;
    display: inline-block;
    zoom: 1;
    *display: inline;
    width: 10px;
}

.MediaBox_counter{
    margin: 10px;
    margin-bottom: 0px;
    text-align: right;
    font-style: italic;
}

/* SYSTEM: End mediaBox control */
/* MODULE: Start hyper modules: blog 
 * @tpl ami_multifeeds.tpl
 */

.articles-announce {

}
.articles-announce_item {

}
.articles-announce_header {
    margin-bottom: 10px;
    margin-top: 10px;
    font-weight: bold;
    text-transform: uppercase;
    display: block;
}
.articles-announce_picture {

border: 10px solid #f6c452;
}
.articles-announce_text {
    
margin-top: 10px;
    
margin-bottom: 10px;
}


.articles-announce--blog {}
.articles-announce_item--blog {}
.articles-announce_header--blog {}
.articles-announce_picture--blog {}
.articles-announce_text--blog {}

.articles-announce--news {}
.articles-announce_item--news {}
.articles-announce_header--news {}
.articles-announce_header--news>a {
    color:#fff;
    font-weight: 100;
    font-size: 11px;
    font-weight: 600;
}
.articles-announce_picture--news {}
.articles-announce_text--news {
    color: #fff;
}

.articles-announce--instblog {}
.articles-announce_item--instblog {}
.articles-announce_header--instblog {}
.articles-announce_picture--instblog {}
.articles-announce_text--instblog {}

.articles-announce--instnews {}
.articles-announce_item--instnews {}
.articles-announce_header--instnews {}
.articles-announce_picture--instnews {}
.articles-announce_text--instnews {}


.articles-page p:first-of-type {
    padding-bottom:0;
    padding-top: 0;
}
.articles-page--blog {}
.articles-page--news {}
.articles-page--instblog {
    padding: 30px 0;
}
.articles-page--instnews {}

@media(min-width:640px){
    .articles-page p img {
        max-width:380px;
    }
}
.articles-list_header--blog>a {
    font-weight:600;
    line-height: 1.4;
    padding-top: 5px;
    padding-bottom: 15px;
    display: block;
}
.articles-list_pic--blog {
    padding-bottom: 15px;
}
.articles-list_item ul:not(.grid) li {
    list-style:outside;
    margin-left:10px;
    font-size: 14px;
}
/*>>= = = = = = = = = = = = = = = = = = = = <<


MODULE: Requirements CMS


= = = = = = = = = = = = = = = = = = = = = = */

/*CMS utilities*/
.expand {display: none}
table[id*="sign"] {display: none!important;}

/**/

/*>>= = = = = = = = = = = = = = = = = = = = << 

layout header

= = = = = = = = = = = = = = = = = = = = = = */

.l-header {
    z-index: 99999;
    width: 100%;
    top: 0;
    background: #000;
    position: relative;
}

@media (max-width:1023.98px) {
    .l-header {
        position: initial;
        background-size: initial;
    }
}
.header-text {
    color:#fff;
    font-size: calc(18px + 1.5vw);
    line-height: initial;
    font-weight: 600;
    text-align: right;
    letter-spacing: -1px;
}
.logo {
    transition: all 0.3s linear;
    position: relative;
    display: block;
    z-index: 0;
    /* height: 130px; */
    color: #000;
    margin-top: 4px;
    margin-bottom: 6px;
}
.logo_img {
    width: auto;
}
@media(min-width:1024px){
   .logo_img {
        float: left;
    } 
}

.logo_title1 {
    font-size: 20px;
    transition: all .3s linear;
    line-height: initial;
    text-align: center;
    color: #fff;
    font-style:italic;
}

@media(min-width:1200px) {
    .logo_title1 {
        font-size: 28px;
    }
}

.logo_title2 {
    text-shadow: none;
    font-size: 15px;
    line-height: initial;
    text-align: center;
    color: #fff;
}
.logo_title1-span {
  color: #f6c452;
}

@media(max-width:1023.98px) {
    .logo {}
    .logo_title1 {
        font-size: 35px;
        line-height: 50px;
        font-weight: 600;
        transition: all .3s linear;
        background-position-y: 15px;
    }
    .logo_title2 {
        font-size: 20px;
    }
    .phone_code {
        color: #fff;
    }
}

@media(min-width:1024px) {
    .top-links_link>a {
        color: #fff;
    }
}

@media(min-width:1400px) {
    .logo {}
    .logo_title1 {}
    .logo_title2 {
        font-size: 20px;
    }
}
.header-contacts {
    position:relative;
    max-width:200px;
    padding-left:80px;
}
.header-contacts:before {
    content:"\2706";
    margin-right: 10px;
    color:#fff;
    position:absolute;
    left:0;
    top:30%;
    bottom:0;
    margin-top:auto;
    margin-bottom:auto;
    font-size:80px;
    font-weight:600;
}
.phone {
    color:#fff;
    margin-top: 5px;
}
.onScrollChanged .phone {
    color: #222;
}
.onScrollChanged .callme-link {
    
color: #222;
    
border-bottom: 1px dashed #222;
}
.phone_text {
    font-size: 30px;
    display:inline;
    font-weight: 600;
}

.phone_code {
    display:inline;
    font-size: 16px;
    line-height: 1.4;
    font-weight: 600;
}
.phone_icon {
    font-size: 34px;
}
.phone_mail {
    color: #fff;
}
.phone_action {
    max-width:200px;
    margin: 10px 0 0 auto;
}
.phone_mail.seebtn {
}
@media(max-width:1023.98px) {
    .phone {
        text-align: center!important;
    }
    .phone_text {
        color: #fff;
    }
    .phone_code {
        color: #fff;
    }
}
.mailbuy-link {
	color: #fff;
    font-size: 0.9rem;
    text-decoration: underline;
    max-width: 164px;
    text-decoration-style: dashed;
    text-decoration-thickness: from-font;
}
.l-contacts {
    width: 100%;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
    z-index: 999;
    max-width: 100%;
    padding-bottom: 15px;
    background: linear-gradient(#000, rgba(0, 0, 0, 0.8));
}
@media(max-width:1023.98px) {
    .l-contacts {
        background: rgb(0, 1, 0);
        /* padding-bottom:15px; */
    }
}
@media(min-width:1024px){
    .in-home .l-contacts {
    background: none;
    position: absolute;
    /* max-height: 150px; */
    width: 100%;
    top: 0;
    }
}
.in-home .l-contacts {}

.top-links {}

.top-links_link {
    font-size: 16px;
}

.top-links_link>a {
    transition: all .3s ease;
    font-size: 13px;
    font-family: Opensans;
    color: #fff;
}

@media (min-width:640px) {
    .top-links_link>a {
        font-size: 13px;
    }
}

.top-links_link>a:hover {
    /* color: #fff; */
    text-shadow: none;
    box-shadow: 0 4px 0 #3db7ef;
}

@media(min-width: 1200px) {
    .top-links_link>a {
        font-size: 14px;
        letter-spacing: 1px;
    }
}

@media (min-width:1024px) {
    .top-links_link>a {
        color: #172646;
    }
    .page-cat-features {

    }
}

.top-address {

text-align: center;

color: #fff;

position: relative;

max-width: 330px;

margin: auto;
}
.top-address_link {

color: #fff;

line-height: 1.4;

border-bottom: 1px dashed;
}
.top-address_text {

font-size: 1.4rem;

line-height: 1.4;

font-weight: 600;

padding-left: 35px;
}
.top-address:before {
    content: " ";
    margin-bottom: -4px;
    margin-right: 4px;
    width: 30px;
    height: 30px;
    background: url(_mod_files/ce_images/files/balun-icon01.png) 0 0 no-repeat;
    background-size: 30px;
    display: inline-block;
    position: absolute;
    left: 0;
    top: 0;
}
@media(max-width:1023.98px){
  .top-address:before {
    position:relative;
  }
  .phone_icon {
    position:relative;
    float: none;
    display: block;
    margin-bottom:5px
  }
}

/*>>= = = = = = = = = = = = = = = = = = = = <<

layout extra

= = = = = = = = = = = = = = = = = = = = = = */


.l-extra {
    position: relative;
    background: #000 url(_mod_files/ce_images/files/bg-prime.jpg) 50% 0px fixed;
    background-size: cover;

}
.l-extra-wrap {
    background: rgba(0, 0, 0, 0.6);
    padding: 50px 0;
    border-top: 10px solid transparent;
    border-image-source: url(_mod_files/ce_images/files/bg-body3-brd-bot.png);
    border-image-repeat: round;
    border-image-slice: 50 fill;
    
}
@media(max-width: 1023px) {
    .l-extra {

    }
}
.icon-link-3d {

}
.social {
    
}
.social_title {

color: #fff;

font-weight: 600;

line-height: 1.5;

padding-bottom: 14px;

font-size: 1.2rem;
}
.icon-link-3d_img:hover {
    transition: -webkit-transform 3s ease;
    transition: transform 3s ease;
    transition: transform 3s ease, -webkit-transform 3s ease;
    -webkit-transform: rotate(720deg);
            transform: rotate(720deg);
}
.icon-link-3d_title {
    color:#fff;
    text-transform:uppercase;
    margin-top: 20px;
    font-size: 2rem;
    text-align: center;
    display: block;
    margin: auto;
    font-weight: 600;
    background: radial-gradient(rgba(0, 0, 0, 1) 10%,  transparent 80%);
}
@media(min-width:1024px){
    .icon-link-3d_title {
    }
}
@media(min-width:1024px){
   .scrollax-wrap--garant {
        height: 700px;
    } 
}

.scrollax-bg--garant {
}
.scrollax-content--garant {

}
.garant {

}
@media(min-width:1024px) {
    .garant {
        margin-top: 160px;
        margin-bottom: 120px;
    }
}
.garant-title {
    text-align: center;
    font-size: 2.4rem;
    line-height: 1.2;
    z-index: 9;
    background: #fff;
    padding-top: 7px;
    padding-bottom: 10px;
    font-family: Bookos;
    font-weight: 600;
    text-transform: uppercase;
}
.garant_picture {}
.garant_picture-item {border: 10px solid #f6c452;}
.garant_picture-img {box-shadow: 0 0 4px #000;}
.garant_title-description {
    color: #fff;
}
.garant_description {
    color: #fff;
    border: 10px solid #f6c452;
    padding: 20px;
    display: block;
    background: rgba(33, 4, 2, 0.7);
    box-shadow: 0 0 4px #000;
    margin-bottom: 30px;
    margin-top: 15px;
}
.garant_description-item {font-size: calc(14px + 0.4vw);line-height: 1.5;margin-bottom: 15px;/* list-style-position: inside; */margin-left: 25px;}

.wrap-whywe {
    
padding-top: 10px;
    
padding-bottom: 0px;
}
.whywe-title {
    background: #fff;
    transition: all .3s ease;
    padding-bottom: 5px;
    text-transform: uppercase;
    font-size: 3rem;
    line-height: 1.2;
    z-index: 9;
    padding-top: 7px;
    /* padding-bottom: 10px; */
    padding-left: 20px;
    padding-right: 20px;
    font-family: Bookos;
    font-weight: 600;
}
.whywe-title.sticky-sticked {
    background: #f6c452;
}
.whywe {}
.whywe>li {
    max-width: 300px;
}
.whywe_item {
    margin: auto;
    transition:all .3s ease;
    box-shadow: 0 1px 2px #444;
    position: relative;
    overflow:hidden;
    border: 4px solid #b78c50;
}

.whywe_item:hover {
}
.whywe_description {
      position: absolute;
      bottom: 0;
      background: rgba(255, 255, 255, 0.8);
}
@media(min-width:1024px){
  .whywe_item {
    margin: auto;
    transition:all .3s ease;
    box-shadow: 0 1px 2px #999;
    position: relative;
    overflow:hidden;
    height: 390px;
  }
  .whywe_description {
      position: absolute;
      top: 81%;
      transition: all .5s ease;
      width: 100%;
      height: 100%;
      background: rgba(0, 0, 0, 0) url(_mod_files/ce_images/files/bg-pivo02.png) 0 0 repeat-x;
      opacity: 0.8;
  }
}
.whywe_item:hover .whywe_description {
    bottom: 0;
    top: 35%;
}
.whywe_title {
    font-size: 1.5rem;
    line-height: 1;
    padding: 20px 5px;
    text-align: center;
    font-family: Bookos;
    color: #000;
    font-weight: 600;
}
@media(max-width: 639px){
    .whywe_title {
        text-align:right;
    }
}
.whywe_picture {
    overflow: hidden;
    background: #000;
}
.whywe_img {
    transition: all .5s ease;
    display: block;
    margin: auto;
}
.whywe_item:hover .whywe_img{
    -webkit-transform: scale(1.1) rotate(1deg);
            transform: scale(1.1) rotate(1deg);
    opacity: 0.7;
}
.whywe_text {
  font-size: 1rem;
  line-height: 1.4;
  padding: 7px;
  color: #000;
  font-weight: 600;
}
@media(min-width:1024px) {
  .whywe_text {
    font-size: 1rem;
    line-height: 1.4;
    padding: 20px 7px 10px 7px;
    color: #000;
    font-weight: 600;
  }
}
/*>>= = = = = = = = = = = = = = = = = = = = <<

layout extras

= = = = = = = = = = = = = = = = = = = = = = */
.l-extra--home {}



/*>>= = = = = = = = = = = = = = = = = = = = <<

layout extra1

= = = = = = = = = = = = = = = = = = = = = = */

.l-extra1 {
     position: relative;
     /* border: 70px solid transparent; */
     /* border-image-source: url(_mod_files/ce_images/files/bg-brd-wrap1.png); */
     /* border-image-repeat: round; */
     /* border-image-slice: 70 fill; */
     /* background:#c8a886; */
     padding: 15px 0 30px 0;
}


.seebtn {
    max-width: 280px;
    margin: 0 auto 15px auto;
    background: #1E522E;
    display: block;
    padding: 8px 15px;
    color: #fff;
    text-shadow: none;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 14px;
    font-family: Opensans;
    text-align: center;
    border-radius: 50px;
    transition: all .3s ease;
}

.seebtn:hover {
    text-shadow: none;
    background: rgba(46, 6, 1, 1);
    color: #fff;
}
.callme-link {
    background: none;
    color:#fff;
    max-width: 200px;
    font-weight: 100;
    text-transform: lowercase;
    border-bottom: 1px dashed #fff;
    margin-bottom: 3px;
    line-height: 16px;
}
.callme-link:hover {
    border-bottom: 1px solid #f6c452;
}

.bot-links_link {
    margin-bottom: 22px;
}

.bot-links a {
    text-transform: uppercase;
    color: #ffd700;
    font-size: 18px;
}
.wrap-action-sell{
}
.l-action-sell {
    overflow: hidden;
    padding: 30px 0;
}
.action-sell_title  {
    margin: 0 auto;
    text-transform: uppercase;
    font-size: calc(18px + 1vw);
    line-height: 1;
    text-align: center;
    font-weight: 600;
    margin-bottom: 15px;
}
.action-sell_text {
    font-weight: 600;
    font-size: calc(15px + 0.5vw);
    line-height: 1;
}
.action-sell_btn {color: #000;/* border: 1px solid #000; */margin: 0;box-shadow: 0 1px 3px #ddd;}
/*>>= = = = = = = = = = = = = = = = = = = = <<

layout extra2

= = = = = = = = = = = = = = = = = = = = = = */

.l-extra2 {
    background: #000 url(_mod_files/ce_images/files/bg-extra2.jpg) 50% 0px fixed;
    background-size: cover;
}
.l-extra2-wrap {
    border-bottom: 10px solid transparent;
    border-image-source: url(_mod_files/ce_images/files/bg-body3-brd.png);
    border-image-repeat: round;
    border-image-slice: 50 fill;
    background: rgba(0, 0, 0, 0.7);
    padding-bottom: 15px;
}
.in-home .l-extra2 {
}
.bg-brd--top {
    border-top: 10px solid transparent;
    border-image-source: url(_mod_files/ce_images/files/bg-body3-brd-bot.png);
    border-image-repeat: round;
    border-image-slice: 50 fill;
}
.bg-brd--bot {
    border-bottom: 10px solid transparent;
    border-image-source: url(_mod_files/ce_images/files/bg-body3-brd.png);
    border-image-repeat: round;
    border-image-slice: 50 fill;
}
.action-wrap {}

.action {}

.action_btn {
    border: 2px solid #ed7823;
    padding: 21px 42px;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 30px;
    line-height: 1;
    color: #fff;
    background-color: #ed7823;
    text-shadow: none;
    border-radius: 0;
    display: block;
}

.action_btn:hover {
    background: none;
    color: #ed7823;
}
.portfolio-btn {
    margin-top:15px;
}
.buymail {
    
padding: 0px 0;
}
.buymail-title {
    color: #fff;
    max-width: 600px;
    margin: auto;
    padding-bottom: 10px;
}
@media(min-width:640px){
  .buymail-title {
    padding-bottom: 30px;
  }
}
.buy-mail-form {

/* overflow: hidden; */

position: relative;

width: 100%;

box-sizing: border-box;
}
.buy-mail-iframe {
  margin: auto;
  display: block;
  min-height: 540px;
  overflow: hidden;
  /* padding: 30px 0; */
  width: 95%;
  max-width: 650px;
  background: rgba(0, 0, 0, 0.5);
  border: 4px solid #b78c50;
  padding: 10px 5px;
}
@media(min-width:712px) and (max-width:1023.98px){
  .buy-mail-iframe {
    min-height: 350px;
  }
}
@media(min-width:1024px){
  .buy-mail-iframe {
    padding: 30px 15px 20px 15px;
    min-height: 350px;
  }
}

/*>>= = = = = = = = = = = = = = = = = = = = <<

layout extra3

= = = = = = = = = = = = = = = = = = = = = = */

.l-extra3 {
    background-size: cover;
    background: rgb(245, 243, 242) url(_mod_files/ce_images/files/bg-body3.png);
    padding: 30px;
}
.insta-widget {
    border: 10px solid #3a2315;
    background: #f9f9f9;
    padding-bottom: 5px;
}
.l-news-announce {
    background: rgba(0, 0, 0, 0.6);
    padding: 0px 0 30px 0;
}

.map{
    position: relative;
    width: 100%;
    height: 100%;
}
.map-title {
    text-align:center;
    background: #fff;
    font-size: 2rem;
    font-weight: 600;
    line-height: 1.2;
    text-transform: uppercase;
    line-height: 1.4;
    font-family: 'Bookos';
}
.map_contacts-wrap {
    max-width: 350px;
    color: #fff;
    position: absolute;
    left: 40px;
    top: 0;
    height: 100%;
    width: 100%;
    background-color: rgba(46, 6, 1, 0.75);
}
.map_contacts {
    margin-top: 90px;
    line-height: 1.5;
    font-weight: 600;
    padding: 30px;
}

.map_phone-title {
    text-transform: uppercase;
    font-size: 30px;
}
.map_phone {
    font-size: 30px;
    padding-left: 30px;
}
.map_phone>span {
    font-size: 20px;
}
.map_address-title {
    text-transform: uppercase;
    font-size: 30px;
}
.map_address-title:before {
    content:" ";
    margin-bottom:-4px;
    margin-right:4px;
    width:30px;
    height:30px;
    background: url(_mod_files/ce_images/files/balun-icon01.png) 0 0 no-repeat;
    background-size:30px;
    display:inline-block;
}
.map_address {
    font-size: 20px;
    padding-left: 30px;
}
/*>>= = = = = = = = = = = = = = = = = = = = <<

layout footer

= = = = = = = = = = = = = = = = = = = = = = */

.l-footer {
    color: #fff;
    overflow: hidden;
    background: url(_mod_files/ce_images/files/bg-footer.jpg) 0 0 no-repeat;
    background-size: cover;
}

.footer-wrap {
    padding-top: 30px;
    background-image: radial-gradient(transparent 0%, rgba(0, 0, 0, 0.5) 20%, rgba(0, 0, 0, 0.9) 60%);
    border-top: 10px solid transparent;
    border-image-source: url(_mod_files/ce_images/files/bg-body3-brd-bot.png);
    border-image-repeat: round;
    border-image-slice: 50 fill;
}
.footer-title {
    margin: 0 auto;
    padding-top: 20px;
    padding-bottom: 20px;
    font-size: calc(20px + 0.6vw);
    text-transform: uppercase;
}

.footer-action {
    border: 2px solid #fff
}
.footer-slogan1 {
    padding:10px;
    text-transform:uppercase;
    font-weight:600;
    font-size: calc(16px + 0.3vw);
    
}
.footer-slogan2 {
    font-size:calc(16px + 0.3vw);
}


.footer-mail-block {
    max-width: 300px;
    background: rgba(255, 255, 255, 0.6);
    border-radius: 5px;
    height: 330px;
    margin: auto;
}

.product-links-title {font-weight: 600;text-transform: uppercase;margin-bottom: 15px;font-size: 25px;}
.product-links{

}

.product-links_item{

}
.product-links_link{color: #fff;font-size: 23px;line-height: initial;}
.nav-links{

}
.nav-links_item {list-style: none;margin-bottom: 7px;}
.nav-links_link {color: #fff;font-size: 1.4rem;line-height: 1.2;font-weight: 500;/* text-transform: uppercase; */}

.bottom-contacts-title {

display: none;
}
.bottom-contacts-title_link {
    
font-size: 30px;
    
color: #fff;
}
.bottom_contacts {
    line-height: 1.5;
    font-weight: 600;
}

.bottom_phone-title {
    text-transform: uppercase;
    font-size: 30px;
}
.bottom_phone {
    font-size: 30px;
    padding-left: 30px;
}
.bottom_phone>span {
    font-size: 20px;
}
.bottom_address-title {
    text-transform: uppercase;
    font-size: 30px;
}
.bottom_address-title:before {
    content:" ";
    margin-bottom:-4px;
    margin-right:4px;
    width:30px;
    height:30px;
    background: url(_mod_files/ce_images/files/balun-icon01.png) 0 0 no-repeat;
    background-size:30px;
    display:inline-block;
}
.bottom_address {
    font-size: 20px;
    padding-left: 30px;
}

h5 {
}

.sitemap {
    display: inline-block;
    text-decoration: none;
    text-align: center;
    margin: 15px 0;
    color: #fff;
}

.sitemap i {
    font-size: 12px;
    line-height: 50px;
}

.logoimark {
    width: 53px;
    height: 31px;
    background: url(_mod_files/ce_images/files/logo11.png) 50% 50% no-repeat;
    background-size: 80%;
    margin: auto;
    padding-bottom: 28px;
    position: relative;
    overflow: hidden;
}

.pegi18 {
    margin: 25px 0 15px 0;
    text-align: center;
}

.counter {
    height: 31px;
    text-align: center;
    margin: 25px 0 15px 0;
}

@media(max-width: 1023px) {
    .counter {
        display: none;
    }
}


.footer-address {
    font-size: calc(16px + 1vw);
    line-height: initial;
    font-weight: 600;
    font-family: Opensans Condensed;
    margin-left: 30px;
}
.icon-baloon {
}
.icon-baloon:before {
    background: url(_mod_files/ce_images/files/balun-icon01.png) 0 0 no-repeat;
    background-size:100%;
    height: 30px;
    width:30px;
    content:" ";
    display: block;
    margin-right:10px;
    overflow: hidden;
    float:left;
}
.footer-phone {
    font-size: calc(16px + 1vw);
    line-height: initial;
    font-weight: 600;
    margin-bottom: 15px;
}

.icon-phone {
}

.icon-phone:before{
    /*
    content:"\2706";
    margin-right: 10px;
    */
}

.footer-mail {
    font-size: calc(16px + 1vw);
    line-height: initial;
    font-weight: 600;
    color: #fff;
    margin-bottom: 15px;
    display: block;
}
.icon-mail {
}
.icon-mail:before{
    content:"\40";
    margin-right: 10px;
}

/* Footer */

.footer > div {
    vertical-align: bottom;
    display: table-cell;
}

.copyright {
    text-align: center;
}

.copyright h5 {
    color: #eee;
}

.attention {}
/*>>= = = = = = = = = = = = = = = = = = = = << 


MODULE: Custom styles


= = = = = = = = = = = = = = = = = = = = = = */


/*>>= = = = = = = = = = = = = = = = = = = = << 

all layouts

= = = = = = = = = = = = = = = = = = = = = = */
@media(min-width:1024px){
    [data-sr] {
        visibility: hidden;
    }
}

.wrap {
    max-width: 1260px;
    /* overflow: hidden; */
}
@media(max-width:639.98px){
    img{max-width:100%;height:auto!important;margin-left:auto;margin-right:auto;display:block}
}


.page-cat-features {
    text-align: center;
    padding-bottom: 20px;
    border-bottom: 10px solid #f6c452;
    /* background: rgba(255, 178, 0, 0.58); */
    display: none;
    padding-top: 20px;
}
.page-cat-features_head {
    background: rgb(255, 255, 255);
    border-top: 4px solid #f6c452;
    border-bottom: 4px solid #f6c452;
}
.page-cat-features_title {
    font-size: calc(15px + 1.7vw);
    font-weight: 600;
    line-height: 50px;
    text-transform: uppercase;
    text-align: center;
}
.page-cat-features_item {
    
}
.page-cat-features_picture {
    max-width: 130px;
    margin: auto;
    border-radius: 50%;
    background: rgba(0, 0, 0, 0.7);
    padding: 40px;
    /* box-shadow: inset 0px 6px 0 #f6c452, inset -6px 0px 0 #f6c452, inset 0px -6px 0 #f6c452, inset 6px 0px 0 #f6c452; */
    border: 3px solid #fff;
}
.page-cat-features_picture>img {
    box-shadow:none!important;
}
.page-cat-features_text {
    font-size: calc(13px + .5vw);
    font-weight: 100;
    line-height: 1;
    color: #000;
    background: #fff;
    border-radius: 30px;
    margin-top: 15px;
    padding: 10px;
    max-width: 320px;
    margin-left: auto;
    margin-right: auto;
}



/*>>= = = = = = = = = = = = = = = = = = = = << 

layout nav

= = = = = = = = = = = = = = = = = = = = = = */

.l-nav {transition: all .3s ease;}
.in-main .l-nav {
  
}
@media (min-width: 1024px){
    .navbar > ul > li:nth-of-type(1) > ul {
        /* width: 770px; */
        /* left: -220%; */
    }
   .navbar > ul > li:nth-of-type(2) > ul {
        width: 620px;
        left: -200%;
    }
    .navbar > ul > li:nth-of-type(3) > ul {
        width: 200px;
        left: -20%;
    }
}

.l-nav.is_stuck {
    padding-top: 0;
    background: rgba(0, 0, 0, 0.8);
}
.l-nav.is_stuck .navbar>ul>li>a {
    color: #fff;
    padding-top: 5px;
    padding-bottom: 10px;
}

/*>>= = = = = = = = = = = = = = = = = = = = << 

layout slider

= = = = = = = = = = = = = = = = = = = = = = */

.l-slider {
    overflow: visible;
    position: relative;
    background-size: 100%;
    background: #65df52;
    padding-top: 10px;
    padding-bottom: 10px;
    border-top: 4px solid #0390e9;
}
.slogan {
    text-align:center;
    font-family: Opensans;
}
.slogan_1 {font-size: calc(28px + 1vw);font-weight: 600;line-height: 1;text-transform: uppercase;}
.slogan_2 {font-size: calc(17px + 1vw);line-height: 1;}
/*>>= = = = = = = = = = = = = = = = = = = = <<

layout crumbs

= = = = = = = = = = = = = = = = = = = = = = */

.l-crumbs {
    background: #fff;
}

.l-crumbs .pages_path {
    padding-top: 15px;
    padding-bottom: 15px;
    text-align: center;
    left: 0;
    color: #777;
}

.l-crumbs .pages_path a {color: #777;}

.page_header {}

.page_header--title {
    text-align: left;
    line-height: 1.2963;
    font-size: 54px;
    color: #fff;
}


/*>>= = = = = = = = = = = = = = = = = = = = << 

layout central

= = = = = = = = = = = = = = = = = = = = = = */

.l-central {
    overflow-y: hidden;
    position: relative;
}
.in-home .l-central {
}
.in-main .l-content {
}
@media(min-width: 1024px) {
    .l-central {
    /* padding-top: 185px; */
    }
}


/*>>= = = = = = = = = = = = = = = = = = = = << 

layout crumbs

= = = = = = = = = = = = = = = = = = = = = = */

@media (max-width:1023.98px) {
    .l-crumbs div,
    .l-crumbs li {
        text-align: center;
    }
    .l-crumbs {
        display: none;
    }
}


/*>>= = = = = = = = = = = = = = = = = = = = << 

layout content

= = = = = = = = = = = = = = = = = = = = = = */

.l-content {
    /* background: rgb(245, 243, 242) url(_mod_files/ce_images/files/bg-body1.png) 0 0 repeat; */
}

@media (max-width:1023.98px) {
    .l-content div,
    .l-content li {
    background-position:0;
    }
}
.home-content-wrap {
    background: rgb(245, 243, 242) url(_mod_files/ce_images/files/bg-body3.png);
    padding: 15px 0;
}
@media (min-width:1024px) {
  .home-content-wrap {
    background: rgb(245, 243, 242) url(_mod_files/ce_images/files/bg-body3.png);
    padding: 30px;
    margin-top: 9px;
  }
}
.home-content {
    border: 4px solid #3a2315;
    padding: 15px;
    background: #fff;
}
@media (min-width:1024px) {
  .home-content {
    border: 10px solid #3a2315;
    padding: 30px;
    background: #fff;
  }
}
.content-title {
    font-size: calc(14px + 1vw);
    text-align: center;
    text-align: center;
    line-height: 1.4;
    z-index: 9;
    background: #fff;
    padding-top: 11px;
    padding-bottom: 10px;
    text-transform: uppercase;
}

.l-content ul,
.l-content ol,
.l-content p {
    padding-top: 10px;
    padding-bottom: 5px;
    font-size: 18px;
    line-height: 1.4;
}
.l-content li {
  font-size: 17px;
}
@media(max-width:639.98px) {
  .l-content ul,
  .l-content ol,
  .l-content p {
      padding-top: 5px;
      padding-bottom: 2px;
      font-size: 15px;
      line-height: 1.3;
  }
  .l-content li {
    font-size: 13px;
  }
}

.l-content ul,
.l-content ol {
    list-style-position: inside !important;
}


.l-content p img {
    transition: all .3s ease;
    float: none;
}

@media (min-width:640px) {
    .l-content p img {
        float: left;
        margin: 15px 15px 5px 0!important;
        overflow: hidden;
    }
    .l-content p img,
    .l-content li img {
    }
    .l-content a img:hover {
        box-shadow: 0 1px 11px 0 rgba(0, 0, 0, .5), 0 4px 15px 0 rgba(0, 0, 0, .15);
    }
}
.hoverZoompax {
    cursor: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4NCjxzdmcgaWQ9IlNWR1Jvb3QiIHdpZHRoPSIzMnB4IiBoZWlnaHQ9IjMycHgiIHZlcnNpb249IjEuMSIgdmlld0JveD0iMCAwIDMyIDMyIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOm9zYj0iaHR0cDovL3d3dy5vcGVuc3dhdGNoYm9vay5vcmcvdXJpLzIwMDkvb3NiIj4NCjxnIHRyYW5zZm9ybT0ibWF0cml4KC41ODgxNCAwIDAgLjU2NzUzIC40MjYyNiAuOTcxMDYpIiBmaWxsPSIjZmZmIiBzdHJva2U9IiMwMDAiIHN0cm9rZS1saW5lY2FwPSJzcXVhcmUiIHN0cm9rZS1saW5lam9pbj0icm91bmQiIHN0cm9rZS13aWR0aD0iMy40MTU1IiBzdHlsZT0icGFpbnQtb3JkZXI6bWFya2VycyBzdHJva2UgZmlsbCI+DQo8ZyBmaWxsPSIjZmZmIiBzdHJva2U9IiMwMDAiIHN0cm9rZS1saW5lY2FwPSJzcXVhcmUiIHN0cm9rZS1saW5lam9pbj0icm91bmQiIHN0cm9rZS13aWR0aD0iMy40MTU1IiBzdHlsZT0icGFpbnQtb3JkZXI6bWFya2VycyBzdHJva2UgZmlsbCI+DQo8cGF0aCBkPSJtMjguOTgzIDIwaC02di02YzAtMC41NTItMC40NDgtMS0xLTFzLTEgMC40NDgtMSAxdjZoLTZjLTAuNTUyIDAtMSAwLjQ0OC0xIDFzMC40NDggMSAxIDFoNnY2YzAgMC41NTIgMC40NDggMSAxIDFzMS0wLjQ0OCAxLTF2LTZoNmMwLjU1MiAwIDEtMC40NDggMS0xcy0wLjQ0OC0xLTEtMXoiIHN0eWxlPSJwYWludC1vcmRlcjptYXJrZXJzIHN0cm9rZSBmaWxsIi8+DQo8cGF0aCBkPSJtNTEuNzA0IDUxLjI3My0xNC44NTktMTUuNDUzYzMuNzktMy44MDEgNi4xMzgtOS4wNDEgNi4xMzgtMTQuODIgMC0xMS41OC05LjQyLTIxLTIxLTIxcy0yMSA5LjQyLTIxIDIxIDkuNDIgMjEgMjEgMjFjNS4wODMgMCA5Ljc0OC0xLjgxNyAxMy4zODQtNC44MzJsMTQuODk1IDE1LjQ5MWMwLjE5NiAwLjIwNSAwLjQ1OCAwLjMwNyAwLjcyMSAwLjMwNyAwLjI1IDAgMC40OTktMC4wOTMgMC42OTMtMC4yNzkgMC4zOTgtMC4zODMgMC40MS0xLjAxNiAwLjAyOC0xLjQxNHptLTQ4LjcyMS0zMC4yNzNjMC0xMC40NzcgOC41MjMtMTkgMTktMTlzMTkgOC41MjMgMTkgMTktOC41MjMgMTktMTkgMTktMTktOC41MjMtMTktMTl6IiBzdHlsZT0icGFpbnQtb3JkZXI6bWFya2VycyBzdHJva2UgZmlsbCIvPg0KPC9nPg0KPC9nPg0KPC9zdmc+DQo='), pointer;
}



ul.slick-slider-grid-container {
    padding: 0;
    opacity: 0;
    transition: opacity .3s ease;
}

.l-content p a {
}
.loupeWrapImg>img.loupeImg {
  transition: none!important;
}

/*---------------blog-----------*/

.pager_pages {
    display: none;
}


/* ---------- home ---------- */


/*scrollax parameters*/
@media(min-width:1024px){
  .scrollax-wrap {
      position: relative;
      display: block;
      width: 100%;
      overflow: hidden;
  }
  .scrollax-bg {
      position: absolute;
      display: block;
      width: 100%;
      height: 100%;
      /* z-index: 1; */
  }
  .scrollax-bg_img {
    position: absolute;
    display: block;
    min-width: 100%;
    min-height: 100%;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }

  .scrollax-content {
      display: block;
      background-color: rgba(46, 6, 1, 0.5);
      width: 100%;
      height: 100%;
      /* z-index: 2; */
      position: absolute;
  }
}

.homeprime {

}
.homeprime-bg {position: absolute;width: 100%;height: 100%;z-index: -1;background: #000;}
@media(max-width:1023.98px){
  .homeprime, .prime {
      background: url(_mod_files/ce_images/files/bg-prime.jpg) 50% 50% no-repeat;
      background-size: cover;
  }
}
@media(min-width:1024px){
    .homeprime {
        height: 56vw;
        position: relative;
        /* background: url(_mod_files/ce_images/files/bg-prime.jpg); */
    }
}


.homeprime-inner-wrap {
background: radial-gradient(rgba(0, 0, 0, 0) 40%, rgba(0, 0, 0, 0.6) 60%, rgba(0, 0, 0, 1) 90%), url(_mod_files/ce_images/files/03.png);
  width: 100%;
  left: 0;
  height: 100%;

}
.homeprime-wrap {
    
    
    z-index:2;
}
@media(min-width:1024px){
    .homeprime-wrap {
      padding-top: 290px;
    }
}
.homeprime-inner-wrap {
  border-bottom: 10px solid transparent;
  border-image-source: url(_mod_files/ce_images/files/bg-body3-brd.png);
  border-image-repeat: round;
  border-image-slice: 50 fill;
}

@media(max-width:1023.98px){
    .homeprime-inner-wrap {
        background: rgba(0, 0, 0, 0.5);
        padding: 70px 0;
    }
}
.homeprime_img {}

.homeprime_img:before {
    content: '';
    background: url(_mod_files/ce_images/files/slider-pattern.png);
    position: absolute;
    top: 0;
    right: -60%;
    width: 150%;
    height: 1000px;
    -webkit-transform: rotate(30deg);
    transform: rotate(125deg);
    background: rgba(255, 255, 255, 0.72);
    display: none;
}

.homeprime_description-wrap {
}
.homeprime_logo {text-align: center;}
.homeprime_logo-img {
    
}
.homeprime_title {
    max-width: 1100px;
    margin: auto;
    position: relative;
    color: #fff;
    font-size: 3rem;
    text-transform: uppercase;
    line-height: 1.4;
    font-weight: 600;
    text-align: center;
    text-shadow: 0 0 0 #000;
    font-family: Bookos;
    background: rgba(0, 0, 0, 0.5);
}
@media(min-width:1024px){
  .homeprime_title {
      background: radial-gradient(rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0.9) 40%, rgba(0, 0, 0, 0.4) 60%, transparent 70%);
  }
}
.homeprime_text {
    max-width: 260px;
    margin: auto;
    position: relative;
    color: #fff;
    font-size: 25px;
    line-height: 35px;
    font-weight: 100;
    text-align: center;
    text-shadow: 0 0 0 #000;
}

@media(max-width:1023.98px) {
    .homeprime_title {
        /* top: 20%; */
        font-size: 2.5rem;
        line-height: 1.4;
        /* max-width: 300px; */
    }
}


.icon-link-3d_img {
  background: rgba(0, 0, 0, 0.6);
  border-radius:50%;
  margin: auto;
}
@media(min-width:1024px) {
  .icon-link-3d_img {
      background: radial-gradient(rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0.9) 40%, rgba(0, 0, 0, 0.4) 60%, transparent 70%);
  }
}
.stickInParent {z-index: 9;}

.gallery3d {
}
.view-icons_item {
}
.view-icons_title {margin-bottom: 5px;font-weight: 600;}
.view-icons_picture {
    width: 74px;
    height: 74px;
    margin: auto;
    background: #F6C452;
    border-radius: 50%;
    padding: 20px;
    cursor: pointer;
}
.view-icons_img {
    box-shadow: none!important;
}

.moreprice {padding-top: 5px;padding-bottom: 10px;font-size: 20px;}
.moreprice>a {
  border-bottom: 1px solid #000;
  color: #000;
}
.moreprice>a:hover {
  border-bottom: 1px solid #f6c452;
}

/*calendar_amiro-widget*/
.calendar_amiro-widget {
    padding: 15px 30px;
    /* background: rgb(245, 243, 242) url(_mod_files/ce_images/files/bg-body1.png); */
    margin: auto;
    border: 5px solid #b78c50;
    background: #fff;
}
@media(max-width:1023.98px){
  .calendar_amiro-widget {
    padding: 15px 10px;
  }
  .calendar_day {
    padding: 7px;
  }
  .calendar_day-link {
    font-size: 13px;
    padding: 2px 2px;
  }
}
.calendar_week {
    
}
.calendar_week--business {
    
}
.calendar_week--holiday {
    
}
.calendar_days-of-week {
    
}
.calendar_link-other-month {line-height: 1.5;}
.calendar_today {

}
.calendar_day {
    padding: 1px 7px;
}

.calendar_day--business {
    
}
.calendar_day--business>.calendar_day-link {
  color: #222;
}
.calendar_day--holiday {
}
.calendar_day--holiday>.calendar_day-link {
    color:#1e522e;
}
.calendar_day--business-other-month {
    
}
.calendar_day--holiday-other-month {
    
}
.calendar_day--holiday-other-month>.calendar_day-link {
  font-weight:normal;
  color:#1e522e;
}
.calendar_day--business-other-month>.calendar_day-link {
    font-weight:normal;
    color:#3a2315;

}
.calendar_day-link {
    font-weight: 600;
    font-size: 21px;
    padding: 2px 4px;
    pointer-events: none;
    opacity:0.7;
    position: relative;
    display: block;
    text-align: center;
}
.calendar_day--active {

}
.calendar_day--active:hover .calendar_day-link{
  background: #1e522e;
  color: #fff;
}
.calendar_day--active>.calendar_day-link {
  border: 2px solid #b78c50;
  border-radius: 50%;
  opacity:1;
  pointer-events: auto;
  transition: all .3s ease;
}
.calendar_day-title {
  transition: all .3s ease;
  opacity:0;
  visibility: hidden;
  bottom: 110%;
  left: -50px;
  margin: 0 auto;
  position: absolute;
  width: 140px;
  line-height: 1.5;
  padding: 10px;
  font-size: 11px;
  text-align: center;
  color: rgb(255, 255, 255);
  background: rgb(30, 82, 46);
  border: 2px solid rgb(183, 140, 80);
  border-radius: 5px;
  font-weight:100;
  z-index: 1;
  display: block;
  box-sizing: border-box;
  word-break: break-word;
}
.calendar_day:hover .calendar_day-title {
  visibility: visible;
  opacity:1;
}



.vk_groups {
    border: 5px solid #b78c50;
}

.menu {
    
}
.menu_item {
    
}
.menu_title {
    font-size: 2rem;
    text-transform: uppercase;
    line-height: 1.4;
    padding-bottom: 5px;
    font-family: Bookos;
    font-weight: 600;
}
.menu_picture {
    
}
.menu_img {
    
}
.menu_btn {padding-top: 5px;padding-bottom: 5px;}
.menu_file {
    display: block;
    width: 100%;
    font-weight: 600;
    padding: 5px;
    background: #b78c50;
    color: #000;
    box-sizing: border-box;
    color: #000;
    font-size: 15px;
    text-shadow: 0 0px 1px #fff;
}

.menu-action-wrap {
  overflow: hidden;
  margin: auto;
  background-size: initial;
  background: #000;
}
.menu-action {
  background: url(_mod_files/ce_images/files/bg-menu-action.jpg) center center no-repeat;
  overflow: hidden;
}
@media(min-width:1024px){
  .menu-action {
    background: url(_mod_files/ce_images/files/bg-menu-action.jpg) 130% center no-repeat;
  }
}
@media(min-width:1200px){
  .menu-action {
    background: url(_mod_files/ce_images/files/bg-menu-action.jpg) right center no-repeat;
  }
}
.map{
    position: relative;
    width: 100%;
    height: 100%;
}
.menu-action-title {
    padding: 15px 0;
    font-size: 35px;
    line-height: 1;
    text-align: center;
}
.menu-action-description-wrap {
    background: rgba(0, 0, 0, 0.5);
    color: #fff;
    padding: 40px 0;
}
@media(min-width:1024px){
  .menu-action-description-wrap {

    background: linear-gradient(90deg, rgba(0, 0, 0, 1) 55%,rgba(0, 0, 0, 0) 70%);
    width: 100%;
    height: 100%;
    
    padding: 60px 0;
  }
}
.menu-action-description {
  font-size: 16px;
  font-weight: 600;
}
.menu-action-description--01 {margin-bottom: 15px;text-transform: uppercase;}
@media(min-width:1024px){
  .menu-action-description--02 {
    position:relative;
    border-top: 4px solid #fff;
    border-bottom: 4px solid #fff;
    border-left: 4px solid #fff;
    background: #111;
    padding: 15px;
    max-width: 100%;
    font-size: 16px;
    line-height: 1.5;
    margin: auto;
  }  
}

@media(min-width:1024px) {
  .menu-action-description--02 {
    border-right: 0px solid #fff;
    padding-right: 80px;
    width: 420px;
  }
}
.menu-action-description--02>p {
  padding-top: 5px;
  padding-bottom: 5px;
}
@media (max-width: 1023px) {
  .menu-action-description--02 {
  }
  .menu-action-description--02:after {
  }
}
@media (min-width: 1024px) {
  .menu-action-description--02:before {
      display: block;
      position: absolute;
      top: 0;
      right: -68px;
      bottom: 0;
      -webkit-transform: scaleX(0.7) rotate(135deg);
      transform: scaleX(0.7) rotate(135deg);
      z-index: 0;
      margin: auto;
      border-top: 4px solid #fff;
      border-left: 4px solid #fff;
      background: #111;
      width: 132px;
      height: 132px;
      content: " ";
  }
  .menu-action-description--extend:after {
      right: -85px;
      width: 165px;
      height: 165px;
  }
}

.aboutus {

}
.aboutus_item {
  
}
.aboutus_picture {
  
}
.aboutus_img {
  
}
.aboutus_title {
  font-weight: 600;
  text-transform: uppercase;
  text-align: center;
  padding-top: 15px;
  padding-bottom: 15px;
}

.product-wrap {
    
}
.product {
  padding-top: 15px;
}
@media(min-width:640px){
  .product {
    padding: 30px;
  }
}
.product_item {
    background: #fff;
    box-shadow: 0 1px 3px #444;
    /* padding: 15px; */
    height: 100%;
    border: 4px solid #3a2315;
}
.product_title {
  text-align: center;
  font-size: 1.5rem;
  line-height: 1.4;
  font-weight: 600;
  padding-bottom: 15px;
  padding-top: 15px;
  text-transform: uppercase;
  font-family: Bookos;
  }
.product_picture {
    padding: 0 15px;
}
.product_img {
  margin: 0 auto;
  display: block;
}
.product_description {
    padding: 15px;
}
.product_text {

font-size: 15px;
}
@media(min-width:1024px){
  .product_text {
    min-height: 125px;
  }
}

.product_sum {text-align: center;font-size: 2rem;font-family: Bookos;}

.contacts_icon {
    box-shadow: 0 2px 5px 0 rgba(0,0,0,.20), 0 2px 10px 0 rgba(0,0,0,.15);
    border: 4px solid #b48b52;
    border-radius: 100%;
    background: #fff;
    padding: 15px;
    max-width: 120px;
    max-height: 120px;
    text-align: center;
}
.contacts_icon-img {
  display: block;
}
.card_addressname {
  font-weight:600;
  text-align: center;
}
.card_address {
    padding-bottom: 5px;
}
.card_address:before {
    display: inline-block;
    margin-right: 0px;
    margin-bottom: -15px;
    background: url(_mod_files/ce_images/files/icon-balun.png) 0 0 no-repeat;
    background-size: 23px;
    width: 26px;
    height: 34px;
    content: " ";
}

.about-product_item {
  box-shadow: 0 1px 3px #777;
  background: #fff;
  border: 4px solid #3a2216;
}
.about-product_description {
  padding: 20px 30px;
}

.prime {
  /* min-height:150px; */
  background: #000;
  overflow:hidden;
  position: relative;
}
.prime_wrap {
  background: rgba(0, 0, 0, 0.6);
  height: 100%;
  /* padding: 150px 0; */
  position: relative;
}
.prime_content {
    padding-top: 50px;
    padding-bottom: 60px;
}
@media(min-width:1024px){
  .prime_wrap {
    background: linear-gradient(130deg, rgba(0, 0, 0, 0.8) 45.95%, rgba(0, 0, 0, 0) 46%);
    height: 100%;
    /* padding: 150px 0; */
  }
  .prime_content {
    max-width: 430px;
    padding-top: 120px;
    padding-bottom: 160px;
  }
}

.prime_link-icon {
  text-align:center;
  margin: auto;
  display: block;
}
.prime_link {
  color: #fff;
  font-size: 2rem;
  font-weight: 600;
  text-align: center;
  margin-top: 15px;
}
.articles-list_item--blog {
    box-shadow: 0 1px 2px #999;
    background: rgb(244, 244, 244);
    padding: 10px;
    margin-bottom: 15px;
}
@media(min-width:640px){
  .articles-list_item--blog {
      margin-bottom: 30px;
  }
}
.admin-offline {

}
.admin-offline_content {
  
}
.admin-offline_ {
  
}
.admin-offline_text {
  
}

.main-content-wrap {
  background: rgb(245, 243, 242) url(_mod_files/ce_images/files/bg-body3.png);
}
@media(min-width:1024px){}
.main-content {
  
}
.main-content-title-wrap {

}
.about-product {
  padding-top: 15px;
  padding-bottom:30px;
}
.gallery_item {
  border: 4px solid #3a2315;
  transition: all .3s ease;
}
.gallery_item:hover {

}
.gallery_figure {
  position:relative;
  overflow:hidden;
  background: #000;
}
.gallery_img {
  transition: all .4s ease;
  background: #fff;
  display: block;
  padding: 8px;
}
.gallery_item:hover .gallery_img {
  transform: scale(1.2) rotate(3deg);
  opacity: 0.7;
}

.main-content h1,
.main-content .h1,
.main-content h2,
.main-content .h2 {
  text-shadow: 0 0 0 #000;
}

.main-content p,
.main-content li {
  font-weight:400;
  color: #000;
  text-shadow: 0 0 0 #222;
}
[data-layzr] {
    background: #eee;
}
.link-menu_btn {
  display: block;
  margin: auto;
  margin-top: 45px;
  top: 45px;
  position: relative;
}
@media(min-width:1024px){
  .link-menu_btn {
    margin-right: -60px;
    margin-top: 30px;
    top: 30px;
  }
}
@media(min-width:1200px){
  .link-menu_btn {
    margin-right: 70px;
    margin-top: 0px;
    position: relative;
    top: 20px;
  }
}
.link-menu_file {
  text-align: center;
  color: #000;
  background: #cba479;
  padding: 10px;
  max-width: 220px;
  width: 100%;
  display: block;
  margin: auto;
  font-size: 1.3rem;
  border: 7px double #111111;
  transition: all .4s ease;
  margin-top: 15px;
}
.link-menu_file:hover {
  background: #eee;
  color: #222;
}
.menus-wrap {
    border-top: 4px solid #cba479;
    /* border-bottom: 4px solid #cba479; */
    background: #000 url(_mod_files/ce_images/files/prime-menu.jpg) 50% 37.875px fixed;
}
.menus {background: rgba(0, 0, 0, 0.8);}

.menus_img {
    border: 4px double #cba479;
    padding: 2px;
    background: #000;
    transition: all .3s ease;
    opacity: 0.9;
    box-sizing: initial;
}
.menus_img:hover {
    border: 4px double #ffffff;
    opacity: 1;
}


/*add payments 2018.07*/
.blockPay {padding: 30px 0; text-align: center;}
.payments {;}

.payments_item {}
.payments_picture {
    padding: 30px 14px;
    background: #fff;
    width: 73px;
    border-radius: 50%;
    margin: auto;
    height: a;
}
.payments_img {}
.payments_title {
    font-size: 20px;
    font-weight: 600;
}
/*helpers*/

/* main */

/*sberlink*/

.sberlink input[type="button"] {
	cursor: pointer;
}
.sberlink input[type=number]::-webkit-inner-spin-button,
.sberlink input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin:0;
}

.sberlink input[type=number]::-webkit-inner-spin-button,
.sberlink input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin:0;
}
.sberlink-form {
    padding: 20px;
    background: #deba93;
    border-radius: 10px;
    box-shadow: 0 1px 3px #999;
    max-width: 400px;
    overflow:hidden;
    margin:auto;
}
.sberlink_item {
    margin: 4px 0;
}
.label_wrap {
    display:block;
    padding-top:15px;
    padding-bottom:5px;
    position: relative;
}
@media(min-width:430px){
   .label_wrap {
       padding-top:0;
       padding-bottom:0;
       width: 100%;
       display: block;
       position: relative;
    } 
}
.sberlink_field {
    padding: 5px 5px;
    border: 1px solid #eee;
    border-radius: 2px;
    display: block;
    margin: 0;
    max-width: 100%;
    position: relative;
    overflow: hidden;
    font-family: Opensans, sans-serif;
    min-height: 35px;
    margin-top: 3px;
    width: 100%;
    float: none;
    box-sizing: border-box;
    border: none!important;
}
.pay-label {
    width: 100%;
    padding-right: 5px;
    font-weight: 600;
    line-height: 1.4;
    font-size: 14px;
    display: block;
    padding-top: 3px;
    position: relative;
    float: none;
}
.pay-label:after {
  content: '*';
  line-height:0;
  color: red;
}
.required-mark {
    color:red;
}
.agree-label {
    
}
.pay-agree {
    float: left;
    width: 30px;
    box-shadow: none!important;
    margin-right: 10px;
}
.sberlink-btn{
    position: relative;
    display: block;
    clear: both;
    width: 100%;
    max-width: 280px;
    text-align: center;
    text-decoration: none;
    color: #fff;
    background: #4ba54f;
    padding: 14px 0;
    margin: 1% auto;
    border-radius: 4px;
    box-shadow: 0 1px 3px 0 rgba(0,0,0,.2);
    overflow: hidden;
    cursor: pointer;
    transition: all .3s ease;
    font-weight: 600;
}
.sberlink-btn:hover{
    color: #fff;
    background: #3da536;
    opacity:0.7;
}


.onlinepay-btn{
    position: relative;
    display: block;
    clear: both;
    width: 100%;
    max-width: 280px;
    text-align: center;
    text-decoration: none;
    color: #fff;
    background: #4ba54f;
    padding: 14px 0;
    margin: 1% auto;
    border-radius: 4px;
    box-shadow: 0 1px 3px 0 rgba(0,0,0,.2);
    overflow: hidden;
    cursor: pointer;
    transition: all .3s ease;
    font-weight: 600;
}
.onlinepay-btn:hover{
    color: #fff;
    background: #3da536;
    opacity:0.7;
}


::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    color: #999;
}
/* end payments 2018.01 */
/**/
.head_bg--oplata {
    background: url(_mod_files/ce_images/files/oplata01.jpg) center top no-repeat;
    background-size: cover;
    background-attachment: fixed;
}
.l-slider--oplata {
    background: url(_mod_files/ce_images/files/oplata01.jpg) center top no-repeat;
    background-size: cover;
    background-attachment: fixed;
}

@media (min-width: 1024px){
    .l-slider--oplata{
        padding-top: 300px;
    }
}
.payments-link {
    display:block;
    padding-right:5px;
}
@media (max-width: 1079px){
    .payments-link_btn--sm{
        display:block;
        background: #fcd300;
        padding:10px 12px;
        border-radius: 8px;
        box-shadow: 0 1px 2px #777;
        opacity:0.7;
        display: block;
        padding: 10px 12px;
        border-radius: 8px;
        box-shadow: 0 1px 2px #777;
        opacity: 0.7;
        background-color: #b78c50;
        border: 2px solid #fff!important;
        color: #fff;
    }
    .payments-link_letter--sm {
        line-height:1.2;
        text-transform:uppercase;
        text-align:center;
        font-weight: 600;
        font-size:12px;
        font-family: Arial;
    }
    .payments-link--sm:hover .payments-link_btn--sm {
        opacity: 1;
    }
    .payments-link--sm{
        position: fixed;
        bottom: 5px;
        left:15px

    }
    .payments-link--lg {display:none;}
}
@media (min-width: 1080px){
    .payments-link_btn--lg{
        display:block;
        background: #fcd300;
        padding:10px 12px;
        border-radius: 8px;
        box-shadow: 0 1px 2px #777;
        opacity:0.7;


    background-color: #b78c50;
    border: 2px solid #fff!important;
    color: #fff;
    }
    .payments-link_letter--lg {
        line-height:1.4;
        text-transform:uppercase;
        text-align:center;
        font-weight: 600;
        font-size:12px;
        font-family: Arial;
    }
    .payments-link--lg:hover .payments-link_btn--lg {
        opacity: 1;
    }
    .payments-link--lg{
        position: fixed;
        right: 5px;
        top: 30%;
    }
    .payments-link--sm {display:none;}
}
.payment-wrap {
  background: #fff;
  padding: 30px;
  border-radius: 10px;
  box-shadow: 0 1px 2px #444;
}
.more-points-wrap {
  background: #fff;
  padding: 30px;
  border-radius: 10px;
  box-shadow: 0 1px 2px #444;
}
.market_row_inner_cont {
    text-align: center;
    max-width: 210px;
    box-shadow: 0 1px 2px #999;
    padding: 8px;
}
.market_row_name {
    padding-top: 10px;
    font-size: 12px;
    line-height:1.4;
    text-align: left;
}
@media(min-width:1024px){
  .market_row_name {
    min-height: 40px;
  }
}
.market_row_price {
	font-size:13px;
	line-height:1.4;
	font-weight: 600;
	text-align: left;
}
.articles-page--blog img.eshop_image_click {
	margin-bottom:30px!important;
}

.mail_title {
    padding: 15px;
    box-sizing:border-box;
    margin: 0;
    margin-bottom: 10px;
    border: none;
    border: 0 !important;
    background: none;
    background-image: none !important;
    padding-top: 5px;
    font-size: 14px;
    font-weight: 600;
    font-weight: 100;
    line-height: initial;
    text-align: center;
    text-transform: uppercase;
}
.mail_title:hover,
.mail_title:focus {
    border: none !important
}
.ff_message {
    padding: 15px;
    box-sizing:border-box;
    border: 1px solid #ddd !important;
    box-shadow: 1px 2px 3px 1px rgba(200,200,200, 0.2) inset;
    transition: all 200ms cubic-bezier(0.42, 0, 0.58, 1);
    display: block;
    width: 100%;
    margin-top: 7px;
}
.ff_file {
    -webkit-box-shadow: none !important;
            box-shadow: none !important;
    border: none !important;
    border-width: 0 !important;
    background: #eee;
    padding: 5px;
    width: calc(100% - 10px);
}
.ff_file-label {
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    line-height: 1.4;
    text-transform: uppercase;
}
.ff_title {
  -webkit-box-shadow: none;
  box-shadow: none;
  border: none;
  text-align: center;
  text-transform: uppercase;
  display: block;
  width: 60%;
  font-weight: 600;
  margin: 10px auto;
  background: #4c301b;
  color: #fff;
  border: 1px solid #4c301b!important;
  padding: 0 0 15px 0;
  box-sizing:border-box;
  font-size: 24px;
}
.ff_title:hover, .ff_title:focus {
  box-shadow: none;
}
.ff_name {
    padding: 10px 10px;
    box-sizing:border-box;
    border: 1px solid #ddd !important;
    box-shadow: 1px 2px 3px 1px rgba(200,200,200, 0.2) inset;
    transition: all 200ms cubic-bezier(0.42, 0, 0.58, 1);
    display: block;
    width: 100%;
    margin-top: 7px;
}
.ff_tel {
    padding: 15px;
    box-sizing:border-box;
    border: 1px solid #ddd !important;
    box-shadow: 1px 2px 3px 1px rgba(200,200,200, 0.2) inset;
    transition: all 200ms cubic-bezier(0.42, 0, 0.58, 1);
    display: block;
    width: 100%;
    margin-top: 7px;
}
.ff_email-input {
	padding: 15px;
    box-sizing:border-box;
	border: 1px solid #ddd !important;
	box-shadow: 1px 2px 3px 1px rgba(200,200,200, 0.2) inset;
	transition: all 200ms cubic-bezier(0.42, 0, 0.58, 1);
	display: block;
	width: 100%;
	margin-top: 7px;
}
input.ff_agree {
    float: left;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    border: none !important;
    width: 22px;
    height: 22px;
    margin: 0px 5px 0 0;
}
.ff_agree-label {
    color: #fff;
    font-size: 9px;
    line-height: 1.2;
    display: block;
    margin: 6px 0 0 0;
    text-transform: uppercase;
}
.ff_agree-description {
    color: #fff;
    line-height: 1.2;
    font-size: 10px;
    box-sizing:border-box;
}
.ff_submit {
    cursor: pointer;
    margin-top: 11px;
    -webkit-box-shadow: 0 1px 2px #999;
    box-shadow: 0 1px 2px #999;
    border-width: 0 !important;
    background: #f9cf0a !important;
    color: #222;
    padding: 7px 15px;
    width: 80%;
    max-width: 200px;
    border-radius: 50px;
    text-align: center;
    margin: 5px auto 10px auto;
    box-sizing:border-box;
}
.ff_submit:hover {
  border-width: 0 !important;
  box-shadow: 0 1px 3px #444;
}

.call-mail-block {
    border: 3px solid #f6c452;
    padding: 15px 30px 15px 30px;
    background: #4c301b;
}

@media (max-width: 1023.98px){
    .-ord-0{order: 1;}
    .-ord-2{order: 2;}
    .-ord-3{order: 3;}
}
.actions_item-text {
  font-size:13px;
  line-height:1.4;
  margin-top:10px;
  margin-bottom:10px;
  padding:10px;
  background:#fafafa;
  box-shadow:0 1px 2px #999;

}
.prime--feast {

}
.prime_content--feast {
  max-width: none;
  padding-top: 50px;
  padding-bottom: 50px;
  color: #fff;
}
.prime_content--feast h1 {
  color: #fff;
  }
.prime_wrap--feast {
  background: rgba(0, 0, 0, 0.8);
}

.new-year-calendar {
    /* border-width: 2px; */
    /* border-style: solid; */
    /* border-color: rgb(255, 255, 255); */
    /* border-image: initial; */
    border-radius: 10px;
    margin: 30px auto;
    border-bottom: none;
    box-shadow: 0 0 0 2px #fff;
}

.modal.modal-message-wrap {
    border-radius:0;
    z-index:999999999!important;
    background: none;
    /*width: 90%;*/
    max-width:600px;
    _width:95vw;
    /* height:95vh; */
    padding: 0;
    margin: 15px;
}
.modal-message{
	display: block;
}
.modal-message_img {
    display: block;
    position: relative;
    max-width: 800px;
    margin: auto;
    border-radius: 30px;
    border: 1px solid #ddd;
    width: 100%;
    height: 100%;
    max-height: 90vh;

}
.modal-message_link {
    display: block;
    position: absolute;
    /*bottom: 0%;*/
    bottom: -40px;
    right: 0;
    max-width: 170px;
    width: 100%;
    left: 0;
    margin: 0 auto -5px auto;
}

.seebtn--modal-message {
    border: 2px solid #fff;
}

.prime-message {
    background: #fafafa;
    border-radius: 20px;
    box-shadow: 0 1px 9px 4px #111;
    padding: 15px;
}
@media (min-width: 1024px){
  .prime-message {
    padding: 15px;
  }
}
.prime-message_text {
    margin: 10px 0;
    font-weight: 600;
    line-height: 1.2;
    font-size: 17px;
    font-family: Bookos;
    color: #333;
}
.articles-list_header--instblog {
    font-size: 18px;
    line-height: 1.4;
    margin-top: 10px;
    margin-bottom: 10px;
    padding: 15px;
    background: #fafafa;
    font-weight: 700;
    font-family: Bookos;
    margin: 0;
    transition: all .3s ease;
    display: block;
    text-align: center;
}
.articles-list_header--instblog:hover {
  /* box-shadow: 0 1px 2px 2px #999; */
}
.articles-list_item--instblog {
  box-shadow: 0 1px 2px #999;
  padding: 10px;
  margin-bottom: 15px;
}
.tdu{text-decoration:underline}

.sberpay-btn {
    padding: 0;
    color: inherit;
    font: inherit;
    background-color: transparent;
    border: none;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 50px;
    padding-right: 20px;
    padding-left: 20px;
    font-size: 16px;
    line-height: 22px;
    border-radius: 8px;
    outline: none;
    transform: translate3d(0, 0, 0);
    transition: all 0.2s linear;
    color: #fff;
    max-width: 240px;
    min-width: 180px;
	margin: 15px auto 0 auto;
    background: #08a652;
    cursor: pointer;
}
.sberpay-btn:hover {
    background: #43b558;
}
.sberpay-btn:focus,
.sberpay-btn:active {
    background: #158e2b;
}
.buttons-gutter {
    margin-top: 15px;
    text-align:center;
}
.l-extra2 {_display:none}
.review-form-link {
	color: #fff;
    font-size: 0.9rem;
    text-decoration: underline;
    max-width: 164px;
    text-decoration-style: dashed;
    text-decoration-thickness: from-font;
}

.review-fix-btn-wrap {
    position: fixed;
    z-index: 999;
    right: 24px;
    bottom: 23px;
}
.review-fix-btn {
    font-size: 12px;
}


/*
 * FILE END: _mod_files/_css/ami_custom.css
 */

/*
 * FILE START: _mod_files/_css/home.css
 */


/*
 * FILE END: _mod_files/_css/home.css
 */
