/**
 * J!Blank Template for Joomla by JBlank.pro (JBZoo.com)
 *
 * @package    JBlank
 * @author     SmetDenis <admin@jbzoo.com>
 * @copyright  Copyright (c) JBlank.pro
 * @license    http://www.gnu.org/licenses/gpl.html GNU/GPL
 * @link       http://jblank.pro/ JBlank project page
 */
/* just example of css import */

/* just for test repaltive paths
@import url('print.css');
@import url('reset.css');
*/

/****************************************** FRONTEND STYLES ***********************************************************/

/* classic clearfix */
.clearfix {
    display: block;
}

.clearfix:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}

* html .clearfix {
    height: 1%;
	color : #444;
}

p {
	margin : 0px 0px 10px;
	padding : 0px;
}

body {
	font-family : "Open Sans";
}

.url-path-test {
    
}

.containertop, .myfooter {
	border-top : 3px solid #901315;
	background: url(../images/greybg.jpg) top left repeat;
	min-height : 135px;
}

.container {
	width : 1100px;
	margin : 0px auto;
}

.toplogo, .botlogo {
	width : 25%;
	display : inline-block;
	vertical-align : top;
}

.toplogo img, .botlogo img {
	max-width : 100%;
	height : auto;
	margin-top : 20px;
}

.toptext {
	width : 49%;
	display : inline-block;
	font-family : "Open Sans";
	vertical-align : top;
}

.toptext h1 {
	text-align : center;
	font-family : "Open Sans";
	font-weight : 300;
	margin : 0px;
	padding : 0px;
}

.toptext h1.title1 {
	font-size : 36px;
	color : #000;
}

.toptext h1.title2 {
	font-size : 26px;
	color : #901315;
}

.toptext p {
	text-align : center;
	font-family : "Open Sans";
	font-size : 19px;
	font-weight : 300;
	margin : 5px 0px 0px;
	padding : 0px;
	color : #000;
}

.toptel {
	width : 25%;
	display : inline-block;
	vertical-align : top;
}

.toptel p {
	color : #000;
	text-align : right;
}

.toptel p.tel1 {
	color : #901315;
	font-family : "Open Sans";
	font-size : 32px;
	font-weight : 700;
	margin : 0px;
}

.toptel p.tel2 {
	color : #000;
	font-family : "Open Sans";
	font-size : 26px;
	font-weight : 700;
	margin : 0px;
}

.toptel a img{
	width: 225px;
	height: auto;
	margin-top: 5px;
	margin-bottom: 0px;
}

.greyline {
	background : #901315;
	color : #FFF;
	text-align : center;
	border-top : 1px solid #000;
	border-bottom : 1px solid #000;
	font-size : 22px;
	line-height : 38px;
	font-family : "Open Sans";
	font-weight : 300;
}

.topblock {
	width : 100%;
	height : 700px;
	background: url(../images/topbg.jpg) top center no-repeat;
}

.topleft {
	width : 60%;
	color : #FFF;
	font-family : "Open Sans";
	padding-top : 40px;
	display : inline-block;
	vertical-align : top;
}

.topleft h2 {
	font-family : "Open Sans";
	font-size : 36px;
	margin : 0px 0px 30px;
	font-weight : 300;
}

.topleft ul {
	list-style-type : none;
	margin : 0px 0px 0px;
	padding : 0px;
}

.topleft ul li {
	font-family : "Open Sans";
	font-size : 22px;
	line-height : 38px;
	font-weight : 300;
	margin : 0px;
}

.onlinelink {
	margin : 30px 0px 20px;
	padding : 15px 25px;
	background : #901315;
	color : #FFF;
	font-family : "Open Sans";
	font-size : 26px;
	display : inline-block;
}

.onlinelink a {
	color : #FFF;
	text-decoration : none;
}

.onlinep {
	font-family : "Open Sans";
	font-size : 26px;
	line-height : 38px;
	font-weight : 300;
	margin : 0px;
	
}

.topright {
	width : 30%;
	color : #FFF;
	font-family : "Open Sans";
	margin-top : 90px;
	display : inline-block;
	vertical-align : top;
	border : 1px solid #FFF;
	border-radius : 7px;
	background : rgba(0,0,0,0.5);
	margin-right : 10px;
	padding : 20px 20px 0px 20px;
	font-family : "Open Sans";
	float : right;
	position : relative;	
}

.topright input#cena, .topright input#srok {
    background : none;
	border : none;
    color: #34a3db;
	max-width : 90px;
	border : 1px solid #aaa!important;
	border-radius : 4px;
	text-align : center;
	margin-left : 10px;
}
.topright #tarif {
    background-color: #2c3844;
    color: #fff;
}
.topright span { 
    color: #91e8fc;
}
.topright .ui-widget-content{
    background: #6b6b6b;
    border-color: #6b6b6b;
}
.topright .ui-slider-handle {
    background: #c1c2c4;
    border-radius: 0.6em;
}
.topright .ui-slider-range {
    background: #901315;
}

