/* Normalize v3.0.1
======================================================================================================================*/
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,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:transparent}
a:active,a:hover{outline:0}
abbr[title]{border-bottom:1px dotted}
dfn{font-style:italic}
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}
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}
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}
table{border-collapse:collapse;border-spacing:0}
td,th{padding:0}
b,strong,optgroup{font-weight:bold}
pre,textarea{overflow:auto}
button::-moz-focus-inner,input::-moz-focus-inner,legend{border:0;padding:0}
/* Template styles
======================================================================================================================*/
html, body {
    font: 14px/20px "Roboto", Arial, sans-serif;
    height:100%;
    width:100%;
    color: #52575b;
    background: url("../img/bg.jpg") repeat 50% 0 #fff;
    min-width: 1200px;
}
@font-face {
    font-family: 'Glober';
    src: url('../fonts/globerblack.eot');
    src: local('Glober');
    src: url('../fonts/globerblack.eot?#iefix') format('embedded-opentype'),
    url('../fonts/globerblack.woff2') format('woff2'),
    url('../fonts/globerblack.woff') format('woff'),
    url('../fonts/globerblack.ttf') format('truetype'),
    url('../fonts/globerblack.svg#Glober') format('svg');
    font-weight: 800;
    font-style: normal;
}
/* H Group
-----------------------------------------------------------*/
h1,.h1 {
    font-weight: bold;
    line-height: 1.2em;
    font-size:1.8em;margin:.6em 0
}
h2,.h2 {
    font-weight: bold;
    line-height: 1.2em;
    font-size:1.5em;margin:.6em 0
}
h3,.h3 {
    font-weight: bold;
    line-height: 1.2em;
    font-size:1.5em;margin:.6em 0
}
h4, h5, h6, .h4, .h5, .h6 {
    font-weight: bold;
    line-height: 1.2em;
    font-size:1.3em;margin:.5em 0
}
/* Links
-----------------------------------------------------------*/
a{
    color:#e99200;
    text-decoration:underline;
}
a:visited{}
a:hover{
    text-decoration:none;
}
a:active{}
a:focus{outline: none;}
/* Form tags styles
-----------------------------------------------------------*/
input,
textarea,
select {
    position: relative;
    font: 12px 'Roboto', 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: #aaaaaa; }
input:-ms-input-placeholder,
textarea:-ms-input-placeholder,
select:-ms-input-placeholder {
    color: #aaaaaa;  }
input:-moz-placeholder,
textarea:-moz-placeholder,
select:-moz-placeholder {
    color: #aaaaaa;opacity: 1;  }
input::-moz-placeholder,
textarea::-moz-placeholder,
select::-moz-placeholder {
    color: #aaaaaa;opacity: 1;  }
input.placeholder,
textarea.placeholder,
select.placeholder {
    color: #aaaaaa; }
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: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 'Roboto', Arial, sans-serif;
    display: inline-block; }
.button:active,
button:active,
input[type="submit"]:active,
input[type="reset"]:active,
input[type="button"]:active {}
/* Meta classes
-----------------------------------------------------------*/
.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: orange; }
.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; }
.col {
    position: relative;
    margin: 0 0 15px;
    padding: 0;zoom: 1; }
.col:after, .f-row:after, .clear:after {
    content: ".";
    display: block;
    height: 0;
    line-height: 0;
    clear: both;
    visibility: hidden;
    font-size: 0;
    zoom: 1;}
.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-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,#header,#content,#footer,.pie{position:relative}
.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;
}
/* Wrapper
-----------------------------------------------------------*/
#wrapper{
    min-height:100%;
    height: auto !important;
    height:100%;
    margin:0 auto;
    overflow: hidden;
}
/* Header
-----------------------------------------------------------*/
#header{
    background:#fff;
    height: 334px;
    margin-bottom: 196px;
    padding-top: 66px;
}
.header-center{
    position: relative;
    width: 980px;
    margin: 0 auto 10px;
    z-index: 1;
}
/* Container
-----------------------------------------------------------*/
#content{
    padding:0 0 100px;
    zoom: 1;
}
#content:after{content: ".";display: block;height: 0;clear: both;visibility: hidden;}
/* Footer
-----------------------------------------------------------*/
#footer{
    height:100px;
    margin:-100px auto 0;
    clear:both;
}
.footer-center{
    position: relative;
    width: 980px;
    margin: 0 auto;
    padding: 21px 0 15px;
}
/* Page styles
======================================================================================================================*/
.header-top{
    -webkit-box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.2);
    background: #fff;
    z-index: 200;
    margin-bottom: 20px;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    min-width: 980px;
}
.header-top-center{
    width: 980px;
    margin: 0 auto;
    position: relative;
    padding: 11px 0 2px;
}
.header-top-center-menu{
    text-align: center;
    font-size: 12px;
    line-height: 18px;
}
.header-top-center-menu-list{
    margin: 0;
    padding: 0;
    list-style: none;
}
.header-top-center-menu-list-item{
    position: relative;
    z-index: 201;
    display: inline-block;
    padding: 0 30px;
    margin-right: -2px;
    background: url("../img/menu-sep.png") no-repeat 100% 10px;
}
.header-top-center-menu-list-item:last-child{
    background: none;
}
.header-top-center-menu-list-item-link{
    display: inline-block;
    text-transform: uppercase;
    font-weight: 700;
    font-family: 'Roboto Condensed', sans-serif;
    color: #373637;
    text-decoration: none;
    font-size: 14px;
    padding: 4px 18px;
    -webkit-border-radius: 50px 50px 50px 50px;
    -moz-border-radius: 50px 50px 50px 50px;
    border-radius: 50px 50px 50px 50px;
}
.header-top-center-menu-list-item-link:hover,.header-top-center-menu-list-item-link--active,.header-top-center-menu-list-item-wrap:hover .header-top-center-menu-list-item-link{
    text-decoration: none;
    color: #fff;
    text-shadow: 0 1px 1px rgba(206, 75, 9, 0.5);
    background: #e17b1a; /* Old browsers */
    background: -moz-linear-gradient(top,  #e17b1a 0%, #f1a82b 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e17b1a), color-stop(100%,#f1a82b)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #e17b1a 0%,#f1a82b 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #e17b1a 0%,#f1a82b 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #e17b1a 0%,#f1a82b 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #e17b1a 0%,#f1a82b 100%); /* W3C */
    -pie-background: linear-gradient(to bottom,  #e17b1a 0%,#f1a82b 100%); /* W3C */
    -webkit-box-shadow: 0px 1px 1px 0px rgba(206, 75, 9, 1) inset;
    -moz-box-shadow: 0px 1px 1px 0px rgba(206, 75, 9, 1) inset;
    box-shadow: 0px 1px 1px 0px rgba(206, 75, 9, 1) inset;
}
.header-top-center-menu-list-item-dop{
    position: absolute;
    top: 60px;
    width: 185px;
    margin-left: -106px;
    padding: 8px 14px;
    left: 50%;
    background: url("../img/dd-menu-bg.png") repeat-x 0 0 #fff;
    -webkit-border-radius: 4px 4px 4px 4px;
    -moz-border-radius: 4px 4px 4px 4px;
    border-radius: 4px 4px 4px 4px;
    -webkit-box-shadow: 0px 1px 7px 0px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0px 1px 7px 0px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 1px 7px 0px rgba(0, 0, 0, 0.3);
    font-family: 'Roboto Condensed', sans-serif;
    color: #47433d;
    font-size: 14px;
    text-align: left;
    z-index: 202;
    opacity: 0;
    visibility: hidden;
}
.header-top-center-menu-list-item-wrap:hover .header-top-center-menu-list-item-dop{
    opacity: 1;
    visibility: visible;
    -webkit-transition: top 0.2s ease-out, opacity 0.2s ease-out;
    -moz-transition: top 0.2s ease-out, opacity 0.2s ease-out;
    -ms-transition: top 0.2s ease-out, opacity 0.2s ease-out;
    -o-transition: top 0.2s ease-out, opacity 0.2s ease-out;
    transition: top 0.2s ease-out, opacity 0.2s ease-out;
    top: 30px;
}
.header-top-center-menu-list-item-dop ul{
    margin: 0;
    padding: 0;
    list-style: none;
}
.header-top-center-menu-list-item-dop ul li{
    border-bottom: 1px solid #e9e6da;
    padding: 5px 1px 10px;
    margin-bottom: 4px;
}
.header-top-center-menu-list-item-dop ul li:last-child{
    border-bottom: 0;
    margin-bottom: 0;
    padding-bottom: 7px;
}
.header-top-center-menu-list-item-dop ul li a{
    color: #47433d;
    text-decoration: none;
}
.header-top-center-menu-list-item-dop ul li a:hover{
    text-decoration: underline;
}
.header-top-center-menu-list-item-dop:before{
    content: "";
    position: absolute;
    top: -6px;
    left: 50%;
    margin-left: -6px;
    width: 0;
    height: 0;
    border-bottom: 7px solid #f8f8f8;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    z-index: 1;
}
.header-top-center-menu-list-item-dop:after{
    content: "";
    position: absolute;
    top: -3px;
    width: 0;
    height: 0;
    -webkit-box-shadow: 0px 1px 7px 0px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0px 1px 7px 0px rgba(0, 0, 0, 0.3);
    box-shadow: 0 0 3px 2px rgba(0, 0, 0, 0.3);
    left: 50%;
}
.header-top-center-menu-list-item-wrap{
    position: relative;
    padding-bottom: 7px;
}
.header-center-logo{
    position: relative;
    float: left;
    width: 293px;
    margin: 4px 15px 10px 0;
}
.header-center-logo img{
    vertical-align: top;
    max-width: 100%;
}
.header-center-phone{
    position: relative;
    float: right;
    text-align: right;
    width: 300px;
}
.header-center-phone-head{
    text-transform: uppercase;
    color: #333333;
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 700;
    margin-bottom: -3px;
    font-size: 12px;
    line-height: 18px;
}
.header-center-phone-item{
    font-size: 32px;
    line-height: 1em;
    color: #373637;
    font-family: 'Roboto Condensed', sans-serif;
    letter-spacing: -0.2px;
    margin-right: -3px;
    margin-bottom: 11px;
}
.header-center-phone-item span{
    border-bottom: 2px solid #373637;
    display: inline-block;
    padding-bottom: 3px;
}
.header-center-phone-item span:first-child{
    border-bottom-color: #feb932;
    color: #feb932;
}
.header-center-phone-call{
    color: #333333;
    font-size: 14px;
    font-family: 'Roboto Condensed', sans-serif;
    margin-right: -2px;
}
.header-center-phone-call-wrap{
    display: inline-block;
    position: relative;
    margin-left: 5px;
}
.btn{
    cursor: pointer;
    border: 0;
    display: inline-block;
    color: #714d05 !important;
    font-size: 12px;
    font-family: 'Roboto Condensed', sans-serif;
    line-height: 20px;
    text-transform: uppercase;
    padding: 5px 19px;
    text-align: center;
    border-bottom: 1px solid #e19212;
    -webkit-border-radius: 4px 4px 4px 4px;
    -moz-border-radius: 4px 4px 4px 4px;
    border-radius: 4px 4px 4px 4px;
    font-weight: 700;
    background: #efe457; /* Old browsers */
    background: -moz-linear-gradient(-45deg,  #efe457 1%, #feae31 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, right bottom, color-stop(1%,#efe457), color-stop(100%,#feae31)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(-45deg,  #efe457 1%,#feae31 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(-45deg,  #efe457 1%,#feae31 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(-45deg,  #efe457 1%,#feae31 100%); /* IE10+ */
    background: linear-gradient(170deg,  #efe457 1%,#feae31 100%); /* W3C */
    -pie-background: linear-gradient(170deg,  #efe457 1%,#feae31 100%); /* W3C */
    text-decoration: none;
    position: relative;
}
.header-center-phone-call-dop{
    position: absolute;
    top: 90px;
    width: 183px;
    padding: 17px 26px 13px;
    background: url("../img/dd-menu-bg.png") repeat-x 0 0 #fff;
    -webkit-border-radius: 4px 4px 4px 4px;
    -moz-border-radius: 4px 4px 4px 4px;
    border-radius: 4px 4px 4px 4px;
    -webkit-box-shadow: 0px 1px 7px 0px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0px 1px 7px 0px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 1px 7px 0px rgba(0, 0, 0, 0.3);
    font-family: 'Roboto Condensed', sans-serif;
    color: #47433d;
    font-size: 14px;
    text-align: left;
    z-index: 202;
    right: 50%;
    margin-right: -42px;
    opacity: 0;
    visibility: hidden;
}
.header-center-phone-call-dop--show{
    opacity: 1;
    visibility: visible;
    top: 45px;
    -webkit-transition: top 0.2s ease-out 0s, opacity 0.2s ease-out 0s;  /* Saf3.2+, Chrome */
    -moz-transition: top 0.2s ease-out 0s, opacity 0.2s ease-out 0s;  /* FF4+ */
    -ms-transition: top 0.2s ease-out 0s, opacity 0.2s ease-out 0s;  /* IE10 */
    -o-transition: top 0.2s ease-out 0s, opacity 0.2s ease-out 0s;  /* Opera 10.5+ */
    transition: top 0.2s ease-out 0s, opacity 0.2s ease-out 0s;
}
.header-center-phone-call-dop:after{
    content: "";
    position: absolute;
    top: -4px;
    width: 0;
    height: 0;
    -webkit-box-shadow: 0 0 5px 2px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 0 5px 2px rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 5px 2px rgba(0, 0, 0, 0.2);
    right: 41px;
}
.header-center-phone-call-dop:before{
    content: "";
    position: absolute;
    top: -6px;
    width: 0;
    height: 0;
    border-bottom: 6px solid #f8f8f8;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    right: 35px;
    pointer-events: none;
    z-index: 1;
}
.call-back{
    position: relative;
    text-align: left;
}
.call-back-head{
    text-align: center;
    margin-bottom: 17px;
    color: #7a7670;
    font-size: 12px;
    line-height: 14px;
    padding: 0 7px;
}
.call-back-item{
    position: relative;
    margin-bottom: 16px;
}
input.call-back-item-input,textarea.call-back-item-input{
    font-size: 12px;
    font-weight: 500;
    background: #fff;
    -webkit-border-radius: 3px 3px 3px 3px;
    -moz-border-radius: 3px 3px 3px 3px;
    border-radius: 3px 3px 3px 3px;
    border: 1px solid #d4d4d4;
    padding: 7px 10px;
    width: 100%;
    height: 34px;
}
textarea.call-back-item-input{
    resize: none;
    height: 74px;
}
.call-back-btn{
    position: relative;
    text-align: center;
    margin-top: -4px;
}
.header-banner{
    position: relative;
    height: 319px;
    background: url("../img/bg-baner.jpg") repeat-x scroll 50% 0 #e07b1a;
    border-radius: 50% / 50%;
    margin: 0 -900px;
    -webkit-box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.11) inset;
    -moz-box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.11) inset;;
    box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.11) inset;
}
.header-banner-center{
    width: 946px;
    position: absolute;
    left: 50%;
    margin-left: -490px;
    text-align: center;
    bottom: 0;
    overflow: hidden;
    border-radius: 22%;
}
.header-banner-center img{
    max-width: 100%;
    vertical-align: top;
}
.vantage{
    width: 1200px;
    margin: 0 auto 15px;
    position: relative;
    min-height: 907px;
}
.vantage-head{
    text-align: center;
    margin-bottom: 15px;
    font-size: 28px;
    color: #52575b;
    line-height: 28px;
    font-family: 'Glober',sans-serif;
    text-transform: uppercase;
    font-weight: 800;
}
.vantage-head img{
    vertical-align: middle;
    margin: 0 1px;
    position: relative;
    top: -5px;
}
.vantage-pic{
    text-align: center;
    padding-right: 48px;
    padding-top: 169px;
    min-height: 489px;
}
.vantage-pic img{
    vertical-align: middle;
    max-width: 100%;
    opacity: 0;
}
.vantage-item{
    font-size: 12px;
    line-height: 15px;
    text-align: right;
    position: absolute;
    top: 76px;
    width: 391px;
    padding: 31px 24px 20px;
    -webkit-border-radius: 4px 4px 4px 4px;
    -moz-border-radius: 4px 4px 4px 4px;
    border-radius: 4px 4px 4px 4px;
    right: 120px;

}
.vantage-item:hover{
    background: #fff;
    -webkit-box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.2);
    z-index: 1;
}
.vantage-item-info{
    margin-right: 102px;
    margin-bottom: 16px;
}
.vantage-item-info-head{
    text-transform: uppercase;
    font-size: 16px;
    color: #efa128;
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 700;
    margin-bottom: 1px;
    line-height: 20px;
}
.vantage-item-info-head a{
    text-decoration: none;
}
.vantage-item-info-head a:hover{
    text-decoration: underline;
}
.vantage-item-left{
    position: relative;
    float: right;
    width: 79px;
    margin-right: 12px;
    margin-top: -1px;
    margin-bottom: 10px;
}
.vantage-item-left img{
    max-width: 100%;
    vertical-align: top;
}
.vantage-item-left-num{
    position: absolute;
    top: -19px;
    font-size: 25px;
    color: #fff;
    text-align: center;
    overflow: hidden;
    background: url("../img/sprite.png") no-repeat 0 0;
    width: 42px;
    height: 42px;
    line-height: 42px;
    text-shadow: 0 1px 1px rgba(206, 75, 9, 0.5);
    font-family: 'Glober', sans-serif;
    font-weight: 800;
    right: -20px;
}
.vantage-item-info p{
    margin: 0;
}
.vantage-item-foot{
    clear: both;
    display: none;
}
.vantage-item:hover .vantage-item-foot{
    display: block;
}
.vantage-item-foot-logo{
    float: left;
    width: 188px;
}
.vantage-item-foot-logo img{
    vertical-align: top;
    max-width: 100%;
}
.vantage-item-foot-line{
    width: 2px;
    background: #feb932;
    height: 40px;
    float: left;
    margin: -1px 0 0 18px;
}
.vantage-item-foot-btn{
    position: relative;
    float: right;
    font-size: 20px;
    color: #333333;
    line-height: 20px;
    font-family: 'Roboto Condensed', sans-serif;
}
.vantage-item-foot-btn a{
    text-decoration: none;
    color: #333333;
}
.vantage-item-foot-btn a:hover{
    text-decoration: underline;
}
.ico-ch{
    display: inline-block;
    vertical-align: middle;
    background: url("../img/sprite.png") no-repeat -44px 0;
    margin-left: 11px;
    width: 36px;
    height: 41px;
    position: relative;
    top: -4px;
}
.vantage-item--ps2{
    top: 218px;
    right: 48px;
}
.vantage-item--ps3{
    top: 376px;
    right: 8px;
}
.vantage-item--ps4{
    top: 540px;
    right: 46px;
}
.vantage-item--ps5{
    top: 693px;
    right: 119px;
}
.vantage-item--ps6{
    top: 693px;
    left: 138px;
}
.vantage-item--left{
    text-align: left;
    right: auto;
}
.vantage-item--left .vantage-item-left{
    float: left;
    margin-left: 12px;
    margin-right: 0;
}
.vantage-item--left .vantage-item-info{
    margin-left: 102px;
    margin-right: 0;
}
.vantage-item--left  .vantage-item-left-num{
    right: auto;
    left: -20px;
}
.vantage-item--ps7{
    top: 532px;
    left: 60px;
}
.vantage-item--ps8{
    top: 375px;
    left: 22px;
}
.vantage-item--ps9{
    top: 218px;
    left: 60px;
}
.vantage-item--ps10{
    top: 77px;
    left: 134px;
}
.vantage-foot{
    position: relative;
    text-align: center;
    margin-top: 111px;
}
.vantage-foot-price{
    display: inline-block;
    color: #5a5a5a;
    font-size: 16px;
    font-family: 'Roboto Condensed',sans-serif;
    font-weight: 700;
    line-height: 36px;
    vertical-align: middle;
    margin-right: 25px;
}
.vantage-foot-price b{
    color: #e68f20;
    font-size: 36px;
}
.btn-calc{
    opacity: 0;
    cursor: pointer;
    border: 0;
    display: inline-block;
    color: #8a490a;
    font-size: 16px;
    font-family: 'Roboto Condensed', sans-serif;
    line-height: 20px;
    text-transform: uppercase;
    padding: 14px 30px;
    min-width: 162px;
    text-align: center;
    position: relative;
    border-top: 1px solid #f9d26d;
    -webkit-border-radius: 4px 4px 4px 4px;
    -moz-border-radius: 4px 4px 4px 4px;
    border-radius: 4px 4px 4px 4px;
    font-weight: 700;
    background: #f4ab2c; /* Old browsers */
    background: -moz-linear-gradient(top,  #f4ab2c 0%, #e17c1a 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f4ab2c), color-stop(100%,#e17c1a)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #f4ab2c 0%,#e17c1a 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #f4ab2c 0%,#e17c1a 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #f4ab2c 0%,#e17c1a 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #f4ab2c 0%,#e17c1a 100%); /* W3C */
    -pie-background: linear-gradient(to bottom,  #f4ab2c 0%,#e17c1a 100%); /* W3C */
    text-decoration: none;
    -webkit-box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.38);
    -moz-box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.38);
    box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.38);
    overflow: hidden;
    vertical-align: middle;
}
.btn-calc:before{
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    -webkit-box-shadow: 0 0 42px 39px #fbe932;
    -moz-box-shadow: 0 0 42px 39px #fbe932;
    box-shadow: 0 0 42px 39px #fbe932;
}
.btn-calc span{
    position: relative;
}
.windows{
    position: relative;
    background: url("../img/bg-windows.png") repeat-y 50% 0 #e17b1a;
    border-radius: 50% 50% 0 0;
    margin: 0 -900px;
    -webkit-box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.11) inset;
    -moz-box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.11) inset;;
    box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.11) inset;
    min-height: 200px;
}
.windows-center{
    position: relative;
    width: 980px;
    margin: 0 auto;
    padding: 71px 0 1px;
}
.windows-center-item{
    position: relative;
    float: left;
    width: 294px;
    margin-bottom: 39px;
    margin-right: 48px;
}
.windows-center-item:nth-child(3n){
    margin-right: 0;
}
.windows-center-item:nth-child(3n+4){
    clear: both;
}
.windows-center-item-head{
    text-align: center;
    font-size: 18px;
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 700;
    text-shadow: 0 1px 1px rgba(206, 75, 9, 0.5);
    text-transform: uppercase;
    margin-bottom: 2px;
}
.windows-center-item-head a{
    color: #fff;
    text-decoration: none;
}
.windows-center-item-size{
    text-align: center;
    color: #a4590f;
    font-size: 13px;
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 700;
    margin-bottom: 12px;
}
.windows-center-item-pic{
    width: 294px;
    height: 294px;
    margin: 0 auto 11px;
    position: relative;
    opacity: 0;
}
.windows-center-item-pic-item{
    width: 294px;
    height: 294px;
    margin: 0 auto 15px;
    position: relative;
    overflow: hidden;
    -webkit-border-radius: 50% 50% 50% 50%;
    -moz-border-radius: 50% 50% 50% 50%;
    border-radius: 50% 50% 50% 50%;
}
.windows-center-item-pic-item img{
    width: 294px;
    height: 294px;
    -webkit-border-radius: 50% 50% 50% 50%;
    -moz-border-radius: 50% 50% 50% 50%;
    border-radius: 50% 50% 50% 50%;
    position: relative;
}
.windows-center-item-pic:before{
    content: "";
    width: 116px;
    height: 21px;
    background: url("../img/sprite.png") no-repeat -82px 0;
    position: absolute;
    bottom: -10px;
    left: 50%;
    margin-left: -58px;
    opacity: 0.702;
}
.windows-center-item-pic-label{
    position: absolute;
    right: -8px;
    top: -2px;
    text-align: center;
    background: url("../img/sprite.png") no-repeat 0 -44px;
    width: 98px;
    height: 73px;
    color: #fff;
    font-size: 13px;
    text-shadow: 0 2px 2px #2398e1;
    line-height: 22px;
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    padding-top: 25px;
}
.windows-center-item-pic-label div{
    font-size: 32px;
    font-weight: normal;
}
.windows-center-item-pic-label div span{
    font-size: 23px;
}
.windows-center-item-price{
    margin-bottom: 16px;
    padding-left: 41px;
}
.windows-center-item-price-old{
    float: left;
    width: 42%;
    color: #894a0c;
    font-size: 13px;
    line-height: 31px;
    font-family: 'Roboto Condensed', sans-serif;
}
.windows-center-item-price-old-item{
    text-decoration: line-through;
    font-size: 28px;
    color: #894a0c;
    white-space: nowrap;
}
.windows-center-item-price-new{
    float: right;
    width: 57%;
    color: #fff;
    font-size: 13px;
    line-height: 31px;
    font-family: 'Roboto Condensed', sans-serif;
    text-shadow: 0 1px 1px rgba(206, 75, 9, 0.5);
}
.windows-center-item-price-new-item{
    font-size: 40px;
    color: #fff;
    margin-top: -4px;
    white-space: nowrap;
}
.btn-discount{
    border: 0;
    display: inline-block;
    position: relative;
    text-transform: uppercase;
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 700;
    color: #714d05;
    font-size: 16px;
    cursor: pointer;
    line-height: 20px;
    -webkit-box-shadow: 0px 2px 5px 0px #d96a11;
    -moz-box-shadow: 0px 2px 5px 0px #d96a11;
    box-shadow: 0px 2px 5px 0px #d96a11;
    background: #efe457;
    background: -moz-linear-gradient(-45deg,  #efe457 0%, #feae31 100%);
    background: -webkit-gradient(linear, left top, right bottom, color-stop(0%,#efe457), color-stop(100%,#feae31));
    background: -webkit-linear-gradient(-45deg,  #efe457 0%,#feae31 100%);
    background: -o-linear-gradient(-45deg,  #efe457 0%,#feae31 100%);
    background: -ms-linear-gradient(-45deg,  #efe457 0%,#feae31 100%);
    background: linear-gradient(170deg,  #efe457 0%,#feae31 100%);
    -pie-background: linear-gradient(135deg,  #efe457 0%,#feae31 100%);
    -webkit-border-radius: 4px 4px 4px 4px;
    -moz-border-radius: 4px 4px 4px 4px;
    border-radius: 4px 4px 4px 4px;
    text-decoration: none;
    margin-left: 36px;
}
.btn-discount-item:before{
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    -webkit-box-shadow: 0 0 29px 24px #fbe932;
    -moz-box-shadow: 0 0 29px 24px #fbe932;
    box-shadow: 0 0 29px 24px #fbe932;
}
.btn-discount span{
    position: relative;
}
.btn-discount-item{
    position: relative;
    overflow: hidden;
    padding: 14px 19px;
    display: inline-block;
    vertical-align: middle;
    padding-right: 24px;
}
.btn-discount-num {
    position: absolute !important;
    top: -9px;
    right: -49px;
    background: url("../img/sprite.png") no-repeat -100px -44px;
    width: 68px;
    height: 68px;
    line-height: 68px;
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 700;
    font-size: 22px;
    color: #566500;
    text-shadow: 0 -1px 0 #cbe200;
    text-align: center;
}
.dealers{
    position: relative;
}
.dealers-map{
    text-align: center;
    height: 547px;
}
.dealers-center{
    position: absolute;
    width: 980px;
    left: 50%;
    top: 66px;
    height: 0;
    overflow: visible;
    margin-left: -490px;
}
.dealers-center-content{
    position: absolute;
    right: 9px;
    top: 0;
    background: #fff;
    -webkit-border-radius: 6px 6px 6px 6px;
    -moz-border-radius: 6px 6px 6px 6px;
    border-radius: 6px 6px 6px 6px;
    -webkit-box-shadow: 0px 1px 3px 0px rgba(122, 116, 102, 0.5);
    -moz-box-shadow: 0px 1px 3px 0px rgba(122, 116, 102, 0.5);
    box-shadow: 0px 1px 3px 0px rgba(122, 116, 102, 0.5);
    padding: 20px 10px 22px 32px;
    padding-right: 10px;
}
.dealers-center-content-head{
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 24px;
    color: #343434;
    line-height: 26px;
    border-bottom: 3px solid #f3a82b;
    padding-bottom: 5px;
    display: inline-block;
    letter-spacing: 0px;
    margin-right: 27px;
    margin-bottom: 16px;
}
.dealers-center-content-right{
    position: relative;
    float: right;
    width: 340px;
}
.dealers-center-content-right-nav{
    padding-bottom: 13px;

}
.dealers-center-content-right-nav-item{
    margin: 0;
    padding: 0;
    list-style: none;
    float: left;
    width: 160px;
    font-size: 14px;
    color: #e99200;
    font-family: 'Roboto Condensed', sans-serif;
    margin-right: 9px;
}
.dealers-center-content-right-nav-item li{
    margin-bottom: 10px;
}
.dealers-center-content-right-nav-item li a{
    color: #e99200;
}
.dealers-center-content-right-nav-item li.active a{
    text-decoration: none;
    color: #777777;
    cursor: default;
}
.dealers-center-content-right-ico{
    position: absolute;
    background: url("../img/sprite.png") no-repeat -170px -44px;
    width: 64px;
    height: 109px;
    right: -6px;
    top: -54px;
}
.dealers-center-content-right-wrap{
    border-top: 3px solid #cccccc;
    padding-top: 15px;
    margin-right: 27px;
}
.dealers-center-content-right-nav-item--mod{
    width: 98px;
}
.dealers-center-content-right-city{
    width: 101%;
}
.dealers-center-content-right-nav-item:last-child{
    margin-right: 0;
}
.dealers-center-content-vert-line{
    position: absolute;
    top: 27px;
    left: 588px;
    bottom: 27px;
    width: 1px;
    background: #cccccc;
}
.dealers-center-content-left{
    margin-right: 401px;
    width: 527px;
}
.dealers-center-content-left-item{
    position: relative;
    float: left;
    width: 100%;
    display: none;
}
.dealers-center-content-left-info{
    display: none;
}
.dealers-center-content-left-info.active{
    display: block;
}
.dealers-center-content-left-info-head{
    border-bottom: 3px solid #cccccc;
    color: #343434;
    font-family: "Roboto Condensed",sans-serif;
    font-size: 24px;
    letter-spacing: 0;
    line-height: 26px;
    margin-bottom: 21px;
    padding-bottom: 5px;
}
.dealers-center-content-left-info-body-left{
    position: relative;
    display: inline-block;
    vertical-align: top;
    padding-right: 31px;
    border-right: 1px solid #dddddd;
    font-weight: 500;
    color: #777777;
    font-size: 13px;
    line-height: 20px;
    margin-bottom: 15px;
    margin-right: 33px;
}
.dealers-center-content-left-info-body-left:last-child{
    border-right: 0;
    margin-right: 0;
    padding-right: 0;
}
.dealers-center-content-left-info-body-left p{
    margin: 0;
}
.dealers-center-content-left-info-body-left-head{
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 700;
    color: #333333;
    font-size: 15px;
    margin-bottom: 1px;
    margin-top: -4px;
}
.dealers-center-content-left-info-not{
    text-align: center;
    font-size: 20px;
    color: #343434;
    font-family: 'Roboto Condensed', sans-serif;
    line-height: 38px;
    padding-top: 34px;
}
.btn--big{
    font-size: 17px;
    padding: 13px 41px;
}
.dealers-center-content-left-info-not-btn{
    position: relative;
    padding-top: 10px;
}
.how{
    background: url("../img/bg-windows.png") repeat-y scroll 50% 0 #e17b1a;
}
.how-center{
    padding: 31px 0 21px;
    width: 1009px;
    margin: 0 auto;
}
.how-center-head{
    text-align: center;
    margin-bottom: 55px;
    font-size: 32px;
    line-height: 32px;
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 700;
    color: #7c4308;
    text-transform: uppercase;
}
.how-center-body-item{
    display: inline-block;
    vertical-align: top;
    margin-right: 41px;
    margin-bottom: 31px;
    width: 167px;
    position: relative;
    text-align: center;
}
.how-center-body-item-pic{
    height: 150px;
    line-height: 150px;
    margin-bottom: 14px;
    text-align: center;
}
.how-center-body-item-pic img{
    vertical-align: bottom;
    max-width: 100%;
}
.how-center-body-item a{
    color: #fff;
    text-decoration: none;
}
.how-center-body-item a:hover{
    text-decoration: underline;
}
.how-center-body-item-head{
    text-transform: uppercase;
    color: #fff;
    font-size: 13px;
    font-family: 'Roboto Condensed', sans-serif;
    min-height: 40px;
    margin-bottom: 7px;
    text-shadow: 0 1px 1px rgba(206, 75, 9, 0.5);
    font-weight: 700;
    line-height: 15px;
}
.btn--midl{
    color: #714d05 !important;
    font-size: 12px;
    padding: 8px 8px;
}
.btn--block{
    display: block;
}
.btn:hover{
    text-decoration: none !important;
}
.how-center-body{
    margin-right: -30px;
}
.how-center-body-item:nth-child(5n){
    margin-right: 0;
}
.popup{
    position: fixed;
    z-index: 2000;
}
.popup-design{
    position: relative;
    background: rgba(255, 255, 255, 0.95);
    -pie-background: rgba(255, 255, 255, 0.95);
    padding: 23px 36px 23px;
    -webkit-box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.4);
    -moz-box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.4);
    box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.4);
    width: 788px;
    color: #666666;
    font-size: 14px;
    line-height: 20px;
}
.popup-design-head{
    margin-bottom: 20px;
    font-size: 24px;
    line-height: 24px;
    color: #333333;
    font-family: 'Roboto Condensed', sans-serif;
    margin-right: 32px;
    text-transform: uppercase;
}
.popup-design p{
    margin: 20px 0;
}
.popup-close{
    position: absolute;
    right: 20px;
    width: 27px;
    height: 27px;
    top: 20px;
    background: url("../img/sprite.png") no-repeat -100px -114px;
    cursor: pointer;
    display: inline-block;
}
.popup{
    -webkit-transition: -webkit-transform 0.4s ease-out;
    -moz-transition: -moz-transform 0.4s ease-out;
    -ms-transition: -ms-transform 0.4s ease-out;
    -o-transition: -o-transform 0.4s ease-out;
    transition: transform 0.4s ease-out;
    -webkit-transform: rotate(0deg) translate(0px) skew(0deg) scale(0);
    -moz-transform: rotate(0deg) translate(0px) skew(0deg) scale(0);
    -o-transform: rotate(0deg) translate(0px) skew(0deg) scale(0);
    transform: rotate(0deg) translate(0px) skew(0deg) scale(0);
}
.transform{
    -webkit-transition: -webkit-transform 0.4s ease-out;
    -moz-transition: -moz-transform 0.4s ease-out;
    -ms-transition: -ms-transform 0.4s ease-out;
    -o-transition: -o-transform 0.4s ease-out;
    transition: transform 0.4s ease-out;
    -webkit-transform: rotate(0deg) translate(0px) skew(0deg) scale(1);
    -moz-transform: rotate(0deg) translate(0px) skew(0deg) scale(1);
    -o-transform: rotate(0deg) translate(0px) skew(0deg) scale(1);
    transform: rotate(0deg) translate(0px) skew(0deg) scale(1);
}
.team{
    width: 980px;
    margin: 0 auto 0;
    padding: 23px 0 0;
}
.team-head{
    text-align: center;
    margin-bottom: 35px;
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 700;
    color: #444444;
    font-size: 32px;
    line-height: 1em;
    text-transform: uppercase;
}
.team-item{
    width: 303px;
    position: relative;
    padding-top: 312px;
    text-align: center;
    float: left;
    height: 90px;
    margin-right: -92px;
}
.team-item img{
    position: absolute;
    bottom: 0;
    left: 13px;
}
.team-item-info{
    position: relative;
    padding: 9px 19px 12px;
    color: #fff;
    background: rgba(0, 0, 0, 0.6);
    -pie-background: rgba(0, 0, 0, 0.6);
    font-family: 'Roboto Condensed', sans-serif;
    line-height: 14px;
    font-size: 14px;
    width: 142px;
    text-align: left;
    margin-left: 63px;
    min-height: 53px;
    z-index: 1;
}
.team-item-info-head{
    font-weight: 700;
    font-size: 20px;
    line-height: 20px;
    margin-bottom: 5px;
}
.contacts{
    background: url("../img/bg-windows.png") repeat-y scroll 50% 0 #e17b1a;
    -webkit-border-radius: 0px 0px 50% 50%;
    -moz-border-radius: 0px 0px 50% 50%;
    border-radius: 0px 0px 50% 50%;
    box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.11) inset;
    min-height: 200px;
    position: relative;
    margin: 0 -900px 23px;
}
.contacts-center{
    width: 980px;
    margin: 0 auto;
    position: relative;
    padding: 49px 0 36px;
}
.contacts-center-left{
    position: relative;
    float: left;
    width: 253px;
    text-align: right;
}
.contacts-center-right{
    position: relative;
    float: right;
    width: 253px;
}
.contacts-center-left-head{
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 24px;
    font-size: 16px;
    color: #333333;
    line-height: 18px;
    border-bottom: 2px solid #333333;
    display: inline-block;
    padding-bottom: 1px;
}
.contacts-center-left-adr{
    margin: -3px 0 20px;
    text-transform: uppercase;
     font-family: 'Roboto Condensed', sans-serif;
    font-weight: 700;
    font-size: 12px;
    color: #333333;
    line-height: 23px;
}
.contacts-center-left-adr-item{
    color: #fff;
    font-size: 18px;
    line-height: 20px;
      font-family: 'Roboto Condensed', sans-serif;
    font-weight: 700;
    text-transform: uppercase;
}
.social{
    margin: 20px 0;
}
.social a{
    margin-left: 5px;
}
.white{
    color: #fff !important;
    border-bottom-color: #fff !important;
}
.contacts-center-center{
    margin: 0 322px;
}
.counter{
    position: relative;
    text-align: center;
}
.counter-head{
    text-align: center;
    color: #fff;
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 700;
    font-size: 28px;
    line-height: 33px;
      text-shadow: 0 3px 6px rgba(206, 75, 9, 0.5);
    text-transform: uppercase;
    margin-top: -4px;
    margin-bottom: 23px;
}
.digital-counter{
    background: url("../img/counter_bg.png") repeat scroll 0 0;
    height: 90px;
    margin: 0 auto;
    position: relative;
    text-align: center;
    width: 283px;
}
ul.counter-digits {
    list-style: outside none none;
    margin: 0;
    padding: 0;
    position: relative;
    height: 45px;
}
ul.counter-digits li {
    color: #003b5c;
    float: left;
    font-size: 42px;
    margin-right: 12px;
    margin-top: 19px;
    text-align: center;
    width: 20%;
    font-family: 'Roboto Condensed', sans-serif;
}
ul.counter-digits li:first-child {
    margin-left: 10px;
}
ul.counter-digits li:last-child {
    margin-right: 5px !important;
}
ul.counter-words {
    display: inline-block;
    list-style: outside none none;
    margin: 0;
    padding: 0;
    position: relative;
    text-align: center;
    width: 100%;
}
ul.counter-words li {
    color: #fff;
    float: left;
    font-size: 12px;
    margin-top: 16px;
    text-align: center;
    width: 25%;
}
.contacts-center-btns{
    position: relative;
    clear: both;
    text-align: center;
    margin: 15px 0;
}
.contacts-center-btns .btn{
    margin: 0 10px;
}
.btn--big-mod{
    padding: 14px 30px;
    color: #714d05;
    font-size: 16px;
    border-top: 2px solid #ffff86;
    -webkit-box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.16);
    -moz-box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.16);
    box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.16);
    border-bottom: 0;
    min-width: 176px;
}
.btn--green{
    color: #556300 !important;
    border-top-color: #faff00;
    background: #efe457; /* Old browsers */
    background: -moz-linear-gradient(-45deg,  #c0db00 1%, #8aa200 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, right bottom, color-stop(1%,#c0db00), color-stop(100%,#8aa200)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(-45deg,  #c0db00 1%,#8aa200 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(-45deg,  #c0db00 1%,#8aa200 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(-45deg,  #c0db00 1%,#8aa200 100%); /* IE10+ */
    background: linear-gradient(170deg,  #c0db00 1%,#8aa200 100%); /* W3C */
    -pie-background: linear-gradient(170deg,  #c0db00 1%,#8aa200 100%); /* W3C */
}
.contacts-center-call{
    text-align: center;
    font-size: 12px;
    color: #714d05;
     font-family: 'Roboto Condensed', sans-serif;
    line-height: 14px;
}
.call-btn{
    position: fixed;
    z-index: 500;
    left: 32px;
    bottom: 32px;
    background: url("../img/sprite.png") no-repeat -236px -70px;
     width: 68px;
  height: 68px;
    cursor: pointer;
}
.animated:hover {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    animation-iteration-count:infinite;
    -webkit-animation-iteration-count:infinite;
}
@-webkit-keyframes tada {
    0% {-webkit-transform: scale(1);}
    10%, 20% {-webkit-transform: scale(0.9) rotate(-3deg);}
    30%, 50%, 70%, 90% {-webkit-transform: scale(1.1) rotate(3deg);}
    40%, 60%, 80% {-webkit-transform: scale(1.1) rotate(-3deg);}
    100% {-webkit-transform: scale(1) rotate(0);}
}
@keyframes tada {
    0% {transform: scale(1);}
    10%, 20% {transform: scale(0.9) rotate(-3deg);}
    30%, 50%, 70%, 90% {transform: scale(1.1) rotate(3deg);}
    40%, 60%, 80% {transform: scale(1.1) rotate(-3deg);}
    100% {transform: scale(1) rotate(0);}
}
.tada:hover {
    -webkit-animation-name: tada;
    animation-name: tada;
}
.up-btn{
    position: fixed;
    z-index: 500;
    right: 32px;
    bottom: 32px;
    background: url("../img/sprite.png") no-repeat -236px 0;
     width: 68px;
  height: 68px;
    cursor: pointer;
}
.video{
    position: relative;
    width: 980px;
    margin: 0 auto;
    padding: 15px 0 31px;
}
.video-left{
    position: relative;
    float: left;
    width: 477px;
}
.video-right{
    position: relative;
    float: right;
    width: 477px;
}
.video-wrap{
    position: relative;
     width: 477px;
    height: 268px;
}
.video-item-head{
    text-transform: uppercase;
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 700;
    margin-bottom: 13px;
    color: #444444;
    font-size: 22px;
    line-height: 22px;
}
.video-item{
    margin-bottom: 15px;
}
.ico-play{
    display: inline-block;
    background: url("../img/sprite.png") no-repeat -306px 0;
    cursor: pointer;
    width: 60px;
  height: 60px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -30px;
    margin-top: -30px;
}
.instructions{
     background: url("../img/bg-windows.png") repeat-y scroll 50% 0 #e17b1a;
    box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.11) inset;
}
.instructions-center{
    position: relative;
    width: 980px;
    margin: 0 auto;
    padding: 32px 0 8px;
}
.instructions-center-head{
   color: #fff;
    font-family: "Roboto Condensed",sans-serif;
    font-size: 32px;
    font-weight: 700;
    line-height: 33px;
    margin-bottom: 42px;
    text-align: center;
    text-shadow: 0 3px 6px rgba(206, 75, 9, 0.5);
    text-transform: uppercase;
}
.instructions-center-body{
    padding-left: 9px;

}
.instructions-center-body-item{
    position: relative;
    float: left;
    width: 202px;
    margin-right: 51px;
    margin-bottom: 31px;
    text-align: center;
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 700;
    font-size:14px;
    color: #824704;
    text-transform: uppercase;
}
.instructions-center-body-item:nth-child(4n){
    margin-right: 0;
}
.instructions-center-body-item:nth-child(4n+5){
    clear: both;
}
.instructions-center-body-item a{
    color: #824704;
}
.instructions-center-body-item-pic{
    position: relative;
    width: 202px;
    margin-bottom: 11px;
}
.instructions-center-body-item-pic:after{
    content: "";
    position: absolute;
    left: 50%;
    bottom: -9px;
    margin-left: -105px;
    background: url("../img/shadow.png") no-repeat 0 0;
    width: 210px;
    height: 9px;
}
.instructions-center-body-item-pic img{
    max-width: 100%;
    vertical-align: top;
}
.footer-center-phone{
    margin-right: 40px;
    text-align: right;
    float: right;
    width: 229px;
    margin-left: 15px;
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 700;
    font-size: 11px;
    color: #874b10;
    text-transform: uppercase;
}
.footer-center-phone-item{
    font-weight: normal;
    font-size: 24px;
    line-height: 24px;
}
.ico-phone{
    position: relative;
    float: right;
    background: url("../img/sprite.png") no-repeat -306px -62px;
    width: 29px;
  height: 29px;
    margin-right: -39px;
    margin-top: -1px;
}
.copy{
   font-family: 'Roboto Condensed', sans-serif;
    font-size: 13px;
    color: #864a0f;
}











/* Screens
======================================================================================================================*/
@media only screen  and (max-width: 1000px),
only screen and (max-device-width: 1000px){}