@charset "utf-8";
html {
 height: 100%;
}

body {
  margin: 0px;
  padding: 0px;
  height: 100%;
  background: #f6f6f6 url(../i/mainbg.jpg);
}

form {
  margin: 0px;
  padding: 0px;
}

img {
  border: none;   
}

address {
  font-style: normal;   
}

.requiredfield, .requireddigit, .field
{
  font-family: 'Roboto Condensed', sans-serif;
  border: 1px solid #ccc;
  background-color: #fff;
  color: #222;
  padding-left: 3px;
  min-height: 30px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -moz-box-shadow: inset 0px 1px 1px rgba(161,161,161,0.3);
  -webkit-box-shadow: inset 0px 1px 1px rgba(161,161,161,0.3);
  box-shadow: inset 0px 1px 1px rgba(161,161,161,0.3);
}

.invalidfield, .invaliddigit {
  font-family: 'Roboto Condensed', sans-serif;
  border: 1px solid #a12a24;
  background-color: #d5abaa;
  color: #222;
  padding-left: 3px;
  min-height: 30px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -moz-box-shadow: inset 0px 1px 0px #866c6b;
  -webkit-box-shadow: inset 0px 1px 0px #866c6b;
  box-shadow: inset 0px 1px 0px #866c6b;
}

input:-moz-placeholder {
  color: #888;
}

input::-webkit-input-placeholder {
  color: #888;
}

textarea {
  font-family: 'Roboto Condensed', sans-serif;
  border: 1px solid #ccc;
  background-color: #fff;
  color: #222;
  font-family: Tahoma, Geneva, sans-serif;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -moz-box-shadow: inset 0px 1px 1px rgba(161,161,161,0.3);
  -webkit-box-shadow: inset 0px 1px 1px rgba(161,161,161,0.3);
  box-shadow: inset 0px 1px 1px rgba(161,161,161,0.3);
}

textarea:focus, input:focus{
    outline: none;
}

textarea:-moz-placeholder {
  color: #888;
}

textarea::-webkit-input-placeholder {
  color: #888;
}

.mbutton {
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: 300;
  font-size: 16px;
  border-radius: 5px;
  border: none;
  background-color: #ffcd32;
  color: #222;
  cursor: pointer;
  min-height: 30px;
    
}

.mbutton:hover {
  background-color: #ffb61b;
}

.clr {
  clear:both !important;
  float:none !important;
  font-size:0;
  line-height:0;
  height:0;
  padding:0 !important;
}

#wrap {
  margin: 0px auto;
  min-width: 995px;
  min-height: 100%;
  position: relative;
}

* html #wrap {
  height: 100%;
}

#inner-wrap {
  margin: 0px;
  padding: 0px 0px 100px;
  position: relative;
}
 
#inner-wrap:after {
  content: " ";
  display: block;
  clear: both;
}

* html #inner-wrap {
  height: 1px;
}

.modalwindow {
  padding: 20px;
}

.flexboxcenter {
  display: -webkit-box;
  display: -moz-box;   
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: center;
  -webkit-box-align: center;
  align-items: center;
}

.flexboxtop {
  display: -webkit-box;
  display: -moz-box;   
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}

#topmenu {
  position: fixed;
  z-index: 100;
  width: 100%;
  height: 40px;
  padding: 0px 40px;
  top: 0px;
  background-color: #314876;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

#searchlink {
  margin: 0px;
  padding: 0px;
  display: inline-block;
  position: absolute;
  right: 40px;
}

#search {
  -moz-transition: fill 0.2s 0.05s ease;
  -o-transition: fill 0.2s 0.05s ease;
  -webkit-transition: fill 0.2s 0.05s ease;
  transition: fill 0.2s 0.05s ease;
}

a svg .whitesearch {
  fill: #fff;  
}

a svg:hover .whitesearch {
  fill: #ccf;   
}

#tophdr {
  position: relative;
  top: 41px;
  padding: 0px 40px 0px;
  height: 185px;
  background: #f1f1f1 url(../i/tophdr.jpg);
  border-top: 2px solid #ffcd32;
  border-bottom: 1px solid #ffcd32;
}

#logoarea {
  width: 670px;   
}

#logoarea p {
  line-height: 1.1;
}

