/*=================================================
 ====================== Reset =====================
 ================================================*/
/* v1.0 | 20080212 */
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, font, 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 {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
}
ol, ul {
    list-style: none;
}

blockquote, q {
    quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
    content: '';
    content: none;
}

/* remember to define focus styles! */:focus {
    outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
    text-decoration: none;
}

del {
    text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
    border-collapse: collapse;
    border-spacing: 0;
}

body {
    line-height: 1em;
    margin: 0;
    padding: 0;
    font-family: arial;
}

a {
    text-decoration: none;
    transition: all 0.3s ease 0s;
}

a:hover {
    cursor: pointer;
    text-decoration: none;
}
ol, ul {
    list-style: none;
}
h1, h2, h3, h4, h5, h6 {
    font-weight: bold;
}
section {
    width: 100%;
}
/*================================================
 ====================== top ======================
 ================================================*/
#top-head {
    background-color: #fbb821;
    padding: 14px 0 16px;
    text-shadow: 0px 1px rgba(0, 0, 0, 0.5);
}
#top-head > div {
    width: 300px;
    margin: 0 auto;
}
#top-head > div > ul:after {
    content: "";
    display: block;
    clear: both;
}
#top-head > div > ul {
    
}
#top-head > div > ul > li {
    color: #fff;
    font-size: 16px;
    margin-bottom: 6px;
    font-weight: normal;
}
#top-head > div > ul > li a {
    color: inherit;
}
#top-head > div > ul > li:nth-child(4), #top-head > div > ul > li:nth-child(5) {
    float: left;
}
#top-head > div > ul > li i {
    color: #fff;
    padding-right: 12px;
    font-size: 16px;
}
/*================================================
 ====================== bottom ===================
 ================================================*/
#bottom-head {
    background-color: #fff;
    padding: 10px 0 16px;
}
#bottom-head.fixed {
    position: relative;
    top: 0;
    box-shadow: 0 5px 5px 0 rgba(50, 50, 50, 0.15);
    z-index: 999;
}
#bottom-head > div {
    width: 300px;
    margin: 0 auto;
    position: relative;
}
#logo {
    background: url(../images/logo.png) no-repeat;
    background-size: cover;
    width: 193px;
    height: 50px;
    display: block;
    margin: 0 auto;
}

#main-menu {
    position: absolute;
    top: 30px;
    right: 0;
    display: none;
}
#main-menu li {
    float: left;
    margin-left: 30px;
}
#main-menu li a {
    text-transform: uppercase;
    font-size: 13px;
    font-weight: bolder;
    color: #000;
    font-family: arial;
}
#main-menu li a:hover {
    color: #fbb821;
}

/*================================================
 ================== Фотография ===================
 ================================================*/
#main-photo {
    height: auto;
    padding: 30px 0;
    background: url(../images/main.jpg) no-repeat center;
}
#main-photo > div {
    width: 300px;
    margin: 0 auto;
    color: #fff;
    text-align: center;
}
#main-photo > div h1 {
    display: inline-block;
    font-size: 18px;
    line-height: 1.1em;
    text-shadow: 2px 2px rgba(0, 0, 0, 0.4);
    background-color: rgba(0, 0, 0, 0.5);
    padding: 20px;
    border-bottom: 6px solid #fbb821;
}
#main-photo > div p {
	color: #fbb821;
    text-shadow: 2px 2px rgba(0, 0, 0, 0.1);
    background-color: rgba(0, 0, 0, 0.8);
    line-height: 1.4;
    text-align: center;
    padding: 20px 0;
    font-size: 16px;
    font-weight: bold;
}
#main-photo > div i {
	color: #fbb821;
	font-size: 66px;
	display: block;
	text-align: center;
	padding: 60px 0 0 0;
	text-shadow: 0px 3px 3px rgba(0, 0, 0, 0.3);
    display: none;
}
 /*====================================================
 ======================== Акция =======================
 ====================================================*/
