html{font-family:sans-serif;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}body{margin:0}article,aside,details,figcaption,figure,footer,header,hgroup,main,menu,nav,section,summary{display:block}audio,canvas,progress,video{display:inline-block;vertical-align:baseline}audio:not([controls]){display:none;height:0}[hidden],template{display:none}a{background-color:transparent}a:active,a:hover{outline:0}abbr[title]{border-bottom:1px dotted}b,strong{font-weight:700}dfn{font-style:italic}h1{font-size:2em;margin:.67em 0}mark{background:#ff0;color:#000}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sup{top:-.5em}sub{bottom:-.25em}img{border:0}svg:not(:root){overflow:hidden}figure{margin:1em 40px}hr{-moz-box-sizing:content-box;box-sizing:content-box;height:0}pre{overflow:auto}code,kbd,pre,samp{font-family:monospace,monospace;font-size:1em}button,input,optgroup,select,textarea{color:inherit;font:inherit;margin:0}button{overflow:visible}button,select{text-transform:none}button,html input[type=button],input[type=reset],input[type=submit]{-webkit-appearance:button;cursor:pointer}button[disabled],html input[disabled]{cursor:default}button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0}input{line-height:normal}input[type=checkbox],input[type=radio]{box-sizing:border-box;padding:0}input[type=number]::-webkit-inner-spin-button,input[type=number]::-webkit-outer-spin-button{height:auto}input[type=search]{-webkit-appearance:textfield;-moz-box-sizing:content-box;-webkit-box-sizing:content-box;box-sizing:content-box}input[type=search]::-webkit-search-cancel-button,input[type=search]::-webkit-search-decoration{-webkit-appearance:none}fieldset{border:1px solid silver;margin:0 2px;padding:.35em .625em .75em}legend{border:0;padding:0}textarea{overflow:auto}optgroup{font-weight:700}table{border-collapse:collapse;border-spacing:0}td,th{padding:0}

@font-face{
    font-family:"ITCAvantGardeGothicMLW10";
    src:url("fonts/ITCAvantGardeGothicMLW10.eot?#iefix");
    src:url("fonts/ITCAvantGardeGothicMLW10.eot?#iefix") format("eot"),
        url("fonts/ITCAvantGardeGothicMLW10.woff") format("woff"),
        url("fonts/ITCAvantGardeGothicMLW10.ttf") format("truetype"),
        url("fonts/ITCAvantGardeGothicMLW10.svg") format("svg");
    font-weight:400;
    font-style:normal;
}

@font-face {
  font-family: 'icomoon';
  src:  url('fonts/icomoon.eot?3ywqzm');
  src:  url('fonts/icomoon.eot?3ywqzm#iefix') format('embedded-opentype'),
    url('fonts/icomoon.ttf?3ywqzm') format('truetype'),
    url('fonts/icomoon.woff?3ywqzm') format('woff'),
    url('fonts/icomoon.svg?3ywqzm#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
}

[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-mobile:before {
  content: "\e900";
}
.icon-phone:before {
  content: "\e901";
}
.icon-error:before {
  content: "\e902";
}
.icon-warning:before {
  content: "\e903";
}


html {
    color: #222;
    font-size: 1em;
    line-height: 1.4;
}

body{
    font-family: 'ITCAvantGardeGothicMLW10', sans-serif;
}

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

audio,
canvas,
iframe,
img,
svg,
video {
    vertical-align: middle;
}

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

textarea {
    resize: vertical;
}

header, nav, div, footer, span, ul, li, label, section, input, fieldset, textarea{
  position:relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing:border-box;
  box-sizing:border-box;
}


.hidden {
    display: none !important;
    visibility: hidden;
}

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}

.invisible {
    visibility: hidden;
}

.clearfix:before,
.clearfix:after {
    content: " ";
    display: table;
}

.clearfix:after {
    clear: both;
}

.clearfix {
    *zoom: 1;
}

/* 404 basic style */
.err-header{background: #1380ce;height: 90px;padding: 0 15px;}
.err-wrap{position: relative;max-width: 1235px;margin: 0 auto;height: 100%;}
.err-logo{position: absolute;height: 100%;padding: 10px 0;}
.err-logo a{display: block;height: 100%}
.err-logo img{max-width: 100%;max-height: 100%;}
.err-head-btn{position: absolute;right: 0;top: 50%;margin-top: -20px;}
.err-head-btn a{display: inline-block;color: #fff;text-transform: uppercase;padding: 12px 26px;font-size: 12px;background: #7fba00;border-radius: 50px;text-decoration: none;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}

.err-content{position: relative;max-width: 1250px;margin: 0 auto;padding: 3% 15px 14%;}

.err-title h1{font-size: 50px;color: #1380ce;}

.err-info{padding: 30px;border-radius: 10px;border: 1px solid #eee;background: #f7f7f7;margin-top: 50px;}
.err-info a{color: #1380ce;text-decoration: underline;}

.err-footer{background: #171717;padding: 65px 15px;color: #fff;}
.err-footer a{text-decoration: none;color: #fff;}
.err-footer .err-footer-wrap{max-width: 1235px;margin: 0 auto;font-size: 0;}
.err-footer .err-footer-nav {padding-right: 210px;}
.err-footer nav {display: inline-block; vertical-align: top; width: 35%; font-size: 12px; font-family: 'Arial', sans-serif; }
.err-footer nav h6 {font-size: 12px; font-weight: bold; font-family: 'Arial', sans-serif;margin: 0;padding: 0;}
.err-footer nav ul{lierr-style: none; lierr-style-image: none; margin: 10px 0 0; padding: 0;}
.err-footer nav li {display: block; margin: 2px 0; }
.err-footer nav a {display: block;text-decoration: none;}
.err-footer .err-footer-contacts {position: absolute; top: 0; right: 0; }
.err-footer .err-footer-contacts a {display: block; font-size: 30px; margin-bottom: 5px; color:#fff; text-decoration: none; }
.err-footer .err-footer-contacts a span.icon {width: 30px; text-align: center; display: inline-block; vertical-align: middle; }
.err-footer .err-footer-contacts a small {display: block; font-size: 11px; font-family: 'Arial', sans-serif; text-align: center; padding-left: 30px; }

/* 404 shipiko style */
body.shopiko .err-header{background: #003366;height: 70px;}
body.shopiko .err-head-btn a{background:#ff9800;border-radius: 5px;border: 1px solid #c77b6c;}
body.shopiko .err-logo a{font-size: 36px;color: #fff;font-weight: bold;text-decoration: none;height: auto;position: relative;top: 50%;margin-top: -25px;}

body.shopiko .err-title h1{color: #222;}

body.shopiko .err-footer{background: #EAEAEA;color:#333333;}
body.shopiko .err-footer nav h6 {font-size: 18px; font-weight: normal; font-family: 'Arial', sans-serif;margin: 0;padding: 0;}
body.shopiko .err-footer nav li {margin: 4px 0; }
body.shopiko .err-footer nav a{color: #128ad6;text-decoration: underline;font-size: 14px;}
body.shopiko .err-footer .err-footer-contacts a {display: block; font-size: 30px; margin-bottom: 5px; color:#222; text-decoration: none; }



@media (max-width: 640px) {
    .err-header{height: 70px;}
    .err-title h1{font-size: 40px;}
    .err-footer .err-footer-nav{text-align: center;padding-right: 0;}
    .err-footer nav{margin-bottom: 15px;width: 50%;padding: 0 10px;}
    .err-footer .err-footer-contacts{position: relative;width: 100%;text-align: center;margin-top: 30px;} 
}































