@charset "UTF-8";
@font-face {
  font-family: 'fr';
  src: url("fonts/Geometria.eot");
  src: local("☺"), url("fonts/Geometria.woff") format("woff"), url("fonts/Geometria.ttf") format("truetype"), url("fonts/Geometria.svg") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'fb';
  src: url("fonts/Geometria-Bold.eot");
  src: local("☺"), url("fonts/Geometria-Bold.woff") format("woff"), url("fonts/Geometria-Bold.ttf") format("truetype"), url("fonts/Geometria-Bold.svg") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'feb';
  src: url("fonts/Geometria-ExtaBlack.eot");
  src: local("☺"), url("fonts/Geometria-ExtaBlack.woff") format("woff"), url("fonts/Geometria-ExtaBlack.ttf") format("truetype"), url("fonts/Geometria-ExtaBlack.svg") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'fl';
  src: url("fonts/Geometria-Light.eot");
  src: local("☺"), url("fonts/Geometria-Light.woff") format("woff"), url("fonts/Geometria-Light.ttf") format("truetype"), url("fonts/Geometria-Light.svg") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'fm';
  src: url("fonts/Geometria-Medium.eot");
  src: local("☺"), url("fonts/Geometria-Medium.woff") format("woff"), url("fonts/Geometria-Medium.ttf") format("truetype"), url("fonts/Geometria-Medium.svg") format("svg");
  font-weight: normal;
  font-style: normal; }

body, div, p, h1, h2, h3, h4, h5, ul, li, a, form {
  margin: 0;
  padding: 0;
  border: 0;
  text-decoration: none;
  line-height: 1; }

* {
  margin: 0;
  padding: 0; }

img {
  max-width: 100%; }

body {
  font-family: 'fr', sans-serif; }

.m8 {
  display: none; }

button {
  cursor: pointer; }

button, input, textarea {
  outline: none !important; }

input[type=text]:focus, input[type=file]:focus, input[type=checkbox]:focus, input[type=radio]:focus, input:active {
  outline: none !important; }

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

