

/* Start:/image/newheader.css?160698438818485*/
@charset "UTF-8";
/*========================== reset.css ==========================
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, sub, sup, tt, var,
b, u, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline; } */

/* HTML5 display-role reset for older browsers 
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, time {
  display: block; }

body {
  line-height: 1; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

a, input, select, textarea {
  outline: none; }

img, input {
  border: none;
  height: auto;
  max-width: 100%; }

button {
  border: 0;
  cursor: pointer;
  outline: none;
  padding: 0; }

input[type=submit], button[type=submit] {
  cursor: pointer; }
*/
* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

.jq-checkbox,
.jq-radio {
  position: relative;
  display: inline-block;
  overflow: hidden;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.jq-checkbox input,
.jq-radio input {
  position: absolute;
  z-index: -1;
  margin: 0;
  padding: 0;
  opacity: 0; }

.jq-file {
  position: relative;
  display: inline-block;
  overflow: hidden; }

.jq-file input {
  position: absolute;
  top: 0;
  right: 0;
  height: auto;
  margin: 0;
  padding: 0;
  opacity: 0;
  font-size: 100px;
  line-height: 1em; }

.jq-file__name {
  overflow: hidden;
  white-space: nowrap;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis; }

.jq-selectbox,
.jq-select-multiple {
  position: relative;
  display: inline-block; }

.jq-selectbox select,
.jq-select-multiple select {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  opacity: 0; }

.jq-selectbox li,
.jq-select-multiple li {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  white-space: nowrap; }

.jq-selectbox {
  z-index: 10; }

.jq-selectbox__select {
  position: relative; }

.jq-selectbox__select-text {
  overflow: hidden;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  white-space: nowrap;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis; }

.jq-selectbox__dropdown {
  position: absolute; }

.jq-selectbox__search input {
  -webkit-appearance: textfield; }

.jq-selectbox__search input::-webkit-search-cancel-button,
.jq-selectbox__search input::-webkit-search-decoration {
  -webkit-appearance: none; }

.jq-selectbox__dropdown ul {
  position: relative;
  overflow: auto;
  overflow-x: hidden;
  margin: 0;
  list-style: none;
  -webkit-overflow-scrolling: touch; }

.jq-select-multiple ul {
  position: relative;
  overflow-x: hidden;
  -webkit-overflow-scrolling: touch; }

.jq-number {
  display: inline-block; }

.jq-number__field input {
  -moz-appearance: textfield;
  text-align: left;
  /* для Opera Presto */ }

.jq-number__field input::-webkit-inner-spin-button,
.jq-number__field input::-webkit-outer-spin-button {
  margin: 0;
  /* в каких-то браузерах присутствует отступ */
  -webkit-appearance: none; }

/**
 * Основные стили
 **/
body {
  font-family: Arial, Tahoma, Verdana, Helvetica, sans-serif;
  font-size: 16px;
  min-width: 300px;
  overflow-x: hidden; }

strong {
  font-family: Arial, Tahoma, Verdana, Helvetica, sans-serif;
  font-weight: 700; }

a {
  text-decoration: none; }

label {
  cursor: pointer; }

.left {
  float: left; }

.right {
  float: right; }

.text__right {
  text-align: right; }

.text__center {
  text-align: center; }

.clearfix {
  display: inline-block; }

.clearfix {
  zoom: 1;
  display: block; }

.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden; }

.header {
  font-size: 14px; }

.center {
  margin-left: auto;
  margin-right: auto;
  width: 990px; }

.header_row--1 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 0 0 20px 0; }

.top__menu {
  background: #0367f9;
  list-style-type: none;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0 20px;
  margin: 0;
  width: calc(100% - 290px); }
  .top__menu li {
    padding: 16px 0; }
  .top__menu a {
    color: #ffffff;
    display: block;
    position: relative;
    text-decoration: none; }
    .top__menu a:hover {
    color: #fff;
    text-decoration:none;
    }
    .top__menu a::after {
      border-bottom: 1px dashed #fff;
      content: '';
      display: block;
      left: 50%;
      position: absolute;
      -webkit-transition: width .3s ease-in-out;
      -o-transition: width .3s ease-in-out;
      transition: width .3s ease-in-out;
      -webkit-transform: translateX(-50%);
          -ms-transform: translateX(-50%);
              transform: translateX(-50%);
      width: 0%; }
    .top__menu a:hover::after {
      width: 100%; }

.title__1 {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  background: #dc2128;
  color: #ffffff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  width: 290px; }

.header__row--2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 0 0 26px 0;
  padding: 0 30px 0 10px; }

.logo {
  margin: 0 40px 0 0; }
  .logo img {
    display: block; }

.phone {
  color: #000000;
  display: inline-block;
  line-height: 1.3; }

.headheight {
line-height: 20px;
}

.list_1 {
  list-style-type: none;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex; }
  .list_1 > li {
    padding: 10px 0 0 0; }
    .list_1 > li + li {
      margin-left: 29px; }

.address {
  line-height: 1.2;
  margin: 5px 0 0 0; }

.call__link {
  background: url(/image/../img/call-icon.png) no-repeat left top;
  color: #000;
  padding: 0 0 5px 20px;
  text-decoration: underline; }
  .call__link:hover {
    text-decoration: none; }

.basket {
  background-color: #ffffff;
  border: 1px solid #ff0000;
  -webkit-border-radius: 10px;
          border-radius: 10px;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.49);
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.49);
  cursor: pointer;
  color: #dc2128;
  display: block;
  padding: 6px 5px 5px 7px;
  text-align: center;
  width: 132px; }
  .basket__wrap {
    padding: 0 0 10px 0;
    position: relative;
    width: 134px; }
    .basket__wrap:hover .basket__list {
      display: block; }
  .basket__count {
    background: url(/image/../img/basket-icon.png) no-repeat;
    color: #000;
    display: block;
    height: 26px;
    margin: 0 auto 3px;
    text-align: center;
    width: 32px; }
  .basket__summ {
    color: #000000;
    display: block;
    font-size: 13px;
    margin: 0 0 2px 0; }
  .basket__txt {
    display: block;
    font-size: 13px;
    padding: 0 0 0 12px;
    position: relative; }
    .basket__txt::before {
      border-left: 5px solid transparent;
      border-right: 5px solid transparent;
      border-top: 5px solid #dc2128;
      content: '';
      height: 0;
      position: absolute;
      left: 0;
      top: calc(50% - 2.5px);
      width: 0; }
  .basket__list {
    background: #fefefe;
    -webkit-border-radius: 5px;
            border-radius: 5px;
    -webkit-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.35);
            box-shadow: 0 3px 7px rgba(0, 0, 0, 0.35);
    display: none;
    position: absolute;
    right: 0;
    top: 99%;
    width: 306px;
    z-index: 2; }
    .basket__list.basket-active {
      display: block; }
    .basket__list::before {
      background: url(/image/../img/arrow-top.png) no-repeat;
      content: '';
      height: 11px;
      position: absolute;
      right: 20px;
      top: -11px;
      width: 24px; }
    .basket__list--item {
      margin: 0 20px 0 22px;
      padding: 20px 0 7px 0;
      position: relative; }
      .basket__list--item + .basket__list--item {
        border-top: 1px dotted #dc2128; }
  .basket__name {
    color: #000000;
    display: block;
    font-size: 12px;
    line-height: 1.2;
    margin: 0 0 18px 0;
    text-align: left; }
  .basket__price {
    color: #000000;
    display: block;
    font-weight: bold;
    letter-spacing: -0.96px;
    padding: 0 0 0 140px; }
  .basket__item--close {
    background: url(/image/../img/close-basket.png) no-repeat;
    bottom: 7px;
    cursor: pointer;
    display: block;
    height: 13px;
    position: absolute;
    right: 0;
    width: 13px; }
  .basket__result {
    background: #e8e8e8;
    padding: 13px 15px 14px 15px;
    text-align: left; }
    .basket__result--summ {
      color: #000000;
      display: block;
      font-size: 16px;
      font-weight: bold;
      margin: 0 0 9px 0; }
    .basket__result--link {
      color: #dc2128;
      font-weight: bold;
      text-decoration: underline; }

.list_2 {
    background: #f8f8f8;
    margin: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between; }
  .list_2 li {
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    font-size: 13px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    line-height: 1.2;
    padding: 15px 0 15px 0;
    position: relative;
    width: 25%; }
    .list_2 li + li::before {
      background: #000;
      height: 30px;
      content: '';
      left: 0;
      position: absolute;
      top: calc(50%-15px);
      width: 2px; }
    .list_2 li:hover .hover__box {
      display: block; }
  .list_2 strong {
    font-weight: bold; }
  .list_2 .svg__icon {
    margin: 0 14px 0 0; }
  .list_2 .icon-1 {
    display: inline-block;
    height: 27px;
    width: 23px; }
  .list_2 .icon-2 {
    height: 21px;
    width: 43px; }
  .list_2 .icon-3 {
    height: 23px;
    width: 23px; }
  .list_2 .icon-4 {
    height: 21px;
    width: 30px; }

.list_2 ul {
margin-left: 0px !important;
}

.header__row--col {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex; }

.hover__box {
  background: #fefefe;
  -webkit-border-radius: 5px;
          border-radius: 5px;
  -webkit-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.35);
          box-shadow: 0 3px 7px rgba(0, 0, 0, 0.35);
  display: none;
  font-size: 12px;
  left: 30px;
  padding: 5px 20px;
  position: absolute;
  top: 100%;
  width: 387px;
  z-index: 2; }
  .hover__box::before {
    background: url(/image/../img/arrow-top.png) no-repeat;
    content: '';
    height: 11px;
    position: absolute;
    top: -11px;
    width: 24px; }
  .hover__box p {
    margin: 0 0 15px 0; }
  .hover__box a {
    color: #dc2128;
    text-decoration: underline; }

