html {
  width: 100%;
  height: 100%;
}

body {
  width: 100%;
  height: 100%;
  margin: 0px;
  padding: 0;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 17px;
  color: #222;
  background-color: #e9e9e8;
  background-image: url(../img/int/body-bg.png);
}

.corners {
  border-radius: 16px;
}

.right {
  text-align: right !important;
}

img {
  outline: none;
}

a {
  outline: none;
  color: #1c4192;
}

a:hover {
  color: #D43700 !important;
}

a.h {
  text-decoration: none;
}

ul, ol {
  text-align: left;
}

p {
  text-align: left;
}

dl {
  text-align: left;
}

dt {
  font-weight: bold;
}

dl#partners dt {
  margin-top: 30px;
}

h1 {
  text-align: left;
  font-size: 18pt;
  font-weight: 700;
  color: #434b5b;
}

h1 > span {
  display: block;
  font-size: 14px;
  color: #777;
  text-shadow: none;
  font-weight: normal;
}

h2 {
  font-size: 16pt;
  color: #434b5b;
  text-align: left;
  margin: 25px 0 10px 0px;
  font-weight: bold;
}

h2 > span {
  display: none;
}

h2.light {
  font-size: 16pt;
  font-weight: normal;
  color: #434b5b;
  margin-top: 2em;
  text-shadow: 1px 1px #ddd;
}

h2.left, h3.left {
  text-align: left;
  margin-left: 0;
}

h3 {
  font-size: 12pt;
  color: #434b5b;
  margin-bottom: 5px;
  font-weight: bold;
}

img {
  border: none;
  max-width: 100%;
}

#big-descr img, #goods-images-slider > img {
  max-width: 100%;
  border: 1px solid #ccc;
  margin: 0 0 20px 0;
  -webkit-box-shadow: 0px 9px 8px -8px rgba(0, 0, 0, 0.5);
          box-shadow: 0px 9px 8px -8px rgba(0, 0, 0, 0.5);
}

.container {
  position: relative;
  left: auto;
  max-width: 952px;
  margin-left: auto;
  margin-right: auto;
  text-align: left;
  padding: 0;
  overflow: hidden;
  /*background-image: url('../image/grid-952.png');*/
}

#mobile-menu-button {
  display: block;
  opacity: 1;
  -webkit-transition: all linear 0.25s;
  transition: all linear 0.25s;
  background-color: transparent;
  color: #000;
  width: 24px;
  height: 24px;
  position: absolute;
  left: -35px;
  top: 30px;
  border: none;
  outline: none;
  font-size: 0;
  z-index: 100;
  cursor: pointer;
}

@media (max-width: 1030px) {
  #mobile-menu-button {
    left: 0px;
  }
}

@media (max-width: 644px) {
  #mobile-menu-button {
    left: auto;
    right: 0px;
    top: calc(50% - 8px);
  }
}

#mobile-menu-button:hover {
  opacity: 1;
}

#mobile-menu-button > div {
  height: 2px;
  border-radius: 1px;
  background-color: #111;
  position: relative;
  -webkit-transition: all linear 0.25s;
  transition: all linear 0.25s;
}

#mobile-menu-button > div:nth-of-type(2) {
  -webkit-transform-origin: 50%;
          transform-origin: 50%;
}

#mobile-menu-button > div:nth-of-type(2):before {
  content: "";
  position: absolute;
  display: block;
  -webkit-transform-origin: 50%;
          transform-origin: 50%;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  -webkit-transform: rotate(0);
          transform: rotate(0);
  background-color: #111;
  -webkit-transition: all linear 0.25s;
  transition: all linear 0.25s;
}

#mobile-menu-button > div + div {
  margin-top: 5px;
}

body.pushy-open-left #mobile-menu-button > div:nth-of-type(2) {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

body.pushy-open-left #mobile-menu-button > div:nth-of-type(2):before {
  -webkit-transform: rotate(90deg) !important;
          transform: rotate(90deg) !important;
}

body.pushy-open-left #mobile-menu-button > div:nth-of-type(1), body.pushy-open-left #mobile-menu-button > div:nth-of-type(3) {
  opacity: 0;
  scale: 0;
}

#top_band {
  background-image: url(../img/int/header_bg.png);
  position: fixed;
  z-index: 10000;
  width: 100%;
  -webkit-box-shadow: 0 2px 2px rgba(1, 0, 0, 0.18);
          box-shadow: 0 2px 2px rgba(1, 0, 0, 0.18);
}

#top_band > .container {
  overflow: visible;
}

#top_band a.logo {
  width: 205px;
  display: block;
}

#visual {
  position: relative;
  width: 100%;
  height: 275px;
  background-color: #f4f5f7;
  background-image: -webkit-gradient(linear, left bottom, left top, from(#f4f5f7), color-stop(85%, #fff));
  background-image: linear-gradient(to top, #f4f5f7, #fff 85%);
}

#visual:after {
  content: "";
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  background-image: url(../img/int/visual.jpg);
  background-position: center bottom;
  background-repeat: no-repeat;
}

#visual:before {
  content: "";
  position: absolute;
  display: block;
  bottom: -6px;
  background-color: #6B7EA9;
  width: 100%;
  height: 6px;
  border-top: 1px solid #97A4C2;
  border-bottom: 1px solid #475471;
}

