@font-face {
  font-family: calibre;
  src: url("/fonts/e9bbfbdd50c30be49c95eb17bfc7f72c56df9e90.woff")
    format("woff");
  font-weight: 700;
  font-style: normal;
}

@font-face {
  font-family: calibre;
  src: url("/fonts/8e1b9ab3ca115df113f6346be54dfba244785b83.woff")
    format("woff");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: calibre;
  src: url("/fonts/634e9e34e3b7403b5bc0fc794a0130167c263cf9.woff")
    format("woff");
  font-weight: 600;
  font-style: normal;
}

.score-modal-rate-stars-container:not(:checked) > input {
  display: none;
}

.score-modal-rate-stars-container:not(:checked) > label {
  width: 1em;
  overflow: hidden;
  white-space: nowrap;
  cursor: pointer;
  font-size: 30px;
  color: #ccc;
}

.score-modal-rate-stars-container:not(:checked) > label:before {
  content: "★ ";
}

.score-modal-rate-stars-container:not(:checked) > label:hover,
.score-modal-rate-stars-container:not(:checked) > label:hover ~ label {
  color: #deb217;
}

.burger {
  display: none;
}
.serviceLogo__logoGroupElements img {
  max-width: 256px;
  width: 100%;
}
@media (max-width: 600px) {
  .burger {
    top: 17px;
    left: 10px;
    display: block;
    position: absolute;
  }
}
.serviceLogo__logoGroupElements img {
  height: 28px;
}
.serviceLogo__logoGroupElements {
  justify-content: center;
}

a {
  text-decoration: none;
}

body,
div,
form,
h1,
h3,
input,
li,
p,
textarea,
ul {
  margin: 0;
  padding: 0;
}

h1,
h3 {
  font-size: 100%;
  font-weight: 400;
  font-style: normal;
}

ul {
  list-style: none;
}

img {
  border: 0;
}

footer,
header,
nav,
section {
  display: block;
  margin: 0;
  padding: 0;
}

html {
  display: block;
}

body {
  -moz-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  font-family: calibre;
  font-size: 21px;
  line-height: 30px;
}

a {
  color: #222;
  text-decoration: none;
}

a:hover {
  color: rgba(34, 34, 34, 0.8);
}

.commentsApp {
  padding-bottom: 30px;
}

.commentsApp * {
  outline: 0;
}

.commentsApp__header {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  flex-flow: row wrap;
}

.commentsApp__heading {
  color: #222;
  font:
    600 30px/35px calibre,
    sans-serif;
  margin-bottom: 1rem;
}

.commentsApp__headerCounter {
  font-weight: 400;
}

.commentsApp__sorting {
  position: relative;
}

.commentsApp__textStyledBtn {
  cursor: pointer;
  background: 0 0;
  border: none;
  padding: 0;
  transition: all 0.2s ease-out;
}

.commentsApp__textStyledBtn:hover {
  opacity: 0.8;
}

.commentsApp__sortingSelected {
  font:
    600 15px/18px calibre,
    sans-serif;
  color: #666;
}

.commentsApp__sortingTriangle {
  vertical-align: middle;
  margin-left: 7px;
}

.commentsApp__sortingTrianglePath {
  fill: #666;
}

body {
  overflow-anchor: none;
}

.commentsApp__infoMessage {
  height: 0;
  transition:
    height 0.3s ease-in-out,
    margin-top 0.3s ease-in-out;
  width: 100%;
  font:
    600 15px/18px calibre,
    sans-serif;
  padding: 0 6px;
  margin-top: 5px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  overflow: hidden;
}

.commentsApp__comment .commentsApp__infoMessage {
  width: calc(100% - 40px);
  margin-left: 40px;
}

.commentsApp__infoMessageClose {
  cursor: pointer;
}

.commentsApp__textField {
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.06);
  border: 1px solid #ccc;
  border-radius: 2px;
}

.commentsApp__comment .commentsApp__textField {
  height: 0;
  overflow: hidden;
  opacity: 0;
}

.commentsApp__textField:not(.commentsApp__textField--active)
  ~ .commentsApp__infoMessage {
  width: 100%;
  margin-left: 0;
}

.commentsApp__addCommentTextarea {
  font:
    400 18px/25px calibre,
    sans-serif;
  width: 100%;
  border: none;
  display: block;
  padding: 12px 20px 11px;
}

.commentsApp__addCommentTextarea--revealBottom {
  color: #222;
  resize: vertical;
  transition: min-height 1s ease-in-out;
  min-height: 110px;
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.04);
}

.commentsApp__addCommentTextarea--revealBottom::-webkit-input-placeholder {
  color: #222;
}

.commentsApp__addCommentTextarea::-webkit-input-placeholder {
  color: #999;
}

.commentsApp__bottom {
  justify-content: space-between;
  align-items: center;
  flex-flow: row wrap;
  box-shadow: 0-2px 2px rgba(0, 0, 0, 0.04);
  border-radius: 0 0 2px 2px;
}

.commentsApp__addCommentTextarea--revealBottom + .commentsApp__bottom {
  padding: 20px;
  display: flex;
}

.commentsApp__bottomFrame {
  display: flex;
  flex-direction: column;
  position: relative;
  height: 20px;
  transition: height 0.5s ease-in-out;
  padding-right: 10px;
  outline: 0;
}

.commentsApp:not(.commentsApp--logged) .commentsApp__bottomFrame {
  visibility: hidden;
  width: 1px;
}

.commentsApp__bottomFrame:after {
  content: "";
  position: absolute;
  right: 0;
  top: 7px;
  width: 8px;
  height: 4px;
  background-image: url("/img/2ac29dccf9b0a6dad7bf3c05b766d8ed055f8653.svg");
  background-repeat: no-repeat;
  cursor: pointer;
}

.commentsApp__bottomFrame .commentsApp__bottomFrameElement {
  background: 0 0;
  border: 0;
  text-align: left;
  font:
    600 15px/18px calibre,
    sans-serif;
}

.commentsApp__bottomFrame .commentsApp__userName {
  padding: 0 6px 0 0;
  cursor: pointer;
  color: #666;
  transition: all 0.2s ease-out;
}

.commentsApp__bottomFrame .commentsApp__userName:hover {
  opacity: 0.8;
}

.commentsApp__button {
  background: #444;
  color: #fff;
  border: none;
  border-radius: 15px;
  padding: 6px 20px;
  text-transform: uppercase;
  transition: all 0.2s ease-out;
  font:
    600 15px/18px calibre,
    sans-serif;
  cursor: pointer;
}

.commentsApp__button:hover {
  box-shadow:
    0 1px 1px 0 rgba(0, 0, 0, 0.1),
    0 4px 7px 0 rgba(0, 0, 0, 0.2);
  filter: brightness(1.2);
  -webkit-filter: brightness(120%);
}

.commentsApp__commentsContainer {
  margin: 26px 0 0;
  display: flex;
  flex-direction: column;
}

.commentsApp__comment {
  margin: 0 0 5px;
  padding: 18px 0 0;
  border-top: 1px solid #e5e5e5;
}

.commentsApp__comment:first-of-type {
  padding: 0;
  border-top: none;
}

.commentsApp__commentHead {
  display: flex;
  align-items: center;
  flex-flow: row wrap;
}

.commentsApp__commentAuthor {
  font:
    600 18px/22px calibre,
    sans-serif;
  margin-right: 10px;
  color: #222;
}

.commentsApp__commentBody {
  font:
    400 18px/25px calibre,
    sans-serif;
  color: #222;
  margin: 6px 0 10px;
  word-break: break-word;
}

.commentsApp__commentDate {
  font:
    400 18px/22px calibre,
    sans-serif;
  color: #999;
}

.commentsApp__subComments {
  padding-left: 40px;
  transition: height 0.3s ease-in-out;
  height: 0;
  overflow: hidden;
}

.commentsApp__options {
  position: relative;
  margin-left: auto;
}

.commentsApp__optionsDots {
  position: relative;
  min-width: 16px;
  min-height: 16px;
}

.commentsApp__optionsDots:before {
  content: "";
  display: block;
  background-image: url("/img/7f3cefb6749dc857335c59661d2f8aefaea3ddfe.svg");
  width: 16px;
  height: 16px;
  margin-left: 2px;
}

.commentsApp__commentFooter {
  display: flex;
  align-items: center;
  flex-flow: row wrap;
}

