* {
    padding: 0;
    margin: 0;
    max-height: 1000000px;
}

@font-face {
    font-family: Franklin Gothic Book; /* Имя шрифта */
    src: url(fonts/frank.ttf); /* Путь к файлу со шрифтом */
}
   
@font-face {
    font-family: Enigmatic Unicode; /* Имя шрифта */
    src: url(fonts/enigmau.ttf); /* Путь к файлу со шрифтом */
}

body, html {
    font-family: Franklin Gothic Book;
    font-size: 17px;
    min-width: 1060px;
    max-height: 1000000px;
    background: #fff;
}

a {
    text-decoration: none;
    color: #000;
}

img {
    margin: 0;
    padding: 0;
    border: 0;
}

.clear {
    clear: both;
    margin: 0;
    padding: 0;
}

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

.head {
    max-height: 370px;
    width: 100%;
    z-index: 10;
    background: url("img/wave.png") left bottom repeat-x;
    background-size: 60px;
}

.pgh {
    height: 170px;
    width: 100%;
    background: url("img/wave.png") left bottom repeat-x,
                url(img/pgh.jpg) center center no-repeat;
                
    background-size: 60px,
                    cover;
}

.mmenu {
    position: fixed;
    height: 80px;
    width: 100%;
    background: #fff;
    box-shadow: 0 0 15px #9a9a9a;
    z-index: 999;
}

.h-navi {
    float: right;
    width: 685px;
    z-index: 99999;
}

.h-navi ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.h-navi ul a li {
    font-family: Franklin Gothic Book !important;
    float: right;
    padding: 32px 12px;
    text-transform: uppercase;
    color: #666;
    font-size: 14px !important;
    font-weight: 300;
    transition: all 0.1s ease-in-out;
    font-family: 'Roboto', sans-serif;
}

