@import url(https://fonts.googleapis.com/css?family=Roboto+Condensed);
@import url(https://fonts.googleapis.com/css?family=Poppins);
@import url(https://fonts.googleapis.com/css?family=Open+Sans);
@import url(https://fonts.googleapis.com/css?family=Roboto);

/* fonts resize */

h1,
.h1 {
  font-size: 29px;
}
h2,
.h2 {
  font-size: 27px;
}
h3,
.h3 {
  font-size: 20px;
}
h4,
.h4 {
  font-size: 19px;
}
h5,
.h5 {
  font-size: 18px;
}
h6,
.h6 {
  font-size: 17px;
}

.article-content h1, .article-content h2, .article-content h3, .article-content h4, .article-content h5, .article-content h6 {
    color: #344150;
    font-weight: 500;
	line-height: 1.2;
	}

body {
font-family: 'Open Sans', sans-serif;
    font-size: 15px;
    color: #292929;
}



/* background */
@media (min-width: 768px) {
.background {
margin: 0px auto;
z-index: 100;
background-size: cover; 
/*padding-top: 15px;*/
}

body {
/*	background: transparent url("../images/bg-14.jpg") repeat fixed center top / cover;*/
/*background: #f2f2f2;*/
}
}

.upimage {
background-image:url("../images/spravki-bg-top-2.jpg");
background-size: cover;
width: 100%;
height: 100vh;
position: relative;
background-attachment: fixed;
padding-top: 15px;
}

.upimage-category {
    background-image: url("../images/spravki-bg-top-cat.jpg");
    background-size: cover;
    width: 100%;
  /*  height: 100vh;*/
    position: relative;
    background-attachment: fixed;
    padding-top: 15px;
}

.upimage-category .upimagetext {
    padding: 30px 0px 15px 0px;
}

.topframewrapper {
background: RGBA(0, 0, 0, 0.05);
height: 100%;
overflow: hidden;
}


#slide1::before {
    width: 100%;
    height: 55vh;
    position: absolute;
    content: ' ';
    left: 0;
    right: 0;
    top: 0;
    background: -webkit-linear-gradient(rgba(0, 0, 0, 0.45), transparent);
    background: -o-linear-gradient(rgba(0, 0, 0, 0.45), transparent);
    background: -moz-linear-gradient(rgba(0, 0, 0, 0.45), transparent);
    background: linear-gradient(rgba(0, 0, 0, 0.45), transparent);
    z-index: 1;
}

#slide-cat1::before {
    width: 100%;
    height: 50%;
    position: absolute;
    content: ' ';
    left: 0;
    right: 0;
    top: 0;
    background: -webkit-linear-gradient(rgba(0, 0, 0, 0.45), transparent);
    background: -o-linear-gradient(rgba(0, 0, 0, 0.45), transparent);
    background: -moz-linear-gradient(rgba(0, 0, 0, 0.45), transparent);
    background: linear-gradient(rgba(0, 0, 0, 0.45), transparent);
    z-index: 1;
}

/*.
upimage::after {
    opacity: 0.2;
    width: 100%;
    height: 100vh;
    background: black;
    background: -webkit-linear-gradient(125deg, black 0%, #ff7500 30%, transparent, transparent);
    background: -o-linear-gradient(125deg, black 0%, #ff7500 30%, transparent, transparent);
    background: -ms-linear-gradient(125deg, black 0%, #ff7500 30%, transparent, transparent);
    background: linear-gradient(125deg, black 0%, #ff7500 30%, transparent, transparent);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#ff7500',GradientType=1 );
    width: 70%;
    content: ' ';
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin-top: 32px;
    z-index: 0;
}
*/

.upimagetext {
padding: 15px 0px 15px 0px;
/*background-color: RGBA(255, 255, 255, 0.65);
position: absolute;*/
margin-top: 55px;
font-size: 17px;
width: 100%;
font-family: "Roboto","Helvetica Neue",Helvetica,Arial,sans-serif;
color: #344150;
margin: 25px auto 0px;
position:relative;
z-index:2;
}

.advantages-list {
/*padding: 20px 60px 25px;*/
padding: 15px 55px 25px;
background: rgba(11,23,43, 0.8);
display: table;
/*margin: 25px auto 10px;*/
margin: 40px auto 10px;
font-family: "Roboto","Helvetica Neue",Helvetica,Arial,sans-serif;
color: #fff;
font-size: 16px;
box-shadow: 0 5px 15px rgba(0, 0, 0, 0.45);
border-radius: 2px;
text-shadow: 0px 1px 2px rgba(255, 255, 255, 0.3);
position: relative;
z-index: 2;
}

.upimage-category .advantages-list {
margin-bottom:20px;
padding: 13px 60px 18px;
font-size: 15px;
}

.advantage {
display: table;
text-align: center;
border-bottom: 2px solid #fff;
margin: 0 auto 3px;
font-size: 26px;
font-weight: 600;
}

.upimage-category .advantage {
font-size: 25px;
}

.advantage-small {
font-size: 18px;
padding: 3px 0px;
display: inline-block;
}

.upimage-category .advantage-small {
font-size: 17px;
}

.getred {
color: rgba(238, 48, 61, 1);
}

.maintitle {
padding: 15px 20px 15px 20px;
background-color: RGBA(255, 198, 0, 0.63);
font-size: 25px;
box-shadow: 0 5px 15px rgba(0, 0, 0, 0.20);
text-shadow: 0px 1px 2px rgba(0, 0, 0, 0.37);
}

.mainphone {
font-size: 29px;
padding: 0px 10px 0px 48px !important;
text-shadow: 0px 1px 2px rgba(0, 0, 0, 0.37);
display: block;
clear: both;
float: right;
line-height: 32px;
}

/* homelanding bottom line */

.bottom-pattern-category {
background: rgba(0, 0, 0, 0.60) none repeat scroll 0% 0%;
color: #fff;
font-size: 17px;
font-family: 'Roboto', sans-serif;
text-align: center;
position: absolute;
width: 100%;
bottom: 0px;
left: 0px;
right: 0px;
padding: 5px 0;
}


@media (max-width: 767.999px) {
.bottom-pattern-category {
position: relative;
}
}

.upimage-category .bottom-pattern-category {
padding: 0px 0;
}

.upimage-category .bottom-pattern-category {
position: relative;
}

.bottom-pattern-category #imgdocument {
width: 56.4px;
height: 38.4px;
background-image: url("../images/document-img-home-2.png");
background-size: contain;
display: inline-block;
margin-right: 7px;
background-repeat: no-repeat;
}

.bottom-pattern-category #imgtime {
width: 59.6px;
height: 38.4px;
background-image: url("../images/clock-img-home-2.png");
background-size: contain;
display: inline-block;
margin-right: 7px;
background-repeat: no-repeat;
}

.bottom-pattern-category #imgphone {
width: 59.6px;
height: 38.4px;
background-image: url("../images/bottom-phone.png");
background-size: contain;
float: none;
display: inline-block;
background-repeat: no-repeat;
}

.bottom-pattern-category #imgcalendar {
width: 38.4px;
height: 38.4px;
background-image: url("../images/calendar-img.png");
background-size: contain;
display: inline-block;
background-repeat: no-repeat;
}

.bottom-pattern-category #imgchecklist {
width: 56.4px;
height: 38.4px;
background-image: url("../images/checklist-img.png");
background-size: contain;
display: inline-block;
background-repeat: no-repeat;
}

.bottom-pattern-category .bottom-pattern-left {
display: inline-block;
padding: 10px 0px;
margin: 0 auto;
padding-right:50px;
height: auto;
}

.bottom-pattern-category .bottom-pattern-right {
display: inline-block;
padding: 10px 0px;
margin: 0 auto;
padding-left:50px;
height: auto;
}

