@charset "IBM437";
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: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

html {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

.ep_filter li {
  margin-bottom: 10px;
}


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

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

q, blockquote {
  quotes: none;
}
q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

a img {
  border: none;
}

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

/*header*/
.header__wrapper {
  width: 980px;
  margin: 0 auto;
}

.header {
  background-color: #F0F0F0;
  padding: 30px 0 15px 0;
}

.info {
  background: url(../images/phone.png) left 15px no-repeat;
  padding-left: 40px;
  font: 18px 'Open Sans', Myriad Pro, sans-serif;
}

.phone {
  margin-top: -10px;
  letter-spacing: 2px;
  font-weight: 300;
  color: #252525;
  font-size: 18px;
}

.call {
  font-size: 36px;
  line-height: 40px;
  font-weight: 300;
  color: #252525;
  margin: 0;
  letter-spacing: 1px;
}

.call::before {
  content: "+7(495)";
  font-size: 24px;
  color: #252525;
  padding: 0 7px 0 0;
  letter-spacing: 1px;
}

/*end of header*/
.header .header__wrapper {
  text-align: justify;
  line-height: 0;
  *text-justify: newspaper;
  *text-align-last: justify;
  *zoom: 1;
}

.header .header__wrapper:after {
  content: "";
  display: inline-block;
  width: 100%;
  height: 0;
  visibility: hidden;
}

.header .header__wrapper .logo_position, .header .header__wrapper .info, .header .header__wrapper .socSearch {
  vertical-align: top;
}

.header .header__wrapper .logo_position {
  display: inline-block;
  /*width: 30%;*/
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: top;
}

.header .header__wrapper .info {
  display: inline-block;
  /*width: 30%;*/
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: top;
  margin-left: 67px;
}

.header .header__wrapper .socSearch {
  display: inline-block;
  /*width: 35%;*/
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: top;
}

.socSearch a {
  font-size: 14px;
}

.socSearch__soc {
  display: block;
  font-size: 0;
  text-align: justify;
}

.socSearch__soc:after {
  display: inline-block;
  width: 100%;
  content: "";
}

.socSearch__soc p {
  display: inline-block;
  height: 30px;
  padding-top: 4px;
  vertical-align: top;
}

.socSearch__soc p a {
  color: #252525;
  display: inline-block;
  margin-top: 5px;
}

.socSearch__soc .twitter {
  background: url(../images/twitter.png) 0 0 no-repeat;
  padding-left: 30px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.socSearch__soc .skype {
  background: url(../images/skype.png) 0 0 no-repeat;
  margin: 0 5px 7px 0;
  padding-left: 30px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.socSearchForm {
  display: block;
}

.socSearchForm__search {
  position: relative;
  height: 30px;
  border: 1px solid #d2d2d2;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  -webkit-box-shadow: inset 2px 2px 4px #dadada;
  -moz-box-shadow: inset 2px 2px 4px #dadada;
  box-shadow: inset 2px 2px 4px #dadada;
  background: #ffffff;
  width: 220px;
  margin-left: 66px;
}

.socSearchForm__search:hover {
  border: 1px solid #b0b0b0;
}

.socSearchForm__search:hover .search_icon {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}

.socSearchForm__search:hover input {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}

.socSearchForm__search .search_icon {
  position: absolute;
  right: 7px;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 17px;
  height: 17px;
  background: url("../images/search-icon.png") no-repeat;
  background-size: 100%;
  content: "";
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
  opacity: 0.5;
  border: none;
  cursor: pointer;
}

.socSearchForm__search input {
  display: inline-block;
  width: 100%;
  height: 100%;
  padding: 6px 40px 5px 10px;
  margin: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  outline: none;
  border: none;
  background: none;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
  opacity: 0.5;
  color: #252525;
  font: 14px 'Open Sans',Myriad Pro,sans-serif;
}

.content-inside {
  padding: 0;
}

.clearfix:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}

* html .clearfix {
  zoom: 1;
}

/* IE6 */
*:first-child + html .clearfix {
  zoom: 1;
}

/* IE7 */
html, body {
  height: 100%;
  min-height: 100%;
  background-color: #f2f2f2;
  font-family: 'Open Sans', sans-serif;
}

.main-wrapper {
  min-height: 100%;
  background: url(../images/bg-white.png) center 0 repeat-y;
}

a:focus {
  outline: none;
}

.main-wrapper:after {
  content: ' ';
  display: block;
  height: 360px;
  clear: both;
}

ul, ol {
  list-style-type: none;
}

/*nav*/
.nav {
  list-style: none;
  height: 59px;
  display: table;
  padding: 0;
  width: 990px;
  margin: 0 auto;
  border-left: solid 1px #B21525;
  border-right: solid 1px #F2616F;
  position: relative;
}

.nav__item {
  display: table-cell;
  border-right: solid 1px #B21525;
  border-left: solid 1px #F2616F;
  vertical-align: middle;
}

.nav__item:hover .nav__link {
  color: #ED1C31;
  background: #fff;
}

.nav__link:hover {
  color: #ED1C31;
  background: #fff;
}

.nav__link {
  display: block;
  color: #fff;
  text-align: center;
  text-decoration: none;
  font-size: 15px;
  text-transform: uppercase;
  font-weight: bold;
  height: 59px;
  line-height: 59px;
}

.nav__link_two-line {
  box-sizing: border-box;
  padding: 10px 0 0;
  line-height: 20px;
  text-align: center;
}

.nav-wrapper {
  background: url(../images/nav-bg.png) 0 0 repeat-x #ed1c31;
  margin: 0;
}

/*end nav*/
/*submenu*/
.menu-depth-1 {
  position: absolute;
  display: none;
  left: 0;
  font-size: 0;
  top: 59px;
  z-index: 10;
  padding: 20px 0;
  background: #fff;
  width: 100%;
  opacity: 0;
  transition: opacity 0.5s linear;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  height: 285px;
}

.menu-item-has-children:hover .menu-depth-1 {
  display: table;
  opacity: 1;
}

.item6-link:hover .main-menu-link {
  background: #fff;
  color: #ed1c31;
}

.menu-depth-1 div:last-child {
  background: 0;
}

.block-menu {
  float: left;
  background: url(../images/shadow-submenu.png) right -10px no-repeat;
  padding: 0 0 0 15px;
  height: 247px;
}

.block-menu__title {
  font: 600 15px 'Open Sans', Myriad Pro, sans-serif;
  color: #000;
  text-transform: uppercase;
  margin: 0;
  padding: 0 0 0 7px;
}

.list-hide__link {
  font: 15px/16px 'Open Sans', Myriad Pro, sans-serif;
  color: #757575;
  text-decoration: none;
  display: block;
  padding: 5px 7px;
}

.list-hide__link:hover {
  color: #fff;
  background: #ED1C31;
}

.list-hide__item {
  margin: 0 15px 0 0;
}

.list-hide {
  padding: 0;
  float: left;
}

.list-hide_width-type {
  padding-right: 10px;
}

.list-hide_width li {
  width: 130px;
}

.list-hide_width-type li {
  width: 190px;
}

.list-hide_width-kind li {
  width: 175px;
}

/*end submenu*/
.wrapper {
  width: 990px;
  margin: 0 auto;
  min-height: 450px;
}

/*content-block*/
.content-block {
  /*display: table;
  width: 100%;*/
  font-size: 0;
  padding: 4px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background: #fff;
  display: block;
}

.content-block_main {
  padding: 7px;
}

.home-block {
  display: inline-block;
  min-height: 240px;
  min-width: 240px;
  max-width: 480px;
  position: relative;
  /*border: 1px solid #BFBFBF;*/
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0 8px 8px 0;
  vertical-align: top;
  -webkit-transition: all 100ms linear;
  -moz-transition: all 100ms linear;
  -ms-transition: all 100ms linear;
  -o-transition: all 100ms linear;
  transition: all 100ms linear;
  border: none;
  background: #4D0008;
}

.overlay:hover {
  opacity: 0.8;
}

.home-block_indent {
  margin: 0;
}

.home-block__title {
  padding: 0;
  margin: 0;
  font: 18px 'Open Sans', Myriad Pro, sans-serif;
  color: #fff;
  text-transform: uppercase;
  font-weight: bold;
  text-shadow: 2px 2px 1px #252525;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.home-block__title a {
  text-decoration: none;
  color: #fff;
}

.home-block__signature {
  /*background: #252525;
  opacity:0.8;*/
  min-height: 37px;
  width: 100%;
  padding: 0 10px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: absolute;
  left: 0;
  bottom: 0;
  margin: 0;
}

.home-block__signature_top {
  top: 0;
  bottom: auto;
}

.home-block__signature_top_small {
  top: 0;
  bottom: auto;
}

.home-block__signature_top_mid {
  top: 0;
  bottom: auto;
}

.home-block__signature_mid {
  bottom: 0;
}

.home-block__signature-text {
  color: #fff;
  font-size: 14px;
  text-transform: none;
  display: none;
  text-shadow: 2px 2px 1px #252525;
  padding: 0 0 10px 0;
  font: bold 15px 'Open Sans', Myriad Pro, sans-serif;
}

.home-block__signature_top .home-block__signature-text {
  padding: 10px 0 2px 0;
}

.home-block__signature_top_mid .home-block__signature-text {
  padding: 10px 0 2px 0;
}

.home-block__signature_top_small .home-block__signature-text {
  padding: 10px 0 2px 0;
}

.home-block_no-border {
  border: none;
  margin: 0;
  background: 0;
}

.home-block__text {
  font: 15px/18px 'Open Sans', Myriad Pro, sans-serif;
  color: #fff;
  text-transform: uppercase;
}

.home-block__download {
  margin: 0;
  width: 240px;
  display: block;
  height: 115px;
  /*border-bottom: 1px solid #BFBFBF;*/
  background: url("../images/download.png") 30px 30px no-repeat #78ba00;
  text-decoration: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.wrap-overlay {
  background: #4D0008;
  width: 240px;
  height: 115px;
  display: block;
}

.wrap-letter {
  background: #4D0008;
  width: 116px;
  height: 116px;
  margin: 8px 8px 0 0;
  float: left;
}

.wrap-shipping {
  background: #4D0008;
  width: 116px;
  height: 116px;
  float: left;
  margin-top: 8px;
}

.home-block__download:hover {
  opacity: 0.8;
}

.home-block__letter:hover {
  opacity: 0.8;
}

.home-block__shipping:hover {
  opacity: 0.8;
}

.home-block__size {
  text-transform: none;
}

.home-block__content {
  padding: 30px 0 0 95px;
}

.home-block__letter {
  text-decoration: none;
  height: 43px;
  /*border-top: 1px solid #BFBFBF;
  border-right: 1px solid #BFBFBF;*/
  width: 116px;
  float: left;
  display: block;
  background: url("../images/letter.png") 30px 20px no-repeat #2d88ea;
  margin: 0 6px 0 0;
  text-align: center;
  padding: 73px 0 0;
}

.home-block__shipping {
  background: url("../images/shipping.png") no-repeat scroll 30px 20px #c60150;
  box-sizing: border-box;
  display: block;
  float: left;
  height: 116px;
  margin: 0;
  padding: 88px 0 0;
  text-align: center;
  text-decoration: none;
  width: 116px;
}

.home-block__designate {
  /*background:url("../images/bg-banner.png") 0 0 no-repeat;*/
  position: absolute;
  left: 0;
  top: 10px;
  width: 247px;
  height: 118px;
}

.home-block__banner {
  font: 600 30px 'Open Sans', Myriad Pro, sans-serif;
  margin: 0;
  text-transform: uppercase;
  color: #ed1c31;
  padding: 0 0 0 15px;
}

.banner-list__item {
  font: 15px/17px 'Open Sans', Myriad Pro, sans-serif;
  color: #252525;
  margin: 0;
  padding: 0;
}

.banner-list {
  margin: 0;
  padding: 0 0 10px 15px;
}

/*footer*/
.footer {
  background: #F2F2F2;
  height: 360px;
  margin-top: -360px;
}

.footer__wrapper {
  height: 360px;
  width: 990px;
  margin: 0 auto;
  padding: 20px;
  box-sizing: border-box;
  background: #595959;
}

.footer-block {
  float: left;
  width: 475px;
  margin-right: 20px;
  position: relative;
}

.title-line {
  margin-bottom: 5px;
  background: url("../images/pattern_footer.png") left center repeat-x;
}

.title-line__text {
  font: 15px 'Open Sans', Myriad Pro, sans-serif;
  color: #fff;
  text-transform: uppercase;
  font-weight: bold;
  display: inline-block;
  background: #595959;
  margin: 0;
  padding-right: 10px;
}

.title-line__link {
  font: 15px 'Open Sans', Myriad Pro, sans-serif;
  color: #fff;
  text-transform: uppercase;
  font-weight: bold;
  text-decoration: none;
}

.title-line__link:hover {
  text-decoration: underline;
}

.inf {
  padding-bottom: 7px;
  margin-bottom: 5px;
  border-bottom: 1px solid #909595;
  position: relative;
}

.footer-block .first {
  border: none;
  margin: 0;
}

.inf__img {
  float: left;
  margin: 5px 10px 10px 0;
}

.all-news {
  font: 14px 'Open Sans', Myriad Pro, sans-serif;
  color: #fff;
  text-decoration: underline;
  margin: 0 0 20px 89px;
  display: block;
}

.all-news:hover {
  text-decoration: none;
}

.inf__title {
  font: 14px/17px 'Open Sans', Myriad Pro, sans-serif;
  color: #fff;
  text-transform: uppercase;
  font-weight: bold;
  margin: 0;
}
.inf__title a {
  text-decoration: none;
  color: #fff;
}
.inf__title a:hover {
  text-decoration: underline;
}

.inf__text {
  font: 13px/16px 'Open Sans', Myriad Pro, sans-serif;
  color: #e5e5e5;
  margin: 0 0 0 89px;
}

.inf__date {
  font: 13px 'Open Sans', Myriad Pro, sans-serif;
  color: #fff;
  margin: 5px 0 0 89px;
}

.inf__time {
  font: 14px 'Open Sans', Myriad Pro, sans-serif;
  color: #fff;
}

.inf-type {
  font: 14px/16px 'Open Sans', Myriad Pro, sans-serif;
  color: #e5e5e5;
  margin: 0 0 15px 0;
}

.inf-small {
  font: 12px/14px 'Open Sans', Myriad Pro, sans-serif;
  color: #fff;
  text-align: justify;
  margin: 0;
}

.inf_no-border {
  border-bottom: none;
  margin: 0;
  padding: 0;
}

.footer-block-address {
  float: left;
  width: 230px;
  position: relative;
}

.title-line__position {
  margin-left: 60px;
}

.footer-block-map {
  float: right;
  width: 185px;
}

.map-list {
  padding: 0;
  margin: 0;
}
.map-list li:first-child {
  margin-bottom: 5px;
  margin-top: 5px;
}
.map-list li {
  margin-bottom: 5px;
}
.map-list a {
  text-decoration: none;
  text-transform: uppercase;
  font: 14px/16px 'Open Sans', Myriad Pro, sans-serif;
  color: #e5e5e5;
}
.map-list a:hover {
  text-decoration: underline;
}

.footer-block .inf:last-child {
  border: none;
}

.map-list__link {
  text-decoration: none;
  text-transform: uppercase;
  font: 14px/16px 'Open Sans', Myriad Pro, sans-serif;
  color: #e5e5e5;
}

.map-list__link:hover {
  text-decoration: underline;
}

/*end footer*/
/*print of books*/
.picture {
  border-bottom: 5px solid #ED1C31;
  margin-left: 1px;
}

.print-block__left {
  float: left;
  margin-right: 25px;
}

.print-block__right {
  float: left;
  margin: 10px 0 0 0;
}

.title {
  color: #252525;
  font: 18px 'Open Sans', Myriad Pro, sans-serif;
  text-transform: uppercase;
  margin: 0;
  padding: 0 0 0 25px;
  font-weight: 600;
}

.title-page {
  font: 36px 'Open Sans', Myriad Pro, sans-serif;
  color: #252525;
  font-weight: bold;
  padding: 20px 0 25px 0;
  background: #F0F0F0;
  text-align: center;
  margin: 0;
}

.button {
  display: block;
  width: 226px;
  height: 38px;
  background: url("../images/button-red.png") 0 0 repeat-x;
  border-radius: 2px;
  text-decoration: none;
  font: 15px 'Open Sans', Myriad Pro, sans-serif;
  color: #fff;
  font-weight: 600;
  line-height: 38px;
  text-align: center;
  text-transform: uppercase;
  text-shadow: #b02e21 0 -1px 1px;
  margin: 15px 0 0 45px;
}

/*.button:hover{
  @include background(#FF553F,#BA0101);
}*/
.button:hover {
  box-shadow: 0 3px 8px 0 #9b150c;
}

.print-block__right p {
  font: 15px/18px 'Open Sans', Myriad Pro, sans-serif;
  color: #252525;
  padding: 0;
  margin: 0;
}

.print-block {
  margin: 5px 0 18px 0;
}

.price table {
  width: 983px;
  margin-bottom: 30px;
  box-sizing: border-box;
}

.price th {
  font-weight: bold;
  background: #CABFC5;
  font-size: 15px;
  height: 60px;
}

.price td {
  background: #F4E6E6;
  font-weight: normal;
  font-size: 15px;
  height: 50px;
  line-height: normal;
}

.price th, td {
  border: 2px solid #fff;
  box-sizing: border-box;
  padding: 5px 7px;
  width: 185px;
  vertical-align: middle;
  text-align: center;
  color: #1c1c1c;
  text-transform: uppercase;
}

.size {
  width: 233px;
}

/*.content-print{
  padding:0 0 20px 10px;
}*/
.content-print p {
  padding: 3px 0 15px 0;
  margin: 0;
  color: #252525;
  font: 14px 'Open Sans',Myriad Pro,sans-serif;
}

.content-print .padding-not {
  padding: 3px 0 0 0;
}

.title-red {
  background: url("../images/bg-title.png") 0 7px repeat-x;
  margin-right: 3px;
}

.title-red__text {
  color: #252525;
  background: #fff;
  padding: 0 15px 0 0;
  margin: 0;
  font: 600 18px 'Open Sans', Myriad Pro, sans-serif;
  text-transform: uppercase;
  display: inline-block;
}

/*end print of books*/
#map {
  width: 980px;
  height: 390px;
}

/*booklets*/
.sale__title, .content-print .sale__title {
  color: #e4100c;
  font: 600 25px/25px 'Open Sans', Myriad Pro, sans-serif;
  margin: 0 0 10px 0;
}

.sale {
  margin: 0 60px 30px 50px;
  background: url("../images/money.png") right 0 no-repeat #f0f0f0;
  padding: 20px 0  20px 40px;
  box-shadow: 0 6px 5px -1px #E6E6E6;
}

.content-print .sale__text {
  margin: 0;
  font: 15px/18px 'Open Sans', Myriad Pro, sans-serif;
  color: #252525;
  padding: 0 0 5px 0;
}

.simple-list {
  margin: 0 0 10px 20px;
  padding: 0;
  font: 15px/18px 'Open Sans', Myriad Pro, sans-serif;
  color: #252525;
}

.title-red-tall__text {
  background: #fff;
  font: bold 15px/16px 'Open Sans', Myriad Pro, sans-serif;
  color: #e4100c;
  display: inline-block;
  margin: 0;
  text-align: center;
  text-transform: uppercase;
  padding: 0 5px;
}

.title-red-tall {
  background: url("../images/bg-title-tall.png") 0 3px repeat-x;
  padding-left: 195px;
  margin: 10px 0 15px 0;
}

.link-red {
  color: #ED1C31;
  text-decoration: none;
  font-weight: bold;
}

.link-red:hover {
  text-decoration: underline;
}

/*end print of booklets*/
/*contacts*/
.contacts {
  padding: 30px 0 20px 20px;
}

.contacts__left {
  width: 445px;
  float: left;
  margin-right: 35px;
}

.contacts__left .contacts__left__down {
  margin-bottom: 17px;
}

.contacts__right {
  float: left;
  width: 475px;
}

.contacts__left p {
  font: 14px 'Open Sans', Myriad Pro, sans-serif;
  color: #252525;
  margin: 0;
  padding: 0;
}

.simple-title {
  color: #252525;
  background: #fff;
  padding: 0 0 15px 0;
  margin: 0;
  font: 600 18px 'Open Sans', Myriad Pro, sans-serif;
  text-transform: uppercase;
}

.contacts__right p {
  font: 14px 'Open Sans', Myriad Pro, sans-serif;
  padding: 0;
  margin: 0 0 17px 0;
  color: #252525;
}

/*requirements*/
.content-inside .uppercase {
  font: 14px 'Open Sans', Myriad Pro, sans-serif;
  text-transform: uppercase;
  margin: 5px 0 15px 0;
  padding: 0;
}

.content-block .content-inside .uppercase {
  font: 14px 'Open Sans', Myriad Pro, sans-serif;
  text-transform: uppercase;
  margin: 3px 0 15px 0;
  padding: 0;
}

.content-print {
  padding: 0 15px;
}

.content-inside p {
  font: 14px 'Open Sans', Myriad Pro, sans-serif;
  padding: 0 0 7px 0;
  color: #252525;
}

.content-inside .print-block__right p {
  font: 14px 'Open Sans', Myriad Pro, sans-serif;
  padding: 0 0 7px 0;
  color: #252525;
}

.column-list {
  font: 14px 'Open Sans', Myriad Pro, sans-serif;
  padding: 0;
  margin: 0;
  color: #252525;
  list-style-type: none;
}

.column-list li {
  padding: 0;
  margin: 0;
}

.single-news p {
  font: 15px 'Open Sans', Myriad Pro, sans-serif;
  color: #252525;
  padding: 0 0 10px 0;
}

.single-news .content-inside {
  padding: 0;
}

.content-inside {
  padding: 0;
}

.color-title {
  font: 600 18px/34px 'Open Sans', Myriad Pro, sans-serif;
  text-transform: uppercase;
  padding: 0 0 0 25px;
  height: 34px;
  color: #fff;
  margin: 0 0 22px 0;
}

.color-title_red {
  background: #ED1C31;
}

.color-title_orange {
  background: #FF8800;
}

.color-title_green {
  background: #6EC726;
}

.content-inside .title {
  padding: 0;
}

.content-print .select-color {
  margin: 5px 0 7px 0;
  padding: 0;
}

.content-print .wrap-col .select-color_red p {
  color: #ed1c31;
  font-weight: bold;
  padding: 0;
}

.content-print .wrap-col .select-color_black p {
  color: #252525;
  padding: 0;
}

.content-print .mark {
  color: #ed1c31;
}

.content-inside .notice_red {
  background: url("../images/warning.png") left center no-repeat;
}

.content-inside .wrap-col .notice {
  height: 53px;
  font-weight: bold;
  padding: 0 30px 0 70px;
  line-height: 17px;
  margin: 25px 0 10px 0;
}

.content-inside .wrap-col .notice_orange {
  background: url("../images/warning-yellow.png") left center no-repeat;
  height: 46px;
  /*margin: 10px 0 15px 0;*/
  padding: 7px 0 0 70px;
}

.content-inside .description {
  margin-top: 15px;
}

/*end requirements*/
/*magazines*/
.big-sale {
  height: 92px;
  background: #ED1C31;
  padding: 20px 0 0 70px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.big-sale__attention {
  font: bold 36px/36px 'Open Sans', Myriad Pro, sans-serif;
  text-transform: uppercase;
  text-align: center;
  color: #fff;
  float: left;
  margin: 0 90px 0 0;
}

.big-sale__about {
  text-transform: uppercase;
  color: #fff;
  margin: 3px 0 7px 300px;
}

.big-sale__text {
  color: #fff;
  margin: 0 0 0 300px;
}

/*end magazines*/
.menu-depth-1 > li {
  display: table-cell;
  background: url(../images/shadow-submenu.png) 0 0 no-repeat;
  vertical-align: top;
  padding: 0 14px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.menu-depth-1 > li:first-child {
  background: none;
}
.menu-depth-1 > li a {
  display: block;
  font: 600 15px 'Open Sans', Myriad Pro, sans-serif;
  color: #000;
  text-transform: uppercase;
  margin: 0;
  padding: 0 0 15px 7px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  text-decoration: none;
  cursor: default;
}

.menu-depth-2 {
  display: block;
}
.menu-depth-2 li {
  display: inline-block;
  width: 170px;
  /*vertical-align: top;*/
  vertical-align: middle;
}
.menu-depth-2 li a {
  font: 15px/16px 'Open Sans', Myriad Pro, sans-serif;
  color: #757575;
  text-decoration: none;
  display: block;
  padding: 5px 7px;
  text-transform: none;
  cursor: pointer;
}
.menu-depth-2 li a:hover {
  color: #fff;
  background: #ED1C31;
}

.nav > .menu-item {
  display: table-cell;
  border-right: solid 1px #B21525;
  border-left: solid 1px #F2616F;
  vertical-align: top;
}
.nav > .menu-item > a {
  display: block;
  color: #FFF;
  text-align: center;
  text-decoration: none;
  font-size: 15px;
  text-transform: uppercase;
  font-weight: bold;
  height: 59px;
  line-height: 59px;
}

.nav .main-menu-item:hover {
  background: #ca261c;
}

.left-content {
  float: left;
  margin: 0 45px 25px 0;
  padding: 0;
  text-align: justify;
  width: 453px;
}

.right-content {
  float: left;
  margin: 0 0 25px;
  padding: 0;
  text-align: justify;
  width: 453px;
}

.content-print .wrap-col p {
  color: #252525;
  font: 14px 'Open Sans',Myriad Pro,sans-serif;
  margin: 0;
  padding: 3px 0 5px;
}

.title-grey {
  font: bold 18px/50px 'Open Sans', Myriad Pro, sans-serif;
  color: #252525;
  margin: 0 0 20px 0;
  padding: 0;
  text-align: center;
  background: #F2F2F2;
  text-transform: uppercase;
}

.title-banner_red {
  font: bold 18px 'Open Sans', Myriad Pro, sans-serif;
  color: #e4100c;
  margin: 0;
  padding: 5px 0 5px 60px;
  width: 720px;
  margin: 5px auto 10px auto;
  background: url("../images/warning.png") left center no-repeat;
}

.search-main {
  background: url("../images/bg-white.png") repeat-y scroll center 0 rgba(0, 0, 0, 0);
  min-height: 100%;
}

.search-main:after {
  clear: both;
  content: " ";
  display: block;
  height: 360px;
}

.wrapper_search {
  margin: 0 auto;
  min-height: 450px;
  width: 1000px;
}

.search-wrapper {
  padding: 7px 15px;
}

.posts__search {
  margin: 0 0 15px 0;
}

.search-title {
  color: #252525;
  font: bold 18px 'Open Sans',Myriad Pro,sans-serif;
  margin: 0 0 15px 0;
  padding: 0;
  text-transform: uppercase;
}

.true-search {
  color: #ed1c31;
  text-decoration: underline;
  display: inline-block;
  margin: 0 0 5px 0;
}

.true-search:hover {
  text-decoration: none;
}

.search-wrapper p {
  color: #252525;
  font: 14px 'Open Sans',Myriad Pro,sans-serif;
  margin: 0;
  padding: 3px 0 15px;
}

.email-send {
  font-weight: bold;
  text-decoration: underline;
  color: #252525;
}

.title-grey_long {
  line-height: normal;
  padding: 10px 0;
}

.ymaps-map {
  border-bottom: 5px solid #ed1c31;
}

.title-page_select, .content-print .title-page_select {
  font: bold 15px 'Open Sans',Myriad Pro,sans-serif;
  margin: 0;
  padding: 10px 0 3px 0;
  color: #ed1c31;
  text-transform: uppercase;
}

.write-letter {
  padding: 20px 20px 40px 20px;
  margin: 0;
}

.write-letter .field-letter {
  font: bold 16px/23px 'Open Sans',​Myriad Pro,​sans-serif;
  margin: 0 0 15px 0;
  padding: 0;
}

.write-letter .wpcf7-email {
  margin: 0 0 0 24px;
}

.column-letter_line {
  font: bold 16px/23px 'Open Sans',​Myriad Pro,​sans-serif;
  vertical-align: top;
}

.write-letter p {
  padding: 0;
  margin: 0;
}

.wpcf7-captchac {
  margin: 0 0 0 5px;
}

.equipment__img {
  float: left;
  padding: 0 20px 20px 0;
}

.content-print .equipment-block p {
  padding: 0;
  margin: 0;
}

.content-print .equipment-block .equipment-intro {
  padding: 0 0 15px 0;
}

.skype__go {
  display: block;
  float: right;
  width: 23px;
  height: 23px;
  margin: -10px 0 10px 20px;
}

.twitter__go {
  display: block;
  float: right;
  width: 23px;
  height: 23px;
  margin: -10px 11px 0 20px;
}

.write__us {
  display: block;
  float: left;
  width: 23px;
  height: 23px;
  margin: -10px 11px 0 250px;
}

.write-letter #field-long {
  width: 810px;
}

.write-letter .long-write {
  width: 810px;
}

.write-letter .long-write_text {
  width: 810px;
  margin-left: 18px;
}

.write-letter .wrap-capcha {
  margin-left: 25px;
}

.write-letter .field-capcha {
  width: 810px;
  margin-left: 10px;
}

.write-letter .img-capcha {
  margin: 0 0 0 22px;
}

.write-letter .button-write {
  float: right;
  margin-right: 3px;
  width: 175px;
}

.content-print .step-left {
  padding-left: 35px;
}

.content-print .price-description {
  margin: 0 0 20px 50px;
}

.content-print .price-description p {
  padding: 0;
  margin: 0;
}

.content-inside .remark {
  float: left;
  margin: 0 0 0 140px;
  padding: 0;
  text-align: right;
  width: 570px;
}

.content-inside .wrap-remark {
  margin-bottom: 20px;
}

.price-title {
  padding: 0;
  margin: 20px 0 0 0;
  font: bold 20px 'Open Sans',​Myriad Pro,​sans-serif;
}

.button_know {
  margin-top: 0;
  float: right;
}

.inf-small_link {
  color: #e5e5e5;
  text-decoration: none;
}

.inf-small_link:hover {
  text-decoration: underline;
}

#container {
  width: 480px;
  position: relative;
  display: inline-block;
  margin: 0 8px 0 0;
}

#slides {
  position: relative;
}

#slides .slidesContainer {
  width: 480px;
  height: 240px;
  display: inline-block;
}

