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

body {
  margin: 0;
}

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

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

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

[hidden], template {
  display: none;
}

a {
  background: transparent;
}

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

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

b, strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

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

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

small {
  font-size: 80%;
}

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

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

figure {
  margin: 1em 40px;
}

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

pre {
  overflow: auto;
}

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

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

button {
  overflow: visible;
}

button, select {
  text-transform: none;
}

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

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

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

input {
  line-height: normal;
}

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

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

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

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

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: bold;
}

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

td, th {
  padding: 0;
}

body {
  font-family: Arial, sans-serif;
  font-size: 14px;
  background-color: #fff;
}

.wrapper {
  width: 1200px;
  margin: 0 auto;
  background-color: #fff;
}

a {
  color: #000;
}

.fwb {
  font-weight: bold;
}

.table-doubled {
  border-collapse: separate;
  border-spacing: 0;
  border: 1px solid #dcdcdc;
}
.table-doubled td {
  border: 1px solid #dcdcdc;
  padding: 3px;
}

.tariffs-table {
  width: 830px;
  margin: 0 auto;
}
.tariffs-table + .tariffs-table {
  margin-top: 30px;
}
.tariffs-table td {
  text-align: center;
  background-color: #fff;
  height: 20px;
  font-size: 14px;
}
.tariffs-table tbody td:first-child {
  text-align: left;
  padding-left: 7px;
}
.tariffs-table tbody td:not(:first-child) {
  width: 125px;
}
.tariffs-table .new {
  color: #c40101;
}
.tariffs-table .old {
  display: inline-block;
  position: relative;
}
.tariffs-table .old:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(225deg, transparent 0, transparent 46%, #c40101 46%, #c40101 54%, transparent 54%, transparent 100%);
}
.tariffs-table .old {
  margin-right: 5px;
}
.tariffs-table-h2 {
  font-size: 18px;
  font-family: Verdana, Arial, sans-serif;
  color: #173884;
  font-weight: bold;
  text-align: center;
  margin: 7px 0 3px;
}

h2.type {
  color: #173884;
  font-size: 39px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 0;
}

h2.additional {
  color: #c40101;
  font-size: 29px;
  font-weight: bold;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
}

.back_inner2 {
  background-color: #ffffd1;
  color: #173884;
  padding: 7px 10px;
  border: 1px solid #d1d1d1;
  border-radius: 4px;
  cursor: pointer;
  text-decoration: none;
  font-family: Arial, Verdana, sans-serif;
  font-weight: bold;
  font-size: 16px;
}
.back_inner2:hover {
  text-decoration: none;
}
.back_inner2 {
  position: absolute;
  left: 10px;
  top: 62px;
}

.textouter p {
  color: #173884;
  font-size: 20px;
  text-align: justify;
}

.header {
  background-color: #d7d7d7;
  padding: 5px 8px;
  display: flex;
}
.header .logo {
  width: 85px;
  height: 85px;
  border: 2px solid #525252;
}
.header .logo img {
  width: 85px;
  height: 85px;
}
.header .information {
  margin-left: 11px;
}
.header .information .logo_text {
  margin-top: 0;
  margin-bottom: 8px;
  font-size: 12px;
}
.header .information .history {
  margin-top: 0;
  margin-bottom: 12px;
  font-size: 12px;
  font-weight: bold;
}
.header .information .social {
  display: flex;
  gap: 5px;
}
.header .information .social img {
  width: 25px;
  height: 25px;
  vertical-align: top;
}
.header .map {
  margin-left: 40px;
  display: flex;
  align-items: flex-start;
  gap: 12px;
}
.header .map a {
  border: 2px solid #797979;
}
.header .map a img {
  vertical-align: top;
  height: 84px;
}
.header .timetable {
  margin-left: auto;
}
.header .timetable p {
  margin: 0;
  text-align: center;
}
.header .time-title {
  font-size: 22px;
}
.header .time {
  font-size: 32px;
  font-weight: bold;
}
.header .time_ever {
  font-size: 18px;
}