#akcia {
    background-color: #fff;
    position: relative;
    padding: 30px 0;
}
#akcia > div {
	background: url(../images/akcia.jpg) no-repeat;
	box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.3);
    width: 300px;
    height: auto;
    margin: 0 auto;
    position: relative;
}
#left-block {
	padding: 0px;
}
#left-block > h3 {
	color: #fff;
	text-shadow: 2px 2px rgba(0, 0, 0, 0.4);
    background-color: rgba(0, 0, 0, 0.7);
	padding: 16px 20px;
	font-size: 18px;
}
#left-block > p {
	color: #fff;
	text-shadow: 2px 2px rgba(0, 0, 0, 0.4);
    background-color: rgba(0, 0, 0, 0.5);	
    padding: 16px 20px;
    line-height: 1.3;
}
#left-block > div {
	background-color: rgba(0, 0, 0, 0.7);
	padding: 10px 0;
}
#left-block > div > p {
	color: #fff;
	text-shadow: 2px 2px rgba(0, 0, 0, 0.4);
	text-align: center;
	font-weight: bold;
	padding-bottom: 4px;
}
#left-block > div .countbox-hours, #left-block > div .countbox-mins, #left-block > div .countbox-secs {
    margin: 0 3px;
}
#left-block > div .countbox {
    width: auto;
}
#left-block > div #chislo {
    text-align: center;
    color: #fff;
    font-size: 32px;
    font-weight: bold;
    margin-top: 18px;
    padding-bottom: 14px;
}
#right-block {
    width: 280px;
	margin: 40px auto 0;
    padding-bottom: 30px;
}
 /*============================================================
 ====================== Заказать звонок =======================
 ============================================================*/
.call-me {
    max-width: 300px;
    font-size: 16px;
}

.call-me header {
    text-align: center;
    color: #454545;
    font-size: 18px;
    line-height: 1.2;
    padding-bottom: 0px;
    opacity: 0.8;
}
.call-me header b {
	font-weight: bold;
	font-size: 28px;
	text-transform: uppercase;
}

.call-me input {
    box-sizing: border-box;
    font-size: 1.2em;
    padding: 0.5em;
    margin: 0.6em 0;
    display: block;
    width: 100%;
    border: 1px solid #cddad0;
    border-radius: 0.2em;
}

.call-me input[type=submit] {
    border: none;
    margin-left: auto;
    margin-right: auto;
    background: #fbb821;;
    color: #fff;
    text-align: center;
    transition: all 0.3s ease 0s;
    text-transform: uppercase;
    text-shadow: 0px 1px rgba(0, 0, 0, 0.5);
    font-weight: bold;
    box-shadow: 0px 3px 3px rgba(0, 0, 0, 0.3);
}

.call-me input[type=submit]:hover {
    cursor: pointer;
    background: #454545;
}

.call-me .call-me-messages {
    text-align: center;
}

.call-me .call-me-messages .call-me-failure {
    color: red;
}

.call-me footer {
    margin: 1em 0 0 0;
    color: #a9a9a9;
    font-size: 0.8em;
    text-align: center;
}
.call-me footer a {
	color: #454545;
	text-decoration: underline;
	padding-top: 4px;
	display: block;
}
/*=====================================================
 ==================== Услуги ==========================
 ====================================================*/