.commentsApp__commentFooter > :not(:last-child) {
  margin-right: 30px;
}

.commentsApp__votes {
  font:
    400 15px/25px calibre,
    sans-serif;
  position: relative;
}

.commentsApp__voteSVG {
  vertical-align: middle;
  margin: 0 5px 0 0;
}

.commentsApp__voteSVGPath--transparent {
  fill: none;
}

.commentsApp__voteSVGPath--fill {
  fill: #666;
}

.commentsApp__reply {
  font:
    600 15px/25px calibre,
    sans-serif;
}

.commentsApp__reply {
  color: #222;
}

.commentsApp__loadMore {
  padding: 8px 0 0;
}

.commentsApp__buttonLoadMore {
  border: 2px solid #444;
  background: #fff;
  color: #222;
  padding: 4px 20px 6px;
  height: 30px;
}

div[id^="bottom_wrapper"] {
  grid-column: 2;
}

html {
  overflow-x: hidden;
  font-size: 21px;
}

* {
  box-sizing: border-box;
}

.section_wrapper {
  width: 100%;
}

.section_wrapper .content_wrap {
  background-color: #fff;
  position: relative;
}

#bottom_wrapper .columns_container {
  display: flex;
  flex-flow: row wrap;
}

#bottom_wrapper .columns_container {
  width: 1202px;
  padding-left: 102px;
}

.content_wrap {
  width: 1242px;
  padding: 0 20px;
}

#pageTypeId_7 .content_wrap {
  margin: 20px auto 0;
}

.left_aside {
  width: 52px;
  z-index: 4;
}

.main_content {
  width: 800px;
  padding-right: 50px;
}

.right_aside {
  width: 300px;
  position: relative;
}

@supports (display: grid) {
  #article_wrapper {
    grid-template-columns: 52px 750px 300px;
  }

  .main_wrapper {
    display: grid;
    grid-column-gap: 50px;
    width: 1242px;
    margin: 0 auto;
    padding: 0 20px;
    position: relative;
    z-index: 2;
  }

  .left_aside {
    grid-column: 1;
  }

  .main_wrapper:not(.main_wrapper--video) .left_aside {
    grid-row: 2 / span 7;
  }

  .top_section {
    grid-column: 2;
  }

  .main_wrapper:not(.main_wrapper--video) .top_section {
    grid-row: 5;
  }

  .bottom_section {
    grid-column: 2;
  }

  .main_wrapper:not(.main_wrapper--video) .bottom_section {
    grid-row: 7;
  }

  :not(.index_body) .right_aside {
    grid-column: 3;
  }

  .main_wrapper:not(.main_wrapper--video) .right_aside {
    grid-row: 7;
  }
}

@supports not (display: grid) {
  .main_wrapper {
    background-color: #fff;
    position: relative;
    width: 1242px;
    margin: 0 auto;
    padding: 0 20px;
  }

  .main_wrapper:after {
    display: block;
    content: " ";
    width: 100%;
    clear: both;
    float: none;
  }

  .main_wrapper .bottom_section,
  .main_wrapper .top_section {
    display: inline-block;
    width: 902px;
    padding-right: 50px;
    padding-left: 102px;
  }

  .main_wrapper .left_aside {
    position: absolute;
    top: 0;
    left: 20px;
    width: 52px;
  }

  .main_wrapper .right_aside {
    float: right;
    width: 300px;
    vertical-align: top;
  }
}

@media (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .main_wrapper {
    background-color: #fff;
    position: relative;
    width: 1242px;
    margin: 0 auto;
    padding: 0 20px;
  }

  .main_wrapper:after {
    display: block;
    content: " ";
    width: 100%;
    clear: both;
    float: none;
  }

  .main_wrapper .bottom_section,
  .main_wrapper .top_section {
    display: inline-block;
    width: 902px;
    padding-right: 50px;
    padding-left: 102px;
  }

  .main_wrapper .left_aside {
    position: absolute;
    top: 0;
    left: 20px;
    width: 52px;
  }

  .main_wrapper .right_aside {
    float: right;
    width: 300px;
    vertical-align: top;
  }
}

#article_title:after,
.author_and_date .article_author:after,
.author_and_date:after {
  display: block;
  content: " ";
  width: 100%;
  clear: both;
  float: none;
}

.author_and_date {
  padding: 15px 0;
}

#article_title {
  color: #222;
  word-break: break-word;
  font:
    700 40px/48px calibre,
    sans-serif;
}

@supports (display: grid) {
  #article_title {
    grid-row: 2;
    position: relative;
  }

  .main_wrapper:not(.main_wrapper--video) #article_title {
    grid-column: 2;
    width: 750px;
  }
}

@supports not (display: grid) {
  #article_title,
  .author_and_date {
    width: 902px;
    padding-right: 50px;
    padding-left: 102px;
  }

  #article_title:after,
  .author_and_date:after {
    display: block;
    content: " ";
    width: 100%;
    clear: both;
    float: none;
  }
}

@media (-ms-high-contrast: active), (-ms-high-contrast: none) {
  #article_title {
    float: left;
    width: 902px;
    padding-right: 50px;
    padding-left: 102px;
  }

  #article_title:after {
    display: block;
    content: " ";
    width: 100%;
    clear: both;
    float: none;
  }
}

.author_and_date .article_author,
.author_and_date .article_date {
  display: block;
}

.author_and_date {
  display: flex;
  flex-flow: row nowrap;
  padding-top: 20px;
  padding-bottom: 5px;
}

.author_and_date:after {
  display: block;
  content: " ";
  width: 50%;
  clear: both;
  float: none;
}

.author_and_date .article_data {
  display: block;
  width: 100%;
}

.author_and_date .article_author {
  color: #666;
  font:
    600 15px/18px calibre,
    sans-serif;
}

.author_and_date .author_prefix {
  font-weight: 400;
  text-transform: capitalize;
}

.author_and_date .article_date {
  color: #999;
  font:
    400 15px/18px calibre,
    sans-serif;
}

@supports (display: grid) {
  .author_and_date {
    grid-row: 3;
    position: relative;
    z-index: 1;
    align-items: center;
  }

  .main_wrapper:not(.main_wrapper--video) .author_and_date {
    grid-column: 2;
    width: 750px;
  }
}

@supports (display: grid) {
}

#breadcrumbs:after {
  display: block;
  content: " ";
  width: 100%;
  clear: both;
  float: none;
}

#breadcrumbs {
  overflow: hidden;
  height: 20px;
  width: 750px;
  margin: 20px 350px 6px 0;
  position: relative;
  font:
    400 15px/18px calibre,
    sans-serif;
}

#breadcrumbs:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  width: 50px;
  background: linear-gradient(90deg, hsla(0, 0%, 100%, 0), #fff 70%);
  z-index: 1;
}

#breadcrumbs .bc_item {
  color: #ccc;
  display: inline;
}

#breadcrumbs .bc_item:after {
  content: " ·";
  font-size: 1.3em;
}

#breadcrumbs .bc_item:last-of-type:after {
  display: none;
}

#breadcrumbs .bc_item .bc_item_link {
  font: inherit;
  color: inherit;
  transition: color 0.2s ease-in;
}

#breadcrumbs .bc_item .bc_item_link:hover {
  color: #8e8e8e;
  background: 0 0;
}

@supports (display: grid) {
  #sitePath {
    grid-row: 1;
  }

  .main_wrapper:not(.main_wrapper--video) #sitePath {
    grid-column: 2;
  }
}

@supports not (display: grid) {
  #sitePath {
    width: 852px;
  }

  .main_wrapper:not(.main_wrapper--video) #sitePath {
    padding-left: 102px;
  }
}

@media (-ms-high-contrast: active), (-ms-high-contrast: none) {
  #sitePath {
    width: 852px;
  }

  .main_wrapper:not(.main_wrapper--video) #sitePath {
    padding-left: 102px;
  }
}

.socialBar:after {
  display: block;
  content: " ";
  width: 100%;
  clear: both;
  float: none;
}

.socialBar .count {
  display: block;
  margin: 0 auto;
  color: #666;
  font:
    400 16px/22px calibre,
    sans-serif;
  text-align: center;
}

.socialBar .sc_item:not(:first-child) {
  padding-left: 0;
}

.socialBar .sc_item a {
  height: 52px;
  display: flex;
  justify-content: center;
  align-content: stretch;
  align-items: center;
  border-radius: 50%;
}

