@CHARSET "UTF-8";
.article-info dd {
	display: inline-block;
	margin-left: 0;
	margin-right: 10px;
	white-space: nowrap;
}
body {
	font-family: 'Cuprum', Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #1f1f1f;
	line-height: 25px;
      background: url(../img/bgb.jpg);
}
  .itemid-144 .line7 {
    display: none;
}
.serv h3 {
    margin-top: 25px;
}
.moduletable p {
    font-size: 16px;
}
.itemid-144 .sliders {
    display: none;
}
.fluid-fon p {
    font-size: 25px;
}
.jfab_wrapper {
    animation-iteration-count: infinite;
}
.moduletable_pisma img {
    width: 25%;
    padding: 20px;
}
.sliders p {
    text-align: justify;
}
.sliders img {
    padding: 10px;
}
a {
	color: inherit;
}
.custom_banner img {
    width: 100%;
}
a:hover {
	text-decoration: none;
	color: #010101;
}
a.navbar-brand {
	float: none;
	padding: 0;
	height: auto;
	display: inline-block;
}
.header-phones a,
.footer-phones a {
	display: block;
}
.row {
	margin: 0;
      margin-bottom: -10px;
}
.slider .container {
	padding: 0;
}

/**************** LAYOUT *******************/
.vtop {float: none;display: inline-block;vertical-align: top;}
.vbottom {float: none;display: inline-block;vertical-align: bottom;}
.vmiddle {float: none;display: inline-block;vertical-align: middle;}
.col {position: relative;font-size: 17px;}
.top {vertical-align: top;}
.bottom {vertical-align: bottom;}
.middle {vertical-align: middle;}
.hide, .md-show, .sm-show, .xs-show, .xxs-show {display: none;}
.left {text-align: left;}
.right {text-align: right;}
.center {text-align: center;}
.justify {text-align: justify; font-size: 0; text-justify: distribute;}
.justify:after {content: ''; display: inline-block; width: 100%;}






/*********************** HEADER *************************/
.header .row>.col-md-6 {
	padding: 0;
}
.header .header-top {
	margin-bottom: 30px;
}
.header .header-top button {
	border: none;
	background: #fa9801;
	padding: 8px 30px;
    margin-top: 20px;
}
.header .header-top button:hover {
	color: #fff;
}
.header .header-phones a {
	font-size: 28px;
    color: #fa9801;
    font-weight: bold;
}
.header .header-schedule p {
	margin: 0;
	font-size: 14px;
}
arendas.arendas.arendas-fixed {
    width: 200px;
    background-color: #fa9801;
    position: fixed;
    text-align: center;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    transform: rotate(90deg);
    z-index: 999;
    top: 40%;
    left: -78px;
}
arendas.arendas.arendas-fixed p {
    font-size: 20px;
    padding: 5px;
    color: white;
    margin-top: 5px;
    transition: 1s;
}
arendas.arendas.arendas-fixed p:hover {
    color: black;
    transition: 1s;
}
/***************** menu *****************/
.navbar-default {
    background: none;
    border: none;
    border-radius: 0;
    min-height: auto;
    margin: 0;
}
.navbar-default .navbar-header {
	float: none;
    display: none;
}
.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
	padding: 0;
}
.navbar-default .navbar-nav {
    float: none;
    display: table;
    width: 100%;
}
.navbar-default .navbar-nav>li {
    float: none;
    display: table-cell;
    text-align: center;
}
.navbar-default .navbar-nav>li>a {
	background: none!important;
	padding: 5px;
	font-weight: 400;
	font-size: 17px;
	color: #1f1f1f;
	display: inline-block;
}
.navbar-default .navbar-nav>li:hover>a,
.navbar-default .navbar-nav>.active>a,
.navbar-default .navbar-nav>.current>a,
.navbar-default .navbar-nav>.active>a:hover,
.navbar-default .navbar-nav>.active>a:focus {
	transition: all 0.25s ease;
    color: #fa9801;
    border-bottom: 1px solid #fa9801;
}








/*********************** ABOUT *************************/
.about .container {
    padding: 6px 0 18px 0;
    background-color: #bdbfca;
}
.about h3 {
	text-transform: uppercase;
    color: #fff;
    padding-left: 15px;
}










/*********************** WHY WE *************************/
.why-we {
	background: url(../images/why-we.png) center no-repeat/cover;
	color: #fff;
}
.why-we .container {
	padding: 30px 15px;
}
.why-we h3 {
	text-transform: uppercase;
	text-align: center;
	margin: 0 0 20px 0;
}





