html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	vertical-align: baseline;
}


/* HTML5 display-role reset for older browsers */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
	display: block;
}

blockquote,
q {
	quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
	content: '';
	content: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}


/* end reset all */

html,
body {
	color: #000;
	width: 100%;
	height: auto;
	padding: 0;
	font-size: 13px;
	line-height: 18px;
	font-weight: normal;
	font-family: 'Roboto', Helvetica, Arial, sans-serif;
}

h1,
.h1 {
	position: relative;
	display: block;
	width: 100%;
	height: auto;
	font-size: 35px;
	line-height: 40px;
	margin: 0 0 15px 0;
	font-family: 'Roboto Condensed', Helvetica, Arial, sans-serif;
}

h2,
.h2 {
	position: relative;
	display: block;
	width: 100%;
	height: auto;
	font-size: 30px;
	line-height: 37px;
	margin: 0 0 17px 0;
	text-transform: uppercase;
	font-family: 'Roboto Condensed', Helvetica, Arial, sans-serif;
}

h3,
.h3 {
	position: relative;
	display: block;
	width: 100%;
	height: auto;
	font-size: 18px;
	line-height: 24px;
	margin: 0 0 13px 0;
	font-weight: normal;
	font-family: 'Roboto Condensed', Helvetica, Arial, sans-serif;
}

p {
	position: relative;
	display: block;
	width: 100%;
	height: auto;
	font-size: 14px;
	line-height: 21px;
	color: #000;
	font-weight: 300;
	margin: 0 0 13px 0;
	font-family: 'Roboto', Helvetica, Arial, sans-serif;
}

ul {
	margin: 0 0 13px 20px;
	font-weight: 300;
	font-size: 14px;
	line-height: 21px;
}

strong {
	font-weight: bold;
}

a,
a:link,
a:hover,
a:visited {
	color: #000;
}

table {
	margin-bottom: 20px;
}

table tr td {
	font-weight: 300;
	padding: 5px 10px;
	border-bottom: 1px solid #eaeaea;
}

.w80 {
	position: relative;
	display: block;
	width: 80%;
	height: auto;
	margin: 0 0 30px;
	padding: 0;
}

.w80 h3,
.w80 .h3 {
	font-family: 'Roboto', Helvetica, Arial, sans-serif;
}

.wrapper {
	position: relative;
	display: block;
	width: 100%;
	height: auto;
	margin: 0 auto;
	padding: 0;
	overflow: hidden;
}

.dumb {
	position: relative;
	display: block;
	width: 100%;
	height: 80px;
	margin: 0 auto;
}

.block {
	position: relative;
	display: block;
	width: 100%;
	height: auto;
	margin: 0 auto;
	padding: 20px 5%;
}

/*GRID TWO COLUMNS*/

ul.oneColumns {
	position: relative;
	display: block;
	width: 100%;
	height: auto;
	margin: 0 auto;
	padding: 0;
	list-style-type: none;
}

ul.oneColumns li {
	position: relative;
	display: inline-block;
	vertical-align: top;
	width: 80%;
	height: auto;
	margin: 0 1% 20px 0;
	padding: 0;
}


/*GRID TWO COLUMNS*/

ul.twoColumns {
	position: relative;
	display: block;
	width: 100%;
	height: auto;
	margin: 0 auto;
	padding: 0;
	list-style-type: none;
}

ul.twoColumns li {
	position: relative;
	display: inline-block;
	vertical-align: top;
	width: 49%;
	height: auto;
	margin: 0 1% 20px 0;
	padding: 0;
}

ul.twoColumns li:nth-child(2n) {
	margin: 0;
}


/*GRID THREE COLUMNS*/

ul.threeColumns {
	position: relative;
	display: block;
	width: 100%;
	height: auto;
	margin: 0 auto;
	padding: 0;
	list-style-type: none;
}

.block.solutions ul.threeColumns.popuplist {
	text-align: center;
}

ul.threeColumns li {
	position: relative;
	display: inline-block;
	vertical-align: top;
	width: 32.2%;
	height: auto;
	margin: 0 1% 20px 0;
	padding: 0;
}

.block.solutions ul.threeColumns.popuplist li {
	margin: 0 1% 20px 1%;
	width: 30.2%;
	text-align: left;
}

ul.threeColumns li:nth-child(3n) {
	margin: 0;
}


/*GRID FOUR COLUMNS*/

ul.fourColumns {
	position: relative;
	display: block;
	width: 100%;
	height: auto;
	margin: 0 auto;
	padding: 0;
	list-style-type: none;
}

ul.fourColumns li {
	position: relative;
	display: inline-block;
	vertical-align: top;
	width: 23.7%;
	height: auto;
	margin: 0 1% 20px 0;
	padding: 0;
}

ul.fourColumns li:nth-child(4n) {
	margin: 0;
}


/*GRID FIVE COLUMNS*/

ul.fiveColumns {
	position: relative;
	display: block;
	width: 100%;
	height: auto;
	margin: 0 auto;
	padding: 0;
	list-style-type: none;
}

ul.fiveColumns li {
	position: relative;
	display: inline-block;
	vertical-align: top;
	width: 18.7%;
	height: auto;
	margin: 0 1% 20px 0;
	padding: 0;
}

ul.fiveColumns li:nth-child(5n) {
	margin: 0;
}

.slider_new.variable-width_item>div {
	max-width: 100%;
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center center;
}

.slider_new.variable-width_item>div>div>div>div>div {
	width: auto!important;
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center center;
}

.slider_new.variable-width_item>div>div>div>div>div>a {
	margin: 0 7px;
	box-shadow: 2px 2px 4px #999;
	border-top: 1px solid #ddd;
	border-left: 1px solid #ddd;
	display: block;
}

.slider_new.variable-width_item>div>div>div>div>div>a img {
	opacity: 1;
	width: auto;
}

.slick-next,
.slick-prev {
	right: -40px;
	z-index: 111111111;
	background-color: #3e98ee!important;
	border-radius: 27px;
	padding: 5px;
	height: 35px;
	width: 35px;
}

.slick-prev {
	left: -40px;
}


/*GRID SIX COLUMNS*/

ul.sixColumns {
	position: relative;
	display: block;
	width: 100%;
	height: auto;
	margin: 0 auto;
	padding: 0;
	list-style-type: none;
}

ul.sixColumns li {
	position: relative;
	display: inline-block;
	vertical-align: middle;
	width: 15.5%;
	height: auto;
	margin: 0 1% 0 0;
	padding: 0;
}

ul.sixColumns li:nth-child(6n) {
	margin: 0;
}


/* TOP */

.wrap {
	position: relative;
	display: block;
	width: 100%;
	max-width: 1440px;
	height: auto;
	margin: 0 auto;
	padding: 0;
}

.top {
	position: fixed;
	left: 0;
	top: 0;
	display: block;
	width: 90%;
	height: auto;
	margin: 0 auto;
	padding: 10px 5%;
	background: #fff;
	z-index: 99;
	-webkit-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.15);
	box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.15);
}

.logo {
	position: relative;
	display: inline-block;
	vertical-align: middle;
	width: 23%;
	max-width: 300px;
	height: auto;
	margin: 0 auto;
	padding: 0;
}

.logo img {
	position: relative;
	display: block;
	width: 100%;
	height: auto;
	margin: 0;
	padding: 0;
}


/* MENU */

.menu {
	position: relative;
	display: inline-block;
	vertical-align: middle;
	width: 58%;
	height: auto;
	margin: 5px 2% 0 0;
	padding: 0;
}

.menu ul {
	position: relative;
	display: block;
	width: 100%;
	height: auto;
	margin: 0 auto;
	padding: 0;
	text-align: center;
	list-style-type: none;
}

.menu ul li {
	position: relative;
	display: inline-block;
	vertical-align: middle;
	width: 90px;
	height: auto;
	min-height: 30px;
	margin: 0 3% 0 0;
	padding: 0;
}

.menu ul li:last-child {
	margin-right: 0;
}

.menu ul li a {
	position: relative;
	display: block;
	width: 86%;
	height: auto;
	padding: 7px 9%;
	font-family: 'Roboto Condensed', Helvetica, Arial, sans-serif;
	text-transform: uppercase;
	font-size: 15px;
	line-height: 17px;
	font-weight: 400;
	text-decoration: none;
	white-space: nowrap;
}

.menu ul li a:hover,
.menu ul li a.active {
	color: #3880c8;
	z-index: 99;
}

.menu ul li ul.submenu {
	position: absolute;
	display: none;
	left: 0;
	top: 27px;
	width: 100%;
	min-width: 200px;
	height: auto;
	margin: 0 auto;
	padding: 0;
	text-align: left;
	list-style-type: none;
	z-index: 9;
	background: #fff;
	-webkit-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.15);
	box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.15);
}

.menu ul li:hover ul.submenu {
	display: block;
	width: auto;
}

.menu ul li ul.submenu li {
	position: relative;
	display: block;
	width: 90%;
	height: auto;
	margin: 0;
	padding: 0 5%;
}

.menu ul li ul.submenu li a {
	padding: 10px 0;
	font-size: 13px;
	line-height: 16px;
	white-space: normal;
	color: #000;
}

.menu ul li ul.submenu li:hover,
.menu ul li ul.submenu li.active {
	background: #3985cb;
	/* Old browsers */
	background: -moz-linear-gradient(left, #3985cb 0%, #377dc6 100%);
	/* FF3.6-15 */
	background: -webkit-linear-gradient(left, #3985cb 0%, #377dc6 100%);
	/* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right, #3985cb 0%, #377dc6 100%);
	/* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3985cb', endColorstr='#377dc6', GradientType=1);
	/* IE6-9 */
}

.menu ul li ul.submenu li:hover a,
.menu ul li ul.submenu li.active a {
	color: #fff;
	background: none;
}


/* PHONES */

.phones {
	position: relative;
	display: inline-block;
	vertical-align: middle;
	width: 11%;
	height: auto;
	margin: 0;
	padding: 0;
	text-align: right;
}

.phones ul {
	position: relative;
	display: block;
	width: 100%;
	height: auto;
	margin: 0 0 0 auto;
	padding: 0;
	list-style-type: none;
}

.phones ul li {
	position: relative;
	display: block;
	width: 100%;
	height: auto;
	margin: 0;
	padding: 0;
	text-align: right;
}

.phones ul li a {
	position: relative;
	display: block;
	width: 100%;
	height: auto;
	margin: 0;
	padding: 0;
	font-size: 18px;
	line-height: 19px;
	font-weight: 700;
	text-decoration: none;
	font-family: 'Roboto Condensed', Helvetica, Arial, sans-serif;
}


/* SEARCH */

.search {
	position: relative;
	display: inline-block;
	vertical-align: middle;
	width: 3%;
	height: auto;
	margin: 0;
	padding: 0;
	text-align: right;
}

.search a {
	color: #c7c7c7;
	font-size: 20px;
}

.search a:hover {
	color: #3880c8;
}


/* PROMO */

.promo,
.promo2,
.promo3 {
	position: relative;
	display: block;
	width: 100%;
	max-width: 1440px;
	height: auto;
	margin: 0 auto;
	padding: 0;
	background: #fff;
}

.promo3 {
	margin: 50px auto;
}

.promoInner {
	position: relative;
	display: block;
	width: 100%;
	height: auto;
	min-height: 160px;
	margin: 0 auto;
	padding: 0;
	background: #fff;
}

.promoInner .wrap {
	position: relative;
	display: block;
	width: 90%;
	max-width: 1380px;
	height: auto;
	margin: 0 auto;
	padding: 0 5%;
}

.promoInner img {
	position: relative;
	display: block;
	width: 100%;
	height: auto;
	margin: 0 auto;
	padding: 0;
}

.promoInner .caption {
	position: absolute;
	display: block;
	left: 5%;
	top: 40%;
	width: 90%;
	height: auto;
	margin: 0 auto;
	padding: 0;
}

.promoInner .caption h1 {
	color: #fff;
	text-transform: uppercase;
	width: 90%;
	font-size: 32px;
}

.address .h3 {
	text-transform: uppercase;
	margin-bottom: 30px;
	margin-top: 10px;
}


/* VENDORS */

.vendors {
	position: relative;
	display: block;
	width: 90%;
	height: auto;
	margin: 0 auto;
	padding: 10px 5%;
	background: #fff;
	-webkit-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.15);
	box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.15);
}

.vendors .wrap {
	max-width: 1440px;
}

.vendors .overflow {
	position: relative;
	display: block;
	width: 97%;
	height: 165px;
	margin: 0 auto;
	padding: 0 1.5%;
	overflow: hidden;
}

.vendor_image {
	display: block;
	width: 86%;
	height: 86%;
	margin: 4% 7%;
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
	transition: all 0.5s;
}

.vendor_item a:hover span {
	transform: scale(1.1);
}

.vendor_item a.no_scale_item:hover span {
	transform: scale(1);
}

.block.vendors .bx-wrapper {
	margin: 0 auto;
}

.block.vendors a.bx-prev,
.block.vendors a.bx-next {
	position: absolute;
	top: 38%;
	/* background-color: #444; */
	left: 30px;
	transition: all 0.5s ease-out;
	display: inline-block;
	font: normal normal normal 14px/1 FontAwesome;
	text-rendering: auto;
	width: 30px;
	height: auto;
	line-height: 34px;
	font-size: 34px;
	color: #b6b6b6;
	text-align: center;
	cursor: pointer;
	text-decoration: none;
}

.block.vendors a.bx-next {
	left: auto;
	right: 30px;
}

a.bx-prev:before {
	content: "\f104";
}

a.bx-next:before {
	content: "\f105";
}

.block.vendors a.bx-prev:hover,
.block.vendors a.bx-next:hover {
	color: #3880c8;
}

.block.vendors a.bx-prev:hover {
	left: 38px;
}

.block.vendors a.bx-next:hover {
	right: 38px;
}

.vendors li {
	background-size: 64%;
	background-repeat: no-repeat;
	background-position: center;
}

.vendors img {
	position: relative;
	display: block;
	width: 100%;
	height: auto;
	margin: 0 auto;
	padding: 0;
	opacity: 1;
}

