@font-face {
  font-family: 'GraphikLCG';
  src: url("GraphikLCG-Regular-otf.css") format("otf"), url("GraphikLCG-Regular_rubl-ttf.css") format("ttf"), url("GraphikLCG-Regular_rubl-woff.css") format("woff"); }

@font-face {
  font-family: 'GraphikLCG-Medium';
  src: url("GraphikLCG-Medium-otf.css") format("otf"), url("GraphikLCG-Medium_rubl-ttf.css") format("ttf"), url("GraphikLCG-Medium_rubl-woff.css") format("woff"); }

@font-face {
  font-family: 'GraphikLCG-Black';
  src: url("GraphikLCG-Black-otf.css") format("otf"), url("GraphikLCG-Black_rubl-ttf.css") format("ttf"), url("GraphikLCG-Black_rubl-woff.css") format("woff"); }

html,
body {
  margin: 0; }

.container.static-page-wrapper {
  margin: 0;
  width: 100%;
  padding: 0; }

#static-page-content {
  width: 100%; }
  #static-page-content ul {
    display: block;
    padding: 0;
    margin: 0; }
  #static-page-content li {
    display: block;
    list-style: none; }
  #static-page-content * {
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
  #static-page-content .link-good {
    text-decoration: none;
    position: relative;
    width: 100%;
    background-color: #fff;
    border-radius: 8px;
    -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.1); }
  #static-page-content .title {
    width: 1130px;
    margin: 0 auto; }
  #static-page-content .main-ban {
    width: 1130px;
    margin: 0 auto;
    margin-bottom: 15px; }
    #static-page-content .main-ban img {
      width: 100%; }
  #static-page-content .title
h1 {
    margin: 0px;
    font-size: 32px;
    color: black;
    font-family: 'GraphikLCG-Black', sans-serif;
    font-weight: normal; }
  #static-page-content .main-box {
    width: 100%;
    padding: 30px 0; }
  #static-page-content .maincontent {
    width: 1130px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    margin: 0 auto;
    padding-top: 10px;
    padding-bottom: 10px; }
  #static-page-content .good__categoty {
    border-radius: 8px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    width: 270px;
    height: 360px;
    margin-right: 14px;
    margin-bottom: 30px; }
    #static-page-content .good__categoty:nth-child(4n) {
      margin-right: 0; }
  #static-page-content .good__categoty--title {
    text-align: left;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0 10px 12px;
    font-size: 18px;
    font-weight: 500;
    line-height: 1.2;
    font-family: 'GraphikLCG-Medium',sans-serif;
    color: black;
    height: 80px;
    padding-left: 25px; }
  #static-page-content .good__categoty--img {
    height: 220px;
    padding: 20px;
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
    #static-page-content .good__categoty--img img {
      max-width: 100%;
      max-height: 100%; }
  #static-page-content .button-buy {
    width: 116px;
    background-color: #fff;
    border-color: #eee;
    color: #9b9b9b;
    text-align: center;
    font-size: 13px;
    margin: 0 20px 0 0;
    text-transform: uppercase;
    font-family: 'GraphikLCG',sans-serif;
    height: 35px;
    border-radius: 2px;
    padding: 2px 15px 0;
    border: 1px solid #eee;
    -webkit-box-shadow: none;
    box-shadow: none;
    font-weight: 900;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-left: 25px;
    margin-bottom: 10px;
    transition: all 0.3s;  }
    #static-page-content .button-buy:hover {
      background-color: #4b6ecd;
      color: white;
      border-color: #4b6ecd;
      transition: all 0.3s; }
  #static-page-content .main-picture {
    width: 1130px;
    margin: 0 auto; }
    #static-page-content .main-picture img {
      width: 100%; }

@media screen and (max-width: 500px) {
  #static-page-content .maincontent {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap; }
  #static-page-content .maincontent {
    width: 100%;
    height: auto; }
  #static-page-content .good__categoty {
    width: 100%;
    height: auto;
    margin-bottom: 10px; }
  #static-page-content .main-picture img,
  #static-page-content .main-ban img {
    display: none; }
  #static-page-content .main-third,
  #static-page-content .main-sec,
  #static-page-content .main-first,
  #static-page-content .main-ban {
    width: 100%;
    background-size: 100% auto;
    height: 100px;
    background-repeat: no-repeat; }
  .main-third {
    background-image: url(/upload/static_pages/5/08/4ad/5084ad08d6a5f0b9eefb1b9f1acf99c2/desktop/img/mob3.png); }
  .main-first {
    background-image: url(/upload/static_pages/5/08/4ad/5084ad08d6a5f0b9eefb1b9f1acf99c2/desktop/img/mob1.png); }
  .main-sec {
    background-image: url(/upload/static_pages/5/08/4ad/5084ad08d6a5f0b9eefb1b9f1acf99c2/desktop/img/mob2.png); }
  #static-page-content .main-ban {
    background-image: url(/upload/static_pages/5/08/4ad/5084ad08d6a5f0b9eefb1b9f1acf99c2/desktop/img/mob-ban.jpg);
    width: 100%;
    height: 180px; } }


