:root {
	--main-color: #5b90f7;
	--main-color-hover: #5787e3;
	--light-blue: #e8effd;
	--font-regular: "ProximaNova-Regular", Arial, sans-serif;
	--font-bold: "ProximaNova-Bold", Arial, sans-serif;
	--font-medium: "ProximaNova-Medium", Arial, sans-serif;
}

@font-face {
	font-family: ProximaNova-Black;
	src: url(/fonts/ProximaNova-Black.ttf);
	font-weight: normal;
	font-display: swap;
}

@font-face {
	font-family: ProximaNova-Bold;
	src: url(/fonts/ProximaNova-Bold.ttf);
	font-weight: normal;
	font-display: swap;
}

@font-face {
	font-family: ProximaNova-Medium;
	src: url(/fonts/ProximaNova-Medium.ttf);
	font-weight: normal;
	font-display: swap;
}


@font-face {
	font-family: ProximaNova-Regular;
	src: url(/fonts/ProximaNova-Regular.ttf);
	font-weight: normal;
	font-display: swap;
}

@font-face {
	font-family: ProximaNova-Semibold;
	src: url(/fonts/ProximaNova-Semibold.ttf);
	font-weight: normal;
	font-display: swap;
}



.goog-te-banner-frame {
	display: none !important;
}

a:active,
a:focus {
	outline: none;
}

input:active,
input:focus,
textarea:active,
textarea:focus {
	box-shadow: none !important;
	outline: none !important;
	border-color: #e6e6e6 !important;

}

button:active,
button:focus {
	box-shadow: none;
	outline: none !important;

}

.header-inner {
	display: grid;
	gap: 20px;
	grid-template-columns: 150px 200px 1fr auto;
	align-items: center;
	padding: 10px 0;
}

.language-box {
	display: flex;
	justify-content: center;
}

#language {
	display: flex;
	padding-left: 10px;
}

#language a {
	display: flex;
	height: 34px;
	width: 34px;
	justify-content: center;
	align-items: center;
	margin-right: 10px;
	font-size: 13px;
	color: #121212;
	border-radius: 7px;
	cursor: pointer;
}

#language a:last-child {
	margin-right: 0;
}

#language a:hover {
	color: var(--main-color-hover);

}

#language a.selected-language {
	cursor: default;
	background-color: var(--light-blue);
	color: var(--main-color);
}

#language a.selected-language {
	cursor: default;
	background-color: var(--light-blue);
	color: #304266;
}

.right-header-box {
	display: grid;
}

.top-list {
	display: flex;
	flex-wrap: wrap;
	gap: 30px;
	margin-bottom: 0;
}

.inner-phone {
	padding-right: 100px;
	position: relative;
}

.top-list a {
	color: #333;
	font-size: 14px;
}

.top-list a:hover {
	color: var(--main-color-hover);
}

body {
	font-family: var(--font-regular);
	font-weight: 400;
	color: #121212;
	font-size: 15px;
	line-height: 20px;
	width: 100%;
	top: 0 !important;
	position: static !important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	color: #000;
	font-family: var(--font-bold);
}

/* default font size */
.fa {
	font-size: 14px;
}

/* Override the bootstrap defaults */
h1 {
	font-size: 33px;
}

h2 {
	font-size: 27px;
}

h3 {
	font-size: 21px;
}

h4 {
	font-size: 15px;
}

h5 {
	font-size: 12px;
}

h6 {
	font-size: 10.2px;
}

a {
	color: var(--main-color);
}

a:hover {
	text-decoration: none;
}

legend {
	font-size: 18px;
	padding: 7px 0px
}

label {
	font-size: 14px;
	font-weight: normal;
}

select.form-control,
textarea.form-control,
input[type="text"].form-control,
input[type="password"].form-control,
input[type="datetime"].form-control,
input[type="datetime-local"].form-control,
input[type="date"].form-control,
input[type="month"].form-control,
input[type="time"].form-control,
input[type="week"].form-control,
input[type="number"].form-control,
input[type="email"].form-control,
input[type="url"].form-control,
input[type="search"].form-control,
input[type="tel"].form-control,
input[type="color"].form-control {
	font-size: 14px;
}

.input-group input,
.input-group select,
.input-group .dropdown-menu,
.input-group .popover {
	font-size: 14px;
}

.input-group .input-group-addon {
	font-size: 14px;
	height: 30px;
}

/* Fix some bootstrap issues */
span.hidden-xs,
span.hidden-sm,
span.hidden-md,
span.hidden-lg {
	display: inline;
}

.nav-tabs {
	margin-bottom: 15px;
}

div.required .control-label:before {
	content: '* ';
	color: #F00;
	font-weight: bold;
}

.mass-icon {
	position: fixed;
	bottom: 20px;
	left: 20px;
	height: 52px;
	width: 52px;
	z-index: 501;
	animation-name: tossing;
	-webkit-animation-name: tossing;
	animation-duration: 2s;
	-webkit-animation-duration: 2s;
	animation-iteration-count: infinite;
	-webkit-animation-iteration-count: infinite;
	background: var(--main-color);

	border-radius: 100%;
	text-align: center;
	padding-top: 17px;
	cursor: pointer;
	box-shadow: 0px 0 20px rgb(72 84 101 / 15%);

}

.mass-icon:hover,
.mass-icon-close:hover,
.mass-inner a:hover {
	opacity: 0.96;
}

.mass-icon-close {
	position: fixed;
	bottom: 20px;
	left: 20px;
	height: 52px;
	width: 52px;
	z-index: 501;

	background: var(--main-color);

	border-radius: 100%;
	text-align: center;
	padding-top: 17px;
	cursor: pointer;
	box-shadow: 0px 0 20px rgb(72 84 101 / 15%);


}

.mass-icon-close i {
	color: #fff;
	font-size: 15px;


}

.mass-icon i {
	color: #fff;
	font-size: 15px;
}

.mass-inner {
	display: block;
	position: fixed;
	bottom: 83px;
	left: 20px;
	z-index: 501;


}

.mass-inner-hidden {
	display: none;
}

.mass-inner a {
	display: block;
	height: 52px;
	width: 52px;
	z-index: 501;
	border-radius: 100%;

	margin-bottom: 15px;
	z-index: 501;

}

.mass-inner a img {
	width: 100%;
	height: 100%;
}

.search-inner {
	position: relative;
}

.search-inner__btn {
	height: 45px;
	width: 45px;
	background-color: transparent;
	background-image: url(/image/search.png);
	background-repeat: no-repeat;
	background-size: 22px;
	background-position: center;
	position: relative;
	border-radius: 10px;
}

.search-inner__btn:hover {
	box-shadow: 0 0 30px rgba(0, 0, 0, .05);
	cursor: pointer;
}


.cross-search {

	background-image: url(/image/close.png);
	background-size: 15px;
}


.search-inner__input {
	display: none;
	width: 400px;
	position: absolute;
	top: calc(100% + 11px);
	right: calc(100% - 45px);
}

.search-inner__input.visible-search {
	display: block;
	border: 1px solid #ddd;
	border-radius: 7px;
}


#search .input-lg {
	height: 45px;
	line-height: 20px;
	padding: 0 22px;
	background: #fff;
	border-color: transparent;
	color: #121212;
	font-size: 16px;
	box-shadow: none;
}

#search .input-lg:focus {
	box-shadow: none !important;
	outline: none !important;
	border-color: transparent !important;
}

#search .btn-lg {
	color: #121212;
	font-size: 15px;
	height: 45px;
	width: 45px;
	display: flex;
	align-items: center;
	justify-content: center;
	background: #fff;
	border-color: transparent;
	box-shadow: none;
	padding: 13px;
}

.account-inner .dropdown-toggle {
	height: 45px;
	width: 45px;
	border-radius: 10px;
	display: flex;
	background-color: transparent;
	background-image: url(/image/user.png);
	background-repeat: no-repeat;
	background-size: 22px;
	background-position: center;

}

.account-inner .dropdown-toggle:hover {
	box-shadow: 0 0 30px rgba(0, 0, 0, .05);
}

.account-inner .dropdown-menu {

	background: #fff;
	border: none;
	padding: 15px 10px;
	box-shadow: 0 0 30px rgb(0 0 0 / 20%);
	border-radius: 10px;
}

.account-inner .dropdown-menu a {
	color: #121212;
	display: flex;
	align-items: center;
	padding: 5px 20px;
}

.account-inner .dropdown-menu a svg {
	height: 18px;
	margin-right: 8px;
}

.account-inner .dropdown-menu a:hover {
	color: var(--main-color-hover);
	background-color: #fff;
}

.right-men {
	padding-left: 0;
}

.right-header-box {
	display: flex;
	align-items: center;
	gap: 5px;
}

#search input::-webkit-input-placeholder {
	color: #777;
	font-size: 15px;
}

#search input::-moz-placeholder {
	color: #777;
	font-size: 15px;
}

#search input:focus::-webkit-input-placeholder {
	color: transparent;
}

#search input:focus::-moz-placeholder {
	color: transparent;
}


/* menu */
.main-menu {
	background-color: #2a2b28;
}

.main-menu__list {
	display: flex;
	margin-bottom: 0;
	padding: 0;
	list-style: none;
}

.main-menu__item {
	flex-grow: 1;
}

.main-menu__item a {
	color: #fff;
	padding: 15px 0;
	display: flex;
	width: 100%;
	justify-content: center;
	position: relative;
}

.main-menu__item a:hover {
	color: var(--main-color);
}

.main-menu__item a::after {
	content: '';
	position: absolute;
	right: 0;
	height: 19px;
	width: 1px;
	background-color: #4f4e58;
	opacity: 0.9;
}

.main-menu__item:first-child a::before {
	content: '';
	position: absolute;
	left: 0;
	height: 19px;
	width: 1px;
	background-color: #4f4e58;
	opacity: 0.9;
}

/* footer */
footer {
	background: #f8f9fb;
	color: #121212;
}

.footer-title {
	margin-bottom: 20px;
	font-family: "ProximaNova-Medium", Arial, sans-serif;
	font-size: 16px;
}

footer a {
	color: #333;
}

footer a:hover {
	color: var(--main-color);
}

.product-wrapper {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr 1fr;
	gap: 15px;
	padding: 15px 15px 0 15px;
}

