@import url(reset.css);

*{
    transition: all .2s;
}

/* fonts */
/*********/

@font-face{
    font-family: 'open-sans';
    src: url('../fonts/opensans-regular.eot');
    src: url('../fonts/opensans-regular.eot?#iefix') format('embedded-opentype'),
         url('../fonts/opensans-regular.woff2') format('woff2'),
         url('../fonts/opensans-regular.woff') format('woff'),
         url('../fonts/opensans-regular.ttf') format('truetype'),
         url('../fonts/opensans-regular.svg#open_sansregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face{
    font-family: 'open-sans-semibold';
    src: url('../fonts/opensans-semibold.eot');
    src: url('../fonts/opensans-semibold.eot?#iefix') format('embedded-opentype'),
         url('../fonts/opensans-semibold.woff2') format('woff2'),
         url('../fonts/opensans-semibold.woff') format('woff'),
         url('../fonts/opensans-semibold.ttf') format('truetype'),
         url('../fonts/opensans-semibold.svg#open_sanssemibold') format('svg');
    font-weight: normal;
    font-style: normal;
}

/* basic */
/*********/

body{
    font: normal 14px 'open-sans', Arial;
    color: #000;
}

a{
    color: #000;
    text-decoration: none;
    cursor: pointer;
}

a:hover{
    text-decoration: underline;
}

.wrapper{
    width: 1170px;
    min-height: 0px;
    margin: 0 auto;
    position: relative;
    overflow: hidden;
}

.clear{
    clear: both;
}

.float-l{
    float: left;
}

.float-r{
    float: right;
}

/*===========================================
header
===========================================*/

.header{
    background: url(../images/header.jpg) center top repeat-x;
    background-size: cover;
    min-width: 1170px;
    height: 385px;
    color: #fff;
    position: relative;
    overflow: hidden;
}

.header .float-r{
    font: 24px 'open-sans-semibold', Arial;
}

.logo{
    background: url(../images/logo.png) no-repeat;
    width: 488px;
    height: 73px;
    margin: 30px 0 0 0;
    display: block;
}

.header-phone{
    background: url(../images/header-phone.png) left center no-repeat;
    margin: 31px 0 0 0;
    padding: 0 0 0 45px;
    min-height: 30px;
}

.header-work{
    background: url(../images/header-work.png) left center no-repeat;
    margin: 12px 0 0 0;
    padding: 0 0 0 44px;
    min-height: 30px;
    font: 18px 'open-sans-semibold', Arial;
}

.header-bg-white{
    background: rgba(255, 255, 255, .45);
    width: 100%;
    min-width: 1170px;
    height: 10px;
    position: absolute;
    bottom: 0;
    left: 0;
}

.navigation{
    background: #fff;
    width: 100%;
    min-width: 1170px;
    height: 100px;
    margin: 111px 0 0 0;
}

#navigation{
    padding: 0 0 0 82px;
    
}

#navigation li{
    margin: 0 1px;
    float: left;
}

#navigation a{
    height: 100px;
    padding: 0 30px;
    display: block;
    font: 18px/100px 'open-sans', Arial;
    color: #604e3f;
}

#navigation a:hover{
    background: #75be48;
    color: #fff;
    text-decoration: none;
}

/*===========================================
main
===========================================*/

.main{
    background: #fff;
    background-size: cover;
    min-width: 1170px;
    min-height: 385px;
    padding: 28px 0 20px 0;
    color: #604e3f;
    position: relative;
    overflow: hidden;
}

.h2-item{
    margin: 13px 0;
    padding: 0 0 13px 0;
    border-bottom: 1px solid #e6e6e6;
    display: block;
    font: 24px 'open-sans', Arial;
    color: #604e3f;
    text-transform: uppercase;
}

/*===========================================
sidebar-l
===========================================*/

.sidebar-l{
    width: 270px;
    padding: 10px 0;
    float: left;
    color: #604e3f;
    overflow: hidden;
}

.we-working{
    margin: 24px 0 47px 0;
    font: 18px 'open-sans', Arial;
}

.we-working li{
    margin: 6px 0;
}

.we-working li a{
    font: 18px 'open-sans', Arial;
    color: #604e3f;
}

.cuppon-day-ob{
    margin: 30px 0 22px 0;
    overflow: hidden;
}

.cuppon-day{
    width: 270px;
    height: 221px;
    margin: 0 0 30px 0;
    position: relative;
    overflow: hidden;
}

.cuppon-day:hover .cuppon-day-img{
    transform: scale(1.08);
    -webkit-transform: scale(1.08);
    -ms-transform: scale(1.08);
    -o-transform: scale(1.08);
}

.cuppon-day-img{
    height: 221px;
    display: block;
}

.cuppon-day-text{
    background: rgba(255, 255, 255, .9);
    width: 236px;
    max-height: 62px;
    padding: 9px 17px;
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    font: 16px 'open-sans', Arial;
    color: #604e3f;
    overflow: hidden;
}

.cuppon-day-text span{
    font: 16px 'open-sans-semibold', Arial;
}

.adress{
    margin: 25px 0 0 0;
}

.adress p{
    background: url(../images/metka.png) left center no-repeat;
    margin: 1px 0;
    padding: 0 0 0 24px;
    font: 16px 'open-sans', Arial;
}

