<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
/*! normalize.css v4.0.0 | MIT License | github.com/necolas/normalize.css */
/**
     * 1. Change the default font family in all browsers (opinionated).
     * 2. Prevent adjustments of font size after orientation changes in IE and iOS.
     */
html {
  /*font-family: sans-serif;*/
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/**
 * Remove the margin in all browsers (opinionated).
 */
body {
  margin: 0;
}

/* HTML5 display definitions
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 * 2. Add the correct display in IE.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  /* 1 */
  display: block;
}

/**
 * Add the correct display in IE 9-.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
}

/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Add the correct display in IE 10-.
 * 1. Add the correct display in IE.
 */
template,
[hidden] {
  display: none;
}

/* Links
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * Remove the outline on focused links when they are also active or hovered
 * in all browsers (opinionated).
 */
a:active,
a:hover {
  outline-width: 0;
}

/* Text-level semantics
   ========================================================================== */
/**
 * 1. Remove the bottom border in Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */
}

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
  font-weight: inherit;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * Add the correct font style in Android 4.3-.
 */
dfn {
  font-style: italic;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/**
 * Add the correct background and color in IE 9-.
 */
mark {
  background-color: #ff0;
  color: #000;
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10-.
 */
img {
  border-style: none;
}

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
 * Add the correct margin in IE 8.
 */
figure {
  margin: 1em 40px;
}

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/* Forms
   ========================================================================== */
/**
 * 1. Change font properties to `inherit` in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
select,
textarea {
  font: inherit;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
 * Restore the font weight unset by the previous rule.
 */
optgroup {
  font-weight: bold;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 * 2. Show the overflow in Edge, Firefox, and IE.
 */
button,
input,
select {
  /* 2 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS.
 */
button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
input:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Change the border, margin, and padding in all browsers (opinionated).
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
 * Remove the default vertical scrollbar in IE.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */
[type="checkbox"],
[type="radio"] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * Correct the odd appearance of search inputs in Chrome and Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
}

/**
 * Remove the inner padding and cancel buttons in Chrome on OS X and
 * Safari on OS X.
 */
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/*
html
body
 */
body {
  font-family: "Lato";

}

body * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

body a {
  text-decoration: none;
  -webkit-transition: color .25s;
  transition: color .25s;
  color: inherit;
}

.wrapper {
  overflow: hidden;
}

.wrap {
  padding: 0 20px;
  max-width: 100%;
  margin: 0 auto;
}

@media (min-width: 1141px) {
  .wrap {
    padding: 0 4.166667vw;
    max-width: 100vw;
  }
}

.innerWrapper {
  background: #fff;
}

/*
h1
h2
h3
 */
h1, h2, h3, h4, h5, h6 {
  margin: 0;
}

/*
a
a:hover
 */
/*
ul
li
 */
/*
p
 */
/*
table
th
tr
 */
.xs-1, .sm-1, .md-1, .lg-1, .xs-1, .sm-1, .md-1, .lg-1, .xs-2, .sm-2, .md-2, .lg-2, .xs-3, .sm-3, .md-3, .lg-3, .xs-4, .sm-4, .md-4, .lg-4, .xs-5, .sm-5, .md-5, .lg-5, .xs-6, .sm-6, .md-6, .lg-6, .xs-7, .sm-7, .md-7, .lg-7, .xs-8, .sm-8, .md-8, .lg-8, .xs-9, .sm-9, .md-9, .lg-9, .xs-10, .sm-10, .md-10, .lg-10, .xs-11, .sm-11, .md-11, .lg-11, .xs-12, .sm-12, .md-12, .lg-12 {
  width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.xs-1 {
  width: 8.333333%;
}

.xs-2 {
  width: 16.666667%;
}

.xs-3 {
  width: 25%;
}

.xs-4 {
  width: 33.333333%;
}

.xs-5 {
  width: 41.666667%;
}

.xs-6 {
  width: 50%;
}

.xs-7 {
  width: 58.333333%;
}

.xs-8 {
  width: 66.666667%;
}

.xs-9 {
  width: 75%;
}

.xs-10 {
  width: 83.333333%;
}

.xs-11 {
  width: 91.666667%;
}

.xs-12 {
  width: 100%;
}

@media only screen and (min-width: 768px) {
  .sm-1 {
    width: 8.333333%;
  }

  .sm-2 {
    width: 16.666667%;
  }

  .sm-3 {
    width: 25%;
  }

  .sm-4 {
    width: 33.333333%;
  }

  .sm-5 {
    width: 41.666667%;
  }

  .sm-6 {
    width: 50%;
  }

  .sm-7 {
    width: 58.333333%;
  }

  .sm-8 {
    width: 66.666667%;
  }

  .sm-9 {
    width: 75%;
  }

  .sm-10 {
    width: 83.333333%;
  }

  .sm-11 {
    width: 91.666667%;
  }

  .sm-12 {
    width: 100%;
  }
}

@media only screen and (min-width: 992px) {
  .md-1 {
    width: 8.333333%;
  }

  .md-2 {
    width: 16.666667%;
  }

  .md-3 {
    width: 25%;
  }

  .md-4 {
    width: 33.333333%;
  }

  .md-5 {
    width: 41.666667%;
  }

  .md-6 {
    width: 50%;
  }

  .md-7 {
    width: 58.333333%;
  }

  .md-8 {
    width: 66.666667%;
  }

  .md-9 {
    width: 75%;
  }

  .md-10 {
    width: 83.333333%;
  }

  .md-11 {
    width: 91.666667%;
  }

  .md-12 {
    width: 100%;
  }
}

@media only screen and (min-width: 1200px) {
  .lg-1 {
    width: 8.333333%;
  }

  .lg-2 {
    width: 16.666667%;
  }

  .lg-3 {
    width: 25%;
  }

  .lg-4 {
    width: 33.333333%;
  }

  .lg-5 {
    width: 41.666667%;
  }

  .lg-6 {
    width: 50%;
  }

  .lg-7 {
    width: 58.333333%;
  }

  .lg-8 {
    width: 66.666667%;
  }

  .lg-9 {
    width: 75%;
  }

  .lg-10 {
    width: 83.333333%;
  }

  .lg-11 {
    width: 91.666667%;
  }

  .lg-12 {
    width: 100%;
  }
}

/*
.container
.row
 */
.container {
  padding: 0 15px;
  max-width: 100%;
  margin: 0 auto;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

@media only screen and (min-width: 1200px) {
  .container {
    max-width: 1200px;
  }
}

.row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -15px;
  margin-right: -15px;
}

.h1, .h2, .h3, .h4, .h5, .h6 {
  margin-top: 0.3em;
  margin-bottom: 0.5em;
}

.h1 {
  font-size: em(20px);
}

@font-face {
  font-family: "myFont2";
  src: url("../fonts/myFont2.eot");
  src: url("../fonts/myFont2.eot?#iefix") format("eot"), url("../fonts/myFont2.woff2") format("woff2"), url("../fonts/myFont2.woff") format("woff"), url("../fonts/myFont2.ttf") format("truetype"), url("../fonts/myFont2.svg#myFont2") format("svg");
}

.header__toolsItem--write:before, .header__toolsItem--login:before, .header__toolsItem--signup:before, .header__toolsItem--favorite:before, .header__toolsItem--account:before, .header__toolsItem--dropdown:after, .header__toolsItem--dropdown.active:after, .header__toolsItem--sidebar:before, .header__toolsItemMenu a:not(.button):before, .header__stats:before, .header__search:before, .header__searchBox form:before, .social__item--fb:before, .social__item--insta:before, .button--hide:before, .button--edit:before, .button--delete:before, .button--changeToNews:before, .button--heart:before, .hero__close:before, .blog__itemTime:before, .blog__itemLink--star:before, .link:before, .pagination__arrow--left span:before, .pagination__arrow--right span:before, .infoBoxes__item--full .infoBox__blog:before, .infoBox--1:before, .infoBox--2:before, .infoBox--3:before, .infoBox--full:before, .infoBox--star:before, .infoBox__line--1:before, .infoBox__line--2:before, .infoBox__line--3:before, .infoBox__line--4:before, .infoBox__line--5:before, .infoBox__line--star:before, .infoBox__blog:before, .infoBox__blog.star:after, .infoBox__blogTitle:before, .bottom__account:before, .bottom__top100:before, .footer__contactItem:before, .footer__contactItem--email:before, .filters--catalog:before, .form__row--info .form__input:before, .form--catalog:before, .registration__col--big:before, .registration__col--personal:before, .registration__col--expert:before, .contentBlock ul li:before, .catalog__add:before, .blogItem__toolsItem--author:before, .blogItem__toolsItem--date:before, .blogItem__toolsItem--favorite:before, .blogItem__toolsItem--message:before, .blogItem__alert:before, .blogItem__alert--news:before, .tags__title:before, .panel:before, .panel__tool--name:before, .panel__tool--settings:before, .panel__row:before, .panel__row--observe:before, .panel__row--stats:before, .panel__row--comments:before, .panel__row--observers:before, .panel__row--online:before, .panel__row--news:before, .panel__row--articles:before, .panel__row--gallery:before, .star:before, .sortUpIcon:before, .sortDownIcon:before, .user:before, .nextafter:after, .up:before {
  font-family: "myFont2";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  text-decoration: none;
  text-transform: none;
  line-height: 1;
}

body.noscroll, html.noscroll {
  overflow: hidden;
}

.header {
  border-top: solid 5px #d0021b;
  font-size: 16px;
  position: relative;
  -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.75);
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.75);
  position: fixed;
  -webkit-transition: all .25s;
  transition: all .25s;
  background: #fff;
  width: 100%;
  left: 0;
  top: 0;
  z-index: 100;
}

@media (min-width: 1141px) {
  .header {
    font-size: 0.833333vw;
    border-width: 0.260417vw;
  }
}

.header__social {
  display: none;
}

@media (min-width: 1141px) {
  .header__social {
    display: block;
  }
}

.header__top {
  height: 95px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  position: relative;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-transition: height .25s;
  transition: height .25s;
}

@media (min-width: 1141px) {
  .header__top {
    height: 7.447917vw;
  }
}

.header__topLeft {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-right: auto;
}

.header__logo {
  /*position: absolute;*/
  /*top: 50%;*/
  /*left: 20px;*/
  /*-webkit-transform: translate(0, -50%);*/
  /*transform: translate(0, -50%);*/
}

@media (min-width: 1141px) {
  .header__logo {
    /*left: 50%;*/
    /*-webkit-transform: translate(-50%, -50%);*/
    /*transform: translate(-50%, -50%);*/
  }
}

.header__logo img {
  -webkit-transition: width .25s, -webkit-transform .25s;
  transition: width .25s, -webkit-transform .25s;
  transition: transform .25s, width .25s;
  transition: transform .25s, width .25s, -webkit-transform .25s;
  width: 115px;
}


.header__logo--left {
  position: relative;
  top: 3px;
  left: 0;
  -webkit-transform: none;
  transform: none;
}

@media (min-width: 1141px) {
  .header__logo--left {
    top: 0.15625vw;
  }
}

.header__logo--left img {
  width: 45px;
}

@media (min-width: 1141px) {
  .header__logo--left img {
    width: 3.125vw;
  }
}

.header__logo--left:hover img {
  -webkit-transform: scale(1.04);
  transform: scale(1.04);
}

.header__tools {
  margin-left: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 100%;
}

.header__toolsItem {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-weight: bold;
  margin-right: 20px;
  height: 80px;
  position: relative;
  cursor: pointer;
  -webkit-transition: color .25s;
  transition: color .25s;
}

@media (min-width: 1141px) {
  .header__toolsItem {
    padding-right: 55px;
    margin-right: 1.041667vw;
    height: 4.166667vw;
    padding-right: 2.864583vw;
    border-right: solid 1px #f3f3f3;
  }
}

.header__toolsItem:before {
  color: #d0021b;
  font-size: 30px;
  margin-right: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: color .25s;
  transition: color .25s;
}

@media (min-width: 1141px) {
  .header__toolsItem:before {
    font-size: 2.083333vw;
    margin-right: 0.9375vw;
    height: 4.166667vw;
  }
}

.header__toolsItem:hover {
  color: #d0021b;
}

.header__toolsItem:hover:before {
  color: #000;
}

.header__toolsItem--write:before {
  content: "";
}

.header__toolsItem--login:before {
  content: "";
}

.header__toolsItem--signup:before {
  content: "";
}

.header__toolsItem--favorite:before {
  content: "";
}

.header__toolsItem--account:before {
  content: "";
}

.header__toolsItem--dropdown:after {
  content: "";
}

.header__toolsItem--dropdown:after {
  color: #d0021b;
  padding-left: 15px;
  position: relative;
  top: 0;
  -webkit-transition: top .25s;
  transition: top .25s;
}

@media (min-width: 1141px) {
  .header__toolsItem--dropdown:after {
    padding-left: 0.78125vw;
  }
}

.header__toolsItem--dropdown:hover:after {
  top: 3px;
}

@media (min-width: 1141px) {
  .header__toolsItem--dropdown:hover:after {
    top: 0.15625vw;
  }
}

.header__toolsItem--dropdown.active:after {
  content: "";
}

.header__toolsItem--sidebar {
  background: #d0021b;
  color: #fff;
}

.header__toolsItem--sidebar:before {
  content: "";
}

.header__toolsItem--sidebar:before {
  color: #fff;
}

.header__toolsItem:last-child {
  margin-right: 0;
  padding-right: 0;
  border: 0;
}

@media (max-width: 1141px) {
  .header__toolsItem:last-child {
    padding-right: 6px;
  }
}

@media (max-width: 620px) {
  .header__toolsItem {
    font-size: 0;
  }
}

.header__toolsItemMenu {
  width: 345px;
  background: #fff;
  border-radius: 5px;
  border: solid 2px #f3f3f3;
  position: absolute;
  top: 88px;
  padding: 28px;
  z-index: 10;
  font-weight: 400;
  right: 0;
  display: none;
}

@media (min-width: 1141px) {
  .header__toolsItemMenu {
    top: 4.583333vw;
    padding: 1.458333vw;
  }
}

.header__toolsItemMenu a:not(.button) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 18px;
  color: #4f4e4e;
  margin-bottom: 7px;
}

@media (min-width: 1141px) {
  .header__toolsItemMenu a:not(.button) {
    font-size: 0.9375vw;
    margin-bottom: 0.677083vw;
  }
}

.header__toolsItemMenu a:not(.button):before {
  content: "";
}

.header__toolsItemMenu a:not(.button):before {
  color: #d0021b;
  font-size: 10px;
  -webkit-transition: font-size .25s;
  transition: font-size .25s;
  padding-right: 17px;
}

@media (min-width: 1141px) {
  .header__toolsItemMenu a:not(.button):before {
    font-size: 0.520833vw;
    padding-right: 0.885417vw;
  }
}

.header__toolsItemMenu a:not(.button):hover {
  color: #d0021b;
}

.header__toolsItemMenu a:not(.button):hover:before {
  font-size: 12px;
}

@media (min-width: 1141px) {
  .header__toolsItemMenu a:not(.button):hover:before {
    font-size: 0.625vw;
  }
}

.header__toolsItemMenu .button {
  width: 180px;
  height: 40px;
  font-size: 14px;
}

@media (min-width: 1141px) {
  .header__toolsItemMenu .button {
    width: 9.375vw;
    height: 2.083333vw;
    font-size: 0.729167vw;
  }
}

.header__toolsItemMenu .center {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-top: solid 1px #f3f3f3;
  padding-top: 11px;
  margin-top: 30px;
  margin-bottom: -17px;
}

@media (min-width: 1141px) {
  .header__toolsItemMenu .center {
    padding-top: 0.572917vw;
    margin-top: 1.5625vw;
    margin-bottom: -0.885417vw;
  }
}

.header__stats {
  position: relative;
  padding-left: 125px;
  height: 80px;
  border-left: solid 1px #e1e1e1;
  margin-left: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  display: none;
}

.header__stats:before {
  content: "";
}

@media (min-width: 1141px) {
  .header__stats {
    padding-left: 6.510417vw;
    height: 4.166667vw;
    margin-left: 1.5625vw;
    display: block;
  }
}

.header__stats:before {
  position: absolute;
  top: 50%;
  left: 40px;
  color: #e1e1e1;
  font-size: 35px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

@media (min-width: 1141px) {
  .header__stats:before {
    left: 2.083333vw;
    font-size: 1.822917vw;
  }
}

.header__statsItem {
  margin-top: 5px;
}

@media (min-width: 1141px) {
  .header__statsItem {
    margin-top: 0.260417vw;
  }
}

.header__statsItem strong {
  font-weight: 900;
}

.header__statsItem--online strong {
  color: #d0021b;
}

.header__menu {
  height: 80px;
  background: #f3f3f3;
  overflow: hidden;
  z-index: 2;
  position: relative;
  -webkit-transition: height .25s;
  transition: height .25s;
  -webkit-box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.14);
  box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.14);
}

