/*
Description: Данная тема разработана специально для сайта nd-prime.by и соответствует всем требованиям 
Author: Projects Factory | Alexandr Samuilov
Author URI: http://fpro.by
Version: 1.0
*/
@charset "UTF-8";
@font-face {
    font-family: 'Boblic';
    src: url('/css/fonts/boblic.eot');
    src: url('/css/fonts/boblic.eot?#iefix') format('embedded-opentype'),
         url('/css/fonts/boblic.woff') format('woff'),
         url('/css/fonts/boblic.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'OpenSansBold';
    src: url('/css/fonts/opensans-bold.eot');
    src: url('/css/fonts/opensans-bold.eot?#iefix') format('embedded-opentype'),
         url('/css/fonts/opensans-bold.woff') format('woff'),
         url('/css/fonts/opensans-bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;

}
@font-face {
    font-family: 'OpenSansBoldItalic';
    src: url('/css/fonts/opensans-bolditalic.eot');
    src: url('/css/fonts/opensans-bolditalic.eot?#iefix') format('embedded-opentype'),
         url('/css/fonts/opensans-bolditalic.woff') format('woff'),
         url('/css/fonts/opensans-bolditalic.ttf') format('truetype');
    font-weight: bold;
}
@font-face {
    font-family: 'OpenSansExtraboldRegular';
    src: url('/css/fonts/opensans-extrabold.eot');
    src: url('/css/fonts/opensans-extrabold.eot?#iefix') format('embedded-opentype'),
         url('/css/fonts/opensans-extrabold.woff') format('woff'),
         url('/css/fonts/opensans-extrabold.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'OpenSansExtraboldItalic';
    src: url('/css/fonts/opensans-extrabolditalic.eot');
    src: url('/css/fonts/opensans-extrabolditalic.eot?#iefix') format('embedded-opentype'),
         url('/css/fonts/opensans-extrabolditalic.woff') format('woff'),
         url('/css/fonts/opensans-extrabolditalic.ttf') format('truetype');
    font-weight: normal;
}
@font-face {
    font-family: 'OpenSansItalic';
    src: url('/css/fonts/opensans-italic.eot');
    src: url('/css/fonts/opensans-italic.eot?#iefix') format('embedded-opentype'),
         url('/css/fonts/opensans-italic.woff') format('woff'),
         url('/css/fonts/opensans-italic.ttf') format('truetype');
    font-weight: normal;
}
@font-face {
    font-family: 'OpenSansLightRegular';
    src: url('/css/fonts/opensans-light.eot');
    src: url('/css/fonts/opensans-light.eot?#iefix') format('embedded-opentype'),
         url('/css/fonts/opensans-light.woff') format('woff'),
         url('/css/fonts/opensans-light.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'OpenSansLightItalic';
    src: url('/css/fonts/opensans-lightitalic.eot');
    src: url('/css/fonts/opensans-lightitalic.eot?#iefix') format('embedded-opentype'),
         url('/css/fonts/opensans-lightitalic.woff') format('woff'),
         url('/css/fonts/opensans-lightitalic.ttf') format('truetype');
    font-weight: normal;
}
@font-face {
    font-family: 'OpenSansRegular';
    src: url('/css/fonts/opensans-regular.eot');
    src: url('/css/fonts/opensans-regular.eot?#iefix') format('embedded-opentype'),
         url('/css/fonts/opensans-regular.woff') format('woff'),
         url('/css/fonts/opensans-regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'OpenSansSemiboldRegular';
    src: url('/css/fonts/opensans-semibold.eot');
    src: url('/css/fonts/opensans-semibold.eot?#iefix') format('embedded-opentype'),
         url('/css/fonts/opensans-semibold.woff') format('woff'),
         url('/css/fonts/opensans-semibold.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'OpenSansSemiboldItalic';
    src: url('/css/fonts/opensans-semibolditalic.eot');
    src: url('/css/fonts/opensans-semibolditalic.eot?#iefix') format('embedded-opentype'),
         url('/css/fonts/opensans-semibolditalic.woff') format('woff'),
         url('/css/fonts/opensans-semibolditalic.ttf') format('truetype');
    font-weight: normal;
}
@font-face {
    font-family: 'OpenSansCondensedLight';
    src: url('/css/fonts/open_sans_condensed_light.eot');
    src: url('/css/fonts/open_sans_condensed_light.eot?#iefix') format('embedded-opentype'),
         url('/css/fonts/open_sans_condensed_light.woff') format('woff'),
         url('/css/fonts/open_sans_condensed_light.ttf') format('truetype'),
         url('/css/fonts/open_sans_condensed_light.svg#OpenSansCondensedLight') format('svg');
    font-weight: normal;
    font-style: normal;

}
* {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
}
body {
	background: url(/img/bodybg.jpg) repeat;
	font: normal 14px/normal OpenSansRegular, Helvetica, sans-serif;
	color:#58585a;
    
}
html, body {
	height: 100%;
}
#wrapper {
	min-height: 100%;
	width: 100%;
	margin: 0 auto;
    overflow: hidden;
    padding-top: 0;
}
* html #wrapper { /* хак для ie6 */
	height: 100%;
}
h1, h2, h3, h4, h5, h6 
{
    color:#1f1f1f;
    font: normal 18px/normal OpenSansExtraboldRegular, Helvetica, sans-serif;
    margin: 0;
}
h1 
{
    text-transform: uppercase;
    line-height: 18px;
}
.container h1
{
    margin:15px 0  15px;
}
h2 
{
    text-transform: uppercase;
    font-size:17px;
    margin-top: 30px;
}
h3 {
    font-size: 16px;
    text-transform: uppercase;
    margin-top: 24px;
}
h4 {
    font-size: 15px;
    
    text-transform: uppercase;
    margin: 8px 0;
}
h5 {
    font-size: 14px;
    
    text-transform: uppercase;
    margin: 8px 0;
}
h6 {
    font-size: 14px;
}

.amplifiers1 .amplifiers1centralizer h1
{
    text-align: center;
    color: red;
}

h1+h6,h2+h6
{
    margin: -10px 0 20px;
}
h1 + p , h2 + p, h3 + p, h4 + p, h5 + p, h6 + p {
	margin-top: 5px;
}
h1 + p>img , h2 + p>img, h3 + p>img, h4 + p>img, h5 + p>img, h6 + p>img {
	margin-top: 15px;
}
ul, ol, dl, table {
	margin: 0 0 10px;
	padding: 0;
}
ul li
{
    list-style-type: square;
}
.container ol li
{
    margin-left: 20px;
}
.container ul li 
{
    list-style-type: square;
    margin-left: 20px;
}
.container ul li 
{
    list-style-type: square;
    margin-left: 20px;
}
.catal ul li, .catal ol li
{
    list-style-position: inside;
}
a {
    color:red;
	text-decoration:none;
	cursor: pointer;
}
a:hover {
	text-decoration: underline;
    
}
p {
   
    
}
.container p
{
    margin-bottom:10px;
}

p img {
    height: auto;
    margin: 0 10px 5px;
    max-width: 662px;
}
p img.img-l {
    margin: 0 15px 15px 0;
}
p img.img-r {
    margin: 0 0 15px 15px;
}
b, strong {
    }
.b{
    
}
i, em {
	font-style: italic;
}
strike {
	text-decoration: line-through;
}
small {
	font-size: 90%;
}
table {
	width: 100%;
    border-collapse: collapse;
    border-spacing: 0
}
table td {
	vertical-align: top;color:red\0/; /* хак для ie8 */
    padding: 5px;
}
.pricestyle
{
    
}
.pricestyle tr:first-child td
{
    background:#1f1f1f;
    color: #fff;
    text-transform: uppercase;
    text-align: center;
}

.pricestyle td
{
    border:1px solid #1f1f1f;
    padding:10px 12px;
} 
input:focus {
    outline: 0 none;
}
input[type=button]::-moz-focus-inner, button::-moz-focus-inner, a::-moz-focus-inner { 
  border: none;
  padding: 0;
  outline: none;
}
.hidden {
	display: none !important;
}
.clearfix:after {
    display:table;
    height:0px;
    width:0;
    content:"";
    visibility:hidden;
    clear:both;
}
.advice dt {
	font-size: 18px;
	margin-bottom: 7px;
}
.red {
	color: #ff0000 !important;
}
.green {
	color: #00ff00 !important;
}
.no-margin {
	margin: 0 !important;
}
.no-select {
  -webkit-user-select: none;
   -khtml-user-select: none;
     -moz-user-select: none;
       -o-user-select: none;
          user-select: none;
}
/* HEADER
----------------------------------------------------------------------------- */
.btn {
z-index: 2147483647;
background: #3498db;
background-image: -webkit-linear-gradient(top, #3498db, #2980b9);
background-image: -moz-linear-gradient(top, #3498db, #2980b9);
background-image: -ms-linear-gradient(top, #3498db, #2980b9);
background-image: -o-linear-gradient(top, #3498db, #2980b9);
background-image: linear-gradient(to bottom, #3498db, #2980b9);
-webkit-border-radius: 4;
-moz-border-radius: 4;
border-radius: 4px;
text-transform: uppercase;
color: #ffffff;
font-size: 15px;
padding: 5px 20px 7px 20px;
text-decoration: none;
position: fixed;
top: 25px;
right:25px;
-webkit-transition: all 0.25s ease 0s;
-moz-transition: all 0.25s ease 0s;
-o-transition: all 0.25s ease 0s;
transition: all 0.25s ease 0s;
}

.btn:hover {
background: #3cb0fd;
background-image: -webkit-linear-gradient(top, #3cb0fd, #3498db);
background-image: -moz-linear-gradient(top, #3cb0fd, #3498db);
background-image: -ms-linear-gradient(top, #3cb0fd, #3498db);
background-image: -o-linear-gradient(top, #3cb0fd, #3498db);
background-image: linear-gradient(to bottom, #3cb0fd, #3498db);
text-decoration: none;
}
.test2 {
    background: url("/img/articles.jpg") no-repeat;
    display: none;
    height: 2568px;
    left: 50%;
    margin-left: -600px;
    opacity: 0.5;
    position: absolute;
    width: 1200px;
    z-index: 2147483647;
}
header {
    height: 195px;
    margin: 0 auto;
    padding: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 1000;
}
.header1
{
    width:940px;
    padding:0 20px;
    height:130px;
    margin:0 auto;
    position: relative;
}
#logoheader {
    display: block;
    float: left;
    height: 95px;
    margin-left: 0;
    margin-top: 23px;
    width: 170px;
    position: relative;
}
#logoheader span 
{
    bottom: 4px;
    color: #3b3b3b;
    font: 14px/15px OpenSansLightItalic,Helvetica,sans-serif;
    left: 20px;
    position: absolute;
}
#headermenu
{
    height:67px;
    width:100%;
    position: relative;
}
#headermenu>.headercont
{
    width:100%;
    height:60px;
    background: #1f1f1f;
    position: absolute;
    bottom: 0;
}
.headercenter>ul
{
    width:940px;
    margin: 0 auto;    
    display: block;
    top: 0px;
    position: relative;
}
.headercenter>ul>li
{
    float: left;
    display: inline-block;
    position: relative;
    border-top: 0px solid transparent;
}
.headercenter > ul > li > a {
    
    color: #fff;
    display: inline-block;
    font: bold 13px/15px Arial,Helvetica,sans-serif;
    padding: 22.5px 9px;
    position: relative;
    text-decoration: none;
    text-transform: uppercase;
    top: 0px;
    -webkit-transition: all 0.25s ease 0s;
       -moz-transition: all 0.25s ease 0s;
         -o-transition: all 0.25s ease 0s;
            transition: all 0.25s ease 0s;
}
.headercenter > ul > li > a:hover {
    
}
.headercenter > ul > li:hover {
    background-color:red;
    border-top: 0px solid transparent;
    height: 60px;
}
.headercenter > ul > li.current-menu-item ,.headercenter > ul > li.current-menu-parent ,.headercenter > ul > li.current-menu-ancestor
{
    border-top: 8px solid #ffc62e;
    background-color:red;
    position: relative;
    top:-8px;
    
}
.headercenter > ul > li>ul {
    background: none repeat scroll 0 0 #1f1f1f;
    border-bottom: 8px solid red;
    border-top: 8px solid red;
    display: none;
    padding: 7px 34px 7px 44px;
    position: absolute;
    top: 60px;
    width: 190px;
}
.headercenter > ul > li:hover>ul {
    display:block;
}
.headercenter > ul > li>ul>li ul
{
    padding-left:10px;
}
.headercenter > ul > li>ul  li {
    line-height: 24px;
    color:#fff;
    -webkit-transition: all 0.25s ease 0s;
       -moz-transition: all 0.25s ease 0s;
         -o-transition: all 0.25s ease 0s;
            transition: all 0.25s ease 0s;
}
.headercenter > ul > li>ul li a {
    
    color:#fff;
    -webkit-transition: all 0.25s ease 0s;
       -moz-transition: all 0.25s ease 0s;
         -o-transition: all 0.25s ease 0s;
            transition: all 0.25s ease 0s;
}
.headercenter > ul > li>ul li:hover {  
    color:#ffc62e;
}
.headercenter > ul > li>ul li:hover > a { 
    color:#ffc62e;
}
#line{
    width:100%;
    height:10px;
    overflow: hidden;
    position: absolute;
    top:88px;
    left:0;
}
.line1center
{
    margin: 0 auto;
    width:940px;
    position: relative;
}
.line1
{
    background: url("/img/linebg1.png") no-repeat ;
    height: 3px;
    position: absolute;
    right: 942px;
    width: 2000px;top: 2px;
}
.line2
{
    background: url("/img/linebg2.png") no-repeat ;
    height: 3px;
    position: absolute;
    left: 262px;
    width: 3000px;top: 2px;
}
.line2dot
{
    background: url("/img/dotline1.png") no-repeat ;
    height: 7px;
    position: absolute;
    left: 260px;
    width: 7px;
}
.line1dot
{
    background: url("/img/dotline1.png") no-repeat ;
    height: 7px;
    position: absolute;
    right: 940px;
    width: 7px;
}
.contactsheader {
    overflow: hidden;
    width: 280px;
    font: 14px/15px OpenSansLight,Helvetica,sans-serif;
}
#headeraddress
{
    left: 225px;
    position: absolute;
    top: 30px;
    background: url(/img/addr1.png) no-repeat;
}
#headerphones
{
    left: 530px;
	width: 200px;
    position: absolute;
    top: 30px;
    background: url(/img/phone1.png) no-repeat left center;
}
.contactsheader > .address2
{
    font: 14px/15px OpenSansSemiboldRegular,Helvetica,sans-serif;
    color:#000;
}
.contactsheader > .address , .contactsheader > .address2 ,.contactsheader .phonesline
{
    float: left;
    overflow: hidden;
    padding-left: 40px;
    width: 250px;
    letter-spacing: -0.4px;
}
.contactsheader > .phones {
    float: left;
    height: 35px;
    overflow: hidden;
    padding-left: 40px;
    width: 250px;
}
.contactsheader>.phones
{
    float:right;
    text-transform: uppercase;
    width: 205px;
}
.phonesline
{
    width:220px;
    position: relative;
}
.phonesline2
{
    width:220px;
    position: relative;
    top:18px;
}
.operator
{
    float: left;
}

.phone {
    color: black;
    float: right;
    font: 14px/15px OpenSansSemiboldRegular,Helvetica,sans-serif;
    margin-left: 5px;
}
.phonecode
{
    float:right;
}

#headerphones .phonesline {
    width: 150px;
}
.modal {
    background: url("/img/bodybg.jpg") repeat;
    display: none;
    height: 411px;
    overflow: auto;
    padding: 20px;
    position: absolute;
    width: 310px;
    z-index: 999999;
}
@media all and (-webkit-min-device-pixel-ratio:0) 
{
    .modal { height: 416px; } 
}
.overlay{
width: 100%;
height: 100%;
position: fixed;
top: 0;
left: 0;
z-index: 99999;
display: none;
}


.modal .input-box {
    bottom: 155px;
    position: absolute;
}

.modal .input-box2 {
    bottom: 80px;
    margin-top: 10px;
    position: absolute;
}
.modal .input-box3
{
	margin-top:10px;
}
.modal .closeBtn
{
    background: url(/img/close.png) no-repeat;
	color:#676862;
    width:85px;
    height:20px;
    display: block;
    cursor:pointer;
    position: absolute;
    right:20px;
    top:17px;
    text-decoration: none;
    opacity:0.5;
    -webkit-transition: all 0.5s ease 0s;
       -moz-transition: all 0.5s ease 0s;
         -o-transition: all 0.5s ease 0s;
            transition: all 0.5s ease 0s;
            z-index: 1000;
}	
.modal .closeBtn:hover
{
	opacity:1;
}

.modal h3 {
    color: #54add7;
    line-height: 24px;
    padding: 15px 0 15px;
}	

.modal .input-box > span {
    color: gray;
    display: inline-block;
    font-family: OpenSansRegular;
    font-size: 18px;
    margin: 12px 0 0;
    text-align: left;
    transition: all 0.5s ease 0s;
}
.modal .input-box3  > span
{
  color:#616161;
  margin:0px 0 6px;
  text-align: left;
  display: inline-block;
  -webkit-transition: all 0.5s ease 0s;
       -moz-transition: all 0.5s ease 0s;
         -o-transition: all 0.5s ease 0s;
            transition: all 0.5s ease 0s;
  
}

.modal .input-box2 > span {
    color: gray;
    display: inline-block;
    font-family: OpenSansRegular;
    font-size: 18px;
    margin: 12px 0 0;
    text-align: left;
    transition: all 0.5s ease 0s;
}

.modal .input-box #name_pop_up {
    background-color: rgba(255, 255, 255, 0.3);
    border: 1px solid gray;
    border-radius: 2px;
    color: gray;
    font: 18px/18px roboto_ltitalic,Helvetica,sans-serif;
    height: 33px;
    padding: 2px 5px;
    transition: all 0.5s ease 0s;
    width: 295px;
}

.modal .input-box3 #text_pop_up {
    background-color: rgba(255, 255, 255, 0.3);
    border: 1px solid gray;
    border-radius: 2px;
    color: gray;
    font: 18px/18px roboto_ltitalic,Helvetica,sans-serif;
    height: 33px;
    padding: 2px 5px;
    transition: all 0.5s ease 0s;
    width: 295px;
}
.modal .input-box2 #phone_pop_up
{
   background-color: rgba(255, 255, 255, 0.3);
    border: 1px solid gray;
    border-radius: 2px;
    color: gray;
    font: 18px/18px roboto_ltitalic,Helvetica,sans-serif;
    height: 33px;
    padding: 2px 5px;
    transition: all 0.5s ease 0s;
    width: 295px;
}

.modal #result {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    border: 0 none;
    bottom: 49px;
    color: red;
    display: block;
    font: italic 14px/14px roboto_ltitalic,Helvetica,sans-serif;
    height: 20px;
    left: 0;
    padding: 0;
    position: absolute;
    text-align: center;
    width: 308px;
    z-index: 1000000;
}

#fields {
    height: 415px;
    position: relative;
}
.modal .popup-link-2
{
   
}
.popup-link-2:hover
{
    
}
.popup-link-2:active
{
    }
    

.view2 {
    background: none repeat scroll 0 0 #dfa909;
    border-radius: 2px;
    bottom: 7px;
    color: #fff;
    display: block;
    float: right;
    font: 24px/21px OpenSansBold,sans-serif;
    height: 40px;
    padding: 9px 0;
    position: absolute;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    width: 307px;
    
}
.view2:hover {
    background: none repeat scroll 0 0 #f6b906;
    color: #fff;
    cursor: pointer;
}
.c-box {
    display: inline-block;
    margin: 5px;
    opacity: 0.8;
}
.c-box:hover
{
    opacity:1;
}
.leftmessage {
    color: red;
    display: block;
    font-family: OpenSansExtraboldRegular;
    font-size: 24px;
    height: 23px;
    position: absolute;
    text-align: center;
    text-transform: uppercase;
    top: 116px;
    width: 307px;
}
.wecall {
    border-bottom: 1px solid gray;
    color: gray;
    font-family: OpenSansLightItalic;
    font-size: 16px;
    line-height: 16px;
    padding-bottom: 6px;
    position: absolute;
    text-align: center;
    top: 145px;
    width: 307px;
}
#view1
{
    top: 30px;
    right: 20px;
    position: absolute;
} 

#view2 {
    position: absolute;
    right: 0px;
    top: 18px;
	width: 190px;
}
.view {
    background: red;
    border: medium none;
    border-radius: 3px;
    color: #fff;
    display: block;
    font: 18px/27px OpenSansCondensedLight,Helvetica,sans-serif;
    height: 28px;
    letter-spacing: -0.2px;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    width: 200px;
}
.view:hover
{
    text-decoration: none;
    background: #ffc62e;
    color:#1f1f1f;
}
@media all and (-webkit-min-device-pixel-ratio:0) 
{
    .view { line-height:29px; } 
}
.navsearch {
    background: none ;
    border: 1px solid;
    border-radius: 3px;
    color: grey;
    float: right;
    font-family: OpenSansRegular;
    font-size: 14px;
    font-style: italic;
    margin-top: 15px;
    padding: 4px 27px 4px 7px;
    width: 155px;
}

.searchclick {
    background: url("/img/searchbutton.png") no-repeat scroll center center rgba(0, 0, 0, 0);
    display: block;
    height: 29px;
    opacity: 0.7;
    position: absolute;
    right: 0;
    top: 15px;
    width: 29px;
}
.searchclick:hover {
    opacity:1;
    }
.headercenter
{
    width:940px;
    margin: 0 auto;
    position: relative;
}
.footercenter
{
    width:940px;
    margin: 0 auto;
    position: relative;
}

















/* CONTENT
----------------------------------------------------------------------------- */
.container
{
    margin: 0 auto;
    min-height: 100%;
    overflow: hidden;
    padding-top: 197px;
    width:100%;
}
.containercenter
{
    margin: 0 auto;
    overflow: hidden;
    padding: 40px 20px;
    width: 940px;
}
div[role="main"]
{
}
.sidebar
{
    width:260px;
    display:block;
    position: relative;
    margin-bottom:40px;
    border-radius: 5px;
}
.sidebarcontainer
{
    width:260px;
    float:left;
    border-radius: 5px;
}
.sidebar h3
{
    text-align: center;   
    text-decoration: none;
  border-style: solid;
  border-width: 1px;
  border-color: rgb( 217, 217, 217 );
  background-image: -moz-linear-gradient( 90deg, #f9f9f9, #f6f6f6);
  background-image: -webkit-linear-gradient( 90deg, #f9f9f9, #f6f6f6);
  background-image: -ms-linear-gradient( 90deg, #f9f9f9, #f6f6f6);
  
  border-radius: 5px;
  width: 260px;
  height: 42px;
  margin: 0;
  margin-left: -1px;

}
.sidebar h3 a
{
    height:38px;
    text-align: center;   
    text-decoration: none;
    
    display: block;
    color:#ce0d61;
    font: Bold 24px/normal Arial Helvetica, sans-serif;
    font: Black 24px/normal Arial Helvetica, sans-serif;
    line-height: 42px;
    border-bottom: 4px solid #eaeaea;
}
.dop h3 a
{
    color:#b35ba8
}
rrow2.png") no-repeat scroll  25px center rgb( 206, 13, 97 );
}
.content
{
    width:660px;
    min-height:500px;
    float:right;
}
article[role="amplifiers"]
{
    width:100%;
    height:370px;
    background: url(/img/amplifiersbg.jpg) no-repeat;
    background-size: cover;
    color:white!important;
}
article[role="amplifiers"] h2 ,article[role="amplifiers"] h6 ,article[role="amplifiers"] p, article[role="amplifiers"] div 
{
    color:white!important;
}
article[role="amplifiers"] h2 
{
    color:white!important;
    background: url("/img/h11.png") no-repeat scroll center 63px ;
    padding-top:40px;
}
.amplif{
    width:151px;
    height:220px;
    position:relative;
    margin-right: 50px;
    float:left;
}
.amplif .descr
{
    width:183px;
    height:50px;
    position: absolute;
    bottom: 0;
    text-align: center;
    left:-15px;
}

.breadcrumb {
    margin: -5px 0 5px;
    
}
.breadcrumb h1
{
    color: red;
    margin: 0;
}
.bodybreadcrumbs{
    color:#1f1f1f;
    margin-top:3px;
    border-bottom:1px solid #1f1f1f;
    font:14px/20px OpenSansLightItalic,Helvetica,sans-seri;
}
.bodybreadcrumbs a
{
    color:#888;
}
#breadcrumbs
{
    margin:0;
}
.onepost {
    height: 160px;
    margin: 10px 0 38px;
}

.oneimg {
    display: block;
    float: left;
    height: 160px;
    margin-right: 14px;
    margin-top: 3px;
    opacity: 0.8;
    width: 210px;
}
.oneimg:hover
{
    opacity:1;
}
.onepost h4
{
    color: #1f1f1f;
    font-size: 17px;
    line-height: 17px;
    margin: -5px 0 8px;
    text-transform: uppercase;
}
.onepost h4>a
{
    color: #1f1f1f;
}
.onepost p
{
    line-height: 17px;
}
.morebutton {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    border: 1px solid;
    border-radius: 2px;
    color: #1f1f1f;
    display: inline-block;
    margin-top: -2px;
    padding: 3px 17px;
    text-transform: uppercase;
}
.morebutton:hover
{
    border-color:red;
    color:white;
    background: red;
    text-decoration: none;
}

.postpager {
    border-top: 1px solid #1f1f1f;
    padding-top: 4px;
    text-align: right;
}
.postpager .aktive2
{
    padding:0px 6px;
    background: #1f1f1f;
    color:#fff;
}
.postpager a{
    padding:0px 6px;
    text-transform: uppercase;
    color: #1f1f1f;
}
.postpager a:hover{
    color:red;
    
}
.leftcontainer
{
    width:660px;
    float:left;
}
.rightcontainer
{
    width:265px;
    float:right;
    background: #fff;
}
.otherposts
{
    font: normal 18px/normal OpenSansExtraboldRegular, Helvetica, sans-serif;
    color:#fff;
    background: red;
    text-decoration: none;
    border:1px solid transparent;
    width:265px;
    height:40px;
    line-height:37px;
    display: block;
    text-align: center;
    text-transform: uppercase;
    text-decoration: none;
}
.otherposts:hover
{
    text-decoration: none;
    border:1px solid #1f1f1f;
    color:#1f1f1f;
}
.rightinnercontainer
{
    padding:15px;
}
.onesmallpost
{
    margin-top:21px;
}
.onesmallpost:first-child
{
    margin-top:0px;
}
.onesmallpost h4
{
    color: #1f1f1f;
    font-size: 14px;
    line-height: 14px;
    text-transform: uppercase;
    margin: 0;
}
.onesmallpost h4>a
{
    color: #1f1f1f;
}

.onesmallpost p {
    font-size: 12px;
    line-height: 14px;
}
.onesmallpost .morebutton {
    display:block;
    text-align: center;
}

.linkblock1
{
    background: transparent; /*url(/img/linkblock1.jpg) no-repeat center center;*/
    width:100%;
    height:500px;
    padding: 0 0 40px;
}
.linkblock1 > h1 {
	width: 940px;
	margin: 40px auto;
    font-size: 20px;
    line-height: 14px;
    text-align: center;
    text-transform: uppercase;
	color: red;
}
.linkblock1centralizer
{
    width:940px;
    height:500px;
    margin:0 auto;
    position: relative;
}

.mainlink1
{
    display: block;
    opacity:0.9;
}
.mainlink1:hover 
{
    opacity:1;
}
.mainlink1 > div
{
    color:#fff;
    font-family: OpenSansExtraboldRegular;
    font-size: 18px;
    text-transform: uppercase;
    line-height: 18px;
    background: #1f1f1f;
     padding: 15px 20px 18px;
    display: inline-block;
}
.mainlink1:hover > div
{
    background: red;
}
#ml1
{
    WIDTH:465PX;
    HEIGHT:160PX;
    position: absolute;  
}
#ml1 > div {
    bottom: 0;
    left: 0;
    max-width: 463px;
    position: absolute;
}
#ml2 {
    height: 160px;
    left: 477px;
    position: absolute;
    top: 0;
    width: 225px;
}
#ml2 > div {
    bottom: 0;
    left: 0;
    position: absolute;
    width: 184px;
}
#ml3 {
    height: 160px;
    left: 715px;
    position: absolute;
    top: 0;
    width: 225px;
}

#ml3 > div {
    font-size: 14px;
    left: 0;
    position: absolute;
    text-align: center;
    top: 0;
    width: 184px;
}

#ml4 {
    height: 153px;
    left: 0;
    position: absolute;
    top: 175px;
    width: 225px;
}
#ml4 > div {
    bottom: 0;
    font-size: 15px;
    left: 0;
    padding: 15px 0 17px;
    position: absolute;
    text-align: center;
    width: 224px;
}


#ml5 {
    height: 160px;
    left: 0;
    position: absolute;
    top: 342px;
    width: 225px;
}

