@font-face {
	font-family: 'Raleway';
	src: url('fonts/subset-Raleway-Light.eot');
	src: url('fonts/subset-Raleway-Light.eot?#iefix') format('embedded-opentype'),
	url('fonts/subset-Raleway-Light.woff2') format('woff2'),
	url('fonts/subset-Raleway-Light.woff') format('woff'),
	url('fonts/subset-Raleway-Light.ttf') format('truetype');
	font-weight: 300;
	font-style: normal;
}

@font-face {
	font-family: 'Raleway';
	src: url('fonts/subset-Raleway-Regular.eot');
	src: url('fonts/subset-Raleway-Regular.eot?#iefix') format('embedded-opentype'),
	url('fonts/subset-Raleway-Regular.woff2') format('woff2'),
	url('fonts/subset-Raleway-Regular.woff') format('woff'),
	url('fonts/subset-Raleway-Regular.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'Raleway';
	src: url('fonts/subset-Raleway-Bold.eot');
	src: url('fonts/subset-Raleway-Bold.eot?#iefix') format('embedded-opentype'),
	url('fonts/subset-Raleway-Bold.woff2') format('woff2'),
	url('fonts/subset-Raleway-Bold.woff') format('woff'),
	url('fonts/subset-Raleway-Bold.ttf') format('truetype');
	font-weight: bold;
	font-style: normal;
}
body{
	font-size: 15px;
}
.bg-blue{
	background: #0c456a;
	color: white
}
.bg-blue .navbar-toggler-icon {
  -background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255, 255, 255, 1)' stroke-width='1' stroke-linecap='round' stroke-miterlimit='10' d='M4 9h15M4 15h15M4 21h15'/%3E%3C/svg%3E");
}

.bg-blue a{
	color: white
}
.navbar-nav .nav-link{	border-bottom: 5px solid #0c456a;}
.nav-link b {
	font-weight: normal;
}
.inline{
	display: flex;
}
.inline li{
	list-style: none;
	padding: 0 0 0 20px
}
.right{
	display:flex;
	flex-direction: row;
	justify-content: flex-end;
	padding-right: 0;
	position: relative;
}
 h1,h2,h3,h4{
	text-transform: uppercase;
}
 h2 a{
	font-size: 1.5em;
	letter-spacing: 1px;
	font-weight: 700;
}
h3 a{
   text-decoration: none; 
}
a{
	color: #0c456a;
}
a:hover{
	color: #f98502
}
.bg-blue a:hover{
	color: #fdbc5c
}
input{
	border-radius: 16px;
	border: 1px solid #acacac;
	height: 35px;
}
.main{
	margin-top: 50px
}

/***************
body
****************/

#lay_body{
    float:none;
    width:100%;
    margin:0 auto;
}
#lay_body>*{
    max-width:1320px;
    /*display:block;*/
    padding-left:10px;
    padding-right:10px;
    margin-left:auto;
    margin-right:auto;
}
#lay_body h1{
    display:block;
    max-width: 1320px;
    margin: 0 auto;
}
#lay_f3,#layer_f1 {
    float:none;
    margin-right: 20px;
     width: 100%; 
}