/*
  Next/prev buttons
*/
#slides .slidesNext, #slides .slidesPrevious {
  display: none;
  position: absolute;
  top: 134px;
  left: -40px;
  width: 24px;
  height: 0;
  padding-top: 32px;
  z-index: 101;
  overflow: hidden;
  background: url(../images/navigation-previous.png) no-repeat 0 0;
}

#slides .slidesNext {
  left: 798px;
  background: url(../images/navigation-next.png) no-repeat 0 0;
  display: none;
}

/*
  Pagination
*/
.slidesPagination {
  bottom: 15px;
  float: right;
  left: 195px;
  margin: 10px 0 0;
  position: absolute;
  z-index: 50;
}

.slidesPagination li {
  float: left;
  margin: 0 1px;
  list-style: none;
}

.slidesPagination li a {
  display: block;
  width: 18px;
  height: 18px;
  padding-top: 14px;
  margin: 0 9px 0 0;
  background: url(../images/pagination.png) -30px 0;
  overflow: hidden;
  box-sizing: border-box;
}

.slidesPagination li a:hover {
  background: url(../images/pagination.png) 18px 0;
}

.slidesPagination li.slidesCurrent a {
  background-position: 0 0;
}

.slide1 {
  background: url(../images/slide1.jpg) 0 0;
}

