body {
	background: linear-gradient(90deg, #DDE3EB 0%, #E7EBF0 100%), #FCFEFF;
	font-family: Museo Sans Cyrl;
	color: #414B5A;
	line-height: 1.8;
}
.loader-wrapper {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(255, 255, 255, 0.8);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 10000;
  opacity: 1;
  transition: opacity 0.5s ease-in-out;
}

.loader {
  border: 8px solid #4E555D;
  border-top: 8px solid transparent;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  animation: spin 1s linear infinite;
}

@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}

/* Скрываем loader-wrapper после загрузки страницы */
.loaded .loader-wrapper {
  opacity: 0;
  pointer-events: none;
}
a {
  color: #000;
}
a:hover, a:focus {
  color: #2ed573;
  text-decoration: none;
  outline: none;
}
@media (max-width: 1142px) {
	h2 {
		font-size: 26px;
	}
}
/* top */
#top-menu {
	position: relative;
	margin-bottom: -10px;
	height: 60px;
}
#top-menu .container {
	padding: 0 15px;
}
#top-menu .logo {
	padding: 8px 0;
}
#top-menu .logo img {
	height: 44px;
}
#top-menu .top-menu-links > ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
#top-menu .top-menu-links > ul > li {
	display: inline-block;
	margin-left: -5px;
}
#top-menu .top-menu-links > ul > li > a {
	position: relative;
	padding: 15px;
	color: #666;
	line-height: 30px;
	display: block;
}
#top-menu .top-menu-links > ul > li > a:hover,
#top-menu .top-menu-links > ul > li > a:focus {
	text-decoration: none;
	color: #222;
	background-color: #f8f8f8;
}
#top-menu .top-menu-links .dropdown-menu {
	border-radius: 0 0 3px 3px;
	border-top: 0;
	padding: 0;
}
#top-menu #form-currency .currency-select,
#top-menu #form-language .language-select {
	border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    color: #555555;
    font-size: 13px;
    font-weight: 400;
    padding: 13px 10px 13px 15px;
    position: relative;
}
#top-menu #form-currency .currency-select:hover,
#top-menu #form-language .language-select:hover,
#top-menu #form-currency .currency-select:focus,
#top-menu #form-language .language-select:focus {
	color: #222;
	background-color: #f8f8f8;
}
.social {
  align-items: center;
  display: flex;
	color: #000;
  font-size: 24px;
  font-weight: 700;
  margin-top: 90px;
}
/* content */
#content {
	min-height: 600px;
}
.panel-heading .btn-panel-heading-option {
	margin-top: -13px;
}
.well::-webkit-scrollbar {
	width: 6px;
	background-color: rgba(128,139,156,0.2);
}
.well::-webkit-scrollbar-thumb {
	border-radius: 0;
	background-color: rgba(128,139,156,0.7);
}
/* dropdown-menu */
.dropdown-menu li button.btn {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 1.846;
  color: #666666;
  white-space: nowrap;
  border-radius: 0;
  text-align: left;
  text-transform: none;
}
.dropdown-menu li button.btn:hover,
.dropdown-menu li button.btn:focus {
  text-decoration: none;
  outline: 0;
  color: #ffffff;
  background-color: #0b93b5;
}
.dropdown-menu li button.btn:after {
  background-image: none;
}
/* breadcrumb */
.container-breadcrumb {
	margin-bottom: 30px;
	background: url("../images/breadcrumb.jpg");
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	min-height: 220px;
	display: flex;
	align-items: center;
}
.breadcrumb {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.breadcrumb > li a, .breadcrumb > .active {
  color: #88919E;
  font-size: 14px;
  text-shadow: none;
}
.breadcrumb > li + li::before {
  content: "/\00a0";
  padding: 0 5px;
  color: #88919E;
}
.breadcrumb i {
	font-size: 15px;
}
.container-breadcrumb h1 {
	color: #ffffff;
	margin-top: -10px !important;
	text-shadow: 0 1px 1px #000;
}
/* Filemanager Folder Size */
#filemanager .fa-folder.fa-5x {
	font-size: 10.5em;
}
.table thead td span[data-toggle="tooltip"]:after, label.control-label span:after {
	font-family: FontAwesome;
	color: #1E91CF;
	content: "\f059";
	margin-left: 4px;
}
.table thead td {
	font-weight: bold;
}
.table thead > tr > td, .table tbody > tr > td {
	vertical-align: middle;
}
.table a.asc:after {
	content: " \f107";
	font-family: FontAwesome;
	font-size: 14px;
}
.table a.desc:after {
	content: " \f106";
	font-family: FontAwesome;
	font-size: 14px;
}
div.required .control-label:before {
	content: '* ';
	color: #F00;
	font-weight: bold;
}
.pagination-text-result {
	margin-top: 14px;
}
.form-product-image {
	margin-bottom: 0px;
}
.content-scrollbox > div {
	padding: 4px;
}
.content-scrollbox > div:nth-child(2n) {
	background-color: #fff;
	border: 1px solid #d2d2d2;
	border-radius: 3px;
}
.table-filter {
	background-color: #f5f5f5;
}
.table-filter td {
	font-weight: normal !important;
}
/* Buttons */
.buttons {
	align-items: center;
	border-radius: 10px;
	border: 1px solid rgba(255, 255, 255, 0.40);
	background: linear-gradient(318deg, rgba(0, 0, 0, 0.40) 0%, rgba(255, 255, 255, 0.40) 105.18%), #E7EBF0;
	background-blend-mode: soft-light, normal;
	box-shadow: 2.5px 2.5px 5px 0px #A6ABBD inset, -2.5px -2.5px 5px 0px #FAFBFF inset;
	display: flex;
	font-size: 11px;
	padding: 5px 15px;
	margin: 20px auto;
}
.buttons p {
	margin: 0;
}
.panel .btn > p {
	text-transform: none;
	color: #ababab;
}
.custom-content {
	padding-bottom: 0;
}
.panel .custom-content .btn {
	margin-bottom: 15px;
}
.content-login {
	min-height: 265px;
}
/* Category */
.category-image {
	margin-right: 20px;
}
/* Product Grid */
.product-thumb {
    position: relative;
    background: #E7EBF0;
    -webkit-box-shadow: 5px 5px 10px 0px rgba(166, 171, 189, 0.50), -5px -5px 10px 0px rgba(250, 251, 255, 0.20);
    box-shadow: 5px 5px 10px 0px rgba(166, 171, 189, 0.50), -5px -5px 10px 0px rgba(250, 251, 255, 0.20);
    border-radius: 10px;
    border: 1px solid #FFF;
    padding: 10px;
    margin-bottom: 30px;
    text-align: center;
    overflow: hidden; /* Ensure the pseudo-element stays within the container */
}

.product-thumb::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(318deg, rgba(0, 0, 0, 0.40) 0%, rgba(255, 255, 255, 0.40) 105.18%);
    z-index: 1;
    mix-blend-mode: soft-light; /* This can be adjusted or removed if not needed */
    pointer-events: none; /* Ensure the pseudo-element doesn't interfere with user interaction */
}

.product-thumb > * {
    position: relative;
    z-index: 2;
}