.socialBar.vertical {
  position: -webkit-sticky;
  position: sticky;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  padding-top: 10px;
}

.socialBar.vertical.visible {
  opacity: 1;
}

.socialBar.vertical .sc_items {
  width: 52px;
}

.socialBar.vertical .sc_items a {
  flex-direction: column;
}

.socialBar.vertical .sc_item {
  width: 52px;
}

.socialBar.vertical .fbShare a {
  background-color: transparent;
  border: 2px solid #ccc;
}

.socialBar.vertical .fbShare a,
.socialBar.vertical .fbShare a:hover {
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.socialBar.vertical .fbShare a:hover {
  filter: brightness(120%);
  -webkit-box-shadow: 0 4px 7.68px 0.32px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 4px 7.68px 0.32px rgba(0, 0, 0, 0.2);
  box-shadow: 0 4px 7.68px 0.32px rgba(0, 0, 0, 0.2);
}

.socialBar.vertical .count {
  height: 0;
  opacity: 0;
}

.socialBar.vertical .count {
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.socialBar.vertical .comments a {
  background-color: transparent;
  border: 2px solid #ccc;
}

.socialBar.vertical .comments a,
.socialBar.vertical .comments a:hover {
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.socialBar.vertical .comments a:hover {
  filter: brightness(120%);
  -webkit-box-shadow: 0 4px 7.68px 0.32px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 4px 7.68px 0.32px rgba(0, 0, 0, 0.2);
  box-shadow: 0 4px 7.68px 0.32px rgba(0, 0, 0, 0.2);
}

.main_wrapper {
  margin-top: 3rem;
}

.bottom_section a,
.commentsApp__commentBody a {
  background-repeat: repeat-x;
  font-weight: 400;
  background-position: 0 1.1em;
  background-image: linear-gradient(180deg, #72cb3b 50%, transparent 0);
  background-size: 2px 2px;
  color: #72cb3b;
}

.bottom_section a:hover,
.commentsApp__commentBody a:hover {
  color: #fff;
  background-image: none;
  background-color: #72cb3b;
  transition: all 0.2s linear;
}

.bottom_section a:hover:after {
  border-color: transparent;
  transition: all 0.2s linear;
}

.related_images:after,
.related_images img:after {
  display: block;
  content: " ";
  width: 100%;
  clear: both;
  float: none;
}

.related_images {
  padding: 15px 0;
}

.related_images img {
  display: block;
  width: 100%;
  height: auto;
}

.related_images .related_image_wrap.with_gallery {
  position: relative;
  z-index: 2;
}

.related_gallery_closing_button {
  cursor: pointer;
  position: relative;
  height: 52px;
  border-radius: 50%;
  background-color: #72cb3b;
  opacity: 0;
}

.related_gallery_closing_button:after,
.related_gallery_closing_button:before {
  position: absolute;
  top: 13px;
  left: 25px;
  content: " ";
  height: 25px;
  width: 3px;
  background-color: #fff;
}

.related_gallery_closing_button:before {
  transform: rotate(45deg);
}

.related_gallery_closing_button:after {
  transform: rotate(-45deg);
}

.related_gallery_closing_button:hover {
  -webkit-box-shadow: 0 4px 7.68px 0.32px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 4px 7.68px 0.32px rgba(0, 0, 0, 0.2);
  box-shadow: 0 4px 7.68px 0.32px rgba(0, 0, 0, 0.2);
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.related_gallery_closing_button span {
  font:
    600 15px/17px calibre,
    sans-serif;
  display: block;
  text-align: center;
  color: #666;
  padding-top: 55px;
}

.tags {
  position: relative;
  padding: 15px 0;
}

.tags .tags_list {
  display: flex;
  flex-flow: row wrap;
}

.tags .tags_item {
  white-space: nowrap;
  background-color: #f5f5f5;
}

.tags .tag_link {
  color: #666;
  display: block;
  font:
    400 15px/21px calibre,
    sans-serif;
  line-height: 15px;
  text-transform: capitalize;
  padding: 8px 10px;
}

.newsBox:after,
.newsBox__newestList .newsBox__item:after {
  display: block;
  content: " ";
  width: 100%;
  clear: both;
  float: none;
}

.newsBox {
  padding: 15px 0;
  overflow: hidden;
  position: relative;
  width: 300px;
}

.newsBox__header {
  display: flex;
  position: relative;
  transition: transform 0.2s ease-out;
}

@media (-ms-high-contrast: none) {
  .newsBox__header {
    display: block;
    width: 100vw;
  }
}

.newsBox__arrows {
  position: absolute;
  top: 16px;
  right: 0;
  width: 100%;
  height: 40px;
}

.newsBox__tab {
  padding: 0 15px;
  flex: 1;
  white-space: nowrap;
  position: relative;
  margin-bottom: 15px;
  font:
    600 18px/43px calibre,
    sans-serif;
  color: #999;
  text-align: center;
  cursor: pointer;
  border-bottom: 2px solid #e5e5e5;
  transition: color 0.2s ease-out;
  text-transform: uppercase;
}

@media (-ms-high-contrast: none) {
  .newsBox__tab {
    float: left;
  }
}

.newsBox__tab:hover {
  color: #72cb3b;
  cursor: pointer;
}

.newsBox__tab:after {
  content: "";
  position: absolute;
  bottom: -1px;
  height: 2px;
  transform: scale(0);
  left: 0;
  width: 100%;
  transition: transform 0.2s ease-out;
}

.newsBox--activeTab {
  color: #000;
  font-weight: 700;
}

.newsBox--activeTab:after {
  transform: scale(1);
  background-color: #000;
}

.newsBox__content {
  display: flex;
  position: relative;
  left: 0;
  float: left;
  transition:
    transform 0.2s ease-out,
    height 0.2s ease-out;
  min-height: 350px;
}

@media (-ms-high-contrast: none) {
  .newsBox__content {
    width: 900px;
  }
}

.newsBox__contentElement {
  display: inline-block;
  overflow: hidden;
  width: 300px;
}

.newsBox__item {
  width: 300px;
  font:
    600 17px/19px calibre,
    sans-serif;
}

.newsBox__itemLink .newsBox__itemPhoto,
.newsBox__itemLink .newsBox__itemTitle {
  display: inline-block;
}

.newsBox__itemLink:hover .newsBox__itemTitle {
  color: rgba(34, 34, 34, 0.8);
}

.newsBox__itemLink:hover .newsBox__itemPhoto {
  -webkit-filter: brightness(105%) contrast(105%);
  -moz-filter: brightness(105%) contrast(105%);
  filter: brightness(105%) contrast(105%);
}

.newsBox__popularList .newsBox__item:not(:last-child) {
  border-bottom: 1px solid #e5e5e5;
  padding-bottom: 15px;
  margin: 0 0 15px;
}

.newsBox__popularList.newsBox__photoVersion .newsBox__itemLink {
  display: flex;
}

.newsBox__popularList.newsBox__photoVersion .newsBox__itemPhotoBox {
  width: 90px;
  height: 60px;
  margin-right: 15px;
  overflow: hidden;
  flex-shrink: 0;
}

.newsBox__popularList.newsBox__photoVersion
  .newsBox__itemPhotoBox
  .newsBox__itemPhoto {
  width: 100%;
  border-radius: 2px;
}

.newsBox__popularList .newsBox__itemTitle {
  color: #222;
  text-align: left;
  margin-top: -2px;
}

.newsBox__newestList .newsBox__item {
  display: block;
  padding-bottom: 25px;
  color: #222;
}

.newsBox__newestList .newsBox__item:last-child {
  padding-bottom: 0;
}

.newsBox__newestList .newsBox__item .newsBox__itemTitle {
  display: inline;
}

.newsBox__newestList .newsBox__itemTime {
  font:
    600 15px/22px calibre,
    sans-serif;
  color: #ff0001;
}

.page_footer:after {
  display: block;
  content: " ";
  width: 100%;
  clear: both;
  float: none;
}

.page_footer {
  padding: 15px 0;
  padding-top: 2px;
  margin: 0 auto;
  font:
    400 15px/30px calibre,
    sans-serif;
  text-align: center;
  color: #969696;
  background: #fff;
}

.adviewDFPBanner {
  line-height: 0;
}

#adUnit-067-RECTANGLE-BTF {
  min-height: 265px;
}

@supports (display: grid) {
}

@supports not (display: grid) {
}

.serviceLogo {
  width: 1202px;
  height: 90px;
  margin: 0 auto;
  position: relative;
  display: flex;
  align-items: center;
  padding-top: 10px;
}

.serviceLogo__logoGroupElements {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  z-index: 10;
}

.nav__mainMenu {
  width: 1202px;
  margin: 0 auto;
  display: flex;
  height: 40px;
}

.nav__item,
.nav__overlay {
  position: relative;
}

.nav__item {
  transition: all 0.2s ease-out;
  padding-top: 12px;
}

.nav__item:hover .nav__itemName:after {
  transform: scale(1);
}

.nav__item:first-child .nav__itemName {
  margin: 0 10px 0 0;
}

.nav__itemName {
  display: block;
  font:
    600 18px/15px calibre,
    sans-serif;
  margin: 0 10px;
  text-align: center;
  color: #222;
  text-transform: uppercase;
  transition: color 0.2s ease-out;
  white-space: nowrap;
  height: 27px;
}

.nav__itemName:hover {
  color: rgba(34, 34, 34, 0.8);
}

.nav__itemName:after {
  content: "";
  width: 100%;
  height: 2px;
  position: absolute;
  bottom: 0;
  left: 0;
  background: #567396;
  transition: all 0.3s ease-out;
  transform: scale(0);
}

.main-navigation {
  position: relative;
  left: 0;
  width: 100%;
  z-index: 10602;
  background: #000;
  transform: translateY(0);
  transition: all 0.5s ease-out;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
}

.main-navigation__logo {
  height: 28px;
  margin-right: 30px;
}

.main-navigation__inner-wrapper {
  margin: auto;
  display: flex;
  align-items: center;
  width: 1200px;
  height: 40px;
}

.main-navigation__nav .main-navigation__link {
  font:
    400 14px/18px oswald,
    oswald_;
  color: #fff;
  transition: all 0.2s ease-out;
}

.main-navigation__nav .main-navigation__link:hover {
  opacity: 0.8;
}

.main-navigation__nav .main-navigation__lists {
  display: flex;
  align-items: center;
  height: 40px;
  flex-wrap: wrap;
  width: 100%;
}

.main-navigation__nav .main-navigation__list-item {
  padding: 10px;
  cursor: pointer;
  height: 100%;
}

.main-navigation__shortcuts {
  display: flex;
  align-items: baseline;
  margin-left: auto;
  order: 2;
}

.main-navigation__shortcuts .main-navigation__lists {
  display: flex;
  height: 40px;
}

.main-navigation__shortcuts .main-navigation__link {
  padding: 10px;
  display: flex;
  align-items: center;
  font:
    500 14px/17px calibre,
    sans-serif;
  letter-spacing: 0;
  color: #444;
  text-transform: uppercase;
}

.main-navigation__shortcuts .main-navigation__list-item {
  cursor: pointer;
  order: 1;
  margin-left: 6px;
}

.main-navigation__login {
  position: relative;
}

.main-navigation__login .main-navigation__login {
  text-transform: none;
}

.main-navigation__nav .main-navigation__list-item,
.main-navigation__shortcuts .main-navigation__list-item {
  display: flex;
  position: relative;
  align-items: center;
}

.main-navigation__dropdown {
  position: relative;
}

.main-navigation__arrow-small {
  background-repeat: no-repeat;
  background-position: 50%;
  background-image: url("/img/937fcdf989249998e696c15fa515e18653f5a142.svg");
  position: absolute;
  margin-left: -10px;
  margin-top: -17px;
  width: 44px;
  height: 33px;
  cursor: pointer;
}

* .main-navigation__arrow-small:hover {
  cursor: pointer;
}

.top_wrapper {
  position: fixed;
  top: 0;
  z-index: 100;
  width: 100%;
  transition: all 0.3s ease-out;
  height: 40px;
  margin-bottom: 130px;
  background-color: #000;
}

.top_wrapper:before {
  content: "";
  height: 50px;
  width: 100%;
  top: -50px;
  position: absolute;
  z-index: 11;
  background: #fff;
}

html body:not(#pageTypeId_13) {
  padding-top: 100px;
}

body .socialBar.vertical {
  -webkit-transition: all 0.6s ease-out;
  -moz-transition: all 0.6s ease-out;
  -o-transition: all 0.6s ease-out;
  transition: all 0.6s ease-out;
  top: 189px;
}

body .socialBar.vertical .sc_item {
  margin-bottom: 30px;
}

.navBox {
  position: relative;
  top: 0;
  width: 100%;
  background: #fff;
  z-index: 100;
  box-shadow: inset 0-1px #e5e5e5;
  transform: translateY(0);
  transition: all 0.6s ease-out;
}

@media (max-width: 768px) {
  .button-link {
    margin: 1rem auto !important;
  }

  .right_aside {
    display: none;
  }

  #bottom_wrapper .columns_container {
    padding: 0;
  }

  .main_content {
    padding: 0;
  }

  .main_wrapper {
    padding: 0;
    margin: 0;
  }

  .container-sm {
    padding: 0 15px;
  }

  .check__top-col-1-row img {
    width: 50%;
  }

  .left_aside {
    display: none;
  }

  #article_wrapper {
    display: block;
  }
}

.img-thumbnail {
  width: 100%;
}

.info__title {
  font-weight: 700;
  font-size: 1.1rem;
}

.reg {
  margin-top: 1rem;
  font-size: 1.1rem;
  line-height: 30px;
}

.reg__title,
.reg__title a {
  font-weight: 700;
}

.reg__list {
  gap: 1rem;
  font-size: var(--title-size);
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
}

.reg__item {
  margin-left: 1rem;
  color: #72cb3b;
}

.reg__item span {
  font-size: 1.1rem;
  line-height: 30px;
  margin-bottom: 0.5rem;
  font-weight: 400;
  color: #000;
}

.button-link {
  background-color: #72cb3b;
  color: #fff !important;
  display: block;
  margin: 2rem auto;
  max-width: 80%;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  margin-bottom: 1rem;
  padding: 1rem 0;
  border-radius: 6px;
  animation: blink 4s linear infinite;
  background-image: none !important;
}

@keyframes blink {
  0%,
  50% {
    box-shadow: 0 0 10px #001655;
  }

  25%,
  75% {
    box-shadow: none;
  }

  100% {
    box-shadow: 0 0 10px #001655;
  }
}

.button-link:hover {
  color: #fff;
  background-color: #444 !important;
}

.info__text {
  margin: 0.8rem 0;
}

.steps__title {
  margin-top: 1rem;
  font-weight: 700;
}

.steps__text {
  border-left: 4px solid #72cb3b;
  padding: 0.385rem;
}

.steps__info {
  margin: 0.8rem 0;
}

.steps__info:first-of-type {
  margin-top: 0;
}

.steps__info:last-of-type {
  margin-bottom: 0;
}

.steps__text a:hover {
  color: #e02e3d;
}

.steps__img-chel {
  margin: 0 auto;
  display: block;
}

.reg__item {
  list-style: outside;
}

.label-main {
  padding-top: 10px;
  padding-bottom: 0;
  overflow-wrap: break-word;
  color: #7f7f7f;
  font:
    400 16px/17px calibre,
    sans-serif;
}

.comment__img {
  display: block;
  max-width: 220px;
  width: 100%;
  height: auto;
  margin-top: 0.5rem;
}

.answer {
  padding-left: 2rem;
}

.main-navigation__inner-wrapper {
  max-width: 1200px;
  width: 100%;
}

#sitePath {
  padding-top: 20px;
}

.nav__overlay {
  overflow-x: auto;
}

.main-navigation {
  padding-left: 25px;
}

.navBox {
  padding: 0 25px;
}

.nav__mainMenu {
  max-width: 1202px;
  width: 100%;
}

.nav__hamburger {
  display: none;
}

.main-navigation__inner-wrapper {
  max-width: 1200px;
  width: 100%;
}

.page_footer {
  border: 1px solid #ececec;
  padding: 15px;
}

body {
  overflow-x: hidden;
}

@media (max-width: 768px) {
  .main-navigation__nav {
    display: none !important;
  }

  .main-navigation {
    padding-left: 0 !important;
  }

  .navBox {
    padding: 0 !important;
  }

  .main-navigation__shortcuts .main-navigation__lists {
    display: none !important;
  }

  .main-navigation__inner-wrapper .main-navigation__nav {
    display: none !important;
  }

  .page_footer {
    padding-top: 15px;
  }

  .nav__hamburger {
    width: 20px;
    height: 20px;
    background-repeat: no-repeat;
    background-position: 50%;
    margin-right: 15px;
    position: static !important;
    transform: translateY(0) !important;
    display: block;
  }

  .content_wrap {
    padding: 0;
  }
}


.steps__title {
  font-size: 22px;
  text-align: center;
  background-color: #a7a7a7;
  color: white;
  padding: 5px;
  font-weight: 400;
}
.steps__text {
  padding: 10px;
  border: 1px solid #a7a7a7;
  border-radius: 0px 0px 4px 4px;
}

.main-navigation__list-item.active {
  background-color: #fff;
  a {
    color: #000;
  }
}

html {
  scroll-behavior: smooth;
}

#reg-btn {
  scroll-margin-top: 250px;
}

