/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
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{box-sizing:content-box;-moz-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"]{cursor:pointer;-webkit-appearance:button}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"]{box-sizing:content-box;-moz-box-sizing:content-box;-webkit-box-sizing:content-box;-webkit-appearance:textfield}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}p{margin:0 0 10px}ul,ol{margin:10px 0}
/* Template styles
==============================================================================*/
html, body {
    font: 12px/1.5 'Trebuchet MS', Arial, sans-serif;
    height:100%;
    width:100%;
    color: #2b2a29;
    background: #fff;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    min-width: 1000px;
}
*, *:before, *:after {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
/* H Group
-----------------------------------------------------------*/
h1,.h1 {
    font-weight: bold;
    font-size:1.8em;margin: 25px 0 15px;
}
h2,.h2 {
    font-weight: bold;
    font-size:1.5em;margin: 25px 0 15px;
}
h3,.h3 {
    font-weight: bold;
    font-size:1.5em;margin: 25px 0 15px;
}
h4, h5, h6, .h4, .h5, .h6 {
    font-weight: bold;
    font-size: 1.2em;margin: 25px 0 15px;
}
/* Links
-----------------------------------------------------------*/
a{
    color:#de6a1f;
    text-decoration:none;
}
a:visited{}
a:hover{
    text-decoration:underline;
}
a:active{}
a:focus{outline: none;}
html:not(.desktop) a[href^=tel]{
    text-decoration: underline;
    color: inherit;
}
/* Form tags styles
-----------------------------------------------------------*/
input[type=text],input[type=search],input[type=tel],input[type=email],input[type=password],
textarea,
select {
    position: relative;
    font: 12px 'Trebuchet MS', Arial, sans-serif;
    outline: none;
    padding: 4px;
    border: 1px solid #ccc;
    color: black;
    vertical-align: middle;
    overflow: hidden;
    background: #fff;
    -ms-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
textarea{
    overflow: auto;
}
input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder,
select::-webkit-input-placeholder {
    color: #ccc; }
input:-ms-input-placeholder,
textarea:-ms-input-placeholder,
select:-ms-input-placeholder {
    color: #ccc;  }
input:-moz-placeholder,
textarea:-moz-placeholder,
select:-moz-placeholder {
    color: #ccc;opacity: 1;  }
input::-moz-placeholder,
textarea::-moz-placeholder,
select::-moz-placeholder {
    color: #ccc;opacity: 1;  }
input.placeholder,
textarea.placeholder,
select.placeholder {
    color: #ccc; }
input:focus:-moz-placeholder,
textarea:focus:-moz-placeholder,
select:focus:-moz-placeholder {
    color: transparent !important; }
input:focus::-moz-placeholder,
textarea:focus::-moz-placeholder,
select:focus::-moz-placeholder {
    color: transparent !important; }
input:focus:-ms-input-placeholder,
textarea:focus:-ms-input-placeholder,
select:focus:-ms-input-placeholder {
    color: transparent !important; }
input:focus::-webkit-input-placeholder,
textarea:focus::-webkit-input-placeholder,
select:focus::-webkit-input-placeholder {
    color: transparent !important; }
input.placeholder:focus,
textarea.placeholder:focus,
select.placeholder:focus {
    color: transparent !important; }
input[type=text]:focus,input[type=search]:focus,input[type=tel]:focus,input[type=email]:focus,input[type=password]:focus,
textarea:focus,
select:focus {
    color: black;
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.2); }
select {
    padding: 0; }
.button,
button,
input[type="submit"],
input[type="reset"],
input[type="button"] {
    position: relative;
    text-decoration: none;
    outline: none;
    padding: 4px 8px;
    border: 1px solid #ccc;
    font: 12px 'Trebuchet MS', Arial, sans-serif;
    display: inline-block; }
.button:active,
button:active,
input[type="submit"]:active,
input[type="reset"]:active,
input[type="button"]:active {}
/* Meta classes
-----------------------------------------------------------*/
.reset{
    margin: 0;
    padding: 0;
    list-style: none;
}
.hidden {
    display: none; }
.show {
    display: block !important; }
.visible {
    visibility: visible !important; }
.no-margin {
    margin: 0 !important; }
.no-padding {
    padding: 0 !important; }
.no-bg {
    background: none !important; }
.no-border {
    border: none !important; }
.bold {
    font-weight: 700; }
.italic {
    font-style: italic; }
.underline {
    text-decoration: underline; }
.uppercase {
    text-transform: uppercase; }
.lowercase {
    text-transform: lowercase; }
.disabled {
    cursor: default !important;
    opacity: .3;
    filter: alpha(opacity=30); }
.error {
    color: red !important; }
input.error {
    outline: 1px solid red !important;
    outline-offset: -1px; }
.va-top {
    vertical-align: top !important; }
.red {
    color: red; }
.blue {
    color: blue; }
.yellow {
    color: yellow; }
.green {
    color: green; }
.gray {
    color: gray; }
.orange {
    color: #de6a1f; }
.f-left, .float-left, .left {
    position: relative;
    float: left; }
.f-right, .float-right, .right {
    position: relative;
    float: right; }
.f-center, .float-center {
    position: relative;
    float: none;
    margin: 0 auto;
    padding: 0 10px;
    width: 980px; }
.t-center, .text-center {
    text-align: center; }
.t-left, .text-left {
    text-align: left; }
.t-right, .text-right {
    text-align: right; }
.t-justify, .text-justify {
    text-align: justify; }
.col {
    position: relative;
    margin: 0 0 15px;
    padding: 0;zoom: 1; }
.pic-default{
    background-repeat:no-repeat;
    background-position:center center;
    background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACgAAAAjAgMAAACbV6A9AAAADFBMVEUAAAAAAAAAAAAAAAA16TeWAAAABHRSTlMNAAUJRVLypgAAAMxJREFUGNNdz7HNwjAQBeD3x/oLCkTFCB4hDRWCBdK8JIgULpFowgYWO9wcMIKX8AgUdAxAQThfGl7jrzi9O4NkD/jp+TIAC2MEqsIWU0TZAzqMIywPjDOXiDMrpJkOP3meyqv9UaFbg7Fm+zKuOcCSOW7OhcIkHAu7pR0F6f/tVOTBXwYmbWhyCj5qbxDAb3VbkC2yVrggTWVtLwnOCEnwI5ISd79H1LpdI9fy4/rQ8g9HO75bgFPaihxqJeODMRcG93Ys7KZxI28r4Qc6l0eAD7DptgAAAABJRU5ErkJggg==');
    min-height: 35px;
    min-width: 40px;
}
.col:after, .f-row:after, .clearfix:after {
    content: ".";
    display: block;
    height: 0;
    line-height: 0;
    clear: both;
    visibility: hidden;
    font-size: 0;
    zoom: 1;}
/* Grid system
-----------------------------------------------------------*/
.f-row{
    margin: 0 -15px 15px;
    padding: 0;zoom: 1;
}
.f-row-item{
    float: left;
    margin-bottom: 15px;
    padding: 0 15px;
}
.w-10 {
    width: 10%; }
.w-15 {
    width: 15%; }
.w-20 {
    width: 20%; }
.w-25 {
    width: 25%; }
.w-30 {
    width: 30%; }
.w-33 {
    width: 33.3333%; }
.w-35 {
    width: 35%; }
.w-40 {
    width: 40%; }
.w-45 {
    width: 45%; }
.w-50 {
    width: 50%; }
.w-60 {
    width: 60%; }
.w-66 {
    width: 66.6667%; }
.w-70 {
    width: 70%; }
.w-75 {
    width: 75%; }
.w-80 {
    width: 80%; }
.w-85 {
    width: 85%; }
.w-90 {
    width: 90%; }
.full-width, .w-100 {
    width: 100%; }
/* Wrapper
-----------------------------------------------------------*/
#wrapper,#header,#content,#footer,.pie{position:relative}
#wrapper{
    min-height:100%;
    height: auto !important;
    height:100%;
    margin:0 auto;
}
/* Header
-----------------------------------------------------------*/
#header{
    padding-bottom: 4px;
}
.header-center{
    position: relative;
    max-width: 1200px;
    margin: 0 auto;
}
/* Container
-----------------------------------------------------------*/
#content{
    zoom: 1;
}
#content:after{content: ".";display: block;height: 0;clear: both;visibility: hidden;}
.center{
    position: relative;
   padding:0 10px;
    max-width: 1075px;
    margin: 0 auto;
}
/* Footer
-----------------------------------------------------------*/
#footer{
    margin:0 auto 0;
    clear:both;
    background: none repeat scroll 0 0 #de6a1f;
    padding: 5px 0;
    min-height: 28px;
}
.footer-center{
    position: relative;
   padding:0 10px;
    max-width: 1075px;
    margin: 0 auto;
}
/* Page styles
==============================================================================*/
.breadcrumbs{}
.header-bg{
    background: url("../img/bg.png") repeat 50% 0 #796242;
    position: relative;
    padding: 32px 0 26px;
}
.header-bg:before{
    content: '';
    z-index: 1;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    margin-top: -1px;
    background: url("../img/bg-after.png") repeat 0 0;
    height: 9px;
}
.header-center-logo{
    position: relative;
    float: left;
}
.header-center-logo img{
    vertical-align: middle;
}
.header-center-right{
    position: absolute;
    top: -32px;
    right: 19px;
    z-index: 2;
}
.header-center-right img{
    vertical-align: middle;
    max-width: 100%;
}
.header-bg1{
    background:#dbcfc0;
    position: relative;
    padding: 15px 0 9px;
}
.header-bg1:before{
    content: '';
    z-index: 1;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    margin-top: 0px;
    background: url("../img/bg1-after.png") repeat 0 0;
    height: 6px;
}
.header-center-list{
    margin-right: 15px;
}
.header-center-list li{
    color: #fff;
    font-weight:bold;
    font-size: 18px;
    line-height: 22px;
}
.header-center--padding{
    padding:0 10px;
    max-width: 1075px;
}
.center-col{
    position: relative;
}
.center-col-right{
    margin-left: 689px;
    font-size: 25px;
    color: #000;
    line-height: 32px;
    padding-top: 61px;
}
.center-col-left{
    position: relative;
    float: left;
    width: 658px;
}
.center-col-right-head1{
    text-transform: uppercase;
    color: #de6a1f;
    font-size: 27px;
    margin-top: 16px;
}
.center-col-right-head{
    text-transform: uppercase;
    font-size: 22px;
}
.center-col-left-head{
    font-size: 18px;
    font-weight:bold;
    color: #2b2a29;
    line-height: 22px;
}
.center-col-left-table{
    display: table;
    width: 100%;
    margin-bottom: 4px;
}
.center-col-left-table-item{
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    border-left: 2px dotted #dcd0c1;
    padding-bottom: 6px;
    min-width: 147px;
}
.center-col-left-table-item-info{
    padding: 0 6px;
    line-height: 14px;
}
.center-col-left-table-item-info-pic{
    height: 24px;
}
.center-col-left-table-item-info-pic img{
    vertical-align: middle;
    max-width: 100%;
    max-height: 100%;
}
.center-col-left-table-item-info-head{
    text-transform: uppercase;
    color: #000000;
    font-size: 17px;
    line-height: 20px;
    letter-spacing: -1px;
}
.center-col-left-table-item-info-line{
    width: 111px;
    height: 1px;
    margin: 6px auto 3px;
    background: #000000;
}
.center-col-left-table-item-info-line--mod{
    background: transparent;
    height: 0;
    border-bottom:2px dotted #dcd0c1;
    width: auto;
    margin: 0;
}
.center-col-left-table-item:last-child{
    width: 185px;
    text-align: left;
}
.center-col-left-table-item-info-soc-item{
    display: inline-block;
    vertical-align: middle;
    margin-right: 5px;
}
.center-col-left-table-item-info-soc-item img{
    vertical-align: middle;
}
.center-col-left-table-item-info-soc{
    margin-top: 5px;
}
.center-col-left-left{
    float: left;
    width: 150px;
    text-align: center;
    padding-top: 17px;
}
.center-col-left-map{
    position: relative;
    float: right;
    width: 508px;
}
.center-col-left-map img{
    vertical-align: middle;
    max-width: 100%;
}

.orange-big{
    font-family: 'Trebuchet MS';
color:  #de6a1f;
font-size: 19.42px;
font-weight: 400;
text-align: left;
transform: scaleX(1.0858);/* свойства ширины и высоты были исключены, поскольку было выполнено трансформирование */
}
.contact-box{
  line-height: 18px;
    margin: 10px 0;
    border-right: 2px dotted #dcd0c1;
    padding: 0 15px;
}
.to-poli{
    color:black;
}
/* Screens
==============================================================================*/
@media only screen  and (max-width: 1070px),
only screen and (max-device-width: 1070px){
    .header-center-right{
        width: 468px;
    }
}

/* Retina
==============================================================================*/
@media only screen and (-Webkit-min-device-pixel-ratio: 1.5),
only screen and (-moz-min-device-pixel-ratio: 1.5),
only screen and (-o-min-device-pixel-ratio: 3/2),
only screen and (min-device-pixel-ratio: 1.5) {}