.bottom-pattern-category .bottom-pattern-middle {
display: inline-block;
margin: 0 auto;
position: relative;
padding: 10px 0px;
height: auto;
}

.bottom-pattern-category .bottom-pattern-middle i {
    font: normal normal normal 18px/2 FontAwesome;
    float: right;
}

@media (max-width: 767.999px) {
.bottom-pattern-category .bottom-pattern-left {
    display: table;
    padding: 10px 0px;
        padding-right: 0px;
    margin: 0 auto;
    padding-right: 0px;
}

.bottom-pattern-category .bottom-pattern-middle {
    display: table;
    margin: 0 auto;
}

.bottom-pattern-category .bottom-pattern-right {
    display: table;
    padding: 10px 0px;
        padding-left: 0px;
    margin: 0 auto;
    padding-left: 0px;
}
}


.choisedocumentbuttonwrap {
display:block;
padding: 30px 0px;
position: relative;
}

/*
.choisedocumentbutton, .choisedocumentbutton:visited {
width: 300px;
padding: 10px 20px;
background-color: rgba(238, 48, 61, 1);
color: rgba(250, 250, 250, 1);
font-size: 14px;
font-weight: normal;
border-radius: 3px;
border: none;
text-align: center;
margin: 0 auto;
box-shadow: 0 5px 15px rgba(0, 0, 0, 0.50);
font-weight: 600;
color: #fff;
text-decoration: none;
display: table;
cursor: pointer;
}
*/

.choisedocumentbutton, .choisedocumentbutton:visited {
    width: 300px;
    padding: 10px 20px;
    background-color: rgba(238, 48, 61, 1);
    color: rgba(250, 250, 250, 1);
    font-size: 14px;
    font-weight: normal;
    border-radius: 3px;
    border: none;
    text-align: center;
    margin: 0 auto;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.50);
    font-weight: 600;
    color: #fff;
    text-decoration: none;
    position: absolute;
    cursor: pointer;
    left: 0;
    margin-left: auto;
    margin-right: auto;
    z-index: 2;
    right: 0;
transform: translateY(-50%);
}

.choisedocumentbutton:hover, .choisedocumentbutton:focus {
text-decoration: none;
color: #fff;
}


@media (max-width: 767.999px) {

.upimagetext {
padding-top: 20px;
margin: 0px auto;
}


}
/*
@media (max-width: 569.9px) {
.upimagetext {
    padding: 10px 0px 10px 0px;
	margin-top: 12px;
}
}


@media (min-width: 1024px) {
.upimagetext {
font-size: 18px;
width: 1023px;
padding: 15px 0px 15px 60px;
}
}

@media (min-width: 1280px) {
.upimagetext {
font-size: 23px;
width: 1170px;
}
}

@media (min-width: 1380px) {
.upimagetext {
font-size: 23px;
width: 1280px;
}
}


/* top image */
.top-image {
/*background: #30cc38;*/
padding-top: 5px;
margin-top: 27px;
position: relative;
z-index: 2;
}

@media (max-width: 767.9px) {
.top-image {
margin-top: 37px;
}
}

/*
.footer-image {
background: #fb6d35;
padding-top: 7px;
padding-bottom: 3px;
}*/

/* bootstrap less. main container resize */


@media (min-width: 768px) {
.container {
width: 1023px;
padding-left: 0px;
padding-right: 0px;
}
}

@media (min-width: 1280px) {
  .container {
width: 1170px;
padding-left: 0px;
padding-right: 0px;
  }
}

@media (min-width: 1380px) {
  .container {
width: 1280px;
padding-left: 0px;
padding-right: 0px;
  }
}


@media (max-width: 767px) {
  .container {
padding-left: 0px;
padding-right: 0px;
}
}

/* sidebar width + padding from right part  pull = padding from */


@media (min-width: 768px) {
.col-md-3 {
    width: 210px;
}


.col-md-pull-9 {
right: 700px;
}

}


@media (min-width: 1280px) {
.col-md-3 {
    width: 220px;
}

.col-md-pull-9 {
right: 844px;
}
}

@media (min-width: 1380px) {
.col-md-3 {
    width: 300px;
}

.col-md-pull-9 {
right: 954px;
}
}

/* content width + padding from sidebar push = padding from */

@media (min-width: 768px) {
.col-md-push-3 {
    left: 300px;
}

.col-md-9 {
    width: 685px;  /* do -60px if 2 sidebars */
	padding-left: 30px;
}

}

@media (min-width: 1280px) {
.col-md-push-3 {
    left: 300px;
}

.col-md-9 {
    width: 830px; /* do -60px if 2 sidebars */
}

}

@media (min-width: 1380px) {
.col-md-push-3 {
    left: 300px;
}

.col-md-9 {
    width: 940px; /* do -60px if 2 sidebars */
}

}

/* ************* */

.row {
    margin-left: 0px;
    margin-right: 0px;
}


.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
    position: relative;
    min-height: 1px;
}



.t3-mainbody {
	padding-top: 20px;
    padding-bottom: 0px;
	background: #FFF none repeat scroll 0% 0%;
}

.t3-content {
    padding-top: 0px;
    padding-bottom: 20px;
    background: #FFF none repeat scroll 0% 0%;
	/*border: 1px solid #ededed;*/
/*	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);*/
}

@media (max-width: 767.9px) {  /*added 29.06.2015 padding for mobile top fixed menu */
.t3-mainbody {
    padding-top: 0px;
    padding-bottom: 0px;
}
}




/*navbar*/

.t3-mainnav {
  border-left: 0;
  border-right: 0;
  margin-bottom: 0;
  border-radius: 0;
background: rgba(0, 0, 0, 0.75) none repeat scroll 0% 0%;
box-shadow: 0 0px 3px rgba(0,0,0,1);
position: fixed;
left: 0px;
top: 0px;
width: 100%;
z-index: 999;
/*border-bottom: 1px solid #F00 !important;*/
}

.navbar {
  position: fixed;
	width: 100%;
	height: 42px;
	min-height: 42px;
/*	line-height: 40px;*/
  border: 0px solid transparent;
}

/*
.navbar-nav > li > a {
    padding-top: 7px;
}

.navbar-nav > li > a {
    position: relative;
    display: block;
    padding: 10px 12px;
}*/


.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
 color: #868686;
/* background: none repeat scroll 0% 0% rgba(32, 33, 37, 0.95);*/
/* border-bottom: 5px solid #F06;*/
height:40px;
}

.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
/* background: none repeat scroll 0% 0% rgba(32, 33, 37, 0.95);*/
 color: #868686;
/*border-bottom: 5px solid #06FF00;*/
height:40px;
}

.t3-mainnav .t3-navbar-collapse .navbar-nav .divider {
border-top: 1px solid #e7e7e7;
color: #e9e9e9 !important;
background-color: transparent;
transition: all 0.2s;
height: 42px;
line-height: 10px;
margin-left: 2px;
text-shadow: 0px 1px 2px rgba(255, 255, 255, 0.2);
cursor:pointer;
}

.t3-mainnav .t3-navbar-collapse .navbar-nav .divider span {
padding: 15px 25px 15px 25px;
margin-left: 15px;
transition: all 0.2s;
}

.t3-mainnav .t3-navbar-collapse .navbar-nav .divider:hover, .t3-mainnav .t3-navbar-collapse .navbar-nav .divider:focus {
    background-color: #fbcc00;
}

.t3-mainnav .t3-navbar-collapse .navbar-nav .divider span:hover, .t3-mainnav .t3-navbar-collapse .navbar-nav .divider span:focus {
color: #313131;
}

.navbar-default .navbar-nav > li > a {
color: #868686;
}

.navbar-default .navbar-nav > li > a:visited {
color: #868686;
}

.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
 color: #868686;
  background-color: transparent;
}

.t3-megamenu .mega > .mega-dropdown-menu {
    min-width: 200px;
    display: none;
    margin-top: 5px;
}