#fundament {
    background-color: #fff;
    background: url(../images/wall.png);
    padding: 30px 0;
    text-align: center;
    color: #454545;
}
#fundament > h2 {
    font-size: 28px;
    font-weight: bolder;
    text-transform: uppercase;
    margin-bottom: 30px;
}
#fundament > ul {
	width: 300px;
	margin: 0 auto;
	text-align: left;
	line-height: 1.2;
}
#fundament > ul:after {
    content: "";
    display: block;
    clear: both;
}
#fundament > ul > li {
	display: block;
	width: 260px;
    margin: 0 auto 40px;
}
#fundament > ul > li:last-child {
}
#fundament > ul > li > img {
	width: inherit;
}
#fundament > ul > li > h3 {
	margin: 10px 0;
	border-bottom: 4px solid #fbb821;
	padding-bottom: 10px;
}
#fundament > ul > li > ul > li {
	font-size: 14px;
} 
#fundament > p {
	font-size: 18px;
	font-weight: bold;
	margin-top: 40px;
    line-height: 1.2;
}
#fundament > a {
	display: block;
	width: 260px;
	margin: 30px auto 0;
	padding: 14px 0 16px;
	border-radius: 4px;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 18px;
	text-align: center;
	color: #fff;
	background-color: #fbb821;
	box-shadow: 0px 3px 3px rgba(0, 0, 0, 0.3)
}
#fundament > a:hover {
	background-color: #454545;
}
/*========================================================
 ================== Аренда спецтехники ===================
 =======================================================*/
#about {
    padding: 30px 0 40px;
    background-color: #fbb821;
}
#about > div {
    width: 300px;
    margin: 0 auto;
}
#about > div h2 {
    color: #fff;
    text-shadow: 0px 1px rgba(0, 0, 0, 0.5);
    font-size: 24px;
    font-weight: bold;
    text-transform: uppercase;
    text-align: center;
    margin-bottom: 30px;
}
#about > div ul:after {
    content: "";
    display: block;
    clear: both;
}
#about > div ul li {
    width: 260px;
    margin: 0 auto 40px;
    text-align: center;
    text-transform: uppercase;
}
#about > div ul li:last-child {

}
#about > div ul li img {
    width: inherit;
}
#about > div ul li h3 {
    color: #fff;
    font-size: 24px;
    margin-top: 20px;
}
 /*================================================
 ================= Преимущества ===================
 ================================================*/
#preimushestva {
    background: #eeeeee;
}
#preimushestva #wrap {
    padding: 30px 0;
    width: 300px;
    margin: 0 auto;
    z-index: 900;
}
#preimushestva #wrap h2 {
    color: #454545;
    font-size: 18px;
    line-height: 1.2;
    font-weight: bolder;
    text-transform: uppercase;
    text-align: center;
    margin-bottom: 30px;
}
#preimushestva #wrap ul:after {
    display: block;
    content: "";
    clear: both;
}
#preimushestva #wrap ul li {
    width: 280px;
    margin: 0 auto 30px;
    text-align: center;
    font-size: 14px;
}
#preimushestva #wrap ul li:last-child {

}
#preimushestva #wrap ul li img {
	width: 107px;
	margin: 0 auto;
	display: block;
}
#preimushestva #wrap ul li p {
    color: #454545;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 16px;
    padding: 10px 0;
}
#preimushestva #wrap ul li i {
    display: block;
    line-height: 1.4;
    font-style: normal;
}
#preimushestva #wrap a {
	display: block;
	width: 260px;
	margin: 30px auto 0;
	padding: 14px 0 16px;
	border-radius: 4px;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 18px;
	text-align: center;
	color: #fff;
	background-color: #fbb821;
	box-shadow: 0px 3px 3px rgba(0, 0, 0, 0.3)
}
#preimushestva #wrap a:hover {
	background-color: #454545;
}


 /*================================================
 ====================== Контакты ==================
 ================================================*/
#kontakt {
    background-color: #fbb821;
    position: relative;
    padding: 40px 0;
}
#kontakt > div {
    width: 260px;
    margin: 0 auto;
    position: relative;
}
#information {
    z-index: 990;
    color: #fff;
}
#kontakt > div span {
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    text-transform: uppercase;
    display: block;
    margin-bottom: 20px;
}
#kontakt > div ul {
}
#kontakt > div ul li {
    color: #fff;
    padding: 10px 0;
    font-size: 14px;
}
#kontakt > div ul li a {
	color: inherit;
}
#kontakt > div ul li i {
    color: #fff;
    font-size: 22px;
    padding-right: 8px;
}
#map {
	width: 500px;
	height: 300px;
    display: none;
}