.vendor_item {
	display: inline-block;
	width: 30%;
	text-align: center;
	height: 150px;
	overflow: hidden;
	/* outline: 1px solid red; */
	margin: 1px 20px !important;
	border: 2px solid #fff;
	-box-shadow: 4px 4px 3px #999;
}

.vendors .overflow .bx-viewport {
	height: 165px!important;
	margin: 0 auto;
}

.vendor_image {
	display: block;
	width: 86%;
	height: 86%;
	margin: 4% 7%;
	background-repeat: no-repeat;
	background-size: contain;
}

ul.arrows {
	position: absolute;
	display: block;
	top: 27%;
	left: 0;
	width: 100%;
	margin: 0 auto;
	font-size: 0;
	list-style-type: none;
	z-index: 99;
}

.vendors ul.arrows {
	left: -7%;
	width: 114%;
}

ul.arrows li {
	position: absolute;
	display: block;
	left: 3%;
	top: 0;
	width: 30px;
	height: auto;
	font-size: 34px;
	line-height: 34px;
	color: #b6b6b6;
	text-align: center;
	cursor: pointer;
	-webkit-transition: all 0.5s ease-out;
	-moz-transition: all 0.5s ease-out;
	-o-transition: all 0.5s ease-out;
	transition: all 0.5s ease-out;
}

ul.arrows li:first-child {
	display: none;
}

ul.arrows li:last-child {
	right: 3%;
	left: auto;
}

ul.arrows li:hover {
	color: #3880c8;
}

ul.arrows li:first-child:hover {
	left: 3.5%;
}

ul.arrows li:last-child:hover {
	right: 3.5%;
}


/* SOLUTIONS */

.solutions {
	position: relative;
	display: block;
	width: 100%;
	height: auto;
	margin: 20px auto;
	padding: 10px 0 50px;
	background: #fff;
	overflow: hidden;
}

.solutions .wrap {
	max-width: 1560px;
}

.solutions .h1 {
	width: 50%;
	margin: 40px auto 60px;
	font-size: 40px;
	line-height: 44px;
	text-transform: uppercase;
	text-align: center;
	z-index: 999;
}

.solutions .overflow {
	position: relative;
	display: block;
	width: 86%;
	height: auto;
	margin: 0 7%;
	padding: 0;
	overflow: hidden;
}

.solutions .overflow .image {
	position: relative;
	display: block;
	width: 100%;
	height: auto;
	margin: 0 auto;
	padding: 5% 0;
	background-position: center;
	background-size: 100%;
	background-repeat: no-repeat;
	-webkit-transition: all 0.5s ease-out;
	-moz-transition: all 0.5s ease-out;
	-o-transition: all 0.5s ease-out;
	transition: all 0.5s ease-out;
}

.solutions .overflow li:hover .image {
	background-size: 110%;
}

.solutions .overflow .image img {
	position: relative;
	display: block;
	width: 90%;
	height: auto;
	margin: 0 auto;
	padding: 0;
	opacity: 0;
}

.solutions .sqrewBgLeft {
	position: absolute;
	display: block;
	left: -25%;
	top: 100px;
	width: 105%;
	height: 90%;
	margin: 0;
	padding: 0;
}

.sblock {
	position: absolute;
	display: block;
	left: 0;
	top: 0;
	bottom: 0;
	right: 0;
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	opacity: 0.9;
	-webkit-transform: skewX(-10deg);
	-moz-transform: skewX(-10deg);
	-ms-transform: skewX(-10deg);
	transform: skewX(-10deg);
	background: -moz-linear-gradient(-45deg, rgba(34, 114, 194, 0.9) 0%, rgba(34, 114, 194, 1) 1%, rgba(25, 154, 200, 1) 100%);
	/* FF3.6-15 */
	background: -webkit-linear-gradient(-45deg, rgba(34, 114, 194, 0.9) 0%, rgba(34, 114, 194, 1) 1%, rgba(25, 154, 200, 1) 100%);
	/* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(135deg, rgba(34, 114, 194, 0.9) 0%, rgba(34, 114, 194, 1) 1%, rgba(25, 154, 200, 1) 100%);
	/* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e62272c2', endColorstr='#e6199ac8', GradientType=1);
	/* IE6-9 fallback on horizontal gradient */
}

.solutions .sqrewBgRight {
	position: absolute;
	display: block;
	right: -50%;
	top: 50px;
	width: 75%;
	height: 88%;
	margin: 0;
	padding: 0;
}

.solutions .sqrewBgRight .sblock {
	opacity: 1;
}

.solutions ul.arrows {
	top: 52%;
}

.solutions ul.arrows li {
	color: #fff;
	font-size: 40px;
}

.solutions ul.arrows li:hover {
	color: #fff;
}

.solutions .desc {
	position: absolute;
	display: block;
	bottom: 0;
	left: 5%;
	width: 90%;
	height: auto;
	margin: 0 auto;
	padding: 0;
}
.solutions .desc.certificates {
	bottom: 20px;
	padding: 5px;
	background: white;
}
.solutions .desc .title {
	position: relative;
	display: block;
	width: 90%;
	height: auto;
	margin: 0 0 10px;
	padding: 0;
	font-size: 30px;
	line-height: 36px;
	color: #fff;
	font-family: 'Roboto Condensed', Helvetica, Arial, sans-serif;
	text-transform: uppercase;
}

.solutions .team .desc .title {
	font-size: 18px;
	line-height: 23px;
	margin: 0 0 10px;
}

.block.solutions ul.threeColumns.popuplist .solutions .desc .subtitle {}

.solutions .desc .subtitle {
	position: relative;
	display: block;
	width: 70%;
	height: auto;
	margin: 0 0 30px;
	padding: 0;
	font-size: 18px;
	line-height: 23px;
	color: #fff;
	font-family: 'Roboto Condensed', Helvetica, Arial, sans-serif;
	text-transform: uppercase;
}

.block.solutions ul.threeColumns.popuplist .desc .subtitle {
	text-align: center;
	height: auto;
	width: 100%;
	margin: 0 auto 10px;
}

.block.solutions ul.threeColumns.popuplist .desc .title {
	text-align: center;
	height: auto;
	width: 100%;
	margin: 0 auto 10px;
}

.block.solutions ul.threeColumns.popuplist .desc .btn {
	width: 85%;
	margin: 25px auto 30px;
}

.solutionsBlock {
	position: relative;
	display: block;
	width: 100%;
	height: auto;
	padding: 0;
	margin: 0 auto;
	background: #fff;
	-webkit-box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.2);
	box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.2);
	z-index: 9;
}


/*
.solutions .overflow ul.threeColumns li:nth-child(2) {
	box-shadow: 0 0 20px 0 rgba(0,0,0,0.1);
	}

.solutions .overflow ul.threeColumns li:nth-child(2) .desc .title {
	color: #1f7fc4;
	}

.solutions .overflow ul.threeColumns li:nth-child(2) .desc .subtitle {
	color: #000;
	}
*/

.solutions .overflow ul.threeColumns li .desc .btn,
.solutions .overflow ul.threeColumns li .desc .btn:hover {
	color: #fff;
	border-color: #fff;
	background: none;
	margin-bottom: 30px;
}


/*
.solutions .overflow ul.threeColumns li:nth-child(2) .desc .btn,
.solutions .overflow ul.threeColumns li:nth-child(2) .desc .btn:hover {
	color: #1f7fc4;
	border-color: #1f7fc4;
	background: none;
	}




*/

.popup .message,
.popup .message.success {
	position: absolute;
	left: 0;
	top: -15%;
	height: 120%;
	background-color: #fff;
	font-size: 20px;
	padding: 38% 0;
	width: 100%;
	box-sizing: border-box;
}

ul.solutionsMenu {
	position: relative;
	display: block;
	width: 100%;
	height: auto;
	padding: 0;
	margin: 0 auto;
	list-style-type: none;
	max-width: 1360px;
}

ul.solutionsMenu li {
	position: relative;
	display: inline-block;
	vertical-align: middle;
	min-width: 16%;
	height: 85px;
	margin: 0 auto;
}

ul.solutionsMenu li a {
	position: relative;
	display: block;
	width: 90%;
	max-width: 180px;
	height: auto;
	margin: 0 auto;
	padding: 15px 0;
	font-size: 15px;
	line-height: 18px;
	color: #000;
	font-family: 'Roboto Condensed', Helvetica, Arial, sans-serif;
	text-transform: uppercase;
	text-decoration: none;
}

ul.solutionsMenu li .fa {
	position: absolute;
	display: block;
	left: -15px;
	top: 10px;
	width: 30px;
	height: auto;
	margin: 0;
	font-size: 22px;
	line-height: 22px;
	color: #1c8ec6;
}

ul.solutionsMenu li:hover,
ul.solutionsMenu li.active {
	background: -moz-linear-gradient(-45deg, rgba(34, 114, 194, 0.9) 0%, rgba(34, 114, 194, 1) 1%, rgba(25, 154, 200, 1) 100%);
	/* FF3.6-15 */
	background: -webkit-linear-gradient(-45deg, rgba(34, 114, 194, 0.9) 0%, rgba(34, 114, 194, 1) 1%, rgba(25, 154, 200, 1) 100%);
	/* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(135deg, rgba(34, 114, 194, 0.9) 0%, rgba(34, 114, 194, 1) 1%, rgba(25, 154, 200, 1) 100%);
	/* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e62272c2', endColorstr='#e6199ac8', GradientType=1);
	/* IE6-9 fallback on horizontal gradient */
}

ul.solutionsMenu li:hover a,
ul.solutionsMenu li:hover .fa,
ul.solutionsMenu li.active a,
ul.solutionsMenu li.active .fa {
	color: #fff;
}


/* CONTENT */

.content {
	position: relative;
	display: block;
	width: 86%;
	max-width: 1280px;
	height: auto;
	margin: 20px auto;
	padding: 40px 0 50px;
}

.shadow {
	position: absolute;
	display: block;
	left: 0;
	right: 0;
	bottom: 0;
	top: 30%;
	width: 100%;
	height: 70%;
	margin: 0 auto;
	padding: 0;
	z-index: 0;
	background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 1) 100%);
	/* FF3.6-15 */
	background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 1) 100%);
	/* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 1) 100%);
	/* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#000000', GradientType=0);
	/* IE6-9 */
}

.content .h2,
.content .h3,
.content p {
	width: 80%;
}

ul.twoColumns.notFound {
	padding-top: 50px;
	margin-bottom: 40px;
}

ul.twoColumns.notFound li {
	vertical-align: middle;
}

ul.twoColumns.notFound li:first-child {
	width: 60%;
}

ul.twoColumns.notFound li:last-child {
	width: 37%;
}

ul.twoColumns.notFound li .h3 {
	font-size: 18px;
	text-transform: uppercase;
}

ul.twoColumns.notFound li img {
	position: relative;
	display: block;
	width: 90%;
	height: auto;
	margin: 20px auto 0;
	padding: 0;
}


/* INNER */

.breadcrumbs {
	position: relative;
	display: block;
	width: 100%;
	height: auto;
	margin: -10px auto 5px;
	padding: 0;
	font-size: 11px;
	line-height: 14px;
	color: #fff;
	font-weight: 300;
}

.breadcrumbs a {
	color: #fff;
}

.inner {
	position: relative;
	display: block;
	width: 90%;
	max-width: 1280px;
	height: auto;
	min-height: 300px;
	margin: 0 auto;
	padding: 40px 5%;
	background: #fff;
}
.inner.h150 {
	min-height: 150px;
}

.inner.contacts {
	padding: 40px 5% 0;
	margin: 0 auto -20px;
}

.inner h1 {
	text-transform: uppercase;
	color: #fff;
	font-size: 26px;
	line-height: 36px;
	font-weight: 400;
	margin-bottom: 60px;
	width: 80%;
}

.sqrewBgTopLeft {
	position: absolute;
	display: block;
	left: -25%;
	top: -100px;
	width: 105%;
	height: 200px;
	margin: 0;
	padding: 0;
}

.sqrewBgTopRight {
	position: absolute;
	display: block;
	right: -50%;
	top: -140px;
	width: 75%;
	height: 200px;
	margin: 0;
	padding: 0;
}

.inner .sblock {
	opacity: 1;
	background: -moz-linear-gradient(-45deg, rgba(34, 114, 194, 1) 0%, rgba(25, 154, 200, 1) 100%);
	/* FF3.6-15 */
	background: -webkit-linear-gradient(-45deg, rgba(34, 114, 194, 1) 0%, rgba(25, 154, 200, 1) 100%);
	/* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(135deg, rgba(34, 114, 194, 1) 0%, rgba(25, 154, 200, 1) 100%);
	/* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e62272c2', endColorstr='#e6199ac8', GradientType=1);
	/* IE6-9 fallback on horizontal gradient */
}

.inner ul li ul {
	width: 100%;
	margin: 5px 0 !important;
	display: inline-block;
	list-style-type: disc;
}

.inner ul li ul li {
	display: block;
	width: 100%;
	font-weight: 300;
	margin: 7px 0 !important;
	font-size: 14px;
	line-height: 21px;
}

.inner ul.twoColumns li .title {
	position: relative;
	display: block;
	width: 100%;
	height: auto;
	margin: 10px auto;
	padding: 0;
	font-size: 18px;
	line-height: 23px;
	font-family: 'Roboto Condensed', Helvetica, Arial, sans-serif;
}

.inner ul li ul li .fa {
	color: #2173c6;
}


/* ABOUT */

.principles {
	width: 100%;
	margin: 50px auto;
	padding: 20px 0;
	z-index: 99;
}

.principles .innerBlock {
	position: relative;
	display: block;
	width: 90%;
	max-width: 1280px;
	height: auto;
	margin: 0 auto;
	padding: 30px 5% 30px;
	text-align: center;
	background: #fff;
}

.principles .map {
	position: relative;
	display: block;
	width: 90%;
	max-width: 1440px;
	height: auto;
	min-height: 600px;
	margin: 0 auto;
	padding: 0;
	text-align: center;
	background: #fff;
	-webkit-box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.2);
	box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.2);
}

