/*Page*/

#jcemediabox-popup-container * {
  overflow: hidden;
}
body{
  font-family: Arial, Helvetica, sans-serif;
  height: auto;
  background-image: url(../images/bg.png);
  background-repeat: repeat;
  overflow-x: hidden;
}
#wrap {
  max-width: 1050px;
  min-width: 360px;
  margin: auto;
}
#page {
  background-color: #fff;
  padding-bottom: 15px;
}
img {
  border: none;
  outline: none;
}
a {
	outline: none;
}
.cont8 .module-content {
  background-image: url(../images/bg_mod.png);
  background-repeat: repeat;
  padding: 15px;
  margin-bottom: 20px;
}

.left {
  float:left;
}
.right{
  float: right;
}
#header {
  background-position: 290px 0;
  background-repeat: no-repeat;
}
#footer{
    background-color: #fff;
}
.modules-footer-2 {
  float: left;
}
.modules-footer-2 .module-header {
  font-size: 20px;
  font-weight: 700;
}
.modules-footer-2 .module-content {
  font-size: 12px;
  text-transform: none;
  color: #000;
}
#footer .menu ul {
  list-style-image: url('../images/list.png');
}
#footer .menu ul li{
  margin: 25px 0;
}
/*For content*/

.center {
  margin: 0 auto;
}
.soc a {
  margin-right: 10px;
}


.top_contact {
  font: bold 16px 'Arial';
  margin-top: 20px;
  margin-left: 450px;
}
.top_contact p:last-child {
  font-size: 15px;
  font-weight: bold;
  margin-top: 5px;
}
.top_cont {
  font-size: 20px;
  margin-bottom: 5px;
}
.top_contacr a:first-child {
  color: #000;
}
.top_contact a:last-child {
  padding: 3px 10px 2px 10px;
  background-color: #2486c3;
  box-shadow: 2px 1px 2px #7C7C7C;
  line-height: 16px;
  color: #fff;
  font-size: 12px;
  text-shadow: 0 1px 0 #B6B6B6;
  text-transform: uppercase;
  text-decoration: none!important;
  display: inline-block;
  margin-top: 15px;
}
.top_contact a:last-child:hover {
  background-color: #228ed2;
}
.blog-featured {
  font-size: 14px;
}
.mod_right img {
  width: 45px;
  border: 0;
  margin-right: 10px;
}
.mod_right p.first {
  font-size: 14px;
}
.akcii .module-content {
  padding: 0;
}
.akcii .module-content i {
  margin: 90px; 

  color: #fff;
}
.copyrights {
  text-align: center;
}
#catmenu li{
  margin: 0 0 10px 0;
}
#catmenu li a{
  color: #000;
  text-decoration: none;
}
#catmenu li a:hover, #catmenu li a:active{
  color: #444;
}
#catmenu li a:visited{
  color: #000;
}
.module-header {
  margin-bottom: 16px;
  font-size: 18px;
}

.brands {
	display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    padding: 10px 0;
}

.brands img {
  width: 91px;
  margin: 5px;
}

/* flex */
.flex {
	display: flex;
}
@media only screen and (max-width: 767px) {
	.flex {
		flex-wrap: wrap;
	}
}
.cont12{
	display: flex;
    flex-direction: column;
}
.cont2 {
  width: 140px;
}
.cont4 {
  width: 700px;
}
.cont5 {
  width: 320px;
}
.cont8 {
  width: 35%;
}
@media only screen and (max-width: 767px) {
	.cont8 {
	  width: 100%;
	}
}
.cont9 {
  width: 810px;
}
.cont10 {
  width: 65%;
}
@media only screen and (max-width: 767px) {
	.cont10 {
	  width: 100%;
	}
}
.cont11 {
  width: 520px;
}
.cont8, .cont9, .cont10, .cont11 {
  margin: 20px;
}

/* header */
#header {
	background: #fff;
	padding: 18px 20px 20px;
	display: flex;
	-ms-align-items: center;
	align-items: center;
}
#header .left {
	width: 50%;
}
#header .right {
	width: 50%;
}

