.d-servies-col{
    text-align: left;
    display: -webkit-inline-box;
    padding: 20px;
}
.d-servies-col img{
    width: 82px;
    height: 82px;
}

.d-servies-text{
    margin: 10px;
    width: 80%;
}

#contact img {
    margin: 10px;
}

#catalogs img{
    width: 450px;
}

#catalogs h2{
    margin-top: 20px;
}

#catalogs a{
    margin-bottom: 20px;
}

.d_logo{
    width: 150px;
}

.black{
    color:rgb(51, 51, 51)
}

.white{
    color: white;
}
@import url('https://fonts.googleapis.com/css?family=Poiret+One');
@import url('https://fonts.googleapis.com/css?family=Didact+Gothic');
@import url('https://fonts.googleapis.com/css?family=Open+Sans+Condensed:300');
  @import url(http://allfont.ru/allfont.css?fonts=roboto-thin);
/*!
 * Start Bootstrap - Grayscale Bootstrap Theme (http://startbootstrap.com)
 * Code licensed under the Apache License v2.0.
 * For details, see http://www.apache.org/licenses/LICENSE-2.0.
 */

body {
    width: 100%;
    height: 100%;
    font-family: Roboto,"Helvetica Neue",Helvetica,Arial,sans-serif;
    color: rgb(51, 51, 51);
    background-color: rgb(255, 255, 255);
}

html {
    width: 100%;
    height: 100%;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0 0 35px;
    text-transform: uppercase;
    font-family: Montserrat,"Helvetica Neue",Helvetica,Arial,sans-serif;
    font-weight: 700;
    letter-spacing: 1px;
}

p {
    margin: 0 0 25px;
    font-size: 18px;
    line-height: 1.5;
}

@media(min-width:768px) {
    p {
        margin: 0 0 35px;
        font-size: 20px;
        line-height: 1.6;
    }
}

a {
    color: #000;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

.card{
    border: 1px solid #e5e5e5;
    margin: 10px 50px;
}

.card h4{
    text-transform: lowercase;
    color: #286090;
}

.card h3{
    text-transform: lowercase;
}

.cards{
    border: 1px solid #e5e5e5;
    margin: 10px 10px;
}
.cards-img-top
{
	    width: 100%;padding: 10px;
}
.cards h4{
    text-transform: lowercase;
    color: #286090;
}

.cards h3{
    text-transform: lowercase;
}
.cards-texts{
        margin-bottom:10px;
        font-size: 12px;
        line-height: 1.6;
	}
.cards-textp{
    margin: 0 0 10px;
    font-size: 20px;
    line-height: 1.6;
	}
a:hover,
a:focus {
    text-decoration: none;
    color: #1d9b6c;
}
.mapmodule{
margin-top:-100px;
}
.navbar-custom {
    margin-bottom: 0;
    border-bottom: 1px solid rgba(255,255,255,.3);
    text-transform: uppercase;
    font-family: Montserrat,"Helvetica Neue",Helvetica,Arial,sans-serif;
    background-color: rgb(220, 220, 220);
}

.navbar-custom .navbar-brand {
    font-weight: 700;
}

.navbar-custom .navbar-brand:focus {
    outline: 0;
}

.navbar-custom .navbar-brand .navbar-toggle {
    padding: 4px 6px;
    font-size: 16px;
    color: #fff;
}

.navbar-custom .navbar-brand .navbar-toggle:focus,
.navbar-custom .navbar-brand .navbar-toggle:active {
    outline: 0;
}

.navbar-custom a {
    color: rgb(51, 51, 51);
}

.navbar-custom .nav li a {
    -webkit-transition: background .3s ease-in-out;
    -moz-transition: background .3s ease-in-out;
    transition: background .3s ease-in-out;
}

.navbar-custom .nav li a:hover {
    outline: 0;
    color: rgba(51, 51, 51, 0.8);
    background-color: white;
}

.navbar-custom .nav li a:focus,
.navbar-custom .nav li a:active {
    outline: 0;
    background-color: white;
}

.navbar-custom .nav li.active {
    outline: 0;
}

.navbar-custom .nav li.active a {
    background-color: rgba(255,255,255,.3);
}

.navbar-custom .nav li.active a:hover {
    color: rgb(51, 51, 51);
}

@media(min-width:768px) {
    .navbar-custom {
        padding: 20px 0;
        border-bottom: 0;
        letter-spacing: 1px;
        background: 0 0;
        -webkit-transition: background .5s ease-in-out,padding .5s ease-in-out;
        -moz-transition: background .5s ease-in-out,padding .5s ease-in-out;
        transition: background .5s ease-in-out,padding .5s ease-in-out;
    }

    .navbar-custom.top-nav-collapse {
        padding: 0;
        border-bottom: 1px solid rgba(255,255,255,.3);
        background-color: rgb(220, 220, 220);
    }
}

@media(min-width:480px) {
  #light{
     margin:15px 0 0 15px;font-size: 20px;
    }
}
@media(min-width:400px) {
  #light{
     margin:15px 0 0 15px;font-size: 20px;
    }
}
@media(min-width:375px) {
  #light{
     margin:12px 0 0 15px;font-size: 20px;
    }
}
@media(min-width:360px) {
  #light{
     margin:13px 0 0 15px;font-size: 20px;
    }
}