#ml5 > div {
    font-size: 18px;
    left: 0;
    padding: 15px 0 17px;
    position: absolute;
    text-align: center;
    top: 0;
    width: 224px;
}

#ml6 {
    height: 328px;
    left: 238px;
    position: absolute;
    top: 174px;
    width: 225px;
}

#ml6 > div {
    bottom: 0;
    font-size: 16px;
    left: 0;
    padding: 15px 0 17px;
    position: absolute;
    text-align: center;
    width: 224px;
}

#ml7 {
    height: 153px;
    left: 477px;
    position: absolute;
    top: 174px;
    width: 225px;
}

#ml7 > div {
    bottom: 0;
    font-size: 18px;
    left: 0;
    padding: 15px 0 17px;
    position: absolute;
    text-align: center;
    width: 224px;
}


#ml8 {
    height: 160px;
    left: 477px;
    position: absolute;
    top: 342px;
    width: 225px;
}



#ml8 > div {
    bottom: 0;
    font-size: 14px;
    left: 0;
    padding: 7px 0 8px;
    position: absolute;
    text-align: center;
    width: 224px;
}

#ml9 {
    height: 248px;
    left: 715px;
    position: absolute;
    top: 174px;
    width: 225px;
}

#ml9 > div {
    bottom: 0;
    font-size: 14px;
    left: 0;
    padding: 5px 0 9px;
    position: absolute;
    text-align: center;
    width: 224px;
}