.product-thumb .hovereffect .percent-sale{
	position: absolute;
	border-radius: 50%;
	padding: 5px;
	top: 20px;
	left: 20px;
	color: #fff;
	font-size: 12px;
	height: 40px;
	width: 40px;
	line-height: 30px;
	background: #f00d2f;
}
@media (max-width: 918px) {
	div#product-column-right {
	    display: flex;
	    flex-direction: column-reverse;
	}
}
.product-thumb .image img {
	border-radius: 10px;
	margin-left: auto;
	margin-right: auto;
}
.product-thumb .hovereffect {
	width: 100%;
	height: 100%;
	overflow: hidden;
	position: relative;
	text-align: center;
	cursor: default;
}
.product-thumb .hovereffect .overlay {
	width: 100%;
	height: 100%;
	position: absolute;
	overflow: hidden;
	top: 0;
	left: 0;
	background-color: rgba(255,255,255,0);
	-webkit-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}
.product-thumb .hovereffect:hover .overlay {
	background-color: rgba(0, 0, 0, 0.6);
	opacity: 1;
	filter: alpha(opacity=100);
}
.product-thumb .hovereffect h2 {
	color: #fff;
	text-align: center;
	position: relative;
	font-size: 14px;
	overflow: hidden;
	background-color: rgba(0,0,0,0.6);
	-webkit-transform: translatey(-100px);
	-ms-transform: translatey(-100px);
	transform: translatey(-100px);
	-webkit-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
	padding: 10px;
}
.product-thumb .hovereffect a.info {
	text-decoration: none;
	display: inline-block;
	text-transform: uppercase;
	color: #fff;
	border: 1px solid #fff;
	background-color: transparent;
	opacity: 0;
	filter: alpha(opacity=0);
	-webkit-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
	position: absolute;
	top: 45%;
	right: 30%;
	left: 30%;
	padding: 7px 14px;
}
.product-thumb .hovereffect .countdown {
	color: #fff;
	text-align: center;
	position: relative;
	font-size: 14px;
	overflow: hidden;
	background-color: rgba(0,0,0,0.6);
	-webkit-transform: translatey(500px);
	-ms-transform: translatey(500px);
	transform: translatey(500px);
	-webkit-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
	padding: 10px;
}
.product-thumb .hovereffect a.info:hover {
	box-shadow:0 0 5px #fff;
	background-color: rgba(0,0,0,0.3);
}
.product-thumb .hovereffect:hover h2,.hovereffect:hover a.info {
	opacity: 1;
	filter: alpha(opacity=100);
	-ms-transform: translatey(0);
	-webkit-transform: translatey(0);
	transform: translatey(0);
}
.product-thumb .hovereffect:hover .countdown {
	opacity: 1;
	filter: alpha(opacity=100);
	-ms-transform: translatey(0);
	-webkit-transform: translatey(0);
	transform: translatey(0);
}
.product-thumb .hovereffect:hover a.info {
	-webkit-transition-delay:.2s;
	transition-delay:.2s;
}
.product-thumb .product-name {
	font-size: 14px;
	padding: 10px 0;
}
.product-thumb .product-name a {
	position: relative;
	text-decoration: none;
	color: #444;
	-webkit-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
}
.product-thumb .product-name a:hover {
	color: #000;
}
.product-thumb .product-name a:before {
	content: "";
	position: absolute;
    width: 100%;
    height: 2px;
    bottom: -4px;
    left: 0;
    background-color: #000;
    visibility: hidden;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
}
.product-thumb .product-name a:hover:before {
	visibility: visible;
	-webkit-transform: scaleX(1);
	transform: scaleX(1);
}
.product-thumb .caption, .product-image-footer {
	align-items: center;
	display: flex;
	justify-content: space-between;
}
.product-thumb .rating {
	padding: 10px 0 0 0;
}
.rating .fa-stack {
	padding-top: 2px;
	font-size: 6px;
}
.rating .fa-star-o {
	color: #999;
	font-size: 12px;
}
.rating .fa-star {
	color: #FC0;
	font-size: 12px;
}
.rating .fa-star + .fa-star-o {
	color: #E69500;
}
.btn-default {
	border-radius: 10px;
	background: linear-gradient(313deg, rgba(0, 0, 0, 0.30) -28.92%, rgba(255, 255, 255, 0.30) 130.82%), #4E555D;
	background-blend-mode: soft-light, normal;
	box-shadow: 5px 5px 10px 0px #A6ABBD, -5px -5px 10px 0px #FAFBFF;
	color: #fff;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
}
.btn-success {
    border-radius: 10px;
    background: linear-gradient(313deg, rgba(0, 0, 0, 0.30) -28.92%, rgba(255, 255, 255, 0.30) 130.82%), #2ed573;
    background-blend-mode: soft-light, normal;
    box-shadow: 5px 5px 10px 0px #A6ABBD, -5px -5px 10px 0px #FAFBFF;
    color: #fff;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}
.btn-success:hover, .btn-success:active:hover, .btn-success:active, .btn-success.active, .open > .dropdown-toggle.btn-success, .btn-success:active:focus {
    background-color: #f0f0f0;
    color: #444444;
}
.product-thumb .btn-sm {
	margin-right: 5px;
}
.product-thumb .caption .pull-right {
	padding-top: 12px;
}
.product-thumb .caption .product-price, .product-image-footer .product-price {
    display: inline-block;
    background-color: #2ED573;
    padding: 4px 6px;
    border-radius: 0 2px 2px 0;
    color: #fff;
    font-size: 14px;
    line-height: 14px;
    font-weight: normal;
    height: 24px;
    position: relative;
}
.product-thumb .caption .product-price:before, .product-image-footer .product-price:before {
    content: " ";
    position: absolute;
    top: 0;
    left: -24px;
    width: 0;
    height: 0;
    border-width: 12px;
    border-style: solid;
    border-color: transparent #2ED573 transparent transparent;
}
.product-thumb .caption .product-price:after, .product-image-footer .product-price:after {
    content: " ";
    position: absolute;
    top: 50%;
    margin-top: -2px;
    left: -2px;
    width: 4px;
    height: 4px;
    background-color: #fff;
    z-index: 1;
    border-radius: 10px;
}
.product-thumb .caption .price-new, .product-image-footer .price-new {
	display: inline-block;
	margin-right: 15px;
	color: #f00d2f;
	font-size: 14px;
	font-weight: 500;
	text-decoration: line-through;
}
/*
.product-d-flex {
	display: flex;
	width: 100px;
	align-items: center;
	justify-content: space-between;
}*/


.cart-box {
  border-radius: 10px;
  border: 1px solid rgba(255, 255, 255, 0.40);
  background: linear-gradient(318deg, rgba(0, 0, 0, 0.40) 0%, rgba(255, 255, 255, 0.40) 105.18%), #E7EBF0;
  background-blend-mode: soft-light, normal;
  box-shadow: 2.5px 2.5px 5px 0px #A6ABBD inset, -2.5px -2.5px 5px 0px #FAFBFF inset;
  display: flex;
  flex-wrap: wrap;
  position: relative;
  margin: 20px auto;
  width: 100%;
}
.cart-box > div {
  border: 1px solid rgba(255, 255, 255, 0.40);
  padding: 5px 15px;
}
.cart-box button {
  background: none;
  border: 0;
  padding: 0;
  margin: 0;
  line-height: 0;
}
.cart-box button svg {
  padding: 0;
  margin: 0;
  border: 0;
  background: none;
  line-height: 0;
  width: 30px;
  height: 30px;
  fill: #414b5a;
  -webkit-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}
.cart-box button:hover svg {
  fill: #f00d2f;
}
@media (max-width: 918px) {
  .cart-flex {
  	text-align: center;
  }
}

.well {
	border-radius: 3px;
	border: 1px solid #e2e2e2;
	background-color: #f2f2f2;
}
.product-list-old-price {
	margin-right: 5px;
	color: #f00d2f;
	font-size: 12px;
	text-decoration: line-through;
}
/* Product Data */
#product-column-left .product-images {
	border-radius: 10px;
  outline: 1px solid #FFF;
  background: linear-gradient(318deg, rgba(0, 0, 0, 0.40) 0%, rgba(255, 255, 255, 0.40) 105.18%), #E7EBF0;
  background-blend-mode: soft-light, normal;
  box-shadow: 5px 5px 10px 0px rgba(166, 171, 189, 0.50), -5px -5px 10px 0px rgba(250, 251, 255, 0.20);
	padding: 15px;
	margin-bottom: 20px;
	position: relative;
}
#product-column-left .product-images .product-percent-sale {
	position: absolute;
	border-radius: 50%;
	padding: 10px;
	top: 30px;
	left: 30px;
	color: #fff;
	font-size: 16px;
	height: 60px;
	width: 60px;
	line-height: 40px;
	background: #f00d2f;
}
#product-column-left .product-images .hovereffect {
	width: 100%;
	height: 100%;
	overflow: hidden;
	position: relative;
	text-align: center;
	cursor: default;
}
#product-column-left .product-images .hovereffect .overlay {
	width: 100%;
	height: 100%;
	position: absolute;
	overflow: hidden;
	top: 0;
	left: 0;
	background-color: rgba(255,255,255,0);
	-webkit-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}
