/*!**********************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[1].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[1].use[2]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[1].use[3]!../web/app/themes/shared/components/about_block/about-block_styles.scss ***!
  \**********************************************************************************************************************************************************************************************************************************************************************************************/
.block__about {
  background: #181412;
  position: relative;
  padding-bottom: 0px;
  display: inline-block;
  width: 100%;
  text-align: left;
}
.block__about:after, .block__about:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 10%;
  height: 100%;
  background: #181412;
}
.block__about:after {
  right: -10%;
}
.block__about:before {
  left: -10%;
}
.block__about .container {
  margin: 0 auto;
}
.block__about .btn {
  width: 5.4rem;
  text-align: center;
  margin-right: 3rem;
  position: relative;
  display: inline-block;
  line-height: 5rem;
}
.block__about p {
  margin-bottom: 3rem;
}
.block__about img {
  vertical-align: middle;
  display: inline-block;
}
.block__about .btn_primary {
  position: relative;
  bottom: 0;
  right: 0;
}
@media screen and (max-width: tablet-1) {
  .block__about .btn_primary {
    right: auto;
    bottom: -12px;
    left: 0;
  }
}
@media screen and (max-width: 600px) {
  .block__about .btn_primary {
    right: 0;
    bottom: auto;
    left: auto;
  }
}
.block__about-left {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 50%;
  align-items: flex-end;
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 600px) {
  .block__about-left {
    width: 100%;
    float: left;
    display: none;
  }
}
@media screen and (max-width: 600px) {
  .block__about-left {
    display: block;
    position: relative;
    width: 100%;
    text-align: center;
  }
}
.block__about-right {
  width: 45%;
  float: right;
}
@media screen and (max-width: 600px) {
  .block__about-right {
    width: 100%;
    float: left;
    margin-top: 4rem;
  }
}
.block__about-img {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: auto; /* to keep proportions */
  height: auto; /* to keep proportions */
  max-width: calc(100% - 20px); /* not to stand out from div */
  max-height: calc(100% - 100px);
  margin: auto auto 0; /* position to bottom and center */
}
@media screen and (max-width: 1024px) {
  .block__about-img {
    position: relative;
    max-width: 437px;
    max-height: 100%;
    width: 100%;
    height: auto;
  }
}
@media screen and (max-width: 799px) {
  .block__about-img {
    text-align: center;
    max-width: 350px;
    margin-top: auto;
  }
}
@media screen and (max-width: 600px) {
  .block__about-img {
    margin-top: -30px;
  }
}
.block__about .signature {
  color: #ffffff;
  font-family: "Birthstone Bounce", "written-fallback", "Oswald", "oswald-fallback", "Roboto", "roboto-fallback", sans-serif;
  font-size: 4.5rem;
  transform: translateY(0.25ch);
  display: inline-block;
}
.block__about-content {
  padding: 100px 0 110px 0;
  max-width: 450px;
  margin: 0 auto;
}
@media screen and (max-width: 1024px) {
  .block__about-content {
    padding: 8rem 0 9rem;
  }
}
@media screen and (max-width: 799px) {
  .block__about-content {
    max-width: 100%;
    padding: 20px 0 60px;
  }
}
.block__about-content h2, .block__about-content p {
  color: #ffffff;
  max-width: 410px;
}
@media screen and (max-width: 1024px) {
  .block__about-content h2, .block__about-content p {
    max-width: 100%;
  }
}
.block__about-content h2 {
  font-family: "Oswald", "oswald-fallback", "Roboto", "roboto-fallback", sans-serif;
  font-size: 6.4rem;
  line-height: 110%;
  font-weight: 400;
  margin-bottom: 0;
  margin-top: 0;
}
@media screen and (max-width: 1440px) {
  .block__about-content h2 {
    font-size: 5rem;
    line-height: 107%;
    margin-bottom: 11px;
  }
}
@media screen and (max-width: 1024px) {
  .block__about-content h2 {
    font-size: 4rem;
    max-width: 30rem;
  }
}
@media screen and (max-width: 799px) {
  .block__about-content h2 {
    font-size: 3.2rem;
    margin-top: 4rem;
  }
}
@media screen and (max-width: 600px) {
  .block__about-content h2 {
    font-size: 4.2rem;
    margin-top: 0rem;
  }
}
.block__about-content p {
  font-size: 1.6rem;
  line-height: 150%;
}

/*# sourceMappingURL=about-block.css.map*/