@import url(http://fonts.googleapis.com/css?family=Fira+Sans:300,400,700&subset=cyrillic-ext,latin);
@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,300,700&subset=latin,cyrillic-ext);

html {
    height: 100%;
    box-sizing: border-box;
}

*,
*:before,
*:after {
    box-sizing: inherit;
}
body {
    position: relative;
    margin: 0;
    /*padding-bottom: 28rem;*/
    min-height: 100%;
    font-family: "Open Sans";
}

.home {
}
.home .welcome {
    position: relative;
    top:50%;
    margin-top: -49px;
}

h1, h2, h3 {
    font-family: "Open Sans";
    font-weight: 300;
}

h1 {
    padding: 25px 0;
}

h2 {
    padding: 20px 0;

    color: #84b9c1;
}

h3 {
    font-family: 'Fira Sans';
    font-size: 1.6em;
    font-weight: 500;
    margin-top: 1rem;
    color: #84b9c1;

}

a {
    color: #84b9c1;
}

/* --- Header --- */
header.header {
    min-height: 100px;
}
header.header .container-fluid, .page-header .container-fluid, footer .container-fluid, .content .container-fluid {
  width: 80%;
}

.search_result, .dealer_info {
    padding: 1em 2em;
    background-color: #fafafa;
    /*#d9ffac;*/
}

.dealer_info {
    background-color: #e2e8e8;
    margin-bottom: 2em;
    padding-top: 2em;
}

.search_result h3 {
    color: #000;
}

.search_result span {
    color: #ccc;
}

.search_result.notfound {
    background-color: #ffbaac;
}

.search_result.notofficial {
    background-color: #fff5d5;
}

.fixed-bottom {
    position: absolute;
    bottom: 0;
    margin-top: 200px;
}

.brand {
  margin-top: 35px;
}
.brand img {
    height: 18px;
}

.navbar {
  margin-top: 30px;
  float: right;
}
.navbar-list {
    list-style: none;
    margin-bottom: 0;
}
.navbar-item {
    position: relative;
    float: left;
    margin-bottom: 0;
}
.navbar-link {
    font-family: 'Fira Sans', Arial;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: .2rem;
    margin-right: 35px;
    text-decoration: none;
    color: #697476;
}
.navbar-link.active a {
    color: #84b9c1;
    font-weight: 700;
}

.subnav {
    list-style-type: none;
    margin: 0;
    margin: 0; padding: 0;
}
.subnav li {
    margin-bottom: 5px;
}
.subnav li a {
    display: inline-block;
    width: 100%;
    padding: 1em 2em;
    background-color: #fafafa;
}

.subnav li:hover a {
    text-decoration: none;
    background-color: #84b9c1;
    color: #fff;
}
.loader {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    text-align: center;
    margin-top: 150px;
}

.ok {
    display: none;
}
a:hover {
    color: #84b9c1;
}

/* --- PROMO SLIDER --- */

.slide .text {
    text-align: left;
    position: relative;
    min-height: 550px;
}

.slide h3 {
    font-family: "Open Sans";
    color: #fff;
    text-transform: uppercase;
    font-size: 2em;
    font-size: 1vm;
    line-height: 2em;
    position: absolute;
    bottom: 1em;
}
.slide h3 span {
    font-family: "Roboto Condensed";
    font-weight: 700;
    font-size: 2em;
    display: block;

}
.flexslider {
    border: 0;
    width: 100%;
    box-shadow: none;
    left: 0;
    margin: 0;
    border-radius: 0;
    z-index: 1;
    overflow: hidden;
}
.flexslider ul div.slide {
    display: inline-block;
    width: 100%;
    height: 600px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;

}
.slide .container {
    margin-top: 5em;
}
.flexslider ul {
    margin: 0;
    border-radius: 0;
    box-shadow: none;
}
.flexslider ul li {
    width: 100%;
    height: 100%;
    display: table;
    text-align: center;
}
.slides {
}
.slides span {
    font-weight: lighter;
    position: absolute;
    left: 10%;
    bottom: 25px;
    display: inline;
    padding: 10px 25px;
    text-align: left;
    color: #fff;
    font-size: 2.6em;
    z-index: 10;
}
.slides img {
    display: table-cell;
    vertical-align: middle;
}
.flexslider:hover .flex-next, .flexslider:hover .flex-prev {
    height: 50px;
    color: #fff;
    text-shadow: none;
}
.flexslider .slides h3>img {
    width: auto;
    display: block;
}


/*--- PAGE HEADER---*/
.page-header {
    text-align: center;
    display: table;
    width: 100%;
    color: #fff;
    height: 250px;
    background-color: #84b9c1;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    overflow: hidden;
    position: relative;
    margin-bottom: 20px;
}
.main-page-title {
    padding: 12em 0;
}
.page-title {
    z-index: 2;
    position: relative;
    vertical-align: middle;
    display: table-cell;
}
.page-title h1 {
    font-size: 3em;
}
.for-business {
}