/*********************** SERV *************************/
.serv-box li {
	width: 16%;
	margin: 0.3%;
}
.serv-box {
	position: relative;
}
.serv-box .box {
    position: absolute!important;
    visibility: hidden;
    background: #2a2a2a;
    padding: 15px;
    margin-top: 15px;
    min-height: 187px;
}
.serv-box li img {
	border: 2px solid transparent;
    transition: all 0.25s ease;
    margin: 0 auto;
    border-radius: 50%;
}
.serv-box li:hover img {
	border: 2px solid #fa9801;
}
.serv-box a.mod-articles-category-title {
	display: block;
	width: 100%;
	transition: all 0.25s ease;
}
.serv-box li:hover a.mod-articles-category-title {
	color: #fa9801;
}
.serv-box li:hover + .box {
	visibility: visible;
}
.serv-box .box h4 {
	text-align: left;
	margin: 0;
	font-size: 17px;
	color: #fff;
	line-height: inherit;
}
.serv-box .box h3 {
	font-size: 20px;
    margin-top: 0;
    font-weight: bold;
    text-transform: uppercase;
    color: #fa9801;
}
.serv-box li:nth-child(1) + .box {
	visibility: visible;
}





/*********************** REVIEWS *************************/
.reviews .container {
	padding: 10px 20px;
    text-align: justify;
}
.reviews h3 {
	text-transform: uppercase;
	color: #fa9801;
	margin: 0 0 30px 0;
	text-align: center;
}
.reviews li {
	outline: none;
}
.reviews li img {
	border-radius: 50%;
}
.reviews li h4 {
	font-weight: bold;
}






/*********************** QUESTION *************************/
.question {
	margin: 30px 0;
}
.question .container {
	padding: 30px 15px;
	background: #bdbfca;
}
.question h3 {
	text-transform: uppercase;
	color: #fff;
	margin: 0 0 20px 0;
}
.question .question-btn {
	border: none;
	background: #fff;
}








/*********************** FOOTER *************************/
.footer {
    background: url(../img/bgw.jpg);
}
.footer .container {
	padding: 20px 15px 0 15px;
}
/*********** footer-nav ***********/
.footer-nav .navbar-nav>li {
    float: none;
    display: block;
    width: 100%;
}
.footer-nav .navbar-nav>li>a {
	padding: 5px;
	border-bottom: 1px solid transparent;
}
.footer-nav .navbar-nav>li:hover>a {
	transition: all 0.25s ease;
    color: #fa9801;
    border-bottom: 1px solid #fa9801;
}
/*********** footer-serv ***********/
.footer-serv {
max-width: 875px;
}
.footer-serv .navbar-nav>li {
    float: none;
    display: inline-block;
    vertical-align: top;
    width: 50%;
    text-align: left;
}
.footer-serv .navbar-nav>li>a {
    padding: 1px 0px;
    border-bottom: 1px solid transparent;
    display: inline-block;
}
body.site.com_content.view-article.no-layout.no-task.itemid-117 .item-page img {
    float: right;
    max-width: 180px;
}
body.site.com_content.view-article.no-layout.no-task.itemid-117 .item-page table strong {
    color: #c83d00;
}
body.site.com_content.view-article.no-layout.no-task.itemid-117 .item-page table {
    max-width: 510px;
    display: inline-block;
    vertical-align: top;
    border: 1px #fa9801 dashed;
    margin: 10px;
        padding: 4px;
}
.footer-serv .navbar-nav>li:hover>a {
	transition: all 0.25s ease;
    color: #fa9801;
    border-bottom: 1px solid #fa9801;
}
/********** footer-cont **********/
.footer-cont h3 {
	display: block;
	vertical-align: top;
	margin: 0;
	font-size: 20px;
	font-weight: bold;
	color: #fa9801;
	line-height: 25px;
	margin-right: 3px;
}
.footer-cont .footer-location {
	margin: 20px 0;
}
.footer-cont .footer-phones .phones,
.footer-cont .footer-location .custom,
.footer-cont .footer-mail .email {
	display: inline-block;
	vertical-align: top;
}
.footer-nav.col.top {
    display: none;
}
/********** copy *************/
.copyright {
	background: #1f1f1f;
	color: #fff;
	padding: 5px 0;
	font-size: 14px;
}
.copyright p {
	margin: 0;
}





/********************************* @MEDIA QUERIES *********************************/
@media(min-width: 992px) {
.mobail {
    display: none;
}
 .moduletable_mobsl  {
    display: none;
}
  .slider_for_992px {
    display: none;
}
}