.catalog {
    background: #ffc62e;
    bottom: -2px;
    color: #000;
    font-family: OpenSansExtraboldRegular;
    font-size: 18px;
    line-height: 24px;
    padding: 8px 0;
    position: absolute;
    right: 0;
    text-align: center;
    text-transform: uppercase;
    width: 224px;
}
.catalog:hover
{
    background: red;
    color:#fff;
    text-decoration: none;
}
.amplifiers1
{
    width:100%;
    padding:40px 0;
}
.amplifiers1centralizer
{
    width:940px;
    padding:0;
    margin: 0 auto;
}

.amplifiers1centralizer > h2 {
    font-size: 20px;
    line-height: 14px;
    text-align: center;
    text-transform: uppercase;
    color:red;
}

.ampl {
    background: none repeat scroll 0 0 #fff;
    float: left;
    height: 181px;
    margin-bottom: 42px;
    margin-left: 14px;
    margin-left: 10px\0/;
    margin-top: 20px;
    width: 224px;
    position: relative;
}
.ampl:first-of-type
{
   margin-left: 0px; 
}
.ampl > img {
    display: block;
    margin: 19px auto;
    max-height: 100px;
    max-width: 200px;
    text-align: center;
}
.ampl > div {
    bottom: 15px;
    font-family: OpenSansSemiboldRegular;
    height: 55px;
    left: 15px;
    line-height: 17px;
    position: absolute;
    text-align: center;
    text-transform: uppercase;
    width: 195px;
    color:#000;
}