/***************
header
****************/
header .navbar{
	padding: 0
}
header .navbar-nav{
	margin-top: 7px
}
header .navbar-nav li{
	padding:0 30px 0 0
}
header .navbar-nav a:hover, header .navbar-nav a.active{
	border-bottom:5px solid #ffb13d
}
header .logo{
	padding: 5px 0 0
}
.phone{font-family: Segoe UI, Arial;}
header .phone{
	padding-top: 30px;
    padding-left: 0px;
    padding-right: 0px;
}
header .phone span{
	text-decoration: none;
	color: inherit;
}
header span{
	font-size: 36px;
	font-weight: bold;
	margin-right: 15px;
}
header .inline.mail {
    font-size: 18px;
    font-weight: bold;
    color: #f98502;
    line-height: 100%;
    vertical-align: bottom;
}
.btn-orange, .btn-blue{
	border-radius: 16px;
	font-weight: normal;
	padding: 4px 15px 6px;
	position: relative;
	display: inline-block;
}
header .phone .btn-orange{
    cursor: pointer;
    top:-8px;
}
.calc_request {
    cursor: pointer;
}
.btn-orange:hover, .btn-blue:hover{
	text-decoration: none;
	transition-property: background-color;
  	transition-duration: 1s;
  	transition-delay: 0s, 0.1s;
}
.btn-orange:hover{
    color: #fff;
    background: #f98502;
}
.btn-blue:hover{
    color: #fff;
    background: #2b91be;
}
.btn-orange{
    color: #010101;
    background: #ffb159;
}
.btn-blue{
    color: #00090d;
    background: #9acee5;
}

header .login{
	margin-top: 20px
}
header .btn{
	background: none;
	border: none;
	padding: 0
}
header input{
	position: relative;
	right: -45px;
	width: 250px
}
header .search {
    margin: 0 0 6px -50px;
}
header .search2 {
    display: none;
}
.glyphicon-search{
	border-left:1px solid #acacac;
	padding: 0 0 0 15px
}
.login .glyphicon{
	right:-5px;
	padding: 0
}
.social{
	vertical-align: top;
}
.soc-button {
    font-size: 14px;
    border: 1px solid #fff;
    color: #fff;
    margin-right: 3px;
    background: #0c456a;
    width: 25px;
    height: 25px;
    border-radius: 50%;
    text-align: center;
}
.soc-button.fas, .soc-button.fab {
	line-height: 1.7
}
.soc-button:hover{
	color: #ffb159;
	border: 1px solid #ffb159;
}


/***************
services
****************/
.services{
	text-align: center;
	height: 270px;
}
.services div{
	border-right:1px solid #fff;
	padding: 0
}
.services a{
	color: #ffffff;
	display: block;
	width: 100%;
	height: 100%;
	position: relative;
}
.services a span.btn-orange{
	position: relative;
	z-index: 999;
	display: none;
}
.services a .text{
	z-index: 999;
	position: relative;
	display: block;
	padding: 9px 0 13px;
	font-size: 30px;
	font-weight: 200;
}
.services a:hover{
	padding-top: 20%;
	text-decoration: none;
	transition-property: padding;
  	transition-duration: 1s;
  	transition-delay: 0s, 0.1s;
}

.services a:hover .services-hover{
	display: block;
}
.services a:hover span.btn-orange{
	display: inline-block;
	color: #010101;
	background: #ffb159;
}
.services a:hover .text{
	background: none;
}
.services-hover{
	position: absolute;
	top: 0;
	left: 0;
	background: #031f31;
	filter:alpha(-opacity=55);
	-opacity:0.55;
	-z-index: 99;
	display: none;
	height: 100%;
	width: 100%;
}
.services .projection{
	background:url('images/proektirovanie.jpg') bottom no-repeat;
}
.services .projection .text{
	background:#208cba;
}
.services .building{
	background:url('images/stroitelistvo.jpg') bottom no-repeat;
}
.services .building .text{
	background:#35718b;
}
.services .geodesy{
	background:url('images/geodezia.jpg') bottom no-repeat;
}
.services .geodesy .text{
	background:#0a5879;
}
.services .production{
	background:url('images/proizvodstvo.jpg') bottom no-repeat;
}
.services .production .text{
	background:#54b3dd;
}
.transport{
	text-align: center;
	background: url("images/truck.jpg") top no-repeat;
	padding: 80px 0;
	margin: 30px 0 20px;
	font-size: 20px;
	color: #fff;
}
.transport h2 {
	margin: 0 0 30px 0;
	width: 100%;
}
.transport p{
	width: 100%;
	text-align: center;
	margin: 0;
}
.transport strong{
	text-transform: uppercase;
}