.principles .innerBlock .h2 {
	text-align: left;
	margin: 10px auto 50px;
}

.principles .innerBlock .image {
	position: relative;
	display: block;
	width: 100%;
	height: auto;
	margin: 0 0;
	padding: 0;
	text-align: center;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.principles .innerBlock .image img {
	position: relative;
	display: block;
	width: 100%;
	max-width: 100px;
	height: auto;
	margin: 0 auto 20px;
	padding: 0;
}

.principles .innerBlock .image:hover {
	margin-top: -10px;
	margin-bottom: 30px;
}

.principles .innerBlock p {
	min-height: 120px;
}

.principles .sqrewBgTopLeft {
	position: absolute;
	display: block;
	left: -55%;
	top: -7%;
	width: 105%;
	height: 115%;
	margin: 0;
	padding: 0;
}

.principles .sqrewBgTopRight {
	position: absolute;
	display: block;
	right: -20%;
	top: -5%;
	width: 75%;
	height: 115%;
	margin: 0;
	padding: 0;
}

.principles .sblock {
	opacity: 1;
	background: -moz-linear-gradient(-45deg, rgba(34, 114, 194, 1) 0%, rgba(25, 154, 200, 1) 100%);
	/* FF3.6-15 */
	background: -webkit-linear-gradient(-45deg, rgba(34, 114, 194, 1) 0%, rgba(25, 154, 200, 1) 100%);
	/* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(135deg, rgba(34, 114, 194, 1) 0%, rgba(25, 154, 200, 1) 100%);
	/* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e62272c2', endColorstr='#e6199ac8', GradientType=1);
	/* IE6-9 fallback on horizontal gradient */
}


/* CEO */

.ceo {
	padding: 50px 0;
}

.ceo .image {
	position: relative;
	display: block;
	width: 100%;
	height: auto;
	margin: 50px 0 0;
	padding: 0;
	text-align: center;
}

.ceo .image img {
	position: relative;
	display: block;
	width: 100%;
	max-width: 141px;
	height: auto;
	margin: 0 auto 10px;
	padding: 0;
}

.ceo .desc {
	position: relative;
	display: block;
	width: 70%;
	height: auto;
	margin: 10px auto 0;
	padding: 0;
}

.ceo .desc p {
	position: relative;
	display: block;
	width: 100%;
	height: auto;
	margin: 0 auto 15px;
	padding: 0;
	font-size: 15px;
	line-height: 21px;
}

.ceo .desc .fa {
	position: absolute;
	display: block;
	width: 30px;
	height: 30px;
	margin: 0;
	padding: 0;
	font-size: 35px;
	line-height: 35px;
	color: #d6d6d6;
}

.ceo .desc .fa-quote-left {
	top: -20px;
	left: -10px;
}

.ceo .desc .fa-quote-right {
	bottom: 20px;
	right: 0;
}

ul.vacancyList {
	margin: 0 0 30px;
}

ul.vacancyList li {
	position: relative;
	display: block;
	width: auto;
	height: auto;
	margin: 0;
	padding: 5px 0;
}

ul.vacancyList li a {
	width: auto;
	height: auto;
	margin: 0;
	font-size: 15px;
	line-height: 19px;
	color: #1c8ec6;
	text-transform: uppercase;
	text-decoration: none;
	font-family: 'Roboto Condensed', Helvetica, Arial, sans-serif;
}

ul.vacancyList li a:hover {
	text-decoration: underline;
}

ul.vacancyList li .fa-angle-down {
	display: none;
}


/* PAGINATOR*/

ul.paginator {
	position: relative;
	display: block;
	width: 90%;
	height: auto;
	margin: 0 auto;
	padding: 30px 5% 10px;
	text-align: center;
	list-style-type: none;
}

ul.paginator li {
	position: relative;
	display: inline-block;
	vertical-align: middle;
	width: 24px;
	height: 16px;
	margin: 0 1%;
	padding: 4px 0;
	text-align: center;
	border: 1px solid #fff;
	font-family: 'Roboto Condensed', Helvetica, Arial, sans-serif;
}

ul.paginator li.active,
ul.paginator li:hover {
	border: 1px solid #1c8ec6;
	color: #1c8ec6;
}

ul.paginator li a {
	position: relative;
	display: block;
	width: 100%;
	height: auto;
	margin: 0 auto;
	padding: 0;
	font-size: 15px;
	line-height: 19px;
	text-align: center;
	text-decoration: none;
	font-family: 'Roboto Condensed', Helvetica, Arial, sans-serif;
}

ul.paginator li.active a,
ul.paginator li:hover a {
	color: #1c8ec6;
}


/* NEWS */

.news {
	position: relative;
	display: block;
	width: 90%;
	height: auto;
	margin: 0 auto;
	padding: 40px 5%;
	background: #fff;
}

.news .wrap {
	max-width: 1280px;
}

.news .date {
	position: relative;
	display: block;
	width: 100%;
	height: auto;
	margin: 0 auto 10px;
	padding: 0;
	font-size: 12px;
	line-height: 16px;
	color: #999;
	background: #fff;
}

.news a.link {
	font-size: 15px;
	line-height: 15px;
	color: #1f7fc4;
	text-decoration: underline;
	font-family: 'Roboto Condensed', Helvetica, Arial, sans-serif;
	text-transform: uppercase;
}

.news .image {
	position: relative;
	display: block;
	width: 100%;
	height: auto;
	margin: 0 auto 10px;
	padding: 0;
	background-position: center;
	background-size: 100%;
	background-repeat: no-repeat;
	-webkit-transition: all 0.5s ease-out;
	-moz-transition: all 0.5s ease-out;
	-o-transition: all 0.5s ease-out;
	transition: all 0.5s ease-out;
}

.inner.news ul.threeColumns li {
	margin-bottom: 30px;
}

.news li:hover .image {
	background-size: 110%;
	-webkit-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.15);
	box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.15);
}

.news .image img {
	position: relative;
	display: block;
	width: 100%;
	height: auto;
	margin: 0 auto;
	padding: 0;
	opacity: 0;
}

ul.newsMenu {
	position: relative;
	display: block;
	width: 100%;
	height: auto;
	margin: 0 0 30px;
	padding: 0;
	list-style-type: none;
}

ul.newsMenu li {
	position: relative;
	display: inline-block;
	vertical-align: middle;
	width: auto;
	height: auto;
	min-height: 30px;
	margin: 0 3% 0 0;
	padding: 0;
}

ul.newsMenu li a {
	position: relative;
	display: block;
	width: 100%;
	height: auto;
	padding: 7px 9%;
	font-family: 'Roboto Condensed', Helvetica, Arial, sans-serif;
	text-transform: uppercase;
	font-size: 15px;
	line-height: 17px;
	font-weight: 400;
	text-decoration: none;
	white-space: nowrap;
}

ul.newsMenu li a:hover,
ul.newsMenu li a.active {
	color: #3880c8;
	text-decoration: underline;
	z-index: 99;
}


/* FEEDBACKS */

.feedbacks {
	position: relative;
	display: block;
	width: 90%;
	height: auto;
	margin: 0 auto;
	padding: 40px 5%;
	background: #fff;
}

.feedbacks .title {
	position: relative;
	display: block;
	width: 100%;
	height: auto;
	margin: 0;
	font-size: 15px;
	line-height: 15px;
	color: #000;
	font-family: 'Roboto Condensed', Helvetica, Arial, sans-serif;
	text-transform: uppercase;
}

.feedbacks .image {
	position: relative;
	display: block;
	width: 100%;
	height: auto;
	margin: 0 auto 20px;
	padding: 0;
	background-position: center;
	background-size: 100%;
	background-repeat: no-repeat;
	-webkit-transition: all 0.5s ease-out;
	-moz-transition: all 0.5s ease-out;
	-o-transition: all 0.5s ease-out;
	transition: all 0.5s ease-out;
}

.inner.news ul.fourColumns li {
	margin-bottom: 30px;
}

.feedbacks li:hover .image {
	-webkit-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.15);
	box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.15);
}

.feedbacks .image img {
	position: relative;
	display: block;
	width: 90%;
	height: auto;
	margin: 0 auto;
	padding: 0;
	opacity: 0;
}


/* CATALOG */

.catalog {
	position: relative;
	display: block;
	width: 90%;
	height: auto;
	margin: 0 auto;
	padding: 40px 5%;
}

.catalog .wrap {
	max-width: 1440px;
}

.catalog .h1 {
	color: #fff;
	margin: 20px auto 40px;
	text-transform: uppercase;
}

.catalog ul li {
	margin-bottom: 40px;
}

.catalog .image {
	position: relative;
	display: block;
	width: 100%;
	height: auto;
	margin: 0 auto 10px;
	padding: 0;
}

.catalog .image img {
	position: relative;
	display: block;
	width: 100%;
	max-width: 80px;
	height: auto;
	margin: 0 auto;
	padding: 0;
	-webkit-transition: margin 0.5s ease-out;
	-moz-transition: margin 0.5s ease-out;
	-o-transition: margin 0.5s ease-out;
	transition: margin 0.5s ease-out;
}

.catalog .image:hover img {
	margin-top: -10px;
	margin-bottom: 20px;
}

.catalog a.title {
	position: relative;
	display: block;
	width: 70%;
	height: auto;
	min-height: 42px;
	margin: 0 auto;
	padding: 0;
	font-size: 16px;
	line-height: 21px;
	text-transform: uppercase;
	text-align: center;
	color: #fff;
	text-decoration: none;
	font-family: 'Roboto Condensed', Helvetica, Arial, sans-serif;
}

.catalog ul.black li a.title {
	color: #000;
}

.catalog a.btn {
	margin: 20px auto;
}

.inner a.btn {
	width: 180px;
}

.promo3 .h2 {
	width: 90%;
	margin: 0 auto;
}


/* SUBMENU */

.submenu {
	position: relative;
	display: inline-block;
	vertical-align: top;
	width: 25%;
	height: auto;
	margin: 0 1.5% 0 0;
	padding: 0;
}

.submenu ul {
	position: relative;
	display: block;
	width: 100%;
	height: auto;
	margin: 0 0 0 -30px;
	padding: 0;
}

.submenu ul li {
	position: relative;
	display: block;
	width: 100%;
	height: auto;
	margin: 0 0 15px;
	padding: 0;
}

.submenu ul li a {
	position: relative;
	display: inline-block;
	vertical-align: middle;
	width: auto;
	height: auto;
	margin: 0 0 0 10px;
	padding: 0;
	text-transform: uppercase;
	text-decoration: none;
	font-weight: 500;
	font-family: 'Roboto Condensed', Helvetica, Arial, sans-serif;
}

.submenu ul li .image {
	position: relative;
	display: inline-block;
	vertical-align: middle;
	width: 20px;
	height: auto;
	margin: 0;
	padding: 0;
}

.submenu ul li .image img {
	position: relative;
	display: block;
	width: 100%;
	height: auto;
	margin: 0 auto;
	padding: 0;
}

.submenu ul li .fa {
	position: relative;
	display: inline-block;
	vertical-align: middle;
	width: 10px;
	height: auto;
	margin: 0 0 0 5px;
	padding: 0;
	font-size: 14px;
}

.submenu ul li ul.submenu {
	margin: 0 0 0 15px!important;
	width: calc(100% - 15px);
}

.submenu ul li ul li a {
	text-transform: none;
	font-weight: 300;
}

.submenu ul li ul li ul li a {
	font-weight: 300;
}


/* ITEM */

.card .image {
	position: relative;
	display: inline-block;
	vertical-align: top;
	width: 30%;
	height: auto;
	margin: 0 2% 0 0;
	padding: 0;
}

.card.inner h1 {
	font-size: 20px;
	line-height: 26px;
}

.card .image img {
	position: relative;
	display: block;
	width: 100%;
	max-width: 400px;
	height: auto;
	margin: 0;
	padding: 0;
}

.card .params {
	position: relative;
	display: inline-block;
	vertical-align: top;
	width: 57%;
	height: auto;
	margin: 0;
	padding: 0;
}

.card .params ul {
	margin: 0 0 13px 0;
	list-style-type: none;
}

.card .title {
	position: relative;
	display: block;
	width: 100%;
	height: auto;
	margin: 0 0 10px;
	padding: 0;
	font-size: 14px;
	line-height: 17px;
	text-transform: uppercase;
	font-weight: 400;
	font-family: 'Roboto Condensed', Helvetica, Arial, sans-serif;
}

.card .params ul li .name {
	position: relative;
	display: inline-block;
	vertical-align: top;
	width: 49%;
	height: auto;
	margin: 0;
	padding: 0;
}

.card .params ul li .value {
	position: relative;
	display: inline-block;
	vertical-align: top;
	width: 49%;
	height: auto;
	margin: 0;
	padding: 0;
}

.card .price {
	position: relative;
	display: block;
	width: 100%;
	height: auto;
	margin: 0 0 10px;
	padding: 0;
	font-size: 20px;
	line-height: 23px;
	font-weight: 400;
	font-family: 'Roboto Condensed', Helvetica, Arial, sans-serif;
}


/* CATALOGLIST */

.catalogAll {
	position: relative;
	display: inline-block;
	vertical-align: top;
	width: 73%;
	height: auto;
	margin: 0;
	padding: 0;
}

ul.catalogList {
	position: relative;
	display: block;
	width: 100%;
	height: auto;
	margin: 0 auto;
	padding: 0;
	list-style-type: none
}

ul.catalogList li {
	position: relative;
	display: block;
	width: 94%;
	height: auto;
	margin: 0 0 20px;
	padding: 10px 3%;
	background: #fff;
	-webkit-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.15);
	box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.15);
}

ul.catalogList li .params {
	position: relative;
	display: inline-block;
	vertical-align: middle;
	width: 78%;
	height: auto;
	margin: 0 2% 0 0;
	padding: 0;
}

ul.catalogList li .title {
	position: relative;
	display: block;
	width: 100%;
	height: auto;
	margin: 0 0 7px;
	padding: 0;
	font-weight: 500;
}

