body {
	color: #1f1f1f;
	background-color: #b3b3b324;
}

textarea {
	resize: none;
}

footer {
	background: #435263;
	padding: 35px 0px;
	width: 100%;
	box-shadow: 0px 0px 1px rgba(0,0,0,.3);
	z-index: 999;
	position: relative;
}

.copyright {
	line-height: 50px;
	color: #333333;
	float: left;
	width: 70%;
	font-weight: 600;
	font-size: 14px;
}

.payments {
	float: left;
	width: 30%;
}

a.payment.payeer {
	width: 35px;
	height: 35px;
	background: url(/img/payeer.png) no-repeat;
	background-size: 100%;
	display: block;
	margin-top: -41px;
	margin-right: 17px;
	float: right;
}

a.payment.megakassa {
	width: 35px;
	height: 35px;
	background: url(/img/megakassa.png) no-repeat;
	background-size: 100%;
	display: block;
	margin-top: -41px;
	margin-right: 64px;
}

.head {
	box-shadow: 0 5px 25px rgb(0 0 0 / 6%);
	background: #435263;
	width: 100%;
	position: relative;
	z-index: 10;
}

.head .nav>li>a {
    color: #ffffff;
    font-weight: 400;
    font-size: 15px;
    letter-spacing: 0.6px;
    transition: all .10s 
linear;
}

.head .nav>li>a:focus,.head .nav>li>a:hover {
    text-decoration: none;
	color: #ffffff9e;
}

.panel-product {
	border-radius: 3px;
	box-shadow: 0px 0px 3px rgba(0,0,0,.3);
	border: 0px;
	position: relative;
}

.panel-product > .panel-image > img {
	width: 100%;
	height: 150px;
	background-size: cover;
	border-radius: 3px 3px 0px 0px;
}

.byer {
	font-size: 17px !important;
}

.panel-product > .panel-body {
	font-size: 15px;
	background-color: #ffffff;
}

.panel-product > .panel-addnew {
	height: 150px;
	background-color: #f2f2f2;
	line-height: 150px;
	text-align: center;
	font-size: 40px;
	color: #BFBFBF;
}

.panel-product > .panel-price {
	position: absolute;
	font-size: 24px;
	top: 121px;
	left: -7px;
}

.navbar-shop > li > a {
	transition: .4s all;
	color: #3f3f3f;
	font-size: 14px;
	font-weight: 500;
}

.navbar-shop > li > a:hover {
	background-color: #E6E6E6;
	border-radius: 3px;
}

.navbar-brand {
	font-weight: 700;
	color: #fff;
	text-transform: uppercase;
	font-size: 24px;
	margin-right: 60px;
	letter-spacing: 0.7px;
}

.navbar-toggle {color: #fff;}

.navbar-brand:hover {
    color: #fff;
}

.modal-content {
	border-radius: 3px;
}

@media (min-width: 992px) {
	.pull-right-lg {
		float: right;
	}
}

@keyframes upMessage {
	0% {
		opacity: 0;
		transform:perspective(400px) rotate3d(180,0,0,-100deg);
	}
	100%{
		opacity: 100%;
		transform:perspective(400px) rotate3d(180,0,0,0deg);
	}
}

#messages {
	position: fixed;
	bottom: 15px;
	left: 15px;
	z-index: 20000;
}

#messages > .message {
	background: rgba(0,0,0,.7);
	border-radius: 5px;
	padding: 10px;
	color: #fff;
	animation: upMessage .6s;
	margin-bottom: 10px;
	float: left;
	display: inline-block;
	clear: both;
}

#messages > .message:last-child {
	margin-bottom: 0px;
}

.btn-file {
	position: relative;
}

.btn-file input {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	opacity: 0;
}

.details-img-block > img {
	width: 100%;
	height: 100px;
	background-size: cover;
}

.details-title-block {
	font-weight: 400;
	font-size: 18px;
}

.details-about-block {
	font-size: 15px;
	margin-bottom:15px;
}

.details-about-block > span {
	font-weight: 400;
	font-size: 17px;
}

img.screenshot {
	height: 150px;
	cursor: pointer;
}

#tick_msgs {
	padding-top: 10px;
	height: 500px;
	position:relative;
	overflow: hidden;
}