.center img {
  vertical-align: top;
}

.calendars-landing-b0 {
  margin: 30px 0;
  position: relative;
}

.calendars-landing-b1 {
  padding-top: 26px;
  padding-bottom: 16px;
  background-image: url(/images/calendar-landing/b1bg.jpg);
  background-size: 100% 100%;
  position: relative;
}
.calendars-landing-b1 h1 {
  font-size: 47px;
  line-height: 22px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 9px;
  color: #173884;
}
.calendars-landing-b1 h2.type {
  background-color: #fff;
}
.calendars-landing-b1 h2.type span {
  display: inline-block;
  vertical-align: middle;
  width: 128px;
  height: 103px;
  background: url(/images/calendar-landing/year.png) no-repeat 0 50%;
  line-height: 103px;
}
.calendars-landing-b1 .card-outer {
  display: flex;
  justify-content: center;
}
.calendars-landing-b1 .card-outer .card-inner {
  text-align: center;
}
.calendars-landing-b1 .card-outer p.name {
  font-size: 36px;
  font-weight: bold;
  color: #173884;
  margin: 10px auto;
}
.calendars-landing-b1 .card-outer p.price {
  font-size: 30px;
  font-weight: bold;
  color: #000;
  margin: 10px auto;
}
.calendars-landing-b1 .card-outer p.hint {
  font-size: 21px;
  font-weight: bold;
  color: #173884;
  margin: 10px auto;
}
.calendars-landing-b1 .monotriodescouter {
  padding-top: 25px;
  padding-bottom: 25px;
}
.calendars-landing-b1 .triopremiuminner {
  flex-shrink: 0;
  width: 300px;
}
.calendars-landing-b1 .trioinner {
  flex-shrink: 0;
  width: 240px;
}
.calendars-landing-b1 .monodescouter {
  margin-left: 30px;
  margin-right: 10px;
}
.calendars-landing-b1 .monoouter {
  display: flex;
  gap: 15px;
  padding-top: 5px;
}
.calendars-landing-b1 .monoinner {
  text-align: center;
}
.calendars-landing-b1 .monoinner-right ul {
  margin-top: 20px;
  margin-bottom: 35px;
  padding: 0;
}
.calendars-landing-b1 .monoinner-right ul li {
  list-style: none;
  font-size: 30px;
  text-align: left;
  color: #173884;
  position: relative;
  padding-left: 30px;
}
.calendars-landing-b1 .monoinner-right ul li:before {
  content: "";
  background-image: url(/images/calendar-landing/marker_small.png);
  width: 17px;
  height: 22px;
  position: absolute;
  left: 0;
  top: 5px;
}
.calendars-landing-b1 .buttonsouter {
  display: flex;
}
.calendars-landing-b1 .buttonsouter a {
  width: 350px;
  padding: 3px 0 5px;
  color: #fff;
  font-size: 23px;
}
.calendars-landing-b1 .buttonsouter a.green-button {
  display: block;
  box-sizing: border-box;
  font-weight: bold;
  text-decoration: none;
  text-align: center;
  border-width: 5px;
  border-style: solid;
  border-color: #00bf3f #00551c #00551c #00bf3f;
  background-color: #009933;
}
.calendars-landing-b1 .buttonsouter a .grey-button {
  display: block;
  box-sizing: border-box;
  font-weight: bold;
  text-decoration: none;
  text-align: center;
  border-width: 5px;
  border-style: solid;
  border-color: #aeaeae #515151 #515151 #aeaeae;
  background-color: #949494;
}
.calendars-landing-b1 .buttonsouter a .red-button {
  display: block;
  box-sizing: border-box;
  font-weight: bold;
  text-decoration: none;
  text-align: center;
  border-width: 5px;
  border-style: solid;
  border-color: #e65e5e #6f0404 #6f0404 #e65e5e;
  background-color: #e61313;
}
.calendars-landing-b1 .buttonsouter {
  flex-direction: column;
  align-items: center;
  gap: 10px;
}