/* navbar links and icons */

.navbar-default .navbar-nav > .dropdown > a .caret {
  border-top-color: #FFF;
  border-bottom-color: #FFF;
}

.navbar-default .navbar-nav > .dropdown > a:hover .caret {
  border-top-color: #FFF;
  border-bottom-color: #FFF;
}

.navbar-default .navbar-nav > .open > a .caret, .navbar-default .navbar-nav > .open > a:hover .caret, .navbar-default .navbar-nav > .open > a:focus .caret {
  border-top-color: #FFF;
  border-bottom-color: #FFF;
}


/* navbar mobile fix */

@media (max-width: 768px) {
.navbar-default .navbar-collapse, .navbar-default .navbar-form {
    border-color: #E7E7E7;
    background: rgba(0, 0, 0, 0.9) none repeat scroll 0% 0%;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.5);
}

.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle {
margin-top: 0px;
margin-bottom: 0px;
background-color: #fb6d35;
border: 0px;
height: 40px;
width: 40px;
line-height: 35px;
color: #FFF;
border-radius: 2px;
}


.navbar-collapse {
padding-right: 0px;
padding-left: 0px;
}

.nav > li {
    margin-left: 15px;
    margin-right: 15px;
}


.t3-mainnav .t3-navbar-collapse .navbar-nav {
    margin: 0 0px;
}
}




/* t3-off-canvas */

.btn-primary, .btn-primary:hover, .btn-primary:focus, .btn-primary.focus, .btn-primary:active, .btn-primary.active, .open > .dropdown-toggle.btn-primary {
    color: #141414;
 /*   background-color: #fbcc00;*/
color: #fff;
background: rgb(219,79,79);
    border-color: #DDD;
    border-radius: 1px;
    margin-left: 10px;
}


.t3-off-canvas {
/*    background: rgba(212, 212, 212, 0.3) none repeat scroll 0% 0%;
*/  /* 2.5.0 temniy fon v bokovushke bil */
    color: #333;
}

.t3-off-canvas .t3-off-canvas-body {
    padding: 10px 12px;
}


.t3-off-canvas .t3-off-canvas-body .t3-module {
    margin-bottom: 5px;
}

.t3-off-canvas .t3-off-canvas-body a, .t3-off-canvas .t3-off-canvas-body a:visited  {
    color: #383838;
    text-decoration: none;
font-family: "Roboto","Helvetica Neue",Helvetica,Arial,sans-serif;
font-size: 16px;
text-shadow: 0px 1px 2px rgba(0, 0, 0, 0.1);
}

.t3-off-canvas .t3-off-canvas-body a:hover, .t3-off-canvas .t3-off-canvas-body a:focus  {
/*    color: #F00B;*/
/*    color: #fbcc00;*/
    color: #313131;
/*    background-color: #CFCFCF;*/
background-color: #FFF;
    text-decoration: underline;
}

.t3-off-canvas .nav-pills > li.active > a, .t3-off-canvas  .nav-pills > li.active >.t3-off-canvas  a:hover, .t3-off-canvas .nav-pills > li.active > a:focus, .t3-off-canvas .nav-pills > li.active > a:hover {
    background-color: #FFCA4C;
    border-radius: 0px;
}

.off-canvas-toggle {
    border-radius: 1px;
    border: 1px solid;
    border-color: #C6C6C6;
padding: 0px 10px;
width: auto;
    height: 40px;
    line-height: 40px;
}

.btn-primary, .btn-primary:hover, .btn-primary:focus, .btn-primary.focus, .btn-primary:active, .btn-primary.active, .open > .dropdown-toggle.btn-primary {

    border-radius: 1px;
    border: 0px solid;
    border-color: #C6C6C6;
}


#myZadarmaCallmeWidget995 {
}


.pulse {
    position: fixed;
    right: 5%;
    bottom: 10%;
    z-index: 99;
}


.pulse .callme__content {
  box-shadow: 0 0 0 rgba(126, 211, 33, 0.75);
  animation: pulse 2s infinite;

}

.pulse:hover {
  animation: none;
}

@-webkit-keyframes pulse {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(126, 211, 33, 0.75);
  }
  70% {
      -webkit-box-shadow: 0 0 0 15px rgba(126, 211, 33, 0);
  }
  100% {
      -webkit-box-shadow: 0 0 0 0 rgba(126, 211, 33, 0);
  }
}
@keyframes pulse {
  0% {
    -moz-box-shadow: 0 0 0 0 rgba(126, 211, 33, 0.75);
    box-shadow: 0 0 0 0 rgba(126, 211, 33, 0.75);
  }
  70% {
      -moz-box-shadow: 0 0 0 15px rgba(126, 211, 33, 0);
      box-shadow: 0 0 0 15px rgba(126, 211, 33, 0);
  }
  100% {
      -moz-box-shadow: 0 0 0 0 rgba(126, 211, 33, 0);
      box-shadow: 0 0 0 0 rgba(126, 211, 33, 0);
  }
}

/* off-canvas menu */

.t3-wrapper {
    background: rgba(255, 255, 255, 0.0) none repeat scroll 0% 0%;
    position: relative;
    left: 0px;
    z-index: 99;
    transition: transform 0.5s ease 0s;
    overflow: visible;
}


.off-canvas-effect-3.off-canvas-open .t3-wrapper, .off-canvas-effect-4.off-canvas-open .t3-wrapper, .off-canvas-effect-4.off-canvas-open .t3-mainnav-android {
    transform: translate3d(0px, 0px, 0px);
    -webkit-transform: translate3d(0px, 0, 0);
    transform: translate3d(0px, 0, 0);
}
        
        
.off-canvas-effect-3.t3-off-canvas, .off-canvas-effect-4.t3-off-canvas {
    z-index: 1000;
    background-color: rgba(255, 255, 255, 0.80);
/*background-color: rgba(0, 0, 0, 0.60);
background-color: rgb(255, 255, 255);*/
    margin-top: 0px;
width: 300px;
}


.fa-navicon::before, .fa-reorder::after, .fa-bars::after {
content: " Виды справок";
font-family: trebuchet ms,serif;
text-transform: uppercase;
text-shadow: 0px 1px 2px rgba(0, 0, 0, 0.2);
}

.navbar-toggle .fa-bars::after {
content: "";
}
                    
.off-canvas-effect-3.off-canvas-open .off-canvas-effect-3.t3-off-canvas {
    transition: transform 0.5s ease 0s;
    transform: translate3d(0px, 0px, 0px);
}

.t3-off-canvas-body .t3-module .module-inner {                            
padding-top: 0px;
}

.t3-off-canvas .nav > li > a {
    position: relative;
    display: block;
    padding: 5px 15px;
}


.t3-off-canvas .t3-off-canvas-body .module-title {
    margin-bottom: 5px;
text-align: center;
display: block;
}

/* mainnav */

.t3-mainnav {
/*background: rgba(255, 255, 255, 0.95) none repeat scroll 0% 0%;*/
/*background: RGBA(40, 40, 40, 0.95);*/
background: RGBA(30, 30, 30, 0.8);
font-family: trebuchet ms,serif;
border: 0px;
text-transform: uppercase;
}

.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
color: #e9e9e9 !important;
background-color: transparent;
padding: 15px 25px 15px 25px;
/*border-left: 1px solid #dde4e6;
border-right: 1px solid #dde4e6;
border-left: 1px solid #30cc38;
border-right: 1px solid #30cc38;*/
transition: all 0.2s;
}

.navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus, .navbar-default .navbar-nav > a:hover, .navbar-default .navbar-nav > a:focus {
/*background: #f2f2f2;
color: #30cc38 !important;*/
color: #313131 !important;
background-color: #fbcc00;
}