.tick_msg_block {
	width: 100%;
	overflow: auto;
}

.tick_msg {
	background-color: #f2f2f2;
	max-width: 80%;
	float: left;
	padding: 10px;
	border-radius: 10px;
	margin-bottom: 10px;
	box-shadow: 0px 2px 1px rgba(0,0,0,.2);
}

.tick_msg.me {
	float: right;
	background: #8EB7DA;
	color: #fff;
}

.tick_msg > .tick_author {
	font-weight: bold;
}

.btn-send {
	height: 46px;
}

.btn-close-ticket {
	margin-top: -8px;
}

hr.hr-top {
	margin-bottom: 0px;
}

hr.hr-bottom {
	margin-top: 0px;
}

.btn-3block {
	width: 33.59%;
}

/*Reviews-block*/
.review-block {
	background-color: rgba(237, 238, 240, 0.38);
	padding: 15px;
	border-radius: 1px;
	margin-top: 15px;
	margin-bottom: 5px;
	position: relative;
	border: 1px solid #edeef0;
}

.review-block > .author {
	font-weight: 600;
	font-family: 'open sans';
	font-size: 15px;
	color: #000;
}

.review-block > .author > span.timeadd {
	font-weight: 100;
	font-size: 14px;
}

.review-block  .stars {
	color: #fba850;
	font-size: 20px;
	float: right;
}

.review-block > .text {
	font-size: 15px;
	font-weight: 200;
}

.review-block > .img {
	width: 40px;
	height: 40px;
	background: url(/img/no.png) no-repeat;
	background-size: 100%;
	border-radius: 50%;
	border: 4px #fff solid;
	position: absolute;
	left: -15px;
	top: -5px;
}

/*BTN-SPEC*/

.btn-spec {
	position: relative;
	background: #435263;
	border: 1px solid #435263;
	color: #ffffff;
	transition: all .3s;
	overflow: hidden;
	font-weight: 400;
	font-size: 14px;
	width: 100%;
}


.btn-spec:hover i {
	padding-left: 8px;
	color: #5c83af;
	z-index: 100;
}

.btn-spec:hover,
.btn-spec:active,
.btn-spec:active:hover,
.btn-spec:focus:hover {
	color: #fff;
	background: #394655;
}

.panel-onmouse:hover {
	box-shadow: 0px 0px 20px rgba(0,0,0,.4);
	transform: scale(1.01)
}

.panel-image {
	position: relative;
	overflow: hidden;
	max-width: 100%;
}

.btn-fastview {
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	top: -20px;
	transition: all .5s;
	opacity: 0;
}

.panel-onmouse:hover .btn-fastview {
	opacity: 1;
	top: 40px;
}

.nav-pills>li.active>a, .nav-pills>li.active>a:focus, .nav-pills>li.active>a:hover {
    color: #fff;
    background-color: #507299;
}

.btn-primary {
    color: #fff;
    background-color: #6E9EC5;
    border-color: #6E9EC5;
}

.label-primary {
    background-color: #4352637a;
    font-size: 12px !important;
    font-weight: 500;
    padding: .2em 0.6em .2em;
}

.boxs {margin: 0 0 10px;overflow: hidden;}

.social a {
    margin: 0 2px;
    -webkit-transition: .3s ease-in-out;
    -moz-transition: .3s ease-in-out;
    -ms-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
    height: 30px;
    width: 30px;
}

.social a i {
    width: 30px;
    height: 30px;
    margin: 0 2px;
    -webkit-transition: .3s ease-in-out;
    -moz-transition: .3s ease-in-out;
    -ms-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
    background: #507299;
    border-radius: 5%;
    color: #fff;
    line-height: 30px;
    text-align: center;
    font-size: 16px;
}
.social {
	float: left;
}

.title-social {
	float: left;
	font-size: 17px;
	line-height: 30px;
	text-transform: uppercase;
	margin-right: 10px;
}

.social a i:hover {
    width: 30px;
    height: 30px;
    margin: 0 2px;
    -webkit-transition: .3s ease-in-out;
    -moz-transition: .3s ease-in-out;
    -ms-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
    background: #415f82;
    border-radius: 5%;
    color: #fff;
    line-height: 30px;
    text-align: center;
    font-size: 16px;
}

