@import url('https://fonts.googleapis.com/css?family=Roboto');

@font-face {
    font-family: Russo; /* Гарнитура шрифта */
    src: url('../fonts/Russo_One.ttf'); /* Путь к файлу со шрифтом */
}
@font-face {
    font-family: Gothic; /* Гарнитура шрифта */
    src: url('../fonts/CenturyGothic.ttf'); /* Путь к файлу со шрифтом */
}
@font-face {
    font-family: FuturaMediumC; /* Гарнитура шрифта */
    src: url('../fonts/futuramediumc.otf'); /* Путь к файлу со шрифтом */
}
@font-face {
    font-family: PTSans; /* Гарнитура шрифта */
    src: url('../fonts/PTSansRegular/PTSansRegular.ttf'); /* Путь к файлу со шрифтом */
}
body {
    font-family: PTSans;
}
h2, h3, h4, h5{
    font-family: FuturaMediumC;
}
h2{
    font-weight: bold;
}
h4 {
    font-weight: bold;
    text-decoration: underline;
}

#header-logo {
    min-height: 150px;
    background-color: #fff;
}
.header-text{
    padding-top: 40px;
    font-family: FuturaMediumC;
    text-transform: uppercase;
}
.header-text-adress{
    padding-top: 40px;
    padding-left: 45px;
    font-family: FuturaMediumC;
    text-transform: uppercase;
}
.phone {
    font-size: 18px;
    font-family: FuturaMediumC;
    text-transform: uppercase;
    color: #333333;
}
.logo{
    padding-top: 20px;
}
.phone:hover {
    color: #000;
}
.phones {
    padding-top: 40px;
}
#menu{
    background-color: #59b4de;
    color: #ffffff;
}
.menu > li >a:focus{
     background-color: transparent;
}
#slider {
    background-image: url('../images/Slide.jpg');
    background-repeat: no-repeat;
    min-height: 501px;
    background-position: top center;
    text-align: left;
    color: #fff;
    font-size: 36px;
    text-transform: uppercase;
    font-weight: bold;
    font-family: Russo;

}

#slider > div > p {
    text-align: left;
    color: #fff;
    font-size: 36px;
    text-transform: uppercase;
    font-weight: bold;
    font-family: Russo;
    line-height: 40px;
}

#slider > div > p:first-child {
    margin-top: 120px;
}

#slider img {
    margin-top: 30px;
}

#knopki {
    margin-top: 25px;
}

.cart  a  span {
    color: #fff;
    margin-top: -11%;
    text-align: center;
    font-family: Russo;
    font-size: 18px;
    text-transform: uppercase;
    position: absolute;
    width: 100%;
}

.cart > a:hover {
    color: #fff;
    text-decoration: none;
}

.cart > a > img {
    margin: 0 auto;
}

.clear {
    clear: both;
}

.cart {
    margin-bottom: 20px;
}

.active {
    text-decoration: underline;
    color: #fff;
}

.cart a:hover span {
    text-decoration: underline;
}
.items{
    position:relative;
}






.cart1  a  span {
    color: #fff;
    margin-top: -15%;
    text-align: center;
    font-family: Russo;
    font-size: 18px;
    text-transform: uppercase;
    position: absolute;
    width: 100%;
}
#map{
    margin-top:30px;
}
#footer {
    background-color: #59b4de;
    min-height: 50px;
    padding: 40px 0;
}

/* Меню верхнее */
.nav > li {
    float: left;
}

.nav > li > a {
    color: #ffffff;
    font-size: 18px;
    text-transform: uppercase;
    padding: 10px 5px;
    font-family: FuturaMediumC;
}

.nav > li > a:hover, a:focus {
    background-color: transparent;
    text-decoration: underline;
}
#footer.nav > li > a:hover, a:focus, a:active {
    background-color: transparent;
    text-decoration: underline;
}

#footer .nav > li {
    float: none;
    line-height: 10px;
}

#footer .nav > li > a {
    color: #fff;
}

#header-logo div.menu {
    margin-top: 50px;
}

h1 {
    font-family: Gothic;
    font-size: 36px;

}
p {
    font-size: 16px;
    line-height: 24px;
    text-align: justify;
}
ul li{
    font-size: 16px;
}
.btn-success {
    font-weight: 900;
    font-size: 16px;
}
#slider a:hover img {
    box-shadow: 0 0 10px #fff;
}

#footer p {

    margin: 0;
    color: #fff;
    text-align: right;
    font-family: Gothic;
    font-size: 18px;
    line-height: 30px;

}

#footer p a.phone, #footer p a.email {
    font-size: 18px;
    line-height: 25px;
}
#footer p a.phone{
    margin-top:10px;
}

#footer p a.email{
    margin-bottom:10px;
}
#footer p a {
    color: #fff;
    font-family: Gothic;
    font-size: 12px;
    padding: 0;
    line-height: 12px;
}

#footer p.link {
    line-height: 18px;
}