#copyright {
    background: #e3a313;
    padding: 30px 0;
    color: #fff;
    font-size: 14px;
}
#copyright p {
    width: 300px;
    margin: 0 auto;
    text-align: center;
}
/*========================================================================================================================================
==========================================================================================================================================
=========================================================== BIG ==========================================================================
==========================================================================================================================================
========================================================================================================================================*/
@media screen and (min-width: 1024px) {


/*================================================
 ====================== top ======================
 ================================================*/
#top-head {
    background-color: #fbb821;
    padding: 14px 0 16px;
    text-shadow: 0px 1px rgba(0, 0, 0, 0.5);
}
#top-head > div {
    width: 960px;
    margin: 0 auto;
    position: relative;
}
#top-head > div > ul:after {
    content: "";
    display: block;
    clear: both;
}
#top-head > div > ul {
    width: 960px;
}
#top-head > div > ul > li {
    float: left;
    color: #fff;
    font-size: 18px;
    margin-right: 40px;
    font-weight: bold;
    margin-bottom: 0;
}
#top-head > div > ul > li a {
    color: inherit;
}
#top-head > div > ul > li:nth-child(4), #top-head > div > ul > li:nth-child(5) {
    font-weight: bold;
    float: right;
    margin: 0;
    font-size: 22px;
}
#top-head > div > ul > li i {
    color: #fff;
    padding-right: 12px;
    font-size: 18px;
}
/*================================================
 ====================== bottom ===================
 ================================================*/
#bottom-head {
    background-color: #fff;
    padding: 10px 0 16px;
}
#bottom-head.fixed {
    position: fixed;
    top: 0;
    box-shadow: 0 5px 5px 0 rgba(50, 50, 50, 0.15);
    z-index: 999;
}
#bottom-head > div {
    width: 960px;
    margin: 0 auto;
    position: relative;
}
#logo {
    background: url(../images/logo.png) no-repeat;
    background-size: cover;
    display: block;
    margin: 0;
}

#main-menu {
    position: absolute;
    top: 20px;
    right: 0;
    display: block;
}
#main-menu li {
    float: left;
    margin-left: 30px;
}
#main-menu li a {
    text-transform: uppercase;
    font-size: 13px;
    font-weight: bolder;
    color: #000;
    font-family: arial;
}
#main-menu li a:hover {
    color: #fbb821;
}

/*================================================
 ================== Фотография ===================
 ================================================*/
#main-photo {
    height: 450px;
    padding: 150px 0 0 0;
    background: url(../images/main.jpg) no-repeat center;
}
#main-photo > div {
    width: 960px;
    margin: 0 auto;
    color: #fff;
    text-align: center;
}
#main-photo > div h1 {
    display: inline-block;
    font-size: 32px;
    line-height: 1.1em;
    text-shadow: 2px 2px rgba(0, 0, 0, 0.4);
    background-color: rgba(0, 0, 0, 0.5);
    padding: 20px;
    border-bottom: 6px solid #fbb821;
}
#main-photo > div p {
    color: #fbb821;
    text-shadow: 2px 2px rgba(0, 0, 0, 0.1);
    background-color: rgba(0, 0, 0, 0.8);
    line-height: 1.4;
    text-align: center;
    padding: 20px 0;
    font-size: 32px;
    font-weight: bold;
}
#main-photo > div i {
    color: #fbb821;
    font-size: 66px;
    display: block;
    text-align: center;
    padding: 60px 0 0 0;
    text-shadow: 0px 3px 3px rgba(0, 0, 0, 0.3);
}
 /*====================================================
 ======================== Акция =======================
 ====================================================*/