.cash {
	font-weight: 600;
	font-family: 'open sans';
	font-size: 14px;
}

.sharing-widget {
    display: inline-block;
    font-family: "Helvetica Neue",Arial,sans-serif;
    font-size: inherit;
    font-weight: 400;
    list-style: outside none none !important;
    padding: 0;
    text-indent: 0 !important;
    word-spacing: 0 !important;
}
.sharing-widget {
    margin: 0;
}
.sharing-button {
	display: none;
}
.sharing-buttons > * {
    display: inline-block;
}
.sharing-widget {
    display: inline-block;
    position: relative;
    white-space: nowrap;
}
.sharing-button {
    position: relative;
}
.sharing-widget {
    line-height: inherit;
}
.sharing-widget:hover, .sharing-widget:active, .sharing-widget:focus {
    cursor: pointer;
    transition: none 0s ease 0s ;
}

.sharing-buttons .sharing-widget {
    background: rgba(172, 184, 202, 1) none repeat scroll 0 0;
    color: #000;
}
.facebook.sharing-widget {
    fill: #425497;
}
.facebook.sharing-widget:hover, .facebook.sharing-widget:active, .facebook.sharing-widget:focus {
    background: rgb(72, 98, 163) none repeat scroll 0 0;
}
.twitter.sharing-widget {
    fill: #00b7ec;
}
.twitter.sharing-widget:hover, .twitter.sharing-widget:active, .twitter.sharing-widget:focus {
    background: rgb(99, 174, 235) none repeat scroll 0 0;
}
.google-plus.sharing-widget {
    fill: #dd4241;
}
.google-plus.sharing-widget:hover, .google-plus.sharing-widget:active, .google-plus.sharing-widget:focus {
    background: rgba(194, 82, 52, 1) none repeat scroll 0 0;
}
.vkontakte.sharing-widget {
    fill: #526e8f;
}
.vkontakte.sharing-widget:hover, .vkontakte.sharing-widget:active, .vkontakte.sharing-widget:focus {
    background: rgba(72, 114, 158, 1) none repeat scroll 0 0;
}

.sharing-buttons {
    font-weight: 600;
    font-family: 'open sans';
    font-size: 14px;
    line-height: 20px;
}
.sharing-buttons .sharing-widget {
    border-radius: 3px;
    margin: 0 2px 0px;
}

.share-icon {
    display: inline-block;
    width: 24px;
    height: 24px;
    margin: 0 2px;
    vertical-align: middle;
    border-radius: 2px;
    background-size: 24px 24px;
}

.vkontakte .share-icon {
    background-image: url('/img/vk.png');
}
.facebook .share-icon {
background-image: url('/img/fe.png');
}
.twitter .share-icon {
background-image: url('/img/twi.png');
}
.google-plus .share-icon {
background-image: url('/img/go.png');
}

.sharing-couter {
display:none;
}

.informer {
	width: 88px;
	float: right;
	margin-left: 10px;
	margin-top: 10px;
}

#toTop {height: 100%;position: fixed;bottom: 0;left: 0px;text-decoration: none;color: #000000;background-color: #6262620f;font-size: 12px;padding: 1em;display: none;cursor: pointer;}

#toTop:hover {
    background-color: #0000000d;
    opacity: 1;
    -webkit-transition: all 0.5s 0s;
    -o-transition: all 0.5s 0s;
    transition: all 0.3s 
ease;
}

#toTop i {
	padding-top: 120px;
	color: #435263;
	padding-left: 10px;
	padding-right: 10px;
	font-size: 13px;
}

@media screen and (max-width: 1230px) {
    .bannerslot {
	display: none;
    }
}

.atuin-btn {
    text-decoration: none;
    position: relative;
    overflow: hidden;
    font-size: 15px;
    padding: 5px 30px;
    color: #FFF;
    background: -webkit-linear-gradient(45deg, rgb(102 218 197) 22%, rgb(95 198 179));
    background: -moz-linear-gradient(45deg, rgb(102 218 197) 22%, rgb(95 198 179));
    background: linear-gradient(162deg, rgb(102 218 197) 22%, rgb(95 198 179));
    transition: box-shadow 0.3s, transform 0.3s;
    cursor: pointer;
    border-radius: 2px;
    outline: none;
    border: none;
    width: 100%;
}
.atuin-btn:hover,
.atuin-btn:active,
.atuin-btn:focus {
   color: #FFF;
}
.atuin-btn:before {
    content: "";
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(-45deg, transparent, rgba(191, 226, 255, 0.3), transparent);
    transition: left 0.7s;
}
.atuin-btn:hover:before,
.atuin-btn:active:before,
.atuin-btn:focus:before {
    left: 100%;
}