ul.catalogList li .price {
	position: relative;
	display: inline-block;
	vertical-align: middle;
	width: 20%;
	height: auto;
	margin: 0;
	padding: 0;
	font-size: 16px;
	line-height: 21px;
	text-align: right;
	font-weight: 500;
}

ul.catalogList li .price .link {
	position: relative;
	display: block;
	width: 100%;
	height: auto;
	margin: 7px 0 0 auto;
	padding: 0;
	color: #3880c8;
	font-size: 13px;
	line-height: 15px;
	text-transform: uppercase;
	font-weight: 400;
	font-family: 'Roboto Condensed', Helvetica, Arial, sans-serif;
}


/* SEARCH */

.searchForm {
	position: relative;
	display: block;
	width: 100%;
	height: auto;
	margin: 10px 0;
	padding: 0;
}

.searchForm button {
	position: relative;
	display: inline-block;
	vertical-align: middle;
	width: 30px;
	height: 30px;
	margin: -2px 0 0 -40px;
	padding: 0;
	border: 0;
	background: none;
	font-size: 24px;
	cursor: pointer;
}

.searchForm button:hover {
	color: #1c8ec6;
}

.search_results a {
	color: #1c8ec6;
	font-weight: 500;
}

ul.search_results {
	position: relative;
	display: block;
	width: 100%;
	height: auto;
	margin: 10px 0;
	padding: 0;
	list-style-type: none;
}

ul.search_results li {
	position: relative;
	display: block;
	width: 100%;
	height: auto;
	margin: 10px 0 20px;
	padding: 0;
}

ul.search_results li .s_num {
	position: absolute;
	display: block;
	left: -30px;
	top: 0;
	width: 22px;
	height: auto;
	margin: 0;
	padding: 0;
	text-align: right;
	font-size: 11px;
}

.shadowed {
	background: #fff;
	-webkit-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.15);
	box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.15);
}


/* SITEMAP */

ul.sitemap {
	position: relative;
	display: block;
	width: 70%;
	height: auto;
	margin: 0;
	padding: 0;
	list-style-type: none;
}

ul.sitemap li {
	position: relative;
	display: block;
	width: 70%;
	height: auto;
	margin: 0;
	padding: 0;
}

ul.sitemap li a {
	position: relative;
	display: inline-block;
	vertical-align: middle;
	width: 90%;
	height: auto;
	margin: 2px 0;
	padding: 0;
	text-transform: uppercase;
	font-weight: 500;
}

ul.sitemap li ul li a {
	text-transform: none;
	font-weight: 300;
}

ul.sitemap li ul.sitemap {
	margin: 0 0 0 15px !important;
}

ul.sitemap li .fa {
	position: absolute;
	top: 5px;
	left: -6px;
	font-size: 5px;
	line-height: 10px;
}


/* FOOTER */

.footer {
	position: relative;
	display: block;
	width: 90%;
	height: auto;
	margin: 30px auto 0;
	padding: 30px 5% 30px;
	font-size: 11px;
	line-height: 15px;
	overflow: hidden;
}

.footer .wrap {
	max-width: 1280px;
}

.footer .sqrewedBgBlueFooter {
	position: absolute;
	display: block;
	left: 2%;
	top: -100px;
	width: 96%;
	height: 150%;
	margin: 0;
	padding: 0;
}

.footer .menu {
	width: 100%;
	margin: 0 0 20px;
	padding-bottom: 20px;
	border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.footer .menu ul li {
	width: 11.4%;
	text-align: center;
}

.footer .menu ul li:first-child {
	text-align: left;
}

.footer .menu ul li:last-child {
	text-align: right;
}

.footer .menu ul li a {
	color: #fff;
	padding: 7px 0;
	width: 100%;
}

.footer .menu ul li:hover a {
	background: none;
	text-decoration: underline;
}

.footer ul.threeColumns {
	margin: 10px auto 10px;
}

.footer ul.threeColumns li {
	width: 29.8%;
}

.footer ul.threeColumns li:last-child {
	text-align: right;
	width: 33.8%;
}

.footer ul.threeColumns li:nth-child(2) {
	text-align: center;
	width: 33.8%;
}

.footer ul.threeColumns li p {
	color: #fff;
	font-size: 13px;
}

.footer ul.threeColumns li p a {
	color: #fff;
	font-size: 13px;
}

.footer ul.threeColumns li:nth-child(2) a {
	display: inline-block;
	font-size: 12px;
	line-height: 14px;
	text-transform: uppercase;
	margin: 0 5%;
	font-family: 'Roboto Condensed', Helvetica, Arial, sans-serif;
}

.footer ul.threeColumns li:last-child a {
	display: inline-block;
	font-size: 18px;
	line-height: 21px;
	text-decoration: none;
	margin: 0 0 0 4%;
	font-weight: 400;
	font-family: 'Roboto Condensed', Helvetica, Arial, sans-serif;
}

.footer .copy p,
.footer .copy {
	position: relative;
	display: block;
	width: 100%;
	height: auto;
	margin: 0 auto;
	padding: 0;
	font-size: 12px;
	line-height: 15px;
	font-weight: 300;
	color: #fff;
	opacity: 0.3;
	font-family: 'Roboto', Helvetica, Arial, sans-serif;
}


/* POP UP FORM */

.fog {
	position: absolute;
	display: none;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	margin: 0 auto;
	padding: 0;
	opacity: 0.9;
	background: -moz-linear-gradient(-45deg, rgba(34, 114, 194, 0.9) 0%, rgba(34, 114, 194, 1) 1%, rgba(25, 154, 200, 1) 100%);
	/* FF3.6-15 */
	background: -webkit-linear-gradient(-45deg, rgba(34, 114, 194, 0.9) 0%, rgba(34, 114, 194, 1) 1%, rgba(25, 154, 200, 1) 100%);
	/* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(135deg, rgba(34, 114, 194, 0.9) 0%, rgba(34, 114, 194, 1) 1%, rgba(25, 154, 200, 1) 100%);
	/* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e62272c2', endColorstr='#e6199ac8', GradientType=1);
	/* IE6-9 fallback on horizontal gradient */
	z-index: 999999;
}

.btn_close {
	position: absolute;
	display: block;
	right: 10px;
	top: 10px;
	margin: 0;
	padding: 0;
	font-size: 22px;
	line-height: 22px;
	cursor: pointer;
	color: #000;
	z-index: 99;
}

.flowBlock {
	position: fixed;
	right: -90px;
	top: 70%;
	display: block;
	width: 140px;
	height: auto;
	margin: 0 auto;
	padding: 10px 10px;
	background: #fff;
	border-radius: 40px 0 0 40px;
	cursor: pointer;
	z-index: 99;
	-webkit-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.15);
	box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.15);
	-webkit-transition: all 0.5s ease-out;
	-moz-transition: all 0.5s ease-out;
	-o-transition: all 0.5s ease-out;
	transition: all 0.5s ease-out;
}

.flowBlock:hover {
	right: 0;
}

.flowBlock .image {
	position: relative;
	display: inline-block;
	vertical-align: middle;
	width: 55px;
	height: auto;
	margin: 0 10px 0 0;
	padding: 0;
}

.flowBlock .image img {
	position: relative;
	display: block;
	width: 100%;
	height: auto;
	margin: 0;
	padding: 0;
	border-radius: 50%;
}

.flowBlock .caption {
	position: relative;
	display: inline-block;
	vertical-align: middle;
	width: 65px;
	height: auto;
	margin: 0;
	padding: 0;
	font-weight: 300;
}


/* BTN */

.popup.popupform99 img {
	display: block;
	width: 100%;
}

.popup.popupform99 {
	padding: 0;
}

a.btn,
.btn,
.popup input.btn,
.form input.btn {
	position: relative;
	display: block;
	width: 170px;
	height: auto;
	margin: 25px 0 10px;
	padding: 12px 10px;
	text-align: center;
	font-size: 16px;
	line-height: 21px;
	text-decoration: none;
	color: #3880c8;
	background: none;
	border: 2px solid #3880c8;
	white-space: nowrap;
	font-family: 'Roboto Condensed', Helvetica, Arial, sans-serif;
	text-transform: uppercase;
	cursor: pointer;
	opacity: 1;
	-webkit-transition: all 0.5s ease-out;
	-moz-transition: all 0.5s ease-out;
	-o-transition: all 0.5s ease-out;
	transition: all 0.5s ease-out;
}

a.btn:hover,
.btn:hover,
.popup input.btn:hover,
.form input.btn:hover,
.form input.btn {
	color: #fff;
	border: 2px solid #3880c8;
	cursor: pointer;
	background: -moz-linear-gradient(-45deg, rgba(34, 114, 194, 0.9) 0%, rgba(34, 114, 194, 1) 1%, rgba(25, 154, 200, 1) 100%);
	/* FF3.6-15 */
	background: -webkit-linear-gradient(-45deg, rgba(34, 114, 194, 0.9) 0%, rgba(34, 114, 194, 1) 1%, rgba(25, 154, 200, 1) 100%);
	/* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(135deg, rgba(34, 114, 194, 0.9) 0%, rgba(34, 114, 194, 1) 1%, rgba(25, 154, 200, 1) 100%);
	/* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e62272c2', endColorstr='#e6199ac8', GradientType=1);
	/* IE6-9 fallback on horizontal gradient */
}

.form input.btn:hover {
	opacity: 0.9;
}

a.btn.white,
.btn.white {
	color: #fff;
	border: 2px solid #fff;
}

a.btn.white:hover,
.btn.white:hover {
	color: #000;
	background: #fff;
	border: 2px solid #fff;
}

.popup input.btn.center {
	margin: 20px auto;
}


/* FORM */

.popup {
	position: absolute;
	display: none;
	left: 5%;
	top: 50%;
	width: 80%;
	min-width: 320px;
	max-width: 650px;
	height: auto;
	margin: 0;
	padding: 3% 0;
	background: #fff;
	z-index: 999999;
	-webkit-box-shadow: 0 0 40px 0 rgba(0, 0, 0, 0.05);
	box-shadow: 0 0 40px 0 rgba(0, 0, 0, 0.05);
}

.popup form {
	position: relative;
	display: block;
	width: 90%;
	height: auto;
	margin: 0 auto;
	padding: 0;
}

.popup .h3 {
	position: relative;
	display: block;
	width: 90%;
	height: auto;
	margin: 0 auto 20px;
	padding: 0 0 10px;
	font-size: 20px;
	line-height: 20px;
	text-align: center;
	text-transform: uppercase;
	z-index: 9;
	font-weight: 700;
}

label {
	position: relative;
	display: block;
	width: 90%;
	height: auto;
	margin: 5px auto 0;
	padding: 0;
}

.popup input,
.popup textarea,
.activationForm input,
.contactForm input,
.contactForm textarea,
.searchForm input {
	position: relative;
	display: block;
	width: 86%;
	height: 24px;
	margin: 15px auto;
	padding: 10px 2%;
	font-size: 13px;
	line-height: 16px;
	border: 2px solid #1c8ec6;
	font-family: 'Roboto', Helvetica, Arial, sans-serif;
	font-weight: 300;
}

.popup input.error,
.popup textarea.error,
.activationForm input.error,
.contactForm input.error,
.contactForm textarea.error,
.searchForm input.error {
	border: 2px solid red;
}

.catalogAll .searchForm input {
	width: calc(100% - 23px);
}

.contactForm textarea {
	margin-bottom: 8px;
}

.consultForm input[type="checkbox"],
.contactForm input[type="checkbox"] {
	display: inline-block;
	margin: 0 5px 0 0;
	vertical-align: baseline;
	width: auto;
	height: auto;
	padding: 0;
}

.searchForm input {
	margin-left: 0;
	display: inline-block;
	padding: 10px 1%;
}

.popup textarea,
.contactForm textarea {
	height: 100px;
}

.popup .message,
.popup .message {
	position: relative;
	display: block;
	width: 100%;
	height: auto;
	margin: 0 auto;
	padding: 0;
	text-align: center;
	font-weight: 300;
}

p.eula {
	/*width: 86%;*/
	margin: 0 auto;
}

.popup input[name="eula"] {
	display: inline-block;
	margin: 0 5px 0 0;
	vertical-align: baseline;
	width: auto;
	height: auto;
	padding: 0;
}

.orderform .message {
	text-align: center;
}

.orderform .title {
	position: relative;
	display: block;
	width: 80%;
	height: auto;
	margin: 0 auto 20px;
	padding: 0;
	text-align: center;
	font-size: 16px;
	line-height: 18px;
}

.orderform .articul,
.popup p {
	position: relative;
	display: block;
	width: 80%;
	height: auto;
	margin: 0 auto;
	padding: 0;
	text-align: center;
	font-size: 14px;
	line-height: 18px;
	font-weight: 300;
}


/* CONTACTS */

.form {
	position: relative;
	display: block;
	width: 86%;
	max-width: 1350px;
	height: auto;
	margin: 20px auto 70px;
	padding: 30px 2% 30px;
	background: #fff;
	-webkit-box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.2);
	box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.2);
}

.form .h3 {
	text-align: left;
	font-size: 24px;
	line-height: 29px;
}
.activationForm,
.contactForm {
	position: relative;
	display: block;
	width: 100%;
	height: auto;
	margin: 0 auto;
	padding: 30px 0 30px;
}
.activationForm input,
.contactForm input,
.contactForm textarea {
	margin-left: 0;
	margin-bottom: 20px;
}

.contactForm textarea {
	height: 130px;
	margin-bottom: 54px;
}
.activationForm label,
.contactForm label {
	position: relative;
	display: block;
	width: 100%;
	height: auto;
	margin: 0 auto 5px;
	padding: 0;
	font-size: 15px;
	line-height: 21px;
}
.activationForm input[type="submit"],
.contactForm input[type="submit"] {
	width: 180px;
}
.activationForm ul.twoColumns li:first-child,
.contactForm ul.twoColumns li:first-child {
	width: 30%;
}
.activationForm ul.twoColumns li:last-child,
.contactForm ul.twoColumns li:last-child {
	width: 68%;
}