@media only screen and (max-width: 1023px) {
	#header .left {
		width: 30%;
		z-index: 10;
	}
	#header .right {
		width: 64%;
		z-index: 10;
	}
}
@media only screen and (max-width: 767px) {
	#header .left {
		width: 50%;
		z-index: 10;
	}
	#header .right {
		width: 40%;
		z-index: 10;
	}
	#header .right .top-contact a:first-child, #header .right .top-contact .divider {
		display: none;
	}
	#header .right .top-contact a {
		text-decoration: underline;
        text-underline-offset: 10px;
        text-decoration-thickness: 2px;
        text-decoration-color: #0083D4;
	}
}
@media only screen and (max-width: 539px) {
	#header .left {
		width: 31%;
		z-index: 10;
	}
	#header .right {
		width: 59%;
		z-index: 10;
	}
}

.logo img {
	width: 136px;
}
@media only screen and (max-width: 539px) {
	.logo img {
		width: 85px;
	}
}
.cont4 {
	width: 50%;
	display: flex;
	align-items: baseline;
	justify-content: space-between;
}
.cont4 .custom {
	display: flex;
	flex-wrap: wrap;
	align-content: center;
}
.top-contact {
	font-size: 14px;
	font-weight: 700;
}
.divider {
	width: 2px;
	height: 24px;
	background: #0083D4;
	display: inline-block;
    position: relative;
    top: 7px;
	margin: 0 13px;
}
.lang-active {
	display: inline-block !important;
}
.lang-active a {
	font-weight: 700;
	display: flex;
	-ms-align-items: center;
	align-items: center;
	justify-content: center;
	width: 30px;
	height: 30px;
	border-radius: 4px;
	background: #0083D4;
	color: #fff;
}
@media only screen and (max-width: 539px) {
	.lang-active a {
		width: 28px;
		height: 28px;
	}
	div.mod-languages li {
		margin-left: 4px;
		margin-right: 4px;
	}
}
.banner {
	background: linear-gradient(90deg, rgba(237, 237, 237, 0.00)64.38%, #EDEDED92.88%), url(<path-to-image>) lightgray -65.347px -86.671px / 100% 269.559% no-repeat;
	width: 100%;
}

.breadcrumbs {
  padding: 20px 0 10px 20px;
  font-size: 13px;
}

@media only screen and (max-width: 1023px) {
	#page .cont10 {
		margin-right: 10px;
	}
	#page .cont8 {
		margin-left: 0;
		padding: 0px 10px 15px;
	}
	#page .cont8 table tr td:last-child {
		width: 85px;
		vertical-align: middle;
	}
}
@media only screen and (max-width: 767px) {
	#page .cont10 {
		margin-right: 20px;
	}
	#page .cont8 {
		margin: 0;
		padding: 0 20px;
	}
	#page .cont8 table tr td:last-child {
		width: 85px;
		vertical-align: middle;
	}
}
.cont10 table tr td:last-child {
	text-align: right;
	width: 100px;
	vertical-align: middle;
}

#footer {
	display: flex;
}
.modules-footer-2.footer-menu {
	width: 25%;	
}
.modules-footer-2.footer-content {
	width: 55%;	
}
.modules-footer-2.footer-social {
	width: 25%;
}
.module-footer-2-1 {
  margin: 40px 0px 20px 20px;
}
.module-footer-2-2 {
  margin: 40px 25px;
}
.module-footer-2-3 {
  margin: 40px 10px;
}

