* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
:after, :before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
html {
  position: relative;
  min-height: 100%;
}
body {
  font-family: Tahoma, Geneva, sans-serif;
  font-size: 14px;
  line-height: 1.42857143;
  color: #333;
  background-color: #fff;
  margin-bottom: 232px;
}
a {
  color: #2975d4;
  text-decoration: underline;
}
a:hover {
  text-decoration: none;
}
a:hover, a:focus {
  outline: none;
}
input, textarea, select, button {
  font-size: inherit;
  font-family: inherit;
  line-height: normal;
  color: inherit;
  vertical-align: middle;
  outline: none;
}
:focus::-webkit-input-placeholder {
 color: transparent
}
:focus::-moz-placeholder {
 color: transparent
}
:focus:-moz-placeholder {
 color: transparent
}
:focus:-ms-input-placeholder {
 color: transparent
}
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
  font-weight: normal;
  line-height: 1.1;
  color: #000;
}
h1, .h1 {
  font-size: 36px;
}
h2, .h2 {
  font-size: 30px;
}
h3, .h3 {
  font-size: 24px;
}
h4, .h4 {
  font-size: 18px;
}
h5, .h5 {
  font-size: 15px;
}
h6, .h6 {
  font-size: 12px;
}
p {
  margin: 0 0 20px;
}
hr {
  margin-top: 10px;
  margin-bottom: 30px;
  border: 0;
  border-top: 2px solid #eee;
}
.text-muted {
  color: #777;
}
.text-success {
  color: #6fad2d;
}
.reset {
  margin: 0;
  padding: 0;
}
.list-reset, .list-reset li {
  margin-left: 0;
  padding-left: 0;
  list-style: none;
}
.list-inline {
  padding-left: 0;
  margin-left: -5px;
  list-style: none;
}
.list-inline > li {
  display: inline-block;
  padding-right: 5px;
  padding-left: 5px;
}
.text-right {
  text-align: right;
}
.text-left {
  text-align: left;
}
.text-center {
  text-align: center;
}
.pull-left {
  float: left;
}
.pull-right {
  float: right;
}
.inline-block {
  display: inline-block;
  vertical-align: middle;
}
.padtop {
  padding-top: 30px;
}
.padbtm {
  padding-bottom: 30px;
}
.container {
  width: 1100px;
  margin-left: auto;
  margin-right: auto;
}
.row {
  margin-right: -15px;
  margin-left: -15px;
}
.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12 {
  position: relative;
  min-height: 1px;
  padding-right: 7px;
  padding-left: 7px;
  float: left;
}
.col-12 {
  width: 100%;
}
.col-11 {
  width: 91.66666667%;
}
.col-10 {
  width: 83.33333333%;
}
.col-9 {
  width: 75%;
}
.col-8 {
  width: 66.66666667%;
}
.col-7 {
  width: 58.33333333%;
}
.col-6 {
  width: 50%;
}
.col-5 {
  width: 41.66666667%;
}
.col-4 {
  width: 33.33333333%;
}
.col-3 {
  width: 25%;
}
.col-2 {
  width: 16.66666667%;
}
.col-1 {
  width: 8.33333333%;
}
.row:before, .row:after, .clearfix:before, .clearfix:after {
  display: table;
  content: " ";
}
.row:after, .clearfix:after {
  clear: both;
}
/*header, nav*/
.header {
  padding: 40px 0;
}
.navmenu {
  padding: 40px 0;
  border-top: 2px solid #eee;
}
.navmenu ul, .navmenu li {
  margin: 0;
  padding: 0;
  list-style: none;
}
.navmenu ul {
  display: table;
  width: 100%;
}
.navmenu li {
  display: table-cell;
  text-align: center;
  padding: 0 10px;
}
.navmenu a {
  text-transform: uppercase;
  font-size: 16px;
  font-weight: bold;
  font-family: 'PFDinDisplayPro';
  color: inherit;
  display: block;
}
.navmenu a:hover {
  color: #2975d4;
}
.logo-alkoshop {
  width: 254px;
  height: 56px;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.cart-info {
  display: block;
  padding-left: 50px;
  margin-top: 8px;
  background: url("../img/cart.png") no-repeat 0 50%;
  text-decoration: none;
}
.phone-info {
  padding-left: 44px;
  margin-top: 8px;
  background: url("../img/phone.png") no-repeat 0 50%;
}
._link {
  background: url("../img/link.png") no-repeat 100% 50%;
  min-height: 15px;
  display: inline-block;
  vertical-align: middle;
  padding-right: 26px;
  padding-bottom: 2px;
}
/*footer*/
.footer {
  padding: 40px 0;
  background-color: #ebeae4;
  background-image: -moz-linear-gradient(top, rgba(224,223,215,1) 0%, rgba(233,232,226,1) 55%, rgba(235,234,228,1) 100%);
  background-image: -webkit-linear-gradient(top, rgba(224,223,215,1) 0%, rgba(233,232,226,1) 55%, rgba(235,234,228,1) 100%);
  background-image: linear-gradient(to bottom, rgba(224,223,215,1) 0%, rgba(233,232,226,1) 55%, rgba(235,234,228,1) 100%);
  background-repeat: repeat-x;
  background-size: 100% 50px;
  height: 310px;
  position: absolute;
  left: 0;
  bottom: -120px;
  width: 100%;
}
.copy-logo {
  background: url("../img/copy.png") no-repeat;
  display: block;
  width: 242px;
  height: 50px;
}
.copyright {
  padding: 20px 0;
}
.follow-icon {
  display: inline-block;
  width: 28px;
  height: 28px;
  background: url("../img/follow.png") no-repeat;
}
.follow-icon.vk {
  background-position: 0 0;
}
.follow-icon.fb {
  background-position: -28px 0;
}
.follow-icon.tw {
  background-position: -56px 0;
}
.follow-icon.gp {
  background-position: -84px 0;
}
.follow ul {
  font-size: 0;
  margin-left: 10px;
}
.btm-navmenu h3 {
  margin-top: 0;
}
.btm-menu {
  list-style: none;
  margin-left: 0;
  padding-left: 0;
  margin-bottom: 0;
}
.btm-menu li {
  position: relative;
  margin-left: 0;
  padding: 4px 0 4px 24px;
}
.btm-menu li:after {
  width: 14px;
  height: 1px;
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  background-color: #777;
}
.btm-menu a {
  color: inherit;
  text-decoration: none;
}
.btm-menu a:hover {
  color: #2975d4;
  text-decoration: underline;
}
.qorix-logo {
  background: url("../img/qorix.png") no-repeat;
  display: inline-block;
  width: 56px;
  height: 22px;
  vertical-align: middle;
}
.hspace {
  margin: 0 4px;
}