.calctitle {
	font-size : 28px;
	line-height : 38px;
	font-weight : 400;
	text-align : center;
	border-bottom : 1px solid #eee;
	padding-bottom : 10px;
}

.calctitle1 {
	font-size : 20px;
	line-height : 20px;
	font-weight : 400;
	text-align : center;
}

.calctitle2 {
	font-size : 16px;
	line-height : 18px;
	font-weight : 300;
	text-align : center;
	border-bottom : 1px solid #eee;
	padding-bottom : 10px;
}

.calcitem, .rezitem {
	margin-top : 10px;
	
}

.rezitem {
	text-align : center;
	font-size : 16px;
}

.rez {
	text-align : center;
	font-size : 22px;
}

div#fox-container-m101 input, div#fox-container-m101 .controls {
	width : 100%!important;
	text-align : center;
	color : #333;
}

#fox-container-m101 button {
	margin : 0px 0px 30px!important;
    width: 100%!important;
    height: 38px!important;
    font-size: 0px!important;
    background: url(../images/knoptop2.png) top center no-repeat!important;
	box-shadow : none!important;
	border : none!important;
	float : right;
	margin-bottom : 15px;
}

.sogl {
	text-align : center;
	font-size : 13px;
	color : #ccc;
	margin-top : 10px;
}

.sogl a {
	text-decoration : underline;
	color : #eee;
}

div#fox-container-m101 .control-group {
    margin-bottom: 8px!important;
}

.clr {
	clear : both;
}

.shema {
	width : 1050px;
	height : 92px;
	margin : 0px auto;
	position : relative;
	background: url(../images/shema.png) top center no-repeat;
	margin-top : 25px;
}

.shema div {
	position : absolute;
	width : 130px;
	color : #000;
	font-weight : 400;
	top : 10px;
}

.shema div.shema1 {
	left : 70px;
	color : #FFF;
}

.shema div.shema2 {
	left : 270px;
	
}

.shema div.shema3 {
	left : 510px;
	
}

.shema div.shema4 {
	left : 730px;
	
}

.shema div.shema5 {
	left : 950px;
}

.uslov h3, h3.blocktitle {
	font-size : 38px;
	line-height : 38px;
	font-weight : 300;
	text-align : center;
	padding-bottom : 0px;
	margin : 45px 0px 15px;
	font-family : "Open Sans";
}

.uslov h4 {
	font-size : 22px;
	line-height : 38px;
	font-weight : 300;
	text-align : center;
	padding-bottom : 0px;
	margin : 15px 0px 10px;
	font-family : "Open Sans";
	
	border-bottom : 1px solid #aaa;
}

.col3 {
	width : 32%;
	display : inline-block;
	vertical-align : top;
}

.uslov p {
	text-align : center;
}

.col3last h4 {
	font-size : 26px;
	line-height : 38px;
	font-weight : 400;
	text-align : center;
	padding-bottom : 0px;
	margin : 25px 0px 10px;
	font-family : "Open Sans";
	border : none;
	color: #901315;
}

.col3tel {
	font-size : 28px;
}

.primer {
	background : #f0f0f0;
	padding : 10px 0px 20px;
}

h4.sprocket-strips-title {
	color : #333;
	font-size : 18px;
	line-height : 28px;
	font-weight : 300;
	text-align : center;
	padding-bottom : 0px;
	margin : 5px 0px 10px;
	font-family : "Open Sans";
	border : none;
	color: #901315;
}

.sprocket-strips-container li {
	background : #FFF;
}

.sprocket-strips-text {
	color : #333;
	font-size : 16px;
	line-height : 28px;
	font-weight : 300;
	text-align : center;
	padding-bottom : 0px;
	margin : 0px 10px;
	font-family : "Open Sans";
	border : none;
	
}

.sprocket-strips-container img {
	width : 80%;
	height : auto;
	display : block;
	margin : 0px auto;
}

.creditonline {
	background : #901315;
	padding : 70px 0px;
}

#fox-container-m108 {
    z-index: 20!important;
    position: relative;
    width: 900px !important;
    margin: 0px auto!important;
    background: #FFF;
    -webkit-box-shadow: 0 0 50px 5px #222;
	font-family : "Open Sans";
	padding : 10px 20px 0px 20px;
}

#fox-container-m108 h3 {
	font-weight : 300;
	text-align : center;
	margin-bottom : 0px!important;
	font-size : 26px;
}