#logoarea img, #logoarea span {
  display: inline-block;
  vertical-align: middle;
}

#logoarea span {
  margin-left: 70px;
  font-size: 18px;
  font-weight: 300;
  color: #222;
}

#basket_phone {
   width: 185px;   
}

#basket {
  height: 35px;
  background: url(../i/basket.png) no-repeat 0px 50%;
  padding-left: 38px;
  color: #222;
  font-weight: 300;
  display: -webkit-box;
  display: -moz-box;   
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -webkit-box-align: center;
  align-items: center;
}

#topphone {
  margin-top: 25px;
  font-size: 30px;
  font-weight: 300;
  color: #222;
}

#topphone span {
  font-size: 18px;
  display: inline-block;
  vertical-align: middle;
}

#topphone a {
  font-size: 16px;
  display: block;
  margin-top: 5px;
  padding: 8px 10px;
  background-color: #ffcd32;
  color: #222;
  border-radius: 5px;
  text-align: center;
}

#topphone a:hover {
  background-color: #ffb61b;
  text-decoration: none;
}

#main_slider {
  height: 435px;
  margin: 41px 0px 0px;
  background-color: #000;
}

#main_slider .swiper-slide {
 display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}

#main_slider .swiper-slide span {
  display: block;
  position: absolute;
  height: 100%;
  width: 100%;
  opacity: 0.6;
  top: 0px;
  left: 0px;
}

.swiper-text {
  position: absolute;
  left: 40px;
  width: 400px;
  color: #fff;
  font-size: 24px;
  text-transform: uppercase;
}

.swiper-text div {
  font-size: 16px;
  text-transform: none;
}

#topicons {
  margin-bottom: 20px;
  padding: 20px 40px 25px;
  background: #cdced0 url(../i/tlks.jpg);
}

.topicons {
  text-align: center;
  width: 230px;
  font-size: 18px;
  font-weight: 300;
  color: #222;
  line-height: 1.1;
}

.topicons img {
  background-image: url(../i/topicons.png);
  background-repeat: no-repeat;
  height: 104px;
  width: 104px;
}

.topicons:nth-child(1) img {
  background-position: 0px 0px;
}

.topicons:nth-child(2) img {
  background-position: -104px 0px;
}

.topicons:nth-child(3) img {
  background-position: 0px -104px;
}

.topicons:nth-child(4) img {
  background-position: -104px -104px;
}

.fp_workarea {
  padding: 0px 40px 30px;   
}

#service {
  margin: 20px 0px;   
}

.service {
  width: 48%;
  font-size: 18px;
  font-weight: 700;
}

.service img {
  width: 100%;
}

#devices {
  margin: 0px 0px 20px;
  background-color: #314876;   
}

#devices_hdr {
  background-color: #ffcd32;
  font-size: 30px;
  color: #222;
  padding: 8px 40px;
}

#devices_body {
  padding: 30px 40px;
  font-size: 18px;
  font-weight: 700;
}

#devices_body a {
  color: #fff;
}

#devices_body a:hover {
  color: #ccf;
}

.devices {
  width: 31%;   
}

.devices img {
  width: 100%;   
}

.divs2 {
  width: 48%;
}

.newsitem {
  margin-bottom: 25px;   
  font-weight: 700;
}

.newsdate {
  font-size: 15px;
  color: #222;
  font-weight: 300;
}

#sidebar {
  float: left;
  vertical-align: top;
  width: 235px;
  background: #cdced0 url(../i/tlks.jpg);
}

#sidebar ul {
  margin: 0px;
  padding: 0px 0px 20px;
  list-style: none;
}

#sidebar li {
  margin: 0px;
  padding: 9px 10px 9px 40px;
  display: block;
  font-size: 17px;
  line-height: 1.1;
  border-bottom: 1px solid #f8f8f8;
}

#sidebar li:last-child {
  border-bottom: none;
}

#sidebar a {
  color: #222;
}

#sidebar li ul {
  margin: 0px;
  padding: 0px 0px 0px 9px;
}

#sidebar li ul li {
  margin: 6px 0px 0px;
  padding: 0px;
  border-bottom: none;
  font-size: 14px;
}

#sidebar li ul li a {
  color: #314876;
}

