.catalog-filters__check-group.color .field-check__label.catalog-filters__check {
  display: flex;
  align-items: center;
}
.catalog-filters__check-group.color .field-check__label.catalog-filters__check input[type=radio], .catalog-filters__check-group.color .field-check__label.catalog-filters__check input[type=checkbox] {
  margin-top: 0;
}
.catalog-filters__check-group.color .field-check__label.catalog-filters__check .img {
  margin-left: auto;
}
.catalog-filters__check-group.color .field-check__label.catalog-filters__check img {
  display: block;
  max-width: 68px;
  max-height: 68px;
}

.about_accent_block {
  padding: 2rem;
  background: #bfbfbf;
  border-radius: 20px;
  margin-bottom: 40px;
}
.about_accent_block .title {
  font-size: 32px;
  font-weight: 900;
}

.content_page h2 {
  color: #000;
}
.content_page h2:not(.simple) {
  font-weight: 900 !important;
}
.content_page h2.simple {
  font-weight: 700 !important;
}
.content_page .h2-small {
  font-weight: 400;
}

.youtube, .rutube {
  position: relative;
  background-color: #000;
  margin-bottom: 0;
  overflow: hidden;
  cursor: pointer;
  width: 100%;
  height: 20.9rem;
  border-radius: 10px;
}

.youtube img, .rutube img {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0.9;
  height: 100%;
  object-fit: cover;
}

.youtube .play-button, .rutube .play-button {
  position: absolute;
  width: 6rem;
  height: 4.2rem;
  background-color: #c4302b;
  border-radius: 1.3rem;
  z-index: 1;
}

.youtube .play-button:before, .rutube .play-button:before {
  content: "";
  position: absolute;
  border-style: solid;
  border-width: 0.75rem 0 0.75rem 1.3rem;
  border-color: transparent transparent transparent #fff;
}

.youtube .play-button, .youtube .play-button:before, .rutube .play-button, .rutube .play-button:before {
  top: 50%;
  left: 50%;
  transform: translate3d(-50%, -50%, 0);
}

.youtube iframe, .rutube iframe {
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
}

.play-button {
  position: absolute;
  width: 6rem;
  height: 4.2rem;
  background-color: #c4302b;
  border-radius: 1.3rem;
  z-index: 1;
}
.play-button:before {
  content: "";
  position: absolute;
  border-style: solid;
  border-width: 0.75rem 0 0.75rem 1.3rem;
  border-color: transparent transparent transparent #fff;
  top: 50%;
  left: 50%;
  transform: translate3d(-50%, -50%, 0);
}

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