.transport .btn-orange{
	font-size: 16px;
	margin-top: 30px;
}
.main_about {
    position: relative;
    top: 15px;
}
.main_about h1 {
    line-height: 100%;
    text-align: center;
    font-size: 28px;
    text-transform: none;
}
/***************
products
****************/
.products .heat-insulation span{
	background: url('images/teploizol.png') center 8px no-repeat #208cba;
}
.products .waterproofing span{
	background: url('images/gidroizol.png') no-repeat #0c456a;
}
.products .soundproofing span{
	background: url('images/zvukoizol.png')  no-repeat #35718b;
}
.products .metal span{
	background: url('images/metall.png') no-repeat #54b3dd;
}
.products .roofing span{
	background: url('images/krov.png') no-repeat #0a5879;
}
.products .tubing span{
	background: url('images/trubi.png') no-repeat #35718b;
}
.products .electrical span{
	background: url('images/elektromontaj.png') no-repeat #0c456a;
}
.products .electric-meter span{
	background: url('images/sthetchik.png') no-repeat #208cba;
}
.products{
	text-align: center;
	line-height: 1;
	font-size:13px;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: 0.7px;
	line-height: 130%;
}
.products a{
	padding: 12px;
}
.products a span{
	width: 80px;
	height: 80px;
	border-radius:50%;
	display: block;
	margin: 4px auto 10px;
}
.products a:hover span{
	background-color: #fe9928;
	transition-property: background-color;
  	transition-duration: 1s;
  	transition-delay: 0s, 0.1s;
}
.products a:hover{
	-background-color-: #d6d6d6;
	-transition-property-: -background-color;
  	-transition-duration-: 1s;
  	-transition-delay-: 0s, 0.1s;
  	-color:#0c456a;
  	-text-decoration: none;
}
.products h2{
	padding: 30px 0 10px;
	font-weight: 700;
    width: 100%;
}
/***************
footer
****************/
footer {
   	margin-top: 50px;
   	padding: 20px 0;
   	font-size:14px;
}
footer div.col-md-2{
	padding-left: 0
}
footer div ul{
	padding: 10px 0 0 0
}
footer div ul li{
	list-style: none;
	padding-left: 0;
	margin: 0 0 7px 0;
}
footer .logo span{
	background: white;
	padding: 10px;
	border-radius: 16px;
	display: inline-block;
	margin: 15px 0 0 0
}
footer .logo img{
	width: 160px;
	height: 76px
}
footer a{
	text-decoration: underline;
}
footer a.btn-orange{
	color: #010101;
	background: #ffb159;
	font-size: 16px;
	text-decoration: none;
}
footer a.btn-orange:hover{
	color: #fff
}
footer .number-phone{
	font-size: 36px;
	font-weight: bold;
	display: block;
	margin-bottom: 15px
}

footer .social{
	margin: 20px 0 0 3px
}