.product-item {
	border-radius: 10px;
	box-shadow: 0 0 30px rgb(0 0 0 / 5%);
	border: 1px solid #f1f1f1;
	display: grid;
	grid-template-columns: 40% 60%;
	padding: 15px;
}

.product-item:hover {
	box-shadow: 0 0 30px rgb(0 0 0 / 10%);
	;
}

.product-item__name {
	padding-left: 15px;
}

.product-item__name a {
	color: #121212;
	font-size: 16px;
}

.product-item__name a:hover {
	color: var(--main-color-hover);
}

.info-footer {
	float: left;
	font-size: 16px;
	line-height: 25px;
}

/* alert */
.alert {
	padding: 8px 14px 8px 14px;
	background: #231f20;
	border-color: #231f20;
	color: #fff;
	position: fixed;
	right: 70px;
	bottom: 40px;
	width: 500px;
	z-index: 50;
	padding: 50px;
}

.alert button.close {
	position: absolute;
	top: -15px;
	right: -15px;
	background: #fff;
	-webkit-box-shadow: 0 0 20px rgb(0 0 0 / 15%);
	box-shadow: 0 0 20px rgb(0 0 0 / 15%);
	opacity: 1;
	height: 34px;
	width: 34px;
	font-size: 15px;
	border-radius: 100%;
	border: 1px solid #ddd;
	-webkit-transition: -webkit-transform 0.5s ease-in-out;
	transition: transform 0.5s ease-in-out;
}

.alert button.close:hover {
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg);
	-webkit-transition: -webkit-transform 0.5s ease-in-out;
	transition: transform 0.5s ease-in-out;

}

.alert a {
	color: #fbfbfb;
}

.alert i {
	display: none;
}

.mfp-image-holder .mfp-close {
	margin-top: -20px !important;
}

.mfp-image-holder .mfp-close {
	transform: none !important;
}

/* breadcrumb */
.breadcrumb {
	margin: 0;
	padding: 10px 0 0 0;
	font-size: 13px;
	background: transparent;
	display: flex;
	overflow-x: auto;
}

.breadcrumb a {
	color: #555;
	font-size: 13px;
}



.breadcrumb>li {

	padding: 0 20px;
	position: relative;
	color: #8e8d8d;
	white-space: nowrap;

}

.breadcrumb>li+li:before {
	content: '';
	padding: 0;
}

.breadcrumb>li:after {
	content: '';
	display: block;
	position: absolute;
	bottom: 6px;
	right: -5px;
	width: 6px;
	height: 6px;
	border-right: 1px solid #5c5565;
	border-bottom: 1px solid #5c5565;
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

.breadcrumb>li:first-child {
	padding-left: 0
}

.breadcrumb>li:last-child:after {
	display: none;
}

.pagination {
	margin: 0;
	margin-bottom: -5px;
}

/* buttons */
.buttons {
	margin: 1em 0;
}

.btn {
	padding: 7.5px 12px;
	font-size: 14px;
	border: 1px solid #cccccc;
	border-radius: 4px;
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, .2), 0 1px 2px rgba(0, 0, 0, .05);
}

.btn-xs {
	font-size: 9px;
}

.btn-sm {
	font-size: 10.2px;
}

.btn-lg {
	padding: 10px 16px;
	font-size: 15px;
}

.btn-group>.btn,
.btn-group>.dropdown-menu,
.btn-group>.popover {
	font-size: 12px;
}

.btn-group>.btn-xs {
	font-size: 9px;
}

.btn-group>.btn-sm {
	font-size: 10.2px;
}

.btn-group>.btn-lg {
	font-size: 15px;
}

.btn-default {
	color: #777;

	background-color: #e7e7e7;
	background-image: linear-gradient(to bottom, #eeeeee, #dddddd);
	background-repeat: repeat-x;
	border-color: #dddddd #dddddd #b3b3b3 #b7b7b7;
}

.btn-primary {
	color: #ffffff;
	padding: 15px 40px;
	background-color: var(--main-color);
	border-color: var(--main-color);
	border-radius: 7px;
}

.btn-primary:hover,
.btn-primary:active,
.btn-primary.active,
.btn-primary.disabled,
.btn-primary[disabled] {
	background-color: var(--main-color-hover);
	border-color: var(--main-color-hover);
	box-shadow: none;
}

.btn-warning {
	color: #ffffff;

	background-color: #faa732;
	background-image: linear-gradient(to bottom, #fbb450, #f89406);
	background-repeat: repeat-x;
	border-color: #f89406 #f89406 #ad6704;
}

.btn-warning:hover,
.btn-warning:active,
.btn-warning.active,
.btn-warning.disabled,
.btn-warning[disabled] {
	box-shadow: inset 0 1000px 0 rgba(0, 0, 0, 0.1);
}

.btn-danger {
	color: #ffffff;

	background-color: #da4f49;
	background-image: linear-gradient(to bottom, #ee5f5b, #bd362f);
	background-repeat: repeat-x;
	border-color: #bd362f #bd362f #802420;
}

.btn-danger:hover,
.btn-danger:active,
.btn-danger.active,
.btn-danger.disabled,
.btn-danger[disabled] {
	box-shadow: inset 0 1000px 0 rgba(0, 0, 0, 0.1);
}

.btn-success {
	color: #ffffff;

	background-color: #5bb75b;
	background-image: linear-gradient(to bottom, #62c462, #51a351);
	background-repeat: repeat-x;
	border-color: #51a351 #51a351 #387038;
}

.btn-success:hover,
.btn-success:active,
.btn-success.active,
.btn-success.disabled,
.btn-success[disabled] {
	box-shadow: inset 0 1000px 0 rgba(0, 0, 0, 0.1);
}

.btn-info {
	color: #ffffff;

	background-color: #df5c39;
	background-image: linear-gradient(to bottom, #e06342, #dc512c);
	background-repeat: repeat-x;
	border-color: #dc512c #dc512c #a2371a;
}

.btn-info:hover,
.btn-info:active,
.btn-info.active,
.btn-info.disabled,
.btn-info[disabled] {
	background-image: none;
	background-color: #df5c39;
}

.btn-link {
	border-color: rgba(0, 0, 0, 0);
	cursor: pointer;
	color: #23A1D1;
	border-radius: 0;
}

.btn-link,
.btn-link:active,
.btn-link[disabled] {
	background-color: rgba(0, 0, 0, 0);
	background-image: none;
	box-shadow: none;
}

.btn-inverse {
	color: #ffffff;

	background-color: #363636;
	background-image: linear-gradient(to bottom, #444444, #222222);
	background-repeat: repeat-x;
	border-color: #222222 #222222 #000000;
}

.btn-inverse:hover,
.btn-inverse:active,
.btn-inverse.active,
.btn-inverse.disabled,
.btn-inverse[disabled] {
	background-color: #222222;
	background-image: linear-gradient(to bottom, #333333, #111111);
}

/* list group */
.list-group a {
	border: none;
	color: #444444;
	line-height: 1;
	padding: 8px 12px;
}

.list-group a.active,
.list-group a.active:hover,
.list-group a:hover {
	color: #141414;
	background: none;
}

/* carousel */
.carousel-caption {
	color: #FFFFFF;

}

.carousel-control .icon-prev:before {
	content: '\f053';
	font-family: FontAwesome;
}

.carousel-control .icon-next:before {
	content: '\f054';
	font-family: FontAwesome;
}


.thumbnail {
	border: none;
}

.thumbnails {
	overflow: auto;
	clear: both;
	list-style: none;
	padding: 0;
	margin: 0;
}

.thumbnails>li {
	margin-left: 20px;
}

.thumbnails {
	margin-left: -20px;
}

.thumbnails>img {
	width: 100%;
}

.image-additional a {
	margin-bottom: 20px;
	padding: 5px;
	display: block;

}

.image-additional {
	max-width: 78px;
}

#content {
	padding-bottom: 70px;
}

@media (min-width: 1200px) {

	#content .col-lg-2:nth-child(6n+1),
	#content .col-lg-2:nth-child(6n+1),
	#content .col-lg-3:nth-child(4n+1),
	#content .col-lg-4:nth-child(3n+1),
	#content .col-lg-6:nth-child(2n+1) {
		clear: left;
	}
}

@media (min-width: 992px) and (max-width: 1199px) {

	#content .col-md-2:nth-child(6n+1),
	#content .col-md-2:nth-child(6n+1),
	#content .col-md-3:nth-child(4n+1),
	#content .col-md-4:nth-child(3n+1),
	#content .col-md-6:nth-child(2n+1) {
		clear: left;
	}
}

@media (min-width: 768px) and (max-width: 991px) {

	#content .col-sm-2:nth-child(6n+1),
	#content .col-sm-2:nth-child(6n+1),
	#content .col-sm-3:nth-child(4n+1),
	#content .col-sm-4:nth-child(3n+1),
	#content .col-sm-6:nth-child(2n+1) {
		clear: left;
	}
}

/* fixed colum left + content + right*/
@media (min-width: 768px) {
	#column-left .product-layout .col-md-3 {
		width: 100%;
	}

	#column-left+#content .product-layout .col-md-3 {
		width: 50%;
	}

	#column-left+#content+#column-right .product-layout .col-md-3 {
		width: 100%;
	}

	#content+#column-right .product-layout .col-md-3 {
		width: 100%;
	}
}

/* fixed product layouts used in left and right columns */
#column-left .product-layout,
#column-right .product-layout {
	width: 100%;
}

/* fixed mobile cart quantity input */
.input-group .form-control[name^=quantity] {
	min-width: 50px;
}

/* Missing focus and border color to overwrite bootstrap */
.btn-info:hover,
.btn-info:active,
.btn-info.active,
.btn-info.disabled,
.btn-info[disabled] {
	background-image: none;
	background-color: #df5c39;
}


.catimg img {
	max-width: 100%;
}


@media (min-width: 1200px) {
	.container {
		width: 1180px;
	}
}

@media (min-width: 1350px) {
	.container {
		width: 1280px;
	}
}

@media (min-width: 1500px) {
	.container {
		width: 1380px;
	}
}


#toTop {
	right: 40px;
	bottom: 100px;
	color: #000000;
	cursor: pointer;
	font-size: 30px;
	position: fixed;
	-webkit-transform: rotate(90deg);
	transform: rotate(90deg);
	float: left;
	z-index: 5000000000;
	background-color: #fff;
	box-shadow: 0 0 20px rgb(0 0 0 / 10%);
	display: flex;
	align-items: center;
	justify-content: center;
	height: 50px;
	width: 50px;
	border-radius: 15px;
	padding-bottom: 3px;
}