.map{
    height: 270px;
    margin: 26px 0 0 0;
    overflow: hidden;
}

/*===========================================
content
===========================================*/

.content{
    margin: 0 0 0 300px;
    padding: 10px 0;
    color: #604e3f;
    overflow: hidden;
}

.we-description{
    margin: 25px 0 31px 0;
    overflow: hidden;
}

.we-description-img{
    width: 270px;
    height: 225px;
    margin: 5px 28px 20px 0;
    float: left;
    overflow: hidden;
}

.we-description-img img{
    max-width: 270px;
}

.we-description-text{
    font: 16px/24px 'open-sans', Arial;
}

.we-description-text h2{
    font: 18px 'open-sans-semibold', Arial;
    text-transform: uppercase;
}

.we-description-text p{
    margin: 21px 0 0 0;
}

.h2-item-2{
    padding: 0 0 13px 0;
    border-bottom: 1px solid #e6e6e6;
    display: block;
    font: 24px 'open-sans', Arial;
    color: #604e3f;
    text-transform: uppercase;
}

.table{
    font: 16px/17px 'open-sans', Arial;
}

.t-line{
    border-bottom: 1px solid #e6e6e6;
}

.t-a{
    height: 61px;
    padding: 0 20px 0 28px;
}

.t-a span{
    height: 61px;
    vertical-align: middle;
    display: table-cell;
}

.t-a-1{
    width: 419px;
    border-right: 1px solid #cfcfcf;
    float: left;
}

.t-a-2{
    width: 180px;
    border-right: 1px solid #cfcfcf;
    border-left: 1px solid #cfcfcf;
    float: left;
}

.t-a-3{
    width: 110px;
    border-left: 1px solid #cfcfcf;
    float: left;
}

.h2-item-3{
    margin: 25px 0 0 0;
    padding: 0 0 10px 14px;
    border-bottom: 2px solid #cfcfcf;
    display: block;
    font: 18px 'open-sans-semibold', Arial;
    color: #604e3f;
}

.table-2{
    overflow: hidden;
}

.table-2 .t-a{
    height: 42px;
    overflow: hidden;
}

.table-2 span{
    height: 42px;
}

.table-2 .t-a-1{
    width: 428px;
    padding: 0 11px 0 28px;
}

.h2-item-4{
    margin: 51px 0 0 0;
    
}

.goods-ob{
    margin: 30px 0 0 0;
    overflow: hidden;
}

.goods{
    width: 270px;
    height: 227px;
    margin: 0 30px 31px 0;
    float: left;
    position: relative;
    overflow: hidden;
}

.goods:nth-child(3n){
    margin-right: 0;
}

.goods-img{
    height: 160px;
    overflow: hidden;
}

.goods-img img{
    height: 160px;
}

.goods-text{
    height: 27px;
    padding: 25px 2px 14px 13px;
    border-right: 1px solid #e6e6e6;
    border-bottom: 1px solid #e6e6e6;
    border-left: 1px solid #e6e6e6;
    font: 12px/15px 'open-sans', Arial;
    overflow: hidden;
}

.goods-name{
    text-transform: uppercase;
}

.goods-view{
    background: url(../images/goods-view.png) center top no-repeat;
    width: 50px;
    height: 50px;
    position: absolute;
    top: 135px;
    right: 15px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}

.goods-view:hover{
    background: url(../images/goods-view.png) center bottom no-repeat;
}

.goods-view a{
    width: 50px;
    height: 50px;
    display: block;
}

/*===========================================
footer
===========================================*/

.footer{
    background: #604e3f;
    min-width: 1170px;
    height: 130px;
    padding: 0 0 18px 0;
    font: 14px 'open-sans', Arial;
    color: #fff;
    position: relative;
    overflow: hidden;
}

.logo-footer{
    background: url(../images/logo-footer.png) no-repeat;
    width: 270px;
    height: 40px;
    margin: 30px 0 0 0;
    display: block;
}

.footer-other{
    margin: 16px 0 0 0;
    line-height: 17px;
}

.footer-menu{
    margin: 63px 0 0 51px;
}

.footer-menu p{
    margin: 0 0 0 30px;
    float: left;
}

.footer-menu a{
    font: 14px 'open-sans', Arial;
    color: #fff;
}

.social{
    margin: 51px -10px 0 0;
}

.social li{
    width: 48px;
    height: 48px;
    margin: 0 10px;
    float: left;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    overflow: hidden;
}

.social a{
    width: 48px;
    height: 48px;
    display: block;
}

.social-1{
    background: url(../images/social.png) -48px 0 no-repeat;
}

.social-2{
    background: url(../images/social.png) -48px -48px no-repeat;
}

.social-3{
    background: url(../images/social.png) -48px -96px no-repeat;
}

.social-4{
    background: url(../images/social.png) -48px -144px no-repeat;
}

.social-5{
    background: url(../images/social.png) -48px -192px no-repeat;
}

.social-1:hover{
    background: url(../images/social.png) 0 0 no-repeat;
}

.social-2:hover{
    background: url(../images/social.png) 0 -48px no-repeat;
}

.social-3:hover{
    background: url(../images/social.png) 0 -96px no-repeat;
}

.social-4:hover{
    background: url(../images/social.png) 0 -144px no-repeat;
}

.social-5:hover{
    background: url(../images/social.png) 0 -192px no-repeat;
}