.slide2 {
  background: url(../images/slide2.jpg) 0 0;
}

.slide3 {
  background: url(../images/slide3.jpg) 0 0;
}

.slide4 {
  background: url(../images/slide4.jpg) 0 0;
}

.slide5 {
  background: url(../images/slide5.jpg) 0 0;
}

.current_slide {
  font: bold 10px/1.33 sans-serif;
  float: left;
  margin-top: 12px;
}

.controls {
  display: block;
  margin-top: 12px;
  float: left;
  color: #333;
  font: bold 10px/1.33 sans-serif;
  margin-right: 10px;
}

.slide {
  width: 480px;
  height: 240px;
  box-sizing: border-box;
  padding: 50px 5px 15px 25px;
}

.slide-img {
  float: left;
}

.slide-img_right {
  float: right;
}

.slide-content {
  width: 335px;
  margin: 10px 0 0 0;
  float: left;
}

.slide-title {
  font: bold 44px/44px 'Open Sans',Myriad Pro,sans-serif;
  color: #f9f9f5;
  text-transform: uppercase;
  padding: 0;
  margin: 0;
  letter-spacing: 0.3px;
  text-shadow: 3px 2px 3px #000;
}

.slide-title_small {
  font: bold 30px/30px 'Open Sans',Myriad Pro,sans-serif;
}