.navbar-default .navbar-nav {
font-size: 14px;
font-family: "Roboto","Helvetica Neue",Helvetica,Arial,sans-serif;
}

/*.navbar-default .navbar-nav > li {

border-left: 1px solid #30cc38;
border-right: 1px solid #30cc38;
}*/


.navbar-default .navbar-nav > li + li {
border-left: 0px solid #fb6d35;
border-right: 0px solid #fb6d35;
}


.navbar-default .navbar-nav > li > a {
color: #e9e9e9 !important;
background-color: transparent;
padding: 15px 25px 15px 25px;
/*border-left: 1px solid #dde4e6;
border-right: 1px solid #dde4e6;
border-left: 1px solid #30cc38;
border-right: 1px solid #30cc38;*/
transition: all 0.2s;
height: 42px;
line-height: 10px;
margin-left: 2px;
text-shadow: 0px 1px 2px rgba(255, 255, 255, 0.2);
  }
.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
/*background: #f2f2f2;
color: #30cc38 !important;*/
color: #313131 !important;
background-color: #fbcc00;
text-shadow: 0px 1px 2px rgba(0, 0, 0, 0.2);
}

.navbar-default .navbar-nav .separator {
    padding-top: 15px;
    padding-bottom: 15px;
    color: #fff;
    color: #e9e9e9;
    background-color: transparent;
    padding: 10px 25px 12px 25px;
    transition: all 0.2s;
    cursor: pointer;
}


.navbar-default .navbar-nav .separator:hover, .navbar-default .navbar-nav .separator:focus {
color: #313131;
background-color: #fbcc00;
text-shadow: 0px 1px 2px rgba(0, 0, 0, 0.2);
}


/* sidebar */

.t3-sidebar {
    padding-top: 0px;
    padding-bottom: 20px;
}


/* sidebar modules */

.t3-module .module-inner {
 padding: 20px 20px;
}

.module-title {
    margin-bottom: 10px;
}

.module-title {
	color: #5e646c;
	/*border-bottom: 2px solid #5e646c;*/
	border-bottom: 2px solid #fbcc00;
	font-family: "Roboto","Helvetica Neue",Helvetica,Arial,sans-serif;
	color: #344150;
font-size: 17px;
font-weight: 700;
letter-spacing: 1px;
line-height: 1.1;
text-transform: uppercase;
display: table;
text-shadow: 0px 1px 2px rgba(0, 0, 0, 0.1);
}




.t3-sidebar .nav > li > a {
    color: #5e646c;
    text-decoration: none;
    line-height: 1.1;
    display: block;
	padding: 10px 0;
	font-size: 16px;
	font-family: "Roboto","Helvetica Neue",Helvetica,Arial,sans-serif;
	border-bottom: 1px solid #ecf0f1;
	/*border-bottom: 1px solid #fb6d35;*/
	border-radius: 0px;
}

.t3-sidebar .nav > li > a:hover, .t3-sidebar .nav > li > a:focus {
    color: #fb6d35;
background-color: transparent;
}

.t3-sidebar .nav-pills > li.active > a, .nav-pills > li.active > a:hover, .nav-pills > li.active > a:focus {
    color: #5e646c;
}

.t3-sidebar .nav-pills > li.active > a {
    color: #5e646c;
	text-decoration: none;
}

.t3-sidebar .nav-pills > li.active > a:hover, .t3-sidebar .nav-pills > li.active > a:focus {
    color: #fb6d35;
background-color: transparent;
}

.nav-pills > li.active > a {
  color: #5e646c;
  background-color: transparent;
}


.nav-pills > li.active > a:hover,
.nav-pills > li.active > a:focus {
    color: #fb6d35;
background-color: transparent;
}


.t3-module {
    margin-bottom: 10px;
    width: 290px;
/*	background-color: #f7f7f7;*/
	color: #5e646c;
	
}

.t3-sidebar .t3-module {
border: 1px solid #ededed;
}

@media (max-width: 310px) {
.t3-sidebar .t3-module {
width: 100%;
}
}

.popularside {
border: 0px !important;
}

.t3-sidebar .module-ct {
padding: 0px 0px 0px 15px;
/*box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);*/
}

.t3-off-canvas .module-ct {
padding: 5px;
}


/* jcomments form */                      
#comments-form-message {                  
    background-color: rgba(244, 82, 93, 0.12);
    padding: 7px;                         
    margin: 7px;                          
    font-weight: bold;                    
}

.counter {
    float: left;
}
.counter {
    display: inline-block;
    margin-top: -3px;
    padding: 0px;
    background-color: rgba(255, 255, 255, 0);
    border: 1px solid rgba(221, 221, 221, 0);
    border-radius: 0px;
}


#jc #comments > .comments-list .comments-list {
    background: #F5F5F5;
    border: 0;
    border-radius: 0;
    margin: 0px 0 30px;
    padding: 10px;
}

/* content */

.uppercontent {
display: table;
margin: 5px auto 10px;
width: 80%;
font-size: 16px;
padding: 10px 15px;
border: 1px solid #f5f5f5;
border-radius: 2px;
}

.priceblock {
display: table;
margin: 0 auto;
font-size: 23px;
border-bottom: 1px solid #ecf0f1;
font-family: "Roboto","Helvetica Neue",Helvetica,Arial,sans-serif;
text-shadow: 0px 3px 3px rgba(90, 90, 90, 0.5);
}

.priceblock.lesser {
font-size: 21px;
}

.priceblock span {
color: #ff1200;
font-weight: 600;
font-family: "Roboto","Helvetica Neue",Helvetica,Arial,sans-serif;
}

@media (max-width: 500px) {
.uppercontent {
width: 100%;
}

.priceblock {
text-align: center;
    font-size: 21px;
}
}

.priceblock.lesser {
font-size: 19px;
}


.box {
	margin-bottom: 20px;
}
.box .box-heading {
	color:#969b9d;
	text-transform:uppercase;

/*	font-family: "Oswald";*/
	font-weight: 300;
	font-size: 28px;
	
	margin-top:15px;
	margin-bottom:15px;
	height:38px;
}
.box .box-content {
	background: #FFFFFF;
}


/*head */

.headercontact.phone {
background: url("../images/phone-black.png");
  background-repeat: repeat;
  background-size: auto;
background-size: cover;
background-repeat: no-repeat;
background-size: 35px 35px;
height: 38px;
}

.headercontact.whatsapp {
background: url("../images/whatsapp-logo2.png");
  background-repeat: repeat;
  background-size: auto;
background-size: cover;
background-repeat: no-repeat;
background-size: 35px 35px;
height: 55px;
}

.headercontact.whatsapp span {
clear: both;
display: table;
text-align: center;
font-size: 14px;
width: 100%;
}

.telegramm {
  text-align: center;
}


.openingtime {
text-align: center;
padding-top: 2px;
text-shadow: 0px 1px 2px rgba(0, 0, 0, 0.37);
}

.headercontact.phone a, .headercontact.phone a:hover, .headercontact.phone:focus, .headercontact.phone a:visited, .headercontact.whatsapp a, .headercontact.whatsapp a:hover, .headercontact.whatsapp:focus, .headercontact.whatsapp a:visited {
text-decoration:none;
color: #344150;
}

.headphonewrapper {
display: table;
float: right;
background-color: RGBA(255, 255, 255, 0.7);
/*padding: 10px 10px 10px 20px;*/
padding: 8px 10px 7px 20px;
border-radius: 2px;
box-shadow: 0 5px 15px rgba(0, 0, 0, 0.40);
/*position: relative;*/
position: absolute;
right: 5px;
top: 25px;
}

@media (max-width: 1280px) {
.headphonewrapper {
position: relative;
right: 5px;
}
}

@media (min-width: 768px) {
@media (max-width: 900px) {
.headphonewrapper {
    position: relative;
    right: 0px;
    display: table;
    float: none;
margin: 0 auto 40px;
}

.headercallback {
    top: 155px; /*135*/
}

}
}