.mainpost {
    background: none repeat scroll 0 0 #fff;
    float: left;
    min-height: 280px;
    margin: 30px 0 15px 20px;
    margin-left:5px\0/; 
    padding: 10px 5px;
    width: 290px;
}
.mainpost:first-of-type
{
   margin-left: 0px; 
}
.mainpost h4
{
    font-size: 14px;
    line-height: 16px;
    margin-top: 0;
    height:32px;
    overflow:hidden;
    text-align: center;
    font-family:OpenSansBold;
    text-transform: uppercase;
    text-decoration: none;
}
.mainoneimg
{
    height:125px;
    width:290px;
    overflow: hidden;
    display: block;
}
.mainoneimg img{
    width:290px;
    height: auto;
}
.mainpost h4 a
{
    color:#1f1f1f;
}

.mainpost p {
    margin: 0 0 5px;
    max-height: 98px;
    overflow: hidden;
}
.mainmore
{
    display: block;
    margin: 0 auto;
    font-family: 'OpenSansSemiboldRegular';
    font-size:12px;
    text-decoration: underline;
    color:#1f1f1f;
    width:125px;
}
.mainmore:hover
{
    color:red;
}
.produce1
{
    width:100%;
    height:525px;
    padding:40px 0px 35px;
    background: url(/img/produce1.jpg) no-repeat center center;
}
.produce1centralizer
{
    width:940px;
    height:525px;
    margin:0 auto;
}
.mainmore2 {
    display: block;
    font-size: 19px;
    height: 31px;
    line-height: 30px;
    margin: 0 auto;
    text-align: center;
    width: 264px;
}
.produce1centralizer h4
{
    color: #fff;
    font-size:20px;
    line-height: 20px;
    text-transform: uppercase;
    font-family: 'OpenSansextraboldRegular';
    text-align: center;
    margin: 0 0 15px;
}
.producerscontainer
{
    position: relative;
    
}
.produceritem
{
    display: inline-block;
    position: absolute;
    opacity:0.8;
    
}
.produceritem:hover
{
    opacity:1;
}