.slide-title_red {
  color: #E72E41;
}

.slide-link {
  display: inline-block;
  padding: 0;
  margin: 0;
}

.slide-content_right {
  float: right;
  margin: 10px 20px 0 0;
  text-align: right;
}

.slide-title_blue {
  color: #248FD3;
}

.slide-title_purple {
  color: #860086;
  font-size: 25px;
}

.slide-title_green {
  color: #2EBF1A;
}

.slide-text {
  color: #f9f9f5;
  font: bold 15px 'Open Sans',Myriad Pro,sans-serif;
  margin: 0;
  padding: 0;
  text-shadow: 2px 2px 3px #000;
}

.home-block_slider {
  background: 0;
}

.main-news {
  font: 36px 'Open Sans', Myriad Pro, sans-serif;
  color: #252525;
  font-weight: bold;
  padding: 20px 0 25px 0;
  background: #F0F0F0;
  text-align: center;
  margin: 0;
}

.news {
  float: left;
  padding: 20px 48px;
  margin: 0 auto 30px auto;
  border-bottom: 1px solid #E4E4E4;
  width: 884px;
}

.news li:last-child {
  margin: 0;
}

.news__item {
  float: left;
  margin: 0 40px 0 0;
}

.news__link {
  font: bold 15px 'Open Sans', Myriad Pro, sans-serif;
  color: #09628c;
  border-bottom: 1px dashed #84B0C5;
  text-decoration: none;
}

