
@media (min-width: 1px) {
  .PostStream-item .CommentPost:not(.Post--hidden), .ReplyPlaceholder {
	background: rgba(37, 37, 37, 0.5);
	box-shadow: 1px 3px 9px 0px #212121;
	border-radius: 6px;
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    top: 21px;
    margin: ;
    margin-top: 10px;
    left: 8px;
  }
  .Post-controls .Dropdown-menu{
	left: 56px;
    top: -10px;
  }
}

@media (min-width: 1px){
	.BlogCategories {
	  display: none;
	}
    a.TagTile-info {
        overflow: hidden;
    }
	.TagTiles > li {
		width: calc(100% - 7px);
		margin-bottom: 10px;
		border-radius: 0px;
		min-height: 180px;
		border: 1px solid rgba(0, 0, 0, 0.7);
		border-left: 6px solid var(--tag-bg);
		box-shadow: 0 1px 3px rgba(0, 0, 0, 0.8), 0 1px 3px rgba(47, 30, 7, 0.51);
		overflow: hidden;
		position: relative; /* Для корректного отображения псевдоэлемента */
		background: color-mix(in srgb, var(--tag-bg) 10%, rgba(37, 37, 37, 0.7) 30%);
		text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.7);
	}

	.TagTiles > li::before {
		content: '';
		position: absolute;
		top: 0;
		left: 20%;
		width: 80%;
		height: 100%;
		background-image: url('https://gear.blizzard.com/cdn/shop/files/02292024-BGS-War-Within-Landing-Hero-Banner-KeyArt_1920x.jpg?v=1712083475');
		background-size: cover;
		background-position: center;
		mask-image: linear-gradient(to right, transparent 0%, rgba(255, 255, 255, 1) 99%);
		-webkit-mask-image: linear-gradient(to right, transparent 0%, rgba(255, 255, 255, 1) 99%);
		z-index: 0;
	}

	.TagTiles > li > * {
		position: relative; /* Чтобы содержимое было поверх фона */
		z-index: 1;
	}
	.TagTiles > li:first-child {
		border-top-left-radius: 0px;
	}
	.TagTiles > li:nth-child(3n):nth-last-child(2), .TagTiles > li:nth-child(3n):nth-last-child(3), .TagTiles > li:last-child {
		border-bottom-right-radius: 0px;
	}
	.TagTiles > li:nth-child(3), .TagTiles > li:nth-child(2):last-child, .TagTiles > li:first-child:last-child {
		border-top-right-radius: 0px;
	}
	.TagTiles > li:nth-child(3n+1):last-child, .TagTiles > li:nth-child(3n+1):nth-last-child(2), .TagTiles > li:nth-child(3n+1):nth-last-child(3) {
		border-bottom-left-radius: 0px;
	}
	.TagTiles > li:nth-child(2) {
		border-top-right-radius: 0px;
	}  
	.TagTiles > li:nth-last-child(2):nth-child(2n), .TagTiles > li:last-child {
		border-bottom-right-radius: 0px;
	}
	.TagTiles > li:nth-last-child(2):nth-child(2n+1), .TagTiles > li:last-child:nth-child(2n+1) {
		border-bottom-left-radius: 0px;
	}
	.TagTile.colored, .TagTile.colored a {
	  color: white;
	}
	.cloud_google {
	  background: #333;
	}
	.TagTiles > li:nth-child(1)::before {
	  background-image: url('https://forum.r2rage.com/assets/daun1.jpg');
	  backdrop-filter: blur(12px);
	  -webkit-backdrop-filter: blur(12px);
	}

	.TagTiles > li:nth-child(2)::before {
	  background-image: url('https://forum.r2rage.com/assets/daun.jpg');
	  backdrop-filter: blur(12px);
	  -webkit-backdrop-filter: blur(12px);
	}
	.TagTiles > li:nth-child(3)::before {
	  background-image: url('https://forum.r2rage.com/assets/daun5.jpg');
	  backdrop-filter: blur(12px);
	  -webkit-backdrop-filter: blur(12px);
	}
	.TagTiles > li:nth-child(4)::before {
	  background-image: url('https://forum.r2rage.com/assets/daun3.jpg');
	  backdrop-filter: blur(12px);
	  -webkit-backdrop-filter: blur(12px);
	}
	.TagTiles > li:nth-child(5)::before {
	  background-image: url('https://forum.r2rage.com/assets/daun2.jpg');
	  backdrop-filter: blur(12px);
	  -webkit-backdrop-filter: blur(12px);
	}
	.TagTiles > li:nth-child(6)::before {
	  background-image: url('https://forum.r2rage.com/assets/daun4.jpg');
	  backdrop-filter: blur(12px);
	  -webkit-backdrop-filter: blur(12px);
	}
	.TagTiles > li:nth-child(7)::before {
	  background-image: url('https://forum.r2rage.com/assets/daun6.jpg');
	  backdrop-filter: blur(12px);
	  -webkit-backdrop-filter: blur(12px);
	}
	.TagTiles > li:nth-child(7) .TagTile-lastPostedDiscussion {
		display:none;
	}
	
	.TagTile-lastPostedDiscussion {
	  border-top: 0px solid rgba(0,0,0,0.15);
	}
	.Dropdown {
	  text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.7);
	  max-width: 146px;
	}
	.DiscussionList:not(.DiscussionList--searchResults) .read .DiscussionListItem-title {
	  color: #e8e5e0;
	  text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.8);
	}
	.DiscussionListItem-info {
	  color: #b5b2af;
	  text-shadow: 1px 1px 4px rgba(0, 0, 0, 0.6);
	}
	.App-content {
	  border-top: 0px solid var(--control-bg);
	}
}
@media (min-width: 768px) {
  .sideNav .Dropdown--select .Dropdown-menu > li > a {
    color: var(--sidenav-color, #d3ba8d);
  }
}
@media (min-width: 768px) {
  .affix .App-header {
    max-width: 1200px;
	margin: auto;
    border: 2px solid black;
	border-top:1px solid black;
    border-left:1px  solid black;
    border-right:1px  solid black;
	box-shadow: 
    4px 4px 6px rgba(0, 0, 0, 0.4), /* Внешняя тень */
	inset -10px -10px 12px rgba(200, 200, 200, 0.15); /* Внутренняя тень */
  }
  .DiscussionHero {
    max-width: 1100px;
    margin: auto;
	border: 1px solid black;
	border-top:1px solid black;
    border-left:1px  solid black;
    border-right:1px  solid black;
	box-shadow: 
	  -2px -2px 6px rgba(0, 0, 0, 0.3), /* Внешняя тень */
	  4px 4px 6px rgba(0, 0, 0, 0.4), /* Внешняя тень */
	  inset 10px 10px 12px rgba(0, 0, 0, 0.18), /* Внутренняя тень */
	  inset -10px -10px 12px rgba(0, 0, 0, 0.15); /* Внутренняя тень */
  }
  .TagHero {
    max-width: 1100px;
    margin: auto;
	border: 1px solid black;
	border-top:1px solid black;
    border-left:1px  solid black;
    border-right:1px  solid black;
	box-shadow: 
	  -2px -2px 6px rgba(0, 0, 0, 0.3), /* Внешняя тень */
	  4px 4px 6px rgba(0, 0, 0, 0.4), /* Внешняя тень */
	  inset 10px 10px 12px rgba(0, 0, 0, 0.18), /* Внутренняя тень */
	  inset -10px -10px 12px rgba(0, 0, 0, 0.15); /* Внутренняя тень */
	
  }
}
@media (min-width: 1100px) {
	.DiscussionHero {
		border-radius:8px
	}
	.TagHero {
		border-radius:8px
	}
}
@media (min-width: 1200px) {
	.affix .App-header {
		border-radius: 10px;
		top: 10px;
		height: 56px;
		box-shadow: -2px -2px 6px rgba(0, 0, 0, 0.3), 4px 4px 6px rgba(0, 0, 0, 0.4), inset 10px 10px 12px rgba(255, 255, 255, 0.08), inset -10px -10px 12px rgba(200, 200, 200, 0.05);
		background: rgba(255, 255, 255, 0.15); /* полупрозрачный белый */
		backdrop-filter: blur(12px);          /* блюр фона */
		-webkit-backdrop-filter: blur(12px);  /* Safari */
	}
}
@media (min-width: 1200px) {
  .TagHero {
	top: 19px;
    position: relative;
  }
  .DiscussionHero {
	top: 19px;
    position: relative;
  }
}
.cloud_google {
  background: #333;
}
.img-left img {
  margin-bottom: -10px;
}
@media (min-width: 768px) {
    .TagTiles > li {
        height: 162px;
    }
	
}
body {
  background:linear-gradient(to bottom, #151515, #111111 55%, #1d160c);
  background-size: auto 100%;
  background-position: center top;
  background-repeat: no-repeat;
  background-attachment: fixed;
  position: relative;
  z-index: -100;
}
body::after {
  content: "";
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url('https://forum.r2rage.com/assets/fb.jpg');
  background-size: cover;
  background-position: center top;
  background-repeat: no-repeat;
  background-attachment: fixed;
  z-index: -1;
}

.App.BlogOverviewPage {
  background: none;
}
.BlogItemPage {
  background: none;
}
.BlogSideWidget {
  background: rgba(37, 37, 37, 0.5);
  box-shadow: 1px 3px 9px 0px #212121;
  border-radius: 6px;
  margin-bottom: 15px;
}
.FlarumBlogItem .FlarumBlog-Article .FlarumBlog-Article-Container .FlarumBlog-Article-Content {
  background: rgba(37, 37, 37, 0.6);
  border-radius: 6px;
  box-shadow: 1px 3px 9px 0px #212121;
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
}
.FlarumBlogItem .FlarumBlog-Article .FlarumBlog-Article-Container .FlarumBlog-Article-Image {
    height: 360px;
	border-radius: 6px;
}
.FlarumBlogItem .FlarumBlog-Article .FlarumBlog-Article-Container .FlarumBlog-Article-Comments {
  background: rgba(37, 37, 37, 0.6);
  border-radius: 6px;
}
.FlarumBlogOverview .BlogScrubber .BlogList-item {
  background: rgba(37, 37, 37, 0.5);
  border-radius: 6px;
}
.FlarumBlogOverview .BlogOverviewButtons {
  float: right;
  display: ruby-text-container;
  padding: ;
  position: relative;
  right: -170px;
  margin-bottom: -80px;
}
.FlarumBlogOverview h2 {
	display:none;
}
.FlarumBlogOverview .BlogScrubber .BlogList-item-content h4 {
	color: #d3ba8d;
	text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.7);
}
.FlarumBlogOverview .BlogScrubber .BlogList-item-content p {
	color: #d3ba8d;
}
.BlogSideWidget-item {
	color: #d3ba8d;
	text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.7);
}
.FlarumBlogOverview .BlogFeatured-list-item-details h4 {
	font-style: normal;
	font-weight: 700;
	text-rendering: geometricprecision;
	text-shadow: 3px 3px 6px rgba(0, 0, 0, 0.7);
}
.Header-logo {
  max-height: 60px;
  height: 60px;
  transition: scale 300ms;
}
.Header-logo:hover {
	scale:1.1;
	transition: scale 300ms;
}
@media (min-width: 767.98px) {
	.Header-logo {
	  position: relative;
	  top: -11px;
	  right: 14px;
	}
}
.Header-controls li .LinksButton-title {
  font-size: 17px;
  font-weight: 600;
  text-shadow: 3px 3px 4px rgba(0, 0, 0, 0.6);
  color: #f2e3cb;
}

