@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
  .gradient_line {
    overflow: hidden;
    margin: 20px -30px;
  }
  .stripe {
    width: 1024px!important;
  }
  footer {
    width: 1024px!important;
  }
}
@font-face {
  font-family: 'PT Sans';
  src: url('/static/main/fonts/ptc55f.eot');
  src: url('/static/main/fonts/ptc55f.eot') format('embedded-opentype'), url('/static/main/fonts/ptc55f.woff') format('woff'), url('/static/main/fonts/ptc55f.ttf') format('truetype'), url('/static/main/fonts/ptc55f.svg#PTSansCaptionRegular') format('svg');
  font-style: normal;
  font-weight: normal;
}
@font-face {
  font-family: 'PT Sans';
  src: url('/static/main/fonts/ptc75f.eot');
  src: url('/static/main/fonts/ptc75f.eot') format('embedded-opentype'), url('/static/main/fonts/ptc75f.woff') format('woff'), url('/static/main/fonts/ptc75f.ttf') format('truetype'), url('/static/main/fonts/ptc75f.svg#PTSansCaptionBold') format('svg');
  font-style: normal;
  font-weight: bold;
}
@font-face {
  font-family: 'PT Sans Narrow';
  src: url('/static/main/fonts/ptn57f.eot');
  src: url('/static/main/fonts/ptn57f.eot') format('embedded-opentype'), url('/static/main/fonts/ptn57f.woff') format('woff'), url('/static/main/fonts/ptn57f.ttf') format('truetype'), url('/static/main/fonts/ptn57f.svg#PTSansNarrowRegular') format('svg');
  font-style: normal;
  font-weight: normal;
}
@font-face {
  font-family: 'PT Sans Narrow';
  src: url('/static/main/fonts/ptn77f.eot');
  src: url('/static/main/fonts/ptn77f.eot') format('embedded-opentype'), url('/static/main/fonts/ptn77f.woff') format('woff'), url('/static/main/fonts/ptn77f.ttf') format('truetype'), url('/static/main/fonts/ptn77f.svg#PTSansNarrowBold') format('svg');
  font-style: normal;
  font-weight: bold;
}
@font-face {
  font-family: 'PT Sans';
  src: url('/static/main/fonts/pts56f.eot');
  src: url('/static/main/fonts/pts56f.eot') format('embedded-opentype'), url('/static/main/fonts/pts56f.woff') format('woff'), url('/static/main/fonts/pts56f.ttf') format('truetype'), url('/static/main/fonts/pts56f.svg#PTSansItalic') format('svg');
  font-style: italic;
  font-weight: normal;
}
html,
body {
  background: #ffffff;
  /* Old browsers */
  background: -moz-linear-gradient(top, #ffffff 0%, #ffffff 120px, #f7f7f7 121px, #f7f7f7 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffffff), color-stop(120px, #ffffff), color-stop(121px, #f7f7f7), color-stop(100%, #f7f7f7));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #ffffff 0%, #ffffff 120px, #f7f7f7 121px, #f7f7f7 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #ffffff 0%, #ffffff 120px, #f7f7f7 121px, #f7f7f7 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #ffffff 0%, #ffffff 120px, #f7f7f7 121px, #f7f7f7 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #ffffff 0%, #ffffff 120px, #f7f7f7 121px, #f7f7f7 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#f7f7f7', GradientType=0);
  /* IE6-9 */
  font-family: "PT Sans";
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
}
body {
  overflow-x: hidden;
  overflow-y: auto;
  -webkit-overflow-scroll: touch;
  min-height: 100%;
  height: 100%;
  height: auto !important;
  position: relative;
}
input,
textarea {
  outline: none;
}
a {
  text-decoration: none;
}
a:hover {
  text-decoration: none;
}
ul,
ol {
  list-style: none;
  padding: 0;
  margin: 0;
}
h1 {
  font-size: 30px;
  text-align: center;
  text-transform: uppercase;
  color: #363636;
  font-weight: normal;
}
.clear {
  clear: both;
}
.wrapper {
  position: relative;
  margin: 0 auto;
  max-width: 1000px;
  min-width: 300px;
  overflow: hidden;
  padding: 10px 0 180px;
}
@media all and (min-width: 0px) and (max-width: 600px) {
  .wrapper {
    padding: 10px 0 300px;
  }
}
@media all and (min-width: 600px) and (max-width: 1000px) {
  .wrapper {
    padding: 10px 0 260px;
  }
}
.left_part {
  float: left;
  max-width: 100%;
}
.right_part {
  float: right;
  max-width: 100%;
}
/*Header*/
header {
  padding: 20px 10px 0;
  position: relative;
}
@media all and (min-width: 600px) {
  header {
    height: 100px;
  }
}
header .logo {
  background: url("/static/main/images/pressa_logo.svg") left no-repeat;
  display: block;
  position: absolute;
  height: 33px;
  width: 211px;
  left: 10px;
}
header .header_upper_part {
  height: 55px;
}
.search {
  margin: 0 10px 0 307px;
  width: 360px;
  position: relative;
}
.search .enter {
  background: url("/static/main/images/search_1.png") 25px 7px no-repeat transparent !important;
  border: 1px solid transparent;
  position: absolute;
  display: block;
  width: 35px;
  right: 0;
  top: 0;
}
.search input {
  border: 1px solid #dddddd;
  height: 28px;
  padding: 0 35px 0 18px;
  width: 305px;
  border-radius: 16px;
  font-size: 18px;
  color: #363636;
}
.search input:hover,
.search input:focus {
  border: 1px solid #bcbcbc;
}
.search input.enter:hover,
.search input.enter:focus {
  border: 1px solid transparent !important;
}
.search:hover .enter {
  background: url("/static/main/images/search_1.png") 25px -17px no-repeat transparent !important;
  border: 1px solid transparent !important;
}
.actions.many_positions {
  text-align: center;
  width: 295px;
}
.actions.many_positions li {
  float: none;
  display: inline-block;
}
.actions {
  position: absolute;
  right: 10px;
  top: 22px;
  font-family: 'PT Sans Narrow';
}
.actions li {
  float: left;
}
.actions li a {
  color: #363636;
}
.actions li a:hover {
  color: #981b1e;
}
.actions li span {
  display: block;
  height: 14px;
  border-left: 1px solid #363636;
  margin: 3px 4px 0;
}
nav {
  margin: 0 auto;
  width: 465px;
  overflow: hidden;
}
nav a {
  background: #ececec;
  border: 1px solid #BCBCBC;
  border-radius: 31px 31px 0 0;
  color: #363636;
  display: block;
  font-family: "PT Sans";
  font-size: 19px;
  margin: 0 -4px;
  padding: 4px 0 2px;
  position: relative;
  text-align: center;
  width: 158px;
  z-index: 5;
  height: 24px;
  float: left;
}
nav a:first-child {
  margin-left: 0;
  z-index: 7;
}
nav a:nth-child(3) {
  margin-right: 0;
  z-index: 3;
}
nav a:last-child {
  position: absolute;
  right: 40px;
  color: #981b1e;
}
nav a:hover {
  background: #981b1e;
  border-bottom: 2px solid #981b1e;
  border-top: 1px solid #981b1e;
  border-left: 1px solid #981b1e;
  border-right: 1px solid #981b1e;
  color: #fff;
  z-index: 10;
}
nav a.active {
  background: #981b1e;
  border-bottom: 2px solid #981b1e;
  border-top: 1px solid #981b1e;
  border-left: 1px solid #981b1e;
  border-right: 1px solid #981b1e;
  color: #fff;
  z-index: 10;
}
.stripe {
  border-top: 1px solid #bcbcbc;
  border-bottom: 4px solid #981b1e;
  height: 1px;
  position: absolute;
  width: 100%;
  top: 116px;
}
/*/Header*/
/*Content*/
.content {
  padding: 0 10px;
}
@media all and (min-width: 980px) {
  .content {
    padding: 0;
  }
}
@media all and (max-width: 980px) {
  .content table {
    display: block;
    overflow-x: auto;
    border: 1px solid #000;
  }
  .content tbody {
    display: block;
    min-width: 200px;
  }
  .content tbody > tr {
    border-bottom: 1px solid #000;
  }
}
.journal_details_head {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
@media all and (min-width: 980px) {
  .journal_details {
    padding: 30px 60px 0;
  }
  .journal_details_head {
    justify-content: space-between;
  }
}
.magazines {
  padding: 0;
}
@media all and (min-width: 980px) {
  .magazines {
    padding: 0 30px;
  }
}
.content a {
  color: #555555;
}
.content a:hover {
  color: #981b1e;
  text-decoration: none;
  cursor: pointer;
}
/*/Content*/
.gradient_line {
  margin: 20px 0;
}
.gradient_line .left_part {
  background: #f5f5f5;
  /* Old browsers */
  background: -moz-linear-gradient(left, #f5f5f5 0%, #e6e6e6 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, right top, color-stop(0%, #f5f5f5), color-stop(100%, #e6e6e6));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(left, #f5f5f5 0%, #e6e6e6 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(left, #f5f5f5 0%, #e6e6e6 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(left, #f5f5f5 0%, #e6e6e6 100%);
  /* IE10+ */
  background: linear-gradient(to right, #f5f5f5 0%, #e6e6e6 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f5f5f5', endColorstr='#e6e6e6', GradientType=1);
  /* IE6-9 */
  height: 1px;
  width: 85px;
  margin-left: -85px;
}
.gradient_line .right_part {
  background: #f5f5f5;
  /* Old browsers */
  background: -moz-linear-gradient(left, #e6e6e6 0%, #f5f5f5 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, right top, color-stop(0%, #e6e6e6), color-stop(100%, #f5f5f5));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(left, #e6e6e6 0%, #f5f5f5 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(left, #e6e6e6 0%, #f5f5f5 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(left, #e6e6e6 0%, #f5f5f5 100%);
  /* IE10+ */
  background: linear-gradient(to right, #e6e6e6 0%, #f5f5f5 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e6e6e6', endColorstr='#f5f5f5', GradientType=1);
  /* IE6-9 */
  height: 1px;
  width: 85px;
  margin-right: -85px;
}
.gradient_line .center_part {
  background: #e6e6e6;
  float: left;
  height: 1px;
  width: 100%;
}
.categories {
  overflow: hidden;
}
.categories ul {
  margin-bottom: -23px;
  overflow: hidden;
}
.categories ul li {
  float: left;
  margin: 10px;
}
.categories ul li a {
  overflow: hidden;
  display: block;
}
.categories ul li a img {
  border: none;
  padding: 0;
  margin: 0;
}
.categories ul li:hover span {
  color: #7d7d7d;
}
.cat_b2b a {
  height: 160px;
  width: 280px;
}
.cat_news a {
  height: 160px;
  width: 180px;
}
.cat_women a {
  height: 290px;
  width: 180px;
}
.cat_orthodox {
  margin-bottom: 60px !important;
}
.cat_orthodox a {
  height: 240px;
  width: 280px;
}
.cat_photo {
  margin-top: -120px !important;
}
.cat_photo a {
  height: 170px;
  width: 180px;
}
.cat_video {
  margin-top: -120px !important;
}
.cat_video a {
  width: 280px;
  height: 170px;
}
.cat_modus_vivendi a {
  height: 110px;
  width: 180px;
}
.cat_household {
  margin-top: -40px !important;
}
.cat_household a {
  height: 380px;
  width: 280px;
}
.cat_rest {
  margin-bottom: 45px !important;
  margin-top: -280px !important;
}
.cat_rest a {
  height: 240px;
  width: 280px;
}
.cat_sport {
  margin-bottom: 45px !important;
  margin-top: -280px !important;
}
.cat_sport a {
  height: 240px;
  width: 180px;
}
.cat_regions {
  margin-top: -210px !important;
}
.cat_regions a {
  height: 170px;
  width: 180px;
}
.posts {
  overflow: hidden;
}
.post {
  position: relative;
  float: left;
  margin-top: 10px;
  margin-bottom: 10px;
  width: 480px;
  max-width: 100%;
}
@media all and (min-width: 800px) {
  .post {
    margin-left: 10px;
    margin-right: 10px;
  }
}
.post img {
  max-width: 100%;
}
.post a.book_overlay {
  background: url("/static/main/images/post_book_overlay.png") top no-repeat;
  display: block;
  height: 270px;
  position: absolute;
  top: 0;
  width: 480px;
  max-width: 100%;
}
.post .sub_text {
  font-size: 13px;
  height: 23px;
  padding-top: 7px;
  text-indent: 20px;
}
.sub_text {
  background: #fff;
  border-bottom: 1px solid #C0BDBD;
  display: block;
  font-size: 15px;
  height: 23px;
  padding-top: 7px;
  text-indent: 10px;
  text-transform: uppercase;
  width: 100%;
}
.sub_text2 {
  background: #fff;
  display: block;
  font-size: 15px;
  height: 23px;
  padding-top: 7px;
  text-indent: 10px;
  text-transform: uppercase;
  width: 100%;
}
.post .sub_text2 {
  font-size: 13px;
  height: 23px;
  padding-top: 7px;
  text-indent: 20px;
}
.border-bottom {
  border-bottom: 1px solid #C0BDBD;
}
.post .sub_text span {
  display: inline;
  text-indent: 0;
  text-transform: uppercase;
  vertical-align: middle;
}
.sub_text .edition_name {
  text-indent: 0;
  display: inline-block !important;
  text-overflow: ellipsis;
  overflow: hidden;
  max-width: 290px;
  margin-right: 10px;
}
.sub_text .italic {
  display: inline !important;
}
.italic {
  font-style: italic;
}
.post .italic {
  color: #898989;
  display: inline-block;
}
.post .name_shortener {
  float: left;
  width: 400px;
  max-width: 100%;
  /*text-overflow: ellipsis;
  white-space: nowrap;*/
  overflow: hidden;
}
.post a.reading {
  display: block;
  float: right;
  margin-right: 15px;
  text-indent: 0;
}
.post img {
  display: block;
}
.more_issues {
  font-size: 15px;
  text-align: center;
  display: block;
  margin-top: 15px;
}
.banner {
  display: block;
  height: 311px;
  margin: 30px auto;
  overflow: hidden;
  width: 980px;
}
.options {
  overflow: hidden;
}
.option {
  float: left;
  margin: 10px 15px 10px 10px;
}
.option:nth-child(3) {
  margin-right: 0;
}
.option .sub_text {
  font-size: 19px;
  height: 37px;
  padding-top: 13px;
  text-align: center;
  text-indent: 0;
}
.option img {
  display: block;
}
.download {
  display: inline-block;
  float: right;
  margin-left: 15px;
  overflow: hidden;
}
.download a {
  display: block;
  float: left;
  height: 21px;
  margin-right: 20px;
}
a.apple {
  background: url("/static/main/images/apple_1.png") 0 0 no-repeat;
  width: 17px;
}
a.apple:hover {
  background: url("/static/main/images/apple_1.png") 0 -21px no-repeat;
}
a.windows {
  background: url("/static/main/images/windows_1.png") 0 2px no-repeat;
  width: 16px;
}
a.windows:hover {
  background: url("/static/main/images/windows_1.png") 0 -19px no-repeat;
}
a.andriod {
  background: url("/static/main/images/andriod_1.png") 0 1px no-repeat;
  width: 20px;
}
a.andriod:hover {
  background: url("/static/main/images/andriod_1.png") 0 -20px no-repeat;
}
/*Footer*/
footer {
  background: #363636;
  border-top: 1px solid #c0c0c0;
  position: absolute;
  bottom: 0;
  overflow: hidden;
  /*height: 138px;*/
  width: 100%;
  font-family: "PT Sans Narrow";
}
footer .top_part {
  background: #e9e9e9;
  border-top: 1px solid #ffffff;
  width: 100%;
}
.top_part a {
  color: #555555;
}
.top_part a:hover {
  color: #981b1e;
}
.footer_cont {
  margin: 0 auto;
  overflow: hidden;
  width: 980px;
  max-width: 100%;
}
footer > .footer_cont {
  padding: 0 10px 25px 0;
}
@media all and (min-width: 980px) {
  .footer_cont {
    padding: 0 10px;
  }
}
.bottom_menu {
  overflow: hidden;
  float: left;
  font-size: 15px;
  margin-top: 2px;
}
.bottom_menu li {
  float: left;
  margin-left: 18px;
  margin-top: 13px;
}
.top_part a.footer_logo {
  background: url("/static/main/images/pressa_logo_footer.png") center no-repeat;
  display: block;
  float: left;
  height: 22px;
  margin-left: 20px;
  margin-top: 12px;
  width: 28px;
}
.top_part .credits {
  display: inline-block;
  margin-left: 90px;
}
.credits a {
  display: inline-block;
  height: 30px;
  margin: 8px 20px 0;
}
@media all and (max-width: 600px) {
  .top_part .credits {
    display: block;
    margin-left: 0;
    transform: scale(0.8);
  }
  .credits a {
    margin: 0;
  }
}
.credits .visa {
  background: url("/static/main/images/Visa.svg") center no-repeat;
  width: 74px;
  filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale");
  /* Firefox 10+, Firefox on Android */
  filter: gray;
  /* IE6-9 */
  -webkit-filter: grayscale(100%);
  /* Chrome 19+, Safari 6+, Safari 6+ iOS */
}
.credits .visa:hover {
  filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'1 0 0 0 0, 0 1 0 0 0, 0 0 1 0 0, 0 0 0 1 0\'/></filter></svg>#grayscale");
  -webkit-filter: grayscale(0%);
}
.credits .maestro {
  background: url("/static/main/images/MasterCard.svg") center no-repeat;
  width: 50px;
  filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale");
  /* Firefox 10+, Firefox on Android */
  filter: gray;
  /* IE6-9 */
  -webkit-filter: grayscale(100%);
  /* Chrome 19+, Safari 6+, Safari 6+ iOS */
}
.credits .maestro:hover {
  filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'1 0 0 0 0, 0 1 0 0 0, 0 0 1 0 0, 0 0 0 1 0\'/></filter></svg>#grayscale");
  -webkit-filter: grayscale(0%);
}
.top_part .downloader {
  float: right;
  margin-right: 10px;
  margin-top: 8px;
}
.top_part .downloader a.read {
  display: block;
  height: 23px;
  width: 150px;
  border-radius: 5px 5px 5px 5px;
  border: 1px solid #808080;
  padding-top: 5px;
}
.top_part .downloader span {
  background: url("/static/main/images/download_arrow.png") 12px center no-repeat !important;
  font-size: 15px;
  padding: 6px 15px 6px 30px;
  text-align: right;
  font-family: "PT Sans Narrow";
  cursor: pointer;
  text-transform: uppercase;
}
.copyright {
  color: #C2C2C2;
  font-size: 15px;
  margin-left: 18px;
  margin-top: 35px;
  text-transform: uppercase;
}
.subcopyright {
  font-size: 12px;
  margin-top: 2px;
  overflow: hidden;
}
.subcopyright li {
  float: left;
  margin-left: 18px;
}
.subcopyright li span {
  color: #959595;
}
.subcopyright li a {
  color: #959595;
}
.subcopyright li a:hover {
  color: #cccccc;
}
a.crear {
  background: url("/static/main/images/crear_1.png") 0 0 no-repeat;
  display: block;
  float: right;
  height: 15px;
  margin-right: 33px;
  margin-top: 15px;
  width: 106px;
}
@media all and (min-width: 980px) {
  a.crear {
    margin-top: -15px;
  }
}
a.crear:hover {
  background: url("/static/main/images/crear_1.png") 0 -15px no-repeat;
}
/*Slider*/
.nivoSlider {
  background: url("/static/main/images/preloader.GIF") center no-repeat;
  height: 319px;
  margin: 0 auto;
  overflow: visible;
  position: relative;
  width: 934px;
}
.nivo-directionNav a {
  height: 100%;
  width: 23px;
  top: 0;
  text-indent: -999999px;
}
.nivo-prevNav {
  background: url("/static/main/images/banner_arr_left.png") center no-repeat;
  margin-left: -23px;
}
.nivo-prevNav:hover {
  background: url("/static/main/images/banner_arr_left_hover.png") center no-repeat;
}
.nivo-nextNav {
  background: url("/static/main/images/banner_arr_right.png") center no-repeat;
  margin-right: -23px;
}
.nivo-nextNav:hover {
  background: url("/static/main/images/banner_arr_right_hover.png") center no-repeat;
}
.nivo-controlNav a {
  background: #c2c2c2;
  display: inline-block;
  height: 14px;
  width: 14px;
  border-radius: 8px;
  margin: 0 9px;
  text-indent: -999999px;
}
.nivo-controlNav a.active,
.nivo-controlNav a:hover {
  background: #898989;
}
.nivo-controlNav {
  padding: 0 0 15px;
}
/*/Slider*/
/*Modals*/
h4 {
  color: #252525;
  font-size: 19px;
  font-weight: normal;
  margin: 0;
  padding: 16px 0;
  text-align: center;
  text-transform: uppercase;
}
.shadow_white {
  background: rgba(255, 255, 255, 0.5);
  position: absolute;
  height: 100%;
  width: 100%;
  z-index: 60;
}
.modal_window {
  background: #fff;
  border: 1px solid #bcbcbc;
  border-radius: 3px;
  width: calc(100% - 60px);
  position: absolute;
  left: 50%;
  /*transform: translate(-50%, 0);*/
  width: 300px;
  padding: 10px;
  margin-top: 160px;
  margin-left: -160px;
  z-index: 65;
}
@media all and (min-width: 600px) {
  .modal_window {
    width: 320px;
    margin-left: -251px;
    padding: 30px 90px;
  }
}
.modal_close {
  background: url("/static/main/images/modal_close.png") top no-repeat;
  display: block;
  height: 9px;
  width: 9px;
  position: absolute;
  top: 10px;
  right: 10px;
}
.modal_close:hover {
  background: url("/static/main/images/modal_close_hover.png") top no-repeat;
}
.form_block {
  width: 100%;
  position: relative;
}
@media all and (min-width: 600px) {
  .form_block {
    margin: 0 auto;
    width: 320px;
  }
}
.form_block input[type="text"],
.form_block input[type="email"],
.form_block input[type="password"],
.form_block input[type="number"] {
  background: #ebebeb;
  border: 1px solid #bebcbc;
  border-radius: 3px;
  font-size: 15px;
  color: #7d7d7d;
  height: 28px;
  padding: 0 15px;
  display: block;
  margin: 10px auto;
}
@media all and (min-width: 600px) {
  .form_block input[type="text"],
  .form_block input[type="email"],
  .form_block input[type="password"],
  .form_block input[type="number"] {
    width: 288px;
  }
}
.form_block input[type="text"]:focus,
.form_block input[type="password"]:focus {
  border: 1px solid #981b1e;
}
.form_block input[type="submit"] {
  font-family: "PT Sans Narrow";
  display: block;
  font-size: 20px;
  color: #464646;
  border: 1px solid #808080;
  border-radius: 5px;
  text-transform: uppercase;
  padding: 5px 20px;
  padding: 2px 20px 0;
  margin: 25px auto;
}
.form_block input[type="submit"]:hover {
  border: 1px solid #878787;
}
.form_block a {
  color: #555555;
  text-align: center;
  display: block;
  font-size: 13px;
  text-decoration: underline;
}
.form_block a:hover {
  color: #981b1e;
  text-decoration: none;
}
.grey_stripe {
  border-top: 1px solid #bebcbc;
}
.enter_with_social {
  margin-top: 23px;
}
.enter_with_social span {
  text-transform: uppercase;
  font-size: 13px;
  display: block;
  text-align: center;
  color: #898989;
}
.enter_with_social ul li {
  float: left;
  margin: 0 9px;
  position: relative;
  left: -50%;
}
.enter_with_social ul li a img {
  opacity: 0.5;
}
.enter_with_social ul li a:hover img {
  opacity: 1;
}
.social_nets {
  position: relative;
  float: left;
  left: 50%;
  margin-top: 15px;
}
.photo_hidden {
  display: none;
}
.form_block label {
  color: #000;
  display: block;
  margin: 5px auto 15px;
}
.form_block span {
  font-size: 15px;
  display: inline-block;
  margin-left: 8px;
  vertical-align: middle;
}
@media all and (max-width: 600px) {
  .form_block span {
    font-size: 11px;
  }
}
.check {
  background: url("/static/main/images/checkbox.png") top no-repeat;
  height: 13px;
  width: 13px;
  margin-top: -1px;
  display: inline-block;
}
label input[type="checkbox"] {
  display: none;
}
label input[type="checkbox"]:checked + span.check {
  background: url("/static/main/images/checkbox_checked.png") top no-repeat;
}
label.inactive .check {
  background: #f1f1f1;
  border: 1px solid #cecece;
  height: 12px;
  width: 12px;
}
label.inactive span {
  color: #cecece;
}
span.inactive {
  color: #cecece !important;
}
.error {
  color: #981B1E;
}
.error input {
  border: 1px solid #981B1E !important;
}
.error span {
  display: inline-block;
  font-size: 15px;
  margin-bottom: -15px;
  margin-left: 20px !important;
  margin-top: 0;
}
.modal_details {
  border-bottom: 1px dotted #737171;
  margin: 0 -20px;
  padding: 10px 20px 10px;
  font-size: 15px;
}
.modal_details:last-child {
  border-bottom: none;
}
.modal_details p {
  margin: 0;
  padding: 0;
}
.modal_details span {
  display: block;
  line-height: 30px;
}
.total_sum {
  margin-top: 15px;
}
.total_sum span {
  display: inline-block;
  vertical-align: middle;
  color: #252525;
  text-transform: uppercase;
}
.total_sum span.sum {
  color: #981b1e;
  font-size: 25px;
  text-indent: 20px;
}
/*Journal*/
.breadcrumbs {
  border-bottom: 1px solid #BCBCBC;
  color: #252525;
  font-size: 15px;
  font-weight: normal;
  margin: 20px 0;
  padding-bottom: 5px;
  padding-left: 10px;
}
@media all and (max-width: 500px) {
  .breadcrumbs {
    font-size: 11px;
    letter-spacing: -1px;
  }
}
.breadcrumbs a {
  color: #898989;
  margin-right: 5px;
}
.breadcrumbs a.active:hover {
  color: #981B1E;
}
.breadcrumbs a.active {
  color: #252525;
}
.inner_cont {
  padding: 0 30px;
}
.journal_cat {
  padding: 0 10px;
}
.journal_cat .img_container {
  float: left;
  margin-right: 20px;
}
.journal_cat img {
  border: 4px solid #464646;
  display: block;
}
.journal_cat .categories_top {
  float: left;
  overflow: hidden;
  width: 610px;
}
.categories_top ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.categories_top ul li {
  /*float: left;*/
  margin: 10px;
}
.categories_top ul li a {
  background: #fff;
  border: 1px solid #A1A1A1;
  color: #363636;
  display: block;
  font-family: "PT Sans Narrow";
  font-size: 15px;
  height: 22px;
  padding: 6px 10px 0;
  text-align: center;
  text-transform: uppercase;
  width: 161px;
  border-radius: 3px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.categories_top ul li a:hover,
.categories_top ul li a.active {
  background: #981B1E;
  border: 1px solid #981B1E;
  color: #fff;
}
.heading {
  height: 40px;
  /*overflow: hidden;*/
  padding-right: 5px;
  margin-left: 10px;
}
@media all and (max-width: 600px) {
  .heading {
    height: auto;
  }
}
.heading span {
  font-size: 26px;
  font-family: "PT Sans Narrow";
  display: inline-block;
  color: #363636;
  padding-right: 10px;
  text-transform: uppercase;
  height: 35px;
  line-height: 33px;
  background-color: #F7F7F7;
}
.heading span.about {
  background: #f7f7f7;
  font-size: 20px;
  margin-bottom: -6px;
  padding-top: 10px;
}
.heading span.about_similar {
  background: #f7f7f7;
  font-size: 20px;
  margin-bottom: -6px;
  padding-top: 10px;
}
.heading .dashed_stripe {
  border-top: 1px dashed #737171;
  margin-top: 0;
}
@media all and (min-width: 980px) {
  .heading span {
    font-size: 30px;
  }
  .heading .dashed_stripe {
    margin-top: 0;
  }
}
span.new {
  background: url("/static/main/images/rubric_head_1.png") 20px center no-repeat #f7f7f7;
  padding-left: 50px;
}
span.popular {
  background: url("/static/main/images/rubric_head_2.png") 20px center no-repeat #f7f7f7;
  padding-left: 50px;
}
span.free {
  background: url("/static/main/images/rubric_head_3.png") 20px center no-repeat #f7f7f7;
  padding-left: 50px;
}
span.regional {
  background: url("/static/main/images/rubric_head_4.png") 20px center no-repeat #f7f7f7;
  padding-left: 70px;
}
span.all-journals {
  background: url("/static/main/images/rubric_head_5.png") 20px center no-repeat #f7f7f7;
  padding-left: 50px;
}
.heading a {
  background: #f7f7f7;
  display: inline-block;
  float: right;
  font-size: 15px;
  margin-top: 10px;
  padding-left: 10px;
  text-decoration: underline;
}
.magazines_list {
  margin: 22px 4px 10px;
}
.magazines_list .owl-carousel {
  float: left;
}
.magazines_list .previous_block {
  background: url("/static/main/images/magazines_list_prev.png") center no-repeat;
  display: block;
  width: 12px;
  height: 278px;
  float: left;
  margin: 0 11px 0 -25px;
}
.magazines_list .previous_block:hover {
  background: url("/static/main/images/magazines_list_prev_hover.png") center no-repeat;
}
.magazines_list .next_block {
  background: url("/static/main/images/magazines_list_next.png") center no-repeat;
  display: block;
  width: 12px;
  height: 278px;
  float: right;
  margin-right: -28px;
}
.magazines_list .next_block:hover {
  background: url("/static/main/images/magazines_list_next_hover.png") center no-repeat;
}
@media all and (max-width: 980px) {
  .magazines_list .previous_block,
  .magazines_list .next_block {
    display: none;
  }
}
.magazines_list .owl-item > div {
  width: 200px;
  margin: 0 auto;
}

/*.magazines_list .owl-carousel .owl-stage .owl-item {
padding-left:20px;
}*/

.magazines_list ul {
  float: left;
  overflow: hidden;
  height: 380px;
}
.magazines_list_wrap {
  position: relative;
}
.magazines_list_wrap .magazines_list {
  overflow: hidden;
}
.magazines_list ul.visable {
  overflow: visible;
  height: auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.magazines_list ul.carousel,
div.carousel {
  overflow: hidden;
  float: left;
}
.magazines_list ul li {
  margin: 14px;
  width: 201px;
  position: relative;
  height: 365px;
}
.journal_details .magazines_list ul li {
  margin: 14px 10px;
  float: left;
  width: 201px;
  position: relative;
}
.magazines_list ul.lk {
  margin-left: 15px;
}
.magazines_list ul.lk li {
  width: 148px;
  margin: 12px 20px;
}
.magazines_list ul.lk li a {
  margin-bottom: 0;
}
.magazines_list ul li img {
  border: 1px solid #bfbdbd;
  position: relative;
  z-index: 5;
}
.rating_0 {
  background: url("/static/main/images/0.svg") bottom right no-repeat;
  padding-right: 45px;
}
.rating_6 {
  background: url("/static/main/images/6.svg") bottom right no-repeat;
  padding-right: 45px;
}
.rating_12 {
  background: url("/static/main/images/12.svg") bottom right no-repeat;
  padding-right: 45px;
}
.rating_16 {
  background: url("/static/main/images/16.svg") bottom right no-repeat;
  padding-right: 45px;
}
.rating_18 {
  background: url("/static/main/images/18.svg") bottom right no-repeat;
  padding-right: 45px;
}
div.rating_0 {
  background-position: center right;
}
div.rating_6 {
  background-position: center right;
}
div.rating_12 {
  background-position: center right;
}
div.rating_16 {
  background-position: center right;
}
div.rating_18 {
  background-position: center right;
}
.magazines_list ul li span {
  font-size: 14px;
  display: block;
  text-transform: uppercase;
  margin-left: 10px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.magazines_list ul.lk li span {
  margin-top: 10px;
}
.magazines_list ul li span.italic {
  font-size: 14px;
  color: #7d7d7d;
}
.magazines_list ul li span.price {
  display: block;
  font-size: 20px;
  color: #981b1e;
  margin-top: 5px;
}
.magazines_list ul li span.text {
  display: block;
  color: #981b1e;
  margin-top: 5px;
  text-transform: none;
}
.sorting {
  background: #f7f7f7;
  overflow: hidden;
  float: right;
  margin-right: 0px;
  padding-left: 15px;
  padding-right: 5px;
  height: 35px;
}
.sorting form {
  display: inline-block;
  float: left;
  margin: 0 50px;
}
.sorting a {
  font-size: 13px;
  text-decoration: underline;
  float: left;
  margin-top: 5px;
}
.sorting .sort_none {
  display: block;
  padding-right: 15px;
  margin-right: 30px;
}
.sorting .sort_up {
  background: url("/static/main/images/sort_up.png") right no-repeat;
  display: block;
  padding-right: 15px;
  margin-right: 30px;
}
.sorting .sort_up:hover {
  background: url("/static/main/images/sort_down_hover.png") right no-repeat;
}
.sorting .sort_down {
  background: url("/static/main/images/sort_down.png") right no-repeat;
  display: block;
  padding-right: 15px;
  margin-right: 30px;
}
.sorting .sort_down:hover {
  background: url("/static/main/images/sort_up_hover.png") right no-repeat;
}
.sorting .blocks {
  background: url("/static/main/images/sorting_squares.png") left no-repeat;
  display: block;
  height: 16px;
  width: 16px;
  margin-left: 45px;
}
.sorting .stripes {
  background: url("/static/main/images/sorting_stripes.png") left no-repeat;
  display: block;
  height: 16px;
  width: 16px;
  margin-left: 45px;
}
.magazine_card {
  overflow: hidden;
  padding-top: 40px;
}
.magazine_card .left_part {
  margin-left: 30px;
}
.magazine_card .left_part img {
  border: 1px solid #c0c0c0;
}
.left_part a.read {
  font-family: "PT Sans Narrow";
  display: block;
  font-size: 40px;
  color: #981b1e;
  border: 1px solid #808080;
  border-radius: 10px;
  text-transform: uppercase;
  padding: 0;
  margin: 15px auto;
  font-weight: bold;
  text-align: center;
  width: 288px;
  height: 58px;
}
.left_part a.read span {
  display: inline-block;
  height: 38px;
  line-height: 43px;
  margin-top: 7px;
}
a.read,
input[type="submit"] {
  background: #fefefe;
  /* Old browsers */
  background: -moz-linear-gradient(top, #fefefe 0%, #ebebeb 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fefefe), color-stop(100%, #ebebeb));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #fefefe 0%, #ebebeb 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #fefefe 0%, #ebebeb 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #fefefe 0%, #ebebeb 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #fefefe 0%, #ebebeb 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fefefe', endColorstr='#ebebeb', GradientType=0);
  /* IE6-9 */
}
a.read:hover,
input[type="submit"]:hover {
  background: #fefefe;
  /* Old browsers */
  background: -moz-linear-gradient(top, #ebebeb 0%, #fefefe 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ebebeb), color-stop(100%, #fefefe));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #ebebeb 0%, #fefefe 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #ebebeb 0%, #fefefe 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #ebebeb 0%, #fefefe 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #ebebeb 0%, #fefefe 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ebebeb', endColorstr='#fefefe', GradientType=0);
  /* IE6-9 */
  border: 1px solid #878787 !important;
  color: #981B1E !important;
  cursor: pointer;
}
.magazine_card .right_part {
  margin-right: 20px;
}
.journal_name {
  padding-left: 25px;
  min-height: 20px;
}
.journal_name span {
  display: inline-block;
  color: #898989;
  font-size: 20px;
  margin-right: 15px;
  overflow: hidden;
  vertical-align: middle;
}
.journal_name .head_name {
  font-family: "PT Sans Narrow";
  text-transform: uppercase;
  font-size: 30px;
  color: #363636;
  max-width: 390px;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.magazine_info {
  background: #fff;
  border: 1px solid #c0c0c0;
  height: 55px;
  padding-top: 22px;
  width: 538px;
  max-width: 100%;
  margin-bottom: 20px;
}
.magazine_info span {
  font-size: 15px;
  color: #252525;
  display: inline-block;
  vertical-align: middle;
  text-transform: uppercase;
  margin-left: 30px;
  margin-right: 10px;
}
.magazine_info span.price {
  font-size: 25px;
  color: #981B1E;
}
.magazine_info form {
  display: inline-block;
  float: right;
  margin-right: 30px;
}
@media all and (max-width: 700px) {
  .magazine_info {
    height: auto;
    text-align: center;
  }
  .magazine_info form {
    display: block;
    width: 150px;
    margin: 0 auto 10px;
    float: none;
  }
}
.magazine_info input[type="submit"],
.magazine_info a.read {
  font-family: "PT Sans Narrow";
  display: block;
  font-size: 20px;
  color: #464646;
  border: 1px solid #808080;
  border-radius: 5px;
  text-transform: uppercase;
  padding: 2px 40px 0;
}
.electronic_subscr,
.offline_read {
  background: #eeeeee;
  border: 1px solid #c0c0c0;
  width: 538px;
  max-width: 100%;
  margin-bottom: 20px;
}
.electronic_subscr .top_heading,
.offline_read .top_heading {
  border-bottom: 1px solid #c0c0c0;
  background: #f7f7f7;
  height: 33px;
  padding-top: 11px;
}
@media all and (max-width: 500px) {
  .electronic_subscr .top_heading,
  .offline_read .top_heading {
    height: auto;
    text-align: center;
  }
}
.electronic_subscr .top_heading span,
.offline_read .top_heading span {
  font-size: 15px;
  color: #252525;
  display: inline-block;
  vertical-align: middle;
  text-transform: uppercase;
  margin-left: 30px;
  margin-right: 10px;
}
.offline_read p {
  margin: 20px 20px 30px;
  font-size: 15px;
  color: #363636;
  vertical-align: middle;
}
.offline_read .top_heading span {
  color: #981B1E;
}
.read_is_many {
  background: transparent;
  width: 538px;
  max-width: 100%;
  margin: 0 auto 20px;
}
.read_is_many a.read {
  font-family: "PT Sans Narrow";
  display: block;
  font-size: 20px;
  color: #981B1E;
  border: 1px solid #808080;
  border-radius: 5px;
  text-transform: uppercase;
  padding: 2px 40px 0;
}
.electronic_subscr .top_heading a.read {
  font-family: "PT Sans Narrow";
  display: inline-block;
  font-size: 15px;
  color: #464646;
  border: 1px solid #808080;
  border-radius: 5px;
  text-transform: uppercase;
  padding: 2px 20px 0;
  margin-right: 38px;
  float: right;
}
@media all and (max-width: 500px) {
  .electronic_subscr .top_heading a.read {
    display: block;
    float: none;
    width: 200px;
    margin: 0 auto 10px;
  }
}
.radio_form {
  padding-top: 5px;
}
.radio_form label {
  display: block;
  margin: 5px 0 10px 28px;
}
.radio_form label span {
  font-size: 15px;
  color: #363636;
  vertical-align: middle;
}
.radio {
  background: url("/static/main/images/radio.png") top no-repeat;
  height: 15px;
  width: 15px;
  margin-top: -1px;
  display: inline-block;
}
label input[type="radio"] {
  display: none;
}
label input[type="radio"]:checked + span.radio {
  background: url("/static/main/images/radio_checked.png") top no-repeat;
}
.edition_descr {
  padding: 0;
}
.edition_descr span {
  font-size: 15px;
  color: #252525;
}
.paper_subscr {
  background: url("/static/main/images/type_subscr_bg.png");
  border: 1px solid #bcbcbc;
  border-radius: 5px;
  width: 538px;
}
.paper_subscr a {
  background: url("/static/main/images/letter_subscr.png") 50% 15px no-repeat;
  color: #252525;
  display: block;
  font-size: 17px;
  height: 38px;
  padding-top: 50px;
  text-align: center;
  text-transform: uppercase;
  width: 100%;
}
.mini_social {
  overflow: hidden;
  margin: 15px;
}
.mini_social .inner {
  position: relative;
  float: left;
  left: 50%;
}
.mini_social .inner ul {
  position: relative;
  left: -50%;
}
.mini_social .inner ul li {
  float: left;
  margin: 0 5px;
}
.mini_social .inner ul li a {
  display: block;
  width: 20px;
  height: 20px;
}
.facebook {
  background: url("/static/main/images/mini_facebook_1.png") 0 0 no-repeat;
}
.facebook:hover {
  background: url("/static/main/images/mini_facebook_1.png") 0 -20px no-repeat;
}
.vk {
  background: url("/static/main/images/mini_vk_1.png") 0 0 no-repeat;
}
.vk:hover {
  background: url("/static/main/images/mini_vk_1.png") 0 -20px no-repeat;
}
.twitter {
  background: url("/static/main/images/mini_twitter_1.png") 0 0 no-repeat;
}
.twitter:hover {
  background: url("/static/main/images/mini_twitter_1.png") 0 -20px no-repeat;
}
.livejournal {
  background: url("/static/main/images/mini_lj_1.png") 0 0 no-repeat;
}
.livejournal:hover {
  background: url("/static/main/images/mini_lj_1.png") 0 -20px no-repeat;
}
/*Cabinet*/
h2 {
  font-size: 26px;
  text-transform: uppercase;
  color: #363636;
  margin-left: 10px;
  font-family: "PT Sans Narrow";
  /*height: 30px;*/
  margin-top: 25px;
  font-weight: normal;
}
@media all and (min-width: 980px) {
  h2 {
    font-size: 30px;
    margin-left: 40px;
  }
}
h2 a.tools {
  background: url("/static/main/images/tools.png") right no-repeat;
  display: inline-block;
  width: 18px;
  height: 18px;
  margin-left: 5px;
}
h2 a.tools:hover {
  background: url("/static/main/images/tools_hover.png") right no-repeat;
}
.personal_info {
  background: #eeeeee;
  border: 1px solid #bcbcbc;
  margin: 5px 10px 0;
}
.personal_info .inner_block {
  border-bottom: 7px solid #981B1E;
  border-top: 1px solid #fff;
  display: flex;
  flex-wrap: wrap;
  padding: 17px 30px 10px;
}
.inner_block .name {
  display: inline-block;
  color: #981B1E;
  font-size: 19px;
  width: 390px;
}
.inner_block .my_bill {
  font-size: 15px;
  color: #252525;
}
.my_bill span {
  color: #981B1E;
  display: inline-block;
  text-align: center;
  width: 125px;
  font-size: 25px;
  vertical-align: middle;
}
.inner_block form {
  display: inline-block;
  vertical-align: middle;
}
.inner_block form input[type="submit"],
.inner_block form a.read {
  font-family: "PT Sans Narrow";
  display: block;
  font-size: 15px;
  color: #464646;
  border: 1px solid #808080;
  border-radius: 5px;
  text-transform: uppercase;
  padding: 5px 20px;
  padding: 2px 20px 0;
}
.inner_block .my_pays {
  display: inline-block;
  font-size: 15px;
  text-decoration: underline;
  color: #252525;
  margin-left: 20px;
  width: 105px;
  margin-top: 5px;
  float: right;
}
.my_subscribes_cont {
  background: #d7d7d7;
  margin: 0 40px;
  border: 1px solid #bcbcbc;
  border-radius: 0 0 3px 3px;
}
.my_subscribes_cont a {
  background: url("/static/main/images/my_subscr.png") left no-repeat;
  color: #464646;
  display: block;
  font-size: 15px;
  height: 24px;
  margin: 0 auto;
  padding-left: 22px;
  padding-top: 5px;
  width: 150px;
  text-transform: uppercase;
}
.gifts {
  border: 1px solid #bcbcbc;
  margin: 20px 10px 35px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.gifts > div:not(.clear) {
  width: 100%;
}
@media all and (min-width: 489px) and (max-width: 1000px) {
  .gifts > div:not(.clear) {
    min-width: 100%;
  }
}
@media all and (min-width: 1001px) {
  .gifts > div:not(.clear) {
    width: 489px;
  }
}
.gifts .left_part {
  background: #f7f7f7;
  /* Old browsers */
  background: -moz-linear-gradient(left, #f7f7f7 0%, #e1e1e1 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, right top, color-stop(0%, #f7f7f7), color-stop(100%, #e1e1e1));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(left, #f7f7f7 0%, #e1e1e1 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(left, #f7f7f7 0%, #e1e1e1 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(left, #f7f7f7 0%, #e1e1e1 100%);
  /* IE10+ */
  background: linear-gradient(to right, #f7f7f7 0%, #e1e1e1 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f7f7f7', endColorstr='#e1e1e1', GradientType=1);
  /* IE6-9 */
  height: 38px;
  width: 50%;
}
.gifts .gift_give {
  background: url("/static/main/images/gift_give.png") left center no-repeat;
  display: inline-block;
  color: #363636;
  font-size: 18px;
  text-transform: uppercase;
  margin: 5px 20px 0 20px;
  padding-left: 35px;
  padding-top: 5px;
  width: 200px;
  height: 24px;
}
@media all and (min-width: 490px) {
  .gifts .gift_give {
    margin: 5px 20px 0 60px;
  }
}
.gifts .gift_give:hover {
  background: url("/static/main/images/gift_give_hover.png") left no-repeat;
}
.gifts .gift_get {
  background: url("/static/main/images/gift_get.png") left no-repeat;
  display: block;
  color: #363636;
  font-size: 18px;
  text-transform: uppercase;
  margin: 5px auto 0;
  padding-left: 35px;
  padding-top: 5px;
  width: 200px;
  height: 24px;
}
.gifts .gift_get:hover {
  background: url("/static/main/images/gift_get_hover.png") left no-repeat;
}
.gifts .right_part {
  background: #f7f7f7;
  /* Old browsers */
  background: -moz-linear-gradient(left, #f7f7f7 0%, #e1e1e1 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, right top, color-stop(0%, #f7f7f7), color-stop(100%, #e1e1e1));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(left, #f7f7f7 0%, #e1e1e1 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(left, #f7f7f7 0%, #e1e1e1 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(left, #f7f7f7 0%, #e1e1e1 100%);
  /* IE10+ */
  background: linear-gradient(to right, #f7f7f7 0%, #e1e1e1 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f7f7f7', endColorstr='#e1e1e1', GradientType=1);
  /* IE6-9 */
  /*height: 38px;*/
  width: 50%;
}
.gifts .promo_code {
  color: #363636;
  font-size: 15px;
  display: inline-block;
  text-transform: uppercase;
}
@media all and (max-width: 490px) {
  .gifts .promo_code {
    padding: 10px 0 5px 20px;
  }
}
h2.gradiented {
  margin-bottom: -14px;
}
.collection_sort select {
  display: inline-block;
}
.mag_count {
  font-size: 18px;
  display: block !important;
  color: #981B1E;
  margin-top: 0 !important;
}
.border_mag_1 {
  border: 1px solid #A8A7A7;
  height: 198px;
  margin-left: 5px;
  margin-top: 5px;
  position: absolute;
  top: 0;
  width: 148px;
  z-index: 2;
  background: #fff;
}
.border_mag_2 {
  border: 1px solid #A8A7A7;
  height: 198px;
  margin-left: 10px;
  margin-top: 10px;
  position: absolute;
  top: 0;
  width: 148px;
  z-index: 1;
}
.subscribes {
  background: #eeeeee;
  margin: 0 20px;
  padding: 20px;
  overflow: hidden;
}
h6:first-child {
  margin: 0;
}
h6 {
  font-size: 15px;
  color: #252525;
  font-weight: normal;
  text-transform: uppercase;
  border-bottom: 1px solid #bcbcbc;
  margin: 25px 0 0;
}
.subscribes .subscr_line {
  margin-left: -10px;
  padding-left: 10px;
  margin-right: 10px;
  float: left;
  margin-top: 4px;
}
.subscr_outer_line {
  margin: 15px 0 -10px;
}
.subscribes .subscr_line:hover {
  background: #fff;
}
.subscribes span {
  display: inline-block;
  font-size: 15px;
  color: #252525;
}
.subscribes span.mag_name {
  width: 235px;
}
.subscribes span.mag_period {
  width: 160px;
}
.subscribes span.mag_price {
  width: 120px;
}
.subscribes span.mag_paid_till {
  width: 190px;
}
.subscribes form {
  display: inline-block;
}
.subscribes form input[type="submit"],
.subscribes form a.read {
  width: auto;
  background: none;
  height: auto;
  font-family: "PT Sans Narrow";
  display: block;
  font-size: 15px;
  color: #464646;
  border: 1px solid #808080;
  border-radius: 5px;
  text-transform: uppercase;
  padding: 5px 20px;
  padding: 2px 20px 0;
}
.my_subscribes_cont a.minimize {
  background: url("/static/main/images/minimize.png") center no-repeat;
  display: block;
  height: 13px;
  width: 13px;
  margin: 10px auto;
}
.grey_color {
  color: #898989;
}
.send_warn {
  font-size: 13px;
  margin-bottom: 40px;
  margin-left: 40px;
}
.send_warn label {
  margin-left: 25px;
}
.send_warn .check {
  vertical-align: middle;
  margin-left: 5px;
}
.settings {
  width: 320px;
  margin: 0 auto;
}
h5 {
  color: #981B1E;
  font-size: 19px;
  font-weight: normal;
  margin: 0;
  padding-left: 15px;
  text-transform: uppercase;
}
.settings .side_text {
  width: 160px;
  text-align: right;
  font-size: 15px;
  display: inline-block;
  margin-left: -174px;
  padding-right: 9px;
}
.big_check {
  background: url("/static/main/images/big_check.png") center no-repeat;
  display: block !important;
  height: 18px;
  margin-right: -36px;
  margin-top: -35px;
  position: absolute;
  right: 0;
  width: 24px;
}
.big_check.active {
  background: url("/static/main/images/big_check_active.png") center no-repeat;
}
/*Help*/
.help_cont {
  padding: 10px 10px 0;
}
@media all and (min-width: 980px) {
  .help_cont {
    padding: 10px 140px 0;
  }
}
h3 {
  font-size: 20px;
  font-weight: normal;
  color: #363636;
  margin: 0;
  text-transform: uppercase;
}
.step {
  margin-top: 12px;
}
.step .number {
  background: #fcfcfc;
  /* Old browsers */
  background: -moz-linear-gradient(top, #fcfcfc 0%, #dad8d8 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fcfcfc), color-stop(100%, #dad8d8));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #fcfcfc 0%, #dad8d8 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #fcfcfc 0%, #dad8d8 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #fcfcfc 0%, #dad8d8 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #fcfcfc 0%, #dad8d8 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fcfcfc', endColorstr='#dad8d8', GradientType=0);
  /* IE6-9 */
  display: inline-block;
  border: 2px solid #981B1E;
  width: 30px;
  height: 30px;
  font-size: 25px;
  text-align: center;
  font-weight: bold;
  color: #981B1E;
  border-radius: 29px;
  margin-right: 7px;
  vertical-align: middle;
  line-height: 30px;
}
@media all and (min-width: 980px) {
  .step .number {
    border-width: 6px;
    width: 44px;
    height: 44px;
    font-size: 35px;
    line-height: 45px;
    margin-right: 15px;
  }
}
.step_descr {
  display: inline-block;
  vertical-align: middle;
  max-width: calc(100% - 55px);
}
@media all and (min-width: 980px) {
  .step_descr {
    max-width: 640px;
  }
}
.step_descr span {
  display: block;
  font-size: 15px;
}
.step_descr span:first-child {
  text-transform: uppercase;
  font-size: 18px;
  font-weight: bold;
  color: #981B1E;
}
.faq li {
  margin: 10px;
}
.faq li a {
  font-size: 19px;
  color: #252525;
}
.faq li.active a {
  color: #981B1E;
}
.pre_answer_tri_big {
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 0 11px 11px 11px;
  border-color: transparent transparent #981b1d transparent;
  position: relative;
  z-index: 2;
  margin-bottom: -7px;
  margin-left: 30px;
}
.pre_answer_tri_small {
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 0 7px 7px 7px;
  border-color: transparent transparent #ffffff transparent;
  position: relative;
  z-index: 3;
  margin-bottom: -3px;
  margin-left: 34px;
}
.answer_cont {
  border: 3px solid #981B1E;
  font-size: 15px;
  color: #252525;
  padding: 20px 25px;
  border-radius: 3px;
}
.help_cont input[type="text"] {
  background: #ebebeb;
  border: 1px solid #bebcbc;
  border-radius: 3px;
  width: 288px;
  font-size: 15px;
  color: #7d7d7d;
  height: 28px;
  padding: 0 15px;
  margin: 10px 0;
}
.help_cont textarea {
  background: #ebebeb;
  border: 1px solid #bebcbc;
  border-radius: 3px;
  width: 668px;
  max-width: calc(70%);
  font-size: 15px;
  color: #7d7d7d;
  height: 148px;
  padding: 0 15px;
  margin: 10px 0;
}
.help_cont a.reg:hover {
  text-decoration: none;
}
.help_cont a.reg {
  float: right;
  margin-top: 15px;
  text-decoration: underline;
  margin-right: 20px;
}
.help_cont input[type="submit"] {
  font-family: "PT Sans Narrow";
  display: block;
  font-size: 20px;
  color: #464646;
  border: 1px solid #808080;
  border-radius: 5px;
  text-transform: uppercase;
  padding: 5px 20px;
  padding: 2px 20px 0;
  margin: 25px auto;
}
/*Video*/
.video_report {
  border-bottom: 1px dashed #737171;
  margin: 0 20px 20px;
  overflow: hidden;
  padding: 10px 20px 30px;
}
.video_block ul li:last-child .video_report {
  border-bottom: none;
}
.video_preview {
  float: left;
  height: auto !important;
}
.video_preview iframe {
  width: 280px;
  height: 220px;
}
.video_description {
  width: 610px;
  float: left;
}
.video_description .post_time {
  color: #7d7d7d;
}
.video_description span {
  display: block;
  font-size: 15px;
}
.video_description .video_name {
  font-size: 20px;
  color: #363636;
  margin: 10px 0;
}
.video_description a {
  margin: 0;
  display: inline-block;
  font-size: 15px;
  margin-top: 10px;
  text-decoration: underline;
}
.video_list {
  overflow: hidden;
}
.video_list .inner {
  position: relative;
  float: left;
  left: 50%;
}
.video_list .inner ul {
  position: relative;
  left: -50%;
}
.video_list .inner ul li {
  float: left;
  margin: 0 5px;
}
.video_list .inner ul li a {
  display: block;
  height: 22px;
  width: 22px;
  color: #555555;
  font-size: 13px;
  border-radius: 11px;
  text-align: center;
  line-height: 22px;
}
.video_list .inner ul li.active a {
  background: #981B1E;
  color: #fff;
}
/*Printed Edition*/
.not_margined {
  margin-left: 0;
  margin-top: 0;
}
.print_description {
  width: 525px;
}
.print_description span {
  font-size: 20px;
  color: #252525;
}
.print_subscribe_form {
  width: 440px;
  margin: 0 auto;
  line-height: 30px;
}
.print_subscribe_form label {
  display: block;
}
.print_subscribe_form label.inline {
  display: inline-block;
  width: 215px;
}
.checkbox_cont {
  padding-bottom: 10px;
}
.red_heading {
  display: block;
  font-size: 19px;
  color: #981b1e;
}
.print_subscribe_form label span {
  margin-right: 10px;
}
.dotted_divider {
  border-bottom: 1px dotted #737171;
  margin: 10px -20px;
}
.delivery {
  margin-left: -140px;
  margin-right: -30px;
  line-height: 40px;
}
.delivery span {
  display: inline-block;
  width: 143px;
  text-align: right;
  vertical-align: middle;
  font-size: 15px;
}
.delivery span.star {
  background: url("/static/main/images/star.png") top no-repeat;
  height: 12px;
  margin-left: 5px;
  width: 12px;
}
.delivery input {
  background: #ebebeb;
  border: 1px solid #bebcbc;
  vertical-align: middle;
  display: inline-block;
  width: 438px;
  height: 21px;
  border-radius: 3px;
}
.small_input {
  background: #ebebeb;
  border: 1px solid #bebcbc;
  vertical-align: middle;
  display: inline-block;
  height: 21px;
  border-radius: 3px;
  width: 48px;
}
.delivery input.small_input {
  width: 48px;
}
.delivery span.small_span {
  width: auto;
  margin-left: 8px;
}
.important_fields {
  background: url("/static/main/images/star.png") left no-repeat;
  color: #981B1E;
  display: block;
  font-size: 12px;
  line-height: 15px;
  margin-left: 5px;
  padding-left: 20px;
}
.print_subscribe_form a {
  display: block;
  font-size: 15px;
  text-align: center;
  text-decoration: underline;
}
.amount {
  line-height: 40px;
}
.common_sum {
  background: #fff;
  border: 1px solid #bcbcbc;
  width: 428px;
  height: 78px;
  margin-bottom: 15px;
}
.common_sum span {
  color: #252525;
  margin-left: 95px;
  line-height: 75px;
  vertical-align: middle;
}
.common_sum span.red_sum {
  font-size: 25px;
  color: #981b1e;
  margin-left: 5px;
}
.print_subscribe_form input[type="submit"] {
  font-family: "PT Sans Narrow";
  display: block;
  font-size: 20px;
  color: #464646;
  border: 1px solid #808080;
  border-radius: 5px;
  text-transform: uppercase;
  padding: 5px 20px;
  padding: 2px 20px 0;
  margin: 25px auto;
}
.inline_block {
  display: inline-block;
}
span.side_text.pre_error {
  vertical-align: top;
  margin-top: 14px;
}
.dotted_bottom {
  border-bottom: 1px dotted #747272;
}
.you_buy {
  margin: 10px 10px 0;
}
.you_buy span {
  font-size: 14px;
  display: block;
  color: #981B1E;
  line-height: 18px;
}
.you_buy span.buy_heading {
  font-family: "PT Sans Narrow";
  color: #363636;
  text-transform: uppercase;
  display: inline-block;
}
.you_buy span.buy_red {
  font-family: "PT Sans";
  text-transform: uppercase;
  display: inline-block;
}
.buy_big_btnfix issue {
  margin: 30px 0 0;
}
.buy_big_btn a.read {
  font-family: "PT Sans Narrow";
  display: block;
  font-size: 40px;
  color: #981b1e;
  border: 1px solid #808080;
  border-radius: 10px;
  text-transform: uppercase;
  padding: 0;
  margin: 15px auto;
  font-weight: bold;
  text-align: center;
  width: 288px;
  height: 58px;
}
.buy_big_btn a.read span {
  display: inline-block;
  height: 38px;
  line-height: 43px;
  margin-top: 7px;
}
.payments {
  /*margin: 0 30px;*/
}
@media all and (min-width: 980px) {
  .you_buy {
    margin: 10px 30px 0;
    padding: 10px;
  }
  .you_buy span {
    font-size: 20px;
    line-height: 40px;
  }
  .payments {
    margin: 0 30px;
  }
}
@media all and (max-width: 900px) {
  .payments tr {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-direction: column;
  }
  .payments .payment_type {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-direction: column;
  }
  .payments .payment_type > img {
    display: block;
    width: 200px;
    height: auto;
    margin: 0 0 20px 26px;
  }
}
.phone_input {
  border: 1px solid #dddddd;
  height: 28px;
  padding: 0 35px 0 18px;
  width: 130px;
  border-radius: 16px;
  font-size: 15px;
  color: #363636;
}
.payment_type h6 {
  border-bottom: 1px dotted #747272;
  font-family: "PT Sans Narrow";
  font-weight: normal;
  font-size: 20px;
  color: #363636;
  padding-left: 10px;
}
.payment_type a {
  display: inline-block;
  margin: 35px 30px;
  vertical-align: middle;
}
/*Shadows*/
.shadow {
  position: relative;
  z-index: auto;
}
.shadow:before,
.shadow:after {
  content: "";
  position: absolute;
  z-index: -2;
  bottom: 10px;
  left: 10px;
  width: 50%;
  height: 20%;
  -webkit-box-shadow: 0 15px 10px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 15px 10px rgba(0, 0, 0, 0.3);
  box-shadow: 0 15px 10px rgba(0, 0, 0, 0.3);
  -webkit-transform: rotate(-3deg);
  -moz-transform: rotate(-3deg);
  -ms-transform: rotate(-3deg);
  -o-transform: rotate(-3deg);
  transform: rotate(-3deg);
}
.shadow:after {
  right: 10px;
  left: auto;
  -webkit-transform: rotate(3deg);
  -moz-transform: rotate(3deg);
  -ms-transform: rotate(3deg);
  -o-transform: rotate(3deg);
  transform: rotate(3deg);
}
.shadow_big {
  position: relative;
}
.shadow_big:before,
.shadow_big:after {
  display: none;
  content: "";
  position: absolute;
  z-index: -2;
  bottom: 10px;
  left: 10px;
  width: 50%;
  height: 20px;
  -webkit-box-shadow: 0 15px 10px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 15px 10px rgba(0, 0, 0, 0.3);
  box-shadow: 0 15px 10px rgba(0, 0, 0, 0.3);
  -webkit-transform: rotate(-2deg);
  -moz-transform: rotate(-2deg);
  -ms-transform: rotate(-2deg);
  -o-transform: rotate(-2deg);
  transform: rotate(-2deg);
}
@media all and (min-width: 1000px) {
  .shadow_big:before,
  .shadow_big:after {
    display: block;
  }
}
.shadow_big:after {
  right: 10px;
  left: auto;
  -webkit-transform: rotate(2deg);
  -moz-transform: rotate(2deg);
  -ms-transform: rotate(2deg);
  -o-transform: rotate(2deg);
  transform: rotate(2deg);
}
.z_index_1 {
  position: relative;
  z-index: 1;
}
.my_transactions {
  padding: 0 15px;
  overflow-x: auto;
}
.my_transactions ul {
  display: block;
  min-width: 600px;
}
@media all and (min-width: 980px) {
  .my_transactions {
    padding: 0 40px;
  }
}
.my_transactions li {
  margin: 10px 0;
}
.my_transactions span {
  display: block;
  float: left;
  color: #252525;
}
.my_transactions .trans_name {
  text-transform: uppercase;
  width: 48%;
}
.my_transactions .trans_date {
  width: 14% !important;
}
.my_transactions .trans_period {
  width: 22%;
  text-align: right;
}
.my_transactions .trans_price {
  color: #981b1d;
  text-align: right !important;
  width: 8%;
}
.my_transactions li:first-child {
  margin: 0;
}
.my_transactions li:first-child span {
  font-size: 15px;
  color: #898989;
  text-align: left;
  text-transform: none;
}
.my_transactions li:first-child .trans_date {
  width: 360px;
}
.my_transactions li:first-child .gradient_line {
  margin: 5px 0;
}
.journal_details .left_part img {
  height: auto;
  width: 306px;
}
@media all and (max-width: 600px) {
  .journal_details .left_part > img {
    width: 100% !important;
  }
  .journal_details .left_part > div > img {
    width: 66px !important;
  }
}
.owl-nav .owl-next,
.owl-nav .owl-prev {
  width: 12px !important;
  height: 50px !important;
  border: none !important;
}
.owl-nav .owl-next {
  background: url(/static/main/images/magazines_list_next.png) center no-repeat;
  right: 4px !important;
}
.owl-nav .owl-prev {
  background: url(/static/main/images/magazines_list_prev.png) center no-repeat;
  left: 4px !important;
}
.previous_block,
.next_block {
  display: none !important;
}
.about_publisher {
  width: 530px;
}
.about_publisher h2 {
  margin: 0;
  padding: 10px 30px;
  border-bottom: 1px solid #bcbcbc;
}
.publisher_info {
  padding: 15px 30px;
  font-size: 15px;
}
.publisher_info .contact {
  color: #898989;
}
.write_to_pub {
  display: block;
}
.thematic h6 {
  border: none;
  margin-bottom: 15px;
}
.thematic ul {
  list-style: none;
}
.thematic ul li {
  clear: both;
  margin: 5px 0;
  float: left;
  width: 150px;
}
.thematic ul li:nth-child(even) {
  clear: none;
}
.thematic ul li a {
  color: #981b1e;
}
.thematic ul li a:hover {
  text-decoration: underline;
}
.delivery .error span {
  margin: 0px !important;
}
.delivery .error .errorlist {
  padding-left: 143px;
}
label.error span {
  font-size: 16px;
  margin-bottom: 0px;
  margin-left: 0px !important;
}
.amount.error span {
  font-size: 16px;
  margin-left: 0px !important;
}
.right_text {
  text-overflow: ellipsis;
  /*white-space: nowrap;*/
  overflow: hidden;
  max-width: 390px;
}
.cabinet_social {
  position: relative;
  margin-right: 20px;
  float: right;
  margin-top: -76px;
}
.journal_archive_datepicker {
  position: relative;
  z-index: 10000;
  background: #ebebeb;
  border: 1px solid #bebcbc;
  border-radius: 3px;
  width: 100px;
  font-size: 15px;
  color: #7d7d7d;
  height: 28px;
  padding: 0 15px;
  margin: 10px 0;
}
.journal_archive_btn {
  font-family: "PT Sans Narrow";
  display: inline-block;
  font-size: 20px;
  color: #464646;
  background: linear-gradient(to bottom, #fefefe 0%, #ebebeb 100%);
  border: 1px solid #808080;
  border-radius: 5px;
  text-transform: uppercase;
  margin: 25px auto;
}
.journal_archive_date_block {
  padding-left: 20px;
}
.search_categories {
  text-align: center;
  padding: 10px 10px 0;
}
.search_layout {
  padding: 0 35px;
}
.search_categories a {
  display: inline-block;
  border-bottom: 1px dashed #555555;
}
.search_categories a:hover {
  color: #981b1e;
  display: inline-block;
  border-bottom: 1px dashed transparent;
}
.search_categories .active {
  color: #981b1e;
  display: inline-block;
  border-bottom: 1px dashed transparent;
}
.magazines_list ul li.search_results_publishingoffice {
  float: left;
  width: 25%;
  position: relative;
  padding: 14px;
  margin: 0;
  height: auto;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
.result_editions {
  float: left;
}
.result_text {
  float: right;
}
.partner-block {
  margin-top: 20px;
}
.partner-block p {
  margin-left: 30px;
}
.download_pdf {
  display: inline-block !important;
  float: right;
  margin-right: 20px;
}
@media all and (max-width: 600px) {
  .download_pdf {
    float: none;
    margin: 0 auto 10px;
    display: block !important;
    width: 150px;
    text-align: center;
  }
}
.sber_reciept span {
  width: 200px;
}
.sber_reciept .error .errorlist {
  padding-left: 5px;
  line-height: 17px;
  text-align: left;
  vertical-align: middle;
}
.sber_reciept input.submit {
  height: 40px;
  width: 250px;
}
.magazines_list ul li span.remove_issue_number {
  background: url("/static/main/images/rm.png") 10px 12px;
  width: 10px;
  height: 12px;
  float: right;
  margin-top: -16px;
  margin-right: 5px;
}
.magazines_list ul li span.remove_issue_number:hover {
  background: url("/static/main/images/rm_hover.png") 10px 12px;
  width: 10px;
  height: 12px;
  float: right;
  margin-top: -16px;
  margin-right: 5px;
}
.lang {
  display: block;
  height: 15px;
  padding: 0px 20px;
  text-transform: uppercase;
  text-decoration: none;
  font-family: 'PT Sans';
  font-size: 13px;
  color: #464646;
}
.lang:hover {
  color: #981B1E;
}
.ru {
  background: url('/static/main/images/i18n_03.jpg') no-repeat 0 4px;
}
.en {
  background: url('/static/main/images/i18n_10.png') no-repeat 0 4px;
}
.de {
  background: url('/static/main/images/i18n_07.jpg') no-repeat 0 4px;
}
.cur {
  width: 1px;
  margin: 0 20px 20px 10px;
}
.lang-list {
  position: absolute;
  display: none;
  width: 54px;
  margin: -13px 0 0 -1px;
  border: 1px #c0c0c0 solid;
  border-radius: 4px;
  -webkit-box-shadow: 0px 3px 2px 0px rgba(50, 50, 50, 0.09);
  -moz-box-shadow: 0px 3px 2px 0px rgba(50, 50, 50, 0.09);
  box-shadow: 0px 3px 2px 0px rgba(50, 50, 50, 0.09);
}
.lang-list div {
  padding: 5px 7px 3px 9px;
  border: 1px #fff solid;
  border-radius: 4px;
  background: #ededed;
}
.lang-list a {
  margin-bottom: 5px;
}
.abonement_describe {
  color: #252525;
  font-size: 15px;
  font-weight: normal;
  margin: 20px 0;
  padding-bottom: 5px;
  padding-left: 10px;
}
.abonement_describe span {
  background: url(/static/main/images/clock.png) 10px center no-repeat;
  padding-left: 40px;
  font-size: 33px;
  font-family: "PT Sans Narrow";
  display: inline-block;
  color: #363636;
  padding-right: 10px;
  text-transform: uppercase;
  height: 30px;
  line-height: 33px;
  margin-bottom: 10px;
}
.abonement_describe p {
  margin: 0px 10px;
}
.registration_subscription_static {
  margin-bottom: 20px;
}
.registration_subscription_static h1 {
  font-family: PTSans;
  color: #363636;
  font-size: 30px;
  height: 23px;
  text-align: left;
  margin-left: 40px;
}
.registration_subscription_static p {
  font-family: PTSans;
  color: #242424;
  font-size: 15px;
  line-height: 20px;
  width: 790px;
  height: 55px;
  margin-left: 40px;
}
.registration_subscription {
  padding-left: 10px;
  margin-top: 40px;
}
.registration_subscription label {
  display: block;
  margin: 5px 0 10px 28px;
}
.registration_subscription .radio {
  margin-right: 15px;
}
.registration_subscription label span {
  font-size: 15px;
  color: #363636;
  vertical-align: middle;
}
.registration_subscription .daytext {
  margin-left: 30px;
  margin-right: 8px;
}
.registration_subscription .dashed_stripe {
  border-top: 1px dashed #737171;
  margin-top: 30px;
  margin-bottom: 30px;
}
.registration_subscription .date {
  color: #363636;
  width: 150px;
  border-radius: 3px;
  background-color: #ebebeb;
  height: 24px;
  text-align: right;
  border: 1px solid #ababab;
  padding-right: 5px;
  box-sizing: border-box;
}
.registration_subscription .day {
  border-radius: 3px;
  background-color: #ebebeb;
  width: 50px;
  height: 24px;
  text-align: right;
  border: 1px solid #ababab;
  padding-right: 5px;
  box-sizing: border-box;
  color: #363636 !important;
  margin-right: 5px;
}
.registration_subscription img {
  margin-left: 15px;
}
.registration_subscription .text_field {
  display: inline-block;
}
.registration_subscription .calendar {
  margin-left: 0;
  width: 250px;
  background: url(/static/main/images/date.png) no-repeat;
  background-position-x: 230px;
  background-position-y: 4px;
}
.cost_abonement {
  display: table;
  background: #eeeeee;
  border: 1px solid #c0c0c0;
  width: 430px;
  height: 81px;
  margin: 0 auto 20px;
  text-align: center;
  vertical-align: middle;
}
@media all and (max-width: 500px) {
  .cost_abonement {
    width: 190px;
  }
}
.cost_abonement span.text {
  display: table-cell;
  vertical-align: middle;
  text-transform: uppercase;
  color: #242424;
  font-size: 15px;
  /* Приближение из-за подстановки шрифтов */
  width: 53px;
}
.cost_abonement span.price {
  display: table-cell;
  vertical-align: middle;
  text-transform: uppercase;
  color: #981b1e;
  font-size: 25px;
  /* Приближение из-за подстановки шрифтов */
  text-shadow: 0px 1px 0px #ffffff;
  width: 100px;
  padding-left: 7px;
}
.buy_abonement {
  background: transparent;
  margin-bottom: 20px;
}
.buy_abonement a {
  display: block;
  width: 140px;
  height: 30px;
  margin: 0 auto;
  line-height: 30px;
  border: 1px solid #808080;
  border-radius: 5px;
  text-transform: uppercase;
  text-align: center;
  color: #464646;
  font-size: 20px;
  /* Приближение из-за подстановки шрифтов */
  text-shadow: 0px 1px 0px rgba(255, 255, 255, 0.7);
}
.fav li {
  display: inline-block;
  list-style: none;
  border: 1px solid silver;
  padding: 2px;
  margin: 2px;
}
.owl-carousel .owl-prev,
.owl-carousel .owl-next {
  position: absolute;
  width: 0;
  height: 0;
  top: 50%;
  text-indent: -9999px;
  transform: translateY(-50%);
}
.owl-carousel .owl-prev {
  left: -25px;
  border: 20px solid transparent;
  border-right: 20px solid #8f928f;
}
.owl-carousel .owl-next {
  right: -25px;
  border: 20px solid transparent;
  border-left: 20px solid #8f928f;
}

.select2-container .select2-choice {
  background: #ebebeb;
  margin-top: 0;
}
.select2-container .select2-choice .select2-arrow {
  background: #ebebeb;
  border-left: none;
}
.select2-drop {
  background: #ebebeb;
}
.select2-drop-active {
  border: 1px solid #981b1e;
  border-top: none;
}
.select2-dropdown-open .select2-choice {
  border: 1px solid #981b1e;
  border-bottom: none;
}
.select2-drop.select2-drop-above.select2-drop-active {
  border-top: 1px solid #981b1e;
}
.select2-results .select2-highlighted {
  background: #981b1e;
}
.select2-dropdown-open.select2-drop-above .select2-choice {
  background: #ebebeb;
  border: 1px solid #981b1e;
  border-top: 1px solid transparent;
}
.select2-results .select2-result-label {
  font-size: 13px;
  color: #555555;
}
.select2-results .select2-highlighted .select2-result-label {
  background: #981b1e;
  color: #fff;
}
ul.lang {
  padding: 5px;
}
ul.lang li.active {
  border: 1px solid red;
  margin: 5px;
  cursor: none;
}
ul.lang li {
  display: inline-block;
  height: 32px;
  width: 37px;
  text-align: center;
}
#subRu {
  background-image: url('/static/flags/Russia.png');
  background-position: 0px 0px;
  background-repeat: no-repeat;
  width: 32px;
  height: 32px;
  border: 0px;
  background-color: none;
  cursor: pointer;
  outline: 0;
}
#subUk {
  background-image: url('/static/flags/United-Kingdom.png');
  background-position: 0px 0px;
  background-repeat: no-repeat;
  width: 32px;
  height: 32px;
  border: 0px;
  background-color: none;
  cursor: pointer;
  outline: 0;
}
#subGe {
  background-image: url('/static/flags/Germany.png');
  background-position: 0px 0px;
  background-repeat: no-repeat;
  width: 32px;
  height: 32px;
  border: 0px;
  background-color: none;
  cursor: pointer;
  outline: 0;
}
/**
 * Owl Carousel v2.2.0
 * Copyright 2013-2016 David Deutsch
 * Licensed under MIT (https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE)
 */
.owl-carousel,.owl-carousel .owl-item{-webkit-tap-highlight-color:transparent;position:relative}.owl-carousel{display:none;width:100%;z-index:1}.owl-carousel .owl-stage{position:relative;-ms-touch-action:pan-Y}.owl-carousel .owl-stage:after{content:".";display:block;clear:both;visibility:hidden;line-height:0;height:0}.owl-carousel .owl-stage-outer{position:relative;overflow:hidden;-webkit-transform:translate3d(0,0,0)}.owl-carousel .owl-item{min-height:1px;float:left;-webkit-backface-visibility:hidden;-webkit-touch-callout:none}.owl-carousel .owl-item img{display:block;width:100%;-webkit-transform-style:preserve-3d}.owl-carousel .owl-dots.disabled,.owl-carousel .owl-nav.disabled{display:none}.no-js .owl-carousel,.owl-carousel.owl-loaded{display:block}.owl-carousel .owl-dot,.owl-carousel .owl-nav .owl-next,.owl-carousel .owl-nav .owl-prev{cursor:pointer;cursor:hand;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.owl-carousel.owl-loading{opacity:0;display:block}.owl-carousel.owl-hidden{opacity:0}.owl-carousel.owl-refresh .owl-item{visibility:hidden}.owl-carousel.owl-drag .owl-item{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.owl-carousel.owl-grab{cursor:move;cursor:grab}.owl-carousel.owl-rtl{direction:rtl}.owl-carousel.owl-rtl .owl-item{float:right}.owl-carousel .animated{-webkit-animation-duration:1s;animation-duration:1s;-webkit-animation-fill-mode:both;animation-fill-mode:both}.owl-carousel .owl-animated-in{z-index:0}.owl-carousel .owl-animated-out{z-index:1}.owl-carousel .fadeOut{-webkit-animation-name:fadeOut;animation-name:fadeOut}@-webkit-keyframes fadeOut{0%{opacity:1}100%{opacity:0}}@keyframes fadeOut{0%{opacity:1}100%{opacity:0}}.owl-height{transition:height .5s ease-in-out}.owl-carousel .owl-item .owl-lazy{opacity:0;transition:opacity .4s ease}.owl-carousel .owl-item img.owl-lazy{-webkit-transform-style:preserve-3d;transform-style:preserve-3d}.owl-carousel .owl-video-wrapper{position:relative;height:100%;background:#000}.owl-carousel .owl-video-play-icon{position:absolute;height:80px;width:80px;left:50%;top:50%;margin-left:-40px;margin-top:-40px;background:url(owl.video.play.png) no-repeat;cursor:pointer;z-index:1;-webkit-backface-visibility:hidden;transition:-webkit-transform .1s ease;transition:transform .1s ease}.owl-carousel .owl-video-play-icon:hover{-webkit-transform:scale(1.3,1.3);-ms-transform:scale(1.3,1.3);transform:scale(1.3,1.3)}.owl-carousel .owl-video-playing .owl-video-play-icon,.owl-carousel .owl-video-playing .owl-video-tn{display:none}.owl-carousel .owl-video-tn{opacity:0;height:100%;background-position:center center;background-repeat:no-repeat;background-size:contain;transition:opacity .4s ease}.owl-carousel .owl-video-frame{position:relative;z-index:1;height:100%;width:100%}
