/*https://cdnjs.cloudflare.com/ajax/libs/select2/4.0.6-rc.0/css/select2.min.css*/

/*https://cdnjs.cloudflare.com/ajax/libs/select2/4.0.6-rc.0/css/select2.min.css*/

.select2-container {
  box-sizing: border-box;
  display: inline-block;
  margin: 0;
  position: relative;
  vertical-align: middle;
}
.select2-container .select2-selection--single {
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  height: 28px;
  user-select: none;
  -webkit-user-select: none;
}
.select2-container .select2-selection--single .select2-selection__rendered {
  display: block;
  padding-left: 8px;
  padding-right: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.select2-container .select2-selection--single .select2-selection__clear {
  position: relative;
}
.select2-container[dir="rtl"]
  .select2-selection--single
  .select2-selection__rendered {
  padding-right: 8px;
  padding-left: 20px;
}
.select2-container .select2-selection--multiple {
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  min-height: 32px;
  user-select: none;
  -webkit-user-select: none;
}
.select2-container .select2-selection--multiple .select2-selection__rendered {
  display: inline-block;
  overflow: hidden;
  padding-left: 8px;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.select2-container .select2-search--inline {
  float: left;
}
.select2-container .select2-search--inline .select2-search__field {
  box-sizing: border-box;
  border: none;
  font-size: 100%;
  margin-top: 5px;
  padding: 0;
}
.select2-container
  .select2-search--inline
  .select2-search__field::-webkit-search-cancel-button {
  -webkit-appearance: none;
}
.select2-dropdown {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  box-sizing: border-box;
  display: block;
  position: absolute;
  left: -100000px;
  width: 100%;
  z-index: 1051;
}
.select2-results {
  display: block;
}
.select2-results__options {
  list-style: none;
  margin: 0;
  padding: 0;
}
.select2-results__option {
  padding: 6px;
  user-select: none;
  -webkit-user-select: none;
}
.select2-results__option[aria-selected] {
  cursor: pointer;
}
.select2-container--open .select2-dropdown {
  left: 0;
}
.select2-container--open .select2-dropdown--above {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.select2-container--open .select2-dropdown--below {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.select2-search--dropdown {
  display: block;
  padding: 4px;
}
.select2-search--dropdown .select2-search__field {
  padding: 4px;
  width: 100%;
  box-sizing: border-box;
}
.select2-search--dropdown .select2-search__field::-webkit-search-cancel-button {
  -webkit-appearance: none;
}
.select2-search--dropdown.select2-search--hide {
  display: none;
}
.select2-close-mask {
  border: 0;
  margin: 0;
  padding: 0;
  display: block;
  position: fixed;
  left: 0;
  top: 0;
  min-height: 100%;
  min-width: 100%;
  height: auto;
  width: auto;
  opacity: 0;
  z-index: 99;
  background-color: #fff;
  filter: alpha(opacity=0);
}
.select2-hidden-accessible {
  border: 0 !important;
  clip: rect(0 0 0 0) !important;
  -webkit-clip-path: inset(50%) !important;
  clip-path: inset(50%) !important;
  height: 1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important;
  white-space: nowrap !important;
}
.select2-container--default .select2-selection--single {
  background-color: #fff;
  border: 1px solid #aaa;
  border-radius: 4px;
}
.select2-container--default
  .select2-selection--single
  .select2-selection__rendered {
  color: #444;
  line-height: 28px;
}
.select2-container--default
  .select2-selection--single
  .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
}
.select2-container--default
  .select2-selection--single
  .select2-selection__placeholder {
  color: #999;
}
.select2-container--default
  .select2-selection--single
  .select2-selection__arrow {
  height: 26px;
  position: absolute;
  top: 1px;
  right: 1px;
  width: 20px;
}
.select2-container--default
  .select2-selection--single
  .select2-selection__arrow
  b {
  border-color: #888 transparent transparent transparent;
  border-style: solid;
  border-width: 5px 4px 0 4px;
  height: 0;
  left: 50%;
  margin-left: -4px;
  margin-top: -2px;
  position: absolute;
  top: 50%;
  width: 0;
}
.select2-container--default[dir="rtl"]
  .select2-selection--single
  .select2-selection__clear {
  float: left;
}
.select2-container--default[dir="rtl"]
  .select2-selection--single
  .select2-selection__arrow {
  left: 1px;
  right: auto;
}
.select2-container--default.select2-container--disabled
  .select2-selection--single {
  background-color: #eee;
  cursor: default;
}
.select2-container--default.select2-container--disabled
  .select2-selection--single
  .select2-selection__clear {
  display: none;
}
.select2-container--default.select2-container--open
  .select2-selection--single
  .select2-selection__arrow
  b {
  border-color: transparent transparent #888 transparent;
  border-width: 0 4px 5px 4px;
}
.select2-container--default .select2-selection--multiple {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: text;
}
.select2-container--default
  .select2-selection--multiple
  .select2-selection__rendered {
  box-sizing: border-box;
  list-style: none;
  margin: 0;
  padding: 0 5px;
  width: 100%;
}
.select2-container--default
  .select2-selection--multiple
  .select2-selection__rendered
  li {
  list-style: none;
}
.select2-container--default
  .select2-selection--multiple
  .select2-selection__placeholder {
  color: #999;
  margin-top: 5px;
  float: left;
}
.select2-container--default
  .select2-selection--multiple
  .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
  margin-top: 5px;
  margin-right: 10px;
}
.select2-container--default
  .select2-selection--multiple
  .select2-selection__choice {
  background-color: #e4e4e4;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: default;
  float: left;
  margin-right: 5px;
  margin-top: 5px;
  padding: 0 5px;
}
.select2-container--default
  .select2-selection--multiple
  .select2-selection__choice__remove {
  color: #999;
  cursor: pointer;
  display: inline-block;
  font-weight: bold;
  margin-right: 2px;
}
.select2-container--default
  .select2-selection--multiple
  .select2-selection__choice__remove:hover {
  color: #333;
}
.select2-container--default[dir="rtl"]
  .select2-selection--multiple
  .select2-selection__choice,
.select2-container--default[dir="rtl"]
  .select2-selection--multiple
  .select2-selection__placeholder,
.select2-container--default[dir="rtl"]
  .select2-selection--multiple
  .select2-search--inline {
  float: right;
}
.select2-container--default[dir="rtl"]
  .select2-selection--multiple
  .select2-selection__choice {
  margin-left: 5px;
  margin-right: auto;
}
.select2-container--default[dir="rtl"]
  .select2-selection--multiple
  .select2-selection__choice__remove {
  margin-left: 2px;
  margin-right: auto;
}
.select2-container--default.select2-container--focus
  .select2-selection--multiple {
  border: solid black 1px;
  outline: 0;
}
.select2-container--default.select2-container--disabled
  .select2-selection--multiple {
  background-color: #eee;
  cursor: default;
}
.select2-container--default.select2-container--disabled
  .select2-selection__choice__remove {
  display: none;
}
.select2-container--default.select2-container--open.select2-container--above
  .select2-selection--single,
.select2-container--default.select2-container--open.select2-container--above
  .select2-selection--multiple {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.select2-container--default.select2-container--open.select2-container--below
  .select2-selection--single,
.select2-container--default.select2-container--open.select2-container--below
  .select2-selection--multiple {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.select2-container--default .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa;
}
.select2-container--default .select2-search--inline .select2-search__field {
  background: transparent;
  border: none;
  outline: 0;
  box-shadow: none;
  -webkit-appearance: textfield;
}
.select2-container--default .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto;
}
.select2-container--default .select2-results__option[role="group"] {
  padding: 0;
}
.select2-container--default .select2-results__option[aria-disabled="true"] {
  color: #999;
}
.select2-container--default .select2-results__option[aria-selected="true"] {
  background-color: #ddd;
}
.select2-container--default .select2-results__option .select2-results__option {
  padding-left: 1em;
}
.select2-container--default
  .select2-results__option
  .select2-results__option
  .select2-results__group {
  padding-left: 0;
}
.select2-container--default
  .select2-results__option
  .select2-results__option
  .select2-results__option {
  margin-left: -1em;
  padding-left: 2em;
}
.select2-container--default
  .select2-results__option
  .select2-results__option
  .select2-results__option
  .select2-results__option {
  margin-left: -2em;
  padding-left: 3em;
}
.select2-container--default
  .select2-results__option
  .select2-results__option
  .select2-results__option
  .select2-results__option
  .select2-results__option {
  margin-left: -3em;
  padding-left: 4em;
}
.select2-container--default
  .select2-results__option
  .select2-results__option
  .select2-results__option
  .select2-results__option
  .select2-results__option
  .select2-results__option {
  margin-left: -4em;
  padding-left: 5em;
}
.select2-container--default
  .select2-results__option
  .select2-results__option
  .select2-results__option
  .select2-results__option
  .select2-results__option
  .select2-results__option
  .select2-results__option {
  margin-left: -5em;
  padding-left: 6em;
}
.select2-container--default
  .select2-results__option--highlighted[aria-selected] {
  background-color: #5897fb;
  color: white;
}
.select2-container--default .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px;
}
.select2-container--classic .select2-selection--single {
  background-color: #f7f7f7;
  border: 1px solid #aaa;
  border-radius: 4px;
  outline: 0;
  background-image: -webkit-linear-gradient(top, #fff 50%, #eee 100%);
  background-image: -o-linear-gradient(top, #fff 50%, #eee 100%);
  background-image: linear-gradient(to bottom, #fff 50%, #eee 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0);
}
.select2-container--classic .select2-selection--single:focus {
  border: 1px solid #5897fb;
}
.select2-container--classic
  .select2-selection--single
  .select2-selection__rendered {
  color: #444;
  line-height: 28px;
}
.select2-container--classic
  .select2-selection--single
  .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
  margin-right: 10px;
}
.select2-container--classic
  .select2-selection--single
  .select2-selection__placeholder {
  color: #999;
}
.select2-container--classic
  .select2-selection--single
  .select2-selection__arrow {
  background-color: #ddd;
  border: none;
  border-left: 1px solid #aaa;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  height: 26px;
  position: absolute;
  top: 1px;
  right: 1px;
  width: 20px;
  background-image: -webkit-linear-gradient(top, #eee 50%, #ccc 100%);
  background-image: -o-linear-gradient(top, #eee 50%, #ccc 100%);
  background-image: linear-gradient(to bottom, #eee 50%, #ccc 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFCCCCCC', GradientType=0);
}
.select2-container--classic
  .select2-selection--single
  .select2-selection__arrow
  b {
  border-color: #888 transparent transparent transparent;
  border-style: solid;
  border-width: 5px 4px 0 4px;
  height: 0;
  left: 50%;
  margin-left: -4px;
  margin-top: -2px;
  position: absolute;
  top: 50%;
  width: 0;
}
.select2-container--classic[dir="rtl"]
  .select2-selection--single
  .select2-selection__clear {
  float: left;
}
.select2-container--classic[dir="rtl"]
  .select2-selection--single
  .select2-selection__arrow {
  border: none;
  border-right: 1px solid #aaa;
  border-radius: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  left: 1px;
  right: auto;
}
.select2-container--classic.select2-container--open .select2-selection--single {
  border: 1px solid #5897fb;
}
.select2-container--classic.select2-container--open
  .select2-selection--single
  .select2-selection__arrow {
  background: transparent;
  border: none;
}
.select2-container--classic.select2-container--open
  .select2-selection--single
  .select2-selection__arrow
  b {
  border-color: transparent transparent #888 transparent;
  border-width: 0 4px 5px 4px;
}
.select2-container--classic.select2-container--open.select2-container--above
  .select2-selection--single {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  background-image: -webkit-linear-gradient(top, #fff 0%, #eee 50%);
  background-image: -o-linear-gradient(top, #fff 0%, #eee 50%);
  background-image: linear-gradient(to bottom, #fff 0%, #eee 50%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0);
}
.select2-container--classic.select2-container--open.select2-container--below
  .select2-selection--single {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  background-image: -webkit-linear-gradient(top, #eee 50%, #fff 100%);
  background-image: -o-linear-gradient(top, #eee 50%, #fff 100%);
  background-image: linear-gradient(to bottom, #eee 50%, #fff 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFFFFFFF', GradientType=0);
}
.select2-container--classic .select2-selection--multiple {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: text;
  outline: 0;
}
.select2-container--classic .select2-selection--multiple:focus {
  border: 1px solid #5897fb;
}
.select2-container--classic
  .select2-selection--multiple
  .select2-selection__rendered {
  list-style: none;
  margin: 0;
  padding: 0 5px;
}
.select2-container--classic
  .select2-selection--multiple
  .select2-selection__clear {
  display: none;
}
.select2-container--classic
  .select2-selection--multiple
  .select2-selection__choice {
  background-color: #e4e4e4;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: default;
  float: left;
  margin-right: 5px;
  margin-top: 5px;
  padding: 0 5px;
}
.select2-container--classic
  .select2-selection--multiple
  .select2-selection__choice__remove {
  color: #888;
  cursor: pointer;
  display: inline-block;
  font-weight: bold;
  margin-right: 2px;
}
.select2-container--classic
  .select2-selection--multiple
  .select2-selection__choice__remove:hover {
  color: #555;
}
.select2-container--classic[dir="rtl"]
  .select2-selection--multiple
  .select2-selection__choice {
  float: right;
}
.select2-container--classic[dir="rtl"]
  .select2-selection--multiple
  .select2-selection__choice {
  margin-left: 5px;
  margin-right: auto;
}
.select2-container--classic[dir="rtl"]
  .select2-selection--multiple
  .select2-selection__choice__remove {
  margin-left: 2px;
  margin-right: auto;
}
.select2-container--classic.select2-container--open
  .select2-selection--multiple {
  border: 1px solid #5897fb;
}
.select2-container--classic.select2-container--open.select2-container--above
  .select2-selection--multiple {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.select2-container--classic.select2-container--open.select2-container--below
  .select2-selection--multiple {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.select2-container--classic .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa;
  outline: 0;
}
.select2-container--classic .select2-search--inline .select2-search__field {
  outline: 0;
  box-shadow: none;
}
.select2-container--classic .select2-dropdown {
  background-color: #fff;
  border: 1px solid transparent;
}
.select2-container--classic .select2-dropdown--above {
  border-bottom: none;
}
.select2-container--classic .select2-dropdown--below {
  border-top: none;
}
.select2-container--classic .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto;
}
.select2-container--classic .select2-results__option[role="group"] {
  padding: 0;
}
.select2-container--classic .select2-results__option[aria-disabled="true"] {
  color: grey;
}
.select2-container--classic
  .select2-results__option--highlighted[aria-selected] {
  background-color: #3875d7;
  color: #fff;
}
.select2-container--classic .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px;
}
.select2-container--classic.select2-container--open .select2-dropdown {
  border-color: #5897fb;
}
html {
  font-size: 100%;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
}
article aside,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section,
details,
summary,
main {
  display: block;
}
audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden],
template {
  display: none !important;
}
a {
  background: transparent;
}
a:active,
a:hover {
  outline: 0;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b,
strong {
  font-weight: bold;
}
dfn {
  font-style: italic;
}
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;
}
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}
pre {
  overflow: auto;
}
code,
kbd,
pre,
samp {
  font-size: 1em;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td,
th {
  padding: 0;
}
nav > ul {
  list-style: none;
}
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;
}
legend {
  border: 0;
  padding: 0;
}
textarea {
  overflow: auto;
}
optgroup {
  font-weight: bold;
}
article,
aside,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section,
details,
summary,
main,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
pre,
a,
abbr,
address,
code,
del,
dfn,
em,
img,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
caption,
tbody,
tfoot,
thead,
tr {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
}
nav ol,
nav ul {
  list-style: none;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-weight: normal;
}
.block-group,
.block,
.block-group:after,
.block:after,
.block-group:before,
.block:before {
  box-sizing: border-box;
}
.block-group {
  list-style-type: none;
  padding: 0;
  margin: 0;
  zoom: 1;
}
.block-group:before,
.block-group:after {
  content: "";
  display: table;
}
.block-group:after {
  clear: both;
}
.block-group > .block-group {
  clear: none;
  float: left;
  margin: 0 !important;
}
.block {
  float: left;
  width: 100%;
}
@font-face {
  font-family: "PT Sans";
  font-display: swap;
  src: url("/common/fnt/ptSans/pt-sans-regular.woff") format("woff"),
    url("/common/fnt/ptSans/pt-sans-regular.woff2") format("woff2");
  font-style: normal;
  font-weight: normal;
}
@font-face {
  font-family: "PT Sans";
  font-display: swap;
  src: url("/common/fnt/ptSans/pt-sans-bold.woff") format("woff"),
    url("/common/fnt/ptSans/pt-sans-bold.woff2") format("woff2");
  font-style: normal;
  font-weight: bold;
}
@font-face {
  font-family: "Roboto";
  font-display: swap;
  src: url("/common/fnt/roboto/roboto-regular.woff") format("woff"),
    url("/common/fnt/roboto/roboto-regular.woff2") format("woff2");
  font-style: normal;
  font-weight: normal;
}
@font-face {
  font-family: "Icons";
  font-display: swap;
  src: url("/common/fnt/icons/fontawesome.woff") format("woff"),
    url("/common/fnt/icons/fontawesome.woff2") format("woff2");
  font-style: normal;
  font-weight: normal;
}
#nprogress {
  pointer-events: none;
}
#nprogress .bar {
  background: #e9392c;
  position: fixed;
  z-index: 9999;
  top: 0;
  left: 0;
  width: 100%;
  height: 3px;
}
#nprogress .peg {
  display: block;
  position: absolute;
  right: 0px;
  width: 100px;
  height: 100%;
  box-shadow: 0 0 10px #e9392c, 0 0 5px #e9392c;
  opacity: 1;
  -ms-filter: none;
  filter: none;
  transform: rotate(3deg) translate(0px, -4px);
}
#nprogress .spinner {
  display: block;
  position: fixed;
  z-index: 1031;
  top: 15px;
  right: 15px;
}
#nprogress .spinner-icon {
  width: 18px;
  height: 18px;
  box-sizing: border-box;
  border: solid 2px transparent;
  border-top-color: #e9392c;
  border-left-color: #e9392c;
  border-radius: 50%;
  animation: nprogress-spinner 0.7s linear infinite;
}
.nprogress-custom-parent {
  overflow: hidden;
  position: relative;
}
.nprogress-custom-parent #nprogress .spinner,
.nprogress-custom-parent #nprogress .bar {
  position: absolute;
}
@-moz-keyframes nprogress-spinner {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}
@-webkit-keyframes nprogress-spinner {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}
@-o-keyframes nprogress-spinner {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}
@keyframes nprogress-spinner {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}
* {
  outline: none;
}
body {
  font-family: "PT Sans", sans-serif;
  font-size: 14px;
  line-height: 17px;
  background: #f9fafc;
}
a {
  color: #00648f;
}
a:hover {
  color: #04577a;
  text-decoration: none;
}
body,
html {
  height: 100%;
}
.wrapper {
  min-height: 100%;
  overflow: auto;
  overflow-x: hidden;
}
.page {
  width: 1600px;
  margin-left: auto;
  margin-right: auto;
  padding: 0 20px;
}
.grid:before {
  content: "";
  width: 1600px;
  margin: auto;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 99999;
  background: -webkit-linear-gradient(
    left,
    rgba(255, 0, 0, 0.1) 115px,
    transparent 115px
  );
  background: -moz-linear-gradient(
    left,
    rgba(255, 0, 0, 0.1) 115px,
    transparent 115px
  );
  background: -ms-linear-gradient(
    left,
    rgba(255, 0, 0, 0.1) 115px,
    transparent 115px
  );
  background: linear-gradient(
    to right,
    rgba(255, 0, 0, 0.1) 115px,
    transparent 115px
  );
  background-size: 135px;
  pointer-events: none;
}
.img_left {
  float: left;
  margin: 0 20px 15px 0;
}
.img_right {
  float: left;
  margin: 0 0px 15px 20px;
}
.img_left2 {
  float: left;
  margin: 0 20px 10px 0;
}
.img_right2 {
  float: right;
  margin: 10px 0 10px 25px;
}
h1,
.h1 {
  color: #555;
  font-size: 46px;
  line-height: 120%;
  margin: 0 0 34px;
}
h2,
.h2 {
  font-size: 30px;
  line-height: 120%;
}
ul li {
  list-style-type: none;
}
.fs20 {
  font-size: 20px;
}
.fs25 {
  font-size: 25px;
}
.title {
  text-transform: uppercase;
  font: normal 46px/1.3 "PT Sans", sans-serif;
  color: #00648f;
  padding-top: 56px;
}
.title--white {
  color: #fff;
}
.breadcrumbs {
  color: #00648f;
  font-size: 16px;
  line-height: 120%;
  margin: 20px 0 17px;
}
.breadcrumbs a {
  text-decoration: none;
}
.breadcrumbs span {
  color: #838383;
}
.popup-wrapper {
  padding: 30px;
}
.popup-wrapper h2,
.popup-wrapper .h2z,
.h2z {
  font-size: 35px;
  line-height: 35px;
  margin-bottom: 30px;
  color: #e9392c;
}
.popup-wrapper .h3z{
  font-size: 24px;
  line-height: 24px;
  color: #e9392c;
  text-align: center;
}

.style_delete {
  font-size: 20px;
  line-height: 25px;
  color: #555;
}

.btn {
  display: block;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  background: #e9392c;
  color: #fff;
  font: bold 20px "PT Sans", sans-serif;
  padding: 10px 40px;
  box-sizing: border-box;
  transition: background 0.1s linear;
  text-decoration: none;
}
.btn:hover {
  background: #c92115;
  color: #fff;
  text-decoration: none;
}
.preloader {
  color: #00648f;
  font-size: 12px;
  margin: 100px auto;
  width: 1em;
  height: 1em;
  border-radius: 50%;
  position: relative;
  text-indent: -9999em;
  animation: load4 1.3s infinite linear;
  transform: translateZ(0);
}
.preloader2 {
  margin: 30px auto;
}
.tab_cont > div .preloader2 {
  margin: 40px auto;
}
@-moz-keyframes load4 {
  0%,
  100% {
    box-shadow: 0 -3em 0 0.2em, 2em -2em 0 0em, 3em 0 0 -1em, 2em 2em 0 -1em,
      0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 0;
  }

  12.5% {
    box-shadow: 0 -3em 0 0, 2em -2em 0 0.2em, 3em 0 0 0, 2em 2em 0 -1em,
      0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 -1em;
  }

  25% {
    box-shadow: 0 -3em 0 -0.5em, 2em -2em 0 0, 3em 0 0 0.2em, 2em 2em 0 0,
      0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 -1em;
  }

  37.5% {
    box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0em 0 0, 2em 2em 0 0.2em,
      0 3em 0 0em, -2em 2em 0 -1em, -3em 0em 0 -1em, -2em -2em 0 -1em;
  }

  50% {
    box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 0em,
      0 3em 0 0.2em, -2em 2em 0 0, -3em 0em 0 -1em, -2em -2em 0 -1em;
  }

  62.5% {
    box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 -1em,
      0 3em 0 0, -2em 2em 0 0.2em, -3em 0 0 0, -2em -2em 0 -1em;
  }

  75% {
    box-shadow: 0em -3em 0 -1em, 2em -2em 0 -1em, 3em 0em 0 -1em, 2em 2em 0 -1em,
      0 3em 0 -1em, -2em 2em 0 0, -3em 0em 0 0.2em, -2em -2em 0 0;
  }

  87.5% {
    box-shadow: 0em -3em 0 0, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 -1em,
      0 3em 0 -1em, -2em 2em 0 0, -3em 0em 0 0, -2em -2em 0 0.2em;
  }
}
@-webkit-keyframes load4 {
  0%,
  100% {
    box-shadow: 0 -3em 0 0.2em, 2em -2em 0 0em, 3em 0 0 -1em, 2em 2em 0 -1em,
      0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 0;
  }

  12.5% {
    box-shadow: 0 -3em 0 0, 2em -2em 0 0.2em, 3em 0 0 0, 2em 2em 0 -1em,
      0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 -1em;
  }

  25% {
    box-shadow: 0 -3em 0 -0.5em, 2em -2em 0 0, 3em 0 0 0.2em, 2em 2em 0 0,
      0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 -1em;
  }

  37.5% {
    box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0em 0 0, 2em 2em 0 0.2em,
      0 3em 0 0em, -2em 2em 0 -1em, -3em 0em 0 -1em, -2em -2em 0 -1em;
  }

  50% {
    box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 0em,
      0 3em 0 0.2em, -2em 2em 0 0, -3em 0em 0 -1em, -2em -2em 0 -1em;
  }

  62.5% {
    box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 -1em,
      0 3em 0 0, -2em 2em 0 0.2em, -3em 0 0 0, -2em -2em 0 -1em;
  }

  75% {
    box-shadow: 0em -3em 0 -1em, 2em -2em 0 -1em, 3em 0em 0 -1em, 2em 2em 0 -1em,
      0 3em 0 -1em, -2em 2em 0 0, -3em 0em 0 0.2em, -2em -2em 0 0;
  }

  87.5% {
    box-shadow: 0em -3em 0 0, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 -1em,
      0 3em 0 -1em, -2em 2em 0 0, -3em 0em 0 0, -2em -2em 0 0.2em;
  }
}
@-o-keyframes load4 {
  0%,
  100% {
    box-shadow: 0 -3em 0 0.2em, 2em -2em 0 0em, 3em 0 0 -1em, 2em 2em 0 -1em,
      0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 0;
  }

  12.5% {
    box-shadow: 0 -3em 0 0, 2em -2em 0 0.2em, 3em 0 0 0, 2em 2em 0 -1em,
      0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 -1em;
  }

  25% {
    box-shadow: 0 -3em 0 -0.5em, 2em -2em 0 0, 3em 0 0 0.2em, 2em 2em 0 0,
      0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 -1em;
  }

  37.5% {
    box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0em 0 0, 2em 2em 0 0.2em,
      0 3em 0 0em, -2em 2em 0 -1em, -3em 0em 0 -1em, -2em -2em 0 -1em;
  }

  50% {
    box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 0em,
      0 3em 0 0.2em, -2em 2em 0 0, -3em 0em 0 -1em, -2em -2em 0 -1em;
  }

  62.5% {
    box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 -1em,
      0 3em 0 0, -2em 2em 0 0.2em, -3em 0 0 0, -2em -2em 0 -1em;
  }

  75% {
    box-shadow: 0em -3em 0 -1em, 2em -2em 0 -1em, 3em 0em 0 -1em, 2em 2em 0 -1em,
      0 3em 0 -1em, -2em 2em 0 0, -3em 0em 0 0.2em, -2em -2em 0 0;
  }

  87.5% {
    box-shadow: 0em -3em 0 0, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 -1em,
      0 3em 0 -1em, -2em 2em 0 0, -3em 0em 0 0, -2em -2em 0 0.2em;
  }
}
@keyframes load4 {
  0%,
  100% {
    box-shadow: 0 -3em 0 0.2em, 2em -2em 0 0em, 3em 0 0 -1em, 2em 2em 0 -1em,
      0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 0;
  }

  12.5% {
    box-shadow: 0 -3em 0 0, 2em -2em 0 0.2em, 3em 0 0 0, 2em 2em 0 -1em,
      0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 -1em;
  }

  25% {
    box-shadow: 0 -3em 0 -0.5em, 2em -2em 0 0, 3em 0 0 0.2em, 2em 2em 0 0,
      0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 -1em;
  }

  37.5% {
    box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0em 0 0, 2em 2em 0 0.2em,
      0 3em 0 0em, -2em 2em 0 -1em, -3em 0em 0 -1em, -2em -2em 0 -1em;
  }

  50% {
    box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 0em,
      0 3em 0 0.2em, -2em 2em 0 0, -3em 0em 0 -1em, -2em -2em 0 -1em;
  }

  62.5% {
    box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 -1em,
      0 3em 0 0, -2em 2em 0 0.2em, -3em 0 0 0, -2em -2em 0 -1em;
  }

  75% {
    box-shadow: 0em -3em 0 -1em, 2em -2em 0 -1em, 3em 0em 0 -1em, 2em 2em 0 -1em,
      0 3em 0 -1em, -2em 2em 0 0, -3em 0em 0 0.2em, -2em -2em 0 0;
  }

  87.5% {
    box-shadow: 0em -3em 0 0, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 -1em,
      0 3em 0 -1em, -2em 2em 0 0, -3em 0em 0 0, -2em -2em 0 0.2em;
  }
}
.head-fix {
  height: 120px;
}
.head {
  background: #fff;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 9999;
  transition: box-shadow 0.3s linear;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
  transition: transform 0.4s;
  box-shadow: 3px 4px 18px rgba(68, 98, 112, 0.16);
}
.head.active {
  box-shadow: 3px 4px 18px rgba(68, 98, 112, 0.16);
}
.head.active .head__elem {
  height: 80px;
}
.head.active .head__logo {
  width: 100px;
}
.head.active .head__logo img {
  width: 100px;
}
.head.translate {
  transform: translateY(-100%);
}
.head__elem {
  display: flex;
  height: 120px;
  align-items: center;
  position: relative;
  transition: height 0.4s;
}
.head__elem-item--logo {
  width: 270px;
}
.head__elem-item--menu {
  /*width: 405px;*/
  width: 235px;
  position: relative;
}
.head__elem-item--menu:before {
  content: "";
  width: 1px;
  height: 78px;
  background: #cbcbcb;
  margin: auto;
  position: absolute;
  top: 0;
  left: -60px;
  bottom: 0;
}
.head__elem-item--city {
  width: 250px;
  /*text-align: center;*/
}
.head__elem-item--phone {
  /*width: 405px;*/
  width: 270px;
  margin-left: 20px;
}
@media (min-width: 980px) {
  .menu .head__elem-item--phone {
    display: none;
  }
}
.head__elem-item--bookmark {
  /*width: 250px;*/
  width: 555px;
}
.head__logo {
  width: 150px;
  display: block;
  transition: opacity 0.2s linear, width 0.4s;
}
.head__logo:hover {
  opacity: 0.8;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
  filter: alpha(opacity=80);
}
.head__logo img {
  display: block;
  width: 150px;
  height: auto;
  transition: width 0.4s;
}
.head__menu {
  display: inline-block;
  text-decoration: none;
  text-transform: uppercase;
  font: bold 18px/1 "PT Sans", sans-serif;
  color: #00648f;
  position: relative;
  box-sizing: border-box;
  padding-left: 50px;
}
.head__menu.active .head__menu-icon span {
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
}
.head__menu.active .head__menu-icon:before,
.head__menu.active .head__menu-icon:after {
  margin: auto;
  top: 0;
  bottom: 0;
}
.head__menu.active .head__menu-icon:before {
  transform: rotate(45deg);
}
.head__menu.active .head__menu-icon:after {
  transform: rotate(-45deg);
}
.head__menu-icon {
  width: 36px;
  height: 27px;
  display: block;
  margin: auto;
  position: absolute;
  top: -2px;
  left: 0;
  bottom: 0;
}
.head__menu-icon:before,
.head__menu-icon:after,
.head__menu-icon span {
  content: "";
  width: 100%;
  height: 4px;
  background: #00648f;
  position: absolute;
}
.head__menu-icon:before {
  top: 0;
  transition: transform 0.2s linear;
}
.head__menu-icon:after {
  bottom: 0;
  transition: transform 0.2s linear;
}
.head__menu-icon span {
  margin: auto;
  top: 0;
  bottom: 0;
  transition: opacity 0.1s linear;
}
.head__city {
  font: 18px/1 "PT Sans", sans-serif;
  color: #00648f;
  display: inline-block;
  cursor: pointer;
  position: relative;
  /*white-space: nowrap;*/
  white-space: normal;
}
/*.head__city:after {*/
/*  content: "";*/
/*  display: block;*/
/*  border-top: 1px dashed #00648f;*/
/*  transition: opacity 0.1s linear;*/
/*}*/
.head__city:hover .head__city-crop {
  /*opacity: 0;*/
  /*-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";*/
  /*    filter: alpha(opacity=0);*/
  border-color: rgba(0, 100, 143, 0);
}
.head__city-icon {
  position: absolute;
  top: -5px;
  right: 100%;
  display: block;
  width: 36px;
  height: 29px;
  fill: #00648f;
}
.head__city-crop {
  /*white-space: nowrap;*/
  /*overflow: hidden;*/
  /*text-overflow: ellipsis;*/
  border-bottom: 1px dashed rgba(0, 100, 143, 1);
  display: inline;
  line-height: 1.2;
}
.head__phone-title {
  color: #555;
  text-transform: uppercase;
  font: 11px/1 "PT Sans", sans-serif;
}
.head__phone-num {
  display: inline-block;
  text-decoration: none;
  color: #e9392c;
  font: 37px/1 "Roboto", sans-serif;
  margin-top: 3px;
  letter-spacing: -0.007em;
}
.head__bookmark {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.head__bookmark-item {
  margin-left: 30px;
}
.head__bookmark-item:first-child {
  margin-left: 0;
}
.head__bookmark-item.active .head__bookmark-icon {
  fill: #e9392c;
}
.head__bookmark-item--notify {
  position: relative;
}
.head__bookmark-item--notify > span {
  position: absolute;
  height: 23px;
  width: 23px;
  border-radius: 50%;
  background: #FF0000;
  top: -7px;
  right: -7px;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
}
@media (max-width: 980px) {
  .head__bookmark-item--notify {
    margin-bottom: 3px;
  }
}
.head__bookmark-icon {
  width: 36px;
  height: 29px;
  fill: #00648f;
  transition: fill 0.1s linear;
}
.head__bookmark-icon--map {
  width: 21px !important;
  height: 23px !important;
}
.head__bookmark-icon:hover {
  fill: #e9392c;
}
.head__lang {
  text-transform: uppercase;
  color: #00648f;
  font: bold 16px/1 "PT Sans", sans-serif;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.larg_pos {
  position: relative;
}
.head__lang-list {
  position: absolute;
  top: 100%;
  right: -12px;
  background: #fff;
  width: 44px;
  transform: translateY(72px);
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  transition: transform 0.2s, opacity 0.2s;
  pointer-events: none;
}
.head__lang-list.active {
  opacity: 1;
  -ms-filter: none;
  filter: none;
  transform: translateY(52px);
  pointer-events: auto;
}
.head.active .head__elem .head__lang-list {
  transform: translateY(52px);
}
.head.active .head__elem .head__lang-list.active {
  transform: translateY(32px);
}
.head__lang-list-item {
  display: block;
  text-decoration: none;
  height: 44px;
  text-align: center;
  text-transform: uppercase;
  font: bold 14px/44px "PT Sans", sans-serif;
  position: relative;
  transition: background 0.05s linear, color 0.05s linear;
}
.head__lang-list-item:hover,
.head__lang-list-item.active {
  background: #00648f;
  color: #fff;
}
.head__lang-list-item:hover:before,
.head__lang-list-item.active:before {
  content: "";
  width: 0;
  height: 0;
  border-bottom: 7px solid #00648f;
  border-left: 6px solid rgba(0, 0, 0, 0);
  border-right: 6px solid rgba(0, 0, 0, 0);
  margin: auto;
  position: absolute;
  top: -7px;
  left: 0;
  right: 0;
  transition: border-bottom 0.05s linear;
}
.search {
  width: 1600px;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  display: flex;
  justify-content: flex-end;
  pointer-events: none;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  transition: 0.2s, transform 0.2s;
  transform: translateY(20px);
}
.search.active {
  opacity: 1;
  -ms-filter: none;
  filter: none;
  pointer-events: auto;
  transform: translateY(0);
}
.search form {
  width: 100%;
}
.search__form {
  float: right;
  background: #fff;
  box-shadow: 0 -4px 0 0 #00648f, 1px 0 0 0 #c7d4da inset,
    -1px 0 0 0 #c7d4da inset, 0 -1px 0 0 #c7d4da inset;
  width: 840px;
  box-sizing: border-box;
  padding: 37px 35px;
}
.search__form-top {
  display: flex;
  justify-content: space-between;
}
.search__field, .search__field1 {
  width: 100%;
  height: 48px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  box-sizing: border-box;
  padding: 0 15px;
  box-shadow: 0 0 0 1px #c7d4da inset;
  font: 18px "PT Sans", sans-serif;
  color: #161616;
  border-radius: 0;
}

.search__btn {
  display: block;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  background: #e9392c;
  color: #fff;
  font: bold 20px "PT Sans", sans-serif;
  box-sizing: border-box;
  width: 133px;
  transition: background 0.1s linear;
  position: relative;
}

.search__btn:hover {
  background: #c92115;
}

.search__field {
  width: calc(100% - 148px);
}

.menu {
  margin-left: auto;
  margin-right: auto;
  width: 1610px;
  background: #fff;
  position: absolute;
  top: 100%;
  left: 0;
  left: 0;
  right: 0;
  pointer-events: none;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  transition: 0.2s, transform 0.2s;
  transform: translateY(20px);
  box-shadow: 0 0 0 1px #c7d4da inset;
}

.menu.active {
  opacity: 1;
  -ms-filter: none;
  filter: none;
  pointer-events: auto;
  transform: translateY(0);
}

.menu__top {
  height: 74px;
  background: #12749e;
  box-shadow: 0 -6px 0 0 #00648f inset;
  box-sizing: border-box;
  display: flex;
}

.menu__top-item {
  color: #fff;
  text-decoration: none;
  padding: 0 30px;
  display: flex;
  align-items: center;
  font: 20px/1 "PT Sans", sans-serif;
  transition: background 0.1s linear;
  text-align: center;
}

.menu__top-item:hover,
.menu__top-item.active {
  color: #fff;
  background: #00648f;
}

.menu__bottom {
  box-sizing: border-box;
  padding: 5px 58px 38px;
}

.menu__bottom-item {
  display: none;
}

.menu__bottom-item.active {
  display: flex;
  flex-wrap: wrap;
}

.menu__bottom-item:last-child {
  justify-content: space-between;
}

.menu__bottom-item:last-child .menu__bottom-section {
  flex: none;
}

.menu__bottom-section {
  flex: 1;
  margin-left: 20px;
}

.menu__bottom-section:first-child {
  margin-left: 0;
}

.menu__bottom-list {
  list-style: none;
  box-sizing: border-box;
  padding-left: 48px;
}

.menu__bottom-list--phone {
  margin: 0 20px;
}

.menu__bottom-list-li {
  padding-top: 33px;
  position: relative;
}

.menu__bottom-list-link {
  text-decoration: none;
  text-transform: uppercase;
  display: inline-block;
  font: bold 18px/1.3 "PT Sans", sans-serif;
  color: #e9392c;
  fill: #e9392c;
  transition: color 0.1s linear, fill 0.1s linear;
  width: 100%;
}

.menu__bottom-list-link:hover {
  color: #c92115;
  fill: #c92115;
}

.menu__bottom-list-icon {
  width: 27px;
  height: 28px;
  float: left;
  margin: -4px 0 0 -48px;
}

.menu__bottom-list-two {
  list-style: none;
  padding-bottom: 1px;
}

.menu__bottom-list-two--phone {
  display: none;
}

.menu__bottom-list-two--phone.active {
  display: block;
}

.menu__bottom-list-two--phone li {
  margin-top: 26px;
}

.menu__bottom-list-two--phone li:first-child {
  margin-top: 23px;
}

.menu__bottom-list-two-li {
  margin-top: 6px;
}

.menu__bottom-list-two-li:first-child {
  margin-top: 9px;
}

.menu__bottom-list-two-link {
  display: inline-block;
  text-decoration: none;
  font: 16px/1.3 "PT Sans", sans-serif;
  color: #555;
  transition: color 0.1s linear;
}

.menu__bottom-list-two-link:hover,
.menu__bottom-list-two-link.active {
  color: #00648f;
}

.menu-phone {
  display: none;
}

.categor__elem {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.categor__elem-item {
  width: 250px;
}

.categor__elem-item--two {
  width: 520px;
}

.categor__link {
  display: block;
  height: 260px;
  margin-top: 20px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  color: #fffefe;
  text-decoration: none;
  font: bold 20px/1.2 "PT Sans", sans-serif;
  transition: background 0.1s linear;
  position: relative;
}

.categor__link:hover {
  color: #fffefe;
}

.categor__link:hover .categor__link-box-two {
  background: #e9392c;
}

.categor__link--two {
  height: 540px;
}

.categor__link--color-1 {
  background: #d2462f;
}

.categor__link--color-1:hover {
  background: #d03b23;
}

.categor__link--color-2 {
  background: #38a2ec;
}

.categor__link--color-2:hover {
  background: #2c98e4;
}

.categor__link--color-3 {
  background: #e09b16;
}

.categor__link--color-3:hover {
  background: #da9208;
}

.categor__link--color-4 {
  background: #25c1d3;
}

.categor__link--color-4:hover {
  background: #16b9cc;
}

.categor__link--color-5 {
  background: #3756b1;
}

.categor__link--color-5:hover {
  background: #2d4eae;
}

.categor__link--color-6 {
  background: #9f3d89;
}

.categor__link--color-6:hover {
  background: #9b3484;
}

.categor__link--color-7 {
  background: #d86e27;
}

.categor__link--color-7:hover {
  background: #d26218;
}

.categor__link--color-8 {
  background: #6abe3c;
}

.categor__link--color-8:hover {
  background: #61b732;
}
.categor__link--color-9 {
  background: #b4004e;
}
.categor__link--color-9:hover {
  background: #a0004e;
}
.categor__link--color-10 {
  background: #00aa8b;
}
.categor__link--color-10:hover {
  background: #00aa73;
}
.categor__link--color-11 {
  background: #dd1717;
}
.categor__link--color-11:hover {
  background: #b41717;
}
.categor__link--color-12 {
  background: #0088a3;
}
.categor__link--color-12:hover {
  background: #00788c;
}

.categor__link-box {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.categor__link-icon {
  width: 82px;
  height: 82px;
  justify-content: center;
  align-items: center;
  margin: 34px 0 21px;
  display: block;
}
.color-tree--about .categor__link-icon {
  display: flex;
}
.color-tree--about .categor__link-icon svg {
  width: 100%;
}

.categor__link-icon--two {
  margin-left: 14px;
}

.categor__link-txt {
  text-align: center;
  min-height: 72px;
}

.categor__link-box-two {
  height: 107px;
  background: rgba(233, 57, 44, 0.9);
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  line-height: 107px;
  box-sizing: border-box;
  padding-left: 150px;
  transition: background 0.1s linear;
}

.categor__link-box-two img {
  display: block;
  margin: auto;
  position: absolute;
  top: 0;
  left: 35px;
  bottom: 0;
}

.news__elem {
  display: flex;
  justify-content: space-between;
  margin-top: 27px;
  flex-wrap: wrap;
}

.news__elem-item {
  width: 520px;
}

.news__date {
  color: #fff;
  background: #e9392c;
  display: inline-block;
  height: 22px;
  padding: 0 10px;
  text-align: center;
  font: bold 14px/22px "PT Sans", sans-serif;
}

.news__big {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 400px;
  display: block;
  position: relative;
  color: #fff;
  text-decoration: none;
  box-shadow: 0 0 0 1px #c7d4da inset;
}

.news__big:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.15);
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  transition: opacity 0.2s;
}

.news__big:hover:before {
  opacity: 1;
  -ms-filter: none;
  filter: none;
}

.news__big-content {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  box-sizing: border-box;
  padding: 0 40px 35px;
}

.news__big-txt {
  display: block;
  font: 20px/1.2 "PT Sans", sans-serif;
  padding-top: 18px;
}

.news__small {
  background: #fff;
  height: 190px;
  margin-top: 20px;
  box-sizing: border-box;
  border: 1px solid #c7d4da;
  display: flex;
  flex-wrap: wrap;
  overflow: hidden;
}

.news__small .news__small-content {
  height: 190px;
}

.news__small:first-child {
  margin-top: 0;
}

.news__small-img,
.news__small-content {
  flex: 1;
}

.news__small-img img {
  display: block;
  width: 100%;
  height: 100%;
  -webkit-object-fit: cover;
  -moz-object-fit: cover;
  object-fit: cover;
}

.news__small-content {
  padding-left: 20px;
  overflow: hidden;
  position: relative;
}

.news__small-content:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 50px;
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0), #fff 80%);
  background: -moz-linear-gradient(top, rgba(255, 255, 255, 0), #fff 80%);
  background: -ms-linear-gradient(top, rgba(255, 255, 255, 0), #fff 80%);
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0), #fff 80%);
  pointer-events: none;
  z-index: 1000; /*new*/
}

.news__small-tags {
  border-bottom: 1px solid #cbcbcb;
  margin-right: 20px;
  font: 16px/18px "PT Sans", sans-serif;
  color: #838383;
  margin-bottom: 10px;
  padding-top: 7px;
  box-sizing: border-box;
  padding-bottom: 8px;
}

.news__small-tags a {
  text-decoration: none;
  color: #838383;
  transition: color 0.1s linear;
}

.news__small-tags a:hover {
  color: #e9392c;
}

.news__small-title {
  font: 20px/1.2 "PT Sans", sans-serif;
  text-decoration: none;
  display: block;
  margin-top: 13px;
  box-sizing: border-box;
  padding-right: 30px;
  transition: color 0.1s linear;
}

.news__small-title:hover {
  color: #e9392c;
}

.news__small-preview {
  box-sizing: border-box;
  padding-right: 30px;
  color: #555;
  font: 16px/1.2 "PT Sans", sans-serif;
  padding-top: 8px;
}

a.news-more {
  width: 160px;
  height: 40px;
  background: #e9392c;
  color: #fff;
  margin: 70px auto 0;
  display: block;
  text-decoration: none;
  text-align: center;
  font: 16px/40px "PT Sans", sans-serif;
  transition: background 0.1s linear;
}

a.news-more:hover {
  background: #e22518;
}

.maps-wrapper {
  background: url("/common/image/new/main/map-1px.jpg") repeat-x top center;
  margin-top: 70px;
  display: block;
  text-decoration: none;
  color: #fff;
}

.maps-wrapper .maps {
  height: 605px;
  background: url("/common/image/new/main/map.jpg") no-repeat top center;
  position: relative;
}

.maps-wrapper .maps__btn {
  margin: auto;
  position: absolute;
  top: 47px;
  left: 0;
  right: 0;
  bottom: 0;
  background: #e9392c;
  height: 72px;
  width: 600px;
  text-decoration: none;
  text-align: center;
  text-transform: uppercase;
  color: #fff;
  font: 20px/74px "PT Sans", sans-serif;
  opacity: 0.9;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
  filter: alpha(opacity=90);
  transition: opacity 0.1s linear;
}

.maps-wrapper .maps__btn:hover {
  opacity: 1;
  -ms-filter: none;
  filter: none;
}

.maps-wrapper .maps__btn-icon {
  width: 29px;
  height: 33px;
  fill: #fff;
  display: inline-block;
  vertical-align: middle;
  margin-right: 8px;
  position: relative;
  top: -3px;
}

.museum-wrap {
  margin-top: 33px;
  border: 1px solid #c7d4da;
  border-left: none;
  border-right: none;
}

.museum-nav {
  display: flex;
  justify-content: space-between;
}

.museum-nav__item {
  display: block;
  text-decoration: none;
  font: 20px/1 "PT Sans", sans-serif;
  padding: 13px 0 15px;
  transition: color 0.1s linear;
}

.museum-nav__item.active,
.museum-nav__item:hover {
  color: #e9392c;
}

.museum-box {
  background: url("/common/image/new/5_virt_museu_bgm.png") no-repeat center;
  max-width: 1300px;
  height: 639px;
  margin: auto;
  box-sizing: border-box;
  padding-top: 100px;
}

.museum-box__content {
  width: 310px;
  height: 385px;
  margin: auto;
  position: relative;
}

.museum_medal_about_text {
  max-height: 210px;
  overflow-y: auto;
}

.museum-box__content-txt {
  width: 280px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: calc(100% + 70px);
  display: flex;
  align-items: center;
  font: 14px/1.25 "PT Sans", sans-serif;
}

.museum-box__content-txt p {
  margin: 0 !important;
}

.museum-box__content-txt-title {
  font-size: 18px;
  margin-bottom: 34px;
}

.museum-box__content-img {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.museum-box__content-img img {
  max-width: 100%;
  display: block;
}

.museum-box__slider-wrap {
  margin: 37px auto 0;
  width: 1125px;
  position: relative;
}

.museum-box__slider-wrap .swiper-container {
  padding: 5px;
}

.museum-box__preload {
  width: 32px;
  height: 32px;
  background: url("/common/image/colorbox/loading.gif") no-repeat;
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 10;
  display: none;
}

.museum-box__slider {
  height: 77px;
  width: 974px;
  padding: 20px;
}

.museum-box__slider .swiper-slide {
  background: #fff;
  border-radius: 10px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.27);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100px auto;
  cursor: pointer;
}

.museum-box__slider-prev,
.museum-box__slider-next {
  width: 20px;
  height: 40px;
  background: url("/common/image/new/main/1_o_sluzbe_krovi_arrow_slider-2.svg")
    no-repeat;
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  cursor: pointer;
}

.museum-box__slider-prev {
  left: 0;
  transform: rotate(180deg);
}

.museum-box__slider-next {
  right: 0;
}

.virtual-tour-box {
  background: #fff;
  box-shadow: 0 0 10px rgba(0, 100, 143, 0.23);
}

.virtual-tour-box__head iframe {
  display: block;
  width: 100%;
  height: 425px;
}

.virtual-tour-box__bottom {
  box-sizing: border-box;
  padding: 25px 35px 30px;
  display: flex;
}

.virtual-tour-box__bottom-item {
  flex: 1;
  margin-left: 35px;
}

.virtual-tour-box__bottom-item:first-child {
  margin-left: 0;
}

.virtual-tour-box__bottom li {
  margin: 6px 0 !important;
}

.virtual-tour-box__bottom li:before {
  background: #00648f !important;
}

.virtual-tour-box__bottom li a {
  display: inline-block;
  font: 18px/1.25 "PT Sans", sans-serif;
  color: #161616;
  text-decoration: none;
  transition: color 0.1s linear;
}

.virtual-tour-box__bottom li a:hover {
  color: #00648f;
}

.interview-box__elem {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.interview-box__elem-item {
  width: 49.375%;
  background: #fff;
  margin-bottom: 20px;
  box-shadow: 0 0 10px rgba(0, 100, 143, 0.23);
  transition: box-shadow 0.1s linear;
  box-sizing: border-box;
  padding: 20px 30px 20px 20px;
}

.interview-box__elem-item:hover {
  box-shadow: 0 0 30px rgba(0, 100, 143, 0.23);
}

.interview-box__img {
  float: left;
  width: 190px;
  height: 260px;
  display: block;
  margin-right: 30px;
  position: relative;
  background: url("/common/image/new/main/logo/logo_znak.svg") no-repeat center;
}

.interview-box__img-box {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  box-shadow: 0 0 0 9px #edf1f5 inset;
}

.interview-box__content {
  overflow: hidden;
  height: 260px;
  position: relative;
}

.interview-box__content--comments {
  height: auto !important;
}

.interview-box__content--comments:before {
  display: none !important;
}

.interview-box__content--comments .interview-box__text:first-child {
  margin-top: -4px;
}

.interview-box__content:before {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 60px;
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0), #fff 80%);
  background: -moz-linear-gradient(top, rgba(255, 255, 255, 0), #fff 80%);
  background: -ms-linear-gradient(top, rgba(255, 255, 255, 0), #fff 80%);
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0), #fff 80%);
}

.interview-box__date {
  background: #e9392c;
  color: #fff;
  text-align: center;
  width: 67px;
  height: 22px;
  font: 12px/22px "PT Sans", sans-serif;
}

.interview-box__name {
  text-decoration: none;
  display: inline-block;
  color: #00648f;
  font: 20px/1.3 "PT Sans", sans-serif;
  margin-top: 23px;
  transition: color 0.1s linear;
}

.interview-box__name:hover {
  color: #e9392c;
}

.interview-box__text {
  color: #555;
  font: 16px/1.17 "PT Sans", sans-serif;
  margin-top: 14px;
}

.interview-detail:after {
  content: "";
  display: table;
  clear: both;
}

.interview-detail__title {
  margin-bottom: 0;
}

.interview-detail__date {
  color: #555;
  font: 16px/1 "PT Sans", sans-serif;
  margin-top: 23px;
}

.interview-detail__head {
  background: #fff;
  box-shadow: 0 0 10px rgba(0, 100, 143, 0.23);
  margin-top: 28px;
  margin-bottom: 26px;
  display: flex;
  justify-content: space-between;
}

.interview-detail__head-img {
  width: 190px;
  min-height: 260px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.interview-detail__head-txt {
  box-sizing: border-box;
  padding-right: 80px;
  display: flex;
  align-items: center;
}

.interview-detail__head-txt-middle {
  padding: 50px 0;
  color: #161616;
  font: 20px/1.4 "PT Sans", sans-serif;
}

.interview-detail__content {
  box-sizing: border-box;
  padding: 13px 0 0 50px;
}

.interview-detail__content h3,
.interview-detail__content strong em,
.interview-detail__content em strong,
.interview-detail__content i,
.interview-detail__content em b,
.interview-detail__content b em {
  color: #e9392c;
  font: bold 20px/1.4 "PT Sans", sans-serif;
  padding-top: 0;
  margin-left: -50px;
  clear: both;
  font-style: normal;
  display: block;
}

.interview-detail__content img {
  max-width: 100%;
  height: auto;
}

.interview-detail__head-txt {
  width: calc(100% - 270px);
}

.content-shadow {
  box-shadow: 0 0 10px rgba(0, 100, 143, 0.23);
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background: #fff;
}

.content-shadow img {
  display: block;
  max-width: 100%;
  height: auto !important;
  margin: auto;
}

a.link-dashed {
  color: #e9392c;
  -webkit-text-decoration-style: dashed;
  text-decoration-style: dashed;
  font-weight: bold;
}

.content-box {
  background: #fff;
  box-shadow: 0 0 10px rgba(0, 100, 143, 0.23);
  box-sizing: border-box;
  padding: 38px 40px 42px;
  font-weight: bold;
  margin: 35px 0;
}

.title-red {
  color: #e9392c;
}

.table {
  display: flex;
  flex-wrap: wrap;
  border-bottom: 1px solid #c8c8c8;
  margin: 33px 0 34px;
}

.table__item {
  border-top: 1px solid #c8c8c8;
  border-left: 1px solid #c8c8c8;
  width: 50%;
  box-sizing: border-box;
  padding: 24px 30px;
}

.table__item:nth-child(2n + 1) {
  border-left: none;
}

.table__item ul li {
  margin: 10px 0 0 !important;
}

.table__item ul li:first-child {
  margin-top: 0 !important;
}

.table__item ul li:before {
  background: #00648f !important;
}

.table__head,
.table__hide {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}

.table__hide {
  display: none;
}

.table__hide.active {
  display: flex;
}

.table__btn {
  color: #00648f;
  cursor: pointer;
  text-decoration: underline;
  -webkit-text-decoration-style: dashed;
  text-decoration-style: dashed;
}

.table__btn:hover {
  text-decoration: none;
}

.votes__elem {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.votes__elem-item {
  background: #fff;
  width: 790px;
  box-sizing: border-box;
  padding: 30px 30px 23px;
  margin-bottom: 20px;
  box-shadow: 0 0 10px rgba(0, 100, 143, 0.23);
  transition: box-shadow 0.1s linear;
}

.votes__elem-item:hover {
  box-shadow: 0 0 30px rgba(0, 100, 143, 0.23);
}

.votes__date {
  background: #e9392c;
  color: #fff;
  text-align: center;
  width: 67px;
  height: 22px;
  font: 12px/22px "PT Sans", sans-serif;
}

.votes__title {
  font: bold 20px/1.3 "PT Sans", sans-serif;
  color: #161616;
  margin-top: 20px;
}

.votes__link {
  text-decoration: none;
  color: #00648f;
  font: 16px/1 "PT Sans", sans-serif;
  transition: color 0.1s linear;
  margin-top: 18px;
  display: inline-block;
}

.votes__link:hover {
  color: #e9392c;
}

.votes-page__title {
  margin-bottom: 29px;
}

.votes-page__title-small {
  color: #161616;
  font: 30px/1.3 "PT Sans", sans-serif;
  margin-top: 17px;
}

.votes-page__box {
  background: #fff;
  box-shadow: 0 0 10px rgba(0, 100, 143, 0.23);
  box-sizing: border-box;
  padding: 37px 90px 70px;
  margin-top: 36px;
}

.votes-page__row {
  margin-top: 22px;
}

.votes-page__btn {
  display: inline-block;
  -webkit-appearance: none !important;
  -moz-appearance: none !important;
  appearance: none !important;
  width: 200px;
  height: 56px;
  border: none;
  border-radius: 0;
  padding: 0;
  box-sizing: border-box;
  color: #fff;
  background: #e9392c;
  transition: background 0.1s linear;
  font: bold 20px "PT Sans", sans-serif;
  margin-top: 33px;
}

.votes-page__btn:hover {
  background: #e22518;
}

.votes-page__disable {
  font: bold 20px/1 "PT Sans", sans-serif;
  color: #161616;
  margin: 26px 0 -3px;
}

.votes-page__result-title {
  margin-top: 38px;
  font: 20px/1 "PT Sans", sans-serif;
  color: #161616;
}

.votes-page__result-row {
  display: flex;
  align-items: flex-end;
  box-sizing: border-box;
  font: 20px/1.1 "PT Sans", sans-serif;
  color: #161616;
  margin: 19px 0 22px;
}

.votes-page__result-row-name,
.votes-page__result-row-num {
  box-sizing: border-box;
}

.votes-page__result-row-name:after {
  content: "";
  display: block;
  border-bottom: 1px dotted #000;
  margin-top: -5px;
}

.votes-page__result-row-name span {
  display: inline-block;
  padding-right: 5px;
  background: #f9fafc;
}

.votes-page__result-row-num {
  width: 140px;
  padding-left: 5px;
  margin-bottom: -4px;
}

.votes-page__result-row-progress {
  width: 200px;
}

.votes-page__result-row-track {
  height: 15px;
  background: #e9392c;
}

.votes-page__more {
  display: inline-block;
  text-decoration: none;
  color: #00648f;
  font: 20px/1 "PT Sans", sans-serif;
  transition: color 0.1s linear;
  margin-top: 16px;
}

.votes-page__more:hover {
  color: #e9392c;
}

.votes-page__result-row-name {
  width: calc(100% - 340px);
}

.table-box {
  margin-top: 58px;
  overflow-y: none;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

.table-box__elem {
  width: 100%;
  text-align: left;
}

.table-box__elem th,
.table-box__elem td {
  border: 1px solid #c8c8c8;
  border-right: none;
  box-sizing: border-box;
  padding: 24px 30px;
  color: #161616;
  font: 20px/1.3 "PT Sans", sans-serif;
}

.table-box__elem th:first-child,
.table-box__elem td:first-child {
  border-left: none;
}

.table-box__elem span {
  display: block;
  padding-top: 5px;
}

.table-box__elem .rr {
  color: #e9392c;
}

.table-box__elem .bb {
  color: #00648f;
}

.reviews:before,
.reviews:after {
  content: "";
  display: tablet;
  clear: both;
}

.reviews__left,
.reviews__right {
  background: #fff;
  margin-top: 40px;
  box-shadow: 0 0 10px rgba(0, 100, 143, 0.23);
  box-sizing: border-box;
  padding: 0 30px;
  min-height: 305px;
  display: flex;
  justify-content: space-between;
}

.reviews__left {
  margin-right: 385px;
}

.reviews__right {
  margin-left: 385px;
}

.reviews__photo {
  width: 244px;
  height: 244px;
  background: #f9fafc;
  border-radius: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  box-shadow: 0 0 0 8px #ebf1f5;
  margin: 30px 0;
}

.reviews__head {
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #c7d4da;
  align-items: flex-end;
  margin-top: 20px;
  padding-bottom: 12px;
}

.reviews__name {
  font: 30px/1.1 "PT Sans", sans-serif;
  color: #161616;
}

.reviews__status {
  color: #e9392c;
  font: 16px/1 "PT Sans", sans-serif;
  margin-bottom: 4px;
  position: relative;
}

.reviews__status svg {
  margin: auto;
  position: absolute;
  top: -9px;
  left: -27px;
  width: 20px;
  height: 28px;
  fill: #e9392c;
}

.reviews__region {
  color: #838383;
  font: 14px/1 "PT Sans", sans-serif;
  margin-top: 8px;
}

.reviews__txt {
  color: #00648f;
  font: 19px/1.4 "PT Sans", sans-serif;
  margin-top: 23px;
  box-sizing: border-box;
  padding-left: 63px;
  position: relative;
  padding-bottom: 25px;
}

.reviews__txt svg {
  margin: auto;
  width: 41px;
  height: 32px;
  fill: #00648f;
  position: absolute;
  top: 0;
  left: 0;
}

.reviews__content {
  width: calc(100% - 274px);
}

.maps-nav {
  display: flex;
  justify-content: space-between;
}

a.maps-nav__item {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 80px;
  flex: 1;
  margin-left: 20px;
  color: #fff;
  text-align: center;
  text-decoration: none;
  transition: background 0.1s linear;
  font: bold 20px/1 "PT Sans", sans-serif;
  box-sizing: border-box;
  padding: 0 10px;
  fill: #fff;
}

a.maps-nav__item:first-child {
  margin-left: 0;
}

a.maps-nav__item.active {
  height: 100px;
}

a.maps-nav__item.active svg {
  display: inline-block;
}

a.maps-nav__item--one {
  background: #00a0ea;
}

a.maps-nav__item--one:hover {
  background: #0090d3;
}

a.maps-nav__item--two {
  background: #00bf43;
}

a.maps-nav__item--two:hover {
  background: #00ac3c;
}

a.maps-nav__item--three {
  background: #fb9d28;
}

a.maps-nav__item--three:hover {
  background: #fa900b;
}

a.maps-nav__item span span {
  display: inline-block;
  vertical-align: middle;
}

a.maps-nav__item svg {
  width: 65px;
  height: 65px;
  vertical-align: middle;
  display: none;
}

.maps-filter {
  display: flex;
  margin: 40px 0;
  align-items: center;
}

.maps-filter__item {
  width: 520px;
  margin-left: 20px;
  box-sizing: border-box;
}

.maps-filter__item:first-child {
  margin-left: 0;
}

.maps-filter__more {
  display: inline-block;
  color: #00648f;
  text-decoration: underline;
  -webkit-text-decoration-style: dashed;
  text-decoration-style: dashed;
  font: 18px/1 "PT Sans", sans-serif;
  cursor: pointer;
}

.maps-filter__more:hover {
  text-decoration: none;
}

.maps-filter__select-wrap {
  position: relative;
}
.maps-filter__select-wrap .select2-container {
  width: 100% !important;
}
.maps-filter__select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 100%;
  height: 40px;
  border: none;
  background: none;
  box-shadow: 0 0 0 1px #c7d4da inset;
  box-sizing: border-box;
  padding: 0 15px;
  font: 18px;
  color: #161616;
}

.maps-filter__select-arrow {
  margin: auto;
  position: absolute;
  top: 0;
  right: 15px;
  bottom: 0;
  width: 8px;
  height: 16px;
  fill: #989898;
  display: flex;
  align-items: center;
  justify-content: center;
  transform: rotate(90deg);
}

.maps-filter__select-arrow svg {
  width: 8px;
  height: 16px;
}

.maps {
  height: 515px;
  position: relative;
  background: #e8e8e8;
}

.maps:before,
.maps:after {
  content: "";
  position: absolute;
  right: 0;
  left: 0;
  height: 24px;
  z-index: 10;
}

.maps:before {
  top: 0;
  background: -webkit-linear-gradient(
    top,
    rgba(140, 161, 177, 0.25),
    rgba(255, 255, 255, 0)
  );
  background: -moz-linear-gradient(
    top,
    rgba(140, 161, 177, 0.25),
    rgba(255, 255, 255, 0)
  );
  background: -ms-linear-gradient(
    top,
    rgba(140, 161, 177, 0.25),
    rgba(255, 255, 255, 0)
  );
  background: linear-gradient(
    to bottom,
    rgba(140, 161, 177, 0.25),
    rgba(255, 255, 255, 0)
  );
}

.maps:after {
  bottom: 0;
  background: -webkit-linear-gradient(
    bottom,
    rgba(140, 161, 177, 0.25),
    rgba(255, 255, 255, 0)
  );
  background: -moz-linear-gradient(
    bottom,
    rgba(140, 161, 177, 0.25),
    rgba(255, 255, 255, 0)
  );
  background: -ms-linear-gradient(
    bottom,
    rgba(140, 161, 177, 0.25),
    rgba(255, 255, 255, 0)
  );
  background: linear-gradient(
    to top,
    rgba(140, 161, 177, 0.25),
    rgba(255, 255, 255, 0)
  );
}

.maps .preloader {
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.maps #YMapsID {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.maps__sticker {
  margin: auto;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  z-index: 1000;
  pointer-events: none;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.maps__sticker-box {
  width: 323px;
  background: #fff;
  box-sizing: border-box;
  padding: 34px 15px 36px;
}

.maps__sticker-box-title {
  text-align: left;
  font: bold 18px/1 "PT Sans", sans-serif;
  color: #555;
}

.maps__sticker-box-row {
  margin-top: 35px;
}

.maps__sticker-box-item {
  color: #555;
  font: 16px/1.2 "PT Sans", sans-serif;
  margin-top: 34px;
  box-sizing: border-box;
  padding-left: 83px;
  position: relative;
}

.maps__sticker-box-item:first-child {
  margin-top: 0;
}

.maps__sticker-icon {
  width: 26px;
  height: 54px;
  position: absolute;
  top: -5px;
  left: 34px;
}

.maps__sticker-icon--one {
  background: url("/common/image/new/light-critical-little-blood.svg") no-repeat;
}

.maps__sticker-icon--two {
  background: url("/common/image/new/light-little-blood.svg") no-repeat;
}

.maps__sticker-icon--three {
  background: url("/common/image/new/light-enough-blood.svg") no-repeat;
}

.maps__sticker-icon--none {
  background: url("/common/image/new/light-none-blood.svg") no-repeat;
}

.maps-content__title {
  color: #161616;
  font: 30px/1.3 "PT Sans", sans-serif;
  padding: 30px 0 24px;
}

.maps-content__spoler {
  /*max-height: 300px;*/
  overflow: hidden;
}

.maps-content__spoler.active {
  max-height: none;
}

.maps-content__spoler-btn {
  text-decoration: underline;
  -webkit-text-decoration-style: dashed;
  text-decoration-style: dashed;
  cursor: pointer;
  color: #717171;
  font: 16px/1 "PT Sans", sans-serif;
  display: inline-block;
  margin-top: 18px;
}

.maps-content__spoler-btn:hover {
  text-decoration: none;
}

.maps-content__spoler-btn.active {
  display: none;
}

.maps-content__spoler-btn svg {
  display: inline-block;
  width: 8px;
  height: 16px;
  fill: #717171;
  transform: rotate(90deg);
  vertical-align: middle;
  margin-left: 10px;
}

.maps-content__points {
  margin-bottom: 10px;
  padding-left: 26px;
}

.maps-content__points:before {
  content: "";
  display: block;
  width: 15px;
  height: 20px;
  background: url("/common/image/new/1-2_facts_if.svg") no-repeat;
  float: left;
  margin: 4px 0 0 -26px;
}

.maps-content__points-link {
  cursor: pointer;
  display: inline-block;
  font: 18px/1.3 "PT Sans", sans-serif;
  color: #00648f;
  transition: color 0.1s linear;
}

.maps-content__points-link:hover {
  color: #e9392c;
}

.maps-content__points-link-disable {
  font: 18px/1 "PT Sans", sans-serif;
  color: #161616;
}

.maps-content__points-hide {
  display: none;
}

.maps-content__txt {
  margin: 30px 0 15px;
  background: #fff;
  box-shadow: 0 0 10px rgba(0, 100, 143, 0.23);
  box-sizing: border-box;
  padding: 30px;
}

.maps-content__txt:before,
.maps-content__txtLafter {
  content: "";
  display: table;
  clear: both;
}

.maps-content__txt p {
  margin: 0 !important;
}

.comments-more {
  margin: 0 0 20px auto !important;
}

.faq-header {
  display: flex;
  justify-content: space-between;
}

.faq-header__left p:first-child {
  margin-top: 0;
}

.faq-header__right {
  width: 260px;
  margin-top: 9px;
}

a.faq-header__btn {
  color: #fff;
  text-decoration: none;
  background: #e9392c;
  display: block;
  height: 46px;
  text-align: center;
  transition: background 0.2s linear;
  font: bold 20px/46px "PT Sans", sans-serif;
}

a.faq-header__btn:hover {
  background: #d52316;
}

.faq-header__left {
  width: calc(100% - 280px);
}

.faq-nav {
  margin-top: 14px;
}

.faq-nav__link {
  display: inline-block;
  margin-right: 40px;
  color: #555;
  font: 16px/1 "PT Sans", sans-serif;
  margin-top: 21px;
  transition: 0.1s linear;
  padding-left: 12px;
  min-width: 185px;
}

.faq-nav__link:before {
  content: "";
  width: 6px;
  height: 6px;
  background: #555;
  display: block;
  border-radius: 100%;
  float: left;
  margin: 5px 0 0 -12px;
}

.faq-nav__link:hover,
.faq-nav__link.active {
  color: #e9392c;
  text-decoration: none !important;
}

.faq-nav__link:hover span,
.faq-nav__link.active span {
  border-bottom: 1px dashed rgba(85, 85, 85, 0);
}

.faq-nav__link:hover:before,
.faq-nav__link.active:before {
  background: #e9392c;
}

.faq-nav__link span {
  transition: 0.1s linear;
  border-bottom: 1px dashed #555;
}

.faq__item:first-child {
  margin-top: 0;
}

.faq__categor {
  font: 30px/1.1 "PT Sans", sans-serif;
  color: #e9392c;
  margin: 41px 0 7px;
}

.faq__box-link {
  display: inline-block;
  -webkit-text-decoration-style: dashed;
  text-decoration-style: dashed;
  font: 18px/1.5 "PT Sans", sans-serif;
  margin-top: 12px;
}

.faq__box-content {
  color: #161616;
  font: 18px/1.5 "PT Sans", sans-serif;
  margin: 15px 0 30px;
  display: none;
}

.spk-box {
  background: #fff;
  box-shadow: 0 0 10px rgba(0, 100, 143, 0.23);
}

.spk-box__elem:after {
  content: "";
  display: table;
  clear: both;
}

.spk-box__elem-img,
.spk-box__elem-txt {
  box-sizing: border-box;
  padding: 30px;
}

.spk-box__elem-img {
  width: 520px;
  float: left;
  margin-right: 20px;
  background: url("/common/image/new/main/logo/logo_znak.svg") no-repeat center;
}

.spk-box__elem-img-src {
  height: 300px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  box-shadow: 0 0 0 2px #c7d4da inset;
}

.spk-box__elem-txt {
  overflow: hidden;
  padding-top: 26px;
}

.spk-box__elem-head {
  border-bottom: 1px solid #c7d4da;
  display: flex;
  flex-wrap: wrap;
}

.spk-box__elem-head-item {
  margin-right: 50px;
  color: #555;
  font: 20px/1.1 "PT Sans", sans-serif;
  padding-bottom: 14px;
}

.spk-box__elem-content {
  padding-top: 8px;
}

.spk-box__elem-content-item {
  color: #555;
  font: 20px/1.5 "PT Sans", sans-serif;
}

.spk-box__elem-content-item--btns {
  display: flex;
  padding: 20px 0;
}

.spk-box__elem-content-item--btns a {
  margin-right: 25px;
}

.spk-box__elem-content a {
  text-decoration: none;
  transition: color 0.1s linear;
}

.spk-box__elem-content a:hover {
  color: #e9392c;
}

.spk-box__links {
  text-align: center;
  margin-top: 26px;
}

.spk-box__links a {
  display: inline-block;
  text-decoration: none;
  color: #00648f;
  font: 20px/1 "PT Sans", sans-serif;
}

.spk-box__links a:after {
  content: "";
  display: block;
  border-bottom: 1px dashed #00648f;
  margin-top: 5px;
}

.spk-box__links a:hover:after {
  border-bottom-color: transparent;
}

.spk-box__btn-email {
  display: inline-block;
  background: #00648f;
  color: #fff !important;
  text-decoration: none;
  height: 56px;
  padding: 0 25px;
  box-sizing: border-box;
  font: bold 20px/56px "PT Sans", sans-serif;
  transition: background 0.1s linear !important;
  margin-top: 22px;
  text-align: center;
}

.spk-box__btn-email:hover {
  background: #00557a;
}

.spk-box__btn-email--red {
  background: #e9392c;
}

.spk-box__btn-email--red:hover {
  background: #d52316;
}

.spk-box__maps {
  height: 350px;
}

.spk-column {
  display: flex;
}

.spk-column__item {
  flex: 1;
  margin-left: 90px;
}

.spk-column__item:first-child {
  margin-left: 0;
}

.spk-column__title {
  color: #e9392c;
  font: 30px/1.1 "PT Sans", sans-serif;
  margin-top: 51px;
}
.spk-column__title.spk-column__title-socials {
  margin-top: 10px;
}

.spk-video {
  background: #fff;
  box-shadow: 0 0 0 1px #c7d4da;
  width: 655px;
  margin-top: 28px;
}

.spk-video__frame {
  height: 366px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  cursor: pointer;
  position: relative;
}

.spk-video__frame iframe {
  width: 100% !important;
  height: 100% !important;
}

.spk-video__frame:hover svg {
  transform: scale(1.2);
}

.spk-video__icon {
  width: 90px;
  height: 90px;
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  fill: #fff;
  transition: transform 0.1s linear;
}

.spk-video__txt {
  box-sizing: border-box;
  padding: 20px 20px 23px;
}

.spk-video__date {
  background: #e9392c;
  color: #fff;
  text-align: center;
  width: 67px;
  height: 22px;
  font: bold 12px/22px "PT Sans", sans-serif;
}

.spk-video__name {
  color: #161616;
  font: 20px/1.3 "PT Sans", sans-serif;
  margin-top: 20px;
}

.spk-lights {
  display: flex;
  margin-top: 28px;
}

.spk-lights__item {
  flex: 1;
  margin-left: 6px;
  box-sizing: border-box;
}

.spk-lights__item:first-child {
  margin-left: 0;
}

.spk-lights__head {
  height: 58px;
  background: #fff;
  box-shadow: 0 0 0 1px #c7d4da inset;
  text-align: center;
  color: #161616;
  font: 20px/58px "PT Sans", sans-serif;
}

.spk-lights__group {
  display: flex;
  margin-top: 6px;
}

.spk-lights__group-item {
  background: #cecece;
  flex: 1;
  margin-left: 6px;
  height: 28px;
  color: #fff;
  text-align: center;
  font: 18px/28px "PT Sans", sans-serif;
}

.spk-lights__group-item:first-child {
  margin-left: 0;
}

.spk-lights__group-item--min {
  background: #e9392c;
}

.spk-lights__group-item--max {
  background: #00c946;
}

.spk-lights__group-item--middle {
  background: #fbbf27;
}

.spk-lights-sticker {
  margin: 32px 0 -5px;
}

.spk-lights-sticker__item {
  margin-top: 10px;
  color: #555;
  font: 18px/1.25 "PT Sans", sans-serif;
  box-sizing: border-box;
  padding-left: 70px;
}

.spk-lights-sticker__item:first-child {
  margin-top: 0;
}

.spk-lights-sticker__icon {
  background: #cecece;
  width: 40px;
  height: 20px;
  float: left;
  margin: 1px 0 0 -70px;
}

.spk-lights-sticker__icon--max {
  background: #00c946;
}

.spk-lights-sticker__icon--middle {
  background: #fbbf27;
}

.spk-lights-sticker__icon--min {
  background: #e9392c;
}

.spk-lights__group-item--not {
  background: #ffffff;
  box-shadow: 0 0 0 1px #c7d4da inset;
  color: #000000;
}

.specialists {
  margin-top: 27px;
}

.specialists__item {
  margin-top: 20px;
  background-color: #fff;
  box-shadow: 0 0 30px rgba(0, 100, 143, 0.23);
  padding: 30px;
}

.specialists__item:first-child {
  margin-top: 0;
}

.specialists__item:after {
  content: "";
  display: table;
  clear: both;
}

.specialists__img {
  /*height: 80px;*/
  background: #fff url("/common/image/new/main/logo/logo_znak.svg") no-repeat
    center;
  float: left;
  margin-right: 20px;
  width: 130px;
  height: auto;
  border: 9px solid #edf1f5;
  position: relative;
}

.specialists__img.img_true {
  height: auto;
}

.specialists__img img {
  width: 100%;
  float: left;
}

.specialists__img-src {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.specialists__txt {
  overflow: hidden;
}

.specialists__txt-name {
  color: #161616;
  font: 20px/1.3 "PT Sans", sans-serif;
}

.specialists__txt-status {
  color: #555;
  font: 16px/1.45 "PT Sans", sans-serif;
  padding-top: 12px;
}

.specialists__links {
  font: bold 16px/1 "PT Sans", sans-serif;
  display: inline-block;
  margin-top: 25px;
  transition: color 0.1s linear;
  text-transform: uppercase;
}

.specialists__links--nomargin {
  margin-top: 0;
}

.specialists__links:hover {
  color: #e9392c;
}

.spk-votes {
  background: #fff;
  height: 90px;
  width: 500px;
  box-shadow: 0 0 0 1px #c7d4da inset;
  margin-top: 28px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.spk-votes__amount {
  width: 130px;
  text-align: center;
}

.spk-votes__amount span {
  color: #00648f;
}

.spk-votes__amount span:first-child {
  font: 60px/1 "PT Sans", sans-serif;
}

.spk-votes__amount span:last-child {
  display: block;
  font: 16px/1 "PT Sans", sans-serif;
  margin-top: -7px;
}

.spk-votes__controls {
  display: flex;
  align-items: center;
}

.spk-votes__controls-item {
  margin-right: 20px;
}

.spk-votes__controls-btn {
  width: 54px;
  height: 54px;
  display: block;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0;
  border: 0;
  padding: 0;
  background: #00648f;
  transition: background 0.1s linear;
  position: relative;
}

.spk-votes__controls-btn:hover {
  background: #00557a;
}

.spk-votes__controls-btn svg {
  width: 24px;
  height: 21px;
  fill: #fff;
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.spk-votes__controls-btn--dislike {
  background: #e9392c;
}

.spk-votes__controls-btn--dislike:hover {
  background: #d52316;
}

.spk-votes-sticker {
  width: 500px;
}

.spk-votes-sticker__item {
  border-bottom: 1px solid #c7d4da;
  position: relative;
  height: 79px;
  display: flex;
  align-items: center;
  box-sizing: border-box;
  padding-left: 0;
}

.spk-votes-sticker__icon {
  width: 70px;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
}

.spk-votes-sticker__icon svg {
  width: 60px;
  height: 60px;
  fill: #161616;
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.spk-votes-sticker__num {
  color: #e9392c;
  font-size: 30px;
  line-height: 79px;
  vertical-align: middle;
  width: 50px;
  text-align: center;
}

.spk-votes-sticker__txt {
  color: #161616;
  font: 20px/1.2 "PT Sans", sans-serif;
  vertical-align: middle;
}

.spk-votes-sticker__txt a.spk-votes-a {
  text-decoration: underline !important;
  -webkit-text-decoration-style: dashed !important;
  text-decoration-style: dashed !important;
}

.spk-votes-sticker__txt a.spk-votes-a:hover {
  text-decoration: none !important;
}

.spk-votes-sticker__txt {
  width: calc(100% - 50px);
}

.js-one-metro {
  color: #00648f;
  border-bottom: 1px dashed #00648f;
  position: relative;
  cursor: pointer;
  white-space: nowrap;
  margin-top: 5px;
}

.spk-together {
  width: 500px;
  margin-top: 27px;
}

.spk-together__elem {
  display: flex;
}

.spk-together__elem.metro {
  display: none;
  margin-top: 10px;
  text-align: right;
}

.spk-together__elem.metro span {
  color: #00648f;
  border-bottom: 1px dashed #00648f;
  position: relative;
  cursor: pointer;
}

.spk-together__elem.metro span svg {
  width: 20px;
  height: 14px;
  fill: #e9392c;
  position: absolute;
  left: -26px;
  top: 6px;
}

.spk-together__elem-item {
  margin-left: 20px;
  flex: 1;
  position: relative;
}

.spk-together__elem-item:first-child {
  margin-left: 0;
}

.spk-together__elem-item svg {
  margin: auto;
  width: 8px;
  height: 16px;
  position: absolute;
  top: 0;
  right: 20px;
  bottom: 0;
  transform: rotate(90deg);
  fill: #989898;
}

.spk-together__field {
  width: 100%;
  height: 50px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  box-sizing: border-box;
  background: none;
  border-radius: 0;
  border: none;
  box-shadow: 0 0 0 1px #c7d4da inset;
  color: #838383;
  font: 20px "PT Sans", sans-serif;
  padding: 0 20px;
}

.spk-btn-box {
  max-width: 100%;
  display: flex;
  align-items: center;
  margin-top: 25px;
}

.spk-btn-box--nowidth {
  max-width: 100%;
}

.spk-btn-box__item:last-child {
  margin-left: auto;
}

.spk-btn-none {
  width: 500px;
  margin-top: 27px;
  box-sizing: border-box;
  padding: 30px;
  border: 3px dashed #c7d4da;
  text-align: center;
}

.spk-btn-none--nowidth {
  width: auto;
}

.spk-btn {
  background: #00648f;
  color: #fff !important;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0;
  border: none;
  box-sizing: border-box;
  padding: 0 30px;
  height: 56px;
  display: inline-block;
  font: bold 20px/56px "PT Sans", sans-serif;
  transition: background 0.1s linear;
  text-decoration: none;
  text-align: center;
}

.spk-btn:hover {
  background: #00557a;
}

.spk-opinions {
  margin-top: 27px;
  width: 100%;
}

.spk-opinions--nowidth {
  width: auto;
}

.spk-opinions__elem--detail {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.spk-opinions__elem-item {
  background: #d2ebf0;
  margin-top: 25px;
  box-sizing: border-box;
  padding: 24px 30px 25px;
}

.spk-opinions__elem-item.hide {
  display: none;
}

.spk-opinions__elem-item:first-child {
  margin-top: 0;
}

.list_spk_hide .spk-opinions__elem-item:first-child {
  margin-top: 25px;
}

.spk-opinions__elem-item--detail {
  width: 790px;
  margin: 0 0 20px;
}

.spk-opinions__elem-head {
  display: flex;
  justify-content: space-between;
  color: #555;
  font: 16px/1 "PT Sans", sans-serif;
}

.spk-opinions__elem-content {
  color: #161616;
  font: 18px/1.25 "PT Sans", sans-serif;
  margin-top: 20px;
}

.spk-widget {
  margin-top: 27px;
  display: flex;
  flex-flow: row wrap;
  margin-left: -10px;
  margin-right: -10px;
}

.spk-widget__item {
  margin: 0 10px 10px;
  width: 30%;
}

.spk-faqs {
  margin-top: 27px;
}

.spk-faqs__item {
  box-shadow: 0 0 0 1px #c7d4da inset;
  margin-top: 20px;
  box-sizing: border-box;
  padding: 22px 55px 22px 30px;
}

.spk-faqs__item:first-child {
  margin-top: 0;
}

.list_spk_hide .spk-faqs__item:first-child {
  margin-top: 22px;
}

.spk-faqs__btn {
  color: #00648f;
  font: 18px/1.25 "PT Sans", sans-serif;
  cursor: pointer;
  transition: color 0.1s linear;
  position: relative;
}

.spk-faqs__btn:hover {
  color: #e9392c;
}

.spk-faqs__btn svg {
  margin: auto;
  position: absolute;
  top: 0;
  right: -30px;
  bottom: 0;
  width: 8px;
  height: 16px;
  fill: #989898;
  transform: rotate(90deg);
}

.spk-faqs__btn.active svg {
  transform: rotate(-90deg);
}

.spk-faqs__content {
  padding-top: 17px;
  color: #161616;
  font: 18px/1.25 "PT Sans", sans-serif;
  display: none;
}

.spk-faqs__content.active {
  display: block;
}

.spk-faqs__hide {
  display: none;
  padding-top: 20px;
}

.spk-faqs__hide.active {
  display: block;
}

.spk-faqs-more {
  color: #717171;
  font: 16px/1 "PT Sans", sans-serif;
  text-decoration: underline;
  -webkit-text-decoration-style: dashed;
  text-decoration-style: dashed;
  cursor: pointer;
}

.spk-faqs-more:hover {
  text-decoration: none;
}

.spk-faqs-more.active {
  display: none;
}

.spk-faqs-more svg {
  width: 8px;
  height: 16px;
  fill: #717171;
  display: inline-block;
  vertical-align: middle;
  margin-left: 8px;
  transform: rotate(90deg);
}

.nko-content {
  padding-bottom: 40px;
}

.nko-content__title {
  color: #e9392c;
  font: 30px/1 "PT Sans", sans-serif;
  margin: 74px 0 36px !important;
}

.nko-content__txt {
  color: #161616;
  font: 20px/1.3 "PT Sans", sans-serif;
}

.together-title {
  color: #e9392c;
  font: 30px/1.3 "PT Sans", sans-serif;
}

.together-title-small {
  color: #2d2d2d;
  font: 20px/1.3 "PT Sans", sans-serif;
  margin-top: 18px;
}

.together-box {
  background: #fff;
  box-shadow: 0 0 10px rgba(0, 100, 143, 0.23);
  margin-top: 30px;
  box-sizing: border-box;
  padding: 50px 0;
}

.together-box__elem {
  display: flex;
}

.together-box__elem-item {
  flex: 1;
  text-align: center;
  box-sizing: border-box;
  padding: 0 50px;
  color: #161616;
  font: 18px/1.25 "PT Sans", sans-serif;
}

.together-box__elem-icon {
  width: 67px;
  height: 67px;
  box-shadow: 0 0 0 2px #e9392c inset;
  border-radius: 100%;
  margin: 0 auto 22px;
  position: relative;
}

.together-box__elem-icon svg {
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 60px;
  height: 60px;
  fill: #e9392c;
}

.together-box__elem-line {
  margin: auto;
  position: absolute;
  top: 0;
  right: 100%;
  bottom: 0;
  margin-right: 96px;
  width: 141px;
  height: 1px;
  background: #a4a4a4;
}

.together-box__elem-line:before,
.together-box__elem-line:after {
  content: "";
  height: 8px;
  width: 1px;
  background: #a4a4a4;
  position: absolute;
  right: 0;
}

.together-box__elem-line:before {
  bottom: 100%;
  transform: rotate(-47deg);
  transform-origin: bottom right;
}

.together-box__elem-line:after {
  top: 100%;
  transform: rotate(47deg);
  transform-origin: top right;
}

.together-box__elem-line span {
  text-align: center;
  position: absolute;
  bottom: 100%;
  left: 0;
  right: 0;
  font: 20px/1 "PT Sans", sans-serif;
  margin-bottom: 6px;
  color: #a4a4a4;
}

.together-box__txt {
  margin-top: 50px;
  color: #161616;
  font: bold 20px/1.3 "PT Sans", sans-serif;
  padding: 0 50px;
}

.together-half {
  display: flex;
}

.together-half__item {
  flex: 1;
  margin-left: 40px;
}

.together-half__item:first-child {
  margin-left: 0;
}

.together-half__item .spk-together {
  width: 100%;
}

.together-half__title {
  color: #161616;
  font: bold 20px/1 "PT Sans", sans-serif;
  margin-top: 43px;
}

.together-info {
  color: #838383;
  font: 20px/1.3 "PT Sans", sans-serif;
  margin-top: 70px;
}

.spk-finish {
  background: #fff;
  box-shadow: 0 0 10px rgba(0, 100, 143, 0.23);
  display: flex;
  justify-content: space-between;
}

.spk-finish__left {
  background: #00b9c9;
  width: 320px;
  box-sizing: border-box;
  padding: 36px 48px 45px;
}

.spk-finish__left .spk-btn {
  margin-top: 15px;
  padding-left: 0;
  padding-right: 0;
  width: 100%;
}

.spk-finish__right {
  box-sizing: border-box;
  padding: 33px 100px 40px;
}

.spk-finish__date {
  color: #fff;
  margin-top: 25px;
}

.spk-finish__date:first-child {
  margin-top: 0;
}

.spk-finish__date-title {
  font: 24px/1 "PT Sans", sans-serif;
  box-sizing: border-box;
  padding-left: 40px;
  margin-bottom: 13px;
}

.spk-finish__date-title svg {
  width: 30px;
  height: 30px;
  display: block;
  fill: #fff;
  float: left;
  margin: -3px 0 0 -40px;
}

.spk-finish__date-events {
  box-shadow: 0 0 0 1px #fff inset;
  text-align: center;
  height: 56px;
  font: 30px/56px "PT Sans", sans-serif;
}

.spk-finish__title {
  box-sizing: border-box;
  text-transform: uppercase;
  color: #e9392c;
  font: 30px/1.3 "PT Sans", sans-serif;
}

.spk-finish__title-small {
  color: #2d2d2d;
  font: 20px/1.3 "PT Sans", sans-serif;
  margin: 19px 0 10px;
  padding-left: 26px;
}

.spk-finish__title-small:before {
  content: "";
  display: block;
  width: 15px;
  height: 20px;
  background: url("/common/image/new/1-2_facts_if.svg") no-repeat;
  float: left;
  margin: 2px 0 0 -26px;
}

.spk-finish__txt {
  font: 16px/1.3 "PT Sans", sans-serif;
  color: #161616;
  margin-top: 8px;
}

.spk-finish__txt span {
  color: #929292;
}

.spk-finish__right {
  width: calc(100% - 320px);
}

.spl-finish-share {
  position: relative;
  display: flex;
  justify-content: center;
  margin: 69px 0;
}

.spl-finish-share:before {
  content: "";
  width: 100%;
  height: 1px;
  background: #c7d4da;
  display: block;
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.spl-finish-share__middle {
  background: #f9fafc;
  position: relative;
  z-index: 2;
  padding: 0 77px;
  display: flex;
}

.spl-finish-share__middle-title {
  color: #2d2d2d;
  font: 30px/1 "PT Sans", sans-serif;
}

.spl-finish-share__middle-icons {
  display: flex;
  align-items: center;
  margin-left: 30px;
}

.spl-finish-share__middle-icons a {
  width: 39px;
  height: 39px;
  background: #00648f;
  display: block;
  border-radius: 100%;
  margin-left: 10px;
  font: 18px/41px "Icons", sans-serif;
  color: #fff;
  text-decoration: none;
  transition: background 0.1s linear;
}

.spl-finish-share__middle-icons a:first-child {
  margin-left: 0;
}

.spl-finish-share__middle-icons a:before {
  display: block;
  text-align: center;
}

.spl-finish-share__middle-icons a.icons-vk:before {
  content: "\f189";
}

.spl-finish-share__middle-icons a.icons-fb:before {
  content: "\f09a";
}

.spl-finish-share__middle-icons a.icons-tw:before {
  content: "\f099";
}

.spl-finish-share__middle-icons a.icons-od:before {
  content: "\f263";
}

.spl-finish-share__middle-icons a:hover {
  background: #00557a;
}

.spk-karta-donora-btn {
  display: flex;
  justify-content: space-between;
  margin: 20px 0 50px;
}

.spk-karta-donora-btn__item {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #00a0ea;
  height: 80px;
  color: #fff !important;
  text-align: center;
  text-decoration: none;
  font: bold 20px/1 "PT Sans", sans-serif;
  transition: background 0.1s linear;
  margin: 20px 0 0 20px;
  flex: 1;
}

.spk-karta-donora-btn__item:first-child {
  margin-left: 0;
}

.spk-karta-donora-btn__item:hover {
  background: #0088c7;
}

.spk-karta-donora-btn__item--two {
  background: #00bf43;
}

.spk-karta-donora-btn__item--two:hover {
  background: #00a239;
}

.page-work {
  color: #161616;
  font-size: 20px;
  line-height: 140%;
}

.page-work ul li {
  margin: 40px 0;
  padding-left: 32px;
}

.page-work ol li {
  margin: 40px 0;
  margin-left: 20px;
  padding-left: 12px;
}

.page-work ul li::before {
  float: left;
  width: 10px;
  height: 10px;
  content: " ";
  display: block;
  border-radius: 50%;
  margin: 8px 0 0 -32px;
  background-color: #e9392c;
}

.page-work ul li.no-li {
  padding-left: 0;
}

.page-work ul li.no-li::before {
  display: none;
}

.page-work p {
  margin: 26px 0;
}

.bnr {
  width: 100%;
  display: table;
  font-weight: bold;
  margin: 40px 0 33px;
  background-color: #fff;
  padding: 22px 0 17px 0;
  text-transform: uppercase;
  box-shadow: 0 0 10px rgba(0, 98, 142, 0.23);
}

.bnr.-noImgPad {
  padding: 0;
}

.bnr.-noImgPad img {
  display: block;
}

.bnr.-noImgPad .bnr-img {
  padding: 0;
}

.bnr.-noImgPad .bnr-text {
  padding-left: 20px;
}

.bnr img {
  height: auto;
  max-width: 100%;
}

.bnr span {
  color: #e9392c;
}

.bnr-img,
.bnr-text {
  display: table-cell;
  vertical-align: middle;
}

.bnr-img {
  padding: 0 71px 0 78px;
}

.bnr-text {
  padding-right: 80px;
}

.bnr.-normalText {
  padding-top: 17px;
  padding-bottom: 17px;
  text-transform: none;
}

.bnr.-normalText .bnr-img {
  padding: 0 21px 0 23px;
}

.bnr.-news {
  margin-top: 30px;
  text-transform: none;
}

.bnr.-news .bnr-img {
  padding-left: 25px;
  padding-right: 45px;
}

.bnr.-news .bnr-text {
  padding-right: 45px;
}

.read__more {
  margin: 61px 0 0;
}

.read__more-head {
  color: #555;
  font-size: 30px;
  line-height: 120%;
  position: relative;
  margin: 0 0 33px;
}

.read__more-head::before {
  top: 22px;
  left: 0;
  width: 100%;
  content: " ";
  display: block;
  position: absolute;
  border-top: 1px solid #c7d4da;
}

.read__more-head span {
  z-index: 2;
  padding-right: 16px;
  position: relative;
  display: inline-block;
  background-color: #f9fafc;
}

.read__more-topB,
.read__more-botB {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.read__more-botB {
  margin: 40px 0;
}

.read__more-item,
.read__more-link {
  box-sizing: border-box;
}

.read__more-item {
  background-color: #fff;
  border: 1px solid #c7d4da;
}

.read__more-h {
  color: #555;
  height: 73px;
  font-size: 20px;
  line-height: 120%;
  font-weight: bold;
  padding: 5px 31px;
  border-bottom: 6px solid #00648f;
}

.read__more-h a {
  top: 50%;
  position: relative;
  display: inline-block;
  text-decoration: none;
  transform: translateY(-50%);
}

.read__more-desc {
  font-size: 16px;
  line-height: 120%;
  padding: 19px 32px 38px;
}

.read__more-desc p {
  margin: 0;
  padding: 0;
}

.read__more-all {
  margin: 20px 0 0;
}

.read__more-all a {
  text-decoration: none;
}

.read__more-all a:hover {
  text-decoration: underline;
}

.read__more-link {
  color: #fff;
  height: 83px;
  display: block;
  text-decoration: none;
  font-size: 20px;
  font-weight: bold;
}

.read__more .read__more-link:hover {
  color: #fff;
}

.read__more-link-text {
  top: 50%;
  display: block;
  position: relative;
  transform: translateY(-50%);
}

.read__more .-bg-1 {
  padding-left: 100px;
  background: #d2462f
    url("/common/image/more-link/1_o_sluzbe_krovi_protivopokazaniya.svg")
    no-repeat 22px 50%;
  background-size: 65px auto;
}

.read__more .-bg-1:hover {
  background-color: #d03b23;
}

.read__more .-bg-2 {
  padding-left: 100px;
  background: #38a2ec
    url("/common/image/more-link/1_o_sluzbe_krovi_karta uchrezhdenij.svg")
    no-repeat 26px 50%;
  background-size: 64px auto;
}

.read__more .-bg-2:hover {
  background-color: #2c98e4;
}

.read__more .-bg-3 {
  padding-left: 118px;
  background: #e09b16
    url("/common/image/more-link/1_o_sluzbe_krovi_rekomendacii_do_i_posle.svg")
    no-repeat 34px 50%;
  background-size: 61px auto;
}

.read__more .-bg-3:hover {
  background-color: #da9208;
}

.read__more .-bg-4 {
  padding-left: 109px;
  background: #3756b1
    url("/common/image/more-link/1_o_sluzbe_krovi_10 mifov.svg") no-repeat 32px
    50%;
  background-size: 60px auto;
}

.read__more .-bg-4:hover {
  background-color: #2d4eae;
}

.read__more .-bg-5 {
  padding-left: 109px;
  background: #6abe3c
  url("/common/image/more-link/1_o_sluzbe_krovi_chasto_zadavaemie_voprosi.svg") no-repeat 32px
  50%;
  background-size: 60px auto;
}

.read__more .-bg-5:hover {
  background-color: #61b732;;
}

.news__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.news__list::after,
.news__list-item {
  width: 30%;
  box-sizing: border-box;
}

.news__list::after {
  content: " ";
  display: block;
}

.news__list-item {
  margin: 0 0 40px;
  position: relative;
  border: 1px solid #c7d4da;
}

.news__list-item .owl-carousel {
  display: block;
}

.news__list-item .owl-prev {
  left: -47px;
}

.news__list-item .owl-next {
  right: -47px;
}

.news__list-video {
  padding-top: 56%;
  position: relative;
}

.news__list-video iframe {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  position: absolute;
}

.news__list-pic {
  display: block;
  text-decoration: none;
  position: relative;
}

.news__list-pic img {
  width: 100%;
  max-width: 100%;
  display: block;
}

.news__list-desc {
  max-height: 216px;
  overflow: hidden;
  padding: 17px 30px 35px;
}

.news__list-desc::before {
  content: " ";
  bottom: 32px;
  left: 0;
  right: 0;
  height: 50px;
  position: absolute;
  pointer-events: none;
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0), #fff);
  background: -moz-linear-gradient(top, rgba(255, 255, 255, 0), #fff);
  background: -ms-linear-gradient(top, rgba(255, 255, 255, 0), #fff);
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0), #fff);
}
.news__list-zoj:before {
  bottom: 0;
}
.news__list-desc .owl-carousel.owl-loaded > div:nth-of-type(n + 2) {
  top: -300000px;
  left: -30000px;
  position: static;
}

.news__list-desc .owl-carousel > div:nth-of-type(n + 2) {
  top: -300000px;
  left: -30000px;
  position: absolute;
}

.news__list-plate {
  zoom: 1;
  margin: 12px 0 28px;
}

.news__list-plate:before,
.news__list-plate:after {
  content: "";
  display: table;
}

.news__list-plate:after {
  clear: both;
}

.news__list-plate .news__list-date {
  float: left;
  margin-bottom: 0;
}

.news__list-plate-icon {
  float: right;
  font-size: 14px;
  margin-top: -5px;
  color: #a7a7a7;
  display: inline-block;
  text-decoration: none;
}

.news__list-plate-icon svg {
  top: 5px;
  width: 33px;
  height: 23px;
  fill: #a7a7a7;
  display: inline-block;
  position: relative;
  margin: 0 3px 0 0;
}

.news__list-plate-icon:hover {
  color: #a7a7a7;
}

.news__list-date {
  color: #fff;
  margin: 0 0 10px;
  font: bold 12px/22px "PT Sans", sans-serif;
  display: flex;
  justify-content: space-between;
}

.news__list-date span {
  padding: 0 9px;
  display: inline-block;
  background-color: #e9392c;
}

.news__list-head {
  font-size: 20px;
  line-height: 120%;
  margin: 0 0 19px;
}

.news__list-head a {
  text-decoration: none;
}

.news__list-anonce {
  font-size: 16px;
  line-height: 120%;
}

.news__list-anonce p {
  margin: 0;
  padding: 0;
}

.news__list-region {
  left: 0;
  bottom: 0;
  width: 100%;
  padding: 0 28px;
  font-size: 16px;
  line-height: 32px;
  position: absolute;
  display: block;
  text-decoration: none;
  box-sizing: border-box;
  background-color: #ececec;
}

.news__list-region,
.news__list-region:hover {
  color: #838383;
}

.news__review {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 52px 0 0;
}

.news__review-col {
  width: 65%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.news__review-col .news__list-item {
  width: 46%;
}

.news__item-serv {
  font-size: 14px;
  line-height: 120%;
}

.news__item-serv,
.news__item-serv a {
  color: #555;
}

.news__item-serv a {
  text-decoration: none;
}

.news__item-serv a:hover {
  color: #04577a;
}

.news__item-smm .ya-share2 * {
  line-height: 23px;
}

.news__item-smm .ya-share2 {
  display: inline-block !important;
  margin-top: -1px;
}

.news__item-smm .ya-share2 li {
  padding-left: 0 !important;
}

.news__item-smm .ya-share2 li:before {
  display: none !important;
}

.news__item-smm-vk,
.news__item-smm-fc,
.news__item-smm-tw {
  width: 39px;
  height: 30px;
  display: inline-block;
  vertical-align: top;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  border-right: 1px solid #c5c4c4;
  background-size: auto 20px;
}

.news__item-smm-vk {
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+DQo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9ItCh0LvQvtC5XzEiIGZpbGw9IiNmZmYiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4Ig0KCSB3aWR0aD0iMjJweCIgaGVpZ2h0PSIyNHB4IiB2aWV3Qm94PSIwIDAgMjIgMjQiIGVuYWJsZS1iYWNrZ3JvdW5kPSJuZXcgMCAwIDIyIDI0IiB4bWw6c3BhY2U9InByZXNlcnZlIj4NCjxnPg0KCTxwYXRoIGZpbGw9IiNjNWM0YzQiIGZpbGwtcnVsZT0iZXZlbm9kZCIgY2xpcC1ydWxlPSJldmVub2RkIiBkPSJNNS4wMjIsMy4wMzVoOC4wMTJjMi42MzcsMCw0Ljg4LDEuNDM1LDQuODc4LDQuMDcxDQoJCWMtMC4wMDIsMi4xOTktMC43OTIsMy4wNTYtMi40MTMsNC4wMjRjMC4xMzgsMC4xMTUsMS4wNjgsMC4zOTQsMS4zNzksMC41NTFjMC41LDAuMjQ3LDAuNzk0LDAuNDk5LDEuMTIzLDAuODM1DQoJCWMwLjkyMSwwLjk0NSwxLjA5MywxLjgwOCwxLjA5MywzLjI5YzAsMy40MzYtMy4yOTUsNS4xNjQtNi40NjYsNS4xNjRINC45ODlMNS4wMjIsMy4wMzVMNS4wMjIsMy4wMzV6IE04LjkxNyw3Ljg0NXYyLjMxMg0KCQljMi4wNjQsMCw0LjQ2MiwwLjI3NCw0LjQ2Mi0xLjk4NGMwLTIuMDktMi42NTItMS43NDYtNC40NjQtMS43NDZMOC45MTcsNy44NDVMOC45MTcsNy44NDV6IE04LjkxNywxNy42OTMNCgkJYzIuMjYsMCw1LjUxMywwLjM3Niw1LjU2My0yLjIxNWMwLjA1LTIuNzAzLTMuMzMxLTIuMjE1LTUuNTYzLTIuMjE1VjE3LjY5M0w4LjkxNywxNy42OTN6Ii8+DQo8L2c+DQo8L3N2Zz4NCg==);
}

.news__item-smm-vk:hover {
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+DQo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9ItCh0LvQvtC5XzEiIGZpbGw9IiNmZmYiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4Ig0KCSB3aWR0aD0iMjJweCIgaGVpZ2h0PSIyNHB4IiB2aWV3Qm94PSIwIDAgMjIgMjQiIGVuYWJsZS1iYWNrZ3JvdW5kPSJuZXcgMCAwIDIyIDI0IiB4bWw6c3BhY2U9InByZXNlcnZlIj4NCjxnPg0KCTxwYXRoIGZpbGw9IiM1MTcyOWEiIGZpbGwtcnVsZT0iZXZlbm9kZCIgY2xpcC1ydWxlPSJldmVub2RkIiBkPSJNNS4wMjIsMy4wMzVoOC4wMTJjMi42MzcsMCw0Ljg4LDEuNDM1LDQuODc4LDQuMDcxDQoJCWMtMC4wMDIsMi4xOTktMC43OTIsMy4wNTYtMi40MTMsNC4wMjRjMC4xMzgsMC4xMTUsMS4wNjgsMC4zOTQsMS4zNzksMC41NTFjMC41LDAuMjQ3LDAuNzk0LDAuNDk5LDEuMTIzLDAuODM1DQoJCWMwLjkyMSwwLjk0NSwxLjA5MywxLjgwOCwxLjA5MywzLjI5YzAsMy40MzYtMy4yOTUsNS4xNjQtNi40NjYsNS4xNjRINC45ODlMNS4wMjIsMy4wMzVMNS4wMjIsMy4wMzV6IE04LjkxNyw3Ljg0NXYyLjMxMg0KCQljMi4wNjQsMCw0LjQ2MiwwLjI3NCw0LjQ2Mi0xLjk4NGMwLTIuMDktMi42NTItMS43NDYtNC40NjQtMS43NDZMOC45MTcsNy44NDVMOC45MTcsNy44NDV6IE04LjkxNywxNy42OTMNCgkJYzIuMjYsMCw1LjUxMywwLjM3Niw1LjU2My0yLjIxNWMwLjA1LTIuNzAzLTMuMzMxLTIuMjE1LTUuNTYzLTIuMjE1VjE3LjY5M0w4LjkxNywxNy42OTN6Ii8+DQo8L2c+DQo8L3N2Zz4NCg==);
}

.news__item-smm-fc {
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+DQo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9ItCh0LvQvtC5XzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4Ig0KCSB3aWR0aD0iMjJweCIgaGVpZ2h0PSIyNHB4IiBmaWxsPSIjZmZmIiB2aWV3Qm94PSIwIDAgMjIgMjQiIGVuYWJsZS1iYWNrZ3JvdW5kPSJuZXcgMCAwIDIyIDI0IiB4bWw6c3BhY2U9InByZXNlcnZlIj4NCjxnPg0KCTxwYXRoIGZpbGw9IiNjNWM0YzQiIGQ9Ik0xNi45NDQsMi4wMDljLTEuMTQ5LTAuMjM1LTEuODc3LTAuNDEzLTMuMDg2LTAuNDEzYy0zLjQ3OSwwLTQuODYyLDEuNjUxLTQuODYyLDQuNlY3LjkzSDcuMDIydjMuMDYzaDEuOTc0djExLjAyMWg0LjA4OA0KCQlWMTAuOTkzaDMuMDk1bDAuMjk1LTMuMDYzaC0zLjM5MVY2LjY2NmMwLTAuOTQzLDAuMDg4LTEuNTMzLDEuNDQzLTEuNTMzYzAuNTAyLDAsMS4yOTcsMC4wODksMS44ODcsMC4yMDdMMTYuOTQ0LDIuMDA5eiIvPg0KPC9nPg0KPC9zdmc+DQo=);
}

.news__item-smm-fc:hover {
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+DQo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9ItCh0LvQvtC5XzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4Ig0KCSB3aWR0aD0iMjJweCIgaGVpZ2h0PSIyNHB4IiBmaWxsPSIjZmZmIiB2aWV3Qm94PSIwIDAgMjIgMjQiIGVuYWJsZS1iYWNrZ3JvdW5kPSJuZXcgMCAwIDIyIDI0IiB4bWw6c3BhY2U9InByZXNlcnZlIj4NCjxnPg0KCTxwYXRoIGZpbGw9IiMzYjVhOTkiIGQ9Ik0xNi45NDQsMi4wMDljLTEuMTQ5LTAuMjM1LTEuODc3LTAuNDEzLTMuMDg2LTAuNDEzYy0zLjQ3OSwwLTQuODYyLDEuNjUxLTQuODYyLDQuNlY3LjkzSDcuMDIydjMuMDYzaDEuOTc0djExLjAyMWg0LjA4OA0KCQlWMTAuOTkzaDMuMDk1bDAuMjk1LTMuMDYzaC0zLjM5MVY2LjY2NmMwLTAuOTQzLDAuMDg4LTEuNTMzLDEuNDQzLTEuNTMzYzAuNTAyLDAsMS4yOTcsMC4wODksMS44ODcsMC4yMDdMMTYuOTQ0LDIuMDA5eiIvPg0KPC9nPg0KPC9zdmc+DQo=);
}

.news__item-smm-tw {
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+DQo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9ItCh0LvQvtC5XzEiICBmaWxsPSIjZmZmIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB4PSIwcHgiIHk9IjBweCINCgkgd2lkdGg9IjIycHgiIGhlaWdodD0iMjRweCIgdmlld0JveD0iMCAwIDIyIDI0IiBlbmFibGUtYmFja2dyb3VuZD0ibmV3IDAgMCAyMiAyNCIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+DQo8Zz4NCgk8cGF0aCBmaWxsPSIjYzVjNGM0IiBkPSJNMjEuMTIxLDQuOTY0Yy0wLjc2LDAuMzQzLTEuNTc0LDAuNTc0LTIuNDMsMC42NzhjMC44NzQtMC41MzEsMS41NDQtMS4zNzUsMS44NjEtMi4zODENCgkJYy0wLjgxNywwLjQ5Mi0xLjcyNCwwLjg1My0yLjY4NywxLjA0NWMtMC43NzItMC44MzctMS44NzItMS4zNi0zLjA4Ny0xLjM2Yy0yLjMzNiwwLTQuMjMsMS45MjctNC4yMyw0LjMwNg0KCQljMCwwLjMzOCwwLjAzOSwwLjY2NiwwLjExLDAuOTgxQzcuMTQ0LDguMDUzLDQuMDI2LDYuMzM4LDEuOTQsMy43MzNDMS41NzYsNC4zNjksMS4zNjksNS4xMDgsMS4zNjksNS44OTgNCgkJYzAsMS40OTMsMC43NDcsMi44MTMsMS44ODEsMy41ODVDMi41NTYsOS40NiwxLjkwNSw5LjI2NiwxLjMzMyw4Ljk0M2MwLDAuMDIsMCwwLjAzNiwwLDAuMDU0YzAsMi4wODcsMS40NTgsMy44MjcsMy4zOTMsNC4yMjMNCgkJYy0wLjM1NCwwLjA5OS0wLjcyOSwwLjE1MS0xLjExMywwLjE1MWMtMC4yNzIsMC0wLjUzNy0wLjAyNS0wLjc5Ni0wLjA3NmMwLjUzOCwxLjcxMSwyLjEsMi45NTUsMy45NTEsMi45OQ0KCQljLTEuNDQ4LDEuMTU1LTMuMjcyLDEuODQ0LTUuMjUzLDEuODQ0Yy0wLjM0MiwwLTAuNjc5LTAuMDIxLTEuMDEtMC4wNjJjMS44NzIsMS4yMjMsNC4wOTYsMS45MzcsNi40ODMsMS45MzcNCgkJYzcuNzgsMCwxMi4wMzMtNi41NjMsMTIuMDMzLTEyLjI1M2MwLTAuMTg3LTAuMDA0LTAuMzcyLTAuMDExLTAuNTU4QzE5LjgzNiw2LjU4NiwyMC41NTQsNS44MjgsMjEuMTIxLDQuOTY0TDIxLjEyMSw0Ljk2NHoiLz4NCjwvZz4NCjwvc3ZnPg0K);
}

.news__item-smm-tw:hover {
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+DQo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9ItCh0LvQvtC5XzEiICBmaWxsPSIjZmZmIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB4PSIwcHgiIHk9IjBweCINCgkgd2lkdGg9IjIycHgiIGhlaWdodD0iMjRweCIgdmlld0JveD0iMCAwIDIyIDI0IiBlbmFibGUtYmFja2dyb3VuZD0ibmV3IDAgMCAyMiAyNCIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+DQo8Zz4NCgk8cGF0aCBmaWxsPSIjMmZhMWYyIiBkPSJNMjEuMTIxLDQuOTY0Yy0wLjc2LDAuMzQzLTEuNTc0LDAuNTc0LTIuNDMsMC42NzhjMC44NzQtMC41MzEsMS41NDQtMS4zNzUsMS44NjEtMi4zODENCgkJYy0wLjgxNywwLjQ5Mi0xLjcyNCwwLjg1My0yLjY4NywxLjA0NWMtMC43NzItMC44MzctMS44NzItMS4zNi0zLjA4Ny0xLjM2Yy0yLjMzNiwwLTQuMjMsMS45MjctNC4yMyw0LjMwNg0KCQljMCwwLjMzOCwwLjAzOSwwLjY2NiwwLjExLDAuOTgxQzcuMTQ0LDguMDUzLDQuMDI2LDYuMzM4LDEuOTQsMy43MzNDMS41NzYsNC4zNjksMS4zNjksNS4xMDgsMS4zNjksNS44OTgNCgkJYzAsMS40OTMsMC43NDcsMi44MTMsMS44ODEsMy41ODVDMi41NTYsOS40NiwxLjkwNSw5LjI2NiwxLjMzMyw4Ljk0M2MwLDAuMDIsMCwwLjAzNiwwLDAuMDU0YzAsMi4wODcsMS40NTgsMy44MjcsMy4zOTMsNC4yMjMNCgkJYy0wLjM1NCwwLjA5OS0wLjcyOSwwLjE1MS0xLjExMywwLjE1MWMtMC4yNzIsMC0wLjUzNy0wLjAyNS0wLjc5Ni0wLjA3NmMwLjUzOCwxLjcxMSwyLjEsMi45NTUsMy45NTEsMi45OQ0KCQljLTEuNDQ4LDEuMTU1LTMuMjcyLDEuODQ0LTUuMjUzLDEuODQ0Yy0wLjM0MiwwLTAuNjc5LTAuMDIxLTEuMDEtMC4wNjJjMS44NzIsMS4yMjMsNC4wOTYsMS45MzcsNi40ODMsMS45MzcNCgkJYzcuNzgsMCwxMi4wMzMtNi41NjMsMTIuMDMzLTEyLjI1M2MwLTAuMTg3LTAuMDA0LTAuMzcyLTAuMDExLTAuNTU4QzE5LjgzNiw2LjU4NiwyMC41NTQsNS44MjgsMjEuMTIxLDQuOTY0TDIxLjEyMSw0Ljk2NHoiLz4NCjwvZz4NCjwvc3ZnPg0K);
}

.news__item-tag a {
  margin: 0 10px 0 0;
}

.news__item-tag a:first-of-type {
  margin-left: 5px;
}

.news__item-footer {
  color: #555;
  font-size: 16px;
  line-height: 36px;
  margin: 32px 0 0;
  padding: 13px 0 0;
  border-top: 1px solid #c7d4da;
}

.news__item-footer a {
  color: #717171;
  text-decoration: none;
}

.news__item-footer a:hover {
  color: #e9392c;
}

.media__top {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: space-between;
  line-height: 80px;
  font-weight: bold;
  margin: 0 0 22px;
}

.media__top-link {
  width: 32%;
  display: block;
  text-align: center;
  text-decoration: none;
}

.media__top-link svg {
  top: 10px;
  fill: #fff;
  display: none;
  position: relative;
  margin: 0 19px 0 0;
}

.media__top-link,
.media__top-link:hover {
  color: #fff;
}

.media__top-link.-active {
  line-height: 100px;
}

.media__top-link.-active svg {
  display: inline-block;
}

.media__top-link.-bg-foto {
  background: #25c0d2;
}

.media__top-link.-bg-foto.-active,
.media__top-link.-bg-foto:hover {
  background-color: #16b9cc;
}

.media__top-link.-bg-foto.-active svg {
  width: 47px;
  height: 37px;
}

.media__top-link.-bg-video {
  background: #d96e28;
}

.media__top-link.-bg-video.-active,
.media__top-link.-bg-video:hover {
  background-color: #d26218;
}

.media__top-link.-bg-video.-active svg {
  width: 47px;
  height: 36px;
}

.media__top-link.-bg-audio {
  background: #6bbe3c;
}

.media__top-link.-bg-audio.-active,
.media__top-link.-bg-audio:hover {
  background-color: #61b732;
}

.media__top-link.-bg-audio.-active svg {
  width: 36px;
  height: 43px;
}

.media__wrap .news__list-region {
  padding: 0 18px;
}

.media__wrap .news__list-desc {
  padding: 32px 68px 56px;
}

.video__wrap,
.media__wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.video__wrap .news__list-item,
.media__wrap .news__list-item {
  width: 49%;
  margin: 0 0 25px;
}

.video__wrap .news__list-desc,
.media__wrap .news__list-desc {
  max-height: 3000px;
}

.video__wrap .news__list-desc::before,
.media__wrap .news__list-desc::before {
  display: none;
}

.video__wrap .news__list-item {
  margin: 0 0 40px;
}

.video__wrap .news__list-desc {
  padding-bottom: 69px;
}

.audio {
  zoom: 1;
}

.audio:before,
.audio:after {
  content: "";
  display: table;
}

.audio:after {
  clear: both;
}

.audio-player {
  padding: 0 100px;
  position: relative;
  margin: 33px 0 28px;
  border: 1px solid #a7a7a7;
  background: #fff no-repeat 0 0;
}

.audio-player-a-next,
.audio-player-a-prev {
  top: 50%;
  cursor: pointer;
  margin-top: -22px;
}

.audio .audio-player-a-prev {
  left: 46px;
}

.audio .audio-player-a-next {
  right: 46px;
}

.audio-player-ov {
  overflow: hidden;
}

.audio-player-slide {
  padding: 26px 0 69px;
}

.audio-player-h {
  text-align: center;
  margin: 0 0 29px;
}

.audio-player-pic {
  margin: 0 0 37px;
}

.audio-player-pic img {
  width: 100%;
  height: auto;
  display: block;
}

.audio-player-track {
  zoom: 1;
}

.audio-player-track:before,
.audio-player-track:after {
  content: "";
  display: table;
}

.audio-player-track:after {
  clear: both;
}

.audio-player-track-item {
  zoom: 1;
  padding: 1px 0;
  background-color: #f9fafc;
}

.audio-player-track-item:before,
.audio-player-track-item:after {
  content: "";
  display: table;
}

.audio-player-track-item:after {
  clear: both;
}

.audio-player-track-indik {
  height: 5px;
  overflow: hidden;
  margin: 27px 0 0;
  background-color: #a7a7a7;
}

.audio-player-track-pos {
  width: 1px;
  min-width: 1px;
  height: 100%;
  background: #e9392c;
}

.audio-player-track-but {
  float: left;
  width: 56px;
  height: 56px;
  cursor: pointer;
  margin: 0 32px 0 0;
  background: #e9392c url("/common/image/new/stop.svg") no-repeat 50% 50%;
}

.audio-player-track-but.-paused {
  background-image: url("/common/image/new/play.svg");
}

.audio-player-track-time {
  float: right;
  font-size: 14px;
  line-height: 120%;
  color: #838383;
  margin: 21px 15px 0 25px;
}

.audio-player-track-wrap {
  max-width: 594px;
  margin: 0 auto;
}

.audio-link,
.audio-download {
  width: 18px;
  height: 18px;
  display: none;
  float: left;
  text-decoration: none;
}

.audio-link {
  margin: 18px 27px 0 0;
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+DQo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9ItCh0LvQvtC5XzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4Ig0KCSB3aWR0aD0iMTlweCIgaGVpZ2h0PSIxNnB4IiB2aWV3Qm94PSIwIDAgMTkgMTYiIGVuYWJsZS1iYWNrZ3JvdW5kPSJuZXcgMCAwIDE5IDE2IiB4bWw6c3BhY2U9InByZXNlcnZlIj4NCjxnPg0KCTxwYXRoIGZpbGw9IiM4MzgzODMiIGQ9Ik0xOSw3Ljg5MUwxMS4wMTYsMHY1LjI1NkM0Ljk2NSw1LjI1NiwwLDEwLjA2NSwwLDE2YzIuMjIzLTMuOTc0LDYuNjkyLTYuMDIyLDExLjAxNi01LjQ5N1YxNkwxOSw3Ljg5MXoiLz4NCjwvZz4NCjwvc3ZnPg0K)
    no-repeat 0 0;
  position: relative;
}

.audio-link-share {
  position: absolute;
  left: -30px;
  top: 17px;
  width: 81px;
  display: none;
}

.audio-link-share li {
  padding-left: 0 !important;
}

.audio-link-share li:before {
  display: none !important;
}

.audio-link:hover .audio-link-share {
  display: block;
}

.audio-download {
  margin: 17px 20px 0 0;
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+DQo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9ItCh0LvQvtC5XzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4Ig0KCSB3aWR0aD0iMThweCIgaGVpZ2h0PSIxOHB4IiB2aWV3Qm94PSIwIDAgMTggMTgiIGVuYWJsZS1iYWNrZ3JvdW5kPSJuZXcgMCAwIDE4IDE4IiB4bWw6c3BhY2U9InByZXNlcnZlIj4NCjxnPg0KCTxwYXRoIGZpbGw9IiM4MzgzODMiIGQ9Ik0xNi45OTQsMTBjLTAuNTcyLDAtMC45NzUsMC40NTEtMC45NzUsMS4wMDl2NC45NzRIMi4wMTF2LTQuOTc0QzIuMDExLDEwLjQ1MSwxLjYwOSwxMCwxLjAzNywxMFMwLDEwLjQ1MSwwLDExLjAwOXY1Ljk4Mg0KCQlDMCwxNy41NDksMC40MDIsMTgsMC45NzUsMThoMTUuOTg4QzE3LjUzNSwxOCwxOCwxNy41NDksMTgsMTYuOTkxdi01Ljk4MkMxOCwxMC40NTEsMTcuNTY2LDEwLDE2Ljk5NCwxMEwxNi45OTQsMTB6IE04LjMyOSwxMi44MTgNCgkJYzAuMTk0LDAuMTg5LDAuMzY0LDAuMjk2LDAuNjQsMC4yOTZzMC41MzktMC4xMDYsMC43MzItMC4yOTZsNC4wMjQtNC4wNjhjMC40MDQtMC4zOTUsMC40MDQtMS4wMzMsMC0xLjQyNw0KCQljLTAuNDA0LTAuMzk1LTEuMDYyLTAuMzk1LTEuNDY2LDBsLTIuMjU1LDIuMzQ2di04LjY2QzEwLjAwNSwwLjQ1MSw5LjU0MSwwLDguOTY5LDBTOC4wMjUsMC40NTEsOC4wMjUsMS4wMDl2OC42Nkw1Ljc3Miw3LjMyMw0KCQljLTAuNDA1LTAuMzk1LTEuMDYyLTAuMzk0LTEuNDY2LDBDMy45MDEsNy43MTcsMy45MDEsOC4zNTYsNC4zMDYsOC43NUw4LjMyOSwxMi44MTh6Ii8+DQo8L2c+DQo8L3N2Zz4NCg==)
    no-repeat 0 0;
}

.audio-row {
  zoom: 1;
  cursor: pointer;
  margin: 2px 0;
  padding: 13px 10px 13px 30px;
  border: 1px solid transparent;
}

.audio-row:before,
.audio-row:after {
  content: "";
  display: table;
}

.audio-row:after {
  clear: both;
}

.audio-row.-played .audio-pic::before {
  width: 100%;
  height: 100%;
  content: " ";
  display: block;
  position: absolute;
  background: #e9392c url("/common/image/new/play.svg") no-repeat 50% 50%;
}

.audio-row.-played,
.audio-row:hover {
  border-color: #a7a7a7;
}

.audio-row.-played .audio-serv span.time,
.audio-row:hover .audio-serv span.time {
  display: none;
}

.audio-row.-played .audio-link,
.audio-row:hover .audio-link,
.audio-row.-played .audio-download,
.audio-row:hover .audio-download {
  display: block;
}

.audio-pic {
  width: 75px;
  float: left;
  display: block;
  position: relative;
  margin: 0 19px 0 0;
  text-decoration: none;
}

.audio-pic img {
  display: block;
  max-width: 100%;
}

.audio-serv {
  width: 83px;
  color: #838383;
  float: right;
  font-size: 14px;
  line-height: 120%;
  padding-left: 10px;
  text-align: right;
}

.audio-serv span.time {
  margin: 20px 14px 0 0;
  display: inline-block;
}

.audio-col {
  overflow: hidden;
  line-height: 120%;
}

.audio-col .-word {
  color: #838383;
}

.audio-head {
  font-weight: bold;
  font-size: 20px;
  line-height: 120%;
}

blockquote {
  color: #56a5c5;
  font-size: 24px;
  line-height: 130%;
  position: relative;
  padding: 0 0 0 75px;
  margin: 37px 0 32px 76px;
}

blockquote::before {
  top: 8px;
  left: 0;
  width: 41px;
  height: 32px;
  content: " ";
  display: block;
  position: absolute;
  background: url("/common/image/quotes.svg") no-repeat 0 0;
}

.popup {
  padding: 43px 49px 30px 49px;
}

.popup-h {
  color: #555;
  font-size: 44px;
  line-height: 120%;
  margin: 0 0 30px;
}

.popup-bread {
  font-size: 16px;
  line-height: 120%;
  padding: 0 0 23px;
  margin: 0 0 31px;
  border-bottom: 1px solid #cbcbcb;
}

.popup-bread,
.popup-bread a {
  color: #555;
}

.popup-desc {
  font-size: 20px;
  line-height: 120%;
}

.mainSVG {
  display: none;
}

.invis__block {
  display: none;
}

.myth__showcase {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  font-family: "PT Sans", sans-serif;
  text-transform: uppercase;
}

.myth__showcase-item,
.myth__showcase-pop {
  padding: 68px 20px 30px;
}

.myth__showcase-pop {
  padding-bottom: 1px;
}

.myth__showcase-item {
  cursor: pointer;
  text-align: center;
  box-sizing: border-box;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.myth__showcase-item:hover {
  z-index: 4;
}

.myth__showcase-item:hover .myth__showcase-pop {
  opacity: 1;
  -ms-filter: none;
  filter: none;
  height: auto;
  display: block;
}

.myth__showcase-item:hover .myth__showcase-h,
.myth__showcase-item:hover .myth__showcase-desc {
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
}

.myth__showcase-col {
  cursor: pointer;
  box-sizing: border-box;
}

.myth__showcase-col.-first {
  padding-right: 30px;
}

.myth__showcase-col.-first .myth__showcase-item {
  width: auto;
}

.myth__showcase-col.-cont {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.myth__showcase-col.-cont .myth__showcase-item {
  height: 264px;
}

.myth__showcase-col.-cont .myth__showcase-item:nth-of-type(n + 4) {
  margin-top: 30px;
}

.myth__showcase-pop {
  top: 0;
  left: 0;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  height: 1px;
  overflow: hidden;
  max-height: 557px;
  padding-top: 13px;
  position: absolute;
  box-sizing: border-box;
}

.myth__showcase-pop .-forAppendArrow {
  padding-bottom: 30px;
}

.myth__showcase-pop-scrollB {
  max-height: 557px;
  overflow-y: auto;
  margin-right: -60px;
  padding-right: 60px;
}

.myth__showcase-pop-scroll {
  left: 0;
  content: " ";
  display: block;
  bottom: 0;
  width: 100%;
  height: 50px;
  position: absolute;
}

.myth__showcase-pop-scroll::before {
  top: 50%;
  left: 50%;
  width: 16px;
  height: 8px;
  content: " ";
  display: block;
  position: absolute;
  transform: translateX(-50%) translateY(-50%);
  background: url("/common/image/new/more_info.svg") no-repeat 0 0;
}

.-bgColor-1 .myth__showcase-pop-scroll {
  background: -webkit-linear-gradient(top, rgba(210, 70, 47, 0), #d2462f);
  background: -moz-linear-gradient(top, rgba(210, 70, 47, 0), #d2462f);
  background: -ms-linear-gradient(top, rgba(210, 70, 47, 0), #d2462f);
  background: linear-gradient(to bottom, rgba(210, 70, 47, 0), #d2462f);
}

.-bgColor-2 .myth__showcase-pop-scroll {
  background: -webkit-linear-gradient(top, rgba(56, 162, 236, 0), #38a2ec);
  background: -moz-linear-gradient(top, rgba(56, 162, 236, 0), #38a2ec);
  background: -ms-linear-gradient(top, rgba(56, 162, 236, 0), #38a2ec);
  background: linear-gradient(to bottom, rgba(56, 162, 236, 0), #38a2ec);
}

.-bgColor-3 .myth__showcase-pop-scroll {
  background: -webkit-linear-gradient(top, rgba(254, 155, 22, 0), #fe9b16);
  background: -moz-linear-gradient(top, rgba(254, 155, 22, 0), #fe9b16);
  background: -ms-linear-gradient(top, rgba(254, 155, 22, 0), #fe9b16);
  background: linear-gradient(to bottom, rgba(254, 155, 22, 0), #fe9b16);
}

.-bgColor-4 .myth__showcase-pop-scroll {
  background: -webkit-linear-gradient(top, rgba(32, 187, 205, 0), #20bbcd);
  background: -moz-linear-gradient(top, rgba(32, 187, 205, 0), #20bbcd);
  background: -ms-linear-gradient(top, rgba(32, 187, 205, 0), #20bbcd);
  background: linear-gradient(to bottom, rgba(32, 187, 205, 0), #20bbcd);
}

.-bgColor-5 .myth__showcase-pop-scroll {
  background: -webkit-linear-gradient(top, rgba(99, 181, 55, 0), #63b537);
  background: -moz-linear-gradient(top, rgba(99, 181, 55, 0), #63b537);
  background: -ms-linear-gradient(top, rgba(99, 181, 55, 0), #63b537);
  background: linear-gradient(to bottom, rgba(99, 181, 55, 0), #63b537);
}

.-bgColor-6 .myth__showcase-pop-scroll {
  background: -webkit-linear-gradient(top, rgba(55, 86, 177, 0), #3756b1);
  background: -moz-linear-gradient(top, rgba(55, 86, 177, 0), #3756b1);
  background: -ms-linear-gradient(top, rgba(55, 86, 177, 0), #3756b1);
  background: linear-gradient(to bottom, rgba(55, 86, 177, 0), #3756b1);
}

.-bgColor-7 .myth__showcase-pop-scroll {
  background: -webkit-linear-gradient(top, rgba(159, 61, 137, 0), #9f3d89);
  background: -moz-linear-gradient(top, rgba(159, 61, 137, 0), #9f3d89);
  background: -ms-linear-gradient(top, rgba(159, 61, 137, 0), #9f3d89);
  background: linear-gradient(to bottom, rgba(159, 61, 137, 0), #9f3d89);
}

.myth__showcase-pop-head {
  padding: 0 0 24px;
  text-align: center;
  border-bottom: 1px solid #fff;
}

.myth__showcase-pop-head img {
  display: block;
  margin: 0 auto 10px;
}

.myth__showcase-pop-desc {
  font-weight: normal;
  text-transform: none;
  line-height: 130%;
}

.myth__showcase-pop-desc a {
  color: #fff;
}

.myth__showcase-pop-desc p {
  margin: 20px 0;
}

.myth__showcase-pop-desc ul li {
  margin: 20px 0;
  text-align: left;
  padding-left: 20px;
}

.myth__showcase-pop-desc ul li::before {
  margin-left: -20px;
  background-color: #fff;
}

.myth__showcase-pop,
.myth__showcase-h,
.myth__showcase-desc {
  width: 100%;
  transition: opacity 0.3s ease;
}

.myth__showcase-h {
  left: 20px;
  top: 20px;
  margin: 0 0 20px;
  position: absolute;
}

.myth__showcase-h::before {
  top: 13px;
  width: 100%;
  content: " ";
  display: block;
  position: absolute;
  border-top: 1px solid #fff;
}

.myth__showcase-h span {
  z-index: 2;
  padding: 0 14px;
  position: relative;
}

.myth__showcase-desc {
  font-size: 18px;
  line-height: 145%;
}

.history-wrap-slider {
  padding: 0 98px;
  position: relative;
}

body .history-slider {
  padding: 0 20px;
}

body .history-slider .swiper-zt {
  padding: 1px 0;
  z-index: 20;
  position: relative;
  background: #f9fafc;
}

body .history-slider .swiper-zt .swiper-scroll-point .swiper-scrollbar-drag {
  height: 29px;
  background: none;
  cursor: pointer;
  position: relative;
}

body
  .history-slider
  .swiper-zt
  .swiper-scroll-point
  .swiper-scrollbar-drag:before {
  content: url("/common/image/new/slider-progress-icon.svg");
  position: absolute;
  top: 0;
  right: 0;
  transform: translateX(50%);
}

body .history-slider .swiper-slide {
  padding: 83px 0 35px;
  min-height: 344px;
  box-sizing: border-box;
}

body .history-slider .swiper-pagination {
  top: 0;
  left: 0;
  position: relative;
  margin: 13px 0 0;
}

body .history-slider .swiper-pagination-point {
  width: 24px;
  height: 29px;
  left: -140px;
  margin: -30px 0 0;
  position: relative;
  background: url("/common/image/new/slider-progress-icon.svg") no-repeat 0 0;
}

body .history-slider .swiper-pagination-progressbar {
  height: 4px;
  background-color: #cbcbcb;
}

body .history-slider .swiper-pagination-progressbar-fill {
  background-color: #e9392c;
}

.history-dateB {
  float: left;
  margin: 18px 35px 0 0;
}

.history-infB {
  overflow: hidden;
  margin: 0 0 0 auto;
  max-width: 1064px;
}

.history-century {
  color: #555;
  padding: 0 7px 7px;
  border-bottom: 1px solid #a7a7a7;
}

.history-date {
  color: #161616;
  font: 70px/120% "PT Sans", sans-serif;
  text-shadow: 0 0 18px rgba(255, 255, 255, 0.75);
}

.history-date span {
  font-size: 30px;
  line-height: 120%;
}

.history-pic {
  width: 168px;
  height: 168px;
  float: left;
  overflow: hidden;
  border-radius: 50%;
  margin: 0 34px 0 0;
}

.history-desc {
  overflow: hidden;
  padding: 22px 0 0;
}

.history-desc p {
  margin: 0;
}

.-history-bg {
  background: #f9fafc none no-repeat 0 50%;
}

.facts img {
  display: block;
  max-width: 100%;
  height: auto;
}

.facts ul {
  margin: 0; /*66px 0 0;*/
}

.facts ul li {
  margin: 17px 0;
}

.facts ul li::before {
  width: 15px;
  height: 22px;
  margin-top: 2px;
  background: url("/common/image/new/1-2_facts_if.svg") no-repeat 0 0;
}

.country-flagB {
  margin: 45px 0;
  text-align: center;
}

.country-flagB img {
  height: auto;
  display: block;
  max-width: 100%;
}

.country-flagB-item {
  opacity: 0.4;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
  filter: alpha(opacity=40);
  cursor: pointer;
  margin: 0 9px;
  display: inline-block;
  transition: opacity 0.4s ease-out 0s;
}

.country-flagB-item:hover,
.country-flagB-item.-active {
  opacity: 1;
  -ms-filter: none;
  filter: none;
}

.country-descB {
  position: relative;
}

.country-align {
  max-width: 790px;
  margin: 0 0 0 auto;
}

.country-cont {
  top: -40000px;
  left: -40000px;
  padding: 24px 0;
  min-height: 500px;
  position: absolute;
  box-sizing: border-box;
  display: flex;
}

.country-cont.-active {
  position: static;
}

.country-cont p {
  margin: 0;
}

.country-cont ul li {
  margin: 20px 0;
}

.country .-uk {
  background: url("/common/image/new/flag/flag-uk.png") no-repeat center;
  background-size: contain;
}

.country .-usa {
  background: url("/common/image/new/flag/flag_usa.png") no-repeat center;
  background-size: contain;
}

.country .-ger {
  background: url("/common/image/new/flag/flag-german.png") no-repeat center;
  background-size: contain;
}

.country .-fra {
  background: url("/common/image/new/flag/flag-france.png") no-repeat center;
  background-size: contain;
}

.country .-swi {
  background: url("/common/image/new/flag/flag-sw.png") no-repeat center;
  background-size: contain;
}

.country .-Czech {
  background: url("/common/image/new/flag/flag_Czech.png") no-repeat center;
  background-size: contain;
}

.country .-Netherlands {
  background: url("/common/image/new/flag/flag_Netherlands.png") no-repeat center;
  background-size: contain;
}

.country .-Sweden {
  background: url("/common/image/new/flag/flag_Sweden.png") no-repeat center;
  background-size: contain;
}

.country .-Israel {
  background: url("/common/image/new/flag/flag_Israel.png") no-repeat center;
  background-size: contain;
}

.country .-Japan {
  background: url("/common/image/new/flag/flag_Japan.png") no-repeat center;
  background-size: contain;
}

.country .-China {
  background: url("/common/image/new/flag/flag_China.png") no-repeat center;
  background-size: contain;
}

.country-flagB-item {
  width: 58px;
  height: 38px;
}
.country-align_left,
.country-align_right {
  width: 50%;
  height: 500px;
}
@media screen and (max-width: 980px) {
  .country-align_left {
    position: absolute;
    height: 360px;
    width: 100%;
  }
  .country-align_right {
    width: 100%;
  }
  .country-cont.-active {
    position: static;
    display: inline-block;
  }
}

.groups {
  zoom: 1;
  margin: 49px 0 62px;
  padding: 40px 0;
  text-align: center;
  box-shadow: 0 0 10px rgba(0, 100, 143, 0.23);
}

.groups:before,
.groups:after {
  content: "";
  display: table;
}

.groups:after {
  clear: both;
}

.groups-item {
  width: 25%;
  float: left;
  padding: 5px 0 17px;
  box-sizing: border-box;
  border-left: 1px solid #cbcbcb;
}

.groups-item:nth-of-type(1) {
  border-left: none;
}

.groups-item:nth-of-type(2n) .groups-h {
  color: #00648f;
}

.groups-h,
.groups-desc {
  line-height: 120%;
}

.groups-h {
  color: #e9392c;
  font-size: 70px;
  margin: 0 0 8px;
}

.groups-desc {
  color: #00648f;
  font-size: 20px;
}

.component {
  margin: 77px 0 94px;
}

.component h2,
.component .h2 {
  color: #e9392c;
}

.component p {
  margin: 23px 0;
}

.component-loupe {
  float: left;
  margin: 0 57px 0 0;
  padding: 40px 53px 68px 72px;
  box-sizing: border-box;
  background: url("/common/image/new/component/magnifier.svg") no-repeat 0 0;
}

.component-row {
  zoom: 1;
  position: relative;
}

.component-row:before,
.component-row:after {
  content: "";
  display: table;
}

.component-row:after {
  clear: both;
}

.component-row::before {
  height: 10px;
  display: block;
  position: absolute;
  background: url("/common/image/new/component/component-line.png") repeat 0 0;
}

.component-row:nth-of-type(2n) {
  text-align: right;
}

.component-row:nth-of-type(2n) .component-pic {
  float: right;
  margin: 0 0 0 133px;
}

.component-pic {
  float: left;
  overflow: hidden;
  border-radius: 50%;
}

.component-pic img {
  max-width: 100%;
  display: block;
  height: auto;
}

.component-pic.-round {
  border: 14px solid #fff;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.26);
}

.component-desc {
  overflow: hidden;
}

.component .position-1 {
  margin: 0 0 36px;
}

.component .position-1::before {
  top: 416px;
  left: 424px;
  width: 752px;
  content: " ";
  transform: rotate(17deg);
}

.component .position-1 .component-desc {
  padding: 62px 0 0;
}

.component .position-2 {
  margin: 0 0 60px;
}

.component .position-2::before {
  top: 326px;
  right: 426px;
  width: 800px;
  content: " ";
  transform: rotate(-17deg);
}

.component .position-2 .component-pic {
  margin: 0 140px 0 133px;
}

.component .position-2 .component-desc {
  padding: 30px 0 0;
}

.component .position-3 {
  margin: 0 0 158px;
}

.component .position-3::before {
  top: 359px;
  left: 367px;
  width: 847px;
  content: " ";
  transform: rotate(18deg);
}

.component .position-3 .component-pic {
  margin: 0 120px 0 88px;
}

.component .position-3 .component-desc {
  padding: 40px 0 0;
}

.component .position-4 .component-pic {
  margin-top: 9px;
  margin-right: 142px;
}

.codecs {
  font: 18px/145% "PT Sans", sans-serif;
}

.codecs-row,
.codecs-item {
  margin: 30px 0;
}

.codecs-row {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.codecs-row .codecs-item:first-of-type {
  margin-top: 0;
}

.codecs-row .codecs-item:last-of-type {
  margin-bottom: 0;
}

.codecs-quote {
  width: 23%;
  color: #fff;
  text-align: center;
  box-sizing: border-box;
  text-transform: uppercase;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  padding: 30px;
}

.codecs-quote-wrap {
  width: 100%;
  box-sizing: border-box;
}

.codecs-col-big {
  width: 77%;
  box-sizing: border-box;
}

.codecs-item {
  width: 100%;
  display: table;
  background-color: #fff;
  box-shadow: 0 0 10px rgba(0, 98, 142, 0.23);
}

.codecs-item-col {
  display: table-cell;
  padding: 18px 25px 18px 0;
}

.codecs-item-col-numb {
  width: 68px;
  padding-left: 7px;
  display: table-cell;
  text-align: center;
  color: #e9392c;
  font-size: 36px;
  line-height: 120%;
  vertical-align: middle;
}

.codecs .-rightQ .codecs-col-big {
  padding-right: 30px;
}

.codecs .-leftQ .codecs-col-big {
  padding-left: 30px;
}

.child {
  zoom: 1;
}

.child:before,
.child:after {
  content: "";
  display: table;
}

.child:after {
  clear: both;
}

.child-bnr {
  margin: 61px 0 0;
}

.child-bnr img {
  width: 100%;
  height: auto;
  display: block;
  box-shadow: 0 0 10px rgba(0, 98, 142, 0.23);
}

.page .child-slider {
  max-width: 874px;
  margin: 131px auto 0;
}

.page .child-slider img {
  height: auto;
  max-width: 100%;
  display: block;
  margin: 0 auto;
}

.page .child-slider .swiper-container {
  box-shadow: 0 0 10px rgba(0, 98, 142, 0.23);
}

.page .child-slider .swiper-button-prev {
  left: 30px;
}

.page .child-slider .swiper-button-next {
  right: 30px;
}

.page .child-slider .swiper-pagination {
  float: left;
  position: static;
}

.page .child-slider .swiper-pagination-bullet {
  color: #00648f;
  width: auto;
  height: auto;
  opacity: 1;
  -ms-filter: none;
  filter: none;
  margin-left: 10px;
  background-color: transparent;
}

.page .child-slider .swiper-pagination-bullet:first-of-type {
  margin-left: 0;
}

.page .child-slider .swiper-pagination-bullet-active {
  color: #e9392c;
}

.page .child-slider-pag {
  zoom: 1;
  font-size: 20px;
  margin: 23px 0 0;
  line-height: 120%;
}

.page .child-slider-pag:before,
.page .child-slider-pag:after {
  content: "";
  display: table;
}

.page .child-slider-pag:after {
  clear: both;
}

.page .child-slider-download {
  float: right;
}

.child-img {
  float: left;
  width: 402px;
  z-index: 1;
  margin: 69px 0 0;
  position: relative;
}

.child-img img {
  display: block;
  position: absolute;
}

.child-babl {
  margin: 0 0 0 400px;
  position: relative;
  border-radius: 18px;
  padding: 55px 97px 70px;
  border: 1px solid #b7cfd7;
  background-color: #f8fafc;
  box-shadow: 0 0 10px rgba(0, 98, 142, 0.23);
}

.child-babl::before {
  left: -52px;
  bottom: 155px;
  width: 52px;
  height: 89px;
  content: " ";
  display: block;
  position: absolute;
  background: url("/common/image/new/shild-babl.png") no-repeat 0 0;
}

.child-babl h2,
.child-babl .h2,
.child-babl .-red {
  color: #e9392c;
}

.child-babl h2,
.child-babl .h2 {
  font-size: 46px;
  line-height: 120%;
}

.privilegies h2 {
  margin: 26px 0 34px;
}

.privilegies ul li {
  margin: 11px 0;
  padding: 3px 0 3px 47px;
}

.privilegies ul li::before {
  display: none;
}

.privilegies-day,
.privilegies-holiday,
.privilegies-reg {
  padding: 0 0 12px;
  border-bottom: 1px solid #c7d4da;
}

.privilegies-day ul li {
  background: url("/common/image/new/privilegies/in-day.svg") no-repeat 0 4px;
}

.privilegies-holiday ul li {
  background: url("/common/image/new/privilegies/data2.svg") no-repeat 0 0;
}

.privilegies-reg ul li {
  background: url("/common/image/new/privilegies/regular.svg") no-repeat 0 0;
}

.privilegies-hon ul li {
  background: url("/common/image/new/privilegies/honorable.svg") no-repeat 0 0;
}

.corporate {
  margin: 0 0 83px;
}

.corporate-tab-acord,
.corporate-tab-top {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: space-between;
  font-weight: bold;
  height: 100px;
}

.corporate-tab-acord .-center,
.corporate-tab-top .-center {
  text-align: center;
  justify-content: center;
}

.corporate-tab-acord svg,
.corporate-tab-top svg {
  fill: #fff;
  width: 0;
  height: 0;
  margin: 0;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  transition: width, height, margin, opacity 0.4s ease-out 0s;
}

.corporate-tab-acord a,
.corporate-tab-top a {
  color: #fff;
  display: block;
  height: 82px;
  padding: 0 28px;
  box-sizing: border-box;
  text-decoration: none;
  display: flex;
  align-items: center;
  transition: height 0.4s ease-out 0s;
}

.corporate-tab-acord .-active,
.corporate-tab-top .-active {
  height: 100px;
}

.corporate-tab-acord .-active svg,
.corporate-tab-top .-active svg {
  width: 57px;
  height: 54px;
  opacity: 1;
  -ms-filter: none;
  filter: none;
  margin: 0 11px 0 0;
}

.corporate-tab-acord .-fon-1,
.corporate-tab-top .-fon-1 {
  background-color: #3756b1;
}

.corporate-tab-acord .-fon-1:hover,
.corporate-tab-top .-fon-1:hover {
  background-color: #2d4eae;
}

.corporate-tab-acord .-fon-2,
.corporate-tab-top .-fon-2 {
  background-color: #9f3d89;
}

.corporate-tab-acord .-fon-2:hover,
.corporate-tab-top .-fon-2:hover {
  background-color: #9b3484;
}

.corporate-tab-acord .-fon-3,
.corporate-tab-top .-fon-3 {
  background-color: #38a2ec;
}

.corporate-tab-acord .-fon-3.-active,
.corporate-tab-top .-fon-3.-active {
  padding-left: 10px;
  padding-right: 10px;
}

.corporate-tab-acord .-fon-3:hover,
.corporate-tab-top .-fon-3:hover {
  background-color: #2c98e4;
}

.corporate-tab-acord .-fon-4,
.corporate-tab-top .-fon-4 {
  background-color: #e09b16;
}

.corporate-tab-acord .-fon-4:hover,
.corporate-tab-top .-fon-4:hover {
  background-color: #da9208;
}

.corporate-tab-acord {
  top: -30000px;
  left: -30000px;
  position: absolute;
}

.corporate-tab-wrap {
  position: relative;
  padding: 20px 0 0;
}

.corporate-tab-wrap .corporate-tab {
  width: 100%;
  top: -30000px;
  left: -30000px;
  position: absolute;
  box-sizing: border-box;
}

.corporate-tab-wrap .-active {
  position: static;
}

.corporate-partner-pic {
  float: left;
  margin: 0 65px 15px 0;
}

.corporate-partner-picB {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.corporate-partner-picB figure {
  max-width: 420px;
  margin: 0 15px;
}

.corporate-partner-picB img {
  display: block;
  max-width: 100%;
  height: auto;
}

.corporate-partner-intro {
  display: none;
}

.corporate-partner .-enable {
  display: block;
}

.tab-c {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  border-bottom: 1px solid #c7d4da;
  line-height: 120%;
}

.tab-c .tab {
  color: #00648f;
  width: 50%;
  padding: 14px 10px;
  cursor: pointer;
  text-align: center;
  box-sizing: border-box;
  border: 1px solid transparent;
  border-bottom: none;
}

.tab-c .tab.-active {
  color: #555;
  border-color: #c7d4da;
}

.tab-wrap {
  position: relative;
}

.tab-wrap .tab {
  top: -40000px;
  left: -40000px;
  position: absolute;
}

.tab-wrap .tab.-active {
  position: static;
}

.-bgColor-1 {
  background-color: #d2462f;
}

.-bgColor-2 {
  background-color: #38a2ec;
}

.-bgColor-3 {
  background-color: #e09b16;
}

.-bgColor-4 {
  background-color: #25c1d3;
}

.-bgColor-5 {
  background-color: #6abe3c;
}

.-bgColor-6 {
  background-color: #3756b1;
}

.-bgColor-7 {
  background-color: #9f3d89;
}

.-bgColor-8 {
  background-color: #d86e27;
}

.b__more {
  color: #a7a7a7;
  font-size: 16px;
  text-align: center;
  line-height: 120%;
}

.b__more span {
  cursor: pointer;
}

.b__more svg {
  top: 3px;
  width: 11px;
  height: 15px;
  position: relative;
  fill: #a7a7a7;
  transform-origin: 50% 50%;
  transform: rotate(90deg);
  margin-left: 5px;
}

.b__more .-upText {
  display: none;
}

.b__more-brd {
  border-bottom: 1px dashed #a7a7a7;
}

.-up .b__more-brd {
  display: none;
}

.-up .b__more .-upText {
  display: inline;
}

.-up .b__more svg {
  transform: rotate(-90deg);
}

.-allButB.-up .-inv {
  position: static;
}

.-allButB .-inv {
  top: -30000px;
  left: -30000px;
  position: absolute;
}

.bigBnr {
  box-shadow: 0 0 10px rgba(0, 98, 142, 0.23);
}

.bigBnr img {
  width: 100%;
  height: auto;
  display: block;
}

.partner-slider {
  padding: 0 36px;
  margin: 54px 0;
  position: relative;
}

.partner-slider img {
  max-width: 100%;
  height: auto;
  display: block;
}

.partner-slider .grayScale {
  opacity: 0.6;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
  filter: alpha(opacity=60);
}

.partner-slider .grayScale.img_grayscale {
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
}

.partner-slider .swiper-slide {
  cursor: pointer;
}

.partner-slider .swiper-slide:hover .grayScale {
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
}

.partner-slider .swiper-slide:hover .grayScale.img_grayscale {
  opacity: 1;
  -ms-filter: none;
  filter: none;
}

.partner-slider .swiper-slide-active .grayScale {
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
}

.partner-slider .swiper-slide-active .grayScale.img_grayscale {
  opacity: 1;
  -ms-filter: none;
  filter: none;
}

.partner-slider .swiper-button-disabled {
  display: none;
}

.infografik-slider .swiper-slide {
  padding: 0 48px;
  box-sizing: border-box;
}

.wrapper .page .infografik-slider .swiper-pagination-bullet {
  width: 6px;
  height: 6px;
  opacity: 1;
  -ms-filter: none;
  filter: none;
  position: relative;
  vertical-align: top;
  margin: 0 7px;
  background-color: #00648f;
}

.wrapper .page .infografik-slider .swiper-pagination-bullet-active {
  width: 12px;
  height: 12px;
  top: -3px;
  margin-left: 4px;
  margin-right: 4px;
  background-color: #e9392c;
}

.infografik-slider img {
  width: 100%;
  height: auto;
  display: block;
}

.-centerText {
  text-align: center;
}

.anketa {
  padding: 38px 25px 58px 50%;
  background: #fff url("/common/image/new/anketa-page.jpg") no-repeat 0 0;
  background-size: 50% auto;
  box-shadow: 0 0 10px rgba(0, 98, 142, 0.23);
}

.anketa .anketa-but {
  color: #fff;
  display: inline-block;
  text-decoration: none;
  line-height: 57px;
  font-weight: bold;
  padding: 0 34px;
  background-color: #e9392c;
  margin: 10px 0 0 0;
}

.anketa .anketa-but:hover {
  color: #fff;
}

.doc {
  zoom: 1;
  font-size: 18px;
  line-height: 120%;
}

.doc:before,
.doc:after {
  content: "";
  display: table;
}

.doc:after {
  clear: both;
}

.doc h2,
.doc .h2 {
  padding: 0 0 17px;
  border-bottom: 1px solid #c7d4da;
}

.doc ul {
  margin: 30px 0;
}

.doc ul li {
  margin: 24px 0;
  background: url("/common/image/new/privilegies/in-day.svg") no-repeat 0 4px;
}

.doc ul li::before {
  display: none;
}

.doc ul li a {
  color: #555;
  text-decoration: none;
}

.doc ul li a:hover {
  text-decoration: underline;
}

.doc ul li,
.doc-all {
  padding-left: 49px;
}

.doc-col {
  float: left;
  bpx-sizing: border-box;
}

.doc-col:nth-of-type(2n) {
  float: right;
}

.biblio__link {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  font-weight: bold;
  align-items: flex-start;
  text-align: center;
  margin: 34px 0 0;
}

.biblio__link.-active {
  text-transform: uppercase;
}

.biblio__link.-active a {
  height: 260px;
  padding-left: 0;
  font-size: 18px;
  line-height: 120%;
  flex-direction: column;
}

.biblio__link.-active a span {
  padding: 0 20px;
  text-align: center;
}

.biblio__link.-active a svg {
  width: 120px;
  height: 120px;
  display: block;
}

.biblio__link svg {
  fill: #fff;
  width: 82px;
  min-width: 82px;
  height: 82px;
  display: none;
}

.biblio__link .-active {
  height: 100px;
  padding-left: 0;
  text-align: left !important;
}

.biblio__link .-active svg {
  display: block;
}

.biblio__link a {
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 82px;
  text-decoration: none;
  box-sizing: border-box;
  padding-right: 15px;
  padding-left: 15px;
}

.biblio__link .-bgColor-4:hover {
  background-color: #16b9cc;
}

.biblio__link .-bgColor-5:hover {
  background-color: #61b732;
}

.biblio__link .-bgColor-6:hover {
  background-color: #2d4eae;
}

.biblio__link .-bgColor-8:hover {
  background-color: #d26218;
}

.material-item {
  margin: 20px 0 20px 30px;
  box-sizing: border-box;
}

.material-item:nth-of-type(4n-3) {
  margin-left: 0;
}

.material-img {
  height: 279px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  background-color: #fff;
  text-decoration: none;
  padding: 0 18px;
  border: 1px solid #c7d4da;
  position: relative;
}
.material-img--text {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.material-img img {
  display: block;
  max-width: 100%;
  max-height: 220px;
  height: auto;
}
.material-img--text img {
  width: 62px;
  position: absolute;
  top: 14px;
  left: 20px;
}
.material-img span {
  display: block;
}
.material-img .title--blue {
  color: #2B5A8E;
  font-size: 32px;
  line-height: 1;
  font-weight: bold;
  margin-bottom: 5px;
}
.material-img .title--red {
  color: #FF1713;
  font-size: 18px;
  line-height: 1.1;
}

@media (max-width: 1660px) {
  .material-img .title--blue {
    font-size: 24px;
  }
}
@media (max-width: 1200px) {
  .material-img .title--blue {
    font-size: 20px;
  }
  .material-img .title--red {
    font-size: 16px;
  }
}
.material-download {
  font-size: 16px;
  line-height: 120%;
}

.material-desc {
  font-size: 18px;
  line-height: 120%;
}

.material-desc p {
  margin: 0;
}

.material-name,
.material-intro {
  margin: 20px 0;
}

.material-tab {
  top: -40000px;
  left: -40000px;
  display: flex;
  flex-wrap: wrap;
  position: absolute;
}

.material-tab.-active {
  position: static;
}

.material-check-tab {
  font-size: 16px;
  line-height: 120%;
  margin: 31px 0 0;
}

.material-check-tab .-active::before {
  background-color: #e9392c;
}

.material-check-tab .-active a {
  color: #e9392c;
  border-bottom: none;
}

.material-check-tab a {
  color: #555;
  border-bottom: 1px dashed #555;
}

.material-check-tab ul {
  text-align: justify;
}

.material-check-tab ul li {
  margin: 13px 10px 13px 0;
  padding-left: 15px;
  display: inline-block;
}

.material-check-tab ul li::before {
  width: 5px;
  height: 5px;
  margin-left: -15px;
  background-color: #555;
}

.material-check-tab ul li:hover::before {
  background-color: #e9392c;
}

.material-check-tab ul li:hover a {
  color: #e9392c;
  border-bottom: none;
}

.material-wrap-tab {
  padding: 14px 0;
  margin: 0 0 10px;
  position: relative;
}

.linkConst {
  color: #fff;
  display: block;
  font-weight: bold;
  max-width: 220px;
  line-height: 56px;
  padding: 0 0 0 64px;
  background: #e9392c url("/common/image/new/constructor.svg") no-repeat 15px
    50%;
}

.page .linkConst:hover {
  color: #fff;
  background-color: #d03b23;
}

.app-constructor-item {
  width: 78px;
  cursor: all-scroll;
  border: 1px solid #8a8685;
}

.app-constructor-item.active {
  border-color: #1961b3;
  background-color: rgba(255, 255, 255, 0.8);
}

.app-constructor-item-control {
  display: block;
  background-color: #1961b3;
  bottom: -28px;
  height: 28px;
  left: 50%;
  margin-left: -30px;
  position: absolute;
  width: 60px;
}

.app-constructor-item-apply {
  background: url("/common/image/img-ok.png") no-repeat 0 0;
  cursor: pointer;
  float: left;
  height: 10px;
  width: 14px;
  margin-top: 10px;
  margin-left: 10px;
}

.app-constructor-over {
  font: 12px Arial, sans-serif;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}

.ui-resizable-se {
  opacity: 1;
  -ms-filter: none;
  filter: none;
  bottom: -6px;
  cursor: se-resize;
  height: 11px;
  right: -6px;
  width: 11px;
  background-image: none;
  background-color: #56a9d5;
  position: absolute;
}

.constructor-group {
  margin: 0 0 20px;
}

.constructor-add {
  color: #00648f;
  border: none;
  display: inline-block;
  padding: 0 0 0 17px;
  margin: 0 0 15px;
  font: 18px/120% "PT Sans", sans-serif;
  background: transparent url("/common/image/new/plus.svg") no-repeat 0 50%;
}

.constructor-but {
  color: #fff;
  border: none;
  outline: none;
  padding: 0 44px;
  display: inline-block;
  font: bold 20px/56px "PT Sans", sans-serif;
}

.constructor-but.-apply {
  margin: 0 29px 0 0;
  background-color: #006492;
}

.constructor-but.-save {
  padding: 0 33px 0 69px;
  background: #ff2e1e url("/common/image/new/save-pdf.svg") no-repeat 16px 50%;
}

.constructor-list {
  width: 100%;
  display: table;
  font-size: 30px;
  line-height: 120%;
}

.constructor-list-numb,
.constructor-list-text {
  display: table-cell;
  vertical-align: middle;
}

.constructor-list-text {
  padding-left: 14px;
}

.constructor-list-numb {
  width: 56px;
  height: 56px;
  color: #fff;
  font-size: 36px;
  line-height: 120%;
  text-align: center;
  background-color: #e9392c;
}

.constructor-wrap {
  zoom: 1;
  margin: 49px 0 0;
}

.constructor-wrap:before,
.constructor-wrap:after {
  content: "";
  display: table;
}

.constructor-wrap:after {
  clear: both;
}

.constructor-viewer {
  float: left;
  width: 40%;
  position: relative;
}

.constructor-viewer img {
  max-width: 100%;
}

.constructor-editor {
  width: 60%;
  float: left;
  padding: 0 0 0 33px;
  box-sizing: border-box;
}

.constructor-editor textarea,
.constructor-editor input[type="text"] {
  color: #555;
  width: 100%;
  display: block;
  font-size: 18px;
  padding-left: 16px;
  padding-right: 16px;
  font-family: "PT Sans", sans-serif;
  box-sizing: border-box;
  border: 1px solid #c7d4da;
}

.constructor-editor textarea {
  height: 90px;
  line-height: 120%;
  padding-top: 15px;
  padding-bottom: 15px;
  margin-bottom: 11px;
}

.constructor-editor input[type="text"] {
  line-height: 120%;
}

.constructor-galery {
  margin: 39px 0 59px;
  position: relative;
}

.constructor-galery-item {
  padding: 20px;
  background-color: #fff;
  border: 1px solid #c7d4da;
}

.constructor-galery-item img {
  display: block;
  margin: 0 auto;
  cursor: pointer;
}

.constructor-butB {
  padding: 23px 0 0 0;
  border-top: 1px solid #c7d4da;
}

.constructor-row {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  margin: 0 0 35px;
}

.constructor-alignB {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.constructor-caption {
  font-size: 18px;
  font-weight: bold;
  line-height: 120%;
  margin: 0 0 10px 4px;
}

.constructor-caption.-left {
  float: left;
}

.constructor-caption.-full {
  width: 100%;
}

.constructor-big-col {
  box-sizing: border-box;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.constructor-color-wrap {
  height: 22px;
  margin-left: 72px;
  position: relative;
}

.constructor-color-current {
  z-index: 1;
  height: 16px;
  cursor: pointer;
  position: relative;
  border: 1px solid #000;
  background-repeat: no-repeat;
  background-position: 100% 100%;
  background-image: url("/common/image/color-corner.png");
}

.constructor-color-list {
  top: 0;
  left: 0;
  padding: 18px 0 2px;
  display: none;
  box-sizing: border-box;
  position: absolute;
  box-sizing: border-box;
  background-color: #dfdfdf;
}

.dropped .constructor-color-list {
  display: block;
  position: absolute;
}

.constructor-color-item {
  float: left;
  height: 20px;
  margin-top: 10px;
  cursor: pointer;
  box-sizing: border-box;
  border: 2px solid #dadada;
}

.constructor-color-item:hover {
  border: 2px solid #e9392c;
}

.constructor-color-item:nth-of-type(2n) {
  float: right;
}

.app-constructor-color-inner {
  padding: 2px;
  background-color: #dfdfdf;
}

.styleRadio {
  width: 32px;
  height: 32px;
  display: block;
  cursor: pointer;
  position: relative;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  border: 1px solid #c7d4da;
}

.styleRadio input[type="radio"] {
  left: -3000px;
  position: absolute;
}

.styleRadio:hover {
  background-color: #38a2ec;
  border-color: #38a2ec;
}

.styleRadio.-active {
  background-color: #3756b1;
  border-color: #3756b1;
}

.styleRadio.-leftAlign {
  background-image: url("/common/image/new/constructor_pic/alignment-left.svg");
}

.styleRadio.-leftAlign:hover {
  background-image: url("/common/image/new/constructor_pic/alignment-left-hover.svg");
}

.styleRadio.-leftAlign.-active {
  background-image: url("/common/image/new/constructor_pic/alignment-left-hover.svg");
}

.styleRadio.-leftAlign.-active input[type="radio"] {
  background-image: url("/common/image/new/constructor_pic/alignment-left-hover.svg");
}

.styleRadio.-rightAlign {
  background-image: url("/common/image/new/constructor_pic/alignment-right.svg");
}

.styleRadio.-rightAlign:hover {
  background-image: url("/common/image/new/constructor_pic/alignment-right-hover.svg");
}

.styleRadio.-rightAlign.-active {
  background-image: url("/common/image/new/constructor_pic/alignment-right-hover.svg");
}

.styleRadio.-rightAlign.-active input[type="radio"] {
  background-image: url("/common/image/new/constructor_pic/alignment-right-hover.svg");
}

.styleRadio.-centerAlign {
  background-image: url("/common/image/new/constructor_pic/alignment-centre.svg");
}

.styleRadio.-centerAlign:hover {
  background-image: url("/common/image/new/constructor_pic/alignment-centre-hover.svg");
}

.styleRadio.-centerAlign.-active {
  background-image: url("/common/image/new/constructor_pic/alignment-centre-hover.svg");
}

.styleRadio.-centerAlign.-active input[type="radio"] {
  background-image: url("/common/image/new/constructor_pic/alignment-centre-hover.svg");
}

.constructor-color-list {
  width: calc(200% + 30px);
}

.constructor-small-col {
  width: calc(57% - 15px);
}

.constructor-small-col.-last {
  width: calc(43% - 15px);
}

.constructor-big-col {
  width: calc(50% - 15px);
}

.constructor-color-item,
.doc-col {
  width: calc(50% - 15px);
}

.corporate-partner-picB figure {
  width: calc(50% - 30px);
}

.material-item,
.biblio__link a,
.corporate-tab-top a {
  width: calc(25% - 22.5px);
}

.read__more-item,
.read__more-link {
  width: calc(25% - 22.5px);
}

.myth__showcase-h {
  width: calc(100% - 40px);
}

.myth__showcase-item {
  width: calc(33.333333% - 20px);
}

.myth__showcase-item.-first {
  width: calc(25% - 23px);
}

.myth__showcase-col.-cont {
  width: calc(75% - 7px);
}

.foot__top .foot__top-item:last-child {
  width: 64.8%;
}

.foot__nav-li {
  padding: 0 55px !important;
}

#colorbox.regions .select-wrapper {
  width: 400px;
}

.js-one-metro {
  font-size: 18px;
  line-height: 24px;
  border: 0;
}

.js-one-metro span {
  display: inline-block;
  border-bottom: 1px dashed #00648f;
  transition: 0.1s linear;
}

.js-one-metro:hover {
  color: #e9392c;
}

.js-one-metro:hover span {
  border-bottom: 1px dashed transparent;
}

.svg-lz {
  width: 95px;
  height: 156px;
}

.ik_select_dropdown .ik_select_list ul {
  box-sizing: border-box;
}

.ik_select_dropdown .ik_select_list ul li {
  box-sizing: border-box;
}

.page404 {
  text-align: center;
  padding: 90px 0;
}

.page404 img {
  margin: 0 0 50px 0;
  max-width: 100%;
}

.page404 .links {
  display: flex;
  max-width: 440px;
  width: 100%;
  margin: auto;
  justify-content: space-between;
}

.page404 .links a {
  width: 200px;
  height: 55px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  line-height: 20px;
  color: #fff;
  font-weight: bold;
  background-color: #00648f;
  transition: all 0.3s ease-in-out;
}

.page404 .links a:hover {
  background: #01557a;
}

.page404 .mess {
  font-size: 22px;
  line-height: 30px;
  color: #0e0e0e;
  margin: 0 0 60px 0;
}

.page404 .mess span {
  font-size: 50px;
  line-height: 52px;
  display: block;
  color: #555;
  margin: 0 0 20px 0;
}

.bs-send {
  border-top: 1px solid #c7d4da;
  margin: 30px 0 0 0;
  padding: 10px 0 0 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.bs-send .spk-btn {
  background: #d2462f;
}

.bs-send .spk-btn:hover {
  background: #d03b23;
}

.bs-send .rd {
  display: none;
}

.bs-send .code {
  color: #838383;
  font-size: 18px;
  line-height: 18px;
  display: flex;
  align-items: center;
}

.bs-send .captcha-block,
.captcha-block2 {
  display: flex;
  align-items: center;
}

.bs-send .captcha-block img {
  margin: 0 20px 0 10px;
}

.bs-send .captcha-block input {
  width: 112px !important;
  height: 36px;
  text-align: center;
}

.bs-list .together-half__title {
  padding: 0 0 30px 0;
}

.bs-list .app-blood-station-item {
  display: block;
  margin: 0 0 15px 0;
  padding: 0 0 0 27px;
}

.bs-list .app-blood-station-item input:checked + span + span + span {
  color: #ee3224;
  font-weight: bold;
  opacity: 1;
  -ms-filter: none;
  filter: none;
}

.bs-list .app-blood-station-item input:checked + span + span {
  color: #ee3224;
  font-weight: bold;
}

.bs-list .app-blood-station-item input {
  display: none;
}

.bs-list .app-blood-station-item .name {
  cursor: pointer;
  position: relative;
}

.bs-list .app-blood-station-item .name:before {
  content: url("/common/image/new/1-2_facts_if.svg");
  display: block;
  position: absolute;
  left: -25px;
  top: 0;
}

.bs-list .app-blood-station-item .name,
.bs-list .app-blood-station-item .select-text {
  color: #00648f;
  font-size: 20px;
  transition: all 0.3s ease-in-out;
}

.bs-list .app-blood-station-item .select-text {
  margin: 0 0 0 5px;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
}

.bs-list .app-blood-station-tooltip {
  display: none;
  color: #161616;
  font-size: 16px;
  line-height: 28px;
  padding: 10px 0 0 65px;
}

.bs-list .app-blood-station-tooltip span {
  color: #929292;
}

#colorbox.popFB #sendFeedbackForm {
  width: 100%;
  max-width: 700px;
}

#colorbox.popFB #sendFeedbackForm .feedback {
  padding: 20px 50px;
  margin: 0 !important;
}

#colorbox.popFB #sendFeedbackForm .feedback__fields {
  height: 30px;
}

#colorbox.popFB #sendFeedbackForm .feedback__fields--textarea {
  height: 110px;
}

#colorbox.popFB #sendFeedbackForm .feedback__field-title {
  color: #161616;
  font-size: 20px;
  line-height: 20px;
}

#colorbox.popFB #sendFeedbackForm .captcha-block {
  flex-wrap: wrap;
  max-width: 150px;
}

#colorbox.popFB #sendFeedbackForm .captcha-block .js-captcha-img {
  order: 2;
  width: 100%;
}

#colorbox.popFB #sendFeedbackForm .captcha-block #field_code {
  order: 1;
  margin: 0 0 10px 0;
  width: 100%;
}

#colorbox.popFB #sendFeedbackForm .feedback__elem-item {
  width: 100%;
  margin-top: 20px;
  display: flex;
}

#colorbox.popFB #sendFeedbackForm .feedback__elem-item:last-child {
  position: absolute;
  right: 50px;
  width: auto !important;
  bottom: 118px;
}

#colorbox.popFB #sendFeedbackForm .feedback__elem-item .feedback__field-arrow {
  width: 100%;
}

#colorbox.popFB #sendFeedbackForm .feedback__elem-item:nth-child(3) {
  margin: 0;
}

#colorbox.popFB #sendFeedbackForm .feedback__elem-item:nth-child(1),
#colorbox.popFB #sendFeedbackForm .feedback__elem-item:nth-child(2) {
  width: 49%;
  margin: 30px 0;
}

#colorbox.popFB
  #sendFeedbackForm
  .feedback__elem-item:nth-child(1)
  .feedback__field-title,
#colorbox.popFB
  #sendFeedbackForm
  .feedback__elem-item:nth-child(2)
  .feedback__field-title {
  display: none;
}

#colorbox.popFB
  #sendFeedbackForm
  .feedback__elem-item:nth-child(1)
  .feedback__field-title,
#colorbox.popFB
  #sendFeedbackForm
  .feedback__elem-item:nth-child(2)
  .feedback__field-title,
#colorbox.popFB
  #sendFeedbackForm
  .feedback__elem-item:nth-child(1)
  .feedback__fields,
#colorbox.popFB
  #sendFeedbackForm
  .feedback__elem-item:nth-child(2)
  .feedback__fields {
  width: 100%;
}

#colorbox.popFB #sendFeedbackForm .feedback__elem-item .feedback__field-title,
#colorbox.popFB #sendFeedbackForm .feedback__elem-item .feedback__fields {
  flex: 1 1 auto;
}

#colorbox.popFB #sendFeedbackForm .feedback__elem-item .feedback__field-title {
  width: 160px;
  max-width: 160px;
  min-width: 160px;
}

.hdn {
  display: none;
}

#opaco {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  background-color: #00648f;
  z-index: 10000;
  opacity: 0.4;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
  filter: alpha(opacity=40);
}

#popup {
  background-color: #fff;
  max-width: 550px;
  z-index: 10000;
  width: 80%;
  transform: translateX(-50%) translateY(-50%);
  display: none;
}

#popup .closeVideo {
  width: 100%;
  max-width: 550px;
  height: 36px;
  text-align: right;
  overflow: hidden;
  box-sizing: border-box;
}

#popup .closeVideo a {
  margin: 12px 12px 0 0;
  background: url("/common/image/new/main/colorbox_close.svg") no-repeat 0 0;
  width: 16px;
  height: 16px;
  float: right;
  display: block;
}

#popup #questContent {
  margin: 5px 20px 50px 20px;
}

#popup #questContent table {
  font-size: 15px;
  font-weight: bold;
}

#popup #questContent .app-quest {
  width: 60px;
  margin-top: 20px;
}

.questContent-but {
  display: flex;
  justify-content: space-around;
  zoom: 1;
  margin: 15px 0 25px;
}

.questContent-but:before,
.questContent-but:after {
  content: "";
  display: table;
}

.questContent-but:after {
  clear: both;
}

.questContent-but a {
  color: #fff;
  display: block;
  font-size: 16px;
  line-height: 120%;
  padding: 10px 35px;
  text-decoration: none;
  text-transform: uppercase;
  font-weight: bold;
}

#popup #questContent .questContent-but a {
  width: auto;
}

.questContent-h {
  font-weight: bold;
  text-align: center;
  font-size: 20px;
  line-height: 120%;
}

.questContent-h2 {
  font-weight: normal;
}

.app-button--red {
  background-color: #d2462f;
}

.app-button--red:hover {
  background-color: #d03b23;
}

.app-button--blue {
  background-color: #3756b1;
}

.app-button--blue:hover {
  background-color: #2d4eae;
}

.page-work a.news-more.workBtn {
  margin: 0;
  width: 270px;
  font-size: 20px;
  line-height: 55px;
  font-weight: bold;
  height: 55px;
}

.page-work h2 {
  margin: 30px 0;
}

.page-work h2.red {
  color: #dc3224;
}

.page-work .showAll {
  display: flex;
  align-items: center;
  justify-content: center;
}

.page-work .showAll.leftF {
  justify-content: flex-start;
}

.page-work .showAll a {
  font-size: 16px;
  color: #727272;
  display: flex;
  align-items: center;
  cursor: pointer;
}

.page-work .showAll span {
  display: block;
}

.page-work .showAll span:first-child {
  border-bottom: 1px dashed #727272;
}

.page-work .showAll .arrow {
  transform: rotate(90deg);
  margin: 0 0 0 10px;
}

.page-work .showAll .arrow svg {
  width: 8px;
  height: 16px;
  fill: #989898;
}

.page-work a {
  text-decoration: none !important;
}

.page-work ul.inText li {
  margin: 0 0 10px 0 !important;
  padding: 0 !important;
}

.page-work ul.inText li:before {
  margin: 0 10px 0 0 !important;
  float: none;
  display: inline-block !important;
  vertical-align: middle;
}

.page-work .interview-detail__head.regMode {
  padding: 40px 0;
  margin-bottom: 50px;
}

.page-work .interview-detail__head.regMode .img {
  width: 200px;
  max-width: 200px;
  min-width: 200px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}

.page-work .interview-detail__head.regMode .img img {
  height: 100px;
}

.page-work .interview-detail__head.regMode .text {
  color: #161616;
  padding: 0 50px 0 0;
}

.page-work .interview-detail__head.modeText {
  display: flex;
  position: relative;
  min-height: 330px;
  justify-content: flex-end;
  /*.img,.text
          flex 1 1 auto*/
}

.page-work .interview-detail__head.modeText .img {
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  z-index: 1;
}

.page-work .interview-detail__head.modeText .img img {
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
}

.page-work .interview-detail__head.modeText .text {
  width: 60%;
  font-size: 20px;
  line-height: 28px;
  font-weight: bold !important;
  text-transform: uppercase;
  display: flex;
  align-items: center;
  padding: 0 80px 0 20px;
  box-sizing: border-box;
  position: relative;
  z-index: 2;
}

.page-work .interview-detail__head.modeText .text span {
  color: #e9392c;
}

.page-work .social-work {
  display: inline-flex;
  flex-wrap: wrap;
  padding: 5px 0;
  flex: 1 1 auto;
  max-width: 338px;
  justify-content: space-between;
}

.page-work .social-work a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  background: #51729a;
  border-radius: 40px;
}

.page-work .h2-flex {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.page-work .h2-flex span {
  margin: 0 10px 0 0;
}

.page-work .more-news {
  display: flex;
  flex-wrap: wrap;
}

.page-work .more-news.add .more-news-item {
  height: 255px !important;
}

.page-work .more-news.add .news__list-item {
  height: 255px !important;
  flex: 1 1 auto !important;
}

.page-work .more-news-item {
  box-sizing: border-box;
  display: flex;
  flex-wrap: wrap;
  margin: 0 30px 30px 0;
  overflow: hidden;
}

.page-work .more-news-item:nth-child(3n + 3) {
  margin: 0 0 30px 0;
}

.page-work .more-news-item .img {
  height: 270px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  overflow: hidden;
}

.page-work .more-news-item .img img {
  position: absolute;
  min-height: 100%;
  min-width: 100%;
}

.page-work .more-news-item:first-child .news__list-item {
  height: auto;
  margin: 0;
  height: 540px;
}

.page-work .more-news-item .news__list-item.news__list-item--first {
  height: auto;
  margin: 0;
  height: 540px;
}

.page-work .more-news-item:first-child .interview-box__content {
  border: 0;
}

.page-work .more-news .news__list-item {
  flex: 1 1 auto;
  margin: 0 0 30px 0;
  width: 100%;
  background: #fff;
  height: 255px;
  overflow: hidden;
}

.page-work .more-news .news__list-item:nth-child(2) {
  margin: 0;
}

.page-work .more-news .news__list-item .news__list-desc {
  max-height: 280px;
}

.page-work .more-news .interview-box__content {
  border: 1px solid #c7e3ea;
  height: 255px;
  background: #fff;
  width: 100%;
  padding: 18px 40px;
  box-sizing: border-box;
}

.corporate.dual .corporate-tab-acord .-fon-1,
.corporate.dual .corporate-tab-top .-fon-1 {
  background-color: #e09c25;
}

.corporate.dual .corporate-tab-top a {
  width: 49%;
}

.corporate.dual.blue {
  margin: 0 0 70px;
}

.corporate.dual.blue .corporate-tab-acord .-fon-1,
.corporate.dual.blue .corporate-tab-top .-fon-1 {
  background-color: #3756b1;
}

.corporate.dual.blue .corporate-tab-acord .-fon-1:hover,
.corporate.dual.blue .corporate-tab-top .-fon-1:hover {
  background-color: #2d4eae;
}

.corporate.dual.blue .corporate-tab-acord .-fon-2,
.corporate.dual.blue .corporate-tab-top .-fon-2 {
  background-color: #38a2ec;
}

.corporate.dual.blue .corporate-tab-acord .-fon-2:hover,
.corporate.dual.blue .corporate-tab-top .-fon-2:hover {
  background-color: #2c98e4;
}

.work-tree {
  display: flex;
  flex-wrap: wrap;
}

.work-tree div {
  height: 348px;
  background-size: cover !important;
  position: relative;
}

.work-tree div:nth-child(3n + 3) {
  margin: 0 0 55px 0;
}

.work-tree div a {
  position: absolute;
  left: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 90px;
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  width: 100%;
}

.work-tree div:first-child a {
  background: #d2462f;
}

.work-tree div:first-child a:hover {
  background: #d03b23;
}

.work-tree div:nth-child(2) a {
  background: #3756b1;
}

.work-tree div:nth-child(2) a:hover {
  background: #2d4eae;
}

.work-tree div:nth-child(3) a {
  background: #25c1d3;
}

.work-tree div:nth-child(3) a:hover {
  background: #16b9cc;
}

.work-tree div:nth-child(4) a {
  background: #38a2ec;
}

.work-tree div:nth-child(4) a:hover {
  background: #2c98e4;
}

.work-tree div:nth-child(5) a {
  background: #e09b16;
}

.work-tree div:nth-child(5) a:hover {
  background: #da9208;
}

.work-tree div:nth-child(6) a {
  background: #6abe3c;
}

.work-tree div:nth-child(6) a:hover {
  background: #61b732;
}

.work-tree div:nth-child(7) a {
  background: #d86e27;
}

.work-tree div:nth-child(7) a:hover {
  background: #d26218;
}


.page-work .work-tree.work-four div {
  width: calc(100% / 4 - 3%);
  margin: 0 calc((100% - ((100% / 4 - 2%) * 4)) / 2) 55px 0;
}
.page-work .work-tree.work-four div:nth-child(4n+4) {
  margin: 0 0 55px 0;
}
@media screen and (max-width: 1200px) {
  .page-work .work-tree.work-four div:nth-child(4n+4) {
    margin: 0 0 30px 0;
  }
}

@media screen and (max-width: 1660px) and (min-width: 981px) {
  .page-work .work-tree.work-four div {
    height: 260px
  }
}

@media screen and (max-width: 980px) {
  .page-work .work-tree.work-four div {
    width: calc(100% / 2 - 10px) !important;
    margin: 0 calc(100% - (100% - 20px)) 30px 0;
  }
}
@media screen and (max-width: 765px) {
  .page-work .work-tree.work-four div {
    width: 100% !important;
    margin: 0 0 30px 0 !important;
  }
}

@media screen and (max-width: 1660px) {
  .page-work .corporate-tab-top span {
    line-height: 115%;
  }
  .corporate-tab-top a {
    height: 100px;
  }
  .corporate-tab-top .-active {
    height: 120px;
  }
  .corporate-tab-top .-active .corporate-svg,
  .corporate-tab-acord .-active .corporate-svg {
    width: 130px;
    height: 43px;
    filter: invert(100%);
  }
}
@media screen and (max-width: 1200px) {
  .corporate-tab-top .-active .corporate-svg,
  .corporate-tab-acord .-active .corporate-svg {
    height: 39px;
  }
}


.work-town {
  display: flex;
  flex-wrap: wrap;
  padding: 20px 0 0 0;
}

.work-town-item {
  margin: 0 30px 50px 0;
  text-align: center;
}

.work-town-item:nth-child(4n + 4) {
  margin: 0 0 50px 0;
}

.work-town-item .img {
  border: 1px solid #d9d9d9;
  box-sizing: border-box;
  background: #fff;
  height: 270px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 0 25px 0;
  overflow: hidden;
}

.work-town-item .img img {
  max-width: 95%;
}

.work-partners {
  display: flex;
  flex-wrap: wrap;
  padding: 20px 0 0 0;
}

.work-partners-item {
  width: 470px;
  display: flex;
  font-size: 18px;
  line-height: 20px;
}

.work-partners-item b {
  font-size: 20px;
  display: block;
  margin: 0 0 15px 0;
}

.work-partners-item:nth-child(3n + 3) {
  margin: 0 0 70px 0;
}

.work-partners-item .itSide {
  flex: 1 1 auto;
}

.work-partners-item .itSide:first-child {
  width: 200px;
  max-width: 200px;
  min-width: 200px;
}

.work-partners-item .img {
  height: 200px;
  width: 200px;
  max-width: 200px;
  min-width: 200px;
  box-sizing: border-box;
  border: 1px solid #d9d9d9;
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}

.work-partners-item .img img {
  max-width: 95%;
}

.work-partners-item .text {
  padding: 0 0 0 30px;
}

.color-tree {
  display: flex;
  flex-wrap: wrap;
}
.color-tree .categor__elem-item:nth-child(4n + 4) {
  margin: 0 0 20px 0;
}

.color-tree .categor__elem-item {
  width: calc(100% / 4 - 1.5%);
  margin: 0 calc((100% - ((100% / 4 - 1.5%) * 4)) / 3) 20px 0;
}
.color-tree--duo .categor__elem-item--two {
  width: 784px;
}
.color-tree--duo .categor__elem-item--two:last-child {
  margin-right: 0;
}
.work-tree div {
  width: calc(100% / 3 - 2%);
  margin: 0 calc((100% - ((100% / 3 - 2%) * 3)) / 2) 55px 0;
}

.work-partners-item {
  margin: 0 calc(((100% - (470px * 3))) / 3) 70px 0;
}

.work-town-item {
  width: calc(100% / 4 - (30px * 3) / 4);
}

.more-news-item {
  width: calc(100% / 3 - 60px / 3);
}

.more-news.add .more-news-item {
  width: calc(100% / 3 - 60px / 3) !important;
}

.foot {
  height: 166px;
  background: #fff;
}

.foot-work {
  box-shadow: 3px 4px 18px rgba(68, 98, 112, 0.16);
}

.foot__top,
.foot__bottom {
  display: flex;
  justify-content: space-between;
}

.foot__logos {
  display: flex;
  padding-top: 26px;
  align-items: center;
}

.foot__logos-item {
  display: block;
  margin-left: 44px;
}

.foot__logos-item:first-child {
  margin-left: 0;
}

.foot__logos-item img {
  display: block;
}

.foot__nav {
  list-style: none;
  display: flex;
  margin-top: 41px;
}

.foot__nav-li {
  padding: 0 36px;
  border-right: 1px solid #cbcbcb;
}

.foot__nav-link {
  text-decoration: none;
  color: #555;
  font: 14px/1 "PT Sans", sans-serif;
  display: block;
  transition: color 0.1s linear;
  position: relative;
  fill: #555;
}

.foot__nav-link:hover,
.foot__nav-link.active {
  color: #e9392c;
  fill: #e9392c;
}

.foot__nav-link-icon {
  width: 21px;
  height: 24px;
  transition: fill 0.1s linear;
  margin: auto;
  position: absolute;
  top: 0;
  left: -25px;
  bottom: 0;
}

.foot__bottom {
  align-items: center;
  margin-top: 18px;
  flex-wrap: wrap;
}

.foot__bottom-item {
  width: 520px;
}

.foot__copyright {
  color: #838383;
  font: 14px/1.1 "PT Sans", sans-serif;
  box-sizing: border-box;
}

.foot__app {
  display: flex;
  float: right;
  align-items: center;
  font: 14px/1 "PT Sans", sans-serif;
  color: #838383;
}

.foot__app-item {
  margin-left: 8px;
}

.foot__app-item:first-child {
  margin-left: 0;
  margin-right: 11px;
}

.foot__app-item img {
  display: block;
  transition: opacity 0.1s linear;
  width: 138px;
}

.foot__app-item img:hover {
  opacity: 0.8;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
  filter: alpha(opacity=80);
}

.foot__social {
  float: right;
  font: 14px/1 "PT Sans", sans-serif;
  color: #838383;
  display: flex;
  align-items: center;
  margin-right: 20px;
}

.foot__social-title {
  margin-right: 8px;
}

.foot__social-item {
  width: 40px;
  height: 40px;
  border-radius: 100%;
  background: #c4c4c4;
  margin-left: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: background 0.1s linear;
}

.foot__social-item--vk:hover {
  background: #51729a;
}

.foot__social-item--facebook:hover {
  background: #3b5a99;
}

.foot__social-item--twitter:hover {
  background: #2fa1f2;
}

.foot__social-item--ok:hover {
  background: #ee820a;
}

.foot__social-item--yt:hover {
  background: #f60001;
}

.foot__social-item--insta:hover {
  background: #252525;
}

.foot__social-item--rss:hover {
  background: #f99c3b;
}

.place__social-wrapper,
.place__social {
  display: flex;
  align-items: center;
  justify-content: center;
}

.place__social-wrapper {
  flex-direction: column;
}

.place__social-item {
  width: 55px;
  height: 55px;
  background: #c4c4c4;
  border-radius: 100%;
  margin-right: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: background 0.1s linear;
}

.place__social-item--telegram:hover {
  background: #51729a;
}

.place__social-item--whatsapp:hover {
  background: #6abe3c;
}

.place__social-head {
  color: #555;
  font-size: 25px;
  margin-bottom: 20px;
  line-height: 25px;
}

.arrow-top-pages {
  width: 60px;
  height: 60px;
  background: #e9392c;
  position: fixed;
  bottom: 30px;
  right: 30px;
  border-radius: 100%;
  cursor: pointer;
  z-index: 9999;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  transform: scale(0);
  transition: background 0.2s linear;
}

.arrow-top-pages:hover {
  background: #e22518;
}

.arrow-top-pages svg {
  width: 15px;
  height: 35px;
  fill: #fff;
  margin: auto;
  position: absolute;
  top: -4px;
  bottom: 0;
  left: 0;
  right: 0;
  transform: rotate(-90deg);
}

.app-form {
  font: 20px/1.2 "PT Sans", sans-serif;
}

.app-form dt {
  float: left;
  width: 120px;
  margin-bottom: 10px;
  padding-top: 5px;
  clear: left;
}

.app-form dt .no-margin {
  margin-bottom: 0;
  padding-top: 0;
}

.app-form dd {
  margin-bottom: 10px;
  overflow: hidden;
}

.app-form dd .js-select-wrapper,
.app-form dd .app-form-phone {
  width: 100%;
  max-width: 400px;
  float: left;
}

.app-form dd input[type="text"],
.app-form dd input[type="password"],
.app-form dd input[type="file"],
.app-form dd textarea,
.app-form dd select {
  width: 100%;
  max-width: 400px;
  border: 1px solid #c7d4da;
  height: 31px;
  font-size: 16px;
}

.app-form dd textarea {
  height: auto;
}

.form label {
  display: block;
  cursor: pointer;
  margin-bottom: 15px;
  color: #fff;
  font-weight: bold;
  font-size: 14px;
  line-height: 17px;
}

.form label input[type="text"],
.form label input[type="password"],
.form label textarea {
  margin: 5px 0 0 0;
  padding: 4px 3%;
  outline: none;
  width: 94%;
  font-weight: normal;
  font-size: 14px;
  line-height: 17px;
  color: #161616;
  background-color: #fff;
  border: 1px solid #c7d4da;
}

.form label textarea {
  height: 100px;
}

.form .red {
  color: #f00 !important;
}

.form .absM input,
.form .absM img {
  display: inline-block;
  vertical-align: middle;
}

.form .absM img {
  margin-right: 5px;
}

.form .redalert {
  color: #f00 !important;
}

.radio {
  display: inline-block;
  cursor: pointer;
}

.radio input {
  display: none;
}

.radio__txt {
  font: 20px/1.2 "PT Sans", sans-serif;
  color: #161616;
  padding-left: 29px;
}

.radio__txt:before {
  content: "";
  width: 18px;
  height: 18px;
  display: block;
  border-radius: 100%;
  box-shadow: 0 0 0 1px #161616 inset;
  float: left;
  margin: 3px 0 0 -29px;
  transition: background 0.1s linear, box-shadow 0.1s linear;
}

.radio__txt--checkbox:before {
  border-radius: 0;
}

input:checked + .radio__txt:before {
  background: #e9392c;
  box-shadow: none;
}

input:disabled + .radio__txt:before {
  background: #ccc;
  box-shadow: none;
}

.popup-forms {
  width: 340px;
  box-sizing: border-box;
  padding: 30px;
}
.popup-forms--opinions {
  width: auto;
  max-width: 500px;
}
.popup-forms-reg {
  padding: 0;
}

.popup-forms-st {
  padding: 30px;
  box-sizing: border-box;
}

.popup-forms-st .popup-forms__title {
  margin-bottom: 20px;
}

.popup-forms.donor {
  width: 640px;
}

.popup-forms__title {
  color: #e9392c;
  font: 30px/1 "PT Sans", sans-serif;
}

.popup-forms__desc {
  font: 12px/1 "PT Sans", sans-serif;
  margin-top: 20px;
}

.popup-forms__row {
  padding-top: 20px;
  overflow: hidden;
}

.popup-forms__field-title {
  font: 16px/1 "PT Sans", sans-serif;
  color: #555;
  margin-bottom: 10px;
}

.popup-forms__field {
  width: 100%;
  height: 40px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  box-sizing: border-box;
  border: none;
  padding: 0 15px;
  box-shadow: 0 0 0 1px #c7d4da inset;
  margin-bottom: 15px;
  font: 16px "PT Sans", sans-serif;
  color: #161616;
  border-radius: 3px;
}

.popup-forms__field.key_donat {
  padding: 0 5px;
  margin-bottom: 10px;
  width: 53px;
  text-align: center;
}

.popup-forms__field--textarea {
  resize: none;
  height: 150px;
  padding: 10px 15px;
}

.popup-forms__field.donor {
  width: 65px;
  float: left;
  margin-right: 5px;
}

.popup-forms__btn {
  display: inline-block;
  height: 40px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  box-sizing: border-box;
  border: none;
  padding: 0 25px;
  background: #e9392c;
  color: #fff;
  font: 16px "PT Sans", sans-serif;
  transition: background 0.1s linear;
}

.popup-forms__btn:hover {
  background: #d52316;
}

.popup-forms__info {
  padding: 20px 0;
  display: flex;
}

.popup-forms__btn_lk {
  float: right;
  position: relative;
  margin-top: -75px;
}

.popup-forms__info-link {
  display: inline-block;
  font: 16px/1 "PT Sans", sans-serif;
  margin: 5px 25px 5px 0;
}

.app-login-soc__title {
  color: #161616;
  font: 16px/1 "PT Sans", sans-serif;
}

.app-login-soc__elem {
  display: flex;
  margin-top: 15px;
}

.app-login-soc__elem a {
  border-radius: 100%;
  display: block;
  width: 38px;
  height: 38px;
  margin-left: 25px;
  transition: background 0.1s linear;
}

.app-login-soc__elem a:first-child {
  margin-left: 0;
}

.app-login-soc__elem a.app-login--fb {
  background: #3a5893 url("/common/image/new/socseti_news/ico_fc-w.svg")
    no-repeat center;
}

.app-login-soc__elem a.app-login--fb:hover {
  background-color: #314b7d;
}

.app-login-soc__elem a.app-login--tw {
  background: #009eed url("/common/image/new/socseti_news/ico_tw-w.svg")
    no-repeat center;
}

.app-login-soc__elem a.app-login--tw:hover {
  background-color: #0086c9;
}

.app-login-soc__elem a.app-login--vk {
  background: #4d7195 url("/common/image/new/socseti_news/ico_vk-w.svg")
    no-repeat center;
}

.app-login-soc__elem a.app-login--vk:hover {
  background-color: #41607f;
}

.feedback {
  background: #fff;
  box-shadow: 0 0 10px rgba(0, 100, 143, 0.23);
  box-sizing: border-box;
  padding: 30px;
}

.feedback__title {
  color: #e9392c;
  font: 30px/1.3 "PT Sans", sans-serif;
}

.feedback__elem {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  font-size: 16px;
}

.feedback__elem-item {
  margin-top: 20px;
  box-sizing: border-box;
}

#form_feedback_de .feedback__elem-item {
  position: relative;
}

.feedback__elem-item--block {
  width: 100% !important;
}

.feedback__elem-item .absM,
.feedback__elem-item .captcha-block {
  display: flex;
  vertical-align: center;
}

.feedback__elem-item .absM input,
.feedback__elem-item .captcha-block input,
.captcha-block2 input {
  width: 100px;
  margin-left: 20px;
}

.feedback__field-title {
  font: 16px/1 "PT Sans", sans-serif;
  color: #555;
  margin-bottom: 10px;
}

.feedback__field-title span {
  color: #e9392c;
}

.feedback__field-arrow {
  position: relative;
}

.feedback__field-arrow svg {
  margin: auto;
  position: absolute;
  top: 0;
  right: 15px;
  bottom: 0;
  fill: #7a7a7a;
  width: 8px;
  height: 16px;
  transform: rotate(90deg);
}

.feedback__fields {
  width: 100%;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  box-sizing: border-box;
  padding: 0;
  border: none;
  height: 40px;
  box-shadow: 0 0 0 1px #c7d4da inset;
  padding: 0 15px;
  font: 16px "PT Sans", sans-serif;
  color: #555;
  display: block;
  resize: none;
  transition: box-shadow 0.1s linear;
}

.feedback__fields--textarea {
  height: 200px;
  padding-top: 5px;
  padding-bottom: 5px;
}

.feedback__fields:focus {
  box-shadow: 0 0 0 2px #e9392c inset;
}

.feedback__elem-item {
  width: calc(25% - 15px);
}

.swiper-top-wrap {
  position: relative;
}

.swiper-container.-top {
  max-width: 650px;
  margin-bottom: 50px;
}

.swiper-container.-top.-video {
  max-width: 854px;
}

.swiper-container.-top .video-box {
  width: 100%;
  height: auto;
}

.swiper-container.-top .swiper-slide {
  padding-top: 75%;
  background-repeat: no-repeat;
}

.popup .swiper-container.-top .swiper-slide {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}

.swiper-container.-top .swiper-slide.video {
  padding-top: 0;
}

.swiper-container.-thumb .swiper-wrapper {
  height: auto;
}

.swiper-container.-thumb .swiper-slide {
  width: 132px;
  height: auto;
  padding-top: 115px;
  background-repeat: no-repeat;
  background-position: 50% 50%;
}

.swiper-media-wrap .swiper-pagination {
  height: 4px;
  position: relative;
  margin: 61px 0 46px;
}

.swiper-media-wrap .swiper-pagination-detectC {
  position: relative;
}

.swiper-media-wrap .swiper-pagination-point {
  bottom: 10px;
  right: 0;
  width: 22px;
  height: 29px;
  content: " ";
  display: block;
  position: absolute;
  transition-duration: 300ms;
  background: url("/common/image/new/slider-progress-icon.svg") no-repeat 0 0;
}

.swiper-media-wrap .swiper-pagination-progressbar {
  background-color: #cbcbcb;
}

.swiper-media-wrap .swiper-pagination-progressbar-fill {
  background-color: #e9392c;
}

.swiper-container {
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1;
}

.swiper-container-no-flexbox .swiper-slide {
  float: left;
}

.swiper-container-vertical > .swiper-wrapper {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

.swiper-container-android .swiper-slide,
.swiper-wrapper {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.swiper-container-multirow > .swiper-wrapper {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.swiper-container-free-mode > .swiper-wrapper {
  -webkit-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  margin: 0 auto;
}

.swiper-slide {
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
}

.swiper-invisible-blank-slide {
  visibility: hidden;
}

.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
  height: auto;
}

.swiper-container-autoheight .swiper-wrapper {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-transition-property: height, -webkit-transform;
  transition-property: height, -webkit-transform;
  -o-transition-property: transform, height;
  transition-property: transform, height;
  transition-property: transform, height, -webkit-transform;
}

.swiper-container-3d {
  -webkit-perspective: 1200px;
  perspective: 1200px;
}

.swiper-container-3d .swiper-cube-shadow,
.swiper-container-3d .swiper-slide,
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-wrapper {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}

.swiper-container-3d .swiper-slide-shadow-left {
  background-image: -webkit-gradient(
    linear,
    right top,
    left top,
    from(rgba(0, 0, 0, 0.5)),
    to(rgba(0, 0, 0, 0))
  );
  background-image: -webkit-gradient(
    linear,
    right top,
    left top,
    from(rgba(0, 0, 0, 0.5)),
    to(rgba(0, 0, 0, 0))
  );
  background-image: -webkit-gradient(
    linear,
    right top,
    left top,
    from(rgba(0, 0, 0, 0.5)),
    to(rgba(0, 0, 0, 0))
  );
  background-image: -webkit-gradient(
    linear,
    right top,
    left top,
    from(rgba(0, 0, 0, 0.5)),
    to(rgba(0, 0, 0, 0))
  );
  background-image: -webkit--webkit-linear-gradient(
    right,
    rgba(0, 0, 0, 0.5),
    rgba(0, 0, 0, 0)
  );
  background-image: -webkit--moz-linear-gradient(
    right,
    rgba(0, 0, 0, 0.5),
    rgba(0, 0, 0, 0)
  );
  background-image: -webkit--ms-linear-gradient(
    right,
    rgba(0, 0, 0, 0.5),
    rgba(0, 0, 0, 0)
  );
  background-image: -webkit-linear-gradient(
    to left,
    rgba(0, 0, 0, 0.5),
    rgba(0, 0, 0, 0)
  );
  background-image: -o--webkit-linear-gradient(
    right,
    rgba(0, 0, 0, 0.5),
    rgba(0, 0, 0, 0)
  );
  background-image: -o--moz-linear-gradient(
    right,
    rgba(0, 0, 0, 0.5),
    rgba(0, 0, 0, 0)
  );
  background-image: -o--ms-linear-gradient(
    right,
    rgba(0, 0, 0, 0.5),
    rgba(0, 0, 0, 0)
  );
  background-image: -o-linear-gradient(
    to left,
    rgba(0, 0, 0, 0.5),
    rgba(0, 0, 0, 0)
  );
  background-image: -webkit-linear-gradient(
    right,
    rgba(0, 0, 0, 0.5),
    rgba(0, 0, 0, 0)
  );
  background-image: -moz-linear-gradient(
    right,
    rgba(0, 0, 0, 0.5),
    rgba(0, 0, 0, 0)
  );
  background-image: -ms-linear-gradient(
    right,
    rgba(0, 0, 0, 0.5),
    rgba(0, 0, 0, 0)
  );
  background-image: linear-gradient(
    to left,
    rgba(0, 0, 0, 0.5),
    rgba(0, 0, 0, 0)
  );
}

.swiper-container-3d .swiper-slide-shadow-right {
  background-image: -webkit-gradient(
    linear,
    left top,
    right top,
    from(rgba(0, 0, 0, 0.5)),
    to(rgba(0, 0, 0, 0))
  );
  background-image: -webkit-gradient(
    linear,
    left top,
    right top,
    from(rgba(0, 0, 0, 0.5)),
    to(rgba(0, 0, 0, 0))
  );
  background-image: -webkit-gradient(
    linear,
    left top,
    right top,
    from(rgba(0, 0, 0, 0.5)),
    to(rgba(0, 0, 0, 0))
  );
  background-image: -webkit-gradient(
    linear,
    left top,
    right top,
    from(rgba(0, 0, 0, 0.5)),
    to(rgba(0, 0, 0, 0))
  );
  background-image: -webkit--webkit-linear-gradient(
    left,
    rgba(0, 0, 0, 0.5),
    rgba(0, 0, 0, 0)
  );
  background-image: -webkit--moz-linear-gradient(
    left,
    rgba(0, 0, 0, 0.5),
    rgba(0, 0, 0, 0)
  );
  background-image: -webkit--ms-linear-gradient(
    left,
    rgba(0, 0, 0, 0.5),
    rgba(0, 0, 0, 0)
  );
  background-image: -webkit-linear-gradient(
    to right,
    rgba(0, 0, 0, 0.5),
    rgba(0, 0, 0, 0)
  );
  background-image: -o--webkit-linear-gradient(
    left,
    rgba(0, 0, 0, 0.5),
    rgba(0, 0, 0, 0)
  );
  background-image: -o--moz-linear-gradient(
    left,
    rgba(0, 0, 0, 0.5),
    rgba(0, 0, 0, 0)
  );
  background-image: -o--ms-linear-gradient(
    left,
    rgba(0, 0, 0, 0.5),
    rgba(0, 0, 0, 0)
  );
  background-image: -o-linear-gradient(
    to right,
    rgba(0, 0, 0, 0.5),
    rgba(0, 0, 0, 0)
  );
  background-image: -webkit-linear-gradient(
    left,
    rgba(0, 0, 0, 0.5),
    rgba(0, 0, 0, 0)
  );
  background-image: -moz-linear-gradient(
    left,
    rgba(0, 0, 0, 0.5),
    rgba(0, 0, 0, 0)
  );
  background-image: -ms-linear-gradient(
    left,
    rgba(0, 0, 0, 0.5),
    rgba(0, 0, 0, 0)
  );
  background-image: linear-gradient(
    to right,
    rgba(0, 0, 0, 0.5),
    rgba(0, 0, 0, 0)
  );
}

.swiper-container-3d .swiper-slide-shadow-top {
  background-image: -webkit-gradient(
    linear,
    left bottom,
    left top,
    from(rgba(0, 0, 0, 0.5)),
    to(rgba(0, 0, 0, 0))
  );
  background-image: -webkit-gradient(
    linear,
    left bottom,
    left top,
    from(rgba(0, 0, 0, 0.5)),
    to(rgba(0, 0, 0, 0))
  );
  background-image: -webkit-gradient(
    linear,
    left bottom,
    left top,
    from(rgba(0, 0, 0, 0.5)),
    to(rgba(0, 0, 0, 0))
  );
  background-image: -webkit-gradient(
    linear,
    left bottom,
    left top,
    from(rgba(0, 0, 0, 0.5)),
    to(rgba(0, 0, 0, 0))
  );
  background-image: -webkit--webkit-linear-gradient(
    bottom,
    rgba(0, 0, 0, 0.5),
    rgba(0, 0, 0, 0)
  );
  background-image: -webkit--moz-linear-gradient(
    bottom,
    rgba(0, 0, 0, 0.5),
    rgba(0, 0, 0, 0)
  );
  background-image: -webkit--ms-linear-gradient(
    bottom,
    rgba(0, 0, 0, 0.5),
    rgba(0, 0, 0, 0)
  );
  background-image: -webkit-linear-gradient(
    to top,
    rgba(0, 0, 0, 0.5),
    rgba(0, 0, 0, 0)
  );
  background-image: -o--webkit-linear-gradient(
    bottom,
    rgba(0, 0, 0, 0.5),
    rgba(0, 0, 0, 0)
  );
  background-image: -o--moz-linear-gradient(
    bottom,
    rgba(0, 0, 0, 0.5),
    rgba(0, 0, 0, 0)
  );
  background-image: -o--ms-linear-gradient(
    bottom,
    rgba(0, 0, 0, 0.5),
    rgba(0, 0, 0, 0)
  );
  background-image: -o-linear-gradient(
    to top,
    rgba(0, 0, 0, 0.5),
    rgba(0, 0, 0, 0)
  );
  background-image: -webkit-linear-gradient(
    bottom,
    rgba(0, 0, 0, 0.5),
    rgba(0, 0, 0, 0)
  );
  background-image: -moz-linear-gradient(
    bottom,
    rgba(0, 0, 0, 0.5),
    rgba(0, 0, 0, 0)
  );
  background-image: -ms-linear-gradient(
    bottom,
    rgba(0, 0, 0, 0.5),
    rgba(0, 0, 0, 0)
  );
  background-image: linear-gradient(
    to top,
    rgba(0, 0, 0, 0.5),
    rgba(0, 0, 0, 0)
  );
}

.swiper-container-3d .swiper-slide-shadow-bottom {
  background-image: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(rgba(0, 0, 0, 0.5)),
    to(rgba(0, 0, 0, 0))
  );
  background-image: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(rgba(0, 0, 0, 0.5)),
    to(rgba(0, 0, 0, 0))
  );
  background-image: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(rgba(0, 0, 0, 0.5)),
    to(rgba(0, 0, 0, 0))
  );
  background-image: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(rgba(0, 0, 0, 0.5)),
    to(rgba(0, 0, 0, 0))
  );
  background-image: -webkit--webkit-linear-gradient(
    top,
    rgba(0, 0, 0, 0.5),
    rgba(0, 0, 0, 0)
  );
  background-image: -webkit--moz-linear-gradient(
    top,
    rgba(0, 0, 0, 0.5),
    rgba(0, 0, 0, 0)
  );
  background-image: -webkit--ms-linear-gradient(
    top,
    rgba(0, 0, 0, 0.5),
    rgba(0, 0, 0, 0)
  );
  background-image: -webkit-linear-gradient(
    to bottom,
    rgba(0, 0, 0, 0.5),
    rgba(0, 0, 0, 0)
  );
  background-image: -o--webkit-linear-gradient(
    top,
    rgba(0, 0, 0, 0.5),
    rgba(0, 0, 0, 0)
  );
  background-image: -o--moz-linear-gradient(
    top,
    rgba(0, 0, 0, 0.5),
    rgba(0, 0, 0, 0)
  );
  background-image: -o--ms-linear-gradient(
    top,
    rgba(0, 0, 0, 0.5),
    rgba(0, 0, 0, 0)
  );
  background-image: -o-linear-gradient(
    to bottom,
    rgba(0, 0, 0, 0.5),
    rgba(0, 0, 0, 0)
  );
  background-image: -webkit-linear-gradient(
    top,
    rgba(0, 0, 0, 0.5),
    rgba(0, 0, 0, 0)
  );
  background-image: -moz-linear-gradient(
    top,
    rgba(0, 0, 0, 0.5),
    rgba(0, 0, 0, 0)
  );
  background-image: -ms-linear-gradient(
    top,
    rgba(0, 0, 0, 0.5),
    rgba(0, 0, 0, 0)
  );
  background-image: linear-gradient(
    to bottom,
    rgba(0, 0, 0, 0.5),
    rgba(0, 0, 0, 0)
  );
}

.swiper-container-wp8-horizontal,
.swiper-container-wp8-horizontal > .swiper-wrapper {
  -ms-touch-action: pan-y;
  touch-action: pan-y;
}

.swiper-container-wp8-vertical,
.swiper-container-wp8-vertical > .swiper-wrapper {
  -ms-touch-action: pan-x;
  touch-action: pan-x;
}

.swiper-button-next,
.swiper-button-prev {
  position: absolute;
  top: 50%;
  width: 27px;
  height: 44px;
  margin-top: -22px;
  z-index: 10;
  cursor: pointer;
  background-size: 27px 44px;
  background-position: center;
  background-repeat: no-repeat;
}

.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
  opacity: 0.35;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=35)";
  filter: alpha(opacity=35);
  cursor: auto;
  pointer-events: none;
}

.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
  left: 10px;
  right: auto;
}

.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
  right: 10px;
  left: auto;
}

.swiper-button-prev.swiper-button-white,
.swiper-container-rtl .swiper-button-next.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
}

.swiper-button-next.swiper-button-white,
.swiper-container-rtl .swiper-button-prev.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
}

.swiper-button-prev.swiper-button-black,
.swiper-container-rtl .swiper-button-next.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E");
}

.swiper-button-next.swiper-button-black,
.swiper-container-rtl .swiper-button-prev.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E");
}

.swiper-pagination {
  position: absolute;
  text-align: center;
  -webkit-transition: 0.3s opacity;
  -o-transition: 0.3s opacity;
  transition: 0.3s opacity;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  z-index: 10;
}

.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
}

.swiper-container-horizontal > .swiper-pagination-bullets,
.swiper-pagination-custom,
.swiper-pagination-fraction {
  bottom: 10px;
  left: 0;
  width: 100%;
}

.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transform: scale(0.33);
  -ms-transform: scale(0.33);
  transform: scale(0.33);
  position: relative;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  -webkit-transform: scale(0.66);
  -ms-transform: scale(0.66);
  transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  -webkit-transform: scale(0.33);
  -ms-transform: scale(0.33);
  transform: scale(0.33);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  -webkit-transform: scale(0.66);
  -ms-transform: scale(0.66);
  transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  -webkit-transform: scale(0.33);
  -ms-transform: scale(0.33);
  transform: scale(0.33);
}

.swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  display: inline-block;
  border-radius: 100%;
  background: #000;
  opacity: 0.2;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=20)";
  filter: alpha(opacity=20);
}

button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}

.swiper-pagination-bullet-active {
  opacity: 1;
  -ms-filter: none;
  filter: none;
  background: #007aff;
}

.swiper-container-vertical > .swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  -webkit-transform: translate3d(0, -50%, 0);
  transform: translate3d(0, -50%, 0);
}

.swiper-container-vertical
  > .swiper-pagination-bullets
  .swiper-pagination-bullet {
  margin: 6px 0;
  display: block;
}

.swiper-container-vertical
  > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 8px;
}

.swiper-container-vertical
  > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic
  .swiper-pagination-bullet {
  display: inline-block;
  -webkit-transition: 0.2s top, 0.2s -webkit-transform;
  transition: 0.2s top, 0.2s -webkit-transform;
  -o-transition: 0.2s transform, 0.2s top;
  transition: 0.2s transform, 0.2s top;
  transition: 0.2s transform, 0.2s top, 0.2s -webkit-transform;
}

.swiper-container-horizontal
  > .swiper-pagination-bullets
  .swiper-pagination-bullet {
  margin: 0 4px;
}

.swiper-container-horizontal
  > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  white-space: nowrap;
}

.swiper-container-horizontal
  > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic
  .swiper-pagination-bullet {
  -webkit-transition: 0.2s left, 0.2s -webkit-transform;
  transition: 0.2s left, 0.2s -webkit-transform;
  -o-transition: 0.2s transform, 0.2s left;
  transition: 0.2s transform, 0.2s left;
  transition: 0.2s transform, 0.2s left, 0.2s -webkit-transform;
}

.swiper-container-horizontal.swiper-container-rtl
  > .swiper-pagination-bullets-dynamic
  .swiper-pagination-bullet {
  -webkit-transition: 0.2s right, 0.2s -webkit-transform;
  transition: 0.2s right, 0.2s -webkit-transform;
  -o-transition: 0.2s transform, 0.2s right;
  transition: 0.2s transform, 0.2s right;
  transition: 0.2s transform, 0.2s right, 0.2s -webkit-transform;
}

.swiper-pagination-progressbar {
  background: rgba(0, 0, 0, 0.25);
  position: absolute;
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  -webkit-transform-origin: left top;
  -ms-transform-origin: left top;
  transform-origin: left top;
}

.swiper-container-rtl
  .swiper-pagination-progressbar
  .swiper-pagination-progressbar-fill {
  -webkit-transform-origin: right top;
  -ms-transform-origin: right top;
  transform-origin: right top;
}

.swiper-container-horizontal > .swiper-pagination-progressbar {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0;
}

.swiper-container-vertical > .swiper-pagination-progressbar {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0;
}

.swiper-pagination-white .swiper-pagination-bullet-active {
  background: #fff;
}

.swiper-pagination-progressbar.swiper-pagination-white {
  background: rgba(255, 255, 255, 0.25);
}

.swiper-pagination-progressbar.swiper-pagination-white
  .swiper-pagination-progressbar-fill {
  background: #fff;
}

.swiper-pagination-black .swiper-pagination-bullet-active {
  background: #000;
}

.swiper-pagination-progressbar.swiper-pagination-black {
  background: rgba(0, 0, 0, 0.25);
}

.swiper-pagination-progressbar.swiper-pagination-black
  .swiper-pagination-progressbar-fill {
  background: #000;
}

.swiper-scrollbar {
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: rgba(0, 0, 0, 0.1);
}

.swiper-container-horizontal > .swiper-scrollbar {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%;
}

.swiper-container-vertical > .swiper-scrollbar {
  position: absolute;
  right: 3px;
  top: 1%;
  z-index: 50;
  width: 5px;
  height: 98%;
}

.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  left: 0;
  top: 0;
}

.swiper-scrollbar-cursor-drag {
  cursor: move;
}

.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.swiper-zoom-container > canvas,
.swiper-zoom-container > img,
.swiper-zoom-container > svg {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.swiper-slide-zoomed {
  cursor: move;
}

.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  -webkit-transform-origin: 50%;
  -ms-transform-origin: 50%;
  transform-origin: 50%;
  -webkit-animation: swiper-preloader-spin 1s steps(12, end) infinite;
  animation: swiper-preloader-spin 1s steps(12, end) infinite;
}

.swiper-lazy-preloader:after {
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%236c6c6c'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
  background-position: 50%;
  background-size: 100%;
  background-repeat: no-repeat;
}

.swiper-lazy-preloader-white:after {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%23fff'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
}

.swiper-container .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  z-index: -1000;
}

.swiper-container-fade.swiper-container-free-mode .swiper-slide {
  -webkit-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}

.swiper-container-fade .swiper-slide {
  pointer-events: none;
  -webkit-transition-property: opacity;
  -o-transition-property: opacity;
  transition-property: opacity;
}

.swiper-container-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-container-fade .swiper-slide-active,
.swiper-container-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-container-cube {
  overflow: visible;
}

.swiper-container-cube .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
  visibility: hidden;
  -webkit-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  transform-origin: 0 0;
  width: 100%;
  height: 100%;
}

.swiper-container-cube .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-container-cube.swiper-container-rtl .swiper-slide {
  -webkit-transform-origin: 100% 0;
  -ms-transform-origin: 100% 0;
  transform-origin: 100% 0;
}

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-next,
.swiper-container-cube .swiper-slide-next + .swiper-slide,
.swiper-container-cube .swiper-slide-prev {
  pointer-events: auto;
  visibility: visible;
}

.swiper-container-cube .swiper-slide-shadow-bottom,
.swiper-container-cube .swiper-slide-shadow-left,
.swiper-container-cube .swiper-slide-shadow-right,
.swiper-container-cube .swiper-slide-shadow-top {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.swiper-container-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.6;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
  filter: alpha(opacity=60);
  -webkit-filter: blur(50px);
  filter: blur(50px);
  z-index: 0;
}

.swiper-container-flip {
  overflow: visible;
}

.swiper-container-flip .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
}

.swiper-container-flip .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-container-flip .swiper-slide-active,
.swiper-container-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-container-flip .swiper-slide-shadow-bottom,
.swiper-container-flip .swiper-slide-shadow-left,
.swiper-container-flip .swiper-slide-shadow-right,
.swiper-container-flip .swiper-slide-shadow-top {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.swiper-container-coverflow .swiper-wrapper {
  -ms-perspective: 1200px;
}

@-webkit-keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@-moz-keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@-webkit-keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@-o-keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

.carusel {
  max-width: 1920px;
  margin-left: auto;
  margin-right: auto;
}

.carusel__slide {
  overflow: hidden;
  background: #fff;
}

.carusel__img {
  display: block;
  position: relative;
  left: 50%;
  transform: translate(-50%);
  max-width: 100%;
  height: auto;
}

.carusel__content {
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}

.carusel__content-title {
  width: 675px;
  text-transform: uppercase;
  color: #00648f;
  font: bold 55px/1.27 "PT Sans", sans-serif;
  padding-top: 110px;
}

.carusel__content-txt {
  font: 28px/1 "PT Sans", sans-serif;
  color: #e9392c;
  padding-top: 15px;
}

.carusel__controls {
  margin: auto;
  position: absolute;
  bottom: 20px;
  left: 0;
  right: 0;
  z-index: 100;
}

.carusel__controls-box {
  display: flex;
  align-items: center;
}

.carusel__controls-box .s-btn {
  width: 6px;
  height: 6px;
  border-radius: 6px;
  background: #00648f;
  carusel: position;
  margin-left: 15px;
  cursor: pointer;
}

.carusel__controls-box .s-btn:first-child {
  margin-left: 0;
}

.carusel__controls-box .s-btn.active {
  width: 12px;
  height: 12px;
  background: #e9392c;
}

.carusel__str {
  position: absolute;
  /*width: 20px;
  height: 40px;*/
  width: 21px;
  height: 44px;
  top: 50%;
  margin-top: -20px;
  z-index: 100;
  cursor: pointer;
  transform-origin: 50% 50%;
  background: url("/common/image/slider-arrow.png") no-repeat 0 0;
  /*background: url("/common/image/new/main/1_o_sluzbe_krovi_arrow_slider-2.svg") no-repeat 0 0;*/
}

.carusel__str:hover {
  background-position: 0 100%;
}

.carusel__str.js-carusel__prev {
  left: 20px;
  transform: rotate(180deg);
}

.carusel__str.js-carusel__next {
  right: 20px;
}

#colorbox,
#cboxOverlay,
#cboxWrapper {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999;
  overflow: hidden;
  -webkit-transform: translate3d(0, 0, 0);
}

#cboxWrapper {
  max-width: none;
}

#cboxOverlay {
  position: fixed;
  width: 100%;
  height: 100%;
}

#cboxMiddleLeft,
#cboxBottomLeft {
  clear: left;
}

#cboxContent {
  position: relative;
}

#cboxLoadedContent {
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}

#cboxTitle {
  margin: 0;
}

#cboxLoadingOverlay,
#cboxLoadingGraphic {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

#cboxPrevious,
#cboxNext,
#cboxClose,
#cboxSlideshow {
  cursor: pointer;
}

.cboxPhoto {
  float: left;
  margin: auto;
  border: 0;
  display: block;
  max-width: none;
  -ms-interpolation-mode: bicubic;
}

.cboxIframe {
  width: 100%;
  height: 100%;
  display: block;
  border: 0;
  padding: 0;
  margin: 0;
}

#colorbox,
#cboxContent,
#cboxLoadedContent {
  box-sizing: content-box;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
}

#cboxOverlay {
  background: #00648f;
}

#colorbox {
  outline: 0;
}

#cboxContent {
  background: #fff;
  overflow: hidden;
}

.cboxIframe {
  background: #fff;
}

#cboxError {
  padding: 50px;
  border: 1px solid #ccc;
}

#cboxTitle {
  position: absolute;
  bottom: 4px;
  left: 0;
  text-align: center;
  width: 100%;
  color: #949494;
}

#cboxCurrent {
  position: absolute;
  bottom: 4px;
  left: 58px;
  color: #949494;
}

#cboxLoadingOverlay {
  background: url("/common/image/colorbox/loading_background.png") no-repeat
    center center;
}

#cboxLoadingGraphic {
  background: url("/common/image/colorbox/loading.gif") no-repeat center center;
}

#cboxPrevious,
#cboxNext,
#cboxSlideshow,
#cboxClose {
  border: 0;
  padding: 0;
  margin: 0;
  overflow: visible;
  width: auto;
  background: none;
}

#cboxPrevious:active,
#cboxNext:active,
#cboxSlideshow:active,
#cboxClose:active {
  outline: 0;
}

#cboxSlideshow {
  position: absolute;
  bottom: 4px;
  right: 30px;
  color: #0092ef;
}

#cboxPrevious {
  position: absolute;
  bottom: 0;
  left: 0;
  background: url("/common/image/colorbox/controls.png") no-repeat -75px 0;
  width: 25px;
  height: 25px;
  text-indent: -9999px;
}

#cboxPrevious:hover {
  background-position: -75px -25px;
}

#cboxNext {
  position: absolute;
  bottom: 0;
  left: 27px;
  background: url("/common/image/colorbox/controls.png") no-repeat -50px 0;
  width: 25px;
  height: 25px;
  text-indent: -9999px;
}

#cboxNext:hover {
  background-position: -50px -25px;
}

#cboxClose {
  position: absolute;
  top: 12px;
  right: 12px;
  background: url("/common/image/new/main/colorbox_close.svg") no-repeat;
  width: 16px;
  height: 16px;
  text-indent: -9999px;
}

.select-wrapper {
  position: relative;
}

.ik_select {
  width: 100% !important;
  position: relative;
  display: inline-block;
  zoom: 1;
  vertical-align: middle;
}

.ik_select select {
  margin: 0;
  padding: 0;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  position: absolute;
}

.ik_select_link {
  color: #555;
  height: 30px;
  font-size: 18px;
  border: 1px solid #c7d4da;
  white-space: nowrap;
  position: relative;
  zoom: 1;
  z-index: 11;
  cursor: pointer;
  overflow: hidden;
}

.ik_select_link_text {
  text-align: left;
  overflow: hidden;
  padding: 5px 30px 0 13px;
  color: #161616;
  text-shadow: 1px 1px 0 #fff;
}

.ik-arrow {
  position: absolute;
  right: 10px;
  top: 10px;
  background: url("/common/image/new/main/form_select_arrow.svg") no-repeat
    center center;
  width: 20px;
  height: 10px;
  z-index: 100;
  display: block;
  fill: #a7a7a7;
}

.ik-arrow:hover {
  fill: #00648f;
}

.ik_select_dropdown {
  font-size: 18px;
  position: absolute;
  z-index: 99999;
  left: 0;
  top: 0;
  display: none;
}

.ik_select_dropdown .ik_select_list {
  width: 100%;
  box-sizing: border-box;
  white-space: nowrap;
  display: table;
  border: 1px solid #c7d4da;
  background: #fff;
  position: relative;
  zoom: 1;
  z-index: 11;
}

.ik_select_dropdown .ik_select_list ul {
  margin: 0;
  padding: 0;
}

.ik_select_dropdown .ik_select_list ul li {
  list-style: none;
  margin: 0;
  cursor: pointer;
  padding: 5px 13px;
  position: relative;
  background: none;
  color: #161616;
}

.ik_select_dropdown .ik_select_list ul li.ik_select_hover {
  background: #38a2ec;
  color: #fff;
}

.ik_select_dropdown .ik_select_list ul li.ik_select_active {
  background: #3756b1;
  color: #fff;
}

.pic-prog-dev-top img,
.pic-prog-dev-col-left img,
.pic-prog-dev-col-right img {
  display: block;
}

.pic-prog-dev-wrap {
  padding-bottom: 20px;
  margin: 40px 75px 0;
  overflow: hidden;
}

.content-shadow .pic-prog-dev-head {
  width: 939px;
  max-width: 939px;
}

.pic-prog-dev-col-left {
  float: left;
  width: 33%;
  overflow: hidden;
}

.pic-prog-dev-col-right {
  float: right;
  width: 65%;
}

.categor__elem.-bigText {
  text-transform: uppercase;
}

.categor__elem.-bigText .categor__link-txt {
  padding-left: 10px;
  padding-right: 10px;
}

.categor__elem.-bigText .categor__link-txt-pic-head {
  width: 100%;
  position: absolute;
  color: #e9392c;
  font-weight: bold;
  padding: 0 10px;
  text-align: center;
  box-sizing: border-box;
  text-transform: uppercase;
}

.categor__elem.-big-4 .categor__elem-item {
  width: 380px;
}

.categor__elem.-big-4 .categor__elem-item--two {
  width: 780px;
}
@media (min-width: 1200px) {
  .categor__elem.-big-2 .categor__elem-item--two {
    width: 787px;
  }
}
.categor__elem.-big-4 .-rPos {
  top: 101px;
  right: 63px;
  width: 115px;
  font-size: 18px;
}

.categor__elem .-aBlock {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.categor__elem .-botPos {
  bottom: 116px;
}

.categor__elem .-topPos {
  top: 107px;
  font-size: 18px;
}

.owl-carousel {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  position: relative;
  z-index: 1;
}

.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
  -moz-backface-visibility: hidden;
}

.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(0px, 0px, 0px);
}

.owl-carousel .owl-wrapper,
.owl-carousel .owl-item {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
}

.owl-carousel .owl-item {
  position: relative;
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
}

.owl-carousel .owl-item img {
  display: block;
  width: 100%;
}

.owl-carousel .owl-nav.disabled,
.owl-carousel .owl-dots.disabled {
  display: none;
}

.owl-carousel .owl-nav .owl-prev,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-dot {
  cursor: pointer;
  cursor: hand;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.owl-carousel.owl-loaded {
  display: block;
}

.owl-carousel.owl-loading {
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  display: block;
}

.owl-carousel.owl-hidden {
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(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;
  -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;
}

.no-js .owl-carousel {
  display: block;
}

.owl-carousel .animated {
  animation-duration: 1000ms;
  animation-fill-mode: both;
}

.owl-carousel .owl-animated-in {
  z-index: 0;
}

.owl-carousel .owl-animated-out {
  z-index: 1;
}

.owl-carousel .fadeOut {
  animation-name: fadeOut;
}

.owl-height {
  transition: height 500ms ease-in-out;
}

.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  transition: opacity 400ms ease;
}

.owl-carousel .owl-item img.owl-lazy {
  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: transform 100ms ease;
}

.owl-carousel .owl-video-play-icon:hover {
  -ms-transform: scale(1.3, 1.3);
  transform: scale(1.3, 1.3);
}

.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
  display: none;
}

.owl-carousel .owl-video-tn {
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: opacity 400ms ease;
}

.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%;
}

.typeSlider {
  margin: 20px 0;
  padding: 0 62px;
  box-sizing: border-box;
}

.bx-prev,
.swiper-button-prev,
.popup .swiper-button-prev,
.audio-player-a-prev,
.owl-prev,
.bx-next,
.swiper-button-next,
.popup .swiper-button-next,
.audio-player-a-next,
.owl-next {
  top: 50%;
  width: 21px;
  height: 44px;
  margin-top: -22px;
  position: absolute;
  transform-origin: 50% 50%;
  background: url("/common/image/slider-arrow.png") no-repeat 0 0;
}

.bx-prev,
.swiper-button-prev,
.popup .swiper-button-prev,
.audio-player-a-prev,
.owl-prev {
  left: 0;
  transform: rotate(180deg);
}

.bx-prev:hover,
.swiper-button-prev:hover,
.popup .swiper-button-prev:hover,
.audio-player-a-prev:hover,
.owl-prev:hover {
  background-position: 0 -47px;
}

.bx-next,
.swiper-button-next,
.popup .swiper-button-next,
.audio-player-a-next,
.owl-next {
  right: 0;
}

.bx-next:hover,
.swiper-button-next:hover,
.popup .swiper-button-next:hover,
.audio-player-a-next:hover,
.owl-next:hover {
  background-position: 0 -47px;
}

@-moz-keyframes fadeOut {
  0% {
    opacity: 1;
    -ms-filter: none;
    filter: none;
  }

  100% {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
  }
}

@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
    -ms-filter: none;
    filter: none;
  }

  100% {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
  }
}

@-o-keyframes fadeOut {
  0% {
    opacity: 1;
    -ms-filter: none;
    filter: none;
  }

  100% {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
  }
}

@keyframes fadeOut {
  0% {
    opacity: 1;
    -ms-filter: none;
    filter: none;
  }

  100% {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
  }
}

.ui-helper-hidden {
  display: none;
}

.ui-helper-hidden-accessible {
  position: absolute;
  left: -99999999px;
}

.ui-helper-reset {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  line-height: 1.3;
  text-decoration: none;
  font-size: 100%;
  list-style: none;
}

.ui-helper-clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

.ui-helper-clearfix {
  display: inline-block;
}

* html .ui-helper-clearfix {
  height: 1%;
}

.ui-helper-clearfix {
  display: block;
}

.ui-helper-zfix {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  filter: Alpha(0);
}

.ui-state-disabled {
  cursor: default !important;
}

.ui-icon {
  display: block;
  text-indent: -99999px;
  overflow: hidden;
  background-repeat: no-repeat;
}

.ui-widget-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.ui-widget {
  font-family: Verdana, Arial, sans-serif;
  font-size: 1.1em;
}

.ui-widget .ui-widget {
  font-size: 1em;
}

.ui-widget input,
.ui-widget select,
.ui-widget textarea,
.ui-widget button {
  font-family: Verdana, Arial, sans-serif;
  font-size: 1em;
}

.ui-widget-content {
  background: #fff;
  color: #161616;
  box-shadow: 0 5px 10px rgba(0, 100, 143, 0.23);
}

.ui-widget-content a {
  color: #222;
}

.ui-widget-header {
  background: #00648f;
  color: #888;
  font: 18px/1 "PT Sans", sans-serif;
}

.ui-widget-header a {
  color: #222;
}

.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default {
  background: rgba(0, 100, 143, 0.1);
  font-weight: normal;
  color: #00648f;
}

.ui-state-default a,
.ui-state-default a:link,
.ui-state-default a:visited {
  color: #555;
  text-decoration: none;
}

.ui-state-hover,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-hover,
.ui-state-focus,
.ui-widget-content .ui-state-focus,
.ui-widget-header .ui-state-focus {
  background: rgba(0, 100, 143, 0.2);
  font-weight: normal;
  color: #212121;
}

.ui-state-hover a,
.ui-state-hover a:hover {
  color: #212121;
  text-decoration: none;
}

.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active {
  background: #fbbf27;
  color: #fff;
}

.ui-state-active a,
.ui-state-active a:link,
.ui-state-active a:visited {
  color: #212121;
  text-decoration: none;
}

.ui-widget :active {
  outline: none;
}

.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
  background: #e9392c;
  color: #fff;
}

.ui-state-highlight a,
.ui-widget-content .ui-state-highlight a,
.ui-widget-header .ui-state-highlight a {
  color: #363636;
}

.ui-state-error,
.ui-widget-content .ui-state-error,
.ui-widget-header .ui-state-error {
  border: 1px solid #cd0a0a;
  background: #fef1ec
    url("/common/image/calendar/ui-bg_glass_95_fef1ec_1x400.png") 50% 50%
    repeat-x;
  color: #cd0a0a;
}

.ui-state-error a,
.ui-widget-content .ui-state-error a,
.ui-widget-header .ui-state-error a {
  color: #cd0a0a;
}

.ui-state-error-text,
.ui-widget-content .ui-state-error-text,
.ui-widget-header .ui-state-error-text {
  color: #cd0a0a;
}

.ui-priority-primary,
.ui-widget-content .ui-priority-primary,
.ui-widget-header .ui-priority-primary {
  font-weight: bold;
}

.ui-priority-secondary,
.ui-widget-content .ui-priority-secondary,
.ui-widget-header .ui-priority-secondary {
  opacity: 0.7;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
  filter: alpha(opacity=70);
  filter: Alpha(70);
  font-weight: normal;
}

.ui-state-disabled,
.ui-widget-content .ui-state-disabled,
.ui-widget-header .ui-state-disabled {
  opacity: 0.35;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=35)";
  filter: alpha(opacity=35);
  filter: Alpha(35);
  background-image: none;
}

.ui-icon {
  width: 16px;
  height: 16px;
  background-image: url("/common/image/calendar/ui-icons_222222_256x240.png");
}

.ui-widget-content .ui-icon {
  background-image: url("/common/image/calendar/ui-icons_222222_256x240.png");
}

.ui-widget-header .ui-icon {
  background-image: url("/common/image/calendar/ui-icons_222222_256x240.png");
}

.ui-state-default .ui-icon {
  background-image: url("/common/image/calendar/ui-icons_888888_256x240.png");
}

.ui-state-hover .ui-icon,
.ui-state-focus .ui-icon {
  background-image: url("/common/image/calendar/ui-icons_454545_256x240.png");
}

.ui-state-active .ui-icon {
  background-image: url("/common/image/calendar/ui-icons_454545_256x240.png");
}

.ui-state-highlight .ui-icon {
  background-image: url("/common/image/calendar/ui-icons_2e83ff_256x240.png");
}

.ui-state-error .ui-icon,
.ui-state-error-text .ui-icon {
  background-image: url("/common/image/calendar/ui-icons_cd0a0a_256x240.png");
}

.ui-icon-carat-1-n {
  background-position: 0 0;
}

.ui-icon-carat-1-ne {
  background-position: -16px 0;
}

.ui-icon-carat-1-e {
  background-position: -32px 0;
}

.ui-icon-carat-1-se {
  background-position: -48px 0;
}

.ui-icon-carat-1-s {
  background-position: -64px 0;
}

.ui-icon-carat-1-sw {
  background-position: -80px 0;
}

.ui-icon-carat-1-w {
  background-position: -96px 0;
}

.ui-icon-carat-1-nw {
  background-position: -112px 0;
}

.ui-icon-carat-2-n-s {
  background-position: -128px 0;
}

.ui-icon-carat-2-e-w {
  background-position: -144px 0;
}

.ui-icon-triangle-1-n {
  background-position: 0 -16px;
}

.ui-icon-triangle-1-ne {
  background-position: -16px -16px;
}

.ui-icon-triangle-1-e {
  background-position: -32px -16px;
}

.ui-icon-triangle-1-se {
  background-position: -48px -16px;
}

.ui-icon-triangle-1-s {
  background-position: -64px -16px;
}

.ui-icon-triangle-1-sw {
  background-position: -80px -16px;
}

.ui-icon-triangle-1-w {
  background-position: -96px -16px;
}

.ui-icon-triangle-1-nw {
  background-position: -112px -16px;
}

.ui-icon-triangle-2-n-s {
  background-position: -128px -16px;
}

.ui-icon-triangle-2-e-w {
  background-position: -144px -16px;
}

.ui-icon-arrow-1-n {
  background-position: 0 -32px;
}

.ui-icon-arrow-1-ne {
  background-position: -16px -32px;
}

.ui-icon-arrow-1-e {
  background-position: -32px -32px;
}

.ui-icon-arrow-1-se {
  background-position: -48px -32px;
}

.ui-icon-arrow-1-s {
  background-position: -64px -32px;
}

.ui-icon-arrow-1-sw {
  background-position: -80px -32px;
}

.ui-icon-arrow-1-w {
  background-position: -96px -32px;
}

.ui-icon-arrow-1-nw {
  background-position: -112px -32px;
}

.ui-icon-arrow-2-n-s {
  background-position: -128px -32px;
}

.ui-icon-arrow-2-ne-sw {
  background-position: -144px -32px;
}

.ui-icon-arrow-2-e-w {
  background-position: -160px -32px;
}

.ui-icon-arrow-2-se-nw {
  background-position: -176px -32px;
}

.ui-icon-arrowstop-1-n {
  background-position: -192px -32px;
}

.ui-icon-arrowstop-1-e {
  background-position: -208px -32px;
}

.ui-icon-arrowstop-1-s {
  background-position: -224px -32px;
}

.ui-icon-arrowstop-1-w {
  background-position: -240px -32px;
}

.ui-icon-arrowthick-1-n {
  background-position: 0 -48px;
}

.ui-icon-arrowthick-1-ne {
  background-position: -16px -48px;
}

.ui-icon-arrowthick-1-e {
  background-position: -32px -48px;
}

.ui-icon-arrowthick-1-se {
  background-position: -48px -48px;
}

.ui-icon-arrowthick-1-s {
  background-position: -64px -48px;
}

.ui-icon-arrowthick-1-sw {
  background-position: -80px -48px;
}

.ui-icon-arrowthick-1-w {
  background-position: -96px -48px;
}

.ui-icon-arrowthick-1-nw {
  background-position: -112px -48px;
}

.ui-icon-arrowthick-2-n-s {
  background-position: -128px -48px;
}

.ui-icon-arrowthick-2-ne-sw {
  background-position: -144px -48px;
}

.ui-icon-arrowthick-2-e-w {
  background-position: -160px -48px;
}

.ui-icon-arrowthick-2-se-nw {
  background-position: -176px -48px;
}

.ui-icon-arrowthickstop-1-n {
  background-position: -192px -48px;
}

.ui-icon-arrowthickstop-1-e {
  background-position: -208px -48px;
}

.ui-icon-arrowthickstop-1-s {
  background-position: -224px -48px;
}

.ui-icon-arrowthickstop-1-w {
  background-position: -240px -48px;
}

.ui-icon-arrowreturnthick-1-w {
  background-position: 0 -64px;
}

.ui-icon-arrowreturnthick-1-n {
  background-position: -16px -64px;
}

.ui-icon-arrowreturnthick-1-e {
  background-position: -32px -64px;
}

.ui-icon-arrowreturnthick-1-s {
  background-position: -48px -64px;
}

.ui-icon-arrowreturn-1-w {
  background-position: -64px -64px;
}

.ui-icon-arrowreturn-1-n {
  background-position: -80px -64px;
}

.ui-icon-arrowreturn-1-e {
  background-position: -96px -64px;
}

.ui-icon-arrowreturn-1-s {
  background-position: -112px -64px;
}

.ui-icon-arrowrefresh-1-w {
  background-position: -128px -64px;
}

.ui-icon-arrowrefresh-1-n {
  background-position: -144px -64px;
}

.ui-icon-arrowrefresh-1-e {
  background-position: -160px -64px;
}

.ui-icon-arrowrefresh-1-s {
  background-position: -176px -64px;
}

.ui-icon-arrow-4 {
  background-position: 0 -80px;
}

.ui-icon-arrow-4-diag {
  background-position: -16px -80px;
}

.ui-icon-extlink {
  background-position: -32px -80px;
}

.ui-icon-newwin {
  background-position: -48px -80px;
}

.ui-icon-refresh {
  background-position: -64px -80px;
}

.ui-icon-shuffle {
  background-position: -80px -80px;
}

.ui-icon-transfer-e-w {
  background-position: -96px -80px;
}

.ui-icon-transferthick-e-w {
  background-position: -112px -80px;
}

.ui-icon-folder-collapsed {
  background-position: 0 -96px;
}

.ui-icon-folder-open {
  background-position: -16px -96px;
}

.ui-icon-document {
  background-position: -32px -96px;
}

.ui-icon-document-b {
  background-position: -48px -96px;
}

.ui-icon-note {
  background-position: -64px -96px;
}

.ui-icon-mail-closed {
  background-position: -80px -96px;
}

.ui-icon-mail-open {
  background-position: -96px -96px;
}

.ui-icon-suitcase {
  background-position: -112px -96px;
}

.ui-icon-comment {
  background-position: -128px -96px;
}

.ui-icon-person {
  background-position: -144px -96px;
}

.ui-icon-print {
  background-position: -160px -96px;
}

.ui-icon-trash {
  background-position: -176px -96px;
}

.ui-icon-locked {
  background-position: -192px -96px;
}

.ui-icon-unlocked {
  background-position: -208px -96px;
}

.ui-icon-bookmark {
  background-position: -224px -96px;
}

.ui-icon-tag {
  background-position: -240px -96px;
}

.ui-icon-home {
  background-position: 0 -112px;
}

.ui-icon-flag {
  background-position: -16px -112px;
}

.ui-icon-calendar {
  background-position: -32px -112px;
}

.ui-icon-cart {
  background-position: -48px -112px;
}

.ui-icon-pencil {
  background-position: -64px -112px;
}

.ui-icon-clock {
  background-position: -80px -112px;
}

.ui-icon-disk {
  background-position: -96px -112px;
}

.ui-icon-calculator {
  background-position: -112px -112px;
}

.ui-icon-zoomin {
  background-position: -128px -112px;
}

.ui-icon-zoomout {
  background-position: -144px -112px;
}

.ui-icon-search {
  background-position: -160px -112px;
}

.ui-icon-wrench {
  background-position: -176px -112px;
}

.ui-icon-gear {
  background-position: -192px -112px;
}

.ui-icon-heart {
  background-position: -208px -112px;
}

.ui-icon-star {
  background-position: -224px -112px;
}

.ui-icon-link {
  background-position: -240px -112px;
}

.ui-icon-cancel {
  background-position: 0 -128px;
}

.ui-icon-plus {
  background-position: -16px -128px;
}

.ui-icon-plusthick {
  background-position: -32px -128px;
}

.ui-icon-minus {
  background-position: -48px -128px;
}

.ui-icon-minusthick {
  background-position: -64px -128px;
}

.ui-icon-close {
  background-position: -80px -128px;
}

.ui-icon-closethick {
  background-position: -96px -128px;
}

.ui-icon-key {
  background-position: -112px -128px;
}

.ui-icon-lightbulb {
  background-position: -128px -128px;
}

.ui-icon-scissors {
  background-position: -144px -128px;
}

.ui-icon-clipboard {
  background-position: -160px -128px;
}

.ui-icon-copy {
  background-position: -176px -128px;
}

.ui-icon-contact {
  background-position: -192px -128px;
}

.ui-icon-image {
  background-position: -208px -128px;
}

.ui-icon-video {
  background-position: -224px -128px;
}

.ui-icon-script {
  background-position: -240px -128px;
}

.ui-icon-alert {
  background-position: 0 -144px;
}

.ui-icon-info {
  background-position: -16px -144px;
}

.ui-icon-notice {
  background-position: -32px -144px;
}

.ui-icon-help {
  background-position: -48px -144px;
}

.ui-icon-check {
  background-position: -64px -144px;
}

.ui-icon-bullet {
  background-position: -80px -144px;
}

.ui-icon-radio-off {
  background-position: -96px -144px;
}

.ui-icon-radio-on {
  background-position: -112px -144px;
}

.ui-icon-pin-w {
  background-position: -128px -144px;
}

.ui-icon-pin-s {
  background-position: -144px -144px;
}

.ui-icon-play {
  background-position: 0 -160px;
}

.ui-icon-pause {
  background-position: -16px -160px;
}

.ui-icon-seek-next {
  background-position: -32px -160px;
}

.ui-icon-seek-prev {
  background-position: -48px -160px;
}

.ui-icon-seek-end {
  background-position: -64px -160px;
}

.ui-icon-seek-start {
  background-position: -80px -160px;
}

.ui-icon-seek-first {
  background-position: -80px -160px;
}

.ui-icon-stop {
  background-position: -96px -160px;
}

.ui-icon-eject {
  background-position: -112px -160px;
}

.ui-icon-volume-off {
  background-position: -128px -160px;
}

.ui-icon-volume-on {
  background-position: -144px -160px;
}

.ui-icon-power {
  background-position: 0 -176px;
}

.ui-icon-signal-diag {
  background-position: -16px -176px;
}

.ui-icon-signal {
  background-position: -32px -176px;
}

.ui-icon-battery-0 {
  background-position: -48px -176px;
}

.ui-icon-battery-1 {
  background-position: -64px -176px;
}

.ui-icon-battery-2 {
  background-position: -80px -176px;
}

.ui-icon-battery-3 {
  background-position: -96px -176px;
}

.ui-icon-circle-plus {
  background-position: 0 -192px;
}

.ui-icon-circle-minus {
  background-position: -16px -192px;
}

.ui-icon-circle-close {
  background-position: -32px -192px;
}

.ui-icon-circle-triangle-e {
  background-position: -48px -192px;
}

.ui-icon-circle-triangle-s {
  background-position: -64px -192px;
}

.ui-icon-circle-triangle-w {
  background-position: -80px -192px;
}

.ui-icon-circle-triangle-n {
  background-position: -96px -192px;
}

.ui-icon-circle-arrow-e {
  background-position: -112px -192px;
}

.ui-icon-circle-arrow-s {
  background-position: -128px -192px;
}

.ui-icon-circle-arrow-w {
  background-position: -144px -192px;
}

.ui-icon-circle-arrow-n {
  background-position: -160px -192px;
}

.ui-icon-circle-zoomin {
  background-position: -176px -192px;
}

.ui-icon-circle-zoomout {
  background-position: -192px -192px;
}

.ui-icon-circle-check {
  background-position: -208px -192px;
}

.ui-icon-circlesmall-plus {
  background-position: 0 -208px;
}

.ui-icon-circlesmall-minus {
  background-position: -16px -208px;
}

.ui-icon-circlesmall-close {
  background-position: -32px -208px;
}

.ui-icon-squaresmall-plus {
  background-position: -48px -208px;
}

.ui-icon-squaresmall-minus {
  background-position: -64px -208px;
}

.ui-icon-squaresmall-close {
  background-position: -80px -208px;
}

.ui-icon-grip-dotted-vertical {
  background-position: 0 -224px;
}

.ui-icon-grip-dotted-horizontal {
  background-position: -16px -224px;
}

.ui-icon-grip-solid-vertical {
  background-position: -32px -224px;
}

.ui-icon-grip-solid-horizontal {
  background-position: -48px -224px;
}

.ui-icon-gripsmall-diagonal-se {
  background-position: -64px -224px;
}

.ui-icon-grip-diagonal-se {
  background-position: -80px -224px;
}

.ui-corner-tl {
  -moz-border-radius-topleft: 4px;
  -webkit-border-top-left-radius: 4px;
  border-top-left-radius: 4px;
}

.ui-corner-tr {
  -moz-border-radius-topright: 4px;
  -webkit-border-top-right-radius: 4px;
  border-top-right-radius: 4px;
}

.ui-corner-bl {
  -moz-border-radius-bottomleft: 4px;
  -webkit-border-bottom-left-radius: 4px;
  border-bottom-left-radius: 4px;
}

.ui-corner-br {
  -moz-border-radius-bottomright: 4px;
  -webkit-border-bottom-right-radius: 4px;
  border-bottom-right-radius: 4px;
}

.ui-corner-top {
  -moz-border-radius-topleft: 4px;
  -webkit-border-top-left-radius: 4px;
  border-top-left-radius: 4px;
  -moz-border-radius-topright: 4px;
  -webkit-border-top-right-radius: 4px;
  border-top-right-radius: 4px;
}

.ui-corner-bottom {
  -moz-border-radius-bottomleft: 4px;
  -webkit-border-bottom-left-radius: 4px;
  border-bottom-left-radius: 4px;
  -moz-border-radius-bottomright: 4px;
  -webkit-border-bottom-right-radius: 4px;
  border-bottom-right-radius: 4px;
}

.ui-corner-right {
  -moz-border-radius-topright: 4px;
  -webkit-border-top-right-radius: 4px;
  border-top-right-radius: 4px;
  -moz-border-radius-bottomright: 4px;
  -webkit-border-bottom-right-radius: 4px;
  border-bottom-right-radius: 4px;
}

.ui-corner-left {
  -moz-border-radius-topleft: 4px;
  -webkit-border-top-left-radius: 4px;
  border-top-left-radius: 4px;
  -moz-border-radius-bottomleft: 4px;
  -webkit-border-bottom-left-radius: 4px;
  border-bottom-left-radius: 4px;
}

.ui-widget-overlay {
  background: #aaa url("/common/image/calendar/ui-bg_flat_0_aaaaaa_40x100.png")
    50% 50% repeat-x;
  opacity: 0.3;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
  filter: alpha(opacity=30);
  filter: Alpha(30);
}

.ui-widget-shadow {
  margin: -8px 0 0 -8px;
  padding: 8px;
  background: #aaa url("/common/image/calendar/ui-bg_flat_0_aaaaaa_40x100.png")
    50% 50% repeat-x;
  opacity: 0.3;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
  filter: alpha(opacity=30);
  filter: Alpha(30);
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
  border-radius: 8px;
}

.ui-datepicker {
  width: 17em;
  z-index: 10 !important;
}

.ui-datepicker .ui-datepicker-header {
  position: relative;
  padding: 10px 0;
}

.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  width: 20px;
  height: 20px;
  background: #fff;
  border-radius: 100%;
}

.ui-datepicker .ui-datepicker-prev {
  left: 10px;
}

.ui-datepicker .ui-datepicker-next {
  right: 10px;
}

.ui-datepicker .ui-datepicker-prev span,
.ui-datepicker .ui-datepicker-next span {
  display: block;
  position: absolute;
  left: 50%;
  margin-left: -8px;
  top: 50%;
  margin-top: -8px;
}

.ui-datepicker .ui-datepicker-title {
  margin: 0 2.3em;
  line-height: 1.8em;
  text-align: center;
}

.ui-datepicker .ui-datepicker-title select {
  font-size: 12px;
  margin: 1px 0;
}

.ui-datepicker select.ui-datepicker-month-year {
  width: 100%;
}

.ui-datepicker select.ui-datepicker-month,
.ui-datepicker select.ui-datepicker-year {
  width: 49%;
}

.ui-datepicker table {
  width: 100%;
  font-size: 12px;
  border-collapse: collapse;
}

.ui-datepicker th {
  background-color: #fff;
  padding: 0.7em 0.3em;
  text-align: center;
  font-weight: bold;
  border: 0;
}

.ui-datepicker td {
  border: 0;
}

.ui-datepicker td span,
.ui-datepicker td a {
  display: block;
  padding: 8px 0.2em;
  text-align: center;
  text-decoration: none;
}

.ui-datepicker .ui-datepicker-buttonpane {
  background-image: none;
  margin: 0.7em 0 0 0;
  padding: 0 0.2em;
  border-left: 0;
  border-right: 0;
  border-bottom: 0;
}

.ui-datepicker .ui-datepicker-buttonpane button {
  float: right;
  margin: 0.5em 0.2em 0.4em;
  cursor: pointer;
  padding: 0.2em 0.6em 0.3em 0.6em;
  width: auto;
  overflow: visible;
}

.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current {
  float: left;
}

.ui-datepicker-trigger {
  margin: auto;
  position: absolute;
  top: 0;
  right: 15px;
  bottom: 0;
}

#form_feedback_de .ui-datepicker-trigger {
  top: 25px;
}

.ui-datepicker-cover {
  display: block;
  position: absolute;
  /*must have*/
  z-index: -1;
  /*must have*/
  filter: mask();
  /*must have*/
  top: -4px;
  /*must have*/
  left: -4px;
  /*must have*/
  width: 200px;
  /*must have*/
  height: 200px;
  /*must have*/
}

@media screen and (max-width: 1660px) {
  .page {
    width: 1170px;
  }

  .grid:before {
    width: 1170px;
    background: -webkit-linear-gradient(
      left,
      rgba(255, 0, 0, 0.1) 70px,
      transparent 70px
    );
    background: -moz-linear-gradient(
      left,
      rgba(255, 0, 0, 0.1) 70px,
      transparent 70px
    );
    background: -ms-linear-gradient(
      left,
      rgba(255, 0, 0, 0.1) 70px,
      transparent 70px
    );
    background: linear-gradient(
      to right,
      rgba(255, 0, 0, 0.1) 70px,
      transparent 70px
    );
    background-size: 100px;
  }

  .head__elem-item--logo {
    width: 200px;
  }
  .head__logo img {
    width: 125px;
  }
  .head__elem-item--menu {
    width: 193px;
  }

  .head__elem-item--menu:before {
    left: -25px;
  }

  .head__elem-item--city {
    width: 130px;
  }

  .head__elem-item--phone {
    width: 302px;
    margin-left: 0;
    box-sizing: border-box;
    padding-left: 38px;
  }
  .head__phone-num {
    font-size: 27px;
  }

  .head__elem-item--bookmark {
    width: 530px;
  }

  .head__bookmark {
    justify-content: space-between;
  }

  .head__bookmark-item {
    margin-left: 0;
  }

  .search {
    width: 1170px;
  }

  .search__form {
    width: 670px;
  }

  .menu {
    width: 1170px;
  }

  .menu__top-item {
    font-size: 18px;
  }

  .menu__bottom {
    padding-left: 30px;
    padding-right: 30px;
  }

  .menu__bottom-list {
    padding-left: 35px;
  }

  .menu__bottom-list-link {
    font-size: 16px;
  }

  .menu__bottom-list-icon {
    width: 24px;
    height: 25px;
    margin-left: -35px;
  }

  .categor__elem-item {
    width: 270px;
  }

  .categor__elem-item--two {
    width: 570px;
  }

  .categor__elem-item--large {
    margin-top: -290px;
  }

  .categor__link {
    margin-top: 30px;
  }

  .categor__link--two {
    height: 550px;
  }

  .categor__link--large {
    height: 260px;
  }

  .news__elem-item {
    width: 570px;
  }

  .news__elem-item:last-child {
    width: 100%;
    margin-top: 30px;
    display: flex;
    justify-content: space-between;
  }

  .news__elem-item:last-child .news__small {
    width: 570px;
    margin-top: 0;
  }

  .news__big {
    height: 410px;
  }

  .news__small {
    margin-top: 30px;
  }

  .interview-box__elem-item {
    width: 570px;
    margin-bottom: 30px;
  }

  .votes__elem-item {
    width: 570px;
    margin-bottom: 30px;
  }

  .reviews__left {
    margin-right: 270px;
  }

  .reviews__right {
    margin-left: 270px;
  }

  .reviews__txt {
    font-size: 16px;
    line-height: 1.3;
  }

  a.maps-nav__item {
    margin-left: 30px;
  }

  .maps-filter__item {
    margin-left: 30px;
    width: 370px;
  }

  .spk-box__elem-img {
    width: 370px;
  }

  .spk-box__elem-img-src {
    height: 210px;
  }

  .spk-video {
    width: 470px;
  }

  .spk-video__frame {
    height: 266px;
  }

  .spk-opinions__elem-item--detail {
    width: 100%;
  }

  .together-box__elem-item {
    padding: 0 25px;
  }

  .together-box__elem-line {
    margin-right: 42px;
  }

  .read__more .-bg-1 {
    padding-left: 88px;
    background-position: 17px 50%;
  }

  .read__more .-bg-2 {
    padding-left: 95px;
    background-position: 24px 50%;
  }

  .read__more .-bg-3 {
    padding-left: 115px;
    background-position: 29px 50%;
  }

  .read__more .-bg-4 {
    padding-left: 92px;
    background-position: 27px 50%;
  }

  .news__review > .news__list-item .news__list-desc {
    max-height: 300px;
  }

  body .history-slider .swiper-slide {
    min-height: 420px;
  }

  .country-align {
    max-width: 532px;
  }

  .component .position-1::before {
    top: 459px;
    left: 391px;
    width: 469px;
    transform: rotate(33deg);
  }

  .component .position-2::before {
    top: 328px;
    right: 400px;
    width: 419px;
    transform: rotate(-33deg);
  }

  .component .position-3::before {
    top: 391px;
    left: 330px;
    width: 469px;
    transform: rotate(35deg);
  }

  .child-img {
    margin: 96px 0 0;
  }

  .anketa {
    background-position: -165px 0;
    background-size: auto 100%;
  }

  .biblio__link.-active a {
    height: 264px;
  }

  .biblio__link.-active a span {
    min-height: 85px;
  }

  .constructor-galery .bx-wrapper {
    max-width: 1099px !important;
  }

  .foot__nav-li {
    padding: 0 25px !important;
  }

  .page-work .work-partners-item:nth-child(2n + 2) {
    margin: 0 0 70px 0;
  }

  .page-work .interview-detail__head.modeText .text {
    width: 50%;
  }

  .page-work .color-tree .categor__elem-item:nth-child(4n + 4) {
    margin: 0;
  }

  .color-tree .categor__elem-item {
    width: calc(100% / 4 - 2%);
    margin: 0 calc((100% - ((100% / 4 - 2%) * 4)) / 3) 0 0;
  }

  .color-tree--duo .categor__elem-item--two {
    width: calc(100% / 2 - 1.4%);
  }
  .color-tree--duo .categor__elem-item--two:last-child {
    margin-right: 0;
  }

  .work-partners-item {
    margin: 0 calc(100% - (470px * 2)) 70px 0;
  }

  .work-partners-item:nth-child(3n + 3) {
    margin: 0 calc(100% - (470px * 2)) 70px 0;
  }

  .foot__logos {
    padding-top: 31px;
  }

  .foot__logos-item {
    margin-left: 30px;
  }

  .foot__logos-item img {
    max-width: 100px;
  }

  .foot__nav-li {
    padding: 0 13px;
  }

  .foot__nav-link {
    font-size: 13px;
  }

  .foot__bottom {
    margin-top: 27px;
  }

  .foot__bottom-item {
    width: 370px;
  }

  .foot__copyright {
    font-size: 11px;
  }

  .foot__app {
    font-size: 13px;
    float: left;
  }

  .foot__app-item:first-child {
    margin-left: 0;
  }

  .foot__app-item img {
    width: 123px;
  }

  .foot__social {
    font-size: 13px;
    margin-right: 10px;
  }

  .foot__social-title {
    margin-right: 0;
    margin-left: 12px;
  }

  .foot__social-item {
    width: 32px;
    height: 32px;
    margin-left: 8px;
  }

  .foot__social-item img {
    max-width: 55%;
    height: auto;
  }

  .content-shadow .pic-prog-dev-head {
    width: 735px;
    max-width: 735px;
  }

  .pic-prog-dev-top {
    margin: 0 20px;
  }

  .pic-prog-dev-wrap {
    margin: 20px 20px 0;
    overflow: hidden;
  }

  .categor__elem.-big-4 .categor__elem-item {
    width: 270px;
  }

  .categor__elem.-big-4 .categor__elem-item--two {
    width: 570px;
  }

  .categor__elem.-big-4 .-rPos {
    top: 150px;
    right: 5px;
  }

  .line_break {
    display: flex;
    flex-wrap: wrap;
  }
}
@media (max-width: 1570px) and (min-width: 1200px) {
  .foot {
    height: 225px;
  }
  .foot__app {
    padding-bottom: 10px;
  }
}
@media (min-width: 1200px) and (max-width: 1570px) {
  .foot__app {
    flex-wrap: wrap;
    width: 420px;
  }
  .foot__app-item:last-child {
    margin-left: 226px;
    margin-top: 8px;
  }
}
@media (min-width: 1200px) and (max-width: 1444px) {
  .foot__app {
    width: 295px;
  }
  .foot__app-item:last-child {
    margin-left: 8px;
  }
  .foot__app-item:nth-child(3) {
    margin-top: 8px;
    margin-left: 29px;
  }
}
@media screen and (max-width: 1300px) {
  .read__more .-bg-1 {
    padding-left: 90px;
    background-position: 12px 50%;
  }

  .read__more .-bg-2 {
    padding-left: 90px;
    background-position: 19px 50%;
  }

  .read__more .-bg-3 {
    padding-left: 110px;
    background-position: 24px 50%;
  }

  .read__more .-bg-4 {
    padding-left: 95px;
    background-position: 22px 50%;
  }
}

@media screen and (max-width: 1200px) {
  .page {
    width: 960px;
    padding: 0 16px;
  }

  .grid:before {
    width: 960px;
    background: -webkit-linear-gradient(
      left,
      rgba(255, 0, 0, 0.1) 58px,
      transparent 58px
    );
    background: -moz-linear-gradient(
      left,
      rgba(255, 0, 0, 0.1) 58px,
      transparent 58px
    );
    background: -ms-linear-gradient(
      left,
      rgba(255, 0, 0, 0.1) 58px,
      transparent 58px
    );
    background: linear-gradient(
      to right,
      rgba(255, 0, 0, 0.1) 58px,
      transparent 58px
    );
    background-size: 82px;
  }

  .title {
    font-size: 37px;
    padding-top: 49px;
  }

  .head-fix {
    height: 104px;
  }

  .head__elem {
    height: 104px;
  }

  .head__elem-item--logo {
    width: 128px;
  }

  .head__elem-item--menu {
    width: 164px;
    box-sizing: border-box;
    padding-left: 10px;
  }

  .head__elem-item--menu:before {
    left: -13px;
  }

  .head__elem-item--city {
    width: 150px;
  }

  .head__elem-item--phone {
    width: 185px;
    padding-left: 0;
  }

  .head__elem-item--bookmark {
    width: 360px;
    padding-left: 17px;
    box-sizing: border-box;
  }
  .head__elem-item--bookmark .btn {
    padding: 10px 15px;
  }
  .head__logo {
    width: 100px;
  }

  .head__logo img {
    width: 100px;
  }

  .head__menu {
    font-size: 16px;
    padding-left: 43px;
  }

  .head__menu-icon {
    width: 32px;
    height: 24px;
  }

  .head__city {
    font-size: 16px;
  }

  .head__city-crop {
    width: 90px;
  }

  .head__phone-title {
    font-size: 10px;
  }

  .head__phone-num {
    font-size: 23px;
    letter-spacing: 0.02em;
  }

  .head__bookmark-icon {
    width: 30px;
    height: 23px;
  }

  .search {
    width: 960px;
  }

  .search__form {
    width: 656px;
  }

  .menu {
    width: 960px;
  }

  .menu__top-item {
    font-size: 16px;
    padding: 0 20px;
  }

  .menu__bottom {
    padding-left: 20px;
    padding-right: 20px;
  }

  .menu__bottom-list-link {
    font-size: 14px;
  }

  .menu__bottom-list-two-link {
    font-size: 13px;
  }

  .categor__elem-item {
    width: 222px;
  }

  .categor__elem-item--two {
    width: 468px;
  }

  .categor__elem-item--large {
    margin-top: -246px;
  }

  .categor__link {
    margin-top: 24px;
    height: 222px;
    font-size: 18px;
  }

  .categor__link--two {
    height: 468px;
  }

  .categor__link--large {
    height: 222px;
  }

  .categor__link-box-two {
    height: 87px;
    line-height: 87px;
    padding-left: 110px;
  }

  .categor__link-box-two img {
    left: 15px;
  }

  .news__elem {
    margin-top: 19px;
  }

  .news__elem-item {
    width: 468px;
  }

  .news__elem-item:last-child {
    margin-top: 24px;
  }

  .news__elem-item:last-child .news__small {
    width: 468px;
  }

  .news__big {
    height: 404px;
  }

  .news__small {
    margin-top: 24px;
  }

  a.news-more {
    margin-top: 60px;
  }

  .maps-wrapper {
    margin-top: 60px;
  }

  .maps-wrapper .maps {
    height: 490px;
    background-size: auto 490px;
  }

  .maps-wrapper .maps__btn {
    width: 485px;
    height: 60px;
    font-size: 16px;
    line-height: 60px;
  }

  .museum-nav__item {
    font-size: 16px;
  }

  .museum-box {
    background-size: 100% auto;
  }

  .museum-box {
    padding-top: 40px;
  }

  .museum-box__content {
    width: 260px;
  }

  .museum-box__content-txt {
    left: calc(100% + 40px);
  }

  .museum-box__slider-wrap {
    width: 100%;
  }

  .museum-box__slider {
    width: 80%;
  }

  .interview-box__elem-item {
    width: 468px;
    margin-bottom: 24px;
  }

  .interview-box__img {
    width: 160px;
    height: 219px;
  }

  .interview-box__content {
    height: 219px;
  }

  .interview-box__name {
    font-size: 18px;
  }

  .votes__elem-item {
    width: 468px;
    margin-bottom: 24px;
  }

  .votes-page__box {
    padding-left: 40px;
    padding-right: 40px;
  }

  .votes-page__result-title {
    font-size: 16px;
  }

  .votes-page__result-row {
    font-size: 16px;
  }

  .votes-page__result-row-name:after {
    margin-top: -4px;
  }

  .votes-page__result-row-num {
    width: 120px;
    margin-bottom: -3px;
  }

  .votes-page__result-row-progress {
    width: 160px;
  }

  .reviews__left {
    margin-right: 100px;
  }

  .reviews__right {
    margin-left: 100px;
  }

  .reviews__name {
    font-size: 24px;
  }

  .reviews__status {
    margin-bottom: 2px;
  }

  a.maps-nav__item svg {
    width: 50px;
    height: 50px;
  }

  a.maps-nav__item {
    margin-left: 24px;
    font-size: 16px;
  }

  .maps-filter__item {
    margin-left: 24px;
    width: 304px;
  }

  .spk-box__elem-img {
    width: 304px;
    margin-right: 24px;
  }

  .spk-box__elem-img-src {
    height: 160px;
  }

  .spk-box__elem-txt {
    padding-left: 0;
  }

  .spk-box__elem-head-item {
    margin-right: 20px;
    font-size: 16px;
  }

  .spk-box__elem-content-item {
    font-size: 16px;
  }

  .spk-box__btn-email {
    font-size: 16px;
    line-height: 45px;
    height: 45px;
  }

  .spk-column__item {
    margin-left: 24px;
  }

  .spk-video {
    width: 100%;
  }

  .spk-votes {
    width: 100%;
  }

  .spk-votes-sticker {
    width: 100%;
  }

  .spk-together {
    width: 100%;
  }

  .spk-btn-none {
    width: 100%;
  }

  .spk-widget {
    width: 100%;
  }

  .together-box__elem-item {
    font-size: 16px;
  }

  .together-box__elem-line {
    margin-right: 30px;
    width: 112px;
  }

  .together-box__txt {
    padding: 0 25px;
    font-size: 16px;
  }

  .spk-finish__right {
    padding-left: 48px;
    padding-right: 48px;
  }

  .votes-page__result-row-name {
    width: calc(100% - 280px);
  }

  .bnr-img {
    padding: 0 28px 0 34px;
  }

  .read__more {
    font-size: 18px;
  }

  .read__more-link {
    height: 69px;
    font-size: 18px;
  }

  .read__more .-bg-1,
  .read__more .-bg-2,
  .read__more .-bg-3,
  .read__more .-bg-4 {
    padding-left: 56px;
    background-position: 6px 50%;
    background-size: 46px auto;
  }

  .read__more .-bg-3 {
    padding-left: 80px;
    background-position: 17px 50%;
  }

  .read__more .-bg-4 {
    padding-left: 60px;
  }

  .news__list-item,
  .news__list::after {
    width: 32%;
  }

  .news__list-desc::before {
    bottom: 26px;
  }

  .news__list-region {
    font-size: 14px;
  }

  .myth__showcase-desc {
    font-size: 16px;
  }

  body .history-slider .swiper-slide {
    padding-top: 20px;
  }

  .history-dateB {
    float: none;
    margin-bottom: 35px;
  }

  .groups-h {
    font-size: 50px;
  }

  .groups-desc {
    font-size: 18px;
  }

  .component .position-1::before {
    top: 483px;
    left: 316px;
    width: 277px;
    transform: rotate(46deg);
  }

  .component .position-2::before {
    top: 359px;
    right: 360px;
    width: 287px;
    transform: rotate(-38deg);
  }

  .component .position-3::before {
    top: 379px;
    left: 302px;
    width: 335px;
    transform: rotate(47deg);
  }

  .child-img {
    width: 269px;
    margin: 168px 0 0;
  }

  .child-img img {
    width: 300px;
  }

  .child-babl {
    margin: 0 0 0 269px;
    padding: 27px 47px 25px;
  }

  .corporate-tab-acord,
  .corporate-tab-top {
    font-size: 18px;
  }

  .corporate-tab-acord .-fon-1.-active,
  .corporate-tab-top .-fon-1.-active {
    padding-left: 10px;
    padding-right: 10px;
  }

  .anketa {
    background-position: -310px 0;
  }

  .biblio__link.-active a {
    height: 218px;
    font-size: 16px;
  }

  .biblio__link {
    font-size: 18px;
  }

  .biblio__link a {
    margin: 10px 0;
    padding-right: 5px;
  }

  .biblio__link svg {
    width: 57px;
    min-width: 57px;
    height: 57px;
  }

  .constructor-galery .bx-wrapper {
    max-width: 815px !important;
  }

  .constructor-big-col {
    width: 100%;
    margin: 0 0 20px;
  }

  .constructor-big-col:last-of-type {
    margin-bottom: 0;
  }

  .myth__showcase-desc {
    font-size: 15px;
  }

  .myth__showcase-desc {
    font-size: 15px;
  }

  .foot__top .foot__top-item:last-child {
    width: 58.8%;
  }

  .foot__nav-li {
    padding: 0 20px !important;
  }

  .page-work .work-town-item .img {
    height: 217px;
  }

  .page-work .interview-detail__head.modeText .text {
    font-size: 18px;
    line-height: 24px;
    padding: 0 40px 0 20px;
  }

  .page-work .work-tree div {
    width: 290px;
    height: 290px;
  }

  /*.page-work .work-tree div:nth-child(3n + 3) {*/
  /*  margin: 0 0 30px 0;*/
  /*}*/

  .page-work .work-tree div a {
    height: 90px;
  }

  .work-tree div {
    margin: 0 calc(((100% - (290px * 3))) / 2) 30px 0;
  }

  .foot {
    height: 229px;
  }

  .foot__logos-item:first-child img {
    max-width: 85px;
  }

  .foot__logos-item img {
    max-width: 100px;
  }

  .foot__nav-li {
    padding: 0 15px;
  }

  .foot__nav-li--hide {
    display: none;
  }

  .foot__nav-link {
    font-size: 14px;
  }

  .foot__bottom-item {
    width: 468px;
  }

  .foot__bottom-item:nth-child(1) {
    order: 1;
    width: 100%;
  }

  .foot__bottom-item:nth-child(3) {
    order: 2;
  }

  .foot__bottom-item:nth-child(2) {
    order: 3;
    width: 320px;
  }

  .foot__copyright {
    padding: 0 0 25px 0;
  }

  .foot__social {
    float: none;
    justify-content: space-between;
    box-sizing: border-box;
    margin-right: 0;
  }

  .foot__social-title {
    display: none;
  }

  .foot__social-item {
    margin: 0;
  }

  .arrow-top-pages {
    right: 15px;
    bottom: 15px;
  }

  .carusel__content-title {
    font-size: 47px;
    line-height: 1.45;
    width: 492px;
    padding-top: 127px;
  }

  .carusel__content-txt {
    font-size: 26px;
    padding-top: 26px;
  }

  .carusel__controls {
    bottom: 25px;
  }

  .content-shadow .pic-prog-dev-head {
    width: 598px;
    max-width: 598px;
  }

  .categor__elem.-big-4 .categor__elem-item {
    width: 222px;
  }

  .categor__elem.-big-4 .categor__elem-item--two {
    width: 468px;
  }
}

@media screen and (max-width: 980px) {
  .page {
    width: 720px;
  }

  .grid:before {
    width: 720px;
    background: -webkit-linear-gradient(
      left,
      rgba(255, 0, 0, 0.1) 38px,
      transparent 38px
    );
    background: -moz-linear-gradient(
      left,
      rgba(255, 0, 0, 0.1) 38px,
      transparent 38px
    );
    background: -ms-linear-gradient(
      left,
      rgba(255, 0, 0, 0.1) 38px,
      transparent 38px
    );
    background: linear-gradient(
      to right,
      rgba(255, 0, 0, 0.1) 38px,
      transparent 38px
    );
    background-size: 62px;
  }

  h1,
  .h1 {
    font-size: 40px;
  }

  .breadcrumbs {
    font-size: 14px;
  }

  .head__elem-item--logo {
    width: 162px;
  }

  .head__elem-item--menu {
    width: 186px;
  }
  .autch_on .head__elem-item--menu {
    width: 220px;
  }
  .head__elem-item--city {
    width: 124px;
  }

  .head__elem-item--phone {
    display: none;
  }
  .menu .head__elem-item--phone {
    display: flex;
    justify-content: center;
    width: 100%;
    padding-bottom: 20px;
  }

  .head__elem-item--bookmark {
    width: 220px;
    margin-left: auto;
  }
  .head__elem-item--bookmark .btn {
    padding: 6px 10px;
    font-size: 16px;
  }
  .head__elem-item--bookmark .cl_autch1, .head__elem-item--bookmark .cl_autch2 {
    display: none !important;
  }
  .head__elem-item--bookmark .head__bookmark-item--notify {
    display: none;
  }

  .head__phone {
    float: right;
  }

  .search {
    width: 720px;
  }

  .search__form {
    width: 100%;
  }

  .menu {
    width: 720px;
  }

  .menu__top {
    justify-content: space-between;
    padding: 0 20px;
  }

  .menu__top-item {
    font-size: 16px;
    padding: 0;
  }

  .menu__bottom-section {
    flex: none;
    width: 50%;
    margin-left: 0;
  }

  .categor__elem-item {
    width: 224px;
  }

  .categor__elem-item--two {
    width: 472px;
  }

  .categor__elem-item--large {
    margin-top: 0;
  }

  .categor__elem-item--tablet {
    width: 472px;
  }

  .categor__elem-item--news {
    width: 224px;
  }

  .categor__link {
    height: 224px;
  }

  .categor__link--two {
    height: 472px;
  }

  .categor__link--large {
    height: 224px;
  }

  .categor__link--color-6 {
    width: 224px;
  }

  .categor__link--color-8 {
    margin-top: -224px;
    margin-left: 248px;
    width: 224px;
  }

  .news__elem-item {
    width: 100%;
  }

  .news__elem-item:nth-child(2) {
    margin-top: 24px;
  }

  .news__elem-item:last-child {
    display: none;
  }

  .museum-nav__item {
    font-size: 14px;
  }

  .museum-box__content {
    width: auto;
  }

  .museum-box__content-txt {
    left: 380px;
  }

  .museum-box__content-img {
    width: 240px;
    right: auto;
    left: 80px;
  }

  .museum-box__slider-wrap {
    margin-top: 5px;
  }

  .virtual-tour-box__bottom {
    flex-direction: column;
  }

  .virtual-tour-box__bottom-item {
    margin-left: 0;
  }

  .interview-box__elem-item {
    width: 100%;
    padding: 15px;
  }

  .interview-detail__head-txt {
    padding-right: 40px;
  }

  .interview-detail__head-txt-middle {
    font-size: 16px;
  }

  .interview-detail__content h3,
  .interview-detail__content strong em,
  .interview-detail__content em strong,
  .interview-detail__content i,
  .interview-detail__content em b,
  .interview-detail__content b em {
    font-size: 18px;
  }

  .votes__elem-item {
    width: 100%;
  }

  .reviews__left,
  .reviews__right {
    padding: 0 20px;
  }

  .reviews__left {
    margin-right: 50px;
  }

  .reviews__right {
    margin-left: 50px;
  }

  .reviews__photo {
    width: 160px;
    height: 160px;
  }

  .reviews__name {
    font-size: 20px;
  }

  .reviews__status {
    margin-bottom: 10px;
    margin-left: 27px;
  }

  a.maps-nav__item.active svg {
    display: block;
    margin: 0 auto 4px;
  }

  .maps-filter__item {
    width: 224px;
  }

  .maps-content {
    margin-bottom: 40px;
  }

  .spk-box__elem-img {
    width: 100%;
    float: none;
    margin-right: 0;
    padding: 0;
  }

  .spk-box__elem-img-src {
    height: 300px;
  }

  .spk-box__elem-txt {
    padding-left: 24px;
  }

  .spk-column {
    flex-direction: column;
  }

  .spk-column__item {
    margin-left: 0;
  }

  .spk-widget {
    display: flex;
    justify-content: space-between;
  }

  .spk-widget__item {
    width: 348px;
    margin: 0;
  }

  .nko-content__title {
    font-size: 24px;
    margin: 50px 0 26px !important;
  }

  .nko-content__txt {
    font-size: 16px;
    line-height: 1.4;
  }

  .together-box__elem-line {
    margin-right: 20px;
    width: 72px;
  }

  .spk-finish {
    flex-direction: column;
  }

  .spk-finish__left {
    width: 100%;
  }

  .spk-finish__right {
    width: 100%;
  }

  .interview-detail__head-txt {
    width: calc(100% - 230px);
  }

  .reviews__content {
    width: calc(100% - 180px);
  }

  .page-work {
    font-size: 18px;
  }

  .bnr.-news .bnr-img {
    width: 200px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .bnr.-news .bnr-img img {
    max-width: 100%;
  }

  .bnr.-news .bnr-text {
    padding-right: 20px;
  }

  .read__more-h {
    font-size: 18px;
  }

  .read__more {
    margin-top: 20px;
  }

  .read__more-h {
    height: 46px;
    padding: 5px 17px;
  }

  .read__more-desc {
    padding: 19px 18px;
  }

  .read__more-botB {
    margin: 22px 0;
  }

  .read__more-item,
  .read__more-link {
    width: 31%;
  }

  .read__more-item:nth-of-type(n + 4) {
    display: none;
  }

  .read__more-link {
    font-size: 18px;
  }

  .read__more-link:nth-of-type(n + 4) {
    display: none;
  }

  .news__list::after {
    display: none;
  }

  .news__list-item {
    width: 49%;
  }

  .news__review > .news__list-item {
    width: 100%;
  }

  .news__review > .news__list-item .news__list-desc,
  .news__review > .news__list-item .news__list-pic {
    width: 50%;
    float: left;
    box-sizing: border-box;
  }

  .news__review > .news__list-item .news__list-desc {
    max-height: 277px;
  }

  .news__review-col {
    width: 100%;
  }

  .media__wrap .owl-prev {
    left: -32px;
  }

  .media__wrap .owl-next {
    right: -32px;
  }

  .media__wrap .news__list-desc {
    padding-left: 40px;
    padding-right: 40px;
  }

  .audio-player {
    padding: 0 62px;
  }

  .audio-player-track-indik {
    margin-top: 19px;
  }

  .audio-player-track-but {
    width: 40px;
    height: 40px;
    margin-right: 10px;
    background-size: 13px auto;
  }

  .audio-player-track-but.-paused {
    background-size: 13px auto;
  }

  .audio-player-track-time {
    margin: 13px 10px 0 15px;
  }

  .audio .audio-player-a-prev {
    left: 18px;
  }

  .audio .audio-player-a-next {
    right: 18px;
  }

  .audio-head {
    font-size: 18px;
  }

  .audio-row {
    padding-left: 10px;
  }

  .audio-download {
    margin-left: 0;
  }

  blockquote {
    font-size: 22px;
  }

  .popup-h {
    font-size: 20px;
  }

  .popup-desc {
    font-size: 16px;
  }

  .myth__showcase-desc {
    font-size: 16px;
  }

  .myth__showcase-item.-first {
    width: 33.3333333%;
  }

  .myth__showcase-item.-first .myth__showcase-pop,
  .myth__showcase-item.-first .myth__showcase-pop-scrollB {
    max-height: 848px;
  }

  .myth__showcase-item.-cont {
    width: 66%;
  }

  .myth__showcase-item.-cont .myth__showcase-item:nth-of-type(n + 3) {
    margin-top: 30px;
  }

  .history-wrap-slider {
    padding: 0 33px;
  }

  .history-date {
    font-size: 50px;
  }

  .history-desc {
    padding-top: 0;
  }

  .facts ul {
    margin: 0; /*20px 0 0;*/
  }

  .country-flagB {
    margin-bottom: 20px;
  }

  .country-align {
    max-width: 3000px;
  }

  .country-cont {
    margin-left: -15px;
    margin-right: -15px;
    padding: 1px 15px 20px;
    min-height: 10px;
    background-position: 50% 50%;
  }

  .groups {
    margin: 40px 0;
  }

  .groups-h {
    font-size: 40px;
  }

  .groups-desc {
    font-size: 16px;
  }

  .component {
    margin-bottom: 0;
  }

  .component-loupe {
    max-width: 302px;
    margin-right: 37px;
    padding: 30px 29px 68px 51px;
    background-size: 100% auto;
  }

  .component-row::before {
    display: none;
  }

  .component .position-1 .component-desc {
    padding-top: 0;
  }

  .component .position-4 .component-pic,
  .component .position-2 .component-pic {
    margin-right: 0;
    margin-left: 36px;
  }

  .component .position-3 {
    margin: 0 0 70px;
  }

  .component .position-3 .component-pic {
    margin-left: 0;
    margin-right: 36px;
  }

  .codecs {
    font-size: 16px;
  }

  .codecs-col-big {
    width: 70%;
  }

  .codecs-quote {
    width: 30%;
  }

  .page .child-slider {
    margin-top: 40px;
  }

  .page .child-slider .swiper-button-prev {
    left: 10px;
  }

  .page .child-slider .swiper-button-next {
    right: 10px;
  }

  .corporate-tab-acord {
    height: auto;
    position: static;
    max-width: 377px;
    margin: 20px 0;
  }

  .corporate-tab-acord .-center {
    justify-content: flex-start;
  }

  .corporate-tab-acord a {
    width: 100%;
    text-align: left;
    box-sizing: border-box;
  }

  .corporate-tab-top {
    top: -30000px;
    left: -30000px;
    position: absolute;
  }

  .partner-slider .swiper {
    margin: 20px 0;
  }

  .anketa {
    background-position: -484px 0;
  }

  .doc-col {
    width: 100%;
    float: none;
  }

  .biblio__link.-active a {
    height: 218px;
    justify-content: center;
  }

  .biblio__link.-active a span {
    min-height: 10px;
  }

  .biblio__link {
    flex-direction: column;
    max-width: 377px;
  }

  .biblio__link svg {
    width: 87px;
    min-width: 87px;
    height: 87px;
  }

  .biblio__link a {
    width: 100%;
    padding-right: 15px;
    justify-content: flex-start;
  }

  .material-item:nth-of-type(4n-3) {
    margin-left: 30px;
  }

  .material-item:nth-of-type(3n-2) {
    margin-left: 0;
  }

  .constructor-galery .bx-wrapper {
    max-width: 531px !important;
  }

  .constructor-butB {
    text-align: center;
  }

  .constructor-but.-apply {
    margin: 0 0 20px;
  }

  .read__more-item,
  .read__more-link,
  .material-item,
  .myth__showcase-item.-first {
    width: calc(33.33333% - 20px);
  }

  .myth__showcase-col.-cont {
    width: calc(66.66666% - 10px);
  }

  .myth__showcase-col.-cont .myth__showcase-item {
    width: calc(50% - 15px);
  }

  .myth__showcase-col.-cont .myth__showcase-item:nth-of-type(n + 3) {
    margin-top: 30px;
  }

  .foot__nav-li {
    padding: 0 10px !important;
  }

  .foot__nav-li span {
    display: none;
  }

  .foot__top .foot__top-item:last-child {
    width: 52.5%;
  }

  .page404 {
    padding: 60px 0;
  }

  .page404 img {
    margin: 0 0 30px 0;
  }

  .page404 .links {
    display: flex;
    max-width: 440px;
    width: 100%;
    margin: auto;
    justify-content: space-between;
  }

  .page404 .links a {
    width: 200px;
    height: 55px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    line-height: 20px;
    color: #fff;
    font-weight: bold;
    background-color: #00648f;
    transition: all 0.3s ease-in-out;
  }

  .page404 .links a:hover {
    background: #01557a;
  }

  .page404 .mess {
    font-size: 22px;
    line-height: 30px;
    color: #0e0e0e;
    margin: 0 0 60px 0;
  }

  .page404 .mess span {
    font-size: 40px;
    line-height: 42px;
    display: block;
    color: #555;
    margin: 0 0 10px 0;
  }

  .page-work .interview-detail__head.modeText .img img {
    height: 100%;
    position: absolute;
  }

  .page-work .interview-detail__head.modeText .text {
    width: 40%;
    font-size: 16px;
    line-height: 20px;
    padding: 0 15px 0 15px;
  }

  .page-work a.news-more.workBtn {
    font-size: 18px;
  }

  .page-work .more-news.add .more-news-item {
    margin: 0 20px 20px 0 !important;
  }

  .page-work .more-news.add .more-news-item:nth-child(2n + 2) {
    margin: 0 0 20px 0 !important;
  }

  .page-work .more-news-item {
    margin: 0 20px 20px 0;
  }

  .page-work .more-news-item:nth-child(3) {
    width: 100%;
    margin: 0 0 20px 0;
    justify-content: space-between;
  }

  .page-work .more-news-item:nth-child(3) .news__list-item {
    flex: none;
    margin: 0;
  }

  .page-work .more-news-item:nth-child(2n + 2) {
    margin: 0 0 20px 0;
  }

  .page-work .more-news-item .news__list-item {
    margin: 0 0 20px 0;
  }

  .page-work .more-news-item:first-child .news__list-item {
    height: 530px;
  }

  .page-work .work-town-item {
    margin: 0 20px 40px 0;
  }

  .page-work .work-town-item:nth-child(4n + 4) {
    margin: 0 20px 40px 0;
  }

  .page-work .work-town-item:nth-child(3n + 3) {
    margin: 0 0 40px 0;
  }

  .page-work .work-tree div:nth-child(2n + 2) {
    margin: 0 0 30px 0 !important;
  }

  .page-work .work-partners-item {
    width: 100%;
    margin: 0 0 30px 0 !important;
  }

  .page-work .color-tree .categor__elem-item:nth-child(3n + 3) {
    margin: 0;
  }

  .page-work .color-tree .categor__elem-item .categor__link--color-8 {
    margin-left: 0;
    margin-top: 24px;
  }

  .color-tree .categor__elem-item {
    width: calc(100% / 3 - 2%);
    margin: 0 calc((100% - ((100% / 3 - 2%) * 3)) / 2) 0 0;
  }

  .color-tree .categor__elem-item:nth-child(4n + 4) {
    margin: 0 calc((100% - ((100% / 3 - 2%) * 3)) / 2) 0 0 !important;
  }

  .color-tree--duo .categor__elem-item--two {
    width: calc(100% / 2 - 1.5%);
  }

  .color-tree--duo .categor__elem-item--two:last-child {
    margin-right: 0;
  }

  .work-tree div {
    width: calc(100% / 2 - 10px) !important;
    margin: 0 calc(100% - (100% - 20px)) 30px 0;
  }

  .page-work .work-tree div:nth-child(3n + 3) {
    margin: 0 calc(100% - (100% - 20px)) 30px 0;
  }

  .work-town-item {
    width: calc(100% / 3 - (20px * 2) / 3);
  }

  .more-news-item:nth-child(3) .news__list-item {
    width: calc(100% / 2 - 20px / 2);
  }

  .more-news-item {
    width: calc(100% / 2 - 20px / 2);
  }

  .more-news.add .more-news-item {
    width: calc(100% / 2 - 20px / 2) !important;
  }

  .foot {
    height: auto;
    padding-bottom: 30px;
  }

  .foot__logos-item {
    margin-left: 20px;
  }

  .foot__nav {
    margin-top: 30px;
    padding: 12px 0 0 35px;
  }

  .foot__bottom-item {
    width: 100%;
  }

  .foot__bottom-item:nth-child(3),
  .foot__bottom-item:nth-child(2) {
    width: 50%;
  }

  .foot__app {
    float: left;
    width: 326px;
    justify-content: space-between;
    margin-left: auto;
    margin-right: auto;
  }

  .foot__app-item {
    margin-left: 0;
  }

  .foot__app-item:first-child {
    display: none;
  }
  .foot__app-item img {
    width: 100px;
  }
  .foot__social {
    float: right;
    padding: 0;
    width: 100%;
  }

  .arrow-top-pages {
    display: none;
  }

  .feedback__title {
    font-size: 24px;
  }

  .feedback__elem-item {
    margin-top: 24px;
  }

  .feedback__elem-item {
    width: calc(50% - 15px);
  }

  .carusel__content-title {
    font-size: 38px;
    line-height: 1.4;
    width: 410px;
    padding-top: 99px;
  }

  .carusel__content-txt {
    font-size: 22px;
    padding-top: 41px;
  }

  .carusel__controls {
    bottom: 40px;
  }

  .content-shadow .pic-prog-dev-head {
    width: 100%;
    max-width: 100%;
  }

  .pic-prog-dev-wrap {
    padding-bottom: 0;
  }

  .pic-prog-dev-col-left,
  .pic-prog-dev-col-right {
    float: none;
    width: auto;
  }

  .pic-prog-dev-col-left img {
    margin-left: 0;
    margin-right: 0;
  }

  .pic-prog-dev-mob-left {
    float: left;
    width: 47%;
  }

  .pic-prog-dev-mob-right {
    float: right;
    width: 52%;
  }

  .categor__elem.-big-4 .-tablet-order-1 {
    order: 1;
  }

  .categor__elem.-big-4 .-tablet-order-2 {
    order: 2;
  }

  .categor__elem.-big-4 .categor__link--color-8 {
    width: 100%;
    margin: 24px 0 0;
  }

  .categor__elem.-big-4 .categor__elem-item {
    width: 345px;
  }

  .categor__elem.-big-4 .categor__elem-item--two {
    width: 100%;
  }
}

@media screen and (max-width: 926px) {
  .swiper-container.-top {
    max-width: 3000px;
    margin-left: 40px;
    margin-right: 40px;
  }

  .swiper-container.-top .swiper-slide {
    background-size: 100% auto;
  }
}

@media screen and (max-width: 765px) {
  .page {
    width: 100%;
    box-sizing: border-box;
  }

  h1,
  .h1 {
    font-size: 30px;
    margin: 0 0 20px;
  }

  h2,
  .h2 {
    font-size: 24px;
  }

  .title {
    font-size: 34px;
    padding-top: 25px;
  }

  .m-hide {
    display: none;
  }

  .head-fix {
    display: none;
  }

  .head {
    position: relative;
  }

  .head.translate {
    transform: translateY(0);
  }

  .head__elem {
    justify-content: space-between;
    height: 70px !important;
  }

  .head__elem-item--logo {
    width: auto;
  }

  .head__elem-item--menu {
    width: auto;
    height: 24px;
  }
  .head__elem-item--bookmark {
    display: none;
  }
  .head__elem-item--menu:before {
    display: none;
  }

  .head__elem-item--city {
    display: none;
  }

  .head__elem-item--phone {
    display: none;
  }
  .autch_on .head__elem-item--menu {
    width: 138px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
  }
  .autch_on .autch-mob-div .head__bookmark-item {
    height: 29px;
  }
  .head__logo {
    width: 90px !important;
  }

  .head__logo img {
    width: 90px !important;
  }

  .head__menu {
    padding: 0;
    width: 32px;
  }

  .head__menu-txt {
    display: none;
  }

  .head__bookmark-icon {
    width: 36px;
    height: 29px;
  }

  .head__lang {
    font-size: 21px;
    position: relative;
    top: -3px;
  } /*.head__lang-list {
    right: 5px;
  }*/

  .head__lang-list {
    transform: translateY(40px);
  }

  .head__lang-list.active {
    transform: translateY(20px);
  }

  .popup-forms__btn_lk {
    margin-top: -53px;
  }

  .search {
    width: 100%;
  }

  .search__form {
    padding: 15px;
  }

  .search__btn {
    width: 48px;
    text-indent: -9999px;
    overflow: hidden;
  }

  .search__btn:before {
    content: "";
    width: 36px;
    height: 29px;
    background: url("/common/image/new/main/top/search.svg");
    margin: auto;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
  }

  .search__field {
    width: calc(100% - 58px);
  }

  .menu {
    display: none;
  }

  .menu-phone {
    position: absolute;
    top: 70px;
    left: 0;
    right: 0;
    display: none;
    background: #fff;
    border-bottom: 1px solid #c7d4da;
  }

  .menu-phone.active {
    display: block;
  }

  .menu-phone__top {
    background: #00648f;
  }

  .menu-phone__top.active {
    display: none;
  }

  .menu-phone__top-item {
    box-sizing: border-box;
    margin-top: 2px;
    position: relative;
  }

  .menu-phone__top-item:first-child {
    margin-top: 0;
  }

  .menu-phone__top-a {
    color: #fff;
    text-decoration: none;
    display: flex;
    height: 80px;
    box-sizing: border-box;
    padding-left: 15px;
    padding-right: 75px;
    align-items: center;
    font: 20px/1.2 "PT Sans", sans-serif;
    background: #12749e;
  }

  .menu-phone__top-a:hover {
    color: #fff;
    background: #00648f;
  }

  .menu-phone__top-btn {
    margin: auto;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 65px;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .menu-phone__top-btn svg {
    width: 8px;
    height: 16px;
    fill: #fff;
  }

  .menu-phone__head {
    padding: 35px 0 14px;
  }

  .menu-phone__head-phone {
    border: 1px solid #c7d4da;
    border-left: none;
    border-right: none;
    box-sizing: border-box;
    padding: 13px 15px 9px;
    text-align: center;
  }

  .menu-phone__head-phone-title {
    display: block;
    color: #555;
    font: 11px/1 "PT Sans", sans-serif;
    text-transform: uppercase;
    letter-spacing: 0.009em;
  }

  .menu-phone__head-phone-num {
    color: #e9392c;
    text-decoration: none;
    font: 37px/1 "Roboto", sans-serif;
    display: block;
    transition: color 0.1s linear;
    margin-top: 3px;
  }

  .menu-phone__head-phone-num:hover {
    color: #00648f;
  }

  .menu-phone__bookmark {
    box-sizing: border-box;
    padding: 0 15px;
    margin-top: 18px;
  }

  .menu-phone__bottom-item {
    display: none;
  }

  .menu-phone__bottom-item.active {
    display: block;
  }

  .menu-phone__bottom-close {
    height: 80px;
    background: #12749e;
    color: #fff;
    font: 18px/1 "PT Sans", sans-serif;
    box-sizing: border-box;
    padding: 0 24px;
  }

  .menu-phone__bottom-close span {
    display: inline-block;
    vertical-align: middle;
  }

  .menu-phone__bottom-icon {
    fill: #fff;
    display: inline-block;
    width: 8px;
    height: 80px;
    transform: rotate(180deg);
    vertical-align: middle;
    margin-right: 32px;
  }

  .menu-phone-arrow {
    margin: auto;
    position: absolute;
    top: 25px;
    right: -8px;
    width: 32px;
    height: 30px;
    cursor: pointer;
    transform: rotate(90deg);
  }

  .menu-phone-arrow.active {
    transform: rotate(-90deg);
  }

  .menu-phone-arrow svg {
    width: 8px;
    height: 16px;
    margin: auto;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    fill: #989898;
  }

  .categor__elem-item--two {
    width: 100% !important;
  }

  .categor__link {
    height: 142px;
    margin-top: 6px;
    font-size: 13px;
  }

  .categor__link--two,
  .categor__link--large {
    height: 142px;
    font-size: 18px;
  }

  .categor__link--one {
    font-size: 18px;
  }

  .categor__link--color-6 {
    width: 100%;
  }

  .categor__link--color-8 {
    margin-top: 6px;
    margin-left: 0;
    width: 100%;
  }

  .categor__link-icon {
    width: 60px;
    height: 60px;
    margin: 28px 0 5px;
  }

  .categor__link-icon img {
    max-width: 100%;
    height: auto;
    max-height: 100%;
  }

  .categor__link-box-two {
    display: flex;
    align-items: center;
    height: 100%;
    line-height: 1.3;
  }

  .categor__link-box-two img {
    max-width: 70px;
    left: 20px;
  }

  .news__elem {
    margin-top: 10px;
  }

  .news__big-content {
    padding: 0 20px 20px;
  }

  .news__small {
    height: auto;
  }

  .news__small .news__small-content {
    height: auto;
  }

  .news__small-img,
  .news__small-content {
    width: 100%;
    flex: none;
    box-sizing: border-box;
  }

  .news__small-preview {
    display: none;
  }

  a.news-more {
    margin-top: 35px;
  }

  .maps-wrapper {
    margin-top: 35px;
  }

  .maps-wrapper .maps {
    height: 400px;
    background-size: auto 400px;
  }

  .maps-wrapper .maps__btn {
    width: 280px;
    height: 136px;
    font-size: 17px;
    line-height: 1.47;
    text-align: center;
  }

  .maps-wrapper .maps__btn-icon {
    display: block;
    margin: 23px auto 9px;
  }

  .museum-wrap {
    height: 40px;
    overflow: hidden;
  }

  .museum-nav {
    display: block;
    white-space: nowrap;
    overflow-y: none;
    overflow-x: auto;
    height: 60px;
    -webkit-overflow-scrolling: touch;
  }

  .museum-nav__item {
    font-size: 16px;
    display: inline-block;
    margin-left: 28px;
  }

  .museum-nav__item:first-child {
    margin-left: 0;
  }

  .museum-box {
    background: none;
    padding-top: 20px;
    height: auto;
  }

  .museum-box__content {
    height: auto;
  }

  .museum_medal_about_text {
    max-height: 100%;
    overflow-y: auto;
  }

  .museum-box__content-txt {
    position: static;
    width: 100%;
  }

  .museum-box__content-img {
    position: static;
    width: 100%;
    margin-top: 30px;
  }

  .virtual-tour-box__head iframe {
    height: 300px;
  }

  .virtual-tour-box__bottom {
    padding-left: 15px;
    padding-right: 15px;
  }

  .interview-box__img {
    float: none;
    width: 100%;
    height: auto;
    padding-top: 140%;
  }

  .interview-box__content {
    height: auto;
    margin-top: 24px;
  }

  .interview-detail__head {
    flex-direction: column;
  }

  .interview-detail__head-img {
    width: 100%;
    min-height: 1px;
    padding-top: 140%;
  }

  .interview-detail__head-txt {
    padding: 20px 15px;
    width: 100%;
  }

  .interview-detail__head-txt-middle {
    width: 100%;
    padding: 0;
  }

  .interview-detail__content h3,
  .interview-detail__content strong em,
  .interview-detail__content em strong,
  .interview-detail__content i,
  .interview-detail__content em b,
  .interview-detail__content b em {
    font-size: 16px;
  }

  .table {
    flex-wrap: wrap;
    border: none;
  }

  .table__item {
    width: 100%;
    border: none;
    padding: 15px;
  }

  .table__head,
  .table__hide {
    border-bottom: 1px solid #c8c8c8;
  }

  .votes__elem-item {
    padding: 20px 20px 15px;
    margin-bottom: 15px;
  }

  .votes__title {
    font-size: 16px;
    margin-top: 13px;
  }

  .votes__link {
    margin-top: 9px;
  }

  .votes-page__title-small {
    font-size: 20px;
  }

  .votes-page__box {
    padding: 20px 20px 46px;
  }

  .votes-page__btn {
    width: 100%;
  }

  .votes-page__disable {
    font-size: 16px;
  }

  .votes-page__result-row {
    flex-direction: column;
    border-bottom: 1px solid #c7d4da;
    padding-bottom: 28px;
  }

  .votes-page__result-row-name {
    width: 100%;
  }

  .votes-page__result-row-name:after {
    display: none;
  }

  .votes-page__result-row-num {
    margin-top: 10px;
    width: 100%;
  }

  .votes-page__result-row-progress {
    margin-top: 16px;
    width: 100%;
  }

  .votes-page__more {
    margin-bottom: 30px;
  }

  .table-box__elem th,
  .table-box__elem td {
    padding: 15px;
    font-size: 16px;
  }

  .reviews__left,
  .reviews__right {
    flex-direction: column;
    margin-left: 0;
    margin-right: 0;
    padding: 0 15px;
    margin-top: 24px;
  }

  .reviews__right .reviews__photo {
    order: -1;
  }

  .reviews__photo {
    margin: 20px auto;
  }

  .reviews__content {
    width: 100%;
  }

  .reviews__head {
    flex-direction: column;
  }

  .reviews__head-item {
    width: 100%;
  }

  .reviews__name {
    margin-bottom: 17px;
  }

  .reviews__txt {
    padding-left: 40px;
  }

  .reviews__txt svg {
    width: 30px;
  }

  .maps-nav {
    flex-direction: column;
  }

  a.maps-nav__item {
    margin-left: 0;
    height: 60px;
    margin-top: 15px;
    padding: 25px;
  }

  a.maps-nav__item:first-child {
    margin-top: 0;
  }

  .maps-filter {
    flex-direction: column;
  }

  .maps-filter__item {
    width: 100%;
    margin: 15px 0 0;
  }

  .maps-filter__item:first-child {
    margin-top: 0;
  }

  .maps #YMapsID {
    /*height: 300px;*/
  }

  .maps__sticker {
    display: none;
  }

  .faq-header {
    flex-direction: column;
  }

  .faq-header__left {
    width: 100%;
  }

  .faq-header__right {
    width: 100%;
  }

  .faq {
    margin-bottom: 60px;
  }

  .faq__categor {
    font-size: 24px;
  }

  .faq__box-link {
    font-size: 16px;
  }

  .faq__box-content {
    font-size: 16px;
  }

  .spk-box__elem-txt {
    padding: 15px;
  }

  .spk-box__elem-content-item--btns {
    flex-direction: column;
  }

  .spk-box__elem-content-item--btns a {
    margin-right: 0;
    width: 100%;
  }

  .spk-column__title {
    font-size: 24px;
  }

  .spk-lights {
    flex-wrap: wrap;
    justify-content: space-between;
  }

  .spk-lights__item {
    flex: none;
    width: 47.5%;
    margin-left: 0;
    margin-bottom: 12px;
  }

  .spk-lights-sticker__item {
    font-size: 16px;
  }

  .specialists__img {
    width: 60px;
    height: 60px;
    margin-right: 15px;
  }

  .specialists__txt-name {
    font-size: 18px;
  }

  .spk-votes {
    flex-direction: column;
    height: auto;
  }

  .spk-votes__amount {
    width: 100%;
    margin-top: 20px;
  }

  .spk-votes__controls-item {
    margin: 20px 10px;
  }

  .spk-votes__controls-item:first-child {
    display: none;
  }

  .spk-votes-sticker__item {
    padding-left: 0;
  }

  .spk-votes-sticker__icon {
    display: none;
  }

  .spk-votes-sticker__txt {
    font-size: 16px;
  }

  .spk-together__elem {
    flex-direction: column;
  }

  .spk-together__elem-item {
    margin: 20px 0 0;
    width: 100%;
  }

  .spk-together__elem-item:first-child {
    margin-top: 0;
  }

  .spk-together__field {
    height: 45px;
    font-size: 16px;
    padding: 0 15px;
  }

  .spk-btn-box {
    flex-direction: column;
  }

  .spk-btn-box__item {
    width: 100%;
  }

  .spk-btn-box__item:last-child {
    margin-top: 25px;
  }

  .spk-btn {
    width: 100%;
    height: 45px;
    font-size: 16px;
    line-height: 45px;
  }

  .spk-opinions__elem-item {
    padding: 20px 15px;
  }

  .spk-opinions__elem-content {
    font-size: 16px;
  }

  .spk-widget {
    flex-direction: column;
    margin-bottom: 30px;
  }

  .spk-widget__item {
    width: 100%;
    margin-bottom: 15px;
  }

  .spk-faqs__item {
    padding: 15px 40px 15px 15px;
  }

  .spk-faqs__btn svg {
    right: -20px;
  }

  .spk-faqs__btn {
    font-size: 16px;
  }

  .spk-faqs__content {
    font-size: 16px;
  }

  .together-box__elem {
    flex-direction: column;
  }

  .together-box__elem-item {
    margin-top: 40px;
  }

  .together-box__elem-item:first-child {
    margin-top: 0;
  }

  .together-box__elem-line {
    display: none;
  }

  .together-half {
    flex-direction: column;
  }

  .together-half__item {
    margin-left: 0;
  }

  .together-half__title {
    font-size: 16px;
  }

  .spk-finish__left {
    padding: 20px;
  }

  .spk-finish__right {
    padding: 20px;
    overflow: hidden;
  }

  .spk-finish__date-title {
    font-size: 20px;
  }

  .spk-finish__date-title svg {
    margin-top: -5px;
  }

  .spk-finish__date-events {
    height: 40px;
    font-size: 20px;
    line-height: 40px;
  }

  .spk-finish__title {
    font-size: 20px;
  }

  .spk-finish__title-small {
    font-size: 16px;
  }

  .spl-finish-share__middle {
    padding: 0 10px;
  }

  .spl-finish-share__middle-title {
    display: none;
  }

  .spl-finish-share__middle-icons {
    margin-left: 0;
  }

  .spk-karta-donora-btn {
    flex-direction: column;
  }

  .spk-karta-donora-btn__item {
    margin-left: 0;
  }

  .categor__elem-item {
    width: calc(50% - 3px);
  }

  .page-work {
    font-size: 16px;
  }

  .page-work p {
    margin: 20px 0;
  }

  .page-work ul li {
    margin: 20px 0;
  }

  .read__more-head {
    font-size: 20px;
  }

  .read__more-head {
    font-size: 20px;
  }

  .read__more-head:before {
    top: 15px;
  }

  .read__more-item {
    width: 100%;
  }

  .read__more-item:nth-of-type(n + 2) {
    display: none;
  }

  .read__more-link {
    width: 48%;
  }

  .read__more-link:nth-of-type(n + 3) {
    display: none;
  }

  .news__list-item {
    width: 100%;
  }

  .news__list-head {
    margin: 0 0 13px;
  }

  .news__list-date {
    margin: 0 0 22px;
  }

  .news__list-anonce {
    display: none;
  }

  .news__list-desc {
    max-height: 3000px;
    padding: 21px 18px 35px;
  }

  .news__review .news__list-item {
    width: 100%;
  }

  .news__review > .news__list-item .news__list-pic {
    display: none;
  }

  .news__review > .news__list-item .news__list-pic,
  .news__review > .news__list-item .news__list-desc {
    float: none;
    width: 100%;
  }

  .media__top {
    flex-direction: column;
  }

  .media__top-link {
    width: 100%;
    margin-top: 10px;
  }

  .video__wrap .news__list-item,
  .media__wrap .news__list-item {
    width: 100%;
  }

  blockquote {
    font-size: 18px;
    margin-left: 0;
    padding-left: 54px;
  }

  .myth__showcase.-touch .myth__showcase-item:hover .myth__showcase-pop {
    display: none;
  }

  .myth__showcase.-touch .myth__showcase-item:hover .myth__showcase-h,
  .myth__showcase.-touch .myth__showcase-item:hover .myth__showcase-desc {
    opacity: 1;
    -ms-filter: none;
    filter: none;
  }

  .myth__showcase.-touch .myth__showcase-item.-up .myth__showcase-desc {
    padding-bottom: 20px;
    border-bottom: 1px solid #fff;
  }

  .myth__showcase.-touch .myth__showcase-item.-up .myth__showcase-pop {
    top: 0;
    left: 0;
    opacity: 1;
    -ms-filter: none;
    filter: none;
    display: block;
    height: auto;
    position: relative;
    max-height: 3000px;
    padding: 13px 0 0;
  }

  .myth__showcase.-touch .myth__showcase-item.-up .myth__showcase-pop-scrollB {
    max-height: 3000px;
  }

  .myth__showcase.-touch .myth__showcase-item.-up .myth__showcase-pop-scroll {
    display: none;
  }

  .myth__showcase.-touch
    .myth__showcase-item.-up
    .myth__showcase-pop
    .-forAppendArrow {
    padding-bottom: 1px;
  }

  body .history-slider .swiper-zt {
    padding-left: 15px;
    padding-right: 15px;
  }

  body .history-slider .swiper-slide {
    padding: 0 25px 10px;
  }

  body .history-slider {
    padding: 0;
  }

  .history-wrap-slider {
    padding: 0;
    margin: 0 -15px;
  }

  .history-date {
    font-size: 30px;
  }

  .history-pic {
    float: none;
    margin-left: auto;
    margin-right: auto;
  }

  .-history-bg-slide {
    background-position: 50% 50%;
  }

  .country-flagB-item {
    width: 44px;
    margin: 0 4px;
  }

  .groups-item {
    width: 50%;
  }

  .groups-item:nth-of-type(3) {
    border-left: none;
  }

  .component {
    margin-top: 30px;
  }

  .component-loupe {
    float: none;
    margin-left: auto;
    margin-right: auto;
  }

  .page .component .component-row {
    margin: 25px 0;
    padding: 1px 0;
  }

  .page .component .component-pic {
    max-width: 272px;
    float: none;
    margin: 0 auto 20px;
  }

  .page .component .component-desc {
    padding: 0;
    text-align: left;
  }

  .codecs .-rightQ {
    flex-direction: column-reverse;
  }

  .codecs .-leftQ {
    flex-direction: column;
  }

  .codecs-col-big,
  .codecs-quote {
    width: 100%;
  }

  .codecs-quote {
    margin: 0;
  }

  .page .codecs .codecs-col-big {
    padding: 0;
  }

  .codecs-row {
    margin: 0;
  }

  .codecs-row .codecs-item:first-of-type {
    margin-top: 30px;
  }

  .codecs-row .codecs-item:last-of-type {
    margin-bottom: 30px;
  }

  .child-bnr {
    margin-top: 40px;
  }

  .child-img {
    display: none;
  }

  .child-babl {
    margin: 0;
    padding: 16px 25px;
  }

  .child-babl::before {
    display: none;
  }

  .corporate {
    margin-bottom: 30px;
  }

  .anketa {
    padding-top: 50%;
    padding-left: 25px;
    background-size: 100% auto;
    background-position: 50% 0;
  }

  .constructor-group {
    margin-bottom: 0;
  }

  .constructor-list {
    font-size: 22px;
  }

  .constructor-viewer,
  .constructor-editor {
    float: none;
    width: 100%;
  }

  .constructor-editor {
    padding-left: 0;
    padding-top: 20px;
  }

  .myth__showcase-col.-cont,
  .myth__showcase-item.-first {
    width: 100%;
  }

  .myth__showcase-col.-cont .myth__showcase-item {
    width: 100%;
    height: auto;
  }

  .myth__showcase-col.-cont .myth__showcase-item:nth-of-type(n) {
    margin-top: 30px;
  }

  .js-one-metro {
    font-size: 14px;
    line-height: 18px;
  }

  #colorbox.metropo .wrapmetro {
    padding: 18px 20px !important;
  }

  #colorbox.regions .popup-wrapper {
    padding: 30px 20px;
  }

  #colorbox.regions .select-wrapper {
    width: 280px;
  }

  .ik_select_dropdown .ik_select_list {
    width: 280px !important;
    white-space: normal;
  }

  .ik_select_dropdown .ik_select_list ul li {
    width: 280px;
  }

  .ik_select_link_text {
    padding: 0px 30px 0 13px;
  }

  .page404 {
    padding: 40px 0;
  }

  .page404 img {
    margin: 0 0 20px 0;
    max-width: 100%;
  }

  .page404 .links {
    display: flex;
    max-width: 440px;
    width: 100%;
    margin: auto;
    justify-content: space-between;
  }

  .page404 .links a {
    width: 48%;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    line-height: 18px;
    color: #fff;
    font-weight: normal;
    background-color: #00648f;
    transition: all 0.3s ease-in-out;
  }

  .page404 .links a:hover {
    background: #01557a;
  }

  .page404 .mess {
    font-size: 16px;
    line-height: 24px;
    color: #0e0e0e;
    margin: 0 0 40px 0;
  }

  .page404 .mess span {
    font-size: 30px;
    line-height: 32px;
    display: block;
    color: #555;
    margin: 0 0 20px 0;
  }

  .bs-send {
    margin: 30px 0 0 0;
    padding: 10px 0 0 0;
    display: block;
  }

  .bs-send .spk-btn {
    background: #d2462f;
  }

  .bs-send .spk-btn:hover {
    background: #d03b23;
  }

  .bs-send .rd {
    display: none;
  }

  .bs-send .code {
    color: #838383;
    font-size: 18px;
    line-height: 18px;
    display: block;
  }

  .bs-send .captcha-block {
    display: flex;
    align-items: center;
  }

  .bs-send .captcha-block img {
    margin: 15px 10px 15px 0;
  }

  .bs-send .captcha-block input {
    width: 112px !important;
    height: 36px;
    text-align: center;
  }

  .bs-list .together-half__title {
    padding: 0 0 20px 0;
  }

  .bs-list .app-blood-station-item {
    display: block;
    margin: 0 0 15px 0;
  }

  .bs-list .app-blood-station-item .name {
    font-size: 18px !important;
  }

  .bs-list .app-blood-station-item .name,
  .bs-list .app-blood-station-item .select-text {
    color: #00648f;
    font-size: 16px;
    transition: all 0.3s ease-in-out;
  }

  .bs-list .app-blood-station-item .select-text {
    margin: 0 0 0 5px;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
  }

  .bs-list .app-blood-station-tooltip {
    display: none;
    color: #161616;
    font-size: 16px;
    line-height: 22px;
    padding: 10px 0 0 0;
    margin: 0 0 0 -25px;
  }

  .bs-list .app-blood-station-tooltip span {
    color: #929292;
  }

  #colorbox.popFB #sendFeedbackForm {
    width: 100%;
    max-width: 600px;
  }

  #colorbox.popFB #sendFeedbackForm .feedback {
    padding: 20px;
    margin: 0 !important;
  }

  #colorbox.popFB #sendFeedbackForm .feedback__fields {
    height: 30px;
  }

  #colorbox.popFB #sendFeedbackForm .feedback__fields--textarea {
    height: 110px;
  }

  #colorbox.popFB #sendFeedbackForm .feedback__field-title {
    color: #161616;
    font-size: 16px;
    line-height: 16px;
    width: 100% !important;
  }

  #colorbox.popFB #sendFeedbackForm .captcha-block {
    flex-wrap: wrap;
    max-width: none;
    justify-content: center;
  }

  #colorbox.popFB #sendFeedbackForm .captcha-block .js-captcha-img {
    order: 1;
    width: auto;
  }

  #colorbox.popFB #sendFeedbackForm .captcha-block #field_code {
    order: 2;
    margin: 10px 0 0 0;
    width: 100%;
  }

  #colorbox.popFB #sendFeedbackForm .feedback__elem-item {
    width: 100%;
    margin-top: 15px;
    display: block;
  }

  #colorbox.popFB #sendFeedbackForm .feedback__elem-item:last-child {
    position: relative;
    right: 0;
    width: 100% !important;
    bottom: 0;
  }

  #colorbox.popFB
    #sendFeedbackForm
    .feedback__elem-item
    .feedback__field-arrow {
    width: 100%;
  }

  #colorbox.popFB #sendFeedbackForm .feedback__elem-item:nth-child(3) {
    margin: 15px 0 0 0;
  }

  #colorbox.popFB #sendFeedbackForm .feedback__elem-item:nth-child(1),
  #colorbox.popFB #sendFeedbackForm .feedback__elem-item:nth-child(2) {
    width: 100%;
    margin: 15px 0 0 0 !important;
  }

  #colorbox.popFB
    #sendFeedbackForm
    .feedback__elem-item:nth-child(1)
    .feedback__field-title,
  #colorbox.popFB
    #sendFeedbackForm
    .feedback__elem-item:nth-child(2)
    .feedback__field-title {
    display: none;
  }

  #colorbox.popFB
    #sendFeedbackForm
    .feedback__elem-item:nth-child(1)
    .feedback__field-title,
  #colorbox.popFB
    #sendFeedbackForm
    .feedback__elem-item:nth-child(2)
    .feedback__field-title,
  #colorbox.popFB
    #sendFeedbackForm
    .feedback__elem-item:nth-child(1)
    .feedback__fields,
  #colorbox.popFB
    #sendFeedbackForm
    .feedback__elem-item:nth-child(2)
    .feedback__fields {
    width: 100%;
  }

  #colorbox.popFB
    #sendFeedbackForm
    .feedback__elem-item
    .feedback__field-title {
    width: 100%;
    max-width: none;
    min-width: 0;
  }

  .page-work a.news-more.workBtn {
    font-size: 16px;
  }

  .page-work .more-news.add .more-news-item {
    width: 100% !important;
    margin: 0 0 30px 0 !important;
    height: 200px !important;
  }

  .page-work .more-news.add .more-news-item:nth-child(2n + 2) {
    margin: 0 0 30px 0 !important;
  }

  .page-work .more-news.add .more-news-item .news__list-item {
    height: 200px !important;
    margin: 0 0 30px 0;
  }

  .page-work .more-news-item {
    width: 100% !important;
    margin: 0 0 30px 0 !important;
  }

  .page-work .more-news-item:first-child {
    height: auto;
  }

  .page-work .more-news-item:first-child .news__list-item {
    height: 400px !important;
  }

  .page-work .more-news-item:nth-child(3) .news__list-item {
    width: 100% !important;
    margin: 0 0 30px 0 !important;
  }

  .page-work .more-news-item:nth-child(3) .news__list-item:last-child {
    margin: 0 !important;
  }

  .page-work .more-news-item:nth-child(2) .news__list-item {
    margin: 0 0 30px 0 !important;
  }

  .page-work .more-news-item:nth-child(2) .news__list-item:last-child {
    margin: 0 !important;
  }

  .page-work .more-news-item .news__list-item {
    height: 200px !important;
  }

  .page-work .interview-detail__head.regMode {
    padding: 20px 15px;
  }

  .page-work .interview-detail__head.regMode .img {
    width: 100%;
    max-width: 100%;
    min-width: 100%;
    margin: 0 0 10px 0;
  }

  .page-work .interview-detail__head.regMode .text {
    padding: 0;
  }

  .page-work .interview-detail__head.modeText {
    display: block;
    height: auto;
  }

  .page-work .interview-detail__head.modeText .img {
    position: relative;
    min-width: 0;
    height: 200px;
  }

  .page-work .interview-detail__head.modeText .text {
    width: 100%;
    box-sizing: border-box;
    font-size: 14px;
    line-height: 24px;
    padding: 20px 15px;
  }

  .page-work .work-town-item {
    margin: 0 10px 25px 0;
  }

  .page-work .work-town-item:nth-child(4n + 4) {
    margin: 0 10px 25px 0;
  }

  .page-work .work-town-item:nth-child(3n + 3) {
    margin: 0 10px 25px 0;
  }

  .page-work .work-town-item:nth-child(2n + 2) {
    margin: 0 0 25px 0;
  }

  .page-work .work-town-item .img {
    height: 140px;
    margin: 0 0 10px 0;
  }

  .page-work .work-tree div {
    width: 100% !important;
    margin: 0 0 30px 0 !important;
  }

  .page-work .work-partners-item {
    display: block;
    font-size: 16px;
  }

  .page-work .work-partners-item b {
    font-size: 18px;
    margin: 0 0 10px 0;
  }

  .page-work .work-partners-item .itSide:first-child {
    width: 100%;
    max-width: 100%;
    min-width: 100%;
  }

  .page-work .work-partners-item .img {
    width: 100%;
    height: 150px;
    max-width: 100%;
    min-width: 100%;
  }

  .page-work .work-partners-item .text {
    padding: 15px 0 0 0;
  }

  .page-work .color-tree .categor__elem-item:nth-child(2n + 2),
  .page-work .color-tree .categor__elem-item:nth-child(4n + 4) {
    margin: 0 !important;
  }

  .page-work .color-tree .categor__elem-item .categor__link--color-8 {
    margin-top: 6px;
  }

  .color-tree .categor__elem-item {
    width: calc(100% / 2 - 1%);
    margin: 0 calc(100% - ((100% / 2 - 1%) * 2)) 0 0;
  }

  .color-tree .categor__elem-item:nth-child(3n + 3) {
    margin: 0 calc(100% - ((100% / 2 - 1%) * 2)) 0 0 !important;
  }
  .color-tree--duo .categor__elem-item--two {
    margin-right: 0;
  }

  .work-town-item {
    width: calc(100% / 2 - 10px / 2);
  }

  .foot__top {
    justify-content: center;
  }

  .foot__logos {
    display: none;
  }

  .foot__nav {
    display: none;
  }

  .foot__bottom-item {
    width: 100%;
  }

  .foot__bottom-item:nth-child(3),
  .foot__bottom-item:nth-child(2) {
    width: 100%;
  }

  .foot__copyright {
    font-size: 16px;
    line-height: 1.3;
  }

  .foot__copyright span {
    display: none;
  }

  .foot__app {
    float: none;
    margin-left: auto;
    margin-right: auto;
    justify-content: center;
    flex-wrap: wrap;
    width: 300px;
  }
  .foot__app a:nth-child(2) {
    margin-right: 10px;
  }
  .foot__app a {
    margin-bottom: 10px;
  }
  .foot__social {
    margin: 30px 0 0 0;
  }

  .radio__txt {
    font-size: 16px;
  }

  .radio__txt:before {
    margin-top: 0;
  }

  .popup-forms {
    width: 280px;
    padding: 20px;
  }

  .popup-forms.donor {
    width: 280px;
  }

  .popup-forms__field.donor {
    width: 100%;
    float: none;
    margin-right: 0;
  }

  .popup-forms__info {
    flex-direction: column;
  }

  .popup-forms__info-link {
    margin: 0;
  }

  .app-login-soc__elem {
    justify-content: space-between;
  }

  .feedback {
    padding: 15px;
    margin-top: 20px;
  }

  .feedback__title {
    font-size: 20px;
  }

  .feedback__elem-item {
    width: 100%;
  }

  .feedback__elem-item .btn {
    width: 100%;
  }

  .carusel__content-title {
    font-size: 34px;
    line-height: 1.25;
    width: 100%;
    padding-top: 59px;
    text-shadow: 0 0 60px #fff;
  }

  .carusel__content-txt {
    font-size: 19px;
    padding-top: 18px;
    text-shadow: 0 0 60px #fff;
  }

  .carusel__controls {
    /*bottom: 5px;*/
    display: none;
  }

  .carusel__controls-box {
    justify-content: center;
  }

  .ik_select_link_text {
    line-height: 160%;
  }

  .categor__elem.-big-4 .categor__link--color-8 {
    margin-top: 6px;
  }

  .categor__elem.-bigText .-rPos,
  .categor__elem.-bigText .-topPos,
  .categor__elem.-bigText .-botPos {
    font-size: 14px;
  }

  .categor__elem.-bigText .-rPos {
    top: auto;
    bottom: 0;
  }

  .categor__elem.-bigText .-topPos {
    top: 0;
  }

  .categor__elem.-bigText .-botPos {
    bottom: 6px;
  }

  .categor__elem.-big-4 .categor__elem-item {
    width: calc(50% - 3px);
  }

  .typeSlider {
    padding: 0 35px;
  }
  .info_donation {
    padding: 10px 14px;
  }
}

@media screen and (max-width: 700px) {
  .material-item:nth-of-type(3n-2) {
    margin-left: 30px;
  }

  .material-item:nth-of-type(2n-1) {
    margin-left: 0;
  }

  .material-item {
    width: calc(50% - 15px);
  }
}

@media screen and (max-width: 640px) {
  .corporate-partner-pic {
    float: none;
    display: block;
    margin: 0 auto 10px;
  }

  .corporate-partner-picB figure {
    width: 100%;
    margin-bottom: 20px;
  }
}

@media screen and (max-width: 622px) {
  .constructor-galery .bx-wrapper {
    max-width: 247px !important;
  }
}

@media screen and (max-width: 560px) {
  .read__more-link {
    width: 100%;
    margin-bottom: 22px;
  }

  .read__more-link:last-of-type {
    margin-bottom: 0;
  }

  .read__more-botB {
    flex-direction: column;
  }
}

@media screen and (max-width: 500px) {
  .bnr {
    width: auto;
    height: auto;
    padding: 20px;
  }

  .bnr.-noImgPad .bnr-text {
    padding: 10px 20px 20px;
  }

  .bnr.-news .bnr-img {
    width: auto;
    padding-left: 0;
    padding-right: 0;
  }

  .bnr.-news .bnr-text {
    padding-right: 0;
  }

  .bnr,
  .bnr-img,
  .bnr-text {
    display: block;
  }

  .bnr-text,
  .bnr-img {
    padding: 0;
  }

  .bnr-img {
    text-align: center;
  }

  .bnr-text {
    margin: 15px 0 0;
    transform: translateY(0);
  }

  .audio-player {
    padding: 0 36px;
  }

  .audio-player-slide {
    padding-bottom: 30px;
  }

  .audio .audio-player-a-prev {
    left: 4px;
  }

  .audio .audio-player-a-next {
    right: 4px;
  }

  .audio-pic {
    display: none;
  }

  .audio-serv {
    text-align: left;
    padding-left: 0;
  }

  .audio-serv span.time {
    margin-top: 10px;
  }

  .audio-row {
    display: flex;
    flex-direction: column-reverse;
  }

  .audio-row::before,
  .audio-row::after {
    display: none;
  }

  .popup {
    padding: 20px;
  }

  .page .child-slider-download {
    clear: both;
    float: left;
  }

  .material-item:nth-of-type(n) {
    margin-left: 0;
  }

  .material-item {
    width: 100%;
  }

  .swiper-container.-thumb {
    display: none;
  }
}

@media screen and (max-width: 440px) {
  .constructor-caption {
    margin-left: 0;
  }

  .constructor-big-col {
    margin-bottom: 0;
  }

  .page .constructor-small-col {
    width: 100%;
    margin-bottom: 20px;
  }
}

@media screen and (max-width: 430px) {
  .groups {
    padding: 20px 0;
  }

  .groups-item {
    width: 100%;
    border-left: none;
  }

  #popup #questContent {
    margin-left: 17px;
    margin-right: 17px;
  }

  .questContent-h {
    font-size: 18px;
  }

  .popup-forms__btn_lk {
    float: none;
    margin-bottom: 20px;
  }
}

@media screen and (max-width: 340px) {
  .constructor-galery .bx-prev {
    left: -9px;
  }

  .constructor-galery .bx-next {
    right: -9px;
  }
}

/** #region-form **/

.pages-nav {
  list-style: none;
}

.pages-nav:after {
  content: "";
  display: table;
  clear: both;
}

.pages-nav li {
  float: left;
  margin-right: 3px;
}

.pages-nav li:last-child a {
  width: auto;
  padding: 0 12px;
}

.pages-nav a,
.all_city_reg {
  width: 30px;
  height: 30px;
  text-decoration: none;
  font-size: 16px;
  font-weight: bold;
  border-radius: 30px;
  display: block;
  text-align: center;
  line-height: 30px;
  transition: all 0.1s;
}

.pages-nav a.hover,
.pages-nav a:hover,
.all_city_reg:hover {
  color: #e03227;
  cursor: pointer;
}

.pages-nav a.active,
.all_city_reg.active {
  background: #e03227;
  color: #fff;
}

.all_city_reg {
  width: auto;
  display: inline-block;
  padding: 0px 10px;
  margin-bottom: 5px;
  text-transform: uppercase;
}

.city-tabs {
  display: none;
  margin-top: 12px;
}

.city-tabs.active {
  display: block;
}

.city-tabs div {
  float: left;
  text-align: left;
  width: 30%;
}

.city-tabs a {
  display: block;
  cursor: pointer;
  margin-bottom: 6px;
}

.city-tabs a.active,
.city-tabs a:hover {
  color: #f00;
}

.city-tabs.active:before {
  display: table;
  content: " ";
}

.city-tabs.active:after {
  clear: both;
  display: table;
  content: " ";
}

/****/

.region-form-first .btn {
  display: inline-block;
  cursor: pointer;
}

.region-form-first ._color-blue.btn {
  background: #3756b1;
  margin-right: 10px;
}

.region-form-first ._color-blue.btn:hover {
  background: #2d4eae;
}

.tbl {
  display: table;
}

.tr {
  display: table-row;
}

.td {
  display: table-cell;
}

.city-tabs .tbl {
  width: 100%;
}

.city-tabs .td {
  width: 50%;
  padding-right: 10px;
  float: none;
}

@media screen and (max-width: 1000px) {
  #colorbox,
  #cboxWrapper,
  #cboxContent {
    max-width: 100%;
  }
}

@media screen and (max-width: 1660px) {
  .head__city-crop {
    max-width: 160px;
  }
}

.maps_position {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.al_sel_cen {
  -ms-align-self: center;
  align-self: center;
}

.flex_wrap {
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
}

.tac {
  text-align: center;
}

.cp {
  cursor: pointer;
}

.w80 {
  width: 80px;
}

.w100 {
  width: 100px;
}

.w180 {
  width: 180px;
}

.w200 {
  width: 200px;
}

.w260 {
  width: 260px;
}

.w320 {
  width: 320px;
}

.w340 {
  width: 340px;
}

.w58p {
  width: 58%;
}

.w100p {
  width: 100%;
}

.color_red {
  color: red;
}

.mt0 {
  margin-top: 0;
}

.mt5 {
  margin-top: 5px;
}
.mt30 {
  margin-top: 30px;
}
.mb0 {
  margin-bottom: 0px;
}

.mb10 {
  margin-bottom: 10px;
}

.mb15 {
  margin-bottom: 15px;
}

.mb20 {
  margin-bottom: 20px;
}
.mb30 {
  margin-bottom: 30px;
}
.mb45 {
  margin-bottom: 45px;
}
.pt5 {
  padding-top: 5px;
}

.pt10 {
  padding-top: 10px;
}

.ml5 {
  margin-left: 5px;
}

.ml10 {
  margin-left: 10px;
}

.mr5 {
  margin-right: 5px;
}

.mr10 {
  margin-right: 10px;
}

.h40 {
  height: 40px;
}

.h55 {
  height: 55px;
}

.dis_none {
  display: none;
}

.colorbox_aketa {
  padding: 40px 20px 50px 20px;
  width: 510px;
}

.colorbox_aketa .questContent-but {
  margin-top: 35px;
  margin-bottom: 0;
}

@media screen and (max-width: 551px) {
  .colorbox_aketa {
    min-width: 200px;
    width: auto;
  }
}

.fd_mid {
  padding-top: 5px;
  display: inline-block;
}

.feedback__elem-item .captcha-block .w120,
.captcha-block2 .w120 {
  width: 120px;
}

.constructor-big-col .ik_select_link {
  height: 34px;
  line-height: 25px;
}

.tab_news_all {
  margin-bottom: 20px;
}

.tab_news_all .feedback__field-arrow {
  width: 300px;
}
.tab_news_all--flex {
  display: flex;
  margin: 0 -15px 10px;
  flex-wrap: wrap;
  align-items: flex-start;
}
.tab_news_all--flex .feedback__field-arrow {
  margin: 0 15px 10px;
}
.tab_news_all--flex .btn {
  padding: 7px 40px;
}

.svg-lz {
  fill: #c53327;
}

.lang_en .foot__nav {
  justify-content: right;
}

.lang_en .news__small-tags {
  border: none;
}

.lang_en .news__small-tags a {
  display: none;
}

.lang_en .foot__bottom-item:nth-child(1) {
  width: 50%;
}

.lang_en .foot__bottom-item:nth-child(2) {
  display: none;
}

@media screen and (max-width: 1200px) {
  .lang_en .foot__bottom-item:nth-child(1) {
    width: 100%;
  }
}

@media (min-width: 766px) and (max-width: 979px) {
  .lang_en .item_order4 {
    width: 472px;
  }
}

@media (min-width: 980px) and (max-width: 1200px) {
  .lang_en .item_order1 {
    width: 100%;
    display: flex;
    justify-content: space-between;
  }

  .lang_en .item_order1 > .categor__link {
    width: 468px;
  }

  .lang_en .item_order1 > .categor__elem {
    width: 468px;
  }
}

@media (min-width: 1201px) and (max-width: 1660px) {
  .lang_en .item_order1 {
    width: 100%;
    display: flex;
    justify-content: space-between;
  }

  .lang_en .item_order1 > .categor__link {
    width: 570px;
  }

  .lang_en .item_order1 > .categor__elem {
    width: 570px;
  }
}

.lang_en .news__list-desc:before {
  bottom: 0px;
}

.lang_en .feedback_mt0 {
  margin-top: 0 !important;
}

.lang_en .read__more .-bg-2 {
  background: #38a2ec url("/common/data/image/pictures/facts.svg") no-repeat
    26px 50%;
  background-size: 64px auto;
}

@media screen and (max-width: 1660px) {
  .lang_en .read__more .-bg-2 {
    padding-left: 105px;
  }
}

@media screen and (max-width: 1660px) {
  .lang_en .read__more .-bg-3 {
    padding-left: 105px;
  }
}

@media screen and (max-width: 1200px) {
  .lang_en .read__more .-bg-3 {
    padding-left: 70px;
  }

  .lang_en .read__more .-bg-2 {
    padding-left: 56px;
    background-position: 6px 50%;
    background-size: 46px auto;
  }
}

.lang_en .categor__elem .-topPos {
  top: 40px;
}

.lang_en .media__wrap .news__list-desc {
  padding-bottom: 25px;
}

@media (min-width: 981px) {
  .corporate-tab-top-en {
    justify-content: left;
  }

  .corporate-tab-top-en a {
    margin-right: 15px;
  }
}

.page-work .li_inter > li {
  margin: 20px 0;
}

.page-work ol.li_inter > li {
  list-style-type: inherit;
  margin-left: 22px;
  padding-left: 10px;
}

.owl-one {
  margin: 0 auto;
  max-width: 700px;
}

.owl-one img {
  width: 100%;
}

.tab_a {
  margin-bottom: 20px;
}

.tab_a a {
  display: inline-block;
  padding: 12px 15px;
  text-align: center;
  color: #fff;
  background: #38a2ec;
  min-width: 138px;
  font-size: 18px;
  cursor: pointer;
  -moz-box-sizing: border-box; /* Для Firefox */
  -webkit-box-sizing: border-box; /* Для Safari и Chrome */
  box-sizing: border-box; /* Для IE и Opera */
}

.tab_a a.tab_red {
  background: #e9392c;
}

@media screen and (max-width: 765px) {
  .tab_a a {
    min-width: 118px;
  }

  .form_cod_el .tab_a a {
    font-size: 17px;
  }
}

.tab_reg {
  display: flex;
  width: 100%;
  justify-content: space-between;
  margin-bottom: 20px;
}

.tab_reg span {
  color: #fff;
  padding: 10px 16px;
  background-color: #38a2ec;
}

.tab_reg span:hover {
  background-color: #2c98e4;
}

.tab_reg a {
  color: #fff;
}

.tab_a a:hover {
  background: #2c98e4;
}

.tab_a a.tab_red:hover {
  background: #ca3126;
}

.tab_a1 a {
  padding-right: 0;
  padding-left: 0;
  min-width: 90px;
}

.tab_a1 a.active {
  font-weight: bold;
}

@media screen and (max-width: 765px) {
  .tab_a1 a {
    min-width: 77px;
  }
}

.tab_a a.active {
  padding-bottom: 20px;
}

.tab_a2 {
  margin-bottom: 10px;
}

.tab_a2 a {
  margin-bottom: 10px;
}

.tab_a2 a.active {
  padding-bottom: 12px;
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.4);
}

.tab_a3 {
  margin-bottom: 5px;
}

.tab_a3 a {
  margin-bottom: 10px;
  border-radius: 10px;
  border: 1px solid #38a2ec;
  background: none;
  padding: 6px 11px 6px 11px;
  color: #38a2ec;
}

.tab_a3 a.active {
  background: #38a2ec;
  box-shadow: none;
  padding-bottom: 6px;
  color: #fff;
}

.tab_a3 a:hover {
  color: #fff;
}

.tab_autch a {
  min-width: 40px;
}

.tab_a2_2 a.active {
  padding-bottom: 20px;
}

.a111 {
  margin-top: 10px;
  display: inline-block;
}

.tab_cont > div {
  display: none;
}

.tab_cont > div.active {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
}
.tab_cont > div, .tab_cont > div > div {
  width: 100%;
}

.pull-left {
  float: left;
}

.pull-right {
  float: right;
}

.back_wh {
  background: white;
}

.btn-green {
  background: #34a853;
}

.btn-green:hover {
  background: #2d9b4a;
}

.btn-fac {
  background: #46639e;
}

.btn-fac:hover {
  background: #425e96;
}

.btn2 {
  display: inline-block;
  cursor: pointer;
}
#social {
  width: 100%;
}
#social > .mb10 {
  display: flex;
  justify-content: space-around;
  flex-flow: row;
}
#social .btn.btn-circle {
  border-radius: 50%;
  padding: 0;
  width: 48px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 1px 1px 2px -1px rgba(0, 0, 0, 0.5);
  margin: 0;
}
#social .btn-circle--vk {
  background: #5181B8;
}
#social .btn-circle--vk svg {
  margin-top: 1px;
}
#social .btn-circle--fb {
  background: #4267B2;
}
#social .btn-circle--gm {
  background: #EA4335;
}
#social .btn-circle--gm svg {
  margin-left: 1px;
}
#social .btn-circle--apple {
  background: #000;
}
#social .btn-circle--apple svg {
  margin-bottom: 1px;
}
#social .btn-green {
  font-weight: normal;
  padding: 3px 15px;
  font-size: 15px;
  border-radius: 3px;
  display: inline-block;
  cursor: pointer;
}
#social .btn-apple {
  background-color: #000;
}
#social #vk_auth,
#social #vk_auth iframe {
  width: 100% !important;
}

.red {
  color: red;
}

.cl_autch1 {
}

.cl_autch2 {
  cursor: pointer;
  /*display: none;*/
}

.cl_autch3 {
  display: none;
}

/*.autch_on .cl_autch1 {
  display: none;
}

.autch_on .cl_autch2 {
  display: inline-block;
}*/

.autch_on .bmwa1 {
  display: none;
}

.autch_on .bmwa2 {
  display: inline-block;
}

.autch_on .cl_autch3 {
  display: block;
}

.autch_name {
  font-size: 18px;
  line-height: 1.2;
  margin-top: 5px;
}

.el_autch,
.el_autch2 {
  display: none;
}

.el_autch_b {
  display: block;
}

.el_autch2_b {
  display: inline-block;
}

.autch_on .el_autch {
  display: block;
}

.autch_on .el_autch2 {
  display: inline-block;
}

.autch_on .el_autch_b,
.autch_on .el_autch2_b {
  display: none;
}

.autch_on .cl_autch_block .head__bookmark-icon {
  fill: #e9392c;
}

.autch_on .cl_autch_block:hover {
  color: #e9392c;
  text-decoration: none;
}

.autch_on .cl_autch_block .td {
  vertical-align: middle;
}

.autch_on .cl_autch_block .td.initials_lk {
  padding-bottom: 3px;
}

.mt0 {
  margin-top: 0px;
}

.mt5 {
  margin-top: 5px;
}

.mt10 {
  margin-top: 10px;
}

.mb5 {
  margin-bottom: 5px;
}

.mb10 {
  margin-bottom: 10px;
}

.mb15 {
  margin-bottom: 15px;
}

.donation_list_table {
  margin-bottom: 20px;
  overflow-x: auto;
}

.table2 {
  border-collapse: collapse;
  width: 100%;
}

.table2 td,
.table2 th {
  padding: 12px 15px;
  border: 1px solid #c8c8c8;
  text-align: left;
}

.table2 th {
  font-weight: bold;
}

.table2 td:first-child,
.table2 th:first-child {
  border-left: none;
}

.table2 td:last-child,
.table2 th:last-child {
  border-right: none;
}

.head__autch-list {
  position: absolute;
  top: 100%;
  right: -12px;
  background: #fff;
  min-width: 240px;
  padding: 20px;
  transform: translateY(20px);
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  transition: transform 0.2s, opacity 0.2s;
  pointer-events: none;
  border: 1px solid #c7d4da;
  border-top: 4px solid #00648f;
}

.head__autch-list.active {
  opacity: 1;
  -ms-filter: none;
  filter: none;
  transform: translate(-5px, -30px);
  pointer-events: auto;
}

.head__autch-list.active {
  transform: translate(-5px, -30px);
}

.js-head.active .head__autch-list.active {
  transform: translate(-5px, -20px);
}

.js-head.active.translate .head__autch-list.active {
  display: none;
}

.head__autch-list.active:before {
  content: "";
  width: 0;
  height: 0;
  border-bottom: 7px solid #00648f;
  border-left: 6px solid rgba(0, 0, 0, 0);
  border-right: 6px solid rgba(0, 0, 0, 0);
  margin: auto;
  position: absolute;
  top: -11px;
  right: 20px;
  transition: border-bottom 0.05s linear;
}

.df_autch {
  display: flex;
  justify-content: space-between;
}

.df_autch > div:first-child {
  padding-right: 5px;
}

.spk-zvezd {
  margin-top: 27px;
}

.a_anchor {
  cursor: pointer;
}

.select2 {
}

.select2-container .select2-selection--single {
  height: 40px;
}

.select2-container--default .select2-selection--single {
  border-radius: 0px;
  border: 1px solid #c7d4da;
  background: none;
}

.select2-container--default
  .select2-selection--single
  .select2-selection__rendered {
  line-height: 37px;
}

.select2-container .select2-selection--single .select2-selection__rendered {
  padding-left: 15px;
  padding-right: 15px;
}

.select2-container--default
  .select2-selection--single
  .select2-selection__placeholder {
  color: #838383;
}

.select2-container--default
  .select2-selection--single
  .select2-selection__arrow {
  height: 40px;
  width: 29px;
}

.select2-container--default
  .select2-selection--single
  .select2-selection__arrow
  b {
  display: none;
}

.select2-container--default
  .select2-selection--single
  .select2-selection__arrow {
  background: url("/common/img/select_str1.svg") no-repeat 3px center;
  background-size: 16px 8px;
}

.select2-container--default.select2-container--open
  .select2-selection--single
  .select2-selection__arrow {
  background: url("/common/img/select_str2.svg") no-repeat 3px center;
  background-size: 16px 8px;
}

.catalog-descount {
  width: 342px;
  margin-left: 96px;
  margin-top: 40px;
}

.catalog-descount:nth-child(4n + 1) {
  margin-left: 0;
  clear: left;
}

.catalog-descount p {
  text-align: center;
}

.catalog-descount p strong {
  display: block;
}

.catalog-descount-img {
  border: 1px solid #d3d3d3;
  width: 240px;
  height: 240px;
  border-radius: 100%;
  position: relative;
  margin: auto;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
  overflow: hidden;
}

.catalog-descount-img img {
  max-width: 85%;
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.catalog-descount-img .btn {
  padding: 0;
  width: 100px;
  margin: auto;
  position: absolute;
  bottom: 20px;
  left: 0;
  right: 0;
  color: #1899db;
  z-index: 2;
}

.catalog-descount .btn {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  padding: 0 20px;
  display: inline-block;
  text-decoration: none;
  height: 30px;
  font-size: 12px;
  line-height: 30px;
  text-transform: uppercase;
  color: #868686;
  border-radius: 20px;
  text-align: center;
  border: none;
  background: -webkit-linear-gradient(top, #f6f6f6, #dfdede);
  background: -moz-linear-gradient(top, #f6f6f6, #dfdede);
  background: -ms-linear-gradient(top, #f6f6f6, #dfdede);
  background: linear-gradient(to bottom, #f6f6f6, #dfdede);
  -pie-background: linear-gradient(#f6f6f6, #dfdede);
  behavior: url("/css/PIE.htc");
}

.catalog-descount .btn:hover {
  background: -webkit-linear-gradient(top, #dfdede, #f6f6f6);
  background: -moz-linear-gradient(top, #dfdede, #f6f6f6);
  background: -ms-linear-gradient(top, #dfdede, #f6f6f6);
  background: linear-gradient(to bottom, #dfdede, #f6f6f6);
  -pie-background: linear-gradient(#dfdede, #f6f6f6);
  color: #484848;
}

.catalog-descount .btn._blue {
  background: -webkit-linear-gradient(top, #00c3f6, #0071a4);
  background: -moz-linear-gradient(top, #00c3f6, #0071a4);
  background: -ms-linear-gradient(top, #00c3f6, #0071a4);
  background: linear-gradient(to bottom, #00c3f6, #0071a4);
  -pie-background: linear-gradient(#00c3f6, #0071a4);
  color: #fff;
}

.catalog-descount .btn._blue:hover {
  background: -webkit-linear-gradient(bottom, #00c3f6, #0071a4);
  background: -moz-linear-gradient(bottom, #00c3f6, #0071a4);
  background: -ms-linear-gradient(bottom, #00c3f6, #0071a4);
  background: linear-gradient(to top, #00c3f6, #0071a4);
  -pie-background: linear-gradient(#0071a4, #00c3f6);
}

.catalog-descount .btn._color-blue {
  color: #1899db;
}

.ber_fon {
  background: #00648f;
  opacity: 0.9;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  z-index: 99999;
}

.ber_block {
  background: #fff;
  position: fixed;
  width: 320px;
  margin-left: -160px;
  min-height: 160px;
  margin-top: -160px;
  top: 50%;
  left: 50%;
  z-index: 999999;
}

.ber_block .d1 {
  padding: 30px;
}

.ber_close {
  position: absolute;
  top: 12px;
  right: 12px;
  background: url("/common/image/new/main/colorbox_close.svg") no-repeat;
  width: 16px;
  height: 16px;
  text-indent: -9999px;
  cursor: pointer;
}

.pf_error_title {
  color: #e9392c;
  font: 30px/1 "PT Sans", sans-serif;
  margin-bottom: 20px;
  background: url("/common/img/baseline-warning-24px-red.svg") no-repeat left
    center;
  background-size: 30px 30px;
  padding-left: 40px;
}

.autch-mob-div {
  position: relative;
  display: inline-flex;
  align-items: center;
}


.corporate-tab-top .-active .corporate-svg {
  filter: invert(100%);
  width: 100px;
}

.activity_request_visit {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.activity_request_visit p {
  color: #00648f;
  margin-top: 20px;
  font-size: 17px;
}
.activity_request_visit .popup-forms__btn {
  width: max-content;
}

#blockUsk .feedback__elem-item {
  margin-right: 20px;
  position: relative;
}
#blockUsk .feedback__elem-item .ui-datepicker-trigger {
  top: 25px;
  right: 5px;
}


@media screen and (max-width: 767px) {
  .head__menu {
    height: 28px;
  }
  #blockUsk .feedback__elem-item {
    margin-right: 0px;
  }
}

@media screen and (max-width: 980px) {
  .head__elem-item--menu .head__bookmark-item {
    margin-left: 10px;
  }

  .autch-mob-div .head__autch-list {
    top: 75px;
    right: -16px;
  }
}

@media (min-width: 766px) {
  .head__elem-item--menu .head__bookmark-item {
    height: 21px;
  }

  .head__elem-item--menu .head__bookmark-item .head__bookmark-icon {
    float: left;
    height: 28px;
  }
}

@media (min-width: 981px) {
  .head__elem-item--menu .head__bookmark-item {
    display: none;
  }

  .autch-mob-div {
    display: none;
  }
}

.select_height_big {
  height: 50px;
}

#btn_login_donor {
  display: none;
}

.btn_disabled {
  opacity: 0.8;
}

.btn_disabled:hover {
  cursor: default;
}

.btn_disabled.spk-btn:hover {
  background: #00648f;
}

@media (max-width: 1080px) {
  .-video .video iframe,
  .-video .video video {
    width: 100%;
    min-height: 170px;
    height: calc(100vw - 360px);
  }
}

.news_not_region .news__list-desc::before {
  bottom: 0;
  height: 60px;
}

.collapse_a {
  color: #00648f;
  cursor: pointer;
  display: inline-block;
  border-bottom: 1px dashed #00648f;
  cursor: pointer;
}

.collapse_a.color_red {
  color: red;
  border-bottom: 1px dashed red;
}

.collapse_a:hover,
.collapse_a.color_red:hover {
  border-bottom: 1px dashed #f9fafc;
}

.collapse_div {
  display: none;
}

.collapse_div.in {
  display: block;
}

.text_warning {
  padding-top: 15px;
  text-align: center;
  font-size: 18px;
}

.color_red_a,
.page-work .color_red_a {
  color: red;
  text-decoration: underline !important;
  cursor: pointer;
}

.color_red_a:hover,
.page-work .color_red_a:hover {
  color: red;
  text-decoration: none !important;
}

.color_wh_a {
  color: #fff;
  text-decoration: underline !important;
  cursor: pointer;
}

.color_wh_a:hover {
  color: #fff;
  text-decoration: none !important;
}

@media screen and (min-width: 981px) {
  .news__list_table .news__list-item {
    display: flex;
    width: 100%;
    justify-content: space-between;
  }

  .news__list_table .news__list-pic {
  }

  .news__list_table .news__list-desc {
    width: 100%;
    position: relative;
  }

  .news__list_table .news__list-desc:before {
    bottom: 0;
  }

  .news__list_table .news__list-head {
    margin-bottom: 10px;
  }

  .news__list_table .news__list-date {
    margin-bottom: 19px;
  }

  .feedback_table {
  }

  .feedback_table .feedback__elem-item {
    display: flex;
    width: 100%;
    justify-content: space-between;
  }

  .feedback_table .feedback__elem-item .feedback__field-title {
    width: 200px;
    padding-right: 20px;
    color: #161616;
    font-size: 20px;
    line-height: 20px;
  }
}

@media screen and (max-width: 765px) {
  .news__list_table .news__list-date {
    margin-bottom: 0px;
  }
}

.news__list_table .news__list-desc:before {
  bottom: 0;
}

.pos_rel {
  position: relative;
}

.fileinput-button {
  position: relative;
  overflow: hidden;
  display: inline-block;
  padding-left: 55px;
}

.fileinput-button input[type="file"] {
  cursor: pointer;
  direction: ltr;
  font-size: 200px;
  margin: 0;
  opacity: 0;
  position: absolute;
  right: 0;
  top: 0;
}

.fileinput-button .icons-div {
  position: absolute;
  left: 25px;
  top: 3px;
  font-size: 30px;
}

.popup_mesage {
  font-size: 26px;
  line-height: 1.1;
}

.color_green {
  color: green;
}

.color_black {
  color: #000;
}

.swiper_dowland {
  display: none;
  position: absolute;
  top: 3px;
  right: 3px;
  padding-top: 1px;
  background: #fff;
  width: 34px;
  height: 34px;
  text-align: center;
  overflow: hidden;
  box-sizing: border-box;
  border-radius: 5px;
}

.swiper_dowland svg {
  fill: #e9392c;
  height: 34px;
  width: 34px;
}

.swiper_dowland:hover svg {
  fill: #c92115;
}

.swiper-slide-active:hover .swiper_dowland {
  display: block;
}

.honorable {
  max-width: 1400px;
  display: flex;
  box-shadow: 0.939px 5.926px 15px rgba(0, 0, 0, 0.08);
  font-size: 20px;
  border-radius: 6px;
  overflow: hidden;
  background: #1893c5;
  color: #fff;
  padding: 15px;
}

.honorable > div:first-child {
  width: 40%;
}

.honorable > div:last-child {
  padding-left: 30px;
  width: 60%;
}

@media screen and (max-width: 980px) {
  .honorable {
    display: block;
  }

  .honorable > div {
    width: 100% !important;
    padding: 0 !important;
  }
}

.hon_tbl {
  /*margin-bottom: 30px;*/
}

.hon_tbl .td {
  width: 50%;
  padding-bottom: 5px;
}

.hon_tbl .td:first-child {
  padding-right: 15px;
}

.hon_tbl .td:last-child {
  padding-left: 15px;
}

.chart_div {
  position: relative;
}

.chart_div img {
  max-width: 100%;
}

.chart_div .chart_bag {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}

.chart_div .chart_blood {
  position: absolute;
  left: 0;
  right: 0;
  top: 33%;
  bottom: 14.6%;
}

.chart_div .chart_graf_pos {
  position: absolute;
  bottom: 22%;
  left: 0;
  width: 100%;
}

.chart_div .chart_graf {
  margin: 0 auto;
  width: 56%;
  padding: 5px 20px 10px 20px;
  min-height: 80px;
  border-radius: 3px;
  position: relative;
  background: url("/common/img/honorable/badge1.jpg") no-repeat left top;
  background-size: cover;
}

.chart_div .chart_graf .chislo_cen {
  position: absolute;
  top: 50%;
  margin-top: -21px;
  font-size: 48px;
  font-weight: bold;
  text-align: center;
  width: 100%;
  left: 0;
  line-height: 1;
}

.blood_chart {
}

.blood_chart .chart_bag {
  background: url("/common/img/honorable/blood/bag.png") no-repeat left top;
  background-size: 100%;
}

.blood_chart .chart_blood {
  background: url("/common/img/honorable/blood/blood2.png") no-repeat left
    bottom;
  background-size: 100%;
}

.plasma_chart {
}

.plasma_chart .chart_bag {
  background: url("/common/img/honorable/plasma/bag.png") no-repeat left top;
  background-size: 100%;
}

.plasma_chart .chart_blood {
  background: url("/common/img/honorable/plasma/plsm2.png") no-repeat left
    bottom;
  background-size: 100%;
}

.drop {
  position: absolute;
  height: 70px;
  top: 0%;
  left: 50px;
  right: 50px;
  -webkit-animation: fall 2s linear infinite; /*cubic-bezier(0, 0.3, 1, 0.5)*/
  -moz-animation: fall 2s linear infinite;
  -ms-animation: fall 2s linear infinite;
  animation: fall 2s linear infinite;
}

.blood_chart .drop {
  background: url(/common/img/honorable/blood/drop2.png) no-repeat left top;
  background-size: 100%;
}

.plasma_chart .drop {
  background: url(/common/img/honorable/plasma/drop-plsm2.png) no-repeat left
    top;
  background-size: 100%;
}

.drop2 {
  animation-delay: 0.5s;
}

.drop3 {
  animation-delay: 1s;
}

.drop4 {
  animation-delay: 1.5s;
}

.drop img {
  width: 100%;
}

@keyframes fall {
  5%,
  15% {
  }

  30% {
    top: 23%;
    left: -20px;
    right: -20px;
  }

  40% {
    top: 60%;
  }

  50%,
  95% {
    top: 79%;
    transform: scale(0.5) translateY(-20px);
  }
}

@media screen and (max-width: 560px) {
  .chart_div .chart_graf {
    padding: 0 0 5px 0;
    width: 74%;
  }

  .hon_tbl .td:first-child {
    padding-right: 5px;
  }

  .hon_tbl .td:last-child {
    padding-left: 5px;
  }
}

.lk_catalog .catalog-descount p {
  margin: 5px 0;
}

.offerDescription {
  font-size: 16px;
  line-height: 24px;
  margin-top: 17px;
  text-align: center;
  margin-bottom: 10px;
}

.fwb {
  font-weight: bold;
}

@media (min-width: 766px) {
  .bnr.-news .bnr-img img {
    min-width: 140px;
  }
}

.rate_div {
  padding-top: 2px;
}

.spk-zvezd .rate_div {
  height: 24px;
}

.rate_div img {
  width: 24px;
  height: 24px;
}

/***/

.back_str {
  padding-left: 30px;
  display: inline-block;
  cursor: pointer;
  position: relative;
  color: #116393;
}

.back_str:hover {
  color: #116393;
}

.back_str svg {
  position: absolute;
  transform: rotate(-180deg);
  left: 0;
  top: 5px;
  width: 15px;
  height: 20px;
  fill: #116393;
}

.cabinet-card-title {
  color: #fff;
  text-transform: uppercase;
  font-size: 14px;
  line-height: 20px;
  font-weight: bold;
  padding-left: 60px;
  margin-top: 20px;
  float: left;
  clear: both;
}

.cabinet-card-title:before {
  content: "";
  width: 44px;
  height: 44px;
  float: left;
  margin-left: -60px;
  position: relative;
  top: -12px;
  background: url("/common/ds/image/client_i_card.png") no-repeat;
}

.cabinet-card-title span {
  color: #80cdf6;
}

.cabinet-card-title-2:before {
  background-position: -49px 0;
}

/*
.cabinet-card-title-3:before {
  background-position: -98px 0;
}
.cabinet-card-title-4:before {
  background-position: -147px 0;
}
.cabinet-card-title-5:before {
  background-position: -196px 0;
}
.cabinet-card-title-6:before {
  background-position: -245px 0;
}
.cabinet-card-title-7:before {
  background-position: -294px 0;
}

.cabinet-card-title-8:before {
  background: url("/common/ds/image/client_i_card_info.png") no-repeat;
  background-size: 44px 53px;
  height: 53px;
}*/

.cabinet-card-txt {
  float: left;
  clear: both;
  width: 100%;
  box-sizing: border-box;
  padding-left: 60px;
  margin: -25px 0 10px;
}

.cabinet-card-txt.tit8 {
  margin: -34px 0 10px;
}

.cabinet-card-txt span {
  display: block;
  font-weight: bold;
  font-size: 12px;
  color: #80cdf6;
  text-transform: none;
  margin-top: 7px;
  position: relative;
}

.cabinet-card-txt span:after {
  content: "";
  display: tablet;
  clear: both;
}

.cabinet-card-txt span span {
  float: right;
  color: #fff;
  padding: 0 7px;
  margin-top: 0;
}

.cabinet-card-txt span span.active {
  background: #e03227;
  border-radius: 10px;
}

.donation_analiz {
  display: flex;
  justify-content: space-between;
  width: 100%;
  flex-wrap: wrap;
}

.donation_analiz * {
  box-sizing: border-box;
}

.cabinet-card-block {
  width: calc(50% - 10px);
  background: #116393;
  border-radius: 30px;
  height: auto;
  padding: 18px 60px 20px 25px;
  clear: left;
  margin-bottom: 20px;
}

.cabinet-card-block:nth-child(3),
.cabinet-card-block:nth-child(4) {
  position: relative;
  border: 2px solid #116393;
  background: #fff;
}

.cabinet-card-block:nth-child(3) .cabinet-card-title,
.cabinet-card-block:nth-child(4) .cabinet-card-title {
  color: #116393;
}

/*
.cabinet-card-title-0:before {
  background: url("/common/ds/image/client_i-rezult.png") no-repeat;
}
.cabinet-card-title-02:before {
  background-position: -49px 0;
}
.cabinet-card-title-03:before {
  background-position: -98px 0;
}
.cabinet-card-title-04:before {
  background-position: -147px 0;
}
.cabinet-card-title-05:before {
  background-position: -196px 0;
}
.cabinet-card-title-06:before {
  background-position: -245px 0;
}
.cabinet-card-title-07:before {
  background-position: -294px 0;
}
.cabinet-card-title-08:before {
  background-position: -343px 0;
}
.cabinet-card-title-09:before {
  background-position: -392px 0;
}
.cabinet-card-title-010:before {
  background-position: -441px 0;
}
.cabinet-card-title-011:before {
  background-position: -490px 0;
}
.cabinet-card-title-012:before {
  background-position: -539px 0;
}
.cabinet-card-title-013:before {
  background-position: -588px 0;
}
.cabinet-card-title-014:before {
  background-position: -637px 0;
}
.cabinet-card-title-015:before {
  background-position: -686px 0;
}*/

.cabinet-card-block:nth-child(3) .cabinet-card-txt span,
.cabinet-card-block:nth-child(4) .cabinet-card-txt span {
  color: #1472a9;
}

.cabinet-card-block:nth-child(3) .cabinet-card-txt span span,
.cabinet-card-block:nth-child(4) .cabinet-card-txt span span {
  color: #116393;
}

.cabinet-card-block:nth-child(3) .cabinet-card-title:before,
.cabinet-card-block:nth-child(4) .cabinet-card-title:before {
  background: url("/common/ds/image/client_i_card_blue.png") no-repeat;
}

.cabinet-card-block:nth-child(3) .cabinet-card-title-2:before,
.cabinet-card-block:nth-child(4) .cabinet-card-title-2:before {
  background-position: -49px 0;
}

@media (max-width: 766px) {
  .cabinet-card-block {
    width: 100%;
  }
}

.analiz_graf {
  padding: 20px 25px 10px 25px;
  border: 2px solid #116393;
  border-radius: 30px;
  background: #fff;
}

.analiz_graf_tit {
  color: #116393;
  margin-bottom: 10px;
  font-weight: bold;
}

.over_x {
  overflow-x: auto;
}

.tab_lk .table2 th {
  text-align: center;
}

.search_body .search {
  display: flex;
  position: relative;
  left: auto;
  top: auto;
  opacity: 1;
  transform: none;
  right: auto;
  margin: 0;
  float: none;
  width: auto;
  margin-bottom: 20px;
  justify-content: normal;
  pointer-events: auto;
}

.search_body .search__form {
  float: none;
  width: 100%;
  box-shadow: none;
  border: 1px solid #c7d4da;
}

.sc_captcha {
  transform: scale(0.925);
  transform-origin: 0 0;
}

.svetofor_frame {
  max-width: 100%;
}

.foot__social-item--telegram:hover {
  background: #51729a;
}

.dop_text {
  margin-bottom: 10px;
  line-height: 1.2;
  font-size: 15px;
}

.feedback .dop_text {
  margin-top: 15px;
}

.donor_dogovor {
  line-height: 1.2;
  font-size: 15px;
}

.donor_dogovor p {
  margin-bottom: 5px;
}

.lang_en .dop_text {
  display: none;
}

.captcha-google br {
  display: none;
}

.captcha-google .g-recaptcha {
  -webkit-transform: scale(0.8);
  -moz-transform: scale(0.8);
  -ms-transform: scale(0.8);
  -o-transform: scale(0.8);
  transform: scale(0.8);
  -webkit-transform-origin: 0 0;
  -moz-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  -o-transform-origin: 0 0;
  transform-origin: 0 0;
}

@media (min-width: 766px) {
  #colorbox.popFB #sendFeedbackForm .feedback__elem_gogcap:last-child {
    bottom: 158px;
  }

  #colorbox.popFB #sendFeedbackForm .feedback__elem_gogcap .btn {
    padding-top: 16px;
    padding-bottom: 17px;
  }
}

@media (min-width: 981px) {
  #colorbox.popFB #sendFeedbackForm .feedback__elem_gogcap:last-child {
    bottom: 150px;
    margin-top: 0;
  }
}

.tab_reg span.active {
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.4);
  cursor: pointer;
}

.g-recaptcha {
  margin-bottom: 15px;
}

.g-recaptcha + .dop_text {
  margin-bottom: 15px;
}

/*Region-list-new*/

.popup-wrapper .search__form {
  box-shadow: none;
  width: 100%;
  padding: 0;
  float: none;
  margin-bottom: 30px;
}

.popup-wrapper .search__form-top {
  position: relative;
}

.cities-wrapper {
  -webkit-column-count: 3;
  -moz-column-count: 3;
  column-count: 3;
}

.cities-section {
  margin-bottom: 20px;
  -webkit-column-break-inside: avoid;
  page-break-inside: avoid;
  break-inside: avoid;
}

.cities-letter {
  font-size: 24px;
  margin-bottom: 20px;
  display: inline-block;
  cursor: pointer;
}

.cities-hold .cities-letter {
  color: #e9392c;
  font-weight: bold;
  margin-bottom: 16px;
  cursor: default;
}

.cities-list-item {
  display: block;
  font-size: 16px;
  text-decoration: none;
  line-height: 24px;
  cursor: pointer;
}

.cities-list-item.active {
  color: #e9392c;
}

.search_mob {
  display: none;
}

.popup-wrapper .all_city_reg {
  font-weight: normal !important;
}

.swiper-container.pupils-slider {
  width: 70%;
  margin-left: 0;
}
@media (max-width: 768px)  {
  .swiper-container.pupils-slider {
    width: 100%;
    margin-left: auto;
  }
}
.pupils-slider .swiper-slide {
  padding: 0 48px;
  box-sizing: border-box;
}
.pupils-slider img {
  width: 100%;
  height: auto;
  display: block;
}

.div12 {
  text-align: center;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0%;
  background: rgba(0,0,0,.5);
  color: #fff;
  padding: .9rem;
  margin: 0 48px;
}

@media (max-width: 768px) {
  .cities-wrapper {
    -webkit-column-count: 1;
    -moz-column-count: 1;
    column-count: 1;
  }

  .search_mob {
    display: block;
    width: 36px;
    height: 29px;
    fill: #fff;
    position: absolute;
    right: 0.4rem;
    top: 0.6rem;
    pointer-events: none;
  }
}

/*========region_search_more=====*/

.more_cont {
  border-radius: 0px;
  border: 1px solid #c7d4da;
  background: none;
  line-height: 50px;
  position: relative;
}

.more_toggle {
  color: #838383;
  padding-left: 23px;
  padding-right: 35px;
  cursor: pointer;
  position: relative;
}

.more_toggle:before {
  content: "";
  position: absolute;
  border-color: transparent #888 #888 transparent;
  border-style: solid;
  border-width: 3px;
  width: 5px;
  height: 5px;
  transform: rotate(45deg);
  top: 34%;
  right: 20px;
}

.show.more_toggle:before {
  transform: rotate(-135deg);
  top: 45%;
}

.inner_more {
  display: none;
  position: absolute;
  z-index: 1001;
  width: 100%;
  background: #fff;
  left: 0;
  border: 1px solid #aaa;
  border-radius: 0 0 4px 4px;
  box-sizing: border-box;
  padding: 10px 35px 10px 23px;
}

.inner_more.show {
  display: block;
}

.more-item {
  line-height: normal;
  margin-bottom: 7px;
  display: flex;
  align-items: flex-start;
}

.more-item input {
  margin-top: 7px;
}
.d-none {
  display: none !important;
}
.d-block {
  display: block !important;
}
.d-flex {
  display: flex !important;
}
.d-inline {
  display: inline !important;
}
.d-inline-block {
  display: inline-block !important;
}
.d-inline-flex {
  display: inline-flex !important;
}
.align-items-center {
  align-items: center !important;
}
.ml15 {
  margin-left: 15px;
}
@media (min-width: 981px) {
  .d-lg-none {
    display: none !important;
  }
  .d-lg-inline {
    display: inline !important;
  }
  .d-lg-flex {
    display: flex !important;
  }
  .d-lg-block {
    display: block !important;
  }
}
@media (min-width: 768px) {
  .d-md-none {
    display: none !important;
  }
  .d-md-inline {
    display: inline !important;
  }
  .d-md-flex {
    display: flex !important;
  }
  .d-md-block {
    display: block !important;
  }
}
/*===lk-new===*/

.lk-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 34px;
}

.lk-header h1 {
  margin: 0;
}

.lk-menu-tiles .tiles-cont {
  display: flex;
  justify-content: space-between;
  margin-bottom: 22px;
}

.lk-menu-tiles .tile-item {
  width: 24%;
  height: 320px;
  background-color: #fff;
  box-shadow: 16.6px 21.3px 49.8px 6.2px rgba(37, 54, 59, 0.23);
  display: flex;
  flex-flow: column;
  align-items: center;
  justify-content: center;
  transition: ease 0.5s;
  cursor: pointer;
}

.lk-menu-tiles .tile-item:hover {
  box-shadow: 16.6px 20.3px 49.8px -9.8px rgba(37, 54, 59, 0.23);
}

.tile-item .inner-item {
  display: flex;
  flex-flow: column;
  align-items: center;
  justify-content: center;
  height: inherit;
}

.tile-item img {
  height: 130px;
  margin-bottom: 20px;
}

.tile-item span {
  display: block;
  font-family: "Roboto";
  text-align: center;
  line-height: 1.1;
  font-size: 19px;
  color: #07648d;
  max-width: 172px;
  height: 42px;
  margin-bottom: 10px;
}
.cookies-wrapper {
  position: fixed;
  bottom: 3rem;
  justify-content: center;
  z-index: 30;
  display: flex;
  transition: 1s;
  right: 0;
  left: 0;
  z-index: 1000;
}
.cookies-item {
  width: 40%;
  background-color: #fff;
  box-shadow: 0px 4px 10px rgba(233, 57, 44, 0.5);
  border-radius: 0.8rem;
  padding: 1.4rem;
  padding-right: 10%;
  position: relative;
}
.cookies-close {
  display: block;
  position: absolute;
  width: 1.7rem;
  height: 1.7rem;
  top: 1.2rem;
  right: 1.9rem;
  cursor: pointer;
}
.cookies-close:before,
.cookies-close:after {
  content: "";
  position: absolute;
  width: 2px;
  height: 1.5rem;
  background: #a2a9b1;
  top: 0rem;
  right: 0.8rem;
}
.cookies-close:before {
  transform: rotate(45deg);
}
.cookies-close::after {
  transform: rotate(-45deg);
}

@media screen and (max-width: 1660px) {
  .lk-menu-tiles .tile-item {
    height: 199px;
  }
  .tile-item .inner-item {
    padding: 34px 0px;
    justify-content: flex-start;
  }
  .tile-item img {
    height: 70px;
  }
}
@media (max-width: 765px) {
  .cookies-wrapper {
    bottom: 0;
  }
  .cookies-item {
    width: 100%;
    padding-right: 20%;
  }
  .lk-menu-tiles .tiles-cont {
    flex-flow: column;
    margin-bottom: 0;
  }
  .lk-menu-tiles .tile-item {
    height: 225px;
    box-shadow: 1.6px 2.3px 33.8px 0.2px rgba(37, 54, 59, 0.23);
    width: 100%;
    margin-bottom: 22px;
  }
  .tile-item span {
    height: auto;
  }
  .tile-item img {
    height: 100px;
    margin-bottom: 0;
  }
}
/*=========spk-color=======*/
.spk-lights__drop .spk-lights__group-holder {
  width: 49%;
  position: relative;
}
.spk-lights__drop .spk-lights__group-holder:before {
  content: "";
  position: absolute;
  width: 10px;
  height: 10px;
  border-bottom: 1px solid #eee;
  border-right: 1px solid #eee;
  transform: rotate(45deg);
  top: calc(50% - 8px);
  right: 10px;
}
.spk-lights__drop .spk-lights__group-holder.dropped:before {
  transform: rotate(-135deg);
  top: calc(50% - 2px);
}
.spk-lights__drop .spk-lights__group {
  justify-content: space-between;
}
.spk-lights__drop .spk-lights__droplist {
  display: none;
  flex-flow: column;
  width: 100%;
  position: absolute;
  top: 100%;
}
.spk-lights__drop .dropped .spk-lights__droplist {
  display: flex;
}
.spk-lights__drop .spk-lights__droplist > label {
  width: 100%;
  height: 25px;
  display: flex;
  align-items: center;
  padding: 0 6px;
  box-sizing: border-box;
}
.spk-lights__drop .spk-lights__droplist > label > input {
  display: none;
}
.spk-lights__drop .spk-lights__droplist > label > span {
  width: 15px;
  height: 15px;
  display: block;
  background: #fff;
  border-radius: 2px;
  position: relative;
}
.spk-lights__drop .spk-lights__droplist > label > span:before,
.spk-lights__drop .spk-lights__droplist > label > span:after {
  position: absolute;
  content: "";
  height: 1px;
  background: #0465a4;
  display: none;
}
.spk-lights__drop .spk-lights__droplist > label > span:before {
  width: 7px;
  top: 50%;
  transform: rotate(45deg);
}
.spk-lights__drop .spk-lights__droplist > label > span:after {
  width: 10px;
  top: 6px;
  transform: rotate(-45deg);
  left: 5px;
}
.spk-lights__drop .spk-lights__droplist > label > input:checked + span:before,
.spk-lights__drop .spk-lights__droplist > label > input:checked + span:after {
  display: block;
}
.swiper-container.-top.-we-video {
  max-width: 100%;
}
.swiper-container.-top.-we-video .swiper-slide iframe {
  margin: 0 auto !important;
  display: block;
}
.together-half__covid {
  margin-left: 0;
  margin-bottom: 20px;
}
.covid-video video {
  width: 100%;
}
.covid-video {
  margin-top: 40px;
  text-align: center;
}
.red-blob-news {
  position: absolute;
  width: 50px;
  height: 50px;
  top: 20px;
  left: 30px;
  background: #fff;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.red-blob-news svg {
  fill: #e9392c;
  width: 30px;
}
.red-title {
  color: #fff;
  background: #e9392c;
  padding: 0 9px;
  margin-left: 5px;
}
.red-title.big-red-title {
  font-size: 20px;
}
.news-top {
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  line-height: 0.7;
  text-transform: inherit;
}
.news-pict {
  position: relative;
  padding-right: 0;
  padding-left: 0;
  flex: none;
  max-width: 600px;
  width: 100%;
}
.news-pict img {
  width: 100%;
}
.news-pict + .bnr-text {
  font-weight: bold;
  max-width: 845px;
  width: 100%;
  line-height: 1.4;
  padding-left: 10px;
}
@media (max-width: 1660px) {
  .news-pict + .bnr-text {
    padding-left: 40px;
  }
}
@media (max-width: 1200px) {
  .news-pict + .bnr-text {
    padding-right: 40px;
  }
}
@media (max-width: 980px) {
  .news-top {
    flex-flow: column;
  }
  .news-pict {
    max-width: 100%;
    margin-bottom: 16px;
  }
  .news-pict + .bnr-text {
    max-width: 100%;
    box-sizing: border-box;
    margin-bottom: 20px;
  }
}
@media (max-width: 768px) {
  .news-pict + .bnr-text {
    padding: 0 15px;
  }
}
.wc__item .select_cont {
  width: calc(100% - 158px);
}
.wc__item .select_cont .select2 {
  width: 100% !important;
}

.zoj_news_all {
  margin-bottom: 0;
}
.zoj-flex {
  display: flex;
  align-items: flex-start;
  margin-bottom: 26px;
}
.zoj-flex label {
  margin-top: 6px;
  margin-left: 20px;
  color: #00648f;
  display: flex;
  font-size: 25px;
  align-items: center;
}
.zoj-flex label input {
  margin-right: 10px;
}
@media (max-width: 765px) {
  .zoj-flex {
    flex-flow: column;
  }
}
.menu__bottom-list-two-link.only-moscow,
.menu__bottom-list-two-link.only-spb {
  display: none;
}
/*======================*/
.page-work .mosdon_h2 {
  font-size: 24px;
  line-height: 1.5;
  font-weight: bold;
  margin-top: 0;
  margin-bottom: 36px;
}
.mosdon_flex {
  display: flex;
  margin: 0 -11px 36px;
  flex-wrap: wrap;
  box-sizing: border-box;
}
.mosdon_flex * {
  box-sizing: border-box;
}
.mosdon_flex--item {
  padding: 0 11px;
  max-width: 25%;
  flex: 0 0 25%;
}
.mosdon_flex--item > div {
  background: #ffffff;
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
  border-radius: 3px;
  display: flex;
  flex-flow: column;
  align-items: center;
  text-align: center;
  justify-content: center;
  padding-top: 20px;
  height: 100%;
  padding-bottom: 25px;
}
.mosdon_flex--red,
.mosdon_flex--item .tit-red,
.mosdon_flex--item .number-red {
  color: #e1251b;
}
.mosdon_flex--blue,
.mosdon_flex--item .tit-blue,
.mosdon_flex--item .number-blue {
  color: #00567d;
}
.mosdon_flex--item .number-grad {
  background: linear-gradient(180deg, #e1251b 0%, #00567d 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.mosdon_flex--item img {
  margin-bottom: 14px;
  flex: none;
}
.mosdon_flex--item .tit {
  font-size: 18px;
  line-height: 1.3;
  margin-bottom: 15px;
}
.mosdon_flex--item .tit > div {
  display: inline;
}
.mosdon_flex--item .number {
  font-size: 40px;
  font-weight: bold;
  display: flex;
  flex-flow: column;
  align-items: flex-end;
  position: relative;
  margin-bottom: 28px;
}
.mosdon_flex--item .number > div:last-child {
  font-size: 14px;
  font-weight: normal;
  text-align: center;
  position: absolute;
  bottom: -26px;
  right: -4px;
}
.mosdon_flex--item .number div:first-child div {
  display: inline;
}
.mosdon_flex--item:not(.mosdon_flex--red):not(.mosdon_flex--blue)
  .number
  > div:last-child {
  color: #00567d;
}
.div_important {
  clear: both;
  margin-bottom: 58px;
  color: #e1251b;
}
.div_important span {
  display: flex;
  align-items: center;
  font-size: 27px;
  font-weight: bold;
  float: left;
  margin-right: 10px;
  margin-top: -3px;
}
.div_important span img {
  margin-right: 8px;
}
.mosdon_flex--item .text {
  font-size: 15px;
  line-height: 1.6;
  color: #00567d;
  padding: 0 10px;
}
.overflow-hidden {
  overflow: hidden;
}
@media (max-width: 1660px) {
  .mosdon_flex--item .number {
    font-size: 34px;
  }
  .mosdon_flex--item .number > div:last-child {
    right: -8px;
  }
}
@media (max-width: 1200px) {
  .mosdon_flex--item {
    max-width: 50%;
    flex: 0 0 50%;
    margin-bottom: 22px;
  }
}
@media (max-width: 767px) {
  .mosdon_flex--item {
    max-width: 100%;
    flex: 0 0 100%;
  }
  .mosdon_flex--item:last-child {
    margin-bottom: 0;
  }
  .div_important {
    margin-bottom: 20px;
  }
  .div_important span {
    margin-top: -9px;
  }
  .page-work .mosdon_h2 {
    line-height: 1.2;
  }
}
.color-tree--mless {
  justify-content: space-between;
}
.color-tree--mless .categor__elem-item {
  margin: 0 0 20px;
}
.color-tree--mless .categor__elem-item.categor__elem-item--lib {
  width: calc(100% / 2 - 1%);
}
@media (max-width: 980px) {
  .color-tree--mless .categor__elem-item.categor__elem-item--lib {
    width: calc(100% / 3 - 2%);
  }
  .color-tree--mless .categor__elem-item .categor__link--color-6 {
    width: 100%;
  }
  .color-tree--mless .categor__elem-item,
  .color-tree.color-tree--mless .categor__elem-item:nth-child(4n + 4) {
    margin: 0 !important;
  }
}
@media (max-width: 768px) {
  .color-tree--mless .categor__elem-item.categor__elem-item--lib {
    width: calc(100% / 2 - 1%);
  }
}
/*Стили для рассылок*/
/*======pochet-moscow=====*/
.navig-item .dropdown-button {
  padding-right: 14px;
  box-sizing: border-box;
}
.navig-item .dropdown-button:after {
  content: "";
  position: absolute;
  border-top: 6px solid #838383;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
  right: 11px;
  top: 23px;
}
.navig-item .dropdown-button.pushed:after {
  border-top: none;
  border-bottom: 6px solid #838383;
}
.navig-item.active .dropdown-button:after {
  border-top-color: #000;
  right: 6px;
  top: 22px;
}
.navig-item.active .dropdown-button.pushed:after {
  border-bottom-color: #000;
}
.navig-item .dropdown-container {
  position: absolute;
  background: #fff;
  width: 100%;
  top: calc(100% + 10px);
  border: 1px solid #dedede;
  border-radius: 5px;
  z-index: 10;
}
.navig-item .dropdown-container:before {
  content: "";
  position: absolute;
  height: 10px;
  width: 10px;
  background: #fff;
  transform: rotate(45deg);
  left: 15px;
  top: -5.5px;
  border-top: 1px solid #dedede;
  border-left: 1px solid #dedede;
}
.navig-item .dropdown-container li {
  margin: 0;
  padding: 0;
}
.navig-item .dropdown-container li a {
  padding: 5px 10px;
  margin: 0;
  display: block;
  height: auto;
  text-align: left;
  font-size: 16px;
  position: relative;
  z-index: 1;
}
.navig-item .dropdown-container li:before {
  content: none;
}
.navig-item .dropdown-container li a:hover,
.navig-item .dropdown-container li a.active {
  background: #f3f4f8;
}
.navig-item .dropdown-container li:first-child {
  border-bottom: 1px solid #dedede;
}
.pochet-select {
  padding: 0 15px;
  display: none;
}
.pochet-select .select2-container {
  width: 100% !important;
}
.pochet-select .select2-container--default .select2-selection--single {
  background-color: #e6e6e6;
  border: 1px solid #cccccc;
}
.pochet-select .select2-container .select2-selection--single {
  height: 38px;
}
.pochet-select
  .select2-container
  .select2-selection--single
  .select2-selection__rendered {
  padding: 8px 59px 8px 16px;
  font-size: 16px;
  line-height: 1.3 !important;
}
.pochet-select
  .select2-container--default
  .select2-selection--single
  .select2-selection__arrow {
  top: 7px;
  right: 17px;
  background: none;
  height: 24px;
}
.pochet-select
  .select2-container--default
  .select2-selection--single
  .select2-selection__arrow
  b {
  display: block;
  border-width: 5px 6px 0 6px;
}
.pochet-select
  .select2-container--default.select2-container--open
  .select2-selection--single
  .select2-selection__arrow
  b {
  border-width: 0 6px 5px 6px;
}
.mob-select-holder {
  display: none;
}
@media (max-width: 767px) {
  .navig-item .dropdown-button:after {
    content: none;
  }
  .navig-item .dropdown-button {
    padding-right: 0;
  }
  .pochet-select {
    display: block;
  }
  .honor-donor .pochet-select {
    position: absolute;
    z-index: 3;
    top: 15px;
    left: 0;
    right: 0;
  }
  .mob-select-holder {
    display: block;
  }
}
/*=========*/
.spk-social-buttons {
  display: flex;
  flex-wrap: wrap;
  margin: 27px -10px;
}
.spk-social--item {
  margin: 0 10px 10px;
  flex: 0 0 15%;
  max-width: 15%;
}
.spk-social--btn {
  display: flex;
  align-items: center;
  min-height: 56px;
  padding: 0 10px;
  color: #fff;
}
.spk-social--btn:hover {
  color: #fff;
}
.spk-social--btn.--vk {
  background-color: #51729a;
}
.spk-social--btn.--fb {
  background-color: #3b5a99;
}
.spk-social--btn.--inst {
  background: #f09433;
  background: -moz-linear-gradient(
    45deg,
    #f09433 0%,
    #e6683c 25%,
    #dc2743 50%,
    #cc2366 75%,
    #bc1888 100%
  );
  background: -webkit-linear-gradient(
    45deg,
    #f09433 0%,
    #e6683c 25%,
    #dc2743 50%,
    #cc2366 75%,
    #bc1888 100%
  );
  background: linear-gradient(
    45deg,
    #f09433 0%,
    #e6683c 25%,
    #dc2743 50%,
    #cc2366 75%,
    #bc1888 100%
  );
}
.spk-social--img {
  display: flex;
  justify-content: center;
  align-content: center;
  margin-right: 10px;
}
@media (max-width: 1600px) {
  .spk-social--item {
    flex: 0 0 20%;
    max-width: 20%;
  }
}
@media (max-width: 980px) {
  .spk-social--item {
    flex: 0 0 30.6%;
    max-width: 30.6%;
  }
}
@media (max-width: 768px) {
  .spk-social-buttons {
    margin: 27px 0;
  }
  .spk-social--item {
    flex: 0 0 100%;
    max-width: 100%;
    margin: 0 0 10px;
  }
}
.sk-three-bounce {
  width: 8em;
  margin: auto;
  text-align: center;
  display: inline-block;
}
.sk-three-bounce .sk-child {
  width: 5px;
  height: 5px;
  background-color: #fff;
  border-radius: 100%;
  display: inline-block;
  -webkit-animation: sk-three-bounce 1.4s ease-in-out 0s infinite both;
  animation: sk-three-bounce 1.4s ease-in-out 0s infinite both;
}
.sk-three-bounce .sk-bounce-1 {
  -webkit-animation-delay: -0.32s;
  animation-delay: -0.32s;
}
.sk-three-bounce .sk-bounce-2 {
  -webkit-animation-delay: -0.16s;
  animation-delay: -0.16s;
}

@-webkit-keyframes sk-three-bounce {
  0%, 80%, 100% {
    transform: scale(0);
  }
  40% {
    transform: scale(1);
  }
}

@keyframes sk-three-bounce {
  0%, 80%, 100% {
    transform: scale(0);
  }
  40% {
    transform: scale(1);
  }
}
.sk-favorite {
  background: none;
  border: none;
  display: inline-flex;
}
.sk-favorite svg {
  stroke: #979797;
}
.sk-favorite.active svg {
  fill: #ED241C;
  stroke: none;
}
.popup-forms--zvezdy #idDivRatyComment {
  width: 98%;
}
.regulations__ref {
  display: flex;
  align-items: center;
}
.regulations__ref img {
  width: 25px;
  margin-right: 10px;
}
.dl_links {
  display: flex;
  margin-bottom: 10px;
  align-items: center;
  font-size: 20px;
  margin-left: -40px;
}
.dl_links .dl, .dl_links .print, .dl_links .docx {
  padding-left: 40px;
  font-size: 18px;
  height: 40px;
  display: block;
  width: inherit;
  line-height: 20px;
  margin-left: 40px;
  color: #56a5c5;
  text-decoration: underline !important;
}
.dl_links .dl {
  background: url("../../common/image/ico_pdf.png") no-repeat 0 0;
}
.dl_links .print {
  background: url("../../common/image/ico_print.png") no-repeat 0 0;
}
.dl_links .docx {
  background: url("../../common/image/ico_docx.svg") no-repeat left center;
  background-size: 30px;
  display: flex;
  align-items: center;
}
@media (max-width: 980px) {
  .color-tree--about {
    justify-content: space-between;
  }
  .color-tree--about .categor__link--two {
    height: 224px;
  }
  .color-tree--about .categor__elem-item {
    width: 100%;
    margin: 0 !important;
    display: flex;
    justify-content: space-between;
  }
  .color-tree--about .categor__elem-item--big {
    width: calc(50% - 12px);
  }
  .color-tree--about .categor__elem-item--big .categor__link {
    width: 100%;
  }
  .color-tree--about .categor__link {
    width: calc(50% - 12px);
  }
  .color-tree.color-tree--about .categor__elem-item:nth-child(4n+4) {
    margin: 0 !important;
  }
}
@media (max-width: 768px) {
  .color-tree--about .categor__link {
    width: calc(50% - 3px);
  }
  .color-tree--about .categor__elem-item--big {
    width: calc(50% - 3px);
  }
  .color-tree--about .categor__elem-item:nth-child(3n+3) {
    margin: 0 !important;
  }

}
@media (max-width: 450px) {
  .color-tree--about .categor__link {
    width: 100%;
  }
  .color-tree--about .categor__elem-item--big {
    width: 100%;
    height: 142px;
  }
  .color-tree--about .categor__elem-item {
    flex-direction: column;
  }
}
.fixed-round-btn .btn {
  text-align: center;
}
@media (min-width: 980px) {
  .fixed-round-btn {
    position: fixed;
    bottom: 30px;
    right: 30px;
    transition: 0.3s ease 0s;
    z-index: 3;
  }
  .fixed-round-btn * {
    box-sizing: border-box;
  }
  .fixed-round-btn.go-up {
    bottom: 110px;
  }
  .fixed-round-btn .btn {
    border-radius: 30px;
    width: 60px;
    height: 60px;
    padding: 10px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    transition: width 0.5s ease;
    box-sizing: border-box;
  }
  .fixed-round-btn .btn span {
    white-space: nowrap;
  }
  .fixed-round-btn .btn span {
    position: absolute;
    opacity: 0;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  .fixed-round-btn .btn.on-hover img {
    transition: opacity 0.5s ease;
    position: absolute;
    opacity: 0;
    top: 50%;
    right: 10px;
    transform: translateY(-50%);
  }
  .fixed-round-btn .btn img {
    width: 30px;
    margin-right: 5px;
  }
  .fixed-round-btn .btn.on-hover {
    padding: 10px 30px;
  }
  .fixed-round-btn .btn.on-hover span {
    position: relative;
    opacity: 1;
    transition: opacity 0.5s ease 0.3s;
    top: auto;
    left: auto;
    transform: none;
  }
}

@media (max-width: 1200px) and (min-width: 980px){
  .fixed-round-btn {
    position: fixed;
    bottom: 15px;
    right: 15px;
    transition: 0.3s ease 0s;
  }
  .fixed-round-btn.go-up {
    bottom: 90px;
  }
}
@media (max-width: 980px) {
  .fixed-round-btn {
    text-align: center;
    margin: 30px 0;
  }
  .fixed-round-btn .btn img {
    display: none;
  }
}
.blood__social-list {
  display: flex;
}
.blood__social-item {
  width: 40px;
  height: 40px;
  border-radius: 100%;
  margin: 10px 10px 0px 0px;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: background 0.1s linear;
}

.blood__social-item.telegramm {
  background-color: #64a9dc;
}
.blood__social-item.ok {
  background-color: #eb722e;

}
.blood__social-item.vk {
  background-color: #07f;
}

.blood__social-item.telegramm:hover {
  background-color: #51729a;
}
.blood__social-item.ok:hover {
  background-color: #ee820a;
}
.blood__social-item.vk:hover {
  background-color: #51729a;
}
/*@media (max-width: 500px) {*/
/*  #vk_groups {*/
/*    width: 100%;*/
/*  }*/
/*  .blood__social-list {*/
/*    flex-wrap: wrap;*/
/*  }*/
/*  .blood__social-list.spk-widget {*/
/*    margin-bottom: 0px;*/
/*  }*/
/*  .blood__social-item.telegramm,*/
/*  .blood__social-item.ok {*/
/*    margin-top: 0px;*/
/*  }*/
/*}*/

.gosuslugi_data_error {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.zipper a.ui-state-default {
  background-image: url("/common/icons/lightning-red.svg");
  background-position: center bottom;
  background-size: 5px 10px;
  background-repeat: no-repeat;
}
.zipper a.ui-state-default.ui-state-highlight, .zipper a.ui-state-default.ui-state-active {
  background-image: url("/common/icons/lightning-white.svg");
}
.ui-datepicker-legend {
  padding: 5px 10px;
  font-size: 10px;
  font-family: "PT Sans", sans-serif;
}