
.clear {
    clear: both;
}
.flex {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.flex-sb {
  justify-content: space-between;
}
.flex-sa {
  justify-content: space-around;
}
.flex-r {
  justify-content: flex-end;
}
.flex-c {
  justify-content: center;
}
.flex-t {
  align-items: flex-start;
}
.flex-b,
.flex-bt {
  align-items: flex-end;
}
.flex-m {
  align-items: center;
}
.flex-s {
  align-items: stretch;
}
.nowrap {
  flex-wrap: nowrap;
}
.top-menu .hidden {
    display: none;
}
.top-menu .menu {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}
.top-menu .current-menu-item a {
    color: #27629b;
    background-color: rgba(204, 204, 204, 0.3);
}
.top-menu li a:hover {
    color: #27629b;
}
.top-menu li a {
    padding: 20px 26px;
}
.block-inner .toggler {
    width: 40px;
    display: none;
}
ul#characteristics li span,
ul#characteristics li {
    font-family: 'Open Sans' !important;
    font-size: 14px;
}
.technical-information-part .content-area.content-3 .content-area-inner,
ul#characteristics {
    padding-bottom: 60px;
}
.technical-information-part .content-area img {
    max-width: 100%;
}
ul#characteristics li span {
    font-weight: 100 !important;
    font-size: 16px;
}
div.wpcf7-response-output {
    font-size: 13px !important;
    text-align: center !important;
    margin-top: 10px !important;
}
.mobile-navigation .container-inline {
    position: relative;
    margin-top: 40px;
}

.mobile-navigation .form-text {
    background-color: rgba(204, 204, 204, 0.32);
    text-indent: 10px;
    width: 100%;
    padding: 12px 20px;
    border-radius: 25px;
    box-sizing: border-box;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    color: #444;
    border: none;

}
.mobile-navigation .form-submit {
    background: url(../images/search-icon.svg);
    background-size: 18px 18px;
    width: 18px;
    height: 18px;
    border: none;
    cursor: pointer;
    position: absolute;
    right: 20px;
    top: 11px;
    padding: 0;
    text-indent: -9999px;
    box-shadow: none;
}
.mobile-navigation {
    position: absolute;
    top: -700px;
    transition: all 0.3s ease 0s;
    background: #fff;
    z-index: 999;
    padding: ;
    width: 100%;
    left: 0;
    box-shadow: 0 2px 6px #222;
}

.wp-pagenavi {
    text-align: center;
    margin-top: 30px;
}
.wp-pagenavi li {
    display: inline-block;
    margin: 0 5px;
}
.mobile-navigation .hidden {
    display: none;
}
.menu-glavnoe-menju-container {
    width: 100%;
}
.mobile-navigation .inside {
    padding-top: 50px;
    padding-bottom: 20px;
    width: 460px;
}
.mobile-navigation .inside li {
    margin-bottom: 20px;
    font-size: 16px;
}
.mobile-navigation.show {
    top: 0px;
    height: 100vh;
    transition: all 0.3s ease 0s;
}
.toggler .line {
    height: 4px;
    background: #27629b;
    margin-bottom: 4px;
}
.toggler .line:last-child {
    margin-bottom: 0;
}
#order-form {
    width: 450px;
    display: none;
    background: #fff;
    padding: 25px;
}
#order-form input {
    width: 100%;
    padding: 0;
    padding-left: 15px;
    box-sizing: border-box;
    border-radius: 5px;
    height: 48px;
    background: #fff;
    color: #000;
    font-size: 16px;
    border: 1px solid #c3c3c3;
    font-family: Arial;
}
#order-form .field {
    margin-bottom: 16px;
}
#order-form input {
    width: 100%;
    padding: 0;
    padding-left: 15px;
    box-sizing: border-box;
    border-radius: 5px;
    height: 48px;
    background: #fff;
    color: #000;
    font-size: 14px;
    border: 1px solid #c3c3c3;
    font-family: Arial;
}
#order-form .form .textarea {
    margin-bottom: 16px;
}
#order-form .form .title {
    text-align: center;
    margin-bottom: 20px;
    font-size: 24px;
    font-weight: 600;
}
#order-form .form .textarea textarea {
    width: 100%;
    padding: 10px;
    padding-left: 15px;
    box-sizing: border-box;
    border-radius: 5px;
    height: 100px;
    background: #fff;
    color: #000;
    font-size: 14px;
    border: 1px solid #c3c3c3;
    font-family: Arial;
    resize: none;
    display: block;
}
#order-form button {
    background-color: #f3de3b;
    width: 100%;
    color: #3a3a3a;
    font-size: 18px;
    border: none;
    height: 48px;
    text-decoration: none;
    display: inline-block;
    position: relative;
    cursor: pointer;
}

#left-sidebar {
    width: 280px;
    padding-bottom: 40px;
    font-size: 13px;
}
#left-sidebar li {
    padding-left: 14px;
    position: relative;
    margin-bottom: 12px;    
}
#left-sidebar li > a:before {
    position: absolute;
    top: 5px;
    left: 0;
    content:"";
    width: 7px;
    height: 7px;
    background: #ccc;
}
#left-sidebar > h3 {
    background-color: #f3de3b;
    padding: 10px;
    font-weight: bold;
    margin-bottom: 20px;
    clip-path: polygon(100% 0, 90% 100%, 0 100%, 0 0);
 
}
#left-sidebar .level-3 li {
    padding-bottom: 6px;
    margin-bottom: 6px;
    border-bottom: 1px dashed #ddd
}
#left-sidebar ul {
    margin-top: 20px;
}
#left-sidebar li a {
    color: #333;
}
#left-sidebar .level-3 {
    display: none;
}
#left-sidebar .level-2 {
    display: none;
}
#left-sidebar .level-1.active .level-2 {
    display: block;
}
#left-sidebar .level-2.active .level-3.active {
    display: block;
}
#left-sidebar .level-1 {
    margin-bottom: 20px;
}
#left-sidebar .level-1 > a {
    font-weight: bold;
    color:#333
}
#left-sidebar .level-1 {
    position: relative;
    padding-left: 14px;
}
#left-sidebar .level-1 > a:before {
    position: absolute;
    top: 6px;
    left: 0;
    content:"";
    width: 7px;
    height: 7px;
    background: #ccc;
}
#left-sidebar li a.bold {
    font-weight: bold;
    color:#27629b;
}
#left-sidebar a.bold:before {
    background: #f3de3b;
}
.category-page.section-inner {
    margin-top: 40px;
}
#catalog-main-part {
    width: calc(100% - 340px); 
    padding-bottom: 30px;
}
.content-area-inner ul {
    padding-top: 15px;
}
.content-area-inner ul li {
    list-style-position: inside;
    list-style-type: disc;
}
.content-area-inner th,
.content-area-inner td {
    padding:12px !important;
    vertical-align: middle;
}
.category-page .center-title {
    margin-bottom: 12px; 
    text-align: center;
    font-size: 20px;
    line-height: 1.2;
    padding-top: 20px;
}
.shop-category .breadcrumbs {
    text-align: center;
}
.breadcrumbs li {
    display: inline-block;
    margin: 0 6px;
}
.breadcrumbs li a {
    text-decoration: underline;
}
.breadcrumbs li a:hover {
    text-decoration: none;
}
.breadcrumbs .breads-slash:nth-child(1) {
    display: none;
}
.breadcrumbs .current:nth-child(2) {
    display: none;
}
#catalog-main-part .flex > .item .category-box-photo {
    width: 100%;
    height: 200px;
    object-fit: contain;
    text-align: center;
    padding: 20px;
    box-sizing: border-box;
}
#catalog-main-part .flex > .item {
    border: 1px solid #EEE;
    margin-bottom: 16px;
    box-sizing: border-box;
    width: 32%;
    flex-direction: column;
    justify-content: space-between;
}
.products_list_main .description .excerpt {
    margin-bottom: 30px;
}
#catalog-main-part .flex > .item.hidden {
    visibility: hidden;
}
#catalog-main-part .flex > .item .category-box-photo img {
    max-width: 98%;
}
#catalog-main-part .flex > .item .category-box-photo a {
    max-width: 100%;
}
#catalog-main-part .flex > .item .category-name {
    background: rgba(0,0,0,0.7);
    padding: 10px;
    color: #fff;
    width: 100%;
    box-sizing: border-box;
}
#catalog-main-part .flex > .item .category-name a {
    color: #fff;
    display: block;
    line-height: 1.3;
}
.article-main-part {
    margin-top: 40px;
    line-height: 1.4;
    font-size: 15px;
    padding-bottom: 50px;
}
.article-main-part li,
.article-main-part p {
    margin-bottom: 14px;
}
.article-main-part li {
    list-style-type: disc;
    list-style-position: inside;
}
.products_list_main .row {
    padding-top: 20px;
    padding-bottom: 0px;
    border-bottom: 1px solid rgba(255, 229, 49, 0.29);
}
.search-not-found {
    text-align: center;
    font-size: 20px;
    margin-top: 60px;
    font-weight: bold;
}
.page-not-found input {
    background-color: rgba(204, 204, 204, 0.32);
    text-indent: 10px;
    width: 400px;
    padding: 12px 20px;
    border-radius: 25px;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    color: #444;
    border: none;
    box-sizing: border-box;
}
.page-not-found .container-inline {
    display: inline-block;
    position: relative;
    margin-top: 20px;
}
.page-not-found .form-submit {
    background: url(../images/search-icon.svg);
    background-size: 18px 18px;
    width: 18px;
    height: 18px;
    border: none;
    cursor: pointer;
    position: absolute;
    right: 20px;
    top: 11px;
    padding: 0;
    text-indent: -9999px;
    box-shadow: none;
}
.page-not-found {
    padding: 220px 0;
    text-align: center;
}
.page-not-found h1 {
    margin-bottom: 20px;
    font-size: 28px;
    font-weight: 700;
}
.page-not-found p {
    font-size: 18px;
}
.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
#page-articles {
    padding-bottom: 30px;
}
#page-articles .poster {
    max-width: 100%;
    width: 324px;
}
#page-articles .poster img {
    width: 100%;
}
#page-articles .list .item .button {
    text-align: right;
    margin-top: 26px;
}
#page-articles .list .item .button a {
    background-color: #f3de3b;
    padding: 12px 50px;
    color: #3a3a3a;
    font-size: 18px;
    line-height: 18px;
    text-decoration: none;
    display: inline-block;
    position: relative;
}
#page-articles .description h3 {
    font-size: 20px;
    margin-bottom: 10px;
    line-height: 1.4;
    font-weight: bold;
}
#page-articles .description h3 a:hover {
    text-decoration: underline;
}
#page-articles .list .item {
    margin-bottom: 24px;
    padding-bottom: 24px;
    border-bottom: 1px dashed #dfdfdf;
}
.mobile-navigation .menu-glavnoe-menju-container .current_page_item a {    
    font-weight: bold;
}
#page-articles .list .item:last-child {
    margin-bottom: 0;
    border-bottom: none;
}
#page-articles .list .poster img {
    max-width: 100%;
}
#page-articles .description {
    width: calc(100% - 340px);
    line-height: 1.4;
    font-size: 15px;
}
.article-main-part img {
    max-width: 100%;
}
em {
    font-style: italic;
}
.alignright {
  /*rtl:ignore*/
  float: right;
  /*rtl:ignore*/
  margin-left: 1rem;
}
.alignleft {
  /*rtl:ignore*/
  float: left;
  /*rtl:ignore*/
  margin-right: 1rem;
}
.products_list_main .category-name {
    border-top: 1px dashed #f3de3b;
    border-bottom: 1px dashed #f3de3b;
    padding: 7px 4px;
    margin-top: 7px;
    font-weight: bold;
    font-size: 14px;
    text-transform: uppercase;
    margin-bottom: 20px;
}
.products_list_main .preview {
    width: 240px;
    padding: 5px;
    box-sizing: border-box;
}
.products_list_main .product-buy-row {
    margin-top: 20px;
    border-top: 1px dashed #CCC;
    padding-top: 30px;
}
.products_list_main .preview img {
    max-width: 100%;
}
.products_list_main .description {
    width: calc(100% - 260px);  
    padding-bottom: 15px;
}
.single #left-sidebar {
    padding-bottom: 30px;
    border-bottom: ;
}
.products_list_main .description {
    line-height: 1.6;
}
.products_list_main .description .roof {
    font-weight: bold;
    text-transform: uppercase;
    font-size: 14px;
}
.products_list_main .row .title a {
    text-transform: uppercase;
    font-size: 18px;
    line-height: 20px;
    color: #717171;
    margin-bottom: 15px;
    display: block;
    font-weight: bold;
}
.products_list_main .row .title a:hover {
    color:#27629b
}
.products_list_main .button {
    text-align: right;
}
.products_list_main .button a {
    background-color: #f3de3b;
    padding: 12px 50px;
    color: #3a3a3a;
    font-size: 18px;
    line-height: 18px;
    text-decoration: none;
    display: inline-block;
    
    position: relative;
}
.single #left-sidebar .level-1 {
    margin-bottom: 10px;
}



