#stores .title-section,
#distributors .title-section {
  font-family: "Blender Pro", sans-serif;
  text-transform: uppercase;
  font-weight: 900;
  line-height: 90%;
  font-size: 36px;
}
.WTBsocialLink {
  color: #000000;
}
.WTBsocialLink:hover {
  cursor: pointer;
}
@media screen and (min-width: 1000px) {
  #stores .title-section,
  #distributors .title-section {
    font-size: 60px;
    max-width: 50%;
  }
}
@media screen and (min-width: 1200px) {
  #stores .title-section,
  #distributors .title-section {
    font-size: 70px;
    max-width: 50%;
  }
}
#stores .title-sub,
#distributors .title-sub {
  font-family: "Blender Pro", sans-serif;
  text-transform: uppercase;
  font-weight: 900;
  line-height: 90%;
  font-size: 24px;
}
@media screen and (min-width: 1000px) {
  #stores .title-sub,
  #distributors .title-sub {
    font-size: 38px;
  }
}
@media screen and (min-width: 1200px) {
  #stores .title-sub,
  #distributors .title-sub {
    font-size: 46px;
  }
}
#stores .text-accent,
#distributors .text-accent {
  font-size: 18px;
  line-height: 120%;
}
@media screen and (min-width: 1000px) {
  #stores .text-accent,
  #distributors .text-accent {
    font-size: 24px;
  }
}
#stores .text-main,
#distributors .text-main {
  font-size: 14px;
  line-height: 120%;
}
@media screen and (min-width: 1000px) {
  #stores .text-main,
  #distributors .text-main {
    font-size: 18px;
  }
}

.link-simple {
  color: #999;
  transition: all 0.3s ease-in;
  line-height: 110%;
}
.link-simple:hover {
  color: #fb2b2b;
}
@media screen and (min-width: 1000px) {
  .link-simple {
    font-size: 20px;
  }
}

.text-block p {
  margin-bottom: 8px;
}
.text-block p:last-of-type {
  margin-bottom: 0;
}

.title-block .title-block__item {
  margin-bottom: 8px;
}
@media screen and (min-width: 1000px) {
  .title-block .title-block__item {
    margin-bottom: 16px;
  }
}
.title-block .title-block__item:last-child {
  margin-bottom: 0;
}

.header-section {
  padding-bottom: 24px;
  margin-bottom: 24px;
  position: relative;
}
.header-section:before {
  content: "";
  width: 100%;
  height: 1px;
  border-radius: 2px;
  position: absolute;
  bottom: 0;
}
.header-section--light::before {
  background: #000000;
}
.header-section--dark::before {
  background: #ffffff;
}
@media screen and (min-width: 1000px) {
  .header-section {
    padding-bottom: 40px;
    margin-bottom: 40px;
  }
}