@font-face {
  font-family: calibre;
  src: url("/fonts/CalibreWeb-Regular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: calibre;
  src: url("/fonts/CalibreWeb-Semibold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: calibre;
  src: url("/fonts/CalibreWeb-Bold.woff") format("woff");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@media (max-width: 768px) {
  .main_wrapper {
    margin: 0;
  }
  .nav__overlay {
    display: none;
  }
  .serviceLogo {
    padding-top: 0;
  }
  .commentsApp {
    padding: 15px 15px 30px;
  }

  .commentsApp * {
    outline: 0;
  }

  .commentsApp__header {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    flex-flow: row wrap;
  }

  .commentsApp__heading {
    color: #222;
    font:
      600 22px/26px calibre,
      sans-serif;
  }

  .commentsApp__headerCounter {
    font-weight: 400;
  }

  .commentsApp__sorting {
    position: relative;
  }

  .commentsApp__textStyledBtn {
    cursor: pointer;
    background: none;
    border: none;
    padding: 0;
    transition: all 0.2s ease-out;
  }

  .commentsApp__textStyledBtn:hover {
    opacity: 0.8;
  }

  .commentsApp__sortingSelected {
    font:
      600 15px/18px calibre,
      sans-serif;
    color: #666;
  }

  .commentsApp__sortingTriangle {
    vertical-align: middle;
    margin-left: 7px;
  }

  .commentsApp__sortingTrianglePath {
    fill: #666;
  }

  body {
    overflow-anchor: none;
  }

  .commentsApp__infoMessage {
    height: 0;
    transition:
      height 0.3s ease-in-out,
      margin-top 0.3s ease-in-out;
    width: 100%;
    font:
      600 15px/18px calibre,
      sans-serif;
    padding: 0 6px;
    margin-top: 5px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    overflow: hidden;
  }

  .commentsApp__comment .commentsApp__infoMessage {
    width: calc(100% - 40px);
    margin-left: 40px;
  }

  .commentsApp__infoMessageClose {
    cursor: pointer;
  }

  .commentsApp__textField {
    box-shadow: 0 2px 2px rgba(0, 0, 0, 0.06);
    border: 1px solid #ccc;
    border-radius: 2px;
  }

  .commentsApp__comment .commentsApp__textField {
    height: 0;
    overflow: hidden;
    opacity: 0;
  }

  .commentsApp__textField:not(.commentsApp__textField--active)
    ~ .commentsApp__infoMessage {
    width: 100%;
    margin-left: 0;
  }

  .commentsApp__addCommentTextarea {
    font:
      400 18px/25px calibre,
      sans-serif;
    color: #999;
    width: 100%;
    border: none;
    resize: none;
    min-height: 48px;
    display: block;
    padding: 12px 15px 11px;
  }

  .commentsApp__addCommentTextarea--revealBottom {
    color: #222;
    resize: vertical;
    transition: min-height 1s ease-in-out;
    min-height: 110px;
    box-shadow: 0 2px 2px rgba(0, 0, 0, 0.04);
  }

  .commentsApp__addCommentTextarea--revealBottom::-webkit-input-placeholder {
    color: #222;
  }

  .commentsApp__addCommentTextarea--revealBottom::-moz-placeholder {
    color: #222;
  }

  .commentsApp__addCommentTextarea--revealBottom:-ms-input-placeholder {
    color: #222;
  }

  .commentsApp__addCommentTextarea--revealBottom:-moz-placeholder {
    color: #222;
  }

  .commentsApp__addCommentTextarea::-webkit-input-placeholder {
    color: #999;
  }

  .commentsApp__addCommentTextarea::-moz-placeholder {
    color: #999;
  }

  .commentsApp__addCommentTextarea:-ms-input-placeholder {
    color: #999;
  }

  .commentsApp__addCommentTextarea:-moz-placeholder {
    color: #999;
  }

  .commentsApp__bottom {
    justify-content: space-between;
    align-items: center;
    flex-flow: row wrap;
    box-shadow: 0 -2px 2px rgba(0, 0, 0, 0.04);
    border-radius: 0 0 2px 2px;
    display: none;
    padding: 0 15px;
  }

  .commentsApp__addCommentTextarea--revealBottom + .commentsApp__bottom {
    padding: 15px;
    display: flex;
  }

  .commentsApp__bottomFrame {
    display: flex;
    flex-direction: column;
    position: relative;
    height: 20px;
    transition: height 0.5s ease-in-out;
    padding-right: 10px;
    outline: 0;
  }

  .commentsApp:not(.commentsApp--logged) .commentsApp__bottomFrame {
    visibility: hidden;
    width: 1px;
  }

  .commentsApp__bottomFrame:after {
    content: "";
    position: absolute;
    right: 0;
    top: 7px;
    width: 8px;
    height: 4px;
    background-image: url("/img/7ea96a809ed22e5ed1b721df15c93a528fe90293.svg");
    background-repeat: no-repeat;
    cursor: pointer;
  }

  .commentsApp__bottomFrame .commentsApp__bottomFrameElement {
    background: transparent;
    border: 0;
    text-align: left;
    font:
      600 15px/18px calibre,
      sans-serif;
  }

  .commentsApp__bottomFrame .commentsApp__userName {
    padding: 0 6px 0 0;
    cursor: pointer;
    color: #666;
    transition: all 0.2s ease-out;
    max-width: 115px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
  }

  .commentsApp__bottomFrame .commentsApp__userName:hover {
    opacity: 0.8;
  }

  .commentsApp__bottomFrame .commentsApp__change {
    position: absolute;
    width: max-content;
    display: none;
    top: -48px;
    left: 0;
    background: #fff;
    padding: 13px 15px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.3);
    z-index: 10;
    font:
      600 15px/18px calibre,
      sans-serif;
    color: #666;
  }

  .commentsApp__button {
    background: #444;
    color: #fff;
    border: none;
    border-radius: 15px;
    padding: 6px 20px;
    text-transform: uppercase;
    transition: all 0.2s ease-out;
    font:
      600 15px/18px calibre,
      sans-serif;
    cursor: pointer;
  }

  .commentsApp__button:hover {
    box-shadow:
      0 1px 1px 0 rgba(0, 0, 0, 0.1),
      0 4px 7px 0 rgba(0, 0, 0, 0.2);
    filter: brightness(1.2);
    -webkit-filter: brightness(120%);
  }

  .commentsApp:not(.commentsApp--logged) .commentsApp__button--send {
    display: none;
  }

  .commentsApp__commentsContainer {
    margin: 26px 0 0;
    display: flex;
    flex-direction: column;
  }

  .commentsApp__comment {
    margin: 0 0 5px;
    padding: 18px 0 0;
    border-top: 1px solid #e5e5e5;
  }

  .commentsApp__comment:first-of-type {
    padding: 0;
    border-top: none;
  }

  .commentsApp__commentHead {
    display: flex;
    align-items: center;
    flex-flow: row wrap;
  }

  .commentsApp__commentAuthor {
    font:
      600 18px/22px calibre,
      sans-serif;
    margin-right: 10px;
    color: #222;
  }

  .commentsApp__commentBody {
    font:
      400 18px/25px calibre,
      sans-serif;
    color: #222;
    margin: 6px 0 10px;
    word-break: break-word;
  }

  .commentsApp__commentDate {
    font:
      400 18px/22px calibre,
      sans-serif;
    color: #999;
  }

  .commentsApp__subComments {
    padding-left: 40px;
    transition: height 0.3s ease-in-out;
    height: 0;
    overflow: hidden;
  }

  .commentsApp__options {
    position: relative;
    margin-left: auto;
  }

  .commentsApp__optionsDots {
    position: relative;
    min-width: 16px;
    min-height: 16px;
  }

  .commentsApp__optionsDots:before {
    content: "";
    display: block;
    background-image: url("/img/ad5e2503dfaec01f90822b4fa2270ca0e22ce2a7.svg");
    width: 16px;
    height: 16px;
    margin-left: 2px;
  }

  .commentsApp__commentFooter {
    display: flex;
    align-items: center;
    flex-flow: row wrap;
  }

  .commentsApp__commentFooter > :not(:last-child) {
    margin-right: 30px;
  }

  .commentsApp__votes {
    font:
      400 15px/25px calibre,
      sans-serif;
    position: relative;
  }

  .commentsApp__voteSVG {
    vertical-align: middle;
    margin: 0 5px 0 0;
  }

  .commentsApp__voteSVGPath--transparent {
    fill: none;
  }

  .commentsApp__voteSVGPath--fill {
    fill: #666;
  }

  .commentsApp__reply {
    font:
      600 15px/25px calibre,
      sans-serif;
  }

  .commentsApp__reply {
    color: #222;
  }

  .commentsApp__loadMore {
    padding: 8px 0 0;
  }

  .commentsApp__buttonLoadMore {
    border: 2px solid #444;
    background: #fff;
    color: #222;
    padding: 4px 20px 6px;
    height: 30px;
    width: 100%;
  }

  .commentsApp__popupOverlay {
    display: none;
    position: fixed;
  }

  .commentsApp__popupOverlay {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    z-index: 999990;
  }

  div[id^="bottom_wrapper"] {
    grid-column: 2;
  }

  html {
    overflow-x: hidden;
    font-size: 21px;
  }

  html body {
    padding-top: 50px;
  }

  * {
    box-sizing: border-box;
  }

  .section_wrapper {
    width: 100%;
  }

  .section_wrapper .content_wrap {
    background-color: #fff;
    position: relative;
  }

  #bottom_wrapper .columns_container {
    width: 100%;
  }

  .content_wrap {
    background-color: #fff;
    position: relative;
    width: 100%;
  }

  .left_aside,
  .main_content,
  .right_aside {
    width: 100%;
  }

  @supports (display: grid) {
    .main_wrapper,
    .top_section {
      width: 100%;
    }

    .bottom_section {
      width: 100%;
    }

    .right_aside {
      width: 100%;
    }
  }

  @supports not (display: grid) {
    .main_wrapper {
      background-color: #fff;
      width: 100%;
    }

    .main_wrapper:after {
      display: block;
      content: " ";
      width: 100%;
      clear: both;
      float: none;
    }

    .main_wrapper .bottom_section,
    .main_wrapper .right_aside,
    .main_wrapper .top_section {
      width: 100%;
    }

    .bottom_section,
    .top_section {
      width: 100%;
    }
  }

  @media (-ms-high-contrast: active), (-ms-high-contrast: none) {
    .main_wrapper {
      background-color: #fff;
      width: 100%;
    }

    .main_wrapper:after {
      display: block;
      content: " ";
      width: 100%;
      clear: both;
      float: none;
    }

    .main_wrapper .bottom_section,
    .main_wrapper .right_aside,
    .main_wrapper .top_section {
      width: 100%;
    }
  }

  #article_title:after,
  .author_and_date .article_author:after,
  .author_and_date:after {
    display: block;
    content: " ";
    width: 100%;
    clear: both;
    float: none;
  }

  .author_and_date {
    padding: 10px 15px;
  }

  #article_title {
    color: #222;
    word-break: break-word;
    font:
      700 24px/29px calibre,
      sans-serif;
    margin-top: 10px;
  }

  .main_wrapper:not(.main_wrapper--video) #article_title {
    padding: 2px 15px 0;
    width: 100%;
  }

  @supports (display: grid) {
    #article_title {
      width: 100%;
    }
  }

  @supports not (display: grid) {
    #article_title,
    .author_and_date {
      width: 100%;
    }

    #article_title:after,
    .author_and_date:after {
      display: block;
      content: " ";
      width: 100%;
      clear: both;
      float: none;
    }
  }

  @media (-ms-high-contrast: active), (-ms-high-contrast: none) {
    #article_title {
      width: 100%;
    }

    #article_title:after {
      display: block;
      content: " ";
      width: 100%;
      clear: both;
      float: none;
    }
  }

  .author_and_date .article_author,
  .author_and_date .article_date {
    display: block;
  }

  .author_and_date {
    display: flex;
    flex-flow: row nowrap;
    padding-top: 20px;
    padding-bottom: 5px;
  }

  .author_and_date:after {
    content: none;
  }

  .author_and_date .article_data {
    display: block;
    width: 100%;
  }

  .author_and_date .article_author {
    color: #666;
    font:
      600 15px/18px calibre,
      sans-serif;
  }

  .author_and_date .author_prefix {
    font-weight: 400;
    text-transform: capitalize;
  }

  .author_and_date .article_date {
    color: #999;
    font:
      400 15px/18px calibre,
      sans-serif;
  }

  @supports (display: grid) {
    .author_and_date {
      width: 100%;
    }
  }

  @supports (display: grid) {
  }

  #breadcrumbs:after {
    display: block;
    content: " ";
    width: 100%;
    clear: both;
    float: none;
  }

  #sitePath {
    position: relative;
  }

  #breadcrumbs {
    overflow: hidden;
    height: 20px;
    overflow-x: auto;
    margin: 17px 15px 8px;
    display: flex;
    flex-flow: row nowrap;
    font:
      400 14px/17px calibre,
      sans-serif;
  }

  #breadcrumbs:before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    width: 50px;
    background: linear-gradient(90deg, hsla(0, 0%, 100%, 0), #fff 70%);
    z-index: 1;
  }

  #breadcrumbs .bc_item {
    color: #ccc;
    position: relative;
    padding-right: 13px;
    flex: 1 0 auto;
  }

  #breadcrumbs .bc_item:after {
    content: " \00b7 ";
    font-size: 1.3em;
    position: absolute;
    top: 0;
    right: 6px;
    line-height: 16px;
  }

  #breadcrumbs .bc_item:last-of-type {
    padding-right: 0;
  }

  #breadcrumbs .bc_item:last-of-type:after {
    display: none;
  }

  #breadcrumbs .bc_item .bc_item_link {
    font: inherit;
    color: inherit;
    transition: color 0.2s ease-in;
  }

  #breadcrumbs .bc_item .bc_item_link:hover {
    color: #8e8e8e;
    background: none;
  }

  @supports (display: grid) {
    #sitePath {
      width: 100%;
    }
  }

  #gazeta_article_body .relatedMtBox:hover__link,
  .article__content--autoLoad .relatedMtBox:hover__link {
    color: rgba(34, 34, 34, 0.8);
    background-color: transparent;
    background-image: none;
  }

  .related_images:after,
  .related_images img:after {
    display: block;
    content: " ";
    width: 100%;
    clear: both;
    float: none;
  }

  .related_images {
    padding: 10px 15px;
  }

  .related_images {
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 7px;
  }

  .related_images img {
    display: block;
    width: 100%;
    height: auto;
    object-fit: cover;
  }

  .related_images .related_image_wrap.with_gallery {
    position: relative;
    z-index: 2;
  }

  .related_gallery_closing_button {
    position: fixed;
    top: 40px;
    background-color: #506e91;
    opacity: 0.9;
    width: 100%;
    z-index: 20000;
    display: none;
    padding: 11.5px 14px;
  }

  .related_gallery_closing_button span {
    opacity: 1;
    display: block;
    float: right;
    color: #fff;
    font:
      600 14px/17px calibre,
      sans-serif;
    margin-right: 27px;
    position: relative;
  }

  .related_gallery_closing_button span:after,
  .related_gallery_closing_button span:before {
    position: absolute;
    top: 1px;
    right: -22px;
    content: " ";
    height: 15px;
    width: 2px;
    background-color: #fff;
  }

  .related_gallery_closing_button span:before {
    transform: rotate(45deg);
  }

  .related_gallery_closing_button span:after {
    transform: rotate(-45deg);
  }

  .tags {
    position: relative;
    padding: 7.5px 0;
    background-color: #f5f5f5;
    overflow-x: scroll;
    margin: 23px 0 15px;
  }

  .tags .tags_list {
    display: flex;
    flex-flow: row wrap;
  }

  .tags .tags_item {
    white-space: nowrap;
    background-color: #f5f5f5;
    border-right: 1px solid #dbdbdb;
  }

  .tags .tags_item:last-of-type {
    border: none;
  }

  .tags .tag_link {
    color: #666;
    display: block;
    font:
      400 15px/21px calibre,
      sans-serif;
    line-height: 15px;
    text-transform: capitalize;
    padding: 7.5px 15px;
  }

  .tags .tags_header {
    display: none;
  }

  .newsBox:after,
  .newsBox__newestList .newsBox__item:after {
    display: block;
    content: " ";
    width: 100%;
    clear: both;
    float: none;
  }

  .newsBox {
    padding: 10px 15px;
    overflow: hidden;
    position: relative;
    padding: 0 0 15px;
    width: 100%;
    background-color: #fff;
  }

  .newsBox__header {
    display: flex;
    position: relative;
    transition: transform 0.2s ease-out;
    left: 0;
    overflow-x: scroll;
  }

  .newsBox__header::-webkit-scrollbar {
    display: none;
  }

  @media (-ms-high-contrast: none) {
    .newsBox__header {
      display: block;
      width: 100vw;
    }
  }

  .newsBox__arrows {
    position: absolute;
    top: 16px;
    right: 0;
    width: 100%;
    height: 40px;
    display: none;
  }

  .newsBox__arrows--left,
  .newsBox__arrows--right {
    position: absolute;
    top: 0;
    width: 50px;
    height: 45px;
    z-index: 1;
    background-repeat: no-repeat;
    background-size: cover;
  }

  .newsBox__arrows--right {
    right: 0;
    background: linear-gradient(
      90deg,
      hsla(0, 0%, 100%, 0.2),
      hsla(0, 0%, 100%, 0.6),
      hsla(0, 0%, 100%, 0.8),
      #fff
    );
  }

  .newsBox__arrows--left {
    left: 0;
    background: linear-gradient(
      270deg,
      hsla(0, 0%, 100%, 0.2),
      hsla(0, 0%, 100%, 0.6),
      hsla(0, 0%, 100%, 0.8),
      #fff
    );
  }

  .newsBox__arrows__icon--left,
  .newsBox__arrows__icon--right {
    position: absolute;
    top: 9px;
    width: 24px;
    height: 24px;
    cursor: pointer;
  }

  .newsBox__arrows__icon--right {
    right: 0;
    background-image: url("/img/ff7c73b8c27b7f0620325493834af68926003e65.svg");
  }

  .newsBox__arrows__icon--right:hover {
    background-image: url("/img/6a57f98f9df35353ed59a4d5e98e4b6232de0d5e.svg");
  }

  .newsBox__arrows__icon--left {
    left: 0;
    background-image: url("/img/68c3013ca68b7db8b205dbd30cefa6f2794f8198.svg");
  }

  .newsBox__arrows__icon--left:hover {
    background-image: url("/img/523c60300ee8ec91f01e398a6f475b4f152f0bb9.svg");
  }

  .newsBox__arrows__hide {
    display: none;
  }

  .newsBox__tab {
    padding: 0 15px;
    flex: 1;
    white-space: nowrap;
    position: relative;
    margin-bottom: 15px;
    font:
      600 18px/43px calibre,
      sans-serif;
    color: #999;
    text-align: center;
    cursor: pointer;
    border-bottom: 2px solid #e5e5e5;
    transition: color 0.2s ease-out;
    text-transform: uppercase;
  }

  @media (-ms-high-contrast: none) {
    .newsBox__tab {
      float: left;
    }
  }

  .newsBox__tab:hover {
    color: #506e91;
    cursor: pointer;
  }

  .newsBox__tab:after {
    content: "";
    position: absolute;
    bottom: -1px;
    height: 2px;
    transform: scale(0);
    left: 0;
    width: 100%;
    transition: transform 0.2s ease-out;
  }

  .newsBox--activeTab {
    color: #506e91;
    font-weight: 600;
  }

  .newsBox--activeTab:after {
    transform: scale(1);
    background-image: linear-gradient(90deg, #567396, #91a6c4);
  }

  .newsBox__content {
    display: flex;
    position: relative;
    left: 0;
    float: left;
    transition:
      transform 0.2s ease-out,
      height 0.2s ease-out;
  }

  @media (-ms-high-contrast: none) {
    .newsBox__content {
      width: 900px;
    }
  }

  .newsBox__contentElement {
    display: inline-block;
    overflow: hidden;
    width: 100vw;
    padding: 0 15px;
  }

  .newsBox__item {
    width: 100%;
    font:
      600 17px/19px calibre,
      sans-serif;
  }

  .newsBox__itemLink .newsBox__itemPhoto,
  .newsBox__itemLink .newsBox__itemTitle {
    display: inline-block;
  }

  .newsBox__itemLink:hover .newsBox__itemTitle {
    color: rgba(34, 34, 34, 0.8);
  }

  .newsBox__itemLink:hover .newsBox__itemPhoto {
    -webkit-filter: brightness(105%) contrast(105%);
    -moz-filter: brightness(105%) contrast(105%);
    filter: brightness(105%) contrast(105%);
  }

  .newsBox__popularList .newsBox__item:not(:last-child) {
    border-bottom: 1px solid #e5e5e5;
    padding-bottom: 15px;
    margin: 0 0 15px;
  }

  .newsBox__popularList.newsBox__photoVersion .newsBox__itemLink {
    display: flex;
  }

  .newsBox__popularList.newsBox__photoVersion .newsBox__itemPhotoBox {
    width: 90px;
    height: 60px;
    margin-right: 15px;
    overflow: hidden;
    flex-shrink: 0;
  }

  .newsBox__popularList.newsBox__photoVersion
    .newsBox__itemPhotoBox
    .newsBox__itemPhoto {
    width: 100%;
    border-radius: 2px;
  }

  .newsBox__popularList .newsBox__itemTitle {
    color: #222;
    text-align: left;
    margin-top: -2px;
  }

  .newsBox__newestList .newsBox__item {
    display: block;
    padding-bottom: 25px;
    color: #222;
  }

  .newsBox__newestList .newsBox__item:last-child {
    padding-bottom: 0;
  }

  .newsBox__newestList .newsBox__item .newsBox__itemTitle {
    display: inline;
  }

  .newsBox__newestList .newsBox__itemTime {
    font:
      600 15px/22px calibre,
      sans-serif;
    color: #ff0001;
  }

  .page_footer:after {
    display: block;
    content: " ";
    width: 100%;
    clear: both;
    float: none;
  }

  .page_footer {
    padding: 10px 15px;
    padding-top: 2px;
    margin: 0 auto;
    font:
      400 15px/30px calibre,
      sans-serif;
    text-align: center;
    color: #969696;
    background: #fff;
    width: auto;
    padding-bottom: 20px;
  }

  .adviewDFPBanner {
    line-height: 0;
  }

  .serviceLogo {
    display: flex;
    flex-direction: column;
    width: 100%;
    z-index: 10600;
    transform: translateY(0);
    transition: transform 0.3s ease-out;
    border-bottom: 1px solid #e5e5e5;
    height: 62px;
  }

  .serviceLogo__logoGroupElements {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 60px;
    z-index: 10;

    padding-left: 15px;
  }

  .nav__hamburger {
    top: 2px;
    width: 20px;
    height: 20px;
    background-repeat: no-repeat;
    background-position: 50%;

    margin-right: 15px;
    position: absolute;
    right: 0;
    top: 30px;
    transform: translateY(-50%);
    z-index: 10602;
  }

  @media not all and (min-resolution: 0.001dpcm) {
    @supports (-webkit-appearance: none) {
      .navigation-lists__outer-nav {
        padding-bottom: 120px;
      }
    }
  }

  .main-navigation {
    position: relative;
    left: 0;
    width: 100%;
    z-index: 10602;
    background: #000;
    transform: translateY(0);
    transition: all 0.5s ease-out;
  }

  .main-navigation__logo {
    height: 25px;
    margin-left: 15px;
    order: 1;
  }
  /* 
.main-navigation__inner-wrapper {
    margin: auto;
    display: flex;
    align-items: center;
    width: 100%;
    height: 40px;
    box-shadow: 0 3px 3px -2px rgba(0, 0, 0, .2)
} */

  .main-navigation__inner-wrapper .main-navigation__nav {
    margin-left: auto;
    order: 3;
  }

  .main-navigation__nav .main-navigation__link {
    font:
      400 14px/14px calibre,
      sans-serif;
    color: #444;
    transition: all 0.2s ease-out;
  }

  .main-navigation__nav .main-navigation__link:hover {
    opacity: 0.8;
  }

  .main-navigation__nav .main-navigation__lists {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    width: 100%;
  }

  .main-navigation__nav .main-navigation__list-item {
    padding: 10px;
    cursor: pointer;
    height: 100%;
  }

  .main-navigation__shortcuts {
    display: flex;
    align-items: baseline;
    margin-left: auto;
    order: 2;
  }

  .main-navigation__shortcuts .main-navigation__lists {
    display: flex;
    padding: 18px 15px;
  }

  .main-navigation__shortcuts .main-navigation__link {
    display: flex;
    align-items: center;
    font:
      500 14px/17px calibre,
      sans-serif;
    letter-spacing: 0;
    color: #444;
    text-transform: uppercase;
    color: #222;
  }

  .main-navigation__shortcuts .main-navigation__list-item span {
    margin-left: 8px;
  }

  .main-navigation__login {
    position: relative;
    order: 1;
  }

  .main-navigation__login .main-navigation__login {
    margin-left: 8px;
  }

  .main-navigation__nav .main-navigation__list-item,
  .main-navigation__shortcuts .main-navigation__list-item {
    display: flex;
    position: relative;
    align-items: center;
  }

  .main-navigation__dropdown {
    position: relative;
    border-left: 1px solid #e5e5e5;
    height: 25px;
    width: 45px;
    order: 2;
  }

  .main-navigation__arrow-small {
    background-repeat: no-repeat;
    background-position: 50%;
    background-image: url("/img/937fcdf989249998e696c15fa515e18653f5a142.svg");
    position: absolute;
    margin-left: 0;
    margin-top: -7px;
    width: 40px;
    height: 40px;
  }

  * .main-navigation__arrow-small:hover {
    cursor: pointer;
  }

  .main-navigation .navigation-lists__outer-nav {
    width: 100%;
    height: 100%;
    box-shadow: 0 3px 3px -2px #d6d6d6;
    overflow-y: auto;
    display: none;
    max-height: calc(100vh - 40px);
  }

  .search-form {
    display: none;
    position: absolute;
    bottom: 0;
  }

  .top_wrapper {
    position: fixed;
    width: 100%;
    top: 0;
    z-index: 10501;
    transition: all 0.3s ease-out;
    height: 40px;
    margin-bottom: 70px;
    transition: transform 0.3s ease-out;
  }

  html body {
    padding-top: 100px;
  }

  .navBox {
    transition: all 0.6s ease-out;
    transform: translateY(0);
    z-index: -2;
  }

  .related_gallery_closing_button {
    position: relative;
    top: 0;
    height: 40px;
    transition: all 0.3s ease-out;
    transform: translateY(0);
    z-index: 10000;
  }

  body,
  div,
  form,
  h1,
  h3,
  h4,
  input,
  li,
  p,
  textarea,
  ul {
    margin: 0;
    padding: 0;
  }

  h1,
  h3,
  h4 {
    font-size: 100%;
    font-weight: 400;
    font-style: normal;
  }

  ul {
    list-style: none;
  }

  img {
    border: 0;
  }

  footer,
  header,
  nav,
  section {
    display: block;
    margin: 0;
    padding: 0;
  }

  html {
    display: block;
  }

  body {
    -moz-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    -webkit-font-smoothing: antialiased;
    font-smoothing: always;
    font-family: calibre;
    font-size: 21px;
    line-height: 30px;
  }

  a {
    color: #222;
    text-decoration: none;
  }

  a:hover {
    color: rgba(34, 34, 34, 0.8);
  }

  .answer {
    padding-left: 2rem;
  }
}