div#fox-container-m108 input, div#fox-container-m108 .controls, div#fox-container-m108 textarea {
	width : 100%!important;
	text-align : center;
}

div#fox-container-m108 textarea {
	height : 80px!important;
}

#fox-container-m108 button {
	margin : 0px!important;
    width: 220px!important;
    height: 50px!important;
    font-size: 0px!important;
    background: url(../images/knopoz.png) bottom left no-repeat!important;
	box-shadow : none!important;
	border : none!important;
}

.contacts {
	position : relative;
}

.contcontainer {
	background : rgba(0,255,255,0.8);
	top : 0px;
	left : 300px;
	height : 400px;
	width : 350px;
	margin-left : 300px;
	z-index : 1000;
}

.floatleft {
	width : 50%;
	float : left;
}

.floatright {
	width : 50%;
	float : right;
}

.floatright1 {
	width : 550px;
	float : right;
}

.contacts p {
	font-size : 20px;
	line-height : 38px;
	font-weight : 300;
	text-align : center;
}

.contacts p.centtel {
	font-size : 30px;
	line-height : 36px;
	font-weight : 300;
	margin-top : 40px;
}

.contacts p a, .botright p a{
	color: #901315;
	text-decoration : none;
}

.contacts h3 {
	margin-top : 100px!important;
}

.botright {
	width : 74%;
	display : inline-block;
	padding-top : 10px;
}

.botright p {
	font-size : 13px;
	margin-left : 30px;
}

#getgraph {
	margin : 0px!important;
    width: 160px!important;
    height: 38px!important;
    font-size: 0px!important;
    background: url(../images/knoptop1.png) bottom left no-repeat!important;
	box-shadow : none!important;
	border : none!important;
}

#graphikblock {
	display : none;
	position : relative;
}

#graphikblock p{
	text-align : center;
	margin-bottom : 30px;
}

#graphikblock table{
	width : 100%;
	margin : 0px auto 20px;
	text-align : center;
}

#graphikblock table th {
	text-align : center;
	font-weight : 400;
	background : #901315;
	color : #FFF;
	padding : 5px 0px;
}

#graphikblock table tr:nth-child(2n) td {
	background : #f0f0f0;
}

.srprerp {
	font-weight : 400;
	text-align : center;
	font-size : 20px;
}

#graphikblock input {
	display : block;
	margin : 10px auto;
}

#graphikblock a {
	position : absolute;
	top : 10px;
	right : 100px;
}

.notprint {
	background : #901315;
	margin : 0px auto;
	color : #FFF;
}

.notprintsum {
	display : none;
}

.notprint P {
	color : #FFF;
	font-size : 18px;
	font-family : "Open Sans";
	font-weight : 400;
	padding : 20px 0;
}

.graphbut {
	float : right;
	margin-right : 30px;
	margin-top : 15px;
	cursor : pointer;
}

.greylinesm {
	font-size : 12px;
	text-align : center;
	line-height: 10px;
	margin-bottom: 10px;
	font-family : "Open Sans";
}

.leftsum, .rightdate {
	font-size : 16px;
	font-family : "Open Sans";
	margin-bottom : 30px;
}

.rightdate {
	float : right;
	width : 49%;
	text-align : right;
}

.leftsum {
	float : left;
	width : 49%;
	text-align : left;
	font-size : 18px;
	font-weight : bold;
}

.sumbot {
	font-size : 13px;
	font-weight : normal;
	line-height : 13px;
}

div.graph {
	max-width: 80%;
	margin: 0px auto;
}

@media print {
  .printSelected > * {display: none; }
  .printSelected >.printSelection { display: block; padding:25px;}
  .printSelected >.printSelection a {display: none; }
  #graphikblock .notprint {display: none; }
  #graphikblock a {display: none; }
  .notprintsum { display : block;}
  }
 .printSelection11{display:none;
}


#leftsogl {
	margin-right : 6px;
}

.callme-field p a {
	color : #eee;
}

#cme-container p a {
  color: #eee!important;
  text-decoration: underline;
}

.fox-m101-checkbox1-box label {
	color : #FFF!important;
}

.fox-m101-checkbox1-box label a {
	color: #eee!important;
}

div#fox-container-m101 input#fox-m101-checkbox1, div#fox-container-m108 input#fox-m108-checkbox1 {
	float : none!important;
	width: auto!important;
	margin-right : 6px!important;
}

div#fox-container-m101 #fox-m101-checkbox1-box .controls {
	color : #FFF!important; 
}

div#fox-container-m101 #fox-m101-checkbox1-box .controls label a {
	color : #eee!important; 
}

div#fox-container-m108 #fox-m108-checkbox1-box .controls label a, #fox-m108-checkbox1-box a {
	color : #000!important; 
}