#middle {
  position: relative;
  z-index: 5;
  padding: 0px 0 0 0;
  overflow: hidden;
  min-height: 1000px;
}

#footer {
  background-color: rgba(0, 0, 0, 0.1);
  border-top: 2px solid #fff;
  border-bottom: 2px solid #fff;
  padding: 29px 0 20px 0;
  font-size: 14px;
  margin: 30px 0 0 0;
}

#brands {
  margin: 0;
  background-color: #fff;
  text-align: center;
}

#brands p {
  font-weight: normal;
  color: #555;
  text-align: center;
  font-size: 14px;
  line-height: 26px;
  margin: 0;
  background-color: rgba(0, 0, 0, 0.05);
}

#big-descr-link {
  margin: 15px 0 10px;
}

#big-descr-link a {
  text-decoration: none;
  display: inline-block;
  font-size: 14px;
  border: 1px solid #ccc;
  padding: 10px 20px;
  background-color: #fdfdfd;
  color: #1c4192;
}

#big-descr-link a:hover {
  background-color: #4467AB;
  color: #fff !important;
  text-decoration: none;
}

#logo_link {
  width: 205px;
  height: 75px;
  background-image: url(../img/int/logo.png);
  background-repeat: no-repeat;
  z-index: 100;
  margin: 5px 0 8px;
}

@media (max-width: 1030px) {
  #logo_link {
    margin-left: 40px;
  }
}

@media (max-width: 644px) {
  #logo_link {
    margin-left: 0px !important;
  }
}

@media (max-width: 495px) {
  #logo_link {
    background-image: url("../img/int/logo-mobile-modal.png");
    background-size: 177px 59px;
    height: 61px;
    margin: 0px !important;
  }
}

#top-phones-mobile {
  display: none;
  position: absolute;
  top: 22px;
  left: calc(185px + 5%);
  text-align: left;
}

@media (max-width: 495px) {
  #top-phones-mobile {
    display: none !important;
  }
}

#top-phones-mobile div {
  font-size: 16px;
  font-weight: bold;
  white-space: nowrap;
  display: inline-block;
  margin-right: 10px;
}

#top-phones-mobile div > span {
  font-weight: normal;
}

#top-phones-opt {
  position: absolute;
  top: 19px;
  left: calc(210px + 3%);
  width: 340px;
}

#top-phones-rozn {
  position: absolute;
  top: 19px;
  right: 0px;
  width: 290px;
}

#opt-phone-label {
  font-size: 16px;
  font-weight: bold;
  color: #cb3501;
  float: left;
}

.top-phone {
  font-size: 17px;
  line-height: 1.2;
  font-weight: bold;
  color: #333;
  /*margin-left: 45%;*/
  white-space: nowrap;
  text-align: right;
}

#rozn-phone-label {
  font-size: 16px;
  font-weight: bold;
  color: #848484;
  float: left;
}

#top-call-back-link, #opt-phone-label > a {
  display: block;
  font-size: 12px;
  text-decoration: underline;
  color: #224fb1;
  font-weight: bold;
  text-align: right;
}

#top-call-back-link {
  margin-left: 45%;
}

#site-title {
  font-family: Arial;
  font-size: 32px;
  line-height: 34px;
  font-weight: bold;
  text-transform: uppercase;
  color: #001644;
  text-shadow: 0 8px 8px rgba(1, 0, 0, 0.25);
  margin: 20px 0 20px;
  text-align: center;
}

@media (max-width: 410px) {
  #site-title {
    font-size: 24px;
    line-height: 26px;
  }
}

#content {
  margin: 0 0 70px 0;
  padding: 0px 0 0 0;
  z-index: 10;
}

.vcard .org {
  font-size: 10pt;
  font-weight: bold;
}

.vcard .tel {
  font-size: 10pt;
  font-weight: bold;
}

#buttons {
  margin: 5px auto;
  text-align: center;
}

#search_form {
  display: inline-block;
  padding: 0 10px 0px;
  font-weight: normal;
  color: #555;
  background-color: #fff;
  border: 1px solid #ccc;
  font-size: 0px;
  margin-bottom: 30px;
}

@media (max-width: 768px) {
  #search_form {
    padding: 5px 10px 15px;
  }
}

#search_form > label {
  display: inline-block;
  font-weight: normal;
  margin: 0;
  vertical-align: top;
  font-size: 16px;
  padding-top: 8px;
}

#search_form > div {
  display: inline-block;
  width: 350px;
  overflow: hidden;
}

#top_menu {
  text-align: left;
  font-size: 12px;
  margin: 0 0 25px 0;
  padding: 0;
  color: #fff;
}