.headercallback span {
width: 300px;
padding: 10px 20px !important;
background-color: rgba(238, 48, 61, 1);
color: rgba(250, 250, 250, 1);
font-size: 14px;
font-weight: normal;
border-radius: 3px;
border: none;
text-align: center;
margin: 0 auto;
box-shadow: 0 5px 15px rgba(0, 0, 0, 0.50);
font-weight: 600;
color: #fff;
text-decoration: none;
display: table;
cursor: pointer;
}

.headercallback {
    position: absolute;
    top: 160px; /* old 140 */
}

.headphonewrapper span {
padding: 0px 30px 0px 40px;
}


/* footer */

#footermenubg {
background-image: url("../images/house-footer2.png");
background-size: cover;
width: 300px;
height: 211px;
opacity: 0.9;
}

.footerphonewrapper, .footermapwrapper {
display: inline-block;
padding: 5px 5px;
opacity: 0.9;
margin: 0 auto;
min-width: 300px;
vertical-align: top;
}

.footerphonewrapper {
font-size: 18px;
font-weight: 600;
}

.footermapwrapper {
font-size: 14px;
}

.footercontact.phone {
    background: url("../images/phone-white.png");
background-size: cover;
width: 30px; /* 50 */
height: 30px; /* 50 */
float: left;
margin-right: 10px;
display: block;
}
.footercontact.map {
    background: url("../images/adress-white.png");
background-size: cover;
width: 50px;
height: 50px;
float: left;
margin-right: 10px;
display: block;
}

.footerphonewrapper p {
margin-top: 0px;
}

.footerphonewrapper a, .footerphonewrapper a:hover, .footerphonewrapper a:visited, .footerphonewrapper a:focus {
text-decoration:none;
color: #F3F3F3;
}


footer .footer-column-30 ul {
padding: 10px 5px;
/*background: RGBA(40, 40, 40, 0.75);*/
display: table;
}

footer .footer-column-30 li > a {
    padding: 5px 15px;
font-size: 14px;
font-weight: 500;
}

footer .footer-column-30 li {
margin-left: 0px;
}

footer .footer-column-30 li.active > a {
color: #e9e9e9;
}

footer .footer-column-30 a, footer .footer-column-30 a:visited {
color: #e9e9e9;
}

.setyellow {
color: #fbcc00;
}

footer .footer-column-30 a:hover, footer .footer-column-30 li.active > a:hover, footer .footer-column-30 a:focus, footer .footer-column-30 li.active > a:focus {
background:transparent;
color: #fb6d35;
}

footer .footer-column-100 {
width: 100%;
float: none;
padding: 15px 20px;
background: RGBA(40, 40, 40, 0.75);
margin: 10px auto 0px;
}

footer .footer-nobgcol {
background: transparent;
display: table;
margin: 0px auto 20px;
}


@media (max-width: 767px) {
.footer-column-30.col-sm-4 {
    margin: 10px auto;
    display: table;
    padding-bottom: 10px;
}
}

@media (min-width: 767px) {
footer .footer-column-85 {
width: 80%;
text-align: center;
float: none;
padding: 10px 5px;
background: RGBA(40, 40, 40, 0.75);
margin: 10px auto 0px;
}
}

@media (max-width: 767px) {
footer .footer-column-85 {
  width: 70%;
  text-align: center;
float: none;
margin: 10px auto 0px;
padding: 10px 5px;
}
}

@media (max-width: 330px) {
footer .footer-column-85 {
  width: 66%;
  text-align: center;
  float: left;
  margin-left: 14%;
}
}

footer .footer-column-15 {
width: 20%;
float: left;
}



.t3-footer {
background: transparent;
border-top: 4px solid #fbcc00;
}

.copyright {
    margin-bottom: 0px;
}

.t3-copyright {
    border-top: 0px solid #fb6d35;
    font-size: 13px;
	padding: 20px;
	margin: 0px auto;
	color: #F3F3F3;

}

.footerimgwrap {
background: RGBA(0, 0, 0, 0.75);
}

.t3-footer .footerimg {
background-image: url("../images/spravki-bgbottom-1.jpg");
background-size: cover;
}

.t3-footnav .module-inner {
padding: 5px 10px;
}

.t3-footnav .t3-module {
margin-top: 5px;
margin-bottom: 5px;
background: RGBA(40, 40, 40, 0.75);
display: table;
width: auto;
margin: 0 auto;
}

.t3-footnav .t3-module ul > li > a {
    color: #fff;
font-family: trebuchet ms,serif;
font-weight: 600;
}

.t3-footnav .t3-module ul > li > a:hover, .t3-footnav .t3-module ul > li > a:focus {
    color: #fff;
background: transparent;
text-decoration:underline;
}

.t3-footnav li {
display: inline-block;
}


/* pricetable + acticles extend class */

.pricetable table {
background-color: #fff;
display:table;
max-width: 900px;
width:90%;
border: 1px solid #dddddd;
}

.pricetable.big  table {
max-width: 100%;
}


.pricetable td {
font-size: 16px;
font-weight: 500;
color: #313131;
padding: 5px 20px;
cursor: pointer;
}

.pricetable td + td {
border-left: 1px solid #b3b3b3;
}

.pricetable tbody tr:nth-child(2n+1) {
    background: #ced0d3;
}

.tablehead td + td, .tablehead {
border: 2px solid #fff;
border-bottom: 2px solid #fbcc00;
}

.tablehead {
border-left: 2px solid #1c1713;
border-right: 2px solid #1c1713;
}

.tablehead td {
    font-size: 17px;
    font-weight: 500;
    color: #e9e9e9;
    border-bottom: 1px solid #b3b3b3;
    border-top: 1px solid #fff;
   /* background: #1c1713;*/
background: rgba(11, 23, 43, 0.8);
text-shadow: 0px 2px 3px rgba(255, 255, 255, 0.3);
}

.pricetable tr:hover {
background-color: #fcfcfc;
}

.pricetable {
margin-bottom:15px;
}

.aftertable-button {
padding: 7px 15px 7px 15px;
color: #313131 !important;
border-radius: 2px;
text-decoration: none;
border: 2px solid #fbcc00;
font-family: trebuchet ms,serif;
font-weight: 700;
display: table;
margin: 20px auto 20px auto;
font-size: 17px;
text-align: center;
transition: background .20s ease-out;
background: #fbcc00;
}

.pricetable.middlealign td {
text-align: center;
vertical-align: middle;
}

.warn-text {
display: inline-block;
width:80%;
padding: 20px;
}

.pricepage {
display: table;
margin: 0 auto;
}

#logimg {
background-image: url("../images/log-table-bg-small.png");
background-position: left top;
background-repeat: no-repeat;
min-height: 68px;
padding: 7px 10px;
}

#logimg p {
margin-left: 110px;
font-size: 20px;
font-weight: 600;
color: #344150;
border-bottom: 2px solid #f3865b;
display: table;
}

#piloimg {
background-image: url("../images/pilo-img-small.png");
background-position: left top;
background-repeat: no-repeat;
min-height: 68px;
padding: 7px 10px;
}

#piloimg p {
margin-left: 110px;
font-size: 20px;
font-weight: 600;
color: #344150;
border-bottom: 2px solid #f3865b;
display: table;
}

#deliverimg {
background-image: url("../images/deliver-img-small.png");
background-position: left top;
background-repeat: no-repeat;
min-height: 100px;
padding: 7px 10px;
}

#factoryimg {
background-image: url("../images/factory-img-small.png");
background-position: left top;
background-repeat: no-repeat;
min-height: 100px;
padding: 7px 10px;
}

#priceyimg {
background-image: url("../images/price-img-small.png");
background-position: left top;
background-repeat: no-repeat;
min-height: 100px;
padding: 7px 10px;
}