.news__link:hover {
  border: none;
}

.active-news {
  font: bold 15px 'Open Sans', Myriad Pro, sans-serif;
  border: none;
  color: #252525;
}

.post-left {
  float: left;
  width: 435px;
}

.post-right {
  float: left;
  width: 435px;
  margin-left: 50px;
}

.date-news {
  height: 21px;
  background: url(../images/gradient-red.png) 0 0 repeat-x;
  width: 75px;
  float: left;
  padding-left: 10px;
  font: 600 12px 'Open Sans', Myriad Pro, sans-serif;
  color: #fff;
  padding-top: 3px;
  /*border-right: 1px solid #ED250B;*/
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}

.about-news {
  display: block;
  float: left;
  height: 23px;
  background: url(../images/gradient-grey.png) 0 0 repeat-x;
  font: 12px 'Open Sans', Myriad Pro, sans-serif;
  color: #09628c;
  padding: 0 10px;
  line-height: 24px;
  margin: 0 0 0 1px;
  text-decoration: none;
  border-bottom: 1px solid #D9D9D9;
  -webkit-border-top-right-radius: 4px;
  -webkit-border-bottom-right-radius: 4px;
  -moz-border-radius-topright: 4px;
  -moz-border-radius-bottomright: 4px;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}

.about-news:hover {
  background: url(../images/hover-grey.png) 0 0 repeat-x;
}