#product-column-left .product-images .hovereffect:hover .overlay {
	background-color: rgba(0, 0, 0, 0.6);
}
#product-column-left .product-images .hovereffect .location {
	position: absolute;
	top: 42%;
	right: 0;
	bottom: 0;
	left: 0;
}
#product-column-left .product-images .hovereffect a {
	opacity: 0;
	filter: alpha(opacity=0);
	-webkit-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}
#product-column-left .product-images .hovereffect:hover .overlay {
	opacity: 1;
	filter: alpha(opacity=100);
}
#product-column-left .product-images .hovereffect:hover a {
	opacity: 1;
	filter: alpha(opacity=100);
	-ms-transform: translate(0);
	-webkit-transform: translate(0);
	transform: translate(0);
	-webkit-transform: translate(0, 0);
	-ms-transform: translate(0, 0);
	-o-transform: translate(0, 0);
	transform: translate(0, 0);
}
#product-column-left .product-images .product-image-footer {
	margin: 15px -15px -15px -15px;
	padding: 15px;
	outline: 1px solid rgba(255, 255, 255, 0.40);
	background: linear-gradient(318deg, rgba(0, 0, 0, 0.40) 0%, rgba(255, 255, 255, 0.40) 105.18%), #E7EBF0;
	background-blend-mode: soft-light, normal;
	box-shadow: 2.5px 2.5px 5px 0px #A6ABBD inset, -2.5px -2.5px 5px 0px #FAFBFF inset;
	border-radius: 10px;
}
#product-column-left .product-images .gallery {
	display: inline-block;
}
#product-column-left .product-images .favorite {
	display: inline-block;
}
#product-column-left .product-images .share {
	padding-top: 5px;
}
#product-column-left .nav-tabs {
	background-color: #f2f2f2;
	border: 1px solid #e2e2e2;
}
#product-column-left .nav-tabs > li > a {
	border-right: 1px solid #e2e2e2;
	border-radius: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
	padding: 20px 25px;
}
#product-column-left .nav-tabs > li > a:hover {
   color: #0b93b5;
}
#product-column-left .nav-tabs > li.active > a,
#product-column-left .nav-tabs > li.active > a:hover,
#product-column-left .nav-tabs > li.active > a:focus {
	color: #0b93b5;
	background-color: #ffffff;
	cursor: default;
}
#product-column-left .tab-content {
	border-radius: 10px;
	border: 1px solid #FFF;
	background: linear-gradient(318deg, rgba(0, 0, 0, 0.40) 0%, rgba(255, 255, 255, 0.40) 105.18%), #E7EBF0;
	background-blend-mode: soft-light, normal;
	box-shadow: 5px 5px 10px 0px rgba(166, 171, 189, 0.50), -5px -5px 10px 0px rgba(250, 251, 255, 0.20);
	padding: 15px;
	margin-bottom: 20px;
}
#product-column-left .tab-content .fa-star-o {
	color: #999;
}
#product-column-left .tab-content .fa-star {
	color: #FC0;
}
#product-column-left .tab-content .fa-star + .fa-star-o {
	color: #E69500;
}
#product-column-left .review-notify {
	margin-bottom: 40px;
}
#product-column-right .column {
  position: relative;
  border-radius: 10px;
  border: 1px solid #FFF;
  background: #E7EBF0;
  -webkit-box-shadow: 5px 5px 10px 0px rgba(166, 171, 189, 0.50), -5px -5px 10px 0px rgba(250, 251, 255, 0.20);
  box-shadow: 5px 5px 10px 0px rgba(166, 171, 189, 0.50), -5px -5px 10px 0px rgba(250, 251, 255, 0.20);
  margin-bottom: 20px;
  overflow: hidden; /* Ensure the pseudo-element stays within the element */
}

#product-column-right .column::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(318deg, rgba(0, 0, 0, 0.40) 0%, rgba(255, 255, 255, 0.40) 105.18%);
  z-index: 1;
  mix-blend-mode: soft-light; /* This can be adjusted or removed if not needed */
  pointer-events: none; /* Ensure the pseudo-element doesn't interfere with user interaction */
}

#product-column-right .column > * {
  position: relative;
  z-index: 2;
}

