@font-face {
  font-family: 'FontAwesome';
  src: url('./fonts_awesome/fontawesome-webfont.eot?v=4.7.0');
  src: url('./fonts_awesome/fontawesome-webfont.eot?#iefix&v=4.7.0') format('embedded-opentype'), url('./fonts_awesome/fontawesome-webfont.woff?v=4.7.0') format('woff'), url('./fonts_awesome/fontawesome-webfont.ttf?v=4.7.0') format('truetype'), url('./fonts_awesome/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular') format('svg');
  font-weight: normal;
  font-style: normal;
}
* {
  padding: 0;
  margin: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
menu,
nav,
section {
  display: block;
}
body {
  background: #E9F3F4;
  font-family: Tahoma, Arial, sans-serif;
  font-size: 14px;
  color: #404040;
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
.color1 {
  color: #B53430;
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
p {
  padding: 0 0 10px 0;
}
H1 {
  font-size: 18px;
}
H2 {
  font-size: 16px;
}
a {
  color: #B53430;
}
a:hover {
  color: #48A9CD;
}
table {
  border-collapse: collapse;
}
td {
  padding: 5px;
}
textarea,
.input_textarea {
  resize: none;
}
ul {
  list-style-position: inside;
}
.button,
a.button,
a.button:visited {
  display: inline-block;
  position: relative;
  margin: 3px;
  padding: 7px 10px;
  border: 1px solid #A92B27;
  border-radius: 0;
  background: linear-gradient(to bottom,#B53430,#A92B27);
  font-size: 15px;
  text-decoration: none;
  color: #FFF;
  cursor: pointer;
  transition: 0s;
}
.button:hover,
a.button:hover,
a.button:visited:hover {
  border-color: #A92B27;
  background: linear-gradient(to bottom,#B53430,#A92B27);
  box-shadow: inset 0 1px 1px 0 rgba(255,255,255,0.5), 1px 1px 2px 0 rgba(47,20,5,0.5);
}
.button:active,
a.button:active,
a.button:visited:active {
  border-color: #A92B27;
  background: linear-gradient(to bottom,#B53430,#A92B27);
  box-shadow: inset 0 1px 1px 0 rgba(255,255,255,0.5);
}
.button-h-favorite::before {
  content: '';
  position: absolute;
  top: 50%;
  margin-top: -6px;
  left: 8px;
  width: 10px;
  height: 12px;
  background: url(../images/rhombus.png) no-repeat;
}
.call_order {
  padding: 17px 20px;
  position: relative;
  background: #B53430;
  color: #fff;
}
.top_line {
  display: none;
}
.top_line:after {
  content: '';
  display: block;
  width: 100%;
  height: 3px;
  background: #B53430;
}
.wrapper {
  width: 100%;
  margin: 0 auto;
  background: #FFF;
  box-shadow: 1px 1px 10px gray;
}
.container {
  width: 1200px;
  margin: 0 auto;
  padding: 2% 0;
}
.logo {
  position: relative;
}
.logo:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 140px;
  height: 133px;
  background: transparent url("../images/details_round.png") no-repeat scroll 0 0 / cover;
  z-index: 1;
}
.logo img {
  position: relative;
  z-index: 2;
  height: 100%;
}
.logo:hover:before {
  -webkit-animation: preround 2s infinite linear;
  -moz-animation: preround 2s infinite linear;
  -o-animation: preround 2s infinite linear;
  animation: preround 2s infinite linear;
}
header {
  position: relative;
  background: transparent url(../images/header.png) repeat scroll 0 0;
}
header .container {
  text-align: justify;
  font-size: 0;
  padding: 16px 10px 10px;
  position: relative;
}
header .container:after {
  content: '';
  width: 100%;
  display: inline-block;
}
header .container > div {
  display: inline-block;
  vertical-align: top;
  transition: ease;
}
header .container .block_logo_slogan > * {
  display: inline-block;
  vertical-align: top;
}
header .container .contacts {
  position: relative;
  text-align: right;
}
header .container .contacts .h-contact {
  position: relative;
  padding: 0 5px 0 25px;
}
header .container .contacts .h-contact > * {
  display: inline-block;
  vertical-align: middle;
}
header .container .contacts i.fa {
  position: absolute;
  top: 0;
  left: 0;
  font-size: 21px;
  padding-right: 5px;
}
header .container .contacts > div {
  width: 235px;
  position: relative;
  margin-right: 15px;
}
header .container .contacts > div:not(:last-child)::after {
  display: none;
  content: '';
  position: absolute;
  top: 50%;
  right: 0;
  margin-top: -40px;
  width: 1px;
  height: 80px;
  background: #cac8c7;
}
header .container .contacts .header_times_email {
  padding-top: 5px;
}
header .container .contacts .header_phone_mail {
  width: auto;
}
header .container .contacts .header_times {
  position: relative;
  font-size: 15px;
}
header .container .contacts .header_times > div:first-of-type {
  margin-bottom: 20px;
}
header .container .contacts .header_times .header_title {
  margin-bottom: 0 !important;
}
header .container .contacts .header_times .work-day {
  font-size: 15px;
  font-weight: 700;
}
header .container .contacts .header_times .work-hour {
  color: #B53430;
  font-weight: 700;
}
header .container .contacts .header_phones {
  margin-bottom: 20px;
  text-align: right;
}
header .container .contacts .header_phones ul li {
  position: relative;
  list-style: none;
  color: #B53430;
  font-size: 24px;
  font-weight: bold;
}
header .container .contacts .header_phones ul li a {
  text-decoration: none;
}
header .container .contacts .header-social a.soc-yo i,
header .container .contacts .header-messenger a.soc-yo i {
  font-size: 65px;
}
header .container .contacts .header-messenger {
  position: relative;
  font-size: 15px;
}
header .container .contacts .header-messenger > * {
  display: block;
}
header .container .contacts .header-messenger .messengers > * {
  display: inline-block;
  vertical-align: top;
}
header .container .contacts .header-messenger .messenger img {
  width: 28px;
}
header .container .contacts .header-messenger i.fa {
  position: relative;
}
header .container .contacts .header_mails {
  font-size: 0;
  text-align: right;
}
header .container .contacts .header_mails:after {
  content: '';
  display: inline-block;
  width: 100%;
}
header .container .contacts .header_mails a {
  font-size: 18px;
}
header .container .contacts .h-favorite-section a {
  padding: 6px 10px 6px 26px;
}
header .container .contacts .header_cart_container {
  text-align: left;
}
header .container .contacts .header_cart {
  position: relative;
  padding: 10px 0;
}
header .container .contacts .header_cart .cart {
  position: relative;
  padding: 0 0 0 60px;
  text-align: left;
}
header .container .contacts .header_cart .cart .header_cart-title {
  color: #5c5c5e;
  text-transform: uppercase;
  font-size: 13px;
  font-weight: 700;
  cursor: default;
  display: none;
}
header .container .contacts .header_cart .cart:before {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  width: 45px;
  height: 42px;
  margin-top: -21px;
  background: url(../images/cart_icon.png) no-repeat;
}
header .container .contacts .header_cart .empty_card:before {
  background-position: 0 0;
}
header .container .contacts .header_cart > * {
  color: #B53430;
  font-size: 15px;
  font-weight: 700;
  cursor: default;
}
header .container .contacts .header_cart .cound {
  text-align: left;
}
header .container .contacts .header_cart .cound > * {
  display: inline-block;
  vertical-align: middle;
}
header .container .contacts .header_cart .cound .cound-text {
  margin-right: 4px;
  min-width: 70px;
  color: #404040;
  font-size: 14px;
}
header .container .contacts .header_cart .header_cart-goods {
  color: #B53430;
  font-size: 15px;
  font-weight: 700;
  cursor: default;
}
header .container .contacts .header_cart .header_cart-goods > * {
  display: inline-block;
  vertical-align: middle;
}
header .container .contacts .header_cart .header_cart-goods .header_cart-goods-text {
  margin-right: 4px;
  color: #404040;
}
header .container .contacts .header_cart .header_cart-goods .price,
header .container .contacts .header_cart .header_cart-goods .currency {
  color: inherit;
  font-size: inherit;
  font-weight: inherit;
}
header .container .contacts_branches {
  text-align: center;
  font-size: 14px;
}
header .container .contacts_branches .branch {
  width: 219px;
  display: inline-block;
  vertical-align: top;
}
header .container .contacts_branches .branch a {
  width: auto;
  display: inline-block;
  font-size: 115%;
  margin: 1px 0;
}
header .container .contacts_branches .branch a:before {
  display: inline-block;
  padding-right: 5px;
  font-size: 150%;
  font-family: FontAwesome, sans-serif;
  color: #96AAAC;
}
header .container .contacts_branches .branch .name_branch {
  font-size: 150%;
  text-decoration: underline;
}
header .container .contacts_branches .branch .phones a:before {
  content: '\f095';
}
header .container .contacts_branches .branch .emails a:before {
  content: '\f0e0';
}
header .container .call_order {
  height: 73px;
  width: 280px;
  background: url(../images/zz.png) 0 0 no-repeat;
  cursor: pointer;
  padding: 0;
  font-size: 0;
  transition: 0s;
}
header .container .call_order:hover {
  background: url(../images/zz.png) 0 -100px no-repeat;
}
header .container .slogan {
  margin: 0;
  padding: 0 11px;
}
header .container .slogan .siteTitle {
  color: #B53430;
  font-size: 36px;
  font-weight: normal;
  font-family: 'Arial Narrow', sans-serif;
  margin: -2px 0 -3px 0;
}
header .container .slogan .siteSubtitle {
  font-size: 23px;
  font-weight: normal;
  font-family: 'Arial Narrow', sans-serif;
  color: #000;
}
header:before,
header:after {
  content: '';
  max-width: 546px;
  max-height: 234px;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  background: transparent url(../images/details.png) 0 0 no-repeat;
  z-index: -1;
}
header:before {
  left: 0;
}
header:after {
  right: 0;
  transform: scale(-1,1);
}
div.nav_top-line {
  position: relative;
  background: linear-gradient(to bottom,#22BADF,#119FC2);
  border-bottom: 4px solid #125675;
}
div.nav_top-line .container {
  padding: 0;
}
.nav_top {
  position: relative;
}
.nav_top a {
  position: relative;
  text-decoration: none;
  display: block;
  color: #FFF;
  padding: 20px 0;
  font-size: 107%;
  text-transform: uppercase;
}
.nav_top ul.menu_level_1 {
  position: relative;
  z-index: 2;
  text-align: justify;
  font-size: 0;
}
.nav_top ul.menu_level_1 > li {
  font-size: 14px;
  width: 20%;
  position: relative;
  display: inline-block;
  vertical-align: top;
  text-align: center;
  border-left: 1px solid #1295B4;
  border-right: 1px solid #35C7EB;
}
.nav_top ul.menu_level_1 > li:hover ul.menu_level_2 {
  display: block;
}
.nav_top ul.menu_level_2 {
  display: none;
  min-width: 150px;
  padding: 5px 10px;
  position: absolute;
  top: 85%;
  left: -6px;
  border: 1px solid #B53430;
  border-radius: 0 0 4px 4px;
  background: #FFF;
  box-shadow: inset 0 1px 1px rgba(255,255,255,0.3), 1px 1px 3px -2px #000000;
  text-align: left;
  z-index: 1;
}
.nav_top > ul > li.selected {
  background: linear-gradient(to bottom,#B53430,#A92B27);
}
.nav_top li:not([class*='selected']) > span > a:hover {
  color: #B53430;
}
.fixed {
  position: fixed;
  z-index: 9999;
  width: 100%;
}
.fixed .top_line {
  display: none;
}
.fixed .logo {
  width: 130px;
}
.fixed .logo img {
  width: 100%;
}
.fixed .container-header {
  padding: 0 1%;
  width: 100%;
  position: relative;
}
.fixed .container-header > * {
  vertical-align: top;
}
.fixed .container-header .contacts > * {
  font-size: 14px;
}
.fixed .container-header .header_call_order {
  width: auto;
}
.fixed .container-header .header_call_order .header_mails {
  width: 150px;
}
.fixed .container-header .header_call_order .header_mails a {
  font-size: 14px;
}
.fixed .container-header .header_call_order .call_order {
  position: absolute;
  bottom: 5px;
  right: 5px;
  padding: 0;
}
.fixed .container-header .header_call_order > * {
  display: inline-block;
  vertical-align: middle;
  padding: 10px 0;
  transition: 0s;
}
.fixed ~ .main {
  padding-top: 240px;
}
.nav_left {
  text-align: left;
}
.nav_left ul {
  font: normal 16px "Arial";
  line-height: 15px;
}
.nav_left ul.menu_level_1 > li {
  position: relative;
  list-style: none;
  border-top: 1px dotted #FFF;
  border-bottom: 1px dotted #125675;
}
.nav_left ul.menu_level_1 > li a {
  display: block;
  color: #000;
  text-decoration: none;
}
.nav_left ul.menu_level_1 > li a:hover {
  transition: 0s;
  border-left: 2px solid #B53430;
  color: #E61F19;
}
.nav_left ul.menu_level_1 > li.selected > span > a {
  background: #B53430;
  color: #FFF;
}
.nav_left ul.menu_level_1 > li:last-child {
  border: none;
}
.nav_left ul.menu_level_1 > li ul {
  padding: 5px 5px 5px 16px;
}
.nav_left ul.menu_level_1 > li ul li {
  padding-top: 4px;
}
.nav_left ul.menu_level_1 > li ul li.selected a {
  color: #B53430;
}
.nav_left ul.menu_level_1 > li ul a {
  font-size: 12px;
  text-decoration: none;
  color: #404040;
  font-family: Verdana, sans-serif;
}
.nav_left ul.menu_level_1 > li ul a:hover {
  text-decoration: underline;
  color: #48A9CD;
}
.nav_left ul.menu_level_1 > li:hover {
  background: #BED6DC;
}
.nav_left ul.menu_level_1 > li:not(.selected) ul.menu_level_2 {
  display: none;
  transition: 0s;
}
.nav_left ul.menu_level_1 > li.subcats_exists > span {
  display: block;
  position: relative;
}
.nav_left ul.menu_level_1 > li.subcats_exists > span:after {
  content: '\f0da';
  position: absolute;
  top: 50%;
  margin-top: -8px !important;
  right: 8px !important;
  font: normal 18px/18px 'FontAwesome';
}
.nav_left ul.menu_level_1 > li.subcats_exists.selected span:after {
  transform: rotate(90deg);
}
.nav_left ul.menu_level_1 > li.subcats_exists.hover .menu_level_2,
.nav_left ul.menu_level_1 > li.subcats_exists.selected .menu_level_2 {
  display: block;
  transition: 0s;
}
.nav_left ul.menu_level_1 > li.subcats_exists.hover .menu_level_2 li,
.nav_left ul.menu_level_1 > li.subcats_exists.selected .menu_level_2 li {
  list-style-type: disc;
  display: block;
}
.nav_left ul.menu_level_1 > li.subcats_exists:hover:not(.selected) span:after {
  color: #48A9CD;
  right: 0 !important;
  transition: 1s;
}
.nav_left > ul > li > span > a {
  padding: 13px 10px;
  text-decoration: none;
  color: #404040;
  font-size: 15px;
  line-height: 16px;
  display: block;
}
.nav_left > ul > li > span > a:hover {
  color: #48A9CD;
}
.nav_left > ul.menu_level_1 > li:not(.selected) > span:hover {
  display: block;
}
#content_inner ul {
  padding: 0 0 0 40px;
}
.main {
  width: 100%;
  position: relative;
  margin: 0 auto;
  text-align: justify;
  transition: 0s;
}
.main:after {
  content: '';
  max-width: 776px;
  max-height: 683px;
  width: 100%;
  height: 100%;
  position: absolute;
  bottom: 0;
  right: 0;
  background: transparent url("../images/details_big.png") no-repeat scroll 0 0;
  z-index: -1;
}
.main .container .content_block {
  overflow: hidden;
  margin-bottom: 30px;
}
.main .container > * {
  display: inline-block;
  vertical-align: top;
}
.main .container img {
  max-width: 100%;
  height: auto;
}
.left_sidebar,
.right_sidebar {
  width: 235px;
}
.right_sidebar {
  display: none;
}
#breadcrumbs.path {
  margin: 5px 0;
  color: #B53430;
}
.path {
  display: block;
  text-align: left;
  font-weight: bold;
  font-size: 14px;
  line-height: 14px;
  padding: 10px 5px;
}
.content_block {
  width: calc(100% -  235px  - 30px);
  padding: 0 1%;
  text-align: justify;
}
footer {
  width: 100%;
  position: relative;
  background: #E9E9E9 url("../images/header.png") repeat scroll 0 0;
  border-top: 8px solid #119FC2;
}
footer .container {
  position: relative;
  margin: 0 auto;
  padding-top: 35px;
  text-align: justify;
  font-size: 0;
  color: #96AAAC;
}
footer .container a {
  width: auto;
  display: inline-block;
  font-size: 115%;
  margin: 1px 0;
  text-decoration: none;
}
footer .container a:before {
  display: inline-block;
  padding-right: 5px;
  font-size: 150%;
  font-family: FontAwesome, sans-serif;
  color: #96AAAC;
}
footer .container .phones,
footer .container .emails {
  text-align: left;
}
footer .container .phones a,
footer .container .emails a {
  display: block;
}
footer .container .phones a:before {
  content: '\f095';
}
footer .container .emails a:before {
  content: '\f0e0';
}
footer .container .addresses a:before {
  content: '\f041';
}
footer .container > * {
  display: inline-block;
  vertical-align: top;
  font-size: 14px;
  text-align: center;
}
footer .container .column_1 img {
  width: 100%;
}
footer .container .column_2 {
  width: 18%;
}
footer .container .column_3 {
  width: 30%;
}
footer .container:after {
  content: '';
  width: 100%;
  display: inline-block;
}
.pop_up {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
  filter: alpha(Opacity=50);
  background: rgba(0,0,0,0.5);
  z-index: 999000;
  text-align: center;
  display: none;
}
.pop_up:after {
  content: '';
  width: 0;
  height: 100%;
  display: inline-block;
  vertical-align: middle;
}
.pop_up .pop_up_inner {
  position: relative;
  width: 310px;
  z-index: 999900;
  background: #FFF;
  padding: 10px 5px;
  display: inline-block;
  vertical-align: middle;
  text-align: left;
}
.pop_up .pop_up_inner .pop_up_close {
  position: absolute;
  top: 0;
  right: 0;
  padding: 0 3px;
  font-size: 16px;
  color: #B53430;
  cursor: pointer;
}
.pop_up .pop_up_inner .pop_up_title {
  font: bold 16px/35px Arial;
  text-align: center;
}
.pop_up .send_content {
  text-align: center;
}
form {
  padding: 3%;
  width: 94%;
}
form .form_block {
  margin-bottom: 5px;
}
form .form_block .form_title {
  padding: 5px 0;
  font-weight: bold;
}
form .form_block .fb_field {
  position: relative;
}
form .form_block .fb_field input,
form .form_block .fb_field textarea,
form .form_block .fb_field select {
  width: 97%;
  border: 1px solid;
  border-radius: 0;
  box-shadow: none;
  padding: 5px 0;
  margin: 0 1%;
}
form .form_block .fb_field input:hover,
form .form_block .fb_field textarea:hover,
form .form_block .fb_field select:hover {
  border: 1px solid;
}
form .form_block .fb_field textarea {
  height: 73px;
}
.h_feedback {
  width: 190px;
  font-size: 14px;
  text-align: center;
}
.form_feedback {
  width: 320px;
}
.feedback_title {
  padding: 5px 0;
  text-align: center;
  font: normal 21px 'Arial Narrow' !important;
}
.form_anketa .button {
  text-align: center;
  width: auto;
}
.search_form {
  width: 100%;
  max-width: 1200px;
  position: relative;
  padding: 0;
  margin: 1rem auto;
}
.search_form .search_button {
  margin: 0;
  padding: .7rem;
  border: 1px solid #c1c1c1;
  border-radius: 0 5px 5px 0;
  text-shadow: none;
}
.search_form .search_button:hover:before {
  background-position: 0 -22px;
}
.search_form input {
  padding: .7rem 30px .7rem 5px;
  width: 100%;
  border: 1px solid #c1c1c1;
  font-size: 16px;
}
.main_src_text {
  min-height: 95px;
}
.search_box .buy_link {
  float: none;
  display: inline-block;
}
.content_search img {
  margin: 0 10px 10px 0;
}
.content_search h3 {
  margin: 0;
  font-size: 14px;
}
.content_search  div.search_box {
  margin: 0 0 15px;
}
.content_search  cite {
  margin: 2px 0;
  font-style: normal;
  color: #ca0d1f;
}
.content_search p {
  margin: 0;
}
.search_result {
  width: 100%;
  position: absolute;
  top: 30px;
  left: 0;
  margin: 4px 0 0 0;
  background: #fff;
  box-shadow: 1px 1px 10px gray;
  border: 1px solid #c1c1c1;
  border-radius: 0 0 5px 5px;
  z-index: 1001;
  text-align: left;
}
.search_result a {
  padding: 0;
  color: #404040;
}
.search_result .search_box {
  padding: .5rem .3rem;
  border-top: 1px solid;
  cursor: pointer;
  color: #404040;
}
.search_result .search_box H3 {
  padding: 5px 0;
  font-size: 16px;
}
.search_result .search_box p {
  margin: 0;
  font-size: 12px;
}
.search_result .search_box .img {
  width: 70px;
}
.search_result .search_box .img img {
  width: 100%;
}
.search_result .search_box .text {
  width: calc( 100% - 75px);
}
.search_result .search_box > div > * {
  display: inline-block;
  vertical-align: top;
}
.search_result .search_box:hover {
  background: #A92B27;
  color: #FFF;
}
.search_result .search_box:hover a {
  color: #FFF;
}
.search_result .search_all {
  padding: .7rem .5rem;
  border-top: 1px solid;
}
span.search_sell {
  color: #000;
  background: #ffff00;
}
.top-menu_search {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 8px;
}
.faq__form {
  padding: 0;
  margin: 0 1% 20px;
  width: 98%;
}
.faq__form .form_block {
  display: inline-block;
  vertical-align: top;
  width: 100%;
}
.faq__form .form_block .fb_field input,
.faq__form .form_block .fb_field textarea {
  font-size: 20px;
  padding: 10px 5px;
  margin: 10px 0;
}
.faq__form .form_block .fb_field textarea {
  width: 99%;
  height: 100px;
}
.faq__form .form_block:nth-child(1),
.faq__form .form_block:nth-child(2) {
  width: 49%;
}
.faq__form .form_block:nth-child(1) input,
.faq__form .form_block:nth-child(2) input {
  text-align: left;
}
.faq__form .faq__block_submit {
  width: 100%;
  text-align: center;
  margin-bottom: 5px;
}
.faq__form .faq__block_submit .faq__button {
  font-size: 20px;
  padding: 8px 20px;
}
.messages .message_box {
  margin: 0 0 10px;
  padding: 10px;
}
.messages .message_box .faq__question {
  text-align: left;
}
.messages .message_box .faq__question .faq__msg {
  display: inline-block;
  vertical-align: top;
  font-size: 20px;
  border-bottom: 1px dashed #000;
}
.messages .message_box .faq__question .faq__msg:hover::before {
  color: #48A9CD;
  border-color: #48A9CD;
}
.messages .message_box .faq__question .faq__msg:before {
  content: '+ ';
  display: inline-block;
  width: 14px;
  height: 14px;
  border-radius: 100%;
  border: 2px solid #000;
  text-align: center;
  line-height: 14px;
  margin-right: 10px;
  font-size: 14px;
  font-weight: bold;
  position: relative;
  top: -2px;
}
.messages .message_box .faq__question .faq__msg.js-faq__active::before {
  content: '- ';
  top: -3px;
  color: #48A9CD;
  border-color: #48A9CD;
}
.messages .message_box .faq__question .faq__msg.js-faq__active {
  color: #48A9CD;
}
.messages .message_box .faq__question .faq__msg:hover {
  cursor: pointer;
  color: #48A9CD;
  border-bottom: 1px dashed #48A9CD;
}
.messages .message_box .faq__answer-block {
  width: 100%;
  background: #eee;
  padding: 0;
  text-align: left;
  margin: 10px 0;
  display: none;
}
.messages .message_box .faq__answer-block .faq__answer {
  display: inline-block;
  vertical-align: top;
  margin: 15px;
  font-size: 14px;
}
H1.title_cat.hide {
  border-bottom: 2px dashed;
  display: inline-block;
  padding: 0;
  margin-bottom: 10px;
  transition: 0s;
}
.description {
  display: none;
  overflow: hidden;
}
.hlisting .hproduct,
.clisting .hcatalog {
  display: inline-block;
  vertical-align: top;
  margin: 10px 5px;
}
.content_block .hlisting,
.content_block .clisting {
  text-align: center;
}
.content_block .hlisting .hproduct,
.content_block .hlisting .hcatalog,
.content_block .clisting .hproduct,
.content_block .clisting .hcatalog {
  width: 160px;
  position: relative;
  border-radius: 6px;
  text-align: center;
}
.content_block .hlisting .hproduct.fullsize,
.content_block .hlisting .hcatalog.fullsize,
.content_block .clisting .hproduct.fullsize,
.content_block .clisting .hcatalog.fullsize {
  width: 98%;
  padding: 1%;
  margin: 1% 1% 3%;
}
.content_block .hlisting .hproduct > *,
.content_block .hlisting .hcatalog > *,
.content_block .clisting .hproduct > *,
.content_block .clisting .hcatalog > * {
  display: block;
  vertical-align: top;
}
.content_block .hlisting .cat_title,
.content_block .clisting .cat_title {
  font: bold 120% Arial, sans-serif;
}
.content_block .hlisting .cat_image,
.content_block .clisting .cat_image {
  border: 1px solid #D5D5D5;
}
.content_block .hproduct .cat_image {
  overflow: hidden;
}
.content_block .hproduct .cat_image img {
  transform: scale(1.2);
}
.content_block .hlisting .hproduct .product_photo {
  width: 200px;
  position: relative;
  border: 1px solid #bdbdbd;
}
.content_block .hlisting .hproduct .product_photo a {
  width: inherit;
  display: block;
}
.content_block .hlisting .hproduct .product_photo a img {
  width: 100%;
  height: auto;
}
.content_block .hlisting .hproduct .holdbox > div {
  position: absolute;
  right: 1%;
  bottom: 1%;
}
.content_block .hlisting .hproduct .infobox {
  width: calc(100% -  240px);
  min-width: 220px;
  padding: 0 2%;
  text-align: left;
}
.content_block .hlisting .hproduct .infobox .prod_title {
  font-size: 21px;
}
.top_cat {
  position: relative;
}
.top_cat > * {
  display: inline-block;
  vertical-align: top;
}
.top_cat .top_cat_left {
  width: 200px;
}
.top_cat .top_cat_right {
  width: calc(100% -  240px);
  margin-left: 20px;
}
.top_cat .top_cat_title {
  display: block;
  font-size: 19.6px;
  font-weight: bold;
  margin: 0 0 10px;
  color: #B53430;
}
.top_cat .top_cat_tag {
  background-color: #B53430;
  box-shadow: 0 2px rgba(0,0,0,0.2) inset;
  border: 1px solid #D5D5D5;
  display: inline-block;
  color: #FFF;
  padding: 3px 10px;
}
.top_cat .top_cat_text_self {
  border: 1px solid #C8C8C7;
  background: #FFF;
  margin: -1px 0 0;
  padding: 5px 10px 0;
}
.row_product {
  width: 96%;
  padding: 1%;
  margin: 1% 1% 3%;
}
.row_product .hproduct {
  width: auto;
  background: #fff;
  border: 1px solid #c9c9c9;
}
.row_product .hproduct .product_mid_block {
  vertical-align: top;
  text-align: center;
}
.row_product .product_left_block,
.row_product .product_mid_block {
  display: inline-block;
  vertical-align: top;
  position: relative;
}
.row_product .product_left_block {
  width: 280px;
}
.row_product .product_mid_block {
  width: calc(100% -  320px);
  text-align: left;
  padding: 0 2%;
}
.row_product .product_mid_block .prod_title {
  text-transform: uppercase;
}
.row_product .product_mid_block .short_description {
  text-align: justify;
  margin-bottom: 5px;
}
.row_product .product_mid_block .short_description p {
  padding: 0;
  line-height: 21px;
}
.row_product .product_mid_block .kolvo_buy_button_add a {
  padding-left: 50px;
  padding-right: 50px;
  height: 30px;
  line-height: 30px;
}
.row_product .product_mid_block .buy_link {
  padding: 5px 35px;
  font-size: 22px;
}
.prod_options {
  position: absolute;
  right: -5px;
  top: 0;
}
.prod_options .new_m,
.prod_options .hit_m,
.prod_options .skidka_m {
  margin-bottom: 2px;
}
.new_m,
.hit_m,
.skidka_m {
  display: block;
}
.prod_price {
  color: #B53430;
}
.prod_price .price {
  color: inherit;
  font-size: 20px;
  font-weight: normal;
}
.prod_price .currency {
  color: inherit;
  font-weight: normal;
  font-size: inherit;
}
.prod_price.prod_big_price .price {
  font: normal 25px/25px 'Trebuchet MS';
}
.prod_price.prod_big_price .currency {
  font-size: 20px;
}
.prod_price.prod_price_old {
  color: #7f7f7f;
  text-decoration: line-through;
}
.prod_price_economy {
  font-size: 12px;
}
.prod_price_economy .price {
  font-size: 15px;
}
.prod_podrobnee {
  text-align: center;
  margin-bottom: 5px;
  font: bold italic 12px Arial;
}
.kolvo {
  display: block;
  margin-bottom: 5px;
}
.hproduct .kolvo {
  display: none;
}
.kolvo > div.kolvo_arrow {
  display: inline-block;
  padding: 0 0 2px;
  width: 22px;
  cursor: pointer;
  height: 25px;
  line-height: 25px;
  vertical-align: bottom;
  text-align: center;
  font-weight: bold;
  font-size: 20px;
}
input.kolvo_inp {
  display: inline-block;
  width: 25px;
  text-align: center;
  vertical-align: bottom;
}
.prod_selector {
  display: block;
  width: 100%;
  margin: 0 0 10px;
}
.prod_selector > div {
  display: block;
}
.prod_selector_title {
  text-align: left;
  padding: 5px 5px 5px 0;
  margin: 2px 2px 2px 0;
  font: bold 12px/20px Arial;
}
.prod_selector span.radio_size:not(#Foo) label {
  cursor: pointer;
  display: inline-block;
  min-width: 20px;
  padding: 5px;
  margin: 2px 2px;
  border: 1px solid #bcbdbc;
  font: normal 20px/20px Arial;
  text-align: center;
}
.prod_selector span.radio_size:not(#Foo) label:hover {
  border: 1px solid #777;
  background: #ededed;
}
.prod_selector span.radio_size:not(#Foo) input[type=radio] {
  display: none;
}
.hlisting .hproduct.current {
  overflow: hidden;
  position: relative;
}
.hlisting .hproduct.current:before {
  content: 'Товар добавлен в корзину';
  width: 100%;
  height: 100%;
  background: rgba(255,255,252,0.8);
  position: absolute;
  top: 0;
  left: 0;
  text-shadow: 0 0 15px #666;
  font: normal 18px 'Trebuchet MS';
  color: #B53430;
  z-index: 20000;
  line-height: 14;
  text-align: center;
}
.product .product_top > * {
  display: inline-block;
  vertical-align: top;
}
.product .product_top .product_left_block {
  width: 250px;
  margin-right: 10px;
}
.product .product_top .product_mid_block {
  width: calc(100% - 270px);
}
.prod_dop_option {
  margin: 0 0 5px 0;
  font-size: 12px;
}
.prod_dop_option b {
  color: #B53430;
  font-weight: normal;
}
.prod_dop_option > a {
  text-decoration: underline;
  color: #B53430;
}
.prod_dop_option > a:hover {
  text-decoration: none;
}
.prod_artikul {
  color: #7f7f7f;
}
.ya_share2 .yashare-auto-init {
  display: inline;
}
.product_dop_modes {
  position: relative;
  margin-top: 20px;
  font: normal 13px/20px 'Trebuchet MS' !important;
}
.product_dop_modes ul.product_dop_modes_navigation {
  position: relative;
  padding: 0;
  font-weight: bold;
  line-height: 1;
  margin-bottom: -1px;
}
.product_dop_modes ul.product_dop_modes_navigation li {
  position: relative;
  display: inline-block;
  padding: 10px 15px;
  cursor: pointer;
  font-weight: bold;
  color: #B53430;
  background: #FFF;
}
.product_dop_modes ul.product_dop_modes_navigation li.mod_selected {
  cursor: default;
  color: #FFF;
  background: #B53430;
  z-index: 20;
}
.product_dop_modes ul.product_dop_modes_navigation li:hover {
  color: #FFF;
  background: #B53430;
}
.product_dop_modes ul.prd_documents li.prd_document {
  display: block;
  width: 100%;
}
.product_dop_modes ul.prd_documents li.prd_document > * {
  display: inline-block;
}
.product_dop_modes ul.prd_documents li.prd_document .icon {
  width: 30px;
  height: 30px;
  position: relative;
  font-size: 28px;
  text-align: center;
}
.product_dop_modes ul.prd_documents li.prd_document .icon:after {
  content: '';
  display: block;
  width: 25px;
  height: 25px;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  font-family: FontAwesome, sans-serif;
}
.product_dop_modes ul.prd_documents li.prd_document .icon img {
  width: 100%;
}
.product_dop_modes .product_dop_title {
  font-size: 16px;
  padding-bottom: 10px;
  font-weight: bold;
}
.product_dop_modes .product_dop_modes_content {
  position: relative;
  z-index: 10;
  padding: 10px;
  text-align: justify;
  margin: 0 0 10px;
  border: 1px solid #B53430;
  overflow-x: scroll;
}
.product_dop_photo {
  position: relative;
  display: block;
  padding: 5px 21px;
  overflow: hidden;
}
.product_dop_photo_slider > ul {
  position: relative;
  display: block;
  margin: 0;
  padding: 0;
}
.product_dop_photo_slider > ul > li {
  display: table-cell;
  padding: 0 2px;
  vertical-align: middle;
  text-align: center;
}
.product_dop_photo_slider > ul > li a img {
  display: block;
}
.next_dop_photo,
.prev_dop_photo {
  width: 16px;
  height: 32px;
  position: absolute;
  top: 50%;
  margin-top: -20px;
  cursor: pointer;
}
.prev_dop_photo:before {
  content: '.';
  font-size: 0;
  line-height: 0;
  display: block;
  width: 16px;
  height: 32px;
  position: absolute;
  top: 0;
  left: 0;
  background: url(../images/sprite.png) 0 -72px no-repeat;
}
.prev_dop_photo:active:before {
  background-position: -34px -72px;
}
.next_dop_photo:before {
  content: '.';
  font-size: 0;
  line-height: 0;
  display: block;
  width: 16px;
  height: 32px;
  position: absolute;
  top: 0;
  left: 0;
  background: url(../images/sprite.png) -17px -72px no-repeat;
}
.next_dop_photo:active:before {
  background-position: -51px -72px;
}
.prev_dop_photo {
  left: 0;
}
.next_dop_photo {
  right: 0;
}
.product_recc_prod {
  position: relative;
  display: block;
  padding: 5px 28px;
  overflow: hidden;
}
.product_recc_prod_slider {
  margin: 0 auto;
}
.product_recc_prod_slider > ul {
  position: relative;
  display: block;
  margin: 0;
  padding: 0;
  text-align: center;
}
.product_recc_prod_slider > ul > li {
  display: inline-block;
  padding: 0 5px;
  height: auto;
  vertical-align: middle;
  text-align: center;
}
.product_recc_price > span {
  font-size: 14px;
}
.product_recc_prod_slider > ul > li a {
  display: inline-block;
  vertical-align: bottom;
  font-size: 14px;
}
.product_recc_prod_slider > ul > li a img {
  vertical-align: bottom;
}
.next_recc_prod,
.prev_recc_prod {
  width: 22px;
  height: 72px;
  background: transparent url(../images/sprite-arrows-slider--new.png) no-repeat;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
  z-index: 2000;
}
.next_recc_prod {
  right: 0;
  -webkit-transform: rotate(180deg) translateY(50%);
  -moz-transform: rotate(180deg) translateY(50%);
  -ms-transform: rotate(180deg) translateY(50%);
  -o-transform: rotate(180deg) translateY(50%);
  transform: rotate(180deg) translateY(50%);
}
.prev_recc_prod {
  left: 0;
  background-position: 0 0;
}
.product_recc_prod_slider > ul > li .price {
  font-family: Arial, sans-serif;
}
.prod_description {
  line-height: 1.5;
  text-align: justify;
  padding: 5px 0;
}
div#small_images {
  margin: 0 0 0;
  text-align: center;
}
div#small_images img {
  margin: 3px;
}
.o_box {
  border-bottom: 0 dashed #ccc;
  padding: 0 0 5px 0;
  margin: 0 0 5px 0;
}
.o_name,
.o_msg {
  padding: 3px 10px;
}
.o_name span {
  font-weight: bold;
}
.flow_comment {
  background: url(../images/flow_commnent_img.png) center 20px no-repeat;
}
.flow_cart {
  background: url(../images/flow_cart_img.png) center 0 no-repeat;
}
div.sort_panel {
  margin: 5px 0 5px;
  line-height: 15px;
  text-align: left;
}
.sort_panel span {
  margin: 0 0 0 15px;
}
.sort_panel span > a {
  margin: 0 0 0 5px;
}
.sort_panel span.this_sort {
  font-weight: bold;
}
.sort_panel > span.asc_sort:before {
  content: "\2193 ";
}
.sort_panel > span.desc_sort:before {
  content: "\2191 ";
}
.fast_order {
  margin-top: 10px;
}
.fast_order_form {
  position: absolute;
  min-width: 300px;
  min-height: 20px;
  padding: 10px;
  background: #FFFFFF;
  border-radius: 5px;
  border: 1px solid #000000;
  z-index: 1000;
  top: 67px;
  left: 227px;
}
div.compare {
  line-height: 20px;
  margin-bottom: 5px;
}
.compare > input[type=checkbox] {
  position: relative;
  top: 2px;
  margin: 0 3px 0 0;
}
.compare_link {
  border-bottom: 1px dashed;
  text-decoration: none;
}
.dop_atr {
  color: #96AAAC;
}
.block_selector_all {
  position: relative;
  top: 4px;
}
.block_selector {
  padding: 5px;
  display: inline-block;
  background: #F0F0F0;
  line-height: 0;
  margin-right: 10px;
  border: 1px solid #DDDDDD;
  border-radius: 1px;
  cursor: pointer;
}
.block_selector:hover {
  background: #fff;
}
.block_selector_all .selector_selected,
.block_selector_all .selector_selected:hover {
  border-color: #50AAD2;
  background: #F0F0F0;
}
.img_selector {
  width: 16px;
  height: 16px;
  cursor: pointer;
}
.beznal_radio_nal,
.beznal_radio_robokassa {
  background: url(../images/pay_labels.png) 0 0 no-repeat;
  width: 38px;
  height: 28px;
  display: inline-block;
}
.beznal_radio_robokassa {
  height: 21px;
  background: url(../images/pay_labels.png) 0 -84px no-repeat;
  margin-top: 5px;
}
.product_mg {
  margin: 10px 0;
}
.product_mg * {
  margin: 0;
}
.cart_table {
  width: 720px;
  text-align: center;
  border-spacing: 0;
  border: 1px solid;
}
.cart_table tr > * {
  border: 1px solid;
}
.cart_table th.cart_h_count,
.cart_table th.cart_h_summary {
  width: 70px;
}
.cart_table td * {
  width: 100%;
}
.cart_product_delete {
  width: 22px;
}
.cart_product_delete .cart_product_delete_button {
  width: 22px;
  height: 22px;
  background: url(../images/del_pic.png) no-repeat;
  cursor: pointer;
  opacity: 0.5;
}
.cart_product_delete .cart_product_delete_button:hover {
  opacity: 0.7;
}
.cart_product_delete .cart_product_delete_button:active {
  opacity: 1;
}
.tofavorite_button {
  background: url(../images/favorite.png) no-repeat 3px center;
  text-align: center;
  line-height: 16px;
  padding: 5px 0;
  margin: 10px 0;
  width: 100%;
}
.tofavorite_button:hover,
.tofavorite_button:active {
  background: url(../images/favorite.png) no-repeat 3px center;
}
.tofavorite {
  padding: 3px 0 3px 30px;
  background: url(../images/favorite.png) 0 center no-repeat;
  display: inline-block;
  margin-bottom: 5px;
}
#fast_window {
  position: relative;
  left: 0;
  right: 0;
  top: 50px;
  bottom: 0;
  margin: auto;
  background: #fff;
  border: 1px solid #ccc;
  width: 1000px;
  padding: 10px;
  min-height: 550px;
  z-index: 901;
}
#parent_fast_window {
  height: 100%;
  left: 0;
  outline: medium none;
  overflow-y: auto;
  position: fixed;
  top: 0;
  vertical-align: middle;
  width: 100%;
  z-index: 901;
}
#close_fast_window {
  font: bold 20px/20px Arial;
  position: absolute;
  top: 5px;
  right: 5px;
  cursor: pointer;
  border: 1px solid #000;
  border-radius: 15px;
  padding: 3px 7px;
}
#layerok {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 900;
  background: rgba(0,0,0,0.3);
}
#fast_window .product .row_product {
  position: relative;
}
.hproduct.hprod_hover .button.orange {
  display: none;
  width: 130px;
  white-space: nowrap;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -75px;
  margin-top: -30px;
}
.hproduct.hprod_hover:hover {
  box-shadow: 0 0 3px #000;
}
.hproduct.hprod_hover:hover .short_description,
.hproduct.hprod_hover:hover .button.orange {
  display: block;
}
.prices-in-row {
  padding: 0 10px;
  display: inline-block;
}
.prices-in-row .prod_price_old {
  float: left;
  margin-right: 10px;
}
.prices-in-row .prod_price_old + .prod_big_price {
  float: right;
}
.shop_menu_icons > ul {
  padding: 0;
  font-size: 0;
  margin: 0 -8px;
  text-align: center;
}
.shop_menu_icons > ul > li {
  display: inline-block;
  font-size: 14px;
  text-align: center;
  vertical-align: top;
  margin: 0 0 25px;
  padding: 0 8px;
}
.shop_menu_icons .shop-icon-container {
  position: relative;
  width: 235px;
}
.shop_menu_icons .shop-icon-container .shop-icon-link {
  display: block;
  color: #48A9CD;
  text-decoration: none;
  border: 2px solid rgba(0,0,0,0);
  transition: border-color .3s;
  padding: 15px;
}
.shop_menu_icons .shop-icon-container .shop-icon-link:hover {
  border-color: #48A9CD;
}
.shop_menu_icons .shop-icon-container .shop-icon-image {
  margin: 0 auto;
  border-radius: 5px;
  display: inline-block;
}
.shop_menu_icons .shop-icon-container .shop-icon-title span {
  display: block;
  text-decoration: none;
  background: #fff;
  border-radius: 5px;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 12px;
}
.shop_menu_images .shop-icon-title {
  padding-top: 14px;
  padding-bottom: 14px;
}
.shop_menu_images .shop-icon-title span {
  position: relative;
  padding-top: 4px;
  padding-bottom: 4px;
}
.shop_menu_images .shop-icon-title span:before {
  content: '';
  position: absolute;
  right: 50%;
  -webkit-transform: translateX(50%);
  -moz-transform: translateX(50%);
  -ms-transform: translateX(50%);
  -o-transform: translateX(50%);
  transform: translateX(50%);
  top: -14px;
  width: 178px;
  height: 14px;
  background: url('../images/shop_menu_top_image.png') no-repeat;
}
.shop_menu_images .shop-icon-title span:after {
  content: '';
  position: absolute;
  right: 50%;
  -webkit-transform: translateX(50%);
  -moz-transform: translateX(50%);
  -ms-transform: translateX(50%);
  -o-transform: translateX(50%);
  transform: translateX(50%);
  bottom: -14px;
  width: 178px;
  height: 14px;
  background: url('../images/shop_menu_bottom_image.png') no-repeat;
}
.shop_menu_absolute .shop-icon-title {
  position: absolute;
  left: 1px;
  right: 1px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  padding: 4px 0;
}
.i-spec-goods {
  position: relative;
  border: 2px solid #383838;
  margin-top: 10px;
}
.i-spec-goods .hlisting2 {
  margin: 0;
  font-size: 0;
}
.i-spec-goods .hlisting2 .hproduct {
  width: 20%;
  margin: 2px 0 10px;
  padding: 0 5px 0;
  font-size: 14px;
}
.i-spec-goods .hlisting2 .prod_price-box {
  margin-bottom: 5px;
}
.PRODUCT-_fullsize .hproduct {
  padding: 10px !important;
  display: block !important;
  width: auto !important;
  position: relative;
  border-radius: 6px !important;
  border: 1px solid #dcdcdc !important;
}
.PRODUCT-_fullsize .hproduct.hprod_hover:hover {
  box-shadow: 0 0 6px 0 #ccc !important;
}
.PRODUCT-_fullsize .hproduct .holdbox {
  float: right;
}
.PRODUCT-_fullsize .hproduct .holdbox .hpoduct-bottom {
  position: absolute;
  bottom: 10px;
  right: 25px;
  text-align: center;
  width: auto;
  transform: none;
}
.PRODUCT-_fullsize .hproduct .product_photo {
  float: left;
  min-height: 220px;
}
.PRODUCT-_fullsize .hproduct .infobox {
  margin: 0 138px 0 208px;
  min-height: 220px;
  text-align: left !important;
}
.PRODUCT-_fullsize .hproduct .infobox .prod_title {
  font-size: 16px;
}
.PRODUCT-_fullsize .hproduct .infobox .compare {
  font-size: 11px;
}
.module {
  background: #D7E2E3;
}
.module .col-all-news {
  border: 1px solid #c1c1c1;
  overflow: hidden;
}
.module,
.column_search {
  color: #404040;
  margin-bottom: 10px;
  overflow: hidden;
}
.module_top {
  padding: 10px 0;
  cursor: pointer;
  text-align: center;
  border-bottom: 2px solid #125675;
  background: linear-gradient(to bottom,#22BADF,#119FC2);
  font-size: 107%;
  color: #FFF;
  text-transform: uppercase;
}
.module.carousel {
  width: 100%;
  background: transparent;
  border: none;
}
.module.carousel H2 {
  text-align: center;
}
.module.carousel .scroll-img {
  width: 100%;
  margin: 0 auto;
}
.module.carousel .scroll-img img {
  width: 148px;
  height: 130px;
}
.module .news,
.content .article {
  text-align: justify;
}
.module .news > *,
.content .article > * {
  margin: 5px 10px;
}
.module .news .news_datetitle,
.content .article .news_datetitle {
  padding-top: 5px;
}
.module .news .news_datetitle > *,
.content .article .news_datetitle > * {
  display: inline-block;
  vertical-align: top;
  width: 114px;
  font-size: 10px;
}
.module .news .news_datetitle .news_title,
.content .article .news_datetitle .news_title {
  width: calc(100% -  55px );
  text-align: left;
  font-size: 14px;
  font-weight: bold;
}
.module .news .news_datetitle .news_date,
.content .article .news_datetitle .news_date {
  width: 55px;
  text-align: center;
  padding: 2px 0;
  font-weight: 400;
  color: #fff;
  background: #125675;
}
.module .news .news_text,
.content .article .news_text {
  padding: 5px 0 15px;
}
.module .news .news_navigation,
.content .article .news_navigation {
  text-align: center;
}
.module .news .news_navigation > div,
.content .article .news_navigation > div {
  display: inline-block;
  margin: 0 10px;
}
.news_block .news_all,
.spec_block .news_all {
  padding: 5px 0 7px;
  text-align: center;
}
.news_block .news_all a,
.spec_block .news_all a {
  font-size: 13px;
  font-weight: bold;
}
.content .article .news_datetitle .news_title {
  width: calc(100% - 115px );
}
.content .article .news_datetitle .news_date {
  width: 110px;
}
.opros_block p {
  text-align: center;
  font-size: 14px;
  padding: 10px 5px 5px;
}
.opros_block .innr_opros {
  display: block;
  list-style: none;
  padding: 7px 10px 15px;
  margin: 0;
}
.opros_block .innr_opros input {
  margin: 2px 5px;
}
.opros_block .innr_opros .otvet_var {
  position: relative;
  line-height: 13px;
  padding: 5px 70px 5px 0;
}
.opros_block .innr_opros .otvet_var .otvet_var_percent {
  position: absolute;
  right: 5px;
  bottom: -15px;
}
.opros_block .innr_opros .opros_line {
  height: 16px;
  background: #bcbcbc;
  margin: 0 0 5px;
}
.opros_block .innr_opros .opros_line .opros_line_in {
  height: 16px;
  background: #bdbcbd;
}
.opros_block .innr_opros .otvet_var_sum {
  font-weight: bold;
  padding-top: 10px;
}
.opros_block .innr_opros .otvet_var_sum .otvet_var_percent {
  bottom: 5px;
}
.opros_block .opr_btn {
  text-align: center;
}
.albums_list,
.photos_list {
  text-align: center;
  margin: 0 -5px 0;
}
.albums_list_index {
  margin: 0;
  display: inline-block;
}
.photo-index {
  text-align: center;
  margin: 20px 0 0 0;
}
.album_block,
.photo_block {
  display: inline-block;
  text-align: center;
  margin: 0 5px 10px;
  vertical-align: top;
}
.photo_block {
  max-width: 175px;
}
.album_block {
  max-width: 221px;
}
.album_photo img,
.photo_photo img {
  display: block;
}
.album_photo {
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.album_photo:hover {
  border-radius: 50%;
  -webkit-transform: rotate(360deg);
  -moz-transform: rotate(360deg);
  -o-transform: rotate(360deg);
  -ms-transform: rotate(360deg);
  transform: rotate(360deg);
}
.album_photo.pic {
  overflow: hidden;
  border: 3px solid #ed4901;
}
.album_title {
  font-size: 14px;
  font-weight: bold;
  line-height: 20px;
  padding: 5px 0;
}
.photo_description {
  font-size: 13px;
  line-height: 15px;
  padding: 5px 0;
}
.photos_text {
  margin: 10px 0;
}
.photo_photo > a {
  cursor: pointer;
}
[id^="fancybox"],
[id^="fancybox"] *,
[class^="fancybox"],
[class^="fancybox"] *,
[id^="rating"],
[id^="rating"] *,
[class^="rating"],
[class^="rating"] * {
  transition: 0s;
}
.album_block,
.photo_block {
  display: inline-block;
  margin: 5px;
  width: 220px;
  vertical-align: top;
  text-align: center;
}
.editablefield {
  padding: 5px;
}
.search_sell {
  background: #FF0;
}
.under_path {
  border: none;
  height: 1px;
  margin: 0 0 10px 0;
  padding: 0;
  background: transparent linear-gradient(to right,#CACACA 0%,#CACACA 15%,rgba(255,255,255,0) 70%);
}
.hidden_block {
  width: 100% !important;
  height: 0 !important;
  overflow: hidden;
  border: none !important;
  padding: 0 !important;
  margin: 0 !important;
}
.slider_block {
  overflow: hidden;
  border: none !important;
  margin: 0 auto !important;
  width: 1200px;
}
.knopki {
  text-align: center;
}
.knopki a {
  display: inline-block;
  vertical-align: top;
  height: 105px;
  width: 280px;
  border: 2px solid #fecb00;
  border-radius: 4px;
  box-shadow: 2px 2px 2px #888;
  margin: 5px 10px;
}
.knopki a.knopka1 {
  background: url(../images/dla_fiz.png) no-repeat top 7px center;
}
.knopki a.knopka2 {
  background: url(../images/dla_ur.png) no-repeat top 3px left 6px;
}
.redz {
  color: #ff2a00;
  font-size: 13px;
}
label.label_fz152 {
  font-size: 11px;
}
input#fz152 {
  width: auto !important;
  height: auto;
}
.__ok input,
.__ok textarea {
  border: 1px solid green !important;
}
.__error input,
.__error textarea {
  border: 1px solid #ff2a00 !important;
}
.__error .form_title {
  color: #ff2a00;
}
.__ok .form_title {
  color: green;
}
.__error label.label_fz152 {
  color: #ff2a00;
}
.__ok label.label_fz152 {
  color: green;
}
.error_message {
  z-index: 1;
  pointer-events: none;
  position: absolute;
  top: 4px;
  text-align: right;
  color: #ff2a00;
}
.block_kapcha {
  position: relative;
  width: 98%;
  padding-top: 6px;
  text-align: center;
}
.block_kapcha > div {
  display: inline-block;
}
.bars {
  display: none;
  position: absolute;
  width: 32px;
  height: 32px;
  color: #B53430;
  z-index: 3;
  font-size: 28px;
  top: -37px;
  left: 2%;
  text-align: center;
  cursor: pointer;
}
.bars:before {
  content: '\f0c9';
  font-family: FontAwesome, sans-serif;
  position: absolute;
  top: 0;
  left: 0;
}
div.prd_pages_top,
div.prd_pages_bottom {
  margin: 15px 0;
}
div.prd_pages_top a,
div.prd_pages_bottom a {
  padding: 3px 5px;
}
div.prd_pages_top a.sel_page,
div.prd_pages_bottom a.sel_page {
  padding: 3px 4px;
  background: #eee;
  border: 1px solid #ccc;
}
.button-up {
  width: 50px;
  height: 50px;
  position: fixed;
  right: 100px;
  bottom: 100px;
  z-index: 666;
  color: #404040;
  opacity: 0;
  visibility: hidden;
  cursor: pointer;
  -webkit-transition: .2s;
  -moz-transition: .2s;
  -o-transition: .2s;
  transition: .2s;
  background: url(../images/knopka_vverh.png) no-repeat;
  background-size: 100%;
}
.button-up.shown {
  opacity: 1;
  visibility: visible;
}
.button-up-2 {
  left: 100px;
}
.top_cat_title {
  display: none;
}
.scroll {
  overflow-y: auto;
  display: block;
}
.input-group {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: stretch;
  align-items: stretch;
  width: 100%;
}
.input-group .form-control {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  width: 1%;
  min-width: 0;
  margin-bottom: 0;
}
.input-group-append {
  margin-left: -1px;
}
.input-group-append,
.input-group-prepend {
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 1199px) {
  .container {
    width: 100%;
    padding: 0 2%;
  }
  header .container .contacts {
    padding-top: 5px;
  }
  .slider_block {
    display: none;
  }
  footer .container > * {
    vertical-align: top;
  }
  footer .container .contact_info > * {
    width: 270px;
    padding: 5px 0;
    vertical-align: top;
  }
}
@media screen and (max-width: 992px) {
  .nav_top a {
    padding: 10px;
    font-size: 90%;
  }
  #cart_form .cart_table .alter_block > :nth-child(2) {
    width: 100%;
    padding: 5px 10px;
    font-size: 16px;
  }
  #cart_form .cart_table .head {
    display: none;
  }
  footer .container > * {
    text-align: left;
  }
  footer .container .column_2 {
    width: 30%;
  }
  .button-up {
    right: 40px;
    bottom: 40px;
  }
  .button-up-2 {
    display: none;
  }
}
@media screen and (max-width: 992px) and (min-width: 721px) {
  header .container .block_logo_slogan .logo {
    height: 90px;
  }
  header .container .block_logo_slogan .logo:before {
    width: 95px;
    height: 90px;
  }
  header .container .contacts_branches .branch {
    width: 150px;
  }
  header .container .contacts_branches .branch .name_branch {
    font-size: 130%;
  }
  header .container .contacts_branches .branch a {
    font-size: 90%;
  }
  .top_cat .top_cat_right {
    width: 100%;
    margin: 0;
  }
}
@media screen and (max-width: 720px) {
  header .container {
    text-align: justify;
    position: relative;
  }
  header .container > div {
    display: inline-block;
    vertical-align: top;
  }
  header .container .slogan {
    padding: 0 3px;
  }
  header .container .slogan .siteTitle {
    font-size: 27px;
  }
  header .container .slogan .siteSubtitle {
    font-size: 14px;
  }
  header .container .block_logo_slogan {
    vertical-align: top;
  }
  header .container .block_logo_slogan .logo {
    height: 80px;
  }
  header .container .block_logo_slogan .logo:before {
    width: 85px;
    height: inherit;
  }
  header .container .block_logo_slogan .logo img {
    height: 100%;
  }
  header .container .contacts_branches {
    float: right;
  }
  header .container .contacts_branches .branch {
    width: 170px;
  }
  header .container .contacts_branches .branch .name_branch {
    font-size: 100%;
  }
  header .container .contacts_branches .branch .phones:before,
  header .container .contacts_branches .branch .emails:before {
    font-size: 100%;
  }
  header.fixed .top_line {
    display: none;
  }
  .nav_top-line {
    position: relative;
  }
  .nav_top-line .bars {
    display: block;
  }
  .nav_top-line .container {
    margin: 0 auto;
    display: none;
  }
  .main > div {
    width: 100% !important;
    margin: 0 !important;
  }
  .main .container > * {
    width: 100%;
  }
  footer .container a {
    font-size: 80%;
  }
  footer .container .column_1 {
    width: 80px;
  }
  footer .container .column_2,
  footer .container .column_3 {
    width: 25%;
  }
  .module.katalog .module_top {
    display: block;
  }
  .left_sidebar {
    width: 100%;
  }
  .left_sidebar .katalog ul.menu_level_1 {
    display: block;
    columns: 2;
    -moz-columns: 2;
    -webkit-columns: 2;
  }
  .katalog .module_top {
    display: block;
  }
  .katalog .nav_left {
    display: none;
  }
  .news_block > *,
  .opros_block > *,
  .spec_block > * {
    display: none;
  }
  .news_block .module_top,
  .opros_block .module_top,
  .spec_block .module_top {
    display: block;
  }
  .opros_block {
    display: none;
  }
}
@media screen and (max-width: 555px) {
  header .container {
    text-align: center;
  }
  header .container .contacts {
    width: 100%;
    text-align: center;
  }
  header .container .contacts div {
    width: auto;
    display: inline-block;
    vertical-align: top;
  }
  header .container .contacts .h-contact > * {
    display: block;
  }
  header .container .contacts_branches {
    float: none;
  }
  .nav_top-line .container .menu_level_1 {
    padding-bottom: 40px;
    width: 100%;
  }
  .nav_top-line .container .menu_level_1 li:last-child {
    top: auto;
  }
  .content_block .hlisting .hproduct .infobox {
    width: 96%;
  }
  .content_block .hlisting .hproduct .infobox .prod_title {
    text-align: center;
  }
  .content_block .hlisting .hproduct .holdbox {
    padding-top: 100px;
    position: relative;
    width: 200px;
  }
  .content_block .hlisting .hproduct .holdbox > div {
    left: 1%;
  }
  .top_cat > * {
    width: 100%;
    display: block;
  }
  .top_cat .top_cat_right {
    margin: 0;
    width: 100%;
  }
  .row_product .product_mid_block {
    width: 96%;
  }
  .row_product .product_mid_block .prod_title {
    text-align: center;
  }
  .row_product .product_top {
    text-align: center;
  }
  footer .container {
    font-size: 14px;
  }
  footer .container > * {
    font-size: 135%;
    text-align: center;
  }
  footer .container .phones,
  footer .container .emails {
    text-align: center;
  }
  footer .container .column {
    width: 100%;
  }
  footer .container .column_1 {
    width: 80px;
  }
  footer .container .column_1 img {
    display: none;
  }
}
@media screen and (max-width: 440px) {
  header .container {
    padding: 0;
    text-align: center;
  }
  header .container .block_logo_slogan {
    margin: 0 auto;
  }
  header .container .contacts_branches {
    float: none;
  }
  header .container .contacts_branches .branch {
    width: 100%;
  }
  header .container .contacts_branches .branch a {
    font-size: 100%;
  }
  header .container .call_order {
    position: absolute;
    top: 15px;
    right: -56px;
  }
  .nav_top ul.menu_level_1 > li {
    width: 100%;
    text-align: center;
  }
  .left_sidebar {
    width: 100%;
  }
  .left_sidebar .katalog ul.menu_level_1 {
    display: block;
    columns: 1;
    -moz-columns: 1;
    -webkit-columns: 1;
  }
  header.fixed .container-header {
    padding: 0 1% 10px;
  }
  header.fixed .container-header .logo {
    width: 30%;
    display: inline-block;
    vertical-align: middle;
  }
  header.fixed .container-header .logo > * {
    padding: 0;
  }
  header.fixed .container-header .contacts {
    width: 68%;
    display: none;
  }
  header.fixed .container-header .contacts > * {
    padding: 0 5px;
  }
  header.fixed .container-header .header_call_order {
    width: 68%;
    padding-bottom: 3%;
  }
  header.fixed .container-header .header_call_order .call_order {
    position: relative;
    top: 0;
    padding: 3px 0;
  }
  header.fixed .container-header .header_call_order .header_mails {
    padding: 3px 0;
    display: none;
  }
  #content_inner.is_main table {
    text-align: center;
  }
  #content_inner.is_main table tr {
    display: inline-block;
  }
  #content_inner.is_main table tr td {
    width: 150px !important;
    height: 150px !important;
    display: block;
    margin: 5px 0;
  }
  #content_inner.is_main table tr td img {
    width: 100%;
    height: auto;
  }
  .content_block .hlisting .hproduct,
  .content_block .hlisting .hcatalog,
  .content_block .clisting .hproduct,
  .content_block .clisting .hcatalog {
    width: 140px;
    margin: 10px 2px;
  }
  .content_block .hlisting .cat_title,
  .content_block .clisting .cat_title {
    font-size: 100%;
  }
  .product .product_top * {
    display: block;
    width: 100%;
    margin: 0;
  }
  .product .product_top .product_left_block {
    width: 100%;
  }
  .product .product_top .product_mid_block {
    width: 100%;
  }
  footer .container .contact_info > *,
  footer .container .contact_info .f-cont-row {
    width: 100%;
    text-align: center;
  }
  #breadcrumbs {
    font-size: 90%;
    padding: 0;
  }
}
@-webkit-keyframes preround {
  to {
    -webkit-transform: rotate(360deg);
  }
}
@-moz-keyframes preround {
  to {
    -moz-transform: rotate(360deg);
  }
}
@-o-keyframes preround {
  to {
    -o-transform: rotate(360deg);
  }
}
@keyframes preround {
  to {
    transform: rotate(360deg);
  }
}
