/** @define about; weak */
.product-item {
  border: 1px solid blue;
}
.about {
  position: relative;
  flex-direction: column;
}
@media only screen and (min-width: 1100px) {
  .about {
    flex-direction: row;
    align-items: center;
  }
}
@media only screen and (max-width: 1099px) {
  .about {
    padding-top: 36px;
  }
}
.about__text {
  padding: 50px 15px;
}
@media only screen and (max-width: 1099px) {
  .about__text {
    order: 2;
  }
}
@media only screen and (min-width: 1400px) {
  .about__text .wrapper {
    padding-bottom: 74px;
  }
}
@media only screen and (min-width: 1100px) {
  .about__text {
    display: flex;
    align-items: center;
    width: 50%;
    min-height: 713px;
    padding-right: 150px;
  }
}
@media only screen and (min-width: 1400px) {
  .about__text {
    padding-right: 250px;
  }
}
.about__img {
  width: 100%;
  height: 400px;
}
@media only screen and (max-width: 1099px) {
  .about__img {
    order: 3;
  }
}
@media only screen and (max-width: 399px) {
  .about__img {
    background: url("/images/content/about_400.webp") no-repeat center center;
  }
}
@media only screen and (min-width: 400px) and (max-width: 799px) {
  .about__img {
    height: 519px;
    background: url("/images/content/about_800.webp") no-repeat center center;
  }
}
@media only screen and (min-width: 800px) {
  .about__img {
    height: 713px;
    background: url("/images/content/about_1100.webp") no-repeat center center;
  }
}
@media only screen and (min-width: 1100px) {
  .about__img {
    background-position: left -200px center;
  }
}
@media only screen and (min-width: 1700px) {
  .about__img {
    background-position: left center;
  }
}
@media only screen and (min-width: 1100px) {
  .about__img {
    position: absolute;
    left: 50%;
    width: 100%;
    height: 100%;
  }
}
.about__circle {
  width: 100%;
  height: 288px;
}
@media only screen and (max-width: 1099px) {
  .about__circle {
    order: 1;
    background: url("/images/content/about_circle_360.webp") no-repeat center center;
  }
}
@media only screen and (min-width: 1100px) {
  .about__circle {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 9;
    width: 400px;
    height: 320px;
    margin-top: -160px;
    margin-left: -200px;
    background: url("/images/content/about_circle_400.png") no-repeat center center;
    background-size: cover;
  }
}
@media only screen and (min-width: 1400px) {
  .about__circle {
    width: 638px;
    height: 510px;
    margin-top: -292px;
    margin-left: -319px;
    background: url("/images/content/about_circle_638.png") no-repeat center center;
    background-size: cover;
  }
}
.no-webp {
  /* postcss-bem-linter: ignore */
}
.no-webp .about__img {
  width: 100%;
  height: 400px;
}
@media only screen and (max-width: 1099px) {
  .no-webp .about__img {
    order: 3;
  }
}
@media only screen and (max-width: 399px) {
  .no-webp .about__img {
    background: url("/images/content/about_400.webp") no-repeat center center;
  }
}
@media only screen and (min-width: 400px) and (max-width: 799px) {
  .no-webp .about__img {
    height: 519px;
    background: url("/images/content/about_800.webp") no-repeat center center;
  }
}
@media only screen and (min-width: 800px) {
  .no-webp .about__img {
    height: 713px;
    background: url("/images/content/about_1100.webp") no-repeat center center;
  }
}
@media only screen and (min-width: 1100px) {
  .no-webp .about__img {
    background-position: left -200px center;
  }
}
@media only screen and (min-width: 1700px) {
  .no-webp .about__img {
    background-position: left center;
  }
}
@media only screen and (min-width: 1100px) {
  .no-webp .about__img {
    position: absolute;
    left: 50%;
    width: 100%;
    height: 100%;
  }
}
@media only screen and (max-width: 1099px) {
  .no-webp {
    order: 1;
    background: url("/images/content/about_circle_360.webp") no-repeat center center;
  }
}
/** @define benefits; weak */
@media only screen and (min-width: 1440px) {
  .benefits {
    margin-top: -74px;
  }
}
.benefits__item {
  width: 100%;
  padding: 36px;
}
@media only screen and (min-width: 450px) {
  .benefits__item {
    width: 50%;
  }
}
@media only screen and (min-width: 1000px) {
  .benefits__item {
    width: 25%;
  }
}
.benefits__item .icon {
  height: 71px;
  margin-bottom: 28px;
}
.benefits__item .text {
  color: #ffffff;
  font-size: 18px;
  text-align: center;
  font-family: barlowsemibold, arial, Helvetica, sans-serif;
}
.benefits__item .icon_svg {
  color: #ffffff;
}
.benefits__item .icon_bodybuilding {
  width: 66px;
  height: 66px;
}
.benefits__item .icon_types {
  width: 60px;
  height: 60px;
}
.benefits__item .icon_stand {
  width: 58px;
  height: 50px;
}
.benefits__item .icon_certificate {
  width: 59px;
  height: 59px;
}
.benefits__item--grey {
  background-color: #AC9B8D;
}
.benefits__item--black {
  background-color: #CEC1B0;
}
.benefits__item--red {
  background-color: #B25C13;
}
.glider-contain {
  position: relative;
  width: 100%;
  margin: 0 auto;
}
.glider {
  position: relative;
  margin: 0 auto;
  overflow-y: hidden;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: none;
  transform: translateZ(0);
}
.glider-track {
  z-index: 1;
  display: flex;
  width: 100%;
  margin: 0;
  padding: 0;
  transform: translateZ(0);
}
.glider.draggable {
  cursor: grab;
  cursor: -webkit-grab;
  user-select: none;
}
.glider.draggable img {
  user-select: none;
  pointer-events: none;
}
.glider.drag {
  cursor: grabbing;
  cursor: -webkit-grabbing;
}
.glider-slide {
  align-content: center;
  justify-content: center;
  width: 100%;
  user-select: none;
}
.glider-slide img {
  max-width: 100%;
}
.glider::-webkit-scrollbar {
  height: 0;
  opacity: 0;
}
.glider-prev,
.glider-next {
  position: absolute;
  top: -57px;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 57px;
  height: 57px;
  padding: 0;
  color: red;
  font-size: 40px;
  line-height: 1;
  text-decoration: none;
  background-color: #ffffff;
  border: 1px solid #eae8ed;
  outline: none;
  cursor: pointer;
  opacity: 1;
  transition: opacity 0.5s cubic-bezier(0.17, 0.67, 0.83, 0.67), color 0.5s cubic-bezier(0.17, 0.67, 0.83, 0.67);
  user-select: none;
}
.glider-prev .icon_svg,
.glider-next .icon_svg {
  width: 16px;
  height: 28px;
  color: #B25C13;
}
.glider-prev:hover,
.glider-next:hover,
.glider-prev:focus,
.glider-next:focus {
  color: #a89cc8;
}
.glider-next {
  left: 79px;
}
@media only screen and (min-width: 1100px) {
  .glider-next {
    left: 500px;
  }
}
.glider-prev {
  left: 20px;
}
@media only screen and (min-width: 1100px) {
  .glider-prev {
    left: 444px;
  }
}
.glider-next.disabled,
.glider-prev.disabled {
  cursor: pointer;
}
.glider-slide {
  min-width: 150px;
}
.glider-hide {
  opacity: 0;
}
.glider-dots {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0 auto;
  padding: 0;
  user-select: none;
}
.glider-dot {
  display: block;
  width: 12px;
  height: 12px;
  margin: 7px;
  padding: 0;
  color: #ccc;
  background: #ccc;
  border: 0;
  border-radius: 999px;
  outline: none;
  cursor: pointer;
  user-select: none;
}
.glider-dot:hover,
.glider-dot:focus,
.glider-dot.active {
  background: #a89cc8;
}
@media (max-width: 36em) {
  .glider::-webkit-scrollbar {
    width: 7px;
    height: 3px;
    opacity: 1;
    -webkit-appearance: none;
  }
  .glider::-webkit-scrollbar-thumb {
    background-color: rgba(156, 156, 156, 0.25);
    border-radius: 99px;
    box-shadow: 0 0 1px rgba(255, 255, 255, 0.25);
    opacity: 1;
  }
}
.glider {
  scrollbar-width: none;
}
.glider::-webkit-scrollbar {
  display: none;
}
.tobi-zoom {
  border: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  display: block;
  position: relative;
  text-decoration: none;
}
.tobi-zoom img {
  display: block;
}
.tobi-zoom__icon {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: rgba(26, 42, 58, 0.94);
  bottom: 0;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  line-height: 1;
  position: absolute;
  right: 0;
}
.tobi-zoom__icon svg {
  color: #fff;
  fill: none;
  height: 1.11111em;
  padding-bottom: 0.22222em;
  padding-left: 0.22222em;
  padding-right: 0.22222em;
  padding-top: 0.22222em;
  pointer-events: none;
  stroke-linecap: square;
  stroke-linejoin: miter;
  stroke-width: 2;
  stroke: #fff;
  width: 1.11111em;
}
.tobi-is-open {
  overflow-y: hidden;
}
.tobi {
  background-color: rgba(26, 42, 58, 0.94);
  bottom: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  contain: strict;
  font-size: 18px;
  left: 0;
  line-height: 1.55555556;
  overflow: hidden;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 1337;
}
.tobi[aria-hidden="true"] {
  display: none;
}
.tobi *,
.tobi *::before,
.tobi *::after {
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
}
.tobi__slider {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  will-change: transform;
}
.tobi__slider:not(.tobi__slider--is-dragging) {
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}
@media screen and (prefers-reduced-motion: reduce) {
  .tobi__slider:not(.tobi__slider--is-dragging) {
    -webkit-transition: none;
    transition: none;
  }
}
.tobi__slider--is-draggable .tobi__slider__slide__content {
  cursor: -webkit-grab;
  cursor: grab;
}
.tobi__slider--is-dragging .tobi__slider__slide__content {
  cursor: -webkit-grabbing;
  cursor: grabbing;
}
.tobi__slider__slide {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
}
.tobi__slider__slide__content > figure {
  margin: 0;
  position: relative;
}
.tobi__slider__slide__content > figure > img {
  display: block;
  height: auto;
  max-height: 85vh;
  max-width: 85vw;
  width: auto;
}
.tobi__slider__slide__content > figure > figcaption {
  background-color: rgba(255, 255, 255, 0.94);
  bottom: 0;
  color: #1a2a3a;
  display: block;
  left: 0;
  padding-bottom: 0.22222em;
  padding-left: 0.44444em;
  padding-right: 0.44444em;
  padding-top: 0.22222em;
  position: absolute;
  white-space: pre-wrap;
  width: 100%;
}
.tobi__slider__slide__content[data-type="html"] {
  max-height: 85vh;
  max-width: 85vw;
  overflow: hidden;
  overflow-y: auto;
  overscroll-behavior: contain;
}
.tobi__slider__slide__content[data-type="html"] video {
  cursor: auto;
  display: block !important;
  max-height: 85vh;
  max-width: 85vw;
}
.tobi__slider__slide__content[data-type="iframe"] {
  max-height: 85vh;
  max-width: 85vw;
  overflow: hidden;
  overflow-y: auto;
  overscroll-behavior: contain;
}
.tobi__slider__slide__content[data-type="iframe"] iframe {
  display: block !important;
  height: 85vh;
  width: 85vw;
}
.tobi__slider__slide__content[data-type="youtube"] {
  max-height: 85vh;
  max-width: 85vw;
  overflow: hidden;
  overflow-y: auto;
  overscroll-behavior: contain;
}
.tobi__slider__slide__content[data-type="youtube"] iframe {
  display: block !important;
}
.tobi > button {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: rgba(0, 0, 0, 0);
  border: 0.05556em solid transparent;
  color: #fff;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font: inherit;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  line-height: 1;
  margin: 0;
  opacity: 0.5;
  padding-bottom: 0.22222em;
  padding-left: 0.22222em;
  padding-right: 0.22222em;
  padding-top: 0.22222em;
  position: absolute;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: opacity, transform;
  transition-property: opacity, transform, -webkit-transform;
  -webkit-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
  will-change: opacity, transform;
}
@media screen and (prefers-reduced-motion: reduce) {
  .tobi > button {
    -webkit-transition: none;
    transition: none;
    will-change: opacity;
  }
}
.tobi > button svg {
  pointer-events: none;
  stroke: #fff;
  stroke-width: 1;
  stroke-linecap: square;
  stroke-linejoin: miter;
  fill: none;
  color: #fff;
}
.tobi > button:active,
.tobi > button:focus,
.tobi > button:hover {
  opacity: 1;
  -webkit-transform: scale(0.84);
  transform: scale(0.84);
}
@media screen and (prefers-reduced-motion: reduce) {
  .tobi > button:active,
  .tobi > button:focus,
  .tobi > button:hover {
    -webkit-transform: none;
    transform: none;
  }
}
.tobi > button.tobi__prev,
.tobi > button.tobi__next {
  top: 50%;
  top: calc(50% - 2.22222em);
}
.tobi > button.tobi__prev svg,
.tobi > button.tobi__next svg {
  height: 3.88889em;
  width: 3.88889em;
}
.tobi > button.tobi__prev {
  left: 0;
}
.tobi > button.tobi__next {
  right: 0;
}
.tobi > button.tobi__close {
  right: 0.27778em;
  top: 1em;
}
.tobi > button.tobi__close svg {
  height: 3.33333em;
  width: 3.33333em;
}
.tobi > button:disabled,
.tobi > button[aria-hidden="true"] {
  display: none;
}
.tobi__counter {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: rgba(0, 0, 0, 0);
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 1.11111em;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  left: 1em;
  line-height: 1;
  position: absolute;
  top: 2.22222em;
}
.tobi__counter[aria-hidden="true"] {
  display: none;
}
.tobi-loader {
  display: inline-block;
  height: 5.55556em;
  left: calc(50% - 2.77778em);
  position: absolute;
  top: calc(50% - 2.77778em);
  width: 5.55556em;
}
.tobi-loader::before {
  -webkit-animation: spin 1s infinite;
  animation: spin 1s infinite;
  border-radius: 100%;
  border: 0.22222em solid #949ba3;
  border-top-color: #fff;
  bottom: 0;
  content: "";
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
}
@-webkit-keyframes spin {
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes spin {
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
/** @define gallery; weak */
.gallery {
  position: relative;
}
@media only screen and (min-width: 1100px) {
  .gallery {
    padding: 80px 0;
  }
}
@media only screen and (min-width: 1100px) {
  .gallery__square {
    position: absolute;
    right: 0;
    width: calc(50% + 180px);
    height: calc(100% - 80px);
    margin-left: -180px;
    background-color: #eae8ed;
  }
}
@media only screen and (min-width: 1100px) {
  .gallery__text {
    display: flex;
  }
}
.gallery__text .title {
  padding: 38px 15px;
}
@media only screen and (min-width: 1100px) {
  .gallery__text .title {
    width: 40%;
    padding: 84px 15px;
  }
}
.gallery__text .content {
  padding: 38px 15px 130px 15px;
}
@media only screen and (max-width: 1099px) {
  .gallery__text .content {
    background-color: #eae8ed;
  }
}
@media only screen and (min-width: 1100px) {
  .gallery__text .content {
    width: 60%;
    padding: 84px 64px;
  }
}
.gallery__item {
  width: 273px !important;
  min-width: 273px !important;
}
/** @define products; weak */
.products {
  padding: 70px 0;
  background-color: #231f2e;
}
.products__item {
  width: 100%;
  padding: 20px;
}
@media only screen and (min-width: 800px) {
  .products__item {
    width: 50%;
  }
}
@media only screen and (min-width: 1100px) {
  .products__item {
    width: calc(100% / 3);
  }
}
/** @define banner; weak */
.banner {
  width: 100%;
  height: 283px;
}
@media only screen and (min-width: 800px) {
  .banner {
    height: 420px;
  }
}
@media only screen and (max-width: 399px) {
  .banner {
    background: url("/images/content/banners/banner_01_400.webp") no-repeat center center;
  }
}
@media only screen and (min-width: 400px) and (max-width: 799px) {
  .banner {
    background: url("/images/content/banners/banner_01_800.webp") no-repeat center center;
  }
}
@media only screen and (min-width: 800px) and (max-width: 1199px) {
  .banner {
    background: url("/images/content/banners/banner_01_1200.webp") no-repeat center center;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1799px) {
  .banner {
    background: url("/images/content/banners/banner_01_1800.webp") no-repeat center center;
  }
}
@media only screen and (min-width: 1800px) {
  .banner {
    background: url("/images/content/banners/banner_01_2200.webp") no-repeat center center;
  }
}
.no-webp {
  /* postcss-bem-linter: ignore */
}
@media only screen and (max-width: 399px) {
  .no-webp .banner {
    background: url("/images/content/banners/banner_01_400.jpg") no-repeat center center;
  }
}
@media only screen and (min-width: 400px) and (max-width: 799px) {
  .no-webp .banner {
    background: url("/images/content/banners/banner_01_800.jpg") no-repeat center center;
  }
}
@media only screen and (min-width: 800px) and (max-width: 1199px) {
  .no-webp .banner {
    background: url("/images/content/banners/banner_01_1200.jpg") no-repeat center center;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1799px) {
  .no-webp .banner {
    background: url("/images/content/banners/banner_01_1800.jpg") no-repeat center center;
  }
}
@media only screen and (min-width: 1800px) {
  .no-webp .banner {
    background: url("/images/content/banners/banner_01_2200.jpg") no-repeat center center;
  }
}
/** @define contact; weak */
.contact {
  padding: 54px 0;
}
.contact__item {
  width: 100%;
  padding: 22px;
  text-align: center;
}
@media only screen and (min-width: 600px) {
  .contact__item {
    width: 50%;
  }
}
@media only screen and (min-width: 1000px) {
  .contact__item {
    width: 25%;
  }
}
.contact__item .logo img {
  max-width: 260px;
}
.contact__item--phone .phone {
  font-size: 35px;
  line-height: 1;
  font-weight: bold;
  font-family: barlow_condensedbold, arial, Helvetica, sans-serif;
}
.contact__item--phone .phone span {
  font-family: barlow_condensed, arial, Helvetica, sans-serif;
}
.contact__item--phone .mail {
  font-size: 25px;
  font-family: barlow_condensedsemibold, arial, Helvetica, sans-serif;
}
.contact__item--phone a {
  color: #000000;
}
.contact__item--phone a:hover {
  color: #db0f3c;
  text-decoration: none;
}
/** @define footer;  weak */
.footer__creator {
  position: relative;
  flex-direction: column;
  align-items: center;
  padding: 40px;
  color: #6b6b6b;
  border-top: 1px solid #eae8ed;
}
@media only screen and (max-width: 999px) {
  .footer__creator {
    text-align: center;
  }
}
@media only screen and (min-width: 1000px) {
  .footer__creator {
    flex-direction: row;
    justify-content: space-between;
  }
}
.footer__creator .rights {
  justify-content: center;
  margin-bottom: 15px;
}
@media only screen and (min-width: 1000px) {
  .footer__creator .rights {
    margin-bottom: 0;
  }
}
.footer__creator .copywrite {
  margin-bottom: 15px;
  text-align: center;
}
@media only screen and (min-width: 1000px) {
  .footer__creator .copywrite {
    margin-bottom: 0;
    text-align: left;
  }
}
@media only screen and (min-width: 1100px) {
  .footer__creator .copywrite {
    display: flex;
    justify-content: flex-start;
  }
}
.footer__creator .creator {
  color: #000000;
  text-decoration: none;
}
.footer__creator .creator:hover {
  color: #db0f3c;
}
.footer__creator .creator .icon_svg {
  width: 20px;
  height: 20px;
  margin: 0 10px;
  color: #db0f3c;
}
/** @define backtop;  weak */
.backtop {
  position: fixed;
  right: 10px;
  bottom: 15px;
  z-index: 9 !important;
}
@media only screen and (min-width: 590px) {
  .backtop {
    bottom: 7px;
  }
}
@media only screen and (min-width: 1000px) {
  .backtop {
    right: 30px;
    bottom: 150px;
  }
}
@media only screen and (min-width: 1560px) {
  .backtop {
    bottom: 20px;
  }
}
.backtop__link {
  display: block;
  width: 40px;
  color: #ddd;
  font-size: 14px;
  text-align: center;
  text-transform: uppercase;
  text-decoration: none;
  transition: 1s;
}
@media only screen and (min-width: 1600px) {
  .backtop__link {
    width: 60px;
  }
}
.backtop__link:hover {
  text-decoration: none;
}
.backtop__link:hover .backtop__text {
  color: #db0f3c;
}
.backtop__link:hover .backtop__picture {
  background-color: #db0f3c;
}
.backtop__link:focus {
  text-decoration: none;
}
.backtop__picture {
  display: block;
  width: 40px;
  height: 40px;
  background: #ddd url("../../../images/up-arrow.png") no-repeat center center;
  border-radius: 5px;
  transition: 1s;
}
@media only screen and (min-width: 1600px) {
  .backtop__picture {
    width: 50px;
    height: 50px;
    margin: 0 auto 7px auto;
    border-radius: 10px;
  }
}
.backtop__text {
  display: none;
  color: #ddd;
  font-weight: bold;
  font-family: barlowbold, arial, Helvetica, sans-serif;
  transition: all 1s ease-in-out;
}
.backtop__text:hover {
  color: #ffffff;
}
@media only screen and (min-width: 1600px) {
  .backtop__text {
    display: inherit;
  }
}
/*# sourceMappingURL=css/content.css.map */