@import url('https://fonts.googleapis.com/css2?family=Play:wght@400;700&display=swap');
* {
	font-family: 'Play', sans-serif;
}
.font-weight-normal {
	font-weight:400;
}
@media (min-width:1280px) {
    .container{
        max-width:1280px;
		padding-left:0;
		padding-right:0;
    }
}
@media (min-width:992px) {
	.animated.standby {
		-webkit-animation: none !important;
		-o-animation: none !important;
		animation: none !important;
		visibility: hidden;
	}
}
@keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-5%, 0, 0);
    transform: translate3d(-5%, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(5%, 0, 0);
    transform: translate3d(5%, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.o-hidden {
 overflow:hidden;
}
.row-eq-height {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
}
body, html {
	width: 100%;
	height:100%;
}
body {
	color:#2B2C2E;
	background:white;
	font-size:16px;
	transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
body.dark {
	color:white;
	background:#343B43;
	font-size:16px;
}
.light {
	font-weight:300;
}
b, strong {
	font-weight:700;
}
p {
	line-height:27px;
}
.row {
 	margin:0;
}
img {
	max-width: 100%;
}
.objectfit {
	width: 100%;
	height:100%;
	object-fit: cover;
	object-position: center top;
}
.objectfitcenterbottom {
	object-position: center bottom;
}
.objectfitrightbottom {
	object-position: right bottom;
}
.objectfitrightleft {
	object-position: right left;
}
hr {
	position:relative;
 	background:url(images/line.png) repeat-x bottom left;
	border: 0px;
	height:2px;
	width: 100%;
	margin-top:30px;
	margin-bottom:30px;
}
hr.white, body.dark hr {
	position:relative;
 	background:url(images/linewhite.png) repeat-x bottom left;
	border: 0px;
	height:2px;
	width: 100%;
	margin-top:30px;
	margin-bottom:30px;
}
.inlineblock {
	text-align:center;
	letter-spacing:0;
	word-spacing:0;
	font-size:0;
}
h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5 {
	font-weight:700;
	color:#3C5076;
}
body.dark h1, body.dark .h1, body.dark h2, body.dark .h2, body.dark h3, body.dark .h3, body.dark h4, body.dark .h4, body.dark h5, body.dark .h5 {
	color:#F4F4FA;
}
@media (max-width:767px) {
	h2, .h2 {
		font-size: 1.4rem;
	}
}
.bg-none {
	background:none;
	padding-bottom:0;
}
.bg-danger {
	background-color: #E0131A !important;
}
a {
 	color:#E0131A;
 	text-decoration:none;
}
a:hover {
 	color:#2B2C2E;
	text-decoration:none;
}
a.drug {
 	color:#2B2C2E;
 	text-decoration:none;
}
a.drug:hover {
 	color:#2B2C2E;
	text-decoration:none;
}
.btn-primary, .btn-primary:active, .btn-primary:visited {
  	background-color:#E0131A; !important;
  	border-color:#E0131A !important;
	color:white;
	text-transform: uppercase;
}
.btn-primary:hover {
  	background-color:#2B2C2E !important;
  	border-color:#2B2C2E !important;
	color:white;
}
.btn-secondary, .btn-secondary:active, .btn-secondary:visited {
  	background-color:#2B2C2E !important;
  	border-color:#2B2C2E !important;
	color:white;
	text-transform: uppercase;
}
.btn-secondary:hover {
  	background-color:#E0131A !important;
  	border-color:#E0131A !important;
	color:white;
}
.thumbnail {
	display:block;
	width:100%;
	height:100%;
	min-height:200px;
	background:url(images/thumbnail.png) no-repeat center center;
	background-size: 100% auto;
	border: 1px solid #e2e2e2;
}
#page * {
	font-size:18px;
}
#page li {
  list-style-image: url(images/li.png);
}
.pointer {
  cursor:pointer;
}
a.pagesvideo, a.pagesvideo:hover {
	width:100%;
	max-width:100%;
	display:block;
	position:relative;
}
a.pagesvideo:after {
  position: absolute;
  top:0;
  left:0;
  content: '';
  display:block;
  width:100%;
  height:100%;
  background: url(images/playvideo.png) no-repeat center center;
}
.contoverallup {
	background:#F4F4FA;
	display: block;
	width:100%;
	position:fixed;
	top:0;
	left:0;
	z-index:100;
 	transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
}
body.dark .contoverallup {
	background: #4E4F5C;	
}
.contoverallupfixed {
	position:fixed;
	top:0;
	left:0;
	z-index:100;
	box-shadow: rgba(0,0,0,0.22) 0px 0px 15px 0;
}
.slogan p {
	font-size:11px;
	line-height:18px;
	margin-bottom: 0;
}
.contoverallmenu {
	background:white;
 	transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
}
body.dark .contoverallmenu {
	background: #343B43;
}
a.closebtn, a.closebtn:hover {
    position: absolute;
    top:10px;
    right:20px;
    width:24px;
    height:24px;
    font-size:32px;
	color:white;
	text-align:right;
}
.up {
	background-image:url(images/up.png);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 100% auto;
	display: inline-block;
	width:152px;
	height:108px;
	margin:15px 0;
	 transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;	
}
.contoverallupfixed .up {
	width:127px;
	height:90px;
	margin:5px 0;
}
.clogo {
	background-image:url(images/logo.png);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 100% auto;
	display: inline-block;
	width:216px;
	height:47px;
	margin:30px 0;
	 transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;	
}
.contoverallupfixed .clogo {
	margin:15px 0;
}
@media (max-width:991px) {
	.clogo {
		width:161px;
		height:35px;
		margin:15px 0;
	}
}
body.dark .clogo {
	background-image:url(images/logowhite.png);
}
/* left menu */
a.menurespons, a.menurespons:hover {
	width:40px;
	height:30px;
	line-height:30px;
	font-size:30px;
	display:block;
	float:right;
	text-align:right;
	margin-top:20px;
	color:black;
}
body.dark a.menurespons, body.dark a.menurespons:hover {
	color:white;
}
.sidenav {
    width:100%;  
	height:100%;
	visibility: hidden;
	opacity: 0;
    position: fixed;
    z-index: 10000;
    top: 0;
    left:0;
    background:#4E4F5C;
    overflow-x: hidden;
	 transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;	
    padding-top:70px;
	padding-bottom:20px;
	padding-left:30px;
	padding-right:30px;
	text-align:center;
}
.sidenavshow {
	visibility: visible;
	opacity:1;
}
a.linknav, a.linknav:hover, a.linknavselected, a.linknavselected:hover {
	display:inline-block;
	width:auto;
	line-height:20px;
	color:white;
	font-size:16px;		
	text-transform:uppercase;
	margin:10px 10px;
	/*text-overflow: ellipsis;*/
	position: relative;
}
a.linknav:hover, a.linknavselected, a.linknavselected:hover {
	color:#3CC3FF;
}
.sidenav hr {
	width:60%;
	margin-top:5px;
	margin-bottom:5px;
	opacity: 0.3;
}
.contoverallslider {
	position: relative;
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#2b3faf+0,2b3faf+50,f4f4fa+50,f4f4fa+100 */
	background: rgb(43,63,175); /* Old browsers */
	background: -moz-linear-gradient(left,  rgba(43,63,175,1) 0%, rgba(43,63,175,1) 50%, rgba(244,244,250,1) 50%, rgba(244,244,250,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left,  rgba(43,63,175,1) 0%,rgba(43,63,175,1) 50%,rgba(244,244,250,1) 50%,rgba(244,244,250,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right,  rgba(43,63,175,1) 0%,rgba(43,63,175,1) 50%,rgba(244,244,250,1) 50%,rgba(244,244,250,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2b3faf', endColorstr='#f4f4fa',GradientType=1 ); /* IE6-9 */
}
body.dark .contoverallslider {
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#2b3faf+0,2b3faf+50,4e4f5c+50,4e4f5c+100 */
	background: rgb(43,63,175); /* Old browsers */
	background: -moz-linear-gradient(left,  rgba(43,63,175,1) 0%, rgba(43,63,175,1) 50%, rgba(78,79,92,1) 50%, rgba(78,79,92,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left,  rgba(43,63,175,1) 0%,rgba(43,63,175,1) 50%,rgba(78,79,92,1) 50%,rgba(78,79,92,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right,  rgba(43,63,175,1) 0%,rgba(43,63,175,1) 50%,rgba(78,79,92,1) 50%,rgba(78,79,92,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2b3faf', endColorstr='#4e4f5c',GradientType=1 ); /* IE6-9 */

}
.sliderleft {
	background: url(images/blue.png) no-repeat right bottom #2b3faf;
	color:white;
}
body.dark .sliderleft {
	background: url(images/bluewhite.png) no-repeat right bottom #2b3faf;
}
.contoverallsliderhidden .searchhidden {
	display:none;
}
a.lefticon, a.lefticon:hover, .lefticon {
	color:white;
	font-size:22px;
	font-weight: 700;
	width:auto;
	height:44px;
	display:inline-block;
	line-height:26px;
	text-align: left;
	text-transform: uppercase;
	background-repeat: no-repeat;
	background-position: left center;
	position:relative;
}
a.lefticon b, a.lefticon:hover b {
	display: block;
	font-size:11px;
	line-height:20px;
	font-weight: 400;
}
.tel2 {
	background-image: url(images/tel2.svg);
	padding-left:40px;
}
.tel3 {
	background-image: url(images/tel3.svg);
	padding-left:40px;
}
.print {
	background-image: url(images/print.svg);
	padding-left:45px;
	font-size: 18px !important;
	text-transform: none !important;
	line-height:44px !important;
}
.skype {
	background-image: url(images/skype.svg);
	padding-left:40px;
	font-size: 18px !important;
	text-transform: none !important;
	line-height:44px !important;
}
a.lefticon2, a.lefticon2:hover {
	color:white;
	font-size:14px;
	font-weight:700;
	width:auto;
	height:56px;
	padding-top:10px;
	display:inline-block;
	line-height:20px;
	text-align: left;
	text-transform: uppercase;
	background-repeat: no-repeat;
	background-position: left center;
	position:relative;
}
.delivery {
	background-image: url(images/delivery.svg);
	padding-left:70px;
}
.office {
	background-image: url(images/office.svg);
	padding-left:55px;
}
.load {
	background-image: url(images/load.svg);
	padding-left:70px;
}
a.lefticon3, a.lefticon3:hover {
	color:#2D3E6C !important;
	font-size:18px;
	font-weight:700;
	width:auto;
	height:76px;
	padding-top:15px;
	display:inline-block;
	line-height:24px;
	text-align: left;
	text-transform: uppercase;
	background-repeat: no-repeat;
	background-position: left center;
	position:relative;
}
body.dark a.lefticon3, body.dark a.lefticon3:hover {
	color:white !important;
}
.delivery2 {
	background-image: url(images/delivery2.svg);
	padding-left:100px;
}
.office2 {
	background-image: url(images/office2.svg);
	padding-left:75px;
}
.load2 {
	background-image: url(images/load2.svg);
	padding-left:90px;
}
.slidergradient {
	width:50%;
	height:100%;
	display:block;
	position: absolute;
	top:0;
	right:0;
}
.sliderright {
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#f4f4fa+0,f4f4fa+80,ffffff+20,ffffff+100 */
	background: rgb(244,244,250); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(244,244,250,1) 0%, rgba(244,244,250,1) 80%, rgba(255,255,255,1) 20%, rgba(255,255,255,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  rgba(244,244,250,1) 0%,rgba(244,244,250,1) 80%,rgba(255,255,255,1) 20%,rgba(255,255,255,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  rgba(244,244,250,1) 0%,rgba(244,244,250,1) 80%,rgba(255,255,255,1) 20%,rgba(255,255,255,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f4f4fa', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
}
.contoverallsliderhidden .sliderright {
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#f4f4fa+0,f4f4fa+80,ffffff+20,ffffff+100 */
	background: rgb(244,244,250); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(244,244,250,1) 0%, rgba(244,244,250,1) 70%, rgba(255,255,255,1) 30%, rgba(255,255,255,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  rgba(244,244,250,1) 0%,rgba(244,244,250,1) 70%,rgba(255,255,255,1) 30%,rgba(255,255,255,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  rgba(244,244,250,1) 0%,rgba(244,244,250,1) 70%,rgba(255,255,255,1) 30%,rgba(255,255,255,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f4f4fa', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
}
body.dark .sliderright {
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#4e4f5c+0,4e4f5c+80,343b43+20,343b43+100 */
	background: rgb(78,79,92); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(78,79,92,1) 0%, rgba(78,79,92,1) 80%, rgba(52,59,67,1) 20%, rgba(52,59,67,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  rgba(78,79,92,1) 0%,rgba(78,79,92,1) 80%,rgba(52,59,67,1) 20%,rgba(52,59,67,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  rgba(78,79,92,1) 0%,rgba(78,79,92,1) 80%,rgba(52,59,67,1) 20%,rgba(52,59,67,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4e4f5c', endColorstr='#343b43',GradientType=0 ); /* IE6-9 */
}
body.dark .contoverallsliderhidden .sliderright {
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#4e4f5c+0,4e4f5c+80,343b43+20,343b43+100 */
	background: rgb(78,79,92); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(78,79,92,1) 0%, rgba(78,79,92,1) 75%, rgba(52,59,67,1) 25%, rgba(52,59,67,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  rgba(78,79,92,1) 0%,rgba(78,79,92,1) 75%,rgba(52,59,67,1) 25%,rgba(52,59,67,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  rgba(78,79,92,1) 0%,rgba(78,79,92,1) 75%,rgba(52,59,67,1) 25%,rgba(52,59,67,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4e4f5c', endColorstr='#343b43',GradientType=0 ); /* IE6-9 */
}
@media (max-width:991px) {
	.contoverallslider {
		background: none;
	}
	body.dark .contoverallslider {
		background: none;
	}
	.sliderleft, body.dark .sliderleft {
		background: #2b3faf;
		border-radius: 5px;
		-moz-border-radius: 5px;
		-webkit-border-radius: 5px;
		-o-border-radius: 5px; 
	}
	.sliderright {
		background: none;
	}
	body.dark .sliderright {
		background: none;
	}
}
#carousel1, #carousel1 .owl-item {
    width: 100%; 
	display: block;
	height:600px;
}
@media only screen and (max-width:1023px) {
	#carousel1, #carousel1 .owl-item {
		height:220px;
	}
}
.contoverallsliderhidden #carousel1, .contoverallsliderhidden #carousel1 .owl-item {
	height:220px;
}
.promocena {
	color:#2C3DAF;
	font-size:66px;
	line-height:50px;
	font-weight:700;
	display:block;
	width:100%;
	text-align:right;
}
.promocena span {
	font-size:24px;
	display:inline-block;
}
.promotitle {
	color:#2C3DAF;
	font-size:20px;
	font-weight: 700;
	display:block;
	width:100%;
	text-align:right;
}
.contoverallsliderhidden .promocena {
	font-size:40px;
	line-height:40px;
	display:inline;
	float:left;
	width:25%;
	text-align:left;
}
.contoverallsliderhidden .promotitle {
	font-size:16px;
	line-height:20px;
	display:inline;
	float:right;
	width:75%;
}
@media (max-width:991px) {
	.promocena {
		font-size:40px;
		line-height:40px;
		display:inline;
		float:left;
		width:40%;
		text-align:left;
	}
	.promotitle {
		font-size:16px;
		line-height:20px;
		display:inline;
		float:right;
		width:60%;
	}
}
.promotext {
	color:black;
	padding-top:30px;
	padding-bottom:30px;
}
.promoprinter {
	display:block;
	margin-left: auto;
	background: url(images/multi.svg) no-repeat right;
	padding-right: 80px;
	color:#E0131A;
	font-weight: 700;
	text-transform: uppercase;
	height:52px;
	width:100%;
	max-width:250px;
}
body.dark .promocena {
	color:white;
}
body.dark .promotitle {
	color:white;
}
body.dark .promotext {
	color:white;
}
body.dark .promoprinter {
	background: url(images/multiwhite.svg) no-repeat right;
	color:white;
}
.contoverallsliderhidden .promohidden {
	display:none !important;
}
a.typeblock {
	display: block;
	width: 100%;
	color:#2B2C2E;
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	-o-border-radius:5px;
	overflow: hidden;
	position:relative;
	transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
}
body.dark a.typeblock {
	color:#F4F4FA;
	background: #4E4F5C;
}
a.typeblock:hover {
	box-shadow: rgba(0,0,0,0.22) 0px 0px 15px 0;
}
.typeblockimage {
	width:100%;
	display:block;
	height:200px;
	overflow: hidden;
	text-align: center;
}
@media (max-width:991px) {
	.typeblockimage {
		height:auto;
	}
}
.typeblocktext {
	display: block;
	width: 100%;
	padding:10px 20px 0 20px;
}
.typeblockprice {
	color:#F0423D;
	font-size:18px;
	font-weight:700;
	display:block;
	width:100%;
	padding:10px 20px 10px 20px;
}
.typeblockprice span {
	color:#3C5076;
	display:inline-block;
	margin-right:15px;
}
.typeblockpricedetail {
	color:#F0423D;
	font-size:28px !important;
	font-weight:700;
	display:block;
	width:100%;
	padding:10px 20px 20px 0;
}
.typeblockpricedetail span {
	color:#3C5076;
	font-size:28px !important;
	display:inline-block;
	margin-right:15px;
}
.lenta {
	display: block;
	position: absolute;
	top:20px;
	left:0;
	background:#E0131A;
	width:auto;
	padding:0 20px;
	height:36px;
	line-height:36px;
	color:white;
	font-size:16px;
	font-weight:700;
	text-align: center;
	-webkit-border-top-right-radius: 18px;
	-webkit-border-bottom-right-radius: 18px;
	-moz-border-radius-topright: 18px;
	-moz-border-radius-bottomright: 18px;
	border-top-right-radius: 18px;
	border-bottom-right-radius: 18px;
}
body.dark .typeblockprice span {
	color:#aaaaaa;
}
.angle {
	position: absolute;
	bottom: 0;
	right: 0;
	width:116px;
	height:116px;
	background: url(images/angle.png) no-repeat bottom right;
}
body.dark .angle {
	background: url(images/anglewhite.png) no-repeat bottom right;
}
.about {
	background:#2e3f6c;
}
body.dark .about {
	background: #2e3f6c;
}
@media (max-width:991px) {
	.about {
		background:#2e3f6c;
	}
}
.about * {
	color:white !important;
}
.downlogo {
	background: url(images/down.png) no-repeat left top;
}
body.dark .downlogo {
	background: url(images/downwhite.png) no-repeat left top;
}
@media (max-width:991px) {
	.downlogo {
		background:#F4F4FA;
	}
}
.clogo2 {
	background-image:url(images/logo.png);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 100% auto;
	display: inline-block;
	width:216px;
	height:47px;
	margin:20px 0;
	 transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;	
}
@media (max-width:991px) {
	.clogo2 {
		width:161px;
		height:35px;
		margin:15px 0;
	}
}
body.dark .clogo2 {
	background-image:url(images/logowhite.png);
}
.contoveralldown {
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#2d3eaf+0,2d3eaf+50,343b43+50,343b43+100 */
	background: rgb(45,62,175); /* Old browsers */
	background: -moz-linear-gradient(left,  rgba(45,62,175,1) 0%, rgba(45,62,175,1) 50%, rgba(52,59,67,1) 50%, rgba(52,59,67,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left,  rgba(45,62,175,1) 0%,rgba(45,62,175,1) 50%,rgba(52,59,67,1) 50%,rgba(52,59,67,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right,  rgba(45,62,175,1) 0%,rgba(45,62,175,1) 50%,rgba(52,59,67,1) 50%,rgba(52,59,67,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2d3eaf', endColorstr='#343b43',GradientType=1 ); /* IE6-9 */
}
@media (max-width:991px) {
	.contoveralldown {
		background:none;
	}
}
.downleft {
	background:#2d3eaf;
}
.downright {
	background:#343b43;
	color:white;
}
.downright b {
	color:#3CC3FF !important;
	text-transform: uppercase;
}
.contoveralldown ul {
	padding-left:15px;
}
.contoveralldown li {	
	list-style: none;
}
.contoveralldown li a {	
	padding-bottom:10px;
	margin-bottom: 10px;
	display:inline-block;
	border-bottom:1px solid rgba(255,255,255,.3);
}
.contoveralldown a {	
	color:white;
}
.contoveralldown a:hover {	
	color:#3CC3FF;
}
a.downicon, a.downicon:hover, .downicon {
	color:white;
	font-size:16px;
	width:auto;
	display:inline-block;
	line-height:30px;
	background-repeat: no-repeat;
	background-position: left center;
	background-size: auto 30px;
	position:relative;
	padding-left:50px;
	margin-bottom:10px;
}
a.downicon:hover {
	color:#E0131A;
}
a.social, a.social:hover {
	width:35px;
	height:35px;
	line-height:35px;
	display: inline-block;
	background-repeat: no-repeat;
	background-size:100% 100%;
}
a.upicon, a.upicon:hover {
	color:#F04742;
	font-size:26px;
	font-weight: 700;
	width:auto;
	height:44px;
	display:inline-block;
	line-height:26px;
	text-align: left;
	text-transform: uppercase;
	background-repeat: no-repeat;
	background-position: left center;
	position:relative;
}
a.upicon span, a.upicon:hover span {
	font-size:16px;
	line-height:16px;
}
a.upicon b, a.upicon:hover b {
	display: block;
	font-size:11px;
	color:black;
	line-height:20px;
	font-weight: 400;
}
body.dark a.upicon b, body.dark a.upicon:hover b {
	color:white;
}
.bag {
	background-image: url(images/bag.svg);
	padding-left:55px;
}
body.dark .bag {
	background-image: url(images/bagwhite.svg);
}
.tel {
	background-image: url(images/tel.svg);
	padding-left:55px;
}
body.dark .tel {
	background-image: url(images/telwhite.svg);
}
a.upicon span.items, a.upicon:hover span.items {
	position:absolute;
	left:35px;
	top:0;
	font-size:11px;
	width:16px;
	height:16px;
	display:block;
	line-height:16px;
	background:#F04742;
	text-align:center;
	color:white;
	overflow: hidden;
	border-radius:50%;
	-moz-border-radius:50%;
	-webkit-border-radius:50%;
	-o-border-radius:50%;
}
a.upiconbag, a.upiconbag:hover {
	font-size:30px;
	font-weight: 700;
	width:30px;
	height:30x;
	display:block;
	float:right;
	line-height:30px;
	text-align: left;
	text-transform: uppercase;
	background-repeat: no-repeat;
	background-position: left center;
	position:relative;
	background-image: url(images/bag.svg);
	background-size: auto 100%;
	margin-top:20px;
}
body.dark a.upiconbag, body.dark a.upiconbag:hover {
	background-image: url(images/bagwhite.svg);
}
a.upiconbag span, a.upiconbag:hover span {
	position:absolute;
	right:-5px;
	top:-5px;
	font-size:11px;
	width:16px;
	height:16px;
	display:block;
	line-height:16px;
	background:#F04742;
	text-align:center;
	color:white;
	overflow: hidden;
	border-radius:50%;
	-moz-border-radius:50%;
	-webkit-border-radius:50%;
	-o-border-radius:50%;
}
a.mode, a.mode:hover {
	font-weight: 700;
	width:30px;
	height:30x;
	display:block;
	float:right;
	line-height:30px;
	margin-top:10px;
	text-align: left;
	text-transform: uppercase;
	background:black;
	border-radius:50%;
	-moz-border-radius:50%;
	-webkit-border-radius:50%;
	-o-border-radius:50%;
}
body.dark a.mode, body.dark a.mode:hover {
	background:white;
}
a.modesmall, a.modesmall:hover {
	width:10px;
	height:10x;
	line-height:10px;
	margin-top:28px;
	margin-right:10px;
}
#frmSearch {
	display: block;
	height:60px;
	background:white;
	border-radius:30px;
	-moz-border-radius:30px;
	-webkit-border-radius:30px;
	-o-border-radius:30px;
}
.searchinput {
	width:80%;
	height:60px;
	display:inline;
	float:left;
	padding-left:30px;
}
.searchinput input {
	background:none;
	width:100%;
	height:60px;
	line-height:20px;
	padding:0;
	color:black;
	border:0;
}
.searchinput input::-webkit-input-placeholder { /* WebKit, Blink, Edge */
    color:black;
}
.searchinput input:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
   color:black;
   opacity:  1;
}
.searchinput input::-moz-placeholder { /* Mozilla Firefox 19+ */
   color:black;
   opacity:  1;
}
.searchinput input:-ms-input-placeholder { /* Internet Explorer 10-11 */
   color:black;
}
.searchinput input:focus {
	border:0;
	outline: none;
}
a.searchbuton, a.searchbuton:hover {
	width:20%;
	height:60px;
	line-height:60px;
	display: inline;
	float:right;
 	text-align:center;
	background:url(images/search.svg) no-repeat center center #F04843;
	border-radius:30px;
	-moz-border-radius:30px;
	-webkit-border-radius:30px;
	-o-border-radius:30px;
}
@media (max-width:991px) {
	.searchinput {
		width:70%;
	}
	a.searchbuton, a.searchbuton:hover {
		width:30%;
	}
}
@media (max-width:479px) {
	#frmSearch {
		height:40px;
		border-radius:20px;
		-moz-border-radius:20px;
		-webkit-border-radius:20px;
		-o-border-radius:20px;
	}
	.searchinput {
		width:80%;
		height:40px;
		padding-left:20px;
	}
	.searchinput input {
		height:40px;
		line-height:20px;
	}
	a.searchbuton, a.searchbuton:hover {
		width:20%;
		height:40px;
		line-height:40px;
		background-size:20px 20px;
		border-radius:20px;
		-moz-border-radius:20px;
		-webkit-border-radius:20px;
		-o-border-radius:20px;
	}
}
a.scrollTop, a.scrollTop:hover {
	width:50px;
	height:50px;
	line-height:50px;
	display:block;
	position: fixed;
	bottom:20px;
	right:20px;
	opacity:0;
	transition: 0.5s ease;
	-moz-transition: 0.5s ease;
	-webkit-transition: 0.5s ease;
	-o-transition: 0.5s ease;
	text-align:center;
	background:url(images/search.svg) no-repeat center center #F04843;
	border-radius:50%;
	-moz-border-radius:50%;
	-webkit-border-radius:50%;
	-o-border-radius:50%;
	color:white;
}
.page-link {
  position: relative;
  display: block;
  padding: 0.75rem 1.00rem;
  margin-left: -1px;
  line-height: 1.25;
  color: #E0131A;
  background-color:#fff;
  border: 1px solid #E0131A;
}
.page-item.disabled .page-link {
  color: #2B2C2E;
  pointer-events: none;
  cursor: auto;
  background-color: white;
  border-color: #2B2C2E;
}
.page-item.active .page-link {
  z-index: 1;
  color: white;
  background-color: #E0131A;
  border-color: #E0131A;
}
.page-link:focus, .page-link:hover {
  color: #fff;
  text-decoration: none;
  background-color: #2B2C2E;
  border-color: #2B2C2E;
}
.loading {
	display:none;
	width:100%;
	height:100%;
	position:absolute;
	top:0;
  left:0;
  text-align:center;
  color:#888;
	background-color:rgba(255,255,255,0.7);
}
.loading div {
  width:100px;
  height:100px;
  display: block;
  overflow:hidden;
  position: absolute;
  top:50%;
  left:50%;
  transform:translate(-50%,-50%);
  -ms-transform:translate(-50%,-50%);
  -webkit-transform:translate(-50%,-50%);	
  -moz-transform:translate(-50%,-50%);
  -o-transform:translate(-50%,-50%);
}
.form-control:focus, .custom-select:focus {
  border-color: #E0131A !important;
  box-shadow: 0 0 5px #E0131A !important;
}
.custom-control-label:before {
  box-shadow: 0 0 5px #E0131A !important;
}
.custom-checkbox .custom-control-input:checked~.custom-control-label::before {
  background-color:#2B2C2E;
  box-shadow: 0 0 5px #E0131A !important;
}
.custom-control-input:active~.custom-control-label::before {
  background-color:#E0131A;
  box-shadow: 0 0 5px #E0131A !important;
}
.custom-radio .custom-control-input:checked~.custom-control-label::before {
  background-color:#2B2C2E;
  box-shadow: 0 0 5px #E0131A !important;
}
.custom-select {
	background:url(images/down.png) no-repeat right .75rem center white;
}
a.pagerlink, a.pagerlink:hover, a.decornonepagerlink, a.decornonepagerlink hover, .decornonepagerlink {
	background:#2B2C2E;
	color:white;
	display: inline-block;
	font-size: 16px;
	width: 34px;
	height: 34px;
	line-height: 34px;
	overflow: hidden;
	text-align: center;
	text-decoration: none;
	margin-left:1px;
	margin-right:1px;
	margin-bottom:2px;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-o-border-radius: 5px; 	
}
a.pagerlink:hover, a.decornonepagerlink, a.decornonepagerlink hover, .decornonepagerlink {
	background:#2B2C2E;
	color:white !important;
}
label.error {
	color:#d5325e;
  font-size: 14px;
  display: block;
  width:100%;
}
a.btnTerms {
	width:20px;
	height:20px;
	line-height:20px;
	border-radius:3px;	
	display:inline-block;
	vertical-align:middle;								
	cursor:pointer;	
	border:1px solid #E0131A;
	background: url(images/checkbox.png) no-repeat center center white;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
a.btnTermsChecked {
	width:20px;
	height:20px;
	line-height:20px;
	border-radius:3px;	
	display:inline-block;
	vertical-align:middle;								
	cursor:pointer;	
	border:1px solid #E0131A;
	background: url(images/checkbox.png) no-repeat center center #2B2C2E;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
.table-striped > tbody > tr:nth-child(2n+1) > td, .table-striped > tbody > tr:nth-child(2n+1) > th {
  background-color:#f6f6f6;
}
body.dark .table-striped > tbody > tr:nth-child(2n+1) > td, body.dark .table-striped > tbody > tr:nth-child(2n+1) > th {
	background-color:#343B43;
}
.abovemenu {
	padding:15px 0;
	 transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
}
.contoverallupfixed .abovemenu {
	padding:10px 0 5px 0;	
}
.collapserow {
	background:white;
	width:100%;
	top:176px;
	left:0;
	position:fixed;
	display:block;
	z-index:1000;
	border-top: 1px solid rgba(255,255,255,.15);
}
a.menutitle, a.menutitle:hover {
	font-size:18px;
	display:block;
	width:100%;
	min-height:100px;
	padding-bottom:15px;
	margin-bottom: 15px;
	border-bottom: 1px solid rgba(0,0,0,.1);
}
a.menutitle:hover {
	border-bottom: 1px solid rgba(0,0,0,.2);
}
a.partner {
	background:white;
	display:inline-block;
	height:40px;
	align-items: center;
  	justify-content: center;
	margin:20px 15px;
}
@media (max-width:767px) {
	a.partner {
		height:25px;
		margin:10px 5px;
	}
}
a.partner img {
	width:auto;
	max-width: 100%;
	height:auto;
	max-height:100%;
}
.contoverallabout2 {
	background:#1C3F45;
}
.contoverallbottom {
	background: #4E4F5C;
	font-size: 14px !important;
}
.contoverallnews {
	background:#F4F4FA;
}
body.dark .contoverallnews {
	color:white !important;
	background:#4E4F5C;
}
body.dark .text-muted {
	color:rgba(255,255,255,.5) !important;
}
a.whyquestion, a.whyquestion:hover, a.whyquestionselected, a.whyquestionselected:hover {
	display:block;
	width:100%;
	line-height:40px;
	position:relative;
	padding-right:50px;
	color:white;
	text-transform: uppercase;
}
a.whyquestion::after, a.whyquestion:hover::after {
	position: absolute;
	content: '+';
	width:50px;
	height:100%;
	line-height:40px;
	text-align:right;
	top:0;
	right: 0;
	font-size:40px;
	line-height:40px;
	color:white;
}
a.whyquestionselected::after, a.whyquestionselected:hover::after {
	position: absolute;
	content: '-';
	width:50px;
	height:100%;
	text-align:right;
	top:0;
	right: 0;
	font-size:40px;
	line-height:40px;
	color:white;
}
.whyanswer {
	color:#3CC3FF !important;
}
.contacts {
	background:#2b3faf;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
}
a.searchlink, a.searchlink:hover {
	background:white;
	color:#2b3faf;
	display:block;
	margin-bottom:2px;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
	text-align:left;
	padding:5px 15px;
	line-height:20px;
	border:1px solid white;
}
a.searchlink:hover {
	background:#2b3faf;
	color:white;
}
.contoverallform {
	width:100% !important;
	min-height:100vh !important;
	display:none;
	position:absolute;
	top:0;
	left:0;
	background:rgba(255,255,255,0.9);
	z-index:999;
}
.contoverallform form {
	position: absolute;
	width:100%;
	top:30px;
}
@media (min-width:992px) {
	.contoverallform form {
		position: absolute;
		width:100%;
		left:50%;
		top:50%;
		transform:translate(-50%,-50%);
		-ms-transform:translate(-50%,-50%);
		-webkit-transform:translate(-50%,-50%);	
		-moz-transform:translate(-50%,-50%);
		-o-transform:translate(-50%,-50%);
	}
}
a.closebtn2, a.closebtn2:hover {
	background: url(images/close2.png) no-repeat center center;
	background-size:20px 20px;
	width:20px;
	height:20px;
}
.tdbroi {
	min-width:150px !important;
}
a.updown, a.updown:hover {
	display:inline;
	float:left;
	width:44px;
	height:44px;
	line-height:44px;
	text-align: center;
	background:white;
	border:1px solid #e2e2e2;
}
input.inputbroi {
	display:inline;
	float:left;
	width:54px;
	height:44px;
	line-height:44px;
	text-align: center;
	background:white;
	border:1px solid #e2e2e2;
}
a.updown2, a.updown2:hover {
	display:inline;
	float:left;
	width:30px;
	height:44px;
	line-height:44px;
	text-align: center;
	background:white;
	border:1px solid #e2e2e2;
}
.fa-times-circle {
    font-size: 32px !important;
}
.orderbuttonsfixed {
	position:fixed;
	display:block;
	z-index:101;
}
/* ajax suggestion */
.suggestionsBox {
	position: absolute;
	left:0;
	margin:0;
	width:100%;
	background-color:black;
	color: #fff;
	z-index:100;
}	
.suggestionList {
	margin: 0px;
	padding: 0px;
}	
.suggestionList li {
	list-style: none;
	margin: 0px 0px 2px 0px;
	padding:5px;
	cursor: pointer;
	text-align:left;
}	
.suggestionList li:hover {
	background-color: #888;
}
/* end ajax suggestion */