@charset "windows-1251";

@import "layout.css";
@import "owl.carousel.css";
@import "fonts/fonts.css";
@import "fastinstall.css";



/* CSS Document */
.clear {
    clear: both;
}
.l {
    float: left;
}
.r {
    float: right;
}
.pb5 {
    padding-bottom: 5px;
}
.pb10 {
    padding-bottom: 10px;
}
*{
    margin: 0;
    padding: 0;
}



/** Common **/
.centerCnt {
    margin: 0px auto;
    width: 1200px;
    padding: 0 15px;
}

.container-full {
	min-width: 1200px;
	width: 100%;

}
.clearb{}
.clearb:after {
	display: table;
	content: "";
	clear: both;
}

.table {
	display: table;
}
.table-cell{
	display: table-cell;
}
html {

}
body {
    
	color: #505050;
    font-family: 'Lato', Arial, sans-serif;
   	
   
    font-size: 14px;
    background: #fff;


}

h1, h2, h3, h4{
	color: #202020;
	font-size: 36px;

}


a {
    color: #0e90c2;
    text-decoration: none;
}
a:hover {
	text-decoration: underline;
	color: #0e90c2;
}
p {
	margin-bottom: 19px;
}
input, button {
    border: none;
}
button, input[type=submit]{
    cursor: pointer;
}

.btn{}

button, input[type=submit] {

}
.my-btn, button, input[type=submit] {
	height: 36px;
	line-height: 36px;
	border-radius: 18px;
	background-color: #0e90c2;
    padding: 0 25px;
    text-align: center;
    text-decoration: none;
   

	color: #ffffff;

	font-size: 16px;
	font-weight: 400;




	
}
.my-btn:hover,
button:hover,
input[type=submit]:hover {
   	color: #ffffff;
	text-decoration: none;
}

input:focus, button:focus, textarea:focus {
    outline: none;
}
input[type=text]{
	padding: 0 20px;
    height: 36px;
    border: 2px solid #0e90c2;
    border-radius: 5px;
}

input[type=text].white::placeholder {
	
}
textarea {
    padding: 20px;
    background-color: white;
    border: 2px solid #0e90c2;
    border-radius: 5px;
    font-family: 'Lato', Arial, sans-serif;
}
#page {


}
.header {
	min-height: 140px;
	position: relative;
	
}



.logo {
    float: left;
    margin:32px 0 0 0;
}
.logo,
.logo a {
	width: 297px;
	height: 75px;
}
.logo a {
	text-decoration: none;
	display: block;
	background: url(img/logo.png) no-repeat;
}
.address{
	float: left;
	padding-left: 65px;
	background: url(img/map-location.png)left top no-repeat;
	margin-top: 43px;
    font-size: 16px;
    font-weight: 400;
    color: #202020;
    margin-left: 36px;
}
.address p {
	margin: 0;
}
.address p b{
    font-size: 18px;
    font-weight: 600;
}
.logotip{
	float: left;
	margin:38px 0 0 37px;
}
.phone{
	float:right;
    color: #202020;
    font-size: 24px;
    font-weight: 400;
    margin-top: 32px;
    text-align: center;
}
.phone p{
	margin-bottom: 0;
}
.phone .my-btn{
	display: inline-block;
}

.menu {
   position: relative;
   z-index: 1000;
   min-height: 70px;
   background-color: #0e90c2;
}

.menu ul {
	list-style: none;
	position: relative;
    z-index: 1000;
	margin-bottom: 0;
}
.menu li {
	display: inline-block;
	position: relative;
	text-align: center;
	padding: 23px 17px 22px 0px;
}

.menu ul li:first-child{
	margin-left: 0;
	padding-left: 0;
	background: none;
}
.menu ul li:last-child{
	margin-right: 0;
}
.menu li,
.menu li a {
    text-decoration: none;
    color: white;    
    font-size: 18px;
    font-weight: 400;
}
.menu li a {
	
}
.menu li a:hover{
    
    
}  
.menu ul ul{
	display:none;
	position:absolute;
	top:100%;
	left:0;
	background:#fff;
	
	width: auto;
    min-width: 230px;
    position: absolute;
    -webkit-box-shadow: 6px 0px 10px -2px rgba(0, 0, 0, 0.3);
    box-shadow: 6px 0px 10px -2px rgba(0, 0, 0, 0.3);
    background-color: rgba(255, 255, 255, 0.98);
    color: #000;
    z-index: 555;
}
.menu ul li:hover ul{
	display:block;
}
.menu ul ul li{
	padding:0;
	margin: 0;
}
.menu ul ul li,
.menu ul ul li a{
	font-weight: 300;
	text-decoration: none;
	color: #717171;
	width: 100%;
	text-align: left;
	/* font-size: 14px; */
}
.menu ul ul li a{
	display: inline-block;
	width: 100%;
	padding: 6px 18px;
}