#nav {
  margin: 0 0 0 30px;
  padding: 0;
  list-style: none;
}

#nav li {
  white-space: nowrap;
  display: inline-block;
  position: relative;
  margin: 0 20px 5px;
  font-weight: normal;
  text-align: center;
  padding: 0 0px 0 0px;
}

#nav li a {
  display: inline-block;
  font-family: Arial;
  font-size: 12px;
  background-repeat: no-repeat;
  background-position: center top;
  padding-top: 30px;
  line-height: 33px;
  font-weight: bold;
  text-transform: uppercase;
  text-decoration: underline;
  color: #224fb1;
}

#nav li a.home {
  background-image: url(../img/int/home-icon.png);
}

#nav li a.quality {
  background-image: url(../img/int/quality-icon.png);
}

#nav li a.delivery {
  background-image: url(../img/int/delivery-icon.png);
}

#nav li a.your-town {
  background-image: url(../img/int/your-town-icon.png);
}

#nav li a.internet-shop {
  background-image: url(../img/int/internet-shop-icon.png);
}

#nav li a.opt {
  background-image: url(../img/int/opt-icon.png);
}

#mobile-top-menu {
  padding-bottom: 10px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.25);
}

#mobile-top-menu li a {
  display: block;
  background-repeat: no-repeat;
  background-position: 15px 50%;
  padding-left: 60px;
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 33px;
}

#mobile-top-menu li a.home {
  background-image: url(../img/int/home-icon.png);
}

#mobile-top-menu li a.quality {
  background-image: url(../img/int/quality-icon.png);
}

#mobile-top-menu li a.delivery {
  background-image: url(../img/int/delivery-icon.png);
}

#mobile-top-menu li a.your-town {
  background-image: url(../img/int/your-town-icon.png);
}

#mobile-top-menu li a.internet-shop {
  background-image: url(../img/int/internet-shop-icon.png);
}

#mobile-top-menu li a.opt {
  background-image: url(../img/int/opt-icon.png);
}

#mobile-bottom-menu {
  padding-top: 10px;
  border-top: 1px solid rgba(255, 255, 255, 0.25);
  background-color: #222;
}

#left-panel {
  /*width: 230px;*/
}

.cat_menu {
  position: relative;
}

#left_menu_switch {
  display: inline-block;
  cursor: pointer;
  margin: 0 0 7px 0px !important;
  color: #385191;
  font-weight: normal;
  font-size: 12px;
  border-bottom: 1px dashed #385191;
}

.cat_switch {
  position: absolute;
  left: -17px;
  top: 15px;
  cursor: pointer;
  width: 17px;
  height: 14px;
  background-image: url(../img/int/exp-coll.png);
  background-repeat: no-repeat;
  background-position: left top;
}

#with_left {
  margin: 53px 0px 0 260px;
}

#without_left {
  margin: 53px 0 0 0;
}

.menu_title {
  font-weight: bold;
  color: #333;
  font-size: 16px;
}

#menu {
  font-size: 14px;
  margin-bottom: 20px;
}

#menu a {
  text-decoration: none;
}

#menu a:hover {
  text-decoration: underline;
}

#menu div.act {
  color: #D43700 !important;
  padding: 2px 0px 5px 15px;
}

#menu div.link {
  background-repeat: no-repeat;
  background-position: left top;
}

#menu div.link a {
  display: block;
  border: 1px solid #ccc;
  padding: 10px;
  background-color: #fdfdfd;
  color: #001644;
}

#menu div.link a:hover {
  background-color: #4467AB;
  color: #fff !important;
  text-decoration: none;
}

#menu div.link a span {
  display: none;
}

#menu div.inside_menu {
  padding: 5px 0 5px 4px;
  background-color: rgba(255, 255, 255, 0.25);
  margin: 0 1px 3px;
}

#menu div.inside_menu > div.link, #menu div.inside_menu > div.act {
  background-image: url(../img/int/bull.png);
  background-repeat: no-repeat;
  background-position: 3px 7px;
}

#menu div.inside_menu div.link a {
  display: block;
  border: none;
  padding: 2px 0px 5px 15px;
  line-height: 1.2;
  background-color: transparent;
}

#menu div.inside_menu div.link a:hover {
  color: #D43700 !important;
  text-decoration: underline;
}

#menu div div.link {
  background-repeat: no-repeat;
  background-position: left top;
}

.goods_descr {
  vertical-align: top;
  text-align: left;
}

.short_descr {
  line-height: 1.2;
}

.goods_note {
  vertical-align: top;
  text-align: left;
  font-size: 9pt;
  color: #999;
  padding: 15px 0 0 100px;
}

.good_card .video_descr {
  padding: 15px 0px 5px;
}

.good_card .warranty {
  font-size: 12px;
  margin: 5px 15px 0;
  color: #777;
  text-align: center;
}