.Header-controls li .LinksButton-icon {
  font-size: 17px;
  font-weight: 600;
  text-shadow: 3px 3px 4px rgba(0, 0, 0, 0.4);
  color: #f2e3cb;
}
.Header-controls li .LinksButton {
  padding-left: 4px;
  padding-right: 12px;
  position: relative;
}
.Header-controls li:nth-last-child(-n+3) .LinksButton {
  padding-left: 2px;
  padding-right: 2px;
  position: relative;
  top: 2px;
}
@media (max-width: 1100px) {
  .App-header .FormControl {
    width: 10px;
  }
}
@media (min-width: 768.01px) and (max-width: 991.98px) {
	.Header-controls > li.item-search, .Header-controls > li.item-Messages, .Header-controls > li.item-locale, .Header-controls > li.item-flags {
		display: none;
	}
}
@media (min-width: 1px) and (max-width: 3999.98px){
  .App-header {
    background: rgba(69, 69, 69, 1);
  }
}
@media (min-width: 768px) {

}

@media (min-width: 1px) and (max-width: 3999.98px) {
  .App-header .Button, .App-header .Button:hover {
    color: #f2e3cb;
  }
  .App-header .FormControl {
    background: rgba(37, 37, 37, 1);
    color: #f2e3cb;
  }
  .App-header .FormControl:focus {
    background: rgba(45, 45, 45, 1);
    color: #f2e3cb;
  }
  .App-header .FormControl:active {
    color: #f2e3cb;
  }
  .App-header .FormControl:hover {
    color: #ffffff;
  }
  .App-header .FormControl:visited {
    color: #ffffff;
  }
   .App-header .Button--link, .App-header .Search-input {
    color: #f2e3cb;
  }
  .App-header .Button, .App-header .Button {
    background: rgba(100,100,100,0.6)
  }
  .App-header .Button, .App-header .Button:active {
    background: rgba(100,100,100,1)
  }
  .App-header .Button, .App-header .Button:hover {
    background: #b0240fdd;
  }
  :root {
    --header-colored-control-color: #f2e3cb99;
  }
}
.Header-controls li:nth-last-child(-n+3) .LinksButton-title {
  width: 0px;
  display: none;
}
@media (max-width: 767.98px) {
  .App-drawer {
    background: rgba(69, 69, 69, 1);
  }
  .App-header .FormControl {
    width: 248px;
  }
  .Header-controls li:nth-last-child(-n+3) .LinksButton-title {
	display: initial;
  }
}
@media screen and (min-width: 650px) {
  .FlarumBlogOverview .BlogScrubber .BlogList-item-default .BlogList-item-photo {
    border-radius: 6px;
  }
}
@media (min-width: 0.98px) and (max-width: 5000.98px){
 #modern-footer .row .foo-left {
    position: relative;
    display: flex;
    align-items: flex-start;
    padding-left: 150px; /* Отступ слева, чтобы элементы не наезжали на before */
}

 #modern-footer .row .foo-left::before {
    content: "";
    display: block;
    width:150px;
    height: 150px;
    background:url('/assets/logo3.png') no-repeat center center;
	background-size:cover;
    position: absolute;
    left: 0;
    top: 20px;
}

 #modern-footer .row .foo-left div {
    min-width:200px;
	min-height:150px;
}
}