#prod1 {
    height: 281px;
    left: 0;
    top: 0;
    width: 471px;
}

#prod2 {
    height: 200px;
    top: 291px;
    width: 398px;
}

#prod3 {
    height: 281px;
    left: 480px;
    width: 208px;
}
#prod4 {
    height: 136px;
    right: 0;
    width: 242px;
}

#prod5 {
    height: 136px;
    right: 0;
    top: 146px;
    width: 242px;
}

#prod6 {
    height: 200px;
    left: 409px;
    top: 291px;
    width: 318px;
}
#prod7 {
    height: 200px;
    right: 0;
    top: 291px;
    width: 200px;
}
.footercenter .sub-menu
{
    display: none;
}
.gallery a
{
    height:150px;
    width:215px;
    display: block;
    margin:0 5px 5px 0;
    float:left;
    overflow: hidden;
    position: relative;
}
.gallery a img
{
    height:150px;
    width:215px;
}
.gallery a .loop
{
    background: url(/img/fon.png) repeat;
    width:215px;
    height:150px;
    position: absolute;
    font: 18px/150px "Times New Roman", Times, serif;
    color: #42302a;
    text-align: center;
    text-transform: uppercase;
    display: block;
    top: 0px;
    -webkit-transition: all 0.25s ease 0s;
       -moz-transition: all 0.25s ease 0s;
         -o-transition: all 0.25s ease 0s;
            transition: all 0.25s ease 0s;
}
.gallery a:hover .loop
{
    top: 150px;
}