.searchFieldBig {
	position: relative;
	display: block;
	width: 100%;
	height: auto;
	margin: 0;
	padding: 0;
}

.searchFieldBig input {
	position: relative;
	display: inline-block;
	vertical-align: middle;
	width: 86%;
	height: 24px;
	margin: 15px auto 15px 0;
	padding: 10px 1%;
	font-size: 13px;
	line-height: 16px;
	border: 2px solid #1c8ec6;
	font-family: 'Roboto', Helvetica, Arial, sans-serif;
	font-weight: 300;
}

.searchFieldBig button {
	position: relative;
	display: inline-block;
	vertical-align: middle;
	width: 30px;
	height: 30px;
	margin: -2px 0 0 -40px;
	padding: 0;
	border: 0;
	background: none;
	font-size: 24px;
	cursor: pointer;
}


/* BURGER */

.burger {
	position: relative;
	display: none;
	vertical-align: middle;
	width: 5%;
	height: auto;
	margin: 0;
	padding: 0;
	font-size: 20px;
	line-height: 20px;
	color: #000;
	text-align: right;
	z-index: 999;
}


/* MOBILE MENU */

.mobile_menu {
	position: fixed;
	display: none;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	padding: 0;
	margin: 0;
	opacity: 0.96;
	background: -moz-linear-gradient(-45deg, rgba(34, 114, 194, 0.9) 0%, rgba(34, 114, 194, 1) 1%, rgba(25, 154, 200, 1) 100%);
	/* FF3.6-15 */
	background: -webkit-linear-gradient(-45deg, rgba(34, 114, 194, 0.9) 0%, rgba(34, 114, 194, 1) 1%, rgba(25, 154, 200, 1) 100%);
	/* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(135deg, rgba(34, 114, 194, 0.9) 0%, rgba(34, 114, 194, 1) 1%, rgba(25, 154, 200, 1) 100%);
	/* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e62272c2', endColorstr='#e6199ac8', GradientType=1);
	/* IE6-9 fallback on horizontal gradient */
	overflow-y: scroll;
	z-index: 999;
}

.mobile_menu ul {
	position: relative;
	display: block;
	width: 90%;
	height: auto;
	padding: 50px 5%;
	margin: 0 auto;
	list-style-type: none;
}

.mobile_menu ul li {
	position: relative;
	display: block;
	width: 100%;
	height: auto;
	padding: 0;
	margin: 0 0 10px 0;
}

.mobile_menu ul li a {
	width: auto;
	height: auto;
	padding: 3px 5%;
	margin: 0;
	font-size: 16px;
	font-weight: 400;
	color: #fff;
	text-transform: uppercase;
	text-decoration: none;
	white-space: nowrap;
	font-family: 'Roboto Condensed', Helvetica, Arial, sans-serif;
}

.mobile_menu ul li ul.submenu {
	margin: 0 0 5px 0;
	padding: 10px 5%;
}

.mobile_menu ul li ul.submenu li a {
	font-size: 13px;
}

.mobile_menu ul li .fa {
	display: none;
}

.mobile_menu .btn_close {
	position: absolute;
	display: block;
	right: 5%;
	top: 15px;
	margin: 0;
	padding: 0;
	font-size: 22px;
	line-height: 22px;
	cursor: pointer;
	color: #fff;
	z-index: 99;
}

.gotop {
	position: fixed;
	display: none;
	right: 3%;
	bottom: 50%;
	width: 30px;
	height: 30px;
	margin: 0;
	padding: 0;
	font-size: 64px;
	line-height: 64px;
	color: #1c8dc4;
	text-align: center;
	z-index: 999;
	opacity: 0.35;
}

.gotop:hover {
	opacity: 1;
}
.gotop .fa {
	font-weight: 100;
}

.bgwhite {
	background: rgba(255, 255, 255, 0.9);
}

.bgblack {
	background: rgba(0, 0, 0, 0.9);
}

.bgblue {
	background: rgb(34, 114, 194);
	/* Old browsers */
	background: -moz-linear-gradient(-45deg, rgba(34, 114, 194, 1) 0%, rgba(25, 154, 200, 1) 100%);
	/* FF3.6-15 */
	background: -webkit-linear-gradient(-45deg, rgba(34, 114, 194, 1) 0%, rgba(25, 154, 200, 1) 100%);
	/* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(135deg, rgba(34, 114, 194, 1) 0%, rgba(25, 154, 200, 1) 100%);
	/* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2272c2', endColorstr='#199ac8', GradientType=1);
	/* IE6-9 fallback on horizontal gradient */
}

.colorblue {
	color: rgb(34, 114, 194) !important;
}
.center {
	text-align: center;
}

.right {
	text-align: right;
}


/*upd 2020 */

@font-face {
	font-family: 'PFDin TextCondPro';
	font-style: normal;
	font-weight: 300;
	src: local('PFDin TextCondPro'), url(../fonts/PFDinTextCondProLight.ttf) format('truetype');
}

@font-face {
	font-family: 'PFDin TextCondPro';
	font-style: normal;
	font-weight: 500;
	src: local('PFDin TextCondPro'), url(../fonts/PFDinTextCondProMedium.ttf) format('truetype');
}

@font-face {
	font-family: 'PFDin TextCondPro';
	font-style: normal;
	font-weight: 400;
	src: local('PFDin TextCondPro'), url(../fonts/PFDinTextCondPro.ttf) format('truetype');
}

