ƒ/*
Icon classes can be used entirely standalone. They are named after their original file names.

Example usage in HTML:

`display: block` sprite:
<div class="icon-home"></div>

To change `display` (e.g. `display: inline-block;`), we suggest using a common CSS class:

// CSS
.icon {
  display: inline-block;
}

// HTML
<i class="icon icon-home"></i>
*/
.icon-add {
  background-image: url(../images/sprite.png);
  background-position: -66px -113px;
  width: 15px;
  height: 15px;
}
.icon-add_blue,
.header-menu > li:hover i.icon-add {
  background-image: url(../images/sprite.png);
  background-position: -46px -113px;
  width: 15px;
  height: 15px;
}
.icon-bubble_black {
  background-image: url(../images/sprite.png);
  background-position: -114px -82px;
  width: 17px;
  height: 18px;
}
.icon-bubble_gray {
  background-image: url(../images/sprite.png);
  background-position: -68px -59px;
  width: 22px;
  height: 18px;
}
.icon-bubble_white {
  background-image: url(../images/sprite.png);
  background-position: -119px -59px;
  width: 20px;
  height: 17px;
}
.icon-facebook {
  background-image: url(../images/sprite.png);
  background-position: 0px 0px;
  width: 54px;
  height: 54px;
}
.icon-google_plus {
  background-image: url(../images/sprite.png);
  background-position: -59px 0px;
  width: 53px;
  height: 53px;
}
.icon-gun {
  background-image: url(../images/sprite.png);
  background-position: 0px -113px;
  width: 18px;
  height: 15px;
}
.icon-gun_blue,
.header-menu > li:hover i.icon-gun {
  background-image: url(../images/sprite.png);
  background-position: -23px -113px;
  width: 18px;
  height: 15px;
}
.icon-padlock {
  background-image: url(../images/sprite.png);
  background-position: -174px 0px;
  width: 14px;
  height: 18px;
}
.icon-pagination_next {
  background-image: url(../images/sprite.png);
  background-position: -174px -38px;
  width: 10px;
  height: 10px;
}
.icon-pagination_prev {
  background-image: url(../images/sprite.png);
  background-position: -174px -23px;
  width: 10px;
  height: 10px;
}