.news-block {
  margin: 30px 35px 30px 35px;
  padding: 0 0 30px 0;
  border-bottom: 1px solid #E4E4E4;
}

.title-link {
  color: #09628c;
  font: bold 19px 'Open Sans', Myriad Pro, sans-serif;
  text-decoration: none;
}

.title-link:hover {
  text-decoration: underline;
}

.title-news {
  margin: 20px 0;
}

.news-block p {
  font: 15px 'Open Sans', Myriad Pro, sans-serif;
  color: #252525;
}

.pages {
  width: 220px;
  margin: 0 auto 30px auto;
}

.pages__item {
  float: left;
}

.pages__link {
  background: url(../images/gradient-grey-long.png) 0 0 repeat-x;
  height: 28px;
  margin: 0 1px;
  text-align: center;
  font: 14px 'Open Sans', Myriad Pro, sans-serif;
  color: #252525;
  text-decoration: none;
  display: block;
  line-height: 28px;
  padding: 0 10px;
}

.pages__link:hover {
  background: url(../images/hover-long.jpg) 0 0 repeat-x;
}

.next {
  -webkit-border-top-right-radius: 4px;
  -webkit-border-bottom-right-radius: 4px;
  -moz-border-radius-topright: 4px;
  -moz-border-radius-bottomright: 4px;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  position: relative;
  padding-right: 30px;
}