.goods_image {
  vertical-align: top;
  padding: 10px;
  border-width: 2px;
  border-style: solid;
  border-color: #ddd;
  background-color: #fff;
  -webkit-box-shadow: 0px 9px 8px -8px rgba(0, 0, 0, 0.5);
          box-shadow: 0px 9px 8px -8px rgba(0, 0, 0, 0.5);
  margin-bottom: 15px;
}

.goods_image img {
  padding: 0px;
  margin: 0px 1px 1px 0px;
  max-width: none;
}

.goods_image:hover {
  border: 2px solid #8AAEDF;
  -webkit-box-shadow: 0px 9px 8px -8px rgba(0, 0, 0, 0.5);
          box-shadow: 0px 9px 8px -8px rgba(0, 0, 0, 0.5);
}

.goods-images-preview {
  margin: 15px 0 15px;
  text-align: center;
}

.goods-images-preview img {
  width: 40px;
  margin: 1px 1px;
  border: 1px solid #fff;
}

#goods-images-slider img {
  width: 160px;
  border: 1px solid #fff;
  margin: 0px 1px;
}

.rb {
  color: #222;
  background-color: rgba(255, 255, 255, 0.5);
  border: 1px solid #ccc;
  text-align: left;
  padding: 6pt 0 8pt;
  font-size: 9pt;
  margin-top: 20pt;
}

.rb img {
  float: left;
  margin: 0 40px 0 50px;
}

table.withborder {
  border-width: 1px;
  border-color: #999;
  border-style: solid none none solid;
  margin: 0 0 1em 0;
}

table.withborder td, th {
  text-align: center;
  padding: 1px 5pt 3px 5pt;
  border-width: 1px;
  border-color: #999;
  border-style: none solid solid none;
  vertical-align: top;
  font-size: 10pt;
}

#send_price {
  margin: auto;
  text-align: justify;
  border: solid #6279A7 2px;
  padding: 0 1em 2em;
  background-color: #ffd;
}

#send_price input {
  margin: 0 0 5px 2em;
  width: 160px;
}

#send_price button {
  margin: 7px 0 5px 2em;
  width: 160px;
  height: 45px;
}

div.ads {
  text-align: justify;
  border: 1px solid #ccc;
  padding: 1px 1em 1.5em;
  margin: 0 0 1.5em 0;
}

div.ads_date {
  text-align: left;
  padding: 0;
  margin: 0 0 5px 0;
  color: #bbb;
}

#shop_collage {
  border: none;
}

#shop_collage td {
  border-top: 2px solid #fff;
}

#tags_out {
  width: 529px;
}

#tags {
  width: 529px;
}

ul.check_list {
  text-align: left;
  list-style: none;
}

ul.check_list li {
  padding: 0 0 15px 30px;
  background-image: url(../img/checkbox.png);
  background-repeat: no-repeat;
  background-position: left 2px;
}

#vk_group {
  position: absolute;
  width: 202px;
  left: 892px;
  top: 286px;
  z-index: 1;
}

#in_shops_link {
  text-align: left;
  margin: 1em 0 0 0;
}

#in_shops h2 {
  margin: 10pt 0 0 0;
  text-shadow: none;
}

#in_shops p {
  margin: 3pt 0 5pt 2em;
}

.goods_links {
  text-align: left;
  padding: 1em 0 0;
}

.author {
  text-align: right;
  font-style: italic;
  font-size: 90%;
}

.author a {
  text-decoration: none;
}

.red {
  color: #c00;
}

.green {
  color: #090;
}

#all-feeds .feed-text {
  margin-top: 1em;
  text-align: justify;
}

#all-feeds .feed-author {
  text-align: left;
  font-style: italic;
  font-size: 90%;
  margin: 0;
  padding-left: 1em;
}

#all-feeds .feed-answer {
  text-align: left;
  color: #999;
  font-size: 90%;
  margin-bottom: 2em;
  padding-left: 1em;
}

#articles-list div {
  text-align: left;
  padding: 0 0 5px 0;
}

.good_card {
  margin: 0 0 70px 0;
}

.good_card h2 {
  font-size: 24px;
  text-transform: uppercase;
  font-weight: bold;
}

.price_panel {
  padding: 0;
  margin: 20px 0px 10px;
}

.price_label {
  font-size: 18px;
  color: #666;
}

.price_from {
  font-size: 125%;
  color: #DE3200;
  text-shadow: 1px 1px 0px #ccc;
}

.price_value {
  font-size: 24px;
  color: #DE3200;
  text-shadow: 1px 1px 0px #ccc;
}

.new_price_note {
  font-size: 14px;
  color: #DE3200;
}

.old_price_label {
  font-size: 14px;
  color: #666;
}

.old_price_from {
  font-size: 18px;
  color: #666;
  text-shadow: 1px 1px 0px #ccc;
}

.old_price_value {
  font-size: 18px;
  color: #888;
  text-shadow: 1px 1px 0px #ccc;
  text-decoration: line-through;
  font-weight: normal;
}