/***************
catalog
****************/
.menu-inside{
	margin: 0;
	padding: 0
}
.menu-inside .navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255, 255, 255, 1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}
.inside-catalog .navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255, 255, 255, 1)' stroke-width='1' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h18M4 14h18M4 21h18'/%3E%3C/svg%3E");
}
.inside-catalog.active .navbar-toggler-icon, .inside-catalog a:hover .navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(54, 4, 4, 1)' stroke-width='1' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h18M4 14h18M4 21h18'/%3E%3C/svg%3E");
}
.menu-inside .container{
	padding: 0
}
.menu-inside ul{
	padding: 0;
	margin: 0;
	font-size: 22px;
	font-weight: 100;
	justify-content: space-between;
	width:100%
}
.menu-inside ul li{
	padding: 0;
	margin: 0;
	text-align: center;
}
.menu-inside ul li a{
	color:#fff;
	display: block;
	border-right:1px solid #fff;
	padding: 10px 0
}
.inside-catalog a{
	background:#0c456a;
}
.inside-projection a{
	background:#208cba;
}
.inside-building a{
	background:#35718b;
}
.inside-geodesy a{
	background:#0a5879;
}
.inside-production a{
	background:#54b3dd;
}
.inside-catalog a{
	background:#0c456a;
	padding: 10px 0 7px;
}
.inside-transport a{
	background:#0c456a;
}
.menu-inside li.active a, .menu-inside li a:hover{
	background: #ffb159;
	color: #010101;
	text-decoration: none;
}
.inline-no-flex{
	margin:0 0 40px 0;
	padding: 0
}
.inline-no-flex li{
	list-style:none;
	display: inline-block;
	margin-right: 20px;
	font-size: 13px
}
.inline-no-flex li a{
	text-decoration: underline;
}
.logo-brand a:before {
  content : "";
  position: absolute;
  left    : 15%;
  bottom  : 0;
  height  : 1px;
  width   : 70%;  /* or 100px */
  border-top: 2px dotted #d4d5d6
}
.logo-brand a:after {
  content : "";
  position: absolute;
  right    : 0;
  bottom  : 17%;
  height  : 70%;
  width   : 1px;  /* or 100px */
  border-right: 2px dotted #d4d5d6
}
.logo-brand a:nth-child(n+4):before{
	display: none;
}
.logo-brand a:nth-child(3n):after{
	display: none;
}
.logo-brand a{
	position: relative;
	z-index: 1;
	margin: 0;
	padding: 10px;
	flex-direction: column;
	justify-content:center;
	display: flex;
	align-items:center;
	height: 110px;
	width: 110px;
	float: left;
}
.all-brands{
	border-bottom: 2px solid #e1e5e6;
	font-weight: bold;
	height: 25px
}
.all-brands:hover{
	text-decoration: none;
}
.logo-brand .all-brands:before, .logo-brand .all-brands:after{
	display: none
}
.logo-brand .all-brands{
	padding:0;
	margin: 0;
	display: block;
	width: 90%
}
.inside div{
	padding: 0 0 0 2px
}
.inside h1{
	margin: 20px 0 5px 0;
	font-size: 1.9em;
	font-weight: 400;
	text-transform: uppercase;
}
.catalog h2 a{
	background: #0c456a;
	color:#fff;
	/*font-size: 1.2em;*/
	text-decoration: none;
	text-transform: uppercase;
	display: inline-block;
	padding: 2px 7px;
	margin: 15px 0 10px
}
.catalog h3{
	color:#be6501;
	border-bottom: 2px dotted #be6501;
	font-size: 1.2em;
	display: table;
	margin: 20px 0 7px;
	clear: both;
}
.menu-inside .inside-catalog ul{
	background: #efefef;
	border: 1px solid #fff;
	position: absolute;
	z-index: 9999;
	display: none;
}
.menu-inside .inside-catalog:hover ul{
	display: block;
}
.menu-inside .inside-catalog:hover ul ul{
	display: none;
}
.menu-inside .inside-catalog:hover ul:hover{
	display: block;
}
.menu-inside .inside-catalog ul li{
	text-align: left;
	font-size: 0.7em;
	font-weight:400;
	border-bottom: 2px dotted #fff
}
.menu-inside .inside-catalog ul li a, .menu-inside .inside-catalog.active ul li a, .menu-inside .inside-catalog a:hover ul li a{
	background: none;
}
.menu-inside .inside-catalog ul li a{
	color: #0c456a;
	padding: 8px 20px;
}
.menu-inside .inside-catalog ul li a:hover{
	background: #ffb159;
	color: #010101
}
.menu-inside .inside-catalog ul ul{
	left:100%;
	top:0
}
.arrow {
	width: 0;
	height: 0;
	border: 4px solid transparent;
	border-top-color: #909191;
	border-bottom: 0;
	float: right;
	margin-top: 10px
}
/***************
catalog-items
****************/
.catalog-items{
    text-align: center;
    font-size:12px;
    line-height: 130%;
}
.catalog-items .col-lg-2{
    padding: 0;
}
.catalog-items .border-item, .catalog-items .border-item img{
    border: 1px solid #e4e4e4;
}
.border-item img{
    padding: 12px;
}
.catalog-items .border-item{
    margin: 0 10px 20px 10px;
    padding: 12px;
}
.catalog-items h3{
    font-size: 1.2em;
    font-weight: 700;
    margin-top: 10px;
    height: 50px;
    flex-direction: column;
    justify-content:center;
    display: flex;
	align-items:center;
}
.catalog-items .btn-orange, .catalog-items .btn-blue{
    font-size: 13px;
    top: 0;
}
.catalog-items .btn-blue{
 margin-right: 8px;
}
.catalog-items a.compare{
    text-decoration: underline;
    display: block;
    margin: 12px 0 10px;
}
.description{
    margin: 30px 0;
    font-size: 14px;
}
.description img{
    float: left;
    margin: 0 20px 10px 0;
}
/***************
card-product
****************/
.items-photo{
	border: 1px solid #e4e4e4;
	text-align: center;
	padding: 40px 20px;
	border-radius:10px
}
.card-product .breadcrumb{
	margin: 20px 0;
}
.card-product h1{
	margin-bottom: 30px;
	font-size: 30px;
}
.card-product h2{
	margin-top: 30px;
}