#toTop:hover {
	color: #fff;
	background-color: var(--main-color);
	box-shadow: 0 0 20px rgb(0 0 0 / 25%);
}


.menu-inner {
	background: #231f20;
	min-height: 62px;
}

.acc-inner a {
	background-image: url(/image/user.svg);
	background-size: 15px;
	background-repeat: no-repeat;
	display: block;
	padding-left: 27px;
	background-position-y: 1px;
	font-family: "ProximaNova-Medium", Arial, sans-serif;
}

.inner-phone span {
	height: 45px;
	display: flex;
	align-items: center;
	position: relative;
}

.inner-phone a {
	color: #121212;
	font-size: 17px;

}

.inner-phone i {
	font-size: 11px;
	margin-left: 7px;

}

.inner-phone:hover {
	cursor: default;
}

.dop-nomera {
	display: none;
	position: absolute;
	left: 0;
	padding: 20px;
	width: 225px;
	font-size: 13pt;
	z-index: 100;
	text-align: left;
	border-radius: 10px;
	border: 1px solid #eee;
	background: #fff;
	-webkit-box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
	box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);

}

.dop-nomera a.call-header {
	float: right;
	background: var(--main-color);
	padding: 15px 0;
	display: block;
	width: 100%;
	color: #fff;
	text-align: center;
	border-radius: 7px;
	color: #fff;
	box-shadow: 6px 6px 12px rgb(91 144 247 / 20%);
	font-size: 16px;
}

.dop-nomera a.call-header:hover {
	color: #fff;
	background-color: var(--main-color-hover);
	text-decoration: none;
	cursor: pointer;
}

.inner-phone:hover .dop-nomera {
	display: table
}


.dop-nomera a {
	display: inline-block;
	padding: 0 20px 7px 0;
	clear: both;
	line-height: 20px;
	color: #000;
	font-size: 17px;
	text-transform: none;
}

.header-menu-btn {
	width: 50px;
	height: 16px;
	margin-top: 6px;
	float: left;
	cursor: pointer;
}

.header-menu-line:nth-child(1) {
	width: 25px;
	margin-bottom: 7px;
}

.header-menu-line:nth-child(2) {
	width: 17px;
}

.header-menu-line {
	background: #fff;
	height: 2px;
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
}

.container-home {
	width: 100%;
	padding: 0 15px;
}

.row-home {
	margin: 0;
}

.container-home #content {
	padding: 0;
}

.common-home .md-home {
	padding: 0;
}

.ho-name {
	color: #000;
	font-family: var(--font-bold);
	font-size: 20px;
	display: block;
	margin-bottom: 10px;
}

.ho-btn {
	font-family: "ProximaNova-Medium", Arial, sans-serif;
}

.ho-btn i {
	font-size: 12px;
	margin-left: 7px;
}



.rating .fa-stack {
	font-size: 8px;

	width: 14px;
	height: 14px;
	line-height: 14px;

}

.name-title a {
	color: #000;
}

.name-title {
	color: #000;
	font-size: 17px;
	min-height: 60px;
}

.account-login .breadcrumb {
	margin-bottom: 30px;
}


.title-home {
	color: #000;
	font-family: var(--font-bold);
	font-size: 27px;
	line-height: 28px;
	margin: 20px 0;
	padding-left: 5px;
}


.text-cat::-webkit-scrollbar-button {
	background-image: url('');
	background-repeat: no-repeat;
	width: 5px;
	height: 0px
}

.text-cat::-webkit-scrollbar-track {
	background-color: #F4F5F5
}

.text-cat::-webkit-scrollbar-thumb {
	-webkit-border-radius: 0px;
	border-radius: 0px;
	background-color: #7D7D7D;
}

.text-cat::-webkit-scrollbar-thumb:hover {
	background-color: black;
}

.text-cat::-webkit-resizer {
	background-image: url('');
	background-repeat: no-repeat;
	width: 4px;
	height: 0px;

}

.text-cat::-webkit-scrollbar {
	width: 4px;

}

.text-cat::-webkit-scrollbar {
	width: 3px !important;
}

.text-cat::-webkit-scrollbar-button {
	background-image: url('');
	background-repeat: no-repeat;
	width: 5px;
	height: 0px
}

.text-cat::-webkit-scrollbar-track {
	background-color: #383838;
	border-left: 1px solid #f6f6f6;
	border-right: 1px solid #f6f6f6;
}

.text-cat::-webkit-scrollbar-thumb {
	-webkit-border-radius: 15px;
	border-radius: 15px;
	background-color: #383838;
	width: 6px
}

.text-cat::-webkit-scrollbar-thumb:hover {
	background-color: #000;
}

.text-cat::-webkit-resizer {
	background-image: url('');
	background-repeat: no-repeat;
	width: 4px;
	height: 0px
}

.container-brands {
	margin-top: 80px;
	margin-bottom: 65px;
}

.container-brands img {
	margin: 0 auto;
}

.border-inner {
	border: 1px solid #f1f1f1;
	padding-right: 11px;
}

.container-category #column-left {
	border-right: 1px solid #f1f1f1;
	padding-right: 0;

}

.row-controls {
	border-left: 1px solid #f1f1f1;
	border-bottom: 1px solid #f1f1f1;
	margin: -1px -12px 0 -16px;
	padding: 25px;

}

.catname {
	margin-top: 15px;

}

.catname a {
	color: #121212;
	font-size: 16px;
	font-family: "ProximaNova-Medium", Arial, sans-serif;
}


.pagination-inner {
	margin: 30px 0px -10px 0px;
    /* border-bottom: 1px solid #EAF1F5; */
    border-left: 1px solid #EAF1F5;
    /* border-top: 1px solid #EAF1F5; */
	text-align: center;
}

.pagination>.active>a,
.pagination>.active>a:focus,
.pagination>.active>a:hover,
.pagination>.active>span,
.pagination>.active>span:focus,
.pagination>.active>span:hover {
	background-color: #5b90f7;
	border-color: #5b90f7;
	color: #fff;
	border-radius: 15px;
	
	font-family: "ProximaNova-Semibold", Arial, sans-serif;
}

.pagination>li:first-child>a,
.pagination>li:first-child>span {
	margin-left: 0px;
	border-top-left-radius: 15px;
	border-bottom-left-radius: 15px;

}

.pagination>li>a,
.pagination>li>span {
	position: relative;
	display: block;
	height: 50px;
	width: 50px;
	float: left;
	margin: 0 0px;


	line-height: 1.42857143;
	color: #121212;
	text-decoration: none;
	background-color: #fff;
	border: 1px solid #fff;
	text-align: center;
	padding-top: 15px;
}

.pagination>li:last-child>a,
.pagination>li:last-child>span {
	border-top-right-radius: 15px;
	border-bottom-right-radius: 15px;
}

.pagination>li>a:focus,
.pagination>li>a:hover,
.pagination>li>span:focus,
.pagination>li>span:hover {
	z-index: 3;
	color: var(--main-color);
	background-color: #fff;
	border-color: transparent;
}

.inner-more {
	padding-right: 3px;
	margin-left: -1px;
}


.info-prod-inner {
	padding: 0;
	border-left: 1px solid #f1f1f1;
	margin-left: -1px;
}

.desk-prod {
	float: left;
	width: 100%;
	border-top: 1px solid #f1f1f1;
}

.img-prod-inner {
	border-right: 1px solid #f1f1f1;
}

.buy-cl-inner {
	width: 50%;
	float: left;
}

.one-cl-inner {
	width: 50%;
	float: left;
}

.info-prod-inner h1 {
	font-size: 26px;
}

.info-prod-inner .rating .fa-star {

	font-size: 11px;
}

.hone-kod .rating a {
	color: #63717d;
	padding-left: 20px;
	margin-left: 10px;
	font-size: 14px;
	background-image: url(/image/speech-bubbles.svg);
	background-repeat: no-repeat;
	background-size: 15px;
	background-position-x: left;
	background-position-y: center;
	padding: 4px 0 0 25px;

}

.hone-kod {
	border-bottom: 1px solid #f1f1f1;
	padding: 30px 40px;
}

.hone-kod .rating {
	width: 50%;
	float: left;
}

.hone-kod .rating p {
	margin-bottom: 0;
}

.hone-kod h1 {
	margin-top: 0;
}

.hone-kod .box-mod {
	width: 50%;
	float: left;
	text-align: right;
}

.box-all-inf {
	padding: 35px 40px;
	border-bottom: 1px solid #f1f1f1;

}

.box-stock {
	background: #ecffe9;
	color: #359d3f;
	padding: 7px 35px;
	float: left;
}

.box-out {
	background: #ffe9e9;
	color: #7c2d2d;
	padding: 7px 35px;
	float: left;
}

.box-stock-inner {
	width: 100%;
	float: left;
}

.box-man {
	margin: 15px 0 25px 0;
	float: left;
	width: 100%;
}

.box-man a {
	color: #000;
}

.manuf-empty {
	padding: 50px;
}

.manuf-empty p {
	font-size: 16px;
	margin-bottom: 20px;
}

.price-line {
	color: #222;
	text-decoration: line-through solid #ff5500;
	font-size: 32px;
	margin-bottom: 15px;
	font-family: var(--font-regular);
}

.price-h2 {
	color: #111;
	font-size: 32px;
	font-family: var(--font-bold);
	margin-right: 20px;
}

.specialspr {
	width: 100%;
	float: left;
}

.specialspr .price-line {
	float: left;
}

.specialspr .price-h2 {
	float: left;
}

.row-product-page {
	margin-top: 20px;
}

.buy-cl-inner button {
	width: 100%;
	border: none;
	display: block;
	background: var(--main-color);

	height: 55px;

	color: #fff;
	border-radius: 7px;

	font-size: 15px;
}

.one-cl-inner {
	padding-left: 10px;
}

.one-cl-inner a {
	height: 55px;
	padding: 18px;

	background: #ffffff;
	border-color: #98a4be;
	color: #3a4767;
	font-size: 15px;
	box-shadow: none;
}

.one-cl-inner a:hover,
.one-cl-inner a:active,
.one-cl-inner a:focus {

	background: #ffffff !important;
	border-color: var(--main-color) !important;
	color: var(--main-color) !important;

	box-shadow: none !important;
}