body {
	font-family: 'Open Sans';
	font-weight: 400;
  font-size: 14px;
  line-height: 18px;
  color: #444;
	font-weight: normal;
  letter-spacing: -0.4px;

 max-width: 100%;
 
}
.single-post-inner {
    padding: 50px 0;
}
.inside {
    width: 1220px;
    margin: 0 auto;    
    padding: 0 12px;
    max-width: 100%;
    box-sizing: border-box;
}
.single-post-inner .title {
    text-align: center;
    text-transform: uppercase;
    font-size: 24px;
    margin-bottom: 30px;
}

 


h1 {
	font-weight: 300;
  text-transform: uppercase;
	font-size: 25px;
  line-height: 28px;
  text-align: center;
	font-weight: normal;
}
h2 {
	font-weight: 600;
  text-transform: uppercase;
  font-size: 14px;
	line-height: 16px;
  color: #27629b;
	font-weight: normal;
}
a {
	  color: #27629b;
		text-decoration: none;
}
.contacts-metro span.metro {
  display: inline-block;
  background-color: #FEF406;
  color: #27629b;
  width: 25px;
  height: 25px;
  text-align: center;
  line-height: 27px;
  border-radius: 25px;
  text-indent: 0px;
  margin-right: 5px;
}
#wrapper {
	min-height: 100%;
  margin-bottom: -120px;
}
#wrapper:after {
  content: "";
  display: block;
	height: 120px; 
}
#wrap {
	margin-top: 30px;
	margin-bottom: 30px;
}
strong {
	font-weight: 800;
}
.container {
	/*width: 1050px;*/
	width: 1260px;
  margin-left: auto;
  margin-right: auto;
  max-width: 100%;
}
.duplicate-rows .duplicate-row:not(:last-child) {
    border-bottom: 1px solid #27629b;
    padding-bottom: 20px;
    
}
.breadcrumb {
	text-align: center;
  color: #666;
  font-size: 11px;
	color: #0F7F4E;
}
.breadcrumb span {
	color: #666;
}
.breadcrumb a {
	color: #666;
	text-decoration: none;
    
}
#header {
	position: relative;
	z-index: 50;
  box-shadow: 0px 4px 9px rgba(0, 0, 0, 0.48);
	-webkit-box-shadow: 0px 4px 9px rgba(0, 0, 0, 0.48);
	-moz-box-shadow: 0px 4px 9px rgba(0, 0, 0, 0.48);
}
.not-front #header {
	box-shadow: 0px 4px 9px rgba(0, 0, 0, 0.13);
  -webkit-box-shadow: 0px 4px 9px rgba(0, 0, 0, 0.13);
  -moz-box-shadow: 0px 4px 9px rgba(0, 0, 0, 0.13);
}
#header .site-logo {
	float: left;
	position: relative;
}
#header .site-logo a {
  display: inline-block;
  margin-left: 15px;
}
#header .site-logo a p {
color: #27629b;
  letter-spacing: 1px;
  font-size: 12px;
  text-transform: uppercase;
  position: absolute;
  top: 63px;
  left: 88px;
}
#header .header-center {
  float: left;
  margin-top: 24px;
}
.header-center-top .contacts {
	  margin-left: 140px;
  margin-bottom: 6px;
}
.header-center-top .contacts span {
margin-right: 23px;
  font-size: 15px;
}
.header-center-top .contacts span i {
	  color: #00a72e;
}
#header .header-right {
float: right;
  text-align: right;
  padding-top: 4px;
}

.header-right span.phone {
font-size: 20px;
  margin-bottom: 7px;
  display: block;
}
#header .header-row {
  float: left;
  padding: 8px 0px 20px;
  width: 100%;
}
.header-center-top {
  position: relative;
  width: 640px;
  margin-bottom: 16px;
  float: left;
}
#search {
  width: 490px;
  position: relative;
  margin-left: 133px;
}
#search div.contextual-links-wrapper {
	display: none !important;
}
#search .form-text {
    background-color: rgba(204, 204, 204, 0.32);
    text-indent: 10px;
    width: 100%;
    padding: 12px 20px;
    border-radius: 25px;
    box-sizing: border-box;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    color: #444;
    border: none;
}
#search .form-submit {
  background: url(../images/search-icon.svg);
  background-size: 18px 18px;
  width: 18px;
  height: 18px;
  border: none;
  cursor: pointer;
  position: absolute;
	right: 20px;
  top: 11px;
	padding: 0;
	text-indent: -9999px;
	box-shadow: none;
}
#contacts .left-part .group {
    margin-bottom: 30px;
    font-size: 18px;
    line-height: 1.6;
}
#contacts {
    padding-bottom: 40px;
}
#contacts .map iframe{
    height: 300px;
    width: 100%;
}
#contacts .right-part {
    width: 100%;
    padding-top: 30px;
}
#contacts .right-part .form {
    width: 520px;
    margin: 0 auto;
    max-width: 100%;
}
#contacts .right-part .form input {
    width: 100%;
    padding: 0;
    padding-left: 15px;
    box-sizing: border-box;
    border-radius: 5px;
    height: 48px;
    background: #fff;
    color: #000;
    font-size: 14px;
    border: 1px solid #c3c3c3;
    font-family: Arial;
}
#contacts .right-part .form button{
    background-color: #f3de3b;
    width: 100%;
    color: #3a3a3a;
    font-size: 18px;
    border: none;
    height: 48px;
    text-decoration: none;
    display: inline-block;
    position: relative;
    cursor: pointer;
}
#contacts .right-part .form .textarea {
    margin-bottom: 16px;
}
#contacts .right-part .form textarea {
    width: 100%;
    padding: 10px;
    padding-left: 15px;
    box-sizing: border-box;
    border-radius: 5px;
    height: 120px;
    background: #fff;
    color: #000;
    font-size: 14px;
    border: 1px solid #c3c3c3;
    font-family: Arial;
    resize: none;
    display: block;
}
#contacts .right-part .field {
    margin-bottom: 16px;
}
#contacts .right-part .title {
    text-align: center;
    margin-bottom: 30px;
    font-size: 24px;
    font-weight: 600;
}
#contacts .right-part {
    padding-bottom: 40px;
}
.technical-information-part .tabulation {
    margin-top: 20px;
    border-bottom: 1px solid #ddd;
    border-left: 1px solid #ddd;
    margin-bottom: 20px;
}
.technical-information-part .tabulation > div {
    padding: 10px 30px 10px 50px;
    color: #000;
    font-size: 16px;
    border-top: 1px solid #ddd;
    user-select: no-select;
    position: relative;
    cursor: pointer;
}

.technical-information-part .tabulation > div:after {
    position: absolute;
    top: -1px;
    right: -21px;
    width: 24px;
    border-right: 1px solid #ddd;
    border-top: 1px solid #ddd;
    border-radius: 0 30px 0 0;
    height: 100%;
    background: #fff;
    content:"";
}