::-moz-placeholder {
  color: #222; }

/* Firefox 19+ */
:-moz-placeholder {
  color: #222; }

/* Firefox 18- */
:-ms-input-placeholder {
  color: #222; }

* {
  outline: transparent !important;
  outline: none !important; }

a {
  text-decoration: none !important;
  color: inherit; }

a:hover {
  text-decoration: none;
  color: inherit; }

button {
  height: 44px;
  color: #ffffff;
  padding: 0 18px;
  border-radius: 4px;
  border: none;
  background: #f44337;
  font-size: 17px;
  font-family: 'fb', sans-serif; }

.mob992 {
  display: none; }

.h1 {
  position: relative;
  font-family: 'fb', sans-serif;
  font-size: 21px; }

.h1:before {
  position: absolute;
  content: "";
  z-index: 1;
  width: 15px;
  height: 3px;
  top: -15px;
  left: 1px;
  background: #4d76a1; }

.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

/*.header*/
.header {
  background: #000000; }

.header .top-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 12px 15px; }

.header .top-menu .mob, .header .top-menu .tabel {
  display: none; }

.header .top-menu > div {
  margin: auto 0; }

.header .top-menu > div.logo {
  -ms-flex-preferred-size: 220px;
  flex-basis: 220px; }

.header .top-menu > div.topinfo {
  -ms-flex-preferred-size: 260px;
  flex-basis: 280px;
  text-align: right; }

.header .top-menu > div.topinfo a {
  display: block;
  color: #ffffff;
  font-family: 'fb', sans-serif;
  margin-bottom: 4px; }

.header .top-menu > div.topinfo span {
  font-size: 14px;
  font-size: 13.5px;
  color: #1fe5f5;
  border-bottom: 1px dotted #1fe5f5;
  padding-bottom: 3px;
  display: inline-block;
  cursor: pointer; }

.header .top-menu > div.navigate {
  -ms-flex-preferred-size: 690px;
  flex-basis: 670px;
  text-align: right; }

.header .top-menu > div.navigate ul li {
  display: inline-block;
  margin-right: 20px; }

.header .top-menu > div.navigate ul li a {
  color: #a3a3a3;
  font-size: 14px;
  -webkit-transition: color .3s;
  transition: color .3s; }

.header .top-menu > div.navigate ul li a:hover, .header .top-menu > div.navigate ul li a.active {
  color: #bfbfbf; }

/*.main*/
.main {
  background: #000000 url("../images/main.png") repeat-x left bottom;
  padding-top: 18px;
  border-top: 1px solid #353535;
  padding-bottom: 30px; }

.main h1 {
  text-align: center;
  font-family: 'feb', sans-serif;
  color: #ffffff;
  font-size: 34px;
  margin-bottom: 20px; }

.main .akcia {
  text-align: center;
  margin-bottom: 25px;
  position: relative; }

.main .akcia:before {
  content: "";
  position: absolute;
  z-index: 1;
  left: 50%;
  bottom: -35px;
  background: url("../images/akciabef.png") no-repeat;
  width: 275px;
  height: 98px;
  margin-left: -130px; }

.main .akcia span {
  display: inline-block;
  background: url("../images/akcia.png") no-repeat center center;
  width: 200px;
  height: 38px;
  line-height: 34px;
  font-family: 'fm', sans-serif;
  font-size: 25px;
  color: #ffffff;
  text-shadow: 1px 1px 2px #00a5b3;
  position: relative;
  z-index: 2; }

.main .main-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  padding-left: 110px;
  padding-right: 110px; }

.main .main-content > div {
  text-align: center; }

.main .main-content > div .title {
  font-size: 24px;
  margin-bottom: 8px;
  font-family: 'fb', sans-serif;
  color: #ffffff; }

.main .main-content > div .text {
  height: 34px;
  line-height: 34px;
  color: #ffffff;
  margin-bottom: 15px; }

.main .main-content > div .text span {
  font-size: 17px;
  font-family: 'fb', sans-serif;
  display: inline-block;
  height: 34px;
  line-height: 34px;
  margin-left: 22px;
  position: relative;
  background: #ff2a22;
  padding: 0 15px 0 5px; }

.main .main-content > div .text span .fa {
  font-size: 14px; }

.main .main-content > div .text span:before {
  position: absolute;
  content: "";
  background: url("../images/mbef.png") no-repeat left center;
  width: 22px;
  height: 34px;
  left: -22px;
  z-index: 1;
  background-size: auto 100%;
  top: 0; }

/*.banners*/
.banners {
  background: #f7f7f7;
  padding: 36px 0 26px;
  border-bottom: 1px solid #f4f4f4; }

.banners .bannersunits {
  padding: 0 10px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
  justify-content: space-around; }

.banners .bannersunits .bannersundouble.bannersundouble1 {
  -ms-flex-preferred-size: 50%;
  flex-basis: 50%; }

.banners .bannersunits .bannersundouble.bannersundouble1 .title {
  color: #5c0909;
  font-size: 29px;
  font-family: 'fb', sans-serif;
  margin-bottom: 30px;
  text-align: left;
  margin-top: 0;
  padding-top: 0; }

.banners .bannersunits .bannersundouble.bannersundouble1 .title span {
  font-family: 'fl'; }

.banners .bannersunits .bannersundouble.bannersundouble1 .bannersuncontent {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  bottom: 0;
  padding: 30px 38px; }

.banners .bannersunits .bannersundouble.bannersundouble1 img {
  width: 100%; }

.banners .bannersunits .bannersundouble .bannersuncontent-val .ltitle {
  font-size: 19px;
  color: #ffffff;
  font-family: 'fb', sans-serif;
  margin-bottom: 6px; }

.banners .bannersunits .bannersundouble .bannersuncontent-val .text {
  font-family: 'fm', sans-serif;
  color: #fffd67;
  margin-bottom: 20px;
  margin-top: 0;
  text-align: left;
  height: auto; }

.banners .bannersunits .bannersundouble .bannersuncontent-val .text i {
  font-size: 15px; }

.banners .bannersunits .bannersundouble .bannersuncontent-val button {
  font-size: 17px;
  font-family: 'fb', sans-serif;
  color: #ffffff;
  height: 40px;
  padding: 0 30px;
  background: #f44337;
  border: none;
  border-radius: 3px;
  margin-top: 8px;
  -webkit-transition: 0.3s;
  transition: 0.3s; }

.banners .bannersunits .bannersundouble .bannersuncontent-val button:hover {
  background: #e5392d; }

.banners .bannersunits .bannersun {
  position: relative;
  padding-left: 8px;
  padding-right: 8px;
  padding-bottom: 16px;
  width: 25%; }

.banners .bannersunits .bannersun .bannersunwr {
  background: #ffffff;
  height: 100%; }

.banners .bannersunits .bannersun .title {
  text-align: center;
  font-size: 20px;
  color: #d62626;
  padding-top: 30px;
  margin-bottom: 11px; }

.banners .bannersunits .bannersun .text {
  text-align: center;
  font-size: 17px;
  font-family: 'fb', sans-serif;
  height: 52px; }

.banners .bannersunits .bannersun .text i {
  font-size: 15px; }

.banners .bannersunits .bannersun .text span {
  font-family: 'fr', sans-serif;
  color: #888888;
  font-size: 16px;
  line-height: 1.3; }

.banners .bannersunits .bannersun .bannersun-img {
  height: 285px;
  line-height: 285px;
  padding-left: 25px;
  padding-right: 25px;
  vertical-align: middle;
  text-align: center; }

.banners .bannersunits .bannersun .bannersun-img img {
  max-width: 100%; }

.banners .bannersunits.bannersunits2 .bannersundouble.bannersundouble1 .title {
  color: #ffffff;
  margin-bottom: 24px; }

.banners .bannersunits.bannersunits2 .bannersundouble.bannersundouble1 .info {
  font-size: 16px;
  font-weight: 300;
  color: #a8a8ab;
  line-height: 1.6;
  margin-bottom: 28px; }

.banners .bannersunits.bannersunits2 .bannersundouble.bannersundouble1 .text {
  color: #ffffff; }

.banners .bannersunits.bannersunits2 .bannersundouble.bannersundouble1 button {
  margin-top: 44px;
  background: #f44337; }

.banners .bannersunits.bannersunits2 .bannersundouble.bannersundouble1 button:hover {
  background: #e5392d; }

/*.mainbreak*/
.mainbreak {
  background: #f7f7f7; }

.mainbreak .mainbreak-flex {
  padding: 0 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

.mainbreak .mainbreak-flex > div {
  width: 50%; }

.mainbreak .mainbreak-flex .mainbreak-l {
  text-align: right; }

.mainbreak .mainbreak-flex .mainbreak-r {
  padding-left: 28px;
  padding-top: 38px; }

.mainbreak .mainbreak-flex .mainbreak-r .title {
  font-size: 30px;
  font-family: 'fb', sans-serif;
  margin-bottom: 16px; }

.mainbreak .mainbreak-flex .mainbreak-r .title span {
  display: block;
  font-size: 25px;
  font-family: 'fr', sans-serif;
  margin-top: 3px; }

.mainbreak .mainbreak-flex .mainbreak-r button {
  margin-bottom: 28px; }

.mainbreak .mainbreak-flex .mainbreak-r .text a {
  font-size: 13px;
  color: #000000;
  display: inline-block;
  position: relative;
  opacity: 0.6;
  margin-right: 24px; }

.mainbreak .mainbreak-flex .mainbreak-r .text a:before {
  content: "";
  position: absolute;
  top: 50%;
  margin-top: -2px;
  width: 3px;
  height: 3px;
  border-radius: 50%;
  background: #000000;
  right: -17px; }

.mainbreak .mainbreak-flex .mainbreak-r .text a:last-child:before {
  display: none; }

/*.goods1*/
.goods1 {
  padding-top: 30px; }

.goods1 .goods1-units-sale .unitimg, .goods1-units-sale .unitimg {
  position: relative; }

.goods1 .goods1-units-sale .unitimg:before, .goods1-units-sale .unitimg:before {
  position: absolute;
  content: "";
  z-index: 1;
  background: url("../images/unitimg.png") no-repeat;
  width: 45px;
  height: 15px;
  left: 15px;
  top: 18px; }

.goods1 .goods1-units {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 28px 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }

.goods1.ipads.ipadsall .goods1-units .unit {
  width: 27%; }

.goods1 .goods1-units .unit {
  text-align: center;
  width: 25%; }

.goods1 .goods1-units .unit .unitimg {
  height: 260px;
  line-height: 260px;
  vertical-align: middle; }

.goods1 .goods1-units .unit .unitimg img {
  max-width: 100%; }

.goods1 .goods1-units .unit .title {
  font-size: 15px;
  font-family: 'fb', sans-serif;
  color: #737373;
  padding: 10px 0; }

.goods1 .goods1-units .unit .text {
  font-size: 15px;
  font-family: 'fb', sans-serif;
  color: #000000;
  margin-bottom: 18px; }

.goods1 .goods1-units .unit .text span {
  color: #f36700;
  margin-right: 5px; }

.goods1 .goods1-units .unit .text del {
  font-size: 13px;
  font-family: 'fm', sans-serif;
  color: #a49293; }

.goods1 .goods1-units .unit .buy {
  height: 40px;
  background: #ffffff;
  color: #266abe;
  font-size: 15px;
  border: 2px solid #266abe;
  display: inline-block;
  line-height: 34px;
  padding: 0 30px;
  border-radius: 4px;
  font-family: 'fb', sans-serif;
  -webkit-transition: all .3s;
  transition: all .3s; }

.goods1 .goods1-units .unit .buy:hover {
  background: #266abe;
  color: #ffffff; }

/*.footcontact*/
.footcontact {
  padding-top: 50px;
  border-top: 1px solid #f6f7f7;
  margin-top: 20px;
  padding-bottom: 60px; }

.footcontact p {
  font-size: 15px;
  color: #3c3c3c; }

.footcontact p.h1 {
  font-size: 21px;
  margin-bottom: 0; }

.footcontact .footcontact-content {
  padding-right: 50px; }

.footcontact .footcontact-content .addr, .footcontact .footcontact-content .phone {
  padding-left: 31px;
  background: url("../images/fcaddr.png") no-repeat left top;
  line-height: 25px;
  margin-bottom: 15px; }

.footcontact .footcontact-content .addr {
  margin-top: 28px; }

.footcontact .footcontact-content .phone {
  background: url("../images/fcaddr.png") no-repeat left bottom;
  margin-bottom: 25px;
  font-size: 21px;
  font-family: 'fm'; }

.footcontact .flex {
  -webkit-box-pack: spice-around;
  -ms-flex-pack: spice-around;
  justify-content: spice-around; }

.footcontact .flex .flexel {
  -ms-flex-preferred-size: 50%;
  flex-basis: 50%;
  margin: auto 0; }

.footcontact .flex .flexel .title {
  font-family: 'fm', sans-serif;
  margin-bottom: 8px; }

.footcontact .flex .flexel p {
  margin-bottom: 8px; }

.footcontact .flex .flexel a {
  display: inline-block;
  height: 34px;
  line-height: 34px;
  color: #ffffff;
  font-family: 'fb', sans-serif;
  font-size: 13px;
  padding: 0 15px;
  background: #33d26b;
  border-radius: 17px;
  -webkit-transition: 0.3s;
  transition: 0.3s; }

.footcontact .flex .flexel a i {
  margin-right: 5px;
  font-size: 18px; }

.footcontact .flex .flexel a:hover {
  opacity: .8; }

.footcontact .footcontact-unit {
  border-top: 1px solid #f0f0f0;
  padding-top: 32px;
  margin-top: 32px; }

.footcontact .footcontact-unit .flex {
  -ms-flex-pack: distribute;
  -webkit-box-pack: justify;
  justify-content: space-between; }

.footcontact .footcontact-unit .flex .flexel2 {
  text-align: center;
  padding: 0 18px; }

.footcontact .footcontact-unit .flex .flexel2 img {
  margin-bottom: 12px; }

.footcontact .footcontact-unit .flex .flexel2 p {
  line-height: 1.2;
  font-size: 14px;
  color: #3c3c3c; }

.footcontact .map {
  height: 426px; }

/*Footer*/
.footer {
  background: url("../images/footer.png") no-repeat center top;
  padding-top: 50px;
  padding-bottom: 42px;
  background-size: cover; }

.footer .flinks {
  float: left;
  width: 200px; }

.footer .flinks .title {
  height: 43px;
  font-size: 18px;
  font-family: 'fb', sans-serif;
  color: #ffffff;
  opacity: .7; }

.footer .flinks a {
  display: block;
  font-size: 12px;
  color: #1ee4f4;
  -webkit-transition: color .3s;
  transition: color .3s;
  margin-bottom: 12px;
  float: left;
  clear: both; }

.footer .flinks a:hover {
  color: #1fadb8; }

.footer .flogoval {
  padding-top: 65px;
  float: right;
  text-align: right; }

.footer .flogoval .fsoc {
  color: #8a8a8a;
  margin-left: 6px; }

.footer .flogoval .flogo {
  margin-right: 15px; }

.footer .copyright {
  padding-top: 15px;
  font-size: 12px;
  color: #ffffff;
  opacity: .7;
  margin-bottom: 4px; }

.footer .finfo {
  font-size: 12px;
  color: #ffffff;
  opacity: .2; }

/*Catalog*/
.catalog {
  padding-top: 36px; }

.catalog .catalogwr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 60px; }

.catalog .catalogwr .sidebar {
  width: 210px;
  border-right: 1px solid #e5e5e5; }

.catalog .catalogwr .sidebar .title {
  font-family: 'fm';
  font-size: 20px;
  margin-bottom: 30px; }

.catalog .catalogwr .sidebar .catnav li {
  display: block;
  margin-bottom: 10px;
  height: 24px;
  line-height: 24px; }

.catalog .catalogwr .sidebar .catnav li.a1 {
  background: url("../images/ic1.png") no-repeat 3px center; }

.catalog .catalogwr .sidebar .catnav li.a2 {
  background: url("../images/ic2.png") no-repeat 5px center; }

.catalog .catalogwr .sidebar .catnav li.a3 {
  background: url("../images/ic3.png") no-repeat 1px center; }

.catalog .catalogwr .sidebar .catnav li.a4 {
  background: url("../images/ic4.png") no-repeat 4px center; }

.catalog .catalogwr .sidebar .catnav li.a5 {
  background: url("../images/ic5.png") no-repeat 1px center; }

.catalog .catalogwr .sidebar .catnav li.a6 {
  background: url("../images/ic6.png") no-repeat 6px center; }

.catalog .catalogwr .sidebar .catnav li.a7 {
  background: url("../images/ic7.png") no-repeat 4px center; }

.catalog .catalogwr .sidebar .catnav li a {
  font-size: 15px;
  color: #888888;
  padding-left: 34px;
  cursor: pointer; }

.catalog .catalogwr .sidebar .catnav li a:hover {
  color: #5f5c5c; }

.catalog .catalogwr .sidebar .catnav li.active.a1 {
  background: url("../images/ic1h.png") no-repeat 3px center; }

.catalog .catalogwr .sidebar .catnav li.active.a2 {
  background: url("../images/ic2h.png") no-repeat 5px center; }

.catalog .catalogwr .sidebar .catnav li.active.a3 {
  background: url("../images/ic3h.png") no-repeat 1px center; }

.catalog .catalogwr .sidebar .catnav li.active.a4 {
  background: url("../images/ic4h.png") no-repeat 4px center; }

.catalog .catalogwr .sidebar .catnav li.active.a5 {
  background: url("../images/ic5h.png") no-repeat 1px center; }

.catalog .catalogwr .sidebar .catnav li.active.a6 {
  background: url("../images/ic6h.png") no-repeat 6px center; }

.catalog .catalogwr .sidebar .catnav li.active.a7 {
  background: url("../images/ic7h.png") no-repeat 4px center; }

.catalog .catalogwr .sidebar .catnav li.active a {
  font-family: 'fb';
  color: #d5091d; }

.catalog .catvalue {
  padding-left: 35px;
  padding-right: 35px;
  width: 980px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

.catalog .catvalue .flexoffer-img {
  text-align: center;
  padding: 0 7px; }

.catalog .catvalue .slick-slider .slick-list {
  padding-top: 10px; }

.catalog .catvalue .slick-slide img {
  margin: 0 auto; }

.catalog .catvalue .flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }

.catalog .catvalue .h3 {
  margin-top: 0;
  font-family: 'feb';
  line-height: 1;
  font-size: 22px;
  margin-bottom: 25px;
  display: table; }

.catalog .catvalue .h3 > span {
  display: table-cell;
  vertical-align: middle; }

.catalog .catvalue .h3 > span img {
  margin-left: 15px; }

.catalog .catvalue .flexoffer {
  margin: 0 13px 45px;
  position: relative; }

.catalog .catvalue .flexoffer:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 84px;
  background: url("../images/offersh.png") no-repeat center center;
  background-size: 100% 100%;
  left: 0;
  bottom: -20px; }

.catalog .catvalue .flexoffer .flexofferwr {
  background: #ffffff;
  position: relative;
  z-index: 3;
  padding: 19px 12px;
  text-align: center;
  border-radius: 6px;
  border: 1px solid #cccccc;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  top: 0; }

.catalog .catvalue .flexoffer:hover .flexofferwr {
  top: -10px; }

.catalog .catvalue .flexoffer .title {
  font-size: 18px;
  font-family: 'fb';
  margin-bottom: 7px; }

.catalog .catvalue .flexoffer .text {
  font-size: 14px; }

.catalog .catvalue .flexoffer .text span {
  display: inline-block;
  padding: 0 11px 0 4px;
  height: 24px;
  line-height: 23px;
  color: #ffffff;
  font-family: 'fb';
  background: #ff2a22;
  position: relative;
  margin-left: 23px;
  margin-bottom: 20px;
  top: 1px; }

.catalog .catvalue .flexoffer .text span i {
  font-size: 12px; }

.catalog .catvalue .flexoffer .text span:before {
  content: "";
  position: absolute;
  background: url("../images/offerbef.png") no-repeat left center;
  width: 19px;
  height: 24px;
  left: -18px;
  top: 0; }

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

.catgoodswrap .unit {
  -ms-flex-preferred-size: 33.33%;
  flex-basis: 27%;
  position: relative;
  text-align: center;
  padding-bottom: 110px; }

.catgoodswrap .unit button {
  position: absolute;
  width: 122px;
  height: 40px;
  line-height: 36px;
  background: #ffffff;
  border-radius: 4px;
  font-size: 15px;
  font-family: 'fb';
  color: #266abe;
  border: 2px solid #266abe;
  bottom: 55px;
  left: 50%;
  margin-left: -61px;
  z-index: 1;
  -webkit-transition: .3s;
  transition: .3s;
  padding-top: 0;
  padding-bottom: 0; }

.catgoodswrap .unit button:hover {
  background: #266abe;
  color: #ffffff; }

.catgoodswrap .unit .untitle {
  font-size: 21px;
  font-family: 'fb';
  color: #3c3c3c;
  margin-bottom: 18px; }
.catgoodswrap .unit .untitle span {
  font-size: 18px;
  font-family: 'fr';
  color: #3c3c3c;}
.catgoodswrap .unit .unitimg {
  padding-bottom: 5px;
  margin-bottom: 15px; }
  .catgoodswrap .unit .unitimg2 {
  padding-bottom: 10px;}
.catgoodswrap .unit .unitimg img {
  max-width: 100%; }

.catgoodswrap .unit .title {
  font-size: 15px;
  color: #3c3c3c;
  padding: 15px 0 8px; }

.catgoodswrap .unit .text {
  color: #000000;
  font-size: 15px;
  font-family: 'fb';
  padding-bottom: 5px; }

.catgoodswrap .unit .text img {
  position: relative;
  top: -2px;
  left: 2px; }

.catgoodswrap .unit .text span {
  color: #f36700; }

.catgoodswrap .unit .text del {
  font-size: 13px;
  font-family: 'fm', sans-serif;
  color: #a49293;
  margin-right: 5px; }

/* .ipods.goods1 .goods1-units-sale .unitimg:before {*/
/*   display: none; }*/
.ipods.goods1 .goods1-units {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start; }

.ipods.goods1 .goods1-units .unit {
  margin-bottom: 35px; }

.ipods .bltitle {
  font-size: 21px;
  font-family: 'fb';
  color: #3c3c3c;
  padding-bottom: 11px;
  padding-top: 11px;
  margin-bottom: 35px;
  border-bottom: 1px solid #f2f2f2;
  position: relative; }

.ipods .text2 {
  text-align: left;
  font-size: 15px;
  color: #595959;
  line-height: 1.4;}

.ipods .bltitle .quest {
  position: absolute;
  right: 0;
  top: 50%;
  padding: 0;
  height: 26px;
  font-size: 14px;
  color: #266abe;
  background: transparent url("../images/quest.png") no-repeat left center;
  font-family: 'fr';
  margin-top: -13px;
  padding-left: 30px; }

.ipods .bltitle .quest span {
  display: inline-block;
  border-bottom: 1px dashed #266abe;
  padding: 2px 0;
  -webkit-transition: all .3s;
  transition: all .3s; }

.ipods .bltitle .quest:hover span {
  border-bottom: 1px dashed #ffffff; }

.ipods .ipodsuns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 25px; }

.ipods .ipodsuns .ipodsunit {
  -ms-flex-preferred-size: 25%;
  flex-basis: 25%;
  text-align: center; }

.ipods .ipodsuns .ipodsunit .btnbuy {
  width: 122px;
  height: 38px;
  background: #ffffff;
  border-radius: 4px;
  font-size: 15px;
  font-family: 'fb';
  line-height: 34px;
  color: #266abe;
  border: 2px solid #266abe;
  margin-bottom: 25px;
  -webkit-transition: .3s;
  transition: .3s; }
  .ipods .ipodsuns .ipodsunit .btnbuy:hover {
    background: #266abe;
    color: #ffffff; }

.ipods .ipodsuns .ipodsunit .ipodsunitimg {
  height: 196px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 10px; }

.ipods .ipodsuns .ipodsunit .ipodsunitimg img {
  margin: auto;
  max-width: 100%;
  max-height: 100%; }

.ipods .ipodsuns .ipodsunit .title {
  font-size: 15px;
  font-family: 'fb';
  color: #737373;
  line-height: 1.3;
  margin-bottom: 7px; }

.ipods .ipodsuns .ipodsunit .text {
  font-size: 15px;
  font-family: 'fb';
  color: #000000;
  line-height: 1.3;
  margin-bottom: 15px; }

.promoblock {
  position: relative; }

.promoblock .promoimg img {
  width: 100%; }

.promoblock .promoval {
  position: absolute;
  z-index: 2;
  left: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-align: center; }

.promoblock .promoval .promovalwr {
  margin: auto; }

.promoblock .promoval .title {
  font-size: 32px;
  color: #ffffff;
  font-family: 'feb';
  margin-bottom: 13px;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5); }

.promoblock .promoval .text {
  font-size: 29px;
  color: #f0f2f8;
  font-family: 'fb';
  margin-bottom: 13px; }

.promoblock .promoval .cost {
  font-size: 19px;
  opacity: .6;
  color: #ffffff;
  font-family: 'fb'; }

.ipadwr {
  text-align: center; }

.ipadwr a {
  height: 30px;
  padding: 0 14px;
  border-radius: 16px;
  background: transparent;
  border: 2px solid #ffffff;
  font-size: 15px;
  color: #000000;
  font-family: 'fr';
  margin: 0 10px;
  display: inline-block;
  line-height: 26px;
  text-align: center;
  -webkit-transition: all .3s;
  transition: all .3s; }

.ipadwr a.active {
  border: 2px solid #000000;
  font-family: 'fb';
  color: #000000; }

.ipadwr a:hover {
  color: #585858; }

.ipads.goods1 .bltitle u {
  text-decoration: none;
  font-size: 15px;
  font-family: 'fr';
  color: #737373;
  position: relative;
  margin-left: 15px;
  top: -2px; }

.ipads.goods1 .goods1-units {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start; }

.ipads.goods1 .goods1-units .unit .text {
  color: #3c3c3c;
  margin-bottom: 14px; }

.ipads.goods1 .goods1-units .unit .text i {
  font-size: 13px; }

.ipads.goods1 .goods1-units .unit .title {
  color: #3c3c3c;
  font-family: 'fr';
  padding: 8px 0; }

.ipads.goods1 .goods1-units .unit .unitimg {
  height: 60px;
  overflow: hidden;
  line-height: 60px;
  margin-bottom: 6px; }

.ipads.goods1 .goods1-units .unit .unitimg img {
  max-width: 100%;
  max-height: 100%; }

.ipads.goods1 .goods1-units .unit.doubleunit {
  width: 50%; }

.ipads.goods1 .goods1-units .unit.doubleunit .unitimg {
  height: inherit;
  line-height: inherit; }

.ipads.goods1 .tabipad {
  display: none;
  opacity: 0;
  -webkit-transition: opacity 1s;
  transition: opacity 1s; }

.ipads.goods1 .tabipad.active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  opacity: 1; }

.ipads.goods1 .tabipad .bltitle {
  width: 100%; }

.ipads.goods1.ipadsall .goods1-units .unit {
  margin: auto;
  text-align: left; }

.ipads.goods1.ipadsall .goods1-units .unit .buy {
  color: #ffffff;
  background: #1f85dd;
  line-height: 36px;
  border: 2px solid #1f85dd; }

.ipads.goods1.ipadsall .goods1-units .unit .buy:hover {
  background: #1c7bcd;
  border: 2px solid #1c7bcd; }

.ipads.goods1.ipadsall .goods1-units .unit.doubleunit {
  width: 73%; }

.ipads.goods1.ipadsall .goods1-units .title {
  font-size: 21px;
  font-family: 'fb';
  color: #3c3c3c; }

.ipads.goods1.ipadsall .goods1-units .text {
  font-size: 17px;
  font-family: 'fr';
  color: #888888;
  line-height: 1.2;
  margin-bottom: 30px; }

.ipads.goods1.ipadsall .goods1-units .cost {
  font-size: 17px;
  font-family: 'fm';
  color: #000000;
  margin-bottom: 15px; }

/*Modals*/
.modal .col-md-12, .modal .col-sm-6 {
  padding-left: 5px;
  padding-right: 5px; }

.modal .modal-body {
  position: relative;
  padding: 30px 60px; }

.modal .modal-content {
  border-radius: 0;
  padding: 0; }

.modal .close {
  position: absolute;
  z-index: 1;
  right: 15px;
  top: 15px;
  height: 25px; }

.modal .modal-dialog {
  width: 586px;
  max-width: 100%; }

.modal .title {
  font-size: 21px;
  font-family: 'fb';
  text-align: center;
  margin-bottom: 15px; }

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

.modal .wifiunit .text {
  text-align: left;
  font-size: 15px;
  color: #595959;
  line-height: 1.4; }
p.std-text {
  text-align: left;
  font-size: 15px;
  color: #595959;
  line-height: 1.4; }
.modal .wifiunit .title {
  font-size: 18px;
  font-family: 'fb';
  color: #3c3c3c;
  margin-bottom: 12px; }

.modal .wifiunit .title img {
  margin-top: 13px;
  margin-left: 7px; }

.modal .wifiunit img {
  margin-bottom: 13px;
  margin-top: 24px;
  display: inline-block; }

.modal form {
  position: relative; }

.modal form .forminp {
  position: relative;
  margin-bottom: 16px; }

.modal form .forminp input {
  width: 100%;
  height: 54px;
  padding: 0 15px;
  background: #ffffff;
  color: #333333;
  border-radius: 4px;
  font-size: 17px;
  border: 1px solid #cccccc;
  opacity: .8;
  -webkit-transition: all .3s;
  transition: all .3s; }

.modal form .forminp input::-webkit-input-placeholder {
  color: #6e6e6e; }

.modal form .forminp input::-moz-placeholder {
  color: #6e6e6e; }

.modal form .forminp input:-ms-input-placeholder {
  color: #6e6e6e; }

.modal form .forminp input:-moz-placeholder {
  color: #6e6e6e; }

.modal form .forminp input:focus {
  opacity: 1;
  border: 1px solid #1f85dd; }

.modal form .forminp input:focus::-webkit-input-placeholder {
  color: transparent; }

.modal form .forminp input:focus:-moz-placeholder {
  color: transparent; }

.modal form .forminp input:focus::-moz-placeholder {
  color: transparent; }

.modal form .forminp input:focus:-ms-input-placeholder {
  color: transparent; }

.modal form .forminp i {
  opacity: 0;
  position: absolute;
  background: #ffffff;
  z-index: 1;
  -webkit-transition: all .3s;
  transition: all .3s;
  color: #1f85dd;
  font-size: 14px;
  top: -6px;
  padding: 0 9px;
  left: 15px; }

.modal form .forminp.active i {
  opacity: 1; }

.modal form button {
  height: 46px;
  font-size: 19px;
  display: inline-block;
  padding: 0 50px;
  border-radius: 4px;
  margin-top: 20px;
  font-family: 'fb', sans-serif;
  color: #ffffff;
  background: #1f85dd;
  line-height: 42px;
  border: 2px solid #1f85dd;
  -webkit-transition: all .3s;
  transition: all .3s; }

.modal form button:hover {
  background: #1c7bcd;
  border: 2px solid #1c7bcd; }

.modal form .info {
  display: block;
  margin-top: 12px;
  padding-left: 4px;
  font-style: italic;
  font-size: 14px;
  color: #888888;
  opacity: .8;
  text-align: left;
  position: relative;
  top: -4px; }

.modal .jq-selectbox__search {
  display: none; }

.modal .jq-selectbox__select {
  width: 100%; }

.modal .jqselect {
  width: 100%; }

.modal .jqselect .jq-selectbox__select-text {
  width: 100%;
  height: 54px;
  padding: 0 15px;
  color: #333333;
  border-radius: 4px;
  font-size: 17px;
  border: 1px solid #cccccc;
  opacity: .8;
  line-height: 54px;
  text-align: left;
  margin-bottom: 14px;
  position: relative; }

.modal .jqselect .jq-selectbox__select-text:before {
  position: absolute;
  content: "";
  background: url("../images/down.png") no-repeat center center;
  z-index: 9;
  width: 18px;
  height: 10px;
  right: 15px;
  top: 50%;
  margin-top: -5px; }

.modal .jq-selectbox__dropdown {
  width: 100%;
  -webkit-box-shadow: 0 3px 10px 5px rgba(0, 0, 0, 0.1);
  box-shadow: 0 3px 10px 5px rgba(0, 0, 0, 0.1); }

.modal .jq-selectbox__dropdown ul {
  width: 100%;
  border-radius: 6px; }

.modal .jq-selectbox__dropdown ul li {
  display: block;
  position: relative;
  line-height: 54px;
  background: #33638c;
  font-size: 17px;
  padding: 0 15px;
  color: #bfcad6;
  cursor: pointer;
  text-align: left;
  -webkit-transition: color .3s;
  transition: color .3s; }

.modal .jq-selectbox__dropdown ul li:hover, .modal .jq-selectbox__dropdown ul li.selected {
  color: white; }

.modal .jq-selectbox__dropdown ul:before {
  position: absolute;
  content: "";
  background: url("../images/downw.png") no-repeat center center;
  z-index: 9;
  width: 18px;
  height: 10px;
  right: 15px;
  top: 22px; }

body {
  overflow-x: hidden; }

.ipadmod.modal .wifiunit .title {
  margin-top: 22px; }

.mmm .modal-dialog {
  width: 500px;
  max-width: 100%; }

.mmm .modal-content {
  border-top: 3px solid #1f85dd; }

.footcontact .footcontact-unit .flex .flexel2 img {
  margin-left: auto;
  margin-right: auto; }

.footcontact .footcontact-unit .flex {
  display: block; }