#product-column-right .column-heading {
	padding: 5px 15px;
	border-bottom: 1px solid #e2e2e2;
}
#product-column-right h2 {
    display: inline-block;
    font-weight: 500;
}
#product-column-right .old-price {
	display: inline-block;
	margin-right: 15px;
	color: #f00d2f;
	font-weight: 400;
	font-size: 26px;
	text-decoration: line-through;
}
#product-column-right .column-body {
	padding: 15px;
	font-size: 14px;
}
#product-column-right .product-sales {
	border-top: 1px solid #e2e2e2;
	background-color: #f2f2f2;
	text-shadow: 1px 1px 0 #ffffff;
	font-size: 16px;
}
#product-column-right .column-footer {
	padding: 15px;
	border-top: 1px solid #e2e2e2;
}
#product-column-right .review,
#product-column-right .product-rating {
	border-top: 1px solid #e2e2e2;
	font-size: 16px;
}
#product-column-right .product-sales i,
#product-column-right .review i,
#product-column-right .product-rating i {
	font-size: 18px;
	margin-right: 10px;
}
#product-column-right .product-sales .text-right,
#product-column-right .review .text-right {
	font-weight: 600;
}
#product-column-right .product-rating .fa-stack {
	font-size: 20px;
	margin-left: -15px;
}
#product-column-right .product-rating .fa-star-o {
	color: #999;
	font-size: 26px;
}
#product-column-right .product-rating .fa-star {
	color: #FC0;
	font-size: 26px;
}
#product-column-right .product-rating .fa-star + .fa-star-o {
	color: #E69500;
}
#product-column-right .date {
	border-bottom: 1px solid #e2e2e2;
}
#product-column-right .date .row + .row {
	border-top: 1px solid #e2e2e2;
	padding-top: 15px;
	margin-top: 15px;
}
/* Rating Manufacturer by Page Product */
#product-column-right .seller-rating,
#product-column-right .manufacturer-rating {
	border-bottom: 1px solid #e2e2e2;
	font-size: 16px;
	position: relative;
}
#product-column-right .seller-rating .value-1 {
	margin-right: 20px;
}
#product-column-right .seller-rating .medal-1 {
	position: absolute;
	width: 20px;
	height: 20px;
	top: 4px;
	right: 10px;
	text-align: left;
	background: url('../image/medal.png') left top no-repeat;
}
#product-column-right .seller-rating .diamond-1 {
	position: absolute;
	width: 20px;
	height: 20px;
	top: 4px;
	right: 10px;
	text-align: left;
	background: url('../image/medal.png') left -20px no-repeat;
}
#product-column-right .seller-rating .crown-1 {
	position: absolute;
	width: 20px;
	height: 20px;
	top: 2px;
	right: 10px;
	text-align: left;
	background: url('../image/medal.png') left -40px no-repeat;
}
#product-column-right .seller-rating .value-2 {
	margin-right: 40px;
}
#product-column-right .seller-rating .medal-2 {
	position: absolute;
	width: 40px;
	height: 20px;
	top: 4px;
	right: 10px;
	background: url('../image/medal.png') left top no-repeat;
}
#product-column-right .seller-rating .diamond-2 {
	position: absolute;
	width: 40px;
	height: 20px;
	top: 4px;
	right: 10px;
	text-align: left;
	background: url('../image/medal.png') left -20px no-repeat;
}
#product-column-right .seller-rating .crown-2 {
	position: absolute;
	width: 40px;
	height: 20px;
	top: 2px;
	right: 10px;
	text-align: left;
	background: url('../image/medal.png') left -40px no-repeat;
}
#product-column-right .seller-rating .value-3 {
	margin-right: 60px;
}
#product-column-right .seller-rating .medal-3 {
	position: absolute;
	width: 60px;
	height: 20px;
	top: 4px;
	right: 10px;
	background: url('../image/medal.png') left top no-repeat;
}
#product-column-right .seller-rating .diamond-3 {
	position: absolute;
	width: 60px;
	height: 20px;
	top: 4px;
	right: 10px;
	text-align: left;
	background: url('../image/medal.png') left -20px no-repeat;
}
#product-column-right .seller-rating .crown-3 {
	position: absolute;
	width: 60px;
	height: 20px;
	top: 2px;
	right: 10px;
	text-align: left;
	background: url('../image/medal.png') left -40px no-repeat;
}
#product-column-right .seller-rating .value-4 {
	margin-right: 80px;
}
#product-column-right .seller-rating .medal-4 {
	position: absolute;
	width: 80px;
	height: 20px;
	top: 4px;
	right: 10px;
	background: url('../image/medal.png') left top no-repeat;
}
#product-column-right .seller-rating .diamond-4 {
	position: absolute;
	width: 80px;
	height: 20px;
	top: 4px;
	right: 10px;
	text-align: left;
	background: url('../image/medal.png') left -20px no-repeat;
}
#product-column-right .seller-rating .crown-4 {
	position: absolute;
	width: 80px;
	height: 20px;
	top: 2px;
	right: 10px;
	text-align: left;
	background: url('../image/medal.png') left -40px no-repeat;
}
#product-column-right .seller-rating .value-5 {
	margin-right: 100px;
}
#product-column-right .seller-rating .medal-5 {
	position: absolute;
	width: 100px;
	height: 20px;
	top: 4px;
	right: 10px;
	background: url('../image/medal.png') left top no-repeat;
}
#product-column-right .seller-rating .diamond-5 {
	position: absolute;
	width: 100px;
	height: 20px;
	top: 4px;
	right: 10px;
	text-align: left;
	background: url('../image/medal.png') left -20px no-repeat;
}
#product-column-right .seller-rating .crown-5 {
	position: absolute;
	width: 100px;
	height: 20px;
	top: 2px;
	right: 10px;
	text-align: left;
	background: url('../image/medal.png') left -40px no-repeat;
}
/* Rating Manufacturer */
#product-column-right .manufacturer-rating .value-1 {
	margin-left: 20px;
}
#product-column-right .manufacturer-rating .medal-1 {
	position: absolute;
	width: 20px;
	height: 20px;
	top: 4px;
	left: 10px;
	text-align: left;
	background: url('../image/medal.png') left top no-repeat;
}
#product-column-right .manufacturer-rating .diamond-1 {
	position: absolute;
	width: 20px;
	height: 20px;
	top: 4px;
	left: 10px;
	text-align: left;
	background: url('../image/medal.png') left -20px no-repeat;
}
#product-column-right .manufacturer-rating .crown-1 {
	position: absolute;
	width: 20px;
	height: 20px;
	top: 2px;
	left: 10px;
	text-align: left;
	background: url('../image/medal.png') left -40px no-repeat;
}
#product-column-right .manufacturer-rating .value-2 {
	margin-left: 40px;
}
#product-column-right .manufacturer-rating .medal-2 {
	position: absolute;
	width: 40px;
	height: 20px;
	top: 4px;
	left: 10px;
	background: url('../image/medal.png') left top no-repeat;
}
#product-column-right .manufacturer-rating .diamond-2 {
	position: absolute;
	width: 40px;
	height: 20px;
	top: 4px;
	left: 10px;
	text-align: left;
	background: url('../image/medal.png') left -20px no-repeat;
}
#product-column-right .manufacturer-rating .crown-2 {
	position: absolute;
	width: 40px;
	height: 20px;
	top: 2px;
	left: 10px;
	text-align: left;
	background: url('../image/medal.png') left -40px no-repeat;
}
#product-column-right .manufacturer-rating .value-3 {
	margin-left: 60px;
}
#product-column-right .manufacturer-rating .medal-3 {
	position: absolute;
	width: 60px;
	height: 20px;
	top: 4px;
	left: 10px;
	background: url('../image/medal.png') left top no-repeat;
}
#product-column-right .manufacturer-rating .diamond-3 {
	position: absolute;
	width: 60px;
	height: 20px;
	top: 4px;
	left: 10px;
	text-align: left;
	background: url('../image/medal.png') left -20px no-repeat;
}
#product-column-right .manufacturer-rating .crown-3 {
	position: absolute;
	width: 60px;
	height: 20px;
	top: 2px;
	left: 10px;
	text-align: left;
	background: url('../image/medal.png') left -40px no-repeat;
}
#product-column-right .manufacturer-rating .value-4 {
	margin-left: 80px;
}
#product-column-right .manufacturer-rating .medal-4 {
	position: absolute;
	width: 80px;
	height: 20px;
	top: 4px;
	left: 10px;
	background: url('../image/medal.png') left top no-repeat;
}
#product-column-right .manufacturer-rating .diamond-4 {
	position: absolute;
	width: 80px;
	height: 20px;
	top: 4px;
	left: 10px;
	text-align: left;
	background: url('../image/medal.png') left -20px no-repeat;
}
#product-column-right .manufacturer-rating .crown-4 {
	position: absolute;
	width: 80px;
	height: 20px;
	top: 2px;
	left: 10px;
	text-align: left;
	background: url('../image/medal.png') left -40px no-repeat;
}
#product-column-right .manufacturer-rating .value-5 {
	margin-left: 100px;
}
#product-column-right .manufacturer-rating .medal-5 {
	position: absolute;
	width: 100px;
	height: 20px;
	top: 4px;
	left: 10px;
	background: url('../image/medal.png') left top no-repeat;
}
#product-column-right .manufacturer-rating .diamond-5 {
	position: absolute;
	width: 100px;
	height: 20px;
	top: 4px;
	left: 10px;
	text-align: left;
	background: url('../image/medal.png') left -20px no-repeat;
}
#product-column-right .manufacturer-rating .crown-5 {
	position: absolute;
	width: 100px;
	height: 20px;
	top: 2px;
	left: 10px;
	text-align: left;
	background: url('../image/medal.png') left -40px no-repeat;
}
#product-column-right .manufacturer-table { 
	margin: 0;
	padding: 0;
}
#product-column-right .manufacturer-rating table {
	margin-bottom: 0;
}
#product-column-right .manufacturer-rating table thead td,
#product-column-right .manufacturer-rating table td:first-child {
	font-size: 12px;
}
#product-column-right .attributes .row + .row {
	border-top: 1px solid #e2e2e2;
	padding-top: 15px;
	margin-top: 15px;
}
#product-column-right .tags {
	border-top: 1px solid #e2e2e2;
}
#product-column-right .manufacturer-info .row + .row {
	border-top: 1px solid #e2e2e2;
	margin-top: 15px;
}
.seller-rating .list-inline .popover {
	max-width: 500px !important;
}
#comment .comment-author-avatar {
	margin: 5px 0;
}
#comment .comment-parent,
#comment .comment-child-1,
#comment .comment-child-2,
#comment .comment-child-3,
#comment .comment-child-4 {
	border-top: 1px solid #dddddd;
}
#comment .comment-parent,
#comment .comment-child-1,
#comment .comment-child-2,
#comment .comment-child-3,
#comment .comment-child-4 {
	padding-bottom: 5px;
	margin-bottom: 5px;
	overflow: auto;
}
#comment .comment-parent::-webkit-scrollbar,
#comment .comment-child-1::-webkit-scrollbar,
#comment .comment-child-2::-webkit-scrollbar,
#comment .comment-child-3::-webkit-scrollbar,
#comment .comment-child-4::-webkit-scrollbar {
	height: 6px;
	width: 6px;
	background-color: transparent;
}
#comment .comment-parent::-webkit-scrollbar-thumb,
#comment .comment-child-1::-webkit-scrollbar-thumb,
#comment .comment-child-2::-webkit-scrollbar-thumb,
#comment .comment-child-3::-webkit-scrollbar-thumb,
#comment .comment-child-4::-webkit-scrollbar-thumb {
	border-radius: 0;
	background-color: transparent;
}
#comment .comment-parent:hover::-webkit-scrollbar,
#comment .comment-child-1:hover::-webkit-scrollbar,
#comment .comment-child-2:hover::-webkit-scrollbar,
#comment .comment-child-3:hover::-webkit-scrollbar,
#comment .comment-child-4:hover::-webkit-scrollbar {
	background-color: rgba(128,139,156,0.2);
}
#comment .comment-parent:hover::-webkit-scrollbar-thumb,
#comment .comment-child-1:hover::-webkit-scrollbar-thumb,
#comment .comment-child-2:hover::-webkit-scrollbar-thumb,
#comment .comment-child-3:hover::-webkit-scrollbar-thumb,
#comment .comment-child-4:hover::-webkit-scrollbar-thumb {
	background-color: rgba(128,139,156,0.7);
}
#comment .comment-content {
	margin: 0 0 0 60px;
}
#comment .comment-child-1 {
	margin-left: 60px;
}
#comment .comment-child-2 {
	margin-left: 105px;
}
#comment .comment-child-3 {
	margin-left: 150px;
}
#comment .comment-child-4 {
	margin-left: 195px;
}
#comment .comment-child-1-content,
#comment .comment-child-2-content,
#comment .comment-child-3-content,
#comment .comment-child-4-content {
	margin: 0 0 0 45px;
}
#comment .comment-parent .comment-author,
#comment .comment-child-1 .comment-author,
#comment .comment-child-2 .comment-author,
#comment .comment-child-3 .comment-author,
#comment .comment-child-4 .comment-author {
	display: inline-block;
	font-size: 12px;
	font-weight: 500;
}
#comment .comment-parent .comment-date,
#comment .comment-child-1 .comment-date,
#comment .comment-child-2 .comment-date,
#comment .comment-child-3 .comment-date,
#comment .comment-child-4 .comment-date {
	display: inline-block;
	font-size: 12px;
	font-weight: 500;
}
#comment .comment-reply {
	float: left;
	color: #bbbbbb;
}
#comment .comment-reply a,
#comment .comment-vote a {
	cursor: pointer;
	color: #bbbbbb;
}
#comment .comment-reply a:hover {
	color: #489b1b;
	text-decoration: none;
}
#comment .comment-vote { 
	float: right;
}
#comment .comment-vote .add-vote {
	margin-right: 5px;
	color: #489b1b;
}
#comment .comment-vote .add-vote:hover {
	color: #347013;
}
#comment .comment-vote .delete-vote {
	margin-left: 20px;
	margin-right: 5px;
	color: #f00d2f;
}
#comment .comment-vote .delete-vote:hover {
	color: #c00a26;
}
#comment .label-success {
	background-color: #e1f7d6;
	color: #489b1b;
}
#comment .label-danger {
	background-color: #f5d4d9;
	color: #f00d2f;
}
.comment-quote {
	background-color: #f8f8f8;
	border-left: 3px solid #83cf8f;
	padding: 5px 10px 1px 10px;
	margin-bottom: 5px;
	font-style: italic;
}
.comment-quote span {
	color: #2986c9;
	font-weight: 600;
	font-size: 12px; 
	margin-bottom: 5px;
	font-style: normal;
}
/* Alert */
.comment-backdrop {
	display: none;
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 99998;
	background-color: #000;
	opacity: .5;
	filter: alpha(opacity=50);
}
.comment-body {
	display: none;
	overflow: hidden;
	position: fixed;
	top: 30%;
	right: 30%;
	bottom: 30%;
	left: 30%;
	-webkit-overflow-scrolling: touch;
	outline: 0;
	z-index: 999999;
}
.alert-comment {
	padding: 20px;
	font-size: 14px;
	max-width: 100%;
	font-weight: 400;
	text-align: center;
}
/* News */
.news-images {
	background-color: #ffffff;
	border: 1px solid #e2e2e2;
	padding: 15px;
	margin-bottom: 20px;
}
.news-description {
	background-color: #ffffff;
	border: 1px solid #e2e2e2;
	padding: 15px;
	margin-bottom: 20px;
}
.news-data {
	background-color: #f2f2f2;
	text-shadow: 1px 1px 0 #ffffff;
	font-size: 16px;
}
.news-data i {
	font-size: 18px;
	margin-right: 10px;
}
.news-data .text-right {
	font-weight: 600;
}
.news-data div.row + div.row {
	margin-top: 15px;
}
.column-body .list-inline {
	margin: 0;
	padding: 0;
}
.column-body .gallery a {
	margin: 0;
}
/* Product Modules */
.module-title {
    overflow: hidden;
    text-align: center;
    font-size: 26px;
	width: 85%;
	margin: 0 auto 10px auto;
}
.module-title:before,
.module-title:after {
    content: "";
    display: inline-block;
    vertical-align: middle;
    width: 100%;
    height: 3px;
    background-color: #414B5A;
    position: relative;
}
.module-title:before {
    margin-left: -100%;
    left: -20px;
}
.module-title:after {
    margin-right: -100%;
    right: -20px;
}
.module-box {
	margin-bottom: 20px;
	display: flex;
  	flex-wrap: wrap;
}
/* News */
.product-thumb .news-name {
	font-size: 14px;
	padding: 10px 0;
}
.product-thumb .news-name a {
	text-decoration: none;
	color: #444;
	-webkit-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
}
.product-thumb .news-name a:hover {
	color: #0b93b5;
}
.product-thumb .news-description {
	position: relative;
	margin-top: 2px;
	padding-top: 5px;
}
.product-thumb .news-description p {
	text-align: justify;
	overflow: hidden;
	font-size: 12px;
	line-height: 16px;
	height: 50px;
	margin: 0;
}
.product-thumb .news-description:before {
	content: "";
	position: absolute;
    width: 100%;
    height: 2px;
    top: -4px;
    left: 0;
    background-color: #d2d2d2;
    visibility: visible;
    -webkit-transform: scaleX(1);
	transform: scaleX(1);
    -webkit-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
}
.product-thumb .news-description:after {
	content: "";
	position: absolute;
    width: 100%;
    height: 2px;
    top: -4px;
    left: 0;
    background-color: #0b93b5;
    visibility: hidden;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
}
.product-thumb:hover .news-description:after {
	visibility: visible;
	-webkit-transform: scaleX(1);
	transform: scaleX(1);
}
/* fixed product layouts used in left and right columns */
#column-left .product-layout, #column-right .product-layout {
	width: 100%;
}
/* Customer Message */
#customer-message .message-content {
	padding: 15px;
	border: 1px solid #dddddd;
	border-radius: 3px;
	margin-bottom: 15px;
}
#customer-message .message-title {
	padding: 5px 0;
	margin-bottom: 5px;
	font-size: 12px;
	font-weight: 600;
	border-bottom: 1px solid #dddddd;
}
#customer-message-list .message-product {
	position: relative;
}
#customer-message-list .message-product .message-status-open,
#customer-message-list .message-product .message-status-close {
	position: absolute;
	top: 5px;
	right: 5px;
	padding: 5px;
}
#customer-message-list .message-product .message-status-new {
	position: absolute;
	top: 5px;
	right: 60px;
	padding: 4px;
}
#account-list .link-message {
	position: relative;
}
#account-list .link-message .count-message {
	position: absolute;
	right: 10px;
}
.tab-products > li > a {
	font-size: 20px;
	position: relative;
}
.tab-products > li > a,
.tab-products > li > a:focus {
	-webkit-box-shadow: inset 0 -1px 0 #dddddd;
	box-shadow: inset 0 -1px 0 #dddddd;
}
.tab-products > li > a:before {
	content: '';
	position: absolute;
	width: 100%;
	height: 2px;
	bottom: 0;
	left: 0;
	visibility: hidden;
	background-color: #0b93b5;
	-webkit-transform: scaleX(0);
	transform: scaleX(0);
	-webkit-transition: all 0.3s ease-in-out 0s;
	transition: all 0.3s ease-in-out 0s;
}
.tab-products > li > a:hover:before {
	visibility: visible;
	-webkit-transform: scaleX(1);
	transform: scaleX(1);
}
.tab-products > li.active > a,
.tab-products > li.active > a:focus {
	-webkit-box-shadow: inset 0 -2px 0 #0b93b5;
	box-shadow: inset 0 -2px 0 #0b93b5;
	color: #0b93b5;
}
@media (max-width: 917px) {
	.tab-products > li {
		float: none;
		text-align: center;
	}
	.tab-products > li > a {
		font-size: 16px;
	}
}
@media (min-width: 918px) and (max-width: 1141px) {
	.tab-products > li > a {
		font-size: 16px;
	}
}
.tab-product-content {
	margin-top: 20px;
}
.about-block, .services-block {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
@media (max-width: 1140px) {
	.about-block {
		flex-direction: column-reverse;
	}
	.our-services .services-block:nth-child(odd) {
	  flex-direction: column-reverse;
	}
}
.home-page, .advantages, .about {
  margin-bottom: 100px;
}
@media (max-width: 920px) {
	.home-page, .advantages, .about {
		margin-bottom: 50px;
	}
}
.home-bottom {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	margin-bottom: 50px;
}


.panel.panel-default {
	border-radius: 10px;
	border: 1px solid #FFF;
	background: linear-gradient(318deg, rgba(0, 0, 0, 0.40) 0%, rgba(255, 255, 255, 0.40) 105.18%), #E7EBF0;
	background-blend-mode: soft-light, normal;
	box-shadow: 5px 5px 10px 0px rgba(166, 171, 189, 0.50), -5px -5px 10px 0px rgba(250, 251, 255, 0.20);
	padding: 30px 10px;
	max-width: 900px;
	margin: 0 auto 50px;
}
.panel-default > .panel-heading {
	background-color: #fff0;
	border-color: #fff0;
	color: #000;
	text-align: center;
	font-size: 36px;
	font-weight: 700;
	padding: 0;
}
.panel-default > .panel-heading p {
	font-size: 18px;
}
textarea, textarea.form-control, input.form-control, input[type="text"], input[type="password"], input[type="email"], input[type="number"], [type="text"].form-control, [type="password"].form-control, [type="email"].form-control, [type="tel"].form-control, [contenteditable].form-control {
  padding: 0 15px;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  border-radius: 3px;
  -webkit-appearance: none;
  -webkit-box-shadow: inset 0 -1px 0 #dddddd;
  box-shadow: inset 0 -1px 0 #dddddd;
  font-size: 14px;
  border-radius: 10px;
  border: 1px solid rgba(255, 255, 255, 0.40);
  background: linear-gradient(318deg, rgba(0, 0, 0, 0.40) 0%, rgba(255, 255, 255, 0.40) 105.18%), #E7EBF0;
  background-blend-mode: soft-light, normal;
  box-shadow: 2.5px 2.5px 5px 0px #A6ABBD inset, -2.5px -2.5px 5px 0px #FAFBFF inset;
  font-size: 20px;
  font-weight: 600;
  resize: none;
}
textarea.form-control {
	height: 150px;
}
textarea:focus, textarea.form-control:focus, input.form-control:focus, input[type="text"]:focus, input[type="password"]:focus, input[type="email"]:focus, input[type="number"]:focus, [type="text"].form-control:focus, [type="password"].form-control:focus, [type="email"].form-control:focus, [type="tel"].form-control:focus, [contenteditable].form-control:focus {
  border: 1px solid rgba(255, 255, 255, 0.40);
  -webkit-box-shadow: 2.5px 2.5px 5px 0px #A6ABBD inset, -2.5px -2.5px 5px 0px #FAFBFF inset;
  box-shadow: 2.5px 2.5px 5px 0px #A6ABBD inset, -2.5px -2.5px 5px 0px #FAFBFF inset;
  background: linear-gradient(318deg, rgba(255, 255, 255, 0.40) 105.18%, rgba(0, 0, 0, 0.40) 0%), #E7EBF0;
}
.content-login-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 520px) {
	.panel-title {
		font-size: 18px;
	}
  .content-login-footer {
	  flex-wrap: wrap;
	}
  .content-login-footer > * {
	  margin-top: 15px;
	}
}
.table {
  background: linear-gradient(318deg, rgba(0, 0, 0, 0.40) 0%, rgba(255, 255, 255, 0.40) 105.18%), #E7EBF0;
  background-blend-mode: soft-light, normal;
}
.table thead > tr > td, .table tbody > tr > td {
	border: 0;
	box-shadow: 2.5px 2.5px 5px 0px #A6ABBD inset, -2.5px -2.5px 5px 0px #FAFBFF inset;
}
.signup-p {
  margin-top: 15px;
  font-size: 12px;
}
.nav-tabs > li.active > a, .nav-tabs > li.active > a:focus {
  border: none;
  -webkit-box-shadow: inset 0 -2px 0 #0b93b5;
  box-shadow: inset 0 -2px 0 #000;
  color: #000;
}
.nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus:hover, .nav-tabs > li > a:hover, .nav-tabs > li > a:focus:hover {
  border: none;
  color: #000;
}
footer {
    position: relative;
    background: #E7EBF0;
    border-top: 1px solid #FFF;
    -webkit-box-shadow: 2.5px 2.5px 5px 0px #A6ABBD, -2.5px -2.5px 5px 0px #FAFBFF;
    box-shadow: 2.5px 2.5px 5px 0px #A6ABBD, -2.5px -2.5px 5px 0px #FAFBFF;
    padding: 40px 0 60px;
    overflow: hidden; /* Ensure the pseudo-element stays within the footer */
}