.icon-profile {
  background-image: url(../images/sprite.png);
  background-position: -95px -59px;
  width: 19px;
  height: 18px;
}
.icon-remove_red {
  background-image: url(../images/sprite.png);
  background-position: -174px -75px;
  width: 9px;
  height: 9px;
}
.icon-remove_white {
  background-image: url(../images/sprite.png);
  background-position: -136px -82px;
  width: 17px;
  height: 17px;
}
.icon-round_done {
  background-image: url(../images/sprite.png);
  background-position: -144px -59px;
  width: 17px;
  height: 17px;
}
/*.icon-search {
  background-image: url(../images/sprite.png);
  background-position: -174px -23px;
  width: 14px;
  height: 14px;
}*/
.icon-security {
  background-image: url(../images/sprite.png);
  background-position: -91px -82px;
  width: 18px;
  height: 18px;
}
.icon-security_blue,
.header-menu > li:hover i.icon-security {
  background-image: url(../images/sprite.png);
  background-position: -68px -82px;
  width: 18px;
  height: 18px;
}
.icon-slider_next,
.js-slick .slick-arrow.slick-next {
  background-image: url(../images/sprite.png);
  background-position: -34px -59px;
  width: 29px;
  height: 49px;
}
.icon-slider_prev,
.js-slick .slick-arrow.slick-prev {
  background-image: url(../images/sprite.png);
  background-position: 0px -59px;
  width: 29px;
  height: 49px;
}
.icon-star_black {
  background-image: url(../images/sprite.png);
  background-position: 0px -133px;
  width: 16px;
  height: 16px;
}
.icon-star_blue,
.header-menu > li:hover i.icon-star_black {
  background-image: url(../images/sprite.png);
  background-position: -21px -133px;
  width: 16px;
  height: 16px;
}
.icon-star_white {
  background-image: url(../images/sprite.png);
  background-position: -136px -82px;
  width: 17px;
  height: 16px;
}
.icon-twitter {
  background-image: url(../images/sprite.png);
  background-position: -117px 0px;
  width: 52px;
  height: 54px;
}
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
body {
  font-family: 'helveticaneuecyrroman', Arial, Tahoma, sans-serif;
  /*font-family: 'Raleway', sans-serif;*/
  -webkit-font-smoothing: antialiased;
  background: #fff;
  /*color: #fff;*/
}
a {
  text-decoration: none;
  color: inherit;
}
.icon {
  display: inline-block;
  vertical-align: middle;
}
.clearfix:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}
*,
*:active,
*:focus {
  outline: none !important;
}
.floatLeft {
  float: left;
}
.floatRight {
  float: right;
}
strong {
  font-family: 'helveticaneuecyrbold', Arial, Tahoma, sans-serif;
}
button {
  border-radius: 0;
}
.btn-custom {
  display: inline-block;
  color: #fff;
  font-size: 14px;
  min-width: 116px;
  text-align: center;
  padding: 10px 9px;
  transition: all 0.3s ease-out;
  background: #148dcc;
  font-family: 'helveticaneuecyrroman', Arial, Tahoma, sans-serif;
}
.btn-custom-min {
  min-width: auto; 
}
.btn-custom:hover {
  background: #6cb5df;
  color: #ffffff;
  text-decoration: none;
}
.btn-custom.btn-loading {
  pointer-events: none;
  position: relative;
}
.btn-custom.btn-loading:before {
  content: "";
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: #d2d2d2;
  z-index: 3;
}
.btn-custom.btn-loading:after {
  content: "";
  border: 4px solid #f3f3f3;
  border-top: 4px solid #148dcc;
  border-radius: 50%;
  width: 26px;
  height: 26px;
  animation: btn-loading 0.8s linear infinite;
  position: absolute;
  display: block;
  z-index: 4;
  left: 50%;
  top: 50%;
  margin-left: -13px;
  margin-top: -13px;
}
@keyframes btn-loading {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
button.btn-custom {
  border: none;
  cursor: pointer;
}

.btn-custom-green {
  background: #1fa67a;
}
.btn-custom-green:hover {
  background: #1fa67a;
  opacity: 0.7;
}

.btn-custom-red {
  background: #d9534f;
  width: auto;
}
.btn-custom-red:hover {
  background: #d9534f;
  opacity: 0.7;
}

.popular-tabs-outer {
  display: none;
}
.page {
  overflow-x: hidden;
  position: relative;
  display: -ms-flexbox;
  display: flex;
  min-height: 100vh;
  -ms-flex-direction: column;
      flex-direction: column;
}
.main-content {
  -ms-flex-positive: 1;
      flex-grow: 1;
  background: #f5f5f5;
}
.js-slick .slick-arrow {
  position: absolute;
  z-index: 10;
  top: 50%;
  text-indent: -9999px;
  border: none;
  background-color: transparent !important;
  transition: all 0.3s ease-out;
  /*margin-top: -25px;*/
  cursor: pointer;
}
.js-slick .slick-arrow.slick-prev {
  left: 0;
}
.js-slick .slick-arrow.slick-next {
  right: 0;
}
.js-slick .slick-arrow:hover {
  opacity: 0.8;
}
.js-slick .slick-dots {
  text-align: center;
  z-index: 10;
  width: 100%;
}
.js-slick .slick-dots li {
  display: inline-block;
  text-indent: -9999px;
  background: #fff;
  border: none;
  border-radius: 50%;
  cursor: pointer;
  width: 8px;
  height: 8px;
  margin: 0 4px;
  transition: all 0.3s ease-out;
}
.slider-outer {
  overflow: hidden;
}
header {
  position: fixed;
  width: 100%;
  z-index: 500;
  left: 0;
  top: 1px;
  box-shadow: 0 0 7.7px 1.4px rgba(147, 147, 147, 0.37);
  background: #ffffff;
  margin-top: 1px;
}
.header-top {
  background: #263238;
  padding: 6px 0 4px;
  height: 51px;
}
.main-logo {
  float: left;
}
.main-logo img {
  max-width: 148px;
}
.header-top-links {
  float: right;
  height: 36px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
}
.header-top-links a,
.header-top-links span {
  display: inline-block;
  vertical-align: middle;
}
.header-top-links i {
  margin-right: 4px;
}
.header-top-links a {
  /*font-size: 18px;*/
  font-family: 'helveticaneuecyrlight', Arial, Tahoma, sans-serif;
  font-size: 14px;
}
/*.header-top-links a:last-child {
  margin-left: 57px;
}*/
.header-top-links a:hover span {
  text-decoration: underline;
}
.header-bottom .container {
  position: relative;

  -webkit-transition: height .3s;
  -moz-transition: height .3s;
  -ms-transition: height .3s;
  -o-transition: height .3s;
  transition: height .3s;
}

.header_collapsed .page header .header-bottom .container {
  height: 45px;
  -webkit-transition: height .3s;
  -moz-transition: height .3s;
  -ms-transition: height .3s;
  -o-transition: height .3s;
  transition: height .3s;
}
.header_collapsed .page header .header-bottom .container .header-menu li a {
  font-size: 16px;
  height: 45px;
  -webkit-transition: all 0.4s ease-out;
  -moz-transition: all 0.4s ease-out;
  -o-transition: all 0.4s ease-out;
  -ms-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}

.header_collapsed .page header .header-bottom .container .header-bottom-links {
  padding-top: 5px;
  -webkit-transition: all 0.4s ease-out;
  -moz-transition: all 0.4s ease-out;
  -o-transition: all 0.4s ease-out;
  -ms-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}

.header_collapsed .page .main-content .search-section .container .row .fixed-breadcrumbs {
  margin-top: -16px;
  -webkit-transition: all 0.4s ease-out;
  -moz-transition: all 0.4s ease-out;
  -o-transition: all 0.4s ease-out;
  -ms-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}
.header_collapsed .page .main-content .search-section .container .row .steps-block {
  top: 160px;
  -webkit-transition: all 0.4s ease-out;
  -moz-transition: all 0.4s ease-out;
  -o-transition: all 0.4s ease-out;
  -ms-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}
.header_collapsed .page .main-content .search-section .container .row .steps-block .wizard-status-bar li span {
  width: 25px;
  height: 25px;
  font-size: 12px;
  padding-top: 7px;
  -webkit-transition: all 0.4s ease-out;
  -moz-transition: all 0.4s ease-out;
  -o-transition: all 0.4s ease-out;
  -ms-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}
.header_collapsed .page .main-content .search-section .container .row .steps-block .wizard-status-bar li b {
  display: block;
  margin-top: 5px;
  color: #777777;
  font-size: 13px;
  -webkit-transition: all 0.4s ease-out;
  -moz-transition: all 0.4s ease-out;
  -o-transition: all 0.4s ease-out;
  -ms-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}
.header_collapsed .page .main-content .search-section .container .row .steps-block .wizard-status-bar li:before {
  height: 2px;
  top: 12px;
  -webkit-transition: all 0.4s ease-out;
  -moz-transition: all 0.4s ease-out;
  -o-transition: all 0.4s ease-out;
  -ms-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}
.header_collapsed .page .main-content .search-section .container .row .steps-block .wizard-status-bar li:after {
  height: 2px;
  top: 12px;
  -webkit-transition: all 0.4s ease-out;
  -moz-transition: all 0.4s ease-out;
  -o-transition: all 0.4s ease-out;
  -ms-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}


.header-menu {
  font-size: 0;
  float: left;
}
.header-menu > li {
  display: inline-block;
  vertical-align: middle;
  border-right: 1px solid #f5f5f5;
  /*position: relative;*/
}
.header-menu > li:nth-of-type(3) {
  position: relative;
}
.header-menu > li.has-popup > a {
  position: relative;
}
.header-menu > li.has-popup > a:after {
  content: url("../images/popup_arrow.png");
  position: absolute;
  bottom: -3px;
  left: 50%;
  margin-left: -10px;
  transition: all 0.3s ease-out;
  opacity: 0;
}
.header-menu > li.has-popup > a.arrow-in:after {
  opacity: 1;
}
.header-menu > li > a {
  font-size: 18px;
  text-transform: uppercase;
  padding: 0 21px;
  color: #263238;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  border-top: 4px solid transparent;
  transition: border-top-color 0.2s ease-out;
  position: relative;
  height: 62px;
}
.header-menu > li > a i {
  margin-right: 8px;
  margin-top: -2px;
}
.header-menu > li > a span {
  display: inline-block;
  vertical-align: middle;
  white-space: nowrap;
}
.header-menu > li:hover > a {
  color: #148dcc;
  border-top-color: #148dcc;
  text-decoration: none;
}
.header-menu > li:first-child {
  border-left: 1px solid #f5f5f5;
}
.header-bottom-links {
  float: right;
  padding-top: 12px;
}
.header-bottom-links a {
  margin-left: 20px;
}
.header-bottom-links .forums-link {
  background: #546e7a;
}
.header-bottom-links .forums-link:hover {
  background: #76909c;
}
.manufacturers-block {
  background: #fff;
  width: 100%;
  float: left;
}
.manufacturers-block ul li a {
  display: block;
  position: relative;
  width: 86px;
  height: 79.5px;
  float: left;
  margin: 5px;
  padding: 0px;
  border: 1px solid #eee;
}
.manufacturers-block ul li a:hover {
  opacity: 0.5;
}
.manufacturers-block ul li a img {
  position: absolute;
  display: block;
  margin-top: auto;
  margin-bottom: auto;
  margin-left: auto;
  margin-right: auto;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  max-width: 100%;
  max-height: 100%;
  padding: 3px;
}


footer {
  background: #263238;
  padding: 36px 0 17px;
}
footer .copyright {
  line-height: 1.29;
  font-family: 'helveticaneuecyrlight', Arial, Tahoma, sans-serif;
  text-align: left;
  color: #78909c;
  font-size: 12px;
  padding-right: 15px;
}
footer .copyright a {
  color: #fff;
  /*text-decoration: underline;*/
}
.footer-logo {
  padding-top: 8px;
}
.footer-logo img {
  max-width: 100px;
}
.footer-list li {
  margin-bottom: 16px;
  font-size: 14px;
  color: #cfd8dc;
  text-align: left;
  /* text-transform: uppercase; */
}
.footer-list li a {
    
}
.footer-list li a:hover {
  opacity: 0.7;
  color: #ffffff;
  text-decoration: none;
  border-bottom: 1px dotted #ffffff;
}
/*.footer-list a:hover {
  text-decoration: underline;
}*/
.footer-socials {
  padding-bottom: 7px;
}
.footer-socials li {
  display: inline-block;
  vertical-align: middle;
  margin-right: 18px;
  margin-bottom: 15px;
  transition: all 0.3s ease-out;
}
.footer-socials li:hover {
  opacity: 0.8;
}
.footer-socials li:last-child {
  margin-right: 0;
}
.main-content {
  margin-top: 114px;
}
.main-content h3 {
  font-family: 'helveticaneuecyrheavy', Arial, Tahoma, sans-serif;
  font-size: 18px;
  text-transform: uppercase;
  color: #263238;
  text-align: left;
  overflow: hidden;
  margin-bottom: 24px;
}
.main-content h3 i {
  margin-right: 12px;
}
.main-content h3 span {
  display: inline-block;
  padding-right: 20px;
  position: relative;
}
.main-content h3 span:after {
  content: "";
  width: 1250px;
  display: block;
  height: 5px;
  position: absolute;
  left: 100%;
  top: 50%;
  margin-top: -2.5px;
  background: url("../images/diagonal_line.png") left 1px center repeat-x;
}
.top-blogposts-section {
  background: #f5f5f5;
  padding: 38px 0 50px;
}
.no-bg-image {
  background-image: url('/images/diagonal_bg.png');
  background-repeat: repeat !important;
  background-size: auto !important;
}
.blogpost-block {
  height: 110px;
  margin-bottom: 21px;
  display: block;
  overflow: hidden;
  /*box-shadow: 0 0 2.8px 0.2px rgba(147, 147, 147, 0.37);*/
  background: #fff;
  position: relative;
  padding: 14px 20px 10px 20px;
  text-align: left;
  transition: all 0.3s ease-out;
  border: 1px solid #f7f7f7;
}
.blogpost-block:before {
  content: "";
  display: block;
  width: 3px;
  height: calc(100% + 2px);
  position: absolute;
  z-index: 3;
  top: -1px;
  left: 0;
  background: #148dcc;
}
.blogpost-block:hover {
  background: #FDFDFD;
}
.blogpost-block .left-block {
  float: left;
  width: 50px;
  text-align: center;
}
.blogpost-block .right-block {
  margin-left: 70px;
}
.blogpost-block .avatar {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  border: 1px solid #eee;
  overflow: hidden;
  margin-bottom: 12px;
  text-align: center;
}
.blogpost-block .avatar img {
  max-width: 100%;
}
.blogpost-block .right-block p span {
    position: inherit;
    display: block;
    margin-left: -2px;
}


.blogpost-block .blog-stat span {
  display: inline-block;
  vertical-align: middle;
  color: #b0bec5;
  font-size: 14px;
}
.blogpost-block .blog-stat span i {
  margin-right: 3px;
}


.blogpost-block .title {
  padding-top: 3px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 14px;
  font-family: 'helveticaneuecyrbold', Arial, Tahoma, sans-serif;
  color: #191f22;
  margin-bottom: 6px;
}
.blogpost-block p {
  height: 36px;
  overflow: hidden;
  font-size: 14px;
  line-height: 1.29;
  color: #292929;
  margin-bottom: 9px;
}
.blogpost-block .date {
  color: #999;
  font-family: 'helveticaneuecyrmedium', Arial, Tahoma, sans-serif;
  font-size: 11px;
}
.blogpost-slider-block {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 372px;
  display: block;
  position: relative;
}
.blogpost-slider-block:after {
  content: "";
  height: 80%;
  width: 100%;
  position: absolute;
  z-index: 2;
  bottom: 0;
  left: 0;
  display: block;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, #263238 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ffffff', endColorstr='#263238', GradientType=0);
}
.blogpost-link-content {
  position: absolute;
  width: 100%;
  bottom: 0;
  left: 0;
  z-index: 3;
  padding: 24px 22px;
  text-align: left;
  color: #f5f5f5;
}
.blogpost-link-content .title {
  font-family: 'helveticaneuecyrmedium', Arial, Tahoma, sans-serif;
  font-size: 24px;
  margin-bottom: 26px;
}
.blogpost-link-content p {
  font-family: 'helveticaneuecyrlight', Arial, Tahoma, sans-serif;
  font-size: 18px;
  line-height: 1.33;
  padding-left: 28px;
  position: relative;
}
.blogpost-link-content p:before {
  content: "";
  display: block;
  width: 7px;
  height: calc(100% - 6px);
  position: absolute;
  z-index: 3;
  top: 4px;
  left: 0;
  background: #148dcc;
}
.guns-tabs-section {
  background: #fff;
  overflow: hidden;
  border-bottom: 2px solid #f5f5f5;
  padding: 40px 0 30px;
  display: none;
}
.guns-tabs-section h2 {
  display: inline-block;
  padding-right: 56px;
  font-size: 18px;
  font-family: 'helveticaneuecyrheavy', Arial, Tahoma, sans-serif;
  text-transform: uppercase;
  text-align: left;
  position: relative;
}
.guns-tabs-section h2:before {
  content: "";
  width: 1250px;
  display: block;
  height: 3px;
  position: absolute;
  right: 100%;
  top: 50%;
  margin-top: -2.5px;
  margin-right: 40px;
  background: url("../images/diagonal_line.png") left 1px center repeat-x;
}
.guns-tabs-top {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
      align-items: flex-start;
  -ms-flex-pack: start;
      justify-content: flex-start;
  color: #717171;
  margin-bottom: 16px;
}
.guns-tabs-top.color-red {
  color: #f34236;
}
.guns-tabs-top.color-red .guns-tabs-list li.active-tab {
  /*background: url("../images/red_border.png") left bottom repeat-x;*/
  border-bottom: 2px dotted #F34236;
  color: #f34236;
}
.guns-tabs-top.color-green {
  color: #059664;
}
.guns-tabs-top.color-green .guns-tabs-list li.active-tab {
  /*background: url("../images/green_border.png") left bottom repeat-x;*/
  border-bottom: 2px dotted #059664;
  color: #059664;
}
.guns-tabs-top.color-blue {
  color: #148dcc;
}
.guns-tabs-top.color-blue .guns-tabs-list li.active-tab {
  /*background: url("../images/blue_border.png") left bottom repeat-x;*/
  border-bottom: 2px dotted #148dcc;
  color: #148dcc;
}
.guns-tabs-list {
  -ms-flex-positive: 1;
      flex-grow: 1;
  text-align: left;
  padding-top: 3px;
}
.guns-tabs-list li {
  display: inline-block;
  vertical-align: top;
  margin-right: 45px;
  margin-bottom: 17px;
  padding-bottom: 6px;
  font-family: 'helveticaneuecyrmedium', Arial, Tahoma, sans-serif;
  font-size: 18px;
  text-transform: uppercase;
  color: #717171;
  border-bottom: 2px dotted transparent;
}
.guns-tabs-list li a {
  color: #717171;
}
.build-block {
  overflow: hidden;
  width: 297px;
  /*width: 100%;*/
  height: 123px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  margin-bottom: 20px;
  font-size: 14px;
  border: 1px solid #f7f7f7;
}
.full-width {
  width: 100%;
}
.build-block .main-link {
  display: block;
  height: 100%;
  position: relative;
  z-index: 3;
}
.build-block .title {
  position: absolute;
  bottom: 17px;
  padding: 0 10px;
  text-shadow: 1px 1px 1px rgba(18, 18, 18, 0.67);
  font-family: 'helveticaneuecyrbold', Arial, Tahoma, sans-serif;
  font-size: 16px;
  transition: all 0.3s ease-out;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  max-width: 100%;
  line-height: 1.05;
  -webkit-font-smoothing: antialiased;
  color: #ffffff;
  font-weight: bold;
}
.build-block .user-info {
  position: absolute;
  z-index: 4;
  right: -12px;
  top: -4.5px;
  margin: 10px 19px 0 0;
}
.build-block .user-info > div {
  display: inline-block;
  vertical-align: middle;
}
.build-block .user-info:hover .name {
  text-decoration: underline;
}
.build-block .name {
  text-shadow: 0px 2px 0 rgba(18, 18, 18, 0.67);
  font-family: 'helveticaneuecyrmedium', Arial, Tahoma, sans-serif;
  font-size: 13px;
  color: #feffff;
  margin-right: 8px;
}
.build-block .avatar {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  overflow: hidden;
  text-align: center;
}
.build-block .avatar img {
  max-width: 100%;
}
.build-block:before {
  content: "";
  width: 100%;
  display: block;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
  background: rgba(38, 50, 56, 0.68);
  transition: all 0.3s ease-out;
  opacity: 0;
}
.build-block .build-links {
  position: absolute;
  z-index: 4;
  max-width: 92%;
  left: 10px;
  bottom: -100%;
  margin-bottom: 7px;
  transition: all 0.3s ease-out;
  border-left: 3px solid #148dcc;
  padding-left: 9px;
  display: inline-block;
}
.build-block .build-links li {
  margin-bottom: 4px;
  font-size: 13px;
  text-align: left;
  -webkit-font-smoothing: antialiased;
}
.top-build-links li {
  margin-bottom: 7px;
}
.build-block .build-links li:last-child {
  margin-bottom: 0;
}
.build-block .build-links li a {
  transition: all 0.3s ease-out;
  color: #ffffff;
  white-space: nowrap;
  text-shadow: 1px 1px 1px rgba(18, 18, 18, 0.67);
  /*text-overflow: ellipsis;
  overflow: hidden;
  width: 67%;*/
  display: inline-block;
}
.build-block .build-links li a:hover {
  color: #71c7f3;
  text-decoration: none;
}
.build-block .build-stat {
  position: absolute;
  padding-left: 10px;
  left: -100%;
  top: 10px;
  transition: all 0.3s ease-out;
  color: #ffffff;
}
.build-block .build-stat span {
  display: inline-block;
  vertical-align: middle;
  margin: 0 7px 0 0px;
  font-size: 14px;
  position: relative;
  top: -2px;
}
.build-block .build-stat i {
  margin-top: -2px;
}
.build-block:hover:before {
  opacity: 1;
}
.build-block:hover .title {
  bottom: 65px;
}
.build-block:hover .build-stat {
  left: 0;
}
.build-block:hover .build-links {
  bottom: 0;
}
.build-block.big-block:after {
  content: "";
  height: 70%;
  width: 100%;
  position: absolute;
  z-index: 2;
  bottom: 0;
  left: 0;
  display: block;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, #263238 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ffffff', endColorstr='#263238', GradientType=0);
}
.build-block.big-block .user-info {
  top: 0;
}
.build-block.big-block .build-links {
  margin-bottom: 15px;
  border-left-width: 3px;
}
.build-block.big-block .build-stat {
  top: 19px;
}
.build-block.big-block .name {
  text-shadow: 0 1px 0 rgba(18, 18, 18, 0.7);
}
.build-block.big-block:hover .title {
  bottom: 75px;
}
.fade-block {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.7);
}
.fade-block:hover {
  cursor: pointer;
}
.fade-block div {
  width: 100px;
  height: 36px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  margin-top: auto;
  margin-bottom: auto;
  text-align: center;
}
.fade-block div a, .fade-block div b {
  padding: 10px;
  border: 1px solid #148DCC;
  border-radius: 50%;
  display: inline-block;
  color: #148DCC;
}
.guns-tabs-content {
  margin: 0 -10px;
}
.guns-tabs-content .small-blocks {
  float: left;
}
.guns-tabs-content .build-block {
  margin: 0 11.5px 20px;
}
.guns-tabs-content .big-block {
  float: left;
  height: 266px;
}
.guns-content-flex {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-align: start;
      align-items: flex-start;
}
.top-collection-content {
  background: #f5f5f5;
  padding: 37px 0 50px;
}
.top-collection-content .build-block {
  max-width: 100%;
}
.top-collection-content .build-block.big-block {
  height: 409px;
  width: 404px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.top-collection-content .blogposts-container {
  padding-top: 25px;
}
.top-trending-content, .inner-trending-content {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-align: start;
      align-items: flex-start;
  margin-top: -1px;
}
.top-trending-content .rklm img {
  max-width: 193px;
}
.top-trending-content .blogpost-block, .inner-trending-content .blogpost-block {
  max-width: 296px;
  width: 100%;
  height: 67px;
  padding-left: 15px;
  margin-bottom: 1px;
}
.top-trending-content .blogpost-block .avatar, .inner-trending-content .blogpost-block .avatar {
  width: 35px;
  height: 35px;
  margin-top: 1px;
}
.top-trending-content .blogpost-block .right-block, .inner-trending-content .blogpost-block .right-block {
  margin-left: 50px;
  position: relative;
  padding-top: 3px;
}
.top-trending-content .blogpost-block .date, .inner-trending-content .blogpost-block .date {
  position: absolute;
  left: 0;
  top: -8px;
  opacity: 0;
  transition: all 0.3s ease-out;
}
.top-trending-content .blogpost-block:hover .date, .inner-trending-content .blogpost-block:hover .date {
  opacity: 1;
}
.build-block-slider {
  max-height: 430px;
  overflow: hidden;
}
.build-block-slider .build-block:before {
  height: 68px;
  background: url("../images/diagonal_bg_black.png");
}
.build-block-slider .build-block .title {
  bottom: 90px !important;
  font-size: 20px;
  padding: 0 23px;
  white-space: normal;
  line-height: 1.5;
}
.build-block-slider .build-block .user-info {
  top: 0;
  left: 0;
  margin: 16px 0 0 20px;
}
.build-block-slider .build-block .name {
  margin-left: 11px;
}
.build-block-slider .build-block .build-links {
  bottom: 0;
  left: 23px;
  margin-bottom: 22px;
}
.build-block-slider .build-block .build-links li {
  font-size: 14px;
}
.build-block-slider .build-block .build-stat {
  left: auto;
  right: 17px;
  top: 24px;
  opacity: 0;
}
.build-block-slider .build-block:hover .build-stat {
  opacity: 1;
}
.build-block-slider:hover .build-block:before {
  opacity: 1;
}
.build-block-slider:hover .build-block .build-stat {
  opacity: 1;
}
.top-blogposts-slider .slick-list {
  margin-left: -10px;
  margin-right: -10px;
}
.top-blogposts-slider .slick-arrow.slick-next {
  /*right: -2px;*/
  background: url("../images/arrow_right.png") left 11px center no-repeat;
  background-color: rgba(233, 230, 230, 0.4) !important;
}
.top-blogposts-slider .slick-arrow.slick-prev {
  background: url("../images/arrow_left.png") left 8px center no-repeat;
  background-color: rgba(233, 230, 230, 0.4) !important;
}
.top-blogposts-slider .slick-arrow:hover {
  background-color: rgba(38, 50, 56, 0.85) !important;
}
.top-blogposts-block {
  position: relative;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  margin: 0 10px;
  height: 175px;
}
.top-blogposts-block .main-link {
  display: block;
  height: 100%;
  position: relative;
}
.top-blogposts-block .main-link:after {
  content: "";
  width: 100%;
  display: block;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
  background: rgba(38, 50, 56, 0.6);
  transition: all 0.3s ease-out;
  opacity: 0;
}
.top-blogposts-block .main-link:before {
  content: "";
  height: 50%;
  width: 100%;
  position: absolute;
  z-index: 2;
  bottom: 0;
  left: 0;
  display: block;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, #263238 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ffffff', endColorstr='#263238', GradientType=0);
}
.top-blogposts-block .title {
  color: #f5f5f5;
  text-align: left;
  font-size: 18px;
  font-family: 'helveticaneuecyrmedium', Arial, Tahoma, sans-serif;
  position: absolute;
  z-index: 3;
  left: 26px;
  bottom: 46px;
  max-width: 85%;
  line-height: 1.2;
  -webkit-font-smoothing: antialiased;
}
.top-blogposts-block .blogs-stars {
  position: absolute;
  top: 15px;
  right: 20px;
}

.top-blogposts-block .build-stat {
  position: absolute;
  z-index: 3;
  bottom: 20px;
  right: 26px;
  font-size: 14px;
  transition: all 0.3s ease-out;
  opacity: 0;
  color: #ffffff;
}
.top-blogposts-block .build-stat i {
  margin-top: -1px;
}
.top-blogposts-block .build-stat span {
  display: inline-block;
  vertical-align: middle;
  margin: 0 7px 0 5px;
}
.top-blogposts-block .category-link {
  position: absolute;
  z-index: 3;
  left: 26px;
  bottom: 20px;
  text-decoration: underline;
  font-family: 'helveticaneuecyrmedium', Arial, Tahoma, sans-serif;
  font-size: 14px;
  text-transform: uppercase;
}
.top-blogposts-block .category-link:hover {
  text-decoration: none;
}
.top-blogposts-block .category-link.color-green {
  color: #059664;
}
.top-blogposts-block .category-link.color-blue {
  color: #148dcc;
}
.top-blogposts-block .category-link.color-red {
  color: #f34236;
}
.top-blogposts-block.hovered .main-link:after {
  opacity: 1;
}
.top-blogposts-block.hovered .build-stat {
  opacity: 1;
}
.guns-tabs-selects {
  padding: 21px;
  background: url("../images/diagonal_bg.png");
  width: 297px;
  overflow: hidden;
}
.guns-tabs-selects .btn-custom {
  text-transform: uppercase;
  background: #059664;
  width: 100%;
}
.guns-tabs-selects .btn-custom:hover {
  background: #2dae7c;
  color: #ffffff;
  text-decoration: none;
}
.custom-select {
  -moz-appearance: none;
  border: none;
  font-size: 14px;
  height: 47px;
  width: 100%;
}
.custom-select + .select2-container {
  margin-bottom: 13.5px;
  box-shadow: 0 0 4px 0 rgba(147, 147, 147, 0.37);
}
.custom-select + .select2-container.select2-container--open {
  box-shadow: 0 0 4px 0 rgba(20, 141, 204, 0.8);
}
.custom-select + .select2-container .select2-selection--single {
  border: none;
  border-radius: 0;
  height: 47px;
  background: #fff;
}
.custom-select + .select2-container .select2-selection__placeholder {
  color: #263238;
}
.custom-select + .select2-container .select2-selection__rendered {
  font-size: 14px;
  color: #263238;
  padding-right: 38px;
  line-height: 45px;
  padding-left: 18px;
}
.custom-select + .select2-container .select2-selection__arrow {
  width: 12px;
  height: 8px;
  background: url("../images/select_arrow.png") no-repeat;
  top: 20px;
  right: 16px;
}
.custom-select + .select2-container .select2-selection__arrow b {
  display: none;
}

/** order select */
.custom-select-order {
  -moz-appearance: none;
  border: none;
  font-size: 14px;
  height: 47px;
  width: 100%;
}
.custom-select-order + .select2-container {
  margin-bottom: 13.5px;
  box-shadow: 0 0 4px 0 rgba(147, 147, 147, 0.37);
}
.custom-select-order + .select2-container.select2-container--open {
  box-shadow: 0 0 4px 0 rgba(20, 141, 204, 0.8);
}
.custom-select-order + .select2-container .select2-selection--single {
  border: none;
  border-radius: 0;
  height: 47px;
  background: #fff;
}
.custom-select-order + .select2-container .select2-selection__placeholder {
  color: #263238;
}
.custom-select-order + .select2-container .select2-selection__rendered {
  font-size: 14px;
  color: #263238;
  padding-right: 38px;
  line-height: 45px;
  padding-left: 18px;
}
.custom-select-order + .select2-container .select2-selection__arrow {
  width: 12px;
  height: 8px;
  background: url("../images/select_arrow.png") no-repeat;
  top: 20px;
  right: 16px;
}
.custom-select-order + .select2-container .select2-selection__arrow b {
  display: none;
}
/** order select end */

.select2-dropdown {
  border-radius: 0;
  border: none;
  box-shadow: 0 0 4px 0 rgba(20, 141, 204, 0.8);
  z-index: 100;
}
.select2-dropdown .select2-results__options {
  max-height: 115px !important;
}
.select2-dropdown .select2-results__option {
  padding: 12px 17px;
  font-size: 14px;
  color: #535a5e !important;
  font-family: 'helveticaneuecyrroman', Arial, Tahoma, sans-serif;
}
.select2-dropdown .select2-results__option:hover {
  background: #f3f3f3 !important;
}
.select2-dropdown .select2-results__option--highlighted[aria-selected] {
  background: #f3f3f3 !important;
}
.category-overlay,
.buter-overlay,
.filter-overlay {
  background: rgba(0, 0, 0, 0.46);
  display: none;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 49;
}
.filter-overlay {
  z-index: 29;
}
.radio-filter-select {
  display: none;
}
.radio-filter {
  font-size: 0;
}
.radio-filter label {
  cursor: pointer;
  display: block;
}
.radio-filter label:last-child .label {
  border-right: none;
}
.radio-filter .radio {
  display: none;
}
.radio-filter .label {
  display: block;
  height: 46px;
  box-shadow: 0 0 4px 0 rgba(147, 147, 147, 0.37);
  line-height: 45px;
  padding: 0 20px;
  color: #686868;
  font-family: 'helveticaneuecyrmedium', Arial, Tahoma, sans-serif;
  text-transform: uppercase;
  font-size: 18px;
  transition: all 0.3s ease-out;
  border-left: 3px solid transparent;
  background: #fafafa;
  position: relative;
}
.radio-filter .label.color-red {
  color: #f34236;
}
.radio-filter .label.color-green {
  color: #059664;
}
.radio-filter .label.color-blue {
  color: #148dcc;
}
.radio-filter .label:hover {
  background: #fff;
}
.radio-filter .label i {
  position: absolute;
  right: 19px;
  top: 50%;
  margin-top: -8px;
  transition: all 0.3s ease-out;
  opacity: 0;
}
.radio-filter .radio:checked + .label {
  background: #fff;
  border-left-color: #686868;
}
.radio-filter .radio:checked + .label i {
  opacity: 1;
}
.menu-popup {
  position: absolute;
  display: none;
  top: 100%;
  left: 0;
  background: url("../images/diagonal_bg.png");
  box-shadow: inset 0px 3px 4px 0px rgba(147, 147, 147, 0.37);
}
.menu-popup .select2-selection__rendered {
  text-transform: uppercase;
}
.builds-popup {
  min-width: 590px;
  width: 100%;
}
.builds-popup form {
  width: 100%;
}
.builds-popup .custom-select {
  width: 257px;
}
.builds-popup .popup-top {
  padding: 22px 32px 8px;
  border-bottom: 1px solid #e8ebed;
}
.builds-popup .popup-bottom {
  padding: 17px 32px 8px;
}
.builds-popup .popup-bottom .select2-selection__rendered {
  text-transform: none;
}
.builds-popup .radio-filter {
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 22px;
}
.builds-popup .radio-filter label {
  -ms-flex-positive: 1;
      flex-grow: 1;
}
.builds-popup .radio-filter .label {
  text-align: center;
}
.builds-popup .radio-filter .label i {
  position: static;
  opacity: 1;
  display: none;
  margin-left: 12px;
  margin-right: -7px;
  margin-top: -4px;
}
.builds-popup .radio-filter .radio:checked + .label i {
  display: inline-block;
}
.builds-popup .left-block {
  float: left;
  width: 48%;
}
.builds-popup .right-block {
  float: right;
  width: 51%;
  padding-left: 8%;
}
.builds-popup .links-block h4 {
  font-family: 'helveticaneuecyrheavy', Arial, Tahoma, sans-serif;
  font-size: 18px;
  text-transform: uppercase;
  text-align: left;
  color: #263238;
  margin-bottom: 22px;
  padding-top: 19px;
}
.builds-popup .links-block ul {
  font-size: 0;
}
.builds-popup .links-block li {
  display: inline-block;
  width: 50%;
  vertical-align: top;
  padding-right: 12px;
  font-size: 14px;
  color: #198ccd;
  margin-bottom: 18px;
}
.builds-popup .links-block li a {
  text-decoration: underline;
}
.builds-popup .links-block li a:hover {
  text-decoration: none;
}
.builds-popup .btn-custom {
  width: 100%;
  height: 47px;
}
.search-popup {
  width: calc(100% - 20px);
  left: 10px;
  font-size: 14px;
}
.search-popup .popup-top {
  display: -ms-flexbox;
  display: flex;
  border-bottom: 1px solid #e8ebed;
}
.search-popup .popup-bottom {
  padding: 21px 32px;
  text-align: center;
}
.search-popup .popup-bottom .custom-select {
  width: 257px;
}
.search-popup .popup-bottom .custom-select + .select2-container {
  text-align: left;
  margin-right: 15px;
  margin-bottom: 0;
}
.search-popup .popup-bottom .title {
  color: #263238;
  font-size: 18px;
  font-family: 'helveticaneuecyrbold', Arial, Tahoma, sans-serif;
  display: inline-block;
  vertical-align: middle;
  margin-right: 28px;
  text-transform: uppercase;
}
.search-popup .popup-bottom .btn {
  vertical-align: middle;
  height: 47px;
  width: 100%;
  max-width: 270px;
}
.search-popup .left-block {
  width: 25%;
  padding: 21px 35px;
  border-right: 1px solid #e8ebed;
}
.search-popup .right-block {
  width: 75%;
  padding: 21px 30px;
}
.search-popup .search-block {
  margin-bottom: 22px;
  position: relative;
}
.search-popup .search-block input {
  display: block;
  width: 100%;
  text-transform: uppercase;
  font-family: 'helveticaneuecyrmedium', Arial, Tahoma, sans-serif;
  font-size: 14px;
  color: #7a7a7a;
  padding: 5px 40px;
  height: 47px;
  border: none;
  background: #fff url("../images/search.png") left 14px center no-repeat;
  box-shadow: 0 0 4px 0 rgba(147, 147, 147, 0.37);
  transition: all 0.3s ease-out;
}
.search-popup .search-block input:focus {
  box-shadow: 0 0 4px 0 rgba(20, 141, 204, 0.8);
}
.search-popup .category-links {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  margin: 0 -10px;
  position: relative;
}
.search-popup .category-block {
  -ms-flex-positive: 1;
      flex-grow: 1;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  width: 25%;
  margin: 0 10px;
}
.search-popup .category-block .title {
  width: 100%;
  background: #fff;
  box-shadow: 0 0 4px 0 rgba(147, 147, 147, 0.37);
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: start;
      justify-content: flex-start;
  margin-bottom: 18px;
  transition: all 0.3s ease-out;
  line-height: 1.2;
}
.search-popup .category-block .title:hover {
  box-shadow: 0 0 4px 0 rgba(20, 141, 204, 0.8);
}
.search-popup .category-block .img-block {
  width: 60px;
  min-width: 60px;
  min-height: 60px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.search-popup .category-block .text {
  padding: 7px 12px;
  color: #263238;
  font-size: 14px;
  font-family: 'helveticaneuecyrbold', Arial, Tahoma, sans-serif;
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
}
.search-popup .category-block ul {
  margin-top: auto;
  margin-bottom: -15px;
}
.search-popup .category-block li {
  text-align: center;
  margin-bottom: 26px;
}
.search-popup .category-block li a {
  color: #148dcc;
  text-decoration: underline;
}
.search-popup .category-block li a:hover {
  text-decoration: none;
}
#search-popup-select {
  display: inline-block;
  text-align: left;
}
.loading-overlay {
  background: rgba(255, 255, 255, 0.89);
  display: none;
  height: 100%;
  left: 8px;
  position: absolute;
  top: -2px;
  width: calc(100% - 16px);
  z-index: 45;
}
.loading-overlay.visible {
  display: block;
}
.loading-overlay-img {
  position: absolute;
  left: 50%;
  top: 50%;
  animation: btn-loading 1.5s linear infinite;
  margin-left: -32px;
  margin-top: -32px;
}
.rklm2 img {
    width: 100%;
}
.breadcrumbs-container {
  padding: 23px 0 26px;
}
.breadcrumbs {
  text-align: left;
}
.breadcrumbs li {
  display: inline-block;
  font-size: 14px;
  /*margin-bottom: 10px;*/
  margin-right: 18px;
  position: relative;
  vertical-align: middle;
}
.breadcrumbs li:after {
  content: url("../images/breadcrumbs_arrow.png");
  position: absolute;
  right: -14px;
  top: 1px;
}
.breadcrumbs li:last-child::after {
  display: none;
}
.breadcrumbs li a {
  color: #008ed2;
}
.breadcrumbs .active {
  color: #008ed2;
  font-weight: bold;
}
.breadcrumbs li a:hover {
  text-decoration: underline;
}
.breadcrumbs li span {
  color: #263238;
}
.search-section {
  padding-bottom: 44px;
  position: relative;
}
.search-section .build-block {
  width: 100%;
  /*max-width: 297px;*/
}
.filter-sidebar {
  box-shadow: 0 0 2.8px 0.2px rgba(147, 147, 147, 0.37);
  background: #fff;
  padding: 27px 23px;
}
.filter-sidebar .radio-filter {
  margin-bottom: 32px;
}
.filter-sidebar .radio-filter .label {
  background: #fff;
  padding: 0 17px;
}
.filter-sidebar .radio-filter .label:hover {
  background: #fafafa;
}
.filter-sidebar .radio-filter .label i {
  right: 22px;
}
.filter-sidebar h3 {
  margin-bottom: 26px;
}
.filter-sidebar .select2-selection__rendered {
  text-transform: uppercase;
}
.filter-sidebar .custom-select + .select2-container {
  margin-bottom: 11px;
  box-shadow: 0 0 3px 0 rgba(147, 147, 147, 0.37);
}
.filter-sidebar button.btn-custom {
  width: 100%;
  height: 46px;
}
.filter-sidebar .add-options {
  color: #148dcc;
  text-transform: uppercase;
  font-size: 14px;
  margin-bottom: 22px;
  text-align: left;
  display: inline-block;
}
.filter-sidebar .add-options:hover {
  text-decoration: underline;
}
.type-build-block {
  padding-bottom: 12px;
}
.option-set-block {
  border-top: solid 1px #e3e3e3;
  padding: 20px 0 12px;
  position: relative;
}
.option-set-block .options-remove {
  position: absolute;
  top: 17.2px;
  right: 0;
  color: #e20c0c;
  font-size: 14px;
  cursor: pointer;
}
.option-set-block .options-remove span {
  margin-right: 9px;
  margin-top: -2px;
  display: inline-block;
  vertical-align: middle;
}
.option-set-block .options-remove:hover span {
  text-decoration: underline;
}
.option-set-block h3 {
  font-size: 14px;
  padding-right: 75px;
  margin-bottom: 12px;
}
.blogposts-sidebar .rklm2 {
  /*margin-bottom: 30px;*/
}
.blogposts-sidebar .rklm2 img {
  max-width: 100%;
}
.blogposts-sidebar .blogpost-block {
  padding: 16px 70px 10px 22px;
}
.blogposts-sidebar .blogpost-block p {
  height: 56px;
  margin-bottom: 12px;
  padding-right: 5px;
  letter-spacing: 0.3px;
}
.blogposts-sidebar .blogpost-block .right-block {
  transition: all 0.3s ease-out;
  width: 105%;
}
.blogposts-sidebar .blogpost-block .blogpost-img {
  position: absolute;
  transition: all 0.3s ease-out;
  z-index: 3;
  right: 0;
  top: 0;
  width: 65px;
  height: 100%;
  /*background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;*/
}

.blogposts-sidebar .blogpost-block .blogpost-img:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 4;
  height: 100%;
  width: 9px;
  background: url("../images/blogpost_img_arrow.png") center right no-repeat;
}
.blogposts-sidebar .blogpost-block:hover {
  background: #fff;
}
.blogposts-sidebar .blogpost-block:hover .right-block {
  opacity: 0;
}
.blogposts-sidebar .blogpost-block:hover .blogpost-img {
  width: calc(100% - 80px);
}
.pagination {
  display: block;
  font-size: 0;
  text-align: center;
  margin-top: 13px;
  border-radius: 0;
}
.pagination li {
  color: #263238;
  display: inline-block;
  font-size: 18px;
  text-align: center;
  transition: all 0.3s ease-out;
  vertical-align: top;
  background: #fff;
  border-radius: 0;
  /*box-shadow: 0 0 4px 0 rgba(147, 147, 147, 0.37);*/
}
.pagination > li:first-child > a, .pagination > li:first-child > span {
    margin-left: 0;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}
