.mp-cat-links {

}

.mp-cat-links-row {
  padding-bottom: 30px;
}

.mp-cat-links-row:after {
  content:'';
  display: block;
  clear:both;
}

.mp-cat-link {
  width:33.3%;
  box-sizing:border-box;
  padding:0 15px;
  float:left;
  position:relative;
}

.mp-cat-link>a {
  position:absolute;
  top:0;
  left:0;
  width:100%;
  height:100%;
  display: block;
  z-index:1;
  border-width: 0 !important;
}

.mp-cat-link-img {
  width:92.7px;
  height:87.7px;
  margin:0 auto;
  background-image:url('../../images/mp-cat-link-bg.png');
  background-repeat:no-repeat;
  background-position:center center;
  position:relative;
}

.mp-cat-link-img.i1 img {left:0;}
.mp-cat-link-img.i2 img {left:-100%;}
.mp-cat-link-img.i3 img {left:-200%;}
.mp-cat-link-img.i4 img {left:-300%;}
.mp-cat-link-img.i5 img {left:-400%;}
.mp-cat-link-img.i6 img {left:-500%;}

.mp-cat-link-img div {
  position:absolute;
  width:56.6px;
  height:57px;
  left:18.05px;
  top:15px;
  overflow:hidden;
}

.mp-cat-link-img div img {
  top:0;
  position:absolute;
  border-width: 0 !important;
}

.mp-cat-link:hover .mp-cat-link-img {
  background-image:url('../../images/mp-cat-link-bg-h.png');
}

.mp-cat-link:hover .mp-cat-link-img img {
  top:-100%;
}

.mp-cat-link-text {
  padding-top:10px;
  text-align:center;
}

.mp-cat-link-text a {
  text-decoration:none;
  font-family: 'Arial';
  font-size:14px;
  color:black !important;
  /*border-width: 0 !important;*/
  border-color:black !important;
}