.slider {
	
}
.slider .item {
	width: 100%;
	position: relative;
	min-height: 500px;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center top;
}
.slider .item img{
	width: 100%;
}
.slidercenter{
	position: absolute;
	width: 1170px;
	bottom: 90px;
	left: 50%;
	margin-left: -585px;
	/* height: 100%; */
}

.slider .item  h3{
    color: white;
    font-size: 46px;
    margin-top: 0;
    margin-bottom: 7px;
}
.slider .item  ul{
	list-style: none;
}
.slider .item  p,
.slider .item  li{
    color: white;
    font-size: 18px;
    font-weight: 400;
    margin-bottom: 5px;
}
.slider .item  li:before{
	content: "-  ";
}

.slider .owl-wrapper-outer {
   z-index: 99;
}
.slider .owl-controls {
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
}
/* .slider .owl-buttons{
    height: 74px;
    left: 50%;
    margin-left: -470px;
    top: 50%;   
} */

/*.owl-buttons,*/
.slider .owl-controls{
    width: 100%;
}



.slider .owl-prev, 
.slider .owl-next{
    height: 70px;    
}

/* .slider .owl-buttons{
    width: 940px;
} */
.slider .owl-prev, 
.slider .owl-next{
    width: 70px;
    position: absolute;
    top: 50%;
    z-index: 1000;
    margin-top: -35px;

}
/* .slider .owl-buttons {
	position: absolute;
} */
.slider .owl-prev {
    background: url(img/prev.png) no-repeat;
    left: 50%;
    margin-left: -705px;
}
.slider .owl-next {
    background: url(img/next.png) no-repeat;
    right: 50%;
    margin-right: -705px;
}

.slider .owl-controls {
   /* position: absolute;
    top: 50%;
    margin-top: -37px;*/
}



.slider .owl-pagination {
	width: 1170px;
	bottom: 50px;
	height: 23px;
	position: absolute;
	left: 50%;
	margin-left: -585px;
	text-align: left;
}
.slider .owl-page {
	background: url(img/noactive.png) no-repeat;
	height: 12px;
	width: 12px;
	display: inline-block;
	margin-right: 6px;
	position: relative;
	z-index: 9999999999999;
}
.slider .owl-page.active {
	background: url(img/active.png) no-repeat;
}
.menu-content{
	min-height: 70px;
}

.menu-content ul {
	list-style: none;
	position: relative;
    z-index: 1000;
	margin-bottom: 0;
}
.menu-content li {
	display: inline-block;
	position: relative;
	text-align: center;
	margin:23px 109px 0px 0px;
	background: url(img/pointmenu.png) left 8px no-repeat;
	padding-left: 18px;
}

.menu-content ul li:first-child{
	margin-left: 0;
}
.menu-content ul li:last-child{
	margin-right: 0;
}
.menu-content li,
.menu-content li a {
    text-decoration: none;
    color: #202020;
    font-size: 18px;
    font-weight: 400;
}


.container-main{
	padding-bottom: 381px;
}


.gray{
	background: #f5f5f5;
	padding: 70px 0;
}
.block-big,
.block-small{
	font-size: 0;
}
.item-block{
    background-color: white;
    border-radius: 8px;
    box-shadow: 0 1px 0 rgba(13, 13, 13, 0.1);
    width: 270px;
    display: inline-block;
    vertical-align: top;
    margin:0 30px 30px 0;
}
.item-block:hover{
    box-shadow: 0 5px 30px rgba(13, 13, 13, 0.3);
}
.item-block:nth-child(4n){
	margin-right: 0;
}
.block-big .item-block{
	width: 570px;
	margin:0 30px 30px 0;
}
.block-big .item-block:nth-child(2n){
	margin-right: 0;
}
.item-block .item-img{
	width: 100%;
	height: 180px;
	overflow:hidden;
}
.item-block .item-img img{
	border-radius: 8px 8px 0 0;
	width: 100%;


}
.block-big .item-block .item-img{
	height: 280px;
}
.item-block .item-content{
	padding: 15px 25px 25px 25px;
	font-size: 14px;
}
.item-block .item-content h3{
	margin-bottom: 12px;
}
.item-block .item-content h3,
.item-block .item-content h3 a{
    font-size: 18px;
    font-weight: 600;
}
.item-block .item-content p:last-child{
	margin-bottom: 0;
}

.block-white{
	padding: 70px 0;
}