.sidebar
{
    width: 265px;
    float: left;
}
.topnav {
    font-family: OpenSansRegular;
    padding:0;
    width: 265px;
    background: #fff;
    box-shadow: 0px 0px 5px 0px #cecece;
}
ul.topnav {
    font-size: 1em;
    line-height: 0.5em;
    list-style: none outside none;
    margin: 0;
    padding: 0;
}

ul.topnav > li {
    border-bottom: 1px solid #1f1f1f;
    list-style-type: none;
    margin-left: 0;
}

ul.topnav>li>a {
    color: #1f1f1f;
    display: block;
    font-size: 13px;
    font-weight: bolder;
    line-height: 14px;
    padding: 13px 9px 13px 38px;
    text-decoration: none;
    text-transform: uppercase;
}
ul.topnav>li>a:hover , ul.topnav>li.current_page_parent>a , ul.topnav>li.current_page_item>a , ul.topnav>li.current_page_ancestor>a{
    background-color: red;
    color: white;
}

ul.topnav>li>ul {
    margin: 0;
    padding: 0;
}
ul.topnav>li>ul>li {
     margin-left: 30.5px;
    clear: both;
    padding: 0;
}
@media all and (-webkit-min-device-pixel-ratio:0) {
   ul.topnav>li>ul>li {
     margin-left: 35px;
    clear: both;
    padding: 0;
}
  }
ul.topnav>li>ul>li>a {
    color: #000000;
    display: block;
    font-size: 14px;
    font-weight:normal;
    line-height: 14px;
    padding: 7px 9px 7px 8px;
    text-decoration: none;
    text-transform:none;
}

ul.topnav>li>ul>li.lower>a {
	font-size: 13px;
	color: #9a9a9a;
}
@media all and (-webkit-min-device-pixel-ratio:0) {
  ul.topnav>li>ul>li>a {
    color: #000000;
    display: block;
    font-size: 14px;
    font-weight:normal;
    line-height: 14px;
    padding: 7px 9px 7px 3px;
    text-decoration: none;
    text-transform:none;
}
  }
ul.topnav>li>ul>li>a:hover , ul.topnav>li>ul>li.current_page_item>a , ul.topnav>li>ul>li.current_page_ancestor>a{
    color: red;
}
ul.topnav>li>ul>li:hover , ul.topnav>li>ul>li.current_page_item>a , ul.topnav>li>ul>li.current_page_ancestor{
    color: red;
}

ul.topnav ul ul {
    margin-left: 6px;
}

ul.topnav ul ul li {
    background: url("/img/ul.jpg") no-repeat scroll left center ;
    line-height: 17px;
    list-style-type: none;
    padding: 3px 10px;
}
ul.topnav ul ul li a {
    color: #5b5b5b;
}
ul.topnav ul ul li.lower a {
    font-size: 12px;
	color: #9a9a9a;
}

ul.topnav ul ul li:hover ,  ul.topnav ul ul li.current_page_item  , ul.topnav ul ul li.current_page_ancestor {
    list-style-type: none;
   background: url(/img/ulhover.jpg) no-repeat scroll left center;
}
ul.topnav ul ul li a:hover , ul.topnav ul ul li.current_page_item>a , ul.topnav ul ul li.current_page_ancestor>a{
    color:red;
    text-decoration: none;
}

.arrw {
    background: url("/img/arrsprite.png") no-repeat scroll 0 0 ;
    display: block;
    float: left;
    height: 10px;
    left: 16px;
    position: relative;
    top: 15px;
    width: 10px;
}

.arrw2 {
    background: url("/img/arrsprite.png") no-repeat scroll -13px -1px;
    display: block;
    float: left;
    height: 10px;
    left: 16px;
    position: relative;
    top: 15px;
    width: 10px;
}
.catal .mainlink1 {
    display: block;
    float: left;
    height: 160px;
    margin: 8px 0 8px 15px;
    overflow: hidden;
    position: relative;
    width: 210px;
}

.catal .mainlink1 img {
    height: auto;
    min-width: 210px;
    width: 216px;
}


.catal .mainlink1 > div {
    bottom: 0;
    font-family: OpenSansRegular;
    font-size: 13px;
    padding: 15px 10px 18px;
    position: absolute;
    text-align: center;
    width: 190px;
}
.catal .mainlink1:first-child
{
    margin-left:0;
}
.catal .mainlink1:nth-child(4),.catal .mainlink1:nth-child(7),.catal .mainlink1:nth-child(10),.catal .mainlink1:nth-child(13),.catal .mainlink1:nth-child(16),.catal .mainlink1:nth-child(19),.catal .mainlink1:nth-child(22),.catal .mainlink1:nth-child(25),.catal .mainlink1:nth-child(28),.catal .mainlink1:nth-child(31)
{
    margin-left:0;
}
.fix {
    left: 0;
    position: fixed !important;
    top: -8px;
    z-index: 1000;
}
#totop:hover
{
    opacity:1;
    text-decoration: none;
}
#totop
{
    z-index: 1000;
    width:40px;
    height:26px;
    opacity:0.7;
    color:red;
    line-height:47px;
    font-size:70px;
    font-family: serif;
    font-weight: bold;
    position: fixed;
    bottom:-50px;
    right:10px;
    -webkit-transition: all 0.5s ease 0s;
       -moz-transition: all 0.5s ease 0s;
         -o-transition: all 0.5s ease 0s;
            transition: all 0.5s ease 0s;
}
@media (max-width: 980px) {  /* для разрешения экрана от 470 до 930 пикселей */
  #totop
  {
    display:none!important;
  } /* боковая колонка смещается согласно расположению в HTML и меняет фон */
}
.deactivechild
{
    display: none!important;
}
/* FOOTER
----------------------------------------------------------------------------- */
.hfooter
{
    width:100%;
    height:145px;
}
footer
{
    width:100%;
    margin: -145px 0 0 0;
    height:155px;
    background-color: #000;
}
footer span
{
    display:block;
}