@media (min-width: 1141px) {
  .header__menu {
    height: 4.166667vw;
  }
}

@media (max-width: 1140px) {
  .header__menu {
    height: auto;
    padding: 50px 0;
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    position: absolute;
    top: 95px;
    left: 0;
    -webkit-transition: -webkit-transform .35s;
    transition: -webkit-transform .35s;
    transition: transform .35s;
    transition: transform .35s, -webkit-transform .35s;
    z-index: 100;
  }

  .header__menu.opened {
    -webkit-transform: none;
    transform: none;
  }
}

.header__menu ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  list-style: none;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 18px;
  text-transform: uppercase;
  margin: 0;
  height: 103%;
  font-weight: bold;
}

@media (min-width: 1141px) {
  .header__menu ul {
    font-size: 0.9375vw;
  }
}

@media (max-width: 1140px) {
  .header__menu ul {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    height: auto;
  }

  .header__menu ul li {
    width: 100%;
    padding-bottom: 10px;
  }

  .header__menu ul li:last-child {
    padding-bottom: 0;
  }

  .header__menu ul li a:after {
    display: none;
  }
}

@media (max-width: 480px) {
  .header__menu ul {
    padding-left: 0;
  }
}

.header__menu ul &gt; li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 100%;
}

.header__menu ul &gt; li &gt; a, .header__menu ul &gt; li &gt; span {
  padding: 6px 35px;
  color: inherit;
  cursor: pointer;
  text-decoration: none;
  -webkit-transition: color .35s;
  transition: color .35s;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  border-bottom: solid 1px #dddfe2;
  margin: 0 10px;
}

.header__menu ul &gt; li &gt; span {
  display: none;
}

@media (max-width: 1141px) {
  .header__menu ul &gt; li &gt; span {
    display: block;
  }
}

@media (min-width: 1141px) {
  .header__menu ul &gt; li &gt; a, .header__menu ul &gt; li &gt; span {
    padding: 0 1.822917vw;
    margin: 0 0.520833vw;
  }
}