.block-white h2{
	margin: 0;
}
.block-desc{
	margin-bottom: 36px;
	color: #202020;
	font-size: 18px;
	font-weight: 400;
}
.calculator{
	margin-bottom: 
}
.calc-method{
	margin:0 auto 25px;
	width:240px;
}
.btn-method{
	border:1px solid #0e90c2;
	color: #0e90c2;
	width: 50%;
	float: left;
	height: 40px;
	font-size: 18px;
	line-height: 40px;
	cursor: pointer;
	text-align: center;
}
.btn-method.active{
	color: #fff;
	background: #0e90c2;
}
.btn-method:first-child{
	border-radius:4px 0 0 4px;
}
.btn-method:last-child{
	border-radius:0 4px 4px 0;
}

.slider-range-line {
	height: 7px;
	border:none;
	border-radius: 3px;
	margin-bottom: 6px;
	box-shadow: inset 0 1px 6px rgba(0, 0, 0, 0.35);
}

.slider-range-line .ui-slider-handle{
	border:none;
	background: url(img/point-selecet.png) no-repeat;
	height: 30px;
	width: 30px;
    top: -11px;
    margin-left: -1em
}
.slider-range-line .ui-slider-handle:focus{
	outline: none;
}
.slider-range-line .ui-slider-range{
	background: #0e90c2;
}
.slider-title{
	margin-bottom: 10px;
}
.slider-title span{
	float: left;
	margin-top: 6px;
}
.slider-title input[type="text"]{
	float: right;
	box-shadow: inset 0 1px 6px rgba(0, 0, 0, 0.35);
	border-color:none;
	height: 32px;
	line-height: 32px;
	width: 90px;
}

.slider-range{
	width: 550px;
	margin-bottom: 30px;
	float: left;
	margin-right: 70px;
}
.slider-range:nth-child(2n){
	margin-right: 0;
}
.range span{
	display: block;
	width: 50px;
}
.range span:first-child{
	float: left;
}
.range span:nth-child(2){
	float: right;
	text-align: right;
}
.range span:last-child{
	text-align: center;
}
.range span.mid-range{
	margin:0 auto;
}

.calc-result{
	font-size: 30px;
	color: #0e90c2;
}
.innertCnt {
	margin-bottom: 56px;	
}

.title {
	margin-bottom: 19px;
	margin-top: 0;
}

.innertCnt img{
	max-width: 100%;
}

.innertCnt h2{
	font-size:30px;
}
.innertCnt h3{
	font-size:24px;
}
.innertCnt h4{
	font-size:18px;
}
.innertCnt h5{
	font-size:14px;
}


#footer {
	height: 381px;
    border-top:1px solid #ededed;
}



.footer-top{
	padding-top:58px; 
	min-height: 286px;
	border-bottom: 1px solid #dedfe3;
}
.footer-top ul {
	list-style: none;
	position: relative;
    z-index: 1000;
	margin-bottom: 0;
}
.footer-top li {
	background: url(img/pointmenu.png) left 8px no-repeat;
	padding-left: 18px;
	margin-bottom: 13px;
}


.footer-top li,
.footer-top li a {
    text-decoration: none;
    color: #202020;
    font-size: 18px;
    font-weight: 400;
}
.footer-top .col{
	float: left;
	width: 25%;
	padding-right: 50px;
}
.footer-top .col h3{
	margin: 0 0 10px 0;
	font-size: 18px;
}
.footer-bot{
	
}
.copyright {
    font-size: 18px;
    float: left;
    margin-top: 37px;
	color: #909090;
}
.counters{
	float: right;
	text-align: right;
	margin-top: 33px;
}
.scComplexGallery .sub-category {
    display: inline-block;
    width: 25%;
    padding: 10px 15px;
    text-align: center;
    margin-bottom: 30px;
}
.sub-category-text {
    font-weight: 900;
}
#complexGalleryItem a {
    display: inline-block;
    width: 25%;
    padding: 10px 15px;
    margin-bottom: 20px;
}
#complexGalleryList .cgRow {
    display: inline-block;
    width: 25%;
    vertical-align: middle;
    text-align: center;
    margin-bottom: 30px;
}

/** GALLERY **/
.mark-auto-list {
    padding: 30px 0;
}
.mark-auto-list a {
    display: inline-block;
    font-size: 21px;
    font-weight: 900;
    margin: 6px 15px;
}
.mark-section {
    margin-bottom: 60px;
}
.mark-section h2 {
    font-size: 34px;
}
.mark-section .mark-row img {
    width: 100%;
    object-fit: contain;
}
.mark-section .mark-row {
    display: inline-block;
    width: 24%;
    padding: 20px 10px;
}
.mark-row .lnk a {
    display: inline-block;
    text-align: center;
    width: 100%;
    margin-top: 10px;
    font-weight: bold;
}