@media(max-width: 992px) {
  .knopka {
    position: fixed;
    animation-iteration-count: infinite;
    bottom: 0px;
    right: 0px;
}
  .footer .footer-nav {
		display: none;
	}
  .header .header-top button {
    margin-top: 0px !important;
}
   .moduletable_sliddesk  {
    display: none;
}
  table.podkluch p {
    font-size: 13px;
    text-align: justify !important;
}
  table.podkluch td {
    padding: 0 4px !important;
}
  table.material2 img {
    max-width: 98%;
    height: auto;
}
  .copyright p {
    width: 100%;
    text-align: center;
}
  .zvonok_btn {
    background-color: #f54549;
    color: white;
    text-align: center;
    position: fixed;
    bottom: 15px;
    left: 10px;
    width: 62px;
    height: 62px;
    border-radius: 50% !important;
    animation-iteration-count: infinite;
}
  .moduletable_welcome span {
    margin-top: 0px;
    display: inline-block;
}
  table.podkluch img {
    margin-top: 20px;
}
  .napisat_btn img {
margin-top: 14px;
    width: 32px;
}
  .zvonok_btn img {
    margin-top: 17px;
    margin-left: 3px;
    width: 28px;
}
  .napisat_btn {
    position: fixed;
    bottom: 15px;
    right: 10px;
    width: 62px;
    height: 62px;
    border-radius: 50% !important;
    animation-iteration-count: infinite;
}
  .footer-cont.col.topp div {
    vertical-align: top;
    margin-right: 6px !important;
    display: inline-block;
}
	.about .container {
background: #fa9801!important;
    padding: 0 10px 24px 10px !important;
}
  table.podkluch td {
    display: inline-block;
    width: 100% !important;
    text-align: justify;
}
    	
  .col-sm-6 {
    margin-top: 15px;
}
  
  .moduletable_welcome {
    margin-top: 15px;
}
  
  .custom_welcome span {
    line-height: 20px;
    font-size: 28px !important;
    font-weight: bold;
}
header.header {
    position: relative !important;
    width: 100%;
    z-index: 999;
    margin-top: -18px !important;
}
  .phones {
    margin-right: 0px !important;
}
  .top-line {
    margin-top: 8px !important;
    display: inline-block;
}
  
  .header .container {
    padding: 30px 0px 35px;
}
.arenda {
    bottom: 3% !important;
    position: fixed;
    width: 70px !important;
    z-index: 999;
    background-color: #ffa400b0 !IMPORTANT;
    padding: 20px;
    border-radius: 70px;
    right: 43%;
    animation-iteration-count: infinite;
}
  
  table.material td {
    display: inline-block;
    width: 100% !important;
}
  
  table.material2 td {
    display: inline-block;
    width: 100% !important;
}
  
  table.material3 td {
    display: inline-block;
    width: 100% !important;
}
  
 .header .header-phones a {
    font-size: 22px;
    background-color: #7c1509;
    padding: 0px;
    margin: 0 52px;
    color: white;
} 
  .text-center.col-md-9 p {
    font-size: 18px;
    line-height: 30px;
}
.fluid-fon {
    height: 150px;
}
  .moduletable_banner {
    display: none;
}
  .moduletable_banner img {
    height: 191px;
}
.top-box1 {
top: 166px !important;
    padding: 10px !important;
    font-size: 10px !important;
    line-height: 12px !important;
    width: 200px !important;
    left: 0px !important;
    text-align: center !important;
    border-top-left-radius: 20px !important;
    border-bottom-right-radius: 20px !important;
}
  .top-box2 {
    width: 100% !important;
    position: absolute !important;
    background-color: #f8c810 !important;
    text-align: center !important;
    font-size: 8px !important;
    height: 30px !important;
    top: 240px !important;
    border-radius: 5px !important;
    padding: 3px !important;
    right: 0% !important;
    font-weight: bold;
}
  .slider_for_992px img {
    max-width: 100%;
}
  .fluid-fon p {
    font-size: 18px;
}

  p.img {
    padding: 0px 0px !important;
}
  .text-center.col-md-9, .col-xs-12 p {
    color: white;
}
  .text-center.col-md-9, .col-xs-12 p {
    color: white;
    font-size: 16px;
    line-height: 20px;
}
  .col-xs-12 img {
    width: 150px;
}
  .price td {
    font-size: 10px;
    line-height: 11px
}
  .price h3 {
    text-align: center !important;
    font-size: 16px !important;
    font-weight: bold !important;
    padding: 0px !important;
}
  .price p {
    font-size: 10px !important;
}
  .n_p h3 {
    font-size: 16px !important;
    margin: 10px !important;
}
  .n_p p {
    font-size: 12px !important;
    line-height: 16px !important
    width: 100% !important
}
  .n_p img {
    background: none !important;
    margin: 10px !important;
    padding: 0px !important;
}
  .sliders h3 {
    font-size: 16px;
}
  .table1 h3 {
    font-size: 16px;
    text-align: center;
    font-weight: bold;
    margin-top: 10px;
}
   .table2 h3 {
    font-size: 16px;
    text-align: center;
    font-weight: bold;
    margin-top: 25px;
}
  p.obz {
    font-size: 13px;
    margin-top: -5px;
    margin-bottom: 0px !important;
}
  .main-content .container {
    margin-bottom: 0px !important;
}
  .table1 td {
    width: 100%;
    font-size: 12px;
    line-height: 16px;
}
  .table1 h4 {
    font-size: 15px;
    font-weight: bold;
    text-align: center;
}
  .table2 h4 {
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 0px !important;
}
   table.why td {
    display: inline-block;
    width: 50% !important;
    padding: 0px;
}
  .table2 p {
    font-size: 12px;
    line-height: 16px;
    padding: 12px;
}
  .table2 img {
    width: 85px;
}
  .price td:nth-child(2n) {
    width: 70px !important;
}
  .reviews p {
    font-size: 12px;
    line-height: 16px;
}
  .otzyvy h3 {
    font-size: 14px !important;
    text-align: center !important;
}
  .otzyvy img {
    width: 50%;
}
  .otzyvy p.ot1 {
    display: inline-block;
    width: 40%;
    margin: 20px;
}
    .otzyvy p.ot2 {
    display: inline-block;
    width: 40%;
}
  footer.footer h3 {
    font-size: 16px;
}
  footer.footer a {
    font-size: 14px !important;
    line-height: 16px;
}
  .footer .container {
    padding: 10px 15px 0 15px;
}
  .table2 td {
    padding: 0px;
}
  .arenda img {
    display: block !important;
    width: 50px;
    margin-left: -10px;
}
  arendas.arendas.arendas-fixed {
    opacity: 1;
    transition: 1s;
}
  arendas.arendas {
    transition: 1s;
    opacity: 0;
}
  .arenda_btn p {
    display: none;
}
  arendas.arendas.arendas-fixed {
    width: 200px;
    background-color: #fa9801;
    position: fixed;
    text-align: center;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    transform: none;
    z-index: 999;
    top: 40%;
    left: -78px;
}
  arendas.arendas.arendas-fixed {
    transform: none;
}
  .sliders p {
    font-size: 12px;
    text-align: justify;
    line-height: 16px;
}
  .sliders img {
    width: 33%;
    padding: 5px;
}
  p.opis {
    margin-top: 15px;
}
}