footer::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(318deg, rgba(0, 0, 0, 0.40) 0%, rgba(255, 255, 255, 0.40) 105.18%);
    z-index: 1;
    mix-blend-mode: soft-light; /* This can be adjusted or removed if not needed */
    pointer-events: none; /* Ensure the pseudo-element doesn't interfere with user interaction */
}

footer > * {
    position: relative;
    z-index: 2;
}

.footer {
  align-items: center;
  display: flex;
  flex-direction: column;
}
.footer .logo {
	height: auto;
}
.footer .social {
	margin-top: 20px;
}
.footer .footer-support {
	display: flex;
	flex-wrap: wrap;
	margin: 20px auto 40px;
	justify-content: space-between;
	width: 500px;
}
.footer .footer-support > a > span {
    position: relative;
    background: #E7EBF0;
    -webkit-box-shadow: 5px 5px 10px 0px #A6ABBD, -5px -5px 10px 0px #FAFBFF;
    box-shadow: 5px 5px 10px 0px #A6ABBD, -5px -5px 10px 0px #FAFBFF;
    border-radius: 5rem;
    border: 1px solid #FFF; /* Заменяем outline на border */
    height: 5rem;
    width: 5rem;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 10px;
    overflow: hidden; /* Ensure the pseudo-element stays within the element */
}

