@font-face{
font-family: 'Roboto';
src: url('../../roboto/Roboto-Regular.html');
}

article, aside, details, figcaption, figure, footer, header, hgroup, nav, section { display: block; }
audio, canvas, video { display: inline-block; *display: inline; *zoom: 1; }
audio:not([controls]) { display: none; }
[hidden] { display: none; }


/* =============================================================================
   Base
   ========================================================================== */

html { font-size: 100%; -webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%; }

html, button, input, select, textarea { font-family: "Roboto",sans-serif; color: #222; }

/* =============================================================================
   Links
   ========================================================================== */

/* Improve readability when focused and hovered in all browsers: h5bp.com/h */
a:hover, a:active { outline: 0; }


/* =============================================================================
   Typography
   ========================================================================== */

abbr[title] { border-bottom: 1px dotted; }

b, strong { font-weight: bold; }

blockquote { margin: 1em 40px; }

dfn { font-style: italic; }

hr { display: block; height: 1px; border: 0; border-top: 1px solid #ccc; margin: 1em 0; padding: 0; }

ins { background: #ff9; color: #000; text-decoration: none; }

mark { background: #ff0; color: #000; font-style: italic; font-weight: bold; }

/* Redeclare monospace font family: h5bp.com/j */
pre, code, kbd, samp { font-family: monospace, serif; _font-family: 'courier new', monospace; font-size: 1em; }

/* Improve readability of pre-formatted text in all browsers */
pre { white-space: pre; white-space: pre-wrap; word-wrap: break-word; }

q { quotes: none; }
q:before, q:after { content: ""; content: none; }

small { font-size: 85%; }

/* Position subscript and superscript content without affecting line-height: h5bp.com/k */
sub, sup { font-size: 75%; line-height: 0; position: relative; vertical-align: baseline; }
sup { top: -0.5em; }
sub { bottom: -0.25em; }


/* =============================================================================
   Lists
   ========================================================================== */

ul, ol { margin: 1em 0; padding: 0 0 0 40px; }
dd { margin: 0 0 0 40px; }
nav ul, nav ol { list-style: none; list-style-image: none; margin: 0; padding: 0; }


/* =============================================================================
   Embedded content
   ========================================================================== */

img { border: 0; -ms-interpolation-mode: bicubic; vertical-align: middle; }

svg:not(:root) { overflow: hidden; }

/* =============================================================================
   Forms
   ========================================================================== */

form { margin: 0; }
fieldset { border: 0; margin: 0; padding: 0; }

label { cursor: pointer; }

legend { border: 0; *margin-left: -7px; padding: 0; white-space: normal; }

button, input, select, textarea { font-size: 100%; margin: 0; vertical-align: baseline; *vertical-align: middle; }

button, input { line-height: normal; }

button, input[type="button"], input[type="reset"], input[type="submit"] { cursor: pointer; -webkit-appearance: button; *overflow: visible; }

button[disabled], input[disabled] { cursor: default; }

input[type="checkbox"], input[type="radio"] { box-sizing: border-box; padding: 0; *width: 13px; *height: 13px; }
input[type="search"] { -webkit-appearance: textfield; -moz-box-sizing: content-box; -webkit-box-sizing: content-box; box-sizing: content-box; }
input[type="search"]::-webkit-search-decoration, input[type="search"]::-webkit-search-cancel-button { -webkit-appearance: none; }

button::-moz-focus-inner, input::-moz-focus-inner { border: 0; padding: 0; }

textarea { overflow: auto; vertical-align: top; resize: vertical; }

input:valid, textarea:valid {  }
input:invalid, textarea:invalid { background-color: #f0dddd; }


/* =============================================================================
   Tables
   ========================================================================== */

table { border-collapse: collapse; border-spacing: 0; }
td { vertical-align: top; }


/* =============================================================================
   Chrome Frame Prompt
   ========================================================================== */

.chromeframe { margin: 0.2em 0; background: #ccc; color: black; padding: 0.2em 0; }

/* For image replacement */
.ir { display: block; border: 0; text-indent: -999em; overflow: hidden; background-color: transparent; background-repeat: no-repeat; text-align: left; direction: ltr; *line-height: 0; }
.ir br { display: none; }

/* Hide from both screenreaders and browsers: h5bp.com/u */
.hidden { display: none !important; visibility: hidden; }

/* Hide only visually, but have it available for screenreaders: h5bp.com/v */
.visuallyhidden { border: 0; clip: rect(0 0 0 0); height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute; width: 1px; }

/* Extends the .visuallyhidden class to allow the element to be focusable when navigated to via the keyboard: h5bp.com/p */
.visuallyhidden.focusable:active, .visuallyhidden.focusable:focus { clip: auto; height: auto; margin: 0; overflow: visible; position: static; width: auto; }

/* Hide visually and from screenreaders, but maintain layout */
.invisible { visibility: hidden; }

/* Contain floats: h5bp.com/q */
.clearfix:before, .clearfix:after { content: ""; display: table; }
.clearfix:after { clear: both; }
.clearfix { *zoom: 1; }



/* ==|== print styles =======================================================
   Print styles.
   Inlined to avoid required HTTP connection: h5bp.com/r
   ========================================================================== */

@media print {

  * { background: transparent !important; color: black !important; box-shadow:none !important; text-shadow: none !important; filter:none !important; -ms-filter: none !important; } /* Black prints faster: h5bp.com/s */
  a, a:visited { text-decoration: underline; }
  a[href]:after { content: " (" attr(href) ")"; }
  abbr[title]:after { content: " (" attr(title) ")"; }
  .ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after { content: ""; }  /* Don't show links for images, or javascript/internal links */
  pre, blockquote { border: 1px solid #999; page-break-inside: avoid; }
  thead { display: table-header-group; } /* h5bp.com/t */
  tr, img { page-break-inside: avoid; }
  img { max-width: 100% !important; }
  @page { margin: 0.5cm; }
  p, h2, h3 { orphans: 3; widows: 3; }
  h2, h3 { page-break-after: avoid; }
}






a {
    text-decoration: none;
    outline: medium none;
    color: #D8B796;
}

a:hover {
  text-decoration: none;
  color: rgb(255, 184, 113);
}

ol, ul {
margin: 4px 12px 6px;
padding-left: 30px;
vertical-align: middle;
}


/* ======= body ====== */

body {
font-family: "Roboto",sans-serif;
color: #000;
background: url('../image/back.jpg') repeat scroll left top #000;
}


/* ======= #header33 ====== */

#header33 {
    font-size: 16px;
    background-color: #000000;
    margin: 0px auto;
}
#header33 .topheader {
    font-size: 15px;
    padding: 12px 0 12px;
    color: #eaeaea;
}


/* ======= .menu-nav ====== */

.menu-nav {
height: 48px;
background-color: #955c42;
}

.dropdown-menu {
    left: 0px;
    z-index: 1000;
    float: left;
    min-width: 160px;
    list-style: none outside none;
    font-size: 14px;
    text-align: left;
    background-color: #FFF;
    border: 1px solid rgba(0, 0, 0, 0.15);
    box-shadow: 0px 6px 12px rgba(0, 0, 0, 0.176);
    background-clip: padding-box;
    border-radius: 4px;
    padding: 5px 0px;
    margin: 0px;
    position: absolute;
    top: 100%;
}

.nav {
    max-width: 1070px;
    margin: -22px auto 0;
}
.nav>li>a {
    position: relative;
    display: block;
    text-transform: uppercase;
    margin: 5px 0 0;
    color: #EAEAEA;
    font-size: 14px;
    font-weight: 300;
}
.nav-pills>li>a {
border-radius: none;
}
.nav>li>a:hover, .nav>li>a:focus, .nav .open>a, .nav .open>a:hover, .nav .open>a:focus{
  background-color: #2D2021;
  color: #fff;
}

#menu-checkbox {
    display: none;
}

/*
Примеры кода, с помощью которых вы можете «оживить» кнопку «Гамбургер».
1 вариант (анимация в иконку закрытия): 
*/

.navbar-toggle {
  border: none;
  background: transparent !important;
  padding: 18px 18px;
}
.navbar-toggle {
    position: relative;
    float: right;
    margin-top: 0px;
    margin-right: 15px;
    margin-bottom: 0px;
    background-color: transparent;
    background-image: none;
    border-radius: 0px;
}
.navbar-toggle:hover {
  background: transparent !important;
}
.navbar-toggle .icon-bar {
  width: 22px;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.navbar-default .navbar-toggle .icon-bar {
    background-color: #FFF;
}
.navbar-toggle .icon-bar:nth-of-type(1) {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transform-origin: 10% 10%;
  -ms-transform-origin: 10% 10%;
  transform-origin: 10% 10%;
}
.navbar-toggle .icon-bar:nth-of-type(2) {
  opacity: 0;
  filter: alpha(opacity=0);
}
.navbar-toggle .icon-bar:nth-of-type(3) {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transform-origin: 10% 90%;
  -ms-transform-origin: 10% 90%;
  transform-origin: 10% 90%;
}
.navbar-toggle.collapsed .icon-bar:nth-of-type(1) {
  -webkit-transform: rotate(0);
  -ms-transform: rotate(0);
  transform: rotate(0);
}
.navbar-toggle.collapsed .icon-bar:nth-of-type(2) {
  opacity: 1;
  filter: alpha(opacity=100);
}
.navbar-toggle.collapsed .icon-bar:nth-of-type(3) {
  -webkit-transform: rotate(0);
  -ms-transform: rotate(0);
  transform: rotate(0);
}





/* ======= .wrapper33 ====== */
.wrapper33 {
  background-color: #fff;
  margin: 0 auto;
}


/* ======= .breadcrumb ====== */

section#breadcrumb {
    clear: both;
}
#breadcrumb ul {
    margin-top: 20px;
}
#breadcrumb ul li:after {
    content: " ";
    position: absolute;
    right: 0px;
    display: inline-block;
    font-family: FontAwesome;
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    line-height: 1;
    font-size-adjust: none;
    font-stretch: normal;
    -moz-font-feature-settings: normal;
    -moz-font-language-override: normal;
    font-size: inherit;
    text-rendering: auto;
    color: #333;
    top: 50%;
    margin-top: -6px;
	list-style: none;
}
#breadcrumb ul li:first-child {
  /*  padding-left: 0px;*/
}
#breadcrumb ul li {
    float: left;
    padding: 5px;
    font-size: 12px;
    color: #673B14;
    position: relative;
	list-style: none;
}
#breadcrumb ul li a {
    font-size: 12px;
    color: #333;
}
.spb-kofecontainer a {
    color: #673B14;
}
#breadcrumb ul li a {
    font-size: 12px;
    color: #333;
}