.calendars-landing-b2 {
  padding: 126px 35px 179px;
  min-height: 569px;
  background-image: url(/images/calendar-landing/b2bg_1.jpg);
  background-size: 100% 100%;
  position: relative;
}
.calendars-landing-b2:after {
  content: url(/images/calendar-landing/b2bg_2.jpg);
  position: absolute;
  bottom: 60px;
  left: 35px;
}
.calendars-landing-b2 .card-outer {
  display: flex;
  justify-content: center;
}
.calendars-landing-b2 .card-outer .card-inner {
  text-align: center;
}
.calendars-landing-b2 .card-outer p.name {
  font-size: 39px;
  font-weight: bold;
  color: #173884;
  margin: 10px auto;
}
.calendars-landing-b2 .card-outer p.price {
  font-size: 30px;
  font-weight: bold;
  color: #000;
  margin: 10px auto;
}
.calendars-landing-b2 .card-outer p.hint {
  font-size: 21px;
  font-weight: bold;
  color: #173884;
  margin: 10px auto;
}
.calendars-landing-b2 .card-outer {
  gap: 100px;
}
.calendars-landing-b2 .card-outer .card-inner:nth-child(2) {
  padding-top: 50px;
}
.calendars-landing-b2 .card-outer .card-inner:nth-child(3) {
  padding-top: 130px;
}
.calendars-landing-b2 .card-outer .card-inner:nth-child(3) p.name {
  font-size: 30px;
}
.calendars-landing-b2 .card-outer .card-inner:nth-child(3) p.name span {
  text-transform: uppercase;
}
.calendars-landing-b2 .textbuttonsouter {
  display: flex;
  padding-left: 20px;
  padding-right: 20px;
  gap: 20px;
}
.calendars-landing-b2 .buttonsouter {
  display: flex;
}
.calendars-landing-b2 .buttonsouter a {
  width: 336px;
  padding: 3px 0 5px;
  color: #fff;
  font-size: 23px;
}
.calendars-landing-b2 .buttonsouter a.green-button {
  display: block;
  box-sizing: border-box;
  font-weight: bold;
  text-decoration: none;
  text-align: center;
  border-width: 5px;
  border-style: solid;
  border-color: #00bf3f #00551c #00551c #00bf3f;
  background-color: #009933;
}
.calendars-landing-b2 .buttonsouter a .grey-button {
  display: block;
  box-sizing: border-box;
  font-weight: bold;
  text-decoration: none;
  text-align: center;
  border-width: 5px;
  border-style: solid;
  border-color: #aeaeae #515151 #515151 #aeaeae;
  background-color: #949494;
}
.calendars-landing-b2 .buttonsouter a .red-button {
  display: block;
  box-sizing: border-box;
  font-weight: bold;
  text-decoration: none;
  text-align: center;
  border-width: 5px;
  border-style: solid;
  border-color: #e65e5e #6f0404 #6f0404 #e65e5e;
  background-color: #e61313;
}
.calendars-landing-b2 .buttonsouter {
  flex-direction: column;
  padding-top: 25px;
  gap: 10px;
}