.technical-information-part .tabulation > div.active {
    background: #f3de3b;
}
.technical-information-part .content-area {
    display: none;
}
.technical-information-part .content-area .content-area-inner p {
    line-height: 1.4;
    margin-bottom: 12px;
}
.technical-information-part .content-area .content-area-inner h2 {
    margin-top: 40px;
}
.technical-information-part .content-area .content-area-inner h2,
.technical-information-part .content-area .content-area-inner h4 {
    margin-bottom: 10px;
}
.technical-information-part .content-area.active {
    display: block;
}
.technical-information-part .tabulation > div.active:after {
    background: #f3de3b;
}
.technical-information-part .content-area.content-3 li {
    padding: 10px;
    border-bottom: 1px solid #ffefee;
}
.technical-information-part .content-area.content-3 .value a{
    color: #FFF;
    background-color: #FF6500;
    display: inline-block;
    padding: 6px 30px 5px 30px;
    border-radius: 3px;
}
.technical-information-part {
    padding-bottom: 30px;
}
.images-list > div.itm {
    margin-top: 20px;
    padding: 6px;
    border: 1px solid #eee;
    width: 200px;
    height: 160px;
    margin-right: 10px;
}
.images-list > div.itm a {
    width: 100%;
    height: 100%;
}
.images-list div.itm img {
    max-width: 100%;
    display: block;
    height: 100%;
    
    object-fit: contain;
}
.btns-content {
	  background-color: #f7f7f7;
  overflow: hidden;
  padding-bottom: 37px;
}
#company-contacts {
	margin-bottom: 10px;
}
#company-contacts span {
	color: #7E7E7E;
  font-size: 16px;
  border-right: 1px solid #CCC;
  padding-right: 10px;
  margin-right: 5px;
}
#company-contacts span:last-child {
	margin-right: 0;
	padding-right: 0;
	border-right: none;
}
#company-contacts span.phone {
	background: url(../images/phone.svg) no-repeat;
  background-size: 17px 17px;
  background-position: 0px 1px;
  padding-left: 24px;
}
#company-contacts span.email {
  background: url(../images/email.svg) no-repeat;
  background-size: 19px 20px;
  padding-left: 24px;
}
.user-menu {
	position: relative;
}
.user-menu a.login-link, .user-menu a.loged-link {
  color: #7E7E7E;
  font-size: 16px;
  position: relative;
  width: 150px;
  display: block;
  padding-left: 50px;
  height: 35px;
  padding-top: 8px;
  text-decoration: none;
}
.user-menu a.login-link:before, .user-menu a.loged-link:before {
  content: " ";
  background: url(../images/avatar.svg) no-repeat;
  background-size: 24px 24px;
  background-position: 6px 5px;
  width: 35px;
  height: 35px;
  position: absolute;
  left: 0;
  background-color: #EEE;
  border-radius: 35px;
  top: 0px;
}
a.passrecover {
	  color: #444;
  text-decoration: none;
  font-size: 11px;
}
a.register {
	  background-color: #FFB000;
  padding: 7px 10px 5px 10px;
  color: #FFF;
  font-size: 16px;
  line-height: 18px;
  text-decoration: none;
  display: inline-block;
  text-transform: uppercase;
  position: absolute;
  left: 95px;
  bottom: 52px;
 }
.center-title {
font-weight: 300;
  font-size: 30px;
  text-transform: uppercase;
  line-height: 28px;
  margin-top: 20px;
  margin-bottom: 40px;
  text-align: left;
  border-bottom: 1px solid #ededed;
  position: relative;
  padding-bottom: 10px;
}
.shop-category {
	text-align: center;
}
.category-box {
display: inline-block;
  margin-bottom: 56px;
  width: 24.8%;
    vertical-align: top;
}
.category-box .category-box-photo {
	  width: 260px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 30px;
  position: relative;
}
.category-box .category-box-photo a {
  border: 1px solid #000;
  color: #000;
  display: block;
  text-align: center;
  width: 68px;
  height: 68px;
  border-radius: 68px;
  line-height: 16px;
  padding-top: 20px;
  bottom: -7px;
  right: 0px;
  position: absolute;
  box-sizing: border-box;
  font-size: 12px;
  letter-spacing: -0.2px;
}
.category-box a {
	font-weight: 600;
	font-size: 14px;
  text-decoration: none;
  color: #252525;
  display: block;
}
.category-box .category-name {
	font-weight: 700;
	font-size: 14px;
  line-height: 18px;
  margin-bottom: 14px;
  text-align: left;
  padding-right: 20px;
}
.category-box .category-name:hover {
    color: #f5b45e
}
.category-box ul {
	  text-align: left;
}
.category-box ul li {
position: relative;
  margin-bottom: 4px;
}
.category-box ul li a {
text-decoration: none;
  color: #444;
  line-height: 16px;
  display: block;
  padding: 3px 0px;
  margin-right: 10px;
  font-weight: 300;
}
.category-box ul li a:hover {
    text-decoration: underline;
}
.our-features-box {
  display: inline-block;
  width: 182px;
  text-align: center;
  margin: 0px 10px;
  vertical-align: top;
}
.our-features-box p {
	font-size: 12px;
  line-height: 15px;
}
.our-features-box .our-features-box-icon {
  width: 140px;
  height: 130px;
  margin-left: auto;
  margin-right: auto;
}
.our-features-box .our-features-box-icon img {
	max-width: 100%;
  padding: 24px;
  box-sizing: border-box;
}
.our-features-box .our-features-box-title {
  color: #191919;
  font-weight: 800;
  font-size: 16px;
  line-height: 18px;
  margin-top: 10px;
  margin-bottom: 12px;
}
#our-features-content {
	background-color: #FAFAFA;
	padding-bottom: 40px;
}
#our-features-content .center-title span {
	background-color: #FAFAFA;
}
.popular-articles, .our-features {
	overflow: hidden;
	  text-align: center;
}
.popular-articles {
	position: relative;
}
.popular-articles .popular-article-box {
  float: left;
  width: 225px;
  margin-right: 23px;
  position: relative;
}
.popular-articles .popular-article-box:last-child {
	margin-right: 0;
}
.popular-article-box a {
	color: #444;
	text-decoration: none;
}
.all-news a {
  background-color: #ff6600;
  color: #fff;
  display: block;
  text-align: center;
  width: 120px;
  height: 120px;
  border-radius: 68px;
  line-height: 25px;
  font-size: 22px;
  padding-top: 32px;
  top: 143px;
  right: 37px;
  position: absolute;
  box-sizing: border-box;
}
.popular-article-box .popular-article-title {
  color: #27629b;
  font-size: 16px;
  line-height: 18px;
  margin-top: 10px;
  margin-bottom: 12px;
}
#popular-articles-content {
	padding-bottom: 50px;
}
.popular-article-box p {
	font-size: 14px;
  line-height: 17px;
}
#about-company {
	margin-top: 40px;
  background-color: #FAFAFA;
  padding-bottom: 40px;
	padding-top: 40px;
	line-height: 1.4;
}
#about-company ul, .field-name-body ul {
	margin: 10px 0px;
}
#about-company ul li, .field-name-body ul li {
	position: relative;
  padding-left: 17px;

  margin-bottom: 8px;
}
#about-company ul li:before, .field-name-body ul li:before {
	content: " ";
  background-color: #ff6600;
  width: 8px;
  height: 8px;
  position: absolute;
  border-radius: 8px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
  top: 6px;
  left: 0px;
}
#footer {
  width: 100%;
  height: 159px;
  background: #252525;
  color: #fff;
}

#about-company .content p {
	line-height: 1.5;
    margin-bottom: 8px;
}
#about-company .content p span {
    font-weight: bold;
}
.page-dots {
    margin: 40px 0;
}
.page-dots li {
    margin: 0 10px;
}
.page-dots li a {
        width: 50px;
    height: 50px;
    border-radius: 50px;
    background: #fff;
    color: #000;
    text-align: center;
    font-size: 18px;
    line-height: 50px;
    border: 1px solid;
}
.page-dots li a:hover {
    color:#ff6600
}
.pagination {
    text-align: center;
    margin-top: 40px;
}
.wp-pagenavi span.current {
    color:#f5b45e;
    border-color: #f5b45e;
}
.pagination li {
    display: inline-block;
    vertical-align: middle;
    margin: 0 6px;
}
.pagination li a {
    display: block;
}
.wp-pagenavi a, .wp-pagenavi span {
    width: 30px;
    height: 30px;
    padding: 0;
    text-align: center;
    line-height: 30px;
    border-radius: 30px;
    border: 1px solid #ddd;
        display: block;
}
.tp-banner-container {
position: relative;
  width: 100%;
  height: 540px;
  /*box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.38);*/
	margin-bottom: 40px;
	overflow: hidden;
}
.tp-static-layers	{	position:absolute; z-index:505; top:0px;left:0px;}
.tp-hide-revslider,.tp-caption.tp-hidden-caption	{	visibility:hidden !important; display:none !important;}
.tp-caption { z-index:1;}
.tp-caption-demo .tp-caption	{	position:relative !important; display:inline-block; margin-bottom:10px; margin-right:20px !important;}
.tp-caption img {
background: transparent;
-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#00FFFFFF,endColorstr=#00FFFFFF)";
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#00FFFFFF,endColorstr=#00FFFFFF);
zoom: 1;
}
 .tp-simpleresponsive img {
		-moz-user-select: none;
        -khtml-user-select: none;
        -webkit-user-select: none;
        -o-user-select: none;
}



.tp-simpleresponsive a{	text-decoration:none;}

.tp-simpleresponsive ul {
	list-style:none;
	padding:0;
	margin:0;
}