.buy-cl-inner button:hover,
.buy-cl-inner button:active,
.buy-cl-inner button:focus {
	color: #fff !important;
	background-color: var(--main-color) !important;
	text-decoration: none !important;
	cursor: pointer !important;
	outline: none !important;
	box-shadow: none !important;
}

.dop-images {
	max-height: 115px;
	overflow: hidden;
	margin-bottom: 30px;
	padding-left: 20px;
}

.mark-dost {
	width: 33.33%;
	float: left;
}

.mark-opl {
	width: 33.33%;
	float: left;
}

.mark-cont {
	width: 33.33%;
	float: left;
}

.mark-prod {
	padding: 35px 40px;
}

.mark-prod ul {
	margin-bottom: 0;
}

.mark-prod img {
	height: 29px;
	float: left;
	margin-right: 13px;
}

.mark-prod p {
	font-family: var(--font-bold);
	margin: 5px 0 22px 0;
}

.desk-prod .nav-tabs {
	border-bottom: 1px solid #f1f1f1;
	margin-bottom: 0;
}

.nav-tabs>li.active>a,
.nav-tabs>li.active>a:focus,
.nav-tabs>li.active>a:hover {
	border: none;
	font-size: 16px;
	border-bottom: 2px solid var(--main-color);
	color: #000;
}

.nav-tabs>li>a {
	margin-right: 10px;
	line-height: 1.42857143;
	border: none;
	border-bottom: 2px solid transparent;
	color: #3a3a3a;
	font-size: 16px;
	padding: 25px;


}

.nav-tabs>li>a:hover {
	background: none;
	color: #000;
	border: none;
	border-bottom: 2px solid transparent;
}

.desk-prod .tab-content {
	padding: 30px;
	border-bottom: 1px solid #f1f1f1;
}

.form-re-inner {
	float: left;
	width: 40%;
}

.title-rev {
	font-family: var(--font-bold);
	font-size: 25px;
	margin-bottom: 20px;
}

.form-re-inner input {
	height: 55px;
	border-radius: 0;
	box-shadow: none;
	border: 1px solid #e6e6e6;
	padding-left: 15px;
}

.form-re-inner textarea {
	height: 95px;
	border-radius: 0;
	box-shadow: none;
	border: 1px solid #e6e6e6;
	padding-left: 15px;
	padding-top: 14px;
	resize: none;
}

.stars-input input {
	height: initial;
}

.btn-re button {
	padding: 17px 30px;
	font-family: var(--font-bold);
	font-size: 14px;
}

.btn-re {
	margin-bottom: 0;
}

.title-modul {
	font-family: var(--font-bold);
	font-size: 24px;
	margin-bottom: 15px;
}

.row-border {
	border: 1px solid #f1f1f1;
	margin: 20px 0 0 0;
	border-bottom: none;

}

#review {
	float: left;
	width: 100%;
}

.rev-form {
	display: none;
}

.rev-form-vis {
	display: block !important;
}

.name-left {
	font-size: 15px;
	color: #121212;
	width: 50%;
	float: left;
	font-family: var(--font-bold);
}

.prod-rew-inner {
	border: 1px solid #f1f1f1;
	padding: 30px;
	margin-bottom: 10px;
}

#rev-formid {
	border: 1px solid #f1f1f1;
	padding: 40px;
	margin-bottom: 10px;
}

.btn-re button {
	border-color: var(--main-color);
}

.wh-box {
	border: 1px solid #f1f1f1;
	padding: 20px 30px;
	margin-bottom: 20px;
	overflow: hidden;
	background: #fbfbfb;
}

.wh-text {
	float: left;
	font-size: 20px;
	margin-top: 18px;
}

.write-re {
	float: right;
	background: var(--main-color);
	padding: 18px 60px;
	text-align: center;
	border-radius: 7px;
	color: #fff;
	cursor: pointer;
}

.write-re:hover {
	color: #fff;
	background-color: #1178ce;
	text-decoration: none;
	cursor: pointer;
}

.revs-box {
	margin: 5px 0 15px;
}

.reviews-body {
	font-size: 15px;
	color: #555;
}

.data-right {
	font-size: 15px;
	color: #666;
	width: 50%;
	float: left;
	text-align: right;
}

.answer_admin {
	background: #fbfcfd;
	border: 1px solid #cfe0ed;
	padding: 30px;
	margin-bottom: 10px;
}

.answer_admin p {
	margin-bottom: 0;
}

.admin_avtor {
	margin-bottom: 10px;
	font-size: 15px;
	color: #121212;
	font-family: var(--font-bold);

}

.inner-plus-minus {
	margin: 20px 0 25px 0;
	float: left;
}

.like-prod {
	float: right;
	margin: 20px 0 25px 0;
}

.like-prod button {
	width: 45px;
	height: 45px;
	border: none;
	display: block;
	float: right;
	text-align: center;
	font-size: 15px;
	cursor: pointer;

	box-shadow: none;
	border-radius: 0;

}

.like-he {
	background: transparent;
	background: url(/image/bla-heart.svg) no-repeat;
	background-size: 25px;
	background-position: center;
	opacity: 0.7;
}

.comp-he {
	background: transparent;
	background: url(/image/bla-balan.svg) no-repeat;
	background-size: 25px;
	background-position: center;
	opacity: 0.7;
}

.like-he:active,
.like-he:focus {
	background: transparent !important;
	background: url(/image/bla-heart.svg) no-repeat !important;
	background-size: 25px !important;
	background-position: center !important;
	opacity: 0.7 !important;
	box-shadow: none !important;
}

.comp-he:active,
.comp-he:focus {
	background: transparent !important;
	background: url(/image/bla-balan.svg) no-repeat !important;
	background-size: 25px !important;
	background-position: center !important;
	opacity: 0.7 !important;
	box-shadow: none !important;
}

.main-image {
	width: 75%;
	float: right;
}

.all-images {
	float: left;
	margin-left: 30px;
	margin-top: 30px;
	height: 605px;
	overflow: hidden;
}

.table-bordered>thead>tr>td,
.table-bordered>thead>tr>th {
	border-bottom-width: 1px;
}

.table>tbody>tr>td,
.table>tbody>tr>th,
.table>tfoot>tr>td,
.table>tfoot>tr>th,
.table>thead>tr>td,
.table>thead>tr>th {
	padding: 13px;
}

.table-bordered>tbody>tr>td,
.table-bordered>tbody>tr>th,
.table-bordered>tfoot>tr>td,
.table-bordered>tfoot>tr>th,
.table-bordered>thead>tr>td,
.table-bordered>thead>tr>th {
	border: 1px solid #f1f1f1;
}

.table-bordered {
	border: 1px solid #f1f1f1;
}

thead {
	background: #fbfbfb;
	color: #000;
	font-family: var(--font-bold);
	font-size: 17px;
}

.no-rew {
	height: 26px;
	margin-right: 15px;
	margin-top: -2px;
}

.p-empty {
	margin-top: 24px;
}

.row-related {
	margin-left: -15px;
	margin-right: -20px;
	border-bottom: 1px solid #f1f1f1;
	margin-bottom: -1px;
}

.container-manuf .border-inner {
	padding: 40px;
}

.inner-man {
	text-align: center;
}

.inner-man img {
	margin: 0 auto 10px auto;
}

.inner-man a {
	color: #121212;
	font-size: 16px;
}

.top-manuf {
	margin-bottom: 40px;
}

.top-manuf a {
	color: #555;
}


.inner-lang .dropdown-menu {
	width: 46px;
	max-width: 46px;
	min-width: 46px;
	border-radius: 0;
	-webkit-box-shadow: 0 10px 30px rgb(0 0 0 / 20%);
	box-shadow: 0 10px 30px rgb(0 0 0 / 20%);
	border-color: #f1f1f1;
	margin-top: 19px;
	text-align: center;
	padding: 0;
}

.inner-lang .dropdown-menu>li>a {
	padding: 10px 0;
	font-size: 16px;


}

.inner-lang .dropdown-menu li>a:hover {
	background: #fff;
	color: var(--main-color);
}

#language button:hover,
#language button:active,
#language button:focus {
	text-decoration: none;
}

.inner-last-news {
	position: relative;
	margin-bottom: 30px;
}

.inner-last-news .owl-carousel .owl-buttons .owl-prev {
	top: -60px;
	right: 60px;
	left: initial;
	opacity: 0.7;
	width: 41px;
	height: 41px;
	padding-top: 9px;
	border-color: #a7a7a7;
}

.inner-last-news .owl-carousel .owl-buttons .owl-next {
	top: -60px;
	right: 5px;
	left: initial;
	opacity: 0.7;
	width: 41px;
	height: 41px;
	padding-top: 9px;
	border-color: #a7a7a7;
}

.inner-last-news .owl-carousel .owl-buttons div i {
	font-size: 10px;
}

.news-tumb {
	padding: 0 5px;
}

.title-l-news {
	margin-top: 20px;
}

.title-l-news a {
	color: #222;
	font-size: 17px;
	min-height: 40px;
}

.data-l-news {
	font-size: 17px;
	color: #777;
	margin-top: 10px;
}

.more-news {
	border: 1px solid #d8d8d8;
	padding: 19px 57px;
	display: inline-table;
	margin-top: 40px;
	color: #121212;
	border-radius: 2px;
	margin-left: 5px;
}

.list-social li {
	float: left;
	padding-right: 5px;
	margin-top: 30px;

}

.list-social li i {
	font-size: 13px;
}

.list-social li a {
	display: block;
	float: left;
	text-align: center;
	height: 42px;
	width: 42px;
	padding-top: 10px;
	border: 1px solid #d8d8d8;
	color: #333;

}

.list-social li a:hover {
	color: var(--main-color);
	border-color: var(--main-color);
}

.list-phone a {
	font-size: 18px;

	color: #121212;
}

.list-phone li {
	margin-bottom: 5px;
}

.visa-master img {
	margin-right: 10px;
}



.like-he:hover {
	background-color: transparent;
}

.comp-he:hover {
	background-color: transparent;
}

#popupcart_extended .close {
	width: 30px;
}



.row-rat {
	margin: 0;
}

.row-board {
	border: 1px solid #f1f1f1;
}


#ratingModalTitle {
	font-family: var(--font-bold);
	color: #121212;
	font-size: 25px;
	margin-bottom: 20px;
}