@font-face {
	font-family: 'roubli';
	src: url('../fonts/roubli.eot');
	src: local('../fonts/roubli.woff#'), url('../fonts/roubli.woff') format('woff'), url('../fonts/roubli.ttf') format('truetype'), url('../fonts/roubli.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}

.wrap {
	max-width: 1400px;
}

.top {
	padding: 10px 5% 25px;
}

.dumb {
	height: 110px;
}

.logo {
	width: 27%;
	max-width: 308px;
}

.menu {
	width: 50.5%;
	margin: 4px 2.4% 0 2.4%;
}

.menu ul {
	text-align: justify;
	height: 32px;
}

.menu ul:after {
	content: ' ';
	display: inline-block;
	width: 100%;
}

.menu ul li {
	width: auto;
	margin: 0;
}

.menu ul li a {
	width: 86%;
	height: auto;
	padding: 7px 9%;
	font-family: 'PFDin TextCondPro', Helvetica, Arial, sans-serif;
	font-size: 18px;
	line-height: 17px;
	font-weight: 500;
	text-decoration: none;
	white-space: nowrap;
}

.phones ul li {
	margin-top: 0;
}

.search {
	width: 3.7%;
}

.search a {
	color: #666;
	font-size: 26px;
}

.cart_block *,
.product_block *,
.top_top * {
	box-sizing: border-box;
}

.clr {
	clear: both;
}

.login_block {
	display: block;
	float: left;
	background: url('../images/user.png') no-repeat 0 0;
	padding-left: 30px;
	text-decoration: none;
	font-size: 16px;
	height: 25px;
	line-height: 25px;
	margin-left: 5px;
}

.favor_compare_cart_block {
	float: right;
	font-size: 24px;
	color: #666;
}

.compare,
.cart,
.favor {
	display: inline-block;
	height: 25px;
	line-height: 25px;
	position: relative;
	min-width: 35px;
	vertical-align: top;
	cursor: pointer;
}

.compare {
	background: url('../images/compare.png') no-repeat 0 center;
	margin-left: 6px;
}

.cart {
	font-size: 27px;
}

.number_circle {
	position: absolute;
	display: block;
	width: 22px;
	height: 22px;
	top: -5px;
	right: 0;
	background: #2092ce;
	color: #fff;
	line-height: 22px;
	text-align: center;
	font-size: 14px;
	font-family: 'PFDin TextCondPro', sans-serif;
	border-radius: 50%;
	font-weight: 500;
}

.top_top {
	border-bottom: 1px solid #f5f5f5;
	margin-bottom: 16px;
}

.top_top .wrap {
	padding: 0 0 15px;
}

.sqrewBgTopRight {
	top: -110px;
}

.sqrewBgTopLeft {
	top: -85px;
	width: 115.5%;
	left: -34%;
}

.news .sqrewBgTopLeft {
	top: -105px;
}
.news .sqrewBgTopRight {
	top: -140px;
}

.inner {
	max-width: 1400px;
	width: auto;
	padding: 40px 2%;
}

.page-one-vacancy .inner,
.page-vacancy .inner,
.page-about .inner,
.page-solusions .inner {
	position: relative;
	display: block;
	width: 90%;
	max-width: 1280px;
	height: auto;
	min-height: 300px;
	margin: 0 auto;
	padding: 40px 5%;
	background: #fff;
}

.breadcrumbs {
	font-size: 14px;
}

.inner h1 {
	font-family: 'PFDin TextCondPro', sans-serif;
	font-size: 24px;
	font-weight: 500;
	line-height: 1.2;
	margin-top: 10px;
	min-height: 57px;
}

.sblock {
	-webkit-transform: skewX(-20deg);
	-moz-transform: skewX(-20deg);
	-ms-transform: skewX(-20deg);
	transform: skewX(-20deg);
}

.product_block {
	margin-top: 70px;
	font-family: 'PFDin TextCondPro', sans-serif;
	font-weight: 500;
}

.w50 {
	display: inline-block;
	width: 49%;
	vertical-align: top;
}

.product_img {
	background-color: rgb(255, 255, 255);
	box-shadow: 0 0 8px 0 rgba(0, 3, 6, 0.1);
	margin: 10px;
	max-width: 570px;
}

.slick-slider {
	margin-left: -10px;
}

.slick-next,
.slick-prev,
.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
	background-color: transparent!important;
	background-image: url('../images/arrow.png');
	background-repeat: no-repeat;
	background-position: right 0;
	color: transparent;
}

.slick-next,
.slick-prev {
	right: 28px;
	z-index: 999;
	border-radius: 27px;
	padding: 5px;
	height: 35px;
	width: 22px;
	transform: translateY(-80%);
}

.slick-prev,
.slick-prev:hover,
.slick-prev:focus {
	left: 28px;
	background-position: 0 0;
}

.slider-nav {
	margin-top: 20px;
}

.slider-nav .product_img {
	max-width: 170px;
	/* margin: 10px 15px; */
	margin-right: 25px;
}

.slick-prev::before,
.slick-next::before {
	content: '';
	color: transparent;
}

.slick-slide img {
	max-width: 100%;
}

.slider-nav .slick-next,
.slider-nav .slick-prev {
	display: none!important;
}

.ttx_ttl,
.ttx_name,
.ttx_data {
	font-size: 30px;
}

.ttx_name,
.ttx_data {
	font-size: 18px;
	display: inline-block;
	vertical-align: top;
	/* width:81%; */
	margin-bottom: 10px;
}

.ttx_data {
	font-weight: 300;
	/* width:18%; */
	text-align: right;
}

.ttx_block {
	padding-left: 6px;
	padding-top: 10px;
	margin-left: 19px;
}

.ttx_ttl {
	margin-bottom: 25px;
}

.ttx_txt {
	padding-left: 3px;
}

a.blue_lnk {
	color: #1c8dc4;
}

.ttx_name a {
	line-height: 1.4;
}

.rub {
	font-style: normal;
	font-family: 'roubli' !important;
}

.price {
	font-size: 40px;
}

.price_block {
	margin-top: 11px;
}

.btn_buy,
.price {
	display: inline-block;
	vertical-align: top;
	height: 55px;
	line-height: 55px;
}

.btn_buy {
	font-size: 18px;
	color: #2781c0;
	border: 2px solid #2680c1;
	background: #fff;
	width: 140px;
	text-align: center;
	text-transform: uppercase;
	text-decoration: none;
	margin-left: 15px;
	cursor: pointer;
}

.btn_buy.blue_btn {
	color: #fff;
	background: #2680c1;
	width: 200px;
}

.btn_buy_block {
	float: right;
}

.messenger_block {
	float: right;
	margin-right: 3%;
	margin-top: -5px;
}

.messenger_block span,
.messenger_btn {
	height: 33px;
	display: inline-block;
	vertical-align: top;
	line-height: 33px;
	cursor: pointer;
}

.messenger_btn {
/*	background: url('../images/messenger.png') no-repeat 0 0;*/
	width: 33px;
	margin-left: 7px;
}

.viber {
	background: url('../images/viber.svg') no-repeat 0 0;
}
.wa {
	background: url('../images/what-app.svg') no-repeat 0 0;
/*	background-position: -45px 0;*/
}

.skipe {
	background: url('../images/skype.svg') no-repeat 0 0;
/*	background-position: -90px 0;*/
}
.telegram {
	background: url('../images/telegram.svg') no-repeat 0 0;
/*	background-position: -45px 0;*/
}

.lnk_row {
	text-transform: uppercase;
	font-size: 18px;
	margin-top: 40px;
	padding-left: 5px;
}

.messenger_block span {
	margin-right: 4px;
}

.shipping_info,
.price_info,
.compare_info {
	cursor: pointer;
	height: 25px;
	display: inline-block;
	vertical-align: top;
	line-height: 25px;
	padding-left: 48px;
	color: #262626;
	text-decoration: none;
}

.shipping_info {
	background: url('../images/shipping.png') no-repeat 0 0;
}

.price_info {
	background: url('../images/mail.png') no-repeat 0 0;
	padding-left: 43px;
}

.compare_info {
	background: url('../images/compare.png') no-repeat 0 0;
	padding-left: 28px;
}

.mrg45 {
	margin-top: 45px;
	text-align: justify;
}

.mrg45:after {
	content: ' ';
	display: inline-block;
	width: 100%;
}

.partner_block {
	font-size: 18px;
	text-transform: uppercase;
	padding-left: 13px;
	margin-top: 38px;
}

.partner_block img {
	vertical-align: middle;
	margin-left: 5px;
}

.info_lnk_block {
	background-color: #fff;
	box-shadow: 0 0 8px 0 rgba(0, 3, 6, 0.1);
	height: 65px;
	font-size: 18px;
	text-transform: uppercase;
	line-height: 60px;
	padding: 0 30px;
}

.info_lnk_block a {
	padding: 6px 13px;
	border-bottom: 2px solid #ededed;
	font-weight: 400;
	text-decoration: none;
}

.info_lnk_block a.active {
	border-bottom-color: #2680c1;
	font-weight: 500;
}

.info_lnk_block a:first-child {
	padding-left: 0;
}

.info_lnk_block a:last-child {
	padding-right: 0;
}

.product_info_block {
	margin-top: 25px;
}

.product_info_txt {
	margin-top: 28px;
	padding-left: 3px;
	display: flex;
	justify-content: space-between;
}

.ttx_row {
	display: flex;
	justify-content: space-between;
}

.product_info_txt .w50:last-child {
	padding-left: 5px;
}

.ttx_data p {
	margin: 0;
	line-height: 26px;
	font-size: 18px;
	font-family: 'PFDin TextCondPro', sans-serif;
}

.block.solutions .request {
	margin: 0;
	width: 31.5%;
	text-align: left;
	position: relative;
	display: flex;
	height: auto;
	padding: 0;
	background-position: center;
	background-size: 100%;
	background-repeat: no-repeat;
	-webkit-transition: all 0.5s ease-out;
	-moz-transition: all 0.5s ease-out;
	-o-transition: all 0.5s ease-out;
	transition: all 0.5s ease-out;
	vertical-align: top;
	min-height: 250px;
	align-items: center;
	box-shadow: 0 0 8px 0 rgba(0, 3, 6, 0.1);
}

.solutions .request:hover {
	background-size: 110%;
}

.r_price {
	background-image: url('../images/pbg1.jpg')
}

.tender {
	background-image: url('../images/pbg2.jpg')
}

.bonus {
	background-image: url('../images/pbg3.jpg')
}

.solutions.short .wrap {
	max-width: 1170px;
	display: flex;
	justify-content: space-between;
}

.solutions.short {
	margin: 10px auto;
	padding: 0 0 30px;
}

.solutions.short .request .desc {
	position: relative;
	left: 0;
	text-align: center;
	width: 75%;
}

.request .btn {
	width: 208px;
	margin: 13px auto 0;
	padding: 12px 10px;
	font-size: 18px;
	font-family: 'Roboto', Helvetica, Arial, sans-serif;
	border-color: #fff;
	color: #fff;
}

.solutions .request .desc .title {
	margin: 0 auto 10px;
	font-size: 24px;
	line-height: 36px;
	font-family: 'Roboto', Helvetica, Arial, sans-serif;
	text-transform: none;
	width: 100%;
}

.footer .sblock {
	-webkit-transform: skewX(-10deg);
	-moz-transform: skewX(-10deg);
	-ms-transform: skewX(-10deg);
	transform: skewX(-10deg);
	background: #199ac8;
}

.footer .wrap {
	max-width: 1170px;
}

.footer .menu {
	width: 98%;
	margin: 0 0 30px;
}

.footer ul.threeColumns li {
	width: 23.2%;
}

.footer ul.threeColumns li p a,
.footer ul.threeColumns li p {
	font-size: 14px;
}

.footer ul.threeColumns li:nth-child(2) {
	text-align: left;
	width: 33%;
	padding-top: 3px;
}

.footer ul.threeColumns li:nth-child(2) a {
	font-size: 14px;
	margin: 0 8.3%;
	font-family: 'PFDin TextCondPro', sans-serif;
	font-weight: 500;
	letter-spacing: 0.5px;
}

.footer ul.threeColumns li:nth-child(2) a:first-child {
	margin-left: 0;
}

.footer ul.threeColumns li:nth-child(2) a:last-child {
	margin-right: 0;
}

.footer {
	width: 90%;
	margin: 30px auto 0;
	padding: 55px 5.5% 90px;
}

.footer ul.threeColumns li:last-child {
	text-align: right;
	width: 39%;
	padding-top: 3px;
}

.footer ul.threeColumns li:last-child a {
	font-size: 21px;
	margin: 0 0 0 9%;
	font-weight: 500;
	font-family: 'PFDin TextCondPro', sans-serif;
}

.footer ul.threeColumns {
	margin: 10px auto 15px;
}

.footer .copy p,
.footer .copy {
	font-size: 14px;
	opacity: 0.5;
}

.footer .sqrewedBgBlueFooter {
	left: 4%;
	top: 0;
	width: 90.5%;
	height: 100%;
}

.phones ul li a {
	font-weight: 500;
	font-family: 'PFDin TextCondPro', sans-serif;
}


/* MOBILE MENU */

.mobile_menu {
	position: fixed;
	display: none;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	padding: 0;
	margin: 0;
	background: rgba(0, 0, 0, 0.5);
	overflow-y: scroll;
	z-index: 9999;
}

.mob_menu_block {
	position: absolute;
	display: block;
	width: 401px;
	height: auto;
	padding: 53px 40px 53px 43px;
	margin: 0;
	right: 0;
	top: 0;
	list-style-type: none;
	background: #3b8cc7;
	box-sizing: border-box;
}

.mobile_menu ul li a {
	padding: 3px 0;
	margin: 0;
	font-size: 16px;
	font-weight: 400;
	color: #fff;
	text-transform: uppercase;
	text-decoration: none;
	white-space: nowrap;
	font-family: 'PFDin TextCondPro', sans-serif;
}

.favor_compare_search_block .compare,
.favor_compare_search_block .favor,
.favor_compare_search_block .search_mob {
	display: block;
	height: 19px;
	line-height: 19px;
	position: relative;
	font-size: 16px;
	font-weight: 500;
	color: #fff;
	font-family: 'PFDin TextCondPro', sans-serif;
	text-decoration: none;
	margin-bottom: 13px;
}

.favor_compare_search_block .fa {
	color: #fff;
	font-size: 18px;
	margin-right: 13px;
}

.favor_compare_search_block .compare {
	background: url('../images/compare-white.png') no-repeat 0 center;
	margin-left: 0;
	padding-left: 27px;
}

.favor_compare_search_block .number_circle {
	width: 18px;
	height: 18px;
	top: 0;
	right: 0;
	background: #fff;
	color: #3b8cc7;
	line-height: 18px;
	font-size: 12px;
}

.favor_compare_search_block .favor .fa {
	margin-right: 5px;
}

.favor_compare_search_block .favor {
	padding: 0;
}

.favor_compare_search_block {
	border-bottom: 1px solid #fff;
	padding-bottom: 5px;
}

.mobile_menu ul {
	width: 100%;
	padding: 20px 0;
	box-sizing: border-box;
}

.mobile_menu ul li ul.submenu {
	margin: 0;
	padding: 5px 18px 0;
}

.mobile_menu ul li {
	margin: 0 0 7px 0;
}

.mobile_menu ul li ul.submenu li a {
	font-size: 14px;
}

.mobile_menu .btn_close {
	right: 20px;
}


/*cart*/

.cart_product {
	background-color: #fff;
	box-shadow: 0 0 8px 0 rgba(0, 3, 6, 0.1);
	/* height: 175px; */
	padding: 10px 35px 19px;
	font-family: 'PFDin TextCondPro', sans-serif;
	font-weight: 500;
	display: flex;
	position: relative;
	margin-bottom: 18px;
}

.cart_product_th {
	color: #797979;
	font-size: 14px;
	margin-bottom: 15px;
	font-family: 'Roboto', Helvetica, Arial, sans-serif;
	font-weight: 400;
}

.cart_product_img,
.cart_product_name {
	display: inline-block;
	vertical-align: top;
}

.cart_product_name {
	font-size: 18px;
	color: #000;
	width: calc(100% - 165px);
	text-transform: uppercase;
}

.cart_product_info p,
.cart_product_info {
	color: #4c4c4c;
	font-weight: 400;
	font-size: 14px;
	text-transform: none;
	margin-bottom: 0;
	line-height: 1.3;
	font-family: 'PFDin TextCondPro', sans-serif;
}

.cart_product_info {
	margin-top: 5px;
}

.cart_ttl {
	font-size: 24px;
	font-weight: 500;
	color: #000;
	font-family: 'PFDin TextCondPro', sans-serif;
	text-transform: uppercase;
}

.cart_product_list p {
	font-size: 18px;
	font-weight: 400;
}
.cart_block {
	margin-top: 70px;
}

.cart_product_list {
	margin-top: 45px;
}

.cart_product_img_name_block {
	width: 57.5%;
}

.cart_product_img {
	width: 105px;
	margin-right: 25px;
}

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

.cart_product_img_summa_block,
.cart_product_price_block {
	width: 14.1%
}

.quant_bnt,
.quant_input {
	display: inline-block;
	vertical-align: top;
}

.quant_bnt,
.quant_input input {
	background: #e6e6e6;
	height: 28px;
	line-height: 28px;
	font-size: 18px;
	text-align: center;
	border: none;
	max-width: 32px;
	font-family: 'PFDin TextCondPro', sans-serif;
	font-weight: 500;
}

.quant_bnt {
	padding: 0 6px;
}

.quant_input input,
.cart_product .price {
	font-size: 24px;
}

.quant_bnt.minus,
.quant_input {
	margin-left: -3px;
}

.cart_product_quant {
	margin-top: 21%;
}

.cart_product_price,
.cart_product_summa {
	margin-top: 20%;
}

.cart_product .price {
	height: auto;
	line-height: normal;
}

.cart_product_quant_block {
	width: 13.4%;
}

.cart_product_del {
	background: url('../images/close.png') no-repeat 0 center;
	position: absolute;
	width: 16px;
	height: 16px;
	top: 10px;
	right: 13px;
	cursor: pointer;
}

.total_price {
	text-transform: uppercase;
	margin-top: 12px;
	margin-bottom: 19px;
}

.noflex {
	display: block;
}

.backshop {
	margin-left: 0;
	border-color: transparent;
	text-transform: none;
	width: auto;
	margin-right: 43px;
	letter-spacing: 0.8px;
	line-height: 50px;
	margin-bottom: 5px;
}

.cart_product .btn_buy.blue_btn {
	background: #0090cb;
	border-color: #0090cb;
}

.cart_address_block {
	background: #fff;
	box-shadow: 0 0 8px 0 rgba(0, 3, 6, 0.1);
	font-family: 'Roboto', Helvetica, Arial, sans-serif;
	font-weight: 400;
	font-size: 18px;
	padding: 53px 63px 18px;
	margin-bottom: 20px;
}

.cart_address_block_ttl {
	font-weight: 500;
	font-size: 24px;
	text-transform: uppercase;
	margin-bottom: 43px;
}

.type_face {
	background: #e6e6e6;
	width: 122px;
	height: 29px;
	font-size: 16px;
	display: inline-block;
	vertical-align: middle;
	text-align: center;
	line-height: 29px;
	text-transform: uppercase;
	cursor: pointer;
}

.type_face:first-child {
	margin-left: 23px;
}

.type_face.active {
	background: #0090cb;
	color: #fff;
}

.cart_product.noflex {
	margin-bottom: 58px;
}

.inputtxt,
.textarea {
	border-width: 2px;
	border-color: rgb(0, 144, 203);
	border-style: solid;
	background-color: #fff;
	height: 45px;
	font-family: 'PFDin TextCondPro', sans-serif;
	font-weight: 500;
	font-size: 18px;
	color: #000;
	width: calc(100% - 325px);
	padding-left: 13px;
}

.textarea::-moz-placeholder,
.inputtxt::-moz-placeholder {
	font-family: 'Roboto', Helvetica, Arial, sans-serif;
	font-weight: 400;
	font-size: 14px;
	color: #848484;
	opacity: 1;
}

.textarea:-ms-input-placeholder,
.inputtxt:-ms-input-placeholder {
	font-family: 'Roboto', Helvetica, Arial, sans-serif;
	font-weight: 400;
	font-size: 14px;
	color: #848484;
	opacity: 1;
}

.textarea::-webkit-input-placeholder,
.inputtxt::-webkit-input-placeholder {
	font-family: 'Roboto', Helvetica, Arial, sans-serif;
	font-weight: 400;
	font-size: 14px;
	color: #848484;
	opacity: 1;
}

.inputtxt.error::-moz-placeholder {
	color: #e30613;
	opacity: 1;
}

.inputtxt.error:-ms-input-placeholder {
	color: #e30613;
}

.inputtxt.error::-webkit-input-placeholder {
	color: #e30613;
}

.label {
	display: inline-block;
	width: auto;
	min-width: 300px;
	margin-top: 0;
	vertical-align: top;
}

.row_form {
	margin-bottom: 40px;
}

.mrg43 {
	margin-top: 43px;
	margin-bottom: 43px;
}

.textarea {
	height: 150px;
	padding-top: 10px;
}

.pddng3763 {
	padding: 37px 63px 10px;
}

.ui-selectmenu-button.ui-button {
	border-width: 3px;
	border-color: rgb(0, 144, 203);
	border-style: solid;
	background-color: #fff;
	height: 45px;
	font-family: 'Roboto', Helvetica, Arial, sans-serif;
	font-weight: 400;
	font-size: 14px;
	color: #848484;
	width: calc(100% - 316px);
	line-height: 40px;
	padding: 0 0 0 13px;
	background-image: url('../images/select.png');
	background-repeat: no-repeat;
	background-position: 99% center;
}

.ui-selectmenu-button.ui-button.ui-selectmenu-button-open {
	border-bottom-color: #fff;
	background-image: url('../images/select-open.png');
}

.ui-selectmenu-menu {
	background-color: #fff;
	font-family: 'Roboto', Helvetica, Arial, sans-serif;
	font-weight: 400;
	font-size: 14px;
	color: #848484;
	/* width: calc(100% - 316px); */
	line-height: 40px;
	box-sizing: border-box;
}

.ui-selectmenu-menu .ui-menu {
	box-sizing: border-box;
	border: 3px solid rgb(0, 144, 203);
	border-top: none;
	color: #000;
	font-size: 14px;
	font-weight: 400;
	max-height: 204px;
	overflow-y: auto;
	overflow-x: hidden;
	padding-bottom: 18px;
}

.ui-menu .ui-menu-item-wrapper {
	position: relative;
	padding: 0 0 0 13px;
	box-sizing: border-box;
	line-height: 35px;
	height: 40px;
}

.ui-selectmenu-menu .ui-menu::-webkit-scrollbar-button {
	width: 5px;
	height: 0
}

.ui-selectmenu-menu .ui-menu::-webkit-scrollbar-track {
	background-color: #eeeeee
}

.ui-selectmenu-menu .ui-menu::-webkit-scrollbar-thumb {
	-webkit-border-radius: 5px;
	border-radius: 5px;
	background-color: #b4b4b4;
}

.ui-selectmenu-menu .ui-menu::-webkit-scrollbar-thumb:hover {
	background-color: #b4b4b4;
}

.ui-selectmenu-menu .ui-menu::-webkit-scrollbar {
	width: 5px;
}

.radio_group {
	display: inline-block;
}

.radiobox input[type="radio"] {
	display: none;
}

.radiobox label:before {
	content: ' ';
	border-width: 2px;
	border-color: rgb(230, 230, 230);
	border-style: solid;
	border-radius: 50%;
	background-color: rgb(255, 255, 255);
	width: 12px;
	height: 12px;
	display: inline-block;
	margin-right: 25px;
	vertical-align: top;
}

.radiobox input[type="radio"]:checked+label:before {
	content: '•';
	color: #026bc4;
	font-size: 32px;
	line-height: 13px;
	text-align: center;
}

.radiobox label {
	margin: 0;
	width: auto;
}

.addr_shop {
	color: #797979;
	margin-left: 28px;
}

.radiobox {
	margin-bottom: 28px;
}

.radio_group {
	width: calc(100% - 316px);
}

.shipping_address .inputtxt {
	width: 23.1%;
	margin-right: 5px;
}

.shipping_address .inputtxt:first-child {
	width: 51%;
}

.shipping_address .inputtxt:last-child {
	margin-right: 0;
}

.radiobox.mrg18 {
	margin-bottom: 18px;
}

.uppercase {
	text-transform: uppercase;
}

.total_price_block {
	margin-top: 53px;
	padding-top: 57px;
	font-family: 'PFDin TextCondPro', sans-serif;
	font-weight: 500;
	padding-bottom: 55px;
	margin-bottom: 0;
}

.total_price_block .cart_address_block_ttl {
	font-size: 30px;
	margin-bottom: 13px;
}

.total_price_block .price {
	font-size: 24px;
	display: block;
	height: 50px;
}

.total_price_block .price.total_price {
	color: #0090cb;
	margin: 3px 0;
}

.politic_block_txt p {
	font-family: 'Roboto', Helvetica, Arial, sans-serif;
	font-weight: 400;
	font-size: 18px;
	margin-bottom: 3px;
}

.politic_block_txt {
	display: inline-block;
	margin-right: 10.5%;
}

.cart_form_block.politic_block {
	margin-top: 33px;
	padding-left: 3px;
}

.cart_form_block.politic_block .btn_buy.blue_btn {
	width: 250px;
	font-size: 18px;
	line-height: 50px;
	letter-spacing: 1px;
	font-family: 'PFDin TextCondPro', sans-serif;
}

.form_block,
.shipping_address,
#yur {
	display: none;
}

