/* Import all LESS files */
/* Colors are named according to the widget "Find your color - Yandex": http://yandex.ru/yandsearch?text=%23241c10&lr=213 */
/*  Colors are named according to my opinion*/
.transition_background {
  text-decoration: none;
  -webkit-transition: background 0.5s ease, color 0.5s ease;
  -moz-transition: background 0.5s ease, color 0.5s ease;
  -o-transition: background 0.5s ease, color 0.5s ease;
  transition: background 0.5s ease, color 0.5s ease;
}
.unselectable {
  cursor: default;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
body {
  line-height: 1;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
:focus {
  outline: 0 none;
}

@font-face {
  font-family: 'FuturaPTWebLight';
  src: url('../fonts/FTN35__W.eot');
  src: url('../fonts/FTN35__W.eot?#iefix') format('embedded-opentype'), url('../fonts/FTN35__W.woff') format('woff'), url('../fonts/FTN35__W.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'FuturaPTWebMedium';
  src: url('../fonts/FTN55__W.eot');
  src: url('../fonts/FTN55__W.eot?#iefix') format('embedded-opentype'), url('../fonts/FTN55__W.woff') format('woff'), url('../fonts/FTN55__W.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'icomoon';
  src: url('../fonts/icomoon.eot');
  src: url('../fonts/icomoon.eot?#iefix') format('embedded-opentype'), url('../fonts/icomoon.woff') format('woff'), url('../fonts/icomoon.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}

  .page_header {
  background-color: #f599b5;
  padding: 0;
}
.page_header .va-middle {
  vertical-align: middle;
}
.page_header .fixed_header {
  /* padding:0 10px; */
  /* background:#fff; */
}
.page_header .user-related-holder {
  background-color: transparent;
  padding: 0 10px;
}
.page_header .user-related-holder.fixed {
  background-color: #fff;
}
.page_header .user-related-holder.fixed .user-related {
  background-color: #fff;
}
.page_header .user-related-holder.fixed .user-related,
.page_header .nav-container-holder.fixed .nav-container {
  position: fixed;
  z-index: 65001;
  /* Р·Р°РјРµРЅРёР» 10, РґР»СЏ РїРµСЂРµРєСЂС‹С‚РёСЏ Р±Р°РЅРµСЂРѕРІ СЃР»РµРІР° */
  top: 0;
  left: 50%;
  margin-left: -500px;
  width: 1000px;
}
.page_header .nav-container-holder {
  background-color: #fff;
}
.page_header .nav-container-holder.fixed {
  height: 65px;
}
.page_header .nav-container-holder.fixed .nav-container {
  top: 55px;
}
.page_header .user-related {
  text-transform: uppercase;
  background-color: transparent;
  padding: 11px 0;
}
.page_header .user-related .item {
  display: inline-block;
}
.page_header .field_container {
  float: left;
}
.page_header .field_container .field_text {
  width: 203px;
  padding-left: 10px;
  padding-right: 27px;
  background: none;
}
.page_header .field_container .field_text::-webkit-input-placeholder {
  font: 15px "FuturaPTWebMedium", Arial, Helvetica, sans-serif;
  line-height: 23px;
  color: #585858;
}
.page_header .field_container .field_text:-moz-placeholder {
  font: 15px "FuturaPTWebMedium", Arial, Helvetica, sans-serif;
  line-height: 30px;
  color: #585858;
  opacity: 1;
}
.page_header .field_container .field_text::-moz-placeholder {
  font: 15px "FuturaPTWebMedium", Arial, Helvetica, sans-serif;
  line-height: 30px;
  color: #585858;
  opacity: 1;
}
.page_header .field_container .field_text:-ms-input-placeholder {
  font: 15px "FuturaPTWebMedium", Arial, Helvetica, sans-serif;
  line-height: 23px;
  color: #585858;
}
.page_header .field_container .search_submit {
  font: 15px "icomoon";
  line-height: 23px;
  color: #bdb3b1;
  position: absolute;
  top: 6px;
  right: 8px;
  padding: 0;
  margin: 0;
  background: none;
  border: none;
  cursor: pointer;
}
.page_header .field_container .search_submit:hover {
  color: #ff0099;
}
.page_header .options {
  float: right;
  line-height: 25px;
}
.page_header .options .item {
  border-right: 1px solid #dbdbdb;
  padding: 0 9px;
}
.page_header .options .last {
  border-right: none;
  padding-right: 5px;
}
.page_header .options .link {
  font: 13px "FuturaPTWebMedium", Arial, Helvetica, sans-serif;
  line-height: 14px;
  color: #000;
  text-decoration: none;
  display: inline-block;
}
.page_header .options .link:hover {
  border-bottom: 1px solid;
}
.page_header .nav-container {
  background-color: #f599b5;
  text-transform: uppercase;
  margin: 40px 0 40px 0;
  height: 65px;
  position: relative;
}
.page_header .nav-container .e-g-logo,
.page_header .nav-container .nav {
  float: left;
}
.page_header .nav-container .e-g-logo img {
  position: absolute;
  top: -37px;
  -webkit-filter: drop-shadow(1px 1px 1px rgba(0, 0, 0, 0.2));
  filter: drop-shadow(1px 1px 1px rgba(0, 0, 0, 0.2));
}
.page_header .nav-container .nav {
  margin-top: 5px;
  margin-left: 10px;
  padding-left: 125px;
}
.page_header .nav-container .nav .item:last-child {
  margin-right: 0;
}
.page_header .nav-container .item {
  display: inline-block;
  position: relative;
}
.page_header .nav-container .item.schoolsout,
.page_header .nav-container .item.back_to_school,
.page_header .nav-container .item.halloween,
.page_header .nav-container .item.newyear {
  font-size: 0;
}
.page_header .nav-container .item.schoolsout img,
.page_header .nav-container .item.back_to_school img,
.page_header .nav-container .item.halloween img,
.page_header .nav-container .item.newyear img {
  vertical-align: middle;
}
.page_header .nav-container .item.newyear img {
  margin-bottom: -2px;
}
.page_header .nav-container .top-nav {
  margin-bottom: 4px;
  font: 19px "FuturaPTWebMedium", Arial, Helvetica, sans-serif;
  line-height: normal;
}
.page_header .nav-container .top-nav .item {
  margin-right: 13.8px;
  padding: 0 4px 0 3px;
}
.page_header .nav-container .top-nav .item:first-child {
  margin-left: -5px;
}
.page_header .nav-container .top-nav .item.active {
  background: #fdf202;
}
.page_header .nav-container .top-nav .item.active .link {
  color: #000;
  text-decoration: none;
}
.page_header .nav-container .top-nav .item:after {
  content: "\f111";
  display: inline-block;
  position: absolute;
  top: 8px;
  right: -16px;
  font: 10px "icomoon";
  line-height: normal;
  color: #000000;
}
.page_header .nav-container .top-nav .link {
  color: #fdf202;
  text-decoration: none;
}
.page_header .nav-container .top-nav .link:hover {
  text-decoration: underline;
}
.page_header .nav-container .top-nav .last:after {
  display: none;
}
.page_header .nav-container .bottom-nav {
  font: 14px "FuturaPTWebLight", Arial, Helvetica, sans-serif;
  line-height: 17px;
}
.page_header .nav-container .bottom-nav .item {
  margin-right: 6px;
  padding: 0 4px;
  vertical-align: middle;
}
.page_header .nav-container .bottom-nav .item:first-child {
  margin-left: -5px;
}
.page_header .nav-container .bottom-nav .item.active {
  background-color: #fdf202;
}
.page_header .nav-container .bottom-nav .item.active .link {
  color: #000;
  text-decoration: none;
}
.page_header .nav-container .bottom-nav .item:after {
  content: "\f111";
  display: inline-block;
  position: absolute;
  top: 7px;
  right: -8px;
  font: 5px "icomoon";
  line-height: normal;
  color: #ffffff;
  font-size-adjust: 0.4;
}
.page_header .nav-container .bottom-nav .item.halloween {
  padding: 0 3px;
}
.page_header .nav-container .bottom-nav .link {
  color: #ffffff;
  text-decoration: none;
  display: inline-block;
  vertical-align: middle;
}
.page_header .nav-container .bottom-nav .link:hover {
  text-decoration: underline;
}
.page_header .nav-container .bottom-nav .last:after {
  display: none;
}
.page_header .nav-container .announce {
  position: absolute;
  top: -25px;
  right: 0;
  width: 240px;
}
.page_header .nav-container .announce .link {
  color: white;
  text-decoration: none;
}
.page_header .nav-container .announce .cover {
  float: left;
  position: relative;
  top: -5px;
}
.page_header .nav-container .announce .new-issue,
.page_header .nav-container .announce .start-sale {
  float: left;
}
.page_header .nav-container .announce .new-issue {
  /* "Monospace" font family used in related to an "The Flash of Unstyled Text": http://habrahabr.ru/post/78551/ */
  font: 19px "FuturaPTWebMedium", monospace, Arial, Helvetica, sans-serif;
  background: url('../img/paint.png') 0 12px no-repeat;
  padding: 15px 17px 5px 7px;
  margin-top: -16px;
}
.page_header .nav-container .announce .start-sale {
  font: 17px "FuturaPTWebLight", monospace, Arial, Helvetica, sans-serif;
  line-height: 17px;
  margin-left: 7px;
}
.page_header .trend-container-wrp {
  background: #fff;
  padding: 5px 10px;
}
.page_header .trend-container {
  margin: 0;
  padding: 5px 0 4px 0;
  background-color: #f1f1f1;
}
.page_header .trend-container .items {
  margin-left: 19px;
  font-size: 0;
  white-space: nowrap;
  overflow: hidden;
  position: relative;
}
.page_header .trend-container .items:after {
  content: '';
  display: block;
  width: 20px;
  height: 30px;
  position: absolute;
  right: 0;
  top: 0;
  background-repeat: no-repeat;
  background-position: right center;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACgAAAAeCAYAAABe3VzdAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoV2luZG93cykiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6MzE4RUI3Mjc1NDQ5MTFFNEE5NzRDOEYxQzJERTNFNUEiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6MzE4RUI3Mjg1NDQ5MTFFNEE5NzRDOEYxQzJERTNFNUEiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDozMThFQjcyNTU0NDkxMUU0QTk3NEM4RjFDMkRFM0U1QSIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDozMThFQjcyNjU0NDkxMUU0QTk3NEM4RjFDMkRFM0U1QSIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PtyjezwAAAFlSURBVHja7FjLbgMhDGRoXu0l//+be8opLpWohLx+J1J7WCTLCrDGDB5jgm3bbq21x5DTkPuQ85DL1LdFXxb9yfTXkOvUvP8s9P/avS7rnRb9McdaH0JNbsTG1t+YkmlgdkgY39ntimOSExAWsZzBnAPDKe78znZ3JnvGMk5rm5BQheWgdMzakUScIuX4tG9VBKW4gmCcmNa+pyLC4AiigF4LoNYKJAqRxELPYrTWV3V452AGKRipZkUdSdR/5MljkIr5rL0QAtamuxeDlIgvFJN2ONl3hY1RBDOhZGUE9TS6kyZIufIipFpJ8hTsUYSQFkmkxTLxtpIEgZskfNVFglhDWduEe2NkEvVBkoMk/50kcMgQ3URoXndiKlWeG0ecdRiVu5iUkj5TliG4uTBJvCIBzqLRGhOVcusgyUGSvyZJK5LEKvnTD7HuPAuh/MPgvUP4Eb+lWMg8rKMEgvFwD7VvAQYAUjjYFcEsapkAAAAASUVORK5CYII=);
}
.page_header .trend-container .item {
  display: inline-block;
  margin-right: 23px;
  position: relative;
}
.page_header .trend-container .item.intro {
  margin-right: 41px;
}
.page_header .trend-container .item.intro .link {
  text-transform: uppercase;
  letter-spacing: -0.06em;
}
.page_header .trend-container .item.intro .link:hover {
  color: #000;
}
.page_header .trend-container .item:after {
  content: "\f111";
  display: inline-block;
  font-size-adjust: 0.4;
  position: absolute;
  top: 7px;
  right: -16px;
  color: #ff0099;
  font: 9px "icomoon";
  line-height: normal;
}
.page_header .trend-container .item.last:after,
.page_header .trend-container .item.intro:after {
  display: none;
}
.page_header .trend-container .link {
  font: 16px "FuturaPTWebMedium", Arial, Helvetica, sans-serif;
  line-height: normal;
  color: black;
  text-decoration: none;
}
.page_header .trend-container .link:hover {
  color: #ff0099;
}
/* Content block styles */
.page_content {
  padding: 0 10px;
  background-color: #fff;
}
.page_content.inner {
  margin-top: 10px;
  width: auto;
}

.wrap {
  width: 1020px;
  margin: auto;
}