.buy-button {
  display: inline-block;
  width: 117px;
  height: 37px;
  background-image: url(../img/int/buy-button.png);
  background-repeat: no-repeat;
  margin: 5px 0 20px 0;
  text-align: center;
}

.buy-button a {
  display: block;
  text-decoration: none;
  color: #fff;
  font-weight: normal;
  font-size: 16px;
  padding: 6px 0 8px 0;
  text-shadow: 1px 1px 0px #666;
}

.buy-button a:hover {
  text-shadow: 2px 2px 2px #333;
  color: #fff !important;
}

a.button {
  display: inline-block;
  background-image: url(../img/int/button-center-bg.png);
  white-space: nowrap;
  font-size: 16px;
  line-height: 41px;
  font-weight: normal;
  color: #fff !important;
  text-decoration: none;
  text-shadow: 1px 1px 0px #666;
  position: relative;
  padding: 0px 20px 0px;
  height: 46px;
}

a.button:before {
  content: "";
  position: absolute;
  display: block;
  left: -14px;
  top: 0px;
  bottom: 0px;
  width: 14px;
  background-image: url(../img/int/button-left-bg.png);
}

a.button:after {
  content: "";
  position: absolute;
  display: block;
  right: -17px;
  top: 0px;
  bottom: 0px;
  width: 17px;
  background-image: url(../img/int/button-right-bg.png);
}

a.button:hover {
  text-shadow: 2px 2px 1px #333;
  color: #fff !important;
}

span.or {
  margin: 0 10px 0 20px;
  font-size: 12px;
  color: #666;
}

a.opt-order-link {
  font-size: 12px;
}

#events-list {
  text-align: left;
}

#events-list img {
  margin: 0 0 20px 0;
  border: 2px solid #ccc;
  -webkit-box-shadow: 2px 2px 3px #666;
  box-shadow: 2px 2px 3px #666;
}

#actions h2 {
  font-size: 16pt;
  font-weight: normal;
  color: #BE3405;
  margin-top: 1em;
  text-shadow: 1px 1px #ddd;
}

#actions p {
  background-color: #fffff0;
  padding: 10px 20px 12px;
  border-width: 1px;
  border-style: solid;
  border-color: #eee #ccc #ccc #eee;
  border-radius: 10px;
  -webkit-box-shadow: 1px 1px 1px #ccc;
  box-shadow: 1px 1px 1px #ccc;
}

#our-people {
  text-align: center;
}

#our-people img {
  border: 5px solid #fff;
  border-radius: 4px;
  -webkit-box-shadow: 1px 1px 3px #999;
  box-shadow: 1px 1px 3px #999;
}

#our-people p {
  text-align: center;
  margin: 0px;
  padding: 0px;
}

#our-people p.name {
  font-size: 11pt;
  line-height: 12pt;
  font-weight: bold;
  color: #444;
  margin-top: 8px;
}

#our-people p.job {
  font-size: 10pt;
  line-height: 10pt;
  color: #666;
  margin: 3px 0 4px;
}

#our-people p.phone {
  font-size: 10pt;
  font-weight: bold;
  color: #444;
  margin-top: 3px;
  margin-bottom: 20px;
}

#extended_menu {
  position: absolute;
  left: 229px;
  top: 80px;
  background-color: #fff;
  z-index: 100;
  width: 700px;
}

#extended_menu div.category {
  position: absolute;
  left: 0px;
  top: 0px;
  background-color: #f6f6f6;
  border: 1px solid #ccc;
  padding: 10px;
  border-radius: 7px;
  -webkit-box-shadow: 2px 2px 3px #999;
  box-shadow: 2px 2px 3px #999;
}

#extended_menu div.goods {
  width: 100px;
  height: 100px;
  float: left;
  position: relative;
  margin: 5px;
  padding: 10px;
  background-color: #fff;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  /*border: 1px solid #eee;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	border-radius: 5px;
	-webkit-box-shadow: 1px 1px 2px #ccc;
	-moz-box-shadow: 1px 1px 2px #ccc;
	box-shadow: 1px 1px 2px #ccc;*/
}

#extended_menu div.goods:hover {
  outline: 1px solid #4467AB;
}

#extended_menu div.goods img {
  margin-top: 0px;
}

#extended_menu div.goods .good_title {
  display: none;
  font-size: 12px;
  font-weight: bold;
  position: absolute;
  top: 5px;
  right: 10px;
  width: 80px;
  overflow: hidden;
  text-align: right;
  text-shadow: 1px 1px 2px #fff, -1px 1px 2px #fff, -1px -1px 2px #fff, 1px -1px 2px #fff;
}

#extended_menu div.goods .good_title span {
  display: none;
}

#extended_menu div.goods .more {
  display: none;
  font-size: 10px;
  font-weight: bold;
  position: absolute;
  bottom: 20px;
  right: 10px;
  text-align: right;
}

.ya-page_js_yes .ya-site-form_inited_no {
  display: none;
}

#certificates {
  margin: 0 0 20px 0;
}

