/* ===========================
   Normalize
   =========================== */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary {
  display: block;
}

audio, canvas, progress, video {
  display: inline-block;
  vertical-align: baseline;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden], template {
  display: none;
}

a {
  background: transparent;
}

a:active, a:hover {
  outline: 0;
}

abbr[title] {
  border-bottom: 1px dotted;
}

b, strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

h1 {
  font-size: 2em;
  margin: .67em 0;
}

mark {
  background: #ff0;
  color: #000;
}

small {
  font-size: 80%;
}

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 1em 40px;
}

hr {
  box-sizing: content-box;
  height: 0;
}

pre {
  overflow: auto;
}

code, kbd, pre, samp {
  font-family: monospace,monospace;
  font-size: 1em;
}

button, input, optgroup, select, textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}

button {
  overflow: visible;
}

button, select {
  text-transform: none;
}

button, html input[type="button"], input[type="reset"], input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled], html input[disabled] {
  cursor: default;
}

button::-moz-focus-inner, input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input {
  line-height: normal;
}

input[type="checkbox"], input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}

input[type="number"]::-webkit-inner-spin-button, input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

input[type="search"] {
  -webkit-appearance: textfield;
  box-sizing: content-box;
}

input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: .35em .625em .75em;
}

legend {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: bold;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td, th {
  padding: 0;
}

/* =======================
   Base
   ======================= */
*,
:before,
:after {
  box-sizing: border-box;
}

html {
  height: 100%;
  background: white url(../i/bg.jpg) repeat 50% 0;
}

body {
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.5;
  min-width: 1084px;
  min-height: 100%;
  color: black;
  background: url(../i/bg.png) no-repeat 50% 0;
}

a {
  color: #68001b;
}
a:hover {
  color: red;
}

p {
  margin: 0 0 1.5em;
}

h1,
h2 {
  font-family: adventure, cursive;
  font-size: 38px;
  line-height: 1;
  margin: 0 0 24px;
  color: #68001b;
}

h3 {
  font-family: adventure, cursive;
  font-size: 30px;
  line-height: 1;
  margin: 0 0 24px;
  color: #68001b;
}

hr {
  bottom: 0;
  display: block;
  margin: 24px 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}

/* =======================
   Form
   ======================= */
.btn {
  font-family: adventure, cursive;
  font-size: 24px;
  line-height: 42px;
  position: relative;
  display: inline-block;
  min-width: 152px;
  height: 42px;
  margin: 0;
  padding: 0 30px;
  text-align: center;
  text-decoration: none;
  color: white;
  border: 0;
  outline: none;
  background: none;
  text-shadow: none;
}
.btn:before, .btn:after {
  position: absolute;
  top: 0;
  display: block;
  width: 76px;
  height: 42px;
  content: '';
  background: url(../i/button.png) no-repeat;
}
.btn:before {
  left: 0;
  background-position: 0 0;
}
.btn:after {
  right: 0;
  background-position: 100% -84px;
}
.btn > i {
  position: absolute;
  right: 76px;
  left: 76px;
  display: block;
  height: 42px;
  background: url(../i/button.png) repeat-x 0 -42px;
}
.btn > span {
  position: relative;
  z-index: 2;
  display: block;
  white-space: nowrap;
}
.btn:hover {
  color: white;
}
.btn:hover:before {
  background-position: 0 -126px;
}
.btn:hover:after {
  background-position: 100% -210px;
}
.btn:hover > i {
  background-position: 0 -168px;
}

.btn-fake {
  position: relative;
  display: inline-block;
}
.btn-fake:before, .btn-fake:after {
  position: absolute;
  top: 0;
  display: block;
  width: 76px;
  height: 42px;
  content: '';
  background: url(../i/button.png) no-repeat;
}
.btn-fake:before {
  left: 0;
  background-position: 0 0;
}
.btn-fake:after {
  right: 0;
  background-position: 100% -84px;
}
.btn-fake > i {
  position: absolute;
  right: 76px;
  left: 76px;
  display: block;
  height: 42px;
  background: url(../i/button.png) repeat-x 0 -42px;
}
.btn-fake > input {
  font-family: adventure, cursive;
  font-size: 24px;
  line-height: 42px;
  position: relative;
  z-index: 2;
  display: block;
  min-width: 152px;
  height: 42px;
  margin: 0;
  padding: 0 30px;
  text-align: center;
  white-space: nowrap;
  text-decoration: none;
  color: white;
  border: 0;
  outline: none;
  background: none;
  text-shadow: none;
}
.btn-fake:hover {
  color: white;
}
.btn-fake:hover:before {
  background-position: 0 -126px;
}
.btn-fake:hover:after {
  background-position: 100% -210px;
}
.btn-fake:hover > i {
  background-position: 0 -168px;
}

/* =======================
   Fonts
   ======================= */
@font-face {
  font-family: adventure;
  font-weight: normal;
  font-style: normal;
  src: url("../fonts/adventure.eot");
  src: url("../fonts/adventure.eot?#iefix") format("embedded-opentype"), url("../fonts/adventure.woff") format("woff"), url("../fonts/adventure.ttf") format("truetype"), url("../fonts/adventure.svg#adventure") format("svg");
}
@font-face {
  font-family: arialnarrow;
  font-weight: normal;
  font-style: normal;
  src: url("../fonts/ArialNarrow.eot");
  src: url("../fonts/ArialNarrow.eot?#iefix") format("embedded-opentype"), url("../fonts/ArialNarrow.woff") format("woff"), url("../fonts/ArialNarrow.ttf") format("truetype"), url("../fonts/ArialNarrow.svg#arialnarrow") format("svg");
}
/* =======================
   Layout
   ======================= */
.container {
  width: 1024px;
  margin: 0 auto;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.container:after {
  display: table;
  clear: both;
  content: '';
}

.content {
  float: right;
  width: 772px;
  margin-bottom: 32px;
}
.content > *:last-child {
  margin-bottom: 0;
}
input#submit1[disabled],input#submit2[disabled], button#submit3[disabled] {
    opacity: .6;
    cursor: not-allowed;
}
div.inout_wrap label {
    float: none !important;
    display: inline !important;
}
.about {
  margin: 0 0 32px;
  padding: 24px 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.about > *:last-child {
  margin-bottom: 0;
}

.sidebar {
  float: left;
  width: 228px;
  margin-bottom: 32px;
}
.sidebar > *:last-child {
  margin-bottom: 0;
}

/* ==|====================
   Modules/Header
   ======================= */
.header {
  position: relative;
  width: 1024px;
  min-height: 166px;
  margin: 0 auto;
  padding: 30px 0 14px;
  text-shadow: 1px 0 0 white, 0 1px 0 white, -1px 0 0 white, 0 -1px 0 white;
}
.header:after {
  display: table;
  clear: both;
  content: '';
}

.header__logo {
  font-family: adventure, cursive;
  font-size: 65px;
  font-weight: normal;
  line-height: 1;
  position: absolute;
  top: 40px;
  left: 50%;
  display: block;
  margin: 0;
  margin-left: -178px;
  text-decoration: none;
  color: red;
}
.header__logo > span {
  font-size: 100px;
  position: relative;
  display: block;
  margin: -55px 0 0 100px;
  color: #9c030d;
}

/* ==|====================
   Modules/Contacts
   ======================= */
.contacts {
  float: left;
  width: 240px;
  margin-left: 30px;
  color: #68001b;
}

.contacts__caption {
  font-family: adventure, cursive;
  font-size: 24px;
  margin-bottom: 5px;
  color: red;
}

.contacts__tel {
  font-family: Arial, Helvetica, "Helvetica Neue", sans-serif;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.6875;
}

.contacts__adr {
  font-family: "Arial Narrow", arialnarrow, sans-serif;
  font-size: 14px;
  line-height: 2;
}

/* ==|====================
   Modules/Cart
   ======================= */
.cart {
  float: right;
  width: 220px;
  margin-right: 10px;
  color: #68001b;
}

.cart__caption {
  font-family: adventure, cursive;
  font-size: 24px;
  margin-bottom: 5px;
  color: red;
}

.cart__body {
  font-family: "Arial Narrow", arialnarrow, sans-serif;
  margin-bottom: 10px;
}

/* ==|====================
   Modules/Nav
   ======================= */
.nav {
  width: 1024px;
  margin: 0 auto;
  padding: 16px 0;
}

.nav__list {
  margin: 0;
  padding: 0;
  list-style: none;
  font-size: 0;
  text-align: center;
}
.nav__list > li {
  font-size: 18px;
  font-weight: normal;
  line-height: 1.25;
  display: inline-block;
}
.nav__list > li:before {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 0 20px;
  content: '';
  background: url(../i/bullet.png) no-repeat;
}
.nav__list > li:first-child:before {
  display: none;
}
.nav__list > li.active {
  font-weight: bold;
}
.nav__list > li > a {
  text-decoration: none;
  color: #68001b;
}
.nav__list > li > a:hover {
  text-decoration: underline;
}

/* ==|====================
   Modules/Promo
   ======================= */
.promo {
  background: url(../i/promo.jpg) repeat-x 50% 46px;
}

.promo__slider {
  position: relative;
  width: 1024px;
  height: 450px;
  margin: 0 auto;
  padding: 0 9px;
  background: url(../i/promo.png) no-repeat 50% 0;
}

.promo__slides {
  width: 1006px;
  height: 396px;
}

.promo__slide {
  display: table;
  float: left;
  width: 1006px;
  height: 396px;
}
.promo__slide:nth-child(n+2) {
  display: none;
}

.promo__info {
  display: table-cell;
  width: 549px;
  height: 396px;
  padding-left: 75px;
  text-align: center;
  vertical-align: middle;
  color: #68001b;
}

.promo__caption {
  font-size: 45px;
  font-weight: 300;
  line-height: 1;
  margin-bottom: 30px;
}

.promo__price {
  font-family: "Roboto Condensed", sans-serif;
  font-size: 35px;
  font-weight: bold;
  line-height: 1;
  margin-bottom: 30px;
}

.promo__price-value {
  font-size: 70px;
}

.promo__pic {
  display: table-cell;
  width: 475px;
  height: 396px;
  padding-right: 75px;
  padding-left: 20px;
  vertical-align: middle;
}
.promo__pic img {
  display: block;
  max-width: 100%;
  height: auto;
  margin: 0 auto;
}

.promo__direction-nav {
  margin: 0;
  padding: 0;
  list-style: none;
}
.promo__direction-nav a {
  position: absolute;
  top: 167px;
  display: block;
  width: 30px;
  height: 62px;
  cursor: pointer;
  background: url(../i/arrows.png) no-repeat;
}
.promo__direction-nav a.promo__prev {
  left: 30px;
  background-position: 0 0;
}
.promo__direction-nav a.promo__next {
  right: 30px;
  background-position: 0 100%;
}

.promo__control-nav {
  font-size: 0;
  position: absolute;
  top: 348px;
  left: 50%;
  width: 352px;
  margin-left: -176px;
  text-align: center;
}
.promo__control-nav:before {
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  display: block;
  height: 1px;
  content: '';
  background: #e4e4e4;
}
.promo__control-nav > li {
  position: relative;
  display: inline-block;
  padding-right: 3px;
  vertical-align: top;
  background: white;
}
.promo__control-nav > li:first-child {
  padding-left: 12px;
}
.promo__control-nav > li:last-child {
  padding-right: 12px;
}
.promo__control-nav > li > a {
  position: relative;
  display: block;
  width: 17px;
  height: 17px;
  cursor: pointer;
  border: 1px solid #ddd;
  border-radius: 50%;
  background: white;
}
.promo__control-nav > li > a:before {
  position: absolute;
  top: 4px;
  left: 4px;
  display: block;
  width: 7px;
  height: 7px;
  content: '';
  border-radius: 50%;
  background: #ddd;
}
.promo__control-nav > li > a.promo__active {
  cursor: default;
}
.promo__control-nav > li > a.promo__active:before {
  background: #bd504d;
}

/* ==|====================
   Modules/Products
   ======================= */
fieldset {
    border: 0;
}
   
#sideSearch {
    margin-bottom: 60px;
    height: 49px;
    position: relative;
    left: -12px;
}
#sideSearch form{

}
   
   #sideSearch .text {
    color: #4e4c4c;
    border: 1px solid #e9e7e7;
	height: 60px;

	padding: 10px 0px 10px 18px;
	float: left;
	margin: 0;
	
}