.mypromo {
  background-image: -webkit-gradient(linear, left bottom, left top, from(#0067ff), to(#0044a9));
  background-image: -webkit-linear-gradient(bottom, #0067ff 0%, #0044a9 100%);
  background-image: -o-linear-gradient(bottom, #0067ff 0%, #0044a9 100%);
  background-image: linear-gradient(to top, #0067ff 0%, #0044a9 100%);
  -webkit-border-radius: 10px;
          border-radius: 10px;
  -webkit-box-shadow: 0 0 24px #282828;
          box-shadow: 0 0 24px #282828;
  color: #ffffff;
  margin: 0 auto;
  padding: 30px 21px 10px 21px;
  width: 500px; }
  .mypromo__title {
    display: block;
    font-size: 30px;
    line-height: 1.2;
    margin: 0 0 30px 0;
    text-align: center;
    text-transform: uppercase; }
  .mypromo__discount {
    display: block;
    font-size: 100px;
    font-weight: 600;
    margin: 0 0 45px 0;
    text-align: center; }
  .mypromo__form {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin: 0 0 15px 0; }
    .mypromo__form input {
      -webkit-border-radius: 5px;
              border-radius: 5px;
      font-family: Arial;
      height: 46px;
      display: block;
      width: 220px; }
  .mypromo__small {
    display: block;
    font-size: 15px;
    text-align: center; }

.input__txt {
  background: #ffffff;
  color: #636262;
  font-size: 18px;
  padding: 0 20px;
  text-align: left; }

.input__submit {
  background: #e31e24;
  color: #ffffff;
  font-size: 18px;
  font-weight: 700;
  text-align: center; }

.jq-selectbox {
  background: #fff;
  display: inline-block; }
  .jq-selectbox li {
    cursor: pointer;
    padding: 10px 5px; }
  .jq-selectbox.dropdown .jq-selectbox__trigger {
    border: none;
    border-bottom: 5px solid #dc2128;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent; }

.jq-selectbox__trigger {
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 5px solid #dc2128;
  height: 0;
  position: absolute;
  left: calc(100% + 6px);
  top: 4px;
  width: 0; }

.jq-selectbox__dropdown {
  background: #fff;
  width: 100%; }
  .jq-selectbox__dropdown li {
    padding: 5px 2px;
      width: 110px;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease; }
    .jq-selectbox__dropdown li:hover {
      color: #dc2128; }

.jq-selectbox__dropdown li.selected {
  color: #dc2128;
}

.jq-selectbox__select {
  cursor: pointer;
  text-align: center; 
  }
  .jq-selectbox__select .jq-selectbox__select-text {
    border-bottom: 1px dashed #dc2128;
    font-size: 14px;
    width: auto !important; 
    }

.time-work__val-2{
display:none;
}

.textaddress {
font-size: 12px;
font-style: italic;
color: #9b9b9b;
}

.calltext {
font-size: 12px;
color: #9b9b9b;
}

.forregions {
font-size: 12px;
color: #9b9b9b;
}


@media (max-width: 1050px) {
  .center {
    width: 800px; }
  .header_row--1 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse; }
  .header__row--2 {
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center; }
  .title__1 {
    margin: 0 auto;
    padding: 16px 0;
    width: 100%; }
  .top__menu {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    width: 100%; }
  .header__row--col {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    width: calc(100% - 200px); }
    .header__row--col .logo {
      margin: 0 auto 20px; }
  .list_1 {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between; }
    .list_1 > li + li {
      margin-left: auto; }
  .list_2 {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; }
    .list_2 > li {
      width: 50%; }
      .list_2 > li + li::before {
        display: none; }
      .list_2 > li:nth-child(even)::before {
        display: block; } }

@media (max-width: 830px) {
  .center {
    width: 700px; }
  .header__row--col {
    width: calc(100% - 170px); } }

@media (max-width: 730px) {
  .center {
    width: 600px; }
  .header__row--2 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column; }
  .header__row--col {
    width: 100%; }
  .basket {
    margin-top: 20px; }
    .basket__wrap:hover .basket__list {
      display: none; }
  .basket__list {
    right: auto;
    left: calc(50% - 153px); }
    .basket__list::before {
      right: calc(50% - 12px); } }

@media (max-width: 630px) {
  .center {
    width: 500px; }
  .top__menu {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center; }
    .top__menu li {
      padding: 15px 10px; } }

@media (max-width: 530px) {
  .center {
    width: 400px; }
  .list_1 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column; }
    .list_1 > li + li {
      margin-left: 0;
      margin-top: 15px; }
  .mypromo {
    width: 95%; }
    .mypromo__title {
      font-size: 25px; }
    .mypromo__form {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
          -ms-flex-direction: column;
              flex-direction: column; }
      .mypromo__form input {
        width: 100%; }
        .mypromo__form input + input {
          margin-top: 20px; }
    .mypromo__discount {
      font-size: 80px; } }

@media (max-width: 430px) {
  .center {
    width: 100%; }
  .list_2 > li {
    width: 100%; }
    .list_2 > li:nth-child(even)::before {
      display: none; } }

/* End */


/* Start:/image/styles_mobile.css?175615129222327*/
﻿@media screen and (min-width: 961px) {
body {overflow: auto !important;}
#zakr, #hovr {display: none !important;}
#leftColomn {display: block !important; left: 0px !important;}
}

/* Up button */
.scrollup {background: #808080; color: #fff; width: 60px; height: 60px; -webkit-border-radius: 620px; border-radius: 620px; position: fixed; bottom: 100px; right: 65px; display: none; text-align: center; z-index: 100; opacity: 0.3; }
.scrollup:hover {opacity: 1;}
.scrollup:hover:after {webkit-transform: scale(1); -ms-transform: scale(1); -webkit-transform: scale(1); transform: scale(1); opacity: 1;}
.scrollup:after {top: -7px; left: -7px; padding: 7px; -webkit-box-shadow: 0 0 0 4px #d9d9d9; box-shadow: 0 0 0 4px #d9d9d9; -webkit-transition: -webkit-transform 0.2s, opacity 0.2s; -webkit-transform: scale(0.8); -moz-transition: -moz-transform 0.2s, opacity 0.2s; -moz-transform: scale(0.8); -ms-transform: scale(0.8); -webkit-transition: opacity 0.2s, -webkit-transform 0.2s; transition: opacity 0.2s, -webkit-transform 0.2s; -o-transition: transform 0.2s, opacity 0.2s; transition: transform 0.2s, opacity 0.2s; transition: transform 0.2s, opacity 0.2s, -webkit-transform 0.2s; transform: scale(0.8); opacity: 0; pointer-events: none; position: absolute; width: 100%; height: 100%; -webkit-border-radius: 50%; border-radius: 50%; content: ''; -webkit-box-sizing: content-box; box-sizing: content-box; }
.scrollup img {position: absolute; top: 50%; left: 50%; margin-left: -10px; margin-top: -6px;}

@media screen and (max-width: 975px) {
	.frame-tour {display: inline !important;}
	#action15 {height: 104px; width: 360px; overflow: hidden; background-position: -405px 0px;}
	#action15 * {display: none;}
	#mobile_version {display: none !important;}
	#full_version {display: inline !important;}
}
@media screen and (max-width: 960px) {
img {max-width: 100% !important; height: auto !important; box-sizing: border-box;}
iframe, textarea, input, button, submit, select, video, object, embed {max-width: 100% !important; box-sizing: border-box;}
table, span, div, ins {max-width: 100% !important;}
.content_column div[style^="text-align: justify;"], .content_column li[style^="text-align: justify;"], .content_column p[style^="text-align: justify;"] {text-align: left !important;}

#leftColomn {float: none !important; margin: 0px; padding: 0px; width: 270px !important; max-height: 100%; height: 100%; box-sizing: border-box; overflow: auto; -webkit-overflow-scrolling:touch; touch-action: pan-y; position: fixed; display: none; background-color: #fff; top: 0px; left: -100%; right: auto; z-index: 201; -webkit-transition: left 0.5s; -moz-transition: left 0.5s; -o-transition: left 0.5s; transition: left 0.5s;}
#buter {border: 1px solid #dfe6e8; opacity: 0.7; width: 32px; height: 23px; cursor: pointer; box-sizing: content-box; background: url('/image/buter.png') center no-repeat; display: block !important; padding: 6px; position: fixed; top: 0px; left: 0px; z-index: 199; background-size: 32px 23px !important; background-color: #fff; border-radius: 0 0 3px 0;}
#buter:hover {opacity: 1 !important;}
#zakr {z-index: 99999990 !important; cursor: pointer; color: #00b4e8; position: fixed; right: 5px; top: 5px; padding: 0; font-size: 25px; line-height: 25px; width: 25px; text-align: center;}
#zakr:hover {color: #ff9900 !important;}
#hovr {background: #000000; background: rgba(0, 0, 0, 0.7); position: fixed; top: 0px; bottom: 0px; left: 0px; right: 0px; z-index: 200; opacity: 0; -webkit-transition: opacity 1s; -moz-transition: opacity 1s; -o-transition: opacity 1s; transition: opacity 1s;}
.scrollup {bottom: 85px; left: 90%; margin-left: -20px; width: 40px; height: 40px; margin-left: -20px;}

.left_column .search_form {display: none;}
.search_form input.submit {z-index: 1;}

#filt {display: block !important; text-align: center; margin-top: 10px; float: right;}
#filt a {text-decoration: none !important;}
#filt span {display: inline-block; border-bottom: 1px #00b4e8 dashed; color: #00b4e8; vertical-align: top; margin-left: 5px;}
.bx_filter_horizontal {display: none;}
.bx_filter_horizontal .cnt1 .bx_filter_container {width: 75%; width: calc(100% - 145px);}
.catalog_sort a {display: inline-block;}

.frame-tour {display: inline !important;}
#action15 {height: 104px; width: 360px; overflow: hidden; background-position: -405px 0px; display: none !important;}
#action15 * {display: none;}
#mobile_version {display: none !important;}
#full_version {display: inline !important;}
.logo img {width: 100% !important; max-width: 700px !important;}
.logo1 {display: none !important;}
.logo2 {display: inline-block !important;}
ul.breadcrumb-navigation {padding-top: 14px;}

.main_50 > tbody > tr > td:first-child {width: 50px;}
.main_50 img {min-width: 100px !important; width: 100px !important;}
.main_50 > tbody > tr > td:first-child img {margin-right: 10px;}
.top_price .buy_btn.column2 a img {min-width: 84px !important; width: 84px !important;}
.catalog_list_spacer img {height: 1px !important; width: 100px !important;}
.catalog_list_spacer {width: 100% !important;}

.main_element{margin: 1% !important; width: 23% !important; box-sizing: border-box;}
.main_element .name {display: flex; align-items: center; justify-content: left; min-height: 65px;}
.main_element .name a {min-height: 0px !important; line-height: 14px !important; padding: 7px; overflow: hidden; box-sizing: border-box;}

.voskl {margin: 10px 0px !important;}
.voskl span {display: inline-block !important; margin-bottom: 5px !important;}

.sovety img {margin: 5px 10px !important;}
.sovety p {margin: 0px !important;}

#order_form_div {width: 100% !important; max-width: 100% !important;}
.bx_ordercart_order_table_container {width: 100% !important; max-width: 100% !important;}
.bx_ordercart_order_table_container table {width: 100% !important; max-width: 100% !important;}

.top_bg {width: 100% !important; max-width: 720px !important; box-sizing: border-box; padding: 0px 0px 10px 0px !important; text-align: center !important; height: auto !important;}
#top .top_bg .phone .city, #top .top_bg .phone .city b, #top .top_bg .phone .city a {color: #000000 !important; text-shadow: none !important;}
.phone {max-width: 50% !important; margin-top: 0px !important; text-align: left !important; margin-left: 0px !important; top: auto !important; position: absolute !important; right: 1%; bottom: 7px !important;}
.time_table {color: black !important; font-size: 11px !important; text-align: center !important; width: 49% !important; position: static !important; margin-left: 0px !important; margin-top: 0px !important;}
.hot_line {color: black !important;font-size: 11px !important; width: 50% !important; position: static !important; margin-left: 0px !important; margin-top: 0px !important;}
#goroda {color: black !important;}
.metro {color: black !important; font-size: 11px !important; display: none !important;}
#telefony {color: black !important; text-align: right;}
#telefony a {color:#00B5EA !important;}
.ya-phone-msc-top2 {color: #00B5EA !important; display: inline-block; text-shadow: 0 1px 0 #666; text-decoration: none;}
.popbox {width: auto !important; position: static !important; float: left !important; min-width: 99% !important; }
.open {max-width: 270px !important; margin: 0 auto !important; width: auto !important; padding: 0px !important; padding-left: 40px !important;}
#basked > table {width: 100%;}
 
.left_menu {font-size: 16px !important; padding: 20px 0px 10px 0px !important;}
.left_menu a, .left_menu span {margin-bottom: 7px !important;}
.search_form {margin: 0px !important; box-sizing: border-box;}
.basked {font-size: 14px !important; padding: 0px !important;}
.post_news_head {padding-top: 0px !important;}

#news, #post_news {padding-top: 0px !important; padding-left: 0px !important; padding-right: 0px !important; box-sizing: border-box;}
#broadcrumbs {padding-top: 10px !important; padding-bottom: 10px !important; height: auto !important;}
#catalog_head {padding-top: 10px !important; padding-bottom: 10px !important;}
#catalog_head table {width: 100% !important;}

.post_news_text {width: 80% !important; width: calc(100% - 95px) !important; box-sizing: border-box;}
#maintbl1 .post_news_text {width: 100% !important; width: calc(100% - 90px) !important; margin-top: 5px; vertical-align: middle;}
/*.post_news_head {padding-top: 10px !important;}*/
.left_column {padding: 15px 15px 0px !important;}
#main_elements table td {padding-bottom: 30px !important;}
.post_news_button {margin-top: 4px !important; vertical-align: top;}
.main_menu{font-size: 17px !important; background-color: #0258a8 !important; -o-background-size: 100% 100% !important; -moz-background-size: 100% 100% !important; -webkit-background-size: 100% 100% !important; background-size: 100% 100% !important;}
.main_menu td {padding: 5px 10px !important;}
.main_menu td a {height: auto !important; line-height: normal !important; padding: 3px 5px !important;}
.main_menu td a, .main_menu td > span {margin: 0px !important;}
.main_menu td a span {background-position: left center !important;}

#maintbl {width: auto !important; padding-left: 15px !important; padding-right: 15px !important;}
#maintbl1 {width: 100% !important; box-sizing: border-box; table-layout: fixed;}
#maintbl2 {width: 100% !important; box-sizing: border-box; table-layout: fixed;}
.maintbl3 {display: none !important;}
.content_column {width: 100%; box-sizing: border-box;}

.search_form input.text {padding: 2px 25px 2px 5px !important; width: 100% !important; box-sizing: border-box;}
#callme {display: none !important;}

#mmenu1 {width: 100% !important; box-sizing: border-box; table-layout: fixed;}
#mmenu2 {width: 100% !important; box-sizing: border-box; table-layout: fixed;}
#mmenu2 td {width: auto;}
.logo_place div {text-align: center !important;}
.logo_place .menu_icon {display: none; height: auto !important; padding: 5px; box-sizing: border-box;}
.logo_place .menu_icon img {vertical-align: top !important; width: 16 !important; margin-top: 3px !important;}
.logo_place .search_form {display: block !important; background-color: #00b4e8;}
.element_preveiw_mini {margin-right: 10px !important;}
h3.catalog_description {padding-top: 10px !important;}

.mfeedback input {width: 100% !important;}
.mfeedback textarea {width: 100% !important;}
.mfeedback div {width: 100% !important;}
.mfeedback .mf-captcha {text-align: center !important;}

.bottom_tbl {width: 100% !important;}
.bottom_zakr {display: none !important;}
.counters {width: 1px !important;}
.bottom_menu {background-color: #0258a8 !important; max-width: none !important; margin-left: -15px !important; margin-right: -15px !important;}
.bottom_menu, .bottom_bkgr {-o-background-size: 100% 100% !important; -moz-background-size: 100% 100% !important; -webkit-background-size: 100% 100% !important; background-size: 100% 100% !important; height: auto !important;}
.bottom_bkgr {background-image: url(/image/bottom_menu_bg.gif);}
.bottom_menu table td {height: auto !important; padding-bottom: 5px !important;}
.copyright {padding-top: 15px !important; padding-bottom: 15px !important;}

.buy_btn.column2 {width: auto !important;}
.buy_btn {width: auto !important;}
.buy_btn.column2 {float: right !important; position: static !important;}
.top_price {position: static !important;}
.filter_block {padding: 1% !important; margin-top: 5px !important;}

.data-table {width: 100% !important;}
.data-table th {padding: 1px !important;}
.data-table td {padding: 1px !important;}
.bx_ordercart_order_table_container {max-width: 580px !important;}
.bx_ordercart_order_table_container td {padding: 1px !important; margin: 0px !important;}

.main_element2 {float: none !important; display: inline-block !important; vertical-align: top !important; height: auto !important; margin: 1% !important; width: 30.333% !important; min-height: 0px !important; box-sizing: border-box;}
.main_element2 div {width: 100% !important; box-sizing: border-box;}
.main_element2 table {width: 100% !important; margin: 0 auto !important; box-sizing: border-box;}
.top_head {margin-bottom: 10px; padding-bottom: 10px;}

#menedgery img {width: 100% !important; height: auto !important;}
#menedgery2 img {width: 100% !important; height: auto !important;}
.sxema {max-width: 100% !important; width: 100% !important; overflow: auto !important;}
.main_50 td {padding-right: 0px !important;}
.bx_filter_horizontal .bx_filter_control_section {margin-bottom: 0px;}

#catalog_element_table {padding-bottom: 36px; padding-top: 4px;}
.catalog_element_preveiw {white-space: nowrap; overflow: auto; padding-top: 0px !important;}
.element_preveiw_mini {float: none !important; white-space: normal; display: inline-block; vertical-align: top;}
td.content_column table.kartochka {table-layout: fixed; width: 50%;}
td.content_column table {width: 100%; box-sizing: border-box;}
td.content_column table table.main_50 {width: 50% !important;}
h3.catalog_description {clear: both;}
.element_preveiw_mini:last-child {margin-right: 0px !important;}


.fancybox-overlay, .fancybox-wrap, .fancybox-skin, .fancybox-outer, .fancybox-inner {max-width: none !important;}
.add2basket_notify .btns a {margin: 5px 5px 0px !important;}

.row {max-width: none !important;}
.bottom_menu a, .bottom_menu a:hover, .bottom_menu span {height: auto !important; padding: 0px !important; display: inline-block; vertical-align: top; margin: 3px 0px !important;}
.bx_filter_horizontal .bx_filter_section {margin-top: 10px; box-sizing: border-box;}
.bottom_tbl .copyright {font-size: 12px;}
}
@media screen and (max-width: 820px) {
#element_preveiw_big a {width: 100% !important; box-sizing: border-box;}
.b1c-submit, button.b1c {margin-left: 50% !important; position: relative; left: -60px; margin-bottom: 15px !important;}
#catalog_element_table table.kartochka + table.kartochka td {padding-left: 15px; box-sizing: border-box;}
}
@media screen and (max-width: 800px) {
.main_element {width: 31.333% !important;}
.main_element .name a {-moz-hyphens: auto; -webkit-hyphens: auto; -ms-hyphens: auto; hyphens: auto;}
.main_element2 {width: 47% !important;}
}
@media screen and (max-width: 650px) {
td.content_column table table.main_50 {width: 100% !important;}
td.content_column table table.main_50:first-child {border-bottom: 1px solid #e9d98f; margin-bottom: 18px !important;}
td.content_column table table.main_50:first-child .top_price {padding-bottom: 18px;}
.main_50 > tbody > tr > td:first-child img {margin-right: 15px;}
}
@media screen and (max-width: 610px) {
.bx_filter_horizontal .bx_filter_container {width: 50% !important;}
.main_50 img {min-width: 80px !important; width: 80px !important;}
td.content_column table.kartochka {width: 100% !important; box-sizing: border-box;}
#catalog_element_table table.kartochka + table.kartochka td {padding-left: 0px;}
.catalog_element_preveiw {text-align: center !important;}
#catalog_element_table .announce {padding-top: 10px !important; padding-bottom: 0px !important;}
h3.catalog_description {padding: 15px 0px 0px 0px !important;}
div.catalog_description {padding: 13px 0px 0px 0px !important;}
#catalog_element_price {text-align: center;}
}
@media screen and (max-width: 600px) {
.post_news_text {width: 70% !important; width: calc(100% - 95px) !important;}
.bx_ordercart_order_table_container {max-width: 525px !important;}
#regform1 {width: 98% !important; padding 1% !important; float: left !important; margin-bottom: 20px !important;}
#regform1 table {width: 100% !important;}
#regform1 table input {width: 100% !important;}
#regform2 {width: 98% !important; padding 1% !important; float: left !important;}
#regform2 table {width: 100% !important;}
#regform2 table input {width: 100% !important;}
#regform2 table #NEW_GENERATE_N {width: auto !important;}
#regform2 table #NEW_GENERATE_Y {width: auto !important;}
#regform2 table img {margin: 0 auto !important;}
}
@media screen and (max-width: 579px) {
.bx-soa-item-imgcontainer {display: none !important;}
.bx-soa-item-content {padding-top: 0px !important;}
}
@media screen and (max-width: 545px) {
.buy_btn.column2 {width: auto !important;}
.buy_btn {width: auto !important;}
.top_head {width: 100% !important;}
.top_text {width: 100% !important;}
.main_50 {margin-bottom: 10px !important; width: 100% !important; margin-right: 0px !important; min-height: 100px !important;}
.main_50 img {min-width: 70px !important; width: 70px !important;}
.top_price .buy_btn.column2 a img {min-width: 84px !important; width: 84px !important;}
.catalog_list_spacer img {height: 1px !important;}
.bx_ordercart_order_table_container {max-width: 505px !important;}
.main_element {width: 48% !important;}
/*#catalog_head h1 {display: none;}*/
.left_rss a {display: inline-block;}
#maintbl2 p[style="text-align: justify;"], #maintbl2 p[align="justify"] {text-align: left !important;}
}
@media screen and (max-width: 525px) {
.bx_ordercart_order_table_container {max-width: 480px !important;}
.sxema {display: none !important;}
.sxema2 {display: inline-block !important;}
.sale-personal-order-list-filter select {width: 99% !important;}
.sale-personal-order-list-filter input {max-width: 70% !important;}

.bx_ordercart_order_table_container .sale-personal-order-list {word-break: normal !important;}
.bx_ordercart_order_table_container .sale-personal-order-list th {word-break: normal !important;}
.bx_ordercart_order_table_container .sale-personal-order-list td {word-break: normal !important;}
#catalog_head + p img {float: none !important; margin: auto auto 5px auto !important; display: block;}
#maintbl2 {overflow: hidden;}
td.content_column img[style^="float: right;"] {float: none !important; margin-left: auto !important; margin-right: auto !important; display: block;}
}
@media screen and (max-width: 500px) {
#goroda {font-size: 12px !important;}
body, tbody, table, td {-o-hyphens: auto; -moz-hyphens: auto; -webkit-hyphens: auto; -ms-hyphens: auto; hyphens: auto;}
.kartochka {width: 100% !important; table-layout: fixed; box-sizing: border-box;}
#element_preveiw_big a {width: 100% !important; box-sizing: border-box;}
.profile-block-shown input {width: 100% !important; box-sizing: border-box;}
.profile-block-shown select {width: 100% !important; box-sizing: border-box;}
.profile-block-shown textarea {width: 100% !important; box-sizing: border-box;}
#big_img {max-width: 100% !important;}
#element_preveiw_big {text-align: center !important;}
#catalog_element_price {text-align: center !important;}
.element_preveiw_mini {display: inline-block !important; float: inherit !important;}
#catalog_element_table {padding-bottom: 10px !important;}
.post_news_text {width: 50% !important; width: calc(100% - 95px) !important;}
.bx_ordercart_order_table_container {max-width: 410px !important;}
.bx_ordercart_photo_container {display: none !important;}
.main_element2 {width: 100% !important; margin: 10px 0px !important;}
}
@media screen and (max-width: 485px) {
.hot_line {font-size: 10px !important;}
#catalog_head td {display: block; width: auto; height: auto; text-align: left;}
.left_rss {float: none !important;}
}
@media screen and (max-width: 441px) {
.hot_line {font-size: 8px !important;}
#catalog_head {overflow: hidden;}
#catalog_head h1 {font-size: 22px;}
}
@media screen and (max-width: 430px) {
#goroda {font-size: 11px !important;}
.sovety img {width: 93% !important;}
.bx_ordercart_order_table_container {max-width: 395px !important;}
}
@media screen and (max-width: 415px) {
.main_element {width: 100% !important; margin: 10px 0px !important; text-align: center !important;}
.main_element .picture {margin: 0 auto !important;}
.bx_ordercart_order_table_container {max-width: 380px !important;}
.main_element .name a {min-height: 0px !important; padding-top: 10px; padding-bottom: 10px;}
.catalog_sort a {display: inline-block;}
.main_element .name {min-height: 0px; display: block;}
}
@media screen and (max-width: 400px) {
#goroda {font-size: 10px !important;}
#menedgery td {padding: 0px !important;}
#menedgery2 td {padding: 0px !important;}
.bottom_tbl .copyright {line-height: 17px !important;}
.bx_filter_horizontal .bx_filter_container {width: 100% !important;}
.bx_filter_horizontal .cnt1 .bx_filter_param_area_slider {width: 50%;}
#catalog_head + form input[type="text"] {width: 300px !important;  width: calc(100% - 60px) !important; box-sizing: border-box;}
.menu_icon {display: none !important;}
.popbox {display: none !important;}
#news {display: none !important;}
.left_column {padding: 15px !important;}
#post_news {display: none !important;}
.left_menu {padding-bottom: 0px !important;}
#submitsearch {display: none !important;}
.search_form input.submit#submitsearch {display: block !important;}
.bx_ordercart_order_table_container {max-width: 355px !important;}
}
@media screen and (max-width: 385px) {
.main_menu td span, .main_menu td a.active span, .main_menu td a:hover span {background: none !important; padding-left: 0px !important;}
}
@media screen and (max-width: 375px) {
#goroda {font-size: 8px !important;}
#telefony {font-size: 11px !important;}
.data-table {display: block; overflow: auto; width: 100%; box-sizing: border-box;}
.left_menu {font-size: 17px !important;}
/*.post_news_text {width: 100% !important; margin-top: 13px !important;}
.post_news_button {display: none !important;}*/
.bx_ordercart_order_table_container {max-width: 330px !important;}
.bottom_tbl td.copyright1 + td {display: none;}
}
@media screen and (max-width: 350px) {
.bx_ordercart_order_table_container {max-width: 308px !important;}
}
@media screen and (max-width: 328px) {
#goroda {font-size: 7px !important;}
.open {line-height: 18px !important; padding-bottom: 5px !important;}
.bottom_tbl .copyright a {display: inline-block !important; font-size: 11px !important; margin: 2px !important;}
.bottom_tbl .copyright1 {padding: 3px !important;}
.bx_ordercart_order_table_container {max-width: 280px !important;}
.hot_line {width: 45% !important;}
}
@media screen and (max-width: 300px) {
#goroda {display: none !important;}
.phone {min-width: auto !important;}
.bx_ordercart_order_table_container {max-width: 250px !important;}
}
@media screen and (max-width: 270px) {
.bx_ordercart_order_table_container {max-width: 230px !important;}
}
@media screen and (max-width: 250px) {
.bx_ordercart_order_table_container {max-width: 200px !important;}
}
/* End */


/* Start:/image/styles.css?174800992442837*/
﻿#leftmenu22 {margin: 10 10 !important; font-size: 17px !important;}
#leftmenu22 a {text-decoration: none !important; color: #e67817 !important;}
#leftmenu22 img {position: relative !important; top: 2px !important; padding-right: 10px !important; }
.bx_ordercart_order_table_container {overflow-x: auto;}

.7empty {}

body
{
 font-size: 80%;
 background-color : White;
 margin: 0px;
}
body, html 
{
	font-size: 13px;
}
BODY *
{
 font-size: 100%;
 font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
 /*color: black;*/

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

form
{
 margin: 0 0 0 0;
 padding: 0 0 0 0;
}

table
{
 margin-top: 0px;
 margin-bottom: 0px;
 /*Аналог cellpadding=0 cellspacing=0*/
 padding: 0 0 0 0;
 border-collapse: collapse;
 letter-spacing: 0;
 /*width: 100%;*/
}

h1
{
 font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
 font-size:24px;
 color:#010101;
 padding:0px;
 margin:0px;
 font-weight:normal;
 display:inline;
}
h2
{
 font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
 font-size:18px;
 color:#010101;
 padding:0px;
 margin:0px;
 font-weight:normal;
 margin-top: 15px;
}
h3
{
 font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
 font-size:14px;
 color:#010101;
 padding:0px;
 margin:0px;
 font-weight:bold;
 margin-top: 10px;
}

a
{
 
 color: #00b4e8;
 text-decoration: underline;
}

a b
{
 
 color: #00b4e8;
 text-decoration: underline;
}

input
{
 color : black;
}

a:hover
{
 color : #018ed4;
 text-decoration: underline;
}

p
{
 margin: 0.5em 2 1.5em 0;
}

hr
{ 
 height: 0px; 
 border-top: 1px solid gray;
 border-bottom: none; 
 margin: 10 0 10 0;
 padding: 0;
}
ul
{
 margin:0px;
 padding:0px;
 margin-left:20px;
}

ol
{
 margin:0px;
 padding:0px;
 margin-left:25px; 
}

/*Для выравнивания картинок по левому краю*/
.float_left
{
 float: left;
 margin: 5 10 3 0;
}
/*---------------------- TOP ----------------------------*/
#top
{
 text-align: center;
 position:relative;
}

#top .top_bg
{
 width: 990px;
 margin: 0px auto;
 height: 180px;
 text-align: left;
 position: relative;
}

#top .top_bg .phone
{
 position: absolute;
margin-left: 780px;
margin-top: -95px;
 color: #ffffff;
 font-size: 27px;
 z-index: 100;
}
#top .top_bg .phone .city
{
	font-size: 14px;
	color: #ffffff;
	margin-bottom: 7px;
	text-shadow: 0 1px 0 #666;
}
#top .top_bg .phone .city b
{
	color: #ffffff;
	display: block;
	line-height: 1.1em;
}
#top .top_bg .phone .city a
{
	color: #ffffff;
	text-decoration: none;
}
#top .top_bg .phone .city span
{
	color:#fa9684;
	font-size: 14px;
}
.metro
{
font-size: 11px;
font-weight: normal;
color: #ffffff;
margin-top: -5px;
margin-bottom: 5px;
}

.hot_line
{
 position: absolute;
 margin-left: 732px;
 margin-top: -41px;
 color: #ffffff;
 font-size: 12px;
 text-align: left;
 z-index: 102;
}
.time_table
{
 position: absolute;
 margin-left: 813px;
 margin-top: -55px;
 color: #ffffff;
 font-size: 12px;
 text-align: center;
 z-index: 101;
}

.some_white_block {
 position: absolute;
 top: 148px;
 left: 438px;
 color: #000000;
 font-size: 27px;
 background-image:url(/image/white_bg.png);
 height: 31px; 
 width: 540px;
}

#top .top_bg .phone span
{
 font-size: 18px;
 color: #949494;
}

#top .top_bg .site
{
 font-size: 18px;
 color: #f41f00;
 position: absolute;
 margin-left: 640px;
 margin-top: 154px;
 line-height: 20px;
 text-align: right;
}

.phone_lable
{
 color: #e67817;
 font-size:20px;
 font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
}
.phone_prefix
{
 float:left;
 color: #000;
 font-size:14px;
 line-height:25px;
 font-weight:bold;
 font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
}
.phone_number
{
 float:left;
 color: #000;
 font-size:23px;
 line-height:25px;
 /*font-weight:bold;*/
 font-family: Verdana, Arial, Helvetica, sans-serif;
 padding-left:5px;
}
.search
{
 padding: 0px;
 margin:0px;
 padding-top:19px;
 font-size:11px;
}

.search input
{
 vertical-align: middle;
}
.search_link *
{
 color: #018ed4;
}
.search_text
{
 width:205px;
 height:19px;
 border: 1px solid #b8b8b8;
 margin-left:25px;
 color:#6e6865;
 font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
 font-size:11px;
 padding-top:1px;
 padding-left: 5px;
 padding-right: 5px;
}
.search_button
{
 border: 0px none; 
 margin: 0px; 
 padding:0px;
 margin-left:9px;
 vertical-align: middle; 
 cursor: pointer;
}
@media all and (min-width: 0) {
 .search_button
 {
 border: 0px none; 
 margin: 0px; 
 padding:0px;
 margin-left:9px;
 margin-top: -3px; 
 vertical-align: middle; 
 cursor: pointer;
 }
 .search_text
 {
 width:205px;
 height:19px;
 border: 1px solid #b8b8b8;
 margin-left:25px;
 color:#6e6865;
 font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
 font-size:11px;
 padding-top:0px;
 padding-left: 5px;
 padding-right: 5px;
 }
}
/*------------------- Левя колонка -----------------*/
.left_column
{
 background-color: #F5F5F5;
 padding-right: 3px;
 padding-bottom: 15px;
}

#basked
{
 
}
.basked
{
 padding: 10px 0px 0px 26px;
 font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
 font-size:11px;
 font-weight:bold;
}

.basked
{
 padding: 10px 0px 7px 26px;
 font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
 font-size: 12px;
 font-weight: normal;
}

.basked a
{
 color: #00b4e8;
}

.basked a:hover
{
 color: #ff9900;
}

.my_basked
{
 padding-left:28px;
 padding-bottom:9px;
 background-image:url(/image/basket1.gif);
 background-position:top left; 
 background-repeat: no-repeat;
}

.my_cabinet
{
 padding-left:28px;
 padding-bottom:9px;
 background-image:url(/image/basket2.gif);
 background-position:top left;
 background-repeat: no-repeat;
}

.my_cabinet .info
{
 /*padding-top: 8px;*/
}

.my_feedback
{
 padding-left:28px;
 padding-bottom:9px;
 background-image:url(/image/feedback_icon.gif);
 background-position: 0px 2px; 
 background-repeat: no-repeat;
}

.my_help
{
 padding-left:28px;
 padding-bottom:9px;
 background-image:url(/image/basket3.gif);
 background-position:top left;
 background-repeat: no-repeat;
}

.left_menu
{
 /*background-image: url(/image/left_menu_bg.gif);
 background-repeat: repeat-y;*/
 font-size: 12px;
 padding: 26px 0px 10px 8px;
}

.left_menu div.header a, .left_menu div.header a:hover
{
 color: #000000;
 text-decoration: none;
 position: relative;
 margin-top: -10px;
}

.left_menu a, .left_menu span
{
 color: #d16504;
 /*padding-left: 18px;*/
 margin-bottom: 16px;
 /*background-image: url(/image/left_menu_bg_item.gif);
 background-repeat: repeat-y;*/
 display: block;
}

.left_menu a:hover, .left_menu span, .left_menu a.active
{
 color: #000000;
 /*background-image: url(/image/left_menu_bg_item_act.gif);*/
}

.left_menu .level2
{
 padding-bottom: 22px;
}

.left_menu .level2 a, .left_menu .level2 span
{
 /*padding-left: 44px;*/
 padding-left: 26px;
 margin-bottom: 13px;
 color: #d16504;
 background-image: url(/image/left_menu_bg_item2.gif);
 background-repeat: no-repeat;
 background-position: 11px 4px;
}

.left_menu .level2 a:hover, .left_menu .level2 span
{
 color: #666666;
 background-image: url(/image/left_menu_bg_item2_act.gif);
}

#tegs
{
 color:#054e77;
 font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
 padding-top:10px;
 padding-bottom:10px;
 
}
#tegs a
{
 color:#054e77;
 font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
 text-decoration:none; 
}
#tegs a:hover
{
 color:#054e77;
 text-decoration:underline; 
}
.tegs
{
 color:#054e77;
 font-size: 12px; 
}
.teg_level_1
{
 font-size: 26px;
 /*line-height:26px;*/
}
.teg_level_2
{
 font-size: 25px;
 /*line-height:26px;*/
}
.teg_level_3
{
 font-size: 24px;
 /*line-height:26px;*/
}
.teg_level_4
{
 font-size: 22px;
 /*line-height:26px;*/
}
.teg_level_5
{
 font-size: 20px;
 /*line-height:26px;*/
}
.teg_level_6
{
 font-size: 18px;
 /*line-height:26px;*/
}
.teg_level_7
{
 font-size: 16px;
 /*line-height:26px;*/
}
.teg_level_8
{
 font-size: 14px;
 /*line-height:26px;*/
}
.teg_level_9
{
 font-size: 13px;
 /*line-height:26px;*/
}
.teg_level_10
{
 font-size: 11px;
 /*line-height:26px;*/
}
#banner_left div
{
 padding-bottom:10px;
 background-repeat:no-repeat;
}
#news
{
 padding-top: 20px;
 padding-left: 8px;
}
.left_news_head
{
 color:#000000;
 font-size: 16px;
 font-weight: bold;
 padding-bottom: 0px;
}
.left_news_data
{
 color:#6e6865;
 font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
 font-size: 11px;
 font-weight:bold;
 background-image:url(/image/dotted.gif);
 background-position:bottom;
 background-repeat:repeat-x;
 padding-bottom:7px;
 margin-bottom:5px;
 padding-bottom:5px;
 padding-top:20px;
}
.left_news_text
{
 
}
.left_news_text a
{
 color:#e67817;
 font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
 font-size: 11px;
 text-decoration:underline;
}
.left_all_news
{
 float:left;
 background-image:url(/image/left_all_news.gif);
 background-position:center left;
 background-repeat: no-repeat;
 padding-left:15px;
 line-height:17px;
 margin-top:15px;
 
}
.left_all_news a
{ 
 color:#00b4e8;
 text-decoration:underline;
 font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
 font-size: 11px;
}
.left_rss 
{
 float:right;
 background-image:url(/image/left_rss.gif);
 background-position:top left;
 background-repeat: no-repeat;
 padding-left:23px;
 line-height:17px;
 margin-top:15px;
}
.left_rss a
{
 color:#00b4e8;
 text-decoration:underline;
 font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
 font-size: 11px;
}

#post_news
{
 padding-top:10px;
 position: relative;
 z-index: 2;
 padding-left: 8px;
}

#post_news .description
{
 font-size: 11px;
 color: #666666;
 padding-bottom: 16px;
}

#post_news .description *
{
 color: #666666;
}

.post_news_head
{
 color:#000000;
 font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
 font-size: 16px;
 font-weight:bold;
 padding-bottom:11px;
 padding-top: 30px;
}
.post_news_text
{
 color:#68737c;
 font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
 font-size: 11px;
 padding-top:1px;
 padding-left:1px;
 padding-right:5px;
 width: 82%;
 border: 1px solid #b8b8b8;

}
.post_news_button
{
 margin-top:7px;
}
/*--------------------------------------------------*/

/*--------------- Центральная колонка --------------*/
.main_menu
{
 background-color: #718d17;
 background-image:url(/image/menu_bg.gif);
 background-repeat:repeat-x;
 font-family: Arial, Helvetica, sans-serif;
 font-size: 14px;
 position: relative;
}

.main_menu .tea_cup
{
 position: absolute;
 width: 338px;
 height: 147px;
 background-image: url(/image/tea_cup.jpg);
 margin-top: -147px;
 margin-left: 19px;
}

.main_menu table
{
 
}

.main_menu td
{
 text-align: center;
 padding: 0px 9px;
}

.main_menu td a
{
 display: inline-block;
 color: #ffffff;
 height: 45px;
 line-height: 45px;
 text-decoration: none;
text-align: center;
}

.main_menu td a,
.main_menu td > span
{
	margin: 0px 6px;
}

.main_menu td a.active, .main_menu td a:hover
{
 text-decoration: none;
}

.main_menu td span, .main_menu td a.active span, .main_menu td a:hover span
{
 color: #ffb800;
 background-image: url(/image/menu_item_bg_act.gif);
 background-repeat: no-repeat;
 background-position: 0px 6px;
 padding-left: 15px;
}

.main_menu td a span
{
 color: #ffffff;
 background-image: url(/image/menu_item_bg_act.gif);
}

#broadcrumbs
{
 padding-top:18px;
 height:28px;
 color: #666666;
 font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
 font-size: 12px;
}

#broadcrumbs a
{
 text-decoration:underline;
 color: #666666;
}

#broadcrumbs a:hover
{
 color: #ff9900;
}

#main_banner
{
 padding-top:10px;
 padding-bottom:15px;
}

#main_elements
{
 margin-top: 7px;
}

#main_elements table td
{
 padding-bottom: 43px;
}

#main_elements table td .tags
{
 line-height: 12px; 
 padding-top: 4px; 
 padding-bottom: 4px;
}

.main_element
{
 border: 1px solid #999999;
width: 182px;
float: left;
display: inline-block;
margin-right: 10px;
margin-bottom: 30px;
}

.main_element2 {
width: 227px;
float: left;
display: inline-block;
margin-right: 30px;
//margin-bottom: 10px;
min-height: 450px;
}

.main_element .picture
{
 position: relative;
 width: 180px;
 height: 146px;
text-align: center;
 overflow: hidden;
margin-left: auto;
margin-right: auto;
}

.main_element .picture div
{
 width: 180px;
 bottom: 0px;
 position: absolute;
 text-align: center;
}

.main_element .picture a
{
 display: block;
}

.main_element .name
{
 background-color: #00b4e8;
 /*background-image: url(/image/photo_name_bg.gif);*/
 background-repeat: repeat-x;
}

.main_element .name a
{
 color: #ffffff;
 text-decoration: none;
 display: block;
 min-height: 65px;
 line-height: 20px;
 padding-left: 4px;
 text-decoration: underline;
}

.main_element .name a:hover
{
 color: #ffffff;
 	text-decoration: none;
}

.main_element_head
{
 color:#fff;
 font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
 font-size: 11px;
 font-weight:bold; 
}
.main_element_head a
{
 color:#fff;
 font-weight:bold; 
 text-decoration:none;
}
.main_element_head a:hover
{
 color:#fff;
 font-weight:bold; 
 text-decoration:underline;
}
.main_element_teg
{
 display:inline; 
 padding-left:11px;
 background-image:url(/image/main_element_teg.gif);
 background-position:left;
 background-repeat: no-repeat;
 color:#e67817;
 font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
 font-size: 11px;
}
.main_element_teg a
{
 color:#e67817;
 font-size: 11px;
 text-decoration:underline;
}
.main_element_teg a:hover
{
 color:#e67817;
 font-size: 11px;
 text-decoration:underline;
}
#main_best
{
 padding-bottom:15px;
}
.main_head
{
 color:#fff;
 font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
 font-size: 18px;
}
.main_head a
{
 color:#fff;
 text-decoration:none;
}
.main_head a:hover
{
 color:#fff;
 text-decoration:underline;
}
.top_head
{
 padding-top:16px;
 background-image:url(/image/dotted.gif);
 background-position:bottom;
 background-repeat:repeat-x;
 padding-bottom:8px;
 /*text-transform:uppercase;*/
 font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
 /*font-weight:bold;*/
 font-size:15px;
 margin-bottom: 5px;
}
.top_head a
{
 color:#e67817;
 text-decoration:underline;
 
}
.top_head a:hover
{
 color:#e67817;
 text-decoration:underline;
}
.top_presence
{
 font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
 font-size:12px;
 font-weight:bold;
 color:#666666;
 padding-bottom:5px;
 margin-left:-1px;
 //margin-left:0px;
}
.top_price
{
 font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
 font-size:20px;
 line-height:20px;
 color:#cd0744;
 padding-bottom:3px;
 margin-left:-2px;
 //margin-left:0px;
 position: relative;
}
.top_price_old
{
 text-decoration: line-through;
 color:#cd0744;
}
.top_price_new
{
 padding: 3px 0px 0px 0px;
 color:#cd0744;
 font-size: 24px;
}

.top_price span
{
 font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
 font-size:11px;
 color:#1f1a17;
}
.top_price img
{
 margin-bottom:-4px;
}

.top_price .buy_btn
{
 position: absolute;
 left: 250px;
 bottom: 8px;
}

.top_price .buy_btn.column2
{
 left: 150px;
}

a.action
{
 position: relative;
 display: inline-block;
 min-width: 55px;
 min-height: 55px;
}

a.action span
{
 position: absolute;
 display: inline-block;
 width: 55px;
 height: 55px;
 background-image: url(/image/sale.png);
 background-repeat: no-repeat;
 cursor: pointer;
}

a.action span.action15
{
 position: absolute;
 display: inline-block;
 width: 30px;
 height: 29px;
 background-image: url(/image/action15.png);
 background-repeat: no-repeat;
 cursor: pointer;
 bottom: 0px;
 right: 0px;
}

.action15_text
{
	font-family: Tahoma,Verdana,Arial,Helvetica,sans-serif;
	font-size: 11px;
	color: #1F1A17;
	background: #fff000;
	display: inline-block;
	padding: 1px 5px 2px 5px;
	margin: 2px 0px 3px 0px;
}

.top_text
{
 font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
 font-size:11px;
 color:#1f1a17;
}

#main_new
{
 padding-bottom:15px;
}
#catalog_head
{
 font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
 font-size: 24px;
 padding-bottom: 10px;
 padding-top: 5px; 
}

#catalog_head h1
{
 color: #bc8800;
}

#catalog_sort
{
 padding-bottom:10px;
}
.sort_checkbox
{

}
.sort_checkbox_lable
{
 position:relative; 
 top:-2px;
 color:#FFF;
 padding-left:4px;
}

@media all and (min-width: 0) 
{
 .sort_checkbox_lable
 {
 position:relative; 
 top:1px;
 color:#FFF;
 padding-left:4px;
 }
}
.sort_price_text
{
 border:1px solid #8f8d8b;
 width:50px;
 height:19px;
 background-color:#000;
 font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
 font-size:11px;
 color:#fff;
 padding-left:5px;
 padding-bottom:1px;
}
#catalog_list
{

}
.catalog_list_element
{ 

}
.catalog_list_spacer
{ 
 margin-top: 7px;
 margin-bottom: 18px;
 line-height: 0px;
 font-size: 0px;
 height: 1px;
 background-color: #e9d98f;
}
.catalog_list_head
{ 
 font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
 font-size: 16px;
 /*font-weight: bold;*/
 color: #bc8800;
 padding-bottom: 11px;
}
.catalog_list_head a
{ 
 color:#bc8800;
 text-decoration: none;
}
.catalog_list_head a:hover
{ 
 color:#bc8800;
}
.catalog_list_text
{ 
 font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
 font-size:11px;
 color:#1f1a17;
}
.catalog_list_available
{ 
 font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
 font-size:11px;
 color:#666666;
 font-weight:bold;
 padding-bottom:7px;
 padding-top:7px;
}
.catalog_list_available_
{ 
 font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
 font-size:11px;
 color:#666666;
 font-weight:bold;
 padding-bottom:7px;
 padding-top:7px;
}
.catalog_list_atribute_00
{
 background-image:none;
}
.catalog_list_atribute_01
{
 background-image:url(/image/catalog_list_atribute_01.gif);
 background-position:top;
 background-repeat:no-repeat;
 margin-left:15px;
}
.catalog_list_atribute_10
{
 background-image:url(/image/catalog_list_atribute_10.gif);
 background-position:top;
 background-repeat:no-repeat;
 margin-left:15px;
}
.catalog_list_atribute_11
{
 background-image:url(/image/catalog_list_atribute_11.gif);
 background-position:top;
 background-repeat:no-repeat;
 margin-left:15px;
}
#catalog_page
{
 padding-top:27px;
 padding-bottom:27px;
 font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
 font-size:11px; 
}
.catalog_page_element
{
 border:1px solid #e8e8e8; 
 display:inline;
 padding-top:1px;
 padding-bottom:1px;
 margin-left:7px;
}
.catalog_page_element_a
{
 border:1px solid #e8e8e8; 
 background-color:#f4f4f4; 
 display:inline;
 padding-top:1px;
 padding-bottom:1px;
 padding-left:5px;
 padding-right:5px;
 margin-left:7px;
 color:#e67817;
 font-weight:bold;
}
.catalog_page_element a
{
 color:#000000;
 text-decoration:none;
 padding-left:5px;
 padding-right:5px;
}
.catalog_page_element a:hover
{
 color:#000000;
 text-decoration:none;
}
.catalog_page_start
{
 display:inline;
 border:1px solid #e8e8e8; 
 padding-top:1px;
 padding-bottom:1px;
 margin-right:10px;
}
.catalog_page_start a
{
 color:#393939;
 text-decoration:none;
 padding-left:5px;
 padding-right:5px;
}
.catalog_page_start a:hover
{
 color:#393939;
 text-decoration:none;
}
.catalog_page_end
{
 display:inline;
 border:1px solid #e8e8e8; 
 padding-top:1px;
 padding-bottom:1px;
 margin-left:15px;
}
.catalog_page_end a
{
 color:#393939;
 text-decoration:none;
 padding-left:5px;
 padding-right:5px;
}
.catalog_page_end a:hover
{
 color:#393939;
 text-decoration:none;
}
.catalog_page_all
{
 display:inline;
 margin-left:20px;
 padding-left:10px;
 background-image:url(/image/all_pages.gif);
 background-position:left;
 background-repeat:no-repeat;
}
.catalog_page_all a
{
 color:#018ed4;
 text-decoration:underline;
}
.catalog_page_all a:hover
{
 color:#018ed4;
 text-decoration:underline;
}
.catalog_extra_link
{
 margin-left:30px;
 padding-left:10px;
 background-image:url(/image/all_pages.gif);
 background-position:left;
 background-repeat:no-repeat;
 font-size:11px !important;
 position:relative; top:-4px;
}
.catalog_extra_link a
{
 color:#018ed4;
 text-decoration:underline;
}
.catalog_extra_link a:hover
{
 color:#018ed4;
 text-decoration:underline;
}

#catalog_element_table
{
 padding-bottom:20px;
}

#catalog_element_table .announce
{
 padding-top: 22px;
 padding-bottom: 30px;
}
.catalog_element_preveiw
{
 padding-top:15px;
}
#element_preveiw_big
{
 position: relative;
}

#element_preveiw_big img 
{
 border: 1px solid #666666;
}

#element_preveiw_big a 
{
 border: 1px solid #666666;
 display: block;
 width: 373px;
 height: 407px;
 background-size: contain;
 background-repeat: no-repeat;
 background-position: center center;
 cursor: url(/image/zoom_icon.png), pointer;
}

#element_preveiw_big a.nolink
{
	cursor: default;
}

#element_preveiw_big.action span
{
 position: absolute;
 display: block;
 width: 55px;
 height: 55px;
 background-image: url(/image/sale.png);
 background-repeat: no-repeat;
 top: 0px;
 left: 0px;
}

#element_preveiw_big.garanty span
{
 position: absolute;
 display: block;
 width: 132px;
 height: 133px;
 background-image: url(/image/garantiya.png);
 top: -22px;
 left: -25px;
}

.element_preveiw_mini
{
 float: left;
 margin-right: 15px;
 cursor: pointer;
 position: relative;
 overflow: hidden;
 margin-bottom: 10px;
}

.element_preveiw_mini img
{
 position: relative;
 z-index: 0;
}

.element_preveiw_mini a
{
 position: relative;
 z-index: 0;
 display: block;
 height: 101px;
 width: 93px;
 background-position: center center;
 background-size: cover;
 background-repeat: no-repeat;
 border: 1px solid #666666;
}

.element_preveiw_mini .bg
{
 position: absolute;
 z-index: 1;
 /*margin: 1px 0px 0px 1px;*/
 width: 200px;
 height: 200px;
 background-color: #000000;
 background-image: url(/image/active_bg.gif);
 background-repeat: repeat;
 filter: progid:DXImageTransform.Microsoft.Alpha(opacity=30);
 -moz-opacity: 0.3;
 -khtml-opacity: 0.3;
 opacity: 0.3;
}

.mini_img
{
 border:1px solid #666666;
}
.mini_img_active
{
 border:1px solid #666666;
}
.catalog_element_text
{
 font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
 font-size:12px;
 color:#010101;
 line-height:17px;
}
#element_hidden_link
{
 font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
 font-size:12px;
 color:#e67817;
 padding-top:5px;
}
#element_hidden_link a
{
 color:#e67817;
 text-decoration:none;
 border-bottom-width: 1px;
 border-bottom-style: dashed;
 border-bottom-color: #e67817;
}
#element_hidden_link a:hover
{
 color:#e67817;
 text-decoration:none;
 border-bottom-width: 1px;
 border-bottom-style: dashed;
 border-bottom-color: #e67817;
}

#element_hidden_link2
{
 font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
 font-size:12px;
 color:#e67817;
 padding-top:5px;

}
#element_hidden_link2 a
{
 color:#e67817;
 text-decoration:none;
 border-bottom-width: 1px;
 border-bottom-style: dashed;
 border-bottom-color: #e67817;
}
#element_hidden_link2 a:hover
{
 color:#e67817;
 text-decoration:none;
 border-bottom-width: 1px;
 border-bottom-style: dashed;
 border-bottom-color: #e67817;
}

#catalog_element_hidden
{
 display:none;
 font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
 font-size:12px;
 color:#010101;
 line-height:17px;
 padding-bottom:15px;
}
#catalog_element_price
{
 padding-left:0px;
 padding-top: 10px;
}
#catalog_element_price img
{
 vertical-align: top;
 margin-top: 2px;
}

#catalog_element_price span
{
 font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
 font-size:20px;
 line-height:20px;
 color:#cd0744;
}

#catalog_element_price span.old
{
 text-decoration: line-through;
 display: block;
 padding: 0px 0px 7px 0px;
}

#catalog_element_price span.new
{
 font-size: 24px;
}

#catalog_element_price span span
{
 font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
 font-size:11px;
 color:#1f1a17;
}
#catalog_element_price div
{
 display:inline;
 color:#054e77;
 font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
 font-size:11px;
 margin-bottom:5px;
 margin-left:20px;
 padding-left:10px;
 background-image:url(/image/all_pages.gif);
 background-position:left;
 background-repeat:no-repeat;
}

#catalog_element_preferences
{
 padding-top:20px;
}
.element_preferences_head
{
 color:#b51c1c;
 font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
 font-size:18px;
}
.element_preferences_d
{
 color:#1f1a17;
 font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
 font-size:11px;
 background-color:#f0f1f2; 
 height:24px;
}
.element_preferences_l
{
 color:#1f1a17;
 font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
 font-size:11px;
 height:24px;
}
/*--------------------------------------------------*/
.news_el_data
{
 color: #666666;
 font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
 font-size:11px;
 font-weight: bold;
 padding-bottom: 4px;
 padding-top: 12px;
}
.news_el_head a
{
 color: #e67817;
 font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
 font-size:12px;
 font-weight: normal;
 text-decoration: underline;
}
.news_el_head a:hover
{
 color: #e67817;
 font-weight: normal;
 text-decoration: underline;
}

.news_list .news_el_head
{
 padding-bottom: 12px;
}
/*--------------------- Подвал ---------------------*/
.bottom_tbl
{
 position: relative;
 margin-top: 10px;
}

td.content_column
{
 padding-bottom: 0px;
}

.bottom_menu
{
 background-color: #61810c;
 background-image: url(/image/bottom_menu_bg.gif);
 background-repeat: repeat-x;
 font-family: Arial, Helvetica, sans-serif;
 font-size: 12px;
 height: 28px;
}

.bottom_menu table
{
}

.bottom_menu table td
{
 vertical-align: middle;
 height: 26px;
 text-align: center;
 //white-space: nowrap;
 padding: 0px 10px;
}

.bottom_menu a, .bottom_menu a:hover, .bottom_menu span
{
 color: #ffffff;
vertical-align: middle;
height: 26px;
text-align: center;
padding: 0px 10px;
}

.bottom_menu a:hover
{
 text-decoration: none;
}

.bottom_tbl .copyright
{
 font-size: 11px;
 color: #666666;
 padding: 45px 0px 40px 0px;
}
/*--------------------------------------------------*/

/*Логотип*/
.logo_place 
{
 vertical-align: top;
 background-color: #F5F5F5;
}

.logo_place div
{
 text-align: center;
}

.logo_place .top_line
{
 font-size: 0px;
 line-height: 0px;
 height: 12px;
 background-color: #edde97;
}

.logo_place .logo
{
 padding-top: 18px;
}

.logo_place .text1
{
 padding-top: 5px;
}

.logo_place .text2
{
 padding-top: 8px;
}

.logo_place .menu_icon
{
 height: 26px;
 background-color: #00b4e8;
 line-height: 0px;
}

.logo_place .menu_icon img
{
 margin: 8px 11px 0px 11px;
 vertical-align: top;
}
/*/Логотип*/

/*Контактный телефон*/
.contact_phone
{
 /*padding-top: 52px;*/
 padding-left: 25px;
 color: #666666;
 font-size: 12px;
 padding-bottom: 11px;
}

.contact_phone span
{
 font-size: 16px;
 font-weight: bold;
}

.contact_phone .code
{
 color: #ff9900;
}

.contact_phone .phone
{
 color: #3b8201;
}
/*/Контактный телефон*/

/*Поиск*/
.top_search
{
 background-image:url(/image/search_bg.gif); 
 background-repeat: no-repeat;
 vertical-align: top;
 height: 70px;
}
/*/Поиск*/

/*Фильтр*/
.filter_block
{
 background-color: #e9d98f;
 font-size: 85%;
 padding: 4px 13px;
 text-align: center;
}

.filter_block img, .filter_block input
{
 vertical-align: middle;
}

.filter_block span.sep
{
 padding: 0px 10px;
 position: relative;
 top: -1px;
}

.filter_block input.price
{
 width: 50px;
 height: 18px;
 border: 1px solid #ffffff;
 background-color: #4e8bc4;
 margin-right: 10px;
}

.filter_block input.submit
{
 margin-left: 20px;
}

.filter_block input.chb
{
 margin: 0px 5px 0px 0px;
 padding: 0px;
 cursor: pointer;
}

* html .filter_block input.chb
{
 margin: 0px;
}
/*/Фильтр*/

/*Чекбоксы*/
.custom_checkbox
{
 position: absolute;
 display: inline;
 margin-top: 0px;
}

* html .custom_checkbox
{
 margin: 1px 0px 0px 2px;
}

.custom_checkbox label
{
 background-image: url(/image/chb.gif);
 padding-bottom: 2px;
 line-height: 18px;
 cursor: pointer;
}

.custom_checkbox label.checked
{
 background-image: url(/image/chb_act.gif);
}
/*/Чекбоксы*/

/*Элемент каталога*/
.header_underline
{
 font-size: 0px;
 height: 1px;
 line-height: 0px;
 background-color: #e9d98f;
 position: relative;
 margin-top: -3px;
 margin-bottom: 9px;
}

h3.catalog_description
{
 font-size: 16px;
 color: #bc8800;
 margin: 0px;
 padding: 15px 0px 0px 7px;
}

div.catalog_description
{
 padding: 13px 0px 0px 7px;
}
/*/Элемент каталога*/

/*Заголовки новинок и хитов продаж*/
h3.hn_header
{
 background-image: url(/image/menu_bg.gif);
 background-repeat: repeat-x;
 height: 45px;
 line-height: 45px;
 font-size: 18px;
 color: #ffffff;
 font-weight: normal;
 padding-left: 14px;
 background-color: #74921a;
}

h3.hn_header a, h3.hn_header a:hover
{
 color: #ffffff;
 text-decoration: underline;
}
/*/Заголовки новинок и хитов продаж*/

/*Мирмекс*/
#myrmex 
{ 
 font-size: 11px;
 font-family: Arial, Helvetica, sans-serif; 
} 
#myrmex a 
{
 text-decoration: none;
 color: #666666;
}
#myrmex a:hover 
{
 /*text-decoration: underline;*/
 color: #666666;
}
/*/Мирмекс*/ 

.input-field{
 margin-bottom:10px;
}

.input-field INPUT{
 width:230px;
}

#callback_inner{
 padding:20px;
}

/*Форма поиска*/
.search_form
{
 position: relative;
 margin: 2px 3px 5px 8px;
}

.search_form input.text
{
 width: 82%;
 padding: 2px 23px 2px 2px;
}

.search_form input.submit
{
 position: absolute;
 right: 2px;
 top: 2px;
}
/*/Форма поиска*/

.delivery {
color: #BF0034;
font-size: 11px;
font-weight: bold;
}
.delivery a {
text-decoration: none;
}
.delivery a:hover {
text-decoration: underline;
}
.content-container
a[target="_blank"]:after {
content:
url('/image/follow.png');
margin: 0px 3px 0px 5px;
}
.content-container-opt
a[target="_blank"]:after {
content:
url('/image/follow.png');
margin: 0px 3px 0px 2px;
}
.gift {
color: #C2851F;
font-size: 11px;
}
.gift a {
text-decoration: none;
}
.gift a:hover {
text-decoration: underline;
}

.tooltip2 { /* стиль текста, наведя или нажав на который появится пояснение */
  display: inline-block;
  position: relative;
  background: #E6E6E6; /* цвет фона */
  text-indent: 0px;
  cursor: help; /* вид курсора */
margin:5px;
}
.tooltip2 > span { /* стиль появляющейся подсказки */
  position: absolute;
  bottom: 100%;
  left: -20em; /* = max-width */
  right: -20em; /* = max-width */
  width: -moz-max-content;
  width: -webkit-max-content;
  width: max-content;  /* ширина подсказки может быть не более содержимого */
  max-width: 20em;  /* ширина подсказки может быть не более 20em */
  max-height: 80vh; /* необязательное ограничение по высоте подсказки, 1vh — это 1% от ширины окна */
  overflow: auto;
  visibility: hidden;
  margin: 0 auto .4em; /* поднята на .4em над текстом, наведя или нажав на который появится пояснение */
  padding: .3em;
  border: solid rgb(200,200,200);
  font-size: 90%;
  background: #fff;
  line-height: normal;
  cursor: auto;
}

.tooltip2:after { /* треугольничек под подсказкой; тут тоже везде .4em */
  content: "";
  position: absolute;
  top: -.4em;
  left: 50%;
  visibility: hidden;
  margin: 0 0 0 -.4em;
  border: .4em solid;
  border-color: rgb(200,200,200) transparent transparent transparent;
  cursor: auto;
}
.tooltip2:before { /* поле между текстом, наведя или нажав на который появится пояснение, и подсказкой нужно чтобы, если перевести курсор мышки на подсказку, та не исчезла; тут тоже везде .4em */
  content: "";
  position: absolute;
  top: -.4em;
  left: 0;
  right: 0;
  height: .4em;
  visibility: hidden;
}
.tooltip2:hover > span,
.tooltip2:hover:before,
.tooltip2:hover:after,
.tooltip2:focus > span,
.tooltip2:focus:before,
.tooltip2:focus:after {
  visibility: visible;
  transition: 0s .4s;
}
.tooltip2:focus { /* убрать рамку в Хроме */
  outline: none;
}
@media (max-width: 20em) { /* ширина подсказки может быть не более ширины окна браузера */
  .tooltip2 > span {
    max-width: 100vw; /* в 100vw входит полоса прокрутки, но на мобильных она часто отсутствует */
    box-sizing: border-box;
  }
}
.ya-phone-msc-h {
float: right;
color: #FFFFFF;
text-shadow: 0 1px 0 #666;
font-size: 13px !important;
font-weight: normal;
margin-left: 6px;
line-height: 18px;
}

.ya-phone-msc-top {
/*float: left !important;*/
display: inline-block;
color: #FFFFFF;
text-decoration: none;
text-shadow: 0 1px 0 #666;
font-size: 13px !important;
font-weight: normal;
margin-left: 0px;
line-height: 18px;
}

.add2basket_notify{
	width: 400px;
	text-align: center;
}

.add2basket_notify .title {
	font-size: 14px;
	font-weight: bold;
	margin: 10px 0px 40px 0px;
}

.add2basket_notify .btns {
	text-align: center;
}

.add2basket_notify .btns a {
	display: inline-block;
	height: 30px;
	line-height: 30px;
	white-space: nowrap;
	padding: 0px 15px;
	background-color: #AAA;
	color: #FFF;
	font-size: 12px;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
}

.add2basket_notify .btns a:last-child {
    background-color: #FFBF00;
    margin: 0px 0px 0px 36px;
}

a.button_one:hover{font-size:16px;color:#0035B4;}
.button_one{background-color:#00B4E8;padding:14px;position:relative;font-family:'Open Sans', sans-serif;font-size:16px;text-decoration:none;color:#fff;border:solid 1px #00B4E8;background-image:linear-gradient(bottom, rgb(171,27,27) 0%, rgb(212,51,51) 100%);border-radius:5px;}
.
.button_one:active{padding-bottom:9px;padding-left:10px;padding-right:10px;padding-top:11px;top:1px;background-image:linear-gradient(bottom, rgb(171,27,27) 100%, rgb(212,51,51) 0%);}
.button_one::before{background-color:#ccd0d5;content:"";display:block;position:absolute;width:100%;height:100%;padding:8px;left:-8px;top:-8px;z-index:-1;border-radius:5px;box-shadow:inset 0px 1px 1px #909193, 0px 1px 0px #fff;}

.advices img {
 margin: 10px; 
}
.promo_btn {
background-image: url(/images/discount/free-delivery-banner.png);
height: 83px;
margin: -25px 0px 0px 0px;
}

.btn_promo {
display: block;
top: 34px;
background-color: #FF0303;
position: relative;
font-size: 16px;
font-weight: normal;
text-decoration: none;
color: #fff;
border: 0px;
border-radius: 6px;
text-align: center;
width: 185px;
margin: 34px 0px 0px 568px;
padding: 8px 0px;
}
.promo_btn a:hover {
color: #000;
}
a.btn {text-decoration: none;}
a.bx-soa-editstep {text-decoration: none;}

.list_articles {
background:#ebeaea;
width: 100%;
height: 100%;
margin:10px;
border-radius:15px 15px 0px 0px;
}
.list_articles h2 {
padding: 10px 5px 10px 30px;
color: #ca7062;
}
.articles_item_title {
font-size:20px;
text-align: center;
margin: 0px 5px 5px 5px;
}
.articles_item_title a {
color: #9f7655;
}

.articles_item_title a:hover {
color: #9f7655;
text-decoration: none;
}

.articles_left {
width:50%;
background:#ebeaea;
display:inline-block;
float:left;
height: 260px;

}

.articles_left_2 {

width:50%;

background:#ebeaea;

display:inline-block;
float:left;
height: 300px;
border-radius: 0px 0px 0px 15px;
padding: 20px 0px 0px 0px;
}

.articles_left img {
padding: 0px 0px 10px 20px;
}
.articles_right {
width:50%;
background:#ebeaea;
display:inline-block;
float:right;
height: 260px;

}

.articles_right_2 {
width:50%;
background:#ebeaea;
display:inline-block;
float:right;
height: 300px;
border-radius: 0px 0px 15px 0px;
padding: 20px 0px 0px 0px;}


.articles_right img {
padding: 0px 0px 10px 20px;
}

.articles_block {
margin:20px; width:90%; border-left: 10px solid #bf1849; padding: 3px 3px 3px 10px; background-color:#dddddd;
}

.catalog_sort {padding: 10px 0px 5px 0px;}
.catalog_sort a {margin-right: 20px; color: #00b4e8; /*text-decoration: none; border-bottom: 1px dashed #00b4e8;*/}
.catalog_sort a:after {content:""; display: inline-block; margin-left: 8px; border-top: 8px solid #000000; border-left: 4px solid transparent; border-right: 4px solid transparent;}
.catalog_sort a.sort_desc:after {border-top: 0px; border-bottom: 8px solid #000000;}

.first-widget {
    background-color: #ffc11a;
    text-align: center;
line-height: 40px;
float: none;
width: 100%;
}
.first-widget p {
    padding: 0px;
    margin: 0px;
    font-size: 18px;
    color: #fff;
    letter-spacing: 1px;
}
.tags {
    font-size: 8px;
    font-weight: normal;
}

.left_all_fr {
  float: left;
  background-image: url(/images/fr.png);
  background-position: center left;
  background-repeat: no-repeat;
  padding-left: 40px;
  line-height: 36px;
  margin-top: 5px;
  margin-left: 5px;
}
.left_all_fr a {
  color: #00b4e8;
  text-decoration: underline;
  font-size: 12px;
}

.left_all_fr a:hover {
  color: #018ed4;
    text-decoration: none;
      font-size: 12px;
      }




.stati_po_teme
{
	background: none repeat scroll 0 0 #fafafa;
	border: 3px dashed #3b383c;
	color: #3b383c;
	font-family: Georgia,serif;
	font-size: 16px;
	font-style: italic;
	/*font-weight: 600;*/
	line-height: 2.0;
	padding: 20px 15px;
	position: relative;
	width: 500px;
	margin: 10px auto;
}

.stati_po_teme p
{
	color: #020202;
	font-family: Georgia,serif;
	font-size: 16px;
	font-style: italic;
	font-weight: bold;
	padding: 0px 152px;
}

.stati_po_teme a {
	color: #3b383c;;
	font-size: 13px;
}

.stati_po_teme a:hover {
	color: #3b383c !important;
	text-decoration: underline !important;
}

.stati_po_teme ul
{
	margin: -7px 1px auto;
}

.stati_po_teme li
{
	margin: -10px 1px auto;
}

ul.stati_po_teme li {
	list-style-type: none;
	line-height: 1.5 !important;
}

.stati_5
{padding: 20px;
width: 770px;
text-align: left;
background-color:#ffd100;
margin: 15px auto;
font-weight: bold;
font-size: 25px;
}

.populars-samovars
{float: left;
display: inline-block;
margin-right: 10px;
margin-bottom: 15px;
border-radius: 5px;
margin-top: 5px;}

.populars-samovars .name
{background-color: #3b383c;;
 background-repeat: repeat-x;
 border-radius: 5px;
}

.populars-samovars .name a
{ color: #ffffff;
 text-decoration: none;
 display: block;
 line-height: 30px;
 padding-left: 10px;
  padding-right: 10px;
 text-decoration: underline;}

.populars-samovars .name a:hover
{color: #ffffff;
text-decoration: none;}


.content_toggle {
color: #2A3756;
margin: 10px;
font-size: 13px;
font-weight: normal;
}

.content_block  h2 {
color: #2A3756;
display: flex;
align-items: center;
justify-content: space-between;
}

.content_block {
	overflow: hidden;
	position: relative;    
}
.content_block.content_block-hide {
	height: 300px;
}
.content_block.content_block-hide:after{
	content: "";
	display: block;
	height: 100px;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0), #fff 75%);
}

.faq-header{
  font-size: 25px;
  border-bottom: 1px dotted #ccc;
  padding: 24px;
}

.faq-content {
  margin: 0 auto;
}

.faq-question {
  padding: 15px 0;
  border-bottom: 1px dotted #ccc;
}

.panel-title {
  font-size: 17px;
  width: 100%;
  position: relative;
  margin: 0;
  padding: 10px 10px 7px 55px;
  display: block;
  cursor: pointer;
}

.panel-content {
  font-size: 20px;
  padding: 0px 14px;
  margin: 0 40px;
  height: 0;
  overflow: hidden;
  z-index: -1;
  position: relative;
  opacity: 0;
  -webkit-transition: .4s ease;
  -moz-transition: .4s ease;
  -o-transition: .4s ease;
  transition: .4s ease;
}

.panel:checked ~ .panel-content{
  height: auto;
  opacity: 1;
  padding: 14px;
}

.question-plus {
  position: absolute;
  margin-left: 20px;
  margin-top: -4px;
  z-index: 5;
  font-size: 42px;
  line-height: 100%;
  -webkit-user-select: none;    
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
  -webkit-transition: .2s ease;
  -moz-transition: .2s ease;
  -o-transition: .2s ease;
  transition: .2s ease;
}

.panel:checked ~ .question-plus {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}

.panel {
  display: none;
}



.stati_po_teme-tulasamovar
{
	background: none repeat scroll 0 0 #fafafa;
	border: 3px dashed #3b383c;
	color: #3b383c;
	font-family: Georgia,serif;
	font-size: 16px;
	font-style: italic;
	/*font-weight: 600;*/
	line-height: 2.0;
	padding: 20px 15px;
	position: relative;
	/*width: 500px;*/
	margin: 10px auto;
}

.stati_po_teme-tulasamovar p
{
	color: #020202;
	font-family: Georgia,serif;
	font-size: 16px;
	font-style: italic;
	font-weight: bold;
	padding: 0px 152px;
}

.stati_po_teme-tulasamovar a {
	color: #3b383c;;
	font-size: 13px;
}

.stati_po_teme-tulasamovar a:hover {
	color: #3b383c !important;
	text-decoration: underline !important;
}

.stati_po_teme-tulasamovar ul
{
	margin: -7px 1px auto;
}

.stati_po_teme-tulasamovar li
{
	margin: -10px 20px auto;
}

ul.stati_po_teme-tulasamovar li {
	list-style-type: none;
	line-height: 1.5 !important;
}

.stati_5
{padding: 20px;
width: 770px;
text-align: left;
background-color:#ffd100;
margin: 15px auto;
font-weight: bold;
font-size: 25px;
}

/* cookie accept */
.cookie-accept-1 {
        background-color:#246ed2;
        position: fixed;
        left: 0;
        bottom: 0;
        width: 100%;
}
.cookie-accept {
        background-color:#fff;
        position: fixed;
        left: 20px;
        bottom: 20px;
        width: 567px;
        border-radius: 8px;
        /* box-shadow: rgba(36, 110, 210, 0.15) 0px 4px 20px 0px, rgba(36, 110, 210, 0.15) 0px 0px 10px 0px; */
        box-shadow: rgba(42, 51, 62, 0.15) 0px 2px 11px 0px;
        z-index: 50;
}
.cookie-accept__wrapper {
        margin: 0 auto;
        padding: 18px 20px;
        display: flex;
        align-items: center;
        gap: 16px;
        flex-wrap: nowrap;
}
.cookie-accept__msg {
        font-size: 14px;
        line-height: 20px;
        font-weight: 500;
        color: #555;
        flex: 1 0 0%;
        width: 100%;
    max-width: 100%;
}
.cookie-accept__btn button {
        padding: 12px 20px;
    font-size: 14px;
    line-height: 16px;
    font-weight: 400;
    color: #fff;
    background: #00b4e8;
        outline: none;
    border-radius: 3px;
        text-align: center;
        border: none;
        transition: 0.2s background-color;
    cursor: pointer; /* ДЕЛАЕТ КУРСОР "РУЧКОЙ" */
}
.cookie-accept__btn button:hover {
        background-color: #018ed4;
}

@media (max-width: 600px)  {
        .cookie-accept {
                width: 100%;
                left: 0;
                bottom: 0;
                box-shadow: rgba(42, 51, 62, 0.15) 0 0 20px 0;
        }
        .cookie-accept__wrapper {
                flex-direction: column;
        }
        .cookie-accept__btn  {
                width: 100%;
        }
        .cookie-accept__btn  button {
                width: 100%;
        }
}
/* end_cookie accept */


/* End */


/* Start:/image/popbox.css?14392213981182*/
.popbox {
    position:absolute;
    top:145px;
    left: 395px;
    z-index:99;      
}

  .collapse { position:relative; }

  .open {    
    display:block;
    line-height:30px;
    padding:0px 10px 0 40px;
    width:270px;
    background: url("/image/phone2.png") no-repeat 7px 3px #fff;    
  }

    .box {
      display:block;
      display:none;
      background:#FFF;
      border:solid 1px #BBBBBB;
      border-radius:5px;
      box-shadow:0px 0px 15px #999;
      position:absolute;
      z-index:9999;
    }

      .box a.close {
       color:red;
       font-size:12px;
       font-family:arial;
       text-decoration:underline;
      }

      .arrow {
      	width: 0;
      	height: 0;
      	border-left: 11px solid transparent;
      	border-right: 11px solid transparent;
      	border-bottom: 11px solid #FFF;
      	position:absolute;
      	left:1px;
      	top:-10px;
      	z-index:1001;
      }

      .arrow-border {
      	width: 0;
      	height: 0;
      	border-left: 11px solid transparent;
      	border-right: 11px solid transparent;
      	border-bottom: 11px solid #BBBBBB;
      	position:absolute;
      	top:-12px;
      	z-index:1000;
      }

/* End */


/* Start:/bitrix/templates/tulasamovar/tip-yellow/tip-yellow.css?13862704191557*/
.tip-yellow {
	z-index:1000;
	text-align:left;
	border:1px solid #939393;
	padding:7px;
	min-width:50px;
	max-width:530px;
	color:#8c3901;
	background-color:#fef9d9;
	background-image:url(/bitrix/templates/tulasamovar/tip-yellow/tip-yellow.png); /* bgImageFrameSize >= 10 should work fine */
	/**
	 * - If you set a background-image, border/padding/background-color will be ingnored.
	 *   You can set any padding to .tip-inner instead if you need.
	 * - If you want a tiled background-image and border/padding for the tip,
	 *   set the background-image to .tip-inner instead.
	 */
}
.tip-yellow .tip-inner {
	font:bold 13px/18px 'trebuchet ms',arial,helvetica,sans-serif;
	margin-top:-2px;
	padding:0 3px 1px 3px;
}

/* Configure an arrow image - the script will automatically position it on the correct side of the tip */
.tip-yellow .tip-arrow-top {
	margin-top:-7px;
	margin-left:15px;
	top:0;
	left:0;
	width:16px;
	height:10px;
	background:url(/bitrix/templates/tulasamovar/tip-yellow/tip-yellow_arrows.png) no-repeat;
}
.tip-yellow .tip-arrow-right {
	margin-top:-9px; /* approx. half the height to center it */
	margin-left:-4px;
	top:50%;
	left:100%;
	width:10px;
	height:20px;
	background:url(/bitrix/templates/tulasamovar/tip-yellow/tip-yellow_arrows.png) no-repeat -16px 0;
}
.tip-yellow .tip-arrow-bottom {
	margin-top:-6px;
	margin-left:15px;
	top:100%;
	left:0;
	width:16px;
	height:13px;
	background:url(/bitrix/templates/tulasamovar/tip-yellow/tip-yellow_arrows.png) no-repeat -32px 0;
}
.tip-yellow .tip-arrow-left {
	margin-top:-9px; /* approx. half the height to center it */
	margin-left:-6px;
	top:50%;
	left:0;
	width:10px;
	height:20px;
	background:url(/bitrix/templates/tulasamovar/tip-yellow/tip-yellow_arrows.png) no-repeat -48px 0;
}
/* End */


/* Start:/image/fancybox/jquery.fancybox.css?14129160344889*/
/*! fancyBox v2.1.5 fancyapps.com | fancyapps.com/fancybox/#license */
.fancybox-wrap,
.fancybox-skin,
.fancybox-outer,
.fancybox-inner,
.fancybox-image,
.fancybox-wrap iframe,
.fancybox-wrap object,
.fancybox-nav,
.fancybox-nav span,
.fancybox-tmp
{
	padding: 0;
	margin: 0;
	border: 0;
	outline: none;
	vertical-align: top;
}

.fancybox-wrap {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 8020;
}

.fancybox-skin {
	position: relative;
	background: #f9f9f9;
	color: #444;
	text-shadow: none;
	-webkit-border-radius: 4px;
	   -moz-border-radius: 4px;
	        border-radius: 4px;
}

.fancybox-opened {
	z-index: 8030;
}

.fancybox-opened .fancybox-skin {
	-webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.3);
	   -moz-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.3);
	        box-shadow: 0 3px 6px rgba(0, 0, 0, 0.3);
}

.fancybox-outer, .fancybox-inner {
	position: relative;
}

.fancybox-inner {
	overflow: hidden;
}

.fancybox-type-iframe .fancybox-inner {
	-webkit-overflow-scrolling: touch;
}

.fancybox-error {
	color: #444;
	font: 14px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
	margin: 0;
	padding: 15px;
	white-space: nowrap;
}

.fancybox-image, .fancybox-iframe {
	display: block;
	width: 100%;
	height: 100%;
}

.fancybox-image {
	max-width: 100%;
	max-height: 100%;
}

#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
	background-image: url('/image/fancybox/fancybox_sprite.png');
}

#fancybox-loading {
	position: fixed;
	top: 50%;
	left: 50%;
	margin-top: -22px;
	margin-left: -22px;
	background-position: 0 -108px;
	opacity: 0.8;
	cursor: pointer;
	z-index: 8060;
}

#fancybox-loading div {
	width: 44px;
	height: 44px;
	background: url('/image/fancybox/fancybox_loading.gif') center center no-repeat;
}

.fancybox-close {
	position: absolute;
	top: -18px;
	right: -18px;
	width: 36px;
	height: 36px;
	cursor: pointer;
	z-index: 8040;
}

.fancybox-nav {
	position: absolute;
	top: 0;
	width: 40%;
	height: 100%;
	cursor: pointer;
	text-decoration: none;
	background: transparent url('/image/fancybox/blank.gif'); /* helps IE */
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	z-index: 8040;
}

.fancybox-prev {
	left: 0;
}

.fancybox-next {
	right: 0;
}

.fancybox-nav span {
	position: absolute;
	top: 50%;
	width: 36px;
	height: 34px;
	margin-top: -18px;
	cursor: pointer;
	z-index: 8040;
	visibility: hidden;
}

.fancybox-prev span {
	left: 10px;
	background-position: 0 -36px;
}

.fancybox-next span {
	right: 10px;
	background-position: 0 -72px;
}

.fancybox-nav:hover span {
	visibility: visible;
}

.fancybox-tmp {
	position: absolute;
	top: -99999px;
	left: -99999px;
	visibility: hidden;
	max-width: 99999px;
	max-height: 99999px;
	overflow: visible !important;
}

/* Overlay helper */

.fancybox-lock {
    overflow: hidden !important;
    width: auto;
}

.fancybox-lock body {
    overflow: hidden !important;
}

.fancybox-lock-test {
    overflow-y: hidden !important;
}

.fancybox-overlay {
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
	display: none;
	z-index: 8010;
	background: url('/image/fancybox/fancybox_overlay.png');
}

.fancybox-overlay-fixed {
	position: fixed;
	bottom: 0;
	right: 0;
}

.fancybox-lock .fancybox-overlay {
	overflow: auto;
	overflow-y: scroll;
}

/* Title helper */

.fancybox-title {
	visibility: hidden;
	font: normal 13px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
	position: relative;
	text-shadow: none;
	z-index: 8050;
}

.fancybox-opened .fancybox-title {
	visibility: visible;
}

.fancybox-title-float-wrap {
	position: absolute;
	bottom: 0;
	right: 50%;
	margin-bottom: -35px;
	z-index: 8050;
	text-align: center;
}

.fancybox-title-float-wrap .child {
	display: inline-block;
	margin-right: -100%;
	padding: 2px 20px;
	background: transparent; /* Fallback for web browsers that doesn't support RGBa */
	background: rgba(0, 0, 0, 0.8);
	-webkit-border-radius: 15px;
	   -moz-border-radius: 15px;
	        border-radius: 15px;
	text-shadow: 0 1px 2px #222;
	color: #FFF;
	font-weight: bold;
	line-height: 24px;
	white-space: nowrap;
}

.fancybox-title-outside-wrap {
	position: relative;
	margin-top: 10px;
	color: #fff;
}

.fancybox-title-inside-wrap {
	padding-top: 10px;
}

.fancybox-title-over-wrap {
	position: absolute;
	bottom: 0;
	left: 0;
	color: #fff;
	padding: 10px;
	background: #000;
	background: rgba(0, 0, 0, .8);
}

/*Retina graphics!*/
@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
	   only screen and (min--moz-device-pixel-ratio: 1.5),
	   only screen and (min-device-pixel-ratio: 1.5){

	#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
		background-image: url('/image/fancybox/fancybox_sprite_2x.png');
		background-size: 44px 152px; /*The size of the normal image, half the size of the hi-res image*/
	}

	#fancybox-loading div {
		background-image: url('/image/fancybox/fancybox_loading_2x.gif');
		background-size: 24px 24px; /*The size of the normal image, half the size of the hi-res image*/
	}
}
/* End */


/* Start:/bitrix/templates/tulasamovar/components/bitrix/sale.basket.basket.small.mail/template_basket_new/style.min.css?1606984958245*/
table.sale_basket_small{width:245;border-collapse:collapse;font-size:12px;border:1px solid #adc3d5}table.sale_basket_small th{text-align:left;color:#25639a}table.sale_basket_small th,table.sale_basket_small td{padding:3px 5px;vertical-align:top}
/* End */


/* Start:/bitrix/templates/tulasamovar/components/bitrix/menu/dfox_extra/style.css?13862704189*/
.empty {}
/* End */


/* Start:/bitrix/templates/tulasamovar/components/bitrix/news.list/dfox/style.css?1386270418108*/
div.news-list img.preview_picture
{
	float:left;
	margin:0 4px 6px 0;
}
.news-date-time {
	color:#486DAA;
}

/* End */


/* Start:/bitrix/templates/.default/components/bitrix/breadcrumb/altasib.breadcrumb_micro/style.css?1543574461426*/
ul.breadcrumb-navigation
{
	padding:0; margin:0;
	padding-top:4px;
	list-style:none;

}

ul.breadcrumb-navigation li
{
	display:inline;

}

#ul.breadcrumb-navigation a
{

}
#ul.breadcrumb-navigation a:hover
{

}

ul.breadcrumb-navigation span
{
color: grey;
font-size: 12px;
}


.breadhref span {
color: #00B4E8 !important;
}

.breadhref a:hover {
color: grey !important;
}

.breadhref:hover span {
color: grey !important;
  }
/* End */


/* Start:/bitrix/templates/tulasamovar/styles.css?13862704199*/
.empty {}
/* End */


/* Start:/bitrix/templates/tulasamovar/template_styles.css?16769016834746*/
.empty {}

#action15 {background: url(/bitrix/templates/tulasamovar/images/action15.png) 0px 0px no-repeat; width: 775px; height: 225px; margin: 30px auto; position: relative; display: block;}
#action15 .cdown {position: absolute; bottom: 18px; right: 46px;}
#action15 .cdown div {display: block; float: left; font-size: 46px; color: #fff; text-align: center; width: 84px; margin: 0px 0px 0px 20px; font-family: Arial; line-height: 0.62em;}
#action15 .cdown span {display: block; font-size: 16px; color: #fff;}

#full_version, #mobile_version {display: none;}
@media screen and (max-width: 975px) {
	#mobile_version {display: inline;}
}

.mypromo_wrap {
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0px;
  background: rgba(0, 0, 0, 0.1);
  z-index: 9999;}
.mypromo {
  background-image: -webkit-gradient(linear, left bottom, left top, from(#0067ff), to(#0044a9));
  background-image: -webkit-linear-gradient(bottom, #0067ff 0%, #0044a9 100%);
  background-image: -o-linear-gradient(bottom, #0067ff 0%, #0044a9 100%);
  background-image: linear-gradient(to top, #0067ff 0%, #0044a9 100%);
  -webkit-border-radius: 10px;
          border-radius: 10px;
  -webkit-box-shadow: 0 0 24px #282828;
          box-shadow: 0 0 24px #282828;
  color: #ffffff;
  margin: 200px auto 0px auto;
  padding: 30px 21px 10px 21px;
  width: 458px;
  position: relative; }
.mypromo * {color: #ffffff;}
.promo_close {
	border: 2px solid #fff;
	border-radius: 50%;
	cursor: pointer;
	font-size: 20px;
	height: 25px;
	line-height: 23px;
	position: absolute;
	right: 10px;
	text-align: center;
    top: 10px;
	width: 25px;
}
  .mypromo__title {
    display: block;
    font-size: 30px;
    line-height: 1.2;
    margin: 0 0 30px 0;
    text-align: center;
    text-transform: uppercase; }
  .mypromo__discount {
    display: block;
    font-size: 100px;
    font-weight: 600;
    margin: 0 0 45px 0;
    text-align: center; }
  .mypromo__form {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin: 0 0 15px 0; }
    .mypromo__form input {
      -webkit-border-radius: 5px;
              border-radius: 5px;
      font-family: Arial;
      height: 44px;
      display: block;
      width: 200px; }
    .mypromo__form .input__submit{
	height: 48px;}
  .mypromo__small {
    display: block;
    font-size: 15px;
    text-align: center; }
.input__txt {
  background: #ffffff;
  color: #636262;
  font-size: 18px;
  padding: 0 20px;
  text-align: left; }
.input__txt.error {
  box-shadow: inset 2px 2px #f788, 2px 2px #f88; }

.input__submit {
  border: none;
  background: #e31e24;
  color: #ffffff;
  font-size: 18px;
  font-weight: 700;
  text-align: center;
  cursor: pointer; }

@media (max-width: 530px) {
  .mypromo {
    width: 95%; }
    .mypromo__title {
      font-size: 25px; }
    .mypromo__form {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
          -ms-flex-direction: column;
              flex-direction: column; }
      .mypromo__form input {
        width: 100%; }
        .mypromo__form input + input {
          margin-top: 20px; }
    .mypromo__discount {
      font-size: 80px; } 
}



a.button-covid-17 {
  font-weight: 700;
  color: white;
  text-decoration: underline;
  padding: .8em 1em calc(.8em + 3px);
  border-radius: 3px;
  background: #0181c9;
  /*box-shadow: 0 -3px rgb(53,167,110) inset;*/
  transition: 0.2s;
  margin:15px;
  display:block;
  width:130px;
} 
a.button-covid-17:hover { background: #0181c9; text-decoration: none; }
a.button-covid-17:active {
  background: #0181c9;
  box-shadow: #0181c9;
}

.populars-samovars
{

float: left;
display: inline-block;
margin-right: 10px;
margin-bottom: 15px;
border-radius: 5px;
margin-top: 5px;
}

.populars-samovars .name
{
 background-color: #00b4e8;
 /*background-image: url(/bitrix/templates/tulasamovar/photo_name_bg.gif);*/
 background-repeat: repeat-x;
 border-radius: 5px;
}

.populars-samovars .name a
{
 color: #ffffff;
 text-decoration: none;
 display: block;
 line-height: 30px;
 padding-left: 10px;
  padding-right: 10px;
 text-decoration: underline;
}

.populars-samovars .name a:hover
{
color: #ffffff;
text-decoration: none;
}
.cert_text img {
float: left;
margin: 0px 40px 15px 10px;
}
.cert_text {overflow: hidden;}
.title_cert{font-size: 16px; color: #ffb300; font-weight: bold;}

.star_review {
    /* width: 500px; */
    height: auto;
    border: 1px solid grey;
    border-radius: 8px;
    font-size: 12px;
    margin-top: 5px;
}

.text_review {
    height: auto;
    position: relative;
    margin-left: 20px;
    top: -20px;
}
/* End */
/* /image/newheader.css?160698438818485 */
/* /image/styles_mobile.css?175615129222327 */
/* /image/styles.css?174800992442837 */
/* /image/popbox.css?14392213981182 */
/* /bitrix/templates/tulasamovar/tip-yellow/tip-yellow.css?13862704191557 */
/* /image/fancybox/jquery.fancybox.css?14129160344889 */
/* /bitrix/templates/tulasamovar/components/bitrix/sale.basket.basket.small.mail/template_basket_new/style.min.css?1606984958245 */
/* /bitrix/templates/tulasamovar/components/bitrix/menu/dfox_extra/style.css?13862704189 */
/* /bitrix/templates/tulasamovar/components/bitrix/news.list/dfox/style.css?1386270418108 */
/* /bitrix/templates/.default/components/bitrix/breadcrumb/altasib.breadcrumb_micro/style.css?1543574461426 */
/* /bitrix/templates/tulasamovar/styles.css?13862704199 */
/* /bitrix/templates/tulasamovar/template_styles.css?16769016834746 */