#aboutimg {
background-image: url("../images/about-img-small.png");
background-position: left top;
background-repeat: no-repeat;
min-height: 100px;
padding: 7px 10px;
}

#deliverimg h1, #factoryimg h1,  #priceyimg h1, #aboutimg h1 {
margin-left: 110px;
border-bottom: 2px solid #f3865b;
display: table;
border-left: 0px;
}

/* some mobile sh!t for head */

@media (max-width: 767.999px) {

.headphonewrapper {
    display: table;
    float: none;
    margin: 10px auto;
    position: relative;
    right: 0px;
    top: 0px;
}

.headercallback {
    top: 165px; /* old 120 */
}

.advantages-list {
margin: 50px auto 0px;
display: table;
}

.headercallback span {
    width: auto;
}

.maintitle {
margin: 0 auto;
display: table;
text-align: center;
font-size: 20px;
}

.upimage {
height: auto;
overflow: unset;
}

.bottom-pattern {
    position: relative;
height: auto;
}

.bottom-item {
margin: 10px 10px;
}

.headercontact.phone {
height: auto;
min-height: 42px;
}

.mainphone {
font-size: 23px;
}

}


@media (max-width: 500px) {

.advantage {
    font-size: 20px;
}

.advantage-small {
    font-size: 15px;
}

.advantages-list {
    padding: 13px 20px 18px;
    font-size: 15px;
}
}

/* tables mobile fix */

@media (max-width: 767.999px) {
.pricetable td {
    font-size: 12px;
    padding: 5px 3px;
font-family: trebuchet ms,serif;
}

.tablehead td {
    font-size: 12px;
font-family: trebuchet ms,serif;
}

}


/* anonstabs */

.anonsborder {
    padding: 5px 10px;
    border: 5px solid #f3865b;
}

.anonsborder.small {
    padding: 5px 10px;
    border: 5px solid #f3865b;
display:table;
margin-bottom:15px;
font-size: 15px;
}

.homeimgfull {
padding: 7px 7px;
display: table;
margin: 15px auto;
box-shadow: 0 0 10px rgba(0,0,0,0.5);
}

.imghalfline img {
width: 47%;
display: inline-block;
padding: 5px 5px;
box-shadow: 0 0 5px rgba(0,0,0,0.5);
margin: 3px 5px;
}


.article-content h1 {
border-bottom: 2px solid #ff5800;
text-shadow: 0px 2px 3px rgba(51, 71, 93, 0.25);
display: table;
padding-bottom: 2px;
margin: 10px auto 10px;
}

@media (max-width: 768px) {
  h1 {
font-size: 23px;      
  }  
  h2 {
font-size: 21px;      
  } 
  h3 {
font-size: 20px;      
  } 
  h4 {
font-size: 19px;      
  }
}

.article-content h2, .article-content h3 {
border-left: 5px solid #ff5800;
padding: 5px 0px 5px 15px;
text-shadow: 0px 2px 3px rgba(51, 71, 93, 0.25);
}

.anonsborder h1, .anonsborder h2, .anonsborder h3 {
padding: 0px;
border-left: 0px;
}


/* contacts page */

.pagephonewrapper, .pagemapwrapper {
display:block;
padding: 5px 5px;
opacity: 0.9;
margin-left: 20px;
}

.pagephonewrapper {
font-size: 18px;
font-weight: 600;
}

.pagemapwrapper {
font-size: 14px;
padding-bottom: 30px;
}

.pagemapwrapper p {
vertical-align: middle;
padding-top: 15px;
font-weight: 500;
}


.pagecontact.phone {
    background: url("../images/phone-black.png");
background-size: cover;
width: 50px;
height: 50px;
float: left;
margin-right: 10px;
display: block;
}
.pagecontact.map {
    background: url("../images/adress-black.png");
background-size: cover;
width: 50px;
height: 50px;
float: left;
margin-right: 10px;
display: block;
}

/* sidebar contacts */


.sidephonewrapper, .sidemapwrapper {
display:block;
padding: 5px 5px;
}

.sidephonewrapper {
font-size: 16px;
font-weight: 600;
}

.sidemapwrapper {
font-size: 14px;
}

.sidemapwrapper p {
vertical-align: middle;
padding-left: 44px;
font-weight: 500;
}


.sidecontact.phone {
    background: url("../images/phone-black.png");
background-size: cover;
width: 35px;
height: 35px;
float: left;
margin-right: 10px;
display: block;
}
.sidecontact.map {
    background: url("../images/adress-black.png");
background-size: cover;
width: 35px;
height: 35px;
float: left;
margin-right: 10px;
display: block;
}


/* joomla part */

/* category buttons */

P.jcomments-links a, .jcomments-links a:link, .jcomments-links a:visited
{
background: none repeat scroll 0% 0% #332F2E;
/*border: 1px solid #F15A3B;*/
box-shadow: none;
border-radius: 0px;
color: #FFF;
display: inline-block;
font-weight: bold;
padding: 5px 7px;
text-shadow: none;
margin-bottom: 10px;
font-family: Tahoma,Arial,Helvetica,sans-serif;
text-decoration: underline;
}

P .jcomments-links a:focus, .jcomments-links a:hover
{
background: none repeat scroll 0% 0% #332F2E;
/*border: 1px solid #F15A3B;*/
box-shadow: none;
border-radius: 0px;
color: #F00;
display: inline-block;
font-weight: bold;
padding: 5px 7px;
text-shadow: none;
margin-bottom: 10px;
font-family: Tahoma,Arial,Helvetica,sans-serif;
}


.article-intro img, .article-content img {
    display: inline;
    max-width: 100%;
    height: auto;
}


.items-row .item {
    margin-bottom: 20px;
}

/*  ***** */


a, a:visited, a:focus {
    color: #fb6d35;
    text-decoration: none;
}

a:hover {
    color: #fb6d35;
    text-decoration: underline;
}


.article-intro img[align="left"], .article-content img[align="left"], .article-intro .img_caption.left, .article-content .img_caption.left, .article-intro .pull-left.item-image, .article-content .pull-left.item-image {
    margin: 0px;
}

@media (max-width: 767px) {
.article-intro img, .article-content img {
    display: inline;
    max-width: 100%;
    color: #3A3A3A;
    margin: 5px !important;
}
.joomslide {
    width: 100%;
    height: auto;
}

}



/* adsense fix */
/*
.article-content iframe {
    width: 100% !important;
    height: 100%;
}
*/


/* breadcumps */


.t3-navhelper {
    background: transparent;
    border-top: 0px solid #eeeeee;
    color: #F6F6F6;
    padding: 0px 0;
    margin-bottom: 0px;
}

.breadcrumb {
    padding: 0px 0px;
    margin-bottom: 0px;
    list-style: none;
    background-color: transparent;
    border-radius: 4px;
	color: #F6F6F6;
	margin-left: 40px;
}

.breadcrumb > .active {
    color: #F6F6F6;
	font-weight: 600;
	font-family: trebuchet ms,serif;
}

.breadcrumb > li {
font-family: trebuchet ms,serif;
font-weight: 600;
}

.pathway, .pathway:hover, .pathway:focus, .pathway:visited, .pathway a, .pathway a:hover, .pathway a:focus, .pathway a:visited {
  color: #FFF;
  text-decoration: underline;
}


/* addthis hide */

@media (max-width: 1135px) {
.addthis-smartlayers, div#at4-share, div#at4-follow, div#at4-whatsnext, div#at4-thankyou {
    padding: 0px;
    margin: 0px;
    display: none;
}
}


/* burger patch */

/*.fa-navicon::before, .fa-reorder::before, .fa-bars::before {
  /*  content: "É";*/
    content: "Меню";
    font-family: FontAwesome, Helvetica;
}*/

/* vk fix easyblog+ mobile */

