@charset "UTF-8";
/** {
  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: #040404;
  background: #fff;
  font: 16px/120% "Roboto", 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% "Roboto", sans-serif;
  margin: 0;
  padding: 0;
  border: 0;
}

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

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

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

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

td {
  vertical-align: top;
}

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

a:hover {
  text-decoration: none;
}
*/
.cl:after {
  content: "";
  display: block;
  clear: both;
}

.hand {
  cursor: pointer;
}

.display_none {
  display: none;
}
/*
input, select, textarea, button {
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: unset;
  border: unset;
}

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

ul {
  list-style: none;
}
*/
/* site styles */
.z_container {
  max-width: 1400px;
  padding-left: 20px;
  padding-right: 20px;
  margin: 0 auto;
}

.z_cat {
  display: flex;
  gap: 25px;
}

.zc_top {
  margin: 20px 0;
}

.z_h2 {
  font-size: 25px;
  margin-bottom: 20px;
}

.zc_left {
  max-width: 1015px;
  width: 100%;
  flex: 1;
}

.zc_right {
  flex-shrink: 0;
  width: 250px;
 /* background: #1D52DE;*/
}

.z_filter_btn {
  display: none;
  width: 100%;
  max-width: 250px;
  height: 35px;
  margin-bottom: 20px;
  background: #1D52DE;
  border-radius: 8px;
  text-align: center;
  cursor: pointer;
  transition: 0.3s;
}
.z_filter_btn.opened:before {
  content: "Скрыть фильтр";
}
.z_filter_btn:before {
  display: block;
  content: "Показать фильтр";
  font-size: 18px;
  line-height: 35px;
  color: #fff;
}
.z_filter_btn:hover {
  opacity: 0.7;
}

.z_filter {
  display: flex;
  gap: 10px;
  overflow: hidden;
}
.z_filter select {
  display: block;
  width: 100%;
  height: 35px;
  background: #fff;
  border: 1px solid #E4E5E7;
  padding: 0 0 0 10px;
  font-size: 12px;
  color: #858895;
}

.zf_search {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
  max-width: 110px;
  min-width: 85px;
  height: 35px;
  border-radius: 55px;
  background: #1D52DE;
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
  color: #fff;
  cursor: pointer;
  transition: 0.3s;
}
.zf_search:hover {
  opacity: 0.7;
}
.zf_search:before {
  display: block;
  content: "";
  width: 13px;
  height: 13px;
  background: url(../images/z_search.svg) center/cover no-repeat;
}

.goods-detailed__footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 20px;
  padding: 14px 20px 11px 20px;
  flex-wrap: wrap;
  gap: 15px;
  background: #F2F2F2;
}

.goods-detailed__priced {
  flex: 1;
  font-size: 14px;
  color: #666;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
  line-height: 1.3;
}

.goods-detailed__price {
  font-size: 20px;
  font-weight: 700;
  color: #333;
  white-space: nowrap;
}

.rs-btn._btn-primary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 14px 32px;
  background-color: #1d52de;
  border: 1px solid #1d52de;
  color: #fff;
  text-transform: uppercase;
  border-radius: 76px;
  font-size: 12px;
  cursor: pointer;
  min-width: 160px;
  text-align: center;
  transition: 0.3s;
}
.rs-btn._btn-primary:hover {
  background-color: #001736;
  transform: translateY(-2px);
}
.rs-btn._btn-primary.rsb_2 {
  background: unset;
  border: 1px solid #1d52de;
  color: #0B2340;
}

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

.ztb_item {
  display: flex;
  min-height: 100px;
  justify-content: center;
  align-items: center;
  gap: 20px;
  padding: 10px;
  border-left: 1px solid #F3F3EF;
}
.ztb_item > img {
  max-width: 46px;
}
.ztb_item:first-child {
  border-left: none;
}

.ztbi_text {
  font-size: 13px;
  font-weight: 600;
  text-transform: uppercase;
  color: #1C2649;
}

.z_filter {
    flex-wrap: wrap;
}

.z_filter select {
    width: 194px;
}

ul.rs-catalog__list li ul {
    margin-left: 15px;
}
.z_filter {
    margin-bottom: 20px;
}


@media only screen and (max-width: 990px) {
  .z_cat {
    flex-direction: column;
  }
  .z_filter_btn {
    display: block;
  }
  .zc_right {
    display: none;
  }
  .z_filter {
    flex-wrap: wrap;
    max-width: unset;
    height: 0;
    transition: 0.3s;
    overflow: hidden;
  }
  .z_filter.opened {
    height: max-content;
  }
  .selectbox {
    width: calc(50% - 5px);
  }
  .zf_search {
    width: 100%;
    max-width: 100%;
  }
} /*1024*/
@media only screen and (max-width: 768px) {
  .goods-detailed__footer {
    flex-direction: column;
    align-items: flex-start;
  }
  .rs-btn._btn-primary {
    width: 100%;
  }
  .z_tovar_bot {
    margin-top: 20px;
    grid-template-columns: repeat(1, 1fr);
    gap: 25px;
  }
  .ztb_item {
    min-height: unset;
    padding: 0;
    gap: 15px;
    border-left: none;
  }
  .ztbi_text > br {
    display: none;
  }
} /*768*/
/*480*/

.rs-catalog__list > li > ul {
	 display: none;
}
 

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