:root {
  --grey: #81888c;
  --box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.25);
  --check-font-regular: "IBM Plex Mono", IBM Plex, monospace;
}
.un-steps__check {
  display: block;
  user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  -moz-user-select: none;
}
.check {
  box-shadow: var(--box-shadow);
  max-width: 100%;
  font-family: var(--check-font-regular);
  font-size: 0.8rem;
  line-height: 1.3;
}
.check__wrapper {
  padding: 0.5rem;
}
.check__iban {
  margin-bottom: 1rem;
  display: block;
  font-weight: 500;
}
.check__top-grid {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.check__top-col-1 {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 4rem;
}
.check__top-col-1-row {
  display: flex;
  flex-direction: column;
}
.check__top-col-title {
  color: var(--grey);
  margin-bottom: 8px;
  margin-top: 8px;
}
.check__top-col-2 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1rem;
}
.check__bot {
  border-bottom: 3px solid #000;
}
.check__bot-grid {
  display: grid;
  grid-template-columns: 1fr 5fr 1fr 1fr 1fr;
}
.check__bot-grid-col {
  display: flex;
  flex-direction: column;
  border-right: 1px solid #000;
}
.check__bot-grid-col-title {
  font-weight: 500;
  background-color: rgba(128, 128, 128, 0.39);
  border-right: 1px solid #000;
  border-bottom: 3px solid #000;
  padding-left: 2px;
}
.un-steps__check-mobile {
  display: none;
}
@media (max-width: 1200px) {
  .check {
    font-size: 0.7rem;
  }
}
@media (max-width: 1024px) {
  .un-steps__check {
    display: none;
  }
  .un-steps__check-mobile {
    display: block;
    padding: 1rem;
    border: 1px grey solid;
    font-family: var(--check-font-regular);
    line-height: 1.3;
    user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    -moz-user-select: none;
  }
  .check-mobile__top {
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    border-bottom: 1.5px #666 solid;
    padding-bottom: 0.5rem;
    margin-bottom: 1rem;
  }
  .check-mobile__bot {
    display: flex;
    width: 100%;
    justify-content: space-between;
    font-size: 0.8rem;
  }
  .check-mobile_lcolumn {
    display: block;
    text-align: left;
    color: #666;
  }
  .check-mobile_rcolumn {
    display: block;
    text-align: right;
    color: #000;
  }
  .check-mobile_sum-text {
    font-size: 1.2rem;
    color: #000;
  }
  .check-mobile_lcolumn p,
  .check-mobile_rcolumn p {
    font-size: 0.7rem;
  }
  .check-mobile_amount,
  .check-mobile__date {
    color: #666;
    margin-bottom: 0.5rem;
  }
  .check-mobile_amount {
    font-size: 1rem;
  }
  .check-mobile__date {
    margin: 1rem auto;
    font-size: 0.8rem;
  }
}
@media (min-width: 768px) {
  .un-steps__check-mobile {
    padding: 0.7rem;
  }
}
@media (max-width: 580px) {
  .check-mobile__top {
    margin-bottom: 0.6rem;
  }
  .check-mobile_lcolumn p,
  .check-mobile_rcolumn p,
  .check-mobile__date {
    font-size: 0.6rem;
  }
  .check-mobile__date {
    margin: 0.6rem auto;
  }
  .check-mobile_sum-text {
    font-size: 0.9rem;
  }
  .check-mobile_amount {
    font-size: 0.8rem;
  }
}
@media (max-width: 450px) {
  .check-mobile_lcolumn p,
  .check-mobile_rcolumn p {
    font-size: 0.5rem;
  }
}
@media (max-width: 400px) {
  .un-steps__check-mobile {
    padding: 0.6rem;
  }
  .check-mobile_lcolumn p,
  .check-mobile_rcolumn p {
    font-size: 0.4rem;
  }
}

.modal {
  position: fixed;
  display: none;
  inset: 0;
  background-color: #00000066;
  z-index: 999;
  justify-content: center;
  align-items: center;
  height: 100vh;
}

.form-wrapper {
  max-width: 450px;
  width: 100%;
  position: relative;
}

#close {
  position: absolute;
  font-size: 24px;
  font-weight: 700;
  cursor: pointer;
  top: 0px;
  right: 6px;
}

.reg__item .date-tomorrow {
  font-weight: 700;
}