@charset "utf-8";
@font-face {
  font-family: 'SemiBold';
  font-style: normal;
  src: local('semiBold'), url(fonts/Montserrat-SemiBold.ttf);
}
@font-face {
  font-family: 'RobotoBold';
  font-style: normal;
  src: local('robotoBold'), url(fonts/Montserrat-Bold.ttf);
}
@font-face {
  font-family: 'RobotoLight';
  font-style: normal;
  src: local('robotoLight'), url(fonts/Montserrat-Light.ttf);
}
@font-face {
  font-family: 'RobotoRegular';
  font-style: normal;
  src: local('robotoRegular'), url(fonts/Montserrat-Regular.ttf);
}
@font-face {
  font-family: 'RobotoMedium';
  font-style: normal;
  src: local('robotoMedium'), url(fonts/Montserrat-Medium.ttf);
}
h2 {
	font-family: RobotoLight;
	font-size:26px;
	font-weight: 400;
}

.boldhead {
	font-family: RobotoBold;
	font-size: 0.9em;
	font-weight: bold;
	color: #1f1f1f;
	white-space:nowrap;
}
.regular {
	font-family: RobotoRegular;
	font-size: 0.8em;	
	color: #1f1f1f;
	white-space:nowrap;
}
.light {
	font-family: RobotoLight;
	font-size: 0.8em;
	color: #1f1f1f;
	white-space:nowrap;
}
.medium {
	font-family: RobotoMedium;
	font-size: 0.8em;
	color: #1f1f1f;
	white-space:nowrap;
}


body {
	font: 0.9em RobotoRegular, Arial, 'RobotoLight', 'Open Sans', sans-serif;
	width: 100%;
	height: 100vh;
	margin: 0;
	padding: 0;
	color:#000;
	background:#f6f6f6;
	min-width: 320px;
}
.clear {
	clear: both;
}
a{
	outline: none;
	text-decoration: none;
	color: #000;
	transition: all 0.3s ease;
}
a:hover{
	color: #000;
	opacity:0.8;
	transition: all 0.3s ease;
}
ul { 	
	list-style:none; 
}

input:active, textarea:active, button, a { outline:none;}
input:focus, textarea:focus { outline:none;}
textarea { resize:none;}

*::after, *::before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

nav {
	width:100%;
	margin:0;
	padding:0;
	display:inline-block;
	position:inherit;
	text-align:center;
	top: 0px;
    z-index: 1000;
    background: #f6f6f6;
	border-bottom:1px solid #d1d1d1;
	clear: both;
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
nav .polos{ 
	height:90px;	
	box-shadow: 0px 1px 10px 0px #b7b7b7;
	background: #fff;
}
nav .polos .container {
	display: inline-block;
	height:90px;
	width:100%;
	max-width: 1170px;
	padding:5px 30px;
}
nav .polos .container .logotype {
	float: left;
	height: 80px;
}
nav .polos .container .logotype img{
	height:inherit;
	vertical-align: middle;
	width: auto;
}
nav .menu {
    width: 100%;
	display: inline-block;
}
nav .menu .top_menu{
	width:100%;
	max-width: 1170px;
	padding:0px 30px;
	margin:0;
	display:inline-block;
}

.top_menu li {
	list-style:none;
	display: inline-block;
	padding: 10px 15px;
	
}
.top_menu a {
	color:#000;
	font-size:16px;
	font-family: 'SemiBold';
	transition: all 0.3s ease;
}
.top_menu a.activ {
	color:#ffd90b;
	opacity:1;
	transition: all 0.3s ease;
}

.top_menu .carat{
	height:14px;
	width:14px;
	display: inline-block;
	background: url('/images/regul.png') no-repeat;
	background-size: contain;
	vertical-align: bottom;
	
	-webkit-transform-origin: 50% 30%;
	-moz-transform-origin: 50% 30%;
	-ms-transform-origin: 50% 30%;
	transform-origin: 50% 30%;		
	
	-webkit-transition: all 150ms ease-in-out;
	-moz-transition: all 150ms ease-in-out;
	-ms-transition: all 150ms ease-in-out;
	transition: all 150ms ease-in-out;
}

.top_menu a.open {
	opacity:1;
	transition: all 0.3s ease;
}
.top_menu a.open .carat {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
	background: url('/images/regul.png') no-repeat;
	background-size: contain;
}

.top_menu a.activ .carat {
	background: url('/images/open.png') no-repeat;
	background-size: contain;
}

.top_menu a.activ:hover .carat{
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
	background: url('/images/open.png') no-repeat;
	background-size: contain;
}
.win_subcateg {
	display:none;
	width:auto;
	padding:0px;
	background:#fff;
	box-shadow: 0px 5px 10px 0px #b7b7b7;
	position: absolute;	
	margin-top: 11px;
	text-align: left;
	line-height: 2.4;
	z-index: 100;
}
.win_subcateg a {
	display: block;
	padding: 5px 20px;
	width: 100%;
	transition: all 0.3s ease;
}
.win_subcateg a:hover {
	background: #f9f9f9;
	transition: all 0.3s ease;
}




.phone_cell {
	height: 100%;
	float: right;
	text-align:right;
}
.phone_cell a {
	font-size:16px;
	font-weight:600;
	line-height: 1.5;
	letter-spacing:1px;
	padding-left:20px;
	background: url('/images/tube.png') no-repeat left 2px;
}
.phone_cell span {
	font-size:14px;
	letter-spacing:1px;
	text-decoration:underline;
	font-weight:400;
	cursor:pointer;
}


#search_word {
	display: inline-block;
	padding: 0 40px 0 20px;
	width: 340px;
	height: 36px;
	font-weight: normal;
	font-size: 14px;
	color: #161410;
	font-family: RobotoLight;
	border-radius: 19px;
	border: 1px solid #979797;
}
.search_bl form {
	line-height: 78px;
}
.search_bl {
	float:left;
	padding-left:6%;
}
.search_bl .linz_search{
	width: 25px;
	height: 25px;
	vertical-align: middle;
	right: 40px;
	position: relative;
}
.search_bl .linz_search:hover {
	opacity:0.6;
	cursor: pointer;
	transition: all 0.3s ease;
}
.office {
	display: inline-block;
	float: left;
	padding-right: 20px;
	max-width: 280px;
	text-align: left;
}
.office a{
	font-size:15px;
	font-weight:400;
	line-height: 1.9;
	letter-spacing:1px;
	padding-left:20px;
}
.office a span{
	padding-left: 20px;
}
.office .email{
	background: url('/images/email.png') no-repeat left 2px;
}
.office .ofice_list{
	background: url('/images/list.png') no-repeat left 2px;
	line-height: 1.5;
}