.card-product .btn-orange {
	width: 150px;
	text-align: center;
	padding: 7px 0 5px;
	margin-right: 10px;
}
.card-product .btn-orange i{
	color: #fff;
	font-size: 16px;
	margin-right: 5px;
}
.card-product .brands-list{
	-border-: 1px solid #e4e4e4;
	border-radius:10px;
	padding: 0;
}
.card-product .brands-list ul{
	margin: 15px 0 0 0;
	padding: 0 0 0 20px;
}
.card-product .brands-list ul li{
	padding: 5px 0 0 0;
	color: #c6c6c5;
}
.card-product .brands-list ul li span{color: inherit}
.card-product .compare i{
	font-size: 16px;
}
.card-product table{
	border-top: 3px solid #ff9a03;
}
/***************
table
****************/

table tr td, table tr th{
	padding:10px 20px;
	border-right:1px solid #fff
}
table tr th{
	color:#464646
}

table tr:nth-child(odd){
	background: #f1f1f1;
}
table tr:nth-child(odd) th{
	background: #eae9e9;
}

td.item_name  {
    padding: 0;
}
td.item_name h1 {
    line-height: 100%;
    text-align: center;
    font-size: 32px;
    text-transform: none;
    display: block;
}

table.prod_list > tbody > tr:first-child {
    display: none;
}
table.prod_list > tbody > tr.cat_path {
    display: table-row;
}