.tp-simpleresponsive >ul >li{
	list-style: none;
	position:absolute;
	visibility:hidden;
	width: 0;
	height: 0;
}
.tp-simpleresponsive .caption, .tp-simpleresponsive .tp-caption {
  position: absolute;
  visibility: hidden;
  -webkit-font-smoothing: antialiased !important;
	
}
.yellow-label {
	  background-color: #FE6500;
  padding: 4px 26px;
	  color: #fff;
	  font-size: 22px;
		line-height: 24px;
box-shadow: 4px 4px 8px rgba(0, 0, 0, 0.28);
-webkit-box-shadow: 4px 4px 8px rgba(0, 0, 0, 0.28);
-moz-box-shadow: 4px 4px 8px rgba(0, 0, 0, 0.28);
}
.yellow-label a {
	color: #fff;
}
.yellow-label-big {
	background-color: #FE6500;
 padding: 10px 26px;
	  color: #fff;
	  font-size: 30px;
		line-height: 32px;
		box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.52);
-webkit-box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.52);
-moz-box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.52);
border-radius: 3px;
}
.green-label-big {
	background-color: #007F04;
 padding: 10px 26px;
	  color: #fff;
	  font-size: 30px;
		line-height: 32px;
		box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.52);
-webkit-box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.52);
-moz-box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.52);
border-radius: 3px;
}
.green-label-big a {
	color: #fff;
}
.yellow-label-big span {
	font-weight: 800;
}
.yellow-label-big span sub {
	  font-size: 18px;
  position: relative;
  top: -9px;
}
.footer-menu {
	  float: left;
  margin-top: 28px;
}
.footer-menu ul {
	
}
.footer-menu ul li {
	  float: left;
	  margin: 0;
	  padding: 0;
  margin-right: 20px;
  list-style: none;
}
.footer-menu ul li a {
  color: #c6c6c6;
  display: inline-block;
  text-decoration: none;
  text-transform: uppercase;
}
.footer-menu ul li a.active {
	  color: #ff6600;
}
.footer-contacts {
font-weight: 800;
  float: right;
  margin-top: 25px;
  color: #c6c6c6;
  font-size: 16px;
  text-align: right;
  line-height: 25px;
}
.footer-contacts p {
	text-align: right;
}
a.catalog-bt {
  background-color: #007F04;
  padding: 10px 57px 9px 57px;
  color: #FFF;
  font-size: 21px;
  line-height: 18px;
  text-decoration: none;
  display: inline-block;
  margin-top: 7px;
  text-transform: uppercase;
  box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.52);
  border-radius: 3px;
  letter-spacing: 1px;
}
#distributor-content {
	  overflow: hidden;
  padding-bottom: 40px;
}
#distributor-content .distributor-logos {
	text-align: center;
}
#distributor-content .distributor-logos a {
	  display: inline-block;
  margin: 0px 50px;
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.22);
}
.center-title a {
  color: #FFF;
  text-decoration: none;
  font-size: 17px;
  line-height: 20px;
  display: inline-block;
  padding: 4px 12px 4px 12px;
  position: absolute;
  text-transform: none;
  right: 13px;
  top: 16px;
  background-color: #FF6500;
}
.tabs ul.primary {
	border-bottom: 1px solid #EEE;
  margin: 20px 0px;
  padding: 0;
}
.tabs ul.primary li a {
	background-color: #CCC;
  color: #444;
  border: none;
  border-bottom: none;
  display: inline-block;
  padding: 5px 10px 3px 10px;
  border-radius: 0px 7px 0px 0px;
  margin-right: -6px;
	position: relative;
  top: 4px;
}
.tabs ul.primary li.active a {
	position: relative;
  z-index: 10;
  box-shadow: 3px 0px 5px -2px rgba(0, 0, 0, 0.46);
	background-color: #FFB000;
  color: #FFF;
	padding: 9px 10px 7px 10px;
	top: 0;
}
.tabs ul.primary li a:hover {
	background-color: #FFB000;
  color: #FFF;
}
label {
	color: #666;
}
.form-text {
	padding: 10px;
  outline: none;
  text-indent: 8px;
  border: 1px solid #CCC;
  box-sizing: border-box;
  border-radius: 2px;
}
textarea {
	padding: 8px;
  outline: none;
  border: 1px solid #CCC;
  border-radius: 2px;
	resize: vertical;
}
.grippie {
	display: none;
}
.form-submit {
    background-color: #f3de3b;
    color: #5a5a5a;
  padding: 9px 30px 9px 30px;
  font-size: 18px;
  line-height: 18px;
  text-decoration: none;
  display: inline-block;
  position: relative;
	border: none;
	outline: none;
	cursor: pointer;
}
#sidebar-left {
	width: 280px;
	float: left;
}
#content-area {
float: left;
  width: 910px;
  margin-left: 30px;
}
.category-list {
	margin-bottom: 40px;
}
.sidebar-title {
font-weight: 300;
  text-transform: uppercase;
  font-size: 18px;
  line-height: 20px;
  margin-bottom: 20px;
  color: #2b2b2b;
  position: relative;
  overflow: hidden;
  padding: 7px 9px;
}
.sidebar-title:after {
  content: " ";
  background-color: #ff6600;
  -webkit-transform: skew(-32.5deg,0);
  -ms-transform: skew(-32.5deg,0);
  transform: skew(-32.5deg,0);
  width: 100%;
  height: 40px;
  position: absolute;
  z-index: -2;
  left: -15px;
  top: -3px;
}
.sidebar-category {
	
}
.sidebar-category-box {
  position: relative;
  margin-bottom: 16px;
  border-bottom: 1px solid #FFF;
  box-shadow: 0px 3px 9px -7px #000;
	-webkit-box-shadow: 0px 3px 9px -7px #000;
	-moz-box-shadow: 0px 3px 9px -7px #000;
  padding-bottom: 10px;
}
.sidebar-category-box.brands-box {
	box-shadow: none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	margin-bottom: 0;
	padding-bottom: 7px;
}
.brands {
	margin-bottom: 25px;
}
.sidebar-category-box:last-child {
	border-bottom: none;
	box-shadow: none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
}
.sidebar-category-box #sidebar-category-name {
  font-weight: 800;
  text-decoration: none;
  display: block;
	color: #686868;
	position: relative;
	padding-left: 21px;
}
.sidebar-category-box ul {
	padding-left: 14px;
  margin-left: 7px;
}
.sidebar-category-box ul li {
	position: relative;
  padding-top: 7px;
}
.sidebar-category-box ul li:before, .sidebar-category-box #sidebar-category-name:before {
  content: " ";
  width: 14px;
  height: 14px;
  background-color: #FFF;
  position: absolute;
  left: -21px;
  top: 8px;
  border-radius: 2px;
  border: 2px solid #CCC;
}
.sidebar-category-box #sidebar-category-name:before {
	left: 0;
  top: 1px;
}
.sidebar-category-box ul li.active:before, .sidebar-category-box #sidebar-category-name.active:before, .sidebar-category-box.act #sidebar-category-name:before {
	border-color: #0F7F4E;
}
.sidebar-category-box ul li.active:after, .sidebar-category-box #sidebar-category-name.active:after, .sidebar-category-box.act #sidebar-category-name:after {
  content: " ";
  background-color: #0F7F4E;
  width: 6px;
  height: 6px;
  position: absolute;
  left: -17px;
  top: 12px;
}
.sidebar-category-box #sidebar-category-name.active:after, .sidebar-category-box.act #sidebar-category-name:after {
	top: 5px;
  left: 4px;
}
.sidebar-category-box ul li sub {
	  font-size: 9px;
  position: relative;
  top: -5px;
  left: 4px;
}
.sidebar-category-box ul li a {
	color: #666;
  text-decoration: none;
}
.sidebar-category-box ul li a.active, .sidebar-category-box ul li a:hover, .sidebar-category-box #sidebar-category-name.active, .sidebar-category-box.act #sidebar-category-name {
	color: #0F7F4E;
}
span.transform {
	text-transform: lowercase;
  font-weight: 800;
}
.item-list ul li {
	margin: 0;
	padding: 0;
}
.product {
background-color: #fff;
  border-bottom: 1px solid rgba(255, 229, 49, 0.29);
  margin-bottom: 20px;
  overflow: hidden;
  padding-bottom: 20px;
}
.product:hover {
  border-color: rgba(15, 127, 78, 0.34)
}
.product .product-container {

}
.product-left {
	width: 250px;
	float: left;
}
.product-right {
float: left;
  margin-left: 30px;
  width: 630px;
}
.product-characteristics {
	margin-bottom: 17px;
}
.product-characteristics .item-list ul li {
border-bottom: 1px dashed #CCC;
  overflow: hidden;
  margin-bottom: 8px;
}
.product-characteristics .field-name-field-characteristics-name {
	float: left;
  font-size: 11px;
}
.product-characteristics .field-name-field-characteristics-value {
	float: right;
  font-size: 11px;
}
.product-links {
	margin-bottom: 10px;
}
.product-links li {
display: block;
  margin-bottom: 3px;
  padding: 4px;
  overflow: hidden;
  border-bottom: 1px dashed #ff6600;
}
.product-links li li {
	border-bottom: none;
	padding: 0;
	margin-bottom: 0;
}
.product-links li a {
  color: #5d5d5d;
  text-decoration: none;
  float: right;
  font-weight: 800;
}
.product-name a {
  font-weight: 800;
  text-transform: uppercase;
  font-size: 18px;
  line-height: 20px;
  color: #717171;
  text-decoration: none;
  display: block;
  margin-bottom: 10px;
}
.product-name a:hover {
	text-decoration: underline;
	color: #34b700;
}
.product-order-container {
	margin-bottom: 8px;
  text-align: right;
}
.product-order-container a {
  background-color: #ff6600;
  padding: 9px 45px 9px 45px;
  color: #3a3a3a;
  font-size: 18px;
  line-height: 18px;
  text-decoration: none;
  display: inline-block;
  position: relative;
}
.product-order-container a.fast-order {
  background-color: #007F04;
  padding: 7px 23px 5px 23px;
}
.product-order-container a.readmore span {
	background-color: #FE6701;
  position: absolute;
  right: 0px;
  top: 0px;
  width: 20px;
  text-align: center;
  height: 30px;
  line-height: 31px;
}
#content-head {
	margin-bottom: 20px;
}
#lodin-form {
	display: none;
  position: absolute;
  top: 54px;
  width: 300px;
  background-color: #F6F6F6;
  z-index: 500;
  box-shadow: 6px 6px 5px rgba(0, 0, 0, 0.18);
  right: 98px;
	border-radius: 3px;
}
#lodin-form:before {
  content: "";
  position: absolute;
  top: -12px;
  right: 25px;
  border-left: 10px solid rgba(0, 0, 0, 0);
  border-right: 10px solid rgba(0, 0, 0, 0);
  border-bottom: 12px solid #F6F6F6;
  width: 0;
  height: 0;
  overflow: hidden;
}
#lodin-form .form-text {
	width: 100%;
}
#lodin-form .login-form-container {
	padding: 20px;
}
#fast-order {
	display: none;
}


