* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

html, body {
  width: 100%;
  min-width: 320px;
  color: #2f2f2f;
  background: #fff;
  font: 16px/120% "Open Sans", sans-serif;
  cursor: default;
}

html {
  height: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  height: auto !important;
  min-height: 100%;
  height: 100%;
  position: relative;
}

html, body, div, applet, object, iframe, blockquote, pre, abbr, acronym, address, big, select, input, textarea,
cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, sub, sup, tt, var, dd, dl, dt, fieldset, form, label, legend, caption, h1, h2, h3, h4, h5 {
  font: 16px/120% "Open Sans", sans-serif;
  margin: 0;
  padding: 0;
  border: 0;
}

a img, :link img, :visited img {
  border: 0;
}

p {
  padding: 0px;
  margin: 0px;
}

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

td {
  vertical-align: top;
}

a {
  cursor: pointer;
  outline: none;
  color: #2f2f2f;
  text-decoration: none;
  font: 16px/120% "Open Sans", sans-serif;
}

a:hover {
  text-decoration: none;
}

.cl:after, .good_link_block:after, .content:after, header:after {
  content: "";
  display: block;
  clear: both;
}

.hand {
  cursor: pointer;
}

.display_none {
  display: none;
}

input, select, textarea {
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

textarea {
  outline: none;
  resize: none;
  overflow: auto;
}

ul {
  list-style: none;
}

/* site styles */
.content, header {
  max-width: 1300px;
  padding: 0 15px;
  margin: 0 auto;
}

header {
  position: relative;
  z-index: 5;
  padding-top: 10px;
  margin-bottom: 40px;
}

.logo {
  display: block;
  margin: 0 auto;
  max-width: 426px;
}

.content {
  margin-bottom: 100px;
}

.gl_top {
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 8px;
}

.gl_search {
  display: block;
  float: left;
  width: calc(100% - 286px);
  max-width: 980px;
  height: 68px;
  border: 1px solid #66A6FF;
  border-radius: 10px;
  font-size: 14px;
  line-height: 68px;
  font-weight: 600;
  padding: 0 24px;
}

.bl_btn {
  display: block;
  float: right;
  width: 268px;
  height: 68px;
  background: url(../images/send_btn.svg) center no-repeat;
  border-radius: 10px;
  background-size: cover;
  font-size: 16px;
  line-height: 68px;
  color: #fff;
  text-align: center;
  transition: 0.3s;
}
.bl_btn:hover {
  opacity: 0.7;
}
.bl_btn > img {
  display: inline-block;
  vertical-align: middle;
  width: 30px;
  height: 30px;
  object-fit: cover;
  margin-left: 8px;
}

.cat_block {
  margin-top: 80px;
}

.cb_item {
  max-width: 680px;
  width: 100%;
  min-height: 186px;
  padding-left: 200px;
  position: relative;
}

.cbi_img {
  display: table;
  width: 186px;
  height: 186px;
  border: 1px solid #66A6FF;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.25);
  border-radius: 10px;
  overflow: hidden;
  position: absolute;
  left: 0;
  top: 0;
}
.cbi_img > span {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}
.cbi_img > span > img {
  display: inline-block;
  vertical-align: middle;
  max-width: 177px;
  width: 100%;
}

.cbi_top, .cbi_ava {
  font-size: 18px;
  font-weight: 700;
}
.cbi_top, .cbi_ava > span {
  color: #6E6E6E;
  font-weight: 400;
}

.cbi_content {
  margin-top: 10px;
}

.cbi_name {
  display: inline;
  font-size: 24px;
  line-height: 140%;
  font-weight: 700;
  margin-bottom: 6px;
  transition: 0.3s;
}
.cbi_name:hover {
  color: #00CA44;
}

.cbi_text {
  font-size: 14px;
  color: #6e6e6e;
  margin-top: 8px;
}

.gbi_name1 {
  font-size: 18px;
}

.cbi_price {
  margin-top: 12px;
}
.cbi_price span {
  font-size: 32px;
  line-height: 130%;
  color: #00CA44;
  font-weight: 700;
}

.cbi_price > span > sup {
  color: #2f2f2f;
  font-weight: 400;
  font-size: 14px;
}

.goods_block {
  margin-top: 90px;
}

.gb_items {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 20px;
  margin-top: 30px;
}

.gb_head {
  font-size: 24px;
  font-weight: 700;
  text-align: center;
}

.gb_item {
  position: relative;
  min-height: 100px;
  text-align: left;
  padding-left: 112px;
}

.gbi_img {
  display: table;
  width: 100px;
  height: 100px;
  border: 1px solid #3A6DB4;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.25);
  border-radius: 10px;
  overflow: hidden;
  position: absolute;
  left: 0;
  top: 0;
}
.gbi_img > span {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}
.gbi_img > span > img {
  display: inline-block;
  vertical-align: middle;
  max-width: 90px;
  width: 100%;
}

.gbi_name {
  display: inline-block;
  font-size: 14px;
  font-weight: 700;
  opacity: 0.7;
  transition: 0.3s;
}
.gbi_name:hover {
  opacity: 1;
}

.gbi_price {
  font-size: 40px;
  line-height: 130%;
  color: #C50A26;
  font-weight: 700;
}
.gbi_price > span {
  color: #2f2f2f;
  font-size: 18px;
  font-weight: 400;
}
.gbi_price > span > sup {
  color: #2f2f2f;
  font-weight: 400;
  font-size: 12px;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

img {
  max-width: 100%;
  height: auto;
}

/* MEDIA QUERIES*/
@media only screen and (max-width: 1280px) {
  .gb_items {
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 15px;
  }
} /*1280*/
@media only screen and (max-width: 768px) {
  .gb_items {
    grid-template-columns: repeat(1, 1fr);
    grid-gap: 15px;
  }
  header {
    padding-top: 30px;
  }
  .gl_search {
    float: none;
    width: 100%;
    height: 50px;
    padding: 0 15px;
  }
  .bl_btn {
    float: none;
    margin: 0 auto;
    height: 50px;
    line-height: 50px;
    background-size: cover;
    margin-top: 20px;
  }
  .cat_block {
    margin-top: 50px;
  }
  .cb_item {
    padding-left: 112px;
    min-height: 100px;
  }
  .cbi_img {
    width: 100px;
    height: 100px;
  }
  .cbi_img > span > img {
    max-width: 90px;
  }
  .cbi_name {
    font-size: 16px;
    line-height: 120%;
  }
  .cbi_price {
    font-size: 30px;
  }
  .cbi_price > span {
    font-size: 18px;
  }
  .cbi_price > span > sup {
    font-size: 12px;
  }
  .goods_block {
    margin-top: 50px;
  }
  .gb_head {
    font-size: 20px;
  }
  .gb_items {
    margin-top: 20px;
  }
} /*768*/
@media only screen and (max-width: 480px) {
  .bl_btn {
    width: 100%;
  }
} /*480*/

/*# sourceMappingURL=style.css.map */