.footer .footer-support > a > span::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(318deg, rgba(0, 0, 0, 0.40) 0%, rgba(255, 255, 255, 0.40) 105.18%);
    z-index: 1;
    mix-blend-mode: soft-light; /* This can be adjusted or removed if not needed */
    pointer-events: none; /* Ensure the pseudo-element doesn't interfere with user interaction */
}

.footer .footer-support > a > span > * {
    position: relative;
    z-index: 2;
}

.footer .footer-support > a {
	display: flex;
	align-items: center;
	color: #000;
	font-size: 20px;
	font-weight: 700;
}

@media (max-width: 920px) {
	.footer .footer-support > a {
		font-size: 15px;
	}
	.footer .footer-support {
		width: 100%;
	}
	.copyright {
		text-align: center;
		font-size: 10px;
	}
}
.form-block .panel.panel-default {
  max-width: 500px;
  margin-bottom: 50px;
}
.check-product label {
	display: flex;
  align-items: center;
}
.check-product label input {
	margin-right: 5px;
}
.radio-inline, .checkbox-inline {
  margin-bottom: 0 !important;
}
input[type="radio"]::before, .radio input[type="radio"]::before, .radio-inline input[type="radio"]::before {
  position: absolute;
  background-color: #414B5A;
}
input[type="radio"]::after, .radio input[type="radio"]::after, .radio-inline input[type="radio"]::after {
  border: 2px solid #414B5A;
}
input[type="radio"]:checked::after, .radio input[type="radio"]:checked::after, .radio-inline input[type="radio"]:checked::after{
  border-color: #414B5A;
}
input[type="checkbox"], .checkbox input[type="checkbox"], .checkbox-inline input[type="checkbox"] {
	margin: 0;
}
input[type="checkbox"]::after, .checkbox input[type="checkbox"]::after, .checkbox-inline input[type="checkbox"]::after {
  	border: 0;
  	border: 2px solid #666;
  	margin-top: 0;
}
input[type="checkbox"]:checked::after, .checkbox input[type="checkbox"]:checked::after, .checkbox-inline input[type="checkbox"]:checked::after {
	background-color: #414b5a;
	border: 2px solid #666;
	border: 0;
}
input[type="checkbox"]:focus::after, .checkbox input[type="checkbox"]:focus::after, .checkbox-inline input[type="checkbox"]:focus::after {
  	border-color: #414b5a;
}
input[type="checkbox"]:checked::before, .checkbox input[type="checkbox"]:checked::before, .checkbox-inline input[type="checkbox"]:checked::before {
	top: 1px;
}
legend {
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  margin: 5px auto;
}
.faq-items {
  margin: 0;
  padding: 0;
}
.faq-items li {
  border-radius: 10px;
  border: 1px solid #FFF;
  background: linear-gradient(318deg, rgba(0, 0, 0, 0.40) 0%, rgba(255, 255, 255, 0.40) 105.18%), #E7EBF0;
  background-blend-mode: soft-light, normal;
  box-shadow: 2.5px 2.5px 5px 0px #A6ABBD inset, -2.5px -2.5px 5px 0px #FAFBFF inset;
  margin-bottom: 15px;
  list-style-type: none;
}
.faq-items h4.faq-question {
	align-items: center;
	color: #414B5A;
  	cursor: pointer;
	display: flex;
	font-family: Museo Sans Cyrl;
	font-size: 20px;
	font-weight: 600;
	justify-content: space-between;
	height: 66px;
	padding: 0 20px;
	margin: 0;
}
.faq-items li .faq-question svg {
	transition: all 0.3s;
}
.faq-items li.opened .faq-question svg {
	transform: rotate(180deg);
}
.faq-items .faq-answer {
	color: #414B5A;
	display: none;
	font-size: 16px;
	font-weight: 300;
	line-height: 134.5%;
	padding: 0 20px;
}