.next:after {
  content: "";
  background: url(../images/next.png) 0 0 no-repeat;
  right: 13px;
  top: 10px;
  height: 10px;
  width: 6px;
  position: absolute;
}

.pages__link-first {
  -webkit-border-top-left-radius: 4px;
  -webkit-border-bottom-left-radius: 4px;
  -moz-border-radius-topleft: 4px;
  -moz-border-radius-bottomleft: 4px;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}

.active-page {
  background: url(../images/gradient-red-long.png) 0 0 repeat-x;
  color: #fff;
}

.active-page:hover {
  background: url(../images/gradient-red-long.png) 0 0 repeat-x;
}

.single-news {
  margin: 0 auto;
  width: 830px;
}

.inf-news {
  padding: 15px 20px;
  border-bottom: 1px solid #E4E4E4;
}

.img__single-news {
  float: left;
  margin: 0 15px 0 0;
}

.write-news {
  margin: 15px 0 30px 0;
}

.back {
  display: block;
  width: 226px;
  height: 36px;
  background: url(../images/button-news.png) 0 0 repeat-x;
  text-align: center;
  text-decoration: none;
  font: bold 15px 'Open Sans', Myriad Pro, sans-serif;
  color: #666666;
  line-height: 36px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  margin: 0 auto 30px auto;
}