#sidebar_hdr {
  padding: 4px 0px 0px 40px;
  height: 29px;
  background-color: #314876;
  color: #fff;
  font-size: 19px;
}

#workarea {
  margin: 41px 0px 0px 235px;
  vertical-align: top;
}

#workarea_inner {
  margin: 0px 40px 30px 30px;
  overflow: hidden;
}

#nav_string {
  margin: 0px 0px 20px;
  padding: 8px 0px 8px 30px;
  font-size: 14px;
  background-color: #ffcd32;
  color: #222;
}

#nav_string img {
  display: inline-block;
  margin: 0px 3px;
}

#nav_string a:visited {
  color: #314876 !important;
}

.catitem {
  margin: 0px 1.1% 15px 0px;
  padding: 15px 10px;
  float: left;
  width: 200px;
  background-color: #fff;
  border: 1px solid #e6e6e6;
  text-align: center;
  -moz-box-shadow: 0px 1px 1px rgba(0,0,0,0.27);
  -webkit-box-shadow: 0px 1px 1px rgba(0,0,0,0.27);
  box-shadow: 0px 1px 1px rgba(0,0,0,0.27);
}

.catlink {
  display: block;
  margin-top: 10px;
  line-height: 1.1;
}

.catprice {
  margin-top: 20px;
  color: #222;
  font-size: 24px;
  font-weight: 700;
}

.catbasket {
  font-size: 16px;
  margin-top: 20px;
  padding: 8px 0px 8px 17px;
  width: 100%;
  background: #ffcd32 url(../i/basket1.png) no-repeat 51px 50%;
  color: #222 !important;
  border: none;
  border-radius: 5px;
  text-align: center;
}

.catbasket:hover {
  background-color: #ffb61b;
  text-decoration: none;
}

#detailimg {
  width: 300px;   
  float: left;
  vertical-align: top;
}

#detailinfo {
  margin: 0px 0px 0px 320px;
  vertical-align: top;
  overflow: hidden;
}

#detailprice {
  font-size: 30px;
  font-weight: 700;
  color: #222;
  margin-bottom: 20px;
}

#detailfield {
  width: 120px;
  height: 34px;
  padding-left: 10px;
  float: left;
  margin-right: 12px;
  vertical-align: middle;
}

#detailbasket {
  float: left;
  vertical-align: middle;
  width: 130px;
  font-size: 16px;
  display: block;
  padding: 8px 0px 8px 20px;
  background: #ffcd32 url(../i/basket1.png) no-repeat 17px 50%;
  color: #222 !important;
  border-radius: 5px;
  text-align: center;
  border: none;
}

#detailbasket:hover {
  background-color: #ffb61b;
  text-decoration: none;
}

#footer {
  position: absolute;
  padding: 0px 40px;
  bottom: 0px;
  width: 100%;
  height: 100px;
  color: #fff;
  background-color: #314876;
  border-top: 2px solid #ffcd32;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 14px;
  font-weight: 300;
}

#footer a {
  color: #fff;
}

#footer a:hover {
  color: #ccf;
}

#footerphone {
  font-size: 40px;
  padding-left: 40px;
  background: url(../i/footerphone.png) no-repeat 0px 50%;
}

#footerphone span {
  font-size: 24px;
  display: inline-block;
  vertical-align: middle;
}

#developer span, #developer img {
  display: inline-block;
  vertical-align: middle;
}

#developer span {
  margin-left: 10px;
}

.mform {
  background-color: #e5e5e5;
  padding: 15px;
  color: #222;
  font-size: 15px;
}

.mform textarea {
  font-size: 12px;
}

#errormsg {
  color: #f00;
  font-weight: bold;
}

#srch {
  font-size: 18px;
  margin-bottom: 7px;
  line-height: 1;
}

#srch span {
  background: #314876;
  color: #fff;
  padding: 3px 5px;
}

div.srch {
  margin-bottom: 15px;
}

span.srch {
  background: url(../i/map.gif) no-repeat 0px 3px;
  padding: 2px 0px 2px 14px;
  font-size: 13px;
}

.sr {
  display: block;
  margin-bottom: 5px;
}

.pages {
  margin: 10px 0px 10px 0px;
  font-size: 15px;
}