.marketplaces-list {
  display: flex;
  box-sizing: border-box;
}
@media screen and (min-width: 1000px) {
  .marketplaces-list {
    flex-wrap: wrap;
    justify-content: center;
  }
}
.marketplaces-list .marketplaces-list__logo-block {
  margin-bottom: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.marketplaces-list .marketplaces-list__item {
  padding: 30px;
}
@media screen and (min-width: 1000px) {
  .marketplaces-list .marketplaces-list__item {
    padding: 25px 35px;
    flex: 0 0 calc(33% - 140px);
  }
}
.marketplaces-list .marketplaces-list__links {
  margin: -4px;
}
.marketplaces-list .marketplaces-list__link {
  padding: 4px;
  display: block;
  text-align: center;
}

.marketplaces-list--small .marketplaces-list__item {
  width: 100%;
  padding: 0;
}
.marketplaces-list--small .marketplaces-list__logo-block {
  margin-bottom: 8px;
  justify-content: flex-start;
}
@media screen and (min-width: 1000px) {
  .marketplaces-list--small .marketplaces-list__logo-block {
    margin-bottom: 24px;
  }
}
@media screen and (min-width: 1000px) {
  .marketplaces-list--small .marketplaces-list__logo-img {
    width: 200px;
    height: auto;
  }
}
.marketplaces-list--small .marketplaces-list__link {
  font-size: 18px;
  text-align: left;
}
@media screen and (min-width: 1000px) {
  .marketplaces-list--small {
    justify-content: flex-start;
  }
}

.section-open {
  overflow: hidden;
  position: relative;
  z-index: 0;
}
.section-open::before {
  content: "";
  width: 100%;
  height: 100%;
  border-radius: 32px 32px 0 0;
  position: absolute;
  top: 0;
  z-index: -1;
}
.section-open--light {
  background: #000000;
  color: #000000;
}
.section-open--light::before {
  background: #ffffff;
}
.section-open--light .text-main {
  color: #999;
}
.section-open--dark {
  background: #ffffff;
  color: #ffffff;
}
.section-open--dark::before {
  background: #000000;
}
.section-open--dark .text-main {
  color: #ffffff;
}

.distributors-props {
  width: 100%;
  font-size: 14px;
  display: flex;
}

.distributors-props-item:nth-child(2) {
  margin: 0 15px;
}
.distributors-props-item:hover {
  opacity: 0.8;
}

.wtbBasicLink {
  text-decoration: underline;
  color: #000000;
}
@media screen and (min-width: 1000px) {
  .distributors-props {
    font-size: 18px;
  }
}

@media screen and (min-width: 1000px) {
  .columns-desktop {
    margin: -10px;
    display: flex;
    justify-content: space-between;
  }
}
@media screen and (min-width: 1000px) {
  .columns-desktop .columns-desktop__item .text-accent {
    max-width: 70%;
  }
}
@media screen and (min-width: 1000px) {
  .columns-desktop .columns-desktop__item {
    padding: 10px;
    flex: 0 0 calc(50% - 20px);
    box-sizing: border-box;
  }
}

.stores .container {
  padding-top: 40px;
  padding-bottom: 50px;
}
@media screen and (min-width: 1000px) {
  .stores .container {
    padding-top: 80px;
    padding-bottom: 20px;
  }
}

.stores__title-block {
  margin-bottom: 8px;
}
@media screen and (min-width: 1000px) {
  .stores__title-block {
    margin-bottom: 0;
  }
}

.stores__official {
  margin-bottom: 60px;
}
@media screen and (min-width: 1000px) {
  .stores__official {
    margin-bottom: 160px;
  }
}

.stores__marketplaces {
  margin-bottom: 60px;
}
@media screen and (min-width: 1000px) {
  .stores__marketplaces {
    margin-bottom: 160px;
  }
}

@media screen and (min-width: 1000px) {
  .stores__marketplaces-container {
    margin-bottom: 85px;
  }
}

.stores__marketplaces-block {
  margin: -30px;
  width: 100vw;
  overflow-x: auto;
  overflow-y: visible;
  scrollbar-width: thin;
}
.stores__marketplaces-block::-webkit-scrollbar {
  height: 6px;
}
.stores__marketplaces-block::-webkit-scrollbar-thumb {
  background: var(--cl-light-haze);
  border-radius: 3px;
}
.stores__marketplaces-block::-webkit-scrollbar-thumb:hover {
  background: var(--cl-haze);
}
@media screen and (min-width: 1000px) {
  .stores__marketplaces-block {
    overflow: visible;
    width: 100%;
  }
}

.stores__title-ecommerce-block {
  margin-bottom: 12px;
}
@media screen and (min-width: 1000px) {
  .stores__title-ecommerce-block {
    margin-bottom: 0;
  }
}

.distributors .container {
  padding-top: 40px;
  padding-bottom: 40px;
}
@media screen and (min-width: 1000px) {
  .distributors .container {
    padding-top: 80px;
    padding-bottom: 86px;
  }
}

.distributors__header-block {
  margin-bottom: 24px;
}
@media screen and (min-width: 1000px) {
  .distributors__header-block {
    margin-bottom: 40px;
  }
}

.distributors__text-block {
  margin-bottom: 24px;
}