#d{
	font-family:Roboto,"Helvetica Neue",Helvetica,Arial,sans-serif
}

.intro {
    display: table;
    width: 100%;
    height: auto;
    padding: 100px 0;
    text-align: center;
    color: #fff;
    background: url(../img/intro-bg.jpeg) no-repeat bottom center scroll;
    background-color: #000;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
    font-family: 'Poiret One';
}

.intro h1 {
      font-family: 'Poiret One';color: #fff;
}
.intro .corrida {
     color: #fff;
}
.intro .intro-body {
    display: table-cell;
    padding-top: 100px; 
}

.intro .intro-body .brand-heading {
    font-size: 40px;    font-family: 'Poiret One';color: #000;

}

.intro .intro-body .intro-text {
    font-size: 18px;
}

.map {
    display: table;
    width: 100%;
    height: auto;
    text-align: center;
    color: #fff;
    background: url(../img/map.png) no-repeat bottom center scroll;
    background-color: #000;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}
#light{
     margin:10px 0 0 15px;font-size: 20px;
}
@media(min-width:768px) {
    .intro {
        height: 100%;
        padding: 0;
    }

    .intro .intro-body .brand-heading {
        font-size: 100px; font-family: 'Poiret One';

    }

    .intro .intro-body .intro-text {
        font-size: 26px;
    }
}

.btn-circle {
    width: 70px;
    height: 70px;
    margin-top: 15px;
    padding: 7px 16px;
    border: 2px solid #fff;
    border-radius: 100%!important;
    font-size: 40px;
    color: #fff;
    background: 0 0;
    -webkit-transition: background .3s ease-in-out;
    -moz-transition: background .3s ease-in-out;
    transition: background .3s ease-in-out;
}

.btn-circle:hover,
.btn-circle:focus {
    outline: 0;
    color: #fff;
    background: rgba(255,255,255,.1);
}

.btn-circle i.animated {
    -webkit-transition-property: -webkit-transform;
    -webkit-transition-duration: 1s;
    -moz-transition-property: -moz-transform;
    -moz-transition-duration: 1s;
}

.btn-circle:hover i.animated {
    -webkit-animation-name: pulse;
    -moz-animation-name: pulse;
    -webkit-animation-duration: 1.5s;
    -moz-animation-duration: 1.5s;
    -webkit-animation-iteration-count: infinite;
    -moz-animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    -moz-animation-timing-function: linear;
}