.footer_center {
    height: 85px;
    margin: 0 auto;
    width: 940px;
    position: relative;
}
footer aside 
{
    width:960px;
    padding:0 10px;
    height:50px;
    margin: 0 auto;
    
}
.footercont 
{
    background: none repeat scroll 0 0 #1f1f1f;
    height: 60px;
    width: 100%;
}
.footercenter>ul
{
    width:940px;
    margin: 0 auto;    
    display: block;
    position: relative;
}
.footercenter>ul>li
{
    float: left;
    display: inline-block;
    position: relative;
}
.footercenter > ul > li > a {
    
    color: #fff;
    display: inline-block;
    font: bold 14px/15px Arial,Helvetica,sans-serif;
    padding: 22.5px 9px;
    position: relative;
    text-decoration: none;
    text-transform: uppercase;
    top: 0px;
    -webkit-transition: all 0.25s ease 0s;
       -moz-transition: all 0.25s ease 0s;
         -o-transition: all 0.25s ease 0s;
            transition: all 0.25s ease 0s;
	font-size: 13px;
}
.footercenter > ul > li > a:hover {
    
}
.footercenter > ul > li:hover {
    background-color:red;
}
.footercenter > ul > li.current-menu-item,.footercenter > ul > li.current-menu-parent ,.footercenter > ul > li.current-menu-ancestor
{
    background-color:red;
}
#footerphones   .phonesline
{
    padding: 0;
}

#footerphones {
    left: 260px;
    position: absolute;
    top: 15px;
}
.footerblocks {
    color: #fff;
    float: left;
    height: 65px;
    overflow: hidden;
    width: 210px;
}
#footerphones .phonesline {
    float: left;
    height: 16px;
    overflow: hidden;
    padding-left: 0px;
    width: 148px;
}

#footerphones .phone {
    color: white;
    float: right;
    font: 14px/15px OpenSansSemiboldRegular,Helvetica,sans-serif;
    margin-left: 5px;
}
#footeraddress
{
    left: 0px;
    position: absolute;
    top: 15px;
	width: 250px;
}
#footeraddress .address {
    padding-left: 0px;
}

#footeraddress .address2 {
    color: #fff;
    padding-left: 0;
}
.footerblockszagl {
    color: #ffc62e;
    font-family: OpenSansBold;
    text-transform: uppercase;
}
.footerwork {
    left: 440px !important;
}

#footersocials {
	left: 600px;
	position: absolute;
	top: 30px;
	width: 220px;
}

.social-menu  {
	display: flex;
}

.social-menu li {
	list-style-type: none;
}

.social-menu li a {
	display: block;
	width: 37px;
	height: 37px;
	background: #fff;
	border-radius: 5px;
	background-image: url('/img/vk.png');
	margin-right: 7px;
	opacity: 0.8;
}

.social-menu li a:hover {
	opacity: 1;
}

.social-menu li.ok a {
	background-image: url('/img/ok_logo.png');
}

.social-menu li.instagram a {
	background-image: url('/img/instagram.png');
}

.social-menu li.facebook a {
	background-image: url('/img/fb.png');
}

.social-menu li.twitter a {
	background-image: url('/img/twitter.png');
}

footer .fpro
{
    display:block;
    color:gray;
    float:right;
}
.fpro {
    display: block;
    float: right;
    height: 38px;
    margin-right: -21px;
    margin-top: 29px;
    opacity: 0.7;
    transition: all 0.3s ease 0s;
    width: 131px;
}
.fpro:hover
{
    opacity:1;
}
.map
{
    border: 3px solid #ED1C24;float: right;height: 375px;margin: 7px 0 7px 15px;overflow: hidden;width: 500px;
}
/* Стили для редактора */
.aligncenter{
    display: block !important;
    margin: 0 auto 5px !important;
}
.alignleft
{
    display: block !important;
    float:left;
}
.alignright
{
    display: block !important;
    float:right;
}
#dwls_search_results_activity_indicator {
margin-left:-10px!important;
display: block;
}

.link-table {
	border: 1px solid #1f1f1f; 
	width: 100%; 
	margin: 10px 0 25px 0;"
}
.link-table td {
	border: 1px solid #1f1f1f; 
	padding:10px;
}	
.link-table a {
	text-decoration: underline;
}	
.link-table a:hover {
    text-decoration: none;
}
   
.sharing-block {
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
	flex-wrap: wrap;
	padding-right: 20px;
	margin: 2em 0;
	width: 100%;
}

.sharing-block .kk-star-ratings {
	display: inline-flex;
	align-items: flex-end;
	flex-wrap: wrap;
	margin-right: 20px;
	width: auto;
}

.sharing-block .kksr-stars {
	margin-right: 5px;
}
.rassrochka {
    position: absolute;
    bottom: 10px;
    left: 265px;
    color: red;
}

.header-message {
	box-sizing: border-box;
    position: absolute;
    top: 80px;
	right: 60px;
	width: 660px;
	height: 25px;
}

.header-message::before {
	box-sizing: border-box;
	content: "";
    position: absolute;
	top: 0;
	left: -34px;
	width: 10px;
	height: 100%;
	border: 2px solid #f40f02;
	border-right: none;
}

.header-message::after {
	box-sizing: border-box;
	content: "";
    position: absolute;
	top: 0;
	right: -40px;
	width: 10px;
	height: 100%;
	border: 2px solid #f40f02;
	border-left: none;
}

.header-message p {
	padding: 0;
	margin: 0;
	font-size: 0;
}

.header-message td {
    font-size: 16px;
}

.header-message table {
	margin: 0;
	width: 100% !important;
	height: auto !important;
}

.header-message table img {
	margin: 0;
}

.menusidebar .sale-block {
	box-sizing: border-box;
	position: relative;
	padding: 15px;
	border-width: 2px 0 2px 2px;
	border-style: solid;
	border-color: #f00;
	margin-top: 35px;
	width: 265px;
	color: #000;
	font-size: 14px;
	font-family: "OpenSansSemiboldRegular";
	z-index: 1;
}

.menusidebar .sale-block.fix {
	top: 60px;
	left: auto;
}