.for-business-section {
  position: relative;
  overflow: hidden;  
  margin: 1.5em 0;

  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
.for-business-section img {
    max-width: 100%;
    height: auto;
}

.overlay {
  display: block;
  width: 100%;
  height: 40%;
  opacity: .3;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 0;
  background: -moz-linear-gradient(top,rgba(0,0,0,0) 0,rgba(0,0,0,0) 2%,#000 100%);
  background: -webkit-gradient(linear,left top,left bottom,color-stop(0,rgba(0,0,0,0)),color-stop(2%,rgba(0,0,0,0)),color-stop(100%,#000));
  background: -webkit-linear-gradient(top,rgba(0,0,0,0) 0,rgba(0,0,0,0) 2%,#000 100%);
  background: -o-linear-gradient(top,rgba(0,0,0,0) 0,rgba(0,0,0,0) 2%,#000 100%);
  background: -ms-linear-gradient(top,rgba(0,0,0,0) 0,rgba(0,0,0,0) 2%,#000 100%);
  background: linear-gradient(to bottom,rgba(0,0,0,0) 0,rgba(0,0,0,0) 2%,#000 100%);
}
.text {
  font-family: 'Open Sans', sans-serif;  font-weight: 300;
  position: absolute;
  padding: 0 10px;
  bottom: 0;
  color: #fff;
  font-size: 20px;
  font-size: 2rem;
  z-index: 2;
  margin: 10px;
  float:left;
}

.text span:after{
  color: #fff;
  font-family: "FontAwesome";
  content: "\f105";
  margin-left: 0.4em;
  position: relative;
  font-size: 0.7em;
  background-color: red;
  padding: 0.2em 0.55em;
}
.content {
    padding: 15px 0;
}
/* --- PRODUCTS PAGE--- */

.products-page {
    min-height: 550px;
}
.page-header.products {
    background-color: #D8C489;
}
.product-item {
    text-align: center;
    /*background-color: #fddd4c;*/
    padding: 2em;

}
.product-item:hover {
    background-color: #eff2f2;
}
.product-item img {
    margin-bottom: 1em;
    width: 80%;
}
.product-image {
    padding: 20px 0;
}
.product-image img {
    max-width:200px;
}
/* --- NEWS PAGE --- */
.page-header.news{
    background-color: #84b9c1;
}
.news-item {
    padding: 2em;
}

.news-item:hover {
    background-color: #eff2f2;
}

/* --- LIST ITEMS --- */
.list-item {
    padding: 2em;
}

.list-image {
    display: inline-block;
    width: 150px;
}
.media {
    margin-bottom: 20px;
}
.media-left {
    padding: 20px;
    text-align: center;
    vertical-align: middle;
}

.list-content {
    display: inline-block;
}

.list-item:hover {
    background-color: #eff2f2;
}

/* --- WHERE TO BUY SECTION --- */
.page-header.wheretobuy {
    background-color: #E7635A;
    height: 444px;
}

/* --- PROMO SECTION --- */
.promo_section {
    margin: 0 auto;
}
.promo_section h2 {
    font-size: 3rem;
    margin-top: 5%;
}
.promo_item {
    padding: 0;
}
.promo_section img {
    width: 100%;
}
.promo_content {
    padding: 2em;
}

.text-right {
    text-align: right;
}

.contact {
    text-align: center;
}
.contact h3 {
    margin: 2em 0;
    text-align: center;
}
#gmap { min-height: 444px;}

/* --- FOOTER --- */
footer {
    margin-top: 50px;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: #fafafa;
    padding: 50px 0;
    color: #697476;

}

footer h3 {
    color: #84b9c1;
}

footer ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}
footer ul li a {
    color: #697476;
}

.gradient-yellow {
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#d8c489+0,d6b251+100 */
    background: #d8c489; /* Old browsers */
    background: -moz-linear-gradient(-45deg,  #d8c489 0%, #d6b251 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, right bottom, color-stop(0%,#d8c489), color-stop(100%,#d6b251)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(-45deg,  #d8c489 0%,#d6b251 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(-45deg,  #d8c489 0%,#d6b251 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(-45deg,  #d8c489 0%,#d6b251 100%); /* IE10+ */
    background: linear-gradient(135deg,  #d8c489 0%,#d6b251 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d8c489', endColorstr='#d6b251',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */

}

@media (max-width: 1000px) {
    .navbar {
        display: none;
    }

    .main-page-header {
        padding: 4em 0;
    }
}

@media (min-width: 34em) {
  .text {
    font-size: 1.75rem;
  }

    .page-title h1 {
        font-size: 3em;
    }

    .navbar {
        display: inline-block;
        margin: 25px 0;
    }

    .promo_section h2 {
        font-size: 2rem;
        margin: 0 25px;
    }
}

@media (min-width: 62em) {
  .text {
    font-size: 1.75rem;
  }
    .promo_section h2 {
        font-size: 3rem;
        margin: 25px 0;
    }
    .page-title h1 {
        font-size: 3em;
    }
}


        .search-form {
             border-radius: 8px;
            margin: 0 auto;
            padding: 20px;
            display: flex;
            align-items: center;
            max-width: 500px;
        }

        .search-form input[type="text"] {
            flex: 1;
            padding: 10px;
            border: 1px solid #ddd;
            border-radius: 4px;
            font-size: 16px;
            outline: none;
            transition: border-color 0.3s ease;
        }

        .search-form input[type="text"]:focus {
            border-color: #ff4d4d; /* Цвет границы при фокусе */
        }

        .search-form button {
            background-color: #ff4d4d; /* Красный цвет кнопки */
            border: none;
            border-radius: 4px;
            color: #fff;
            cursor: pointer;
            padding: 10px 20px;
            font-size: 16px;
            margin-left: 10px;
            transition: background-color 0.3s ease;
        }

        .search-form button:hover {
            background-color: #cc0000; /* Тёмно-красный цвет при наведении */
        }
.qq {border: 1px solid #697476;padding: 4px 4px 1px 3px;}