/* ======= #banner ====== */

#banner {
background-image: url('../image/rr46.jpg');
margin: 0px -15px;
color: #FFF;
background-attachment: fixed;
background-position: top center;
background-size: cover;	
}

#banner .kofecontainer {
    font-size: 16px;
    padding: 20px 15px 20px 15px;
    line-height: 22px;
    position: relative;
    max-width: 970px;
    margin: 0 auto;
  /*  text-align: justify; */
}
#banner .kofecontainer .banner-text h1 {
    text-align: left;
}
#banner .banner-img {
float: left;
padding-top: 50px;
display: inline-block;
text-align: center;
}
#banner .banner-img img {
max-width: 100%;
}
#banner .banner-text {
float: right;
padding-top: 0px;
}
#banner .banner-h1 h1 {
    font-size: 32px;
    margin: 0px;
    margin-right: 10px;
    font-weight: 200;
}
.koferight-text {
    margin-bottom: 35px;
    clear: both;
}
.koferight-text p {
    font-size: 20px;
}


/* ======= #banner2 ====== */

#banner2 {
margin: 0px -15px;
}
#banner2 .kofecontainer {
    font-size: 16px;
    padding: 20px 15px 20px 15px;
    line-height: 22px;
    position: relative;
    /* max-width: 970px; */
    margin: 0 auto;
    /*text-align: justify; */
}
#banner2 .banner-img {
    float: left;
    padding-top: 20px;
    display: inline-block;
    text-align: center;
}
#banner2 .kofecontainer .banner-text h1 {
    text-align: left;
}
#banner2 h2 {
    color: #FF8103;
    font-size: 22px;
}
#banner2 .banner-img img {
    max-width: 90%;
}
#banner2 .banner-text {
    float: right;
    padding-top: 0px;
    padding-right: 7%;
}


