

/* Start:/bitrix/templates/proopt_default/components/bitrix/news.detail/gopro_new/style.css?176597463911423*/
.b-blog {
  margin-bottom: 40px;
}

.b-blog__list {
  display: grid;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 28px;
  grid-row-gap: 28px;
}

.b-blog__list.b-blog__list-preview {
  display: flex;
  flex-direction: column;
  gap: 32px;
  overflow: auto;
  max-height: calc(100vh - 80px);
}

.b-blog__sidebar {
  padding-left: 40px;
  border-left: 1px solid #EBEBEB;
}

.b-blog__sidebar-title {
  margin-bottom: 32px;
  font: 400 24px/28px 'Opensans', sans-serif;
  color: #333333;
}

.b-blog__item {
  display: flex;
  justify-content: flex-start;
  flex-direction: column;
}

.b-blog__item-link {
  display: flex;
  justify-content: flex-start;
  flex-direction: column;
  flex: 1 0 auto;
  text-decoration: none !important;
  color: unset;
}

.b-blog__item-image {
  margin-bottom: 20px;
  border-radius: 4px;
  overflow: hidden;
}

.b-blog__item-image img {
  max-width: 100%;
  height: auto;
}

.b-blog__item-date {
  margin-bottom: 12px;
  font: 400 14px/20px 'Opensans', sans-serif;
  color: #999999;
}

.b-blog__item-title {
  display: flex;
  flex-direction: column;
  flex: 1 0 auto;
  margin-bottom: 20px;
  font: 400 18px/24px 'Opensans', sans-serif;
  color: #333333;
  transition: all 0.2s ease-out;
}

.b-blog__item:hover .b-blog__item-title {
  color: #6F4436;
}

.b-blog__item-link-btn {
  display: flex;
  align-items: center;
  gap: 4px;
  font: 400 14px/20px 'Opensans', sans-serif;
  color: #999999;
  transition: all 0.2s ease-out;
}

.b-blog__item:hover .b-blog__item-link-btn {
  color: #333333;
}

.b-pagination {
  display: flex;
  justify-content: center;
  margin-bottom: 52px;
}

.b-pagination__list {
  display: flex;
  align-self: center;
  justify-content: flex-start;
  gap: 4px;
}

.b-pagination__item {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  font: 400 16px/20px 'Opensans', sans-serif;
  color: #333333;
  border-radius: 30px;
  text-decoration: none !important;
}

.b-pagination__item.b-pagination__item--current,
.b-pagination__item.b-pagination__item--current:hover {
  color: #FFFFFF;
  background: #BF9777;
}

.b-pagination__item.b-pagination__item--disabled svg,
.b-pagination__item.b-pagination__item--disabled:hover svg {
  fill: #CCCCCC;
}

.b-pagination__item.b-pagination__item--disabled:hover {
  background: none;
}

.b-pagination__item.b-pagination__item--mid:hover {
  background: none;
}

.b-pagination__item:hover {
  background: #F7F5F4;
}

.b-blog__cols {
  display: grid;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  grid-template-columns: 1fr 296px;
  grid-auto-columns: 1fr;
  grid-gap: 40px;
  grid-row-gap: 40px;
}

.b-blog__post-head {
  margin-bottom: 40px;
}

.b-blog__post-title {
  margin-bottom: 20px;
  font: 900 40px/44px 'Futura PT', sans-serif;
  color: #333333;
}

.b-blog__post-date {
  font: 400 14px/20px 'Opensans', sans-serif;
  color: #999999;
}

.b-blog__post-content h2 {
  margin-bottom: 32px;
  font: 900 20px/24px 'Futura PT', sans-serif;
  color: #333333;
}

.b-blog__post-content p {
  margin-bottom: 32px;
  font: 400 16px/28px 'Opensans', sans-serif;
  color: #333333;
}

.b-blog__post-content strong,
.b-blog__post-content b {
  font-weight: 600;
}

.b-blog__post-content a {
  color: #6F4436;
  text-decoration: none !important;
}

.b-blog__post-content a:hover {
  color: #333333;
}

.b-blog__post-content ul {
  padding: 0 0 0 36px !important;
  margin: 0 0 32px 0 !important;
  list-style: none;
}

.b-blog__post-content ul li {
  margin-bottom: 12px;
  font: 400 16px/28px 'Opensans', sans-serif;
  color: #333333;
}