.menusidebar .sale-block::after {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	width: 2px;
	background: linear-gradient(to bottom, #f00 0, transparent 15px, transparent 60px, #f00 100px);
}

.menusidebar .sale-block .text {
	margin-right: 55px;
}

.menusidebar .sale-block p {
	padding: 0;
	margin: 0;
}

.menusidebar .sale-block .image-box {
	position: absolute;
	right: -15px;
	top: 10px;
	z-index: 2;
}

.sale-block .phones-block{
	position: relative;
	padding-left: 35px;
	margin: 10px 0;
}

.sale-block .phones-block::before {
    content: url("/img/phone1.png");
	position: absolute;
	top: 50%;
	left: 0;
	margin-top: -15px;
	width: 31px;
	height: 30px;
}

.sale-block .sale-phone {
	font-size: 16px;
    margin-left: 8px;
}

.sale-block .sale-phone .code {
	display: inline;
	color: #7b7b7b;
	font-weight: 100;
}

.sale-block .sale-phone .number {
	display: inline;
	color: #f00;
	font-weight: 700;
}

.thumbs-block {
	box-sizing: border-box;
	display: flex;
	justify-content: center;
	flex-direction: row-reverse;
	flex-wrap: wrap-reverse;
	padding: 10px 0;
	margin: 10px 0;
	background: #f7f7f7;
}

.thumbs-block .thumb {
	box-sizing: border-box;
	width: 219px;
	transform: translateZ(0);
}

.thumbs-block .link {
	text-decoration: none;
	transform: translateZ(0);
}

.thumbs-block .thumb .image-box {
	box-sizing: border-box;
	position: relative;
	width: 100%;
	height: 154px;
	overflow: hidden;
	transition: none;
	transform: translateZ(0);
}

.thumbs-block .thumb .image-box::before {
	box-sizing: border-box;
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	border: 2px solid #f00;
}

.thumbs-block .thumb .image-box::after {
	content: "";
	position: absolute;
	left: 50%;
	top: 50%;
	width: 154px;
	height: 154px;
	border-radius: 50%;
	box-shadow: inset 0 0 0 2px #969696;
	border: 200px solid #f7f7f7;
	transform: translate(-50%, -50%);
	transition: 0.5s;
}

.thumbs-block .link:hover .image-box::after {
	height: 275px;
	width: 275px;
}

.thumbs-block .thumb .image-box img {
	box-sizing: border-box;
	position: relative;
	top: 2px;
	left: 2px;
}

.thumbs-block .thumb .caption {
	box-sizing: border-box;
	position: relative;
	padding: 15px 10px 0;
	margin: 10px 0;
	color: #1f1f1f;
	font-size: 16px;
	text-align: center;
}

.thumbs-block .thumb .caption::before {
	box-sizing: border-box;
	content: "";
	position: absolute;
	top: 0px;
	left: 50%;
	border-top: 8px solid #58585a;
	border-right: 5px solid transparent;
	border-left: 5px solid transparent;
	margin-left: -5px;
	transition: 0.5s;
}

.thumbs-block .link:hover .caption::before {
	border-top: 8px solid #f00;
}

/**
 Слайдер на главной
**/

.front-slider-block {	
}

.front-slider-block .content {
	width: 940px;
	margin: 35px auto;
}

.front-slider-block .bx-wrapper {
	position: relative;
	margin: 0 auto;
}

.front-slider-block .bx-wrapper .bx-viewport {
	left: 0;
	border: none;
	box-shadow: none;
	background: transparent;
}

.front-slider-block .bx-slider {
	margin: 0;
}

.front-slider-block .slide {
	position: relative;
	margin: 0;
	width: 100%;
	height: 335px;
	font-size: 0;
	overflow: hidden;
}

.front-slider-block .slide .image-box {
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
	width: 100%;
	height: 100%;
}

.front-slider-block .slide .image-box img {
	width: 100%;
	height: auto;
}


.front-slider-block .bx-wrapper .bx-controls-direction .bx-prev,
.front-slider-block .bx-wrapper .bx-controls-direction .bx-next {
	position: absolute;
	top: 0;
	right: auto;
	bottom: 0;
	left: 0;
	margin: 0;
	width: 35px;
	height: auto;
	background: transparent;	
	color: #fff;
	font-size: 0;
	transition: 0.3s;
}

.front-slider-block .bx-wrapper .bx-controls-direction .bx-next {
	right: 0;
	left: auto;
}

.front-slider-block .bx-wrapper .bx-controls-direction .bx-prev:hover,
.front-slider-block .bx-wrapper .bx-controls-direction .bx-next:hover {
	color: #ff0e00;
	background: rgba( 0, 0, 0, 0.5 );
}

.front-slider-block .bx-wrapper .bx-controls-direction .bx-prev::after,
.front-slider-block .bx-wrapper .bx-controls-direction .bx-next::after {
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	border-width: 0 3px 3px 0;
	border-style: solid;
	margin: -6px 0 0 -4px;
	width: 14px;
	height: 14px;
	transform: rotate(135deg);
	transition: inherit;
}

.front-slider-block .bx-wrapper .bx-controls-direction .bx-next::after {
	margin-left: -12px;
	transform: rotate(-45deg);
}

.front-slider-block .bx-wrapper .bx-pager {
	bottom: 5px;
	padding: 0;
}

.front-slider-block .bx-wrapper .bx-pager.bx-default-pager a {
	width: 26px;
	height: 7px;
	background: #fff;
	border-radius: 0;
	transition: 0.3s;
}

.front-slider-block .bx-wrapper .bx-pager.bx-default-pager a:hover, 
.front-slider-block .bx-wrapper .bx-pager.bx-default-pager a.active {
	width: 26px;
	height: 7px;
	background: #ff0e00;
}

.gallery {
	clear: both;
}

.catal p {
	margin: 20px 0;
}
.catal ul,
.catal ol {
	margin: 20px 0;
}
.catal ul li,
.catal ol li {
	margin: 5px 0;
}
.catal table {
	margin: 20px 0;
}
.catal iframe {
	margin: 30px 0;
}
.catal img {
	margin: 10px 0;
}
h2 {
    text-transform: uppercase;
    font-size: 20px;
    margin: 20px 0 0 0;
    text-align: center;
    color: #800000;
}
h3 {
    text-transform: uppercase;
    font-size: 16px;
    margin: 20px 0 0 0;
    text-align: center;
    color: #000000;
}

p a.m42-btn {
	display: inline-block;
	padding: 10px 20px;
	margin: 0 auto;
	text-align: center;
	font: 16px/26px OpenSansExtraboldRegular, Helvetica, sans-serif;
	width: auto;
	background: #ff7912;
}
p a.m42-btn:hover {
	background: #ff7912;
}
#ez-toc-container .ez-toc-title {
	color: #800000;
}
div#ez-toc-container {
	margin-bottom: 50px;
}

.modal {
	height: 506px;
}

#fields {
	height: 505px;
}
#fields .sgr-infotext {
	display: none;
}

#feedback .g-recaptcha {
	position: absolute;
	bottom: 70px;
	width: 100%;
}
.modal .input-box {
	bottom: 245px;
}
.modal .input-box2 {
	bottom: 170px;
}