/* ======= #banner3 ====== */
#banner3 {
margin: 0px -15px;
}
#banner3 .kofecontainer {
    font-size: 16px;
    padding: 20px 15px 20px 15px;
    line-height: 22px;
    position: relative;
    max-width: 800px;
    margin: 0 auto 0;
    /*! text-align: justify; */
    padding-bottom: 30px;
}
#banner3 h1 {
	color: #6F4118;
    text-align: left;
}
#banner3 h2 {
    color: #FF8103;
    font-size: 22px;
}

/* ======= .video ====== */

.top-tlf {
	border: 1px solid #c3c3c3;
    text-decoration: none;
    color: #fff;
    display: inline-block;
    background-color: #481A02;
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.3333333;
    border-radius: 6px;
}
#video {
    max-width: 910px;
    box-shadow: 1px 1px 18px rgba(0, 0, 0, 0.15);
    background: none repeat scroll 0% 0% rgb(255, 255, 255);
	border: 1px solid #fff;
	border-radius: 3px;
    display: flex;
    flex-wrap: wrap;
    padding: 20px;
    margin: 40px auto 0px;
	font-size: 16px;
    /*! text-align: justify; */
}
#video h2 {
    color: #6F4118;
    font-style: italic;
}

/* ======= picture ====== */
#picture {
margin: 0px auto;
background-color: #000;
}
#picture  img {
margin: 60px auto 0px;
}

/* ======= .brends ====== см также @media screen and (max-width:980px)*/