@media(max-width: 768px) {

	.footer-serv {
		display: none;
	}
	.navbar-default .navbar-nav {
	    display: block;
	}
	.navbar-default .navbar-nav>li {
	    float: none;
	    display: block;
	    text-align: left;
	}
	.navbar-nav {
	    margin: 0!important;
	}
	.header .header-top .col-sm-6 {
		text-align: center;
	}
	.header .header-top {
	    margin-bottom: 0;
	}
	.header .navbar-brand>img {
	    margin: 0 auto;
	}
	.header a.navbar-brand {
		width: 100%;
	}
	.serv-box .box {
		display: none!important;
	}
	.serv-box li {
	    width: 100%;
	    margin: 10px 0;
	}
	.serv {
	    padding: 15px;
	}
}


@media(max-width: 544px) {

}
.page-header {
    padding: 1px 0px 2px 15px;
    margin: 10px 0 10px;
    border-bottom: 1px solid #eee;
    background-color: #fa9801;
}
h1, .h1 {
    font-size: 24px;
    color: white;
}
h1, .h1, h2, .h2, h3, .h3 {
    margin-top: 8px;
}
h2, .h2 {
    font-size: 24px;
}
.page-header h2 {
    color: white;
}
.modal-dialog.modal-sm .modal-footer {
    display: none;
}
body.site.com_content.view-category.layout-blog.no-task.itemid-119 .why-we {
    background: #fa9801;
    color: #fff;
}

.top-line {
    background-color: #fa9801;
    margin-top: 135px;
    margin-bottom: 10px;
}

a.navbar-brand img {
    margin: 14px 0px 10px 0px;
}

.serv .container {
    padding: 0px;
    color: white;
}

.zvonok_btn {
    background-color: #7c1509d1;
    color: white;
    text-align: center;
}

.napisat_btn {
      background-color: #00e676bd;
    color: white;
    text-align: center;
    display: none;
}

.mobail {
    position: fixed;
    bottom: 0;
    width: 100%;
    background-color: #00e676;
}