/* banner */
.btn_uzakaz{
	color: #000;
	font-size: 1.4em;
	font-weight: bold;
	text-align: center;
	background: #f7d536;
	border-radius: 30px;
	padding: 16px 40px;
	box-shadow: 3px 5px 8px 0px #a1a1a1;
	transition: all 0.3s ease 0s;
	white-space:nowrap;
}
.btn_uzakaz:hover{
	cursor:pointer;
	background: #fce889;
	transition: all 0.3s ease 0s;
}
.content_ind {
    display: inline-block;
	width:100%;
    max-width: 1170px;
    padding: 2% 30px;
	text-align: left;
}

.btn_podrub{
	color: #000;
	font-size: 1.4em;
	font-weight: bold;
	text-align: center;
	background: #f7d536;
	border-radius: 30px;
	padding: 16px 40px;
	box-shadow: 3px 5px 8px 0px #a1a1a1;
	transition: all 0.3s ease 0s;
	white-space:nowrap;
}
.btn_podrub:hover{
	cursor:pointer;
	background: #fce889;
	transition: all 0.3s ease 0s;
}




.footer{
	display:inline-block;
	width:100%;
	background:#959595;
	text-align: center;
}
.footer .content_foot {
    display: inline-block;
    height: auto;
	width:100%;
	max-width: 1170px;
    padding: 40px 20px 40px;
	text-align:left;
}
.footer .content_foot .block {
	float:left;
	width: 25%;
}
.footer .logotype { display:inline-block; max-width: 100%; }
.footer .logotype img {	width: 100%; }
.footer_menu { padding:0;margin:0; }
.footer_menu li { padding:10px; }
.footer_menu li:first-child { padding-top:0px; }
.footer_menu a {
    color: #fff;
    font-size: 17px;
    font-weight: 600;
}
.footer_menu a.activ { color: #ffd90b; }
.footer .address {
    display: inline-block;
    float: left;
    padding:0 10px;
    max-width: 100%;
    text-align: left;
}
.footer .address a {
    font-size: 17px;
    font-weight: 400;
	color:#fff;
    letter-spacing: 1px;
    padding-left: 30px;
}
.footer .address .email {
	text-decoration: underline;
    background: url('/images/email.png') no-repeat left 2px;
	width:100%;
	padding-bottom: 15px;
	display: inline-block;
}
.footer .address .ofice_list { background: url('/images/list.png') no-repeat left 2px; }

.footer .ph_cell { float: right; text-align: right; }
.footer .ph_cell a {
    font-size: 18px;
    font-weight: 600;
	color:#fff;
    letter-spacing: 1px;
    padding-left: 20px;
    background: url('/images/tube.png') no-repeat left 2px;
	display: inline-block;
	padding-bottom: 15px;
	white-space:nowrap;
}
.footer .ph_cell #callback_ph {
    font-size: 16px;
    letter-spacing: 1px;
    font-weight: 400;
	color:#fff;
	padding:8px 20px;
	border:1px solid #ffd90b;
	border-radius:21px;
	transition: all 0.3s ease;
	display:inline-block;
	white-space:nowrap; 
}
.footer .ph_cell #callback_ph:hover{ cursor: pointer;color:#000; background:#ffd90b;transition: all 0.3s ease; }
/* mobil */
#btn_mobil, #btn_mobil_phone { display:none; }
#mobil_offis { display:none; }
#mobil_catalog { display:none; }