#certificates img {
  width: 87px;
  border: 4px solid #fff;
  border-radius: 3px;
  -webkit-box-shadow: 1px 1px 3px #999;
  box-shadow: 1px 1px 3px #999;
  margin: 0 0 5px 0;
}

dl#shop-phones {
  margin: 10px 0 20px 30px;
}

dl#shop-phones dt {
  font-size: 14px;
  text-align: left;
  font-weight: normal;
}

dl#shop-phones dd {
  font-size: 20px;
  text-align: left;
  font-weight: bold;
  padding: 7px 0 3px;
  color: #D43701;
  text-shadow: 1px 1px 1px #bbb;
}

dl#shop-phones dd span {
  color: #999;
  text-shadow: none;
  font-weight: normal;
}

div.good-feeds {
  margin: 20px 0 0;
}

div.good-feeds h2 {
  text-align: left;
  margin: 0;
  font-weight: normal;
  font-size: 22px;
}

div.good-feeds div.feed {
  border: 1px solid #7188b4;
  background-color: #fff;
  padding: 10px 15px 15px;
  border-radius: 0px;
  margin: 7px 0;
}

div.good-feeds div.feed-date {
  font-size: 10px;
  color: #7188B4;
  padding-top: 3px;
  float: left;
}

div.good-feeds div.feed-sense {
  font-size: 14px;
  padding: 2px 0 5px 0;
}

div.good-feeds div.feed-author {
  font-size: 13px;
  font-style: italic;
  text-align: right;
  margin: 0;
}

div.good-feeds div.feed-answer {
  clear: both;
  color: #777;
  font-size: 12px;
  margin: 10px 0 0 25px;
  padding: 5px 0 0 15px;
  border-top: 1px solid #999;
}

.make-goods-feed {
  font-size: 13px;
  color: #4467AB;
  cursor: pointer;
  text-decoration: none;
  padding: 40px 0 0 0;
  background-image: url(../img/int/skidka-za-otzyv.png);
  background-repeat: no-repeat;
  background-position: 0px 0px;
}

.make-goods-feed:hover {
  text-decoration: underline;
}

#main-page-feeds {
  text-align: left;
}

.owl-wrapper-outer {
  background-color: #fff;
}

#main-page-feeds div.feed {
  border: none;
  /*width: 350px;*/
  height: 300px;
  overflow: auto;
  padding: 20px 10px 20px 0;
  margin: 15px 7%;
  border-radius: 10px;
  background-color: #fff;
}

#main-page-feeds .feed-good-title {
  font-weight: bold;
  margin: 0px 0 0 120px;
  text-transform: uppercase;
}

#main-page-feeds .feed-good-note {
  font-weight: normal;
  margin: 0px 0 0 120px;
  font-size: 15px;
  color: #666;
}

#main-page-feeds .feed-good-link {
  font-weight: normal;
  margin: 0px 0 0 120px;
  font-size: 13px;
  color: #666;
  text-decoration: underline;
  color: #4467AB;
}

#main-page-feeds .feed-good-link:hover {
  color: #D43700;
}

#main-page-feeds .feed-good-title span {
  display: none;
}

#main-page-feeds a.feed-good {
  text-decoration: none;
  color: #333;
}

#main-page-feeds img {
  float: left;
}

#main-page-feeds .feed-text {
  margin: 0;
  padding: 20px 0 0 0;
  clear: both;
  font-size: 14px;
  line-height: 22px;
}

#main-page-feeds .feed-author {
  margin: 10px 0 0 0;
  font-size: 14px;
  text-align: right;
  font-style: italic;
}

#main-page-feeds .owl-pagination {
  width: 90%;
  margin: 0 auto;
}

#warranty {
  background-image: url(../img/int/warranty.png);
  background-repeat: no-repeat;
  width: 186px;
  height: 119px;
  margin: 0 0 30px 40px;
  font-size: 12px;
  line-height: 230px;
  text-align: right;
}

#big-descr {
  margin: 30px 0 10px 0;
}

#big-descr h2 {
  text-align: left;
  margin: 1em 0;
}

#big-descr h3 {
  text-align: left;
  margin: 1em 0;
}

#shop-content {
  max-width: 580px;
}

#shop-content img {
  margin-bottom: 10px;
}

#price-form-cont {
  background-color: #fff;
  border: 1px solid #ccc;
  padding: 20px 30px 0;
}

#price-form {
  max-width: 400px;
  margin: 0 0 30px 50px;
}

#price-form label {
  display: inline-block;
  font-weight: normal;
}

#price-form label > input {
  display: inline-block;
}

#price-form td {
  text-align: left;
  font-size: 16px;
}

#price-form input {
  margin: 0 0 10px 0;
  width: 100%;
  font-size: 18px;
}

#price-form input.checkbox {
  margin: 0 0 7px 0;
  width: auto;
}

#price-form button {
  font-size: 16px;
  padding: 4px 20px;
  margin-top: 10px;
}