.h-navi ul a:hover li {background: #f2f2f2;}
.h-navi ul a li.active {background: url(img/txtbg.jpg) center center; background-size: cover; color: #fff; text-shadow: 1px 2px 5px #000;}


.t2 {
    width: 100%; 
    height: 455px; 
    background: url("img/wave2.png") left top repeat-x, url("img/wave.png") left bottom repeat-x, url("section2.jpg") center center no-repeat; 
    background-size: 60px, 60px, cover;
}

.mainbut {
    float: left;
    margin: 8px;
    border-radius: 4px;
    box-shadow: 0 0 5px #9a9a9a;
    transition: all 0.2s ease-in-out;
}

.mainbut:hover {
    box-shadow: 0 0 10px #808080;
    opacity: 0.9;
}

.button.pdf,
.button.pdf:hover,
.button.pdf:active {
    background-image: url("img/icons/pdfico.png");
    background-position: 5px center;
    background-repeat: no-repeat;
    background-size: 36px;
}

.button.calcico,
.button.calcico:hover,
.button.calcico:active {
    background-image: url("img/icons/calcico.png");
    background-position: 20px center;
    background-repeat: no-repeat;
    background-size: 36px;
}

.button {
    display: inline-block;
  font-weight: 500;
  color: white;
  text-decoration: none;
  padding: .8em 1em calc(.8em + 3px);
  border-radius: 3px;
  background-color: rgb(199,64,64);
  box-shadow: 0 -3px rgb(167,53,53) inset;
  transition: 0.2s;
} 
.button:hover { background: rgb(167, 53, 53); }
.button:active {
  background-color: rgb(33,147,90);
  box-shadow: 0 3px rgb(33,147,90) inset;
}

.licotxt {
    background: url(img/icons/logoico.png) left center no-repeat; 
    background-size: 17px; 
    padding-left: 23px;
    margin: 2px 0;
}

.leftmenu {
    width: 290px; 
    background: #ededed;
}

.leftmenu ul {
    margin: 0;
    padding: 0;
}

.leftmenu ul a li {
    list-style-type: none;
    padding: 13px 10px 13px 40px;
    text-transform: uppercase;
    border-bottom: 1px dotted #d8d8d8;
    font-size: 14px;
    background: url("img/icons/catico.png") 7px center no-repeat;
    color: #053558;
    background-size: 25px;
}

.leftmenu ul a li:hover {
    background-color: #ddd;
}

.leftmenu ul a li.active {
    background: url("img/icons/caticoactive.png") 7px center no-repeat;
    background-size: 25px;
    background-color: rgb(199,64,64);
    color: #fff;
}

.tovar {
    display: inline-block;
    width: 205px;
    min-height: 345px;
    vertical-align: top;
    margin: 0px 4px 14px 4px;
    border: 1px dashed #c2c2c2;
    border-radius: 8px;
    padding: 10px;
}

.tovar:hover {
    background: #edf3f7;
}

.tovar_sub {
    font-size: 13px; 
    margin-top: 6px;
}

.b-price {
	background-image: url("img/price-left.png");
	background-position: 0 0;
	background-repeat: no-repeat;
	font-size: 21px;
	font-weight: 900;
	color: #386399;
	font-family: Tahoma;
	margin-top: 9px;
}

.b-price__inner {
	display: inline-block;
	min-width: 60px;
	max-width: 150px;
	height: 32px;
	white-space: nowrap;
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis;
	overflow: hidden;
	padding: 5px 10px 0 2px;
	margin-left: 24px;
	-webkit-border-radius: 0 5px 5px 0;
	border-radius: 0 5px 5px 0;
	background: -webkit-linear-gradient(bottom, #d8dbdb 0%, #ebedee 100%);
	background: -moz-linear-gradient(bottom, #d8dbdb 0%, #ebedee 100%);
	background: -o-linear-gradient(bottom, #d8dbdb 0%, #ebedee 100%);
	background: -ms-linear-gradient(bottom, #d8dbdb 0%, #ebedee 100%);
	background: linear-gradient(to top, #d8dbdb 0%, #ebedee 100%);
}

.b-price__currensy {
	font-size: 12px;
	font-weight: 300;
}

.footer {
    width: 100%;
    height: 200px;
    background: #171c2b;
    margin-top: 20px;
    padding-top: 15px;
    color: #b2b2b2;
}

.footer a {
    color: #a7acba;
}

.footer a:hover {
    text-decoration: underline;
}

.footernav ul {
    list-style-type: none;
    margin: 5px 0 22px 0;
    padding: 0;
}

.footernav ul a li {
    display: inline-block;
    padding: 10px 15px;
    background: #0f121c;
    border-radius: 30px;
    text-transform: uppercase;
    color: #b5b5b5;
    font-size: 13px;
    font-weight: 300;
    transition: all 0.1s ease-in-out;
    font-family: 'Roboto', sans-serif;
    margin: 0 5px;
}

.footernav ul a:hover li {background: #b5b5b5; color: #0f121c;}

h1 {
    color: #d32816;
}

h3 {
    color: #d32816;
    font-weight: normal;
    font-size: 23px;
    text-transform: uppercase;
}

.tdesc {
    color: #2f3437;
    font-size: 15px;
}

.galimg {
    display: inline-block;
    width: 240px;
    height: 160px;
    line-height: 157px;
    border-radius: 3px;
    background: #ebf0f4;
    margin: 5px;
    text-align: center;
    transition: all 0.3s ease-in-out;
}

.galimg.fire {
    margin: 3px;
    width: 230px;
    background: #f7ebd3;
}

.galimg.fire:hover {
    background: #e5bb96;
}

.galimg.fire img {
    box-shadow: 0 0 1px #696969;
}

.galimg:hover {
    cursor: pointer;
    background: #d4e0ea;
}

.galimg img {
    max-width: 240px;
    max-height: 150px;
    vertical-align: middle;
    border: 1px solid #deeaf5;
    box-shadow: 0 0 2px #696969;
}

.calcpol select,
.calcpol input {
    width: 380px;
    padding: 10px 5px;
    margin: 5px 0;
    color: #0a3b68;
}

.calcbut {
    
}

.pagination{display:inline-block;padding-left:0;margin:20px 0;border-radius:4px}.pagination>li{display:inline}.pagination>li>a,.pagination>li>span{position:relative;float:left;padding:6px 12px;margin-left:-1px;line-height:1.42857143;color:#337ab7;text-decoration:none;background-color:#fff;border:1px solid #ddd}.pagination>li:first-child>a,.pagination>li:first-child>span{margin-left:0;border-top-left-radius:4px;border-bottom-left-radius:4px}.pagination>li:last-child>a,.pagination>li:last-child>span{border-top-right-radius:4px;border-bottom-right-radius:4px}.pagination>li>a:focus,.pagination>li>a:hover,.pagination>li>span:focus,.pagination>li>span:hover{z-index:2;color:#23527c;background-color:#eee;border-color:#ddd}.pagination>.active>a,.pagination>.active>a:focus,.pagination>.active>a:hover,.pagination>.active>span,.pagination>.active>span:focus,.pagination>.active>span:hover{z-index:3;color:#fff;cursor:default;background-color:#337ab7;border-color:#337ab7}.pagination>.disabled>a,.pagination>.disabled>a:focus,.pagination>.disabled>a:hover,.pagination>.disabled>span,.pagination>.disabled>span:focus,.pagination>.disabled>span:hover{color:#777;cursor:not-allowed;background-color:#fff;border-color:#ddd}.pagination-lg>li>a,.pagination-lg>li>span{padding:10px 16px;font-size:18px;line-height:1.3333333}.pagination-lg>li:first-child>a,.pagination-lg>li:first-child>span{border-top-left-radius:6px;border-bottom-left-radius:6px}.pagination-lg>li:last-child>a,.pagination-lg>li:last-child>span{border-top-right-radius:6px;border-bottom-right-radius:6px}.pagination-sm>li>a,.pagination-sm>li>span{padding:5px 10px;font-size:12px;line-height:1.5}.pagination-sm>li:first-child>a,.pagination-sm>li:first-child>span{border-top-left-radius:3px;border-bottom-left-radius:3px}.pagination-sm>li:last-child>a,.pagination-sm>li:last-child>span{border-top-right-radius:3px;border-bottom-right-radius:3px}