.calendars-landing-b3 {
  padding-top: 10px;
  padding-bottom: 10px;
  background-image: url(/images/calendar-landing/b3bg.jpg);
  background-size: 100% 100%;
}
.calendars-landing-b3 .card-outer {
  display: flex;
  justify-content: center;
}
.calendars-landing-b3 .card-outer .card-inner {
  text-align: center;
}
.calendars-landing-b3 .card-outer p.name {
  font-size: 39px;
  font-weight: bold;
  color: #173884;
  margin: 10px auto;
}
.calendars-landing-b3 .card-outer p.price {
  font-size: 30px;
  font-weight: bold;
  color: #000;
  margin: 10px auto;
}
.calendars-landing-b3 .card-outer p.hint {
  font-size: 21px;
  font-weight: bold;
  color: #173884;
  margin: 10px auto;
}
.calendars-landing-b3 .card-outer {
  gap: 30px;
}
.calendars-landing-b3 .card-outer .card-inner:nth-child(2) {
  padding-top: 50px;
}
.calendars-landing-b3 .card-outer .card-inner:nth-child(3) {
  padding-top: 50px;
}
.calendars-landing-b3 .card-outer .card-inner a:not(:empty) {
  display: inline-block;
  vertical-align: top;
  position: relative;
  overflow: hidden;
}
.calendars-landing-b3 .card-outer .card-inner a:not(:empty) .new {
  font-size: 22px;
  font-style: italic;
  color: #fff;
  text-transform: uppercase;
  transform: rotate(-45deg);
  width: 170px;
  display: block;
  background-color: #DE4326;
  position: absolute;
  bottom: 35px;
  right: -37px;
}
.calendars-landing-b3 .card-outer .card-inner p.price .new {
  color: #c40101;
}
.calendars-landing-b3 .card-outer .card-inner p.price .old {
  display: inline-block;
  position: relative;
}
.calendars-landing-b3 .card-outer .card-inner p.price .old:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(212deg, transparent 0, transparent 46%, #c40101 46%, #c40101 54%, transparent 54%, transparent 100%);
}
.calendars-landing-b3 .buttonsouter {
  display: flex;
}
.calendars-landing-b3 .buttonsouter a {
  width: 336px;
  padding: 3px 0 5px;
  color: #fff;
  font-size: 23px;
}
.calendars-landing-b3 .buttonsouter a.green-button {
  display: block;
  box-sizing: border-box;
  font-weight: bold;
  text-decoration: none;
  text-align: center;
  border-width: 5px;
  border-style: solid;
  border-color: #00bf3f #00551c #00551c #00bf3f;
  background-color: #009933;
}
.calendars-landing-b3 .buttonsouter a .grey-button {
  display: block;
  box-sizing: border-box;
  font-weight: bold;
  text-decoration: none;
  text-align: center;
  border-width: 5px;
  border-style: solid;
  border-color: #aeaeae #515151 #515151 #aeaeae;
  background-color: #949494;
}
.calendars-landing-b3 .buttonsouter a .red-button {
  display: block;
  box-sizing: border-box;
  font-weight: bold;
  text-decoration: none;
  text-align: center;
  border-width: 5px;
  border-style: solid;
  border-color: #e65e5e #6f0404 #6f0404 #e65e5e;
  background-color: #e61313;
}
.calendars-landing-b3 .buttonsouter {
  justify-content: center;
  margin-top: 20px;
  margin-bottom: 30px;
  gap: 100px;
}
.calendars-landing-b3 .textouter {
  padding: 0 30px;
}