@media (min-width: 767.98px) {
  #modern-footer .foo-left {
    max-width: 48%;
  }
}
#modern-footer .foo-mid {
  width: 33%;
}
@media (min-width: 767.99px) {
  #modern-footer .foo-mid {
    flex: 0 0 14.6%;
    max-width: 21.6%;
  }
}
#modern-footer h3 {
  color: #f2e3cb;
}
#modern-footer .Social {
  background-color: whitesmoke;
  margin: 3px;
  font-size: 18px;
  padding: 8px;
  min-width: 40px;
}
#modern-footer div{
  background:linear-gradient(to bottom, #212121ee, #31313100);
  border-top: 2px solid #101010
  -webkit-box-shadow: 0px -4px 10px 1px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0px -4px 10px 1px rgba(0, 0, 0, 0.25);
  box-shadow: 0px -4px 10px 1px rgba(0, 0, 0, 0.25);
}
#modern-footer {
    backdrop-filter: blur(6px);
    -webkit-backdrop-filter: blur(6px);
}

#modern-footer .row {
  background:rgba(0,0,0,0);
   border-top: none
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}

#modern-footer .row div{
  background:rgba(0,0,0,0);
  border-top: none;
    -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.foo-bottom{
  border-top: 1px solid #404040;
  -webkit-box-shadow: 0px -4px 10px 1px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0px -4px 10px 1px rgba(0, 0, 0, 0.25);
  box-shadow: 0px -4px 10px 1px rgba(0, 0, 0, 0.25);	
}
@media (max-width: 767.98px) {
  .item-Messages, .item-flags, .item-notifications, .item-session {
    margin-bottom: 6px;
  }
  .App-navigation {
    background: rgba(69, 69, 69, 1);
	-webkit-box-shadow: 0px 2px 10px 1px rgba(0, 0, 0, 0.8);
	-moz-box-shadow: 0px 2px 10px 1px rgba(0, 0, 0, 0.8);
	box-shadow: 0px 2px 10px 1px rgba(0, 0, 0, 0.8);
  }
  .App-content{
	margin-top: 10px;
  }
  .App-primaryControl > .Button, .App-backControl > .Button {
    color: #f2e3cb !important;
  }
  .App-header .Button:active, .App-header .Button.active, .App-header .Button:focus, .App-header .Button.focus, .App-header .open > .Dropdown-toggle.Button {
    background: rgba(37, 37, 37, 1);
    color: var(--header-colored-control-color, #fff);
  }
}

@media (min-width: 768px) {
  .App-header .Button:active, .App-header .Button.active, .App-header .Button:focus, .App-header .Button.focus, .App-header .open > .Dropdown-toggle.Button {
    background: rgba(37, 37, 37, 1);
    color: var(--header-colored-control-color, #fff);
  }
}
.ConversationsList .chat .chat-message textarea {
  color: wheat;
}