.menu_2_level a b {
    font-weight: normal;
}
/***************
media
****************/
@media (max-width: 1560px) {
    header li.news, header li.press {
        display: none;
    }
}
@media (max-width: 1400px) {
    header span{
        font-size: 30px;
    }
    .btn-orange{
        top:-5px
    }
	.logo-brand a:nth-child(n+4):before{
	display: inherit;
	}
	.logo-brand a:nth-child(3n):after{
		display: inherit;
	}
	.logo-brand .all-brands:before, .logo-brand .all-brands:after{
		display: none;
	}
	.menu-inside ul{
		font-size: 18px
	}
}
@media (max-width: 1200px) {
	header .phone{
		padding-top: 20px;
		text-align: center;
	}
	.services a .text{
	font-size: 25px;
	}
	footer .number-phone {
		font-size: 29px;
	}
	.menu-inside ul{
		font-size: 16px
	}
    table.prod_list > tbody > tr > td {
        display: inline-block;
    }
    table.prod_list > tbody > tr > td > table > tbody > tr > td {
        display: contents;
    }
    header li.about, header li.action {
        display: none;
    }
}
@media (max-width: 1000px) {
	header{
		font-size: 14px;
	}
	header .logo {
		text-align: center;
	}
	header .logo img{
		width: 210px;
		height: 101px
	}
	.btn-orange{
		top:-5px;
	}
	header .right{
		justify-content: center
	}
	header .login{
		padding:0;
		margin-top:5px
	}
	header .phone{
		padding-top: 0
	}
	.services .projection, .services .building, .services .geodesy, .services .production{
	background:none;
	}
	.services a:hover{
		padding-top: 0;
		text-decoration: none;
	}
	.services a:hover .services-hover{
		display: none;
	}
	.services a:hover .text{
		background: #ffb13d;
		transition-property: background;
  		transition-duration: 1s;
  		transition-delay: 0s, 0.1s;
	}
	.services a .text {
    	padding: 17px 0 17px;
    }
    .services a:hover span.btn-orange{
			display: none;
	}
	footer{
		text-align: center;
	}
	footer ul li{
		display: inline-block;
		padding-right: 10px
	}
	.navbar-nav .nav-link{
		display: inline-block;
		padding:5px 0 0 0;
	}
	.show{
		padding-bottom: 20px
	}
	.lev-2{
		margin-top: 10px
	}
	.logo-brand a:before{
		display: none;
	}
	.logo-brand .all-brands{
	width: 100%
	}
	.menu-inside .inside-catalog ul ul{
	position: relative;
	left:0;
	top:0;
	border-bottom: 3px dotted #fff;
	padding-bottom: 10px
	}
	.menu-inside .inside-catalog ul li{
	border:none
	}
	.menu-inside .inside-catalog ul ul a{
		padding: 4px 0 4px 40px;
	}
	.menu-inside .inside-catalog .navbar-toggler-icon{
		display: none;
	}
	.menu-inside .col-lg-2{
		border-top:1px solid #4d7690
	}
    header li.glav, header li.contact {
        display: none;
    }
}
@media (max-width: 990px){
	.navbar{
		background: #0c456a;
		padding:7px 0;

	}
	.menu-inside ul{
		font-size:18px
	}
	.menu-inside ul li a{
		border-right:none
	}
	.services{
		height: auto;
	}
    header li.calc {
        display: none;
    }
    header .inline.mail {
        position: relative;
        top: -7px;
    }
}
@media (max-width: 768px) {
	.navbar-nav .nav-link{
		margin-left: 7px
	}
	.social{
		padding-left: 6px;
		margin-top: 20px
	}
    .container {
        max-width: 540px;
    }
    header li.glav,
    header li.contact,
    header li.about,
    header li.action,
    header li.calc,
    header li.news,
    header li.press
    {
        display: list-item;
    }
    header li.find
    {
        display: none;
    }
    header .search2 {
        display: inline-block;
        margin: 2px 0 2px 0;
    }
    .navbar > .container {
        justify-content: normal;
        margin-left: unset;
    }
    header input{
        width:215px;
    }
}
.col-lg-eight {
	position: relative;
	min-height: 1px;
	padding-right: 10px;
	padding-left: 10px;
}
@media (min-width: 320px) {
	.col-lg-eight {
		width: 50%;
		float: left;
	}
}
@media (min-width: 770px) {
	.col-lg-eight {
		width: 25%;
		min-width: 25%;
		float: left;
	}
}
@media(min-width: 1200px){
    h3{
        font-size: 1.25rem;
    }
}
@media (min-width: 1560px) {
	.col-lg-eight {
		width: 12.5%;
		min-width: 12.5%;
		float: left;
	}
}
.breadcrumb_up{
    position: relative;
    top: -125px;
}
.breadcrumb a, .breadcrumb li, .breadcrumb ul{
    font-weight: 400;
}