#call-back-dialog p {
  font-weight: bold;
  font-size: 18px;
  color: #333;
  margin: 0 0 1em 0;
  text-align: center;
  padding: 0;
}

#call-back-dialog input {
  font-size: 16px;
  width: 350px;
}

#call-back-dialog button {
  display: block;
  width: 200px;
  height: 40px;
  border: none;
  background-color: #FB4B33;
  cursor: pointer;
  font-size: 18px;
  color: #fff;
  text-shadow: 1px 1px 1px #666;
  margin: 0 auto;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#FB4B33), to(#E3331B));
  background-image: linear-gradient(to bottom, #FB4B33 0%, #E3331B 100%);
  border-radius: 7px 7px 7px 7px;
  -webkit-box-shadow: 0px 0px 5px 0px #666;
  box-shadow: 0px 0px 5px 0px #666;
}

p.success {
  min-height: 35px;
  background-image: url("../img/int/success.png");
  background-repeat: no-repeat;
  background-position: top left;
  padding: 7px 0 0 50px;
  color: green;
}

p.warning {
  min-height: 35px;
  background-image: url("../img/int/warning.png");
  background-repeat: no-repeat;
  background-position: top left;
  padding: 7px 0 0 50px;
  color: #c00;
}

.price-table {
  background-color: #fff;
}

.price-table td {
  font-size: 14px;
}

.price-table .category-title {
  background-color: #d00;
  color: #fff;
  text-transform: uppercase;
  text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.5);
}

.price-table .product-title {
  display: block;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.2;
  margin-bottom: 10px;
}

.price-table td.image-container img {
  width: 100px !important;
  max-width: none;
}

#price-order-form input, #price-order-form textarea, #price-order-form button {
  margin-bottom: 5px;
}

#tooltip {
  display: none;
  z-index: 1000;
  position: absolute;
  width: 250px;
  background-color: #ffd;
  border: 1px solid #ccc;
  padding: 9px 16px 12px;
  font-size: 13px;
  -webkit-box-shadow: 1px 2px 3px 0px rgba(0, 0, 0, 0.3);
  box-shadow: 1px 2px 3px 0px rgba(0, 0, 0, 0.3);
}

@media (max-width: 990px) {
  div.left-menu-column {
    display: none;
  }
  #logo_link {
    margin-left: 30px;
  }
  #top_menu {
    display: none;
  }
  #top-phones-opt {
    top: 10px;
    left: calc(250px + 5%);
    width: auto;
  }
  #top-phones-rozn {
    right: 0px;
    top: 10px;
    width: auto;
  }
  #opt-phone-label, #rozn-phone-label {
    float: none;
  }
  #opt-phone-label > a, #top-call-back-link {
    display: none;
  }
}

@media (max-width: 768px) {
  div.container {
    text-align: center;
    margin-left: 15px;
    margin-right: 15px;
  }
  #search_form > div {
    width: calc(100% - 40px);
  }
  #nav li {
    display: block;
    text-align: left;
    margin-left: 0px !important;
  }
  #top-phones-opt {
    left: 240px;
  }
}

@media (max-width: 644px) {
  #top-phones-rozn {
    display: none;
  }
  #top-phones-opt {
    display: none;
  }
  #top-phones-mobile {
    display: block;
  }
}

body.modal-open {
  overflow: hidden;
}

.modal-bg {
  position: fixed;
  width: 100%;
  min-height: 100%;
  background: rgba(0, 0, 0, 0.8);
  left: 0px;
  top: 0px;
  z-index: 10100;
  overflow: auto;
}

.modal-panel {
  position: absolute;
  background: #fff;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  top: 0px;
  z-index: 100;
  -webkit-box-shadow: 0 15px 30px -5px rgba(0, 0, 0, 0.5);
          box-shadow: 0 15px 30px -5px rgba(0, 0, 0, 0.5);
  padding: 32px 48px;
  margin: auto;
  max-width: 90%;
  min-width: 430px;
  cursor: default;
}

.modal-panel .modal-panel-header {
  display: none;
  background-image: url("../img/int/logo-mobile-modal.png");
  background-size: 177px 59px;
  background-position: 20px bottom;
  background-repeat: no-repeat;
  height: 61px;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  border-bottom: 1px solid #ccc;
}

.modal-panel h2 {
  margin-top: 10px;
}

@media (max-width: 430px) {
  .modal-panel {
    max-width: 100%;
    min-width: 100% !important;
    width: 100%;
    top: 0px !important;
    min-height: 100vh !important;
    padding: 70px 20px 30px;
    margin: 0 !important;
  }
  .modal-panel .modal-panel-header {
    display: block;
  }
}

.modal-panel.alert {
  text-align: center;
}

.modal-panel.success, .modal-panel.warning {
  text-align: center;
  min-width: 400px;
  min-height: 200px !important;
  max-width: 600px;
  padding: 50px 20px 40px;
  top: 50% !important;
  -webkit-transform: translate(-50%, -75%) !important;
          transform: translate(-50%, -75%) !important;
}