.brends {
margin: 30px 0px 0px;
}
.brends h2{
text-align: center;
color: #6F4118;
}
.brends ul:after {
    content: " ";
    display: block;
    width: 100%;
    height: 0px;
    overflow: hidden;
    clear: both;
padding-left: 0;
}
.brends ul li {
    display: block;
    float: left;
    width: 120px;
    height: 120px;
    margin: 0px 15px 15px 0px;
    text-align: center;
    border: 1px solid #eee;
    border-radius: 2px;
    background: none repeat scroll 0% 0% #FFF;
    box-shadow: 0px 10px 20px -12px rgba(0, 0, 0, 0.42), 0px 3px 20px 0px rgba(0, 0, 0, 0.12), 0px 8px 10px -5px rgba(0, 0, 0, 0.2);
-webkit-filter: grayscale(100%);
   -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
     -o-filter: grayscale(100%);
        filter: grayscale(100%);
}
.brends ul li:hover {
-webkit-filter: grayscale(0%);
   -moz-filter: grayscale(0%);
    -ms-filter: grayscale(0%);
     -o-filter: grayscale(0%);
        filter: grayscale(0%);
}
.brends ul li img {
    border: medium none;
    width: 90px;
    display: inline-block;
    vertical-align: middle;
}
.brends ul li a{
    line-height: 120px;
}

/* ======= #banner-service ====== */

#banner-service {
max-width: 750px;
margin: 1px auto 30px;
}
#banner-service h2 {
color: #6F4118;
text-align: center;
padding-top: 10px;
}
.service {
}
.service-content {
background: none repeat scroll 0% 0% #FFF;
box-shadow: 0px 10px 20px -12px rgba(0, 0, 0, 0.42), 0px 3px 20px 0px rgba(0, 0, 0, 0.12), 0px 8px 10px -5px rgba(0, 0, 0, 0.2);
border: 1px solid #EEE;
max-width: 220px;
margin: 20px auto 0px;
padding: 20px 1px 1px;
border-radius: 24px;
}
.service img {
    display: block;
    margin: 0px auto;
}
.service label {
    display: block;
    padding: 10px 0px;
}

/* ======= .blok-skidki ====== */

#banner-skidki {
    background-color: #e9e9e9;
	padding-bottom: 30px;
}
.block-skidki {
    max-width: 970px;
    margin: 0 auto 0;	
}
#banner-skidki h2 {
color: #333;
text-align: center;
    padding-top: 10px;
    padding-bottom: 14px;
}
.skidki {
    display: inline-block;
	box-shadow: 0px 10px 20px -12px rgba(0, 0, 0, 0.42), 0px 3px 20px 0px rgba(0, 0, 0, 0.12), 0px 8px 10px -5px rgba(0, 0, 0, 0.2);
    max-width: 284px;
    height: auto;
}
.skidki img {
}

/* ======= #banner-vyzov #banner-forma ====== */

#banner-vyzov {
}
.banner-vyzov-container {
    max-width: 970px;
    text-align: center;
}
#banner-forma {
}
#banner-forma h2 {
color: #FFF;
font-size: 28px;
margin-bottom: 30px;
line-height: 1.1;
text-align: center;
background-color: #481A02;
padding: 20px;
border-radius: 4px;
}
.banner-forma-container {
    max-width: 680px;
    text-align: center;
    margin: 0 auto;
    box-shadow: 0 10px 20px -12px rgba(0,0,0,.42) , 0 3px 20px 0 rgba(0,0,0,.12) , 0 8px 10px -5px rgba(0,0,0,.2);
    border-radius: 4px;
    padding-bottom: 50px;
    color: #333;
}

#banner-forma .cme-btn {
    color: #fff;
    background-color: #5cb85c;
    border-color: #4cae4c;
    border-radius: 6px;
}


.btn-success {
margin: 14px 6px 1px;
}
.btn-primary {
margin: 14px 6px 1px;
}
.imja_page {
	position: relative;
    font-family: "Roboto",sans-serif;
    width: 180px;
    height: 32px;
    font-size: 16px;
    background-color: #fff;
    border: 1px solid #d8b796;
    margin: 8px 0 0 19px;
    padding-left: 6px;
}
.phone_page {
	position: relative;
    font-family: "Roboto",sans-serif;
    width: 180px;
    height: 32px;
    font-size: 16px;
    background-color: #fff;
    border: 1px solid #d8b796;
    margin: 8px 0 0 19px;
    padding-left: 6px;
}
.tehnika_page {
    width: 256px;
    height: 32px;
    font-size: 16px;
    background-color: #fff;
    border: 1px solid #d8b796;
    margin: 10px 0 0 12px;
}
.rajon_page {
    width: 256px;
    height: 32px;
    font-size: 16px;
    background-color: #fff;
    border: 1px solid #d8b796;
    margin: 10px 0 0 12px;
}
.metro_page {
    width: 256px;
    height: 32px;
    font-size: 16px;
    background-color: #fff;
    border: 1px solid #d8b796;
    margin: 10px 0 0 12px;
}
.massage_page {
width: 256px;
height:90px;
font-size:16px;
line-height:14px;
padding:5px 5px 5px 12px;
background-color: #FFF;
border: 1px solid #D8B796;
margin: 6px 0 0 12px;
}
#form_page .callme-result {
color: #555;
font-size: 10pt; 
}