#vk_comments, #vkwidget2 {
    height: 148px;
    width: 100% !important;
    max-width: 496px !important;
}


/* search page height booster */


#___gcse_0 {
min-height: 600px;
}


@media (min-width: 768px) {
#___gcse_0 {
min-height: 1100px;
}
}

/* search page height booster */


#___gcse_0 {
min-height: 600px;
}


@media (min-width: 768px) {
#___gcse_0 {
min-height: 1100px;
}
}

/* search fix */

.gsc-input, .gsc-search-button, .gsc-clear-button {
  border-top: 0px solid #DDD;
}

/* google search image fix */

.gsc-table-cell-thumbnail, .gs-promotion-image-cell {
    padding: 5px !important;
}
    
.gs-web-image-box, .gs-promotion-image-box {
    width: 120px !important;
}
        
.gs-web-image-box img.gs-image, .gs-promotion-image-box img.gs-promotion-image {
    max-width: 120px !important;
}

.cse .gsc-webResult.gsc-result, .gsc-webResult.gsc-result, .gsc-imageResult-column, .gsc-imageResult-classic {
    border: 0px solid #FFF !important;
}

.cse .gsc-webResult.gsc-result:hover,
.gsc-webResult.gsc-result:hover,
.gsc-webResult.gsc-result.gsc-promotion:hover,
.gsc-results .gsc-imageResult-classic:hover,
.gsc-results .gsc-imageResult-column:hover {
  border: 0px solid !important;
}


.gsc-above-wrapper-area {
border-bottom: 0px solid #E9E9E9 !important;
}
.cse .gsc-control-cse, .gsc-control-cse {
    border: 0px solid #FFF !important;
}

@media (max-width: 767.9px) {
.jlexreview a.rebtn._hi {
  margin: 5px 5px 5px 5px;
  display:block;
  text-align: center;
}
}


.nopadding {
padding: 5px 1px !important;
}

/* r-button */

.shbutton, .shbutton:visited {
padding: 8px 14px;
display: inline-block;
background-color: #fb6d35;
color: #FBFBFB;
font-weight: 600;
font-size: 16px;
text-decoration: none;
border-radius: 2px;
border: 1px solid #2ab632;
transition: all 0.2s;
text-transform: uppercase;
}

@media (max-width: 767.9px) {
.shbutton {
  display:block;
  text-align: center;
}
}
  
.shbutton:hover, .shbutton:focus {
	background-color:#079613;
	text-decoration:none;
  	color:#FFF;
}

.shbutton a, .shbutton a:visited, .shbutton a:hover, .shbutton a:focus {color:#FFF;}

.companyinfo {
border: 1px solid #ededed;
box-shadow: 0 0px 3px rgba(237, 237, 237, 0.94);
font-family: trebuchet ms,serif;
margin: 10px 0px 10px 0px;
color: #5e646c;
border-collapse: separate;
padding: 10px;
}

@media (min-width: 1280px) {
.companyinfo {
width: 90%;
}
}

.companyinfo span {
font-weight: 700;
color: #0a9e11;
}

.companyinfo td {
padding: 5px;
text-align: center;
vertical-align: middle;
}

.cell-bottom {
border-right: 1px solid #dddddd;
padding: 7px 0px;
font-size: 14px;
}

@media (min-width: 1280px) {
.cell-bottom {
font-size: 16px;
}
}

.cell-bottom:last-of-type {
border-right: 0px solid #dddddd;
}

.cell-name {
/*font-size: 19px;
color: #fb6d35;*/
font-size: 23px;
color: #2dbf35;
font-weight: 700;
vertical-align: middle;
position: absolute;
}

.cell-name span {
font-family: trebuchet ms,serif;
color: rgb(94, 100, 108);
font-size: 14px;
margin-top: -5px;
padding: 0px;
display: block;
font-weight: 600;
}

.cell-link, .no-cell, .cell-name, .cell-logo {
border-top: 0px;
}

.cell-link a, .cell-link a:visited {
padding: 8px 14px;
display: inline-block;
background-color: #fb6d35;
color: #FBFBFB;
font-weight: 600;
font-size: 16px;
text-decoration: none;
border-radius: 2px;
border: 1px solid #2ab632;
transition: all 0.2s;
text-transform: uppercase;
min-width: 207px;
}

.cell-link a:hover, .cell-link a:focus {
background-color: #30d538;
border: 1px solid #fb6d35;
box-shadow: 0 0px 3px rgba(48, 204, 56, 0.6);
}



@media (max-width: 750px) {

.companyinfo {
/*width:100%;
display:block;*/
padding: 5px;
margin: 10px auto 10px auto;
}

.cell-name, .cell-link, .cell-logo, .no-cell {
width: 100%;
display:block;
}
.companyinfo tr {
display:block;
}
.cell-name {
position: relative;
}

.cell-bottom {
display: inline-block;
width: 49%;
border: 1px solid #dddddd;
margin-top: 2px;
}

.cell-bottom:last-of-type {
    border-right: 1px solid #dddddd;
}

}

@media (max-width: 500px) {
.cell-bottom {
width: 100%;
}
}

.readmore {
    display: inline;
}

.readmore .btn-default {
border: 0px;
}

.readmore .btn {
padding: 0px;
border: 0px;
font-weight: 600;
color: #fb6d35;
}

.readmore .btn-default:hover,
.readmore .btn-default:focus,
.readmore .btn-default.focus,
.readmore .btn-default:active,
.readmore .btn-default.active {
background-color: transparent;
color: #fb6d35;
text-decoration:underline;
}


/* remont syles */

.col4types {
width: 270px;
height: 230px;
display: inline-block;
text-align: center;
overflow: hidden;
position: relative;
border-radius: 2px;
box-shadow: 0 0px 5px rgba(0, 0, 0, 0.25);
margin: 2px;
}

.col5types {
width: 214.3px;
height: 183px;
display: inline-block;
text-align: center;
overflow: hidden;
position: relative;
border-radius: 2px;
box-shadow: 0 0px 5px rgba(0, 0, 0, 0.25);
margin: 2px;
}

@media (max-width: 1279px) {
.col4types {
width: 240px;
height: 204px;
}

.col5types {
width: 190px;
height: 162px;
}

}

.coltitles a {
color: #fff;
}

.col4types .coltitles, .col5types .coltitles  {
font-family: "Trebuchet MS";
font-weight: 600;
color: #fff;
background: rgba(0, 0, 0, 0.5) none repeat scroll 0% 0%;
padding: 15px 15px;
position: absolute;
width: 100%;
bottom: 0;
left: 0;
right: 0;
font-size: 17px;
box-shadow: 0 0px 5px rgba(0, 0, 0, 0.35);
}

.col5types .coltitles  {
font-size: 16px;
}


.newhouse {
    background-image: url("../images/newhouse-pic.jpg");
    background-size: cover;
}

.baserenovation {
    background-image: url("../images/baserenovation-pic.jpg");
    background-size: cover;
}

.capitalrenovation {
    background-image: url("../images/kapitalniy-pic.jpg");
    background-size: cover;
}

.eurorenovation {
    background-image: url("../images/eurorenovation-pic.jpg");
    background-size: cover;
}


.bathrenovation {
    background-image: url("../images/bath-pic.jpg");
    background-size: cover;
}

.kitchenrenovation {
    background-image: url("../images/kitchen-pic.jpg");
    background-size: cover;
}

.apartmentsrenovation {
    background-image: url("../images/apartments-pic.jpg");
    background-size: cover;
}

.houserenovation {
    background-image: url("../images/house-pic.jpg");
    background-size: cover;
}

.cottagerenovation {
    background-image: url("../images/cottage2-pic.jpg");
    background-size: cover;
}

.coltype-title {
    font-family: trebuchet ms,serif;
    font-family: "Roboto","Helvetica Neue",Helvetica,Arial,sans-serif;
    font-weight: 600;
    font-size: 16px;
    color: #fbcc00;
display: block;
text-shadow: 0px 2px 3px rgba(252, 221, 47, 0.2);
}

.col5types .coltype-title {
font-size: 15px;
}

/* mobile behavor */

@media (max-width: 768px) {

.col4types {
    width: 48.9%;
    height: 240px;
}

.col5types {
    width: 32%;
    height: 200px;
}
}

@media (max-width: 500px) {
.col4types {
width: 90%;
height: 250px;
margin: 0 auto 10px;
display: block;
}

.col5types {
width: 90%;
height: 230px;
margin: 0 auto 10px;
display: block;
}
}




.smallpics img {
width:20%;
display: inline-block;
padding: 4px;
border-radius: 2px;
}

.bigpics img {
max-height: 300px;
overflow: hidden;
width: 100%;
padding-bottom: 3px;
border-radius: 2px;
padding-left: 4px;
padding-right: 4px;
}


.sige_thumb img {
    padding: 2px !important;
}

.items-leading .leading {
margin-bottom: 20px;
padding-bottom: 20px;
border-bottom: 2px solid #e7e7e7;
}


/* forms */

.com-baforms {
width: 85%;
display: table;
margin: 10px auto;
/*border: 1px solid #f6f6f6;
border-radius: 2px;
*/
}

.ba-form {
box-shadow: 4px 5px 7px rgba(0, 0, 0, 0.07);
}

.creativecontactform_wrapper {
width: 85% !important;
display: table;
margin: 10px auto !important;
border-radius: 2px;
background-color: rgba(252, 252, 252, 1) !important;
}

/* remont types tabs */

.remont-types-tab {
width: 90%;
display: block;
margin: 20px auto;
padding: 15px 5px;
text-align: center;
clear: both;
position: relative;
height: 190px;
border: 1px solid #ededed;
box-shadow: 0 0px 5px rgba(183, 183, 183, 0.1);
}

.remont-types-tab .bottom-title {
    font-size: 15px;
}

.remont-types-tab img {
height: 160px;
padding: 3px;
border: 1px solid #ececec;
border-radius: 2px;
box-shadow: 0 4px 7px rgba(0, 0, 0, 0.2);
}

.allremont-types-tabs {
clear: both;
position: relative;
display: block;
}

.remont-types-subtabone h2, .remont-types-subtabone h3 {
border-left: 0px;
padding: 0px;
text-shadow: 0px 2px 3px rgba(0, 0, 0, 0.25);
}

.remont-types-subtabone h2 {
font-size: 20px;
}

.remont-types-subtabone h3 {
font-size: 18px;
}

.remont-types-subtabone {
width: 30%;
display: table;
height: 160px;
float:left;
border-right: 1px solid #ddd;
}


.remont-types-subtabone.base {
background-image: url("../images/kvart-bg1.jpg");
background-size: cover;
}

.remont-types-subtabone.cosmetic {
background-image: url("../images/kvart-bg2.jpg");
background-size: cover;
}

.remont-types-subtabone.capitalniy {
background-image: url("../images/kvart-bg3.jpg");
background-size: cover;
}

.remont-types-subtabone.novostroy {
background-image: url("../images/kvart-bg4.jpg");
background-size: cover;
}

.aftertable-button {
box-shadow: 3px 4px 5px rgba(0, 0, 0, 0.30);
text-shadow: 0px 2px 3px rgba(0, 0, 0, 0.25);
}

.remont-types-subtabone .bottom-title {
text-shadow: 0px 2px 3px rgba(243, 73, 73, 0.3);
}

.remont-types-subtabtwo {
width: 35%;
display: table;
float:left;
text-align: left;
border-right: 1px solid #ddd;
height: 160px;
}

.remont-types-subtabthree {
width: 35%;
display: table;
}

/* tabs mobile */

@media (max-width: 767.999px) {

.remont-types-subtabone, .remont-types-subtabtwo, .remont-types-subtabthree {
width: 90%;
float: none;
height: auto;
border: 0;
} 

.remont-types-tab img {
    height: auto;
}

.remont-types-tab {
    height: auto;
}

}

/* service intro text */

.serviceintro {
background-image: url("../images/bg-remont-intro_v3.jpg");
background-size: cover;
min-height: 175px;
padding: 10px;
position: relative;
display: block;
box-shadow: 0 4px 7px rgba(0, 0, 0, 0.35);
margin-bottom: 15px;
}

.serviceintrotext {
background: rgba(11,23,43, 0.8);
color: #fff;
font-size: 16px;
padding: 10px 15px;
width: 80%;
display: table;
margin: 27px auto 27px;
box-shadow: 5px 7px 7px rgba(0, 0, 0, 0.55);
border-radius: 2px;
}


/* price tabs */

#tabs .tab {
    display: inline-block;
   
    padding: 5px 10px;
    cursor: pointer;
    position: relative;
    z-index:1;
background: #d8d8d8;
border-radius: 3px 3px 0 0;
}
#tabs .whiteborder {
    border: 1px solid #fbd500;
