.wMax100 {
  max-width: 100%;
}
*,
*:before,
*:after {
  box-sizing: border-box;
}
body {
  margin: 0;
  padding: 0;
  font-family: 'Noto Sans', sans-serif;
  font-size: 16px;
  color: #302E30;
  background: #fff;
  min-height: 100vh;
  /* mobile viewport bug fix */
  min-height: -webkit-fill-available;
}
body.no-scroll {
  overflow: hidden;
}
input,
textarea,
select {
  font-family: inherit;
  outline: none;
}
a {
  text-decoration: none;
  color: inherit;
  transition: all 200ms;
}
a:hover {
  text-decoration: underline;
}
b {
  font-weight: 500;
}
strong {
  font-weight: 700;
}
.mw {
  max-width: 1270px;
  margin-left: auto;
  margin-right: auto;
}
.tbar-menu {
  font-size: 0.88rem;
  margin: 0;
  padding: 0;
  list-style: none;
}
.tbar-menu li {
  display: inline-block;
}
.tbar-menu li:not(:last-child):after {
  content: "\2022";
  display: inline-block;
  margin: 0 1vw;
  color: #827C82;
}
.tbar-menu li a {
  color: #827C82;
}
.tbar-menu li img {
  display: inline-block;
  max-height: 24px;
  margin-right: 0.2vw;
  vertical-align: middle;
}
.crumbs {
  padding: 1.5vmax 0;
}
.crumbs .tbar-menu {
  font-size: 1rem;
  font-weight: 400;
}
.crumbs .tbar-menu a {
  font-weight: 300;
}
header {
  border-bottom: #F1F0F0 3px solid;
}
.header {
  display: grid;
  grid-template-columns: 0.8fr 0.8fr 2fr 1fr;
  grid-template-rows: 80px 60px;
  position: relative;
}
.hdr-logo {
  grid-column: 1;
  grid-row: 1 / 3;
}
use.hdr-logo-use {
  fill: #0088B2;
}
.hdr-catalog {
  grid-column: 2;
  grid-row: 1;
}
.hdr-search {
  grid-column: 3;
  grid-row: 1;
}
.hdr-btns {
  grid-column: 4;
  grid-row: 1;
}
.hdr-menu-box {
  grid-column: 2 / 5;
  grid-row: 2;
}
.hdr-logo {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  -ms-flex-pack: center;
}
.hdr-city {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  width: 213px;
  position: relative;
}
.hdr-city svg {
  fill: #0088b2;
}
.hdr-city > a {
  display: flex;
  align-items: center;
}
.hdr-city > a span {
  font-weight: 500;
  font-size: 14px;
  font-style: italic;
  color: #0088B2;
}
.hdr-city-popup {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 100;
  padding: 15px 20px;
  background: #fff;
  border: #619A1D 1px solid;
}
.hdr-city-popup p {
  font-family: 'Noto Serif', serif;
  font-weight: 500;
  color: #302E30;
}
.hdr-city-popup div .btn {
  width: 48%;
  padding: 0;
  height: 30px;
}
.hdr-city-popup div .btn.no {
  background: #fff;
  color: #302E30;
}
.hdr-catalog {
  display: flex;
  align-items: center;
}
.hdr-catalog .btn {
  background: #8FC055;
  color: #fff;
}
.hdr-catalog .btn svg {
  fill: #fff;
}
.hdr-catalog .btn .ico {
  margin-right: 22px;
}
.hdr-catalog .btn .cross {
  display: none;
}
.hdr-catalog .btn .burger {
  display: block;
}
.hdr-catalog .btn .cross {
  display: none;
  height: 19px;
}
.hdr-catalog .btn .t {
  line-height: 100%;
}
.hdr-catalog .btn:hover {
  background: #6aa623;
}
.hdr-catalog .btn.active .burger {
  display: none;
}
.hdr-catalog .btn.active .cross {
  display: block;
}
.hdr-search {
  display: flex;
  align-items: center;
}
.hdr-search form {
  width: 100%;
  height: 50px;
  display: flex;
}
.hdr-search form input {
  flex: 1;
  border: #e7e7e7 1px solid;
  border-right: 0;
  height: 50px;
  padding: 13px 10px 13px 25px;
  border-radius: 3px 0 0 3px;
  overflow: hidden;
  font-size: 14px;
  font-weight: 300;
}
.hdr-search form input:focus,
.hdr-search form input:active {
  border-color: #d3d3d3;
}
.hdr-search form input::placeholder {
  font-style: italic;
  color: #827C82;
  font-size: 14px;
  font-weight: 300;
}
.hdr-search form button {
  border: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  -ms-flex-pack: center;
  width: 50px;
  height: 50px;
  background: #0088B2;
  border-radius: 0 3px 3px 0;
}
.hdr-search form button svg {
  fill: #fff;
}
.hdr-search.active input {
  border-color: #619A1D;
}
.hdr-search.active input:focus {
  border-color: #619A1D;
}
.hdr-search.active button {
  background: #619A1D;
}
.hdr-btns {
  align-items: stretch;
}
.hdr-btns a {
  width: 33.33%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  -ms-flex-pack: center;
  align-items: center;
  color: #827C82;
  font-size: 13px;
  font-weight: 300;
}
.hdr-btns a svg {
  fill: #302E30;
  font-size: 14px;
  font-weight: 300;
  margin-bottom: 5px;
}
.hdr-menu-box {
  height: 60px;
  display: flex;
  align-items: flex-end;
}
.hdr-menu-box .-corner {
  width: 0;
  height: 0;
  border-top: 54px solid transparent;
  border-left: 0 solid transparent;
  border-right: 50px solid #F1F0F0;
}
.hdr-menu-container {
  flex: 1;
  height: 60px;
  background: #F1F0F0;
  display: flex;
  align-items: center;
  border-radius: 20px/10px 0 0 0;
}
.hdr-menu {
  display: flex;
  align-items: center;
  width: 100%;
}
.hdr-menu a {
  display: flex;
  align-items: center;
  text-transform: uppercase;
  font-size: 13px;
  flex: 1;
  white-space: nowrap;
  padding: 5px;
}
.hdr-menu a.-brands {
  color: #0088B2;
}
.hdr-menu a span {
  font-family: 'Noto Serif', serif;
  font-weight: 600;
}
.hdr-menu a svg {
  fill: #0088B2;
}
@media screen and (min-width: 1270px) {
  header {
    display: flex;
    align-items: flex-end;
    justify-content: center;
    -ms-flex-pack: center;
  }
  header:before {
    content: "";
    flex: 1;
  }
  header:after {
    content: "";
    flex: 1;
    background: #F1F0F0;
    height: 60px;
  }
  .header {
    width: 1270px;
  }
  .hdr-menu a {
    padding: 5px 10px;
    font-size: 14px;
    white-space: nowrap;
  }
}
@media screen and (min-width: 1020px) {
  .hdr-catalog {
    padding-left: 60px;
  }
  .hdr-search {
    padding-right: 20px;
  }
  .hdr-btns a:not(:last-child) {
    border-right: #e7e7e7 1px solid;
  }
}
@media screen and (max-width: 1019px) {
  header {
    position: fixed;
    left: 0;
    top: 0;
    z-index: 60;
    width: 100%;
    background: #fff;
  }
  .header {
    display: grid;
    grid-template-columns: repeat(8, 1fr);
    grid-template-rows: 50px 50px;
  }
  .hdr-logo {
    grid-column: 1/6;
    grid-row: 1;
    height: 50px;
    border-bottom: #e7e7e7 1px solid;
  }
  .hdr-catalog {
    grid-column: 1;
    grid-row: 2;
  }
  .hdr-search {
    grid-column: 2/9;
    grid-row: 2;
  }
  .hdr-btns {
    grid-column: 6/9;
    grid-row: 1;
  }
  .hdr-menu-box {
    display: none;
  }
  .hdr-city {
    position: absolute;
    left: 0;
    top: 100%;
    width: 100%;
    background: #fff;
    z-index: 100;
    flex-direction: column;
    align-items: flex-start;
    padding: 15px 20px;
    box-shadow: 0 10px 10px rgba(0, 0, 0, 0.2);
    border-radius: 0 0 30px 30px;
  }
  .hdr-city > a {
    justify-content: flex-start;
  }
  .hdr-city > a span {
    margin-left: 10px;
    text-decoration: underline;
  }
  .hdr-city-popup {
    position: static;
    left: unset;
    top: unset;
    border: none;
    display: flex;
    padding: 0;
  }
  .hdr-city-popup p {
    font-size: 14px;
    width: 60%;
    padding-right: 10px;
  }
  .hdr-city-popup div {
    width: 40%;
  }
  .hdr-city-popup div .btn {
    height: 40px;
  }
  .hdr-logo {
    padding-left: 3vw;
  }
  .hdr-logo-wrp {
    width: 100%;
  }
  .hdr-logo-wrp > * {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
  }
  .hdr-logo-wrp svg {
    width: auto;
    height: 80%;
  }
  .hdr-catalog {
    padding-left: 3vw;
  }
  .hdr-catalog .btn .ico {
    margin-right: 0;
    height: 19px;
  }
  .hdr-catalog .btn .t {
    display: none;
  }
  .hdr-catalog .btn.search-tip-open {
    border-color: #d3d3d3;
    background: #d3d3d3;
  }
  .hdr-search {
    padding: 0 3vw;
  }
  .hdr-search form {
    height: 40px;
  }
  .hdr-search form input {
    height: 100%;
    padding-left: 13px;
  }
  .hdr-search form button {
    height: 100%;
  }
  .hdr-btns {
    border-bottom: #e7e7e7 1px solid;
  }
  .hdr-btns a {
    border-left: #e7e7e7 1px solid;
  }
  .hdr-btns a span {
    display: none;
  }
}
.mobi-drawer-bgr {
  width: 100vw;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 199;
  visibility: hidden;
  opacity: 0;
  background: rgba(0, 0, 0, 0.3);
}
.mobi-drawer {
  width: 100vw;
  height: 100vh;
  position: fixed;
  left: -100vw;
  top: 0;
  z-index: 200;
  font-size: 14px;
  display: flex;
  align-items: stretch;
  display: none;
}
@media screen and (max-width: 1019px) {
  .mobi-drawer {
    display: flex;
  }
}
.mobi-drawer .cont {
  width: 76vw;
  max-width: 320px;
  height: 100vh;
  background: #fff;
}
.mobi-drawer .side {
  flex: 1;
}
.mobi-drawer.-city {
  z-index: 201;
}
.mobi-drawer .h {
  display: flex;
  justify-content: space-between;
  -ms-flex-pack: justify;
  align-items: center;
  color: #fff;
  background: #0088B2;
  padding: 16px;
}
.mobi-drawer .h svg {
  fill: #fff;
}
.mobi-drawer .h .t {
  text-transform: uppercase;
}
.mobi-drawer .h .close {
  height: 18px;
}
.mobi-city-select {
  display: flex;
  flex-direction: column;
  height: 100vh;
}
.mobi-city-select .h .back,
.mobi-city-select .h .close {
  display: none;
}
.mcs-search {
  background: #fff;
  display: flex;
  align-items: stretch;
  border-bottom: #d3d3d3 1px solid;
}
.mcs-search input {
  padding: 16px 0 16px 16px;
  border: 0;
  flex: 1;
}
.mcs-search input::placeholder {
  color: #d3d3d3;
}
.mcs-search button {
  width: 20%;
  display: flex;
  align-items: center;
  justify-content: center;
  -ms-flex-pack: center;
  border: 0;
  background: #fff;
}
.mcs-search button svg {
  fill: #d3d3d3;
}
.mcs-list {
  flex: 1;
  overflow-x: hidden;
  overflow-y: auto;
  background: #f1f0f0;
}
.mcs-list > * {
  padding: 16px;
  font-size: 16px;
  font-weight: 300;
}
.mcs-list > *:not(:last-child) {
  border-bottom: #d3d3d3 1px solid;
}
.mobi-menu {
  overflow-x: hidden;
  overflow-y: auto;
  height: 100vh;
}
.mobi-menu a {
  text-decoration: none;
}
.mobi-menu .brands {
  background: #8FC055;
}
.mobi-menu .brands a {
  display: block;
  padding: 16px;
  text-transform: uppercase;
  color: #fff;
}
.mobi-menu .brands a span {
  font-family: 'Noto Serif', serif;
  font-weight: 600;
}
.mobi-menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
  border-bottom: #d3d3d3 1px solid;
}
.mobi-menu li {
  border-bottom: #d3d3d3 1px solid;
}
.mobi-menu li > a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  -ms-flex-pack: justify;
  padding: 16px;
  text-transform: uppercase;
}
.mobi-menu li > a i {
  width: 20px;
  height: 7px;
  background: url(../img/chevron-down.svg) center center no-repeat;
  transform-origin: center;
  transition: all 200ms;
}
.mobi-menu li.open > a i {
  transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
}
.mm-city {
  display: flex;
  align-items: center;
}
.mm-city span {
  margin-left: 10px;
}
.mm-sub {
  margin: 0;
  padding: 0;
  list-style: none;
  position: relative;
  display: none;
}
.mm-sub:before {
  content: "";
  position: absolute;
  top: 0;
  left: 16px;
  border-top: #d3d3d3 1px solid;
  width: 100%;
  height: 0;
}
.mm-sub a {
  display: block;
  padding: 10px 24px 10px 21px;
  font-size: 16px;
  font-weight: 300;
}
.mm-sub a:first-child {
  color: #8FC055;
}
.mm-sub a:hover,
.mm-sub a:active,
.mm-sub a.active {
  background: #f1f0f0;
}
.mobi-menu-soc {
  display: flex;
  align-items: center;
  justify-content: center;
  -ms-flex-pack: center;
  padding: 10px;
}
.mobi-menu-soc a {
  margin: 5px;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #f1f0f0;
  display: flex;
  align-items: center;
  justify-content: center;
  -ms-flex-pack: center;
}
.mobi-menu-soc a svg {
  fill: #302E30;
}
.safari .mcs-list,
.safari .mobi-menu {
  padding-bottom: 100px;
}
/*# sourceMappingURL=inline.css.map */