#ratingModalDesc .col input {
	height: 50px;
	border-radius: 7px;
	box-shadow: none;
	border-color: #dbdbdb;
	background: #fff;
	margin-bottom: 15px;
}

#ratingModalDesc .col textarea {
	height: 100px;
	border-radius: 7px;
	box-shadow: none;
	border-color: #dbdbdb;
	background: #fff;
	resize: none;
	padding-top: 12px;
}

.newShopRatingForm textarea {
	resize: vertical;
}

.newShopRatingForm h4 {
	font-weight: 600;
}

.newShopRatingForm .field_desc {
	margin-bottom: 10px;
	font-size: 12px;
	color: #9c9c9c;
	font-style: italic;
}

.rate_separator {
	border-top: 1px solid #e5e5e5;
	height: 10px;
}

.rate-cancel {
	position: absolute;
	top: 20px;
	right: 20px;
	height: 24px;
	width: 24px;

	border: none;
	box-shadow: none;
	background: url(/image/multiply.svg);
	background-size: 100%;
	background-repeat: no-repeat;
}

label.custom-types {
	margin-right: 10px;
	font-weight: 600;
}

.rate-star {
	width: 30px;
	height: 20px;
	background: url("../image/shop_rate/rate-stars.png") top center no-repeat;
	display: inline-block;
	cursor: pointer;
}

.rate-star.small-stars {
	width: 12px;
	height: 11px;
	background-size: 100% auto;

}

.rate-star-show {
	width: 21px;
	height: 20px;
	background: url("../image/shop_rate/rate-stars.png") top center no-repeat;
	background-size: 100% auto;
	display: inline-block;
}

.rate-star-show.small-stars {
	width: 12px;
	height: 11px;
	background-size: 100% auto;

}

.summary-rate-star-show {
	width: 105px;
	height: 20px;
	background: url("../image/shop_rate/rate-stars.png") repeat-x 0 0;
	margin-bottom: 10px;

}

.summary-rate-star-show.star-change {
	background: url("../image/shop_rate/rate-stars.png") repeat-x 0 -30px;
	margin: 0;
}

.shop_summary_rating {
	padding: 45px 0;

}

.big-rating {
	font-size: 30px;
	color: #817f7f;
	margin-bottom: 10px;
}

.big-rating span {
	font-size: 40px;
	color: #000;
	margin-right: 5px;
}

.last-shop-ratings.vertical .shop_summary_rating {
	padding: 15px;
	border: 1px solid #00bbd3;
	margin-bottom: 20px;
	background-color: rgba(0, 187, 211, 0.08);
	border-radius: 4px;
	margin: 5px;
}

.last-shop-ratings.vertical .shop_summary_general {
	float: none;
	color: #131521;
	width: 100%;
}

.last-shop-ratings.horizontal .shop_summary_rating {
	padding: 15px;
	border: 1px solid #00bbd3;
	margin-bottom: 20px;
	background-color: rgba(0, 187, 211, 0.08);
	border-radius: 4px;
	margin: 20px 0 0 0;
	float: left;
	width: 30%;

	min-height: 180px;
}

.last-shop-ratings.horizontal .block_content_wrapper {
	padding: 15px;
	float: left;
	width: 70%;
}

.last-shop-ratings.horizontal .shop_summary_general {
	float: none;
	color: #131521;
	width: 100%;
}

.shop_summary_general_rating {
	text-align: center;
	font-weight: bold;
	color: #00bbd3;
	font-size: 36px;
	line-height: 50px;
	width: 65px;
	margin: 5px auto;
	background: #fff;
	border: 1px solid #00bbd3;
	border-radius: 4px;
}

.shop_summary_general {
	width: 100%;
	margin-bottom: 20px;
	color: #222;
}

.shop_summary_detail {
	width: 100%;
	margin: 30px 0;
	color: #222;
}

.shop_summary_add_rating {
	width: 100%;

	color: #222;

}

.rating_btn.add_rating-button {

	border: none;
	float: left;
	background-color: var(--main-color);
	color: #fff;
	border-radius: 10px;
	padding: 17px 40px;
	text-align: center;
	font-size: 15px;
}

.rating_btn.add_rating-button:hover {
	color: #fff;
	background-color: var(--main-color-hover);
	text-decoration: none;
	cursor: pointer;
}

.rating_btn {
	display: inline-block;
	padding: 6px 12px;
	margin-bottom: 0;
	font-size: 14px;
	font-weight: 400;
	line-height: 1.42857143;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	-ms-touch-action: manipulation;
	touch-action: manipulation;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	background-image: none;
	border: 1px solid transparent;
	border-radius: 4px
}

.add_rating-button {

	border: none;
	box-shadow: none;
	background-color: var(--main-color);
	color: #fff;
	border-radius: 10px;
	padding: 18px 40px;
	text-align: center;
}

@media screen and (max-width: 991px) {
	.shop_summary_general {
		width: 49%;
	}

	.shop_summary_detail {
		width: 49%;
		float: right;
	}

	.shop_summary_add_rating {
		width: 100%;


	}

	.last-shop-ratings.horizontal .shop_summary_rating {
		width: 100%;
	}

	.last-shop-ratings.horizontal .block_content_wrapper {
		width: 100%;
	}

}


@media screen and (max-width: 767px) {
	.shop_summary_general {
		width: 49%;
	}

	.shop_summary_detail {
		width: 49%;
		float: right;
	}

	.shop_summary_add_rating {
		width: 100%;


	}

	.last-shop-ratings.horizontal .shop_summary_rating {
		width: 100%;
	}

	.last-shop-ratings.horizontal .block_content_wrapper {
		width: 100%;
	}

}

@media screen and (max-width: 480px) {

	.information-shop_rating .white-box {
		padding: 30px 0 0 0;
	}

	.shop_summary_general {
		width: 100%;
	}

	.shop_summary_detail {
		width: 100%;
		float: right;
	}

	.shop_summary_add_rating {
		width: 100%;

	}

	.rating_btn.add_rating-button {

		width: 100%;
		text-align: center;
	}

	.newShoprRating {
		padding: 20px;
	}

	.newShoprRating .col input {

		margin-top: -1px;
	}

	.newShoprRating .col textarea {
		margin-top: -1px;
	}

	.remodal-cancel {

		width: 100%;
		margin-top: 10px;
	}

	.remodal-confirm {

		width: 100%;
	}

}

.shop_summary_detail_line {
	font-size: 14px;
	height: 20px;
}

.shop_summary_detail_line .star {
	width: 30px;
	height: 15px;
	background: url("../image/shop_rate/rate-stars.png") no-repeat bottom right;
	background-size: 15px auto;
	display: inline-block;
	line-height: 16px;
}

.shop_summary_detail_line .percent_line {
	height: 10px;
	background-color: #df79d6;
	display: inline-block;
	line-height: 16px;
	border-radius: 0;
	margin: 0 10px 0 10px;
}

.shop_summary_general_title {

	font-size: 15px;
	margin-bottom: 10px;
}

.shop_summary_general_desc {
	text-align: center;
	font-size: 12px;
}

.rate-star-show.star-change {
	background-position: bottom;
}

.rate-star.star-hover,
.rate-star.star-change {
	background-position: bottom;
}

.ratings-item {
	border-radius: 15px;
	box-shadow: 0 0 30px rgb(0 0 0 / 5%);
	border: 1px solid #f1f1f1;
	padding: 30px;
	margin-bottom: 20px;
}

.newShoprRating {
	border-radius: 15px;
}

.ratings-item .ratings-item-header .rating-sender {
	float: left;
	font-size: 18px;
	margin-bottom: 10px;
	font-family: ProximaNova-Bold, Arial, sans-serif;
}

.ratings-item .ratings-item-header .rating-date {
	float: right;
}

.ratings-item .ratings-item-header .rating-sender span {
	font-size: 10px;
}

.ratings-item .ratings-item-rates {
	padding: 5px 0px;
	/*border-bottom: 1px solid #ddd;*/

}

.ratings-item .ratings-item-rates .ratings-item-rates-item {

	float: left;
	min-width: 47%;

}

.ratings-item .ratings-item-rates .ratings-item-rates-item .rates-title {
	margin: 0 10px;
	line-height: 20px;
	font-weight: bold;
}

.ratings-item .ratings-item-rates .ratings-item-rates-item .rate-stars {}

.ratings-item .ratings-item-comment {
	padding: 10px 0 20px 0;
}

.ratings-item .ratings-item-good-bad .ratings-item-good-bad-title {
	padding-left: 15px;
	font-weight: bold;
}

.ratings-item .ratings-item-good-bad .good,
.ratings-item .ratings-item-good-bad .bad {
	min-width: 47%;
}

.ratings-item .ratings-item-good-bad .good {
	color: #449d44;
	float: left;
}

.ratings-item .ratings-item-good-bad ul {
	list-style: none;
	padding-left: 5px;
	margin: 0;
}

.ratings-item .ratings-item-good-bad .good ul li:before {
	content: '+';
	font-weight: bold;
	margin-right: 8px;
	font-size: 14px;
}

.ratings-item .ratings-item-good-bad .bad {
	color: #df5c39;
	float: left;
}

.ratings-item .ratings-item-good-bad .bad ul li:before {
	content: '-';
	font-weight: bold;
	margin-right: 8px;
	font-size: 14px;
}

.ratings-item .ratings-item-answer {
	padding: 5px 15px;
	border-top: 1px solid #ddd;
	background-color: #f5f5f5;

}

.ratings-item .ratings-item-answer .ratings-item-answer-title {
	font-weight: bold;
	color: #23a1d1;
	padding: 5px 0;
}

.ratings-item .ratings-item-answer .ratings-item-answer-content {
	padding-left: 20px;
}

.last-shop-ratings {
	border-radius: 4px;
	border: 1px solid #ddd;
	margin-bottom: 15px;
}

.last-shop-ratings .block_header {
	padding: 8px 10px;
	background-color: #f5f5f5;
	border-bottom: 1px solid #ddd;
}

.last-shop-ratings .block_header h4 {
	margin: 0;

}

.last-rating-item {
	border-bottom: 1px solid #ddd;
	padding: 8px 10px;
}

.last-rating-item:last-child {
	border-bottom: none;
	background-color: #f5f5f5;
	text-align: center;
}

.last-rating-item:first-child {
	border-top: 1px solid #ddd;
}

