.image_service, .toggle_switch, iframe, img, html
{
	-webkit-filter: none;
}
body
{
	background-color:#1f2029;
	font-family: 'Poppins', sans-serif;
}
body::-webkit-scrollbar
{
	width: 13px;
	height: 13px;
}
body::-webkit-scrollbar-track
{
	background-color: #212121;
}
body::-webkit-scrollbar-thumb
{
	background-color: #616161;
	border-radius: 20px;
	-webkit-box-shadow: inset 0 0 5px rgba(0,0,0,0.8);
}
.close:focus
{
	outline:none!important;
}
.image_service
{
	height: 100%;
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
}
.card
{
	color:#fff !important;
	background-color:#353746 !important;
}
.product
{
	border-bottom: 1px solid #fff;
}
.product:last-of-type
{
	border-bottom: none;
}
.navbar-dark
{
	background-color:#13141d !important;
}
.dropdown-menu
{
	background-color:#13141d !important;
	color:#fff !important;
	border: 1px solid #313131;
}
.banner_info
{
	padding-left: 15px;
	padding-right: 15px;
	margin-top: 30px;
	margin-bottom: 30px;
	height: 48px;
}
.serwer_name
{
	line-height: 1px;
	font-size: 19px;
	color:#fff;
	-webkit-animation-delay: 0.4s;
}
.banner_img
{
	border-radius:50%;
}
.btn-group-vertical .form-check-label .form-check-input
{
	display: none !important;
}
.form-check-label:hover
{
	color: #fff !important;
}

.btn-group-vertical .active
{
	background-color: #5f616c !important;
}
.txt_none
{
    text-transform: none;
}
.btn_color
{
	
}
.btn_grey
{
	background-color:#282a38 !important;
}
.btn_grey:hover
{
	color:#fff !important;
}
.shop
{
	color: #999 !important;
	font-weight: bold !important;
}
.a_links
{
	color: #fff;
	text-decoration: underline;
}
.a_links:hover
{
	color: #fff;
	text-decoration: underline;
}
.page-footer
{
	background-color:#13141d !important;
}
::selection
{
	color:#fff;
	background-color:#000;
}
/* Switch 3 */
.toggle_switch{
  width: 100px;
  height: 45px;
  position: relative;
}
input[type="checkbox"].switch_3{
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  cursor: pointer;
  outline: 0;
  z-index: 1;
}
svg.checkbox .outer-ring{
  stroke-dasharray: 375;
  stroke-dashoffset: 375;
  -webkit-animation: resetRing .35s ease-in-out forwards;
          animation: resetRing .35s ease-in-out forwards;
}
input[type="checkbox"].switch_3:checked + svg.checkbox .outer-ring{
  -webkit-animation: animateRing .35s ease-in-out forwards;
          animation: animateRing .35s ease-in-out forwards;
}
input[type="checkbox"].switch_3:checked + svg.checkbox .is_checked{
  opacity: 1;
  -webkit-transform: translateX(0) rotate(0deg);
          transform: translateX(0) rotate(0deg);
}
input[type="checkbox"].switch_3:checked + svg.checkbox .is_unchecked{
  opacity: 0;
  -webkit-transform: translateX(-200%) rotate(180deg);
          transform: translateX(-200%) rotate(180deg);
}
svg.checkbox{
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
svg.checkbox .is_checked{
  opacity: 0;
  fill: yellow;
  -webkit-transform-origin: 50% 50%;
          transform-origin: 50% 50%;
  -webkit-transform: translateX(200%) rotate(45deg);
          transform: translateX(200%) rotate(45deg);
  -webkit-transition: all .35s;
  transition: all .35s;
}
svg.checkbox .is_unchecked{
  opacity: 1;
  fill: #fff;
  -webkit-transform-origin: 50% 50%;
          transform-origin: 50% 50%;
  -webkit-transform: translateX(0) rotate(0deg);
          transform: translateX(0) rotate(0deg);
  -webkit-transition: all .35s;
  transition: all .35s;
}
@-webkit-keyframes animateRing{
  to{
    stroke-dashoffset: 0;
    stroke: #b0aa28;
  }
}
@keyframes animateRing{
  to{
    stroke-dashoffset: 0;
    stroke: #b0aa28;
  }
}
@-webkit-keyframes resetRing{
  to{
    stroke-dashoffset: 0;
    stroke: #233043;
  }
}
@keyframes resetRing{
  to{
    stroke-dashoffset: 0;
    stroke: #233043;
  }
}
/* Switch 3 */
/* CustomCheckBox */
@import url(http://fonts.googleapis.com/css?family=Open+Sans);

input[class="checkbox-modal"] { display: none; }

input[class="checkbox-modal"] + .check_Label {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 20px;
  font: 14px/20px 'Open Sans', Arial, sans-serif;
  color: #ddd;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
}

input[class="checkbox-modal"] + .check_Label:last-child { margin-bottom: 0; }

input[class="checkbox-modal"] + .check_Label:before {
  content: '';
  display: block;
  width: 20px;
  height: 20px;
  border: 1px solid #6cc0e5;
  position: absolute;
  left: 0;
  top: 0;
  opacity: .6;
  -webkit-transition: all .12s, border-color .08s;
  transition: all .12s, border-color .08s;
}

input[class="checkbox-modal"]:checked + .check_Label:before {
  width: 10px;
  top: -5px;
  left: 5px;
  border-radius: 0;
  opacity: 1;
  border-top-color: transparent;
  border-left-color: transparent;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

/* CustomCheckBox */
/* RangeSlider */
.amout_buy
{
	text-align: center;
	width: 100%;
	margin-bottom: 25px;
}
input[type="range"]
{
	display: block;
	-webkit-appearance: none;
	background-color: #bdc3c7;
	width: 100%;
	height: 5px;
	border-radius: 5px;
	outline: 0;
}
input[type="range"]::-webkit-slider-thumb
{
	-webkit-appearance: none;
	background-color: #1f2029;
	width: 30px;
	height: 30px;
	border-radius: 50%;
	border: 2px solid white;
	cursor: pointer;
	transition: .3s ease-in-out;
}​
input[type="range"]::-webkit-slider-thumb:hover
{
	background-color: white;
	border: 2px solid #1f2029;
}
input[type="range"]::-webkit-slider-thumb:active
{
	border: 2px solid #5f616c;
}
/* RangeSlider */

/**/
particle {
	 position: fixed;
	 left: 0;
	 top: 0;
	 border-radius: 50%;
	 pointer-events: none;
	 opacity: 0;
}
/**/