#product-tabs {

}
#product-tabs ul.tabs-links {
  border-bottom: 2px solid #CCC;
  padding-bottom: 0;
  margin-bottom: 20px;
  overflow: hidden;
}
#product-tabs ul.tabs-links li {
  font-weight: 800;
  float: left;
  vertical-align: top;
  cursor: pointer;
  font-size: 16px;
  padding: 10px 25px 5px 25px;
  margin-right: 4px;
  background-color: #F0F0F0;
  border-left: 3px solid #CCC;
}
#product-tabs ul.tabs-links li:last-child {

}
#product-tabs ul.tabs-links li.active {
  border-left: 3px solid #ff6600;
}
#product-tabs #tabs-content {
	
}
#product-tabs #tabs-content .tab {
	display: none;
}
#product-tabs #tabs-content .tab.active {
	display: block;
}

.node-block-title {
  font-weight: 600;
  font-size: 20px;
color: #4E4E4E;
  text-align: center;
  line-height: 24px;
	margin-bottom: 20px;
}
#characteristics li {
  display: block;
  overflow: hidden;
  border-top: 1px dashed #CCC;
  padding-top: 9px;
  margin-top: 6px;
	padding-left: 0 !important;
    font-weight: 800;
}
#characteristics li:first-child {
	padding-top: 0;
	margin-top: 0;
	border-top: none;
}

#characteristics li span {
	
	float: right;
	padding-right: 2px;
}
#characteristics li:before {
	display: none !important;
}
#characteristics li.only-value {
	  border-top: 0;
  margin-top: 0;
  padding-top: 0;
}
.product-page-photo {
	float: left;
	width: 265px;
	text-align: center;
}
.product-page-info {
  float: left;
  width: 624px;
  margin-left: 20px;
}
.product-buy-row {
    margin-top: 20px;
  border-top: 1px dashed #CCC;
  padding-top: 20px;
}
.product-buy-row .product-buy {
	float: right;
}
.product-buy-row .product-buy a {
  background-color: #ff6600;
  padding: 9px 50px 11px 50px;
  color: #5a5a5a;
  font-size: 26px;
  line-height: 26px;
  text-decoration: none;
  display: inline-block;
  position: relative;
}
.product-services {
	float: left;
	margin-top: 3px;
}
a.project-product {
  background: url(../images/management.svg) no-repeat;
  background-size: 27px;
  padding-left: 34px;
  height: 27px;
  display: inline-block;
  color: #444;
  font-size: 16px;
  line-height: 27px;
}
a.help-product {
  background: url(../images/call-center-worker-with-headset.svg) no-repeat;
  background-size: 27px;
  padding-left: 34px;
  height: 27px;
  display: inline-block;
  color: #444;
  font-size: 16px;
  line-height: 27px;
  margin-left: 20px;
  border-right: 1px solid #CCC;
  padding-right: 20px;
}
.view-close-matches, .other-product {
	margin-bottom: 40px;
}
.node-article .field-name-field-image {
  margin-bottom: 30px;
}
.page-base .popular-article-box, .view-news .views-row {
	overflow: hidden;
  padding-bottom: 20px;
  margin-bottom: 10px;
}
.page-base .popular-article-image, .view-news .views-row .views-field-field-news-photo {
	float: left;
  margin-right: 23px;
}
.page-base .popular-article-box:last-child, .view-news .views-row:last-child {
	border-bottom: none;
	margin-bottom: 0px;
}
.view-news .views-row .views-field-title {
	font-weight: 800;
  font-size: 22px;
  line-height: 24px;
}
.view-news .views-row .views-field-created {
	font-size: 13px;
  color: #888;
  margin-bottom: 17px;
}
#product-buy {
	display: none;
	position: fixed;
  top: 50%;
  left: 50%;
  z-index: 500;
  background-color: #FFF;
	box-shadow: 0px 0px 13px rgba(0, 0, 0, 0.29);
  border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	width: 432px;
padding-bottom: 20px;
	margin-left: -216px;
	margin-top: -112px;
}
#product-buy .product-buy-head {
	border-bottom: 1px solid #CCC;
  padding: 12px 13px;
  font-size: 19px;
}
#form-overlay {
	display: none;
	position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.64);
  z-index: 300;
	cursor: pointer;
}
.product-buy-content {
	padding: 10px 20px;
}
.product-buy-content .form-text {
	width: 392px;
}
.product-buy-close {
  background: url(../images/close.png) 0px 0px no-repeat;
  width: 24px;
  height: 24px;
  position: absolute;
  top: 5px;
  right: 5px;
  cursor: pointer;
}
.view-subcategory .views-row {
  display: inline-block;
  vertical-align: top;
  border: 1px solid #EEE;
  position: relative;
  width: 220px;
  height: 220px;
  margin-right: 16px;
	margin-bottom: 16px;
}
.view-subcategory .views-row:nth-child(3n) {
	margin-right: 0;
}
.view-subcategory .views-row .views-field-name {
  position: absolute;
  z-index: 20;
  bottom: 10px;
  left: 0px;
  background-color: rgba(0, 0, 0, 0.58);
  width: 100%;
  text-align: center;
  padding: 7px 8px;
}
.view-subcategory .views-row .views-field-name a {
	color: #fff;
}
.category-box-link {
  display: inline-block;
  vertical-align: top;
  border: 1px solid #EEE;
  position: relative;
  width: 220px;
  height: 220px;
  margin-right: 10px;
  margin-bottom: 10px;
}
.category-box-link:nth-child(4n) {
	margin-right: 0;
}
.category-box-link .term-name {
  position: absolute;
  z-index: 20;
  bottom: 10px;
  left: 0px;
  background-color: rgba(0, 0, 0, 0.58);
  width: 100%;
  text-align: center;
  padding: 7px 8px;
}
.category-box-link a {
	color: #fff;
}
.tp-bullets {
	  position: absolute;
  z-index: 50;
	left: 0 !important;
	margin-left: inherit !important;
	width: 100%;
	text-align: center;
}
.tp-bullets .bullet {
  width: 20px;
  height: 20px;
  background-color: #F60;
  border-radius: 20px;
  display: inline-block;
  z-index: 50;
  position: relative;
  margin: 0px 6px;
  box-shadow: 1px 2px 5px #000;
  cursor: pointer;
}
.tp-bullets .bullet.selected:after {
  content: "";
  width: 14px;
  height: 14px;
  background-color: #FFF;
  position: absolute;
  border-radius: 17px;
  left: 3px;
  top: 3px;
}


.category-list .item-list ul li {
	margin-bottom: 8px;
	position: relative;
}
.category-list .item-list ul li li {
	margin-top: 12px;
}
.category-list .item-list ul li li li {
  margin-bottom: 0;
  margin-top: 0;
  border-bottom: 1px dashed #CCC;
  padding: 5px 0px;
  margin-left: 9px;
}
.category-list .item-list ul li li a {
	
}
.category-list .item-list ul li li li a {
	
}
.category-list .item-list ul li a {
  position: relative;
  display: inline-block;
  padding-left: 19px;
	color: #333;
}
.category-list .item-list ul li a.active {
	  color: #27629b;
}
.category-list .item-list ul li a:before {
	content: " ";
  width: 7px;
  height: 7px;
  background-color: #CCC;
  position: absolute;
  left: 0px;
  top: 4px;
}
.category-list .item-list ul li a.active:before {
	background-color: #27629b;
}

.node-product .category-list .item-list ul li a {
	font-size: 13px;
}
.node-product .category-list .item-list ul li {
	margin-bottom: 4px;
}
.category-list li .item-list {
	display: none;
}
.category-list li.active .item-list, .category-list li .item-list.active {
	display: block;
}

.category-list .item-list ul li .item-list .item-list {

}

.category-list .item-list ul li span.back-link {
	  position: absolute;
  top: -1px;
  left: -10px;
	display: none;
}
.category-list .item-list .item-list ul li span.back-link {
	display: block;
}
.category-list .item-list ul li span.back-link a {
  color: #F70000;
  font-weight: 800;
}

.category-list .item-list .item-list .item-list {
	margin-top: 10px;
}
.item-list .pager {
    margin-top: 20px;
    margin-bottom: 40px;
}
.item-list .pager li {
	background-color: #ff6600;
  margin: 0px 1px;
  padding: 7px 11px;
  font-weight: normal;
  color: #5a5a5a;
  border-radius: 18px;
}
.item-list .pager li a {
	display: inline-block;
	    color: #5a5a5a;
}
.item-list .pager li.pager-current {
	    background-color: #27629b;
		color: #fff;
}

#tabs-content ul li {
	position: relative;
  padding-left: 11px;
  margin-bottom: 8px;
}
#tabs-content ul li:before {
	  content: " ";
  background-color: #FF6500;
  width: 4px;
  height: 4px;
  position: absolute;
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  top: 5px;
  left: 0px;
}

table {
	border: 1px solid #CCC;
	width: 100%;
	margin-left: auto;
  margin-right: auto;
}
table tr td {
	  border: 1px solid #CCC;
padding: 2px;
}
#tabs-content p {
	margin-bottom: 8px;
}
#tabs-content table p {
	margin-bottom: 0;
}

