/* 
    Created on : 08.05.2018, 23:35:56
    Author     : kp
    Posvyashaetsya pamyati materi kazaha
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

html {
    width: 100%;
    height: 100%;
    font-family: Verdana;
}
body {width: 100%; min-height: 100%;}
*::selection {
    background: #e66316;
}
header a::selection, header .logo::selection, header span::selection {color: #fff;}
header nav a::selection {color: #222}

#wrapper {
    width: 100%;
    min-width: 1250px;
    min-height: 100%;
    position: absolute;
}
.width-fix {
    width: 1250px;
    margin: 0 auto;
    position: relative;
}
header {
    height: 200px;
    width: 100%;
    position: relative;
    transform: translate3d(0,0,0);
    z-index: 1000;
    background: url(/img/template/background_header.webp) 0 10px repeat-x;
}

header nav {
    position: absolute;
    width: 100%;
    bottom: 0;
    height: 50px;
    background: #e66316;
    box-shadow: 0 1px 7px rgba(0,0,0,.3), 0 3px 10px rgba(255, 255, 255, .2) inset;
}
header nav .width-fix > ul {
    position: absolute;
    left: 0;
    top: 0;
}
header nav .width-fix > ul > li {
    float: left;
    transition: .14s ease-in-out;
    overflow: hidden;
    height: 50px;
}
header nav .width-fix > ul > li > a {
    display: inline-block;
    height: 50px;
    line-height: 50px;
    padding: 0 13px;
    color: #FFF;
    text-decoration: none;
    border-right: rgba(0,0,0,.15) 1px solid;
    font-size: 14px;
    text-rendering: optimizeLegibility;
    
    
}
header nav .width-fix > ul > li:first-child > a {border-left: rgba(0,0,0,.15) 1px solid;}
header nav .width-fix > ul > li:hover {
    background: rgba(255,255,255,.2);
}
header nav .width-fix > ul > li > ul {
    position: absolute;
    visibility: hidden;
    border-radius: 0px 0px 3px 3px;
    opacity: 0;
    transition: visibility 0s, opacity 0.5s ease;
}
header nav .width-fix > ul > li:hover > ul {
    visibility: visible;
    display: block;
    background: #e66316;
    z-index: 1000;
    box-shadow: rgba(0,0,0,.15) 0 10px 10px inset, rgba(0,0,0,.2) 0 0 5px;
    opacity: 1;    
}
header nav .width-fix > ul > li:hover > ul > li {
    /*width: calc(100% + 30px);*/
}
header nav .width-fix > ul > li:hover > ul > li > a {
    padding: 15px 0;
    text-indent: 15px;
    text-decoration: none;
    width: 100%;
    display: inline-block;
    color: #fff;
    font-size: 14px;
    transition: all .2s ease;
}
header nav .width-fix > ul > li:hover > ul > li > a:after {
    content: ' ';
    width: 20px;
    display: inline-block;
}
header nav .width-fix > ul > li:hover > ul > li > a:hover {
    background: rgba(255,255,255,.15);
}
header nav .width-fix > ul > li:hover > ul > li:first-child > a:hover {
    box-shadow: rgba(0,0,0,.05) 0 10px 10px inset;
}
header .logo {
    position: absolute;
    display: inline-block;
    width: 254px;
    height: 90px;
    line-height: 75px;
    padding-left: 90px;
    font-size: 28px;
    font-weight: 400;
    text-decoration: none;
    text-align: center;
    color: #111;
    top: 25px;
    text-rendering: optimizeLegibility;
    background: radial-gradient(ellipse, #fff, rgba(255,255,255,0));
    font-family: 'Helvetica', sans-serif;
    background: url(/img/logo/logo_old_text.webp) 100% 50% no-repeat;
}
header .logo b {
    font-family: 'Helvetica';
    font-weight: 700;
}
header .logo:before {
    content: ' ';
    position: absolute;
    display: block;
    background: url(/img/logo/original.webp) 0 0 no-repeat;
    width: 70px;
    height: 80px;
    left: 5px;
    top: 6px;
    transition: all 1s ease;
}
header .logo:hover:before {
    transform: rotate(180deg);
}
header .logo span {
    font-size: 12px;
    line-height: 12px;
    position: absolute;
    right: 2px;
    bottom: 13px;
    letter-spacing: 2.2px;
    font-family: 'Arial';
    font-weight: 400;
}
header div.logo {
    cursor: default;
}

header .tel {
    position: absolute;
    text-align: right;
    background: radial-gradient(ellipse, #fff, rgba(255,255,255,0));
    padding: 15px;
}
header .tel a, header .tel span {
    display: block;
    text-decoration: none;
}
header .tel a {
    color: #555;
}
header .tel span {
    color: #999;
}
header .tel-hot {right: 0; top: 35px;}
header .tel-r {right: 380px; top: 42px;}
header .tel-t {right: 630px; top: 42px;}

header .tel-hot a {
    font-size: 30px;
    line-height: 40px;
}
header .tel-r a, header .tel-t a {font-size: 18px; line-height: 20px;}
header .tel-r span, header .tel-t span {font-size: 13px;}

nav form {
    height: 50px;
    position: absolute;
    right: 0;
    border-right: rgba(0,0,0,.15) 1px solid;
}
nav .search {
    background: none;
    border: none;
    border-left: rgba(0,0,0,.15) 1px solid;
    height: 50px;
    padding: 0 0 0 15px;
    color: #fff;
    outline: none;
    width: 235px;
    float: right;
}
nav .search:focus {background: rgba(255,255,255,.2);}
nav .search::placeholder {
    color: rgba(255,255,255,.5);
}
nav input[type="submit"] {
    background: url(/img/template/icons/search.png) 0 0 no-repeat;
    text-indent: 9999px;
    width: 20px;
    height: 20px;
    border: none;
    outline: none;
    cursor: pointer;
    position: absolute;
    right: 10px;
    top: 14px;
}

footer {
    height: 718px;
    position: absolute;
    bottom: 0;
    width: 100%;
}
footer .parners {
    padding: 20px 0;
    text-align: center;
    box-shadow: rgba(0,0,0,.2) 0 2px 15px;
    height: 40px;
    width: 100%;
    position: absolute;
    top: 400px;
    left: 0;
    background: rgb(247, 247, 247);
    z-index: 100;
}
footer .parners .header {
    display: block;
    color: #333;
    text-align: left;
}
footer .parners span {
    position: absolute;
    left: 160px;
    top: 15px;
}
footer .parners img {
    width: 120px;
    padding: 0 30px;
    filter: grayscale(100%);
    filter: gray;
    opacity: .5;
    transition: all 0.4s ease;
}
footer .parners img:hover {
    opacity: 1;
    filter: grayscale(0%);
    filter: none;
}
footer .links {
    margin-top: 78px;
    background: rgb(93,93,93);
    height: 240px;
    width: 100%;
    position: relative;
}
footer .links .width-fix > * {position: absolute;}
footer .links .tel {
    font-size: 28px;
    color: #eee;
    text-decoration: none;
    top: 50px;
    left: 8px;
    text-rendering: optimizeLegibility;
}
footer .copy {
    top: 200px;
    left: 8px;
    color: #eee;
}
footer .social {
    left: 8px;
    top: 140px;
}
footer .social a {
    float: left;
    display: block;
    width: 33px;
    height: 32px;
    background-image: url(/img/template/social.png);
    background-position-x: 0;
    text-indent: -9999px;
    margin-right: 8px;
}
footer .social a:hover {background-position-x: -33px;}
footer .social .vk {background-position-y: 0px;}
footer .social .t {background-position-y: -32px;}
footer .social .yt {background-position-y: -64px;}

footer .map {
	box-shadow: rgba(0,0,0,.4) 0 0 10px;
	height: 400px;
}
footer.no_map {height: 318px;}
footer.no_map .parners {top:0}

footer .xerox-service-partner {
    width: 250px;
    height: 132px;
    right: 0;
    top: 56px;
    background: #fff url(/img/template/SP.png);
	border-radius: 16px;
	box-shadow: rgba(0,0,0,.5) 0 0 5px;
}

#mid {padding-bottom: 750px;}
#mid.no_map {padding-bottom: 318px;}

h1, h2 {margin: 50px 10px;}
h1, .h1 {
    font-family: 'Montserrat', sans-serif;
    font-size: 28px;
}
h2 {
    font-size: 24px;
    font-family: 'Open Sans Condensed', sans-serif;
    clear: both;
    padding: 10px;
}
h5 {
    font-weight: 700;
    margin: 50px 0 5px;
    padding-bottom: 5px;
}
#mid .map {
    float:left;
    margin: 0 10px;
}
#mid .desc:after {
    content: ' ';
    clear: both;
    padding: 50px 0;
    display: block;
}
#mid .tel {
    font-size: 18px;
    font-family: 'Roboto Condensed', sans-serif;
    padding-bottom: 5px;
}
#mid .tel a {
	color: #000;
	text-decoration: none;
}
#mid .contact_person {
    color: #666;
    font-size: 14px;
    padding-bottom: 5px;
}

#mid p, #mid ul {
    font-family: Helvetica,Arial,sans-serif;
    font-size: 18px;
    line-height: 22px;
}
#mid p {
    padding: 15px 7px;
    text-indent: 2em;
    text-align: justify;
}
#mid ul {
    list-style-type: disc;
    padding: 0 25px;
}