.back:hover {
  background: url(../images/gradient-red-long2.png) 0 0 repeat-x;
  color: #fff;
  text-shadow: 1px 1px 0 #C01C13;
}

.intro-title {
  font: bold 30px/31px 'Open Sans', Myriad Pro, sans-serif;
  color: #252525;
  margin: 0 0 20px 0;
  padding: 0;
}

.equipment-intro{
	padding-bottom: 15px;
}

.page-404{
	font-size: 125px;
    text-align: center;
    margin-top: 80px;
}
.page-404-description{
    font-size: 25px;
    text-align: center;
    margin-top: 30px;
}
#nav-menu-item-109 .menu-depth-2 li{
	width: 200px;
}
#nav-menu-item-125{
	position: relative;
}
#nav-menu-item-125 .menu-depth-1{
	height: auto;
}
#nav-menu-item-125 .menu-depth-1 li {
  display: inline-block;
  width: 170px;
  /*vertical-align: top;*/
  vertical-align: middle;
}
#nav-menu-item-125 .menu-depth-1 li a {
  font: 15px/16px 'Open Sans', Myriad Pro, sans-serif;
  color: #757575;
  text-decoration: none;
  display: block;
  padding: 5px 7px;
  text-transform: none;
  cursor: pointer;
}
#nav-menu-item-125 .menu-depth-1 li a:hover {
  color: #fff;
  background: #ED1C31;
}

.kama_breadcrumbs{
	width: 974px;
    margin: 0px auto;
    padding: 10px 8px;
    font-size: 13px;
    background-color: #f2f2f2;
}
div.wpcf7-response-output {
	font-size: 14px;
}
.menu_subsections{
	font-size: 14px;
    float: left;
    margin: 15px;
    border-right: 2px solid #cabfc5;
    padding-right: 30px;
	width: 120px;
}
.menu_subsections_wrap .menu_subsections:last-of-type{
	border: 0;
}
.menu_subsections p{
	display: block;
    font: 600 15px 'Open Sans', Myriad Pro, sans-serif;
    color: #000;
    text-transform: uppercase;
    margin: 0;
    padding: 0;
	min-height: 24px;
}
.menu_subsections li{
	line-height: 20px;
}
.menu_subsections li a{
	font: 15px/16px 'Open Sans', Myriad Pro, sans-serif;
    color: #757575;
    text-decoration: none;
    display: block;
    padding: 5px 7px;
    text-transform: none;
    cursor: pointer;
}
.menu_subsections li a:hover, .menu_subsections li.active {
    color: #fff;
    background: #ED1C31;
}
.menu_subsections li.active{
	padding: 5px 7px;
}
.menu_subsections li.active a{
	padding: 0;
}
.menu_subsections li a.show_hid_el{
	font-size: 13px;
	text-decoration: underline;
	color: #e20b08;
}
.menu_subsections li a.show_hid_el:hover {
    color: #e20b08;
    background: none;
	text-decoration: none;
}
.menu_subsections._add{
	padding-top: 24px;
}
.hid_el{
	display: none;
}

body1 > * {display: none;}


.ep_portfolio li:nth-child(4) {
  /* margin-right: 34px!important; */
}

.ep_portfolio li:nth-child(4n) {
  margin-right: 15px!important;
}

.ep_portfolio li:nth-child(3n) {
  /* margin-right: 34px!important; */
}

.ep_portfolio li {
  height: 187px;
  width: 30%!important;
    overflow: hidden;

}

.ep_item:hover .item_more a {
  margin-left: auto;
    margin-right: auto;
}

.ep_portfolio li img {
  height: auto!important;
      width: 100%!important
}
@media screen and (max-width: 1700px) {
}