.view-equipment-product {
	display: inline-block;
  vertical-align: top;
  width: 190px;
  margin-right: 15px;
  text-align: center;
}
.view-equipment-product .views-field-field-product-image {
	  width: 190px;
  height: 153px;
  overflow: hidden;
	margin-bottom: 10px;
}
.view-equipment-product a {
	color: #666;
}
.view-close-matches {
	  margin-top: 20px;
  border-top: 1px solid #E9E9E9;
  padding-top: 20px;
}
.view-close-matches .views-row {
	display: inline-block;
  vertical-align: top;
  width: 190px;
  margin-right: 15px;
  text-align: center;
}
.view-close-matches .views-row .views-field-field-product-image {
	margin-bottom: 10px;
}
.item-list ul {
	margin: 0;
}
.view-files {
	overflow: hidden;
}
.view-files .field {
	float: left;
}
.view-files .field.field-name-field-file {
	float: right;
}
#tabs-content .view-files .item-list ul li {
	list-style: none;
	margin: 0;
	padding: 0;
	  margin-bottom: 10px;
}
.view-files .item-list ul li:before {
	display: none;
}

.questionnaire_form fieldset {  
	border: 1px solid #ededed;
  padding: 20px;
  margin-bottom: 20px;
	position: relative;
  
}
.questionnaire_form fieldset legend {
	padding: 0px 10px;
  font-weight: 400;
  font-size: 14px;
  color: #636363;
}
.questionnaire_form .form-radios > div {
    margin-right: 20px;
}
.forms-tabs-container .forms-tab {
    display: none;
    padding-bottom: 40px;
}
.forms-tabs-container .forms-tab.active {
    display: block;
}
.phones {
	  margin-top: 17px;
}
.form-item, .form-actions {
    margin-top: 1em;
}
.page-node-3 #content, .node-type-news #content {
width: 940px;
  float: left;
}
.page-node-3 #sidebar, .node-type-news #sidebar {
	  width: 240px;
  float: right;
  min-height: 2px;
}
.site-btn {
	  margin-bottom: 12px;
}
.site-btn a {
  background-color: #ff6600;
  padding: 9px 0px 9px 0px;
  color: #5a5a5a;
  font-size: 18px;
  line-height: 18px;
  text-decoration: none;
  display: inline-block;
  position: relative;
  width: 240px;
  text-align: center;
}
.product-page-info ul li {
	background-color: #EFEFEF;
  margin-bottom: 5px;
  display: block;
  padding: 5px 10px;
	overflow: hidden;
}
.product-page-info ul li span {
	  float: right;
}

.questionnaire_form .form-item { 
  width: 330px;
  margin-right: 15px;
  margin-bottom: 0;
  max-width: 100%;
  box-sizing: border-box;
}
.questionnaire_form .form-item .description {
    line-height: 1.4;
}
.questionnaire_form .form-item label {
    font-size: 13px;
    display: block;
    margin-bottom: 4px;
}
.questionnaire_form tbody .form-item input {
    width: auto;
}
.questionnaire_form tbody .form-item {
    padding: 10px;
}
.questionnaire_form .form-item.form-type-radio {
    width: auto;
}
.questionnaire_form .form-item .form-text {
	width: 100%;
}
.questionnaire_form .form-item.form-item-c {
    width: 100px;
}
.questionnaire_form .form-item.form-item-a {
    width: 314px;
}
.questionnaire_form .form-item-warm-up-time, .questionnaire_form .form-item-heat-capacity-product {
	  width: 265px;
  float: left;
	display: none;
}
.questionnaire_form .active .form-item-warm-up-time, .questionnaire_form .active .form-item-heat-capacity-product {
	display: block;
}
.questionnaire_form .form-item-frost-protection, .questionnaire_form .form-item-support-temperature {
	float: left;
  width: 330px;
  margin-right: 15px;
}
.questionnaire_form .form-item-frost-protection .form-text, .questionnaire_form .form-item-support-temperature .form-text {
	width: 100%;
}
.questionnaire_form #edit-temperature-data .form-item {
  display: inline-block;
  width: 330px;
  margin-right: 15px;
  margin-top: 0;
  margin-bottom: 12px;
}
.questionnaire_form #edit-temperature-data .form-item .form-text {
	width: 100%;
}
.questionnaire_form div.title {
  font-weight: 800;
  font-size: 22px;
  text-align: center;
  line-height: 24px;
  margin-bottom: 23px;
}
.questionnaire_form #edit-options-pipeline .form-item {
display: block;
  margin-top: 0;
  position: relative;
	  overflow: hidden;
}

#edit-options-pipeline .text-box {
	display: inline-block;
  margin-right: 17px;
}

.questionnaire_form #edit-options-pipeline .form-item .form-text {
  margin-right: 11px;
	  float: left;
}


/* Cначала обозначаем стили для IE8 и более старых версий
т.е. здесь мы немного облагораживаем стандартный чекбокс. */
#checkbox {
  vertical-align: top;
  margin: 0 3px 0 0;
  width: 17px;
  height: 17px;
}
/* Это для всех браузеров, кроме совсем старых, которые не поддерживают
селекторы с плюсом. Показываем, что label кликабелен. */
#checkbox + label {
  cursor: pointer;
}

/* Далее идет оформление чекбокса в современных браузерах, а также IE9 и выше.
Благодаря тому, что старые браузеры не поддерживают селекторы :not и :checked,
в них все нижеследующие стили не сработают. */

/* Прячем оригинальный чекбокс. */
.form-checkbox:not(checked) {
  position: absolute;
  opacity: 0;
}
.form-checkbox:not(checked) + label {
  position: relative; /* будем позиционировать псевдочекбокс относительно label */
  padding: 0 0 0 60px; /* оставляем слева от label место под псевдочекбокс */
}
/* Оформление первой части чекбокса в выключенном состоянии (фон). */
.form-checkbox:not(checked) + label:before {
  content: '';
  position: absolute;
  top: -4px;
  left: 0;
  width: 50px;
  height: 26px;
  border-radius: 13px;
  background: #CDD1DA;
  box-shadow: inset 0 2px 3px rgba(0,0,0,.2);
}
/* Оформление второй части чекбокса в выключенном состоянии (переключатель). */
.form-checkbox:not(checked) + label:after {
  content: '';
  position: absolute;
  top: -2px;
  left: 2px;
  width: 22px;
  height: 22px;
  border-radius: 10px;
  background: #FFF;
  box-shadow: 0 2px 5px rgba(0,0,0,.3);
  transition: all .2s; 
}

.form-checkbox:checked + label:before {
  background: #9FD468;
}

.form-checkbox:checked + label:after {
  left: 26px;
}

.form-checkbox:focus + label:before {
  box-shadow: 0 0 0 3px rgba(255,255,0,.5);
}
.form-radio {
  vertical-align: top;
  width: 17px;
  height: 17px;
  margin: 0 3px 0 0;
}
.form-radio + label {
  cursor: pointer;
}
.form-radio:not(checked) {
  position: absolute;
  opacity: 0;
  z-index: 3;
}
.form-radio:not(checked) + label {
  position: relative;
  padding: 0 0 0 30px;
}
.form-radio:not(checked) + label:before {
  content: '';
  position: absolute;
  top: -1px;
  left: 0;
  width: 20px;
  height: 20px;
  border: 1px solid #CDD1DA;
  border-radius: 50%;
  background: #FFF;
}
.form-radio:not(checked) + label:after {
  content: '';
  position: absolute;
  top: 3px;
  left: 4px;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background: #9FD468;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.5);
  opacity: 0;
  transition: all .2s;
}
.form-radio:checked + label:after {
  opacity: 1;
}
.form-radio:focus + label:before {
  box-shadow: 0 0 0 3px rgba(255,255,0,.5);
}
.form-radios .form-item {
  margin-top: 0.4em;
  margin-bottom: 0.4em;
}

.questionnaire_form .form-item-insulation-name, .questionnaire_form .form-item-insulation-coefficient,
.questionnaire_form .form-item-material-pipeline-name,
.questionnaire_form .form-item-classification-of-zones,
.questionnaire_form .form-item-temperature-class {
	display: none;
}
.questionnaire_form .active .form-item-insulation-name, .questionnaire_form .active .form-item-insulation-coefficient,
.questionnaire_form .active .form-item-material-pipeline-name,
.questionnaire_form .active .form-item-classification-of-zones,
.questionnaire_form .active .form-item-temperature-class {
	display: block;
}
.form_description {
  background: url(../images/exclamation-mark.svg) no-repeat;
  padding: 2px 0px 13px 24px;
  background-size: 18px 18px;
  color: #E2574C;
}