.last-rating-item-header .rate-author {
	float: left;
	font-weight: bold;
}

.last-rating-item-header .rate-stars {
	float: right;
}

#ratingModalDesc .rate-stars {
	text-align: center;
	margin: 0 0 10px 0;
}

.last-rating-item-comment {
	text-align: justify;
}

.last-shop-ratings.horizontal {
	border: none;
}

.last-shop-ratings.horizontal .block_header {
	border-bottom: 1px solid #e4e4e4;
	background: none;
	text-transform: uppercase;
}

.last-shop-ratings.horizontal .block_header h4 {
	font-size: 20px;
	font-weight: 500;
	text-align: center;
}

.last-shop-ratings.horizontal .last-rating-item {
	background-color: transparent;
	text-align: left;
	min-height: 180px;
	margin: 5px;
	border-radius: 4px;
	border: 1px solid #e4e4e4;
	padding: 0;
}

.last-shop-ratings.horizontal .block_content {
	padding-top: 15px;
}

.last-shop-ratings.horizontal .last-rating-item-header {
	text-align: center;
	padding: 8px 10px;


}

.last-shop-ratings.horizontal .last-rating-item-header .rate-author {
	float: none;
	font-weight: bold;
}

.last-shop-ratings.horizontal .last-rating-item-header .rate-stars {
	float: none;
}

.last-shop-ratings.horizontal .last-rating-item-comment {
	padding: 8px 10px;
	text-align: justify;
}

.last-shop-ratings.horizontal .owl-wrapper-outer {
	border: none;
	border-radius: 0;
	box-shadow: none;
}

.last-shop-ratings.horizontal .last-rating-link {
	border: 1px solid #e4e4e4;
	text-align: center;
	padding: 8px 10px;
}

.ratings-item .ratings-item-rates .ratings-item-rates-item.custom-rate {
	width: 100%;
	margin: 0;
}

.ratings-item .ratings-item-rates .ratings-item-rates-item.custom-rate .rates-title {
	width: 48%;
	display: inline-block;
	margin: 0;
	text-align: right;
	padding-right: 10px;
}

.ratings-item .ratings-item-rates .ratings-item-rates-item.custom-rate .rate-stars {
	width: 48%;
	display: inline-block;
	margin: 0;
}

/*-------Modal----------*/
.remodal h2 {
	margin-top: 0;
	color: #131521;
}

.remodal-confirm {
	color: #fff;
	background: #479FC2;
	text-transform: uppercase;
	padding: 18px 40px;
}

.remodal-confirm:hover {
	background: #52b2d8;
}

.remodal-cancel {
	color: #9c9c9c;
	background: #F0F0F0;
	text-transform: uppercase;
	padding: 18px 40px;
}

.remodal-cancel:hover,
.remodal-cancel:focus {
	background: #d9d9d9;
}

/*-------EndModal----------*/
.rating-form-label {
	color: #131521;
	text-align: left;

}

.field_desc {
	font-style: italic;
	font-size: 12px;
	color: #9c9c9c;
	margin-bottom: 10px;
}

.rating-form-label.text-success {
	color: #3c763d;
}

.rating-form-label.text-danger {
	color: #a94442;
}

.grid {
	clear: both;
}

.grid .col,
.grid .col-mb {
	float: left;
	padding: 0 10px;
	text-align: left;
	width: 100%;
}

.grid.grid-2 .col,
.grid.grid-2 .col-mb {
	width: 50%;
}

@media (max-width: 548px) {
	.grid.grid-2 .col {
		width: 100%;
	}
}

@media (max-width: 480px) {

	.grid .col,
	.grid .col-mb {
		padding: 0;
	}
}

.del-whish {
	position: absolute;
	right: 15px;
	top: 15px;
	color: red;
	background: #fbe9e9;
	padding: 9px 15px;
}

.del-whish:hover {
	color: white;
	background: #dd8686;
}

.whish-box {
	padding: 0;
}

.border-inner-whish {
	padding: 0;
}



.container-home .col-md-12 {
	padding: 0;
}

.mobile-menu-button {
	display: none;
}

.box-inner-drop {
	display: none;
}

.drop-inner-mob {
	display: none;
}

.text-cat {
	padding: 0 15px;
	margin-top: 60px;
	max-height: 350px;
	overflow-y: auto;
	padding-right: 20px;
}

.text-cat h2:first-child {
	margin-top: 0;
}


.text-cat::-webkit-scrollbar-button {
	background-image: url('');
	background-repeat: no-repeat;
	width: 5px;
	height: 0px
}

.text-cat::-webkit-scrollbar-track {
	background-color: #F4F5F5
}

.text-cat::-webkit-scrollbar-thumb {
	-webkit-border-radius: 0px;
	border-radius: 0px;
	background-color: #7D7D7D;
}

.text-cat::-webkit-scrollbar-thumb:hover {
	background-color: black;
}

.text-cat::-webkit-resizer {
	background-image: url('');
	background-repeat: no-repeat;
	width: 4px;
	height: 0px;

}

.text-cat::-webkit-scrollbar {
	width: 4px;

}

.text-cat::-webkit-scrollbar {
	width: 2px !important;
}

.text-cat::-webkit-scrollbar-button {
	background-image: url('');
	background-repeat: no-repeat;
	width: 2px;
	height: 0px
}

.text-cat::-webkit-scrollbar-track {
	background-color: #ddd;

}

.text-cat::-webkit-scrollbar-thumb {
	-webkit-border-radius: 15px;
	border-radius: 15px;
	background-color: #383838;
	width: 6px
}

.text-cat::-webkit-scrollbar-thumb:hover {
	background-color: #000;
}

.text-cat::-webkit-resizer {
	background-image: url('');
	background-repeat: no-repeat;
	width: 4px;
	height: 0px
}

.subcategory {
	display: flex;
	flex-wrap: wrap;
	gap: 15px;
	background-color: var(--light-blue);
	border-radius: 15px;
	padding: 30px;
	justify-content: center;
	margin-bottom: 20px;
}

.subcategory__item {
	background-color: #f6f9fd;
	color: #121212;
	border-radius: 15px;
	padding: 25px 15px;
	text-align: center;
	flex-grow: 1;
	width: 24%;
}

.subcategory__item:hover {
	background-color: var(--main-color);
	color: #fff;
}

.empty {
	padding: 20px 20px 60px 20px;
	float: left;
	width: 100%;
}

.product {
	display: grid;
	grid-template-columns: 1fr 350px;
	gap: 40px;
}

.product__controllers {
	padding: 30px;
	border-radius: 30px;
	box-shadow: 0 0 30px rgb(0 0 0 / 5%);
}

.product__image img {
	width: 100%;
}

.service-table .checkbox label {
	display: grid;
	grid-template-columns: 13px 1fr 200px;
	align-items: center;
}
.service-table .checkbox label input {
	display: flex;
	position: static;
}
.service-table .checkbox input {
	margin-top: 0;
}

.price-service {
	padding: 13px 0;
}

.name-service {
	padding: 13px 20px 13px 10px;
	font-size: 16px;
}


.service-table .checkbox {
	margin: 0;
	position: relative;
	padding-left: 10px;
}

.service-table .checkbox:nth-child(2n) {
	background: #f8f9fb;
}

.service-table .checkbox:hover {
	background-color: #f3f6fd;
}

.service-table .checkbox:hover .price-service {
	color: var(--main-color-hover);
}

.price-service {
	text-align: center;
	font-family: var(--font-bold);
	font-size: 17px;
	border-left: 1px solid #eee;
}

.service-wrapper {
	border: 1px solid #eee;
	border-radius: 15px;
	overflow: hidden;
}

.service-wrapper .form-group {
	margin-bottom: 0;
}

.service-header {
	padding: 15px 20px;
	font-family: var(--font-bold);
	font-size: 16px;
	background-color: #f3f6fd;
	border-bottom: 1px solid #eee;
}

.fast-order {
	display: flex;
	padding-top: 20px;
}

.fast-order a {
	float: right;
	background: var(--main-color);
	padding: 15px 0;
	display: block;
	width: 100%;
	color: #fff;
	text-align: center;
	border-radius: 7px;
	color: #fff;
	box-shadow: 6px 6px 12px rgb(91 144 247 / 20%);
	font-size: 16px;
}

.fast-order a:hover {
	color: #fff;
	background-color: var(--main-color-hover);
	text-decoration: none;
	cursor: pointer;
}

.product__controllers .form-group {
	margin-bottom: 0;
}

.priduct__price {
	padding-top: 20px;
	font-size: 20px;
	font-family: var(--font-bold);
	text-align: center;
}

.product__fine {
	background-color: #f3f6fd;
	padding: 20px 30px;
	border-radius: 15px;
	margin-top: 30px;
}

.product-line {
	display: flex;
	align-items: center;
	padding: 10px 0;
	gap: 20px;
	color: var(--main-color-hover);
}

.product-line img {
	width: 30px;
}

.description {
	padding-top: 70px;
}

.main-title {
	margin-bottom: 25px;
	font-size: 28px;
}

.contacts__phones p {
	font-size: 17px;
	padding: 0 0 5px 0;
}

.contacts__phones ul {
	display: flex;
	gap: 30px;
	margin-bottom: 0;
}

.contacts__phones ul a {
	font-size: 22px;
	color: #121212;
	margin-bottom: 5px;
	font-family: var(--font-bold);
}

.box-info-contact {
	display: flex;
	gap: 15px;
	align-items: center;
	font-size: 17px;
	padding-top: 10px;
}

.box-info-contact img {
	height: 25px;
}

.address-title {
	font-family: var(--font-bold);
	font-size: 25px;
	padding: 40px 0 30px 0;
}

.contacts__address p {
	display: flex;
	gap: 15px;
	align-items: center;
	margin-bottom: 20px;
}

.contacts__address img {
	height: 25px;
}

.light-bg {
	background-color: #f2f5fb;
	padding: 35px;
	border-radius: 15px;
	margin-top: 20px;
}

.contacts__address iframe {
	border-radius: 15px;
	width: 100%;
	height: 400px;
	margin: 10px 0 30px 0;
}

#xd_zvonok_modal .modal-content {
	border-radius: 15px;
	box-shadow: 0 5px 30px rgb(0 0 0 / 50%);
}

#xd_zvonok_modal .modal-header {
	border: none;
	padding: 0;

}

