html {
  margin: 0;
  padding: 0;
}

body {
  background-color: #F1F4F8;
  font-family: "Montserrat", sans-serif;
  display: flex;
  flex-direction: column;
  margin: 0;
  min-height: 100dvh;
  min-height: -webkit-fill-available;
  padding: 0;
  position: relative;
  width: 100%;
}

#byzvuk {
  display: flex;
  flex-direction: column;
  min-height: 100dvh;
}

.centerWrapper {
  margin: 0 auto;
  position: relative;
  max-width: 1300px;
  width: 100%;
}

.progressbar {
  background: linear-gradient(131.63deg, #46103F 11.47%, #BB0032 89.66%);
  height: 3px;
  transition: all 0.5s;
  width: 0;
}

.accountBanned {
  color: #FFF;
  font-size: 16px;
  margin-bottom: 10px;
}

.accountNoAuth {
  text-align: center;
  height: 100%;
}

.openedModal {
  overflow: hidden;
}

.contentWrapper {
  flex-grow: 1;
  width: 100%;
}
.contentWrapper .sectionHeader {
  color: #000;
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 24px;
  line-height: 29px;
  margin-bottom: 15px;
  text-align: center;
}
.contentWrapper .catalogFilterButtons {
  display: flex;
  justify-content: center;
}
.contentWrapper .catalogFilterButtons .button {
  margin-right: 8px;
}
.contentWrapper .catalogFilterButtons .button:last-of-type {
  margin-right: 0;
}
.contentWrapper .yWrapper {
  width: 100%;
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
}
.contentWrapper .yWrapper iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  border-width: 0;
  outline-width: 0;
}
.contentWrapper.accountAuthForm {
  background: linear-gradient(113.31deg, rgba(218, 15, 69, 0.52) -37.26%, rgba(218, 15, 69, 0) 23.89%), linear-gradient(329.57deg, rgba(218, 15, 69, 0.462) 1.51%, rgba(218, 15, 69, 0) 73.88%), #2A113E;
  color: #FFF;
  display: flex;
  justify-content: center;
  align-items: center;
}

.crumbsWrapper {
  margin: 0 auto 12px auto;
  width: calc(100% - 40px);
}

.mt25 {
  margin-top: 25px;
}

.categoriesWrapper {
  padding: 20px;
}

.goodsWrapper {
  padding: 20px 0;
  position: relative;
  background-color: #f7f8fb;
}

.goodsFastSearchWrapper {
  background-color: #FFF;
  padding: 20px;
}

.blueBG {
  background-color: #F1F4F8;
}

.whiteBG {
  background-color: #FFF;
}

.contentBlock {
  padding: 20px;
  margin-bottom: 20px;
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  line-height: 24px;
}
.contentBlock a {
  color: rgb(187, 0, 50);
}

.searchGoodsWrapper {
  box-sizing: border-box;
  padding: 0 20px;
}

.searchGoods {
  background-color: #FFF;
  border-radius: 5px;
  display: flex;
  height: 50px;
  position: relative;
  width: 100%;
}
.searchGoods .iconWrapper {
  align-items: center;
  display: flex;
  height: 50px;
  justify-content: center;
  width: 50px;
}
.searchGoods .iconWrapper .icon {
  color: rgb(187, 0, 50);
  font-size: 20px;
}
.searchGoods input {
  border-radius: 5px;
  border: 0;
  display: inline-flex;
  flex-grow: 1;
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  height: 50px;
  line-height: 50px;
  outline: none;
  padding: 0 15px;
}
.searchGoods .foundGoodsList {
  background-color: #fff;
  position: absolute;
  top: 100%;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
.searchGoods .foundGoodsList .foundGoodsList__item {
  height: 30px;
  background-color: #fff;
  padding: 0 15px;
  box-sizing: border-box;
  line-height: 30px;
  flex-basis: 100%;
  transition: all 0.25s;
  text-decoration: none;
  color: #000;
}
.searchGoods .foundGoodsList .foundGoodsList__item:hover {
  background-color: rgba(0, 0, 0, 0.1);
}

.profileWrapper {
  padding: 20px;
}

.favoriteWrapper {
  background: #FFF;
  padding: 20px 20px 0 20px;
}

.emailConfirmInfo {
  font-size: 16px;
  text-align: center;
  padding: 20px;
}

@media screen and (min-width: 980px) {
  .shopsMap {
    display: flex;
  }
  .shopsMap .sellers {
    display: flex;
  }
}

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