.calendars-landing-b4 {
  padding-top: 10px;
  padding-bottom: 10px;
  background-image: url(/images/calendar-landing/b4bg.jpg);
  background-size: 100% 100%;
}
.calendars-landing-b4 .card-outer {
  display: flex;
  justify-content: center;
}
.calendars-landing-b4 .card-outer .card-inner {
  text-align: center;
}
.calendars-landing-b4 .card-outer p.name {
  font-size: 39px;
  font-weight: bold;
  color: #173884;
  margin: 10px auto;
}
.calendars-landing-b4 .card-outer p.price {
  font-size: 30px;
  font-weight: bold;
  color: #000;
  margin: 10px auto;
}
.calendars-landing-b4 .card-outer p.hint {
  font-size: 21px;
  font-weight: bold;
  color: #173884;
  margin: 10px auto;
}
.calendars-landing-b4 .card-outer {
  gap: 45px;
  margin-top: 32px;
}
.calendars-landing-b4 .card-outer .card-inner:nth-child(2) {
  padding-top: 50px;
}
.calendars-landing-b4 .card-outer .card-inner p.price .new {
  color: #c40101;
}
.calendars-landing-b4 .card-outer .card-inner p.price .old {
  display: inline-block;
  position: relative;
}
.calendars-landing-b4 .card-outer .card-inner p.price .old:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(225deg, transparent 0, transparent 46%, #c40101 46%, #c40101 54%, transparent 54%, transparent 100%);
}
.calendars-landing-b4 .textbuttonsouter {
  display: flex;
  padding-left: 20px;
  padding-right: 20px;
  gap: 20px;
}
.calendars-landing-b4 .buttonsouter {
  display: flex;
}
.calendars-landing-b4 .buttonsouter a {
  width: 236px;
  padding: 3px 0 5px;
  color: #fff;
  font-size: 23px;
}
.calendars-landing-b4 .buttonsouter a.green-button {
  display: block;
  box-sizing: border-box;
  font-weight: bold;
  text-decoration: none;
  text-align: center;
  border-width: 5px;
  border-style: solid;
  border-color: #00bf3f #00551c #00551c #00bf3f;
  background-color: #009933;
}
.calendars-landing-b4 .buttonsouter a .grey-button {
  display: block;
  box-sizing: border-box;
  font-weight: bold;
  text-decoration: none;
  text-align: center;
  border-width: 5px;
  border-style: solid;
  border-color: #aeaeae #515151 #515151 #aeaeae;
  background-color: #949494;
}
.calendars-landing-b4 .buttonsouter a .red-button {
  display: block;
  box-sizing: border-box;
  font-weight: bold;
  text-decoration: none;
  text-align: center;
  border-width: 5px;
  border-style: solid;
  border-color: #e65e5e #6f0404 #6f0404 #e65e5e;
  background-color: #e61313;
}
.calendars-landing-b4 .buttonsouter {
  flex-direction: column;
  padding-top: 25px;
  gap: 10px;
}

.calendars-landing-b5 {
  padding-top: 10px;
  padding-bottom: 50px;
  background-color: #fff;
}
.calendars-landing-b5 .additionalouter {
  display: flex;
  flex-direction: column;
  gap: 15px;
  width: 950px;
  margin: 32px auto 0;
}
.calendars-landing-b5 .additionalinner {
  display: flex;
  justify-content: space-between;
  border-bottom: 4px dotted #999;
}
.calendars-landing-b5 .additionalinner span {
  font-size: 27px;
  font-weight: bold;
}
.calendars-landing-b5 .additionalinner span.text {
  color: #173884;
}
.calendars-landing-b5 .additionalinner span.price {
  color: #c40101;
}

.calendars-landing-b6 {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  gap: 100px;
  padding-top: 40px;
  padding-bottom: 40px;
  background-color: #d7d7d7;
}
.calendars-landing-b6 a {
  text-align: center;
  text-decoration: none;
}
.calendars-landing-b6 a p {
  font-size: 39px;
  font-weight: bold;
  color: #173884;
  margin: 10px auto;
}

.bessmertnyj-polk-center {
  background-color: #fcfcfc;
  padding-top: 9px;
  position: relative;
}
.bessmertnyj-polk-center img {
  vertical-align: top;
}
.bessmertnyj-polk-center h1.title {
  font-size: 32px;
  color: #173884;
  font-weight: bold;
  text-align: center;
  margin-top: 30px;
  margin-bottom: 0;
}
.bessmertnyj-polk-center h1.title + h2 {
  font-size: 20px;
  color: #c40101;
  margin-top: 0;
  margin-bottom: 0;
  font-weight: bold;
  text-align: center;
  font-style: italic;
}
.bessmertnyj-polk-center > h2 {
  font-size: 18px;
  font-family: Verdana, Arial, sans-serif;
  color: #173884;
  font-weight: bold;
  text-align: center;
  margin-top: 7px;
  margin-bottom: 3px;
}