#xd_zvonok_modal .modal-footer {
	border: none;
	padding-top: 0;
}

#xd_zvonok_modal .modal-dialog {
	width: 520px;
}

#xd_zvonok_modal .modal-header .close {
	margin-top: -2px;
	height: 20px;
	width: 20px;
	opacity: 1;
}

#xd_zvonok_modal .input-group {
	width: 100%;
	margin-bottom: 10px;
}

#xd_zvonok_modal input {
	padding: 6px;
	width: 100%;
	display: block;
	border-radius: 4px;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	height: 50px;
	box-shadow: none;
	margin-bottom: -1px;
	border-color: #e6e6e6;
	padding-left: 13px;
	border-radius: 5px;
}


#xd_zvonok_modal textarea {
	padding: 6px;
	width: 100%;
	display: block;
	border-radius: 4px;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	height: 90px;
	resize: none;
	box-shadow: none;
	margin-bottom: -1px;
	border-color: #e6e6e6;
	padding-left: 13px;
	border-radius: 5px;
}

#xd_zvonok_modal .modal-title {
	text-align: center;
	font-family: var(--font-bold);
	font-size: 25px;
	padding: 15px 0;
}

#xd_zvonok-form {
	padding: 20px;
}

#xd_zvonok-form .btn-block {
	float: right;
	background: var(--main-color);
	padding: 15px 0;
	display: block;
	width: 100%;
	color: #fff;
	text-align: center;
	border-radius: 7px;
	color: #fff;
	box-shadow: 6px 6px 12px rgb(91 144 247 / 20%);
	font-size: 16px;
}

#xd_zvonok-form .btn-block:hover {
	color: #fff;
	background-color: var(--main-color-hover);
	text-decoration: none;
	cursor: pointer;
}

.has-error input {
	border-color: red !important;
}

.login-page form {
	width: 500px;
	margin-top: 30px;
	padding: 40px;
	border-radius: 15px;
	box-shadow: 0 0 30px rgb(0 0 0 / 5%);
}

.login-page form a {
	display: flex;
	margin-top: 15px;
}

.login-page form input {
	padding: 6px;
	width: 100%;
	display: block;
	border-radius: 4px;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	height: 50px;
	box-shadow: none;
	margin-bottom: -1px;
	border-color: #e6e6e6;
	padding-left: 13px;
	border-radius: 5px;
}

.fogot-pass form {
	width: 500px;
}

.fogot-pass form input#input-email {
	padding: 6px;
	width: 100%;
	display: block;
	border-radius: 4px;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	height: 50px;
	box-shadow: none;
	margin-bottom: -1px;
	border-color: #e6e6e6;
	padding-left: 13px;
	border-radius: 5px;
}

.register-box form {
	width: 500px;
}

.register-box form input.form-control {
	padding: 6px;
	width: 100%;
	display: block;
	border-radius: 4px;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	height: 50px;
	box-shadow: none;
	margin-bottom: -1px;
	border-color: #e6e6e6;
	padding-left: 13px;
	border-radius: 5px;
}

.account-box__list {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr 1fr;
	gap: 15px;
	background-color: var(--light-blue);
	border-radius: 15px;
	padding: 30px;
	justify-content: center;
	margin-bottom: 20px;
	margin-top: 15px;
}

.account-box__list div {
	background-color: #f6f9fd;
	border-radius: 15px;
}

.account-box__list div a {
	padding: 25px;
	display: flex;
	align-items: center;
	text-align: center;
	justify-content: center;
	color: #121212;
	height: 100%;
	border-radius: 15px;
}

.account-box__list div a:hover {
	background-color: var(--main-color);
	color: #fff;
}

.edit-box form {
	width: 500px;
}

.edit-box form input.form-control {
	padding: 6px;
	width: 100%;
	display: block;
	border-radius: 4px;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	height: 50px;
	box-shadow: none;
	margin-bottom: -1px;
	border-color: #e6e6e6;
	padding-left: 13px;
	border-radius: 5px;
}

.pass-box form {
	width: 500px;
}

.pass-box form input.form-control {
	padding: 6px;
	width: 100%;
	display: block;
	border-radius: 4px;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	height: 50px;
	box-shadow: none;
	margin-bottom: -1px;
	border-color: #e6e6e6;
	padding-left: 13px;
	border-radius: 5px;
}

.service-order__name {
	font-size: 19px;
	margin-bottom: 15px;
}

.service-order__line {
	margin-top: 20px;
}

.service-order__price {
	font-family: var(--font-bold);
	font-size: 18px;
	margin-top: 10px;
}

.service-order__line {
	padding: 30px;
	border-radius: 15px;
	box-shadow: 0 0 30px rgb(0 0 0 / 5%);
}

.home-category {
	background-color: #f8f9fb;
	padding: 80px 0;
}

.home-category__wrapper {
	display: grid;
	grid-template-columns: repeat(5, 1fr);
	gap: 15px;
}

.home-category__item {
	border-radius: 15px;
	box-shadow: 0 0 30px rgb(0 0 0 / 5%);
	background-color: #fff;
	padding: 25px;
}

.home-category__item img {
	width: 100%;
}

.home-category__title {
	font-family: var(--font-bold);
	font-size: 25px;
	margin-bottom: 40px;
}

.home-category__name {
	text-align: center;
	margin-top: 15px;
	color: #121212;
	font-size: 16px;
}

.home-category__item:hover {
	background-color: var(--main-color);
	box-shadow: 0 0 30px rgb(91 144 247 / 30%);

}

.home-category__item:hover .home-category__name {
	color: #fff;
}

.plus-box {
	padding: 100px 0;
	background: #2a2b28;
}

.plus-box__wrapper {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	gap: 30px;

}

.plus-box__item {
	border-radius: 15px;
	display: grid;
	grid-template-columns: 150px 1fr;
	background-color: #343239;
	color: #fff;
	box-shadow: 0 0 30px rgb(0 0 0 / 30%);
	border: 1px solid #43404a;
}

.white-title {
	font-family: var(--font-bold);
	font-size: 25px;
	margin-bottom: 40px;
	color: #fff;
}

.plus-box__image {
	background: var(--main-color);
	border-radius: 15px;
	display: flex;
	align-items: center;
	justify-content: center;
	height: 150px;
	width: 150px;
}

.plus-box__image1 {
	background: linear-gradient(235deg, #26bde7, var(--main-color));
}

.plus-box__image2 {
	background: linear-gradient(235deg, #8b60ed, #b372bd);
}

.plus-box__image3 {
	background: linear-gradient(235deg, #6edcc4, #1aab8b);
}

.plus-box__image4 {
	background: linear-gradient(235deg, #f44881, #ec454f);
}

.plus-box__image5 {
	background: linear-gradient(235deg, #f19a1a, #ffc73c);
}

.plus-box__image6 {
	background: linear-gradient(235deg, #41289b, #6769bd);
}



.plus-box__image img {
	height: 60px;
}

.plus-box__inner {
	padding: 0 30px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	color: #e5e2ed;
}

.plus-box__name {
	font-family: var(--font-bold);
	font-size: 16px;
	margin-bottom: 10px;
}

.text-scroll {
	max-height: 230px;
	overflow-y: auto;
	padding-right: 20px;
}

.text-scroll::-webkit-scrollbar-button {
	background-image: url('');
	background-repeat: no-repeat;
	width: 5px;
	height: 0px
}

.text-scroll::-webkit-scrollbar-track {
	background-color: #F4F5F5
}

.text-scroll::-webkit-scrollbar-thumb {
	-webkit-border-radius: 0px;
	border-radius: 0px;
	background-color: #7D7D7D;
}

.text-scroll::-webkit-scrollbar-thumb:hover {
	background-color: black;
}

.text-scroll::-webkit-resizer {
	background-image: url('');
	background-repeat: no-repeat;
	width: 4px;
	height: 0px;

}

.text-scroll::-webkit-scrollbar {
	width: 4px;

}

.text-scroll::-webkit-scrollbar {
	width: 3px !important;
}

.text-scroll::-webkit-scrollbar-button {
	background-image: url('');
	background-repeat: no-repeat;
	width: 5px;
	height: 0px
}

.text-scroll::-webkit-scrollbar-track {
	background-color: #383838;
	border-left: 1px solid #f6f6f6;
	border-right: 1px solid #f6f6f6;
}

.text-scroll::-webkit-scrollbar-thumb {
	-webkit-border-radius: 15px;
	border-radius: 15px;
	background-color: #383838;
	width: 6px
}

.text-scroll::-webkit-scrollbar-thumb:hover {
	background-color: #000;
}

.text-scroll::-webkit-resizer {
	background-image: url('');
	background-repeat: no-repeat;
	width: 4px;
	height: 0px
}

.home-text {
	padding: 100px 0;

}

.home-text .container {
	display: flex;
}

.img-home {
	width: 35%;
	float: left;
}

.img-home img {
	width: 100%;
	overflow: hidden;
	border-radius: 15px;
}

.text-inner {
	width: 65%;
	float: left;
	padding: 0 0 0 100px;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.text-inner h1 {
	margin: 0 0 30px 0;
}

.footer-top {
	display: flex;
	align-items: center;
	justify-content: space-between;
	border-bottom: 1px solid rgb(235 235 235);
	padding: 30px 0;
}

.footer__list {
	display: flex;
	gap: 40px;
	flex-wrap: wrap;
}

.list-social {
	display: flex;
	gap: 10px;
}

.list-social__item a {
	display: flex;
	height: 50px;
	width: 50px;
	background-color: #fff;
	border-radius: 5px;
	justify-content: center;
	align-items: center;
	box-shadow: 0 0 20px rgb(0 0 0 / 3%);
	border: 1px solid #f1f1f1;
}

.list-social__item a:hover {
	color: #fff;
	background-color: var(--main-color);
}

.powered-div {
	padding: 30px 0;
}

.common-home .owl-carousel img {
	width: 100%;
}

.mobile-menu {
	display: none;
}

.mobile-menu__nav {
	display: none;
	position: absolute;
	top: 60px;
	z-index: 500;
	left: 0;
	background-color: #f8f9fb;
	width: 100%;
	flex-direction: column;
	padding: 20px;
	border-bottom: 1px solid #f1f1f1;
	box-shadow: 0 40px 30px rgb(0 0 0 / 5%);
	border-radius: 0 0 15px 15px;
}

.mobile-menu__list {
	list-style: none;
	padding: 0;
	margin: 0 0 30px 0;
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	gap: 10px;


}

.mobile-menu__item a {
	color: #121212;
	font-size: 17px;
	display: flex;
	align-items: center;
	justify-content: center;
	height: 45px;
	border-radius: 7px;
	background-color: #fff;
	box-shadow: 0 0 20px rgb(0 0 0 / 3%);
	border: 1px solid #f1f1f1;

}

.mobile-menu__button {
	height: 40px;
	width: 40px;
	background-color: #3291fa;
	color: #fff;
	border-radius: 5px;
	padding: 9px;
	margin-left: 15px;
}

.visible-menu {
	display: flex;
}

.mobile-menu__phones {
	margin-bottom: 25px;
}

.mobile-menu__phones li {
	margin-bottom: 6px;
}

.mobile-menu__phones a {
	color: #121212;
	font-family: var(--font-medium);
	font-size: 20px;

}

.mobile-menu__information {
	margin-bottom: 20px;
}

.mobile-menu__information a {
	color: #121212;
	font-size: 17px;
	display: flex;
	margin-bottom: 10px;
}

#boc_order input {
	padding: 6px;
	width: 100%;
	display: block;
	border-radius: 4px;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	height: 50px;
	box-shadow: none;
	margin-bottom: -1px;
	border-color: #e6e6e6;
	padding-left: 13px;
	border-radius: 5px;
}

#boc_order .modal-header {
	border: none;
	padding: 0;
}
#boc_order .modal-title {
    text-align: center;
    font-family: var(--font-bold);
    font-size: 25px;
    padding: 15px 0;
}
#boc_order .col-mb-12 {
	width: 100%;
	margin-bottom: 15px;
}

#boc_order .modal-dialog {
	width: 520px;
}

#boc_order .modal-content {
	border-radius: 15px;
	box-shadow: 0 5px 30px rgb(0 0 0 / 50%);
	padding: 20px;
}
#boc_order .modal-header .close {
    margin-top: -2px;
    height: 20px;
    width: 20px;
    opacity: 1;
}
@media(max-width:1350px) {
	.inner-phone {
		padding-right: 30px;
	}

	.header-inner {
		grid-template-columns: 150px 155px 1fr auto;
	}

	.top-list {
		gap: 25px;
	}

	.home-category__item {
		padding: 15px;
	}

	.plus-box__wrapper {
		gap: 20px;
	}

	.plus-box__image {
		height: 160px;
		width: 160px;
	}

	.plus-box__inner {
		font-size: 14px;
		padding: 0 20px;
	}

	.plus-box__item {
		grid-template-columns: 160px 1fr;
	}
}