#edit-terms-of-pipeline .form-item-classification-of-zones {
  margin-top: 27px;
}
span.plus-btn {
  background: url(../images/add.png) 0px 0px no-repeat;
  width: 24px;
  height: 24px;
  display: inline-block;
  text-indent: -9999px;
  cursor: pointer;
  position: absolute;
  left: 0px;
  top: 18px;
}
.left-menu li {
    list-style-type: none;
}
.left-menu a {
    color: #000
}
.flex-slider ul.slides {
  margin: 0;
  padding: 0;
}
.left-menu {
    padding: 0;
  background-color: rgba(204, 204, 204, 0.32);
}
.flex-slider {
  margin: 0; 
  padding: 0; 
  width: 100%; 
  height: 100%; 
  border: 0px; 
  overflow: hidden;
}
.flex-slider, 
.flex-slider .slides, 
.flex-slider .flex-viewport {
    height: 100%;
}
.flex-slider ul.slides li {
	display: none;
	background-position: center;
  height: 100%;
  width: 100%;
  display: none; 
  -webkit-backface-visibility: hidden;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.sld-btn {
	float: left;
	width: 33.33%;
	text-align: center;
}
.sld-btns a {
  background-color: #ff6600;
  color: #fff;
  font-size: 19px;
  text-align: center;
  display: inline-block;
  margin: 0px 19px;
  width: 262px;
  padding: 18px 0px 18px 0px;
  margin-top: 36px;
  position: relative;
}
.sld-btns a i {
	  position: absolute;
  background-color: #fff;
  width: 80px;
  height: 80px;
  border-radius: 80px;
  text-align: center;
  line-height: 80px;
  top: -13px;
  font-size: 40px;
  left: 11px;
  box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.1803921568627451);
  color: #545454;
}
.sld-btns a:hover {
	  background-color: #dc5a04;
}
a.callback-bt {
  display: inline-block;
  padding: 12px 40px 11px 40px;
  color: #FFF;
  background-color: #ff6600;
  position: relative;
  font-size: 18px;
   
}
.header-right .contacts {
	font-size: 19px;
  margin-top: 15px;
  margin-right: 3px;
  margin-bottom: 8px;
  padding-bottom: 8px;
}
.header-right .email-header {
    font-size: 18px;
}
.header-right .contacts i {
	color: #27629b;
}
a.callback-bt:hover {
	background-color: #dc5a04;
}
a.callback-bt i {
	  position: absolute;
  background-color: #fff;
  width: 46px;
  height: 46px;
  border-radius: 46px;
  text-align: center;
  line-height: 46px;
  top: -5px;
  font-size: 35px;
  left: 7px;
  box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.1803921568627451);
  color: #545454;
}
a.plus-btn {
  background-color: #007F04;
  color: #FFF;
  display: inline-block;
  padding: 7px 12px 5px 12px;
  margin-top: 10px;
  left: 20px;
  bottom: 12px;
}
.questionnaire_form #edit-options-pipeline {
	padding-bottom: 40px;
}
.questionnaire_form #edit-options-pipeline .fieldset-wrapper {
  
  margin-right: 18px;
  border: 1px solid #F4F4F4;
  padding: 13px;
  margin-bottom: 17px;
  background-color: #F8F8F8;
  box-sizing: border-box;
}
.form-item-options-pipeline-result {
	display: none;
}
label span {
	color: #EB0000;
}
.page-id-151 .forms-tabs {
    padding-top: 60px;
}
.page-id-151 .forms-tabs .forms-tabs-links {
    border-bottom: 1px solid #ddd;
    border-left: 1px solid #ddd;
    margin-bottom: 60px;
}
.page-id-151 .forms-tabs .forms-tabs-links li {
    padding: 6px 10px;
    font-family: Arial;
    font-size: 14px;
    padding: 10px 30px 10px 40px;
    color: #000;
    font-size: 15px;
    border-top: 1px solid #ddd;
    user-select: no-select;
    position: relative;
    cursor: pointer;
    max-width: 24.5%;
    line-height: 1.3;
    box-sizing: border-box;
}
.page-id-151 .forms-tabs .forms-tabs-links li:after {    
    position: absolute;
    top: -1px;
    right: -21px;
    width: 24px;
    border-right: 1px solid #ddd;
    border-top: 1px solid #ddd;
    border-radius: 0 30px 0 0;
    height: 100%;
    background: #fff;
    content: "";
}
.page-id-151 .forms-tabs .forms-tabs-links li.active {
    background: #f3de3b;
}
.page-id-151 .forms-tabs .forms-tabs-links li.active:after {
    background: #f3de3b;
}




.view-objects .views-row {
	  overflow: hidden;
  border-bottom: 1px dashed #CCC;
  padding-bottom: 20px;
  margin-bottom: 20px;
}
.view-objects .views-row .views-field-field-project-photo {
	  float: left;
  margin-right: 30px;
}
.view-objects .views-row .views-field-title {
	margin-bottom: 10px;
}
.view-objects .views-row .views-field-title a {
	color: #F60;
  text-transform: uppercase;
  font-size: 18px;
  line-height: 20px;
  display: block;
}
.view-objects .views-row:last-child {
	border-bottom: none;
}
.node-objects .field-name-field-project-photo {
	  float: left;
  margin-right: 20px;
  margin-bottom: 20px;
}
.view-files .field.field-name-field-file-name {
  font-weight: 800;
  font-size: 16px;
}
.view-files .field.field-name-field-file img {
	display: none;
}
.view-files .field.field-name-field-file a {
	  color: #FFF;
  background-color: #FF6500;
  display: inline-block;
  padding: 6px 30px 5px 30px;
  border-radius: 3px;
}

/* IMAGE LIGHTBOX SELECTOR */

#imagelightbox
{
	cursor: pointer;
	position: fixed;
	z-index: 10000;

	-ms-touch-action: none;
	touch-action: none;

	-webkit-box-shadow: 0 0 3.125em rgba( 0, 0, 0, .75 ); /* 50 */
	box-shadow: 0 0 3.125em rgba( 0, 0, 0, .75 ); /* 50 */
}


/* ACTIVITY INDICATION */

#imagelightbox-loading,
#imagelightbox-loading div
{
	border-radius: 50%;
}
#imagelightbox-loading
{
	width: 2.5em; /* 40 */
	height: 2.5em; /* 40 */
	background-color: #444;
	background-color: rgba( 0, 0, 0, .5 );
	position: fixed;
	z-index: 10003;
	top: 50%;
	left: 50%;
	padding: 0.625em; /* 10 */
	margin: -1.25em 0 0 -1.25em; /* 20 */

	-webkit-box-shadow: 0 0 2.5em rgba( 0, 0, 0, .75 ); /* 40 */
	box-shadow: 0 0 2.5em rgba( 0, 0, 0, .75 ); /* 40 */
}
	#imagelightbox-loading div
	{
		width: 1.25em; /* 20 */
		height: 1.25em; /* 20 */
		background-color: #fff;

		-webkit-animation: imagelightbox-loading .5s ease infinite;
		animation: imagelightbox-loading .5s ease infinite;
	}

	@-webkit-keyframes imagelightbox-loading
	{
		from { opacity: .5;	-webkit-transform: scale( .75 ); }
		50%	 { opacity: 1;	-webkit-transform: scale( 1 ); }
		to	 { opacity: .5;	-webkit-transform: scale( .75 ); }
	}
	@keyframes imagelightbox-loading
	{
		from { opacity: .5;	transform: scale( .75 ); }
		50%	 { opacity: 1;	transform: scale( 1 ); }
		to	 { opacity: .5;	transform: scale( .75 ); }
	}
/* CAPTION */

#imagelightbox-caption
{
	display: none !important;
}


/* NAVIGATION */

@-webkit-keyframes fade-in
{
	from	{ opacity: 0; }
	to		{ opacity: 1; }
}
@keyframes fade-in
{
	from	{ opacity: 0; }
	to		{ opacity: 1; }
}@media only screen and (max-width: 41.250em) /* 660 */ {
#container
{
	width: 100%;
}
.questionnaire_form fieldset fieldset {
	border: 1px solid #C4C4C4;
	padding: 10px;
}
.forms-tabs {
	
}
.forms-tabs li {
	  float: left;
  vertical-align: top;
  background-color: #F0F0F0;
  padding: 16px;
  width: 200px;
  cursor: pointer;
  margin-right: 6px;
  border-left: 3px solid #CCC;
}
.forms-tabs li.active {
	border-left: 3px solid #ff6600;
}
.forms-tabs ul {
	  overflow: hidden;
  margin-bottom: 30px;
}
.view-certificate {
	overflow: hidden;
}
.view-certificate .views-row {
  float: left;
  width: 192px;
  margin-bottom: 20px;
  margin-right: 10px;
}

#sidebar .site-btn a {
	  padding: 18px 0px 18px 0px;
}
#sidebar .site-btn a:hover {
	background-color: #dc5a04;
}


#sidebar .view-news {
	
}
#sidebar .view-news .views-row {
	
}
#sidebar .view-news .views-row .views-field-title {
	  font-size: 16px;
  line-height: 16px;
  margin-top: 9px;
}
#sidebar .view-news .views-row .views-field-field-news-photo {
	  float: none;
  margin-right: 0;
}
#sidebar .view-news .views-row .views-field-created {
	margin-bottom: 7px;
}
#block-views-news-block_1 {

}
#block-views-news-block_1 .content {
	padding: 10px;
}

#sidebar .center-title {
  font-weight: 300;
  text-transform: uppercase;
  font-size: 18px;
  line-height: 20px;
  margin-bottom: 20px;
  color: #2b2b2b;
  position: relative;
  overflow: hidden;
  padding: 7px 9px;
  margin-top: 0;
  border-bottom: none;
}
#sidebar .center-title:after {
  content: " ";
  background-color: #ff6600;
  -webkit-transform: skew(-32.5deg,0);
  -ms-transform: skew(-32.5deg,0);
  transform: skew(-32.5deg,0);
  width: 100%;
  height: 40px;
  position: absolute;
  z-index: 2;
  left: -15px;
  top: -3px;
}

#sidebar .center-title span {
  padding: 0;
  background-color: rgba(0, 0, 0, 0);
  top: inherit;
  z-index: 50;
  position: relative;
}
.region-sidebar-last {
	  margin-top: 23px;
  border-top: 1px dashed #CCC;
  padding-top: 23px;
}
a.read-more-link, a.views-more-link {
background-color: #ff6600;
color: #5a5a5a;
  padding: 7px 19px;
  font-size: 18px;
  line-height: 18px;
  text-decoration: none;
  display: inline-block;
  position: relative;
  text-align: center;
  float: right;
  margin-right: 5px;
}
a.read-more-link:hover, a.views-more-link:hover {
	background-color: #dc5a04;
}
a.views-more-link {
	margin-top: 15px;
}

