html,
body {
  padding: 0px;
  margin: 0px;
  font-family: "MyFont", Arial, Helvetica, sans-serif;
  background-size: cover;
}
img border none,
button,
input,
select,
textarea {
  font-family: "MyFont";
  outline: none;
}
h2 {
  color: #0a0f16;
  text-align: center;
  font-size: 34px;
  margin: 0 0 35px;
}
h5.title {
  font-size: 50px;
  font-weight: normal;
  text-align: center;
  margin: 60px 0 50px;
  line-height: 46px;
}
.b {
  display: block;
  position: relative;
  width: 100%;
  float: left;
  overflow: hidden;
  min-width: 1000px;
}
.d {
  width: 1000px;
  margin: 0px auto;
}
.both {
  clear: both;
}
.tac {
  text-align: center;
}
.res {
  display: none;
}
@font-face {
  font-family: 'MyFont';
  font-weight: 100;
  font-style: normal;
  src: url("fonts/dinpro-light.otf");
}
@font-face {
  font-family: 'MyFont';
  font-weight: bold;
  font-style: normal;
  src: url("fonts/dinpro-bold.otf");
}
@font-face {
  font-family: 'MyFont';
  font-weight: normal;
  font-style: normal;
  src: url("fonts/dinpro-medium.ttf");
}
@font-face {
  font-family: 'Bebas';
  font-weight: bold;
  font-style: normal;
  src: url("fonts/bebasneue-bold.otf");
}
@font-face {
  font-family: 'Roboto';
  font-weight: 100;
  font-style: normal;
  src: url("fonts/robotocondensed-light.ttf");
}
@font-face {
  font-family: 'Roboto';
  font-weight: bold;
  font-style: normal;
  src: url("fonts/roboto-bold.ttf");
}
@font-face {
  font-family: 'Roboto';
  font-weight: normal;
  font-style: normal;
  src: url("fonts/roboto-medium.ttf");
}
#background {
  position: fixed;
  width: 100%;
  height: 100%;
  background: rgba(31,31,31,0.8);
  display: none;
  opacity: 0;
  z-index: 500;
  top: 0px;
  overflow: auto;
}
#back {
  position: relative;
  width: 100%;
  height: 100%;
}
.window_border {
  position: absolute;
  left: 50%;
  width: 700px;
  border: 1px solid #414141;
  z-index: 100;
  background: #fff url("../pics/back/window.jpg") center bottom no-repeat;
}
.window_inner {
  font-size: 15px;
  line-height: 16px;
  padding: 20px 20px 20px;
}
.window_inner h3 {
  font-size: 31px;
  width: 100%;
  text-align: center;
  margin: 0 0 0px;
  font-weight: normal;
  line-height: 32px;
}
.window_inner .pcall {
  font-size: 23px;
  text-align: center;
  margin: 30px 0;
}
.window_inner label {
  display: block;
  width: 100%;
  font-size: 18px;
  text-transform: uppercase;
  line-height: 50px;
}
.window_inner input[type=submit] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background: #ffe13e;
  height: 40px;
  font-size: 19px;
  padding: 0 20px;
  text-transform: lowercase;
  border: none;
  padding-bottom: 4px;
  font-family: Roboto;
  cursor: pointer;
  border-radius: 4px;
}
.window_inner textarea {
  padding-top: 14px;
  height: 171px;
}
.window_inner form.center {
  width: 260px;
  margin: 0 auto;
  text-align: center;
}
.window_inner form.right {
  width: 300px;
  float: right;
  margin-right: 0px;
}
.window_inner .res {
  text-align: center;
  font-size: 26px;
  width: 100% !important;
}
.window_inner .res h4 {
  margin: 0;
  line-height: 29px;
}
#back {
  position: relative;
  width: 100%;
  height: 100%;
}
#call_recall {
  margin-top: 10px;
}
.close {
  float: right;
  top: 0px;
  right: 0px;
  padding: 0px;
  width: 40px;
  height: 40px;
  text-align: center;
  text-indent: 0px;
  font-weight: bolder;
  border: none;
  background: transparent;
  cursor: pointer;
}
.button.close hover {
  background: #d54141;
}
#thx {
  background: url("../pics/back/wind.jpg");
  height: 247px;
}
#thx h4 {
  text-align: center;
  font-size: 41px;
  margin: 60PX 0 30PX;
}
#thx h5 {
  text-align: center;
  font-size: 36px;
  margin-top: 50px;
  font-weight: normal;
  line-height: 40px;
}
.menu {
  height: 70px;
  line-height: 70px;
  background: #1c1d1f;
}
.menu .d {
  text-align: center;
}
.menu a {
  display: inline-block;
  color: #fff;
  margin: 0 9px;
  text-decoration: none;
  font-size: 20px;
  text-transform: uppercase;
  transition-property: color;
  transition-duration: 0.116666666666667s;
  -webkit-transition-property: color;
  -webkit-transition-duration: 0.116666666666667s;
  -moz-transition-property: color;
  -moz-transition-duration: 0.116666666666667s;
  -o-transition-property: color;
  -o-transition-duration: 0.116666666666667s;
}
.menu a:hover {
  color: #ffe13e;
}
#b_head #d_top {
  padding: 10px;
}
#b_head #d_top #logo {
  float: left;
  width: 350px;
}
#b_head #d_top #logo img {
  float: left;
}
#b_head #d_top #logo div {
  margin-left: 115px;
  width: 200px;
}
#b_head #d_top #logo #d1 {
  font-weight: bold;
  font-size: 42px;
  color: #0a0f16;
  margin-top: 8px;
  margin-bottom: 3px;
}
#b_head #d_top #logo #d2 {
  background: #0a0f16;
  color: #fff;
  text-align: center;
  font-size: 16px;
  line-height: 25px;
  padding-bottom: 2px;
}
#b_head #d_top #pred {
  float: left;
  margin-top: 31px;
}
#b_head #d_top #tphone {
  font-family: 'Roboto';
  float: right;
  margin-top: 10px;
}
#b_head #d_top #tphone div {
  padding-left: 40px;
}
#b_head #d_top #tphone .p {
  font-weight: bold;
  font-size: 26px;
  line-height: 28px;
  background-position: left center;
  background-repeat: no-repeat;
}
#b_head #d_top #tphone .p.ph {
  background-image: url("../pics/icons/phone.png");
}
#b_head #d_top #tphone .p.em {
  background-image: url("../pics/icons/email.png");
}
#b_head #d_top #tphone .p.em a {
  color: #000;
  text-decoration: none;
}
#b_head #d_top #tphone .f {
  color: #818181;
  font-size: 14px;
}
#b_head {
  background: url("../pics/back/head.jpg") center bottom no-repeat;
  height: 840px;
}
#b_head #d_head {
  position: relative;
}
#b_head #d_head h1 {
  position: absolute;
  margin: 0;
  top: 20px;
  left: 120px;
  text-align: center;
}
#b_head #d_head h1 span {
  background: rgba(255,219,23,0.9);
  padding: 4px 13px 0px;
  color: #000;
  font-size: 47px;
  line-height: 60px;
  font-family: Bebas;
}
#b_head #d_head h2 {
  position: absolute;
  top: 160px;
  color: rgba(255,219,23,0.9);
  text-align: center;
  margin: 0;
  font-family: Roboto;
  font-weight: 100;
  line-height: 46px;
  left: 120px;
  width: 760px;
}
#b_head #d_head h2 span {
  background: rgba(28,29,31,0.9);
  font-size: 32px;
  padding: 0px 15px 4px;
}
#b_head #d_head #descr {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: absolute;
  padding: 20px 15px 15px;
  background: #c22c2b;
  width: 400px;
  height: 160px;
  color: #fff;
  top: 320px;
  left: 150px;
  text-align: center;
}
#b_head #d_head #descr #d1 {
  font-size: 35px;
  font-family: Bebas;
}
#b_head #d_head #descr #d2 {
  font-family: Roboto;
  font-weight: 100;
  font-size: 23px;
}
#b_head #d_head #descr #d3 {
  font-family: Roboto;
  font-weight: 100;
  margin-top: 6px;
}
#b_head #d_head #descr #d3 span,
#b_head #d_head #descr #d3 .y {
  font-family: Bebas;
  font-size: 36px;
  margin-right: 6px;
}
#b_head #d_head #descr #d3 .y {
  color: #000;
  padding: 1px 5px;
  background: #ffdb17;
}
#b_head #d_head #descr #d3 .ml {
  margin-left: 10px;
}
#b_head #d_head #tb {
  position: absolute;
  background: url("../pics/icons/timer.png") center 7px no-repeat;
  top: 500px;
  left: 150px;
  width: 280px;
  text-align: center;
  padding: 0px 30px 20px;
}
#b_head #d_head #tb p {
  margin: 0;
  color: #fff;
  font-size: 22px;
  font-weight: 100;
  margin-bottom: 9px;
  font-family: Roboto;
}
#b_head #d_head #tb .n,
#b_head #d_head #tb .s {
  float: left;
  font-size: 40px;
}
#b_head #d_head #tb .n {
  width: 50px;
  height: 60px;
  border-radius: 6px;
  line-height: 60px;
  background: #fff;
}
#b_head #d_head #tb .s {
  width: 25px;
  color: #ffe13e;
  height: 60px;
  line-height: 50px;
}
#b_head #d_head #tb img {
  position: absolute;
  bottom: 30px;
  right: -90px;
}
#b_head #d_head #tform {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 260px;
  height: 315px;
  position: absolute;
  right: 150px;
  top: 320px;
}
#b_head #d_head #tform input[type=text] {
  border: none;
  height: 44px;
}
#b_head #d_head #tform .sec {
  color: #fff;
  margin-bottom: 18px;
  margin-top: 0px;
}
#b_head #d_head #tform input[type=submit] {
  color: #000;
  background: -webkit-linear-gradient(0deg, #feb01e, #ffe13e);
  background: -o-linear-gradient(0deg, #feb01e, #ffe13e);
  background: -moz-linear-gradient(0deg, #feb01e, #ffe13e);
  background: linear-gradient(0deg, #feb01e, #ffe13e);
  font-weight: bold;
  font-size: 38px;
  margin: 0%;
  padding: 0;
  height: 62px;
  cursor: pointer;
  width: 100%;
  border-radius: 8px;
  border: none;
  text-transform: uppercase;
  box-shadow: 4px 4px #96810e;
  font-family: Bebas;
}
#b_head #d_head #tform input[type=submit]:hover {
  color: #fff;
  box-shadow: 4px 4px #960001;
  background: -webkit-linear-gradient(0deg, #c20000, #f00);
  background: -o-linear-gradient(0deg, #c20000, #f00);
  background: -moz-linear-gradient(0deg, #c20000, #f00);
  background: linear-gradient(0deg, #c20000, #f00);
}
input[type=text] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border: 4px solid #ffe13e;
  height: 42px;
  padding: 0 0 0 40px;
  margin: 0 0 13px;
  background-position: 11px center;
  background-repeat: no-repeat;
  width: 100%;
  font-size: 15px;
  font-family: Roboto;
}
input[name=name] {
  background-image: url("../pics/icons/h1.png");
}
input[name=phone] {
  background-image: url("../pics/icons/h2.png");
}
input[name=email] {
  background-image: url("../pics/icons/h3.png");
}
p.sec {
  margin: 0 0 10px;
  color: #7e7e7e;
  font-size: 13px;
  text-align: center;
  font-family: Roboto;
}
#b_catalog {
  background: url("../pics/back/catalog.jpg") center bottom no-repeat;
  min-height: 642px;
  padding-bottom: 20px;
}
#b_catalog #d_catalog {
  padding: 80px 0 0;
}
#b_catalog #d_catalog #cat {
  margin-top: 24px;
}
#b_catalog #d_catalog #cat #left {
  float: left;
  width: 322px;
}
#b_catalog #d_catalog #cat #left button {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  width: 100%;
  border: 2px solid rgba(255,219,23,0.9);
  color: #000;
  background: #fff;
  height: 49px;
  font-family: Roboto;
  cursor: pointer;
  margin-bottom: 10px;
  font-size: 17px;
  text-transform: uppercase;
  transition-property: background, color;
  transition-duration: 0.116666666666667s;
  -webkit-transition-property: background, color;
  -webkit-transition-duration: 0.116666666666667s;
  -moz-transition-property: background, color;
  -moz-transition-duration: 0.116666666666667s;
  -o-transition-property: background, color;
  -o-transition-duration: 0.116666666666667s;
}
#b_catalog #d_catalog #cat #left button:hover,
#b_catalog #d_catalog #cat #left button.selected {
  background: rgba(255,219,23,0.9);
}
#b_catalog #d_catalog #cat #right {
  border-top: 1px solid #e4e4e4;
  border-bottom: 1px solid #e4e4e4;
  padding-bottom: 15px;
  width: 634px;
  float: right;
}
#b_catalog #d_catalog #cat #right table {
  width: 265px;
  width: 605px;
  float: left;
  margin: 15px 22px 0;
  border-spacing: 0;
}
#b_catalog #d_catalog #cat #right table tr td {
  font-family: Roboto;
  border-bottom: 1px solid #e4e4e4;
  font-size: 17px;
  line-height: 45px;
}
#b_catalog #d_catalog #cat #right table tr td:first-child {
  text-align: left;
}
#b_catalog #d_catalog #cat #right table tr td:last-child {
  text-align: right;
}
#b_catalog #d_catalog #cat #right table tr td button {
  border: 2px solid rgba(255,219,23,0.9);
  border-radius: 6px;
  height: 30px;
  background: transparent;
  cursor: pointer;
  padding: 0 15px;
  font-size: 14px;
  padding-bottom: 2px;
  transition-property: background, color;
  transition-duration: 0.116666666666667s;
  -webkit-transition-property: background, color;
  -webkit-transition-duration: 0.116666666666667s;
  -moz-transition-property: background, color;
  -moz-transition-duration: 0.116666666666667s;
  -o-transition-property: background, color;
  -o-transition-duration: 0.116666666666667s;
}
#b_catalog #d_catalog #cat #right table tr td button:hover,
#b_catalog #d_catalog #cat #right table tr td button.selected {
  background: rgba(255,219,23,0.9);
}
#b_map #d_map {
  padding-top: 80px;
}
#b_map2 {
  height: 565px;
  overflow: visible;
}
#b_map2 #yamap {
  height: 565px;
}
#b_map2 #yamap > ymaps {
  width: 100% !important;
}
#b_map2 #d_map2 {
  overflow: visible;
  position: relative;
}
#b_map2 #d_map2 .point {
  position: absolute;
}
#b_map2 #d_map2 .point .img {
  width: 30px;
  height: 40px;
  background: url("../pics/map/point.png") center center no-repeat;
}
#b_map2 #d_map2 .point:hover .img {
  background-image: url("../pics/map/point1.png");
}
#b_map2 #d_map2 .point:hover .hover {
  display: block;
}
#b_map2 #d_map2 .point .hover {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: absolute;
  display: none;
  background: #fff;
  padding: 10px;
  min-height: 200px;
  min-width: 250px;
  top: -120px;
  left: 70px;
  border-radius: 6px;
  z-index: 100;
}
#b_map2 #d_map2 .point .hover .arr {
  position: absolute;
  left: -42px;
  top: 140px;
}
#b_map2 #d_map2 .point .hover .arr2 {
  position: absolute;
  right: -42px;
  top: 140px;
  display: none;
}
#b_map2 #d_map2 .point.p2 .hover {
  left: initial;
  right: 70px;
}
#b_map2 #d_map2 .point.p2 .arr {
  display: none;
}
#b_map2 #d_map2 .point.p2 .arr2 {
  display: block;
}
.ymaps-layers-pane {
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: grayscale(100%);
  filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale"); /* Firefox 3.5+ */
  filter: #808080;
}
#b_reviews {
  background: #f8f8f8;
}
#b_reviews #d_reviews {
  padding: 80px 0 100px;
}
#b_reviews #d_reviews #revs {
  width: 100%;
  float: left;
}
#b_reviews #d_reviews #revs .img {
  width: 60px;
  height: 54px;
  background-position: center center;
  background-repeat: no-repeat;
  float: left;
  opacity: 0.35;
}
#b_reviews #d_reviews #revs .t {
  float: left;
  height: 54px;
  color: #7c7c7c;
  width: 163px;
  vertical-align: middle;
  line-height: 54px;
}
#b_reviews #d_reviews #revs .t .te {
  display: inline-block;
  line-height: 1.2;
  font-size: 13px;
  font-family: Roboto;
  padding-top: 12px;
}
#b_reviews #d_reviews #revs .rev {
  float: left;
  width: 229px;
  border: 3px solid #e4e4e4;
  transition-property: border, background;
  transition-duration: 0.116666666666667s;
  -webkit-transition-property: border, background;
  -webkit-transition-duration: 0.116666666666667s;
  -moz-transition-property: border, background;
  -moz-transition-duration: 0.116666666666667s;
  -o-transition-property: border, background;
  -o-transition-duration: 0.116666666666667s;
  margin-right: 28px;
  margin-bottom: 11px;
  height: 60px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#b_reviews #d_reviews #revs .rev:nth-child(4n) {
  margin-right: 0;
}
#b_reviews #d_reviews #slider {
  position: relative;
  overflow: hidden;
}
#b_reviews #d_reviews #slider #scont {
  height: 302px;
}
#b_reviews #d_reviews #slider .slide {
  float: left;
  width: 250px;
  position: relative;
}
#b_reviews #d_reviews #slider .slide:nth-child(5n) .img,
#b_reviews #d_reviews #slider .slide:nth-child(1) .img {
  margin-left: 0;
}
#b_reviews #d_reviews #slider .slide:nth-child(4n) .img {
  margin-right: 0;
}
#b_reviews #d_reviews #slider .slide:hover .img .hover {
  width: 100%;
  height: 100%;
}
#b_reviews #d_reviews #slider .slide .img {
  display: block;
  width: 220px;
  margin: 0 auto;
  border: 1px solid #ddd;
  position: relative;
}
#b_reviews #d_reviews #slider .slide .img img {
  float: left;
}
#b_reviews #d_reviews #slider .slide .img .hover {
  position: absolute;
  top: 0;
  left: 0;
  width: 0%;
  height: 0%;
  transition-property: width, height;
  transition-duration: 0.116666666666667s;
  -webkit-transition-property: width, height;
  -webkit-transition-duration: 0.116666666666667s;
  -moz-transition-property: width, height;
  -moz-transition-duration: 0.116666666666667s;
  -o-transition-property: width, height;
  -o-transition-duration: 0.116666666666667s;
  background: rgba(0,0,0,0.2) url("../pics/icons/zoom.png") center center no-repeat;
}
#b_reviews #d_reviews #snav {
  text-align: center;
  padding: 20px 0 0;
  display: none;
}
#b_reviews #d_reviews #snav .sbutts {
  padding: 0 25px;
}
#b_reviews #d_reviews #snav .sbutts button {
  width: 20px;
  height: 20px;
  background: #ebebeb;
  border-radius: 20px;
  border: none;
  cursor: pointer;
  margin: 0 3px;
  position: relative;
  top: -7px;
}
#b_reviews #d_reviews #snav .sbutts button:hover,
#b_reviews #d_reviews #snav .sbutts button.selected {
  background: #ffe13e;
}
#b_reviews #d_reviews #snav .arrow {
  background: #ffe13e;
  width: 35px;
  height: 35px;
  background-position: center center;
  background-repeat: no-repeat;
  cursor: pointer;
  border: none;
}
#b_reviews #d_reviews #snav .arrow#left {
  background-image: url("../pics/icons/left.png");
}
#b_reviews #d_reviews #snav .arrow#left:hover {
  background-color: #1c1d1f;
  background-image: url("../pics/icons/hleft.png");
}
#b_reviews #d_reviews #snav .arrow#right {
  background-image: url("../pics/icons/right.png");
}
#b_reviews #d_reviews #snav .arrow#right:hover {
  background-color: #1c1d1f;
  background-image: url("../pics/icons/hright.png");
}
#b_howbuy {
  background: #f7f7f7;
}
#b_howbuy #d_howbuy {
  padding: 80px 0 100px;
}
#b_howbuy #d_howbuy table {
  width: 100%;
  border-collapse: collapse;
  border-width: 0;
}
#b_howbuy #d_howbuy table td {
  padding-bottom: 20px;
  font-family: Roboto;
  font-weight: 100;
  font-size: 18px;
  text-transform: uppercase;
}
#b_howbuy #d_howbuy table td.arr {
  padding-right: 35px;
}
#b_howbuy #d_howbuy table td.ic {
  padding-right: 15px;
}
#b_howbuy #d_howbuy table td.ftd img {
  margin-top: 10px;
}
#b_howbuy #d_howbuy table td.ftd div {
  float: left;
  width: 160px;
}
#b_howbuy #d_howbuy table td a {
  color: #000;
  text-decoration: none;
  font-weight: bold;
  text-transform: lowercase;
}
#b_howbuy #d_howbuy table td.num {
  padding-right: 25px;
}
#b_howbuy #d_howbuy table td.num div {
  width: 70px;
  height: 70px;
  line-height: 70px;
  text-align: center;
  color: #fff;
  font-size: 45px;
  background: #1c1d1f;
  border-radius: 60px;
}
#b_howbuy #d_howbuy table td button {
  background: #ffe13e;
  border: 2px solid #ffe13e;
  height: 50px;
  border-radius: 6px;
  text-align: center;
  padding: 4px 16px 0px;
  margin: 0 18px;
  font-size: 24px;
  cursor: pointer;
  position: relative;
  top: -11px;
  padding-bottom: 3px;
  transition-property: background;
  transition-duration: 0.116666666666667s;
  -webkit-transition-property: background;
  -webkit-transition-duration: 0.116666666666667s;
  -moz-transition-property: background;
  -moz-transition-duration: 0.116666666666667s;
  -o-transition-property: background;
  -o-transition-duration: 0.116666666666667s;
  font-family: Bebas;
  text-transform: uppercase;
}
#b_howbuy #d_howbuy table td button:hover {
  background: #fff;
}
#b_map2 {
  overflow: hidden;
  height: 450px;
  position: relative;
}
#b_map2 #map {
  height: 450px;
  width: 100%;
}
#b_map2 #contact {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding-top: 5px;
  background: url("../pics/icons/farrow.png");
  position: absolute;
  top: 0;
  width: 200px;
  height: 181px;
  left: 50%;
  margin-left: -100px;
  color: #000;
  text-align: center;
  font-size: 14px;
  line-height: 16px;
}
#b_map2 #contact a {
  color: #000;
}
#b_footer {
  height: 285px;
  background: url("../pics/back/footer.jpg") center center;
  color: #fff;
}
#b_footer #d_footer {
  padding-top: 80px;
}
#b_footer #d_footer #flogo {
  float: left;
  width: 290px;
}
#b_footer #d_footer #flogo img {
  float: left;
}
#b_footer #d_footer #flogo div {
  padding-left: 95px;
  padding-top: 20px;
}
#b_footer #d_footer #faddr {
  float: left;
  font-size: 14px;
  margin-left: 38px;
  margin-top: 19px;
  font-family: 'Roboto';
}
#b_footer #d_footer #faddr .adr {
  padding-left: 34px;
  font-size: 15px;
  background-repeat: no-repeat;
  margin: 5px 0;
}
#b_footer #d_footer #faddr .adr.point {
  background-position: 3px 5px;
  background-image: url("../pics/icons/point.png");
}
#b_footer #d_footer #faddr .adr.em {
  background-position: left 5px;
  background-image: url("../pics/icons/emw.png");
  font-weight: bold;
}
#b_footer #d_footer #faddr .adr.em a {
  color: #fff;
  text-decoration: none;
}
#b_footer #d_footer #fphone {
  float: right;
  margin-top: 20px;
  font-family: Roboto;
}
#b_footer #d_footer #fphone div {
  padding-left: 40px;
}
#b_footer #d_footer #fphone .free {
  color: #b3b3b3;
  font-size: 14px;
}
#b_footer #d_footer #fphone .p {
  font-size: 29px;
  font-weight: bold;
  line-height: 30px;
  background-position: left center;
  background-repeat: no-repeat;
}
#b_footer #d_footer #fphone .p.ph {
  background-image: url("../pics/icons/phw.png");
}
#b_footer #d_footer #fphone button {
  color: #ffe13e;
  padding: 0;
  margin: 10px 0 0;
  margin-left: 40px;
  font-size: 18px;
  background: transparent;
  border: none;
  border-bottom: 1px dashed;
  cursor: pointer;
}
#b_footer #d_footer #fphone button:hover {
  border-bottom: 1px solid;
}
#b_fixed {
  position: fixed;
  top: -70px;
  transition-property: top;
  transition-duration: 0.116666666666667s;
  -webkit-transition-property: top;
  -webkit-transition-duration: 0.116666666666667s;
  -moz-transition-property: top;
  -moz-transition-duration: 0.116666666666667s;
  -o-transition-property: top;
  -o-transition-duration: 0.116666666666667s;
}
#b_fixed.show {
  top: 0;
}
#b_fixed a {
  font-size: 17px;
  margin: 0 5px;
}
#b_fixed button {
  background: none;
  cursor: pointer;
  padding: 0 8px;
  height: 32px;
  font-family: Roboto;
}
#b_fixed button.y1 {
  color: #000;
  font-size: 14px;
  background: #ffe13e;
  border-radius: 6px;
  border: 1px solid #ffe13e;
}
#b_fixed button.y1:hover {
  background: #000;
  color: #ffe13e;
}
#b_fixed button.y2 {
  border: none;
  color: #ffe13e;
}
#b_fixed button.y2 span {
  border-bottom: 1px dotted #ffe13e;
}
#b_fixed button.y2:hover span {
  color: #fff;
  border-bottom: 1px dotted #fff;
}
#b_proofs {
  padding-top: 60px;
}
#b_proofs #d_proofs table {
  width: 100%;
  border-collapse: collapse;
  border: none;
}
#b_proofs #d_proofs table tr:nth-child(2) td {
  height: 90px;
}
#b_proofs #d_proofs table td {
  font-family: Roboto;
  color: #3f3f3f;
  width: 25%;
  vertical-align: top;
  font-size: 16px;
  text-align: center;
}