@media (max-width: 480px) {
  .header__menu ul &gt; li &gt; a, .header__menu ul &gt; li &gt; span {
    padding: 6px 20px;
    width: 100%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

.header__menu ul &gt; li &gt; a:after {
  position: absolute;
  bottom: -11px;
  height: 10px;
  left: 35px;
  right: 35px;
  content: "";
  background: #d0021b;
  border-top-right-radius: 5px;
  border-top-left-radius: 5px;
  -webkit-transition: bottom .25s;
  transition: bottom .25s;
}

@media (min-width: 1141px) {
  .header__menu ul &gt; li &gt; a:after {
    border-top-right-radius: 0.260417vw;
    border-top-left-radius: 0.260417vw;
    height: 0.520833vw;
    left: 1.822917vw;
    right: 1.822917vw;
    bottom: -0.572917vw;
  }
}

.header__menu ul &gt; li.active &gt; a, .header__menu ul &gt; li:hover &gt; a, .header__menu ul &gt; li.active &gt; span, .header__menu ul &gt; li:hover &gt; span {
  color: #d0021b;
}

.header__menu ul &gt; li.active &gt; a:after {
  bottom: -5px;
}

@media (min-width: 1141px) {
  .header__menu ul &gt; li.active &gt; a:after {
    bottom: -0.260417vw;
  }
}

.header__menu ul &gt; li:hover &gt; a:after {
  bottom: -1px;
}

@media (min-width: 1141px) {
  .header__menu ul &gt; li:hover &gt; a:after {
    bottom: -0.052083vw;
  }
}

.header__menu ul &gt; li:last-child a {
  border: 0;
}

.header__search {
  cursor: pointer;
  position: relative;
  width: 55px;
  margin-right: 66px;
  border-radius: 50%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: absolute;
  right: 40px;
  bottom: 15px;
  height: 55px;
  z-index: 10;
  -webkit-transition: background-color .25s, height .25s, width .25s;
  transition: background-color .25s, height .25s, width .25s;
}

.header__search:before {
  content: "";
}

@media (max-width: 700px) {
  .header__search {
    display: none;
  }
}

@media (min-width: 1141px) {
  .header__search {
    width: 2.864583vw;
    margin-right: 1.458333vw;
    right: 2.083333vw;
    bottom: 0.78125vw;
    height: 2.864583vw;
  }
}

.header__search:before {
  height: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 50px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 50%;
  color: #d0021b;
  font-size: 30px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: color .35s, border-color .35s;
  transition: color .35s, border-color .35s;
}

@media (min-width: 1141px) {
  .header__search:before {
    width: 2.604167vw;
    height: 2.604167vw;
    font-size: 1.822917vw;
  }
}

.header__search:hover {
  background: #d0021b;
}

.header__search:hover:before {
  color: #fff;
}

.header__search + .top__searchBox button {
  display: none;
}

.li_header__search {
  display: block;
}

@media (max-width: 700px) {
  .li_header__search {
    display: none;
  }
}

.header__searchBox {
  position: absolute;
  top: 100%;
  width: 100%;
  background: #e5e5e5;
  left: 0;
  list-style: none;
  display: none;
  z-index: 10;
  -webkit-box-shadow: inset 0 8px 8px -9px rgba(0, 0, 0, 0.7);
  box-shadow: inset 0 8px 8px -9px rgba(0, 0, 0, 0.7);
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media (min-width: 1141px) {
  .header__searchBox {
    height: 5.208333vw;
    -webkit-box-shadow: inset 0 0.416667vw 0.416667vw -0.46875vw rgba(0, 0, 0, 0.7);
    box-shadow: inset 0 0.416667vw 0.416667vw -0.46875vw rgba(0, 0, 0, 0.7);
  }
}

.header__searchBox span {
  font-size: 17px;
  font-weight: bold;
  text-transform: uppercase;
}

@media (min-width: 1141px) {
  .header__searchBox span {
    font-size: 0.885417vw;
    margin-right: 0.390625vw;
  }
}

.header__searchBox input::-webkit-input-placeholder {
  color: #212121;
}

.header__searchBox input:-ms-input-placeholder {
  color: #212121;
}

.header__searchBox input::placeholder {
  color: #212121;
}

.header__searchBox .button {
  margin: 0 7.5px;
}

@media (min-width: 1141px) {
  .header__searchBox .button {
    margin: 0 0.390625vw;
  }
}

.header__searchBox .button--inputSearch {
  width: 590px;
}

@media (min-width: 1141px) {
  .header__searchBox .button--inputSearch {
    width: 30.729167vw;
  }
}

.header__searchBox .button--select {
  width: 175px;
  position: relative;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: #fff url(../images/down-arrow.png) no-repeat center right 20px;
}

@media (min-width: 1141px) {
  .header__searchBox .button--select {
    width: 9.114583vw;
    background-position: center right 1.041667vw;
  }
}

.header__searchBox .button--select:hover {
  background: #fff url(../images/down-arrow.png) no-repeat center right 20px;
}

.header__searchBox .button--select option {
  height: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media (min-width: 1141px) {
  .header__searchBox .button--select option {
    height: 2.604167vw;
  }
}

.header__searchBox form {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 100%;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.header__searchBox form:before {
  content: "";
}

.header__searchBox form:before {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 25px;
  color: #fff;
  font-size: 26px;
}

@media (min-width: 1141px) {
  .header__searchBox form:before {
    right: 0.78125vw;
    font-size: 1.354167vw;
  }
}

.header__searchAdvanced {
  color: #4f4e4e;
  font-size: 14px !important;
}

@media (min-width: 1141px) {
  .header__searchAdvanced {
    font-size: 0.729167vw !important;
  }
}

.header__searchBoxForm {
  -webkit-transition: opacity .35s .3s;
  transition: opacity .35s .3s;
  opacity: 1;
}

.header__searchBoxForm--hidden {
  opacity: 0;
  -webkit-transition: opacity .35s;
  transition: opacity .35s;
}

@media (min-width: 1141px) {
  .header--scrolled .header__top {
    height: 4.427083vw;
  }
}

@media (min-width: 1141px) {
  .header--scrolled .header__logo img {
    width: 5.729167vw;
  }
}

@media (min-width: 1141px) {
  .header--scrolled .header__menu {
    height: 2.604167vw;
  }
}

@media (min-width: 1141px) {
  .header--scrolled .header__search {
    bottom: 0.416667vw;
    height: 1.822917vw;
  }

  .header--scrolled .header__search:hover {
    background: transparent !important;
    color: #000 !important;
  }

  .header--scrolled .header__search:hover:before {
    color: inherit;
  }
}

.header--blog {
  background: #fff;
}

.header--blog .header__top {
  height: 74px;
  border-bottom: solid 2px #f3f3f3;
}

@media (min-width: 1141px) {
  .header--blog .header__top {
    height: 3.854167vw;
  }
}

.header--blog .header__search {
  position: relative;
  top: auto;
  bottom: auto;
}

.header--blog .header__search:after {
  height: 50px;
  position: absolute;
  right: -37px;
  top: 50%;
  content: "";
  width: 1px;
  background: #f3f3f3;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

@media (min-width: 1141px) {
  .header--blog .header__search:after {
    height: 2.604167vw;
    right: -1.927083vw;
  }
}

@media (min-width: 1141px) {
  .header--blog .header__search {
    margin-right: 0.520833vw;
  }
}

@media (max-width: 1140px) {
  .header--blog .header__search {
    margin-right: 0;
    border: 0;
  }

  .header--blog .header__search:after {
    display: none;
  }
}

@media (min-width: 1141px) {
  .header--blog .header__toolsItem {
    height: 2.604167vw;
    width: 8.59375vw;
    font-size: 0.9375vw;
  }
}

@media (max-width: 600px) {
  .header--blog .header__toolsItem {
    margin-right: 10px;
    border-right: solid 1px #f4f4f4;
    padding-right: 10px;
  }

  .header--blog .header__toolsItem:before {
    margin-right: 0;
  }

  .header--blog .header__toolsItem--dropdown:after {
    padding-left: 0;
  }

  .header--blog .header__toolsItem.header__toolsItem--favorite {
    margin-right: 0;
  }
}

.header--blog .header__topLeft {
  display: block;
}

@media (max-width: 1024px) {
  .header--blog .hamburger__inner {
    top: 27px;
  }
}

.header--blog2 {
  border-top: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  z-index: 100;
}

.header--blog2 .header__top {
  padding-right: 0;
  height: 80px;
}

@media (min-width: 1141px) {
  .header--blog2 .header__top {
    height: 4.166667vw;
  }
}

.header--blog2 .header__toolsItem--sidebar {
  height: 100%;
  padding-left: 20px;
  -webkit-transition: color .25s, background-color .25s;
  transition: color .25s, background-color .25s;
  height: calc(100% + 4px);
  position: relative;
  -webkit-transition: right .35s;
  transition: right .35s;
  right: 0;
}

@media (min-width: 1141px) {
  .header--blog2 .header__toolsItem--sidebar {
    padding-left: 1.041667vw;
  }
}

.header--blog2 .header__toolsItem--sidebar:hover {
  color: #d0021b;
  background: #fff;
}

.header--blog2 .header__toolsItem--sidebar.active {
  right: 450px;
}

@media (min-width: 1141px) {
  .header--blog2 .header__toolsItem--sidebar.active {
    right: 23.4375vw;
  }
}

.header--blog2 .header__toolsItem--favorite {
  border: 0;
}

@media (max-width: 440px) {
  .header--blog2 .hamburger {
    margin-left: -10px;
  }
}

.header--blog2 + .hero--blog {
  position: relative;
  top: 76px;
  z-index: -1;
}

@media (min-width: 1141px) {
  .header--blog2 + .hero--blog {
    top: 3.958333vw;
  }
}

.header--blog2 + .hero--blog .hero__ad {
  margin-top: -22px;
}

@media (min-width: 1141px) {
  .header--blog2 + .hero--blog .hero__ad {
    margin-top: -1.145833vw;
  }
}

.hamburger {
  cursor: pointer;
  width: 60px;
  height: 100%;
  z-index: 12;
  margin-left: 15px;
  position: relative;
  outline: none;
  display: block;
}

@media (min-width: 1141px) {
  .hamburger {
    display: none;
  }
}

.hamburger * {
  -webkit-transition: .25s ease-in-out;
  transition: .25s ease-in-out;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  outline: none;
}

.hamburger__inner:after, .hamburger__inner:before {
  display: block;
  content: "";
}

.hamburger__inner, .hamburger__inner:after, .hamburger__inner:before {
  position: absolute;
  width: 40px;
  height: 4px;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
  -webkit-transition-duration: .15s;
  transition-duration: .15s;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  border-radius: 4px;
  background-color: #d0021b;
}

@media (min-width: 1141px) {
  .hamburger__inner, .hamburger__inner:after, .hamburger__inner:before {
    width: 2.083333vw;
    height: 0.208333vw;
    border-radius: 0.208333vw;
  }
}

.hamburger__inner {
  top: 36px;
  left: 10px;
}

@media (min-width: 1141px) {
  .hamburger__inner {
    top: 1.302083vw;
    left: 0.520833vw;
  }
}

.hamburger__inner:before {
  top: 10px;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
  -webkit-transition-duration: .15s;
  transition-duration: .15s;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
}

@media (min-width: 1141px) {
  .hamburger__inner:before {
    top: 0.520833vw;
  }
}

.hamburger__inner:after {
  bottom: -10px;
  top: 20px;
}

@media (min-width: 1141px) {
  .hamburger__inner:after {
    bottom: -0.520833vw;
    top: 1.041667vw;
  }
}

.hamburger.active .hamburger__inner {
  -webkit-transform: translate3d(0, 10px, 0) rotate(45deg);
  transform: translate3d(0, 10px, 0) rotate(45deg);
}

@media (min-width: 1141px) {
  .hamburger.active .hamburger__inner {
    -webkit-transform: translate3d(0, 0.520833VW, 0) rotate(45deg);
    transform: translate3d(0, 0.520833VW, 0) rotate(45deg);
  }
}

.hamburger.active .hamburger__inner:before {
  -webkit-transform: rotate(-45deg) translate3d(-5.71429px, -6px, 0);
  transform: rotate(-45deg) translate3d(-5.71429px, -6px, 0);
  opacity: 0;
}

@media (min-width: 1141px) {
  .hamburger.active .hamburger__inner:before {
    -webkit-transform: rotate(-45deg) translate3d(-0.297619vw, -0.3125VW, 0);
    transform: rotate(-45deg) translate3d(-0.297619vw, -0.3125VW, 0);
  }
}

.hamburger.active .hamburger__inner:after {
  -webkit-transform: translate3d(0, -20px, 0) rotate(-90deg);
  transform: translate3d(0, -20px, 0) rotate(-90deg);
}

@media (min-width: 1141px) {
  .hamburger.active .hamburger__inner:after {
    -webkit-transform: translate3d(0, -1.041667VW, 0) rotate(-90deg);
    transform: translate3d(0, -1.041667VW, 0) rotate(-90deg);
  }
}

.social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.social__item {
  font-size: 45px;
  color: #d0021b;
  text-decoration: none;
  margin-right: 10px;
}

@media (min-width: 1141px) {
  .social__item {
    font-size: 2.34375vw;
    margin-right: 0.520833vw;
  }
}

.social__item--fb:before {
  content: "";
}

.social__item--insta:before {
  content: "";
}

.button {
  background-color: #d0021b;
  font-size: 0.833333vw;
  color: #fff;
  text-decoration: none;
  text-transform: uppercase;
  padding: 0 1.5625vw;
  display: inline-block;
  height: 2.604167vw;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  cursor: pointer;
  position: relative;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  overflow: hidden;
  -webkit-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
  transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
  -webkit-transition: border-color 0.3s, color 0.3s, background-color .35s;
  transition: border-color 0.3s, color 0.3s, background-color .35s;
  overflow: hidden;
  font-weight: 900;
  border-radius: 0.260417vw;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}

.button span {
  display: block;
}

.button:after {
  content: attr(data-text);
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  color: #d0021b;
  -webkit-transform: translate3d(0, 25%, 0), color 0.35s;
  transform: translate3d(0, 25%, 0);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.button span, .button:after {
  -webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
  transition: opacity 0.3s, -webkit-transform 0.3s;
  transition: transform 0.3s, opacity 0.3s;
  transition: transform 0.3s, opacity 0.3s, -webkit-transform 0.3s;
  -webkit-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
  transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
  white-space: nowrap;
}

.button:hover {
  color: transparent;
  background: #fff;
  color: #d0021b;
}

.button:hover span {
  opacity: 0;
  -webkit-transform: translate3d(0, -25%, 0);
  transform: translate3d(0, -25%, 0);
}

.button:hover:after {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.button--white {
  color: #4f4e4e;
  background: #fff;
}

.button--white:after {
  color: #fff;
}

.button--white:hover {
  background: #d0021b;
}

.button--gray {
  background: #a1a1a1;
}

.button--gray:after {
  color: #fff;
}

.button--gray:hover {
  background: #d0021b;
}

.button--big {
  padding: 0 55px;
  height: 60px;
}

@media (min-width: 1141px) {
  .button--big {
    padding: 0 2.864583vw;
    height: 3.125vw;
  }
}

.button--small {
  padding: 0 10px;
  height: 30px;
  font-size: 12px;
}

@media (min-width: 1141px) {
  .button--small {
    padding: 0 0.520833vw;
    height: 1.5625vw;
    font-size: 0.625vw;
  }
}

.button--middle {
  font-size: 14px;
}

@media (min-width: 1141px) {
  .button--middle {
    font-size: 0.729167vw;
  }
}

.button--input {
  background: #fff;
  border: solid 1px #4f4e4e;
  color: #212121;
  text-transform: none;
  font-weight: normal;
  padding-left: 20px;
}

@media (min-width: 1141px) {
  .button--input {
    padding-left: 1.041667vw;
  }
}

.button--input:after {
  display: none;
}

.button--input:hover {
  color: inherit;
}

.button--textarea {
  padding-top: 15px;
  min-height: 175px;
  padding-bottom: 15px;
  width: 100% !important;
}

@media (min-width: 1141px) {
  .button--textarea {
    padding-top: 0.78125vw;
    min-height: 9.114583vw;
    padding-bottom: 0.78125vw;
  }
}

.button--icon {
  padding-left: 54px;
}

@media (min-width: 1141px) {
  .button--icon {
    padding-left: 2.8125vw;
  }
}

.button--icon:before {
  position: absolute;
  left: 15px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  color: #fff;
  font-size: 21px;
}

@media (min-width: 1141px) {
  .button--icon:before {
    font-size: 1.09375vw;
    left: 0.78125vw;
  }
}

.button--icon:after {
  padding-left: 54px;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

@media (min-width: 1141px) {
  .button--icon:after {
    padding-left: 2.8125vw;
  }
}

.button--icon:hover:before {
  color: #d0021b;
}

.button--select {
  position: relative;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: #fff url(../images/down-arrow.png) no-repeat center right 20px;
  color: #212121;
  font-weight: normal;
  text-transform: none;
  padding-left: 10px;
  width: auto;
}

@media (min-width: 1141px) {
  .button--select {
    width: 9.114583vw;
    padding-left: 0.520833vw;
    background-position: center right 1.041667vw;
  }
}

.button--select:hover {
  background: #fff url(../images/down-arrow.png) no-repeat center right 20px;
  color: #212121;
}

.button--select option {
  height: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #212121;
}

@media (min-width: 1141px) {
  .button--select option {
    height: 2.604167vw;
  }
}

.button--hide:before {
  content: "";
}

.button--edit:before {
  content: "";
}

.button--delete:before {
  content: "";
}

.button--changeToNews:before {
  content: "";
}

.button--changeToNews:hover:before {
  color: #fff;
}

.button--heart:before {
  content: "";
}

@media (min-width: 1141px) {
  .form .button--select {
    padding-left: 1.041667vw;
  }
}

.hero {
  height: 145px;
  background: url(../images/hero.jpg) no-repeat center top;
  background-size: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
}

@media (min-width: 1141px) {
  .hero {
    height: 7.552083vw;
  }
}

.hero__title {
  font-size: 24px;
  font-weight: 900;
  color: #fff;
  line-height: 1.1;
  padding-left: 93px;
}

@media (min-width: 1141px) {
  .hero__title {
    font-size: 1.25vw;
    padding-left: 4.84375vw;
  }
}

.hero__title span {
  display: block;
  font-size: 22px;
  font-weight: normal;
}

@media (min-width: 1141px) {
  .hero__title span {
    font-size: 1.145833vw;
  }
}

.hero__button {
  height: 60px;
  letter-spacing: 0.3px;
}

@media (min-width: 1141px) {
  .hero__button {
    height: 3.125vw;
    letter-spacing: 0.015625vw;
  }
}

.hero__close {
  height: 40px;
  width: 40px;
  right: 10px;
  top: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: absolute;
  border-radius: 5px;
  font-size: 20px;
  color: #d0021b;
  background: #fff;
  -webkit-transition: color .25s, background-color .25s;
  transition: color .25s, background-color .25s;
}

.hero__close:before {
  content: "";
}

@media (min-width: 1141px) {
  .hero__close {
    border-radius: 0.260417vw;
    height: 2.083333vw;
    width: 2.083333vw;
    right: 0.520833vw;
    top: 0.520833vw;
  }
}

.hero__close:hover {
  background: #d0021b;
  color: #fff;
}

.hero--blog {
  height: 290px;
  position: relative;
  background: url(../images/blogBg.jpg);
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: top 76px center;
  background-attachment: fixed;
}

@media (min-width: 1141px) {
  .hero--blog {
    /*height: 15.104167vw;*/
    background-position: top 3.958333vw center;
  }
}

.hero__ad {
  position: absolute;
  top: 0;
  z-index: 10;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  left: 50%;
  width: 750px;
  max-width: 100%;
}

@media (min-width: 1141px) {
  .hero__ad {
    margin-top: 12.4vw !important;
  }
}

@media (min-width: 768px) {
  .hero__ad {
    margin-top: 182px;
  }
}

.hero__ad img {
  max-width: 100%;
}

.hero__ad div {
  margin: 0 !important;
  padding-top: 0 !important;
}

.main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 28px;
  color: #4f4f4f;
}

@media (min-width: 1141px) {
  .main {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    margin-top: 1.458333vw;
  }
}

.main__content {
  width: 1310px;
  margin-bottom: 40px;
}

@media (min-width: 1141px) {
  .main__content {
    width: 68.229167vw;
    margin-bottom: 2.083333vw;
    margin-top: 1vw;
  }
}

.main__content--full {
  width: 100%;
}

.main__content--2 {
  margin-left: auto;
  margin-right: auto;
  border-radius: 5px;
  padding: 0 25px 40px;
  margin-bottom: 40px;
}

@media (min-width: 1141px) {
  .main__content--2 {
    padding: 0 1.302083vw 2.083333vw;
    margin-bottom: 2.083333vw;
  }
}

.main__content &gt; .blogItem__title:first-child {
  margin-top: 30px;
}

@media (min-width: 1141px) {
  .main__content &gt; .blogItem__title:first-child {
    margin-top: 1.5625vw;
  }
}

.main__sidebar {
  padding-top: 20px;
  padding-left: 34px;
  width: calc(1920px - 1310px);
}

@media (min-width: 1141px) {
  .main__sidebar {
    width: 23.4375vw;
    padding-left: 1.770833vw;
  }
}

.main__sidebar--fixed {
  position: fixed;
  right: -450px;
  top: 0;
  height: 100%;
  z-index: 20;
  -webkit-transition: right .35s;
  transition: right .35s;
  background: #fff;
  overflow-y: scroll;
  padding-left: 0;
  z-index: 130;
}

@media (min-width: 1141px) {
  .main__sidebar--fixed {
    right: -23.4375vw;
  }
}

.main__sidebar--fixed.main__sidebar--opened {
  right: 0;
}

.main__sidebar--fixed .panel:before {
  display: none;
}

.main__sidebarBackground {
  position: fixed;
  left: 0;
  width: 100%;
  height: 100%;
  top: 0;
  background: rgba(0, 0, 0, 0.2);
  display: none;
  z-index: 129;
}

.main__sidebarTitle {
  font-size: 17px;
  text-transform: uppercase;
  font-weight: bold;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: solid 2px #f3f3f3;
  height: 57px;
  margin-bottom: 30px;
  position: relative;
}

@media (min-width: 1141px) {
  .main__sidebarTitle {
    font-size: 0.885417vw;
    border-width: 0.104167vw;
    height: 2.96875vw;
    margin-bottom: 1.5625vw;
  }
}

.main__sidebarTitle + .main__sidebarTitleInfo {
  background: #e1e1e1;
  border-radius: 5px;
  position: absolute;
  right: 0;
  top: 10px;
  text-transform: uppercase;
  font-weight: bold;
  padding: 7px 13px;
}

@media (min-width: 1141px) {
  .main__sidebarTitle + .main__sidebarTitleInfo {
    padding: 0.364583vw 0.677083vw;
    top: 0.520833vw;
  }
}

.main__sidebarTitle + .main__sidebarTitleInfo span {
  color: #d0021b;
}

.main__sidebarTitle--noBorder {
  border: 0;
  margin-bottom: 5px;
  margin-top: 5px;
}

@media (min-width: 1141px) {
  .main__sidebarTitle--noBorder {
    margin-bottom: 0.260417vw;
    margin-top: 0.260417vw;
  }
}

.main__filters {
  background: #f3f3f3;
  padding: 10px 30px;
  border-radius: 5px;
}

@media (min-width: 1141px) {
  .main__filters {
    padding: 0.520833vw 1.5625vw;
  }
}

.line:before {
  height: 5px;
  width: 15px;
  background: #d0021b;
  content: "";
  border-radius: 5px;
  margin-right: 15px;
  display: inline-block;
}

@media (min-width: 1141px) {
  .line:before {
    height: 0.260417vw;
    width: 0.78125vw;
    margin-right: 0.78125vw;
    border-radius: 5px;
  }
}

.tabs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-bottom: solid 2px #d0021b;
  margin-bottom: -2px;
  margin-bottom: -20px;
}

@media (min-width: 1141px) {
  .tabs {
    border-width: 0.104167vw;
    margin-bottom: -0.104167vw;
    margin-bottom: -1.041667vw;
  }
}

.tabs__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 0 36px;
  background: #f3f3f3;
  height: 55px;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  -webkit-transition: background-color .25s, color .25s;
  transition: background-color .25s, color .25s;
  margin-right: 5px;
  font-size: 17px;
  font-weight: bold;
  text-decoration: none;
  color: #212121;
  text-transform: uppercase;
}

@media (min-width: 1141px) {
  .tabs__item {
    padding: 0 1.875vw;
    height: 2.864583vw;
    margin-right: 0.260417vw;
    font-size: 0.885417vw;
  }
}

.tabs__item:hover {
  cursor: pointer;
}

.tabs__item.active, .tabs__item:hover {
  background: #d0021b;
  color: #fff;
}

.tabs__items {
  margin-top: 49px;
}

@media (min-width: 1141px) {
  .tabs__items {
    margin-top: 2.552083vw;
  }
}

.blog {
  margin-bottom: 50px;
}

@media (min-width: 1141px) {
  .blog {
    margin-bottom: 2.604167vw;
  }
}

.blog__item {
  position: relative;
  border-radius: 5px;
  border: solid 2px #f3f3f3;
  color: #4f4e4e;
  -webkit-transition: border-color .25s;
  transition: border-color .25s;
}

@media (min-width: 1141px) {
  .blog__item {
    border-width: 0.104167vw;
  }
}

.blog__item:hover {
  border-color: #d0021b;
}

.blog__item:hover .blog__itemImage img {
  -webkit-transform: scale(1.02);
  transform: scale(1.02);
}

.blog__item:hover .blog__itemTime {
  opacity: 0;
}

.blog__itemTime {
  position: absolute;
  top: 8px;
  left: 8px;
  border-radius: 5px;
  background: #f3f3f3;
  height: 40px;
  width: 160px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 14px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #4f4e4e;
  overflow: hidden;
  -webkit-transition: opacity .55s;
  transition: opacity .55s;
  z-index: 11;
}

.blog__itemTime:before {
  content: "";
}

@media (min-width: 1141px) {
  .blog__itemTime {
    top: 0.416667vw;
    left: 0.416667vw;
    height: 2.083333vw;
    width: 9.333333vw;
    font-size: 0.729167vw;
  }
}

.blog__itemTime:before {
  color: #d0021b;
  font-size: 20px;
  padding: 0 11px 0 12px;
}

@media (min-width: 1141px) {
  .blog__itemTime:before {
    font-size: 1.041667vw;
    padding: 0 0.572917vw 0 0.625vw;
  }
}

.blog__itemImage {
  display: block;
  margin: -2px -2px 0;
  overflow: hidden;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}

@media (min-width: 1141px) {
  .blog__itemImage {
    margin: -0.104167vw -0.104167vw 0;
  }
}

.blog__itemImage img {
  width: 100%;
  -webkit-transition: -webkit-transform .55s;
  transition: -webkit-transform .55s;
  transition: transform .55s;
  transition: transform .55s, -webkit-transform .55s;
}

.blog__itemImage--logo img {
  width: 180px;
  margin: 63px auto 0;
  display: block;
}

@media (min-width: 1141px) {
  .blog__itemImage--logo img {
    margin: 3.28125vw auto 0;
  }
}

.blog__itemImage--logo + .blog__itemContent {
  padding-top: 0;
}

.blog__itemContent {
  padding: 27px 32px;
  overflow: hidden;
  max-width: 100%;
}

@media (min-width: 1141px) {
  .blog__itemContent {
    padding: 1.40625vw 1.666667vw;
  }
}

.blog__itemContent:nth-child(2) .blog__itemLink {
  margin-top: 55px;
}

@media (min-width: 1141px) {
  .blog__itemContent:nth-child(2) .blog__itemLink {
    margin-top: 2.864583vw;
  }
}

.blog__itemLink {
  font-weight: 900;
  color: #d0021b;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.blog__itemLink a {
  color: inherit;
  text-decoration: none;
}

.blog__itemLink span {
  color: #4f4e4e;
}

.blog__itemLink img {
  margin-right: 5px;
}

@media (min-width: 1141px) {
  .blog__itemLink img {
    margin-right: 0.260417vw;
  }
}

.blog__itemLink--star:before {
  content: "";
}

.blog__itemLink--star:before {
  color: goldenrod;
  padding-right: 5px;
}

@media (min-width: 1141px) {
  .blog__itemLink--star:before {
    padding-right: 0.260417vw;
  }
}

.blog__itemTitle {
  font-weight: 900;
  font-size: 30px;
  padding: 30px 0 20px;
}

@media (min-width: 1141px) {
  .blog__itemTitle {
    font-size: 1.5625vw;
    padding: 1.5625vw 0 1.041667vw;
  }
}

.blog__itemTitle a {
  color: #d0021b;
  text-decoration: none;
}

.blog__itemText {
  font-size: 20px;
  position: relative;
  padding-bottom: 45px;
}

@media (min-width: 1141px) {
  .blog__itemText {
    font-size: 1.041667vw;
    padding-bottom: 2.34375vw;
  }
}

.blog__itemText:after {
  width: 45px;
  height: 5px;
  content: "";
  position: absolute;
  background: #d0021b;
  border-radius: 5px;
  left: 0;
  bottom: 0;
}

@media (min-width: 1141px) {
  .blog__itemText:after {
    width: 2.34375vw;
    height: 0.260417vw;
  }
}

.blog__itemInfo {
  margin-top: 25px;
}

@media (min-width: 1141px) {
  .blog__itemInfo {
    margin-top: 1.302083vw;
  }
}

.blog__itemInfo p {
  margin: 0 0 5px !important;
}

@media (min-width: 1141px) {
  .blog__itemInfo p {
    margin: 0 0 0.260417vw !important;
  }
}

.blog__itemInfo a {
  color: inherit;
  text-decoration: none;
}

.blog__itemInfo a:hover {
  color: #d0021b;
}

.blog__itemInfo strong {
  font-weight: 900;
}

.blog__itemInfo--border {
  border-top: solid 1px #bcbcbc;
  padding-top: 15px;
}

@media (min-width: 1141px) {
  .blog__itemInfo--border {
    padding-top: 0.78125vw;
  }
}

.blog__link {
  position: absolute;
  bottom: 0;
  -webkit-transform: translateY(50%);
  transform: translateY(50%);
  right: 20px;
}

@media (min-width: 1141px) {
  .blog__link {
    right: 1.041667vw;
  }
}

.blog__link:hover {
  background: #212121 !important;
  color: #fff !important;
}

.blog__wrapper {
  margin: 35px;
}

@media (min-width: 1141px) {
  .blog__wrapper {
    margin: 1.822917vw;
  }
}

.blog--full .blog__item {
  margin-bottom: 45px;
}

@media (min-width: 1141px) {
  .blog--full .blog__item {
    margin-bottom: 2.34375vw;
  }
}

.link {
  height: 50px;
  width: 50px;
  background: #d0021b;
  -webkit-transition: color .25s, background-color .25s;
  transition: color .25s, background-color .25s;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 50%;
  color: #fff;
}

.link:before {
  content: "";
}

@media (min-width: 1141px) {
  .link {
    height: 2.604167vw;
    width: 2.604167vw;
  }
}

.link:hover {
  color: #d0021b;
  background: #fff;
}

.container_box {
  overflow: hidden;
  position: relative;
  border-radius: 5px;
  margin: 0 0 20px 0;
  background: linear-gradient(to top, #444 20%, #fff 75%);
}

.content_box {
  position: relative;
  top: 0;
  left: 0;
  /*  width: 415px;*/
  border-radius: 5px;
  overflow: hidden;
  height: 52vw;
  padding: 20px 33px;
  color: #fff;
  margin-bottom: 20px;
}

@media (min-width: 790px) {
  .content_box {
    height: 38vw;
  }
}

@media (min-width: 1141px) {
  .content_box {
    width: 21.614583vw;
    height: 22.166667vw;
    padding: 1.041667vw 1vw;
    margin-bottom: 1.041667vw;
  }
}

.box__tag {
  text-transform: uppercase;
  color: #9cabbc;
  font-weight: bold;
  font-size: 1.8vw;
}

@media (min-width: 1141px) {
  .box__tag {
    font-size: 0.729167vw;
  }
}

.box__logo {
  width: 225px;
  height: 65px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background: #ffdf01;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  margin-left: -33px;
  margin-top: 20px;
  margin-bottom: 88px;
}

@media (min-width: 1141px) {
  .box__logo {
    width: 11.71875vw;
    height: 3.385417vw;
    margin-left: -1.71875vw;
    margin-top: 1.041667vw;
    margin-bottom: 4.583333vw;
  }
}

.box__logo img {
  max-width: 95%;
  max-height: 95%;
}

.box__button {
  position: absolute;
  bottom: 0px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

@media (min-width: 1141px) {
  .box__button {
    bottom: 1.083333vw;
  }
}

.box__title {
  font-size: 3vw;
  max-height: 9.4583vw;
  font-weight: 900;
  overflow: hidden;
  padding: 5px 0 5px 0;
}

@media (min-width: 1141px) {
  .box__title {
    font-size: 1.35vw;
    max-height: 8.4583vw;
  }
}

.box__title:hover {
  color: #cfcfcf;
}

.box__text {
  color: #fff;
  font-size: 2.8vw;
/*  max-height: 135px;*/
  overflow: hidden;
}

@media (min-width: 1141px) {
  .box__text {
    font-size: 0.9vw;
    max-height: 8.63125vw;
  }
}

.box--ad {
  border: solid 2px #f3f3f3;
  height: 415px;
  display: block;
  background-size: cover;
}

@media (min-width: 1141px) {
  .box--ad {
    height: 21.614583vw;
  }
}

.background-img {
  opacity: 0.6;
  position: absolute;
  left: 0;
  top: 0;
  width: 100vw;
  height: auto;
  -webkit-filter: brightness(0.3) saturate(350%);
  -moz-filter: brightness(0.3) saturate(350%);
  -o-filter: brightness(0.3) saturate(350%);
  -ms-filter: brightness(0.3) saturate(350%);
  filter: brightness(0.3) saturate(350%);
}

@media (min-width: 1141px) {
  .background-img {
    width: 170%;
  }
}

.pagination {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  font-size: 14px;
  padding: 25px 0;
  margin-top: 24px;
  border-top: solid 2px #f3f3f3;
  border-bottom: solid 2px #f3f3f3;
}

@media (min-width: 1141px) {
  .pagination {
    font-size: 0.729167vw;
  }
}

.pagination__arrow {
  color: #212121;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-transform: uppercase;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: color .35s;
  transition: color .35s;
  font-weight: bold;
  cursor: pointer;
  white-space: nowrap;
  font-size: 0;
  font-weight: 900;
}

@media (min-width: 901px) {
  .pagination__arrow {
    width: 230px;
    font-size: 14px;
  }
}

@media (min-width: 1141px) {
  .pagination__arrow {
    width: 11.979167vw;
    font-size: 0.729167vw;
  }
}

.pagination__arrow span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.pagination__arrow span:before {
  color: #d0021b;
  -webkit-transition: color .35s, font-size .35s;
  transition: color .35s, font-size .35s;
  font-size: 20px;
}

@media (min-width: 1141px) {
  .pagination__arrow span:before {
    font-size: 1.041667vw;
  }
}

.pagination__arrow--left span:before {
  content: "";
}

.pagination__arrow--left span:before {
  margin-right: 15px;
  padding-left: 35px;
}

@media (min-width: 1141px) {
  .pagination__arrow--left span:before {
    margin-right: 0.78125vw;
    padding-left: 1.822917vw;
  }
}

.pagination__arrow--right {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.pagination__arrow--right span {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

.pagination__arrow--right span:before {
  content: "";
}

.pagination__arrow--right span:before {
  margin-left: 15px;
  padding-right: 35px;
}

@media (min-width: 1141px) {
  .pagination__arrow--right span:before {
    margin-left: 0.78125vw;
    padding-right: 1.822917vw;
  }
}

.pagination__arrow a {
  color: inherit;
  text-decoration: none;
}

.pagination__arrow:hover {
  color: #d0021b;
}

.pagination__arrow:hover:before {
  color: #212121;
  font-size: 18px;
}

@media (min-width: 1141px) {
  .pagination__arrow:hover:before {
    font-size: 0.9375vw;
  }
}

.pagination__buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.pagination__buttons--wrap {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.pagination__buttons--wrap .pagination__buttonsItem {
  margin-bottom: 10px;
}

@media (min-width: 1141px) {
  .pagination__buttons--wrap .pagination__buttonsItem {
    margin-bottom: 0.520833vw;
  }
}

.pagination__buttonsItem {
  height: 50px;
  min-width: 50px;
  border-radius: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background: #f3f3f3;
  margin: 0 5px;
  text-decoration: none;
  color: #4f4e4e;
  font-size: 22px;
  padding: 0 5px;
  -webkit-transition: background-color .35s, color .35s;
  transition: background-color .35s, color .35s;
}

@media (min-width: 1141px) {
  .pagination__buttonsItem {
    height: 2.604167vw;
    min-width: 2.604167vw;
    border-radius: 0.260417vw;
    margin: 0 0.260417vw;
    font-size: 1.145833vw;
    padding: 0 0.260417vw;
  }
}

.pagination__buttonsItem:hover, .pagination__buttonsItem--active {
  background: #d0021b;
  color: #fff;
  border: 0;
}

.infoBoxes {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 95px;
}

@media (min-width: 1141px) {
  .infoBoxes {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    margin-top: 4.947917vw;
  }
}

.infoBoxes__item {
  width: 560px;
}

@media (min-width: 1141px) {
  .infoBoxes__item {
    width: 29.166667vw;
  }
}

@media (min-width: 1141px) {
  .infoBoxes__item--full {
    width: 100%;
  }
}

.infoBoxes__item--full .infoBox__blog:before {
  content: "";
}

.infoBoxes__item--full .infoBox__blog a {
  color: #d0021b;
}

.infoBoxes__item--full .infoBox__blog a:hover {
  color: #212121;
}

.infoBoxes__item--expert .button {
  width: 100% !important;
}

.infoBoxes__item--expert1 {
  margin-top: 53px !important;
}

@media (min-width: 1141px) {
  .infoBoxes__item--expert1 {
    margin-top: 2.760417vw !important;
  }
}

.infoBoxes__item--expert2 {
  margin-top: 65px !important;
}

@media (min-width: 1141px) {
  .infoBoxes__item--expert2 {
    margin-top: 3.385417vw !important;
  }
}

.infoBoxes__button {
  margin-top: 20px;
}

@media (min-width: 1141px) {
  .infoBoxes__button {
    margin-top: 1.041667vw;
    font-size: 14px;
  }
}

@media (min-width: 1141px) and (min-width: 1141px) {
  .infoBoxes__button {
    font-size: 0.729167vw;
  }
}

.infoBox {
  background: #f3f3f3;
  border-radius: 5px;
  padding: 34px 28px;
  margin-top: 40px;
  position: relative;
}

@media (min-width: 1141px) {
  .infoBox {
    padding: 1.770833vw 1.458333vw;
  }
}

.infoBox:before {
  height: 100px;
  width: 100px;
  position: absolute;
  right: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #d0021b;
  border-radius: 50%;
  border: solid 3px #f3f3f3;
  top: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  font-size: 40px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background: #fff;
}

@media (min-width: 1141px) {
  .infoBox:before {
    height: 5.208333vw;
    width: 5.208333vw;
    right: 1.5625vw;
    font-size: 2.083333vw;
    border-width: 0.15625vw;
  }
}

.infoBox--1:before {
  content: "";
}

.infoBox--2:before {
  content: "";
}

.infoBox--3:before {
  content: "";
}

.infoBox--full {
  max-width: 100%;
}

.infoBox--full:before {
  content: "";
}

.infoBox--star:before {
  content: "";
}

.infoBox__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 35px;
}

@media (min-width: 1141px) {
  .infoBox__title {
    font-size: 1.25vw;
    margin-bottom: 1.822917vw;
  }
}

.infoBox__line {
  height: 55px;
  background: #fff;
  border-radius: 5px;
  margin-bottom: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 10px 30px;
  font-size: 20px;
}

@media (min-width: 1141px) {
  .infoBox__line {
    height: 2.864583vw;
    margin-bottom: 0.260417vw;
    padding: 0.520833vw 1.5625vw;
    font-size: 1.041667vw;
  }
}

.infoBox__line:before {
  color: #d0021b;
  font-size: 34px;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-right: 28px;
  margin-right: 30px;
  border-right: solid 1px #e3e3e3;
}

@media (min-width: 1141px) {
  .infoBox__line:before {
    font-size: 1.770833vw;
    padding-right: 1.458333vw;
    margin-right: 1.5625vw;
  }
}

.infoBox__line--1:before {
  content: "";
}

.infoBox__line--2:before {
  content: "";
}

.infoBox__line--3:before {
  content: "";
}

.infoBox__line--4:before {
  content: "";
}

.infoBox__line--5:before {
  content: "";
}

.infoBox__line--red strong {
  color: #d0021b;
}

.infoBox__line--star {
  font-size: 16px;
}

@media (min-width: 1141px) {
  .infoBox__line--star {
    font-size: 0.833333vw;
  }
}

.infoBox__line--star:before {
  content: "";
}

.infoBox__line--star:before {
  display: none;
}

.infoBox__line--star strong {
  min-width: 100px;
}

@media (min-width: 1141px) {
  .infoBox__line--star strong {
    min-width: 5.208333vw;
  }
}

.infoBox__blog {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 35px;
  border-bottom: solid 1px #e0e0e0;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.infoBox__blog:before {
  content: "";
}

@media (min-width: 1141px) {
  .infoBox__blog {
    height: 1.822917vw;
  }
}

.infoBox__blog:before {
  color: #bcbcbc;
  margin-right: 19px;
  margin-left: 3px;
}

@media (min-width: 1141px) {
  .infoBox__blog:before {
    margin-right: 0.989583vw;
    margin-left: 0.15625vw;
  }
}

.infoBox__blog--active:before, .infoBox__blog.online:before {
  color: #41c600;
}

.infoBox__blog--expert:before {
  display: none !important;
}

.infoBox__blog--expert .infoBox__blogName {
  width: 185px;
}

@media (min-width: 1141px) {
  .infoBox__blog--expert .infoBox__blogName {
    width: 9.635417vw;
  }
}

.infoBox__blog--expert .infoBox__blogTitle--noIcon {
  padding-left: 0;
  width: 205px;
  line-height: 1;
  font-size: 12px;
}

@media (min-width: 1141px) {
  .infoBox__blog--expert .infoBox__blogTitle--noIcon {
    font-size: 0.625vw;
    width: 10.677083vw;
  }
}

.infoBox__blog--expert .infoBox__blogTitle--noIcon:before {
  content: "";
}

.infoBox__blog.star:after {
  content: "";
}

.infoBox__blog:last-child {
  border-bottom: 0;
}

.infoBox__blogName {
  font-weight: 900;
  margin-right: 16px;
  margin-left: 3px;
}

@media (min-width: 1141px) {
  .infoBox__blogName {
    margin-right: 0.833333vw;
    margin-left: 0.15625vw;
  }
}

.infoBox__blogTitle {
  color: #6f6f6f;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.infoBox__blogTitle:before {
  content: "";
}

.infoBox__blogTitle:before {
  color: #bcbcbc;
  margin-right: 4px;
}

@media (min-width: 1141px) {
  .infoBox__blogTitle:before {
    margin-right: 0.208333vw;
  }
}

.infoBox a:hover {
  color: #d0021b;
}

.infoBox a.red {
  color: #4f4e4e;
}

.bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 95px;
}

@media (min-width: 1141px) {
  .bottom {
    margin-top: 4.947917vw;
  }
}

.bottom__image {
  color: #fff;
  height: 600px;
  padding-left: 110px;
}

@media (min-width: 1141px) {
  .bottom__image {
    height: 31.25vw;
    padding-right: 5.729167vw;
  }
}

.bottom__image:before {
  font-size: 57px;
  display: block;
  margin-top: 109px;
}

@media (min-width: 1141px) {
  .bottom__image:before {
    font-size: 2.96875vw;
    margin-top: 5.677083vw;
  }
}

.bottom__title {
  font-weight: 900;
  font-size: 60px;
  margin-top: 60px;
}

@media (min-width: 1141px) {
  .bottom__title {
    font-size: 3.125vw;
    margin-top: 3.125vw;
  }
}

.bottom p {
  font-size: 22px;
  margin: 14px 0 60px;
}

@media (min-width: 1141px) {
  .bottom p {
    font-size: 1.145833vw;
    margin: 0.729167vw 0 3.125vw;
  }
}

.bottom .button {
  color: #000;
}

.bottom__account {
  background: url(../images/bottom1.jpg) no-repeat;
  background-size: cover;
}

.bottom__account:before {
  content: "";
}

@media (min-width: 1141px) {
  .bottom__account {
    padding-left: 5.729167vw;
  }
}

.bottom__top100 {
  background: url(../images/bottom2.jpg) no-repeat;
  background-size: cover;
  padding-right: 110px;
}

.bottom__top100:before {
  content: "";
}

.bottom__line {
  margin: 40px 80px;
  border: solid 2px #f3f3f3;
  width: 100%;
  border-radius: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-left: 80px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 24px;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

@media (min-width: 1141px) {
  .bottom__line {
    margin: 2.083333vw 4.166667vw;
    padding-left: 4.166667vw;
    font-size: 1.25vw;
  }
}

.bottom__lineLogo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 15px 0;
}

@media (min-width: 1141px) {
  .bottom__lineLogo {
    padding: 0.78125vw 0;
  }
}

.bottom__lineLogo img {
  width: 200px;
  padding-right: 60px;
  margin-right: 60px;
  border-right: solid 1px #f3f3f3;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

@media (min-width: 1141px) {
  .bottom__lineLogo img {
    width: 10.416667vw;
  }
}

.bottom__lineInfo {
  background: #f3f3f3;
  padding-left: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 100%;
}

@media (min-width: 1141px) {
  .bottom__lineInfo {
    padding-left: 2.083333vw;
  }
}

.bottom__lineInfo strong {
  font-weight: 900;
}

.bottom__lineInfo div {
  white-space: nowrap;
}

.bottom__lineInfo .button {
  color: #fff;
  font-size: 13px;
  font-weight: 300;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 230px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 10px;
  margin-left: 40px;
  letter-spacing: 3px;
  height: 60px;
}

@media (min-width: 1141px) {
  .bottom__lineInfo .button {
    font-size: 0.677083vw;
    width: 11.979167vw;
    margin: 0.520833vw;
    margin-left: 2.083333vw;
    height: 3.125vw;
    letter-spacing: 0.15625vw;
  }
}

.bottom__lineInfo .button strong {
  display: block;
  text-transform: none;
  font-size: 24px;
  margin-bottom: -8px;
  letter-spacing: initial;
}

@media (min-width: 1141px) {
  .bottom__lineInfo .button strong {
    font-size: 1.25vw;
    margin-bottom: -0.416667vw;
  }
}

.bottom__lineInfo .button:after {
  display: none;
}

.bottom__lineInfo .button:hover {
  color: #d0021b;
}

.bottom__banner {
  width: 100%;
  text-align: center;
  height: auto;
  position: relative;
  padding-bottom: 20px;
}

.bottom__banner img {
  max-width: 100%;
  height: auto;
  margin-bottom: 10px;
}


.footer {
  background: #f3f3f3;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  color: #4f4e4e;
  padding-top: 115px;
  padding-bottom: 70px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  position: relative;
}

@media (min-width: 1141px) {
  .footer {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    padding-top: 5.989583vw;
    padding-bottom: 3.645833vw;
    padding-right: 8.333333vw;
  }
}

.footer__logo {
  margin-left: 80px;
  margin-top: 105px;
}

@media (min-width: 1141px) {
  .footer__logo {
    margin-left: 4.166667vw;
    margin-top: 5.46875vw;
  }
}

@media (min-width: 1141px) {
  .footer__col {
    margin-right: 7.03125vw;
    margin-left: 1.822917vw;
  }
}

.footer__info {
  width: 40%;
  margin-left: 85px;
}

@media (min-width: 1141px) {
  .footer__info {
    margin-left: -1.041667vw;
  }
}

.footer__info h3 {
  font-size: 24px;
  font-weight: 900;
}

@media (min-width: 1141px) {
  .footer__info h3 {
    font-size: 1.25vw;
  }
}

.footer__info h3:not(:first-child) {
  margin-top: 30px;
}

.footer__info p {
  font-size: 18px;
  margin-top: 0;
  margin-top: 6px;
}

@media (min-width: 1141px) {
  .footer__info p {
    font-size: 0.9375vw;
    margin-top: 0.3125vw;
  }
}

.footer__infoAdditional {
  color: #7d7d7d;
  padding-top: 65px;
  margin-top: 65px;
  position: relative;
}

@media (min-width: 1141px) {
  .footer__infoAdditional {
    padding-top: 3.385417vw;
    margin-top: 3.385417vw;
  }
}

.footer__infoAdditional p {
  font-size: 16px;
}

@media (min-width: 1141px) {
  .footer__infoAdditional p {
    font-size: 0.833333vw;
  }
}

.footer__infoAdditional:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 45px;
}

@media (min-width: 1141px) {
  .footer__infoAdditional:before {
    width: 2.34375vw;
  }
}

.footer__contact {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  font-size: 18px;
}

@media (min-width: 1141px) {
  .footer__contact {
    font-size: 0.9375vw;
  }
}

.footer__contact ul {
  list-style: none;
  padding-left: 0;
}

.footer__contact ul li {
  position: relative;
  padding-left: 48px;
  margin-bottom: 6px;
}

@media (min-width: 1141px) {
  .footer__contact ul li {
    padding-left: 2.5vw;
    margin-bottom: 0.3125vw;
  }
}

.footer__contact ul li:before {
  height: 5px;
  width: 5px;
  content: "";
  border-radius: 50%;
  background: #d0021b;
  position: absolute;
  top: 9px;
  left: 0;
}

@media (min-width: 1141px) {
  .footer__contact ul li:before {
    height: 0.260417vw;
    width: 0.260417vw;
    top: 0.46875vw;
  }
}

.footer__contactItem {
  position: relative;
  padding-left: 48px;
  margin-top: 35px;
}

.footer__contactItem:before {
  content: "";
}

@media (min-width: 1141px) {
  .footer__contactItem {
    padding-left: 2.5vw;
    margin-top: 1.822917vw;
  }
}

.footer__contactItem:before {
  color: #d0021b;
  position: absolute;
  top: 10px;
  font-size: 40px;
  left: 0;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

@media (min-width: 1141px) {
  .footer__contactItem:before {
    top: 0.520833vw;
    font-size: 2.083333vw;
  }
}

.footer__contactItem--email {
  color: #d0021b;
  padding-top: 11px;
  font-size: 24px;
  margin-top: 20px;
}

.footer__contactItem--email:before {
  content: "";
}

@media (min-width: 1141px) {
  .footer__contactItem--email {
    padding-top: 0.572917vw;
    font-size: 1.25vw;
    margin-top: 1.041667vw;
  }
}

.footer__contactItem--email:hover {
  color: #4f4e4e;
}

.footer__contactItem p {
  margin: 0;
}

.footer__contactItem h4 {
  margin-bottom: 7px;
  font-weight: 900;
}

@media (min-width: 1141px) {
  .footer__contactItem h4 {
    margin-bottom: 0.364583vw;
  }
}

.footer__ibif {
  position: absolute;
  bottom: 145px;
  right: 160px;
}

@media (min-width: 1141px) {
  .footer__ibif {
    bottom: 7.552083vw;
    right: 8.333333vw;
  }
}

.filters {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  font-size: 17px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

@media (min-width: 1141px) {
  .filters {
    font-size: 0.885417vw;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
}

.filters__title {
  font-weight: bold;
  text-transform: uppercase;
}

.filters__input {
  width: 320px;
}

@media (min-width: 1141px) {
  .filters__input {
    width: 16.666667vw;
  }
}

.filters--vertical {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 50px 160px 30px;
}

@media (min-width: 1141px) {
  .filters--vertical {
    padding: 2.604167vw 8.333333vw 1.5625vw;
  }
}

.filters--vertical .filters__input {
  width: 530px;
}

@media (min-width: 1141px) {
  .filters--vertical .filters__input {
    width: 27.604167vw;
  }
}

.filters--catalog:before {
  content: "";
}

.filters--catalog:before {
  color: #d0021b;
}

.filters--center {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.filters--center .button, .filters--center .filters__title {
  margin: 0 7.5px;
}

@media (min-width: 1141px) {
  .filters--center .button, .filters--center .filters__title {
    margin: 0 0.390625vw;
  }
}

.table {
  margin-top: 20px;
}

@media (min-width: 1141px) {
  .table {
    margin-top: 1.041667vw;
  }
}

.table__tr {
  height: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

@media (min-width: 1141px) {
  .table__tr {
    height: 2.604167vw;
  }
}

.table__tr:first-child {
  background: #e5e5e5;
  font-size: 17px;
  font-weight: bold;
  text-transform: uppercase;
  border-radius: 5px;
}

.table__tr:not(:first-child) {
  border-bottom: solid 1px #bcbcbc;
}

.table__td {
  font-size: 18px;
}

@media (min-width: 1141px) {
  .table__td {
    font-size: 0.9375vw;
  }
}

.table__td--nr {
  width: 80px;
}

@media (min-width: 1141px) {
  .table__td--nr {
    width: 4.166667vw;
  }
}

.table__td--name {
  width: 480px;
}

@media (min-width: 1141px) {
  .table__td--name {
    width: 25vw;
  }
}

.table__td--name2 {
  width: 380px;
}

@media (min-width: 1141px) {
  .table__td--name2 {
    width: 19.791667vw;
  }
}

.table__td--project {
  width: 320px;
  font-size: 15px;
}

@media (min-width: 1141px) {
  .table__td--project {
    width: 16.666667vw;
    font-size: 0.78125vw;
  }
}

.table__td--lastYear, .table__td--lastMonth, .table__td--fromBegining {
  width: 220px;
}

@media (min-width: 1141px) {
  .table__td--lastYear, .table__td--lastMonth, .table__td--fromBegining {
    width: 11.458333vw;
  }
}

.table__td a {
  color: #d0021b;
}

button, input {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.form__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 10px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

@media (min-width: 1141px) {
  .form__row {
    margin-bottom: 0.520833vw;
    clear: both;
  }
}

.form__row--info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #6f6f6f;
  font-size: 15px;
  padding: 5px 0;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

@media (min-width: 1141px) {
  .form__row--info {
    padding: 0.260417vw 0;
    font-size: 0.78125vw;
  }
}

.form__row--info .form__input {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.form__row--info .form__input:before {
  content: "";
}

.form__row--info .form__input:before {
  color: #d0021b;
  margin-right: 20px;
  font-size: 20px;
}

@media (min-width: 1141px) {
  .form__row--info .form__input:before {
    margin-right: 1.041667vw;
    font-size: 1.041667vw;
  }
}

.form__row--checkbox {
  padding: 10px 0;
}

@media (min-width: 1141px) {
  .form__row--checkbox {
    padding: 0.520833vw 0;
  }
}

.form__row--center .button {
  margin-left: 120px;
  font-size: 14px;
  padding-left: 17px;
  padding-right: 17px;
}

@media (min-width: 1141px) {
  .form__row--center .button {
    margin-left: 6.25vw;
    font-size: 0.729167vw;
    padding-left: 0.885417vw;
    padding-right: 0.885417vw;
  }
}

.form__inputCheckboxWrapper {
  border-radius: 5px;
  background: #f3f3f3;
  height: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: auto;
  width: 285px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: absolute;
  right: 30px;
  padding-left: 10px;
  bottom: 0;
  -webkit-transform: translateY(50%);
  transform: translateY(50%);
}

@media (min-width: 1141px) {
  .form__inputCheckboxWrapper {
    height: 2.604167vw;
    right: 1.5625vw;
    width: 14.84375vw;
    padding-left: 0.520833vw;
  }
}

.form__inputCheckboxWrapper .form__input--checkbox {
  width: auto !important;
  padding-left: 41px;
}

@media (min-width: 1141px) {
  .form__inputCheckboxWrapper .form__input--checkbox {
    padding-left: 2.135417vw;
  }
}

.form__inputCheckboxWrapper .form__input--checkbox:first-child {
  margin-left: 0;
}

.form__label {
  text-align: right;
  width: 195px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  font-size: 17px;
  text-transform: uppercase;
  font-weight: bold;
}

@media (min-width: 1141px) {
  .form__label {
    width: 10.15625vw;
    font-size: 0.885417vw;
  }
}

.form__label--img {
  border: solid 1px #000;
  border-radius: 5px;
}

.form__label--img img {
  margin: 0 auto;
  max-width: 100%;
}

.form__label--top {
  padding-top: 5px;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

@media (min-width: 1141px) {
  .form__label--top {
    padding-top: 0.260417vw;
  }
}

.form__label a {
  color: #d0021b;
}

@media (min-width: 1141px) {
  .form__checkboxVertical {
    -webkit-column-count: 2;
    column-count: 2;
  }
}

.form__checkboxVertical .form__input--checkbox {
  margin-bottom: 5px;
  margin-left: 10px;
}

@media (min-width: 1141px) {
  .form__checkboxVertical .form__input--checkbox {
    margin-bottom: 0.260417vw;
    margin-left: 0.520833vw;
  }
}

.form__input {
  width: 530px;
  margin-left: 30px;
}

@media (min-width: 1141px) {
  .form__input {
    width: 27.604167vw;
    margin-left: 1.5625vw;
  }
}

.form__input .button--input {
  width: 100%;
}

.form__input--select {
  position: relative;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: #fff url(../images/down-arrow.png) no-repeat center right 20px;
}

@media (min-width: 1141px) {
  .form__input--select {
    width: 9.114583vw;
    background-position: center right 1.041667vw;
  }
}

.form__input--select:hover {
  background: #fff url(../images/down-arrow.png) no-repeat center right 20px;
}

.form__input--select option {
  height: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media (min-width: 1141px) {
  .form__input--select option {
    height: 2.604167vw;
  }
}

.form__input--checkbox {
  position: relative;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  height: 30px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: auto;
  margin-left: 26px;
  margin-right: auto;
}

@media (min-width: 1141px) {
  .form__input--checkbox {
    padding-left: 1.354167vw;
    height: 1.5625vw;
  }
}

@media (max-width: 700px) {
  .form__input--checkbox {
    height: auto;
  }
}

.form__input--checkbox input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

.form__input--checkbox span {
  position: absolute;
  top: 0;
  left: 3px;
  height: 30px;
  width: 30px;
  background-color: #fff;
  border-radius: 5px;
  border: solid 1px #4f4e4e;
}

@media (min-width: 1141px) {
  .form__input--checkbox span {
    height: 1.5625vw;
    width: 1.5625vw;
    left: 0.15625vw;
  }
}

.form__input--checkbox label {
  height: 100%;
  padding-left: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer;
}

.form__input--checkbox label:before {
  display: block;
  content: "";
  position: absolute;
  left: 0;
  width: 50%;
  height: 100%;
}

@media (min-width: 1141px) {
  .form__input--checkbox label {
    padding-left: 1.041667vw;
  }
}

.form__input--checkbox:hover input ~ span:after {
  display: block;
}

.form__input--checkbox input:checked ~ span {
  background-color: #fff;
}

.form__input--checkbox span:after {
  content: "";
  position: absolute;
  display: none;
}

.form__input--checkbox input:checked ~ span:after {
  display: block;
}

.form__input--checkbox span:after {
  left: 9px;
  top: 5px;
  width: 5px;
  height: 10px;
  border: solid #d0021b;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

@media (min-width: 1141px) {
  .form__input--checkbox span:after {
    left: 0.46875vw;
    top: 0.260417vw;
    width: 0.260417vw;
    height: 0.520833vw;
    border-width: 0 0.15625vw 0.15625vw 0;
  }
}

.form__input--file {
  position: relative;
}

.form__input--file input {
  z-index: 2;
  opacity: 0;
}

.form__input--file label {
  position: absolute;
  left: 0;
  width: 100%;
  border-radius: 5px;
  height: 50px;
  background: #fff;
  padding-left: 20px;
  padding-top: 13px;
  border: solid 1px #000;
}

@media (min-width: 1141px) {
  .form__input--file label {
    height: 2.604167vw;
  }
}

.form__input--file label span {
  height: 30px !important;
  position: absolute;
  right: 10px;
  top: 50%;
  width: 117px !important;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

@media (min-width: 1141px) {
  .form__input--file label span {
    height: 1.5625vw !important;
    width: 6.09375vw !important;
  }
}

.form__input--img img {
  width: 100%;
}

.form--catalog {
  background: #f3f3f3;
  border-radius: 5px;
  padding-top: 50px;
  padding-bottom: 30px;
  width: 100%;
  position: relative;
}

@media (min-width: 1141px) {
  .form--catalog {
    padding-top: 2.604167vw;
    padding-bottom: 1.5625vw;
    width: 54.166667vw;
  }
}

.form--catalog:before {
  content: "";
}

.form--catalog:before {
  font-size: 55px;
  color: #d0021b;
  position: absolute;
  right: 69px;
  top: 51px;
}

@media (min-width: 1141px) {
  .form--catalog:before {
    right: 3.59375vw;
    top: 2.65625vw;
    font-size: 2.864583vw;
  }
}

@media (min-width: 1141px) {
  .form--catalog .form__label {
    width: 5.208333vw;
  }
}

.form--catalog .form__row--center {
  margin-bottom: 0;
}

@media (min-width: 1141px) {
  .form--catalog .form__row--center .button {
    padding-left: 1.822917vw;
    padding-right: 1.822917vw;
    margin-left: -0.416667vw;
    margin-top: 0.520833vw;
  }
}

.form--account, .form--full {
  width: 100%;
  background: #fff;
}

.form--account:before, .form--full:before {
  display: none;
}

@media (min-width: 1141px) {
  .form--account .form__label, .form--full .form__label {
    width: 10.416667vw;
  }
}

@media (min-width: 1141px) {
  .form--account .form__input, .form--full .form__input {
    width: 54.166667vw;
  }
}

.form--full .form__input--checkbox {
  margin-left: 25px;
}

@media (min-width: 1141px) {
  .form--full .form__input--checkbox {
    margin-left: 1.302083vw;
  }
}

.registration {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%;
}

.registration__col {
  width: 322px;
  border-radius: 5px;
  position: relative;
  padding: 30px 28px;
}

@media (min-width: 1141px) {
  .registration__col {
    width: 16.770833vw;
    padding: 1.5625vw 1.458333vw;
  }
}

.registration__col:before {
  position: absolute;
  right: 42px;
  top: 35px;
  font-size: 54px;
}

@media (min-width: 1141px) {
  .registration__col:before {
    right: 2.1875vw;
    top: 1.822917vw;
    font-size: 2.8125vw;
  }
}

.registration__col--big {
  width: 1040px;
  background: #f3f3f3;
  padding: 50px 190px 20px 105px;
}

@media (min-width: 1141px) {
  .registration__col--big {
    width: 54.166667vw;
    padding: 2.604167vw 9.895833vw 1.041667vw 5.46875vw;
  }
}

.registration__col--big:before {
  content: "";
}

.registration__col--big:before {
  color: #d0021b;
  right: 70px;
  top: 48px;
  font-size: 60px;
}

@media (min-width: 1141px) {
  .registration__col--big:before {
    right: 3.645833vw;
    top: 2.5vw;
    font-size: 3.125vw;
  }
}

.registration__col--personal {
  border: solid 2px #00aae2;
}

.registration__col--personal:before {
  content: "";
}

.registration__col--personal:before {
  color: #00aae2;
}

.registration__col--personal .registration__colName {
  color: #00aae2;
}

.registration__col--personal .registration__colName:before {
  background: #00aae2;
}

.registration__col--expert {
  border: solid 2px #d0021b;
}

.registration__col--expert:before {
  content: "";
}

.registration__col--expert:before {
  color: #d0021b;
}

.registration__col--expert .registration__colName {
  color: #d0021b;
}

.registration__col p {
  font-size: 17px;
  color: #4f4e4e;
  line-height: 1.5;
  margin-bottom: 25px;
}

@media (min-width: 1141px) {
  .registration__col p {
    font-size: 0.885417vw;
    margin-bottom: 1.302083vw;
  }
}

.registration__colName {
  font-size: 20px;
  font-weight: 900;
  padding-right: 70px;
  position: relative;
  padding-bottom: 23px;
  text-transform: uppercase;
  line-height: 1.5;
}

@media (min-width: 1141px) {
  .registration__colName {
    font-size: 1.041667vw;
    padding-right: 3.645833vw;
    padding-bottom: 1.197917vw;
  }
}

.registration__colName:before {
  position: absolute;
  bottom: 0;
}

.contentBlock {
  border-radius: 5px;
  border: solid 2px #f3f3f3;
  font-size: 20px;
  color: #4f4e4e;
  padding: 30px;
  position: relative;
}

@media (min-width: 1141px) {
  .contentBlock {
    font-size: 1.041667vw;
    padding: 1.5625vw;
  }
}

.contentBlock__button {
  position: absolute;
  bottom: 0;
  -webkit-transform: translate(-50%, 50%);
  transform: translate(-50%, 50%);
  left: 50%;
}

.contentBlock h1 span {
  color: #4f4e4e;
}

.contentBlock h2 {
  font-size: 20px;
  font-weight: 900;
  color: #d0021b;
  margin: 35px 0;
}

@media (min-width: 1141px) {
  .contentBlock h2 {
    font-size: 1.041667vw;
    margin: 1.822917vw 0;
  }
}

.contentBlock h2:first-child {
  margin-top: 5px;
}

@media (min-width: 1141px) {
  .contentBlock h2:first-child {
    margin-top: 0.260417vw;
  }
}

.contentBlock h2.blogItem__title {
  text-decoration: none;
}

@media (min-width: 1141px) {
  .contentBlock h2.blogItem__title {
    font-size: 1.875vw;
  }
}

.contentBlock p {
  margin-bottom: 30px;
  line-height: 1.4;
}

@media (min-width: 1141px) {
  .contentBlock p {
    margin-bottom: 1.5625vw;
  }
}

.contentBlock p + h2 {
  margin-top: 65px;
}

@media (min-width: 1141px) {
  .contentBlock p + h2 {
    margin-top: 3.385417vw;
  }
}

.contentBlock ul {
  list-style: none;
  padding-left: 0;
  line-height: 1.5;
}

.contentBlock ul li:before {
  content: "";
}

.contentBlock ul li:before {
  color: #d0021b;
  margin-right: 17px;
  position: relative;
  top: 3px;
}

@media (min-width: 1141px) {
  .contentBlock ul li:before {
    margin-right: 0.885417vw;
    top: 0.15625vw;
  }
}

.contentBlock img {
  max-width: 100%;
}

.contentBlock + .pagination {
  margin-top: 60px;
}

@media (min-width: 1141px) {
  .contentBlock + .pagination {
    margin-top: 2.604167vw;
  }
}

.catalog {
  position: relative;
}

.catalog__search {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.catalog__add {
  width: 234px;
  border-radius: 5px;
  position: relative;
  font-size: 20px;
  color: #d0021b;
  border: solid 2px #d0021b;
  text-transform: uppercase;
  text-align: center;
  font-weight: 900;
  padding-top: 150px;
  line-height: 1.4;
  cursor: pointer;
  -webkit-transition: color .25s, background-color .25s;
  transition: color .25s, background-color .25s;
}

@media (min-width: 1141px) {
  .catalog__add {
    width: 12.1875vw;
    font-size: 1.041667vw;
    padding-top: 7.8125vw;
  }
}

.catalog__add:before {
  content: "";
}

.catalog__add:before {
  position: absolute;
  top: 47px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  font-size: 57px;
  -webkit-transition: color .25s;
  transition: color .25s;
}

@media (min-width: 1141px) {
  .catalog__add:before {
    font-size: 2.96875vw;
    top: 2.447917vw;
  }
}

.catalog__add:hover {
  color: #fff;
  background: #d0021b;
}

.catalog__add:hover:before {
  color: #fff;
}

.catalog__boxes {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 43px;
}

@media (min-width: 1141px) {
  .catalog__boxes {
    margin-top: 2.239583vw;
  }
}

.catalog__boxes--single {
  margin-top: 18px;
}

@media (min-width: 1141px) {
  .catalog__boxes--single {
    margin-top: 0.9375vw;
  }
}

.catalog__map {
  width: 100%;
  height: 575px;
}

@media (min-width: 1141px) {
  .catalog__map {
    height: 29.947917vw;
  }
}

.catalog__map iframe {
  width: 100%;
  height: 100%;
}

.catalogBox {
  width: 49%;
  border-radius: 5px;
  border: solid 2px #f3f3f3;
  margin-bottom: 55px;
  -webkit-transition: border-color .25s;
  transition: border-color .25s;
  position: relative;
  padding: 17px 12px 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

@media (min-width: 1141px) {
  .catalogBox {
    margin-bottom: 2.864583vw;
    padding: 0.885417vw 0.625vw 2.083333vw;
  }
}

.catalogBox__title {
  width: 100%;
  color: #d0021b;
  font-size: 20px;
  font-weight: 900;
  padding-left: 13px;
  margin-bottom: 20px;
  position: relative;
}

@media (min-width: 1141px) {
  .catalogBox__title {
    font-size: 1.041667vw;
    padding-left: 0.78125vw;
    margin-bottom: 1.5625vw;
  }
}

.catalogBox__title:before {
  position: absolute;
  left: -14px;
  top: 10px;
}

@media (min-width: 1141px) {
  .catalogBox__title:before {
    left: -0.729167vw;
    top: 0.520833vw;
  }
}

.catalogBox__info {
  width: 49.5%;
  background: #e1e1e1;
  margin-bottom: 5px;
  border-radius: 5px;
  padding: 0 35px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 40px;
}

@media (min-width: 1141px) {
  .catalogBox__info {
    margin-bottom: 0.260417vw;
    padding: 0 1.822917vw;
    height: 2.083333vw;
  }
}

.catalogBox__info--bold {
  font-weight: bold;
  background: #f3f3f3;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.catalogBox__info a {
  color: #d0021b;
}

.catalogBox__info a:hover {
  color: #212121;
}

.catalogBox:hover {
  border-color: #d0021b;
}

.catalogBox .link {
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translate(-50%, 50%);
  transform: translate(-50%, 50%);
}

.catalogBox .link:hover {
  color: #fff;
  background: #212121;
}

.catalogBox--blank {
  background: url(../images/logoGray.png) no-repeat center;
  background-size: 309px;
}

@media (min-width: 1141px) {
  .catalogBox--blank {
    background-size: 16.09375vw;
  }
}

.catalogBox--single {
  margin-bottom: 0;
}

.blogItem {
  background: #fff;
}

.blogItem__title {
  font-size: 36px;
  color: #d0021b;
  font-weight: 900;
}

@media (min-width: 1141px) {
  .blogItem__title {
    font-size: 1.875vw;
  }
}

.blogItem__title + .blogItem__alert {
  margin-top: 35px;
}

.blogItem__titleType {
  color: #4f4e4e;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.blogItem__titleType:before {
  padding-right: 5px;
}

@media (min-width: 1141px) {
  .blogItem__titleType:before {
    padding-right: 0.260417vw;
  }
}

.blogItem__tools {
  font-size: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 50px;
}

@media (min-width: 1141px) {
  .blogItem__tools {
    font-size: 0.833333vw;
    margin-top: 2.604167vw;
  }
}

.blogItem__toolsItem {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-right: 42px;
  white-space: nowrap;
}

@media (min-width: 1141px) {
  .blogItem__toolsItem {
    margin-right: 2.1875vw;
  }
}

.blogItem__toolsItem:before {
  height: 35px;
  width: 35px;
  border-radius: 50%;
  border: solid 1px #bcbcbc;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: #bcbcbc;
  margin-right: 17px;
  -webkit-transition: color .25s;
  transition: color .25s;
}

@media (min-width: 1141px) {
  .blogItem__toolsItem:before {
    height: 1.822917vw;
    width: 1.822917vw;
    margin-right: 0.885417vw;
  }
}

.blogItem__toolsItem--author:before {
  content: "";
}

.blogItem__toolsItem--date:before {
  content: "";
}

.blogItem__toolsItem--favorite:before {
  content: "";
}

.blogItem__toolsItem--message:before {
  content: "";
}

.blogItem__toolsItem--red {
  text-transform: uppercase;
  font-weight: 900;
}

.blogItem__toolsItem--red:before {
  border-color: #d0021b;
  color: #d0021b;
}

.blogItem__toolsItem--red:hover {
  color: #d0021b;
}

.blogItem__toolsItem--red:hover:before {
  color: #212121;
}

.blogItem__toolsItem .red {
  color: #d0021b;
  font-weight: 900;
}

.blogItem__toolsItem a:hover {
  color: #212121;
}

.blogItem__alert {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: #f3f3f3;
  border-radius: 5px;
  padding: 17px 0;
  margin-bottom: 19px;
  font-size: 20px;
  position: relative;
}

.blogItem__alert:before {
  content: "";
}

@media (min-width: 1141px) {
  .blogItem__alert {
    padding: 0.885417vw 0;
    margin-bottom: 0.989583vw;
    font-size: 1.041667vw;
  }
}

.blogItem__alert:before {
  color: #d0021b;
  font-size: 36px;
  padding: 0 30px;
}

@media (min-width: 1141px) {
  .blogItem__alert:before {
    font-size: 1.875vw;
    padding: 0 1.5625vw;
  }
}

.blogItem__alert .button {
  position: absolute;
  right: 50px;
}

@media (min-width: 1141px) {
  .blogItem__alert .button {
    right: 2.604167vw;
  }
}

.blogItem__alert--news:before {
  content: "";
}

.blogItem__alert--news .button {
  margin-left: 30px;
}

@media (min-width: 1141px) {
  .blogItem__alert--news .button {
    margin-left: 1.5625vw;
  }
}

.blogItem__alert--success:before {
  color: #1db42b;
}

.blogItem__alert strong {
  color: #d0021b;
  font-weight: 900;
  margin-left: 5px;
}

@media (min-width: 1141px) {
  .blogItem__alert strong {
    margin-left: 0.260417vw;
  }
}

.blogItem__alert + .blogItem--list {
  margin-top: 30px;
}

@media (min-width: 1141px) {
  .blogItem__alert + .blogItem--list {
    margin-top: 1.5625vw;
  }
}

.blogItem__alert + form {
  padding-top: 20px;
}

@media (min-width: 1141px) {
  .blogItem__alert + form {
    padding-top: 1.041667vw;
  }
}

.blogItem__alertWrapper {
  margin-top: 40px;
}

@media (min-width: 1141px) {
  .blogItem__alertWrapper {
    margin-top: 2.083333vw;
  }
}

.blogItem__alertWrapper:empty {
  margin-top: 0;
}

.blogItem__backButton {
  position: absolute;
  bottom: 0;
  left: 30px;
  -webkit-transform: translateY(50%);
  transform: translateY(50%);
}

@media (min-width: 1141px) {
  .blogItem__backButton {
    left: 1.5625vw;
  }
}

.blogItem__text {
  font-size: 20px;
  line-height: 1.5;
  color: #4f4e4e;
  margin: 40px 0;
}

@media (min-width: 1141px) {
  .blogItem__text {
    font-size: 1.041667vw;
    margin: 2.083333vw 0;
  }
}

.blogItem__text iframe {
  margin: 0 auto;
  max-width: 100%;
  display: block;
}

.blogItem__buttons {
  position: absolute;
  bottom: 0;
  -webkit-transform: translateY(50%);
  transform: translateY(50%);
  right: 30px;
}

@media (min-width: 1141px) {
  .blogItem__buttons {
    right: 1.5625vw;
  }
}

.blogItem__buttons .button {
  margin-right: 10px;
}

@media (min-width: 1141px) {
  .blogItem__buttons .button {
    margin-right: 0.520833vw;
  }
}

.blogItem--list {
  position: relative;
  border: solid 2px #f3f3f3;
  border-radius: 5px;
  margin-bottom: 50px;
  padding: 30px;
}

@media (min-width: 1141px) {
  .blogItem--list {
    margin-bottom: 4.166667vw;
    padding: 1.5625vw;
  }
}

.tags {
  border-top: solid 2px #f3f3f3;
  border-bottom: solid 2px #f3f3f3;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  position: relative;
  padding-right: 100px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 10px 0;
  height: 63px;
}

@media (min-width: 1141px) {
  .tags {
    padding-right: 5.208333vw;
    padding: 0.520833vw 0;
    height: 3.28125vw;
    clear: both;
  }
}

.tags__title {
  font-weight: 900;
  font-size: 16px;
  text-transform: uppercase;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-right: 25px;
}

.tags__title:before {
  content: "";
}

@media (min-width: 1141px) {
  .tags__title {
    font-size: 0.833333vw;
    margin-right: 1.302083vw;
  }
}

.tags__title:before {
  height: 35px;
  width: 35px;
  border: solid 1px #bcbcbc;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #d0021b;
  font-size: 18px;
  margin-right: 18px;
}

@media (min-width: 1141px) {
  .tags__title:before {
    font-size: 0.9375vw;
    height: 1.822917vw;
    width: 1.822917vw;
    margin-right: 0.9375vw;
  }
}

.tags__item {
  font-size: 16px;
  font-weight: 900;
  color: #d0021b;
  background: #f3f3f3;
  border-radius: 5px;
  padding: 10px 18px;
  margin-right: 10px;
  -webkit-transition: color .25s, background-color .25s;
  transition: color .25s, background-color .25s;
}

@media (min-width: 1141px) {
  .tags__item {
    font-size: 0.833333vw;
    margin-right: 0.520833vw;
  }
}

.tags__item:hover {
  color: #f3f3f3;
  background: #d0021b;
}

.tags .fb-like {
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.comments {
  margin-top: 33px;
}

@media (min-width: 1141px) {
  .comments {
    margin-top: 1.71875vw;
  }
}

.comments__title {
  font-size: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-weight: 700;
  margin-bottom: 45px;
}

@media (min-width: 1141px) {
  .comments__title {
    font-size: 1.5625vw;
    margin-bottom: 2.34375vw;
  }
}

.comments__title span {
  height: 40px;
  width: 40px;
  background: #d0021b;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #fff;
  font-size: 16px;
  margin-right: 17px;
}

@media (min-width: 1141px) {
  .comments__title span {
    height: 2.083333vw;
    width: 2.083333vw;
    font-size: 0.833333vw;
    margin-right: 0.885417vw;
  }
}

.comments__title span:after {
  width: 0px;
  height: 0px;
  position: absolute;
  background: transparent;
  border: 8px solid #d0021b;
  bottom: -16px;
  left: 50%;
  border-right-color: transparent;
  border-left-color: transparent;
  border-bottom-color: transparent;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  content: "";
}

@media (min-width: 1141px) {
  .comments__title span:after {
    bottom: -0.833333vw;
    border-width: 0.416667vw;
  }
}

.comments__item {
  background: #f3f3f3;
  margin-bottom: 15px;
  padding: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}

@media (min-width: 1141px) {
  .comments__item {
    margin-bottom: 0.78125vw;
    padding: 1.5625vw;
  }
}

.comments__item--re {
  margin-left: 40px;
  background: #e7e7e7;
}

@media (min-width: 1141px) {
  .comments__item--re {
    margin-left: 2.083333vw;
  }
}

.comments__itemImage {
  width: 110px;
  height: 110px;
  border-radius: 50%;
  border: solid 1px #bcbcbc;
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-right: 30px;
  overflow: hidden;
}

@media (min-width: 1141px) {
  .comments__itemImage {
    width: 5.729167vw;
    height: 5.729167vw;
    margin-right: 1.5625vw;
  }
}

.comments__itemContent {
  width: 100%;
}

@media (min-width: 1141px) {
  .comments__itemContent {
    width: calc(100% - 5.729167vw);
  }
}

.comments__itemName {
  color: #d0021b;
  font-size: 24px;
  font-weight: 900;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media (min-width: 1141px) {
  .comments__itemName {
    font-size: 1.25vw;
  }
}

.comments__itemDate {
  font-size: 16px;
}

@media (min-width: 1141px) {
  .comments__itemDate {
    font-size: 0.833333vw;
  }
}

.comments__itemDate span {
  color: #d0021b;
  font-weight: 900;
}

.comments__itemText {
  position: relative;
  font-size: 18px;
  margin-top: 15px;
  padding-top: 19px;
}

@media (min-width: 1141px) {
  .comments__itemText {
    font-size: 0.9375vw;
    margin-top: 0.78125vw;
    padding-top: 0.989583vw;
  }
}

.comments__itemText:before {
  height: 1px;
  width: 160px;
  content: "";
  background: #d0021b;
  position: absolute;
  left: 0;
  top: 0;
}

@media (min-width: 1141px) {
  .comments__itemText:before {
    width: 8.333333vw;
  }
}

.comments__itemButton {
  position: absolute;
  top: 20px;
  right: 20px;
  font-size: 12px;
  height: 30px;
  padding: 0 10px;
}

@media (min-width: 1141px) {
  .comments__itemButton {
    top: 1.041667vw;
    right: 1.041667vw;
    font-size: 0.625vw;
    height: 1.5625vw;
    padding: 0 0.520833vw;
  }
}

.comments__userButtons {
  margin-top: 20px;
}

@media (min-width: 1141px) {
  .comments__userButtons {
    margin-top: 1.041667vw;
  }
}

.comments__addButtonSmall {
  margin-bottom: 20px;
}

@media (min-width: 1141px) {
  .comments__addButtonSmall {
    margin-bottom: 1.041667vw;
  }
}

.comments--noMargin {
  margin-top: 0;
}

.panel {
  position: relative;
  background: #f3f3f3;
  padding: 20px;
}

@media (min-width: 1141px) {
  .panel {
    padding: 1.041667vw;
  }
}

.panel:before {
  content: "";
}

.panel:before {
  color: #d0021b;
  position: absolute;
  right: 0;
  top: -99px;
  font-size: 50px;
}

@media (min-width: 1141px) {
  .panel:before {
    font-size: 2.604167vw;
    top: -5.15625vw;
  }
}

.panel__logo {
  height: 9.895833vw;
  width: 9.895833vw;
  display: block;
  margin: 0 auto 10px;
  border-radius: 50%;
  border: solid 1px #bcbcbc;
  background-size: 137px;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background: #fff;
}

@media (min-width: 1141px) {
  .panel__logo {
    height: 190px;
    width: 190px;
    margin-bottom: 0.520833vw;
    background-size: 7.135417vw;
  }
}

.panel__logo img {
  width: 100%;
  margin: 0 auto;
  display: block;
}

.panel__tool {
  font-weight: bold;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 10px;
}

@media (min-width: 1141px) {
  .panel__tool {
    margin-bottom: 0.520833vw;
  }
}

.panel__tool--name {
  font-size: 30px;
}

@media (min-width: 1141px) {
  .panel__tool--name {
    font-size: 1.5625vw;
  }
}

.panel__tool--name:before {
  content: "";
}

.panel__tool--settings {
  font-size: 22px;
  color: #d0021b;
  text-transform: uppercase;
  margin-bottom: 27px;
}

@media (min-width: 1141px) {
  .panel__tool--settings {
    font-size: 1.145833vw;
    margin-bottom: 1.40625vw;
  }
}

.panel__tool--settings:before {
  content: "";
}

.panel__tool:before {
  height: 50px;
  width: 50px;
  border: solid 1px #bcbcbc;
  background: #fff;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #bcbcbc;
  margin-right: 23px;
}

@media (min-width: 1141px) {
  .panel__tool:before {
    margin-right: 1.197917vw;
    height: 2.604167vw;
    width: 2.604167vw;
  }
}

.panel__title {
  font-size: 17px;
  font-weight: bold;
  color: #d0021b;
  margin: 18px 0;
  padding-left: 17px;
  text-transform: uppercase;
}

@media (min-width: 1141px) {
  .panel__title {
    margin: 0.9375vw 0;
    padding-left: 0.885417vw;
    font-size: 0.885417vw;
  }
}

.panel__row {
  height: 45px;
  border-radius: 5px;
  border: solid 1px #bcbcbc;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0 13px;
  font-size: 16px;
  margin-bottom: 10px;
  background: #fff;
  color: #4f4e4e;
  position: relative;
}

@media (min-width: 1141px) {
  .panel__row {
    padding: 0 0.677083vw;
    font-size: 0.833333vw;
    margin-bottom: 0.520833vw;
  }
}

.panel__row:before {
  content: "";
}

.panel__row--message, .panel__row--observe {
  text-transform: uppercase;
  font-weight: 900;
}

.panel__row--observe:before {
  content: "";
}

.panel__row--stats:before {
  content: "";
}

.panel__row--comments:before {
  content: "";
}

.panel__row--observers:before {
  content: "";
}

.panel__row--online:before {
  content: "";
}

.panel__row--news:before {
  content: "";
}

.panel__row--articles:before {
  content: "";
}

.panel__row--gallery:before {
  content: "";
}

.panel__row--link .link {
  right: 10px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  height: 25px;
  width: 25px;
  font-size: 10px;
  background: #d0021b;
  color: #fff;
}

@media (min-width: 1141px) {
  .panel__row--link .link {
    height: 1.302083vw;
    width: 1.302083vw;
    right: 0.520833vw;
    font-size: 0.520833vw;
  }
}

.panel__row--link .link:before {
  top: -1px;
  position: relative;
}

@media (min-width: 1141px) {
  .panel__row--link .link:before {
    top: -0.052083vw;
  }
}

.panel__row--link:hover {
  border-color: #212121;
}

.panel__row--link:hover .link {
  background: #212121;
}

.panel__row:before {
  color: #d0021b;
  height: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 37px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-right: solid 1px #f3f3f3;
  margin-right: 20px;
  font-size: 22px;
}

@media (min-width: 1141px) {
  .panel__row:before {
    width: 1.927083vw;
    height: 1.5625vw;
    margin-right: 1.041667vw;
    font-size: 1.302083vw;
  }
}

.panel__row--red {
  border-color: #d0021b;
}

.panel__row strong {
  color: #d0021b;
  font-weight: 900;
  margin-left: 5px;
}

@media (min-width: 1141px) {
  .panel__row strong {
    margin-left: 0.260417vw;
  }
}

.panel__info {
  font-size: 15px;
  color: #4f4e4e;
  padding: 0 17px;
}

@media (min-width: 1141px) {
  .panel__info {
    font-size: 0.78125vw;
    padding: 0 0.885417vw;
  }
}

.panel__info a {
  color: #d0021b;
}

.panel__info a:hover {
  color: #4f4e4e;
}

.panel__infoText .panel__title {
  padding-left: 0;
}

.panel__infoButton {
  position: relative;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.margin {
  margin: 40px 0;
}

@media (min-width: 1141px) {
  .margin {
    margin: 2.083333vw 0;
  }
}

.margin--bottom {
  margin-bottom: 40px;
}

@media (min-width: 1141px) {
  .margin--bottom {
    margin-bottom: 2.083333vw;
  }
}

.margin--top {
  margin-top: 40px;
}

@media (min-width: 1141px) {
  .margin--top {
    margin-top: 2.083333vw;
  }
}

.note-editor {
  border: solid 1px #4f4e4e !important;
  color: #212121;
  border-radius: 5px;
}

.red {
  color: #d0021b !important;
}

.alignCenter {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.fb-page {
  margin: 20px 0;
  border-radius: 5px;
}

@media (min-width: 1141px) {
  .fb-page {
    margin: 1.041667vw 0;
  }
}

.center {
  text-align: center;
}

.dark {
  color: #4f4e4e;
}

.star:before {
  content: "";
}

.star:before {
  color: goldenrod;
}

.sortUpIcon:before {
  content: "";
}

.sortDownIcon {
  color: #d0021b;
}

.sortDownIcon:before {
  content: "";
}

.user {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.user:before {
  content: "";
}

.user:before {
  color: #b2b2b2;
  margin-right: 5px;
}

@media (min-width: 1141px) {
  .user:before {
    margin-right: 0.260417vw;
  }
}

.user--online:before {
  color: #41c600;
}

.nextafter {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.nextafter:after {
  content: "";
}

.nextafter:after {
  color: #d0021b;
}

.up {
  display: none;
  background-color: #d0021b;
  position: fixed;
  width: 2.604167vw;
  height: 2.604167vw;
  border-radius: 50%;
  bottom: 7.7vw;
  right: 1.5625vw;
  cursor: pointer;
  -webkit-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
  opacity: 0;
  visibility: hidden;
  z-index: 999;
  border-radius: 5px;
}

.up:before {
  content: "";
}

.up.visible {
  opacity: 1;
  visibility: visible;
}

@media screen and (min-width: 1024px) {
  .up {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}

.up::before {
  color: #fff;
  font-size: 1.145833vw;
}

.up:focus, .up:hover, .up:active {
  background: #fff;
}

.up:focus::before, .up:hover::before, .up:active::before {
  color: #d0021b;
}

.article_view {
}

.article_view img {
  max-width: 100%;
  height: auto;
}

.article_view a {
  color: #0000FF;
}

.youtube-video {
  aspect-ratio: 16 / 9;
  width: 100%;
}

.article_view {}

.article_view img {
  max-width: 100%;
  height: auto;
}

.article_view a {
  color: #0000FF;
}

.youtube-video {
  aspect-ratio: 16 / 9;
  width: 100%;
}

.inline_checkbox_l {
  position: relative;
  display: inline-flex;
  align-items: center;
  cursor: pointer;
  user-select: none;
  margin-top: 20px;
  padding-left: 0;
}

.inline_checkbox_l input[type="checkbox"] {
  appearance: none;
  -webkit-appearance: none;
  width: 18px;
  height: 18px;
  border: 2px solid #d0021b;
  border-radius: 3px;
  outline: none;
  margin-right: 8px;
  cursor: pointer;
  position: relative;
}

.inline_checkbox_l input[type="checkbox"]:checked {
  background-color: #d0021b;
}

.inline_checkbox_l input[type="checkbox"]:checked::after {
  content: '✓';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: white;
  font-weight: bold;
}

.comment {
  background-color: #fff;
  margin-bottom: 16px;
  border-radius: 8px;
  padding: 16px;
  box-shadow: 0 2px 8px rgba(0,0,0,0.05);
  border: 1px solid #e0e0e0;
  transition: all 0.2s ease;
}

.comment:hover {
  box-shadow: 0 4px 12px rgba(0,0,0,0.1);
  transform: translateY(-2px);
}

.comment-header {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  margin-bottom: 12px;
}

.comment-avatar {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background-color: #4299e1;
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 600;
  font-size: 16px;
  flex-shrink: 0;
}

.comment-title {
  font-weight: 600;
  font-size: 15px;
  color: #333;
  margin-bottom: 4px;
}

.comment-meta {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 13px;
  color: #666;
}

.comment-author {
  font-weight: 500;
}

.comment-date {
  color: #888;
}

.comment-content {
  font-size: 14px;
  line-height: 1.5;
  color: #333;
  margin: 12px 0;
  padding: 0 0 0 48px;
}

.comment-actions {
  display: flex;
  gap: 8px;
  padding: 0 0 0 48px;
}

.comment-actions a {
  font-size: 13px;
  color: #4a5568;
  text-decoration: none;
  padding: 6px 12px;
  border-radius: 4px;
  background: #f7fafc;
  border: 1px solid #edf2f7;
  display: flex;
  align-items: center;
  gap: 6px;
  transition: all 0.2s ease;
}

.comment-actions a:hover {
  background: #edf2f7;
  color: #2d3748;
}

.comment-actions a i {
  font-size: 14px;
}

/* Add this to your existing CSS or modify as needed */
#komentarze {
  padding: 20px;
}

/* For the notifications */
.info2, .error2 {
  padding: 12px 16px;
  margin-bottom: 16px;
  border-radius: 6px;
  font-size: 14px;
}

.info2 {
  background-color: #ebf8ff;
  color: #3182ce;
  border-left: 4px solid #4299e1;
}

.error2 {
  background-color: #fff5f5;
  color: #e53e3e;
  border-left: 4px solid #e53e3e;
}

.top__banner .swiper {
  min-height: 250px;
  position: relative;
}

@media (max-width: 992px) {
  .top__banner .swiper {
    min-height: 120px;
    position: relative;
  }
}

.swiper-placeholder {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #4d4c4f;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1; /* Above the slides initially */
}

/* Hide navigation and pagination while placeholder is visible */
.swiper-placeholder:not(.hidden) ~ .swiper-pagination,
.swiper-placeholder:not(.hidden) ~ .swiper-button-prev,
.swiper-placeholder:not(.hidden) ~ .swiper-button-next {
  display: none;
}

.not-loaded .header__logo img{
  opacity: 0;
}

.not-loaded .header__stats{
  opacity: 0;
}

.not-loaded .header__toolsItem {
  opacity: 0;
}

.not-loaded .tabs {
  opacity: 0;
}

.not-loaded #mainDiv {
  opacity: 0;
}

.not-loaded .main__sidebar {
  opacity: 0;
}

.not-loaded .header__top {
  opacity: 0;
}

.not-loaded .header__menu ul {
  opacity: 0;
}

.not-loaded .header__search  {
  opacity: 0;
}

.anchor-point {
  display: block;
  position: relative;
  top: -100px; /* Adjust this value based on your header height */
  visibility: hidden;
  height: 0;
  width: 0;
}

@keyframes highlight-blink {
  0% { box-shadow: none; border-color: transparent; }
  50% { box-shadow: 0 0 15px 5px #ffcc00; border-color: #ffcc00; }
  100% { box-shadow: none; border-color: transparent; }
}

.blink-animation {
  animation: highlight-blink 0.6s ease-in-out 0s 5;
  border: 2px solid transparent;
}
</pre></body></html>