/* main vars */
/* /main vars */
/* /template var */
/* /template var */
div, ul, li, p, h1, h2, h3, h4 {
  border: 0px dashed #1c4f94; }

@font-face {
  font-family: 'PFDinDisplayPro';
  src: url("../fonts/PFDinTextCondPro-Regular.eot");
  src: url("../fonts/PFDinTextCondPro-Regular.eot#iefix") format("embedded-opentype");
  font-weight: normal;
  font-style: normal; }

.container {
  width: 1024px;
  margin: 0 auto;
  position: relative; }

.mv {
  min-width: 1024px; }

.btn {
  text-align: center;
  padding: 0 3px;
  text-transform: uppercase;
  color: #222222;
  width: 206px;
  height: 34px;
  font-size: 14px;
  cursor: pointer;
  display: inline-block;
  line-height: 34px;
  border-radius: 10px;
  font-family: "OpenSans", 'Arial', sans-serif;
  font-weight: bold; }

.btn-orange {
  background: #f5e200;
  /* Old browsers */
  /* IE9 SVG, needs conditional override of 'filter' to 'none' */
  background: url;
  background: -moz-linear-gradient(top, #f5e200 0%, #deaa00 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f5e200), color-stop(100%, #deaa00));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #f5e200 0%, #deaa00 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #f5e200 0%, #deaa00 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #f5e200 0%, #deaa00 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #f5e200 0%, #deaa00 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f5e200', endColorstr='#deaa00', GradientType=0);
  /* IE6-8 */
  border: 1px solid #deaa00; }

.btn-orange:hover, .btn-orange-hover {
  background: #dccb00;
  /* Old browsers */
  /* IE9 SVG, needs conditional override of 'filter' to 'none' */
    background: -moz-linear-gradient(top, #dccb00 0%, #c79900 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #dccb00), color-stop(100%, #c79900));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #dccb00 0%, #c79900 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #dccb00 0%, #c79900 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #dccb00 0%, #c79900 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #dccb00 0%, #c79900 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#dccb00', endColorstr='#c79900', GradientType=0);
  /* IE6-8 */ }

.bigbtn {
  text-align: center;
  padding: 0 3px;
  color: #fff;
  width: 438px;
  height: 64px;
  cursor: pointer;
  display: inline-block;
  line-height: 60px;
  border-radius: 32px;
  box-shadow: 1px 2px 5px 1px rgba(0, 0, 0, 0.3); }

.btn-green {
  background: #b6ff91;
  /* Old browsers */
  /* IE9 SVG, needs conditional override of 'filter' to 'none' */
  background: url;
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #b6ff91), color-stop(100%, #5b8a48));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #b6ff91 0%, #5b8a48 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #b6ff91 0%, #5b8a48 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #b6ff91 0%, #5b8a48 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #b6ff91 0%, #5b8a48 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#b6ff91', endColorstr='#5b8a48', GradientType=0);
  /* IE6-8 */
  border: 1px solid #82c668; }

.btn-green:hover {
  background: #82c668;
  /* Old browsers */
  /* IE9 SVG, needs conditional override of 'filter' to 'none' */
  
  background: -moz-linear-gradient(top, #82c668 0%, #416334 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #82c668), color-stop(100%, #416334));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #82c668 0%, #416334 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #82c668 0%, #416334 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #82c668 0%, #416334 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #82c668 0%, #416334 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#82c668', endColorstr='#416334', GradientType=0);
  /* IE6-8 */ }

.btn-green-invert {
  background: #5b8a48;
  /* Old browsers */
  /* IE9 SVG, needs conditional override of 'filter' to 'none' */
  background: url;
  background: -moz-linear-gradient(top, #5b8a48 0%, #8fd972 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #5b8a48), color-stop(100%, #8fd972));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #5b8a48 0%, #8fd972 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #5b8a48 0%, #8fd972 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #5b8a48 0%, #8fd972 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #5b8a48 0%, #8fd972 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#5b8a48', endColorstr='#8fd972', GradientType=0);
  /* IE6-8 */
  border: 1px solid #5b8a48; }

.btn-green-invert:hover {
  background: #416334;
  /* Old browsers */
  /* IE9 SVG, needs conditional override of 'filter' to 'none' */
 
  background: -moz-linear-gradient(top, #416334 0%, #82c668 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #416334), color-stop(100%, #82c668));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #416334 0%, #82c668 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #416334 0%, #82c668 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #416334 0%, #82c668 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #416334 0%, #82c668 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#416334', endColorstr='#82c668', GradientType=0);
  /* IE6-8 */ }

.form, .form2 {
  background: #82c668;
  border: 0px solid #fff;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -o-border-radius: 5px;
  width: 517px;
  height: auto;
  box-shadow: 6px 6px 16px rgba(0, 0, 0, 0.5);
  padding-bottom: 20px;
  background: -moz-linear-gradient(top, #82c668 0%, #358c21 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #82c668), color-stop(100%, #358c21));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #82c668 0%, #358c21 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #82c668 0%, #358c21 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #82c668 0%, #358c21 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #82c668 0%, #358c21 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#82c668', endColorstr='#358c21', GradientType=0);
  /* IE6-8 */ }

.inline-form {
  margin-left: 553px;
  float: left;
  margin-right: 15px;
  position: relative;
  font-size: 15px;
  text-align: center;
  height: auto;
  padding-bottom: 30px;
  margin-top: 10px; }

.inline-form::after {
  content: "";
  display: block;
  position: absolute;
  width: 120px;
  height: 60px;
  background: url("../images/arrow.png") 0 -60px no-repeat; }

.inline-form:after {
  bottom: 33px;
  right: -73px; }

.form .form-title, .form2 .form-title {
  color: #fff;
  padding: 0px;
  text-align: center;
  padding-bottom: 1px; }

.form .form-title h4 {
  /*font-family: "PT Sans", sans-serif;*/ }

.form input, .form2 input, .form3 input {
  border: medium none;
  border-radius: 10px 10px 10px 10px;
  box-shadow: 2px 2px 2px -2px rgba(0, 0, 0, 0.49) inset;
  height: 35px;
  width: 156px;
  padding: 0px 25px;
  margin-left: 17px;
  font-size: 16px; }

.form .input-name:before {
  display: block;
  position: absolute;
  content: "";
  width: 14px;
  height: 15px;
  background-image: url(../images/icon-face.png);
  background-repeat: no-repeat;
  margin-left: 24px;
  margin-top: 10px; }

.form .input-phone:before {
  display: block;
  position: absolute;
  content: "";
  width: 14px;
  height: 15px;
  background-image: url(../images/icon-phone.png);
  background-repeat: no-repeat;
  margin-left: 24px;
  margin-top: 10px; }

.form .input-line, .input-line {
  margin: -25px 25px; }

.simplemodal-container .form .input-line {
  margin: 14px 60px; }

.label-name, .label-phone {
  display: block;
  width: 14px;
  height: 15px;
  background-image: url("../images/icon-face.png");
  background-repeat: no-repeat; }

.label-name {
  margin-top: 18px; }

.label-phone {
  width: 14px;
  height: 15px;
  background-image: url("../images/icon-phone.png");
  background-repeat: no-repeat;
  margin-top: 18px; }

.form-title h4 {
  padding-left: 5px;
  padding-right: 5px; }

.form-desc {
  text-align: center;
  color: #FCFCFC;
  margin-bottom: 26px;
  padding: 0 24px; }

.form-desc div {
  display: inline-block; }

.form-desc .form-desc {
  color: #fff;
  font-size: 18px; }

.form-desc .form-instr {
  color: #342121;
  font-size: 14px; }

.form-desc div:last-child {
  width: 280px;
  line-height: 18px;
  padding-top: 0px; }

.form-control-group {
  text-align: center;
  margin-top: 15px; }

#simplemodal-overlay {
  background: rgba(0, 0, 0, 0.6); }

.simplemodal-close {
  /*font-family: "PT Sans";*/
  position: absolute;
  right: 20px;
  top: 5px; }

.simplemodal-container {
  width: 470px;
  height: 470px;
  font-weight: normal; }

.error {
  color: #FFE102;
  font-size: 12px;
  margin-left: 20px;
  text-align: left; }

#simplemodal-data .form {
  height: auto;
  padding-bottom: 20px; }

.error.resend {
  font-size: 16px;
  text-align: center;
  display: none;
  margin: 0; }

.horizontal-form .btn {
  margin-top: 15px;
  /*width: 180px;*/
  margin-right: 20px; }

.hidden {
  display: none; }

/* clock */
.time {
  display: block;
  position: relative;
  text-align: center; }

.time * {
  vertical-align: top; }

.time ins,
.time .clock {
  position: relative;
  top: 10px;
  width: 40px;
  height: 55px;
  display: inline-block;
  *display: inline;
  zoom: 1;
  background: transparent url(../images/sprites.png) no-repeat -260px -154px; }

.time .clock {
  margin-right: 7px; }

.time ins {
  width: 10px; }

.time ins {
  background-position: -300px -154px; }

.time .etitle {
  position: absolute;
  width: 110px;
  text-align: center;
  left: 50%;
  margin-left: -47px;
  top: 55px;
  line-height: 30px;
  font-size: 12px; }

.time .separator {
  background: url(../images/timer-after.png) center center no-repeat;
  width: 9px;
  height: 50px;
  display: inline-block;
  vertical-align: center;
  margin: 4px -4px 0 0px; }

.etitle-1 {
  font-size: 1.6em; }

.etitle-2 {
  font-size: 12px;
  padding-top: .1em; }

.etitle-3 {
  font-size: 12px;
  padding-top: 0.2em; }

.etitle-4 {
  font-size: 12px;
  padding-top: .3em; }

.c-block {
  display: inline-block;
  *display: inline;
  zoom: 1;
  margin: 0 18px 0 3px;
  padding: 4px 0 40px 3px;
  position: relative;
  background: transparent url(../images/sprites.png) no-repeat -260px 0; }

.c-block:before {
  content: '';
  position: absolute;
  left: 100%;
  top: 0;
  width: 31px;
  background: transparent url(../images/sprites.png) no-repeat 100% -77px;
  height: 77px; }

.bl-inner {
  position: relative;
  margin-right: -10px;
  height: 48px;
  background: transparent url(../images/sprites.png) no-repeat -5px -48px; }

.bl-inner span {
  display: none;
  font-size: 46px;
  color: #fff;
  line-height: 46px;
  margin-left: 2px; }

.bl-inner:before {
  content: '';
  position: absolute;
  left: 100%;
  top: 0;
  width: 3px;
  background: transparent url(../images/sprites.png) no-repeat -122px -48px;
  height: 48px; }

.c-block-1 {
  width: 20px; }

.c-block-2 {
  width: 45px; }

.c-block-3 {
  width: 70px; }

.ramka {
  height: 1px;
  border-bottom: 1px dotted #cc5900;
  position: absolute;
  float: left;
  width: 100%;
  z-index: 10000; }

#top {
  height: 40px;
  background-color: rgba(234, 234, 234, 0.9); }

#top ul, .scrollmenu ul {
  margin: 0;
  padding: 0;
  text-align: center;
  width: 1024px;
  margin-right: auto;
  margin-left: auto; }

#top ul li, .scrollmenu ul li {
  display: inline-block;
  text-align: center; }

#top ul li a, .scrollmenu ul li a {
  display: block;
  text-decoration: none;
  height: 40px;
  line-height: 40px;
  padding: 0 40px; }

#top ul li.stmenu a, .scrollmenu ul li.stmenu a {
  background-image: none; }

#top ul li a:hover, .scrollmenu ul li a:hover, .scrollmenu ul li a.hover:hover {
  text-decoration: none;
  cursor: pointer;
  background-color: #b6ff91;
  background: #b6ff91;
  /* Old browsers */
  /* IE9 SVG, needs conditional override of 'filter' to 'none' */
  background: -moz-linear-gradient(top, #b6ff91 0%, #689e53 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #b6ff91), color-stop(100%, #689e53));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #b6ff91 0%, #689e53 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #b6ff91 0%, #689e53 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #b6ff91 0%, #689e53 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #b6ff91 0%, #689e53 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#b6ff91', endColorstr='#689e53', GradientType=0);
  /* IE6-8 */ }

.scrollmenu ul li a.hover {
  text-decoration: none;
  cursor: pointer;
  background-color: #d0ffa6;
  background: #d0ffa6;
  /* Old browsers */
  /* IE9 SVG, needs conditional override of 'filter' to 'none' */
  background: -moz-linear-gradient(top, #d0ffa6 0%, #82c668 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #d0ffa6), color-stop(100%, #82c668));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #d0ffa6 0%, #82c668 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #d0ffa6 0%, #82c668 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #d0ffa6 0%, #82c668 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #d0ffa6 0%, #82c668 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#d0ffa6', endColorstr='#82c668', GradientType=0);
  /* IE6-8 */ }

.scrollmenu {
  background-color: rgba(234, 234, 234, 0.9);
  height: 40px;
  position: fixed;
  width: 100%;
  z-index: 99;
  /*opacity:0.1;
  */
  opacity: 1;
  min-width: 1024px; }

.scrollmenu:hover {
  opacity: 1; }

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

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

.text-right {
  text-align: right; }

.row-fluid {
  width: 100%; }

.fl {
  float: left; }

.flr {
  float: right; }

.center {
  margin-left: auto;
  margin-right: auto; }

.clear {
  clear: both; }

.span3 {
  width: 25%; }

.span6 {
  width: 50%; }

.span12 {
  width: 100%; }

.c-block-1 {
  width: 20px; }

.c-block-2 {
  width: 45px; }

.c-block-3 {
  width: 70px; }

.font {
  font-family: "Open Sans","Arial", sans-serif;
  line-height: 1.2em; }

.font1 {
  font-family: "Open Sans",'Arial', sans-serif;
  line-height: 1.2em; }

.font2 {
  font-family: "Open Sans", sans-serif;
  line-height: 1.2em; }

.font3 {
  font-family: "PT Sans", sans-serif;
  line-height: 1.2em; }

.font4 {
  font-family: "Arial Narrow", sans-serif;
  line-height: 1.2em; }

.b {
  font-weight: bold; }

.bb {
  font-weight: bolder; }

.n {
  font-weight: normal; }

.i {
  font-style: italic; }

.l, #top ul li, .scrollmenu ul li, #top ul li a, .scrollmenu ul li a {
  font-weight: lighter; }

.fs12 {
  font-size: 12px; }

.fs14, #top ul, .scrollmenu ul, #top ul li, .scrollmenu ul li, #top ul li a, .scrollmenu ul li a {
  font-size: 14px; }

.fs16 {
  font-size: 16px; }

.fs18 {
  font-size: 18px; }

.fs20 {
  font-size: 20px; }

.fs24 {
  font-size: 24px; }

.fs26 {
  font-size: 26px; }

.fs30 {
  font-size: 30px; }

.fs32 {
  font-size: 32px; }

.fs36 {
  font-size: 36px; }

.fs40 {
  font-size: 40px; }

.fs48 {
  font-size: 48px; }

.fs62 {
  font-size: 62px; }

.fs100 {
  font-size: 100px; }

.colorwhite, #top ul li a:hover, .scrollmenu ul li a:hover, .scrollmenu ul li a.hover:hover, .scrollmenu ul li a.hover {
  color: #fff; }

.c-blue {
  color: #1c4f94; }

.c-bsky {
  color: #9adbff; }

.c-red {
  color: #e2232f; }

.c-black, #top ul li, .scrollmenu ul li, #top ul li a, .scrollmenu ul li a {
  color: #222222; }

.c-black2 {
  color: #1e1e1e; }

.c-green {
  color: #82c668; }

.c-gray {
  color: #eaeaea; }

.c-gray2 {
  color: #677a87; }

.c-brown {
  color: #4f4454; }

.c-brown-light {
  color: #ece9e4; }

.c-pink {
  color: #be9ece; }

.c-pink2 {
  color: #9237b9; }

.c-pink3 {
  color: #8d63a9; }

.let1 {
  letter-spacing: 1px; }

.let2 {
  letter-spacing: 2px; }

.shadow {
  text-shadow: 0 -1px 2px rgba(255, 255, 255, 0.9); }

.shadow-bl {
  text-shadow: 0px -1px 3px rgba(0, 0, 0, 0.5); }

.shadow-bl2 {
  text-shadow: 1px 2px 3px rgba(0, 0, 0, 0.5); }

.upper, #top ul li a, .scrollmenu ul li a {
  text-transform: uppercase; }

.bshadow {
  box-shadow: 1px 2px 5px 1px rgba(0, 0, 0, 0.3); }

.bordershow {
  border: 1px dotted #4f4454; }

.modal-success .form {
  min-height: 70px; }

.modal-success .form-title {
  padding: 26px;
  padding-right: 35px; }

.modal {
  padding-left: 180px;
  padding-top: 20px; }


.side-sertif .s-title {
    font-size: 20px;
    padding: 20px 0 15px 0;
}
.s-slider .s-item img {
    max-width: 99%;
}

.side-reviews {
    text-align: center;
}
.side-reviews .s-title {
    font-size: 20px;
    padding: 30px 0 15px 0;
}
.rew-item .img-wrapper {
    display: inline-block;
    width:70px;
    height: 70px;
    overflow: hidden;
    box-shadow: 1px 1px 5px 2px rgba(83, 79, 79, 0.3);
    border-radius: 100px;
}
.rew-item img {
    max-width: 100%;
}
.rew-item .r-image {
    padding-bottom: 7px;
}
.rew-item .r-name {
    font-weight: bold;
    padding-bottom: 10px;
    padding-top: 5px;
    font-size: 14px;
}
.rew-item .r-text {
    text-align: justify;
    padding: 0 3px 10px 3px;
}