.bessmertnyj-polk-b1 {
  position: relative;
  background-color: #d7d7d7;
  margin: 23px 0 0;
  padding-top: 8px;
  padding-bottom: 8px;
  overflow: hidden;
}
.bessmertnyj-polk-b1 a.video {
  float: left;
  margin-left: 10px;
  display: block;
  box-sizing: border-box;
  text-decoration: none;
}
.bessmertnyj-polk-b1 a.video .title {
  font-size: 22px;
  font-weight: bold;
  text-align: center;
  color: #fff;
  background-color: #676767;
  box-sizing: border-box;
  padding: 12px 0 13px;
}
.bessmertnyj-polk-b1 a.video .img {
  position: relative;
}
.bessmertnyj-polk-b1 a.video .img .play {
  position: absolute;
  top: 80px;
  left: 165px;
}
.bessmertnyj-polk-b1 .txt {
  margin-left: 440px;
  padding-right: 245px;
}
.bessmertnyj-polk-b1 .txt p {
  font-size: 19px;
  margin: 15px auto 0;
}
.bessmertnyj-polk-b1 .txt p:first-child {
  margin: 0;
}
.bessmertnyj-polk-b1 .txt .plus {
  width: 750px;
}
.bessmertnyj-polk-b1 .txt .plus div {
  padding-left: 16px;
  background: url(/images/polk/green_tick.png) no-repeat fixed left 5px;
  font-size: 18px;
}

.bessmertnyj-polk-b2 {
  margin: 30px 0;
}
.bessmertnyj-polk-b2 h2 {
  font-size: 24px;
  font-weight: normal;
  text-align: left;
  color: #173884;
  padding-left: 290px;
  padding-right: 240px;
  margin-top: 15px;
  margin-bottom: 0;
}
.bessmertnyj-polk-b2 h2 > a {
  color: #173884;
  text-decoration: none;
}
.bessmertnyj-polk-b2 h2 span:first-child {
  font-weight: bold;
}
.bessmertnyj-polk-b2 h2 span:nth-child(2) {
  font-style: italic;
}
.bessmertnyj-polk-b2 h2 span:nth-child(3) {
  font-weight: bold;
  color: #c40101;
}

.bessmertnyj-polk-b4 {
  position: relative;
  background-color: #d7d7d7;
  margin: 20px 0 0;
  overflow: hidden;
}
.bessmertnyj-polk-b4 .instrukzia {
  float: left;
  margin-left: 290px;
}
.bessmertnyj-polk-b4 .instrukzia h2 {
  font-size: 19px;
  text-align: left;
  font-weight: normal;
}
.bessmertnyj-polk-b4 .instrukzia h2 span {
  font-weight: bold;
}
.bessmertnyj-polk-b4 .instrukzia ul {
  display: flex;
  flex-direction: column;
  gap: 8px;
  padding: 0;
}
.bessmertnyj-polk-b4 .instrukzia ul li {
  display: flex;
  align-items: center;
  gap: 5px;
  list-style-type: none;
  font-size: 18px;
}
.bessmertnyj-polk-b4 .instrukzia ul li .shag {
  color: #515151;
}
.bessmertnyj-polk-b4 .instrukzia ul li .krug {
  box-sizing: border-box;
  width: 33px;
  height: 33px;
  padding: 5px;
  border: 1px solid #797979;
  border-radius: 33px;
  font-weight: bold;
  text-align: center;
  background-color: #fff;
}
.bessmertnyj-polk-b4 .instrukzia ul li .txt span {
  font-weight: bold;
}
.bessmertnyj-polk-b4 .instrukzia ul li .txt a {
  color: #000;
}
.bessmertnyj-polk-b4 .gbtn {
  display: block;
  box-sizing: border-box;
  font-weight: bold;
  text-decoration: none;
  text-align: center;
  border-width: 5px;
  border-style: solid;
  border-color: #00bf3f #00551c #00551c #00bf3f;
  background-color: #009933;
  width: 210px;
  height: 60px;
  padding-top: 15px;
  font-size: 19px;
  color: #fff;
  float: right;
  margin-right: 140px;
  margin-top: 65px;
}