.reviews .container {
    margin-top: 0px;
}
.footer-cont.col.topp div {
    vertical-align: top;
    margin-right: 40px;
  display: inline-block;
}
table.material {
    background-color: white;
    border-top: 15px solid white;
    border-bottom: 15px solid white;
}
.main-content .container {
    background-color: white;
    margin-bottom: 20px;
      padding-left: 0px;
    padding-right: 0px;
}
.main-content .container p {
      padding: 10px 20px;
    background-color: #BDBFCA;
    font-size: 16px;
  }
button.navbar-toggle.collapsed {
    display: none;
}
body.site.com_content.view-article.no-layout.no-task.itemid-144 .arenda {
    display: none;
}
.phones {
    margin-right: -200px;
}
.right-otz {
    display: inline-block;
    max-width: 550px;
    width: 100%;
    float: left;
    padding: 8px;
    vertical-align: top;
    text-align: left;
}
.left-otz {
    display: inline-block;
    max-width: 550px;
  width: 100%;
    float: right;
    padding: 8px;
}
div#nexevocontainer_m115 {
    background-color: white;
}
.question h3 {
    color: black;
    border-bottom: 1px #7c1509 solid;
    padding: 0 0 12px 0;
}
table.podkluch td {
    padding: 0 22px;
}
.moduletable_welcome span {
    margin-top: 18px;
    display: inline-block;
}
.footer-cont.col.topp a {
    font-size: 19px;
}
.itemid-144 .item-page {
    text-align: justify;
}
table.material2 {
    margin-bottom: 24px !important;
}

.text-center.col-md-9 {
    color: white;
    font-size: 28px;
    font-weight: bold;
    margin-top: 10px;
    line-height: 40px;
}
.fluid-fon {
    background-color: black;
    border-top: 3px solid #f8c810;
}
.about {
    margin-top: 10px;
}
.price {
    background: url(../img/bgw.jpg);
}
.price h3 {
    text-align: center;
    font-size: 28px;
    font-weight: bold;
    padding: 10px;
    margin: 38px 0 15px 0;
}
.price tbody td {
    padding: 5px;
}
.n_p {
    color: white;
}
.n_p h3 {
    text-align: center;
    font-size: 28px;
    font-weight: bold;
    margin: 15px;
}
.n_p img {
    background: rgba(0,0,0,0.6);
    padding: 5px;
    margin: 15px;
}
p.img {
    padding: 0px 64px;
}
.top-box1 {
    background-color: white;
    border: 1px solid white;
    position: absolute;
    top: 330px;
    right: 55%;
    padding: 30px;
    font-size: 28px;
    border-bottom-right-radius: 50px;
    border-top-left-radius: 50px;
    font-weight: bold;
    line-height: 30px;
}
.top-box1 a {
    color: #7b3d35;
}
.top-box2 {
    width: 80%;
    position: absolute;
    background-color: #f8c810;
    text-align: center;
    font-size: 20px;
    height: 60px;
    top: 588px;
    border-radius: 10px;
    padding: 16px;
    right: 10%;
}
.arenda img {
    display: none;
}
.line, .line1, .line2, .line3, .line4, .line5, .line6, .line7 {
    width: 100%;
    height: 5px;
    margin: 0;
    padding: 0;
    background: url(../images/line.jpg) -10px -10px repeat-x;
}
.itemid-101 .main-content {
    display: none;
}
.sliders {
    background: url(../img/bgw.jpg);
    text-align: center;
    padding: 15px;
}
.sliders h3 {
    margin-bottom: 10px;
    margin-top: 0px;
    font-weight: bold;
}
.reviews {
    background: url(../img/bgw.jpg);
}
.otzyvy h3 {
    text-align: center;
    color: white;
    font-size: 28px;
    font-weight: bold;
    margin-top: 25px;
}
p.ot1 {
    display: inline-block;
    margin: 30px;
}
.itemid-144 .line2 {
    display: none;
}
.header-logo.col-md-9, col-xs-12p {
    color: white;
    font-size: 28px;
    line-height: 32px;
    text-align: center;
    margin-top: 10px;
    font-weight: bold;
}
p.ot2 {
    display: inline-block;
}
.table1 h3 {
    text-align: center;
}
.table1 h4 {
    text-align: center;
}
p.obz {
    text-align: center;
    margin-bottom: 20px;
}
.table2 h3 {
    text-align: center;
    margin-bottom: 20px;
}
.table2 h4 {
    text-align: center;
    margin-bottom: 20px;
}
.table2 td {
  padding: 30px;
}
}


.otzyvy {
    display: none;
}
.line6 {
    display: none;
}