#form_page .cme-btn {
font-size: 12px; 
background-color: #FFF;
position: relative;
font-family: "Roboto",sans-serif;
margin: 8px 60px;
}

/* ======= #banner-geo ====== */

#banner-geo {
margin-bottom: 15px;
background-color: #E9E9E9;
padding-bottom: 30px;
margin-top: 50px;
padding-top: 2px;
}
#banner-geo h2 {
text-align: center;
}
.banner-geo-container {
}
.geo-text {
float: left;
padding-left: 10%;
}
.geo-text a{
color: #773E29;
}
.geo-text a:hover{
color: #000;
}
.geo-img {
    float: left;
    padding-top: 20px;
-webkit-filter: grayscale(100%) sepia(25%);
   -moz-filter: grayscale(100%) sepia(25%);
    -ms-filter: grayscale(100%) sepia(25%);
     -o-filter: grayscale(100%) sepia(25%);
        filter: grayscale(100%) sepia(25%);
}
.geo-img img {
    max-width: 100%;
    margin: 0px auto;
}
#section-skidka {
    background: url("../image/bg-skidka4.jpg") center no-repeat;
    min-height: 252px;
}
.skidka-container {
    padding: 45px 0px;
    text-align: center;
    color: #fff;
}
.skidka-h3 {
    font-size: 45px;
    font-weight: 200;
    margin: 0px;
    font-family: "NeuronExtraBold",cursive;
}
.skidka-container p {
    text-align: center;
    font-weight: 200;
    font-size: 18px;
}
.skidka-zakaz {
    display: inline-block;
    font-size: 14px;
    border-radius: 2px;
    padding: 8px 25px;
    color: #fff;
    border: 1px solid #fff;
}

/* ======= #map ====== */

#map {
}
#map h2 {
 color: #6F4118;
 text-align: center;
 padding-top: 20px;
}

/* ======= #section-our-plus ====== */

#section-our-plus {
    margin: 30px 0 0 0;
}
#section-our-plus h2 {
    color: #6F4118;
    text-align: center;
}
.our-plus-container {
    display: inline-block;
    width: 278px;
    vertical-align: top;
	margin-bottom: 1px;
    padding-top: 20px;
    line-height: 1.42857143;
    background-color: #fff;
    border: none;
    height: 227px;
}
.our-plus-wrapper {
    margin: 0;
}
.our-plus-img {
    position: relative;
    display: block;
    width: 80px;
    height: 80px;
    margin: 0 auto;
	border: 6px solid #CBB8A5;
    border-radius: 50%;
    background-color: #FFF;
    text-align: center;
    white-space: nowrap;
    overflow: hidden;
    transition: all 0.2s ease-out;
    z-index: 2;
    /* box-shadow: 0 16px 38px -12px rgba(0, 0, 0, 0.56), 0 4px 25px 0px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(0, 0, 0, 0.2); */
}
.our-plus-img:hover {
	border: 6px solid #6F4118;
}
.our-plus-img img {
    display: inline-block;
    vertical-align: middle;
    width: 70px;
    transition: all 0.2s ease-out;
    padding-top: 0px;
}
p.our-plus-headline {
    color: #6F4118;
    margin-top: 20px;
    font-size: 15px;
    text-align: center;
    letter-spacing: 0.5px;
    line-height: 1.1 !important;
    font-weight: 600;
}
p.our-plus-text {
    text-align: center;
    text-align: ;
    font-size: 14px;
    margin: 12px;
}

/* ======= .gradient-line ====== */

.gradient-line {
    width: 70%;
    height: 5px;
    margin: 20px auto;
    opacity: .8;
    background: #C9C9C9;
}

/* ======= #text-block ====== */

#text-block {
}
#text-block h2 {
    color: #6F4118;
    text-align: center;
    padding-top: 20px;
    padding-bottom: 10px;
}
.textcontainer {
font-size: 16px;
padding: 20px 15px 20px 15px;
line-height: 22px;
position: relative;
max-width: 800px;
margin: 0 auto 0;
text-align: justify;
padding-bottom: 30px; 
}
#text-block img {
text-align: center; 
margin-top: 0px ! important; 
margin-right: auto ! important; 
margin-left: auto ! important; 
display: inherit; 
margin-bottom: 30px;
}