.lk_login_block {
	background-color: #fff;
	box-shadow: 0 0 8px 0 rgba(0, 3, 6, 0.1);
	position: relative;
	margin: 0 auto;
	width: 488px;
	padding: 28px 20px 28px 23px;
	box-sizing: border-box;
}

.lk_login_block_ttl {
	font-size: 30px;
	font-family: 'PFDin TextCondPro', sans-serif;
	font-weight: 500;
	margin-bottom: 45px;
}

.lk_login_block .label {
	font-size: 16px;
	margin-bottom: 13px;
}

.lk_login_block .inputtxt {
	width: 100%;
}

.lk_login_block .row_form {
	margin-bottom: 28px;
	position: relative;
}

.lk_login_block .btn_buy.blue_btn {
	margin: 28px 0 15px;
	width: 180px;
	height: 45px;
	font-size: 18px;
	display: block;
	font-family: 'PFDin TextCondPro', sans-serif;
}

.remember_psswrd {
	font-size: 14px;
	font-family: 'PFDin TextCondPro', sans-serif;
	font-weight: 500;
}

.reglnk_block {
	font-size: 12px;
	font-weight: 500;
	margin-top: 23px;
}

.lk_block * {
	box-sizing: border-box;
}

.inputtxt.error {
	border-color: #e30613;
	color: #e30613;
}

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

.checkbox label::before {
	content: ' ';
	display: inline-block;
	width: 20px;
	height: 20px;
	background: #1e82c4;
	color: #fff;
	text-align: center;
	line-height: 20px;
	font-size: 20px;
	vertical-align: middle;
	margin-right: 18px;
}

.checkbox input[type="checkbox"]:checked+label::before {
	content: '\2713';
	color: #fff;
}

.lk_login_block.reg_form {
	width: 439px;
}

.reg_form .inputtxt {
	width: 99%;
}

.checkbox label {
	margin: 0;
	font-size: 14px;
}

.reg_form .cart_form_block .row_form:last-child,
.reg_form .cart_form_block .row_form:nth-last-child(2) {
	margin-bottom: 18px;
}

.lk_login_block.reg_form .btn_buy.blue_btn {
	margin: 10px 0 28px;
}

.catalog_content_block,
.lk_content_block,
.sidebar {
	width: 350px;
	display: inline-block;
	vertical-align: top;
	margin-top: 5px;
	padding: 0;
}

.catalog_content_inside,
.lk_content_inside,
.sidebar {
	background-color: #fff;
	box-shadow: 0 0 8px 0 rgba(0, 3, 6, 0.1);
}

.sidebar ul {
	margin: 0;
	list-style: none;
	font-size: 18px;
	font-family: 'PFDin TextCondPro', sans-serif;
	font-weight: 500;
	text-transform: uppercase;
}

.sidebar a {
	text-decoration: none;
}

.sidebar li.active > span a,
.sidebar li.active > a {
	color: #1c8cc6;
}

.sidebar li {
	padding: 23px 23px;
	border-bottom: 1px solid #f5f5f5;
}

.sidebar li:last-child {
	border: none;
}

.catalog_content_block,
.lk_content_block {
	width: calc(100% - 395px);
	margin-left: 30px;
}

.content_block {
	width: 100%;
}

.catalog_content_inside,
.lk_content_inside {
	padding: 27px 15px 27px 33px;
	margin-bottom: 23px;
}

.subttl {
	color: #797979;
	font-size: 24px;
	font-family: 'PFDin TextCondPro', sans-serif;
	font-weight: 500;
	margin-top: 0;
	margin-bottom: 20px;
}

.lk_content_block .label {
	font-size: 16px;
	display: block;
	margin-bottom: 15px;
}
.lk_content_block .label span {
	font-family: 'Roboto', Helvetica, Arial, sans-serif;
	font-weight: 400;
	font-size: 14px;
	color: #848484;
}

.lk_content_block .ui-selectmenu-button.ui-button,
.lk_content_block .inputtxt,
.lk_content_block .textarea {
	width: 100%;
}

.two_col .column {
	width: 48.3%;
	display: inline-block;
	vertical-align: top;
	position: relative;
}

.two_col .column:last-child {
	margin-left: 23px;
}

.lk_content_block .row_form {
	margin-bottom: 28px;
}

.two_col .column.two_col .column:last-child {
	margin-left: 10px;
	padding-left: 18px;
}

.lk_content_block .btn_buy.blue_btn {
	margin-left: 0;
	width: 183px;
	font-family: 'PFDin TextCondPro', sans-serif;
	font-weight: 500;
}

.helpinput {
	position: absolute;
	top: 100%;
	left: 0;
	background-color: #fff;
	box-shadow: 0 0 8px 0 rgba(0, 3, 6, 0.1);
	width: 100%;
	padding-top: 3px;
	z-index: 9;
}

.helpinput ul {
	color: #000;
	font-size: 18px;
	font-family: 'PFDin TextCondPro', sans-serif;
	font-weight: 500;
	list-style: none;
	margin: 0;
}

.helpinput li {
	padding: 3px 15px 0;
}

.three_col .column {
	width: 31.5%;
	display: inline-block;
	vertical-align: top;
	margin-right: 18px;
}

.three_col .column:last-child {
	margin-right: 0;
}

.lk_select_address_block label {
	color: #000;
	font-size: 18px;
	font-family: 'PFDin TextCondPro', sans-serif;
	font-weight: 500;
}

.lk_select_address_block label>div {
	display: inline-block;
	vertical-align: top;
}

.lk_select_address_block .radiobox label::before {
	width: 15px;
	height: 15px;
	margin-right: 11px;
}

.radiobox input[type="radio"]:checked+label::before {
	color: #199ac8;
	font-size: 30px;
	line-height: 11px;
}

.lk_select_address_block .radiobox {
	margin-bottom: 0;
}

.lk_select_address_block label>div>div {
	margin-bottom: 10px;
}

.lk_content_block>form>.lk_login_block_ttl {
	margin-left: 35px;
	margin-bottom: 30px;
}

.lk_add_address_lnk {
	font-size: 24px;
	font-family: 'PFDin TextCondPro', sans-serif;
	font-weight: 500;
	text-align: center;
	margin-top: 45px;
	text-transform: uppercase;
	padding-left: 8px;
}

.lk_add_address_lnk a {
	text-decoration: none;
}

.lk_content_inside .cart_product {
	padding: 0;
	margin: 0 0 -8px;
	box-shadow: none;
}

.lk_order_info {
	margin-top: -8px;
	display: flex;
	margin-left: -18px;
	margin-bottom: 30px;
}

.lk_order_info_td {
	padding: 0 23px 0 18px;
	border-right: 2px solid #f5f5f5;
}

.lk_order_info_th {
	color: #797979;
	font-size: 14px;
	font-family: 'Roboto', Helvetica, Arial, sans-serif;
	font-weight: 500;
	white-space: nowrap;
}

.lk_content_block .cart_product_quant,
.lk_order_info_txt .price,
.lk_order_info_txt {
	font-size: 16px;
	font-family: 'PFDin TextCondPro', sans-serif;
	font-weight: 500;
	height: auto;
	line-height: normal;
	white-space: nowrap;
}

.back_lnk {
	margin-top: 30px;
}

.back_lnk a {
	text-decoration: none;
	text-transform: uppercase;
	font-size: 16px;
	font-family: 'PFDin TextCondPro', sans-serif;
	font-weight: 500;
}

.lk_content_block .cart_product_quant {
	font-size: 24px
}

.lk_order_info_td:last-child {
	border: none;
}

.nomrgnbttm {
	margin-bottom: 0;
}

.blue {
	color: #1b91c6;
}

.lk_order_info_td a {
	text-decoration: none;
}

.mrgntop-5 {
	margin-top: -5px;
}

.filterbar {
	box-shadow: none;
}

.filter_name,
.filter_ttl {
	text-transform: uppercase;
	font-family: 'PFDin TextCondPro', sans-serif;
	font-weight: 500;
}

.filter_ttl {
	padding: 21px 28px 23px;
	border-bottom: 2px solid #f5f5f5;
	color: #1d87c4;
	font-size: 20px;
}

.filter_block {
	padding: 25px 25px 15px;
	border-bottom: 2px solid #f5f5f5;
}

.filter_name {
	font-size: 18px;
	color: #000;
	cursor: pointer;
}

.filter_content {
	padding-top: 15px;
	padding-bottom: 5px;
	display: none;
}

.filter_block.open .filter_content {
	display: block;
}

.filterbar .filter_accordeon {
	font-weight: 400;
	list-style: none;
	margin: 0;
	text-transform: none;
	font-size: 18px;
}

.filter_name .fa {
	float: right;
	color: #2680c1;
	font-size: 14px;
	margin-top: 2px;
	font-weight: 300;
}

.filters-features-block .filter_show {
	float: right;
	margin-right: 0;
	font-size: 12px;
	color: #2680c1;
	text-transform: lowercase;
	display: none;
	width: 100%;
	text-align: right;
}
.filters-features-block .filter_show.show {
	display: inline-block;
}
.filters-features-block .filter_show span {
	margin-left: 20px;
	cursor: pointer;
	text-decoration: underline;
}

.filter_show.show + .filter_content {
	margin-top: 20px;
}

.filterbar .filter_accordeon li {
	padding: 5px 0;
	border-bottom: none;
	margin-bottom: 5px;
	cursor: pointer;
}

.filterbar .filter_accordeon ul {
	list-style: none;
	margin: 0 0 0 20px !important;
	display: block;
	text-transform: none;
	font-weight: 300;
	max-height: 0;
	overflow: hidden;
	-webkit-transition: all 0.5s ease-out 0s;
	-moz-transition: all 0.5s ease-out 0s;
	-o-transition: all 0.5s ease-out 0s;
	transition: all 0.5s ease-out 0s;
}

.filterbar .filter_accordeon li.open ul {
	max-height: 599px;
	-webkit-transition: all 1s ease-out 0s;
	-moz-transition: all 1s ease-out 0s;
	-o-transition: all 1s ease-out 0s;
	transition: all 1s ease-out 0s;
}

.filterbar .filter_accordeon ul li {
	padding: 0;
	font-size: 18px;
}

.filterbar .filter_accordeon li.open>span .fa {
	margin-left: 3px;
}

.filterbar .filter_accordeon li>span .fa {
	margin-left: 8px;
	font-size: 16px;
	display: inline-block;
	vertical-align: middle;
}
.filter_content .count {
	float: right;
	color: #999;
	font-size: 10px;
}


.slider_range input {
	width: 90px;
	height: 44px;
	border: none;
	background: #f5f5f5;
	font-size: 18px;
	font-weight: 500;
	font-family: 'PFDin TextCondPro', sans-serif;
	text-align: center;
}

.slider_range span {
	font-size: 24px;
	font-weight: 400;
	font-family: 'PFDin TextCondPro', sans-serif;
}

.filter_content.slider_range {
	margin-top: 8px;
}