#akcia {
    background-color: #fff;
    position: relative;
    padding: 60px 0;
}
#akcia > div {
    background: url(../images/akcia.jpg);
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.3);
    width: 960px;
    height: 360px;
    margin: 0 auto;
    position: relative;
}
#left-block {
    padding: 20px;
    width: 34%;
}
#left-block > h3 {
    color: #fff;
    text-shadow: 2px 2px rgba(0, 0, 0, 0.4);
    background-color: rgba(0, 0, 0, 0.7);
    padding: 16px 20px;
    font-size: 26px;
}
#left-block > p {
    color: #fff;
    text-shadow: 2px 2px rgba(0, 0, 0, 0.4);
    background-color: rgba(0, 0, 0, 0.5);   
    padding: 16px 20px;
    line-height: 1.3;
}
#left-block > div {
    background-color: rgba(0, 0, 0, 0.7);
    padding: 10px 0;
}
#left-block > div > p {
    color: #fff;
    text-shadow: 2px 2px rgba(0, 0, 0, 0.4);
    text-align: center;
    font-weight: bold;
    padding-bottom: 4px;
}
#left-block > div .countbox-hours, #left-block > div .countbox-mins, #left-block > div .countbox-secs {
    margin: 0 7px;
}
#left-block > div .countbox {
    width: auto;
}
#right-block {
    position: absolute;
    top: 18px;
    right: 10px;
    width: 35%;
    margin: 0;
    padding: 0;
}
 /*============================================================
 ====================== Заказать звонок =======================
 ============================================================*/
.call-me {
    max-width: 300px;
    font-size: 16px;
}

.call-me header {
    text-align: center;
    color: #454545;
    font-size: 18px;
    line-height: 1.2;
    padding-bottom: 0px;
    opacity: 0.8;
}
.call-me header b {
    font-weight: bold;
    font-size: 28px;
    text-transform: uppercase;
}

.call-me input {
    box-sizing: border-box;
    font-size: 1.2em;
    padding: 0.5em;
    margin: 0.6em 0;
    display: block;
    width: 100%;
    border: 1px solid #cddad0;
    border-radius: 0.2em;
}

.call-me input[type=submit] {
    border: none;
    margin-left: auto;
    margin-right: auto;
    background: #fbb821;;
    color: #fff;
    text-align: center;
    transition: all 0.3s ease 0s;
    text-transform: uppercase;
    text-shadow: 0px 1px rgba(0, 0, 0, 0.5);
    font-weight: bold;
    box-shadow: 0px 3px 3px rgba(0, 0, 0, 0.3);
}

.call-me input[type=submit]:hover {
    cursor: pointer;
    background: #454545;
}

.call-me .call-me-messages {
    text-align: center;
}

.call-me .call-me-messages .call-me-failure {
    color: red;
}

.call-me footer {
    margin: 1em 0 0 0;
    color: #a9a9a9;
    font-size: 0.8em;
    text-align: center;
}
.call-me footer a {
    color: #454545;
    text-decoration: underline;
    padding-top: 4px;
    display: block;
}
/*=====================================================
 ==================== Услуги ==========================
 ====================================================*/
#fundament {
    background-color: #fff;
    background: url(../images/wall.png);
    padding: 100px 0;
    text-align: center;
    color: #454545;
}
#fundament > h2 {
    font-size: 28px;
    font-weight: bolder;
    text-transform: uppercase;
    margin-bottom: 60px;
}
#fundament > ul {
    width: 960px;
    margin: 0 auto;
    text-align: left;
    line-height: 1.2;
}
#fundament > ul:after {
    content: "";
    display: block;
    clear: both;
}
#fundament > ul > li {
    display: block;
    width: 180px;
    float: left;
    margin-right: 15px;
    margin-bottom: 0;
}
#fundament > ul > li:last-child {
    margin-right: 0;
}
#fundament > ul > li > img {
    width: inherit;
}
#fundament > ul > li > h3 {
    margin: 10px 0;
    border-bottom: 4px solid #fbb821;
    padding-bottom: 10px;
}
#fundament > ul > li > ul > li {
    font-size: 14px;
} 
#fundament > p {
    font-size: 18px;
    font-weight: bold;
    margin-top: 60px;
}
#fundament > a {
    display: block;
    width: 260px;
    margin: 60px auto 0;
    padding: 14px 0 16px;
    border-radius: 4px;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 18px;
    text-align: center;
    color: #fff;
    background-color: #fbb821;
    box-shadow: 0px 3px 3px rgba(0, 0, 0, 0.3)
}
#fundament > a:hover {
    background-color: #454545;
}
/*========================================================
 ================== Аренда спецтехники ===================
 =======================================================*/