/* ---------------------------- Footer ------------------------- */

.footer { 
/*padding: 0px 0px 8px;*/
background: none repeat scroll 0% 0% #2D2021;
}

.footer-col-1, .footer-col-2, .footer-col-3 {
display: block;    
float: left;
padding: 0px 20px 10px 20px;
width: 33.333%;   
}

.footer h2{
color: #E6F6FF;    
text-align: center; 
}

.footer p {
    color: #A2A7BD;
    font-size: 15px;
    padding: 0 10px;
}

.footer ul{
text-align: center;
padding-left: 0px;
}

.footer ul li{
list-style: none;
padding-bottom: 14px;
}

.footer-col-1 a {
    display: block;
    text-align: center;
    background-color: #955c42;
  /*  background: url('/img/coffecap.png') 0 0 no-repeat; */
    border: 0px none;
    border-radius: 3px;
    margin: 20px auto;
    padding: 20px;
    color: #FFF;
    font-size: 24px;
    transition: all 0.3s ease 0s;
}

.footer-col-1 a:hover {
text-decoration: none;
background-color: transparent;
}

.footer-col-2 a {
color: #A2A7BD;
font-size: 16px;  
text-decoration: none;
}

.footer-col-2 a:hover {
}

.footer-col-2 .uslugi li a {
    font-size: 14px;
    color: #D8B796;
    font-weight: 400;
    text-transform: uppercase;
    transition: all 0.3s ease 0s;
    text-decoration: none;
  /*  padding: 0 0 0 30px;*/
}

.footer-col-2 .uslugi a:hover {
    color: #fff;
}

.footer-col-3 ul li i {
    float: left;
    color: #A2A7BD;
    font-size: 30px;
    padding-left: 30px;
}
.glyphicon {
    position: relative;
    top: 1px;
    display: inline-block;
    font-family: "Glyphicons Halflings";
    font-style: normal;
    font-weight: 400;
    line-height: 1;
}

.footer-adress {
    color: #A2A7BD;
    font-size: 16px;
    text-decoration: none;
}

.footer-mail a {
    color: #A2A7BD;
    font-size: 16px;
    text-decoration: none;
}

.footer-phone a {
    color: #A2A7BD;
    font-size: 22px;
    text-decoration: none;
}

.footer-botton {
    clear: both; 
    color: #A2A7BD;
    font-size: 14px;
    text-decoration: none;
}

.footer hr {
    border: none;
    color: #a5794d;
    background-color: #a5794d;
    height: 2px;
    width: 100%;
    margin-bottom: 8px;
    display: block;
}

.footer-copy a {
    color: #A2A7BD;
    font-size: 14px;
    text-decoration: none;
}

.footer-copy {
    text-align: center;    
    color: #A2A7BD;
    font-size: 14px;
    margin-bottom: 12px;
}

.footer-counter {
    text-align: center;
	margin: 0px 0px 12px;    
}


@media screen and (max-width:980px){
body {
    width: auto;
	background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
}
img{
	max-width:100%;
    height:auto;
}
ymaps[id*="ymaps"] {
    height: 250px !important;
    width: auto !important;
}
.brends {
    height: auto;
    margin: 10px 0 0;
	text-align: center;
}
.brends ul{
	 padding-left: 0;
}
.brends ul li {
    display: inline-block;
    float: none;
    margin: 0 5px 15px 5px;
-webkit-filter: grayscale(100%);
   -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
     -o-filter: grayscale(100%);
        filter: grayscale(100%);
}

.brends ul li:hover {
-webkit-filter: grayscale(0%);
   -moz-filter: grayscale(0%);
    -ms-filter: grayscale(0%);
     -o-filter: grayscale(0%);
        filter: grayscale(0%);
}
.menu-nav {
    overflow:hidden;
    height: auto;
}
.nav-pills > li {
    float: none;
}
.dropdown-menu {
    position: static;
	float: none;
	display: block !important;
}
.nav {
    margin-left: 5px;
}
.toggle-button {
    background: rgba(0, 0, 0, 0) linear-gradient(to bottom, #363636 0%, #121212 100%) repeat scroll 0 0;
    color: #fff;
    cursor: pointer;
    display: block;
    height: 33px;
    text-align: center;
}
.toggle-button::after {
    content: attr(data-open);
    display: block;
    font-family: "Roboto",sans-serif;
    font-size: 15px;
    padding-top: 6px;
}
.toggle-button::before {
    background: rgba(0, 0, 0, 0) url("../images/pull.html") no-repeat scroll center center;
    content: "";
    display: block;
    height: 32px;
    left: 5px;
    position: absolute;
    width: 35px;
}
#menu-checkbox:checked + div[role="navigation"] .nav-pills {
    display: block;
}
#menu-checkbox:checked + div[role="navigation"] .toggle-button::after {
    content: attr(data-close);
}
.menu-nav .nav-pills{
	display:none;
	margin-top: 5px;
}
}