@media(max-width:1200px) {
	.header-inner {
		grid-template-columns: 120px 130px 1fr auto;
		gap: 15px;
	}

	.inner-phone {
		padding-right: 15px;
	}

	.top-list a {
		font-size: 13px;
	}

	.top-list {
		gap: 20px;
	}

	.account-inner .dropdown-toggle {
		height: 40px;
		width: 40px;
		background-size: 18px;
	}

	.search-inner__btn {
		height: 40px;
		width: 40px;
		background-size: 18px;
	}

	.cross-search {
		background-size: 10px;
	}

	.inner-phone a {
		font-size: 16px;
	}

	.home-category__wrapper {
		grid-template-columns: repeat(3, 1fr);
	}

	.home-category__item {
		padding: 25px;
	}

	.plus-box__wrapper {
		grid-template-columns: 1fr 1fr;
		gap: 30px;
	}

	.plus-box {
		padding: 80px 0;
	}

	.home-text {
		padding: 80px 0;
	}

	.text-inner {
		padding-left: 80px;
	}

	.text-inner h1 {
		margin: 0 0 25px 0;
		font-size: 25px;
	}

	.product-wrapper {
		grid-template-columns: 1fr 1fr 1fr;
	}

	.product {
		grid-template-columns: 1fr 250px;
		gap: 20px;
	}

	.product__controllers {
		padding: 20px;
	}

	.product__fine {
		padding: 10px 20px;
	}

	.product-line img {
		width: 25px;
	}

	.product__fine {
		margin-top: 20px;
	}

	.name-service {
		padding: 10px 15px 10px 10px;
		font-size: 15px;

	}

	.price-service {
		padding: 10px 0;
		font-size: 15px;
	}

	.service-table .checkbox {
		padding-left: 5px;
	}

	.service-header {
		padding: 12px 15px;
	}
}

@media(max-width:992px) {
	.top-list {
		display: none;
	}

	.main-menu {
		display: none;
	}

	.language-box {
		display: none;
	}

	.inner-phone {
		display: none;
	}

	.mobile-menu {
		display: flex;
	}

	.header-inner {
		grid-template-columns: 120px 1fr;
	}

	.right-header-box {
		justify-content: end;
	}

	#language {
		padding-left: 0;
	}

	#language a {
		height: 45px;
		width: 45px;
	}

	.plus-box__wrapper {
		gap: 15px;
	}

	.plus-box__image {
		height: 150px;
		width: 150px;
	}

	.plus-box__item {
		grid-template-columns: 150px 1fr;
	}

	.plus-box__inner {
		padding: 0 15px;
	}

	.text-inner {
		padding-left: 50px;
	}

	.footer__list {
		justify-content: center;
		gap: 30px;
	}

	.footer-top {
		flex-direction: column;
		gap: 30px;
	}

	.powered-div {
		text-align: center;
	}

	.product-wrapper {
		grid-template-columns: 1fr 1fr;
	}

	.subcategory__item {
		width: 48%;
	}

	.product {
		grid-template-columns: 1fr 200px;
		gap: 15px;
	}

	.fast-order a {
		font-size: 14px;
	}

	.product__controllers {
		padding: 15px;
	}

	.product__fine {
		margin-top: 15px;
	}

	.product-line {
		gap: 15px;
		font-size: 14px;
	}

	.account-box__list {
		grid-template-columns: 1fr 1fr;
	}
}

@media(max-width:768px) {
	.home-category__item {
		padding: 15px;
	}

	.home-category {
		padding: 40px 0;
	}

	.home-category__title {
		font-size: 20px;
		margin-bottom: 20px;
	}

	.plus-box {
		padding: 40px 0;
	}

	.white-title {
		font-size: 20px;
		margin-bottom: 20px;
	}

	.plus-box__wrapper {
		grid-template-columns: 1fr;
		gap: 15px;
	}

	.img-home {
		display: none;
	}

	.text-inner {
		padding-left: 0;
	}

	.home-text {
		padding: 40px 0;
	}

	.text-inner {
		width: 100%;
	}

	.text-inner h1 {
		margin-bottom: 15px;
	}

	.subcategory {
		padding: 20px;
	}

	.subcategory__item {
		width: 100%;
	}

	.subcategory__item {
		padding: 20px 15px;
	}

	.main-title {
		font-size: 22px;
	}

	.service-table .checkbox label {
		grid-template-columns: 13px 1fr 150px;
	}

	.account-box__list {
		padding: 15px;
	}

	.contacts__phones ul a {
		font-size: 19px;
	}

	.light-bg {
		padding: 20px;
	}

	.contacts__phones p {
		padding-bottom: 0;
	}

	.address-title {
		font-size: 20px;
	}
}

@media(max-width:650px) {
	.product {
		grid-template-columns: 1fr;
	}

	.name-service {
		font-size: 14px;
	}

	.price-service {
		font-size: 14px;
	}

	.name-service {
		padding: 8px 10px 8px 0;
	}

	.price-service {
		padding: 8px 0;
	}

	.service-table .checkbox {
		padding-left: 0;
	}

	.service-header {
		padding: 10px 10px;
		font-size: 15px;
	}

	.product__controllers {
		padding: 30px;
	}

	.description {
		padding-top: 40px;
	}

	.search-inner__input {
		width: calc(100vw - 35px);
		right: -110px;
	}

	.alert {
		width: 100%;
		margin-bottom: 0;
		right: 0;
		bottom: 0;
		border-radius: 0;
	}

	.ratings-item {
		padding: 15px;
	}

	.contacts__phones ul {
		gap: 20px;
	}

	.contacts__phones ul a {
		font-size: 17px;
	}
}

@media(max-width:570px) {
	.home-category__wrapper {
		grid-template-columns: 1fr 1fr;
		gap: 10px;
	}

	.plus-box__image {
		height: 120px;
		width: 120px;
	}

	.plus-box__item {
		grid-template-columns: 120px 1fr;
	}

	.plus-box__image img {
		height: 45px;
	}

	.product-wrapper {
		grid-template-columns: 1fr;
	}

	.subcategory {
		padding: 15px;
	}

	.service-table .checkbox label {
		grid-template-columns: 13px 1fr 95px;
	}

	.description {
		padding-top: 20px;
	}

	#content {
		padding-bottom: 30px;
	}

	.main-title {
		font-size: 20px;
		margin-bottom: 20px;
	}

	.account-box__list {
		grid-template-columns: 1fr;
	}

	.edit-box form,
	.pass-box form,
	.register-box form,
	.login-page form,
	.fogot-pass form {
		width: 100%;
	}

	.service-order__line {
		padding: 15px;
	}

	.login-page form {
		padding: 20px;
		margin-top: 15px;
	}

	h1 {
		font-size: 25px;
	}

	.contacts__address iframe {
		height: 330px;
	}

	.contacts__phones ul {
		gap: 5px;
		margin-top: 20px;
		flex-direction: column;
	}
	#xd_zvonok_modal .modal-dialog {
		width: 100%;
		margin: 0;
	}
	#boc_order .modal-dialog {
		width: 100%;
		margin: 0;
	}
}

@media(max-width:410px) {
	.plus-box__wrapper {
		grid-template-columns: 1fr 1fr;
		gap: 10px;
	}

	.plus-box__item {
		display: flex;
		flex-direction: column;
	}

	.plus-box__inner {
		padding: 10px;
	}

	.plus-box__image {
		width: 100%;
		height: 145px;
	}

	.plus-box__name {
		font-size: 14px;
	}

	.mobile-menu__list {
		grid-template-columns: 1fr 1fr;
	}

	.account-box__list div a {
		padding: 20px;
	}

}
.call2 {
	margin:40px 0 40px;
	display: inline-block;
}

.modal-content .modal-body {
	padding: 5px!important;
}