@charset "UTF-8";
/* created by Intrid */
/* open-sans-regular - latin */
@font-face {
	font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
	font-family: "Open Sans";
	font-style: normal;
	font-weight: 400;
	src: url("../fonts/open-sans-regular.eot"); /* IE9 Compat Modes */
	src: url("../fonts/open-sans-regular.eot?#iefix")
			format("embedded-opentype"),
		/* IE6-IE8 */ url("../fonts/open-sans-regular.woff2") format("woff2"),
		/* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
			url("../fonts/open-sans-regular.woff") format("woff"),
		/* Chrome 5+, Firefox 3.6+, IE 9+, Safari 5.1+, iOS 5+ */
			url("../fonts/open-sans-regular.ttf") format("truetype"),
		/* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
			url("../fonts/open-sans-regular.svg#OpenSans") format("svg"); /* Legacy iOS */
}

/* open-sans-italic - latin */
@font-face {
	font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
	font-family: "Open Sans";
	font-style: italic;
	font-weight: 400;
	src: url("../fonts/open-sans-italic.eot"); /* IE9 Compat Modes */
	src: url("../fonts/open-sans-italic.eot?#iefix") format("embedded-opentype"),
		/* IE6-IE8 */ url("../fonts/open-sans-italic.woff2") format("woff2"),
		/* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
			url("../fonts/open-sans-italic.woff") format("woff"),
		/* Chrome 5+, Firefox 3.6+, IE 9+, Safari 5.1+, iOS 5+ */
			url("../fonts/open-sans-italic.ttf") format("truetype"),
		/* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
			url("../fonts/open-sans-italic.svg#OpenSans") format("svg"); /* Legacy iOS */
}

/* open-sans-600 - latin */
@font-face {
	font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
	font-family: "Open Sans";
	font-style: normal;
	font-weight: 600;
	src: url("../fonts/open-sans-600.eot"); /* IE9 Compat Modes */
	src: url("../fonts/open-sans-600.eot?#iefix") format("embedded-opentype"),
		/* IE6-IE8 */ url("../fonts/open-sans-600.woff2") format("woff2"),
		/* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
			url("../fonts/open-sans-600.woff") format("woff"),
		/* Chrome 5+, Firefox 3.6+, IE 9+, Safari 5.1+, iOS 5+ */
			url("../fonts/open-sans-600.ttf") format("truetype"),
		/* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
			url("../fonts/open-sans-600.svg#OpenSans") format("svg"); /* Legacy iOS */
}

/* open-sans-700 - latin */
@font-face {
	font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
	font-family: "Open Sans";
	font-style: normal;
	font-weight: 700;
	src: url("../fonts/open-sans-700.eot"); /* IE9 Compat Modes */
	src: url("../fonts/open-sans-700.eot?#iefix") format("embedded-opentype"),
		/* IE6-IE8 */ url("../fonts/open-sans-700.woff2") format("woff2"),
		/* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
			url("../fonts/open-sans-700.woff") format("woff"),
		/* Chrome 5+, Firefox 3.6+, IE 9+, Safari 5.1+, iOS 5+ */
			url("../fonts/open-sans-700.ttf") format("truetype"),
		/* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
			url("../fonts/open-sans-700.svg#OpenSans") format("svg"); /* Legacy iOS */
}

/* open-sans-800 - latin */
@font-face {
	font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
	font-family: "Open Sans";
	font-style: normal;
	font-weight: 800;
	src: url("../fonts/open-sans-800.eot"); /* IE9 Compat Modes */
	src: url("../fonts/open-sans-800.eot?#iefix") format("embedded-opentype"),
		/* IE6-IE8 */ url("../fonts/open-sans-800.woff2") format("woff2"),
		/* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
			url("../fonts/open-sans-800.woff") format("woff"),
		/* Chrome 5+, Firefox 3.6+, IE 9+, Safari 5.1+, iOS 5+ */
			url("../fonts/open-sans-800.ttf") format("truetype"),
		/* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
			url("../fonts/open-sans-800.svg#OpenSans") format("svg"); /* Legacy iOS */
}

@font-face {
	font-family: "untitled-font-14";
	src: url("../fonts/untitled-font-14.eot");
	src: url("../fonts/untitled-font-14.eot?#iefix") format("embedded-opentype"),
		url("../fonts/untitled-font-14.woff") format("woff"),
		url("../fonts/untitled-font-14.ttf") format("truetype"),
		url("../fonts/untitled-font-14.svg#untitled-font-14") format("svg");
	font-weight: normal;
	font-style: normal;
}