@media screen and (max-width:680px){
.footer-col-1, .footer-col-2, .footer-col-3 {
    display: block;
    float: none;
    padding: 0 5px 10px;
    width: auto;
}
.footer-col-2 ul{
	padding-left: 0!important;
}
.footer ul{
	padding-left: 0!important;
}
.footer-col-2 .uslugi li a {
    padding: 0;
}
.footer-row {
    padding: 12px 5px 10px;
}
.footer .list-unstyled{
	width:280px;
	margin:0 auto;
}
.footer-col-2 ul{
	text-align:center;
}
.footer-col-2 li{
	display:inline-block;
    margin:0 5px 0 5px;
}
.wrapper .main-content {
    padding: 15px 5px 20px;
}

.polomka .polomka_1, .polomka .polomka_last {
    display: inline-block;
    float: none;
    margin: 0 10px 20px;
    width: 163px;
}
.polomka {
    text-align: center;
}
.polomka-price {
    margin-left: 0;
    margin-top: 27px;
}
.polomka .polomka_1 label {
    font-size: 19px;
}
.polomka .polomka_last label {
    font-size: 19px;
}

.oplata {
    text-align: center;
}
.oplata .oplata_1, .oplata .oplata_last {
    display: inline-block;
    float: none;
    margin: 0 5px 20px;
    vertical-align: top;
    width: 200px;
}
}


@media screen and (max-width:580px){
.wrapper .main-content .picture img {
    display: block;
    float: none;
    margin: 0 auto;
}
.obslugivanije .obslugivanije_1, .obslugivanije .obslugivanije_last {
display: inline-block;
float: none;
margin: 0px 10px 20px !important;
width: 200px;
}
.obslugivanije {
    margin: 25px 6px 0;
    text-align: center;
}
#title {
    height: 57px;
}
.nashi_luchshie_storony {
    text-align: center;
}
.nashi_luchshie_storony .nashi_luchshie {
    display: inline-block;
    float: none;
    margin: 0 5px 20px;
    vertical-align: top;
    width: 200px;
}
.nashi_luchshie .nashi_luchshie_last{
    display: inline-block;
    float: none;
    margin: 0 5px 20px;
    vertical-align: top;
    width: 200px;
}

.nashi_luchshie_storony .nashi_luchshie.nashi_luchshie_last {
    float: none;
}
}

@media screen and (max-width:480px){
#title {
    height: 42px;
}	
.wrapper .main-content h1 {
font-size: 28px;
}
}


.img-star {
-webkit-filter: grayscale(100%) sepia(25%);
   -moz-filter: grayscale(100%) sepia(25%);
    -ms-filter: grayscale(100%) sepia(25%);
     -o-filter: grayscale(100%) sepia(25%);
        filter: grayscale(100%) sepia(25%);		
}


.neispravnosti {
    /* counter-reset: tiles; */
    /* box-shadow: 1px 1px 18px rgba(0,0,0,.15); */
    /* background: #fff; */
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 40px;
}
.neispravnosti .blok {
	box-shadow: 0 10px 20px -12px rgba(0,0,0,.42) , 0 3px 20px 0 rgba(0,0,0,.12) , 0 8px 10px -5px rgba(0,0,0,.2);
    border: 1px solid #eee;
    max-width: 320px;
    margin: 20px auto 0;
    padding: 20px 1px 1px;
    border-radius: 2px;
width: 340px;
height: 280px;
float: left;
background: url('../image/ris-chashka.png') no-repeat scroll 12px 88px #FFF;
position: relative;
}

.neispravnosti .blok a {
    display: block;
    height: 100%;
}

.neispravnosti .blok .text {
padding: 6px 6px 0px 26px;
    height: 100%;
    border-bottom: 5px solid #FFF;
}

.neispravnosti .blok .heading {
    font-size: 16px;
    color: #6F4118;
    font-weight: bold;
}

.neispravnosti .blok .description {
    margin-top: 20px;
    color: #000;
font-size: 14px;
line-height: 19px;
text-align: left;
}


.neispravnosti .blok .description ul {
    padding-left: 25%;
}

.neispravnosti .blok .description ul li {
    margin: 4px 0px 0px 0px;
}

.neispravnosti .blok .price {
    position: absolute;
    bottom: 15px;
    right: 30px;
    color: #F63;
    font-weight: bold;
   /*text-transform: uppercase;*/
    font-size: 14px;
    margin-top: 20px;
    border: none;
}