footer h5 {
	color: #ffffff;
}
footer hr {
	border-top: 1px solid #666666;
}
footer .list-unstyled li {
	padding-top: 10px;
}
footer .list-inline li {
	padding-bottom: 10px ;
}
footer .service .list-inline li a,
footer .list-unstyled li a,
footer .powered a {
	color: #666666;
	position: relative;
	text-decoration: none;
	-webkit-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
}
footer .service .list-inline li a:hover,
footer .list-unstyled li a:hover,
footer .powered a:hover {
	color: #bbbbbb;
	text-decoration: none;
}
footer .service .list-inline li a:before,
footer .list-unstyled li a:before,
footer .powered a:before {
	content: "";
	position: absolute;
    width: 100%;
    height: 2px;
    bottom: -4px;
    left: 0;
    background-color: #bbbbbb;
    visibility: hidden;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
}
footer .service .list-inline li a:hover:before,
footer .list-unstyled li a:hover:before,
footer .powered a:hover:before {
	visibility: visible;
	-webkit-transform: scaleX(1);
	transform: scaleX(1);
}
footer .logo {
	margin-left: auto;
	margin-right: auto;
}
footer .service,
footer .social,
footer .payment,
footer .powered,
footer .counter {
	text-align: center;
}
@media (min-width: 1142px) {
	footer .payment,
	footer .powered {
		text-align: right;
	}
	footer .service,
	footer .counter	{
		text-align: left;
	}
}
.modal-message-image {
	width: 330px;
}
/* Account */
#account-list fieldset {
	margin-bottom: 15px;
}
#account-list legend {
	margin-bottom: 0;
}
#account-list .account-manufacturer {
	margin-bottom: 15px;
}
.account-list {
	padding: 0 15px;
}
/*.account-list .col-md-6 {
	padding-left: 0px;
	padding-right: 0px;
}*/
@media (min-width: 1142px) {
	/*.account-list .col-md-6:last-child {
		border-left: 1px solid #d2d2d2;
	}*/
	.account-list .col-md-6:first-child {
		border-left: transparent;
	}
}
.acconut-item a {
  font-size: 14px;
  border-radius: 10px;
  border: 1px solid rgba(255, 255, 255, 0.40);
  background: linear-gradient(318deg, rgba(0, 0, 0, 0.40) 0%, rgba(255, 255, 255, 0.40) 105.18%), #E7EBF0;
  background-blend-mode: soft-light, normal;
  box-shadow: 2.5px 2.5px 5px 0px #A6ABBD inset, -2.5px -2.5px 5px 0px #FAFBFF inset;
  margin-bottom: 20px;
}
.acconut-item-left {
	float: left;
	margin-right: 15px;
}
.acconut-item-left .fa {
	font-size: 3em;
	padding-top: 5px;
	color: #545b64;
}
.acconut-item a {
	text-decoration: none;
	color: #222222;
	line-height: 40px;
	display: block;
	padding: 20px 10px;
}
.acconut-item a:hover {
	background-color: #f5f5f5;
}
.acconut-item-heading {
	margin: 0;
}
.acconut-item p {
	margin: 0;
	color: #a2a2a2;
}
/* Dispute */
.dispute-info tr td {
	position: relative;
}
.dispute-info tr td .label{
	position: absolute;
	top: 3px;
	right: 3px;
}
.list-group-item {
  position: relative;
  display: block;
  padding: 10px 15px;
  margin-bottom: 8px;
  border-radius: 10px;
  border: 1px solid #FFF;
  background: linear-gradient(318deg, rgba(0, 0, 0, 0.40) 0%, rgba(255, 255, 255, 0.40) 105.18%), #E7EBF0;
  background-blend-mode: soft-light, normal;
  box-shadow: 5px 5px 10px 0px rgba(166, 171, 189, 0.50), -5px -5px 10px 0px rgba(250, 251, 255, 0.20);
}
.list-group-item:first-child, .list-group-item:last-child {
  border-top-right-radius: 10px;
  border-top-left-radius: 10px;
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
}
.content-login-footer.clf-mt {
	margin-top: 15px;
}
/* Validate */
.sm-input { 
	position: absolute;
	left: 70px;
	height: 1px !important;
	width: 1px !important;
	padding: 0 !important;
	border: 0px !important;
}
input:required:focus, textarea:required:focus {
	-webkit-box-shadow: none !important;
	box-shadow: none !important;
}
input:required:focus:invalid,textarea:required:focus:invalid {
	border:solid 2px #F5192F;
}
.account-link {
	cursor: pointer;
}
.error-page {
  display: flex;
  align-items: center;
}
.error-content {
  text-align: center;
  margin: 0 auto;
  max-width: 700px;
}
div:where(.swal2-container) .swal2-html-container {
    font-size: 14px !important;
}
.modal {
  z-index: 10001;
}
.close {
    color: #47515f;
}
.close:hover, .close:focus {
	color: #000;
}
#scrollToTopBtn {
	position: fixed;
	bottom: 20px;
	fill: #545b64;
	right: 20px;
	border: none;
	cursor: pointer;
	width: 42px;
	height: 42px;
	transition: opacity 0.5s;
	z-index: 9999;
}