.modal-panel.success .modal-panel-header, .modal-panel.warning .modal-panel-header {
  display: none;
}

@media (max-width: 430px) {
  .modal-panel.success, .modal-panel.warning {
    max-width: calc(100% - 20px) !important;
    min-width: calc(100% - 20px) !important;
    padding: 50px 20px 40px;
  }
}

.modal-panel.fullscreen {
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  max-width: 100%;
  -webkit-box-shadow: none;
          box-shadow: none;
  overflow: auto;
}

.modal-panel.fullscreen .close-button-container {
  position: fixed;
  top: 12px;
  bottom: auto;
  right: 30px;
}

@media (max-width: 791px) {
  .modal-panel.fullscreen {
    padding: 0px 0px;
  }
}

.modal-panel iframe {
  max-width: 100% !important;
}

.modal-panel.no-border {
  padding: 0px 0px;
}

.close-button {
  width: 32px;
  height: 32px;
  background-image: url("../img/int/close-button.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 21px 21px;
  cursor: pointer;
  -webkit-transition: all ease-out 0.5s;
  transition: all ease-out 0.5s;
}

.modal-panel .close-button-container {
  position: absolute;
  z-index: 100;
  top: 12px;
  bottom: 0;
  right: 10px;
}

.modal-panel .close-button {
  position: -webkit-sticky;
  position: sticky;
  top: 10px;
}

.modal-panel .close-button:hover {
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
}

.modal-panel .loading {
  position: absolute;
  left: 0px;
  right: 0px;
  top: 0px;
  bottom: 0px;
  background-color: rgba(255, 255, 255, 0.75);
  background-image: url("../img/int/loading.gif");
  background-repeat: no-repeat;
  background-position: center;
}

.modal-panel div.success-icon {
  width: 64px;
  height: 64px;
  margin: 0px auto 30px;
  background-image: url("../img/int/success-icon.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 64px 64px;
}

.modal-panel div.warning-icon {
  width: 64px;
  height: 64px;
  margin: 0px auto 30px;
  background-image: url("../img/int/warning-icon.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 64px 64px;
}

.pushy .pushy-content {
  padding-top: 100px;
}

@media (max-width: 495px) {
  .pushy .pushy-content {
    padding-top: 65px;
  }
}

@media (max-width: 495px) {
  body.pushy-open-left .pushy {
    width: 100%;
  }
}

.mobile-buy-panel {
  display: none;
  position: fixed;
  bottom: 0px;
  left: 0;
  right: 0;
  z-index: 11000;
  background-color: #fafafa;
  text-align: center;
  padding: 5px 0;
  border-top: 1px solid #ccc;
}

.mobile-buy-panel .buy-button {
  margin: 0;
}

@media (max-width: 495px) {
  .mobile-buy-panel {
    display: block;
  }
}

.sample-image-container {
  position: relative;
  min-height: 400px;
}

.sample-image-container .prev, .sample-image-container .next {
  width: 48px;
  height: 100px;
  background-image: url("../img/int/warning-icon.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 48px 100px;
  position: absolute;
  z-index: 200;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.sample-image-container .prev {
  background-image: url("../img/int/prev.png");
  left: -40px;
}

.sample-image-container .next {
  background-image: url("../img/int/next.png");
  right: -40px;
}

@media (max-width: 430px) {
  .sample-image-container .prev {
    left: -15px;
  }
  .sample-image-container .next {
    right: -15px;
  }
}

.modal-panel.order-form {
  background-color: #fafafa;
  text-align: center;
  padding: 30px 35px 50px;
  width: 450px;
}

.modal-panel.order-form h2 {
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 130%;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  margin: 0px 0 6px;
}

.modal-panel.order-form .product {
  font-style: normal;
  font-weight: 700;
  font-size: 20px;
  line-height: 130%;
  letter-spacing: 0.03em;
  border-bottom: 1px solid #BDBDBD;
  padding-bottom: 15px;
  text-align: left;
  margin: 0 0 21px;
}

.modal-panel.order-form .before {
  color: #828282;
  margin: 0 0 21px;
}

.modal-panel.order-form label {
  width: 100%;
  text-align: left;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 130%;
  display: block;
  margin: 0 0 20px;
}

.modal-panel.order-form label input {
  display: block;
  width: 100%;
  border: 1px solid #ccc;
  outline: none;
  padding: 8px 1px;
  font-size: 18px;
  max-width: 100%;
}

.modal-panel.order-form label span {
  font-size: 14px;
  line-height: 100%;
  letter-spacing: 0.03em;
  color: #828282;
  display: block;
  margin: 5px 0 0;
}

.modal-panel.order-form .button {
  margin: 12px auto 22px;
}

.modal-panel.order-form .after {
  text-align: center;
  color: #4F4F4F;
}

@media (max-width: 430px) {
  .modal-panel.order-form {
    padding: 80px 35px 0;
  }
}
/*# sourceMappingURL=style.css.map */