/* Price */

.price {
    overflow: hidden;
    border: 1px solid #FFFFFF;
    margin-bottom: 30px;
    box-shadow: 0 10px 20px -12px rgba(0,0,0,.42) , 0 3px 20px 0 rgba(0,0,0,.12) , 0 8px 10px -5px rgba(0,0,0,.2);
    border-radius: 4px;
}

.price table { 
border-collapse: collapse; 
text-align: left; 
width: 100%; } 

.price table td,.price table th { 
padding: 4px 12px; }

.price table thead th {
    /* background: url('/img/footer.png') 0 0 repeat-x; */
    color: #FFFFFF;
    font-size: 14px;
    font-weight: bold;
    border-left: 1px solid #A69782;
    background-color: #481a02;
    padding: 14px;
} 

.price table thead th:first-child { 
/*border: none; */
}

.price table tbody td { 
font-weight: normal; 
padding: 7px 10px;}

.price table tbody .color_strok td { 
    background: #F1EAE4;
    /* color: #545454; */
}

.price table tbody td:first-child { 
border-left: none;
border-left: medium none;
line-height: 1.3;
/*font-size: 13px; */
}

.price table tbody tr:last-child td { 
border-bottom: none; }



/* Comments */

.comments {
    background-color: #fff;
    /* border: 1px solid #c9cacb; */
    /* padding: 10px 20px; */
    color: #3e3e3e!important;
    /* line-height: 1.3; */
    /* font-size: 13px; */
}
.comments p {
  margin: 0 0 5px;
}

.comment {
  margin-bottom: 40px;
}

.comments .comment-info {
    margin: 0 0 10px 20px;
    color: #6F4118;
}
.comments .comment-info a{
  color: #FF8103;
  font-size: 16px;
  text-decoration: none;
}
.comments .comment-info a:hover{
  color: #fb6806;
  text-decoration: none;
}

.comments .comment-content a{
  color: #000;
  text-decoration: none;
}
.comments .comment-content a:hover{
  color: #fb6806;
  text-decoration: none;
}


#comments-page .left-column {
  margin-right: 25px;
}

#more-comments {
  margin-left: 3px;
}

/* Pagination */
.pagination-centered {
    text-align: center;
}
.pagination {
    margin: 20px 0;
}
.pagination a, .pagination span {
  margin: 0 5px;
  color: #000;
}
.pagination .disabled, .pagination .active {
  color: #777;
}


/* sotrud */

.sotrud {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 40px;
}

.sotrud-2 {
    box-shadow: 0px 10px 20px -12px rgba(0, 0, 0, 0.42), 0px 3px 20px 0px rgba(0, 0, 0, 0.12), 0px 8px 10px -5px rgba(0, 0, 0, 0.2);
    border: 1px solid #EEE;
    margin: 20px auto 0px;
    border-radius: 2px;
    float: left;
    position: relative;
    max-width: 220px;
    padding: 20px;
   /* height: 280px;*/
}
.sotrud-2 label {
text-align: left;
}
.sotrud-2 p {
font-size: 13px;
text-align: left;
}
#form_page_sotrudnichestvo {
    max-width: 320px;
    text-align: center;
    margin: 30px auto;
    box-shadow: 0px 10px 20px -12px rgba(0, 0, 0, 0.42), 0px 3px 20px 0px rgba(0, 0, 0, 0.12), 0px 8px 10px -5px rgba(0, 0, 0, 0.2);
    border-radius: 4px;
    padding-bottom: 50px;
    color: #333;
}
#form_page_sotrudnichestvo h2 {
color: #6F4118;
text-align: center;
padding-top: 20px;
padding-bottom: 10px;
font-size: 24px;
}


/* model */

.model {
    display: table;
}
.model li {
    /* width: 25%; */
    float: left;
    border: 1px solid #E4D0CA;
    box-sizing: border-box;
    vertical-align: middle;
    padding: 15px 30px;
    box-sizing: border-box;
    display: block;
    font-size: 16px;
    color: #333;
    text-align: left;
    margin-bottom: 10px;
    margin-right: 10px;
    width: 220px;
	height: 74px;
}
.model li a {
    text-decoration: none;
    outline: medium none;
    color: #6f4118;
}
.model li a:hover {
    color: #ff8103;
}

#video {
    max-width: 910px;
    /* box-shadow: 1px 1px 18px rgba(0, 0, 0, 0.15); */
    background: none repeat scroll 0% 0% rgb(255, 255, 255);
    border: 1px solid #fff;
    border-radius: 3px;
    display: flex;
    flex-wrap: wrap;
    padding: 20px 0;
    margin: 40px auto 0px;
    font-size: 16px;
    /*! text-align: justify; */
}