#scrollToTopBtn.hidden {
  opacity: 0;
  pointer-events: none;
}

#scrollToTopBtn:hover {
  fill: #000;
}

.swiper-container {
	overflow: hidden;
  position: relative;
}

.swiper-slide {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  text-align: center;
}

.swiper-pagination {
  bottom: 10px;
}
.swiper-button {
  display: flex;
  justify-content: center;
  margin: 20px auto 30px;
	position: relative;
}
.swiper-button-next,
.swiper-button-prev {
  position: absolute;
  top: 50%;
  width: 30px;
  height: 30px;
  background-color: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

.swiper-button-next::after,
.swiper-button-prev::after {
  content: '\203A';
  font-size: 20px;
  color: #333;
}

.swiper-button-prev::after {
  content: '\2039';
}
.partners {
	display: flex;
	flex-wrap: wrap;
}
.partners img {
	margin: 5px;
}
.pagination-box {
  margin-bottom: 60px;
}
.pagination {
  display: flex;
  justify-content: center;
  padding-left: 0;
  margin: 8px auto;
  border-radius: 0;
}
.pagination > li > a, .pagination > li > span {
  padding: 8px 16px;
  line-height: 1.846;
  text-decoration: none;
  color: #545b63;
  margin: 0 4px;
  background: linear-gradient(318deg, rgba(0, 0, 0, 0.40) 0%, rgba(255, 255, 255, 0.40) 105.18%), #E7EBF0;
  background-blend-mode: soft-light, normal;
  box-shadow: 5px 5px 10px 0px rgba(166, 171, 189, 0.50), -5px -5px 10px 0px rgba(250, 251, 255, 0.20);
  border-radius: 10px;
  border: 1px solid #FFF;
  font-size: 14px;
}
.pagination > li:first-child > a, .pagination > li:first-child > span {
  margin-left: 0;
  border-bottom-left-radius: 10px;
  border-top-left-radius: 10px;
}
.pagination > li:last-child > a, .pagination > li:last-child > span {
  border-bottom-right-radius: 10px;
  border-top-right-radius: 10px;
}
.pagination > li > a:hover, .pagination > li > span:hover, .pagination > li > a:focus, .pagination > li > span:focus {
  z-index: 2;
  background: linear-gradient(313deg, rgba(0, 0, 0, 0.30) -28.92%, rgba(255, 255, 255, 0.30) 130.82%), #4E555D;
  background-blend-mode: soft-light, normal;
  box-shadow: 5px 5px 10px 0px #A6ABBD, -5px -5px 10px 0px #FAFBFF;
  border-color: #474d55;
  color: #fff;
}
.pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus {
  cursor: default;
  background: linear-gradient(313deg, rgba(0, 0, 0, 0.30) -28.92%, rgba(255, 255, 255, 0.30) 130.82%), #4E555D;
  background-blend-mode: soft-light, normal;
  box-shadow: 5px 5px 10px 0px #A6ABBD, -5px -5px 10px 0px #FAFBFF;
  border-color: #474d55;
  color: #fff;
}