.b-blog__post-content ul li:before {
  display: inline-block;
  width: 8px;
  height: 8px;
  position: absolute;
  top: 10px;
  left: -20px;
  background: #BF9777;
  border-radius: 30px;
  content: '';
}

.b-blog__post-content ul li:last-child {
  margin-bottom: 0;
}

.b-blog__post-content img {
  display: block;
  margin-bottom: 32px;
  max-width: 100%;
  height: auto;
  border-radius: 4px;
}

.b-blog-product {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  margin-bottom: 32px;
  padding: 20px;
  border-radius: 4px;
  border: 1px solid #ECECEC;
  background: #FFFFFF;
  box-shadow: 0 4px 14px 0 rgba(0, 0, 0, 0.06);
  overflow: hidden;
}

.b-blog-product__link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 20px;
  padding-right: 32px;
  flex: 1 1 auto;
  text-decoration: none !important;
}

.b-blog-product__link:hover .b-blog-product__title {
  color: #6F4436;
}

.b-blog-product__image {
  width: 100px;
  height: 100px;
  overflow: hidden;
  border-radius: 4px;
  flex: 0 0 auto;
}

.b-blog-product__image img {
  max-width: 100%;
  height: auto;
}

.b-blog-product__title {
  margin-bottom: 8px;
  font: 400 16px/24px 'Opensans', sans-serif;
  color: #333333;
}

.b-blog-product__prices {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 24px;
}

.b-blog-product__price-name {
  margin-bottom: 4px;
  font: 400 12px/16px 'Opensans', sans-serif;
  color: #666666;
}

.b-blog-product__price-value {
  font: 400 16px/20px 'Opensans', sans-serif;
  color: #333333;
}

.b-blog-product__actions {
  display: flex;
  flex-direction: column;
  gap: 12px;
  max-width: 180px;
  flex: 0 0 auto;
  padding-left: 32px;
  border-left: 1px solid #EBEBEB;
}

.b-blog-product__actions .pfk-purchase-block__store-quantity {
  margin-left: 0;
}

.b-blog-product__actions input.pfk-purchase-block__store-quantity-field {
  width: auto !important;
}

@media only screen and (max-width: 991px) {

  .b-blog__cols {
    /*grid-template-columns: repeat(1,1fr);
      grid-row-gap: 40px;*/
    display: block;
  }

  .b-blog__sidebar {
    border-left: none;
    border-top: 1px solid #EBEBEB;
    padding: 40px 0 0 0;
  }

}


@media only screen and (max-width: 767px) {

  .b-blog__list {
    grid-template-columns: repeat(2, 1fr);
  }

  .b-blog__post-title {
    font: 900 32px/36px 'Futura PT', sans-serif;
  }

  .b-blog-product {
    flex-direction: column;
    gap: 32px;
  }

  .b-blog-product__link {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
    padding-right: 32px;
    flex: 1 1 auto;
    text-decoration: none !important;
  }

  .b-blog-product__actions {
    display: flex;
    max-width: unset;
    flex-direction: row;
    padding-left: 0;
    border: none;
  }

  .b-blog-product__actions input.pfk-purchase-block__store-quantity-field {
    width: 44px !important;
  }

}

@media only screen and (max-width: 479px) {

  .b-blog__list {
    grid-template-columns: repeat(1, 1fr);
  }

}

.pfk-purchase-block__store-quantity {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-left: 20px;
  border: 1px solid #EAEBEC;
  box-sizing: border-box;
  border-radius: 4px;
  overflow: hidden;
}

.body input[type="text"].pfk-purchase-block__store-quantity-field {
  width: 44px;
  min-width: 44px;
  padding: 12px 0;
  margin: 0;
  font: 400 14px/20px 'Opensans', sans-serif;
  color: #333333;
  text-align: center;
  border-top: none;
  border-left: 1px solid #EAEBEC;
  border-right: 1px solid #EAEBEC;
  border-bottom: none;
  border-radius: 0;
  background: #FFFFFF;
  box-sizing: border-box;
}

.body input[type="text"].pfk-purchase-block__store-quantity-field:focus {
  border-color: #EAEBEC;
}

.pfk-purchase-block__store-quantity-change {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  width: 44px;
  height: 44px;
  background: #FFFFFF;
}

.pfk-purchase-block__store-quantity-change:hover {
  background-color: #F5F5F5;
}