.bessmertnyj-polk-b5 h2 {
  font-size: 24px;
  font-weight: bold;
  text-align: center;
  color: #173884;
}
.bessmertnyj-polk-b5 .gbtn {
  display: block;
  box-sizing: border-box;
  font-weight: bold;
  text-decoration: none;
  text-align: center;
  border-width: 5px;
  border-style: solid;
  border-color: #00bf3f #00551c #00551c #00bf3f;
  background-color: #009933;
  width: 210px;
  height: 60px;
  padding-top: 15px;
  font-size: 19px;
  color: #fff;
  margin: 30px auto;
}

.bessmertnyj-polk-b6 {
  padding-top: 40px;
  padding-bottom: 20px;
  overflow: hidden;
  background-color: #d7d7d7;
  margin-top: 20px;
}
.bessmertnyj-polk-b6 h2 {
  font-size: 24px;
  font-weight: bold;
  text-align: center;
  margin: 0 auto 10px;
  color: #515151;
}
.bessmertnyj-polk-b6 .block {
  margin: 0 75px;
}
.bessmertnyj-polk-b6 .block p {
  text-align: justify;
  text-indent: 10px;
}

.bessmertnyj-polk-b7 {
  padding: 15px 0 20px;
  background-color: #D7D7D7;
  margin: 15px 0 25px;
}

.bessmertnyj-polk-b7 {
  padding: 15px 0 20px;
  background-color: #D7D7D7;
  margin: 15px 0 25px;
}
.bessmertnyj-polk-b7 ul {
  margin: 0;
  padding: 0;
  display: flex;
  justify-content: space-around;
}
.bessmertnyj-polk-b7 ul li {
  list-style-type: none;
}
.bessmertnyj-polk-b7 ul li a {
  color: #000;
  text-decoration: none;
}
.bessmertnyj-polk-b7 ul li a img {
  height: 213px;
}
.bessmertnyj-polk-b7 ul li h4 {
  font-size: 16px;
  font-weight: bold;
  color: #173884;
  margin: 10px auto;
  text-align: center;
}

.bessmertnyj-polk-b8 {
  font-size: 0;
  text-align: center;
  background-color: #D7D7D7;
  padding: 15px 0;
  margin: 15px 0 25px;
}
.bessmertnyj-polk-b8 > div {
  width: 33%;
  display: inline-block;
  vertical-align: top;
  font-size: 14px;
}
.bessmertnyj-polk-b8 > div h4 {
  font-size: 16px;
  font-weight: bold;
  color: #173884;
  margin: 10px auto;
}
.bessmertnyj-polk-b8 > div h4 span {
  color: #c40101;
}

.bessmertnyj-polk-b9 {
  padding: 15px 0 20px;
  background-color: #D7D7D7;
  margin: 15px 0 25px;
}
.bessmertnyj-polk-b9 ul {
  width: 1100px;
  margin: 0 auto;
  padding: 0;
  text-align: center;
}
.bessmertnyj-polk-b9 ul li {
  list-style-type: none;
}
.bessmertnyj-polk-b9 ul li a {
  color: #000;
  text-decoration: none;
}
.bessmertnyj-polk-b9 ul li a img {
  width: 312px;
  margin: 0 auto;
}
.bessmertnyj-polk-b9 ul li h4 {
  font-size: 16px;
  font-weight: bold;
  color: #173884;
  margin: 10px auto;
  text-align: center;
}

.bessmertnyj-polk-sample {
  position: absolute;
  top: 22px;
  right: 0;
}
.bessmertnyj-polk-sample a {
  display: block;
}
.bessmertnyj-polk-sample a.fnc-text {
  text-align: center;
  margin-bottom: 10px;
}

.bessmertnyj-polk-sample2 {
  position: absolute;
  top: 442px;
  left: 20px;
}
.bessmertnyj-polk-sample2 a {
  display: block;
}
.bessmertnyj-polk-sample2 a.fnc-text {
  text-align: center;
  margin-bottom: 10px;
}

