h2 {
  font-size: 16px;
}
.buy-settings {
  float: left;
  margin: 0 4px;
  cursor: pointer;
  position: relative;
}
.buy-settings-content {
  position: absolute;
  top: -130px;
  left: 0;
  width: 300px;
  height: 110px;
  background: #30323f;
  color: #fff;
  padding: 10px;
  cursor: auto;
  border-radius: 3px;
  display: none;
}
.buy-settings-content-header {
  font-size: 15px;
  margin-bottom: 10px;
}
.buy-settings-content-item {
  display: flex;
  margin-bottom: 5px;
}
.buy-settings-content-item input[type='checkbox'] {
  margin: 0 5px 0 0;
}
.buy-settings-content-item label {
  cursor: pointer;
  margin: 0;
}
.buy-settings-content:after {
  border: 10px solid transparent;
  border-top: 10px solid #30323f;
  content: '';
  position: absolute;
  /* Абсолютное позиционирование */
  left: 20px;
  bottom: -20px;
  /* Положение треугольника */
}
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
html,
body {
  height: 100%;
  overflow: hidden;
  font-family: Arial, sans-serif;
  font-size: 12px;
}
header {
  background: url(../images/bg_h.png);
  padding: 0 10px;
  height: 77px;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 10;
  font-family: 'Roboto', Arial, sans-serif;
  min-width: 1170px;
}
header .menu {
  position: absolute;
  top: 0;
  left: 123px;
}
header .menu ul {
  margin: 0;
  padding: 0;
}
header .menu ul li {
  list-style: none;
  float: left;
  padding: 0 15px;
}
header .menu ul li a {
  font-family: 'Roboto', Arial, Helvetica, sans-serif;
  display: inline-block;
  padding: 17px 0 15px 0;
  color: #fff;
  margin: 0;
  text-decoration: none;
  text-transform: uppercase;
  vertical-align: middle;
  font-size: 12px;
  font-weight: 900;
  background: url(../images/dot.png) center 31px repeat-x;
}
header .menu ul li a:hover {
  background: none;
  color: #d1d1d1;
}
header .menu ul li.active {
  background: url(../images/bg_nav.png) repeat-x;
}
header .menu ul li.active a {
  background: none;
}
header .user-menu {
  position: absolute;
  top: 0;
  right: 10px;
  height: 73px;
  width: 114px;
  font-weight: 500;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
}
header .user-menu .sign_up,
header .user-menu .sign_in {
  width: 57px;
  float: left;
  background: none;
  cursor: pointer;
}
header .user-menu .sign_up:hover span,
header .user-menu .sign_in:hover span {
  text-decoration: underline;
}
header .user-menu .sign_in span {
  display: block;
  height: 73px;
  padding: 53px 0 5px 0;
  text-indent: 0;
  text-align: center;
  text-decoration: none;
  color: #ffffff;
  background: url(../images/exit.png) top no-repeat;
}
header .user-menu .sign_up span {
  display: block;
  height: 73px;
  padding: 53px 0 5px 0;
  text-indent: 0;
  text-align: center;
  text-decoration: none;
  color: #ffffff;
  background: url(../images/reg.png) top no-repeat;
}
header .user-menu .user_name {
  background: url(../images/account.png) no-repeat;
  width: 57px;
  height: 73px;
  float: left;
}
header .user-menu .user_name a {
  display: block;
  height: 73px;
}
header .user-menu .logout {
  background: url(../images/exit2.png) no-repeat;
  width: 57px;
  height: 73px;
  float: left;
}
header .user-menu .logout a {
  display: block;
  height: 73px;
}
#main_content {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  height: 100%;
  background: #f3f3f3;
  padding: 84px 10px 26px 10px;
  min-width: 1170px;
}
#main_content .content,
#main_content .cart {
  width: 50%;
  height: 100%;
  float: left;
  position: relative;
}
#main_content .content.with_block,
#main_content .cart.with_block {
  padding-top: 34px;
}
#main_content .content.with_block.catalog,
#main_content .cart.with_block.catalog {
  padding-bottom: 24px;
}
#main_content .content .wrp,
#main_content .cart .wrp {
  height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  background: #fff;
}
#main_content .content .top_form,
#main_content .cart .top_form {
  position: absolute;
  top: 0;
  left: 0;
  right: 5px;
  border: 0;
}
#main_content .content .top_form .mobile_close,
#main_content .cart .top_form .mobile_close {
  display: none;
}
#main_content .content .top_form .input-search,
#main_content .cart .top_form .input-search,
#main_content .content .top_form .input,
#main_content .cart .top_form .input {
  position: relative;
}
#main_content .content .top_form .input-search .clear_search,
#main_content .cart .top_form .input-search .clear_search,
#main_content .content .top_form .input .clear_search,
#main_content .cart .top_form .input .clear_search {
  width: 20px;
  height: 20px;
  position: absolute;
  top: 3px;
  right: 3px;
  text-align: center;
  padding-top: 3px;
  cursor: pointer;
}
#main_content .content {
  padding: 0 5px 0 0;
}
#main_content .cart {
  padding: 0 0 0 5px;
}
#main_content .shadow {
  border: 1px solid #e9e9e9;
  box-shadow: 1px 1px 1px #efefef;
}
footer {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 20px;
  background: url(../images/bg_f.png);
  color: #fff;
  font-size: 12px;
  padding: 3px 0 0 10px;
  z-index: 200;
}
.header #logo {
  position: absolute;
  top: 0;
  left: 10px;
}
.header #logo .logo_descr {
  color: #ffffff;
  font: 500 11px "Arial";
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
  text-transform: uppercase;
  position: absolute;
  left: 7px;
  top: 55px;
  z-index: 100;
}
.header #breadcrumbs {
  position: absolute;
  top: 50px;
  left: 143px;
  color: #41c9e2;
  padding: 2px 0 0 0;
}
.header #breadcrumbs ul {
  margin: 0;
  padding: 0;
}
.header #breadcrumbs li {
  float: left;
  list-style: none;
  padding-right: 10px;
}
.header #breadcrumbs li:after {
  content: "\e080";
  position: relative;
  top: 1px;
  right: -5px;
  display: inline-block;
  font-family: 'Glyphicons Halflings';
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 7px;
}
.header #breadcrumbs li:last-child:after {
  content: '';
}
.header #breadcrumbs a {
  text-decoration: none;
  border-bottom: 1px dotted;
  color: #41c9e2;
}
.header #breadcrumbs a:hover {
  border-bottom: none;
}
.header .contacts {
  position: absolute;
  top: 0;
  right: 125px;
  color: #fff;
  font-family: Arial, sans-serif;
  padding: 0 25px;
  background: rgba(255, 255, 255, 0.05);
}
.header .contacts.email {
  right: 318px;
  text-align: center;
}
.header .contacts.email a {
  color: #fff;
}
.header .contacts .phone,
.header .contacts .email {
  font-size: 18px;
  font-weight: bold;
  height: 49px;
  padding: 15px 0 0 0;
}
.header .contacts .work_time {
  height: 25px;
  padding-top: 3px;
}
.header .contacts .work_time .orderform,
.header .contacts .work_time .callback {
  text-decoration: underline;
  cursor: pointer;
}
.categories {
  overflow: hidden;
  padding: 10px;
}
.categories__item {
  float: left;
  margin: 0 1% 0.5% 0;
  background: #eeeeee;
  border-radius: 2px;
  border-bottom: 3px solid #dadada;
  box-sizing: border-box;
}
.categories .img {
  padding: 3px;
}
.categories .name {
  height: 55px;
  text-align: center;
  width: 100%;
  display: table;
  table-layout: fixed;
}
.categories .name a {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  height: 55px;
  width: 100%;
  color: #313454;
  font-size: 13px;
  font-weight: bold;
}
@media (max-width: 1200px) {
  .categories__item {
    width: 32.666666%;
  }
  .categories__item:nth-child(3n) {
    margin-right: 0;
  }
}
@media (min-width: 1201px) {
  .categories__item {
    width: 24.25%;
  }
  .categories__item:nth-child(4n) {
    margin-right: 0;
  }
}
.top_form.front .input {
  width: 90%;
  float: left;
}
.top_form.front .submit {
  width: 10%;
  float: left;
  padding: 0 0 0 10px;
}
.top_form.front .submit button {
  width: 100%;
}
.top_form.catalog .form-search {
  position: relative;
  width: 100px;
  float: left;
}
@media (min-width: 1200px) {
  .top_form.catalog .form-search {
    width: 200px;
  }
}
.top_form.catalog .form-search .submit-search {
  position: absolute;
  top: 2px;
  right: 1px;
}
.top_form.catalog .form-search .submit-search button {
  background: #f8f8f8;
  border: none;
  padding: 2px 8px;
}
.top_form.catalog .clear-filter {
  position: absolute;
  top: 4px;
  right: 3px;
}
.top_form.catalog .clear-filter a {
  background: url(../images/del_red.png) no-repeat;
  width: 20px;
  height: 20px;
  display: block;
  background-size: contain;
}
.form-control {
  border: 1px solid #a8a8a8;
  color: #3a3e53;
  background: #f8f8f8;
  height: 26px;
  padding: 3px 5px;
  border-radius: 3px;
  font: normal 12px "Arial";
}
.form-group .hint-block,
.form-group .help-block {
  color: #a9abb4;
  font: 300 11px "Arial";
  padding-top: 5px;
  margin: 0;
}
.form-group .help-block.help-block-error {
  color: #ee2929;
  font-size: 12px;
  font-weight: bold;
}
.form-group .help-block.help-block-error a {
  color: #3670A1;
}
.sign-forms {
  padding: 10px;
}
.sign-forms .form-group {
  margin-bottom: 7px;
}
.tabs_menu {
  padding: 10px 0 0 10px;
  width: 100%;
  background: #fdfdfd;
  border-bottom: 1px solid #e9e9e9;
  height: 48px;
}
.tabs_menu .active {
  float: left;
  color: #2f3244;
  font: 700 18px "Roboto", Arial, sans-serif;
  padding: 0 15px;
}
.tabs_menu .menu_link {
  float: left;
  font: 400 12px "Arial";
  padding: 5px 15px 0;
}
.tabs_menu .menu_link a {
  color: #31aac0;
  text-decoration: underline;
}
.tabs_menu .menu_link a:hover {
  text-decoration: none;
}
.buy .form-control {
  border: 1px solid #e4e9ed;
  border-radius: 2px;
  font: normal 12px "Arial";
  font-weight: 300;
  color: #b3b3b3;
  padding: 5px 8px;
  width: 65px;
  height: 30px;
  box-shadow: none;
}
.btn {
  padding: 3px 5px;
  font-size: 13px;
  margin-top: -1px;
}
.btn-red {
  border: 1px solid #ee3131;
  border-bottom: 3px solid #ca130f;
  border-radius: 4px;
  color: #fff;
  font: 500 12px "Roboto", Arial, sans-serif;
  background: linear-gradient(to bottom, #d01915, #ef4e42);
  text-transform: uppercase;
  font-size: 13px;
  letter-spacing: 0.1px;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
}
.btn-red a {
  color: #fff;
  text-decoration: none;
}
.btn-red a:hover {
  color: #fff;
  text-decoration: none;
}
.btn-red:active {
  background: linear-gradient(to bottom, #e21915, #ff5246);
}
.btn-red:hover,
.btn-red:active,
.btn-red:focus {
  color: #fff;
}
.btn-grey {
  background: linear-gradient(to top, #5f5f5f, #222222);
  border-bottom: 2px solid #000000;
  border-radius: 4px;
  text-transform: uppercase;
  font-size: 13px;
  letter-spacing: 0.1px;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
  color: #fff;
}
.btn-grey:active {
  background: linear-gradient(to top, #5f5f5f, #222222);
}
.btn-grey:hover,
.btn-grey:active,
.btn-grey:focus {
  color: #fff;
}
#form-signup .help-block-error {
  display: none;
}
.filters {
  width: 100%;
  padding-left: 110px;
  padding-right: 30px;
}
@media (min-width: 1200px) {
  .filters {
    padding-left: 210px;
  }
}
.filter-block {
  width: 32%;
  margin-right: 2%;
  float: left;
  position: relative;
  height: 25px;
}
.filter-block .current-value {
  height: 26px;
  border: 1px solid #a8a8a8;
  border-radius: 3px;
  color: #3a3e53;
  background: #f8f8f8 url(../images/bg_filter.png) right 4px center no-repeat;
  padding: 5px 20px 6px 5px;
  width: 100%;
  font: 300 12px "Arial";
  cursor: pointer;
  text-overflow: ellipsis;
  display: block;
  overflow: hidden;
  white-space: nowrap;
}
.filter-block .current-value.red {
  color: #e33b32;
}
.filter-block:nth-child(3n) {
  margin-right: 0;
}
.filter_wrp {
  border: 1px solid #e9e9e9;
  border-radius: 3px;
  box-sizing: border-box;
  display: none;
  max-height: 210px;
  overflow-y: auto;
  position: absolute;
  z-index: 100;
  height: 200px;
  width: 100%;
  overflow-x: hidden;
  top: 27px;
  right: 0;
  left: 0;
  background: #fff;
}
.filter_wrp ul {
  position: absolute;
  margin: 0;
  padding: 0;
  width: 100%;
}
.filter_wrp ul li {
  width: 100%;
  list-style: none;
  overflow: hidden;
}
.filter_wrp ul li.not-exist a {
  color: #ccc;
}
.filter_wrp ul li a {
  display: block;
  color: #3a3e53;
}
.filter_wrp ul li a.filter-checkbox {
  height: 20px;
  float: left;
  width: 12px;
  text-indent: -9999px;
  display: inline-block;
  margin: 0 0 0 10px;
  background: url(../images/filter_check.png) 0 50% no-repeat;
}
.filter_wrp ul li a.filter-link {
  padding: 2px 0 0 29px;
}
.filter_wrp ul li a:hover {
  text-decoration: none;
}
.filter_wrp ul li.active a.filter-checkbox {
  background: url(../images/filter_checked.png) 0 50% no-repeat;
}
.filter_wrp ul li:hover {
  color: #ffffff;
  background-color: #e33b32;
}
.filter_wrp ul li:hover a {
  color: #ffffff;
}
.filter_wrp .divider {
  height: 2px;
  margin: 9px 1px;
  overflow: hidden;
  background-color: #E5E5E5;
  border-bottom: 1px solid white;
  clear: both;
}
.filter_wrp .divider:hover {
  background-color: #E5E5E5;
}
.product_teaser:nth-child(2n) {
  background: #f8f8f8;
}
.product_teaser:hover {
  background: #e9e9e9;
}
.product-item {
  position: relative;
  height: 120px;
}
.product-item .image {
  padding: 1px;
  border: 1px solid #e9e9e9;
  width: 94px;
  position: absolute;
  top: 7px;
  left: 7px;
  z-index: 50;
}
.product-item .description {
  width: 100%;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 10px 120px 10px 120px;
  cursor: pointer;
  color: #000;
}
.product-item .description a {
  color: #000;
  font-size: 12px;
}
.product-item .description a:hover {
  text-decoration: none;
}
.product-item .description .min_up {
  font-weight: bold;
  padding-top: 5px;
}
.product-item .description .similar-products a {
  color: #31aac0;
  text-decoration: underline;
}
.product-item .description .similar-products a:hover {
  text-decoration: none;
}
.product-item .buy {
  position: absolute;
  top: 10px;
  right: 5px;
  width: 110px;
}
.product-item .buy .count-elems {
  display: flex;
}
.product-item .buy .count-elems .help-block {
  display: none;
}
.product-item .buy .count-elems .minus,
.product-item .buy .count-elems .plus {
  width: 15px;
  align-items: center;
  display: flex;
  justify-content: center;
  cursor: pointer;
  background: #cdcdcd;
  border-top: 1px solid #e4e9ed;
  border-bottom: 1px solid #e4e9ed;
}
.product-item .buy .price {
  padding-bottom: 5px;
}
.product-item .buy .price .value {
  float: left;
  padding-right: 5px;
  font-weight: bold;
}
.product-item .buy .price .unit {
  float: left;
}
.product-item .buy .count {
  padding-bottom: 10px;
}
.product-item .buy .count .form-group {
  margin: 0;
}
.product-item .buy .count .help-block {
  margin: 0;
}
.product-item .buy .buy-button {
  background: #e1362e url(../images/product/bttn.png) no-repeat;
  height: 29px;
  width: 93px;
  text-align: center;
  border: none;
  font: normal 12px "Roboto", Arial, sans-serif;
  font-weight: 500;
  color: #ffffff;
  text-transform: uppercase;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
  padding: 0;
  cursor: pointer;
}
.delivery_time {
  padding: 0;
  color: #333;
}
.prod_status {
  font-weight: bold;
  padding-bottom: 5px;
}
.prod_status.green {
  color: #3daa74;
}
.prod_status.orange {
  color: #f58a00;
}
.prod_status.red {
  color: #ee2929;
}
.page-description {
  padding: 10px;
}
.page-description blockquote {
  border: none;
  font-size: 12px;
}
.page-description h2 {
  font: normal 16px Calibri;
  padding: 15px 0;
  display: block;
  margin: 0;
}
.with-discount {
  color: #f00;
}
.product_list_head {
  background: #fafafa;
  height: 25px;
  position: relative;
  color: #b3b3b3;
  border-top: 1px solid #e9e9e9;
}
.product_list_head a {
  color: #31aac0;
  text-decoration: underline;
}
.product_list_head a:hover {
  text-decoration: none;
}
.product_list_head .photo {
  position: absolute;
  width: 100px;
  padding: 4px 0 0 10px;
  top: 0;
  left: 0;
  border-right: 1px solid #e9e9e9;
}
.product_list_head .mid {
  width: 100%;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 0 135px 0 120px;
}
.product_list_head .sku {
  float: left;
  padding: 4px 60px 5px 0;
  border-right: 1px solid #e9e9e9;
}
.product_list_head .name {
  float: left;
  padding: 4px 10px;
}
.product_list_head .price {
  position: absolute;
  top: 0;
  height: 25px;
  padding: 4px 0 0 20px;
  right: 5px;
  width: 145px;
  border-left: 1px solid #e9e9e9;
}
.product_full {
  font-size: 13px;
  padding: 10px;
  line-height: 1.5;
}
.product_full td {
  vertical-align: top;
}
.product_full h1 {
  padding-bottom: 15px;
}
.product_full .images {
  padding-right: 10px;
  width: 210px;
}
.product_full .images img {
  border: 1px solid #e9e9e9;
  margin-bottom: 20px;
}
.product_full .similar-products {
  padding: 5px 0;
  margin-bottom: 10px;
}
.product_full .similar-products a {
  color: #3670a1;
  text-decoration: underline;
}
.product_full .unit .name {
  float: left;
  padding-right: 10px;
  color: #7b7d86;
}
.product_full .unit .value {
  float: left;
}
.product_full .old-price {
  padding-top: 10px;
}
.product_full .old-price .name {
  float: left;
}
.product_full .old-price .value {
  float: left;
  text-decoration: line-through;
}
.product_full .price {
  padding: 10px 0 5px;
  font-size: 18px;
  font-weight: 500;
  font-family: Arial, sans-serif;
}
.product_full .price .name {
  float: left;
  color: #2f3244;
  padding-right: 15px;
}
.product_full .price .value {
  float: left;
  color: #e0342c;
}
.product_full .description_2 a {
  background: url(../images/for_item.png) no-repeat left 7px;
  padding: 0 0 0 9px;
  color: #31aac0;
  text-decoration: underline;
}
.product_full .description_2 a:hover {
  text-decoration: none;
}
.product_full .count {
  width: 80px;
  float: left;
}
.product_full .count .form-control {
  border: 1px solid #e4e9ed;
  border-radius: 2px;
  font: normal 12px "Arial";
  font-weight: 300;
  color: #b3b3b3;
  padding: 5px 8px;
  width: 75px;
  height: 30px;
  box-shadow: none;
}
.product_full .buy-button {
  background: #e1362e url(../images/product/bttn.png) no-repeat;
  height: 29px;
  width: 93px;
  text-align: center;
  border: none;
  float: left;
  font: normal 12px "Roboto", Arial, sans-serif;
  font-weight: 500;
  color: #ffffff;
  text-transform: uppercase;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
  padding: 0;
  cursor: pointer;
}
.product_full .description_1 {
  padding-bottom: 10px;
}
.product_full .zag {
  font: bold 16px Arial, Helvetica, sans-serif;
  display: block;
  padding-top: 10px;
  padding-bottom: 10px;
}
.product_full .sub-title {
  cursor: pointer;
  font: 700 14px "Roboto", Arial, sans-serif;
  display: inline-block;
  color: #3ab3cc;
  text-decoration: underline;
  margin: 0 0 10px 0;
}
.product_full #comments,
.product_full #comment-form {
  display: none;
}
.product_full .comment {
  line-height: 1.5;
  color: #3a3e53;
  padding-bottom: 15px;
}
.product_full .comment .comment_head {
  font-size: 12px;
  color: #7f7f7f;
}
.product_full .comment .comment_head strong {
  color: #000;
}
.product_full .quick_buy,
.product_full .stock_notify {
  background: #e4e4e4;
  color: #0a0a0a;
  border: 1px solid #ccc;
  cursor: pointer;
  display: inline-block;
  padding: 5px 15px;
  width: 174px;
  text-align: center;
  margin-bottom: 15px;
}
.product_full .stock_notify {
  width: 210px;
  border: 1px solid #e0342c;
}
#stock_notify_form {
  max-height: 100vh;
  overflow-y: auto;
  color: #fff;
}
#stock_notify_form .md_block {
  background-color: rgba(37, 39, 52, 0.75);
  border-radius: 10px;
}
#stock_notify_form .buttons {
  text-align: center;
  padding-top: 20px;
}
#quckorder_form {
  max-height: 100vh;
  overflow-y: auto;
  color: #fff;
}
#quckorder_form input[type="text"],
#quckorder_form textarea {
  background: #d9d9d9;
  border: none;
  padding: 5px;
  width: 100%;
  color: #000;
}
#quckorder_form .name {
  text-align: center;
  margin-bottom: 10px;
}
#quckorder_form .block {
  padding-bottom: 10px;
}
#quckorder_form .block.error {
  border: 1px solid red;
  padding: 5px 15px 15px 15px;
  color: #c13535;
}
#quckorder_form .quantity-wrp {
  display: flex;
}
#quckorder_form .md_block {
  background-color: rgba(37, 39, 52, 0.75);
  border-radius: 10px;
}
#quckorder_form .buttons {
  text-align: center;
  padding-top: 20px;
}
#quckorder_form .tac {
  text-align: center;
}
#quckorder_form .quick_buy_img {
  padding-bottom: 10px;
}
#quckorder_form .product_name {
  padding-bottom: 7px;
}
#quckorder_form .minus,
#quckorder_form .plus {
  cursor: pointer;
  z-index: 5;
  color: #000;
  -webkit-user-select: none;
  /* Safari */
  -ms-user-select: none;
  /* IE 10 and IE 11 */
  user-select: none;
  /* Standard syntax */
}
#quckorder_form .minus {
  text-align: right;
  margin-right: -20px;
  padding: 2px 5px 5px 5px;
}
#quckorder_form .plus {
  margin-left: -20px;
  padding: 3px 5px 5px 5px;
}
#quckorder_form .prices {
  padding-top: 20px;
}
#quckorder_form .price {
  padding-bottom: 7px;
}
#quckorder_form .form-group {
  margin-bottom: 5px;
}
#main_content .cart.not_empty {
  padding-top: 75px;
  padding-bottom: 32px;
}
#main_content .cart.not_empty.with_warning {
  padding-top: 97px;
}
#main_content .cart.not_empty.with_warning.with-discount-cart {
  padding-top: 110px;
}
#main_content .cart.not_empty.in-checkout {
  padding-top: 85px;
}
#main_content .cart.not_empty.in-checkout .cart_names {
  top: 63px;
}
#main_content .cart.not_empty.in-checkout.with_warning {
  padding-top: 105px;
}
#main_content .cart.not_empty.in-checkout.with_warning .cart_names {
  top: 83px;
}
#main_content .cart.not_empty .cart_wrp.shadow {
  overflow-y: scroll;
}
#main_content .cart.with_warning {
  padding-top: 34px;
}
.discounts .pt17 {
  margin-top: 17px;
}
.cart.not_empty .shadow {
  border-top: none !important;
  border-bottom: none !important;
}
.cart.not_empty .bold {
  font-weight: bold;
}
.cart.not_empty .cart_top {
  position: absolute;
  top: 2px;
  left: 5px;
  right: 0;
  background: #fff;
  padding: 2px 2px 0;
}
.cart.not_empty .cart_top .r {
  width: 35%;
  float: right;
}
.cart.not_empty .cart_top .r .checkout a {
  font: 900 14px "Roboto", Arial, sans-serif;
  text-transform: uppercase;
  text-align: center;
  display: block;
  color: #ffffff;
  background: #e1362e url(../images/order_bttn.png) left bottom 0px no-repeat;
  padding: 4px 0 5px;
  height: 26px;
  width: 159px;
  margin: 2px 2px 0 0;
  float: right;
  border-radius: 4px;
}
.cart.not_empty .cart_top .r .checkout a:hover {
  text-decoration: none;
}
.cart.not_empty .cart_top .l {
  width: 65%;
  float: left;
}
.cart.not_empty .cart_top .l .ttl {
  color: #3a3e53;
  font: 900 12px "Arial";
  text-transform: uppercase;
  padding-left: 9px;
}
.cart.not_empty .cart_top .l .ttl span {
  font: 400 12px "Arial";
}
.cart.not_empty .cart_top .discount {
  clear: both;
  text-align: right;
  font-weight: bold;
  padding: 0;
}
.cart.not_empty .cart_top .discount span {
  color: #f00;
  font-size: 16px;
}
.cart.not_empty .cart_top .action {
  padding: 2px 0 2px 10px;
}
.cart.not_empty .cart_top .action a {
  color: #31aac0;
  font: 300 12px "Arial";
  background: url('../images/disc.png') left 2px no-repeat;
  padding: 0 15px 0 18px;
  text-decoration: none;
}
.cart.not_empty .cart_top .action a.pen {
  background: url('../images/pen.png') left 2px no-repeat;
}
.cart.not_empty .cart_top .action a.clear_link {
  color: #31aac0;
  font: 300 12px "Arial";
  background: url('../images/del.png') left 2px no-repeat;
  padding-left: 18px;
  text-decoration: none;
}
.cart.not_empty .cart_top .action a.switcher {
  background: url('../images/switcher_image.png') left 0 no-repeat;
  padding-left: 22px;
}
.cart.not_empty .cart_top .action a:hover {
  text-decoration: underline;
}
.cart.not_empty .cart_names {
  position: absolute;
  top: 53px;
  left: 5px;
  right: 0;
  background: #fafafa;
  color: #b3b3b3;
  border: 1px solid #e9e9e9;
  padding-right: 34px;
}
.cart.not_empty .cart_names .num,
.cart.not_empty .cart_names .sku,
.cart.not_empty .cart_names .switch_image,
.cart.not_empty .cart_names .name,
.cart.not_empty .cart_names .price,
.cart.not_empty .cart_names .count,
.cart.not_empty .cart_names .total {
  border-right: 1px solid #e9e9e9;
}
.cart.not_empty .cart_names .total {
  border: none;
}
.cart.not_empty .cart_columns {
  width: 100%;
}
.cart.not_empty .cart_columns .num,
.cart.not_empty .cart_columns .sku,
.cart.not_empty .cart_columns .switch_image,
.cart.not_empty .cart_columns .name,
.cart.not_empty .cart_columns .price,
.cart.not_empty .cart_columns .count,
.cart.not_empty .cart_columns .total {
  padding: 2px 2px 2px 5px;
}
.cart.not_empty .cart_columns .num {
  width: 25px;
  text-align: center;
}
.cart.not_empty .cart_columns .sku {
  width: 125px;
}
.cart.not_empty .cart_columns .switch_image {
  width: 60px;
}
.cart.not_empty .cart_columns .switch_image img {
  width: 50px;
}
.cart.not_empty .cart_columns .price {
  width: 80px;
}
.cart.not_empty .cart_columns .count {
  width: 50px;
}
.cart.not_empty .cart_columns .total {
  width: 90px;
}
.cart.not_empty .cart_content .name a {
  color: #333;
}
.cart.not_empty .cart_content th {
  padding: 5px 10px;
  border: 1px solid #e9e9e9;
  background: #f8f8f8;
}
.cart.not_empty .cart_content th.category_total {
  text-align: right;
}
.cart.not_empty .cart_content .cart_row:hover {
  background: #e9e9e9;
}
.cart.not_empty .cart_content .cart_row:hover .cart_del a {
  display: block;
}
.cart.not_empty .cart_content .cart_row td {
  padding-bottom: 7px;
}
.cart.not_empty .cart_content .cart_row .cart_del {
  padding-right: 4px;
  width: 16px;
}
.cart.not_empty .cart_content .cart_row .cart_del a {
  background: url(../images/cart_del.png) center no-repeat;
  width: 12px;
  height: 12px;
  display: none;
}
.cart.not_empty .cart_bottom {
  position: absolute;
  bottom: 0;
  left: 5px;
  right: 0;
  background: #fafafa;
  border: 1px solid #e9e9e9;
  padding: 7px 10px 3px;
}
.cart.not_empty .cart_bottom .cart_total_count {
  float: left;
  margin-right: 30px;
}
.cart.not_empty .cart_bottom .cart_total_info {
  float: left;
}
.cart.not_empty .cart_bottom .cart_total {
  float: right;
  font-weight: bold;
  font-size: 14px;
}
.cart.not_empty .cart_bottom .cart_shipping {
  clear: both;
  border-top: 1px solid #e9e9e9;
  margin: 0 -10px;
  padding: 4px 10px 0;
  flex: 1 100%;
  display: none;
}
.cart.not_empty .cart_bottom .cart_shipping .cart_shipping_name {
  flex: 1 1 auto;
  text-align: right;
}
.cart.not_empty .cart_bottom .cart_shipping .cart_total_with_shipping {
  font-weight: bold;
  font-size: 14px;
  margin-left: 7px;
  flex: 0 0 auto;
  text-align: right;
}
.cart.with_warning {
  padding-top: 95px;
}
.cart.with_warning .cart_warning {
  position: absolute;
  top: 0px;
  left: 5px;
  right: 0;
}
.cart.with_warning .cart_top {
  top: 35px;
  padding: 2px;
}
.cart.with_warning .cart_names {
  top: 77px;
}
.cart.with_warning .cart_names.with-discount-cart {
  top: 89px;
}
.cart_warning {
  color: #f00;
  background: #fff;
  box-shadow: 1px 1px 1px #efefef;
  border: 1px solid #e9e9e9;
  padding: 4px 8px;
  font-weight: bold;
}
.dibil-alert {
  padding: 5px;
  border: 1px solid #f00;
  margin-top: 2px;
  color: #f00;
  background: #f9cece54;
}
.dibil-alert .mes_confirm_yes {
  cursor: pointer;
}
.dibil-alert span {
  color: #fff;
  background: #007f00;
  display: inline-block;
  padding: 2px 5px;
  border-radius: 5px;
}
.buttons .help-block {
  display: none;
}
.fiz_ur_buttons {
  display: flex;
  justify-content: space-around;
}
.fiz_ur_buttons .ur_checkout,
.fiz_ur_buttons .fiz_checkout {
  font: 900 14px "Roboto", Arial, sans-serif;
  text-align: center;
  display: block;
  color: #ffffff;
  background: #e1362e;
  padding: 4px 10px 5px;
  margin: 2px 2px 0 0;
  border-radius: 4px;
}
.fiz_ur_buttons .ur_checkout:hover {
  color: #fff;
  background: #c52f28;
}
.fiz_ur_buttons .fiz_checkout {
  background: #bababa;
}
.fiz_ur_buttons .fiz_checkout:hover {
  text-decoration: none;
  cursor: default;
}
#empty_cart_content {
  height: 100%;
}
.es2 {
  background: #f3f3f3;
  overflow: auto;
}
.es2 img {
  max-width: 100%;
  height: 100%;
}
.es2 header .contacts {
  position: absolute;
  top: 0;
  right: 0;
}
.es2 a {
  color: #31abc2;
}
.es2 #es2_content {
  padding: 10px 0;
}
.es2 .es2_wrp {
  position: relative;
  width: 1000px;
  margin: 0 auto;
}
.es2 .header {
  position: relative;
  padding: 0;
}
.es2 .header #logo {
  left: 0;
}
.es2 .content {
  width: 735px;
  float: left;
}
.es2 .shadow {
  border: 1px solid #e9e9e9;
  box-shadow: 1px 1px 1px #efefef;
  background: #fff;
}
.es2 .top_form {
  margin-bottom: 10px;
  padding: 5px;
}
.es2 footer {
  position: relative;
}
.es2 .static-item {
  display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  position: relative;
  border-bottom: 1px solid #e9e9e9;
  min-height: 112px;
  padding: 10px 0;
  color: #3a3e53;
}
.es2 .static-item .text__img {
  width: 18%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.es2 .static-item .text__img img {
  width: 90px;
  height: auto;
}
.es2 .static-item .preview__static-page {
  width: 80%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.es2 .static-item .title {
  color: #2f3244;
  font: 700 14px "Roboto", Arial, sans-serif;
  text-decoration: none;
  padding-bottom: 10px;
}
.es2 .static-item .title a {
  color: #2f3244;
  text-decoration: none;
}
.es2 .static-item .date {
  color: #7b7d86;
  font: normal 12px "Arial";
  padding: 0 0 0 20px;
  background: url(/images/for_date.png) no-repeat;
}
.es2 .static-item .text {
  padding: 10px 10px 5px 0;
}
.es2 .static-item .text img {
  float: left;
  margin: 0 15px 0 0;
  display: block;
  width: 90px;
  height: auto;
  top: 10px;
  left: 15px;
}
.es2 .static-item .read-more {
  margin: 0 0 15px 0;
}
.es2 .static-item .read-more a {
  background: url(/images/brdc.png) left 6px no-repeat;
  font-family: Arial, sans-serif;
  font-size: 12px;
  font-weight: normal;
  text-decoration: none;
  padding-left: 9px;
}
.es2 .static-page-view {
  padding: 10px;
  min-height: 250px;
}
.es2 .static-page-view table td {
  border: 1px solid #000;
}
.es2 .static-page-view.new-template table td {
  border: none;
}
.es2 .static-page-view .date {
  color: #7b7d86;
  font: normal 12px "Arial";
  padding: 0 0 0 20px;
  background: url(/images/for_date.png) no-repeat;
}
.es2 .static-page-view .text {
  position: relative;
  padding-top: 10px;
}
.es2 .static-page-view .col1 {
  width: 20%;
  float: left;
}
.es2 .static-page-view .col1 img {
  width: 90%;
  display: block;
  margin: 0 0 8px 0;
}
.es2 .static-page-view .col15 {
  width: 30%;
  float: left;
}
.es2 .static-page-view .col2 {
  width: 40%;
  float: left;
}
.es2 .static-page-view .col3 {
  width: 60%;
  float: left;
}
.es2 .static-page-view .col35 {
  width: 70%;
  float: left;
}
.es2 .static-page-view .col4 {
  width: 80%;
  float: right;
}
.es2 .second-block {
  width: 255px;
  float: right;
}
.es2 .second-block .es2_block {
  margin-bottom: 15px;
}
.es2 .second-block .es2_block .zag {
  font: 700 16px "Roboto", Arial, sans-serif;
  color: #3a3e53;
  display: block;
  margin: 0 0 6px 0;
  background: #fdfdfd;
  border-top: 1px solid #e9e9e9;
  border-bottom: 1px solid #e9e9e9;
  padding: 10px 0 10px 15px;
}
.es2 .second-block .es2_block ul {
  padding: 5px 15px 0;
}
.es2 .second-block .es2_block li {
  list-style: none;
  padding: 0 0 5px 10px;
  background: url(../images/brdc.png) 0 6px no-repeat;
}
.es2 .second-block .es2_block li a {
  text-decoration: underline;
}
.es2 .second-block .es2_block li a:hover {
  text-decoration: none;
}
.es2 .second-block .es2_block .more-link {
  background: url(../images/sbm_bg.png) top center no-repeat;
  color: #fff;
  width: 199px;
  height: 25px;
  margin: 0 0 0 15px;
  display: block;
  font: 500 11px "Roboto", Arial, sans-serif;
  text-align: center;
  text-transform: uppercase;
  padding-top: 7px;
}
.es2 .second-block .es2_block .more-link:hover {
  text-decoration: none;
  opacity: 0.95;
}
.es2 .small_cart .cart_content {
  padding: 0 15px;
}
.es2 .small_cart a {
  color: #41c9e2;
}
.es2 .small_cart a .red {
  color: #f00;
}
.es2 .small_cart a .black {
  color: #000;
}
.es2 .small_cart a:hover,
.es2 .small_cart a:active,
.es2 .small_cart a:focus {
  text-decoration: none;
}
.pager-wrapper {
  text-align: center;
  font-size: 14px;
}
.pager-wrapper li {
  font-weight: bold;
}
.pager-wrapper li a {
  border: none;
  color: #2f3244;
  padding: 6px 8px;
}
.next.disabled,
.prev.disabled {
  display: none;
}
.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
  background: transparent;
  color: #e0342c;
  font-weight: bold;
}
#main_content .addmi_cart_wrapper.cart {
  width: 100%;
  min-height: 100%;
  height: 100%;
  background: url('../images/empty_cart/cart_bg.png') repeat;
}
#main_content .addmi_cart_wrapper.cart .addmi_cart {
  width: 100%;
}
#main_content .addmi_cart_wrapper.cart .addmi_cart th {
  background: #fafafa;
  font-weight: normal;
  padding: 2px 2px 2px 5px;
  border-right: 1px solid #e9e9e9;
  border-top: 1px solid #e9e9e9;
  border-bottom: 1px solid #e9e9e9;
  color: #b3b3b3;
}
#main_content .addmi_cart_wrapper.cart .cart_bg {
  text-align: center;
  position: relative;
  width: 100%;
}
#main_content .addmi_cart_wrapper.cart .cart_bg img {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: 10%;
  margin-left: -100px;
}
#main_content .addmi_cart_wrapper.cart .cart_question {
  position: relative;
  float: right;
  z-index: 9;
  margin: 50px 100px 0 0;
}
#main_content .addmi_cart_wrapper.cart .cart_question .cart_otvet {
  text-align: justify;
  width: 248px;
  display: none;
  position: absolute;
  top: 65px;
  left: 0;
  color: #fafafa;
  line-height: 18px;
  background: #30323f;
  padding: 10px;
}
#main_content .addmi_cart_wrapper.cart .cart_question .cart_otvet:before {
  content: "";
  position: absolute;
  top: -9px;
  left: 0;
  background: url('../images/empty_cart/cart_otv_v.png') no-repeat;
  width: 248px;
  height: 9px;
}
#main_content .addmi_cart_wrapper.cart .cart_question .cart_otvet:after {
  content: "";
  position: absolute;
  bottom: -5px;
  background: url('../images/empty_cart/cart_otv_n.png') no-repeat;
  width: 248px;
  height: 5px;
  left: 0px;
}
#main_content .addmi_cart_wrapper.cart .cart_quest {
  cursor: pointer;
  color: #2f3244;
  font: 400 12px "Arial";
  border: 1px solid #e9e9e9;
  padding: 16px 15px;
  width: 250px;
  background: url('../images/empty_cart/cart_quest.png') no-repeat 212px 8px rgba(254, 249, 233, 0.5);
  text-align: left;
}
#main_content .addmi_cart_wrapper.cart .itogo {
  z-index: 11;
  position: absolute;
  bottom: 0;
  width: 100%;
  background: #fafafa;
  color: #2f3244;
  font: 300 12px "Arial";
  padding: 0;
  height: 30px;
  left: 0;
}
#main_content .addmi_cart_wrapper.cart .itogo td {
  padding: 8px 0 0 8px;
}
#main_content .addmi_cart_wrapper.cart .itogo .prod_count {
  float: left;
}
#main_content .addmi_cart_wrapper.cart .itogo .prod_total {
  float: right;
}
#main_content .addmi_cart_wrapper.cart .itogo .pit {
  font: 700 14px "Arial";
  padding-right: 10px;
}
.front_block_min {
  padding: 0;
  border-bottom: 1px solid #e9e9e9;
  overflow: hidden;
}
.front_block_min img {
  padding: 10px 0 0 13px;
}
.front_block_min.bgrnd {
  background: #fafafa;
}
.front_block_min.bgrnd img {
  padding: 13px 0 0 13px;
}
.front_block_min .sh3 {
  font: 700 13px "Roboto", Arial, sans-serif;
  color: #3a3e53;
  padding: 12px 10px 5px 74px;
  display: block;
}
.front_block_min .sh3 a {
  color: #ee3131;
  border-bottom: 1px dotted;
  text-decoration: none;
}
.front_block_min .sh3 a:hover {
  border-bottom: none;
}
.front_block_min .node_text {
  color: #7b7d86;
  text-transform: uppercase;
  font: 700 9px "Arial";
  padding: 0 0 12px 74px;
}
.front_block {
  padding-bottom: 18px;
}
.front_block:after {
  content: '  ';
  clear: both;
  display: block;
}
.front_block.empt_crt {
  background: #fdfdfd;
  padding: 0;
  border-bottom: none;
}
.front_block.empt_crt img {
  padding: 19px 0 0 17px;
}
.front_block.empt_crt .sh3 {
  color: #2f3244;
  font: 700 18px "Roboto", Arial, sans-serif;
  padding: 12px 0 12px 35px;
  display: block;
}
.front_block .sh2 {
  color: #2f3244;
  font: 700 14px "Roboto", Arial, sans-serif;
  text-transform: uppercase;
  padding: 18px 0 13px 14px;
  display: block;
}
.front_block p {
  color: #3a3e53;
  font: normal 12px "Arial";
  line-height: 18px;
  padding: 0 14px 0 14px;
  margin: 0;
}
.front_block p a {
  color: #31aac0;
}
.front_block .box {
  padding: 15px;
}
.descr6562 .front_block {
  padding-bottom: 18px;
}
.descr6562 .front_block p {
  color: #3a3e53;
  font: normal 12px "Arial";
  line-height: 18px;
  padding: 0px 30px 0px 14px;
}
.descr6562 .front_block p a {
  color: #31aac0;
}
.tip {
  color: #3a3e53;
  font: normal 12px "Arial";
  line-height: 18px;
  padding: 15px 10px 12px 30px;
}
.tip_nod {
  color: #3a3e53;
  font: normal 12px "Arial";
  line-height: 18px;
  padding: 15px 10px 12px 73px;
}
.tip_nod span {
  font-weight: bold;
}
#main_content .checkout-page {
  padding-bottom: 30px;
  position: relative;
}
#checkout {
  padding: 10px 10px 20px 10px;
}
#checkout div.required label:after {
  content: " *";
  color: red;
}
#checkout .radio,
#checkout .checkbox {
  margin-top: 0;
  margin-bottom: 6px;
}
#checkout input[type="radio"],
#checkout input[type="checkbox"] {
  margin-top: 1px;
}
#checkout .file-has-error {
  color: #f00;
}
#checkout .file-has-error .help-block,
#checkout .file-has-error label {
  color: #f00;
}
#checkout label {
  font-weight: normal;
  color: #7f7f7f;
  font-size: 12px;
  margin: 0;
}
#checkout .field-checkoutform-payment_type label.control-label {
  font-size: 14px;
  color: #333;
  font-weight: bold;
  font-family: Roboto, 'Arial', sans-serif;
}
#checkout .help-block.help-block-error {
  margin: 0;
  padding: 0;
}
#checkout .shipping-info {
  padding: 0 0 10px 0;
}
#checkout .shipping-info span {
  color: #31aac0;
  text-decoration: underline;
  cursor: pointer;
}
#checkout .shipping-info span:hover {
  text-decoration: none;
}
#checkout #shipping_container {
  min-height: 50px;
}
#checkout .shipping .zag {
  margin-bottom: 10px;
  font-size: 14px;
  color: #333;
  font-weight: bold;
  font-family: Roboto, 'Arial', sans-serif;
}
#checkout .shipping .form-group {
  margin-bottom: 0;
}
#checkout .shipping .form-group .radio {
  margin: 0 0 5px 0;
}
#checkout .shipping .shipping_group {
  font-size: 12px;
  color: #444;
  font-weight: bold;
  font-family: Roboto, 'Arial', sans-serif;
  padding: 0 0 5px 0;
  cursor: pointer;
}
#checkout .shipping .shipping_group .cl,
#checkout .shipping .shipping_group .op {
  display: none;
}
#checkout .shipping label:hover {
  background: #eee;
}
#checkout .shipping .descr {
  display: none;
}
#checkout #another-ur-type {
  display: none;
}
#checkout .buttons {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 5px;
  background: #fafafa;
  border: 1px solid #e9e9e9;
  padding: 3px 10px 2px;
  min-height: 31px;
}
#checkout .buttons .field-checkoutform-accept {
  float: left;
  margin: 0 115px 0 0;
  padding-top: 2px;
}
#checkout .buttons .field-checkoutform-accept.has-error label {
  color: #f00;
}
#checkout .buttons .radio,
#checkout .buttons .checkbox {
  margin: 0;
}
#checkout .buttons .btn-red {
  position: absolute;
  right: 5px;
  top: 3px;
}
#checkout .buttons .validate-message {
  position: absolute;
  left: 35px;
  right: 5px;
  padding: 5px;
  border: 1px solid #ccc;
  bottom: 25px;
  display: none;
  z-index: 5;
  color: #000;
  line-height: 1.5;
  background: #ffffc8;
}
.ui-widget-content {
  overflow-y: scroll;
  max-height: 400px;
}
.ui-menu .ui-menu-item {
  margin: 0;
  padding: 0;
  font-size: 12px;
}
.ui-menu .ui-menu-item a {
  text-decoration: none;
  display: block;
  padding: 2px 0.4em;
  line-height: 1.5;
  zoom: 1;
  font-weight: normal;
}
.ui-menu .ui-menu-item i {
  font-family: Trebuchet MS, Tahoma, Verdana, Arial, sans-serif;
}
.checkout-complete {
  padding: 10px;
}
.checkout-complete h2 {
  font: normal 16px Calibri;
  padding: 0 0 15px 0;
}
#firmName {
  color: #2b7f2c;
}
#firmName span {
  color: #ac2c05;
}
#shipping-not-found {
  color: #ac2c05;
}
fieldset legend {
  font-size: 12px;
  font-weight: bold;
  text-transform: uppercase;
  margin: 0 0 15px 0;
}
fieldset.collapseble legend {
  cursor: pointer;
}
fieldset.collapseble .fieldset-content {
  display: none;
}
.template-wrp {
  padding-top: 62px !important;
}
.template-wrp .template-head {
  height: 52px;
}
.temp-ot-template {
  padding: 10px;
}
.templates-page {
  padding: 10px;
}
.template .template {
  padding-left: 30px;
}
.template .name {
  font-weight: bold;
  cursor: pointer;
  padding-bottom: 5px;
}
.template .cont {
  display: none;
}
.user_category {
  padding-top: 15px;
  margin-top: 10px;
  border-top: 1px solid #e9e9e9;
}
.template-head {
  position: absolute;
  top: 1px;
  left: 0;
  right: 5px;
  background: #fff;
  height: 40px;
}
.template-head .price {
  float: right;
  padding: 1px 0;
  font-size: 14px;
}
.template-head .price.mt5 {
  margin-top: 5px;
}
.template-head .buttons {
  float: right;
  padding: 5px;
}
.template-head .btn {
  float: right;
}
.template-head .btn.clicked {
  background: #d01915 url(../images/ajax-loader-templates.gif) 50% no-repeat;
}
.template-head .btn.clicked a {
  visibility: hidden;
}
.template-head .btn-grey {
  margin-right: 5px;
}
.template-view a {
  color: #31aac0;
  text-decoration: underline;
}
.template-view a.red {
  color: #d82721;
}
.template-view a:hover {
  text-decoration: none;
}
.template-view table td {
  vertical-align: middle !important;
}
.template-view .text {
  padding: 10px;
}
.template-view .image {
  width: 116px;
}
.template-view .count {
  width: 150px;
}
.template-view .count .lb {
  font-weight: bold;
  width: 50px;
  float: left;
}
.template-view .count .lb.c {
  padding-top: 5px;
}
.template-view .count .countInput {
  width: 50px;
  float: left;
}
.template-view .temp_template_input {
  padding: 10px;
}
.template-add-form {
  background: #fff;
  position: relative;
  padding: 15px 10px 5px;
  display: none;
}
.template-add-form .form-group {
  margin: 0;
}
.template-add-form:before {
  box-shadow: 0 10px 20px -5px rgba(0, 0, 0, 0.4);
  background: #fff;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  content: '';
  display: block;
  border-radius: 0.1px;
}
.profile {
  padding: 10px;
}
.profile th a {
  color: #31aac0;
  font-weight: normal;
  text-decoration: underline;
}
.profile .profile_menu {
  padding: 0 0 10px 0;
}
.profile .profile_menu a {
  text-decoration: underline;
}
.profile .current-password {
  padding: 10px 10px 1px 10px;
  margin-bottom: 10px;
  background: #ececec;
}
.site-contact {
  padding: 10px;
}
.site-contact .regional-contacts {
  padding: 10px 0;
}
.site-contact .kontakt_title {
  color: #2f3244;
  font: bold 14px "Roboto", Arial, sans-serif;
  text-transform: uppercase;
  padding: 10px 0;
}
.site-contact .kontakty_top {
  padding: 10px 0;
  border-bottom: 1px solid #e9e9e9;
}
.site-contact .field_title {
  color: #2f3244;
  font: normal 12px "Roboto", Arial, sans-serif;
  padding: 8px 0 3px;
}
.shipping-list {
  padding: 10px;
}
.shipping-list h3 {
  font-size: 14px;
  font-weight: bold;
}
.shipping-list .com {
  padding: 10px 0 5px 20px;
}
.shipping-list .com ul {
  list-style: decimal;
}
#block-addmi-220-reviews-addmi-220-reviews {
  position: absolute;
  margin-top: -24px;
  right: 100px;
  top: 100%;
  height: 24px;
  width: 107px;
  z-index: 500;
  background: #fff;
  overflow: hidden;
}
#block-addmi-220-reviews-addmi-220-reviews.show_otz {
  margin-top: -105px;
  height: 107px;
}
#block-addmi-220-reviews-addmi-220-reviews .review_220 {
  background: #ffffff;
  border: 1px solid #e9e9e9;
  height: 105px;
  width: 110px;
}
#block-addmi-220-reviews-addmi-220-reviews .review_form {
  position: absolute;
  top: 0;
  left: 0;
  background: url('../images/bg_for_review_form_org.png') no-repeat;
  font: 400 12px "Arial";
  color: #ffffff;
  width: 110px;
  height: 24px;
  padding: 4px 0 0 23px;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5);
  cursor: pointer;
}
#block-addmi-220-reviews-addmi-220-reviews .review_bad {
  margin-top: 31px;
  margin-bottom: 14px;
}
#block-addmi-220-reviews-addmi-220-reviews .review_good,
#block-addmi-220-reviews-addmi-220-reviews .review_bad {
  background: url('../images/radiobttn.png') no-repeat 8px 4px;
  float: left;
  color: #f00;
}
#block-addmi-220-reviews-addmi-220-reviews .review_good:hover,
#block-addmi-220-reviews-addmi-220-reviews .review_bad:hover {
  background: url('../images/radiobttn_h.png') no-repeat 8px 4px;
}
#block-addmi-220-reviews-addmi-220-reviews .review_good span,
#block-addmi-220-reviews-addmi-220-reviews .review_bad span {
  padding: 2px 0 4px 27px;
  display: block;
  cursor: pointer;
}
#block-addmi-220-reviews-addmi-220-reviews .review_good a,
#block-addmi-220-reviews-addmi-220-reviews .review_bad a {
  padding: 0;
  text-align: left;
  color: #2f3244;
  text-decoration: none;
  font: 500 12px "Arial";
  background: none;
}
#block-addmi-220-reviews-addmi-220-reviews .review_good span {
  color: #00ae00;
}
#block-addmi-220-reviews-addmi-220-reviews #review_form {
  position: fixed;
  top: 50%;
  left: 50%;
  width: 450px;
  height: initial;
  margin: -175px 0 0 -225px;
  text-align: left;
  padding: 15px;
  background: #f9cece;
  border-radius: 15px;
  display: none;
}
#block-addmi-220-reviews-addmi-220-reviews #review_form .how-review {
  color: #9a0b0b;
  font-size: 16px;
}
#block-addmi-220-reviews-addmi-220-reviews #review_form .row {
  margin: 0;
}
#block-addmi-220-reviews-addmi-220-reviews #review_form .ttl {
  font-size: 30px;
  color: #9a0b0b;
  padding-bottom: 20px;
}
#block-addmi-220-reviews-addmi-220-reviews #review_form .lbl {
  font-size: 23px;
  color: #4a4a4a;
}
#block-addmi-220-reviews-addmi-220-reviews #review_form .col-md-2,
#block-addmi-220-reviews-addmi-220-reviews #review_form .col-xs-2,
#block-addmi-220-reviews-addmi-220-reviews #review_form .col-xs-3 {
  text-align: center;
  padding-top: 5px;
}
#block-addmi-220-reviews-addmi-220-reviews #review_form input[type='radio'] {
  cursor: pointer;
}
#block-addmi-220-reviews-addmi-220-reviews #review_form .text-review {
  padding-top: 15px;
}
#block-addmi-220-reviews-addmi-220-reviews #review_form .buttons {
  padding-top: 10px;
}
.reviews {
  padding: 10px;
}
.payment-description {
  padding-bottom: 20px;
}
.payment-label {
  font-weight: normal;
  cursor: pointer;
  padding: 5px 0;
}
.payment-label img {
  padding: 0 10px;
}
.tt-query {
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.tt-hint {
  color: #999;
}
.tt-menu {
  width: 422px;
  margin: 12px 0;
  padding: 3px 0;
  background-color: #fff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}
.tt-suggestion {
  padding: 3px 5px;
}
.tt-suggestion a {
  color: #000;
}
.tt-suggestion:hover {
  cursor: pointer;
  color: #fff;
  background-color: #0097cf;
}
.tt-suggestion:hover a {
  color: #fff;
}
.tt-suggestion.tt-cursor {
  color: #fff;
  background-color: #0097cf;
}
.tt-suggestion.tt-cursor a {
  color: #fff;
}
.tt-suggestion p {
  margin: 0;
}
.gist {
  font-size: 14px;
}
.twitter-typeahead {
  display: block !important;
}
.autoItem {
  overflow: hidden;
}
.autoItem .img {
  float: left;
  margin: 0 10px 0 0;
  width: 40px;
}
.autoItem .img img {
  width: 100%;
}
.autoItem .price {
  color: #333;
}
.bigmenu {
  position: absolute;
  top: 47px;
  left: 123px;
  right: 123px;
  z-index: 100;
  background: #666;
  box-shadow: 0 0 10px #333;
  display: none;
  font-size: 12px;
}
.bigmenu .bigmenu-flex-wrap {
  display: flex;
  flex: 0 0 calc(100% / 7);
}
.bigmenu .bigmenu-flex-wrap .col:last-child span {
  display: none !important;
}
.bigmenu.visible {
  display: block;
}
.bigmenu .col {
  width: calc(100% / 7);
  float: left;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
  overflow-y: auto;
  overflow-x: hidden;
  max-height: 85vh;
}
.bigmenu .col ul {
  margin: 0;
  padding: 0;
}
.bigmenu .col ul li {
  padding: 3px 7px;
  cursor: pointer;
  color: #fff;
  display: flex;
  justify-content: space-between;
}
.bigmenu .col ul li:after {
  content: ' ';
  display: block;
  clear: both;
  visibility: hidden;
}
.bigmenu .col ul li a {
  color: #fff;
  text-decoration: none;
  width: 80%;
}
.bigmenu .col ul li span {
  float: right;
  width: 20%;
  min-width: 15px;
  text-align: right;
}
.bigmenu .col ul li:hover {
  background: #4c4c4c;
}
.bigmenu .col ul li:hover a {
  color: #fff;
  text-decoration: underline;
}
.bigmenu .col ul li:hover .showSub {
  display: block;
}
.bigmenu .col.active {
  background: #333 !important;
}
.bigmenu .col.active + .col {
  background: #4c4c4c;
}
.bigmenu .col.active li.active {
  background: #727272;
}
.bigmenu .col.active li.active a {
  color: #fff;
  text-decoration: underline;
}
.bigmenu .col.active li.active .showSub {
  display: block;
}
.bigmenu .col.active a {
  color: #fff;
}
.bigmenu .col .showSub {
  float: right;
  cursor: pointer;
  display: none;
}
.bigmenu .col-1 {
  background: #ccc;
}
.bigmenu .hidden {
  display: none;
}
.bigmenu .star {
  color: #fde94f;
  display: none;
}
.bigmenu-bg {
  background: rgba(0, 0, 0, 0.8);
  position: absolute;
  top: 78px;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 15;
  display: none;
}
.md_bg {
  background: rgba(0, 0, 0, 0.6);
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 100;
  display: flex;
  align-items: center;
  justify-content: center;
}
.md_block {
  background: #fff;
  z-index: 20;
  position: fixed;
  padding: 25px;
  width: 500px;
}
.md_block .md_close {
  position: absolute;
  top: 15px;
  right: 15px;
  cursor: pointer;
}
.md_block .name {
  font-size: 2em;
}
.md_block .text {
  font-size: 1.2em;
  padding: 10px 0;
}
.md_block .i_understand {
  cursor: pointer;
}
#callback_form {
  color: #fff;
}
#callback_form input[type="text"],
#callback_form textarea {
  background: #d9d9d9;
  border: none;
  padding: 5px;
  width: 100%;
  color: #000;
}
#callback_form .block {
  padding-bottom: 10px;
}
#callback_form .block.error {
  border: 1px solid red;
  padding: 5px 15px 15px 15px;
  color: #c13535;
}
#callback_form .md_block {
  background-color: rgba(37, 39, 52, 0.75);
  border-radius: 10px;
}
#callback_form .buttons {
  text-align: center;
  padding-top: 20px;
}
.header-callback {
  display: none;
  position: absolute;
  top: 50px;
  left: 0;
  background: rgba(0, 0, 0, 0.8);
  width: 100%;
  overflow-y: auto;
  color: #fff;
  text-align: center;
}
.header-callback.hide {
  display: none;
}
.header-callback .phone {
  padding: 35px 0 10px;
}
.header-callback .phone a {
  color: #fff;
  font-size: 27px;
  font-weight: bold;
}
.header-callback .work_time {
  padding: 30px 0 50px;
  font-size: 17px;
  text-transform: uppercase;
  text-decoration: underline;
}
.header-callback.show {
  display: block;
}
.comments .zag {
  font: bold 16px Arial, Helvetica, sans-serif;
  display: block;
  padding: 10px 0;
}
.comments .comment .line {
  border-bottom: 1px solid #ddd;
  margin: 10px 0;
}
.comments .comment .name {
  font: bold 14px Arial, Helvetica, sans-serif;
}
#preview {
  position: absolute;
  border: 1px solid #ccc;
  background: #ffd251;
  padding: 5px;
  display: none;
  color: #fff;
  z-index: 800;
}
#preview_descr {
  position: absolute;
  border: 1px solid #ccc;
  background: #ffffc8;
  padding: 10px;
  display: none;
  color: #000;
  z-index: 800;
  width: 400px;
}
.asc {
  padding-right: 15px;
  background: url(../images/sort-arrow-down.png) right no-repeat;
}
.desc {
  padding-right: 15px;
  background: url(../images/sort-arrow-up.png) right no-repeat;
}
a {
  color: #31aac0;
}
a:hover {
  color: #31aac0;
  text-decoration: underline;
}
.title,
h1 {
  min-height: 25px;
  padding: 0 0 5px 0;
  margin: 0;
  border: none;
  font-size: 14px;
  font-weight: bold;
  font-family: Roboto, Arial, sans-serif;
  line-height: 1.33;
}
.user_mes {
  min-height: 100px;
  width: 350px;
  padding: 15px;
  position: absolute;
  top: 50%;
  left: 100%;
  margin: -60px 0 0 -125px;
  background: #fff;
  z-index: 50;
  border: 1px solid #ccc;
  display: none;
  font-size: 15px;
  font-weight: bold;
  box-shadow: 0 0 100px rgba(0, 0, 0, 0.8);
}
.user_mes .mes_cont small {
  color: #666;
  font-weight: normal;
}
.user_mes .mes_ok {
  background: #f00;
  display: block;
  float: right;
  padding: 5px 10px;
  color: #fff;
  cursor: pointer;
}
.user_mes .mes_confirm {
  display: flex;
  justify-content: space-around;
  padding-top: 5px;
}
.user_mes .mes_confirm_no {
  color: #666;
  border: 1px solid #444;
  padding: 2px 5px;
  cursor: pointer;
  font-size: 12px;
  display: flex;
  align-items: center;
}
.user_mes .mes_confirm_yes {
  color: #ed4b3f;
  border: 1px solid #bd3b34;
  padding: 2px 15px;
  cursor: pointer;
  font-size: 18px;
  display: flex;
  align-items: center;
}
.gray {
  color: #ccc;
}
.static-page__page_view {
  padding: 10px;
}
.goto {
  color: #41c9e2;
  cursor: pointer;
  text-decoration: underline;
}
.no-wrap {
  white-space: nowrap;
}
table.wrapper {
  width: 100%;
}
.padding-wrapper {
  padding: 10px;
}
.red {
  color: #d82721;
}
.clear {
  clear: both;
}
.mobile_close {
  display: none;
}
.filter-li {
  position: relative;
}
.cityDropdown {
  font-size: 13px;
  position: relative;
}
.cityDropdown ul {
  position: absolute;
  z-index: 1;
  background: #fff;
  width: 100%;
  margin: 0;
  padding: 0;
  max-height: 200px;
  overflow-y: auto;
}
.cityDropdown ul li {
  list-style-type: none;
  margin: 0 0 5px 0;
}
.contacts .phone a {
  color: #fff;
  text-decoration: none;
}
.contacts .phone a:hover {
  color: #fff;
  text-decoration: underline;
}
.product-specifications {
  font-family: Arial, sans-serif;
  font-size: 14px;
  line-height: 1.6;
  width: 100%;
  max-width: 500px;
}
.product-specifications strong {
  font-size: 16px;
  margin-bottom: 8px;
  display: block;
  font-weight: bold;
  color: #222;
}
.product-specifications .spec-row {
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #ddd;
  padding: 4px 0;
}
.product-specifications .spec-label {
  font-weight: 500;
  color: #333;
  min-width: 200px;
}
.product-specifications .spec-value {
  font-weight: 400;
  color: #555;
  text-align: left;
  flex-grow: 1;
}