.content ul, .content ol {
	margin-left: 0;
}
.content ul > li {
	font: normal 14px "Arial";
}
.content ul > li a {
	color: #000!important;
}
.content ul > li a:hover {
	color: gray!important;
}
#footer .module-content p {
	color: #1E1E1E;
	margin-bottom: 15px;
	font-weight: 400;
}
@media only screen and (max-width: 1023px) {
	#footer {
		position: relative;
	}
	.modules-footer-2.footer-menu {
		width: 35%;	
	}
	.modules-footer-2.footer-content {
		width: 65%;	
	}
	.modules-footer-2.footer-social {
		width: 40%;
		position: absolute;
		left: 10px;
		bottom: 0;
	}
	.modules-footer-2.footer-social .module-header .module-header {
		display: none;
	}
}
@media only screen and (max-width: 767px) {
	#footer {
		flex-wrap: wrap;
	}
	.modules-footer-2.footer-menu {
		width: 100%;
	}
	.modules-footer-2.footer-menu ul {
		margin-right: 20px;
	}
	.modules-footer-2.footer-menu ul li {
		line-height: 20px;
		margin: 0;
		padding: 8px 0 8px;
		border-bottom: 0.9px solid #cfcfcf;
	}
	.modules-footer-2.footer-content {
		display: none;	
	}
	.modules-footer-2.footer-social {
		width: 100%;
		position: relative;
	}
	.modules-footer-2.footer-social .module-footer-2-3 {
		margin: 20px 10px 40px;
	}
}

.copyrights {
	padding: 10px 0;
}


/* .mainmenu .menuexample */
.mainmenu .menu {
	background: #fff;
	padding: 0 13px;
	min-height: 45px;
	line-height: 45px;
	border-bottom: 1px solid #DAF1FF;
	display: flex;
	flex-wrap: wrap;
    justify-content: space-between;
}

@media only screen and (max-width: 1023px) {
	.mainmenu {
		order: -1;
	}
	.mainmenu .menu {
		justify-content: flex-start;
	}
}

.mainmenu .menu li {
	display: block;
	position: relative;
	list-style: none;
	white-space: nowrap;
}
.mainmenu .menu li.active a {
	text-decoration: underline;
    text-underline-offset: 18px;
    text-decoration-thickness: 2px;
    text-decoration-color: #0083D4;
}
@media only screen and (max-width: 1023px) {
	.mainmenu .menu li.active a {
		text-decoration: none;
	}
}
.mainmenu .menu a {
  text-decoration: none;
  padding: 0 0.55em;
  display: block;
  font-size: 13px;
}
.mainmenu .menu li.parent li {
	float: none;
	border: 2px solid #808080;
	border-top: none;
}

/* mobile menu */
@media only screen and (max-width: 1023px) {
  .mainmenu .burger {
    display: block;
    cursor: pointer;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    position: relative;
    position: absolute;
    right: 20px;
    top: 37px;
	transform: scale(80%);
  }
}
@media only screen and (max-width: 539px) {
  .mainmenu .burger {
      top: 24px;
  }
}
@media only screen and (max-width: 1023px) {
  .mainmenu .burger:before {
    content: url("/images/burger.svg");
  }
}
@media only screen and (max-width: 1023px) {
  .mainmenu .menu {
    display: none;
    position: absolute;
    width: 100%;
    height: 305px;
    background-color: #e7f6ff;
    top: 0;
    right: 0;
    padding-top: 100px;
    z-index: 9;
  }
}
@media only screen and (max-width: 539px) {
  .mainmenu .menu {
    height: 295px;
    padding-top: 80px;
  }
}
@media only screen and (max-width: 1023px) {
  .mainmenu .menu ul {
    display: block;
    margin-top: 140px;
    padding: 0;
  }
}
@media only screen and (max-width: 1023px) {
  .mainmenu .menu li {
    margin-left: 20px;
	line-height: 39px;
  }
}
@media only screen and (max-width: 1023px) {
  .mainmenu .menu a {
	 font-size: 16px;
     font-weight: 500;
  }
}
@media only screen and (max-width: 1023px) {
  .mainmenu.active .burger {
    z-index: 10;
  }
  .mainmenu.active .burger:before {
    content: url("/images/close.svg");
  }
  .mainmenu.active .menu {
    display: block;
  }
}

@media only screen and (max-width: 539px) {
	div.mod-languages li {
		margin-left: 0;
	}
}

.content input {
	width: 245px;
}