#about {
    padding: 80px 0 100px;
    background-color: #fbb821;
}
#about > div {
    width: 960px;
    margin: 0 auto;
}
#about > div h2 {
    color: #fff;
    text-shadow: 0px 1px rgba(0, 0, 0, 0.5);
    font-size: 42px;
    font-weight: bold;
    text-transform: uppercase;
    text-align: center;
    margin-bottom: 50px;
}
#about > div ul:after {
    content: "";
    display: block;
    clear: both;
}
#about > div ul li {
    float: left;
    width: 460px;
    margin-right: 40px;
    margin-bottom: 0;
    text-align: center;
    text-transform: uppercase;
}
#about > div ul li:last-child {
    margin-right: 0;
}
#about > div ul li img {
    width: inherit;
}
#about > div ul li h3 {
    color: #fff;
    font-size: 24px;
    margin-top: 20px;
}
 /*================================================
 ================= Преимущества ===================
 ================================================*/
#preimushestva {
    background: #fff url(../images/pre-bg.jpg) no-repeat center;
}
#preimushestva #wrap {
    padding: 112px 0;
    width: 960px;
    margin: 0 auto;
    z-index: 900;
}
#preimushestva #wrap h2 {
    color: #454545;
    font-size: 28px;
    line-height: 1;
    font-weight: bolder;
    text-transform: uppercase;
    text-align: center;
    margin-bottom: 60px;
}
#preimushestva #wrap ul:after {
    display: block;
    content: "";
    clear: both;
}
#preimushestva #wrap ul li {
    float: left;
    width: 300px;
    margin-right: 30px;
    margin-bottom: 0;
    text-align: center;
    font-size: 16px;
}
#preimushestva #wrap ul li:last-child {
    margin-right: 0;
}
#preimushestva #wrap ul li img {
    width: 107px;
    margin: 0 auto;
    display: block;
}
#preimushestva #wrap ul li p {
    color: #454545;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 24px;
    padding: 20px 0;
}
#preimushestva #wrap ul li i {
    display: block;
    line-height: 1.4;
    font-style: normal;
}
#preimushestva #wrap a {
    display: block;
    width: 260px;
    margin: 60px auto 0;
    padding: 14px 0 16px;
    border-radius: 4px;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 18px;
    text-align: center;
    color: #fff;
    background-color: #fbb821;
    box-shadow: 0px 3px 3px rgba(0, 0, 0, 0.3)
}
#preimushestva #wrap a:hover {
    background-color: #454545;
}


 /*================================================
 ====================== Контакты ==================
 ================================================*/
#kontakt {
    background-color: #fbb821;
    position: relative;
    padding: 40px 0;
}
#kontakt > div {
    width: 960px;
    margin: 0 auto;
    position: relative;
}
#information {
    z-index: 990;
    padding: 40px 50px 20px;
    position: absolute;
    top: 0;
    left: 500px;
    color: #fff;
}
#kontakt > div span {
    color: #fff;
    font-size: 24px;
    font-weight: bold;
    text-transform: uppercase;
    display: block;
    margin-bottom: 20px;
}
#kontakt > div ul {
}
#kontakt > div ul li {
    color: #fff;
    padding: 10px 0;
    font-size: 18px;
}
#kontakt > div ul li a {
    color: inherit;
}
#kontakt > div ul li i {
    color: #fff;
    font-size: 22px;
    padding-right: 8px;
}
#map {
    width: 500px;
    height: 300px;
    display: block;
}

#copyright {
    background: #e3a313;
    padding: 30px 0;
    color: #fff;
    font-size: 14px;
}
#copyright p {
    width: 960px;
    margin: 0 auto;
    text-align: center;
}











}