/*    border-bottom: 1px solid #fff;*/
    border-radius: 3px 3px 0 0;
    background-color: #fbcc00;
box-shadow: 4px -1px 10px rgba(0, 0, 0, 0.4);
z-index: 2;
}
#tabs .tabContent {
}
#tabs .hide {
    display: none;
}
#tabs .show {
    display: block;
}


/* popup window */

.info-popup {
cursor:pointer;
}

.popup-window {
padding: 30px 20px;
}

.popup-wrap {
background-color: #fff;
padding: 5px 10px 5px;
background-image: url("../images/popup-bg-2.jpg");
background-size: cover;
border-radius: 3px;
}

.popup-wrap .calcpattern {
background: none;
display: table;
margin: 0 auto;
}

.popup-wrap h2 {
border-bottom: 3px solid #f3865b;
padding: 5px 0px 5px 15px;
text-shadow: 0px 2px 3px rgba(51, 71, 93, 0.25);
margin: 5px auto;
display: table;
border-radius: 2px;
}


/* choisemenu home */

.choisemenu-wrap {
display: table;
width: 90%;
background-image: url("../images/doctor-bg2.jpg");
background-size: cover;
padding: 10px 10px;
border-radius: 4px;
box-shadow: 0 5px 15px rgba(0, 0, 0, 0.20);
}

.choisemenu {
padding: 15px 10px;
border: 1px solid #e0dede;
border-radius: 2px;
margin: 0 auto;
text-align: center;
position: relative;
}

.choisemenu li {
display: inline-block;
}

.choisemenu li a {
padding: 10px 20px;
background-color: rgba(238, 48, 61, 1);
border-radius: 2px;
margin: 4px 2px;
font-size: 14px;
box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.40);
display: block;
}

@media (max-width: 767.999px) {
  .choisemenu li a {
    padding: 5px 15px;
}
}

.choisemenu h2 {
border-bottom: 2px solid #ff5800;
border-left: none;
margin-top: 0px;
}

.choisemenu h3 {
border-left: none;
}

.choisemenu li a, .choisemenu li a:hover, .choisemenu li a:focus, .choisemenu li a:visited {
color: #fff;
text-decoration: none;
}

/* about bottom */

.aboutusbotom {
display: block;
border-top: 2px solid #dbdbdb;
position: relative;
}

.aboutusbotom h3 {
border-left: 5px solid #ff5800;
padding: 5px 0px 5px 15px;
text-shadow: 0px 2px 3px rgba(51, 71, 93, 0.25);
}

.aboutusbotom-img img {
width: 24%;
display: inline-block;
text-align: center;
}

@media (max-width: 767.999px) {
.aboutusbotom-img img {
width: 50%;
}


@media (max-width: 450px) {
.aboutusbotom-img img {
width: 100%;
}