.nav-scroller {
  overflow-y: hidden;
  background-color: #fff;
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
}
.nav-scroller__items {
  display: flex;
  flex-wrap: nowrap;
  overflow-x: auto;
  white-space: nowrap;
}
.nav-scroller__item {
  color: #424242;
  display: flex;
  padding: 0.5rem 1.25rem;
  text-decoration: none;
}

.nav-scroller__item:not(:last-child) {
  border-right: 1px solid #eee;
}
.nav-scroller__item_active {
  background-color: #fff59d;
}
/* для всех пунктов кроме активного */
.nav-scroller__item:not(.nav-scroller__item_active):hover {
  background-color: #f5f5f5;
}
/* для активного пункта */
.nav-scroller__item_active:hover {
  background-color: #fff176;
}

.nav-scroller__items::-webkit-scrollbar {
  display: none;
}

.quiq-links-footer-title {
    font-weight: 600;
    letter-spacing: 0.5px;
    font-size: 17px;
    margin-bottom: 15px;
    color: #fff;
}

.quiq-links-footer-ul li {
    list-style: none;
    position: relative;
    padding: 4px 0;
}

.quiq-links-footer-ul li a {
    color: #ffffffc7;
    font-weight: 400;
    line-height: 25px;
    font-size: 15px;
    text-transform: capitalize;
    text-decoration: none;
    transition: all .10s 
linear;
}

.quiq-links-footer-ul li a:hover {
    color: #ffffff;
    text-decoration: none;
}

.final-footer-area-text {
    color: #ffffff;
    font-size: 13px;
    font-weight: 300;
    line-height: 25px;
    padding: 0px 15px;
    letter-spacing: 0.3px;
}

.mr-tp-40 {
    margin-top: 40px !important;
}

.footer-contact-method {
    margin-top: 25px;
}
.footer-contact-method a {
    background: #fff;
    padding: 8px 20px 12px;
    display: block;
    border-radius: 5px;
    position: relative;
    text-decoration: none !important;
    overflow: hidden;
    margin-top: 15px;
}

.footer-contact-method a span {
    font-weight: 600;
    letter-spacing: 0.5px;
    font-size: 13px;
    margin-bottom: 20px;
    color: #191919;
    text-transform: uppercase;
}

.footer-contact-method a b {
    font-weight: 500;
    letter-spacing: 0.5px;
    font-size: 14px;
    color: #2d2d44;
    display: block;
}

.footer-contact-method a i {
    position: absolute;
    font-size: 50px;
    bottom: 5px;
    color: #33334f;
    right: 5px;
    opacity: 0.2;
}
.server-tabls-row {
    position: relative;
    background-color: #f4f4f485;
    border: none;
    transition: all 
ease-in-out .15s;
    padding: 25px 20px;
    font-size: 14px;
    color: #161616;
    margin: 10px 0;
    font-weight: 400;
}

.server-tabls-head {
    margin: auto;
    background: #f4f4f4;
    padding: 10px 20px;
    color: #000000;
    font-size: 13px;
    font-weight: 600;
}

.server-tabls-body {
    margin-bottom: 30px;
    margin-top: -15px;
}
.boxtab {
	background: #f4f4f4;padding: 5px 15px;border-radius: 2px;margin-top: 10px;
}
.boxtab a {font-size: 14px;font-weight: 500;}
.textet {
	margin: 15px;
	font-size: 20px;
	font-weight: 400;
}

@media (max-width: 992px) {
.server-tabls-head {
   display:none;
}

.server-tabls-body {
    margin-bottom: 30px;
    margin-top: 0px;
}
	#toTop {
    display: none !important;
}
}

.rate img {
    width: 24px;
}

.textett {
	    margin: 0px 0px 15px 0px;
    font-size: 16px;
    font-weight: 400;
}