@font-face {
  font-family: "svgfont";
  src: url("fonts/svgfont.eot");
  src: url("fonts/svgfont.eot?#iefix") format('eot'), url("fonts/svgfont.woff") format('woff'), url("fonts/svgfont.woff2") format('woff2'), url("fonts/svgfont.ttf") format('truetype');
  font-weight: normal;
  font-style: normal;
}
.icon,
[class^="icon-"],
[class*=" icon-"] {
  font-family: "svgfont";
  font-style: normal;
  font-weight: normal;
  text-rendering: auto;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icon,
[class^="icon-"],
[class*=" icon-"] {
  display: inline-block;
}
.icon-facebook:before {
  content: "\EA01";
}
.icon-google:before {
  content: "\EA02";
}
.icon-instagram:before {
  content: "\EA03";
}
.icon-twitter:before {
  content: "\EA04";
}
.icon-blog:before {
  content: "\EA05";
}
.icon-news:before {
  content: "\EA06";
}
.icon-view:before {
  content: "\EA07";
}
.icon-cloud:before {
  content: "\EA08";
}
.icon-layer:before {
  content: "\EA09";
}
.icon-location:before {
  content: "\EA0A";
}
.icon-sort:before {
  content: "\EA0B";
}
.icon-arrow-down:before {
  content: "\EA0C";
}
.icon-left-arrow:before {
  content: "\EA0D";
}
.icon-right-arrow:before {
  content: "\EA0E";
}
.icon-calendar:before {
  content: "\EA0F";
}
.icon-case:before {
  content: "\EA10";
}
.icon-menu:before {
  content: "\EA11";
}
.icon-youtube:before {
  content: "\EA12";
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  vertical-align: baseline;
}
body,
html {
  height: 100%;
}
img,
fieldset,
a img {
  border: none;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  -webkit-appearance: none;
}
textarea {
  overflow: auto;
}
input,
button {
  margin: 0;
  padding: 0;
  border: 0;
}
input[type="submit"],
button {
  cursor: pointer;
}
div,
input,
textarea,
select,
button,
h1,
h2,
h3,
h4,
h5,
h6,
a,
span,
a:focus {
  outline: none;
}
ul,
ol {
  list-style-type: none;
}
+iphone * {
  -webkit-text-size-adjust: none;
}
table {
  border-spacing: 0;
  border-collapse: collapse;
  width: 100%;
}
html {
  box-sizing: border-box;
}
*,
*:before,
*:after {
  box-sizing: inherit;
}
@font-face {
  font-family: OpenSans;
  font-weight: 400;
  src: url("./fonts/OpenSans-Regular.ttf");
}
@font-face {
  font-family: OpenSans;
  font-weight: 300;
  src: url("./fonts/OpenSans-Light.ttf");
}
@font-face {
  font-family: OpenSans;
  font-weight: 700;
  src: url("./fonts/OpenSans-Bold.ttf");
}
@font-face {
  font-family: OpenSans;
  font-weight: 600;
  src: url("./fonts/OpenSans-SemiBold.ttf");
}
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}
.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-loading .slick-list {
  background: #fff;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}
.slick-slider .slick-list,
.slick-track,
.slick-slide,
.slick-slide img {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  zoom: 1;
}
.slick-track:before,
.slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}
.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
}
.slick-slide img {
  display: block;
  max-width: 100%;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}