.divtable {
  display: table;
  width: 100%;
  table-layout: fixed;
}
.divtable .leftmenu {
  display: table-cell;
  vertical-align: top;
  width: 200px;
  background-color: #E7E5E5;
  font-family: Verdana, Arial, sans-serif;
  padding-top: 70px;
}
.divtable .leftmenu ul {
  margin: 0 0 5px 0;
  padding: 0;
}
.divtable .leftmenu ul li {
  list-style-type: none;
}
.divtable .leftmenu ul li a {
  text-decoration: none;
  color: #363636;
  display: block;
  box-sizing: border-box;
  height: 48px;
  padding-top: 16px;
  padding-left: 12px;
  background-color: #E7E5E5;
  border: 1px solid #686868;
  font-size: 12px;
  text-transform: uppercase;
  margin-bottom: 2px;
  position: relative;
  overflow: hidden;
}
.divtable .leftmenu ul li a.active {
  background-color: #ffffd1;
  border: 1px solid #2C468D;
  color: #2C468D;
}
.divtable .leftmenu ul li a.doubleline {
  padding-top: 8px;
}
.divtable .leftmenu ul li a.doubleline span.second {
  font-size: 10px;
}
.divtable .leftmenu ul li a .new {
  font-size: 9px;
  color: #FFF;
  text-transform: uppercase;
  text-align: center;
  line-height: 16px;
  transform: rotate(-30deg);
  width: 100px;
  display: block;
  background-color: #DE4326;
  position: absolute;
  top: 23px;
  right: -26px;
}
.divtable .main {
  display: table-cell;
  vertical-align: top;
  width: 1000px;
  padding-bottom: 30px;
}

.breadcrumbs-outer {
  margin: 5px 0 0 5px;
}
.breadcrumbs-outer ul {
  padding: 0;
  margin: 0 0 0 5px;
}
.breadcrumbs-outer ul li {
  display: inline-block;
}
.breadcrumbs-outer ul li:after {
  content: ">";
  padding: 0 0.25em 0 0.5em;
  color: #999;
}
.breadcrumbs-outer ul li.last:after {
  content: "";
}
.breadcrumbs-outer ul li a, .breadcrumbs-outer ul li a:visited {
  color: #173884;
  text-decoration: none;
}

.bluebanner {
  display: block;
  padding: 5px 0;
  cursor: pointer;
  font-weight: bold;
  font-size: 13px;
  text-align: center;
  text-decoration: underline;
  text-transform: uppercase;
  color: #0196e0;
  position: absolute;
  top: 6px;
  right: 10px;
}

.banner-internet {
  display: block;
  box-sizing: border-box;
  font-weight: bold;
  text-decoration: none;
  text-align: center;
  border-width: 5px;
  border-style: solid;
  border-color: #00bf3f #00551c #00551c #00bf3f;
  background-color: #009933;
  width: 415px;
  height: 60px;
  padding: 15px 20px 0;
  font-size: 19px;
  color: #fff;
  text-transform: uppercase;
  margin: 20px auto;
}

.bessmertnyj-polk-katalog-ul {
  width: 960px;
  margin: 15px auto 20px;
  padding: 0;
}
.bessmertnyj-polk-katalog-ul li {
  padding: 5px;
  list-style-type: none;
  display: inline-block;
  vertical-align: top;
}
.bessmertnyj-polk-katalog-ul li a {
  color: #000;
  text-decoration: none;
}
.bessmertnyj-polk-katalog-ul li a img {
  width: 230px;
  vertical-align: top;
}
.bessmertnyj-polk-katalog-ul li a p {
  text-align: center;
  margin: 0;
  font-size: 14px;
  max-width: 230px;
}

.footer {
  background-color: #D7D7D7;
  padding-top: 22px;
  padding-bottom: 30px;
}
.footer p {
  text-align: center;
  margin: 0;
  font-size: 12px;
}
.footer p a {
  text-decoration: underline;
}

.fancybox-skin {
  background-color: #fff !important;
}

/*# sourceMappingURL=photo.css.map */
