html,
body {
  padding: 0 !important;
  margin: 0 !important;
  font-family: "Open Sans", sans-serif;
  background: #fff;
}
p {
  line-height: 1.75em;
  margin-bottom: 20px;
}
img {
  border: none;
}
.clear {
  clear: both !important;
  display: block;
  float: none !important;
}
.nobr {
  white-space: nowrap;
}
.hidden {
  display: none;
}
blockquote {
  margin: 8px 8px 14px 40px;
  font-style: italic;
}
h1,
h2,
h3,
h4 {
  font-weight: normal;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin-bottom: 1.5em;
}
h1 {
  font-size: 24pt;
}
h2 {
  font-size: 20pt;
}
h3 {
  font-size: 16pt;
}
h4 {
  font-size: 13pt;
}
h5 {
  font-size: 11pt;
}
h6 {
  font-size: 10pt;
}
div#nav ul li {
  display: inline-block;
  padding: 0;
  margin: 0 10px 0 0;
}
#article table {
  font-size: 13px;
  border-collapse: collapse;
}
#article table caption {
  font-size: 19px;
}
#article table thead {
  background-color: #ddd;
}
#article table th,
#article table td {
  vertical-align: top !important;
  border: 1px dashed #ddd;
  padding: 3px 6px;
}
#article table p {
  margin: 0;
}
#article table .left {
  float: none !important;
  text-align: left;
}
#article table .right {
  float: none !important;
  text-align: right;
}
#article table .extra {
  background-color: #e3e3e3;
}
#article ul ul,
#article ol ul,
#article ul ol,
#article ol ol {
  margin-left: 1.2em;
}
#article img.center {
  display: block;
  margin: 0 auto 1.2em auto;
}
#article img.right {
  float: right;
  margin: 0 0 1.2em 1.2em;
}
#article img.left {
  float: left;
  margin: 0 1.2em 1.2em 0;
}
#article .sub-page-description {
  font-style: italic;
  color: #666;
}
#article .pagination li {
  list-style-type: none;
  display: inline;
  padding: 0 3px;
}
#article .pagination li:before {
  display: none;
}
ul {
  list-style-type: none;
}
ul.text li {
  padding-left: 20px;
  background: url(/resources/images/dash.png) no-repeat 0 2px;
}
ul.breadcrumbs li {
  display: inline-block;
}
hr {
  border: none;
  border-top: 1px solid #999;
  height: 0;
  margin-bottom: 1.2em;
}
a[href$=".mp3"],
a[href$=".ogg"],
a[href$=".wav"],
a[href$=".aac"],
a[href$=".flac"],
a[href$=".wma"],
a[href$=".pdf"],
a[href$=".xls"],
a[href$=".ppt"],
a[href$=".txt"],
a[href$=".doc"],
a[href$=".docx"],
a[href$=".zip"],
a[href$=".rar"] {
  padding: 0 0 2px 20px;
  background-position: 0 0;
  background-repeat: no-repeat;
}
a[href$=".mp3"],
a[href$=".ogg"],
a[href$=".wav"],
a[href$=".aac"],
a[href$=".flac"],
a[href$=".wma"] {
  background-image: url(/resources/images/ext/music.png);
}
a[href$=".zip"],
a[href$=".rar"] {
  background-image: url(/resources/images/ext/ziprar.png);
}
a[href$=".pdf"] {
  background-image: url(/resources/images/ext/pdf.png);
}
a[href$=".xls"] {
  background-image: url(/resources/images/ext/xls.png);
}
a[href$=".ppt"] {
  background-image: url(/resources/images/ext/ppt.png);
}
a[href$=".txt"] {
  background-image: url(/resources/images/ext/txt.png);
}
a[href$=".doc"] {
  background-image: url(/resources/images/ext/doc.png);
}
a[href$=".docx"] {
  background-image: url(/resources/images/ext/doc.png);
}
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}
.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}
.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0,0,0);
  -moz-transform: translate3d(0,0,0);
  -ms-transform: translate3d(0,0,0);
  -o-transform: translate3d(0,0,0);
  transform: translate3d(0,0,0);
}
.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before,
.slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}
.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir="rtl"] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
  display: none;
}
.box >*:first-child {
  margin-top: 0 !important;
}
.box >*:last-child {
  margin-bottom: 0 !important;
}
body {
  color: #000;
  font-family: 'Open Sans', 'Rubble', 'Verdana', sans-serif;
  font-size: 13px;
  line-height: 1.4;
}
.clearfix::after {
  content: '';
  display: block;
  clear: both;
}
.hidden {
  display: none !important;
}
p {
  margin: 10px 0;
  line-height: 1.5;
}
.wrapper {
  background: #fff;
  border-radius: 4px;
  padding: 15px;
}
div,
aside,
header,
footer,
input,
textarea {
  box-sizing: border-box;
}
img {
  max-width: 100%;
}
.left {
  float: left;
}
.right {
  float: right;
}
.center {
  margin: auto;
}
a {
  color: #408ebc;
}
.section {
  margin: 0 0 20px;
}
.logo {
  width: 544px;
  max-width: calc(100% - 110px);
  text-align: center;
  font-size: 15px;
}
.logo img {
  display: block;
}
.logo .museum {
  width: 13%;
  float: left;
  margin: -2% 2% 0 0;
}
.logo .name {
  width: 85%;
}
.logo a {
  text-decoration: none;
  color: #2567B4;
}
footer {
  padding: 26px 40px;
  text-align: center;
}
@media (max-width: 991px) {
  footer {
    padding: 26px 10px;
  }
}
.footer-logo {
  text-align: center;
  display: inline-block;
  font-size: 15px;
}
.footer-logo img {
  display: block;
}
.footer-logo a {
  text-decoration: none;
  color: #2567B4;
}
@media screen and (max-width: 480px) {
  .footer-logo {
    max-width: 100%;
    margin: 40px 0 0 !important;
  }
}
header .header-banner {
  float: left;
  width: calc(100% - 260px);
  text-align: center;
  padding: 0 0 0 20px;
  line-height: 70px;
}
header .header-banner img {
  vertical-align: middle;
}
aside {
  width: 320px;
  float: left;
  position: relative;
  height: 100vh;
  overflow-y: scroll;
  border-right: 1px solid #ddd;
  background: #fff;
  font-size: 16px;
}
aside .aside-banner {
  text-align: center;
  padding: 30px 0 25px;
  border-bottom: 1px solid #ddd;
}
aside .banners {
  margin: 20px;
}
aside .banners::after {
  content: '';
  display: block;
  clear: both;
}
aside .banners .banner {
  width: 33.33%;
  float: left;
}
aside .banners .banner:nth-child(3n + 1) {
  clear: left;
}
aside .auth {
  border-bottom: 1px solid #DDDDDD;
  padding: 0px 20px 20px;
}
aside .auth a {
  color: #408EBC;
  text-decoration: none;
}
aside .socials {
  padding: 16px 10px 16px 20px;
  font-size: 12px;
  border-bottom: 1px solid #ddd;
}
aside .socials a {
  color: inherit;
  text-decoration: none;
}
aside .socials img {
  margin: 0px 5px -5px 0;
}
aside .socials a + a {
  margin: 0 0 0 20px;
}
aside .address {
  padding: 10px 20px 20px;
  font-size: 13px;
  border-bottom: 1px solid #ddd;
}
aside #footer a {
  text-decoration: none;
  color: inherit;
}
.gray-menu-link {
  border-bottom: 1px solid #e0e6ea;
  background: #f5f6f5;
  color: #408ebc;
}
nav {
  margin: 0;
}
nav >ul>li>span {
  cursor: pointer;
}
nav ul {
  padding: 0;
  margin: 0;
}
nav ul li {
  display: block;
  border-bottom: 1px solid #e0e6ea;
}
nav ul li >span,
nav ul li >a {
  padding: 15px 18px;
  display: block;
  text-decoration: none;
  color: inherit;
}
nav ul li >a {
  cursor: pointer;
}
nav ul li .icon {
  vertical-align: middle;
  line-height: 20px;
  width: 40px;
  display: inline-block;
  text-align: center;
}
nav ul li img {
  vertical-align: middle;
  margin: 0 10px 0 0;
}
nav ul li .name {
  line-height: 10px;
  vertical-align: middle;
}
nav .droplist .arrow {
  display: inline-block;
  width: 20px;
  height: 13px;
  background: url(/resources/images/nav/droplist.svg) no-repeat 50%;
  transform: scale(1,-1);
}
nav .droplist.closed ul {
  display: none;
}
nav .droplist.closed .arrow {
  transform: scale(1,1);
}
nav .droplist ul {
  background: #f5f6f5;
}
nav .droplist ul li {
  font-size: 13px;
}
nav .droplist ul li >a,
nav .droplist ul li >span {
  padding: 10px 20px;
}
.slider {
  margin: 0 0 40px;
}
.slider .slide img {
  width: 100%;
}
.slider .slick-dots {
  margin: 30px 0 0;
  text-align: center;
}
.slider .slick-dots li {
  display: inline-block;
  padding: 0 5px;
}
.slider .slick-dots li button {
  background: #2567B4;
  border: none;
  border-radius: 100px;
  width: 12px;
  padding: 0;
  height: 12px;
  overflow: hidden;
  display: block;
  text-indent: 100%;
  outline: none;
}
.slider .slick-dots .slick-active button {
  background: #D8D8D8;
}
.layout {
  position: relative;
  z-index: 2;
  width: calc(100% - 320px);
  height: 100vh;
  overflow-y: scroll;
  padding: 0;
}
.layout::before {
  content: '';
  display: block;
  width: 100%;
  position: fixed;
  background: url(/resources/images/bg1.png);
  opacity: 0.2;
  height: 100%;
  z-index: -1;
}
.layout header {
  padding: 30px 40px 35px;
}
.layout header .mini-cart {
  float: right;
  font-size: 16px;
}
.layout section {
  padding: 0 40px 40px;
}
h1 {
  color: #000;
  margin: 18px 0 35px;
  padding: 9px 0 0 0px;
  font-size: 20px;
}
h2 {
  margin: 0 0 10px;
  font-size: 16px;
  font-weight: bold;
}
h3 {
  font-size: 18px;
  font-weight: 600;
  color: #30312F;
}
.button {
  height: 43px;
  background: #2567B4;
  display: inline-block;
  border-radius: 30px;
  color: #fff;
  text-decoration: none;
  padding: 10px 21px;
  box-sizing: border-box;
  text-transform: uppercase;
  line-height: 23px;
}
.popular {
  margin: 46px 0 33px;
}
.popular h2 {
  text-transform: uppercase;
  font-size: 28px;
  font-weight: normal;
  letter-spacing: 2px;
  margin: 0;
}
.catalog-list {
  max-width: 100%;
  margin: 0 -18px 0;
  padding: 20px 0 0;
  font-size: 18px;
}
.catalog-list::after {
  content: '';
  display: block;
  clear: both;
}
.catalog-list .item {
  width: 298px;
  max-width: 298px;
  padding: 0 18px 65px;
  display: inline-block;
  vertical-align: top;
}
.catalog-list .item a {
  text-decoration: none;
  color: inherit;
}
.catalog-list .preview {
  height: 262px;
  width: 262px;
  max-width: 100%;
  display: flex;
  align-items: center;
}
.catalog-list .preview img {
  max-height: 100%;
  height: auto;
  max-width: 262px;
  margin: auto;
}
@media (max-width: 480px) {
  .catalog-list .preview {
    width: 100%;
    min-height: 100px;
    height: auto;
  }
  .catalog-list .preview img {
    max-width: 100%;
  }
}
.catalog-list .name {
  margin: 13px 0;
  font-size: 16px;
  text-align: center;
}
@media (max-width: 767px) {
  .catalog-list {
    max-width: none;
  }
  .catalog-list .item {
    width: 50%;
    float: left;
  }
  .catalog-list .item:nth-child(2n + 1) {
    clear: left;
  }
}
.goods {
  max-width: 100%;
  margin: 0 -18px 0;
  padding: 20px 0 0;
  font-size: 18px;
}
.goods::after {
  content: '';
  display: block;
  clear: both;
}
.goods .item {
  width: 298px;
  max-width: 298px;
  height: 512px;
  padding: 0 18px 65px;
  float: left;
}
.goods .item a {
  text-decoration: none;
  color: inherit;
}
.goods .preview {
  height: 356px;
  width: 262px;
  display: flex;
  align-items: center;
}
.goods .preview img {
  max-height: 100%;
  height: auto;
  max-width: 262px;
  margin: auto;
}
.goods .name {
  margin: 13px 0;
  font-size: 16px;
}
.goods .price {
  display: inline-block;
  margin: 10px 0;
  font-size: 16px;
}
@media (max-width: 767px) {
  .goods {
    max-width: none;
  }
  .goods .item {
    width: 50%;
    float: left;
  }
  .goods .item:nth-child(2n + 1) {
    clear: left;
  }
}
.cats .item {
  height: auto;
}
.buy-btn {
  float: right;
  padding: 10px 20px;
  border-radius: 50px;
  display: inline-block;
  height: 43px;
  min-width: 100px;
  text-align: center;
  box-sizing: border-box;
  font-size: 13px;
  text-transform: uppercase;
  line-height: 24px;
  background: #2567B4;
  color: #fff !important;
}
.buy-btn.disable {
  background: #E4E4E4;
  color: #000 !important;
}
#mini-cart a {
  text-decoration: none;
  color: #2567B4;
}
#mini-cart img {
  vertical-align: middle;
}
#mini-cart #mini-cart-total-price {
  vertical-align: middle;
}
@media (max-width: 991px) {
  #mini-cart #mini-cart-total-price {
    display: none;
  }
}
.alert-error {
  color: red;
  margin: 0 0 10px;
}
#cart-form {
  width: calc(100% - 360px);
  float: left;
  padding-right: 30px;
  box-sizing: border-box;
}
#cart-form .cart-items th {
  text-transform: uppercase;
  color: #4A4A4A;
  letter-spacing: 3px;
  text-align: left;
  font-weight: normal;
  padding: 0 0 10px;
}
#cart-form .cart-items .item {
  padding: 45px 0 23px;
  border-bottom: 1px solid #E8E9ED;
  width: 100%;
}
#cart-form .cart-items table {
  border-collapse: collapse;
  width: 100%;
}
#cart-form .cart-items table td {
  border-top: 1px solid #E8E9ED;
  border-bottom: 1px solid #E8E9ED;
}
#cart-form .cart-items td:nth-child(1) {
  width: 77px;
  padding: 0 10px 0 0;
  min-width: 77px;
}
#cart-form .cart-items h3 {
  margin-top: 24px;
}
#cart-form .cart-items td:nth-child(3) {
  padding: 0 0 0 20px;
  min-width: 60px;
}
#cart-form .cart-items td:nth-child(5) {
  width: 16px;
}
.item-counter {
  position: relative;
  width: 104px;
}
.item-counter input[type=number] {
  width: 88px;
  height: 30px;
  border-radius: 30px;
  border: 1px solid #868686;
  background: none;
  color: #868686;
  text-align: center;
  font-size: 12px;
  margin: 0 10px;
  box-sizing: border-box;
}
.item-counter .minus-number-item {
  position: absolute;
  height: 30px;
  font-size: 22px;
  padding: 0 10px;
  text-decoration: none;
  color: #868686;
  margin-left: 10px;
}
.item-counter .plus-number-item {
  position: absolute;
  height: 30px;
  font-size: 22px;
  padding: 0 10px;
  text-decoration: none;
  color: #868686;
  left: 64px;
  top: calc(50% - 15px);
}
.item-counter input::-webkit-outer-spin-button,
.item-counter input::-webkit-inner-spin-button {
  -webkit-appearance: none;
}
.item-counter input[type='number'] {
  -moz-appearance: textfield;
}
.cart-buy {
  text-align: right;
  padding: 15px 0;
}
.cart-buy .title {
  text-transform: uppercase;
  color: #4A4A4A;
  letter-spacing: 3px;
}
.cart-buy .summ {
  font-size: 36px;
  margin: 0 0 0 27px;
}
#checkout-form {
  width: 360px;
  float: left;
  background: #E5E8F0;
  padding: 26px 40px 23px 30px;
  box-sizing: border-box;
}
#checkout-form .description label {
  display: block;
  margin: 0 0 10px;
}
#checkout-form .description label a {
  text-decoration: none;
  color: #212121;
}
#checkout-form input[type=text],
#checkout-form input[type=tel],
#checkout-form input[type=email] {
  display: block;
  margin: 0 0 10px;
  width: 100%;
  padding: 10px;
  font-size: 14px;
}
#checkout-form textarea {
  display: block;
  margin: 0 0 10px;
  width: 100%;
  padding: 10px;
  font-size: 14px;
}
#checkout-form .check {
  float: left;
  margin: 0 10px 0 0;
}
#checkout-form .button {
  float: right;
}
.catalog .description,
.catalog .heading_page {
  max-width: 1024px;
}
.product {
  font-size: 13px;
  color: #4A4A4A;
}
.product .image {
  width: 358px;
  display: flex;
  align-items: center;
  float: left;
}
.product .image img {
  margin: auto;
}
.product .info {
  display: block;
  float: left;
  width: calc(100% - 358px);
  padding: 0 0 0 30px;
}
.product .item-counter {
  display: inline-block;
}
.product .number-item {
  border-bottom: 4px double #000;
  padding: 0 0 20px;
  margin: 0 0 20px;
}
.product .price {
  font-size: 30px;
}
.product .counter-title {
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: 2px;
  color: #4A4A4A;
}
#footer {
  padding: 20px;
}
#footer img {
  float: left;
  margin: 0 10px 0 0;
}
.zoom-preview {
  position: relative;
  max-width: 100%;
}
.zoom-map {
  height: 500px;
  max-width: 100%;
  width: 358px;
  display: flex;
  position: relative;
}
.zoom-map img {
  max-height: 100%;
  position: relative;
  z-index: -1;
}
.zoom-box {
  position: absolute;
  left: 100%;
  top: 0;
  z-index: 9;
  display: none;
  overflow: hidden;
  height: 500px;
  width: calc(100vw - 757px);
  background: #fff;
}
.zoom-box img {
  max-height: 100%;
}
.zoom-box.zooming {
  display: block;
}
.zoom-box.zooming img {
  max-width: none;
  max-height: none;
}
.breadcrumbs {
  padding: 0;
}
.breadcrumbs li + li::before {
  content: '';
  background: url(/resources/images/rarr.svg) no-repeat 50% / 7px;
  width: 32px;
  height: 19px;
  float: left;
}
@media screen and (min-width: 981px) {
  .mobile {
    display: block;
  }
  .mini-cart {
    margin: 20px 0 0;
  }
}
@media screen and (min-width: 1201px) {
  header .header-banner {
    float: left;
    width: calc(100% - 290px);
    text-align: center;
    padding: 0 0 0 20px;
    line-height: 70px;
  }
  header .header-banner img {
    vertical-align: middle;
  }
}
@media screen and (max-width: 1200px) and (min-width: 981px) {
  .product .image {
    float: none;
    margin: 0 0 30px;
  }
  .product .info {
    padding: 0;
    width: 100%;
  }
  #cart-form {
    float: none;
    width: 100%;
    padding: 0;
    margin: 0 0 30px;
  }
  #cart-form .cart-items .item {
    float: none;
    width: 100%;
  }
  #checkout-form {
    padding: 20px;
    width: 100%;
  }
  .mini-cart {
    position: absolute;
    right: 20px;
  }
}
@media (max-width: 991px) {
  .mobile-fixed {
    overflow: hidden;
  }
  .logo {
    margin: 0 auto 20px;
    float: none;
  }
  aside {
    position: fixed;
    z-index: 10;
    left: 0;
    width: 100%;
    transition: 0.5s all ease 0s;
  }
  aside.faded {
    left: -100%;
  }
  .layout {
    width: 100%;
  }
  header {
    float: none;
    position: relative;
  }
  header .header-banner {
    max-width: none;
    clear: both;
    margin: auto;
    float: none !important;
    padding: 0;
    width: auto;
    line-height: 0;
  }
  .burger {
    display: block;
    position: absolute;
    width: 30px;
    height: 30px;
    left: 10px;
    top: 20px;
    background: url(/resources/images/icons/burger.svg) no-repeat 50% / 30px;
  }
  .close-menu {
    display: block;
    height: 30px;
    width: 30px;
    position: absolute;
    right: 10px;
    top: 10px;
    background: url(/resources/images/icons/cross.svg) no-repeat 50% / 25px;
  }
  .layout header {
    padding: 20px 10px;
  }
  .layout header .mini-cart {
    float: right;
    position: absolute;
    right: 10px;
    top: 20px;
    width: 30px;
    height: 30px;
  }
  .layout section {
    padding: 0 10px 50px;
  }
  .product h1 {
    margin: 0;
    height: 20px;
  }
}
@media screen and (max-width: 980px) and (min-width: 781px),screen and (max-width: 600px) {
  #cart-form .cart-items table .cart-item {
    border-bottom: 1px solid #E8E9ED;
    border-top: 1px solid #E8E9ED;
  }
  #cart-form .cart-items table td {
    border-bottom: none;
    border-top: none;
  }
  #cart-form .cart-items table .title {
    display: none;
  }
}
@media screen and (max-width: 980px) and (min-width: 781px) {
  #cart-form table {
    display: block;
  }
  #cart-form table td:nth-child(1) {
    float: left;
  }
  #cart-form table td {
    display: block;
  }
  #cart-form table h3 {
    margin: 10px 0;
  }
  #cart-form table tr,
  #cart-form table tbody {
    width: 100%;
    display: block;
  }
  #cart-form table .item-counter {
    float: left;
    margin-left: -10px;
  }
  #cart-form table .summ {
    margin: 0 0 10px;
  }
  #cart-form table tr::after {
    content: '';
    display: block;
    clear: both;
  }
  #cart-form table td:nth-child(5) {
    margin-top: 6px;
    float: left;
    width: 16px;
  }
}
@media screen and (max-width: 980px) and (min-width: 601px) {
  .zoom-box {
    width: calc(100vw - 400px);
  }
}
@media (max-width: 767px) {
  .goods .name {
    font-size: 13px;
  }
  .goods .item {
    width: 50%;
    height: auto;
  }
  .goods .preview {
    width: 100%;
    max-height: 60vw;
  }
  .goods .preview img {
    max-width: 100%;
  }
  .goods .buy-btn {
    height: auto;
  }
  #cart-form {
    float: none;
    width: 100%;
    padding: 0;
    margin: 0 0 30px;
  }
  #cart-form .cart-items .item {
    float: none;
    width: 100%;
  }
  #checkout-form {
    padding: 20px;
    width: 100%;
  }
  #cart-form table {
    display: block;
  }
  #cart-form table td:nth-child(1) {
    float: left;
  }
  #cart-form table td {
    display: block;
  }
  #cart-form table h3 {
    margin: 10px 0;
  }
  #cart-form table tr,
  #cart-form table tbody {
    width: 100%;
    display: block;
  }
  #cart-form table .item-counter {
    float: left;
    margin-left: -10px;
  }
  #cart-form table .summ {
    margin: 0 0 10px;
  }
  #cart-form table tr::after {
    content: '';
    display: block;
    clear: both;
  }
  #cart-form table td:nth-child(5) {
    margin-top: 6px;
    float: left;
    width: 16px;
  }
  .product .image {
    width: 100%;
    margin: 0 0 20px;
  }
  .product .info {
    width: 100%;
    padding: 0;
  }
  .goods {
    margin: 0;
  }
}
@font-face {
  font-family: 'Open Sans';
  src: url('/resources/fonts/open_sans/regular.eot');
  src: url('/resources/fonts/open_sans/regular.eot?#iefix') format('embedded-opentype'), url('/resources/fonts/open_sans/regular.woff') format('woff'), url('/resources/fonts/open_sans/regular.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Open Sans';
  src: url('/resources/fonts/open_sans/bold.eot');
  src: url('/resources/fonts/open_sans/bold.eot?#iefix') format('embedded-opentype'), url('/resources/fonts/open_sans/bold.woff') format('woff'), url('/resources/fonts/open_sans/bold.ttf') format('truetype');
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: 'Open Sans';
  src: url('/resources/fonts/open_sans/italic.eot');
  src: url('/resources/fonts/open_sans/italic.eot?#iefix') format('embedded-opentype'), url('/resources/fonts/open_sans/italic.woff') format('woff'), url('/resources/fonts/open_sans/italic.ttf') format('truetype');
  font-weight: normal;
  font-style: italic;
}
@font-face {
  font-family: 'Open Sans';
  src: url('/resources/fonts/open_sans/bolditalic.eot');
  src: url('/resources/fonts/open_sans/bolditalic.eot?#iefix') format('embedded-opentype'), url('/resources/fonts/open_sans/bolditalic.woff') format('woff'), url('/resources/fonts/open_sans/bolditalic.ttf') format('truetype');
  font-weight: bold;
  font-style: italic;
}
@font-face {
  font-family: 'Rubble';
  src: url('/resources/fonts/rubble/regular.eot');
  src: url('/resources/fonts/rubble/regular.eot?#iefix') format('embedded-opentype'), url('/resources/fonts/rubble/regular.woff') format('woff'), url('/resources/fonts/rubble/regular.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}