.pagination > li:last-child > a, .pagination > li:last-child > span {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}
.pagination li a {
  display: -ms-flexbox;
  display: flex;
  height: 37px;
  min-width: 32px;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  padding: 0 5px;
  font-size: 14px;
}
.pagination li.active-page {
  background: #148dcc !important;
  color: #fff;
}
.pagination li.active-page a {
  background: #148dcc !important;
  color: #fff;
}
.pagination li:hover {
  background: #f5f5f5;
}
.search-results {
  position: relative;
}
.search-results .loading-overlay {
  width: calc(100% + 2px);
  left: -1px;
  height: 100.5%;
  /*min-height: 300px;*/
}
.search-results-filter {
  box-shadow: 0 0 2.8px 0.2px rgba(147, 147, 147, 0.37);
  background: #fff;
  margin-bottom: 13px;
}
.filter-tags {
  padding: 21px 22px 11px;
  border-bottom: 1px solid #e9eced;
}
.tags-list {
  margin-right: -10px;
}
.tags-list li:not(.save-search) {
  margin-right: 7px;
  margin-bottom: 10px;
  display: inline-block;
  vertical-align: middle;
  border-radius: 12.5px;
  background: #148dcc;
  position: relative;
  padding: 7px 35px 6px 11px;
}
.tags-list li:not(.save-search) a {
  display: block;
  color: #fff;
  font-size: 12px;
  text-transform: uppercase;
}
.tags-list li:not(.save-search) i {
  position: absolute;
  top: 4px;
  right: 6px;
  cursor: pointer;
}
.tags-list .save-search {
  background: transparent;
  margin-bottom: 10px;
  display: inline-block;
  vertical-align: middle;
  color: #263238;
  font-size: 14px;
  padding-left: 5px;
}
.tags-list .save-search a {
  text-decoration: underline;
}
.tags-list .save-search a:hover {
  text-decoration: none;
}
.filter-sortable {
  padding: 15px 17px 15px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-align: center;
      align-items: center;
}
.filter-sortable .title {
  color: #858585;
  font-size: 14px;
  margin-right: 10px;
}
.sortable-list {
  font-size: 0;
}
.sortable-list li {
  display: inline-block;
  vertical-align: middle;
  margin-left: 26px;
  font-size: 14px;
  color: #263238;
}
.sortable-list li:first-child {
  margin-left: 0;
}
.sortable-list li a {
  display: inline-block;
  padding-right: 16px;
  position: relative;
}
.sortable-list li a:after {
  content: url("../images/order_arrow.png");
  position: absolute;
  top: 0;
  right: 0;
  transition: all 0.3s ease-out;
  opacity: 0;
}
.sortable-list .active-sort {
  color: #148dcc;
}
.sortable-list .active-sort:after {
  opacity: 1;
}
.sortable-list .active-sort.up:after {
  top: 3px;
  transform: rotate(-180deg);
}
.guns-tabs-section.most-used {
  background: transparent;
  padding-top: 5px;
  padding-bottom: 40px;
}
.most-used-slider {
  margin: 0 -10px;
}
.most-used-slider .most-used-block {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
      align-items: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
/*.most-used-slider .title {
  background: #fff none repeat scroll 0 0;
  box-shadow: 0 0 4px 0 rgba(147, 147, 147, 0.37);
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: start;
      justify-content: flex-start;
  line-height: 1.2;
  margin-bottom: 18px;
  transition: all 0.3s ease-out 0s;
  width: 100%;
  width: calc(25% - 20px);
  margin: 0 9px 20px;
  transition: all 0.3s ease-out;
}
.most-used-slider .title .img-block {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 86px;
  min-width: 86px;
  width: 86px;
}
.most-used-slider .title .text {
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
  color: #263238;
  text-transform: uppercase;
  font-size: 14px;
  padding: 7px 12px 7px 19px;
}
.most-used-slider .title .text strong {
  font-family: 'helveticaneuecyrbold', Arial, Tahoma, sans-serif;
  display: block;
  margin-bottom: 10px;
  font-size: 18px;
}
.most-used-slider .title:hover {
  background: #fafafa;
}*/
.parts-detail-block {
  position: relative;
}
.most-used-slider .slick-dots {
  padding-top: 15px;
}
.most-used-slider .slick-dots li {
  width: 16px;
  height: 16px;
  border: 1px solid #ccc;
  margin: 0 6px;
}
.most-used-slider .slick-dots li:hover {
  background: #e0e0e0;
}
.most-used-slider .slick-dots .slick-active {
  background: #148dcc !important;
  border-color: #e0e0e0 !important;
}

/** builds */
.similar-builds-slider {
  margin: 0 -10px;
}
.similar-builds-slider .slick-dots {
  padding-top: 12px;
}
.similar-builds-slider .slick-dots li {
  width: 16px;
  height: 16px;
  border: 1px solid #ccc;
  margin: 0 6px;
}
.similar-builds-slider .slick-dots li:hover {
  background: #e0e0e0;
}
.similar-builds-slider .slick-dots .slick-active {
  background: #148dcc !important;
  border-color: #e0e0e0 !important;
}
.similar-builds-block {
  display: -ms-flexbox !important;
  display: flex !important;
  -ms-flex-pack: justify;
      justify-content: space-between;
}
.similar-builds-block .build-block {
  width: calc(50% - 20px);
  margin: 0 10px 18px;
}
.build-section {
  padding-bottom: 20px;
  color: #292929;
}
.build-sidebar {
  padding-bottom: 25px;
}
.build-big {
  text-align: center;
  font-size: 14px;
  margin-bottom: 20px;
  box-shadow: 0 0 3px 0 rgba(147, 147, 147, 0.37);
  background: #fff;
  padding-top: 20px;
  padding-bottom: 15px;
  padding-left: 10px;
  padding-right: 10px;
}
.build-big .brend-logo {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 9px;
  width: 100%;
}
.build-big .brend-logo img {
  max-height: 100px;
  border: 1px solid #eee;
}
/*.build-big img {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 9px;
  box-shadow: 0 0 3px 0 rgba(147, 147, 147, 0.37);
}*/
.build-big p {
  font-family: 'helveticaneuecyrbold', Arial, Tahoma, sans-serif;
  line-height: 1.17;
  margin-bottom: 8px;
}
.build-big p a {
  border-bottom: 1px dotted #148DCC;
  color: #148DCC;
}
.build-big p:first-child a {
  font-size: 16px;
}
.build-big p a:hover {
  cursor: pointer;
  opacity: 0.7;
  text-decoration: none;
}
.zoomContainer {
  cursor: pointer !important;
}
.zoomLens {
  width: 100% !important;
  height: 100% !important;
  cursor: pointer !important;
}
.zoomWindowContainer div {
  background-size: cover !important;
  background-position: center center !important;
}
.build-detail-block {
  height: 98px;
  overflow: hidden;
  position: relative;
  background: #fff;
  box-shadow: 0 0 3px 0 rgba(147, 147, 147, 0.37);
  font-size: 14px;
  text-align: left;
}
.build-detail-block .build-link {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: start;
      justify-content: flex-start;
}
.build-detail-block .img-block {
  display: block;
  width: 98px;
  min-width: 98px;
  height: 98px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.build-detail-block .img-block img {
  display: block;
  max-width: 100%;
  max-height: 100%;
}
.build-detail-block .build-text {
  padding: 16px 15px;
  max-width: calc(100% - 86px);
}
.build-detail-block .build-text p {
  overflow: hidden;
  white-space: nowrap;
  max-width: 100%;
  text-overflow: ellipsis;
  margin-bottom: 10px;
  text-transform: uppercase;
}
.build-detail-block .build-text .title {
  font-family: 'helveticaneuecyrheavy', Arial, Tahoma, sans-serif;
  font-size: 18px;
}
.build-detail-block .build-link-more {
  color: #148dcc;
  text-decoration: underline;
  overflow: hidden;
  padding-bottom: 5px;
  white-space: nowrap;
  max-width: 180px;
  text-overflow: ellipsis;
  display: inline-block;
  position: absolute;
  left: 113px;
  bottom: 10px;
}
.build-detail-block .build-link-more:hover {
  text-decoration: none;
}
.build-content {
  padding-bottom: 5px;
}
.build-content .rklm3 {
  width: 100%;
  /* min-height: 214px; */
  float: left;
  margin-bottom: 22px;
  box-shadow: 0 0 3px 0 rgba(147, 147, 147, 0.37);
  background: #fff;
}
.build-content .rklm3 img {
  width: 100%;
}
.build-timeline,
.build-comments,
.build-description,
.parts-description,
.manufacturers-content {
  margin-bottom: 22px;
  box-shadow: 0 0 3px 0 rgba(147, 147, 147, 0.37);
  background: #fff;
  padding: 33px 30px 23px;
  width: 100%;
  float: left;
}
.build-timeline-block {
  margin-bottom: 10px;
  box-shadow: 0 0 2.8px 0.2px rgba(147, 147, 147, 0.37);
  background: #f5f5f5;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: start;
      justify-content: flex-start;
  height: 73px;
  overflow: hidden;
}
.build-timeline-block .img-block {
  height: 100%;
  width: 139px;
  min-width: 139px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.build-timeline-block .timeline-text {
  padding: 10px 22px;
  width: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: justify;
      justify-content: space-between;
}
.build-timeline-block .title {
  font-size: 18px;
  font-family: 'helveticaneuecyrbold', Arial, Tahoma, sans-serif;
  color: #148dcc;
  padding-right: 15px;
  -ms-flex-positive: 1;
      flex-grow: 1;
}
.build-timeline-block .timeline-info {
  font-size: 14px;
  min-width: 146px;
  white-space: nowrap;
}
.build-timeline-block .timeline-info div,
.build-timeline-block .timeline-info span {
  display: inline-block;
  vertical-align: middle;
}
.build-timeline-block .date {
  font-size: 11px;
  color: #999;
  margin-right: 34px;
}
.build-timeline-block .comments {
  color: #b0bec5;
}
.build-timeline-block .comments i {
  margin-right: 5px;
}
.build-timeline-block .comments span {
  margin-top: -1.5px;
}
.build-description {
  padding-top: 27px;
}
.build-description .top-block {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: justify;
      justify-content: space-between;
  padding-bottom: 12px;
  background: url("../images/diagonal_line.png") repeat-x left bottom;
  margin-bottom: 22px;
}
.build-description h2 {
  font-size: 24px;
  text-transform: uppercase;
  font-family: 'helveticaneuecyrbold', Arial, Tahoma, sans-serif;
  color: #263238;
  padding-right: 20px;
}
.build-description .description-info {
  white-space: nowrap;
}
.build-description .description-info div {
  display: inline-block;
  vertical-align: middle;
}
.build-description .description-info a:hover .name {
  text-decoration: underline;
}
.build-description .date {
  font-size: 12px;
  color: #999;
  margin-right: 14px;
  padding-right: 16px;
  border-right: 1px solid #ececec;
}
.build-description .avatar {
  border-radius: 50%;
  border: 1px solid #eee;
  height: 25px;
  overflow: hidden;
  text-align: center;
  width: 25px;
}
.build-description .avatar img {
  max-width: 100%;
}
.build-description .name {
  font-size: 14px;
  color: #263238;
  margin-left: 6px;
}


.parts-description {
  padding-top: 27px;
}
.parts-description .top-block {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: justify;
      justify-content: space-between;
  padding-bottom: 12px;
  background: url("../images/diagonal_line.png") repeat-x left bottom;
  margin-bottom: 22px;
}
.parts-description h2 {
  font-size: 24px;
  text-transform: uppercase;
  font-family: 'helveticaneuecyrbold', Arial, Tahoma, sans-serif;
  color: #263238;
  padding-right: 20px;
}
.parts-description .description-info {
  white-space: nowrap;
}
.parts-description .description-info div {
  display: inline-block;
  vertical-align: middle;
}
.parts-description .description-info a:hover .name {
  text-decoration: underline;
}
.parts-description .date {
  font-size: 12px;
  color: #999;
  margin-right: 14px;
  padding-right: 16px;
  border-right: 1px solid #ececec;
}
.parts-description .avatar {
  border-radius: 50%;
  height: 25px;
  overflow: hidden;
  text-align: center;
  width: 25px;
}
.parts-description .avatar img {
  max-width: 100%;
}
.parts-description .name {
  font-size: 14px;
  color: #263238;
  margin-left: 6px;
}

.part-preview, .manufacturer-preview, .model-preview {
  display: block;
  position: relative;
  width: 202px;
  height: 202px;
  float: left;
  margin-right: 15px;
  border: 1px solid #eee;
}
.part-preview img, .manufacturer-preview img, .model-preview img {
  position: absolute;
  display: block;
  margin-top: auto;
  margin-bottom: auto;
  margin-left: auto;
  margin-right: auto;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  max-width: 100%;
  max-height: 100%;
}

.parts-description-image, .manufacturers-description-image, .models-description-image {
  /*float: left;
  margin-right: 15px;
  border: 1px solid #eee;
  width: 200px;
  height: 200px;*/
}
.link-manufacturer {
  color: #148dcc;
  text-decoration: underline;
}
.link-manufacturer:hover {
  color: #148dcc;
}
.parts-description-tabs {
  width: 100%;
  float: left;
  margin-top: 25px;
  margin-bottom: 20px;
}
.parts-description-tabs ul {
  border-bottom: 0;
}
.parts-description-tabs ul li {
  display: inline-block;
  vertical-align: top;
  margin-right: 45px;
  margin-bottom: 17px;
  padding-bottom: 6px;
  font-family: 'helveticaneuecyrmedium', Arial, Tahoma, sans-serif;
  font-size: 18px;
  text-transform: uppercase;
  color: #717171;
  border-bottom: 2px dotted transparent;
}

.parts-description-tabs ul li a {
  border: 0 !important;
  line-height: 1 !important;
  padding: 0 !important;
  color: #717171;
}
.parts-description-tabs ul li.active {
  border-bottom: 2px dotted #F34236;
  color: #f34236;
}

.simple-text p {
  font-size: 14px;
  text-align: left;
  color: #292929;
  line-height: 1.29;
  margin-bottom: 16px;
  font-family: 'helveticaneuecyrroman', Arial, Tahoma, sans-serif;
}

.build-video {
  height: 0;
  overflow: hidden;
  padding-bottom: 39.6%;
  position: relative;
  width: 100%;
  max-width: 615px;
  margin-bottom: 14px;
}
.build-video iframe {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.build-comments .avatar {
  border-radius: 50%;
  border: 1px solid #eee;
  height: 50px;
  margin-bottom: 12px;
  overflow: hidden;
  text-align: center;
  width: 50px;
  position: absolute;
  top: 0;
  left: 0;
  display: block;
}
.build-comments .avatar img {
  max-width: 100%;
}
.send-comment {
  min-height: 46px;
  margin-bottom: 25px;
}
.send-comment form {
  position: relative;
  padding-left: 66px;
  padding-top: 3px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-align: center;
      align-items: center;
}
.send-comment input {
  background-color: #ffffff;
  box-shadow: 0 0 4px 0 rgba(147, 147, 147, 0.37);
  border: none;
  height: 46px;
  display: block;
  -ms-flex-positive: 1;
      flex-grow: 1;
  font-size: 14px;
  color: #7a7a7a;
  font-family: 'helveticaneuecyrroman', Arial, Tahoma, sans-serif;
  margin-right: 18px;
  padding: 0 19px;
}
.send-comment .btn {
  min-width: 216px;
  height: 46px;
  font-family: 'helveticaneuecyrroman', Arial, Tahoma, sans-serif;
  text-transform: uppercase;
  font-size: 18px;
  background: #059664 ;
}
.send-comment .btn:hover {
  background: #2dae7c;
}
.build-comment-block {
  position: relative;
  padding-left: 66px;
  padding-bottom: 5px;
  text-align: left;
}
.build-comment-block .comment-info {
  font-size: 14px;
  color: #868686;
  margin-bottom: 10px;
}
.build-comment-block .comment-info * {
  display: inline-block;
  vertical-align: middle;
}
.build-comment-block .comment-info div {
  padding-right: 13px;
  /*border-right: 1px solid #ececec;*/
  margin-right: 12px;
}
.build-comment-block .comment-info i {
  margin-right: 7px;
}
.build-comment-block .name {
  font-family: 'helveticaneuecyrheavy', Arial, Tahoma, sans-serif;
  color: #7f7f7f;
  font-size: 13px;
}
.build-comment-block .name a:hover {
  text-decoration: underline;
}
.build-comment-block .comment-rating {
  border-right: none !important;
}
.comment-text {
  font-size: 16px;
  color: #263238;
}
.comment-text p {
  margin-bottom: 15px;
  line-height: 1.13;
  letter-spacing: 0.2px;
}
.comment-options {
  margin-bottom: 20px;
}
/*.comment-options li {
  display: inline-block;
  vertical-align: middle;
  padding-right: 13px;
  border: 0;
  border-right: 1px solid #ececec;
  margin-right: 12px;
  font-size: 11px;
  width: auto;
  padding-left: 0;
  padding-top: 0;
  padding-bottom: 0;
}
.comment-options li:last-child {
  border-right: none;
}*/
.comment-options a {
  display: inline-block;
  vertical-align: middle;
  padding-right: 13px;
  border: 0;
  border-right: 1px solid #ececec;
  margin-right: 12px;
  font-size: 12px;
  width: auto;
  padding-left: 0;
  padding-top: 0;
  padding-bottom: 0;
}
.comment-options a {
  text-decoration: underline;
  color: #148dcc;
}
.comment-options a:hover {
  text-decoration: none;
}
.comment-options .date {
  color: #999;
  margin-left: -3px;
  font-size: 12px;
}
.reply-form {
  position: relative;
  padding: 21px 20px 20px 70px;
  background: url("../images/diagonal_bg.png");
  border-left: 1px solid #e9eced;
  margin-bottom: 15px;
  display: none;
}
.reply-form .avatar {
  top: 20px;
  left: 19px;
  height: 40px;
  width: 40px;
}
.reply-form textarea {
  box-shadow: 0 0 4px 0 rgba(147, 147, 147, 0.37);
  background: #fff;
  padding: 14px 18px;
  resize: none;
  height: 84px;
  border: none;
  width: 100%;
  font-size: 16px;
  color: #7a7a7a;
  font-family: 'helveticaneuecyrroman', Arial, Tahoma, sans-serif;
  margin-bottom: 17px;
  line-height: 1.13;
}
.reply-form .btn {
  font-size: 14px;
  text-transform: uppercase;
  margin-right: 7px;
}
.reply-form .btn.cancel {
  background: #b4b3b3;
}
.reply-form .btn.cancel:hover {
  background: #d0cfcf;
}
.build-gallery {
  margin-bottom: 25px;
}
.build-small-slider {
  margin: 0 -4px;
  max-height: 87px;
  overflow: hidden;
  transition: all 0.6s ease-out;
}
.build-small-slider.full {
  transition: all 2s ease-out;
  max-height: 1500px;
}
.build-small-slider .slick-list {
  overflow: visible;
}
.build-small-slider .slick-track {
  width: 100% !important;
  transform: none !important;
}
.build-small-block {
  cursor: pointer;
  height: 73px;
  line-height: 66px;
  padding: 0 4px;
  text-align: center;
  /*margin-bottom: 10px;*/
  width: calc(100%/6) !important;
  transition: all 0.3s ease-out;
}
.build-small-block.slick-active {
  opacity: 0.65;
}
.build-small-block img {
  display: inline-block;
  max-height: 100%;
  max-width: 100%;
  vertical-align: middle;
}
.build-big-slider.js-slick {
  margin-bottom: 10px;
  max-height: 495px;
  overflow: hidden;
}
.build-big-slider.js-slick .slick-arrow {
  margin-top: 0;
  opacity: 0;
  visibility: hidden;
  top: 0;
}
.build-big-slider.js-slick .slick-arrow.slick-next {
  width: 50%;
  height: 100%;
  background: url("../images/build_slider_next.png") center right 5px no-repeat;
}
.build-big-slider.js-slick .slick-arrow.slick-prev {
  width: 50%;
  height: 100%;
  background: url("../images/build_slider_prev.png") center left 5px no-repeat;
}
.build-big-slider.js-slick:hover .slick-arrow {
  opacity: 1;
  visibility: visible;
}
.build-big-slider.js-slick:hover .slick-arrow:hover {
  opacity: 0.7;
}
.build-big-slider.js-slick:hover .slick-arrow.slick-disabled {
  opacity: 0.5;
}
.build-big-block {
  text-align: center;
  /*height: 415px;*/
  max-height: 495px;
  line-height: 415px;
  border: 1px solid #eeeeee;
  overflow: hidden;
}
.build-big-block img {
  display: inline-block;
  max-height: 100%;
  max-width: 100%;
  vertical-align: middle;
}
.see-more-photos {
  text-align: center;
  background: #ececec;
  padding: 11px 11px 13px;
  cursor: pointer;
  transition: all 0.3s ease-out;
}
.see-more-photos:hover {
  background: #d0cfcf;
}
.see-more-photos.rotate img {
  transform: rotate(-180deg);
  transition: all 0.2s ease-out;
}
.see-more-photos span {
  color: #263238;
  font-size: 14px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 9px;
}
.see-more-photos img {
  transition: all 0.4s ease-out;
  display: inline-block;
  vertical-align: middle;
}
.build-sidebar-mobile {
  margin-bottom: 22px;
  display: none;
}
/** end builds */

.forum-no-posts {
  width: 100%;
  padding: 30px;
  text-align: center;
  border-top: 1px solid #eee;
  color: #777;
  font-size: 14px;
}
.landscape-position {
  display: none;
}

/*=============== MEDIA ===============*/
@media (max-width: 1289px) {
  .main-content {
    margin-top: 102px;
  }
  .header-menu > li > a {
    height: 60px;
    font-size: 14px;
    padding: 17px 20px 21px;
  }
  .header-bottom-links .forums-link {
    margin-left: 0;
  }
  .search-popup .left-block,
  .search-popup .right-block {
    padding: 21px 15px;
  }
  .search-popup .popup-bottom {
    padding: 21px 15px;
  }
  .search-popup .popup-bottom .custom-select {
    width: 230px;
  }
  .search-popup .popup-bottom .title {
    margin-right: 15px;
  }
  .search-popup .popup-bottom .btn {
    max-width: 240px;
  }
  .top-trending-content .blogpost-block {
    max-width: 100%;
  }
  .blogpost-link-content p {
    line-height: 1.2;
  }
  .blogpost-link-content .title {
    padding: 0 8px;
    margin-bottom: 20px;
  }
  .blogpost-block .right-block {
    margin-left: 62px;
  }
  .top-blogposts-block .title,
  .top-blogposts-block .category-link {
    left: 33px;
  }
  .blogposts-sidebar .blogpost-block p {
    margin-bottom: 4px;
  }
  .breadcrumbs-container {
    padding-top: 30px;
  }
  .build-small-block {
    width: calc(100%/5) !important;
  }
  .build-video {
    padding-bottom: 52%;
  }
  .build-timeline-block .timeline-info {
    min-width: 120px;
  }
  .build-timeline-block .date {
    margin-right: 12px;
  }
}
@media (min-width: 1010px) and (max-width: 1289px) {
  .guns-tabs-content .small-blocks {
    float: none;
  }
  .build-block {
    float: left;
  }
  .build-block.big-block {
    height: 123px;
  }
  .build-block.big-block .build-stat {
    top: 12px;
  }
  .build-block.big-block .build-links {
    margin-bottom: 7px;
  }
  .build-block.big-block:hover .title {
    bottom: 66px;
  }
  .rklm {
    display: none;
  }
  .build-big-block {
    height: 316px;
    line-height: 316px;
  }
}
@media (min-width: 1010px) {
  .sidebar-container {
    display: block !important;
  }
  .filter-mobile,
  .filter-overlay {
    display: none !important;
  }
}
@media (max-width: 1009px) {
  .top-trending-content .blogpost-block {
    margin-right: 25px;
  }
  .main-content {
    margin-top: 102px;
  }
  .header-menu > li > a {
    font-size: 11.5px;
    padding: 17px 10px 21px;
  }
  .header-menu > li > a:after {
    display: none !important;
  }
  .menu-popup,
  .category-overlay {
    opacity: 0;
    visibility: hidden;
  }
  .header-bottom-links .btn {
    min-width: 100px;
    margin-left: 10px;
  }
  .guns-content-flex {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -ms-flex-pack: center;
        justify-content: center;
  }
  .guns-tabs-content {
    width: 100%;
  }
  .guns-tabs-content .slick-arrow {
    margin-top: -35px;
  }
  .guns-tabs-content .slick-arrow.slick-prev {
    left: -22px;
  }
  .guns-tabs-content .slick-arrow.slick-next {
    right: -22px;
  }
  .guns-tabs-content .build-block {
    margin: 0 0 20px;
    width: 100%;
  }
  .guns-tabs-content .slick-slide {
    margin: 0 10px;
  }
  .guns-tabs-selects {
    margin-bottom: 20px;
    width: 100%;
    max-width: 400px;
  }
  .guns-tabs-list li {
    font-size: 16px;
    margin-bottom: 13px;
  }
  .guns-tabs-list li a {
    color: #717171;
  }
  .blogpost-slider {
    max-width: 80%;
    margin: 0 auto;
  }
  .footer-list li {
    text-align: center;
  }
  .footer-logo {
    padding-top: 30px;
  }
 .sidebar-container {
    opacity: 0;
    visibility: hidden;
    width: 300px;
    position: absolute;
    z-index: 30;
    top: -160px;
    left: -120%;
    transition: all 0.3s ease-out;
    max-height: 1200px;
    overflow: auto;
  }
  .sidebar-container.visible {
    left: -10px;
    opacity: 1;
    visibility: visible;
  }
  .most-used-slider .title {
    width: calc(33.333% - 20px);
  }
  .filter-mobile {
    display: inline-block;
    margin-bottom: 10px;
    box-shadow: 0 0 2.8px 0.2px rgba(147, 147, 147, 0.37);
    cursor: pointer;
    padding: 14px 28px 14px 18px;
    background: #fff;
    transition: all 0.3s ease-out;
  }
  .filter-mobile:hover {
    background: #fafafa;
  }
  .filter-mobile p {
    display: inline-block;
    vertical-align: middle;
    color: #263238;
    font-family: 'helveticaneuecyrbold', Arial, Tahoma, sans-serif;
    font-size: 18px;
    text-transform: uppercase;
    margin-left: 16px;
  }
  .filter-mobile .filter-buter {
    display: inline-block;
    vertical-align: middle;
  }
  .filter-mobile .filter-buter span {
    background: #263238;
    display: block;
    height: 2px;
    margin: 5px 0;
    width: 24px;
  }
  .build-big-block {
    height: 320px;
    line-height: 320px;
  }
  .build-sidebar {
    max-width: 400px;
    margin: 0 auto;
  }
  .build-sidebar {
    display: none !important;
  }
  .build-sidebar-mobile {
    display: block !important;
  }
}
@media (min-width: 768px) {
  .buter,
  .buter-overlay {
    display: none !important;
  }
  .header-bottom {
    display: block !important;
  }
}
@media (max-width: 767px) {
  .header-bottom {
    display: block;
    left: -100%;
    top: 100%;
    position: absolute;
    background: #fff;
    max-width: 250px;
    transition: all 0.3s ease-out;
  }
  .header-bottom .container {
    padding: 0;
  }
  .header-bottom.visible {
    left: 0;
  }
  .header-menu {
    float: none;
  }
  .header-menu > li {
    display: block;
    border-right: none;
    border-bottom: 1px solid #f5f5f5;
  }
  .header-menu > li:first-child {
    border-left: none;
  }
  .header-menu > li > a {
    border-top: transparent !important;
    height: auto;
    padding-top: 20px;
    font-size: 16px;
  }
  .header-menu > li > a i {
    margin-right: 12px;
  }
  .header-bottom-links {
    float: none;
    padding: 10px;
  }
  .header-bottom-links .forums-link {
    margin-left: 0;
  }
  .guns-tabs-content {
    margin: 0;
  }
  .guns-tabs-top {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-bottom: 0;
  }
  .guns-tabs-list {
    width: 100%;
    padding-top: 15px;
  }
  .guns-tabs-list li {
    font-size: 14px;
    margin-right: 30px;
  }
  .guns-tabs-content .slick-arrow.slick-prev {
    left: -10px;
  }
  .guns-tabs-content .slick-arrow.slick-next {
    right: -10px;
  }
  .build-block .user-info {
    margin-right: 8px;
  }
  .footer-logo {
    text-align: center;
    padding-top: 0;
    margin-bottom: 20px;
  }
  .footer-socials {
    padding-top: 10px;
    text-align: center;
  }
  footer .copyright {
    text-align: center;
  }
  .build-block-slider .build-block .user-info {
    margin-left: 10px;
  }
  .header-top-links {
    position: absolute;
    top: 4px;
    right: 5px;
  }
  .header-top-links a {
    margin-left: 13px;
  }
  .header-top-links span {
    display: none;
  }
  .main-logo {
    width: 140px;
    margin: 0 auto;
    display: block;
    float: none;
  }
  .main-logo img {
    max-width: 100%;
  }
  header {
    box-shadow: 0 2px 7.7px 1.4px rgba(0, 0, 0, 0.6);
  }
  .main-content {
    margin-top: 48px;
  }
  .top-collection-content {
    padding-top: 20px;
  }
  .buter {
    transition: all 0.3s ease-out;
    display: inline-block;
    vertical-align: middle;
    position: absolute;
    left: 8px;
    top: 10px;
    cursor: pointer;
    z-index: 10000;
  }
  .buter span {
    display: block;
    width: 26px;
    height: 2px;
    background: #fff;
    margin: 5px 0;
    transition: all 0.3s ease-out 0s;
  }
  .buter.open-buter span {
    position: relative;
  }
  .buter.open-buter span:nth-of-type(1) {
    transform: rotate(45deg);
    top: 7px;
  }
  .buter.open-buter span:nth-of-type(2) {
    opacity: 0;
    transition: none;
  }
  .buter.open-buter span:nth-of-type(3) {
    transform: rotate(-45deg);
    top: -7px;
  }
  .build-block .user-info {
    right: 0;
  }
  .header-top {
    height: 49px;
  }
  .search-section .build-block {
    max-width: 100%;
  }
  .pagination {
    margin-bottom: 30px;
  }
  .blogposts-sidebar {
    max-width: 400px;
    margin: 0 auto;
  }
  .blogposts-sidebar .rklm2 {
    margin: 0 auto 30px;
    max-width: 300px;
  }
  .blogposts-sidebar .blogpost-block p {
    margin-bottom: 12px;
  }
  .most-used-slider .title {
    width: calc(50% - 20px);
  }
  .most-used-slider {
    margin-top: 10px;
  }
  .build-small-block {
    width: calc(100%/4) !important;
  }
  .build-timeline,
  .build-comments,
  .build-description {
    padding: 33px 15px 23px;
  }
  .build-description {
    padding-top: 25px;
  }
  .build-timeline-block {
    min-height: 73px;
    height: auto;
    overflow: visible;
    position: relative;
  }
  .build-timeline-block .timeline-text {
    -ms-flex-direction: column;
        flex-direction: column;
    -ms-flex-pack: center;
        justify-content: center;
    padding: 10px;
    padding-left: 150px;
  }
  .build-timeline-block .title {
    padding-right: 0;
    text-align: center;
    margin-bottom: 5px;
  }
  .build-timeline-block .img-block {
    position: absolute;
    left: 0;
    top: 0;
  }
  .build-big-block {
    height: auto;
    line-height: 1;
    /*max-height: 300px;*/
  }
  .build-big-block a {
    display: inline-block;
    width: 100%;
    /*max-height: 300px;
    position: relative;*/
  }
}
@media (max-width: 580px) {
  .top-collection-content .col-xs-6 {
    width: 100%;
  }
  .top-collection-content .build-block {
    width: 100%;
  }
  .top-collection-content .blogpost-block {
    margin-right: 0;
  }
  .blogpost-slider {
    max-width: 100%;
  }
  .rklm {
    display: none;
  }
  .no-build-image {
    height: 250px;
  }
  .navbar-inverse {
    background-color: transparent;
  }
  .navbar-inverse .navbar-brand {
    color: #9d9d9d;
    display: block;
    position: absolute;
    /* left: 0; */
    /* right: 0; */
    /* margin-left: auto; */
    /* margin-right: auto; */
    width: 50px;
    overflow: hidden;
  }
  .main-content h3 {
    margin-top: 10px;
    margin-bottom: 30px;
  }
  .mobile-navbar {
    position: relative;
    top: 3px;
    width: 35%;
    background: #fff;
    float: right;
    margin-top: 3px;
    box-shadow: 0 6px 12px rgba(0, 0, 0, .175)
  }

  .mobile-navbar:before {
    position: absolute;
    pointer-events: none;
    border: solid transparent;
    content: '';
    height: 0;
    width: 0;
    bottom: 100%;
    right: 37px;
    border-width: 6px;
    margin: 0 -6px;
    border-bottom-color: #ffffff;
  }
  .mobile-navbar li {
    border-bottom: 1px solid #eee;
  }
  .mobile-navbar li a span {
    display: block;
  }
  .mobile-navbar li a img {
    width: 17% !important;
  }
  .header-top-links a {
    margin-left: 0;
  }
  .top-user-name {
    margin-left: 18%;
  }


  .navbar-brand {
    float: left;
    height: 40px;
    width: 148px;
    padding: 6px 15px;
    font-size: 18px;
    /* line-height: 20px; */
    background-image: url(/images/footer_logo.png);
    background-size: cover;
    position: relative;
    top: 5px;
    left: 15px;
  }

  .popular-tabs-outer {
    border-bottom: 2px solid #dfe0e0;
    padding-top: 4px;
    padding-top: 12px;
    /* margin-bottom: 22px; */
    background: #fff;
  }
  .popular-items-tab li {
    display: inline-block;
    vertical-align: bottom;
    /* margin-right: 14px; */
    color: #a7a7a7;
    font-weight: 700;
    font-size: 12px;
    text-transform: uppercase;
    padding-left: 7px;
    padding-right: 7px;
  }
  .popular-items-tab a.active {
      /*border-bottom: 2px solid #148DCC;*/
      color: #148DCC;
  }
  .popular-items-tab a {
      color: #263238;
      display: block;
      padding: 10px 0 14px;
      transition: all 0.3s ease-out;
      position: relative;
      border-bottom: 2px solid transparent;
  }
  .popular-tabs-outer {
      position: relative;
      border-bottom: none;
  }
  .popular-tabs-outer .scroll-hidden {
      overflow: hidden;
      max-height: 42px;
      position: relative;
      z-index: 3;
  }
  .popular-tabs-outer .scroll-container {
      overflow: auto;
      padding-bottom: 30px;
  }
  .popular-items-tab {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-pack: justify;
      justify-content: space-between;
      -ms-flex-align: center;
      align-items: center;
  }
  .popular-items-tab {
      display: block;
      white-space: nowrap;
  }
  .popular-items-tab li {
      white-space: nowrap;
  }
  .popular-items-tab li a i {
    margin-right: 7px;
  }

  /* mobile-user-notifi */

  .mobile-user-notifi {
    display: block;
    position: absolute;
    width: 100%;
    /*top: 17px;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    z-index: 10000;*/
  }
  .mobile-user-notifi ul {
    position: absolute;
    margin: 0;
    padding: 0;
    list-style: none;
    width: 115px;
    top: 11px;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    z-index: 10000;

  }
  .mobile-user-notifi ul li {
    display: inline-block;
    width: 35px;
    height: auto;
    text-align: center;
  }
  .mobile-user-notifi ul li a {
    color: #9d9d9d;
    padding-top: 15px;
    padding-bottom: 15px;
    font-size: 14px;
  }
  .mobile-user-notifi ul li a:hover {
    color: #ffffff;
  }
  .mobile-user-notifi ul li a span {
    right: 0 !important;
    bottom: -5px !important;
  }

  /*.friend-requests-top .dropdown-menu {
    padding-top: 0;
    padding-bottom: 0;
    width: 300px;
    max-height: 300px;
    overflow: auto;
    position: absolute;
    top: 35px;
    left: -170%;
    border: 0;
    border-radius: 0;
  }
  .friend-requests-top .dropdown-menu:before {
    position: absolute;
    pointer-events: none;
    border: solid transparent;
    content: '';
    height: 0;
    width: 0;
    bottom: 100%;
    right: 37px;
    border-width: 6px;
    margin: 0 -6px;
    border-bottom-color: #ffffff;
  }*/
  .friends-request-list li {
    display: block;
    width: 100%;
    position: relative;
    border-bottom: 1px solid #eee;
    padding: 5px;
  }
  .friends-request-list li:last-child {
    border-bottom: 0;
  }
  .friends-request-list li a {
    display: inline-block;
    width: 100%;
    max-width: 100%;
    padding: 0;
    /*padding-left: 5px;
    padding-right: 5px;*/
    color: #337AB7;
    text-align: left;
  }
  .friends-request-list li a img {
    width: 13%;
    position: relative;
    top: 2px;
  }
  .friends-request-list li b {
    position: absolute;
    left: 15%;
    top: 20%;
    width: 42%;
    overflow: hidden;
    white-space: nowrap;
  }
  .friends-request-list li span {
    position: absolute;
    left: 15%;
    top: 55%;
    font-size: 12px;
  }
  .action-friend-btn {
    width: 100px;
    position: absolute;
    top: 8px;
    text-align: right;
    right: 7px;
  }
  .show-friends ul {
    display: none;
  }
  .friends-request-modal-body {
    padding: 0;
  }
  /* user notifi end */

  .not-found {
    background: #fff !important;
    width: 100% !important;
    text-align: center;
    padding-top: 100px;
    padding-bottom: 100px;
    color: #ccc;
    font-size: 14px;
    max-width: 100% !important;
    border: 0;
  }


  .top-collection-content .build-block.big-block {
    height: 300px;
  }


  .build-block-slider .build-block .build-links {
    bottom: 0;
    left: 10px;
    margin-bottom: 12px;
  }
  .build-block-slider .build-block .build-links li a {
    font-size: 14px;
  }

  .build-block-slider .build-block .title {
    bottom: 85px !important;
    font-size: 18px;
  }

  .send-comment form {
    display: block;
  }
  .send-comment form input {
    width: 100%;
    margin-bottom: 10px;
  }
  .build-comment-block .comment-info .name {
    display: block;
    margin-bottom: 10px;
    border-right: none;
  }
  .reply-form {
    margin-left: -66px;
    padding-left: 52px;
  }
  .reply-form .avatar {
    left: 5px;
  }
  .reply-form .btn {
    width: 100%;
    margin-right: 0 !important;
    margin-bottom: 10px;
  }
  .send-comment .btn {
    min-width: 190px;
  }
  .comment-options .date {
    margin-top: 7px;
    display: inline-block;
  }
  .build-description h2 {
    padding-right: 0;
    margin-bottom: 10px;
  }
  .build-description .top-block {
    -ms-flex-direction: column;
        flex-direction: column;
    -ms-flex-align: start;
        align-items: flex-start;
  }
  .build-small-block {
    width: calc(100%/4) !important;
  }


}
@media (max-width: 500px) {
  .most-used-slider .title {
    width: calc(100% - 20px);
  }
  .search-results-blocks .col-xs-6 {
    float: none;
    width: 100%;
  }
  .filter-sortable {
    -ms-flex-direction: column;
        flex-direction: column;
    -ms-flex-align: start;
        align-items: flex-start;
  }
  .filter-sortable .title {
    margin-bottom: 15px;
  }
  .tags-list li:not(.save-search) a {
    font-size: 10px;
  }
  .tags-list li:not(.save-search) i {
    top: 3px;
  }
  .similar-builds-block {
    display: block !important;
  }
  .similar-builds-block .build-block {
    width: calc(100% - 20px);
  }
}
@media (max-width: 450px) {
  .build-small-block {
    width: calc(100%/4) !important;
  }
  .build-timeline-block {
    padding-top: 130px;
  }
  .build-timeline-block .img-block {
    height: 130px;
    width: 100%;
    top: 0;
  }
  .build-timeline-block .timeline-text {
    padding-left: 10px;
  }
}

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