#sideSearch input.button {
    background: url(../i/ico_search.png) 50% 50% no-repeat;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
	position: absolute;
border: 0;
width: 40px;
padding: 0;
height: 40px;
right: 0px;
top: 15px;
float: right;
cursor: pointer;
margin: 0;
}


   
.products {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -4px 32px;
  -webkit-align-items: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
.products:after {
  display: table;
  clear: both;
  content: '';
}

.products__item {
  position: relative;
  float: left;
  width: 252px;
  margin: 16px 4px 50px;
  padding: 15px 16px 80px;
  text-align: center;
  background: url(../i/product.png) repeat-y -1008px 0;
}
.products__item:before {
  position: absolute;
  top: -16px;
  left: 0;
  display: block;
  width: 252px;
  height: 16px;
  content: '';
  background: url(../i/product.png) no-repeat -756px 0;
}
.products__item:after {
  position: absolute;
  bottom: -50px;
  left: 0;
  display: block;
  width: 252px;
  height: 50px;
  content: '';
  background: url(../i/product.png) no-repeat -1260px 0;
}
.products__item:hover {
  background-position: -252px 0;
}
.products__item:hover:before {
  background-position: 0 0;
}
.products__item:hover:after {
  background-position: -504px 0;
}
.products__item:nth-child(3n+1) {
  clear: left;
}

.products__pic {
  min-height: 220px;
  margin-bottom: 20px;
}
.products__pic img {
  display: block;
  max-width: 100%;
  height: auto;
  margin: 0 auto;
}

.products__caption {
  font-family: adventure, cursive;
  font-size: 24px;
  line-height: 1.25;
  margin-bottom: 10px;
  color: #68001b;
}
div.products__caption a{
text-decoration:none;
}
div.products__caption a:hover{
text-decoration:underline;
}
.products__price {
  font-family: "Roboto Condensed", sans-serif;
  font-size: 18px;
  font-weight: bold;
  line-height: 1;
  position: absolute;
  right: 0;
  bottom: 40px;
  left: 0;
  color: #68001b;
}

.products__price-value {
  font-size: 34px;
}

.products__buy-btn {
  overflow: hidden;
  position: absolute;
  bottom: 5px;
  left: 50%;
  display: block;
  width: 24px;
  height: 24px;
  margin-left: -12px;
  background: url(../i/cart.png) no-repeat 0 0;
}
.products__buy-btn:before {
  display: block;
  width: 0;
  height: 100%;
  content: '';
}
.products__buy-btn:hover {
  background-position: 0 100%;
}

/* ==|====================
   Modules/Catalogue
   ======================= */
.catalogue {
  margin: 0;
  padding: 0;
  list-style: none;
  font-size: 18px;
  font-weight: normal;
  line-height: 1.25;
  margin-bottom: 64px;
}
.catalogue > *:last-child {
  margin-bottom: 0;
}
.catalogue > li {
  margin-bottom: 1em;
  padding-left: 1.25em;
  background: url(../i/bullet.png) no-repeat 0 8px;
}
.catalogue > li.active {
  font-weight: bold;
}
.catalogue a {
  text-decoration: none;
  color: #68001b;
}
.catalogue a:hover {
  text-decoration: underline;
}

/* ==|====================
   Modules/Auth
   ======================= */
.auth {
  font-size: 14px;
  margin-bottom: 64px;
  padding: 24px 0;
  text-align: center;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.auth__input {
  padding-bottom: 16px;
  background: url(../i/auth-shadow.png) no-repeat 50% 100%;
}
.auth__input input[type='text'],
.auth__input input[type='email'],
.auth__input input[type='password'] {
  font-size: 18px;
  line-height: 1.25;
  display: block;
  width: 100%;
  height: 35px;
  padding: 6px 20px;
  text-align: left;
  color: #68001b;
  border: 0;
  border-radius: 5px;
  outline: none;
  background: white;
}
.auth__input input[type='text']::-webkit-input-placeholder,
.auth__input input[type='email']::-webkit-input-placeholder,
.auth__input input[type='password']::-webkit-input-placeholder {
  color: #68001b;
}
.auth__input input[type='text']::-moz-placeholder,
.auth__input input[type='email']::-moz-placeholder,
.auth__input input[type='password']::-moz-placeholder {
  color: #68001b;
}
.auth__input input[type='text']:-ms-input-placeholder,
.auth__input input[type='email']:-ms-input-placeholder,
.auth__input input[type='password']:-ms-input-placeholder {
  color: #68001b;
}
.auth__input input[type='text']::placeholder,
.auth__input input[type='email']::placeholder,
.auth__input input[type='password']::placeholder {
  color: #68001b;
}

.auth__btn-holder {
  margin-bottom: 10px;
}

/* ==|====================
   Modules/Footer
   ======================= */
.footer {
  width: 1024px;
  margin: 0 auto;
  padding: 65px 240px;
  text-align: center;
}
.footer:after {
  display: table;
  clear: both;
  content: '';
}

.footer__logo {
  font-family: adventure, cursive;
  font-size: 32px;
  font-weight: normal;
  line-height: 1;
  display: block;
  float: left;
  margin: -10px 0 0 -230px;
  text-align: left;
  text-decoration: none;
  color: red;
  text-shadow: 1px 0 0 white, 0 1px 0 white, -1px 0 0 white, 0 -1px 0 white;
}
.footer__logo > span {
  font-size: 64px;
  position: relative;
  display: block;
  margin: -30px 0 0 50px;
  color: #9c030d;
}

.footer__dev {
  float: right;
  width: 200px;
  margin-right: -230px;
  text-align: right;
}

.footer__dev-link {
  font-family: Arial, Helvetica, "Helvetica Neue", sans-serif;
  font-size: 12px;
  line-height: 1.25;
  display: inline-block;
  width: 110px;
  min-height: 30px;
  padding-left: 40px;
  text-align: left;
  color: black;
  background: url(../i/dev.png) no-repeat 0 2px;
}
.footer__dev-link:hover {
  text-decoration: none;
  color: black;
}


.menu-btn {
	display: none;
}

.catalogue.mobile {
	display: none;
}

/*mobile*/


@media screen and (max-width: 1024px){
	
	
	
.menu-btn {
    display: flex;
    cursor: pointer;
    align-items:  center;
    justify-content:  center;
    font-size:  26px;
    margin-bottom: 25px;
}


.center {
	text-align: center;
}

.menu-btn > div {}
.menu-btn span {
    margin-left: 15px;
}

.bar1, .bar2, .bar3 {
    width: 35px;
    height: 5px;
    background-color: #333;
    margin: 6px 0;
    transition: 0.4s;
}

.change .bar1 {
    -webkit-transform: rotate(-45deg) translate(-9px, 6px);
    transform: rotate(-45deg) translate(-9px, 6px);
}

.change .bar2 {opacity: 0;}

.change .bar3 {
    -webkit-transform: rotate(45deg) translate(-8px, -8px);
    transform: rotate(45deg) translate(-8px, -8px);
}	
	
	body {
		min-width: 0;
	}
	
	.header {
		width: 95%;
	}
	
	.nav {
		width: 95%;
		display: none;
		padding-top: 0;
	}
	
	.nav.open {
		display: block;
	}
	
	.footer {
		width: 95%;
	}
	
	.promo__slider {
		width: 95%;
		height: auto;
	    background: white url(../i/bg.jpg) repeat 50% 0;
	}
	
	.promo__control-nav > li {
		background: transparent;
	}
	
	.container {
		width: 95%;
	}
	
	img {
		max-width: 100%;
	}
	
	.contacts {
	    float: none;
	    margin: 0 auto;
	    margin-top: 100px;
	    text-align: center;
	    float:  left;
	    width: 50%;
	}
	
	.cart {
		float: none;
		margin: 0 auto;
		text-align: center;
		float:  right;
		margin-top:  100px;
		width: 50%;
	}
	
	.nav__list > li:before {
		display: none;
	}
	
	.nav__list > li {
		display: block;
		margin-bottom: 10px;
	}
	
	.content {
		float: none;
		width: 100%;
		text-align: center;
	}
	
	.sidebar {
		width: 100%;
		text-align: center;
	}
	
	.catalogue {
		text-align: left;
		display: inline-block;
	}
	
	.catalogue.mobile.open {
		display: inline-block;
	}
	
	.products__item {
		float: none;
		display: inline-block;
		vertical-align: top;
	}
	
	.products {
		justify-content: center;
	}
	
	.header__logo > span {
		font-size: 72px;
	}
	
	.header__logo {
		margin-left: -138px;
	}
	
	.promo {
	    background-size: cover;
	    padding: 40px 0;
	    background-position: center;
	    overflow: hidden;
	    margin-bottom: 25px;
	}
	
	#globalnav {
		text-align: left;
	}
	
	.sorting span {
		font-size: 24px;
		display: flex;
		align-items: center;
		justify-content: center;
	}
	
	.promo__control-nav:before {
		display: none;
	}
	
	.promo__control-nav {
		padding: 0;
	}
	
}

@media screen and (max-width: 767px){
	.promo__caption {
		font-size: 18px;
		margin-bottom: 5px;
	}
	
    .promo__price {
      font-size: 15px;
	  margin-bottom: 10px;
    }

	.promo__price-value {
		font-size: 22px;
	}
	
	.footer__dev + a {
		display: none;
	}
	
	.item-price p {
		margin: 0 auto !important;
	}
	
	.item-content_wrap {
	    width: 100% !important;
		margin-right: 0 !important;
		padding: 0 !important;
		float: none !important;
		text-align: center !important;
	    -webkit-box-ordinal-group: 2;
		-moz-box-ordinal-group: 2;
		-ms-flex-order: 2;
		-webkit-order: 2;
		order: 2;
	}
	
	.item-content {
		padding: 0 !important;
	}
	
	.item-sidebar {
		width: 100% !important;
	   -webkit-box-ordinal-group: 1;
		-moz-box-ordinal-group: 1;
		-ms-flex-order: 1;
		-webkit-order: 1;
		order: 1;
	}
	
	.item-sidebar ul {
		padding: 0 !important;
	}
	
	.item-sidebar ul li {
		display: inline-block;
		vertical-align: top;
		margin: 5px !important;
	}
	
	.main-product {
		display: -webkit-box;
		display: -moz-box;
		display: -ms-flexbox;
		display: -webkit-flex;
		display: flex;
		-webkit-box-orient: vertical;
		-moz-box-orient: vertical;
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column;		
	}
	
	.promo__direction-nav {
		display: none;
	}
	


	
	.promo__info {
		padding-left: 5px;
		width: 215px;
		display: block;
		text-align: center;
		width: 100%;
		padding: 10px 0;
		box-sizing: border-box;
		height: auto;
	}
	
	.promo__pic {
		padding-left: 5px;
		padding-right: 5px;
	    display: block;
		width: 100%;
		padding: 0;
		height: 150px;
	}
	
	.promo__pic img {
		height: 180px;
		width: auto;
	}
}

@media screen and (max-width: 540px){

    .products{
        justify-content: space-between;
    }

    .products__item {
        width: calc((100% - 15px) / 2);
        margin: 0 0 15px;
        padding: 15px 16px 80px;
        text-align: center;
        background: #fff;
        border: 1px solid transparent;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }

    .products__item:hover{
        border: 1px solid #680019;
    }

    .products__item:before,
    .products__item:after{
        display: none;
    }

    .products__pic{
        min-height: 0px;
    }

    .products__caption{
        font-size: 20px;
    }

    .products__price-value {
        font-size: 30px;
    }

}

@media screen and (max-width: 479px){
	.contacts {
		width: 100%;
	}
	
	.cart {
		width: 100%;
		margin-top: 5px;
	}
	
	.footer {
		padding: 30px 0;
		text-align: center;
	}
	
	.footer__logo {
		float: none;
		margin: 0 0 5px;
		display: inline-block;
	}
	
	.footer__dev {
		float: none;
		margin: 0;
		text-align: center;
		margin: 0 auto;
	}
	.footer__dev {
		padding-left: 63px;
	}
	

	

}