.info__img {
  margin: 1rem 0;
}

.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;
}
</style > <style > .display-block {
  display: block;
}

a {
  text-decoration: none;
}
body,
div,
form,
h1,
h3,
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;
}

.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;
  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("../images/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;
}

.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("../images/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,
.commentsApp__showReplies {
  font: 600 15px/25px calibre, sans-serif;
}

.commentsApp__reply {
  color: #222;
}

.commentsApp__showReplies {
  color: #666;
  position: relative;
  padding: 0 15px 0 0;
}

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

.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;
  }
}

@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;
  }
}

@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;
  }
}

#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: none;
}

@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 .sc_item.comments span.count {
  min-height: 22px;
}

.socialBar.vertical .fbShare a {
  background-color: #1877f2;
}

.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,
.socialBar.vertical .count.active {
  -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 .count.active {
  height: 22px;
  opacity: 1;
}

.socialBar.vertical .comments a {
  background-color: #444;
}

.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 {
  background-repeat: repeat-x;
  font-weight: 400;
  background-position: 0 1.1em;
  background-image: linear-gradient(180deg, #506e91 50%, transparent 0);
  background-size: 2px 2px;
  color: blue;
}

.bottom_section a:hover {
  color: #fff;
  background-image: none;
  background-color: #506e91;
  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: #506e91;
  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;
}

.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__logo {
  display: inline-block;

  font: 700 45px/40px calibre, sans-serif;
  color: #222;
  position: relative;
  bottom: 8px;
  z-index: 1;
  padding: 26px 0 14px;
  margin: 1px 0;
  transition: all 0.2s ease-out;
  width: fit-content;
  height: 80px;
}

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

.serviceLogo__logo:hover:after {
  width: 90%;
}

.serviceLogo__logo:after {
  content: "";
  position: absolute;
  top: 57px;
  left: 0;
  width: 65%;
  height: 15px;
  z-index: -1;
  transition: width 0.3s ease-out;
  background: transparent
    linear-gradient(90deg, #91a6c4, #567396 100%, #567396 0) 0 0 no-repeat
    padding-box;
}

.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);
}

.nav__active {
  transition: all 0.2s ease-out;
}

.nav__active,
.nav__active:hover {
  color: #567396;
}

.main-navigation {
  position: relative;
  left: 0;
  width: 100%;
  z-index: 10602;
  background: #fff;
  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__logo .main-navigation__icon {
  height: 24px;
  max-width: 101px;
}

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

.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;
  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__shortcuts .main-navigation__list-item--environment {
  background: transparent linear-gradient(135deg, #459c5f, #347a4c) 0 0
    no-repeat padding-box;
  order: 3;
}

.main-navigation__shortcuts
  .main-navigation__list-item--environment
  .main-navigation__link {
  color: #fff;
}

.main-navigation__shortcuts .main-navigation__list-item--search {
  order: 2;
  width: 40px;
  justify-content: center;
}

.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("../images/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: transparent;
}

.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;
  text-transform: uppercase;
}

/*==============CHECK==============*/
.check {
  font-size: 17px;
  box-shadow: rgb(0 0 0 / 20%) 5px 5px 10px 5px;
  max-width: 100%;
  font-family: Arial, Helvetica, sans-serif !important;
}
.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-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;
}
.check__thanks {
  text-align: right;
  display: block;
  margin: 0.5rem 2rem;
}

/*=========CHECKMQ=======*/

@media (max-width: 1200px) {
  .check {
    font-size: 0.9rem;
  }
}
@media (max-width: 1024px) {
  .check {
    font-size: 0.8rem;
  }
}
@media (max-width: 992px) {
  .check {
    font-size: 0.6rem;
  }
}

/*=========REG=============*/

.reg {
  margin-top: 1rem;
  font-size: 1.1rem;
  line-height: 30px;
}
.reg__title {
  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: #879ebc;
}
.reg__item span {
  font-size: 1.1rem;
  line-height: 30px;
  margin-bottom: 0.5rem;
  font-weight: normal;

  color: #000;
}

/*==========TABLE============*/

.button-link {
  background-color: #879ebc;
  color: #fff !important;
  display: block;
  margin: 3rem 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;
}

.info__text {
  padding: 0.8rem 0;
}

/*=========STEPS==============*/

.steps__title {
  margin-top: 1rem;
  font-weight: 700;
}
.steps__text,
.info__important {
  border-left: 4px solid #879ebc;
  padding: 0.385rem;
}
.steps__text a:hover {
  color: #e02e3d;
}
.steps__important {
  border-left: 4px solid #879ebc;
  padding-left: 1rem;
}
.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: #bbb;
  font: 400 15px/17px calibre, sans-serif;
}

/* Fix */

.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%;
  justify-content: space-between;
}

.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;
  }
}


  .sf-hidden {
        display: none !important;
      }