@-webkit-keyframes pulse {    
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    50% {
        -webkit-transform: scale(1.2);
        transform: scale(1.2);
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@-moz-keyframes pulse {    
    0% {
        -moz-transform: scale(1);
        transform: scale(1);
    }

    50% {
        -moz-transform: scale(1.2);
        transform: scale(1.2);
    }

    100% {
        -moz-transform: scale(1);
        transform: scale(1);
    }
}

.content-section {
    padding-top: 100px;overflow: hidden; 
}
#sales
{
 margin-top:-80px;font-size: 26px;
}
.card-img-top
{
     width: 80%;padding-top:20px;
}
.download-section {
    width: 100%;
    padding: 50px 0;
    color: #fff;
    background: url(../img/downloads-bg.jpg) no-repeat center center scroll;
    background-color: #000;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}

#map {
    width: 100%;
    height: 200px;
    margin-top: 100px;
}

@media(min-width:767px) {    

    .download-section {
        padding: 100px 0;
    }

    #map {
        height: 550px;
    }
}

.btn {
    border-radius: 0;
    text-transform: uppercase;
    font-family: Montserrat,"Helvetica Neue",Helvetica,Arial,sans-serif;
    font-weight: 400;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.btn-default {
    border: 1px solid #42dca3;
    color: #42dca3;
    background-color: transparent;
}

.btn-default:hover,
.btn-default:focus {
    border: 1px solid #42dca3;
    outline: 0;
    color: #000;
    background-color: #42dca3;
}

ul.banner-social-buttons {
    margin-top: 0;
}

@media(max-width:1199px) {
    ul.banner-social-buttons {
        margin-top: 15px;
    }
}

@media(max-width:767px) {
    ul.banner-social-buttons li {
        display: block;
        margin-bottom: 20px;
        padding: 0;
    }

    ul.banner-social-buttons li:last-child {
        margin-bottom: 0;
    }
}

footer {
    padding: 50px 0;
}

footer p {
    margin: 0;
}

::-moz-selection {
    text-shadow: none;
    background: #fcfcfc;
    background: rgba(255,255,255,.2);
}

::selection {
    text-shadow: none;
    background: #fcfcfc;
    background: rgba(255,255,255,.2);
}

img::selection {
    background: 0 0;
}

img::-moz-selection {
    background: 0 0;
}

body {
    webkit-tap-highlight-color: rgba(255,255,255,.2);
}
.popup {
    background: #eeeff3 none repeat scroll 0 0;
    color: #000;
    left: 50%;
    margin: -180px 0 0 -170px;
    padding: 34px 40px;
    position: fixed;
    top: 50%;
    width: 340px;
    z-index: 999;
    font-family: Arial;
}
.mask {
    background: rgba(0, 0, 0, 0) url("../img/op65.png") repeat scroll 0 0;
    height: 100%;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 998;
}
.popup .close {
    background: rgba(0, 0, 0, 0) url("../img/close.png") no-repeat scroll center center;
    cursor: pointer;
    height: 10px;
    position: absolute;
    right: 5px;
    top: 5px;
    width: 10px;opacity: .5;
}
.popup .close:hover{
    opacity: .9;
}
.popup p {
    text-align: center;
    font-size: 13px;    
    margin-bottom: 16px;
    font-family: Roboto,"Helvetica Neue",Helvetica,Arial,sans-serif;
}
.popup input {
    margin-top: 8px;
    width: 100%;
    border-radius: 4px;
    box-shadow: 1px 2px 5px 0 rgba(0, 0, 0, 0.45) inset;
    height: 38px;
    background: #fff none repeat scroll 0 0;
    border: 0 none;
    color: #393d49;font-size: 16px;
    font-style: italic;font-family: 'Poiret One';
    outline: medium none;
    padding: 8px 10px;
}
.popup input[type="submit"] {
    margin-top: 12px;
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background: #a0e2fa linear-gradient(to bottom, #a0e2fa 0%, #00b0f3 100%) repeat scroll 0 0;
    border-image: none;
    border-style: none none solid;
    box-shadow: 0 0 5px 0 rgba(255, 255, 255, 0.75) inset;
    color: #fff;
    cursor: pointer;
    font-weight: bold;
    height: 38px;
    font-style: normal;
}
.popup input[type="submit"]:hover {
    opacity: 0.9;
}
.successful {
    display: none;
    margin: 10px auto -30px;
    width: 250px;
    line-height: 30px;
    color: white;
    vertical-align: middle;
    border-radius: 10px;
    color: #ff0033;
}
.successful p {
    font-size: 12px !important;
}
.will_see {
    display: none;
}




/* стили для ПК */

#menu  {
    
    border-radius: 3px;

    display: table;
    list-style: outside none none;
    margin: 0 auto;
    padding: 0;

    visibility:visible;
}

#menu li {
        display:block;
        float: left;
        position:relative;
}

#menu li a {
        display:table;
        padding: 0 20px;
        height: 50px;
        text-align: center;
        font:600 13px/50px arial;
        color: #000;
        text-decoration: none;
        transition: 0.5s;
        -webkit-transition:0.5s;
}

#menu li:first-child a {
    border-left: medium none;
}
#menu li:last-child a {
    border-right: medium none;
}

#menu li:hover a {
    background: #f3f3f3; 

}
#menu li:hover .sub-menu a {
    background: #f3f3f3;
    color: #000;
    height: 40px;
    line-height: 40px;

}
#menu li:hover .sub-menu a:hover {
    color: #2e6da4;
}

/* стили для выпадающего списка */

.sub-menu {
  visibility:hidden;
  opacity:0;
  position:absolute;
  z-index:-1;
  transition:visibility 0s linear 0.5s, opacity 0.5s linear;
  left: 0;
}

#menu li:hover > ul{
   visibility:visible;
   opacity:1;
   transition-delay:0s;
   z-index:1;
}

#menu .sub-menu li {
    float:none ;
        border-top:1px solid #dddddd;
}

#menu .sub-menu li a {
        width: auto;
        min-width: 100%;
        padding: 0 11px;
        white-space:nowrap;
        text-align:center;
        border:none;
        box-shadow:none;
}

#menu li a:hover + .sub-menu, .sub-menu:hover {
        display: block;
}

/* стили для адаптивности */

@media screen and (max-width : 760px){

.sub-menu {
        position: static;
        display: none;                
}

.sub-menu li {
        margin-bottom: 1px;
}
#menu li, #menu li a {
        width: 100%;
        border:none;
        padding:0px;
}
        
#menu .sub-menu li a {
        padding:0px;
}
        
#menu  {
    width: 100%;
    }
}