.slick-prev,
.slick-next {
  position: absolute;
  top: 50%;
  margin-top: -10px;
}
.slick-prev +hide-text,
.slick-next +hide-text,
.slick-prev height: 20px,
.slick-next height: 20px,
.slick-prev background: none,
.slick-next background: none,
.slick-prev left: 0,
.slick-next left: 0,
.slick-prev z-index: 1,
.slick-next z-index: 1,
.slick-prev:focus,
.slick-next:focus {
  outline: none;
}
.slick-prev.slick-disabled,
.slick-next.slick-disabled {
  opacity: 0.2;
}
.slick-prev:before,
.slick-next:before {
  height: 30px;
  line-height: 30px;
  content: "prev";
  display: inline-block;
  vertical-align: middle;
  font-size: 15px;
  color: #fff;
  background: #000;
}
.slick-next {
  right: 0;
  left: auto;
}
.slick-next:before {
  content: "next";
  display: inline-block;
}
.slick-dots {
  text-align: center;
  position: absolute;
  margin: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  padding: 0 3px;
}
.slick-dots li.slick-active button {
  background: #000;
}
.slick-dots button {
  display: block;
  width: 10px;
  height: 10px;
  background: #fff;
  box-shadow: 0 1px 5px rgba(0,0,0,0.25);
  cursor: pointer;
}
.slick-dots button +hide-text {
  border-radius: 50%;
}
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  -webkit-backface-visibility: hidden;
}
body {
  font-family: OpenSans;
  font-size: 12px;
  overflow-X: hidden;
}
.container-fluid {
  width: 100%;
}
.clearfix:before,
.clearfix:after {
  content: "";
  display: table;
  width: 0;
  height: 0;
  visibility: hidden;
}
.clearfix:after {
  clear: both;
}
input::-webkit-input-placeholder {
  font-family: OpenSans;
  font-size: 14px;
}
input::-moz-placeholder {
  font-family: OpenSans;
  font-size: 14px;
}
input::-moz-placeholder {
  font-family: OpenSans;
  font-size: 14px;
}
input::-ms-input-placeholder {
  font-family: OpenSans;
  font-size: 14px;
}
input::-webkit-inner-spin-button {
  display: none;
  -webkit-appearance: none;
}
select::-ms-expand {
  display: none;
}
img {
  border-style: none;
}
textarea,
input[type="text"],
input[type="button"],
input[type="submit"] {
  -webkit-appearance: none;
  -moz-appearance: textfield;
  border-radius: 0;
  font-family: OpenSans;
  overflow: auto;
}
textarea::-ms-clear,
input[type="text"]::-ms-clear,
input[type="button"]::-ms-clear,
input[type="submit"]::-ms-clear {
  display: none;
}
button {
  font-family: OpenSans;
}
select:focus::-ms-value {
  background-color: transparent;
  color: #fff;
}
select {
  -moz-appearance: none;
}
input[type='number']::-webkit-inner-spin-button,
input[type='number']::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
input::-webkit-input-placeholder {
  color: #131722;
}
input:-moz-placeholder {
  color: #131722;
}
input::-moz-placeholder {
  color: #131722;
}
input:-ms-input-placeholder {
  color: #131722;
}
input:focus::-webkit-input-placeholder {
  color: transparent;
}
input:focus::-moz-placeholder {
  color: transparent;
}
input:focus:-moz-placeholder {
  color: transparent;
}
input:focus:-ms-input-placeholder {
  color: transparent;
}
input::-ms-clear {
  display: none;
}
input:focus {
  border-color: #d00000;
}
a:active,
img:active,
div:active,
input:active,
select:active,
a:focus,
img:focus,
div:focus,
input:focus,
select:focus {
  outline: none;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: OpenSans;
  font-weight: bold;
}
.wrapper-mask {
  z-index: 2;
}
.container {
  width: 100%;
  -webkit-transition: 0.1s linear all;
  transition: 0.1s linear all;
  position: relative;
  margin-left: auto;
  margin-right: auto;
  padding-right: 15px;
  padding-left: 15px;
}
.container--no-padding {
  padding: 0 !important;
}
.wrapper {
  padding: 0;
  overflow-x: hidden;
  position: relative;
  min-height: 100%;
  padding-bottom: 350px;
}
.mask {
  background-color: rgba(0,0,0,0.5);
  position: absolute;
  z-index: 50;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transition: 1s;
  transition: 1s;
}
.breadcrumb {
  padding-top: 80px;
  position: relative;
  z-index: 5;
  padding-bottom: 37px;
}
.breadcrumb__item {
  display: inline-block;
  vertical-align: top;
}
.breadcrumb__item:not(:last-child):after {
  content: '/';
  margin-right: 4px;
  margin-left: 4px !important;
}
.breadcrumb__link {
  text-decoration: none !important;
  color: #000;
  font-size: 12px;
  font-weight: 400;
}
.breadcrumb__link:hover {
  color: #e83147;
}
.breadcrumb__link-current {
  color: #000;
}
.breadcrumb__list {
  list-style-type: none !important;
  padding: 0 !important;
  position: absolute;
  top: 5px;
  z-index: 5;
}
.breadcrumb--is-white .breadcrumb__item {
  color: #fff;
}
.breadcrumb--is-white .breadcrumb__item .breadcrumb__link {
  color: #fff;
}
.breadcrumb--is-white .breadcrumb__item .breadcrumb__link:hover {
  color: #000;
}
.breadcrumb--is-white .breadcrumb__item .breadcrumb__link-current {
  color: #fff;
}
.footer {
  margin-top: -350px;
  height: 350px;
  clear: both;
  background-color: #f0f3f4;
  position: relative;
  padding-top: 20px;
}
.footer__search-form {
  margin-top: 20px;
  clear: both;
  width: 100%;
  height: 42px;
  background-color: #fff;
}
.footer__search-form>input.search {
  padding-left: 10px;
  height: 100%;
  width: 80%;
  height: 37px;
  margin-top: 1px;
  border: none;
  float: left;
}
.footer__search-form>input.search::-ms-clear {
  display: none;
}
.footer__search-form>input.search::-webkit-input-placeholder {
  color: #3f474b;
  font-size: 13px;
}
.footer__search-form>input.search:-moz-placeholder {
  color: #3f474b;
}
.footer__search-form>input.search::-moz-placeholder {
  color: #3f474b;
}
.footer__search-form>input.search:-ms-input-placeholder {
  color: #3f474b;
}
.footer__search-form>input.search:focus::-webkit-input-placeholder {
  color: transparent;
}
.footer__search-form>input.search:focus::-moz-placeholder {
  color: transparent;
}
.footer__search-form>input.search:focus:-moz-placeholder {
  color: transparent;
}
.footer__search-form>input.search:focus:-ms-input-placeholder {
  color: transparent;
}
.footer__search-form input.submit {
  background: url("./../img/search.png") no-repeat 50%;
  width: 38px;
  height: 38px;
  float: right;
  cursor: pointer;
  border: none;
}
.footer__search-form>i {
  display: none;
  position: absolute;
  right: 34px;
  top: 50px;
  padding: 0 8px;
  font-style: normal;
  font-size: 20px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  cursor: pointer;
  color: #e83147;
}
.footer__link>a {
  text-decoration: none;
  font-size: 16px;
  font-weight: 700;
  text-align: center;
  padding-top: 14px;
  text-transform: uppercase;
  color: #3f474b;
  display: block;
  padding-right: 10px;
}
.footer__link>a:hover {
  color: #ee4949;
}
.footer__copiright {
  padding-bottom: 14px;
  margin-top: 20px;
  text-align: center;
}
.footer__social {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  width: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.footer__social>a {
  text-decoration: none;
  width: 30px;
  height: 30px;
  text-align: center;
  padding-top: 10px;
  margin-left: 10px;
}
.footer__social>a:before {
  color: #3f474b;
  font-size: 18px;
}
.footer__social>a:hover:before {
  color: #808080;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.footer__logo {
  width: 100px;
  height: 42px;
  margin: 0 auto;
}
.footer__logo>a>img {
  width: 100%;
}
.header {
  background-color: #eff3f4;
  z-index: 6000;
  height: 64px;
  position: fixed;
  width: 100%;
}
.header .header-mob__hide {
  display: none;
}
.header .header__mobile {
  display: block;
  width: 222px;
  height: 100%;
  overflow-y: auto;
  background-position: right top;
  position: fixed;
  right: -100%;
  top: 0;
  z-index: 5005;
  -webkit-transition: right 0.7s ease-out 0.01s;
  transition: right 0.7s ease-out 0.01s;
  background: #eff3f4;
}
.header .header__mobile .header__mob-content .header__mob-menu .header__link-mob>a {
  text-decoration: none;
  font-size: 16px;
  font-weight: 700;
  text-align: center;
  padding-top: 14px;
  text-transform: uppercase;
  color: #3f474b;
  display: block;
}
.header .header__mobile .header__mob-content .header__mob-menu .header__link-mob>a:hover {
  color: #ee4949;
}
.header .header__mobile .header__mob-content .header__mob-menu .header__lang-switcher {
  padding: 23.5px 12px;
  -moz-padding: 12.5px;
  float: left;
  border-right: 1px solid rgba(205,205,205,0.3);
}
.header .header__mobile .header__mob-content .header__mob-menu .header__lang {
  color: #3f474b;
  text-transform: uppercase;
  font-weight: 700;
  text-decoration: none;
  display: inline-block;
  margin-right: 10px;
}
.header .header__mobile .header__mob-content .header__mob-menu .header__lang--active {
  color: #e83147;
  text-decoration: underline;
}
.header .header__mobile .header__mob-content .header__mob-menu .header__lang:hover {
  color: #e83147;
}
.header .header__mobile .header__mob-content .header__mob-menu .header__search-form {
  clear: both;
  width: 100%;
  height: 42px;
  background-color: #fff;
}
.header .header__mobile .header__mob-content .header__mob-menu .header__search-form>input.search {
  padding-left: 10px;
  height: 100%;
  width: 80%;
  height: 37px;
  margin-top: 1px;
  border: none;
  float: left;
}
.header .header__mobile .header__mob-content .header__mob-menu .header__search-form>input.search::-ms-clear {
  display: none;
}
.header .header__mobile .header__mob-content .header__mob-menu .header__search-form>input.search::-webkit-input-placeholder {
  color: #3f474b;
  font-size: 13px;
}
.header .header__mobile .header__mob-content .header__mob-menu .header__search-form>input.search:-moz-placeholder {
  color: #3f474b;
}
.header .header__mobile .header__mob-content .header__mob-menu .header__search-form>input.search::-moz-placeholder {
  color: #3f474b;
}
.header .header__mobile .header__mob-content .header__mob-menu .header__search-form>input.search:-ms-input-placeholder {
  color: #3f474b;
}
.header .header__mobile .header__mob-content .header__mob-menu .header__search-form>input.search:focus::-webkit-input-placeholder {
  color: transparent;
}
.header .header__mobile .header__mob-content .header__mob-menu .header__search-form>input.search:focus::-moz-placeholder {
  color: transparent;
}
.header .header__mobile .header__mob-content .header__mob-menu .header__search-form>input.search:focus:-moz-placeholder {
  color: transparent;
}
.header .header__mobile .header__mob-content .header__mob-menu .header__search-form>input.search:focus:-ms-input-placeholder {
  color: transparent;
}
.header .header__mobile .header__mob-content .header__mob-menu .header__search-form input.submit {
  background: url("./../img/search.png") no-repeat 50%;
  width: 38px;
  height: 38px;
  float: right;
  cursor: pointer;
  border: none;
}
.header .header__mobile .header__mob-content .header__mob-menu .header__search-form>i {
  display: none;
  position: absolute;
  right: 34px;
  top: 50px;
  padding: 0 8px;
  font-style: normal;
  font-size: 20px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  cursor: pointer;
  color: #e83147;
}
.header .header__mobile .header__mob-content .header__mob-menu .header__social {
  float: right;
}
.header .header__mobile .header__mob-content .header__mob-menu .header__social>a {
  text-decoration: none;
  width: 30px;
  height: 30px;
  padding-top: 25px;
}
.header .header__mobile .header__mob-content .header__mob-menu .header__social>a:before {
  color: #808080;
}
.header .is-mobile-header {
  position: fixed;
  right: 0;
  top: 0;
}
.header .is-mobile-header .header__mob-wrapper {
  width: 100%;
  height: 100%;
  position: relative;
}
.header__toggle {
  position: absolute;
  right: 15px;
  width: 25px;
  cursor: pointer;
  height: 24px;
  -webkit-transition: 0.6s linear all;
  transition: 0.6s linear all;
  margin-top: 20px;
  display: block;
  z-index: 10;
}
.header__toggle:hover {
  border-radius: 3px;
}
.header__input {
  width: 100px;
  right: 40px;
}
.header__toggle-item {
  position: absolute;
  border-radius: 7px;
  width: 100%;
  display: block;
  height: 5px;
  left: 10%;
  background-color: #e83147;
  -webkit-transition: 0.2s linear all;
  transition: 0.2s linear all;
}
.header__toggle-item:nth-child(1) {
  top: 1px;
}
.header__toggle-item:nth-child(2) {
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.header__toggle-item:nth-child(3) {
  bottom: 1px;
}
.header__logo {
  width: 100%;
  height: 100%;
  display: block;
}
.header__logo-title {
  display: block;
  position: absolute;
  top: 38px;
  left: 10px;
  width: 100px;
}
.header__logo-wrapper {
  width: 130px;
  height: 78px;
  left: 15px;
  z-index: 10;
  top: 5px;
  display: block;
  position: absolute;
}
.header__logo-wrapper--tiny {
  width: 69px;
  height: auto;
}
.header__logo-wrapper .header__link>a {
  text-decoration: none;
  color: #fff;
  display: block;
  float: left;
  font-size: 13px;
  font-weight: 400;
  padding-left: 40px;
  padding-top: 23px;
}
.header__logo-wrapper .header__link>a:hover {
  color: #ee4949;
}
.header__logo-wrapper .header__link>a:active {
  color: #ee4949;
}
.header__logo-wrapper .header__link>a:focus {
  color: #ee4949;
}
.header__logo-wrapper .header__link>a:first-child {
  padding-left: 180px;
}
.top-part {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 50px;
  margin-left: 275px;
}
.top-part__search-form {
  clear: both;
  width: 472px;
  margin-right: 20px;
  height: 42px;
  background-color: #fff;
}
.top-part__search-form>input.search {
  padding-left: 10px;
  height: 100%;
  width: 80%;
  height: 37px;
  margin-top: 1px;
  border: none;
  float: left;
}
.top-part__search-form>input.search::-ms-clear {
  display: none;
}
.top-part__search-form>input.search::-webkit-input-placeholder {
  color: #3f474b;
  font-size: 13px;
}
.top-part__search-form>input.search:-moz-placeholder {
  color: #3f474b;
}
.top-part__search-form>input.search::-moz-placeholder {
  color: #3f474b;
}
.top-part__search-form>input.search:-ms-input-placeholder {
  color: #3f474b;
}
.top-part__search-form>input.search:focus::-webkit-input-placeholder {
  color: transparent;
}
.top-part__search-form>input.search:focus::-moz-placeholder {
  color: transparent;
}
.top-part__search-form>input.search:focus:-moz-placeholder {
  color: transparent;
}
.top-part__search-form>input.search:focus:-ms-input-placeholder {
  color: transparent;
}
.top-part__search-form input.submit {
  background: url("./../img/search.png") no-repeat 50%;
  width: 38px;
  height: 38px;
  float: right;
  cursor: pointer;
  border: none;
}
.top-part__search-form>i {
  display: none;
  position: absolute;
  right: 34px;
  top: 50px;
  padding: 0 8px;
  font-style: normal;
  font-size: 20px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  cursor: pointer;
  color: #e83147;
}
.top-part__date {
  margin-right: 60px;
}
.top-part__date>p {
  font-size: 14px;
  color: #3f474b;
}
.top-part__rss>a {
  width: 30px;
  height: 30px;
  display: block;
  text-align: center;
  margin-top: 10px;
}
.top-part__rss>a>span {
  display: block;
  width: 23px;
  height: 3px;
  background-color: #868c9f;
}
.top-part__rss>a>span:first-child {
  margin-bottom: 4px;
}
.top-part__rss>a>span:last-child {
  margin-top: 4px;
  width: 15px;
}
.bottom-part {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-left: 275px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 20px;
}
.bottom-part__link {
  margin-right: 30px;
}
.bottom-part__link>a {
  text-decoration: none;
  font-size: 14px;
  font-weight: 700;
  float: left;
  text-align: center;
  padding-right: 20px;
  text-transform: uppercase;
  color: #3f474b;
  display: block;
}
.bottom-part__link>a:hover {
  color: #ee4949;
}
.bottom-part__social>a {
  text-decoration: none;
  width: 30px;
  height: 30px;
  text-align: center;
  padding-top: 10px;
  margin-left: 10px;
}
.bottom-part__social>a:before {
  color: #3f474b;
  font-size: 18px;
}
.bottom-part__social>a:hover:before {
  color: #808080;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.bottom-part__lang {
  color: #3f474b;
  text-transform: uppercase;
  font-weight: 700;
  text-decoration: none;
  display: inline-block;
  margin-right: 10px;
}
.bottom-part__lang--active {
  color: #e83147;
  text-decoration: underline;
}
.bottom-part__lang:hover {
  color: #e83147;
}
.bottom-dropdown-link {
  margin-top: 15px;
  margin-left: 275px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.bottom-dropdown-link>a {
  color: #000;
  font-size: 12px;
  font-weight: 400;
  margin-left: 20px;
  text-decoration: none;
}
.bottom-dropdown-link>a:first-child {
  margin-left: 0;
}
.bottom-dropdown-link>a:hover {
  color: #e83147;
}
.header-index {
  background-color: #eff3f4;
  z-index: 6000;
  height: 64px;
  position: fixed;
  width: 100%;
}
.header-index--tiny .header-index__logo-wrapper>a {
  display: none;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.header-index--tiny .header-index__logo-wrapper {
  padding-bottom: 30px;
}
.header-index .header-mob__hide {
  display: none;
}
.header-index .header-index__mobile {
  display: block;
  width: 222px;
  height: 100%;
  overflow-y: auto;
  background-position: right top;
  position: fixed;
  right: -100%;
  top: 0;
  z-index: 5005;
  -webkit-transition: right 0.7s ease-out 0.01s;
  transition: right 0.7s ease-out 0.01s;
  background: #eff3f4;
}
.header-index .header-index__mobile .header-index__mob-content .header-index__mob-menu .header-index__link-mob>a {
  text-decoration: none;
  font-size: 16px;
  font-weight: 700;
  text-align: center;
  padding-top: 14px;
  text-transform: uppercase;
  color: #3f474b;
  display: block;
}
.header-index .header-index__mobile .header-index__mob-content .header-index__mob-menu .header-index__link-mob>a:hover {
  color: #ee4949;
}
.header-index .header-index__mobile .header-index__mob-content .header-index__mob-menu .header-index__lang-switcher {
  padding: 23.5px 12px;
  -moz-padding: 12.5px;
  float: left;
  border-right: 1px solid rgba(205,205,205,0.3);
}
.header-index .header-index__mobile .header-index__mob-content .header-index__mob-menu .header-index__lang {
  color: #3f474b;
  text-transform: uppercase;
  font-weight: 700;
  text-decoration: none;
  display: inline-block;
  margin-right: 10px;
}
.header-index .header-index__mobile .header-index__mob-content .header-index__mob-menu .header-index__lang--active {
  color: #e83147;
  text-decoration: underline;
}
.header-index .header-index__mobile .header-index__mob-content .header-index__mob-menu .header-index__lang:hover {
  color: #e83147;
}
.header-index .header-index__mobile .header-index__mob-content .header-index__mob-menu .header-index__search-form {
  clear: both;
  width: 100%;
  height: 42px;
  background-color: #fff;
}
.header-index .header-index__mobile .header-index__mob-content .header-index__mob-menu .header-index__search-form>input.search {
  padding-left: 10px;
  height: 100%;
  width: 80%;
  height: 37px;
  margin-top: 1px;
  border: none;
  float: left;
}
.header-index .header-index__mobile .header-index__mob-content .header-index__mob-menu .header-index__search-form>input.search::-ms-clear {
  display: none;
}
.header-index .header-index__mobile .header-index__mob-content .header-index__mob-menu .header-index__search-form>input.search::-webkit-input-placeholder {
  color: #3f474b;
  font-size: 13px;
}
.header-index .header-index__mobile .header-index__mob-content .header-index__mob-menu .header-index__search-form>input.search:-moz-placeholder {
  color: #3f474b;
}
.header-index .header-index__mobile .header-index__mob-content .header-index__mob-menu .header-index__search-form>input.search::-moz-placeholder {
  color: #3f474b;
}
.header-index .header-index__mobile .header-index__mob-content .header-index__mob-menu .header-index__search-form>input.search:-ms-input-placeholder {
  color: #3f474b;
}
.header-index .header-index__mobile .header-index__mob-content .header-index__mob-menu .header-index__search-form>input.search:focus::-webkit-input-placeholder {
  color: transparent;
}
.header-index .header-index__mobile .header-index__mob-content .header-index__mob-menu .header-index__search-form>input.search:focus::-moz-placeholder {
  color: transparent;
}
.header-index .header-index__mobile .header-index__mob-content .header-index__mob-menu .header-index__search-form>input.search:focus:-moz-placeholder {
  color: transparent;
}
.header-index .header-index__mobile .header-index__mob-content .header-index__mob-menu .header-index__search-form>input.search:focus:-ms-input-placeholder {
  color: transparent;
}
.header-index .header-index__mobile .header-index__mob-content .header-index__mob-menu .header-index__search-form input.submit {
  background: url("./../img/search.png") no-repeat 50%;
  width: 38px;
  height: 38px;
  float: right;
  cursor: pointer;
  border: none;
}
.header-index .header-index__mobile .header-index__mob-content .header-index__mob-menu .header-index__search-form>i {
  display: none;
  position: absolute;
  right: 34px;
  top: 50px;
  padding: 0 8px;
  font-style: normal;
  font-size: 20px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  cursor: pointer;
  color: #e83147;
}
.header-index .header-index__mobile .header-index__mob-content .header-index__mob-menu .header-index__social {
  float: right;
}
.header-index .header-index__mobile .header-index__mob-content .header-index__mob-menu .header-index__social>a {
  text-decoration: none;
  width: 30px;
  height: 30px;
  padding-top: 25px;
}
.header-index .header-index__mobile .header-index__mob-content .header-index__mob-menu .header-index__social>a:before {
  color: #808080;
}
.header-index .is-mobile-header {
  position: fixed;
  right: 0;
  top: 0;
}
.header-index .is-mobile-header .header-index__mob-wrapper {
  width: 100%;
  height: 100%;
  position: relative;
}
.header-index__toggle {
  position: absolute;
  right: 15px;
  width: 25px;
  cursor: pointer;
  height: 24px;
  -webkit-transition: 0.6s linear all;
  transition: 0.6s linear all;
  margin-top: 20px;
  display: block;
  z-index: 10;
}
.header-index__toggle:hover {
  border-radius: 3px;
}
.header-index__input {
  width: 100px;
  right: 40px;
}
.header-index__toggle-item {
  position: absolute;
  border-radius: 7px;
  width: 100%;
  display: block;
  height: 5px;
  left: 10%;
  background-color: #e83147;
  -webkit-transition: 0.2s linear all;
  transition: 0.2s linear all;
}
.header-index__toggle-item:nth-child(1) {
  top: 1px;
}
.header-index__toggle-item:nth-child(2) {
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.header-index__toggle-item:nth-child(3) {
  bottom: 1px;
}
.header-index__logo {
  width: 100%;
  height: 100%;
  display: block;
}
.header-index__logo-title {
  display: block;
  padding-left: 10px;
  padding-top: 20px;
  width: 100px;
}
.header-index__logo-wrapper {
  width: 130px;
  height: auto;
  left: 15px;
  z-index: 10;
  top: 5px;
  display: block;
  position: absolute;
  background-image: url(".././img/logo.png");
  background-size: 100% 100%;
}
.header-index__logo-wrapper--tiny {
  width: 69px;
  height: auto;
}
.header-index__logo-wrapper>a {
  text-decoration: none;
  text-transform: uppercase;
  font-size: 10px;
  margin-bottom: 26px;
  padding-top: 10px;
  padding-left: 10px;
  display: block;
  color: #fff;
}
.header-index__logo-wrapper .header-index__link>a {
  text-decoration: none;
  color: #fff;
  display: block;
  float: left;
  font-size: 13px;
  font-weight: 400;
  padding-left: 40px;
  padding-top: 23px;
}
.header-index__logo-wrapper .header-index__link>a:hover {
  color: #ee4949;
}
.header-index__logo-wrapper .header-index__link>a:active {
  color: #ee4949;
}
.header-index__logo-wrapper .header-index__link>a:focus {
  color: #ee4949;
}
.header-index__logo-wrapper .header-index__link>a:first-child {
  padding-left: 180px;
}
.top-part-index {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 30px;
  margin-left: 275px;
}
.top-part-index__search-form {
  clear: both;
  width: 472px;
  margin-right: 20px;
  height: 42px;
  background-color: #fff;
}
.top-part-index__search-form>input.search {
  padding-left: 10px;
  height: 100%;
  width: 80%;
  height: 37px;
  margin-top: 1px;
  border: none;
  float: left;
}
.top-part-index__search-form>input.search::-ms-clear {
  display: none;
}
.top-part-index__search-form>input.search::-webkit-input-placeholder {
  color: #3f474b;
  font-size: 13px;
}
.top-part-index__search-form>input.search:-moz-placeholder {
  color: #3f474b;
}
.top-part-index__search-form>input.search::-moz-placeholder {
  color: #3f474b;
}
.top-part-index__search-form>input.search:-ms-input-placeholder {
  color: #3f474b;
}
.top-part-index__search-form>input.search:focus::-webkit-input-placeholder {
  color: transparent;
}
.top-part-index__search-form>input.search:focus::-moz-placeholder {
  color: transparent;
}
.top-part-index__search-form>input.search:focus:-moz-placeholder {
  color: transparent;
}
.top-part-index__search-form>input.search:focus:-ms-input-placeholder {
  color: transparent;
}
.top-part-index__search-form input.submit {
  background: url("./../img/search.png") no-repeat 50%;
  width: 38px;
  height: 38px;
  float: right;
  cursor: pointer;
  border: none;
}
.top-part-index__search-form>i {
  display: none;
  position: absolute;
  right: 34px;
  top: 50px;
  padding: 0 8px;
  font-style: normal;
  font-size: 20px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  cursor: pointer;
  color: #e83147;
}
.top-part-index__date {
  margin-right: 60px;
}
.top-part-index__date>p {
  font-size: 14px;
  color: #3f474b;
}
.top-part-index__rss>a {
  width: 30px;
  height: 30px;
  display: block;
  text-align: center;
  margin-top: 10px;
}
.top-part-index__rss>a>span {
  display: block;
  width: 23px;
  height: 3px;
  background-color: #868c9f;
}
.top-part-index__rss>a>span:first-child {
  margin-bottom: 4px;
}
.top-part-index__rss>a>span:last-child {
  margin-top: 4px;
  width: 15px;
}
.bottom-part-index {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-left: 275px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 10px;
}
.bottom-part-index__link {
  margin-right: 30px;
}
.bottom-part-index__link>a {
  text-decoration: none;
  font-size: 14px;
  font-weight: 700;
  float: left;
  text-align: center;
  padding-right: 20px;
  text-transform: uppercase;
  color: #3f474b;
  display: block;
}
.bottom-part-index__link>a:hover {
  color: #ee4949;
}
.bottom-part-index__social>a {
  text-decoration: none;
  width: 30px;
  height: 30px;
  text-align: center;
  padding-top: 10px;
  margin-left: 10px;
}
.bottom-part-index__social>a:before {
  color: #3f474b;
  font-size: 18px;
}
.bottom-part-index__social>a:hover:before {
  color: #808080;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.bottom-part-index__lang {
  color: #3f474b;
  text-transform: uppercase;
  font-weight: 700;
  text-decoration: none;
  display: inline-block;
  margin-right: 10px;
}
.bottom-part-index__lang--active {
  color: #e83147;
  text-decoration: underline;
}
.bottom-part-index__lang:hover {
  color: #e83147;
}
.main {
  margin-top: 64px;
}
.slyder {
  width: 100%;
  min-height: 336px;
  max-height: 504px;
}
.slyder__slide {
  width: 100%;
  height: 100%;
  min-height: 336px;
  max-height: 503px;
  background-size: cover;
  background-position: center center;
}
.slyder__content {
  padding-top: 200px;
  position: absolute;
  bottom: 40px;
}
.slyder__content>a {
  color: #fff;
  font-size: 22px;
  font-weight: 700;
  text-decoration: none;
}
.slyder__content>a:visited {
  color: #fff;
  font-size: 22px;
  font-weight: 700;
  text-decoration: none;
}
.slyder__content-wrapper {
  position: relative;
  min-height: 336px;
  max-height: 503px;
}
.slick-dots button {
  width: 28px;
  font-size: 0;
  height: 3px;
  background-color: #fff;
}
.slick-dots li.slick-active button {
  background-color: #e83147;
}
.slick-dots {
  bottom: 15px;
}
.important {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.card {
  text-decoration: none;
  display: block;
  width: 50%;
  max-width: 300px;
  height: auto;
  max-height: 250px;
  min-height: 200px;
  position: relative;
}
.card:hover .card__desc {
  background: rgba(233,49,72,0.9);
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.card:hover .card__label>p {
  background: transparent;
  border: 1px solid #fff;
  padding: 4px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.card__img {
  width: 100%;
  height: 100%;
  display: block;
  overflow: hidden;
  position: relative;
}
.card__img>img {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  display: block;
  min-width: 100%;
  height: 100%;
}
.card__desc {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  padding: 10px;
}
.card__label {
  margin-top: 28px;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
}
.card__label>p {
  padding: 5px;
  background-color: #e83147;
  color: #fff;
  font-size: 12px;
  font-weight: 400;
  text-transform: uppercase;
}
.card__title>h3 {
  color: #fff;
  font-weight: 700;
  font-size: 14px;
}
.card__date {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
}
.card__date>p {
  border: 1px solid #fff;
  padding: 4px;
  display: block;
  color: #fff;
  font-size: 10px;
  font-weight: 400;
}
.post {
  text-decoration: none;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  margin-top: 20px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  max-width: 650px;
}
.post:hover .post__text>h3 {
  color: #e83147;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.post__img {
  width: 450px;
  height: 130px;
  overflow: hidden;
  display: block;
  -webkit-flex-shrink: 2;
  -ms-flex-negative: 2;
  flex-shrink: 2;
  position: relative;
}
.post__img>img {
  min-height: 100%;
  max-width: 100%;
  display: block;
  margin: 0 auto;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
.post__text {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  margin-left: 10px;
  width: 70%;
}
.post__text>h6 {
  color: #000;
  font-size: 12px;
  font-weight: 400;
}
.post__text>h3 {
  color: #000;
  font-size: 17px;
  font-weight: 400;
  height: 113px;
  overflow: hidden;
}
.post__text>h4 {
  color: #000;
  font-size: 15px;
  font-weight: 700;
}
.post__info>span {
  color: #3f474b;
  font-size: 12px;
  font-weight: 400;
  float: left;
  display: block;
  padding-top: 2px;
  padding-right: 10px;
}
.post__info>p {
  color: #3f474b;
  font-size: 10px;
  font-weight: 400;
}
.post--is-pink:hover .post__text>h3 {
  color: #000;
}
.post--is-pink .post__text h3 {
  color: #e83147;
}
.post--is-pink .post__text h3:hover {
  color: #000;
}
.blog-wrapper,
.news-wrapper,
.facebook,
.cloud {
  margin-top: 20px;
}
.blog-wrapper__title>span,
.news-wrapper__title>span,
.facebook__title>span,
.cloud__title>span {
  font-size: 23px;
  display: block;
  float: left;
  padding-top: 6px;
  padding-right: 10px;
}
.blog-wrapper__title>h2,
.news-wrapper__title>h2,
.facebook__title>h2,
.cloud__title>h2 {
  color: #000;
  font-size: 23px;
  font-weight: 400;
  text-transform: uppercase;
}
.line {
  width: 100%;
  height: 2px;
  display: block;
  background-color: #d5d8e3;
}
.news {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  margin-top: 20px;
  width: 286px;
}
.news__date>p {
  color: #000;
  font-size: 12px;
  font-weight: 400;
  padding: 2px;
  border: 1px solid #d5d8e3;
}
.news__text {
  margin-left: 10px;
  text-decoration: none;
}
.news__text:hover>p {
  color: #e83147;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.news__text>p {
  color: #000;
  height: 34px;
  overflow: hidden;
  font-size: 12px;
  font-weight: 400;
}
.btn {
  margin-top: 20px;
}
.btn>a {
  text-decoration: none;
  color: #e83147;
  font-size: 12px;
  font-weight: 400;
}
.btn>a:hover {
  color: #3f474b;
  -webkit-transition: 0.5s color;
  transition: 0.5s color;
}
.facebook__iframe {
  width: 100%;
  margin-top: 20px;
}
.facebook__iframe>img {
  width: 100%;
  display: block;
  margin: 0 auto;
  max-width: 510px;
}
.weather {
  margin-top: 20px;
}
.weather__title>h2 {
  color: #000;
  font-size: 18px;
  font-weight: 400;
  text-transform: uppercase;
}
.weather__iframe {
  width: 100%;
  margin-top: 20px;
}
.weather__iframe>img {
  width: 100%;
  margin: 0 auto;
  display: block;
  max-width: 300px;
}
.partners {
  margin-top: 20px;
}
.partners__title>h2 {
  color: #000;
  font-size: 18px;
  font-weight: 400;
  text-transform: uppercase;
}
.partners>a {
  margin-top: 20px;
  display: block;
  text-decoration: none;
}
.partners>a:hover>img {
  opacity: 0.7;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.partners>a>img {
  display: block;
  margin: 0 auto;
}
.cloud__iframe {
  margin-top: 20px;
}
.cloud__iframe>img {
  display: block;
  margin: 0 auto;
}
.public {
  padding-bottom: 20px;
}
.in-result {
  background-color: #e83147;
  color: #fff;
  padding: 0 5px;
}
.character {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.character>a {
  padding: 4px 6px;
  border: 1px solid #d5d8e3;
  margin-right: 5px;
  margin-top: 5px;
  text-decoration: none;
  color: #000;
  font-size: 19px;
  font-weight: 400;
  text-transform: uppercase;
}
.character>a:hover {
  color: #fff;
  background-color: #e83147;
  border: none;
  padding: 5px 7px;
}
.character>a.active {
  color: #fff;
  background-color: #e83147;
  border: none;
  padding: 5px 7px;
}
.search-field__form {
  clear: both;
  margin-right: 20px;
  background-color: #fff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.search-field__search-btn {
  width: 205px;
  height: 59px;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  background-color: #e83147;
  text-transform: uppercase;
  margin-top: 20px;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.search-field__search-btn:hover {
  background-color: transparent;
  border: 1px solid #e83147;
  width: 203px;
  height: 57px;
  color: #e83147;
}
.search-field__inner-wrapper {
  border: 1px solid #808080;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 20px;
  width: 100%;
  max-width: 700px;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.search-field__inner-wrapper>input.search {
  padding-left: 10px;
  height: 100%;
  width: 80%;
  height: 56px;
  margin-top: 1px;
  border: none;
  float: left;
}
.search-field__inner-wrapper>input.search::-ms-clear {
  display: none;
}
.search-field__inner-wrapper>input.search::-webkit-input-placeholder {
  color: #3f474b;
  font-size: 13px;
}
.search-field__inner-wrapper>input.search:-moz-placeholder {
  color: #3f474b;
}
.search-field__inner-wrapper>input.search::-moz-placeholder {
  color: #3f474b;
}
.search-field__inner-wrapper>input.search:-ms-input-placeholder {
  color: #3f474b;
}
.search-field__inner-wrapper>input.search:focus::-webkit-input-placeholder {
  color: transparent;
}
.search-field__inner-wrapper>input.search:focus::-moz-placeholder {
  color: transparent;
}
.search-field__inner-wrapper>input.search:focus:-moz-placeholder {
  color: transparent;
}
.search-field__inner-wrapper>input.search:focus:-ms-input-placeholder {
  color: transparent;
}
.search-field__inner-wrapper>i {
  display: none;
  position: absolute;
  right: 34px;
  top: 50px;
  padding: 0 8px;
  font-style: normal;
  font-size: 20px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  cursor: pointer;
  color: #e83147;
}
.search-field__select {
  position: relative;
  width: 130px;
  height: 56px;
}
.search-field__select>a {
  width: 130px;
  text-decoration: none;
  color: #3f474b;
  display: block;
  float: left;
  cursor: pointer;
  font-size: 13px;
  text-align: center;
  padding-top: 21px;
}
.search-field__select>a>span {
  padding-left: 15px;
  font-size: 6px;
}
.search-field__dropdown {
  width: 130px;
  display: none;
  position: absolute;
  top: 56px;
  left: 5px;
  z-index: 10;
  background-color: #fff;
  box-shadow: -11px 18px 40px rgba(0,0,0,0.08);
}
.search-field__dropdown>a {
  padding-left: 20px;
  text-align: left;
  width: 130px;
  font-size: 13px;
  padding-top: 16px;
  color: #3f474b;
  height: 51px;
  cursor: pointer;
  text-decoration: none;
  display: block;
}
.search-field__dropdown>a:hover {
  color: #e83147;
}
.new-dossier-row {
  max-width: 300px;
  margin: 20px auto;
}
.new-dossier-row__item {
  margin-top: 20px;
  text-decoration: none;
  display: block;
}
.new-dossier-row__item:hover>h3 {
  color: #e83147;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.new-dossier-row__item>h3 {
  color: #000;
  font-size: 12px;
  font-weight: 400;
}
.new-dossier-row__title>span {
  font-size: 23px;
  display: block;
  float: left;
  padding-top: 6px;
  padding-right: 10px;
}
.new-dossier-row__title>h2 {
  color: #000;
  font-size: 23px;
  font-weight: 400;
  text-transform: uppercase;
}
.result-item {
  text-decoration: none;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  margin-top: 20px;
  max-width: 650px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.result-item:hover .result__text>h3 {
  color: #e83147;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.result-item:hover .result-item__label {
  background-color: #e83147;
}
.result-item__img {
  width: 450px;
  height: 130px;
  overflow: hidden;
  display: block;
  -webkit-flex-shrink: 2;
  -ms-flex-negative: 2;
  flex-shrink: 2;
  position: relative;
}
.result-item__img>img {
  min-height: 100%;
  min-width: 100%;
  display: block;
  margin: 0 auto;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
.result-item__text {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  margin-left: 10px;
  width: 70%;
}
.result-item__text>h3 {
  color: #000;
  font-size: 17px;
  font-weight: 400;
}
.result-item__title {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: column-reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
}
.result-item__title>h6 {
  color: #000;
  font-size: 12px;
  font-weight: 400;
}
.result-item__label {
  width: 77px;
  margin-left: 20px;
  height: 20px;
  background-color: #3f474b;
  display: block;
  border-radius: 10px;
  text-align: center;
}
.result-item__label>p {
  color: #fff;
  padding-top: 2px;
  font-size: 12px;
  font-weight: 400;
  text-transform: uppercase;
}
.result-item__info>span {
  color: #3f474b;
  font-size: 12px;
  font-weight: 400;
  float: left;
  display: block;
  padding-top: 2px;
  padding-right: 10px;
}
.result-item__info>p {
  color: #3f474b;
  font-size: 10px;
  font-weight: 400;
}
.pagination {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  margin: 20px 0;
  max-width: 650px;
}
.pagination__arrow-left {
  cursor: pointer;
  max-height: 2rem;
  margin-top: 1rem;
  margin-right: 1rem;
}
.pagination__arrow-left>a {
  color: #012055;
  font-size: 20px;
  text-decoration: none;
  font-weight: 900;
}
.pagination__arrow-left>a:hover {
  color: $hover;
}
.pagination__arrow-right {
  cursor: pointer;
  max-height: 2rem;
  margin-top: 1rem;
  margin-left: 0.5rem;
}
.pagination__arrow-right>a {
  /*display: none;*/
  color: #012055;
  font-size: 20px;
  text-decoration: none;
  font-weight: 900;
}
.pagination__arrow-right>a:hover {
  color: $hover;
}
.pagination__pages {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.pagination__pages>a {
  padding: 4px 6px;
  border: 1px solid #d5d8e3;
  margin-right: 5px;
  text-decoration: none;
  color: #000;
  font-size: 19px;
  font-weight: 400;
  text-transform: uppercase;
}
.pagination__pages>a:hover {
  color: #fff;
  background-color: #e83147;
  border: none;
  padding: 5px 7px;
}
.pagination__pages>a:active {
  color: #fff;
  background-color: #e83147;
  border: none;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.pagination__pages>a.active {
  font-weight: 600;
  color: red;
}
.pagination__pages>a.active:hover {
  cursor: default;
  color: #fff;
}
.search-results {
  margin-top: 20px;
}
.search-results__title>span {
  font-size: 23px;
  display: block;
  float: left;
  padding-top: 6px;
  padding-right: 10px;
}
.search-results__title>h2 {
  color: #000;
  font-size: 23px;
  font-weight: 400;
  text-transform: uppercase;
}
.search-descripton {
  padding: 20px 0;
}
.search-descripton__arrow {
  display: none;
}
.search-descripton__arrow>img {
  width: 100%;
  max-width: 200px;
  display: block;
  margin: 0 auto;
}
.search-descripton__img>img {
  width: 100%;
  max-width: 200px;
  display: block;
  margin: 0 auto;
}
.search-descripton__text>h2 {
  text-align: center;
  color: #000;
  font-size: 28px;
  font-weight: 400;
}
.article-row {
  margin: 20px 0;
}
.article-row__title>span {
  font-size: 23px;
  display: block;
  float: left;
  padding-top: 6px;
  padding-right: 10px;
}
.article-row__title>h2 {
  color: #000;
  font-size: 23px;
  font-weight: 400;
  text-transform: uppercase;
}
.article-row__article>span {
  color: #000;
  margin-top: 20px;
  display: inline-block;
  font-size: 12px;
  font-weight: 400;
}
.article-row__article>h5 {
  margin-top: 20px;
  color: #31373b;
  font-size: 18px;
  font-weight: 700;
}
.article-row__article>p {
  margin-top: 20px;
  color: #31373b;
  font-size: 17px;
  font-weight: 400;
}
.article-row__img-float {
  margin: 20px auto 0;
  width: 286px;
}
.article-row__img-float>img {
  display: block;
  width: 100%;
}
.article-row__img-float>p {
  opacity: 0.5;
  color: #000;
  font-size: 12px;
  font-weight: 400;
}
.article-row__img {
  margin-top: 20px;
}
.article-row__img>img {
  width: 100%;
  display: block;
  margin: 0 auto;
}
.article-row img {
  width: 100%;
  display: block;
}
.article-row--dossier .article-row__article div margin-top 20px img {
  display: block;
  max-width: 100%;
}
.article-row--dossier .article-row__article div:first-child {
  float: left;
  margin: 20px 20px 20px 0;
  width: 286px;
}
.article-row--dossier .article-row__article div:first-child img {
  max-width: 286px;
}
.article-row--news .article-row__article div {
  margin-top: 20px;
}
.article-row--news .article-row__article div:nth-of-type(2) {
  float: left;
  margin: 20px 20px 20px 0;
  width: 286px;
}
.article-row--news .article-row__article div:nth-of-type(2) img {
  max-width: 286px;
}
table {
  border-collapse: inherit;
  padding-top: 20px;
}
table tr th {
  border-bottom: 1px solid #e83147;
  color: #3f474b;
  font-size: 16px;
  font-weight: 500;
  line-height: 30px;
  text-align: left;
  vertical-align: middle;
}
table tr td {
  color: #3f474b;
  font-size: 16px;
  font-weight: 500;
  line-height: 30px;
  border-bottom: 1px solid #d5dce5;
  vertical-align: middle;
}
.list-with-circle {
  padding-top: 20px;
}
.list-with-circle>li {
  color: #3f474b;
  font-size: 16px;
  padding-top: 10px;
  font-weight: 400;
}
.list-with-circle>li:before {
  content: '⚫';
  width: 9px;
  height: 9px;
  color: #e83147;
  padding-right: 5px;
}
.list-with-number {
  counter-reset: li;
  margin-top: 20px;
}
.list-with-number>li {
  position: relative;
  margin: 0 0 6px 2em;
  padding: 4px 8px;
}
.list-with-number>li:before {
  content: counter(li);
  counter-increment: li;
  position: absolute;
  top: 0px;
  left: -2em;
  width: 2em;
  padding: 2px 0;
  border: 1px solid #868c9f;
  color: #868c9f;
  border-radius: 100%;
  font-weight: bold;
  text-align: center;
}
.tags-row {
  width: 100%;
  clear: both;
}
.tags-row>p {
  opacity: 0.5;
  color: #000;
  font-size: 12px;
  font-weight: 400;
}
.tags-row>a {
  margin-right: 10px;
  color: #868c9f;
  font-size: 12px;
  font-weight: 400;
  line-height: 18px;
  display: inline-block;
  margin-top: 10px;
  text-decoration: none;
  text-align: center;
  padding: 5px 7px 5px 20px;
  background: url(".././img/label.png") no-repeat;
  background-size: cover;
}
.share {
  clear: both;
  margin-top: 20px;
}
.share>p {
  opacity: 0.5;
  color: #000;
  font-size: 12px;
  font-weight: 400;
}
.share>i {
  margin-right: 10px;
  color: #868c9f;
  font-size: 12px;
  font-weight: 400;
  line-height: 18px;
  display: inline-block;
  margin-top: 10px;
  text-decoration: none;
  text-align: center;
  padding: 1px 9px 1px 10px;
  background: url(".././img/shape.png") no-repeat;
  background-size: cover;
}
.other-news {
  margin-top: 20px;
}
.other-news__title>span {
  font-size: 23px;
  display: block;
  float: left;
  padding-top: 6px;
  padding-right: 10px;
}
.other-news__title>h2 {
  color: #000;
  font-size: 23px;
  font-weight: 400;
  text-transform: uppercase;
}
.preview-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
}
.preview {
  display: block;
  width: 286px;
  max-width: 300px;
  height: auto;
  position: relative;
  margin-top: 20px;
}
.preview__desc {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: start;
  -ms-flex-pack: start;
  justify-content: start;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  position: absolute;
  bottom: 0;
  padding: 10px;
}
.preview__date {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  height: 25px;
}
.preview__date>p {
  border: 1px solid #fff;
  padding: 4px;
  display: block;
  color: #fff;
  font-size: 10px;
  font-weight: 400;
}
.preview__img {
  width: 100%;
  height: 250px;
  display: block;
  overflow: hidden;
  position: relative;
}
.preview__img>img {
  display: block;
  min-width: 100%;
  height: 100%;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
.preview__info {
  height: 20px;
  margin-left: 20px;
  text-decoration: none;
}
.preview__info>span {
  color: #fff;
  font-size: 12px;
  font-weight: 400;
  float: left;
  display: block;
  padding-top: 2px;
  padding-right: 10px;
}
.preview__info>p {
  color: #fff;
  float: right;
  font-size: 10px;
  font-weight: 400;
}
.preview__about {
  display: block;
  padding: 10px;
  background-color: #fff;
  text-decoration: none;
}
.preview__about:hover>h3 {
  color: #e83147;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.preview__about>h3 {
  color: #000;
  font-size: 17px;
  font-weight: 400;
}
.preview__about>p {
  color: #000;
  font-size: 12px;
  font-weight: 400;
}
.other-materials {
  margin-top: 20px;
}
.news-row {
  margin-top: 20px;
}
.news-row__headline {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.news-row__title {
  width: 260px;
}
.news-row__title>span {
  font-size: 23px;
  display: block;
  float: left;
  padding-top: 6px;
  padding-right: 10px;
}
.news-row__title>h2 {
  color: #000;
  font-size: 23px;
  font-weight: 400;
  text-transform: uppercase;
}
.news-row__calendar {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.news-row__calendar>span {
  color: #e83147;
  font-size: 24px;
  margin-right: 10px;
}
.news-row__calendar>p {
  color: #000;
  font-size: 13px;
}
.news-row__calendar>a {
  text-decoration: none;
  color: #868c9f;
  font-size: 9px;
  margin-left: 10px;
}
.active_user-row {
  margin-top: 20px;
}
.active_user-row__title>span {
  font-size: 23px;
  display: block;
  float: left;
  padding-top: 6px;
  padding-right: 10px;
}
.active_user-row__title>h2 {
  color: #000;
  font-size: 23px;
  font-weight: 400;
  text-transform: uppercase;
}
.active_user {
  margin-top: 20px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.active_user__img {
  width: 65px;
  height: 65px;
  margin-right: 20px;
  overflow: hidden;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.active_user__img>img {
  width: 100%;
  height: auto;
  display: block;
  max-width: 100%;
}
.active_user__text {
  text-decoration: none;
}
.active_user__text:hover>h4 {
  color: #e83147;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.active_user__text>h4 {
  color: #000;
  font-size: 16px;
  font-weight: 400;
}
.other-dossier-row {
  margin-top: 20px;
}
.other-dossier-row__title>span {
  font-size: 23px;
  display: block;
  float: left;
  padding-top: 6px;
  padding-right: 10px;
}
.other-dossier-row__title>h2 {
  color: #000;
  font-size: 23px;
  font-weight: 400;
  text-transform: uppercase;
}
.other-dossier-row__item-other {
  margin-top: 20px;
  text-decoration: none;
  display: block;
}
.other-dossier-row__item-other:hover>h3 {
  color: #e83147;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.other-dossier-row__item-other>h3 {
  color: #000;
  font-size: 12px;
  font-weight: 400;
}
.blog-row {
  margin-top: 20px;
  max-width: 650px;
}
.blog-row__title>span {
  font-size: 23px;
  display: block;
  float: left;
  padding-top: 6px;
  padding-right: 10px;
}
.blog-row__title>h2 {
  color: #000;
  font-size: 23px;
  font-weight: 400;
  text-transform: uppercase;
}
.blogger {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 20px;
}
.blogger__img {
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 108px;
  height: 108px;
  border-radius: 100%;
  overflow: hidden;
  display: block;
  margin-right: 20px;
}
.blogger__img>img {
  /*width: 100%;*/
  height: auto;
  display: block;
  min-width: 100%;
  margin: 0 auto;
}
.blogger__text {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
.blogger__name {
  margin-top: 10px;
}
.blogger__name>h5 {
  color: #000;
  font-size: 17px;
  font-weight: 400;
}
.blogger__activity {
  margin-top: 10px;
}
.blogger__activity>p {
  opacity: 0.5;
  color: #000;
  font-size: 12px;
  font-weight: 400;
}
.blogger__content {
  margin-top: 10px;
}
.blogger__content>h3 {
  color: #e93148;
  font-size: 17px;
  font-weight: 400;
}
.blogger__link {
  margin-top: 10px;
  text-decoration: none;
}
.blogger__link:hover>span,
.blogger__link:hover>p {
  color: #e83147;
  -webkit-transition: 0.5;
  transition: 0.5;
}
.blogger__link>span {
  padding-top: 3px;
  color: #3f474b;
  font-size: 12px;
  float: left;
  padding-right: 10px;
  font-weight: 400;
}
.blogger__link>p {
  color: #3f474b;
  font-size: 12px;
  font-weight: 400;
}
@media (min-width: 576px) {
  .container {
    width: 540px;
    padding-right: 15px;
    padding-left: 15px;
  }
  .slyder {
    min-height: 503px;
  }
  .slyder__slide {
    min-height: 504px;
  }
  .slyder__content-wrapper {
    min-height: 503px;
  }
  .card {
    height: 255px;
  }
  .post__img {
    -webkit-flex-shrink: 1;
    -ms-flex-negative: 1;
    flex-shrink: 1;
  }
  .post__text>h3 {
    height: 74px;
    overflow: hidden;
  }
  .news {
    width: 300px;
  }
  .result-item__img {
    -webkit-flex-shrink: 1;
    -ms-flex-negative: 1;
    flex-shrink: 1;
  }
  .result-item__title {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: start;
    -webkit-justify-content: start;
    -ms-flex-pack: start;
    justify-content: start;
  }
  .article-row__img-float {
    float: left;
    margin: 20px 20px 0 0;
  }
}
@media (min-width: 768px) {
  .container {
    width: 720px;
    padding-right: 15px;
    padding-left: 15px;
  }
  .wrapper {
    padding-bottom: 163px;
  }
  .footer {
    height: 163px;
    margin-top: -163px;
    padding-top: 0;
  }
  .footer__search-form {
    width: 472px;
    margin-left: 20px;
  }
  .footer__link {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: start;
    -webkit-justify-content: start;
    -ms-flex-pack: start;
    justify-content: start;
  }
  .footer__link>a:first-child {
    padding-left: 10px;
  }
  .footer__copiright {
    text-align: left;
    margin-top: 10px;
  }
  .footer__social {
    width: 135px;
  }
  .footer__logo {
    width: 205px;
    height: 87px;
    margin: 0;
  }
  .footer__top-part {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: start;
    -webkit-justify-content: start;
    -ms-flex-pack: start;
    justify-content: start;
  }
  .footer__middle-part {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: start;
    -webkit-justify-content: start;
    -ms-flex-pack: start;
    justify-content: start;
  }
  .footer__bottom-part {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .card {
    height: 255px;
  }
  .card__desc {
    padding: 22px 10px 22px 22px;
  }
  .post__img {
    width: 292px;
  }
  .blog-wrapper {
    margin-right: 20px;
  }
  .text-row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .public {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .character>a {
    padding: 6px 10px;
    margin-right: 10px;
    margin-top: 10px;
  }
  .character>a:hover {
    padding: 7px 11px;
  }
  .character>a:first-child {
    margin-left: 20px;
  }
  .character>a.active {
    padding: 7px 11px;
  }
  .new-dossier-row {
    margin: 20px 0;
  }
  .result-item__img {
    width: 292px;
  }
  .pagination {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 40px 0;
  }
  .pagination__pages {
    margin-left: 30px;
    margin-right: 30px;
  }
  .pagination__pages>a {
    padding: 6px 10px;
    margin-right: 10px;
    margin-top: 10px;
  }
  .pagination__pages>a:hover {
    padding: 7px 11px;
  }
  .dossier-block {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .article-row {
    max-width: 445px;
    margin-right: 20px;
  }
  .article-row__img-float {
    width: 230px;
  }
  .preview {
    margin-right: 20px;
  }
  .preview__desc {
    padding: 22px 10px 22px 22px;
  }
  .news-block {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .news-row {
    max-width: 445px;
    margin-right: 20px;
  }
  .blog-block {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}
@media (min-width: 992px) {
  .container {
    width: 960px;
    padding-right: 15px;
    padding-left: 15px;
  }
  .slick-dots {
    left: 50%;
    right: auto;
  }
  .search-descripton__picture {
    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;
    margin-top: 50px;
  }
  .search-descripton__arrow {
    display: block;
    float: left;
  }
  .search-descripton__img {
    margin-left: 30px;
  }
  .article-row {
    max-width: 650px;
  }
  .article-row__img-float {
    width: 286px;
  }
  .news-row {
    max-width: 650px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1150px;
    padding: 0 15px;
  }
  .breadcrumb {
    padding-top: 15px;
    height: 53px;
    background-color: #fff;
    border-bottom: 1px solid #d5d8e3;
  }
  .breadcrumb__list {
    position: absolute;
    top: 5px;
    z-index: 5;
    left: 50px;
  }
  .header {
    position: relative;
    height: 194px;
  }
  .header .header-mob__hide {
    display: block;
  }
  .header__toggle {
    display: none;
  }
  .header__logo-title {
    width: 130px;
    top: 57px;
    left: 27px;
  }
  .header__logo-wrapper {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
    float: left;
    left: 15px;
    top: 0px;
    z-index: 2;
    width: 243px;
    height: 162px;
  }
  .header-index {
    position: relative;
    height: 124px;
  }
  .header-index .header-mob__hide {
    display: block;
  }
  .header-index__toggle {
    display: none;
  }
  .header-index__logo-title {
    width: 163px;
    padding-top: 57px;
    padding-left: 27px;
  }
  .header-index__logo-wrapper {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
    float: left;
    left: 15px;
    top: 0px;
    z-index: 2;
    width: 243px;
    height: auto;
  }
  .header-index__logo-wrapper>a {
    font-size: 12px;
    padding-left: 27px;
    padding-top: 57px;
  }
  .main {
    margin-top: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .slyder {
    max-width: 70%;
  }
  .slyder__slide {
    max-width: 60%;
  }
  .slyder__content>h2 {
    font-size: 32px;
  }
  .slyder__content>p {
    font-size: 17px;
  }
  .slyder__content-wrapper {
    max-width: 85%;
  }
  .important {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .card {
    width: 300px;
    max-height: 251.5px;
  }
  .card__title>h3 {
    font-size: 18px;
  }
  .public {
    padding-bottom: 20px;
  }
  .preview {
    width: 300px;
  }
}
@media (min-width: 1426px) {
  .slyder {
    max-width: 68%;
  }
  .slyder__content-wrapper {
    max-width: 69%;
    padding-left: 7%;
  }
}
@media (min-width: 1600px) {
  .slyder {
    max-width: 66%;
  }
  .slyder__content-wrapper {
    max-width: 72%;
    padding-left: 12%;
  }
}
@media (min-width: 1920px) {
  .slyder {
    max-width: 63.5%;
  }
  .slyder__content-wrapper {
    max-width: 72%;
    padding-left: 18%;
  }
}

/*# sourceMappingURL=style.css.map */
.article-row__article {
	/*margin-bottom: 20px;*/
}
.article-row .anons {
    margin-top: 0.5rem;
    font-size: 14px;
    font-weight: 600;
    text-align: justify;
    word-wrap: break-word;
}
.author-row {
  width: 100%;
  clear: both;
}
.author-row>p {
  opacity: 0.5;
  color: #000;
  font-size: 12px;
  font-weight: 400;
}
.author-row>a {
  margin-right: 10px;
  color: #868c9f;
  font-size: 12px;
  font-weight: 400;
  line-height: 18px;
  display: inline-block;
  text-decoration: none;
  text-align: center;
  padding: 5px 7px 5px 20px;
  background-size: cover;
}