div.messages {
  position: fixed;
  left: 50%;
  width: 400px;
  margin-left: -200px;
  top: 50%;
  background-color: #fff !important;
  box-shadow: 0px 0px 32px rgba(0, 0, 0, 0.65);
  z-index: 9999;
  border: none;
  color: #666;
  background-image: none;
  padding: 25px 20px;
  border-radius: 4px 0px 4px 4px;
  font-size: 16px;
  line-height: 20px;
}
div.messages .close-message {
	  position: absolute;
  top: 0px;
  right: -35px;
  background-color: #007F04;
  color: #fff;
  width: 35px;
  padding: 4px 0px;
  text-align: center;
  border-radius: 0px 4px 4px 0px;
  box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.47);
  cursor: pointer;
}
input[type="file"] {
  -webkit-appearance: none;
  background-color: rgba(195, 195, 195, 0.65);
  padding: 4px 0;
  color: #666;
  width: 300px;
  vertical-align: middle;
    font-size: 15px;
	margin: 6px 0px;
        }
        input[type="file"]::-webkit-file-upload-button {
-webkit-appearance: none;
  margin: -4px;
  font-size: 12px;
  background-color: #27629b;
  color: #fff;
  padding: 5px 10px;
  width: 130px;
  border: none;
  cursor: pointer;
    font-size: 15px;
        }

.category-list .item-list ul li ul {
  margin-left: 12px;
}
.category-list .item-list ul li li li:last-child {
	border-bottom: none;
}
.category-list .item-list ul li li li li a {
	font-size: 12px;
}
#block-system-main-menu ul.menu li ul {

}
#block-system-main-menu ul.menu li ul li {
	  padding: 0;
  margin: 0;
}
#block-system-main-menu ul.menu li ul li a {
	  font-size: 12px;
}

.category-list .item-list ul li li li {
	margin-left: 9px;
}


.view-services .views-row {
  position: relative;
  overflow: hidden;
  margin-bottom: 32px;
  padding-left: 120px;
  padding-bottom: 32px;
  border-bottom: 1px dashed #ccc;
  float: left;
  width: 47%;
  padding-right: 20px;
  margin-right: 28px;
}
.view-services .views-row .views-field-field-service-photo {
	  position: absolute;
  left: 0px;
  top: 0px;
}
.view-services .views-row .views-field-title {
	
}
.view-services .views-row .views-field-title a {
  text-transform: uppercase;
  font-size: 20px;
  margin-bottom: 10px;
  display: block;
}
.view-services .views-row .views-field-path {
	  text-align: right;
  margin-top: 20px;
}
.view-services .views-row .views-field-path a {
	  display: inline-block;
  padding: 7px 27px 5px 27px;
  background-color: #007F04;
  color: #FFF;
}
.site-logo h1 {
	display: none;
}
.node-news .field-name-field-news-photo {
	  float: left;
  margin-right: 30px;
  margin-bottom: 20px;
}
.node-news .field-name-body {
	  clear: both;
}
.main-product-photo .h-image {
	display: none;
}
.main-product-photo .h-image.image-0 {
	display: block;
}
.pattern-photo-thumbs {
	text-align: left;
}
.pattern-photo-thumbs a {
	  display: inline-block;
  vertical-align: top;
  width: 56px;
  height: 56px;
  overflow: hidden;
  margin-top: 6px;
}
#up-page {
	display: none;
  background: #ff6600 url(../images/up-arrow.png) center center no-repeat;
  color: #fff;
  width: 46px;
  height: 40px;
  position: fixed;
  z-index: 9999;
  bottom: 3%;
  right: 3%;
  cursor: pointer;
  text-align: center;
  padding-top: 10px;
  padding-bottom: 0;
	opacity: 0.6;
}
#up-page:hover {
	opacity: 1;
}
.view-category-descr .views-row {
	  border-top: 1px dashed #ccc;
  padding-top: 20px;
  margin-top: 40px;
}
form.fivestar-widget div.description {
  display: none;
}
.microRating {
	  margin-top: 7px;
  font-size: 11px;
  color: #666;
}
.views-row-last .product {
	border-bottom: none;
}
.view-certificates .views-row {
  float: left;
  width: 25%;
}
.node .field-name-field-photo-knowledge {
	  float: left;
  margin-right: 20px;
  margin-bottom: 20px;
}
#popular-articles-content .popular-articles {
	text-align: left;
}
#popular-articles-content .view-news .views-row {
	display: inline-block;
	vertical-align: top;
	width: 220px;
}
#popular-articles-content .view-news .views-row .views-field-field-news-photo {
	float: none;
	margin-right: 0;
}
#popular-articles-content .view-news .views-row .views-field-title {
  font-weight: 800;
  font-size: 14px;
  line-height: 20px;
}
#popular-articles-content .view-news .views-field-created, #popular-articles-content  .views-field-field-anons {
	display: none;
}/**/
@media only screen and (max-width: 1240px) {
.all-news {
        float: left;
  margin-top: 15px;
    }
    .all-news a {
          position: relative;
  top: 0;
  right: 0;
    }
    .container, .page-node-3 #content, .node-type-news #content {
        width: 100%;
    }
    #sidebar-left {
         width: 100%;
  float: none;
  display: block;
  margin-bottom: 40px;
  overflow: hidden;
  height: 175px;
  position: relative;
    }
    .open-bar {
  background: #e6e6e6 url(../images/bottom-arrow.png) center center no-repeat;
  width: 100%;
  height: 28px;
  position: absolute;
  bottom: 0;
  z-index: 20;
  cursor: pointer;
    }
    #content-area {
          float: none;
  margin-left: 0;
  width: 100%;
    }
    .page-catalog #content-area, .page-taxonomy #content-area {
        text-align: center;
    }
    .product-right {
        float: right;
    }
    .view-close-matches, .node-type-news #sidebar {
        display: none;
    }
     .product-page-info {
        float: right;
    }
    .page-node-3 #sidebar {
        width: 100%;
        float: none;
    }
  .page-node-3 #sidebar .site-btn a {
    width: 100%;
   } 
}@media only screen and (max-width: 1180px) {
.popular-articles .popular-article-box {
          width: 14%;
  float: none;
  margin: 0px 13px;
  display: inline-block;
  vertical-align: top;
    }
    .all-news {
          display: inline-block;
  float: none;
  vertical-align: top;
  margin-top: 9px;
    }
    .all-news a {
  position: relative;
  top: 0;
  right: 0;
  height: 90px;
  width: 90px;
  font-size: 19px;
  line-height: 16px;
  padding-top: 25px;
} 
}
@media only screen and (max-width: 920px) {
#header .header-center {
        display: none;
    }
    .sld-btns a {
        width: 90%;
    } 
}@media only screen and (max-width: 970px) {
 
    .questionnaire_form .form-item {
        
        float: none !important;
    }
    .questionnaire_form .form-text {
  width: 100%;
}
    .product-right {
        float: none;
  width: 100%;
  margin-left: 0;
    }
    .product-left {
  float: none;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 20px;
}
.product-page-photo {
    float: none;
  width: 100%;
} 
}@media only screen and (max-width: 860px) {
.popular-articles .popular-article-box {
        width: 20%;
    }
    .all-news {
        display: none;
    }
    .category-box {
        width: 33.33%;
    }
    
}@media only screen and (max-width: 640px) {
.popular-articles .popular-article-box {
        width: 100%;
    }
     .category-box {
        float: none;
  width: 100%;
    }
    .sld-btns {
        float: none;
        margin-left: auto;
        margin-right: auto;
    }
    .footer-menu {
        float: none;
        text-align: center;
    }
    .footer-menu ul {
        text-align: center;
    }
    .footer-menu ul li {
        float: none;
        display: inline-block;
        vertical-align: top;
    }
    .footer-contacts {
        text-align: center;
  float: none;
  clear: both;
    }
    .footer-contacts p {
        text-align: center;
    }
    .page-articles .popular-article-image, .view-news .views-row .views-field-field-news-photo {
        float: none;
        margin: 0;
        margin-bottom: 20px;
        text-align: center;
    }
    #footer {
        overflow: hidden;
        height: auto;
    }
    #footer p {
        float: none !important;
        display: block !important;
        text-align: center !important;
    }
    .who-made {
        float: none;
        display: block;
    } 
}@media only screen and (max-width: 550px) {
.header-right .contacts {
        margin-top: 0;
}
#header .site-logo {
  float: none;
  margin-bottom: 10px;
  width: 194px;
  margin-left: auto;
  margin-right: auto;
}
a.callback-bt {
display: none;
}
#header .site-logo a p {
  color: #27629b;
  letter-spacing: 1px;
  font-size: 9px;
  text-transform: uppercase;
  position: absolute;
  top: 59px;
  left: 89px;
}
    #header .header-right {
  float: none;
  text-align: center;
  display: block;
}
    .top-menu {
        margin-left: auto;
        margin-right: auto;
        text-align: center;
    }
    .top-menu .content ul {
        text-align: center;
    }
    .btns-content {
        padding-bottom: 10px;
    }
    .sld-btn {
        float: none;
        width: 100%;
    }
    .sld-btns a {
        margin-top: 10px;
    }
    .popular-articles .popular-article-box, .popular-articles .popular-article-box:last-child {
          float: none;
  min-height: inherit;
  margin-bottom: 20px;
  margin-right: auto;
  margin-left: auto;
    }
   
    .category-box-link {
        margin-right: 0;
    }
    .contacts-page-form .form-text {
        width: 100%;
    }
    .view-objects .views-row .views-field-field-project-photo {
        float: none;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
  margin-bottom: 20px;
    } 
}@media only screen and (max-width: 440px) {
#product-buy {
  width: 320px;
  margin-left: -160px;
    }
    .product-buy-content .form-text {
  width: 280px;
}
    .center-title, h1 {
        font-size: 16px;
    }
    .view-services .views-row {
        float: none;
  padding-left: 0;
    }
    .view-services .views-row .views-field-field-service-photo {
  position: absolute;
  left: 0px;
  top: auto;
  z-index: 10;
  bottom: 3px;
} 
}
.form-item .description {
    background: url(../images/exclamation-mark.svg) no-repeat;
  padding: 2px 0px 13px 24px;
  background-size: 18px 18px;
  color: #E2574C;
}/**/