/* page */
.content_page {
	display:block;
	width:100%;
	text-align:center;
	min-width: 320px;
}

.breadCrumbs {
	margin:0;
	padding:0;
	color:#666;
	font-size:14px;
	line-height: 1.6;
}
.breadCrumbs li{ float:left; padding-right:5px; }
.breadCrumbs li a{ 	color:#666;font-size:14px;text-decoration: underline; }

.design {
	float: right;
	color: #ccc;
}
.design a{
	color: #ccc;
}

@media  (max-width: 1170px) {
	.search_bl {padding-left: 2%;}
	#search_word { width:200px; }
}
@media  (max-width: 960px) {
	nav .polos .container .logotype { float:none; }
	.search_bl{display:none;}
	.footer_menu{display:none;}
	.footer .content_foot .block { width: 33%; }
}
@media  (max-width: 760px) {
	h1,h2,h3 { font-size:18px; }
	p, a, div, span { font-size:14px; }
	.btn_uzakaz, .btn_podrub { font-size:16px; }
	
	nav { height:65px; background:0;border:0; }
	nav .polos { height: inherit; }
	nav .polos .container { height: inherit;padding: 5px 20px; }
	nav .polos .container .logotype { float: none; height: inherit; }
	nav .polos .container .logotype img { height: 53px; }
	nav .menu { display:none; }
	#btn_mobil { display: inline-block;float:left;padding-top:15px; }
	#btn_mobil:hover { cursor:pointer; opacity:.5; transition: all 0.3s ease; }
	#btn_mobil_phone { display: inline-block;float:right;padding-top:15px; }
	#btn_mobil_phone:hover { cursor:pointer; opacity:.5 ;transition: all 0.3s ease; }
	.search_bl, .office , .phone_cell { display:none; }
	
#mobil_offis {
	display:none;
	max-width:60%;
	min-width:190px; 
	background:#fff;
	box-shadow: 0px 1px 10px 0px #b7b7b7;
	padding:20px 10px;
	position: absolute;
	top: 65px;
	right:20px;
	z-index: 20;
}
#mobil_offis a{
	font-size: 14px;
	font-weight: 600;
	font-family:RobotoLight;
	line-height: 1.6;
	padding-left: 20px;
	background: url('/images/tube.png') no-repeat left 2px;
}
#mobil_offis span {
    font-size: 14px;
    letter-spacing: 1px;
    font-weight: 400;
    cursor: pointer;
}
#mobil_offis .email {
    background: url('/images/email.png') no-repeat left 2px;
	text-decoration: underline;
}
#mobil_offis .ofice_list {
    background: url('/images/list.png') no-repeat left 2px;
}
#mobil_offis .btn_obr {
    color: #000;
    font-size: 14px;
    text-align: center;
    background: #f7d536;
    border-radius: 24px;
    padding: 15px 20px;
	margin:20px 0;
    box-shadow: 3px 5px 8px 0px #a1a1a1;
    transition: all 0.3s ease 0s;
    white-space: nowrap;
	display:block;
	text-decoration: none;
	font-weight: 600;
	transition: all 0.3s ease 0s;
}
#mobil_offis .btn_obr:hover {
	cursor: pointer;
	background: #fff;
	transition: all 0.3s ease 0s;
}	
	#mobil_catalog {
		max-width:90%;
		min-width:50%; 
		background:#fff;
		box-shadow: 0px 1px 10px 0px #b7b7b7;
		padding:20px 15px;
		position: absolute;
		top: 65px;
		left:0px;
		z-index: 20;	
	}


	.footer .content_foot { text-align: center; }
	.footer .content_foot .block {
		display: inline-block;
		float: none;
		width: 60%;
		text-align: center;
		padding-bottom: 10px;
	}
	.footer .ph_cell { padding-top:10px; text-align: left; }
	.design { float: none; text-align:center; }
	
}

@media  (max-width: 480px) {
	.breadCrumbs, .breadCrumbs li a { font-size:12px; }
}
@media  (max-width: 320px) {
	#mobil_offis .btn_obr,	#mobil_offis a{
		font-size: 12px;
	}
}