.pfk-purchase-block__store-quantity-change:active .pfk-purchase-block__store-quantity-icon {
  transform: scale(0.9);
}

.pfk-purchase-block__store-cart-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-grow: 1;
  padding: 12px 20px;
  font: 600 14px/20px 'Opensans', sans-serif;
  color: #FFFFFF;
  background: #6F4436;
  border-radius: 4px;
  overflow: hidden;
  border: none;
  cursor: pointer;
}

.pfk-purchase-block__store-cart-btn--secondary {
  width: 100%;
  background: #FFFAEA;
  border: 1px solid #EDDA99;
  color: #333333;
}

.pfk-purchase-block__store-cart-btn svg {
  margin-right: 8px;
}

.pfk-purchase-block__store-cart-btn:hover {
  background: #5D392D;
}

.pfk-purchase-block__store-cart-btn--secondary:hover {
  background: #FFF5D6;
}

.pfk-purchase-block__store-cart-btn-text {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

@media only screen and (max-width: 991px) {
  .b-blog__post-content img {
    max-width: 100% !important;
  }
}

.b-blog__post-content ul li {
  list-style-type: unset !important;
}

/*
#showcaseblog.view_showcase.columns5 .js-element {
  width: 33%;
}
#showcaseblog.view_showcase .add2basket {
  float: right;
  padding: 12px 14px;
}
*/
.r4-blog-tabs {
  position: relative;

}

#showcaseblog {
  display: block;
}

.r4-blog-tabs .owl-stage-outer {
  overflow: hidden;
}

.r4-blog-tabs .owl-stage {
  display: flex;
}

#showcaseblog.owl-loaded {
  height: auto;
  transition: height .35s ease;
  position: relative;
  width: 100%;
}

.r4-blog-tabs #showcaseblog .js-element {
  width: 100%;
  height: 100%;

}

.b-blog__cols {
  display: flex;
}

.b-blog__col-left {
  width: calc(100% - 296px);
}

.b-blog__col-right {
  width: 296px;
}

.r4-blog-tabs .owl-nav.disabled {
  display: none;
}

.r4-blog-tabs .add2basketform .inbasket,
.r4-blog-tabs .prices_container .add2basketform .add2basket {
  padding: 12px 14px;
}

@media only screen and (max-width: 991px) {
  .b-blog__cols {
    display: block;
  }

  .b-blog__col-left {
    width: auto;
  }
}

.b-blog__sidebar {
  position: sticky;
  top: 20px;
}

body {
  overflow: unset !important;
}

.b-blog__post-img {
  display: block;
  margin-bottom: 32px;
  border-radius: 4px;
}



.b-blog .top-wrapper {
	margin: 0 -11px 28px;
}
.b-blog .top-wrapper>div {
	margin: 0 11px;
}
.b-blog .news-info__wrapper {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.b-blog .news-info__author {
    display: flex;
    gap: 12px;
}
.b-blog .news-info__author--image {
	width: 40px;
	height: 40px;
	background: transparent;
	overflow: hidden;
	border-radius: 100%;
	text-align: center;
	position: relative;
}
.b-blog .news-info__author--image .wrap {
	margin: 0 0 0 auto;
	position: static;
	border-radius: 100%;
}
.b-blog .news-info__author--info {
	display: flex;
	gap: 6px;
	align-items: center;
}
.b-blog .news-info__author--name, .b-blog .news-info__author--post {
	color: #333333;
	font-size: 14px;
	line-height: 17px;
	font-weight: 500;
}
.b-blog .news-info__author--post {
	position: relative;
	padding-left: 12px;
}
.b-blog .news-info__author--name, .b-blog .news-info__author--post {
	color: #333333;
	font-size: 14px;
	line-height: 17px;
	font-weight: 500;
}
.b-blog .news-info__author--post:before {
	content: '';
	width: 6px;
	height: 6px;
	display: block;
	position: absolute;
	left: 0;
	top: 6px;
	background: #6F4436;
	border-radius: 100%;
}

@media only screen and (max-width: 991px) {
	.b-blog .news-info__wrapper {
		display: block;
	}
	.b-blog .period.font_xs {
		width: 100%;
		display: block;
		margin-top: 10px;
	}
	.b-blog .news-info__author--image {
		width: 43px;
	}
}
/* End */
/* /bitrix/templates/proopt_default/components/bitrix/news.detail/gopro_new/style.css?176597463911423 */