.ui-slider.ui-widget.ui-widget-content {
	border: none;
	background-color: #2680c1;
	width: 94%;
	height: 2px;
	margin: 25px auto 10px;
}

.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default,
.ui-button,
html .ui-button.ui-state-disabled:hover,
html .ui-button.ui-state-disabled:active {
	border: 2px solid #2680c1;
	background: #fff;
	width: 15px;
	height: 15px;
}

.ui-slider-horizontal .ui-slider-handle {
	top: -7px;
	margin-left: -7px;
}

.filter_checkbox label::before {
	width: 16px;
	height: 16px;
	background: #f5f5f5;
	color: #f5f5f5;
	line-height: 16px;
	font-size: 12px;
	margin-right: 8px;
	border: 2px solid #f5f5f5;
	font-family: FontAwesome;
}

.filter_checkbox input[type="checkbox"]:checked+label::before {
	color: #2680c1;
	border-color: #2680c1;
	content: '\f0c8';
}

.filter_checkbox label {
	margin: 0;
	font-size: 18px;
}

.filterbar li,
.filterbar li.filter_checkbox {
	padding: 3px 0;
	border: none;
}

.filterbar .btn_buy {
	width: 48%;
	margin: 0;
	font-size: 18px;
	font-weight: 500;
	font-family: 'PFDin TextCondPro', sans-serif;
	margin-top: 25px;
	height: 50px;
	line-height: 45px;
}

.filterbar .bnt_block {
	display: flex;
	justify-content: space-between;
}

.category_list {
	position: relative;
	display: block;
	margin: -27px -15px -27px -33px;
	padding: 0;
	font-size: 14px;
	font-weight: 500;
	font-family: 'PFDin TextCondPro', sans-serif;
	text-align: center;
}

.category_list>div {
	position: relative;
	display: inline-block;
	vertical-align: top;
	width: 12.5%;
	height: 117px;
	margin: 0 0 0 -3px;
	padding: 13px 10px 15px;
	border-bottom: 1px solid #f5f5f5;
	border-right: 1px solid #f5f5f5;
	line-height: 85px;
}

.category_list>div>div {
	display: inline-block;
	width: 100%;
	line-height: 1.1;
	vertical-align: middle;
}

.category_list .image {
	width: 40px;
	height: 38px;
	display: block;
	margin: 0 auto 4px;
}

.category_list .image img {
	max-width: 100%;
}

.category_list a {
	text-decoration: none;
}

.catalog_content_view,
.catalog_content_sort {
	font-size: 18px;
	font-weight: normal;
	font-family: 'Roboto', Helvetica, Arial, sans-serif;
	/* display:inline-block; */
	/* vertical-align:top; */
}

.catalog_content_sort a {
	margin-right: 15px;
}

.catalog_content_sort a .fa {
	margin-left: 5px;
}

.type_view {
	display: inline-block;
	vertical-align: middle;
	width: 27px;
	height: 25px;
	background: url('../images/select-view.png') no-repeat 0 0;
	margin-left: 10px;
}

.type_view.active {
	background-position: left bottom;
}

.type_view.lines {
	background-position: right top;
}

.type_view.lines.active {
	background-position: right bottom;
}

.catalog_content_view {
	margin-right: 12px;
}

.sort_view {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 23px 10px 23px 28px;
}

.catalog_content_list {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.catalog_product_block {
	display: inline-block;
	vertical-align: top;
	box-shadow: 0 0 8px 0 rgba(0, 3, 6, 0.1);
	background: #fff;
	font-weight: 500;
	font-family: 'PFDin TextCondPro', sans-serif;
	width: 31.4%;
	padding: 20px 25px 30px;
	position: relative;
	margin-bottom: 33px;
}

.content_block .catalog_product_block {
	width: 29%;
}
.content_block .catalog_product_img img {
	max-width: 64px;
}
.inner.pt0 {
	padding-top: 0;
}
.catalog_product_img {
	text-align: center;
	height: 140px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.catalog_product_name {
	font-size: 18px;
	margin-top: 8px;
	min-height: 60px;
	margin-bottom: 20px;
}

.subname p {
	font-size: 14px;
	line-height: 1.2;
	font-weight: 400;
	margin: 0;
	opacity: 0.7;
	font-family: inherit;
}

.subname {
	margin-top: 8px;
}

.catalog_product_btn .btn_buy {
	width: 100%;
	margin: 0;
	font-size: 18px;
	font-weight: 500;
	font-family: 'PFDin TextCondPro', sans-serif;
	margin-right: -5px;
	margin-left: 3px;
	height: 40px;
	line-height: 1;
	-webkit-transition: all 0.5s ease-out 0s;
	-moz-transition: all 0.5s ease-out 0s;
	-o-transition: all 0.5s ease-out 0s;
	transition: all 0.5s ease-out 0s;
}

.catalog_product_btn .btn_buy:hover {
	color: #fff;
	background-color: #2680c1;
}

.catalog_product_btn {
	margin-top: 20px;
}

.catalog_product_price .price {
	font-size: 24px;
	height: auto;
	line-height: 1.2;
}

.catalog_product_favor_compare {
	position: absolute;
	top: 16px;
	right: 21px;
}

.catalog_product_favor_compare .favor {
	font-size: 20px;
	min-width: 20px;
	color: #666;
}

.catalog_product_favor_compare .favor.active a {
	color: #2092ce;
}

.catalog_product_favor_compare .compare {
	background-size: auto 21px;
	min-width: 18px;
	margin-left: 8px;
}

.catalog_product_favor_compare .compare.active {
	background-image: url('../images/compare-active.png');
}

.more_product {
	font-size: 18px;
	font-weight: 500;
	font-family: 'PFDin TextCondPro', sans-serif;
	text-align: center;
	text-transform: uppercase;
	margin-top: 5px;
}

.pagination {
	text-align: center;
	margin-top: 54px;
}

.pagination ul {
	list-style: none;
	margin: 0;
	display: inline-block;
	font-weight: 500;
	font-family: 'PFDin TextCondPro', sans-serif;
}

.pagination li {
	font-size: 24px;
	display: inline-block;
	vertical-align: top;
	border: 2px solid transparent;
	width: 47px;
	height: 47px;
	text-align: center;
	line-height: 40px;
	margin: 0 8px;
}

.pagination a {
	text-decoration: none;
}

.pagination li.current {
	color: #1c8ec6;
	border-color: #1c8ec6;
}

.fnt12 {
	font-size: 12px;
}

.catalog_product_img img {
	max-width: 100%;
	max-height: 100%;
}


/* catalog - list view*/

.catalog_content_list.list_view {
	display: block;
	margin-bottom: 35px;
}

.list_view .catalog_product_block {
	display: flex;
	width: 100%;
	padding: 10px 25px 10px;
	margin-bottom: 10px;
}

.list_view .catalog_product_img {
	max-width: 110px;
	height: auto;
}

.list_view .catalog_product_img {
	width: 115px;
	height: auto;
	display: flex;
}

.list_view .catalog_product_name {
	font-size: 16px;
	margin-top: 0;
	min-height: 0;
	margin-bottom: 0;
	width: auto;
	margin-left: 4.4%;
	line-height: 1.2;
	max-width: 40%;
}

.list_view .subname {
	margin-top: 1px;
}

.list_view .catalog_product_price {
	width: 16%;
	text-align: center;
	padding-top: 3%;
}

.list_view .catalog_product_quant {
	width: 120px;
	text-align: center;
	padding-top: 2%;
}

.list_view .cart_product_quant {
	margin-top: 0;
}

.list_view .quant_bnt,
.list_view .quant_input input {
	height: 48px;
	line-height: 45px;
	font-size: 30px;
	max-width: 38px;
}

.list_view .quant_input input {
	font-size: 24px;
}

.list_view .catalog_product_btn {
	margin-top: 0;
	width: 150px;
	padding-top: 2%;
}

.list_view .catalog_product_btn .btn_buy {
	height: 50px;
}

.list_view .catalog_product_favor_compare {
	position: relative;
	top: auto;
	right: auto;
	text-align: right;
	width: 48px;
	padding: 25px 5px 0;
	height: 86px;
}

.list_view .catalog_product_favor_compare .favor {
	position: absolute;
	bottom: 0;
	right: 5px;
	font-size: 24px;
}

.list_view .catalog_product_favor_compare .compare {
	height: 25px;
	width: 21px;
	background-size: auto 25px;
	margin: 0;
}


/*compare*/

.compare_content_block .category_list {
	text-align: left;
}

.compare_content_block .category_list>div {
	max-width: 117px;
	text-align: center;
	padding: 13px 14px 15px;
	height: 135px;
	line-height: 95px;
}

.compare_content_block {
	margin-top: -25px;
}

.compare_content_block .number_circle {
	top: 8px;
	right: 5px;
}

.compare_content_block .category_list>div.active {
	border-bottom: 2px solid #2092ce;
}

.catlist {
	margin-bottom: 18px;
}

.compare_view label {
	font-size: 16px;
	font-family: 'Roboto', sans-serif;
}

.checkbox label::before {
	margin-right: 15px;
}

.compare_content_list {
	margin-top: 20px;
}

.compare_content_list .catalog_product_block {
	width: 22.8%;
	padding: 20px 30px 40px;
	box-shadow: none;
	border-bottom: 2px solid #dadada;
	margin-bottom: 0;
	text-align: left;
	color: #000;
}

.compare_content_list .catalog_product_img {
	height: 100px;
	padding: 0 50px;
}

.compare_content_list .catalog_product_name {
	margin-bottom: 13px;
	font-size: 18px;
	margin-top: 8px;
	min-height: 60px;
	overflow: hidden;
}

.compare_content_list .catalog_product_btn {
	margin: 0;
	float: right;
	margin-right: -23px;
}

.compare_content_list .btn_buy_cart {
	border: none;
	background: transparent;
	font-size: 24px;
	color: #1e82c4;
	cursor: pointer;
}

.compare_content_list .catalog_product_price {
	display: inline-block;
}

.compare_del {
	display: block;
	background: url('../images/compare-del.png') no-repeat 0 0;
	width: 15px;
	height: 15px;
	position: absolute;
	top: 10px;
	right: 10px;
	cursor: pointer;
	z-index: 999;
}

.compare_ttx_name,
.compare_ttx_ttl {
	text-transform: uppercase;
	font-weight: 500;
	font-family: 'PFDin TextCondPro', sans-serif;
}

.compare_ttx_ttl .fa {
	margin-left: 10px;
	font-size: 18px;
}

.compare_ttx_ttl {
	color: #1e82c4;
	font-size: 16px;
	margin-top: 23px;
	margin-bottom: 23px;
	cursor: pointer;
}

.compare_ttx_name {
	font-size: 14px;
	margin-bottom: 13px;
}

.compare_cell {
	width: 22.8%;
	text-align: center;
	font-size: 14px;
	color: #797979;
	display: inline-block;
	vertical-align: top;
	margin-right: 2.4%;
	position: relative;
	flex: 0 0 auto;
}

.compare_ttx_data {
	display: flex;
	position: relative;
	-webkit-transform: translateX(0);
	transform: translateX(0);
	transition-property: -webkit-transform;
	transition-property: transform;
	transition-property: transform, -webkit-transform;
	transition-duration: .3s;
	transition-timing-function: cubic-bezier(0, 0, .12, .89);
}

.compare_ttx_row {
	margin-bottom: 13px;
}

.compare_ttx_block {
	overflow: hidden;
}

.back2shop .fa {
	margin-right: 13px;
}

.back2shop {
	font-size: 16px;
	font-family: 'Roboto', Helvetica, Arial, sans-serif;
	font-weight: 500;
	text-decoration: none;
	margin-top: 65px;
	display: inline-block;
}

.scrolll_btn {
	border-radius: 50%;
	background-color: #fff;
	box-shadow: 0 0 10px 0 rgba(9, 10, 10, 0.15);
	position: absolute;
	left: 8px;
	top: 55px;
	width: 30px;
	height: 30px;
	z-index: 74;
	color: #1e82c4;
	text-align: center;
	line-height: 31px;
	font-size: 18px;
	cursor: pointer;
}

.scrolll_btn.btn_next {
	left: auto;
	right: 8px;
}

.compare_header {
	overflow: hidden;
	position: relative;
}

.gototop {
	border-radius: 50%;
	background-color: rgb(230, 230, 230);
	position: fixed;
	right: 140px;
	bottom: 20px;
	width: 45px;
	height: 45px;
	z-index: 197;
	background-image: url('../images/gotop.png');
	background-repeat: no-repeat;
	background-position: center center;
	cursor: pointer;
	display: none;
}

.compare_content_block .category_list>div:last-child {
	border-right: none;
}

.compare_table_right {
	display: none;
}

.compare_header_inner {
	max-width: 1170px;
	margin: 0 auto;
	padding-bottom: 20px;
}

.compare_header_fixed {
	background: #fff;
	left: 0;
	opacity: 0;
	transition-property: opacity;
	transition-duration: .3s;
	transition-timing-function: ease;
	position: fixed;
	top: -200px;
	white-space: nowrap;
	z-index: 1;
	box-shadow: 0 0 10px 0 rgba(9, 10, 10, 0.15);
	width: 100%;
}

.compare_header_fixed.active {
	opacity: 1;
	top: 0;
	z-index: 1001;
}

.filterbar .sidebar {
	margin-top: 0;
}

.password-view-hide,
.password-view-show {
	width: 23px;
	height: 45px;
	display: block;
	background: url('../images/eye.png') no-repeat 0 center transparent;
	position: absolute;
	bottom: 0;
	right: 10px;
	cursor: pointer;
}

.password-view-hide {
	background: url('../images/eye-open.png') no-repeat 0 center transparent;
}

.reg_form .password-view-hide,
.reg_form .password-view-show {
	right: 20px;
}
ul.solutionsMenu li .fa {
	left: 0;
}

.moblogo,
.phones ul li.dsktop_hidden,
.dsktop_hidden {
	display: none;
}

img.auto {
	max-width:100%;
	height:auto;
}

.banner-image {
	width: 100%;
	margin-right: 20px;
}