[data-icon]:before {
	font-family: "untitled-font-14" !important;
	content: attr(data-icon);
	font-style: normal !important;
	font-weight: normal !important;
	font-variant: normal !important;
	text-transform: none !important;
	speak: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

[class^="icon-"]:before,
[class*=" icon-"]:before {
	font-family: "untitled-font-14" !important;
	font-style: normal !important;
	font-weight: normal !important;
	font-variant: normal !important;
	text-transform: none !important;
	speak: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.icon-1:before {
	content: "\61";
}

.icon-2:before {
	content: "\62";
}

.icon-3:before {
	content: "\63";
}

.icon-4:before {
	content: "\64";
}

.icon-5:before {
	content: "\65";
}

.icon-bussket:before {
	content: "\66";
}

.icon-clock:before {
	content: "\67";
}

.icon-location:before {
	content: "\68";
}

.icon-maill:before {
	content: "\69";
}

.icon-man:before {
	content: "\6a";
}

.icon-phone:before {
	content: "\6b";
}

.icon-quoke:before {
	content: "\6c";
}

body {
	font-family: "Open Sans", sans-serif;
	font-size: 14px;
	color: #2d3039;
}

h1,
.h1 {
	font-size: 40px;
}

.h1-border {
	padding: 0;
	margin-top: 10px;
	text-transform: uppercase;
	width: 100%;
	font-size: 40px;
	border-bottom: 1px solid #e0e4e6;
}

.h1-border span {
	font-weight: 700;
	border-bottom: 2px solid #19b0e8;
	display: inline-block;
	padding-bottom: 20px;
	margin-bottom: -1px;
}

h2,
.h2 {
	font-size: 34px;
}

h3,
.h3 {
	font-size: 26px;
	text-align: center;
}

a {
	color: #2d3039;
	transition: all 0.3s;
}

a:hover {
	color: #19b0e8;
}

.checkbox label:after,
.radio label:after {
	content: "";
	display: table;
	clear: both;
}

.checkbox .cr,
.radio .cr {
	position: relative;
	display: inline-block;
	border: 1px solid #a9a9a9;
	border-radius: 0.25em;
	width: 1.3em;
	height: 1.3em;
	float: left;
	margin-right: 0.5em;
}

.radio .cr {
	border-radius: 50%;
}

.checkbox .cr .cr-icon,
.radio .cr .cr-icon {
	position: absolute;
	font-size: 0.8em;
	line-height: 0;
	top: 50%;
	left: 20%;
}

.radio .cr .cr-icon {
	margin-left: 0.04em;
}

.checkbox label input[type="checkbox"],
.radio label input[type="radio"] {
	display: none;
}

.checkbox label input[type="checkbox"] + .cr > .cr-icon,
.radio label input[type="radio"] + .cr > .cr-icon {
	transform: scale(3) rotateZ(-20deg);
	opacity: 0;
	transition: all 0.3s ease-in;
}

.checkbox label input[type="checkbox"]:checked + .cr > .cr-icon,
.radio label input[type="radio"]:checked + .cr > .cr-icon {
	transform: scale(1) rotateZ(0deg);
	opacity: 1;
}

.checkbox label input[type="checkbox"]:disabled + .cr,
.radio label input[type="radio"]:disabled + .cr {
	opacity: 0.5;
}

.collapsing {
	transition: height 0.6s;
}

.accent-btn {
	background: #19b0e8;
	color: #fff;
	padding: 12px 15px;
	font-weight: 600;
	font-size: 15px;
	margin-top: 1.5px;
	-webkit-box-shadow: 0px 3px 5px rgba(25, 176, 232, 0.3);
	box-shadow: 0px 3px 5px rgba(25, 176, 232, 0.3);
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}

.accent-btn:hover {
	background: #0757a9;
	color: #fff;
}

.accent-btn:focus {
	color: #fff;
	background: #19b0e8;
}

.top {
	background: #f1f3f5;
	padding: 15px 0px;
}

.top p {
	margin: 0;
	padding: 0;
}

.top .t-time {
	text-align: right;
}

.top .t-time:before {
	content: "\67";
	position: absolute;
	color: #919497;
	top: 1px;
	margin-top: 1px;
	display: inline-block;
	font-family: "untitled-font-14";
	font-style: normal;
	font-weight: normal;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	margin-left: -30px;
	font-size: 16px;
}

.top .t-time span {
	color: #919497;
}

.top .t-mail {
	color: #919497;
	text-align: right;
}

.top .t-mail:before {
	content: "\69";
	position: absolute;
	color: #919497;
	top: 0px;
	display: inline-block;
	font-family: "untitled-font-14";
	font-style: normal;
	font-weight: normal;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	margin-left: -30px;
	font-size: 16px;
}

.top .lk {
	text-align: right;
	cursor: pointer;
}

.top .lk:before {
	content: "\6a";
	position: absolute;
	color: #919497;
	top: 0px;
	display: inline-block;
	font-family: "untitled-font-14";
	font-style: normal;
	font-weight: normal;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	margin-left: -30px;
	font-size: 16px;
}

header {
	background: url("../images/h-left.jpg") top left no-repeat,
		url("../images/h-right.jpg") top right no-repeat;
}

header .container {
	background: rgba(255, 255, 255, 0.7);
	padding: 30px 0;
}

header .h-logo {
	display: inline-block;
	width: 100%;
	text-align: center;
}

header .h-logo img {
	display: inline-block;
}

header .h-logo span {
	padding-top: 10px;
	display: inline-block;
	width: 100%;
	text-transform: uppercase;
	font-weight: 600;
	color: #19b0e8;
}

header .h-tel {
	font-size: 21px;
	background: #f4f5f7;
	padding: 10px 35px;
	float: right;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

header .h-tel b {
	font-weight: 600;
}

header .h-tel a {
	display: inline-block;
	font-size: 21px;
	line-height: 1;
}

header .h-tel a:first-child {
	padding-right: 15px;
	padding-left: 30px;
}

header .h-tel a:first-child:before {
	content: "\6b";
	position: absolute;
	color: #919497;
	margin-top: -3px;
	display: inline-block;
	font-family: "untitled-font-14";
	font-style: normal;
	font-weight: normal;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	margin-left: -35px;
	font-size: 23px;
}

header .h-tel a:last-child {
	padding-left: 15px;
	border-left: 1px solid #919497;
}

.navbar-default {
	background: none;
	border: none;
	margin: 0;
}

.navbar-default .navbar-nav {
	padding-top: 20px;
	text-align: center;
}

.navbar-default .navbar-nav li {
	float: none;
	display: inline-block;
}

.navbar-default .navbar-nav li a {
	position: relative;
	text-transform: uppercase;
	padding: 10px 11px;
	font-weight: 600;
}

.navbar-default .navbar-nav li a sup {
	display: inline-block;
	line-height: 1;
	position: absolute;
	color: #fff;
	background: #19b0e8;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	padding: 3px 5px;
	top: 0;
	right: 0px;
}

.navbar-default .navbar-nav li a span {
	float: right;
}

.navbar-default .navbar-nav li a:hover {
	color: #19b0e8;
}

.navbar-default .navbar-nav li.active a {
	background: none;
	color: #19b0e8;
}

.navbar-default .navbar-nav li.active a:hover {
	background: none;
	color: #19b0e8;
}

.content {
	background: url("../images/c-left.jpg") top left repeat-y,
		url("../images/c-right.jpg") top right repeat-y;
	padding-bottom: 30px;
}

.content .h-bottom {
	background: #0757a9;
}

.content .h-bottom .container {
	background: none;
}

.content .h-bottom .catalog-top {
	background: #19b0e8;
	padding: 20.5px;
	font-weight: 600;
	color: #fff;
}

.content .h-bottom .catalog-top .catalog-top-left {
	float: right;
	font-size: 22px;
	margin-top: -5px;
}

.content .h-bottom .h-search {
	padding: 9.5px 0;
}

.content .h-bottom .h-search .input-group input {
	background: none;
	border: 1px solid #19b0e8;
	color: #fff;
	padding: 10px 15px;
	height: 40px;
}

.content .h-bottom .h-search .input-group input::-webkit-input-placeholder {
	color: #fff;
	transition: text-indent 0.3s ease;
}

.content .h-bottom .h-search .input-group input:-ms-input-placeholder {
	color: #fff;
	transition: text-indent 0.3s ease;
}

.content .h-bottom .h-search .input-group input::-moz-placeholder {
	color: #fff;
	transition: text-indent 0.3s ease;
}

.content
	.h-bottom
	.h-search
	.input-group
	input:focus::-webkit-input-placeholder {
	text-indent: -500px;
}

.content .h-bottom .h-search .input-group input:focus:-ms-input-placeholder {
	line-height: 100px;
}

.content .h-bottom .h-search .input-group input:focus::-moz-placeholder {
	line-height: 100px;
}

.content .h-bottom .h-search .input-group-btn .btn {
	background: #19b0e8;
	border-color: #19b0e8;
	color: #fff;
	height: 40px;
	padding: 0px 30px;
	transition: all 0.7s;
}

.content .h-bottom .h-search .input-group-btn .btn:hover {
	color: #2d3039;
}

.content .h-bottom .h-cart {
	display: block;
	padding: 10px 0;
}

.content .h-bottom .h-cart [class*="col-"] {
	padding: 0;
}

.content .h-bottom .h-cart .cart {
	margin-top: 10px;
	position: relative;
}

.content .h-bottom .h-cart .cart p {
	position: absolute;
	z-index: 1;
	background: #19b0e8;
	display: inline-block;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	line-height: 1;
	font-size: 11px;
	padding: 5px 7px;
	color: #fff;
	right: 3px;
	top: -7px;
	transition: all 0.3s;
}

.content .h-bottom .h-cart .cart span {
	position: relative;
	z-index: 2;
	color: #fff;
	font-size: 22px;
}

.content .h-bottom .h-cart .cart:hover p {
	color: #19b0e8;
	background: #fff;
}

.content .h-bottom .h-cart .cart:hover span {
	color: #19b0e8;
}

.content .h-bottom .h-cart .cart-left {
	padding-left: 5px;
	text-align: right;
}

.content .h-bottom .h-cart .cart-left p {
	color: #fff;
	padding: 0;
	margin: 0;
	transition: all 0.3s;
	font-size: 16px;
}

.content .h-bottom .h-cart .cart-left .cart-sum {
	font-size: 16px;
	text-align: right;
}

.content .h-bottom .h-cart .cart-left:hover p {
	color: #19b0e8;
}

.content .container {
	background: rgba(255, 255, 255, 0.3);
}

.left-site-bar {
	background: #fff;
	border-left: 1px solid #ccd7dd;
	border-right: 1px solid #ccd7dd;
	border-bottom: 1px solid #ccd7dd;
	-webkit-border-radius: 0px 0px 5px 5px;
	border-radius: 0px 0px 5px 5px;
}

.left-site-bar .site-bar-title {
	width: 100%;
	margin-left: -1px;
	position: relative;
	background: #19b0e8;
	color: #fff;
}

.left-site-bar .site-bar-title a {
	display: inline-block;
	width: 100%;
	padding: 0px 20px;
	cursor: pointer;
	border-left: 1px solid #ccd7dd;
	transition: all 0.3s;
	color: #fff;
}

.left-site-bar .site-bar-title a:before {
	content: "\e080";
	position: relative;
	position: absolute;
	top: 1px;
	right: 1px;
	display: inline-block;
	font-family: "Glyphicons Halflings";
	font-style: normal;
	font-weight: normal;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	margin-top: 17px;
	margin-right: 20px;
	-webkit-transition: rotate(45deg);
	-moz-transition: rotate(45deg);
	-ms-transition: rotate(45deg);
	-o-transition: rotate(45deg);
	transition: rotate(45deg);
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}

.left-site-bar .site-bar-title a.active,
.left-site-bar .site-bar-title a.cocollapsed,
.left-site-bar .site-bar-title a[aria-expanded="true"] {
	border-left: 2px solid #19b0e8;
	color: #fff;
}

.left-site-bar .site-bar-title a.active:before,
.left-site-bar .site-bar-title a.cocollapsed:before,
.left-site-bar .site-bar-title a[aria-expanded="true"]:before {
	-webkit-transform: rotate(90deg);
	-moz-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	-o-transform: rotate(90deg);
	transform: rotate(90deg);
}

.left-site-bar .site-bar-title a.active span,
.left-site-bar .site-bar-title a.cocollapsed span,
.left-site-bar .site-bar-title a[aria-expanded="true"] span {
	text-decoration: underline;
}

.left-site-bar .site-bar-title a span {
	display: inline-block;
	width: 100%;
	border-top: 1px solid #e0e4e6;
	padding: 15px 0;
}

.left-site-bar .site-bar-title a span:hover {
	text-decoration: underline;
}

.left-site-bar .site-bar-title-pod {
	display: inline-block;
	width: 100%;
	padding: 10px 0;
	padding-left: 20px;
	cursor: pointer;
	transition: all 0.3s;
}

.left-site-bar .site-bar-title-pod .collapsed {
	background: #f1f3f5;
	color: #19b0e8;
	border-top: 1px solid #e3e7e9;
	border-bottom: 1px solid #e3e7e9;
}

.left-site-bar .site-bar-title-pod.active,
.left-site-bar .site-bar-title-pod[aria-expanded="true"] {
	background: #f1f3f5;
	color: #19b0e8;
	border-top: 1px solid #e3e7e9;
	border-bottom: 1px solid #e3e7e9;
}

.left-site-bar .pod-cat {
	background: #f8fafb;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-right: 10px;
}

.left-site-bar .pod-cat li {
	padding: 5px 0px;
	color: #919497;
	transition: all 0.3s;
	line-height: 15px;
}

.left-site-bar .pod-cat li:hover {
	color: #19b0e8;
}

.left-site-bar .pod-cat li:hover a {
	color: #19b0e8;
}

.left-site-bar .pod-cat li a {
	color: #919497;
}

.t-1 a span {
	border-top: 0px !important;
}

footer {
	padding: 20px 0px;
	background: #0757a9;
}

footer .f-logo {
	width: 100%;
	text-align: center;
	display: inline-block;
}

footer .f-logo img {
	display: inline-block;
}

footer .f-adr {
	text-align: right;
	color: #fff;
	padding-top: 15px;
}

footer .f-adr span {
	color: #18ace5;
}

footer .f-adr span:before {
	content: "\68";
	font-family: "untitled-font-14" !important;
	font-style: normal !important;
	font-weight: normal !important;
	font-variant: normal !important;
	text-transform: none !important;
	speak: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	position: absolute;
	margin-left: -17px;
}

footer .f-adr a {
	color: #fff;
	padding-top: 10px;
	display: inline-block;
	text-decoration: underline;
}

footer .f-adr a:hover {
	color: #19b0e8;
}

footer .f-mail {
	text-align: right;
	color: #fff;
	padding-top: 15px;
}

footer .f-mail a {
	color: #fff;
}

footer .f-mail span {
	color: #18ace5;
}

footer .f-mail span:before {
	content: "\69";
	font-family: "untitled-font-14" !important;
	font-style: normal !important;
	font-weight: normal !important;
	font-variant: normal !important;
	text-transform: none !important;
	speak: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	position: absolute;
	margin-left: -19px;
	margin-top: 2px;
}

footer .f-tel {
	color: #fff;
	font-weight: bold;
	font-size: 18px;
	text-align: right;
	padding-top: 12px;
}

footer .f-tel a {
	color: #fff;
}

footer .f-tel span {
	font-weight: normal;
}

footer .f-tel span:before {
	content: "\6b";
	font-family: "untitled-font-14" !important;
	font-style: normal !important;
	font-weight: normal !important;
	font-variant: normal !important;
	text-transform: none !important;
	speak: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	position: absolute;
	margin-left: -25px;
	margin-top: 2px;
	color: #18ace5;
}

.madein {
	width: 140px;
	height: 25px;
	background: url("../images/madeinintrid.png");
	text-align: right;
	color: #fff;
	padding-right: 10px;
	padding-top: 3px;
	float: right;
	font-size: 14px;
	margin-top: 12px;
}

.madein a {
	color: #25498e;
}

.madein:hover a {
	color: #459fdf;
}

.modal-content {
	border: 1px solid #19b0e8;
	text-align: center;
	padding: 20px 20px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

.modal-content .input-group input {
	font-size: 16px;
}

.modal-content .close {
	position: absolute;
	top: 10px;
	right: 10px;
}

.modal-content .input-group-addon {
	background: #19b0e8;
	color: #fff;
	font-size: 14px;
	border-color: #19b0e8;
}

.modal-content h3 {
	text-align: center;
	padding-bottom: 20px;
	padding-top: 0px;
	margin-top: 0;
	font-size: 24px;
}

.modal-content .vost {
	float: right;
	font-size: 12px;
	text-decoration: underline;
	margin-top: -10px;
}

.modal-content .modal-bottom {
	display: inline-block;
	padding-top: 10px;
}

.modal-content .modal-bottom p {
	font-size: 16px;
}

.wite-logo {
	display: none;
}

.wite-logo-fixet {
	display: block;
	position: fixed;
	top: 10px;
	left: 5px;
	z-index: 102;
	transition: all 0.3s;
}

.wite-logo-fixet:hover {
	margin-left: 20px;
}

.h-cart-fixet {
	position: fixed;
	top: 0px;
	margin-top: -5px;
	right: 5px;
	padding: 0px;
	z-index: 102;
	width: 140px;
	transition: all 0.3s;
	margin-right: -100px;
}

.h-cart-fixet:hover {
	margin-right: 0;
}

.h-cart-fixet .cart p {
	right: -3px !important;
}

.h-cart-fixet .cart-left {
	padding-left: 5px;
	text-align: left;
}

.h-cart-fixet .cart-left p {
	display: none;
}

.h-cart-fixet .cart-left .cart-sum {
	text-align: left !important;
	font-size: 16px;
	display: block;
	padding-left: 15px !important;
	padding-top: 10px !important;
	width: 120px;
}

.h-cart-fixet .cart-left:hover p {
	color: #19b0e8;
}

.navbar-default-fixet {
	width: 100%;
	position: fixed;
	top: 0px;
	left: 0px;
	z-index: 101;
	text-align: center;
	background: #0757a9;
	-webkit-border-radius: 0;
	border-radius: 0;
}

.navbar-default-fixet .navbar-nav {
	text-align: center;
	width: 100%;
	padding: 5px 0px;
}

.navbar-default-fixet .navbar-nav li {
	float: none !important;
	display: inline-block;
}

.navbar-default-fixet .navbar-nav li a {
	color: #fff;
}

.breadcrumb {
	background: none;
	width: 100%;
}

.breadcrumb li a {
	color: #919497;
}

.breadcrumb .active {
	color: #0757a9;
}

.h-slider {
	width: 100%;
	position: relative;
	padding: 30px 0px;
}

.h-slider .bx-wrapper {
	margin: 0;
}

.h-slider .bx-wrapper .bx-prev {
	transition: all 0.3s;
	left: 50px;
	opacity: 0;
	background: url("../images/contr.png") no-repeat 0 0px;
}

.h-slider .bx-wrapper .bx-prev:hover,
.h-slider .bx-wrapper .bx-prev:focus {
	/* background-position: 0 0;*/
}

.h-slider .bx-wrapper .bx-next {
	transition: all 0.3s;
	right: 50px;
	opacity: 0;
	background: url("../images/contr.png") no-repeat -27px 0px;
}

.h-slider .bx-wrapper .bx-controls-direction a {
	position: absolute;
	top: 50%;
	margin-top: -27.5px;
	outline: 0;
	width: 26px;
	height: 55px;
	text-indent: -9999px;
	z-index: 4;
}

.h-slider .bx-wrapper:hover .bx-prev {
	opacity: 1;
	left: 5px;
}

.h-slider .bx-wrapper:hover .bx-next {
	opacity: 1;
	right: 5px;
}

.h-slider .bx-pager {
	text-align: left;
	left: 30px;
	bottom: 20px;
}

.h-slider .bx-pager .bx-pager-item a {
	border: 1px solid #fff;
	background: none;
}

.h-slider .bx-pager .bx-pager-item a:hover {
	background: #2d3039;
}

.h-slider .bx-pager .bx-pager-item a.active {
	background: #fff;
}

.h-slider .slide {
	width: 100%;
	height: 375px;
	background-size: cover;
	background-position: center;
	-webkit-border-radius: 7px;
	border-radius: 7px;
}

.h-slider .slide .slide-zag {
	color: #fff;
	font-size: 55px;
	font-weight: 900;
	padding-top: 70px;
	padding-left: 200px;
	display: inline-block;
	width: 100%;
	opacity: 0;
	transition: all 0.6s;
}

.h-slider .slide .slide-text {
	padding-left: 0px;
	padding-top: 10px;
	display: inline-block;
	color: #fff;
	width: 55%;
	opacity: 0;
	transition: all 0.6s;
}

.h-slider .slide .more {
	display: inline-block;
	margin-left: 230px;
	margin-top: 30px;
	font-weight: 600;
	color: #fff;
	border: 1px solid #fff;
	padding: 15px 60px 15px 30px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	position: relative;
	opacity: 0;
	transition: all 0.6s;
}

.h-slider .slide .more:before {
	content: "";
	background: url(../images/shape.png);
	display: block;
	width: 20px;
	height: 9px;
	position: absolute;
	right: 0;
	margin-top: 5px;
	margin-right: 30px;
}

.h-slider .slide .more:hover {
	background: #0757a9;
}

.h-slider [aria-hidden="false"] .slide-zag,
.h-slider [aria-hidden="false"] .slide-text {
	padding-left: 30px;
	opacity: 1;
}

.h-slider [aria-hidden="false"] .more {
	opacity: 1;
	margin-left: 30px;
}

.action-1 {
	background: url("../images/action-1.jpg");
	background-size: cover;
}

.h-new {
	padding: 15px 0;
}

.h-new .h1-border {
	margin-top: 0;
}

.h-new .h-new-slider {
	padding-top: 20px;
}

.h-new .h-new-slider .bx-prev {
	transition: all 0.3s;
	left: -50px;
	background: url("../images/contr.png") no-repeat 0 0px;
}

.h-new .h-new-slider .bx-prev:hover,
.h-new .h-new-slider .bx-prev:focus {
	/* background-position: 0 0;*/
}

.h-new .h-new-slider .bx-next {
	transition: all 0.3s;
	right: -50px;
	background: url("../images/contr.png") no-repeat -27px 0px;
}

.h-new .h-new-slider .bx-wrapper {
	margin: 0 auto;
}

.h-new .h-new-slider .bx-controls-direction a {
	position: absolute;
	top: 50%;
	margin-top: -27.5px;
	outline: 0;
	width: 26px;
	height: 55px;
	text-indent: -9999px;
	z-index: 4;
}

.h-new .all-new {
	text-align: right;
	padding-top: 10px;
}

.h-new .all-new a {
	color: #19b0e8;
	text-decoration: underline;
	transition: all 0.3s;
}

.h-new .all-new a:hover {
	color: #0757a9;
}

.h-new .all-new a:after {
	content: "\e258";
	position: relative;
	top: 1px;
	display: inline-block;
	font-family: "Glyphicons Halflings";
	font-style: normal;
	font-weight: normal;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-size: 10px;
	padding-left: 5px;
}

.item {
	display: inline-block;
	position: relative;
	width: 230px;
	height: 380px;
	border: 1px solid #ccd7dd;
	-webkit-border-radius: 7px;
	border-radius: 7px;
	transition: all 0.3s;
}
.item .srav {
	position: absolute;
	top: -10px;
	right: -10px;
	height: 15px;
	width: 15px;
	/*border: 1px solid red;*/
	margin: 0;
}
.item .srav:before {
	content: "\e006";
	position: absolute;
	top: 1px;
	display: inline-block;
	font-family: "Glyphicons Halflings";
	font-style: normal;
	font-weight: normal;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	left: 0px;
	top: 0px;
	color: #ffcc66;
}
.item:hover {
	-webkit-box-shadow: 0px 0px 5px #19b0e8;
	box-shadow: 0px 0px 5px #19b0e8;
}

.item .item-img {
	width: 100%;
	display: inline-block;
	text-align: center;
	height: 200px;
	position: relative;
}

.item .item-img img {
	display: inline-block;
	max-width: 98%;
	max-height: 98%;
	object-fit: contain;
}

.item .item-category {
	padding-top: 5px;
	display: inline-block;
	width: 100%;
	height: 30px;
	overflow: hidden;
	text-align: center;
	color: #919497;
}

.item .item-name {
	text-align: center;
	padding-top: 5px;
	display: inline-block;
	width: 100%;
	height: 50px;
	overflow: hidden;
	text-align: center;
	color: #919497;
	font-weight: 18px;
	font-weight: bold;
}

.item .item-buy {
	width: 190px;
	height: 45px;
	display: block;
	text-align: center;
	margin: 0 auto;
	margin-top: 15px;
	border: 1px solid #ccd7dd;
	overflow: hidden;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

.item .item-buy .buy {
	display: inline-block;
	width: 380px;
	height: 45px;
	text-align: left;
}

.item .item-buy .buy-left {
	text-align: center;
	display: block;
	float: left;
	width: 190px;
	height: 45px;
	margin-left: -50px;
}

.item .item-buy .buy-left p {
	margin-left: 50px;
	margin-top: 3px;
	font-size: 24px;
	font-weight: bold;
	color: #0757a9;
}

.item .item-buy .buy-left p span {
	font-size: 18px;
}

.item .item-buy .buy-right {
	display: block;
	float: left;
	width: 190px;
	height: 45px;
	background: #0757a9;
	color: #fff;
	text-align: center;
	transition: 0.3s all;
	outline: 1px solid #0757a9;
	outline-offset: 0px;
}

.item .item-buy .buy-right p {
	display: block;
	float: left;
	padding-top: 9px;
	padding-left: 10px;
}

.item .item-buy .buy-right span {
	display: block;
	float: left;
	font-size: 22px;
	padding-left: 15px;
	padding-top: 5px;
}

.item .item-buy .buy:hover .buy-right {
	margin-left: -140px;
	background: #19b0e8;
}

.item .item-buy .buy:hover .buy-right span {
	padding-left: 45px;
}

.item-new:before {
	content: "НОВИНКА";
	position: absolute;
	top: 15px;
	left: 0px;
	color: #fff;
	padding: 5px 10px;
	background: #0757a9;
	font-size: 10px;
	-webkit-border-radius: 5px;
	border-radius: 0px 5px 5px 0px;
	z-index: 2;
}

.h-news {
	padding: 10px 0;
}

.h-news figure {
	margin-top: 30px;
}

.h-news .all-news {
	float: right;
	padding-right: 10px;
	color: #19b0e8;
	transition: all 0.3s;
	padding-top: 30px;
}

.h-news .all-news:hover {
	color: #0757a9;
}

.h-news .all-news a {
	color: #19b0e8;
	text-decoration: underline;
	transition: all 0.3s;
}

.h-news .all-news a:hover {
	color: #0757a9;
}

.h-news .all-news:after {
	content: "\e258";
	position: relative;
	top: 1px;
	display: inline-block;
	font-family: "Glyphicons Halflings";
	font-style: normal;
	font-weight: normal;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-size: 10px;
	padding-left: 5px;
}

.h-news-img {
	width: 100%;
	border-radius: 5px;
	margin-bottom: 15px;
}

.h-news-img img {
	width: 100%;
	border-radius: 5px;
}

.h-news-title .row {
	margin: 0;
}

.h-news-title [class*="col-"] {
	padding: 0;
}

.h-news-title .h-text-data {
	background: #19b0e8;
	text-align: center;
	color: #fff;
	font-size: 10px;
	padding: 2px 0px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	margin: 0px 5px;
}

.h-news-title .h-text-data span {
	width: 100%;
	display: inline-block;
	font-size: 18px;
	font-weight: bold;
}

.h-news-title .h-title-text {
	font-weight: bold;
	font-size: 12.9px;
	padding-left: 10px;
	padding-top: 3px;
}

.h-news-text {
	padding-top: 10px;
}

.h-news-text p {
	font-size: 14px;
	color: #919497;
	padding-left: 5px;
}

.h-news-read-more a {
	padding-left: 5px;
	color: #19b0e8;
	transition: all 0.3s;
}

.h-news-read-more a:hover {
	color: #0757a9;
}

.h-news-read-more a:after {
	content: "\e258";
	position: relative;
	top: 1px;
	display: inline-block;
	font-family: "Glyphicons Halflings";
	font-style: normal;
	font-weight: normal;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-size: 10px;
	padding-left: 5px;
}

.advantages {
	background: #f1f3f5;
	padding: 30px 0;
	text-align: center;
}

.advantages .h1-border {
	text-align: left;
	margin-bottom: 30px;
}

.advantages figure {
	width: 160px;
	display: inline-block;
	text-align: center;
	vertical-align: top;
	margin: 0px 30px;
	margin-top: 10px;
}

.advantages figure p {
	padding-top: 15px;
	font-size: 15px;
}

.advantages .adv-img {
	width: 148px;
	height: 124px;
	background: url("../images/advsprite.png");
	display: inline-block;
}

.advantages .adv-img-1 {
	background-position: 0px 0px;
}

.advantages .adv-img-2 {
	background-position: -223px 0px;
}

.advantages .adv-img-3 {
	background-position: -453px 0px;
}

.advantages .adv-img-4 {
	background-position: -673px 0px;
}

.advantages .adv-img-5 {
	background-position: -885px 0px;
}

.rewiews {
	padding: 20px 0px;
}

.rewiews .all-rewiews {
	float: right;
	padding-right: 10px;
	color: #19b0e8;
	transition: all 0.3s;
	padding-top: 30px;
}

.rewiews .all-rewiews:hover {
	color: #0757a9;
}

.rewiews .all-rewiews a {
	color: #19b0e8;
	text-decoration: underline;
	transition: all 0.3s;
}

.rewiews .all-rewiews a:hover {
	color: #0757a9;
}

.rewiews .all-rewiews:after {
	content: "\e258";
	position: relative;
	top: 1px;
	display: inline-block;
	font-family: "Glyphicons Halflings";
	font-style: normal;
	font-weight: normal;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-size: 10px;
	padding-left: 5px;
}

.rewiew {
	width: 310px;
}

.rewiew .rewiew-title {
	width: 100%;
	display: inline-block;
}

.rewiew .rewiew-title .row {
	margin: 0;
}

.rewiew .rewiew-title [class*="col-"] {
	padding: 0;
}

.rewiew .rewiew-title .rewiew-img {
	display: inline-block;
}

.rewiew .rewiew-title .rewiew-name {
	display: inline-block;
	width: 100%;
	padding-left: 10px;
	font-size: 18px;
	font-weight: bold;
	padding-top: 5px;
}

.rewiew .rewiew-title .rewiew-data {
	display: inline-block;
	width: 100%;
	padding-left: 10px;
	color: #919497;
	font-size: 12px;
	padding-top: 10px;
	padding-left: 35px;
}

.rewiew .rewiew-title .rewiew-data:before {
	content: "\67";
	font-family: "untitled-font-14" !important;
	font-style: normal !important;
	font-weight: normal !important;
	font-variant: normal !important;
	text-transform: none !important;
	speak: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	position: absolute;
	margin-left: -24px;
	font-size: 16px;
	margin-top: 0px;
	color: #ccd7dd;
}

.rewiew .rewiew-text {
	display: inline-block;
	padding-top: 10px;
	font-size: 14px;
	color: #919497;
	font-style: italic;
	background: url(../images/bg-rew.png) bottom right no-repeat;
}

.rewiew .rewiew-text p {
	line-height: 25px;
}

.rewiews-slider {
	padding-top: 20px;
}

.rewiews-slider .bx-wrapper {
	display: block;
	margin: 0 auto;
}

.rewiews-slider .bx-prev {
	transition: all 0.3s;
	left: -50px;
	background: url("../images/contr.png") no-repeat 0 0px;
}

.rewiews-slider .bx-prev:hover,
.rewiews-slider .bx-prev:focus {
	/* background-position: 0 0;*/
}

.rewiews-slider .bx-next {
	transition: all 0.3s;
	right: -50px;
	background: url("../images/contr.png") no-repeat -27px 0px;
}

.rewiews-slider .bx-wrapper {
	margin: 0 auto;
}

.rewiews-slider .bx-controls-direction a {
	position: absolute;
	top: 50%;
	margin-top: -27.5px;
	outline: 0;
	width: 26px;
	height: 55px;
	text-indent: -9999px;
	z-index: 4;
}

.map {
	height: 300px;
	margin-top: 30px;
}

.card {
	padding-bottom: 20px;
}

.card .card-img {
	text-align: center;
	width: 100%;
	display: inline-block;
	padding: 10px;
}

.card .card-img img {
	position: relative;
	width: 100%;
	max-width: 430px;
	display: inline-block;
	border: 1px solid #ccd7dd;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	transition: all 0.7s;
}

.card .card-img img:hover {
	border: 1px solid #19b0e8;
	-webkit-box-shadow: 0px 0px 5px #19b0e8;
	box-shadow: 0px 0px 5px #19b0e8;
}

.card .card-name h1 {
	font-size: 25px;
	font-weight: bold;
	padding-top: 0;
	margin-top: 10px;
	padding-bottom: 10px;
}

.card .card-params {
	color: #919497;
}

.card .card-params b {
	color: #2d3039;
}

.card .card-params [class*="col-"] {
	padding: 7px 5px;
}

.card .card-params a {
	margin-top: 10px;
	display: inline-block;
	color: #2d3039;
	text-decoration: underline;
	font-weight: lighter;
}

.card .card-params a:hover {
	color: #19b0e8;
}

.card .card-params .srav {
	color: #19b0e8;
	text-decoration: underline;
	position: relative;
	padding-left: 15px;
}

.card .card-params .srav:hover {
	color: #0757a9;
}

.card .card-params .srav:before {
	content: "\e006";
	position: absolute;
	top: 1px;
	display: inline-block;
	font-family: "Glyphicons Halflings";
	font-style: normal;
	font-weight: normal;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	margin-left: -17px;
	margin-top: 2px;
	color: #ffcc66;
}

.card .card-prise {
	text-align: center;
	margin: 15px 0;
	border-top: 1px solid #eff1f3;
	border-bottom: 1px solid #eff1f3;
}

.card .card-prise [class*="col-"] {
	padding: 10px 5px;
}

.card .card-prise p {
	padding-top: 13px;
}

.card .card-prise .old-prise {
	color: #919497;
	text-decoration: line-through;
	font-size: 16px;
	display: inline-block;
}

.card .card-prise .prise {
	display: inline-block;
	font-size: 30px;
	font-weight: bold;
	color: #19b0e8;
	padding-left: 10px;
}

.card .card-prise .prise span {
	font-size: 18px;
}

.card .card-add-to {
	margin-top: 15px;
	text-align: center;
}

.card .card-add-to p {
	padding-top: 10px;
	font-weight: 500;
}

.card .card-add-to .kol-vo {
	height: 40px;
	max-width: 80px;
	margin: 0 auto;
}

.card .card-add-to .kol-vo input {
	height: 40px;
}

.card .card-add-to .accent-btn {
	width: 100%;
	padding: 8px 0px;
}

.card .card-add-to .accent-btn span {
	padding-right: 5px;
}

.kol-vo .input-group-addon {
	cursor: pointer;
	padding: 0px 2px;
	font-size: 10px;
	background: none;
	transition: all 0.3s;
}

.kol-vo .input-group-addon:hover {
	background: #f1f3f5;
	color: #19b0e8;
}

.kol-vo .b-left {
	padding-left: 5px;
}

.kol-vo .b-right {
	padding-right: 5px;
}

.kol-vo input {
	text-align: center;
	border-left: 0px;
	border-right: 0px;
	color: #2d3039;
	font-weight: 500;
}

.card-tabs {
	display: inline-block;
	margin: 30px 0px;
	width: 100%;
}

.card-tabs .nav-tabs {
	width: 100%;
	border-bottom: none;
}

.card-tabs .nav-tabs li a {
	background: #f8fafb;
	color: #919497;
	border: 1px solid #ccd7dd;
	padding: 10px 36px;
}

.card-tabs .nav-tabs li.active a {
	background: #f1f3f5;
	color: #2d3039;
	border: 1px solid #ccd7dd;
	border-bottom: 0px;
	border-bottom: none;
}

.card-tabs .nav-tabs li.active:hover a {
	background: #f1f3f5;
	color: #2d3039;
}

.card-tabs .tab-content {
	color: #919497;
	border: 1px solid #ccd7dd;
	border-radius: 5px;
	padding: 20px;
}

.card-tabs .tab-content p {
	line-height: 1.5;
}

.filter {
	background: #f1f3f5;
	padding-bottom: 5px;
}

.filter .accent-btn {
	margin-top: 10px;
}

.filter .filter-title {
	cursor: pointer;
	border-bottom: 1px solid #ddd;
}

.filter .filter-title:first-child {
	border-top: 0px;
}

.filter .filter-title a {
	width: 100%;
	display: inline-block;
	position: relative;
	padding: 10px 0px;
	padding-left: 20px;
	color: #0757a9;
}

.filter .filter-title a:before {
	content: "\e080";
	position: relative;
	position: absolute;
	top: 1px;
	right: 1px;
	display: inline-block;
	font-family: "Glyphicons Halflings";
	font-style: normal;
	font-weight: normal;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	margin-top: 10px;
	margin-right: 20px;
	-webkit-transition: rotate(45deg);
	-moz-transition: rotate(45deg);
	-ms-transition: rotate(45deg);
	-o-transition: rotate(45deg);
	transition: rotate(45deg);
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}

.filter .filter-title a.active,
.filter .filter-title a.cocollapsed,
.filter .filter-title a[aria-expanded="true"] {
	border-left: 2px solid #19b0e8;
	color: #19b0e8;
}

.filter .filter-title a.active:before,
.filter .filter-title a.cocollapsed:before,
.filter .filter-title a[aria-expanded="true"]:before {
	-webkit-transform: rotate(90deg);
	-moz-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	-o-transform: rotate(90deg);
	transform: rotate(90deg);
}

.filter .filter-body {
	width: 100%;
	max-height: 200px;
	overflow-y: auto;
	background: #f8fafb;
}

.filter .checkbox {
	color: #919497;
	margin-top: 10px;
	overflow: hidden;
	display: block;
}

.filter .checkbox .cl {
	transition: all 0.3s;
}

.filter .checkbox input:checked ~ .cl {
	color: #19b0e8;
}

.filter .checkbox .cr {
	border: 1px solid #19b0e8;
}

.filter .checkbox:hover {
	color: #19b0e8;
}

.filter .checkbox .cr-icon {
	color: #19b0e8;
}

.filter .filter-prise {
	text-align: center;
	padding: 0px 20px;
	background: rgba(255, 255, 255, 0.5);
}

.filter .filter-prise p {
	text-align: left;
	display: inline-block;
	width: 100%;
	padding-bottom: 10px;
	border-bottom: 1px solid #ddd;
}

.filter .fil-all {
	display: inline-block;
	cursor: pointer;
	color: #19b0e8;
	width: 100%;
	text-align: center;
	padding: 10px 0;
}

.filter .fil-all:hover {
	text-decoration: none;
}

.filter .fil-all span {
	border-bottom: 1px dashed #19b0e8;
}

.slider-price,
.slider-size {
	margin-top: 10px;
}

.slider-price-conclusion,
.slider-size-conclusion {
	margin-top: 15px;
	height: 40px;
}

.slider-price-conclusion span {
	line-height: 30px;
	color: #919497;
}

.slider-price-conclusion input,
.slider-size-conclusion input {
	font-size: 14px;
	color: #919497;
	width: 30%;
	height: 35px;
	text-align: center;
	background: none;
	border: 1px solid #ddd;
	background: #fff;
}

.slider-price-conclusion input:nth-of-type(1),
.slider-size-conclusion input:nth-of-type(1) {
	float: left;
}

.slider-price-conclusion input:nth-of-type(2),
.slider-size-conclusion input:nth-of-type(2) {
	float: right;
}

.ui-widget.ui-widget-content {
	margin-top: 30px;
	background: #e0e4e6;
	height: 3px;
	z-index: 2;
	width: 100%;
	border: none;
	transition: all 0.3s;
}

.ui-state-default,
.ui-widget-content .ui-state-default {
	background: #19b0e8;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	border: none;
	height: 15px;
	width: 15px;
	cursor: pointer;
	margin-left: -5px;
	margin-top: -3px;
	/* transition: all 0.3s;*/
}

.ui-state-default:focus,
.ui-widget-content .ui-state-default:focus {
	outline: none;
}

.ui-slider-horizontal .ui-slider-range {
	background: #19b0e8;
	height: 2px;
	/* transition: all 0.3s;*/
}

.cart-tabs,
.client-info {
	border-bottom: none;
	width: 100%;
}

.cart-tabs .nav-tabs,
.client-info .nav-tabs {
	border-bottom: none;
	width: 100%;
}

.cart-tabs .nav-tabs li,
.client-info .nav-tabs li {
	cursor: pointer;
	width: 33.33%;
	text-align: center;
}

.cart-tabs .nav-tabs li a,
.client-info .nav-tabs li a {
	border: 1px solid #19b0e8;
	-webkit-border-radius: 0px;
	border-radius: 0px;
}

.cart-tabs .nav-tabs .active a,
.client-info .nav-tabs .active a {
	background: #19b0e8;
	color: #fff;
}

.cart-tabs .nav-tabs .active a:focus,
.client-info .nav-tabs .active a:focus {
	background: #19b0e8;
	color: #fff;
	border: 1px solid #19b0e8;
}

.cart-tabs .nav-tabs .active:hover a,
.client-info .nav-tabs .active:hover a {
	background: #19b0e8;
	color: #fff;
}

.cart-tabs .nav-tabs .active:hover a:focus,
.client-info .nav-tabs .active:hover a:focus {
	background: #19b0e8;
	color: #fff;
	border: 1px solid #19b0e8;
}

.tab-pane {
	margin: 10px 0px;
	margin-bottom: 30px;
}

.tab-content .btn-accent {
	margin-top: 20px;
}

.cart table {
	width: 100%;
	margin-top: 0px;
	text-align: center;
	color: #333;
	font-size: 18px;
}

.cart input[type="number"] {
	display: block;
	width: 50%;
	margin: 0 auto;
	text-align: center;
	border: 1px solid #ddd;
	border-radius: 3px;
}

.cart tr td {
	padding: 10px 0px;
	border: 1px solid #ccc;
}

.cart tr td .kol-vo {
	margin: 0 10px;
}

.cart tr td:nth-of-type(1) {
	width: 40%;
}

.cart tr td:nth-of-type(1) a {
	color: #2d3039;
	text-decoration: underline;
}

.cart tr td:nth-of-type(1) a:hover {
	color: #19b0e8;
}

.cart tr td:nth-of-type(2) {
	width: 20%;
}

.cart tr td:nth-of-type(3) {
	width: 15%;
}

.cart tr td:nth-of-type(4) {
	width: 15%;
}

.cart tr td:nth-of-type(5) {
	width: 10%;
}

.cart tr td:nth-of-type(5) a {
	color: #0757a9;
	transition: all 0.7s;
}

.cart tr td:nth-of-type(5) a:hover {
	color: #19b0e8;
	text-decoration: none;
}

.cart tr th {
	text-align: center;
	border: 1px solid #ccc;
	background: #19b0e8;
	color: #fff;
	padding: 5px 0px;
}

.cart tr:nth-child(2n + 1) {
	background: rgba(0, 174, 239, 0.1);
}

.cart-sum td,
.cart-total td {
	background: #fff !important;
	text-align: right;
}

.cart-sum td span,
.cart-total td span {
	border: none;
	padding-right: 30px;
}

.client-info {
	width: 60%;
	margin: 0 auto;
	margin-top: 10px;
	margin-bottom: 30px;
	border: 1px solid #19b0e8;
	border-top: none;
}

.client-info .nav-tabs li {
	width: 50%;
	text-align: center;
}

.client-info .tab-pane {
	text-align: center;
}

.client-info .tab-pane form {
	width: 50%;
	margin: 0 auto;
}

.client-info .tab-pane form .input-group-addon {
	background: #19b0e8;
	color: #fff;
	-webkit-border-radius: 0px;
	border-radius: 0px;
	border-color: #19b0e8;
}

.shipping_payment .big_labels label {
	font-size: 18px;
	text-align: center;
	font-weight: normal;
	cursor: pointer;
	width: 100%;
	padding-top: 10px;
	margin-bottom: 20px;
}

.shipping_payment label .delivery-text-express {
	display: none;
}

.shipping_payment label input {
	margin-right: 5px;
}

.shipping_payment label input:checked ~ .delivery-text-express {
	display: block;
}

.shipping_payment .delivery-title {
	width: 100%;
	display: inline-block;
}

.shipping_payment .delivery-title .form-control {
	-webkit-border-radius: 0px;
	border-radius: 0px;
	margin-top: 5px;
}

.shipping_payment .delivery-body {
	width: 100%;
	display: inline-block;
}

.shipping_payment .delivery-img {
	width: 100%;
	display: inline-block;
	margin-top: 10px;
}

.shipping_payment .delivery-img-1 {
	width: 100%;
	display: inline-block;
	margin-top: 20px;
}

.catalog .item {
	width: 100%;
	max-width: 240px;
}

.catalog [class*="col-"] {
	text-align: center;
	padding-top: 15px;
	padding-bottom: 15px;
	margin: 5px;
}

.comparison h1 {
	text-align: center;
}

.comparison table {
	margin-top: 30px;
	width: 100%;
	display: block;
	overflow-x: auto;
}

.comparison table .glyphicon {
	color: #19b0e8;
	cursor: pointer;
	transition: all 0.3s;
	top: 5px;
	right: 5px;
	position: absolute;
}

.comparison table .glyphicon:hover {
	color: #0757a9;
}

.comparison table tr {
	transition: all 0.3s;
}

.comparison table tr:hover td {
	background: rgba(25, 176, 232, 0.3) !important;
}

.comparison table tr:nth-of-type(2) td {
	border-top: none;
	font-weight: bold;
}

.comparison table tr:nth-child(2n + 1) td {
	background: rgba(25, 176, 232, 0.1);
}

.comparison table tr td {
	text-align: center;
	vertical-align: middle;
	position: relative;
	border-left: 1px solid #ddd;
}

.comparison table tr td:first-child {
	color: #919497;
	text-align: left;
	border-left: 0px;
}

.comparison table tr th {
	text-align: center;
	vertical-align: middle;
	position: relative;
	border: none;
	border-left: 1px solid #ddd;
	max-width: 180px;
}

.comparison table tr th:first-child {
	vertical-align: bottom;
	border-left: 0px;
}

.comparison table tr th img {
	min-width: 120px;
	object-fit: cover;
}

.reviews {
	text-align: center;
	padding: 20px 0px;
}

.reviews .row {
	border-top: 1px solid #ccc;
	padding: 20px 10px;
}

.reviews .row:nth-of-type(1) {
	border: none;
}

.reviews .row .r-left {
	text-align: center;
}

.reviews .row .r-left .rev-ava {
	width: 100px;
}

.reviews .row .r-left p:nth-of-type(1) {
	font-size: 16px;
	padding-top: 10px;
	color: #2d3039;
}

.reviews .row .r-left p:nth-of-type(2) {
	font-size: 14px;
	font-style: italic;
	color: #19b0e8;
}

.reviews .row .r-right {
	padding-top: 10px;
	text-align: left;
}

.reviews .btn-main {
	font-size: 18px;
}

.contacts .tel {
	font-size: 18px;
	font-weight: bold;
	padding-top: 30px;
	padding-left: 40px;
}

.contacts .tel:before {
	content: "\6b";
	font-family: "untitled-font-14" !important;
	font-style: normal !important;
	font-weight: normal !important;
	font-variant: normal !important;
	text-transform: none !important;
	speak: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	position: absolute;
	margin-left: -30px;
	margin-top: 2px;
	color: #18ace5;
}

.contacts .tel a {
	color: #19b0e8;
	font-weight: normal;
}

.contacts .mail {
	font-size: 18px;
	font-weight: bold;
	padding-top: 10px;
	padding-left: 40px;
}

.contacts .mail:before {
	content: "\69";
	font-family: "untitled-font-14" !important;
	font-style: normal !important;
	font-weight: normal !important;
	font-variant: normal !important;
	text-transform: none !important;
	speak: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	position: absolute;
	margin-left: -30px;
	margin-top: 3px;
	color: #18ace5;
}

.contacts .mail a {
	color: #19b0e8;
	font-weight: normal;
}

.contacts .time {
	font-size: 18px;
	padding-top: 10px;
	padding-left: 40px;
}

.contacts .time span {
	font-weight: bold;
}

.contacts .time:before {
	content: "\67";
	font-family: "untitled-font-14" !important;
	font-style: normal !important;
	font-weight: normal !important;
	font-variant: normal !important;
	text-transform: none !important;
	speak: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	position: absolute;
	margin-left: -30px;
	margin-top: 3px;
	color: #18ace5;
}

.contacts .adr {
	font-size: 18px;
	padding-top: 10px;
	padding-left: 40px;
}

.contacts .adr span {
	font-weight: bold;
}

.contacts .adr:before {
	content: "\68";
	font-family: "untitled-font-14" !important;
	font-style: normal !important;
	font-weight: normal !important;
	font-variant: normal !important;
	text-transform: none !important;
	speak: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	position: absolute;
	margin-left: -30px;
	margin-top: 3px;
	color: #18ace5;
}

.contacts .map {
	height: 400px;
	width: 100%;
}

@media (min-width: 992px) and (max-width: 1200px) {
	.h1-border {
		font-size: 32px;
	}
	.h-new-slider .bx-prev,
	.rewiews-slider .bx-prev {
		transition: all 0.3s;
		left: 50px;
		opacity: 0;
		background: url("../images/contr.png") no-repeat 0 0px;
	}
	.h-new-slider .bx-prev:hover,
	.h-new-slider .bx-prev:focus,
	.rewiews-slider .bx-prev:hover,
	.rewiews-slider .bx-prev:focus {
		/* background-position: 0 0;*/
	}
	.h-new-slider .bx-next,
	.rewiews-slider .bx-next {
		transition: all 0.3s;
		right: 50px;
		opacity: 0;
		background: url("../images/contr.png") no-repeat -27px 0px;
	}
	.h-new-slider .bx-controls-direction a,
	.rewiews-slider .bx-controls-direction a {
		position: absolute;
		top: 50%;
		margin-top: -27.5px;
		outline: 0;
		width: 26px;
		height: 55px;
		text-indent: -9999px;
		z-index: 4;
	}
	.h-new-slider:hover .bx-prev,
	.rewiews-slider:hover .bx-prev {
		opacity: 1;
		left: 5px;
	}
	.h-new-slider:hover .bx-next,
	.rewiews-slider:hover .bx-next {
		opacity: 1;
		right: 5px;
	}
	.advantages figure {
		margin: 0px 10px;
	}
	.container {
		width: 100%;
		overflow: hidden;
	}
	footer .h-tel a {
		font-size: 16px;
	}
	.card-tabs .nav-tabs li a {
		padding: 10px 20.5px;
	}
}

@media (min-width: 768px) and (max-width: 992px) {
	.h1-border {
		font-size: 28px;
	}
	header .h-logo img {
		width: 100%;
	}
	header .h-tel {
		font-size: 18px;
	}
	header .h-tel a {
		font-size: 16px;
	}
	header .accent-btn {
		font-size: 14px;
		padding: 10px 5px;
		margin-left: -15px;
	}
	.navbar-default .navbar-nav li a {
		margin: 0;
		padding: 10px 2.5px;
		font-size: 12px;
	}
	.container {
		width: 100%;
		overflow: hidden;
		padding: 0px 5px;
	}
	.h-new-slider .bx-prev,
	.rewiews-slider .bx-prev {
		transition: all 0.3s;
		left: 50px;
		opacity: 0;
		background: url("../images/contr.png") no-repeat 0 0px;
	}
	.h-new-slider .bx-prev:hover,
	.h-new-slider .bx-prev:focus,
	.rewiews-slider .bx-prev:hover,
	.rewiews-slider .bx-prev:focus {
		/* background-position: 0 0;*/
	}
	.h-new-slider .bx-next,
	.rewiews-slider .bx-next {
		transition: all 0.3s;
		right: 50px;
		opacity: 0;
		background: url("../images/contr.png") no-repeat -27px 0px;
	}
	.h-new-slider .bx-controls-direction a,
	.rewiews-slider .bx-controls-direction a {
		position: absolute;
		top: 50%;
		margin-top: -27.5px;
		outline: 0;
		width: 26px;
		height: 55px;
		text-indent: -9999px;
		z-index: 4;
	}
	.h-new-slider:hover .bx-prev,
	.rewiews-slider:hover .bx-prev {
		opacity: 1;
		left: 5px;
	}
	.h-new-slider:hover .bx-next,
	.rewiews-slider:hover .bx-next {
		opacity: 1;
		right: 5px;
	}
	.advantages figure {
		margin: 5px 15px;
	}
	.left-site-bar .site-bar-title {
		-moz-hyphens: auto;
		-webkit-hyphens: auto;
		-ms-hyphens: auto;
	}
	.left-site-bar .site-bar-title a {
		padding-left: 10px;
		padding-right: 15px;
	}
	.left-site-bar .site-bar-title a:before {
		right: -15px;
	}
	.left-site-bar .site-bar-title-pod {
		padding-left: 10px;
		padding-right: 15px;
		-moz-hyphens: auto;
		-webkit-hyphens: auto;
		-ms-hyphens: auto;
	}
	.left-site-bar .pod-cat {
		padding-left: 20px;
	}
	.left-site-bar .pod-cat li {
		-moz-hyphens: auto;
		-webkit-hyphens: auto;
		-ms-hyphens: auto;
	}
	.content .h-bottom .h-cart .cart p {
		right: 0px;
		top: -10px;
	}
	.content .h-bottom .h-cart .cart-left {
		text-align: left;
	}
	.content .h-bottom .h-cart .cart-left .cart-sum {
		text-align: left;
		font-size: 12px;
		padding-top: 15px;
	}
	.card-tabs .nav-tabs li a {
		font-size: 12px;
		padding: 10px 9px;
	}
}

@media (max-width: 767px) {
	.catalog h1 {
		text-align: center;
		font-size: 32px;
		line-height: 1.5;
	}
	.top .lk {
		text-align: center;
		padding-left: 30px;
	}
	header .container {
		padding: 10px 0px;
	}
	.accent-btn {
		display: block;
		margin: 0 auto;
		margin-top: 5px;
		font-size: 16px;
	}
	.h-tel {
		float: none;
		text-align: center;
		margin-top: 5px;
		margin-bottom: 5px;
	}
	.h-tel a {
		font-size: 22px;
		text-decoration: underline;
	}
	.h-tel a:first-child {
		padding: 10px 0px;
		font-size: 21px;
	}
	.h-tel a:first-child:before {
		display: none !important;
	}
	.h-tel a:last-child {
		padding-top: 10px;
		font-size: 21px;
		border-left: 0px !important;
	}
	.h-new-slider .bx-prev,
	.rewiews-slider .bx-prev {
		transition: all 0.3s;
		opacity: 1;
		left: 5px !important;
		background: url("../images/contr.png") no-repeat 0 0px;
	}
	.h-new-slider .bx-prev:hover,
	.h-new-slider .bx-prev:focus,
	.rewiews-slider .bx-prev:hover,
	.rewiews-slider .bx-prev:focus {
		/* background-position: 0 0;*/
	}
	.h-new-slider .bx-next,
	.rewiews-slider .bx-next {
		transition: all 0.3s;
		opacity: 1;
		right: 5px !important;
		background: url("../images/contr.png") no-repeat -27px 0px;
	}
	.h-new-slider .bx-controls-direction a,
	.rewiews-slider .bx-controls-direction a {
		position: absolute;
		top: 50%;
		margin-top: -27.5px;
		outline: 0;
		width: 26px;
		height: 55px;
		text-indent: -9999px;
		z-index: 4;
	}
	.h-new .h-new-slider .slider .item {
		margin-left: 50px;
	}
	.container {
		width: 100%;
		overflow: hidden;
	}
	.h1-border {
		font-size: 26px;
		line-height: 28px;
		padding-bottom: 10px;
		text-align: center;
	}
	.h1-border span {
		padding-bottom: 5px;
	}
	.navbar-default {
		position: fixed;
		top: 0;
		z-index: 101;
	}
	.navbar-default .navbar-header {
		position: fixed;
		display: block;
		top: 0;
		right: 0;
		z-index: 102;
	}
	.navbar-default .navbar-header .navbar-toggle {
		position: fixed;
		display: block;
		top: 0;
		right: 0;
		margin-right: 5px;
		background: #19b0e8;
		border-color: #ddd;
	}
	.navbar-default .navbar-header .navbar-toggle .icon-bar {
		background: #fff;
	}
	.navbar-default .navbar-collapse {
		padding: 0;
		width: 100%;
		height: 100%;
		position: fixed;
	}
	.navbar-default .navbar-collapse .navbar-nav {
		position: fixed;
		display: block;
		margin: 0;
		margin-left: -15px;
		margin-top: -1px;
		z-index: 101;
		width: 100%;
		height: 100%;
		background: #fff;
	}
	.navbar-default .navbar-collapse .navbar-nav li {
		width: 100%;
	}
	.navbar-default .navbar-collapse .navbar-nav li a {
		padding-top: 10px;
		font-size: 24px;
		padding-bottom: 15px;
		border-bottom: 1px solid #ddd;
	}
	.navbar-default .navbar-collapse .navbar-nav li:last-child a {
		border-bottom: none;
	}
	.content .h-bottom {
		padding: 0;
		margin: 0;
		padding-bottom: 10px;
	}
	.content .h-bottom .catalog-top {
		cursor: pointer;
	}
	.content .h-bottom .h-cart {
		position: fixed;
		top: 0px;
		left: 5px;
		margin-top: -15px;
		z-index: 101;
	}
	.content .h-bottom .h-cart:hover {
		text-decoration: none;
	}
	.content .h-bottom .h-cart .cart {
		background: #19b0e8;
		-webkit-border-radius: 50%;
		border-radius: 50%;
		padding: 3px 8px;
		border: 1px solid #ddd;
	}
	.content .h-bottom .h-cart .cart:hover {
		background: #19b0e8;
	}
	.content .h-bottom .h-cart .cart:hover span {
		color: #fff;
		text-decoration: none;
	}
	.content .h-bottom .h-cart .cart p {
		display: none;
	}
	.content .h-bottom .h-cart .cart-left {
		display: none;
	}
	.left-site-bar {
		transition: all 0.3s;
		display: none;
	}
	.left-site-bar .site-bar-title a {
		padding-right: 30px;
	}
	.h-slider .bx-wrapper .bx-prev {
		opacity: 1;
		left: 5px;
	}
	.h-slider .bx-wrapper .bx-next {
		opacity: 1;
		right: 5px;
	}
	.h-slider .slide {
		height: 360px;
	}
	.h-slider .slide .slide-zag {
		text-align: center;
		font-size: 36px;
	}
	.h-slider .slide .slide-text {
		width: 100%;
		background: rgba(0, 0, 0, 0.1);
		padding-bottom: 20px;
	}
	.h-slider .slide .more {
		text-align: center;
	}
	.advantages .h1-border {
		text-align: center;
	}
	.advantages figure {
		margin: 5px 0px;
	}
	footer .f-adr {
		text-align: center;
	}
	footer .f-mail {
		text-align: center;
	}
	footer .f-tel {
		text-align: center;
	}
	.madein {
		float: none;
		margin: 0 auto;
		margin-top: 10px;
	}
	.cart-tabs .nav-tabs li a,
	.client-info .nav-tabs li a {
		height: 60px;
		line-height: 22px;
		font-size: 14px;
	}
	.cart table {
		font-size: 16px;
	}
	.cart table tr th:nth-of-type(3),
	.cart table tr td:nth-of-type(3) {
		display: none;
	}
	.client-info {
		width: 100%;
	}
	.client-info .tab-pane form {
		width: 90%;
	}
}

p.user-agreement {
	font-size: 16px;
	margin-top: 20px;
}

.catalog-top-anchor {
	transition: none;
}
