/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
:root {
  --light_gray: #EAEAEA;
  --dark_gray: #969696;
  --black: #202020;
  --main_blue: #18458F;
}

html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

main {
  display: block;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

hr {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

pre {
  font-family: monospace, monospace;
  font-size: 1em;
}

a {
  background-color: transparent;
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
}

b,
strong {
  font-weight: bolder;
}

code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

img {
  border-style: none;
}

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

[type="button"],
[type="reset"],
[type="submit"],
button {
  -webkit-appearance: button;
}

[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner,
button::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring,
button:-moz-focusring {
  outline: 1px dotted ButtonText;
}

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

legend {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

[type="checkbox"],
[type="radio"] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

[type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

details {
  display: block;
}

summary {
  display: list-item;
}

template {
  display: none;
}

[hidden] {
  display: none;
}

/*! HTML5 Boilerplate v7.2.0 | MIT License | https://html5boilerplate.com/ */
html {
  color: #222;
  font-size: 1em;
  line-height: 1.4;
}

::-moz-selection {
  background: #b3d4fc;
  text-shadow: none;
}

::selection {
  background: #b3d4fc;
  text-shadow: none;
}

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}

audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle;
}

fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

textarea {
  resize: vertical;
}

html {
  font-size: 10px;
}

@media (max-width: 374px) {
  html {
    font-size: 8px;
  }
}

body {
  background: #f7f9fc;
  font-size: 1.6rem;
  line-height: 1.625;
  font-family: Heebo, sans-serif;
  color: var(--black);
}

body.show-mobile-menu {
  height: 100vh;
  overflow: hidden;
}

.header-article-mobile .widget_search {
  display: none;
}

body.show-mobile-article-search .header-article-mobile .widget_search {
  display: block;
}

@media (max-width: 1023px) {

  body.show-mobile-menu .header-mb,
  body.show-mobile-menu .promo-mb,
  body.show-mobile-menu main {
    -webkit-transform: translateX(-36rem);
    transform: translateX(-36rem);
  }

  body.show-mobile-menu .aside {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    z-index: 9999;
  }

  body.show-mobile-menu .aside__mobile-overlay {
    display: block;
  }

  body.show-mobile-menu .up-btn {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
  }
}

@media (max-width: 767px) {

  body.show-mobile-menu .header-mb,
  body.show-mobile-menu .promo-mb,
  body.show-mobile-menu main {
    -webkit-transform: translateX(-31.4rem);
    transform: translateX(-31.4rem);
  }
}

:first-child {
  margin-top: 0;
}

#wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-height: 100vh;
  width: 100%;
  overflow: hidden;
}

@media (max-width: 1023px) {
  #wrap {
    display: block;
    width: 100%;
    overflow: hidden;
    position: relative;
  }
}

button,
input,
select,
textarea {
  font-family: inherit;
}

mark {
  background: #ffd600;
  padding: 0.156em;
}

.hidden {
  display: none !important;
}

.sr-only {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  white-space: nowrap;
  width: 1px;
}

.sr-only.focusable:active,
.sr-only.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  white-space: inherit;
  width: auto;
}

.invisible {
  visibility: hidden;
}

.clearfix:after,
.clearfix:before {
  content: " ";
  display: table;
}

.clearfix:after {
  clear: both;
}

@media print {

  *,
  :after,
  :before {
    background: 0 0 !important;
    color: #000 !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    text-shadow: none !important;
  }

  a,
  a:visited {
    text-decoration: underline;
  }

  a[href]:after {
    content: " (" attr(href) ")";
  }

  abbr[title]:after {
    content: " (" attr(title) ")";
  }

  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: "";
  }

  pre {
    white-space: pre-wrap !important;
  }

  blockquote,
  pre {
    border: 1px solid #999;
    page-break-inside: avoid;
  }

  thead {
    display: table-header-group;
  }

  img,
  tr {
    page-break-inside: avoid;
  }

  h2,
  h3,
  p {
    orphans: 3;
    widows: 3;
  }

  h2,
  h3 {
    page-break-after: avoid;
  }
}

.d-block {
  display: block;
}

.article {
  padding: 0 0 4rem;
}

.article .list-content__head-title {
  margin: 0 0 1.3rem;
}

.article .article__date {
  color: var(--dark_gray);
  font-size: 1.6rem;
  line-height: 1.42857143;
  font-weight: 300;
}

.article .article__meta {
  margin-bottom: 2rem;
}

.article__content {
  font-family: "Noto Serif", serif;
  font-size: 1.6rem;
  line-height: 1.625;
}
.article__content h1,
.article__content h2,
.article__content h3,
.article__content h4,
.article__content h5,
.article__content h6 {
  font-family: Heebo;
  font-weight: 500;
}
.article__content h1 {
  font-size: 2.8rem;
  line-height: 3rem;
}
.article__content ul,
.article__content ol {
  list-style: none;
  padding: 0;
  margin: 0;
}
.article__content ol {
  counter-reset: my-counter;
}

.article__content ul ul,
.article__content ol ol {
  margin-left: 4px;
  margin-top: 12px;
  list-style: none;
}

.article__content ul li {
  margin: 0 0 1.6rem;
  position: relative;
  padding-left: 22px;
}
.article__content ol li {
  margin: 0 0 1.6rem;
  position: relative;
  counter-increment: my-counter;
  padding-left: 28px;
}
.article__content ul li::before {
  content: "";
  display: block;
  width: 6px;
  height: 6px;
  background-color: var(--black);
  border-radius: 50%;
  position: absolute;
  left: 6px;
  top: 10px;
  margin-right: 10px;
}

.article__content ol li::before {
  content: counter(my-counter) ".";
  display: block;
  font-weight: bold;
  color: var(--black);
  position: absolute;
  left: -2px;
  top: 0;
  width: 20px;
  text-align: right;
}

.article__content p {
  margin: 0 0 1.625em;
}

.article__navi {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 5.3rem;
  font-size: 1.4rem;
  line-height: 1.42857143;
}

.article__navi-icon {
  position: absolute;
  top: 0.3rem;
  width: 1.6rem;
  height: 1.2rem;
}

.article__navi-prev {
  max-width: 20rem;
  padding-left: 3.6rem;
  color: var(--main_blue);
  -webkit-transition: color 0.25s;
  transition: color 0.25s;
  text-decoration: none;
  position: relative;
}

.article__navi-prev .article__navi-icon {
  left: 0.5rem;
}

.article__navi-prev strong {
  display: block;
  position: relative;
  text-transform: lowercase;
}

.article__navi-prev strong::first-letter {
  text-transform: uppercase;
}

.article__navi-prev:hover {
  color: #1278d7;
}

@media (max-width: 767.98px) {
  .article__navi-prev {
    display: none;
  }
}

.article__navi-next {
  max-width: 20rem;
  padding-right: 3.6rem;
  color: var(--main_blue);
  -webkit-transition: color 0.25s;
  transition: color 0.25s;
  text-decoration: none;
  text-align: right;
  position: relative;
}

.article__navi-next strong {
  text-transform: lowercase;
}

.article__navi-next strong::first-letter {
  text-transform: uppercase;
}

.article__navi-next .article__navi-icon {
  right: 0.5rem;
}

.article__navi-next strong {
  display: block;
  position: relative;
}

.article__navi-next:hover {
  color: #1278d7;
}

@media (max-width: 767.98px) {
  .article__navi-next {
    display: none;
  }
}

.article__navi-prev-mb {
  width: calc(50% - 1rem);
  position: relative;
  background: #f0f3f9;
  border-radius: 0.4rem;
  min-height: 4.8rem;
  padding: 1.1rem 1rem 1.1rem 3.3rem;
  text-align: center;
  text-decoration: none;
  color: var(--main_blue);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 1.6rem;
  line-height: 2.6rem;
  text-transform: lowercase;
}

.article__navi-prev-mb::first-letter {
  text-transform: uppercase;
}

@media (max-width: 390px) {
  .article__navi-prev-mb {
    font-size: 1.4rem;
  }
}

.article__navi-prev-mb svg {
  width: 1.2rem;
  height: 1.2rem;
  position: absolute;
  left: 1.65rem;
  top: 2.4rem;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

@media (min-width: 768px) {
  .article__navi-prev-mb {
    display: none;
  }
}

.article__navi-next-mb {
  width: calc(50% - 1rem);
  position: relative;
  background: #f0f3f9;
  border-radius: 0.4rem;
  min-height: 4.8rem;
  padding: 1.1rem 3.3rem 1.1rem 1rem;
  text-align: center;
  text-decoration: none;
  color: var(--main_blue);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 1.6rem;
  line-height: 2.6rem;
  text-transform: lowercase;
}

.article__navi-next-mb::first-letter {
  text-transform: uppercase;
}

@media (max-width: 390px) {
  .article__navi-next-mb {
    font-size: 1.4rem;
  }
}

.article__navi-next-mb svg {
  width: 1.2rem;
  height: 1.2rem;
  position: absolute;
  right: 1.65rem;
  top: 2.4rem;
  -webkit-transform: translate(50%, -50%);
  transform: translate(50%, -50%);
}

@media (min-width: 768px) {
  .article__navi-next-mb {
    display: none;
  }
}

.aside {
  background: var(--main_blue);
  width: 30.55555556%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.aside__mobile-overlay {
  position: absolute;
  top: 0;
  right: 100%;
  bottom: 0;
  width: 100vw;
  cursor: pointer;
  display: none;
}

@media (min-width: 1680px) {
  .aside {
    width: 52rem;
  }
}

@media (max-width: 1023px) {
  .aside {
    position: fixed;
    width: 36rem;
    top: 0;
    right: 0;
    height: 100vh;
    z-index: 12;
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    -webkit-transition: -webkit-transform 0.4s;
    transition: -webkit-transform 0.4s;
    transition: transform 0.4s;
    transition: transform 0.4s, -webkit-transform 0.4s;
  }

  .aside .search {
    display: none;
  }

  .aside .logo {
    padding: 0 2.7rem 0 2.7rem;
    height: 12rem;
  }

  .aside .logo__name {
    font-size: 2rem;
    line-height: 1.1;
  }

  .aside .logo__image {
    width: 100px;
    margin-bottom: 20px;
  }
}

@media (max-width: 1023px) and (max-width: 767px) {
  .aside {
    width: 31.4rem;
  }
}

main {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding: 6rem 6rem 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-item-align: stretch;
  align-self: stretch;
}

@media (min-width: 1680px) {
  main {
    padding: 6rem 11.5rem 0;
  }
}

.content {
  background: #fff;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid #f0f0f0;
  border-bottom: 0;
  padding: 5rem 9rem;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.content__head_with-border {
  border-bottom: solid 1px rgba(150, 150, 150, 0.3);
}

@media (min-width: 1680px) {
  .content {
    padding: 5rem 8rem;
  }
}

.content__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0 0 1.5rem;
  margin: 0 0 3rem;
}

.content__head-title {
  font-weight: 500;
  font-size: 2.4rem;
  line-height: 1.33333333;
  margin: 0;
}

.content__head-search-result {
  font-weight: 500;
  font-size: 2.4rem;
  line-height: 1.16666667;
  position: relative;
}

@media (max-width: 767px) {
  .content__head-search-result {
    font-size: 2rem;
    margin-bottom: -2rem;
  }
}

.content__head-search-delete {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  right: -1rem;
  padding: 1rem;
  color: var(--dark_gray);
  border: 0;
  cursor: pointer;
  background: rgba(255, 255, 255, 0);
  -webkit-transition: color 0.25s;
  transition: color 0.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;
}

.content__head-search-delete:hover {
  color: #1278d7;
}

.content__head-search-delete svg {
  width: 2rem;
  height: 2rem;
}

@media (min-width: 1024px) {
  .content__head-search-delete {
    display: none;
  }
}

@media (max-width: 1170px) {
  main {
    padding: 3rem 3rem 0;
  }

  .content {
    padding: 3rem;
  }
}

@media (max-width: 1023px) {
  main {
    -webkit-transition: -webkit-transform 0.4s;
    transition: -webkit-transform 0.4s;
    transition: transform 0.4s;
    transition: transform 0.4s, -webkit-transform 0.4s;
    padding: 0;
    display: block;
  }

  .content {
    border: 0;
    padding: 2.8rem 1.7rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    min-height: calc(100vh - 11.8rem);
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }

  .content__head {
    display: none;
  }

  .content__head_with-border {
    display: block;
    border-bottom: 0;
    margin-bottom: 1rem;
  }

  .content__head-title {
    display: none;
  }
}

.crumbs {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.crumbs__link {
  text-transform: lowercase;
}

.crumbs__link::first-letter {
  text-transform: uppercase;
}

.crumbs__home,
.crumbs__link {
  color: var(--dark_gray);
  -webkit-transition: color 0.25s;
  transition: color 0.25s;
  text-decoration: none;
}

.crumbs__home:hover,
.crumbs__link:hover {
  color: #1278d7;
}

.crumbs__home svg,
.crumbs__link svg {
  width: 1.8rem;
  height: 1.8rem;
}

.crumbs__separ {
  margin: 0 1rem;
  color: var(--dark_gray);
}

.crumbs__separ::before {
  content: "";
  display: block;
  width: 0.5rem;
  height: 0.5rem;
  border-bottom: solid 1px;
  border-right: solid 1px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.crumbs__current {
  color: var(--main_blue);
  text-transform: lowercase;
}

.crumbs__current:first-letter {
  text-transform: uppercase;
}

.footer {
  border-top: solid 1px var(--light_gray);
  padding: 3rem 2rem 0;
}

.home .footer,
.page-parent .footer {
  border-top: 0;
}

@media (max-width: 1023px) {
  .footer {
    margin-top: auto;
  }
}

.header-article {
  background: var(--main_blue);
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  padding: 16px 30px;
}

@media (max-width: 1023px) {
  .header-article {
    display: none;
  }
}

.header-article__left-bar,
.header-article__right-bar {
  width: 50%;
}

.header-article__left-bar {
  display: flex;
  align-items: center;
}

.header-article .logo {
  padding: 0;
  margin-right: 66px;
}

.header-article .search {
  margin: 0;
  min-width: 460px;
}

.header-article-mobile .header-mb__top {
  background: var(--main_blue);
  padding: 14px 0 14px 20px;
}

.header-article-mobile .search-btn {
  width: 2.8rem;
  height: 2.8rem;
  border: 0;
  background: transparent;
  padding: 0;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 2rem;
}

.header-article-mobile .burger {
  background: transparent;
}

.header-article-mobile path {
  fill: #fff;
}

.header-article-mobile .logo {
  padding: 0;
  min-height: auto;
}

.header-article-mobile .logo__name {
  font-size: 20px;
}

@media (min-width: 1024px) {
  .header-article-mobile .aside {
    display: none;
  }
}

.articles-area {
  margin-left: auto;
  margin-right: auto;
  margin-top: 6rem;
  margin-bottom: 6rem;
  max-width: 1320px;
  border: 1px solid #F0F0F0;
}

@media (max-width: 1440px) {
  .articles-area {
    max-width: 1320px;
  }
}

.articles-area__title {
  border-bottom: 1px solid var(--light_gray);
  padding-top: 2rem;
  padding-bottom: 2rem;
  margin-bottom: 32px;
}

.articles-area__title h1 {
  font-size: 28px;
  line-height: 30px;
  margin-bottom: 0;
  font-weight: 400;
}

.articles-body {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 8rem;
}

.articles-categories-side-bar {
  flex: 0 0 280px;
  max-width: 280px;
}

.articles-categories-side-bar-title {
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  color: var(--black);
  margin-bottom: 20px;
}

.articles-categories-side-bar-list {
  display: flex;
  flex-direction: column;
}

.articles-categories-side-bar-list a {
  text-decoration: none;
  color: var(--dark_gray);
  font-size: 14px;
  line-height: 20px;
  padding-top: 6px;
  padding-bottom: 6px;
  font-weight: 300;
}

.articles-categories-side-bar-list a:hover {
  color: var(--main_blue);
}

.articles-categories-side-bar-list-item.active {
  color: var(--main_blue);
}

.articles-list {
  flex: 1;
  padding-left: 40px;
}

.recent-articles-title {
  margin-bottom: 3rem;
}

.articles-list {
  width: 100%;
  display: flex;
  flex-direction: column;
}

.articles-list__item {
  margin-bottom: 2rem;
  padding-bottom: 2rem;
  border-bottom: 1px solid var(--light_gray);
}

.articles-list__item:last-child,
.articles-list__item--last {
  margin-bottom: 0;
  border-bottom: none;
  padding-bottom: 0;
}

.articles-list__item--last {
  margin-bottom: 8rem;
}

.articles-list__item-img {
  width: 100%;
  height: auto;
  margin-bottom: 20px;
}

.articles-list__item-link {
  font-size: 18px;
  line-height: 26px;
  color: var(--black);
  text-decoration: none;
  font-weight: 500;
  margin-bottom: 8px;
  display: inline-block;
}

.articles-list__item-link:hover {
  cursor: pointer;
}

.articles-list__item-categories {
  margin-bottom: 8px;
}

.articles-list__item-category {
  font-size: 14px;
  line-height: 20px;
  color: var(--dark_gray);
}

.articles-list__item-date {
  font-size: 14px;
  line-height: 20px;
  color: var(--dark_gray);
}

@media (max-width: 1023px) {
  .articles-area {
    margin-top: 0;
    margin-bottom: 0;
  }

  .articles-body {
    flex-direction: column;
  }

  .articles-categories-side-bar-title {
    margin-bottom: 16px;
  }

  .articles-categories-side-bar {
    flex: 0;
    max-width: 100%;
    margin-bottom: 40px;
  }

  .articles-categories-side-bar-list {
    flex-direction: row;
    flex-wrap: wrap;
    gap: 8px;
  }

  .articles-categories-side-bar-list a {
    border: 1px solid var(--light_gray);
    padding: 8px 16px;
  }

  .articles-area__title {
    margin-bottom: 40px;
  }

  .articles-area__title h1 {
    font-size: 24px;
    line-height: 28px;
  }

  .articles-list {
    padding-left: 0;
  }

  .articles-body {
    margin-bottom: 6rem;
  }
}

.footer-wrap--blog .footer-wrap__btn {
  margin-bottom: 30px;
}

.footer-wrap--blog .footer-wrap__title {
  margin: 0;
}

.menu-blog-container .menu {
  list-style: none;
  margin: 0;
  padding: 0;
  font-size: 0;
  text-align: right;
}

.menu-blog-container .menu li {
  display: inline-block;
  padding-left: 20px;
}

.menu-blog-container .menu li:first-child {
  padding-left: 0;
}

.menu-blog-container .menu li:last-child {
  padding-right: 8px;
}

.menu-blog-container .menu li a {
  text-decoration: none;
  color: #fff;
  font-size: 14px;
  line-height: 20px;
  font-weight: 500;
}

.header-article-mobile .menu-blog-container .menu {
  padding: 20px;
}

.header-article-mobile .menu-blog-container .menu li {
  display: block;
  padding: 0;
  margin-bottom: 15px;
}

.header-article-mobile .menu-blog-container .menu {
  text-align: left;
}

.header-article-mobile .menu-blog-container .menu li:last-child {
  margin-bottom: 0;
}

.article-area .article {
  padding-bottom: 0;
}

.article {
  max-width: 720px;
  margin-left: auto;
  margin-right: auto;
}

.article .post-thumbnail {
  margin-bottom: 30px;
}

.article .post-thumbnail img {
  max-width: 100%;
  height: auto;
}

.article-breadcrumb {
  padding-bottom: 20px;
}

.header-mb {
  position: relative;
  z-index: 19;
  top: 0;
  left: 0;
  right: 0;
  -webkit-box-shadow: 0 0.2rem 1.4rem rgba(18, 44, 86, 0.12);
  box-shadow: 0 0.2rem 1.4rem rgba(18, 44, 86, 0.12);
  background: #fff;
  -webkit-transition: -webkit-transform 0.4s;
  transition: -webkit-transform 0.4s;
  transition: transform 0.4s;
  transition: transform 0.4s, -webkit-transform 0.4s;
  height: 6.8rem;
}

.header-mb_with-search {
  height: 11.8rem;
}

@media (min-width: 1024px) {
  .header-mb {
    display: none;
  }
}

.header-mb__top {
  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;
  padding: 1.3rem 0 1.3rem 1.7rem;
}

.header-mb__top .lang {
  display: block;
}

.header-mb__top .lang__current {
  width: 6.8rem;
  height: 4.2rem;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 0;
}

.header-mb__top .lang__current::after {
  content: none;
  display: none;
}

.header-mb__top .lang__current img {
  margin: auto;
}

.header-mb__top .lang__drop {
  width: 100vw;
  right: -6.8rem;
  margin-top: 1.3rem;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.header-mb__top .lang__drop ul li {
  width: 25%;
}

@media (max-width: 767.98px) {
  .header-mb__top .lang__drop ul li {
    width: 33.333%;
  }
}

.header-mb__top .lang__drop::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  background: -webkit-gradient(linear,
      left top,
      left bottom,
      from(rgba(0, 0, 0, 0.06)),
      to(rgba(0, 0, 0, 0)));
  background: linear-gradient(rgba(0, 0, 0, 0.06), rgba(0, 0, 0, 0));
  height: 1.4rem;
}

.header-mb__top .lang__drop::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 100%;
  background: -webkit-gradient(linear,
      left top,
      left bottom,
      from(rgba(0, 0, 0, 0.06)),
      to(rgba(0, 0, 0, 0)));
  background: linear-gradient(rgba(0, 0, 0, 0.06), rgba(0, 0, 0, 0));
  height: 1.4rem;
}

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

.header-mb .search {
  height: 5rem;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  border-top: solid 1px rgba(150, 150, 150, 0.3);
}

.burger {
  width: 6.8rem;
  border: 0;
  border-left: solid 1px #eaeaea;
  background: #fff;
  padding: 0;
  cursor: pointer;
  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: var(--main_blue);
}

.burger svg {
  width: 2.2rem;
  height: 1.5rem;
}

.lang {
  position: relative;
  z-index: 9;
}

.lang__drop-panel {
  display: none;
  position: relative;
  padding: 3rem 0 2rem;
  border-bottom: solid 1px rgba(150, 150, 150, 0.3);
  margin: 0 1.7rem;
}

.lang__drop-title {
  font-size: 2rem;
  line-height: 1.1;
  font-weight: 700;
}

.lang__drop-close {
  border: 0;
  background: #fff;
  cursor: pointer;
  padding: 1rem;
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: 0.5rem;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  color: var(--dark_gray);
}

.lang__current {
  position: relative;
  padding: 0.6rem 1.4rem 0.6rem 1rem;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 1.3rem;
  line-height: 2.46153846;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.lang__current::after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  width: 0.8rem;
  height: 0.8rem;
  background: url(../img/arrow-drop.svg) 0 0 / contain no-repeat;
  margin-top: -0.2rem;
}

.lang__current img {
  width: 2rem;
  height: auto;
  margin-right: 1rem;
}

.lang__drop {
  position: absolute;
  background: #fff;
  top: 100%;
  left: 50%;
  width: 28rem;
  margin-left: -14rem;
  -webkit-box-shadow: 0 6px 32px rgba(26, 28, 32, 0.16);
  box-shadow: 0 6px 32px rgba(26, 28, 32, 0.16);
  opacity: 0;
  -webkit-transform-origin: top;
  transform-origin: top;
  -webkit-perspective: 800px;
  perspective: 800px;
  -webkit-transform: scaleY(0);
  transform: scaleY(0);
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}

.lang__drop ul {
  list-style: none;
  padding: 1.4rem;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.lang__drop ul li {
  width: 50%;
  margin: 0 0 0.2rem;
}

.lang__drop ul a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-decoration: none;
  padding: 0.8rem;
  background: #fff;
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: var(--black);
}

.lang__drop ul a span {
  font-size: 1.4rem;
  line-height: 1.42857143;
}

.lang__drop ul a:hover {
  background: #f0f3f9;
  color: var(--main_blue);
}

.lang__drop ul img {
  width: 2rem;
  height: auto;
  margin-right: 1rem;
}

.lang.hover .lang__drop {
  opacity: 1;
  -webkit-transform: scaleY(1);
  transform: scaleY(1);
}

@media (max-width: 1170px) {
  .lang__drop {
    left: auto;
    margin-left: auto;
    right: -5rem;
  }
}

@media (max-width: 1023px) {
  .lang {
    display: none;
  }

  .lang__current-txt {
    display: none;
  }

  .lang__drop-panel {
    display: block;
  }
}

.list-content__chapter {
  margin: 0 0 2.7rem;
}

.list-content__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-bottom: solid 1px rgba(150, 150, 150, 0.3);
  padding: 1.3rem 3rem 1.3rem 0.8rem;
  text-decoration: none;
  color: #1278d7;
  font-size: 1.6rem;
  line-height: 1.25;
  position: relative;
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
}

.list-content__row:hover {
  color: var(--main_blue);
}

.list-content__column strong {
  color: var(--black);
}

.list-content__column:first-child {
  width: 15.4rem;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding-right: 2rem;
}

.list-content__chapter-label {
  display: inline-block;
  text-transform: lowercase;
}

.list-content__chapter-label::first-letter {
  text-transform: uppercase !important;
}

@media (max-width: 767px) {
  .list-content__column:first-child {
    width: 12rem;
  }
}

.list-content__column:nth-child(2) {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.list-content__arrow {
  position: absolute;
  right: 0.8rem;
  top: 1.2rem;
  width: 0.8rem;
  height: 0.8rem;
  padding: 0;
}

.list-content__row_disabled {
  color: var(--dark_gray);
  cursor: default;
}

.list-content__row_disabled:hover {
  color: var(--dark_gray);
}

.list-content__head {
  padding: 0 0 3rem;
  border-bottom: solid 1px rgba(150, 150, 150, 0.3);
}

@media (max-width: 767px) {
  .list-content__head {
    padding: 0 0 2.4rem;
  }
}

.list-content__head-subtitle {
  font-weight: 700;
  font-size: 1.4rem;
  text-transform: uppercase;
  color: var(--main_blue);
  margin: 0;
}

.list-content__head-title {
  font-size: 2.8rem;
  margin: 0;
  font-weight: 500;
  line-height: 1.07142857;
}

@media (max-width: 767px) {
  .list-content__head-title {
    font-size: 2.4rem;
  }
}

.list-contents {
  background: #143d82;
  padding: 2rem 3rem;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.list-contents__item {
  border-bottom: solid 1px rgba(61, 98, 158, 0.5);
}

.list-contents__item:last-child {
  border-bottom: 0;
}

.list-contents__item_collapsable {
  position: relative;
}

.list-contents__item-head {
  padding: 1rem 4rem 1rem 0.8rem;
  cursor: pointer;
  -webkit-transition: background-color 0.25s;
  transition: background-color 0.25s;
  line-height: 2rem;
  background: rgba(32, 81, 162, 0);
}

.list-contents__item-head:hover {
  background: #2051a2;
}

.list-contents__subtitle {
  color: #82acf5;
  font-size: 1.2rem;
  text-transform: uppercase;
  font-weight: 700;
}

.list-contents__title {
  color: #fff;
  font-size: 1.6rem;
  font-weight: 500;
}

.list-contents__toggler {
  position: absolute;
  color: #fff;
  width: 3.6rem;
  height: 3.6rem;
  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;
  right: 0;
  top: 1.2rem;
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}

.list-contents__toggler svg {
  width: 1.6rem;
  height: 1rem;
}

.list-contents__toggler_opened {
  -webkit-transform: rotate(0);
  transform: rotate(0);
}

.list-contents__menu {
  display: none;
  padding: 1.2rem 0;
  border-top: solid 1px rgba(61, 98, 158, 0.5);
  color: #fff;
}

.list-contents__menu.d-block {
  display: block;
}

.list-contents__submenu1 {
  list-style: none;
  padding: 0;
  margin: 0;
}

.list-contents__submenu1 a {
  display: block;
  color: #fff;
  padding: 0.5rem 1.4rem;
  background: rgba(32, 81, 162, 0);
  font-size: 1.4rem;
  line-height: 1.57142857;
  -webkit-transition: background-color 0.25s;
  transition: background-color 0.25s;
  text-decoration: none;
}

.list-contents__submenu1 a:hover,
.list-contents__submenu a:hover,
.list-contents__submenu1 .active a,
.list-contents__submenu .active a {
  background: #2051a2;
}

.list-contents__title-section {
  font-weight: 500;
  font-size: 1.4rem;
  line-height: 1.57142857;
  margin: 0 0.8rem 0;
}

.list-contents__submenu {
  list-style: none;
  padding: 1rem 1.6rem;
  margin: 0 0 1rem;
}

.list-contents__submenu li {
  font-size: 1.4rem;
  line-height: 1.57142857;
}

.list-contents__submenu a {
  padding: 0.5rem 1.4rem;
  display: block;
  text-decoration: none;
  color: #fff;
  -webkit-transition: color 0.25s;
  transition: color 0.25s;
}

/* .list-contents__submenu a:hover {
  color: #ffd600
} */
@media (max-width: 1170px) {
  .list-contents {
    padding: 2rem;
  }
}

@media (max-width: 1023px) {
  .list-contents {
    height: calc(100vh - 12rem);
    overflow: auto;
  }
}

.logo {
  padding: 4rem 3rem 3rem 3rem;
  min-height: 5.2rem;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.logo__name {
  margin-left: 15px;
  color: #fff;
  font-weight: 500;
  font-size: 2.4rem;
  line-height: 2.6rem;
}

.logo__name a {
  text-decoration: none;
  color: #fff;
}

.logo__name a:visited {
  color: #fff;
}

@media (max-width: 1170px) {
  .logo {
    padding: 3rem 2rem 3rem 2rem;
  }

  .logo__name {
    font-size: 2rem;
  }
}

.promo-mb {
  -webkit-transition: -webkit-transform 0.4s;
  transition: -webkit-transform 0.4s;
  transition: transform 0.4s;
  transition: transform 0.4s, -webkit-transform 0.4s;
  padding: 4.2rem 1.7rem 4.4rem;
  background: var(--main_blue) url(../img/image-bg.webp) 50% 50% / cover no-repeat;
}

@media (min-width: 1024px) {
  .promo-mb {
    display: none;
  }
}

.promo-mb .logo {
  padding: 0 0;
  text-align: center;
  display: block;
  margin: 0 0 3rem;
}

.promo-mb .logo__name {
  font-size: 3.4rem;
  line-height: 1.05882353;
  max-width: 34rem;
  margin: auto;
}

.promo-mb .logo__image img {
  /*width: 100px;*/
  margin-bottom: 20px;
}

.promo-mb .search {
  margin: 0;
}

.search {
  margin: 0 3rem 4rem;
  position: relative;
}

.search__form {
  position: relative;
}

.search__input {
  height: 4.8rem;
  border: 0;
  background: #fff;
  border-radius: 0.4rem;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  display: block;
  padding: 0.8rem 4.8rem 0.8rem 1.6rem;
  font-size: 1.6rem;
  line-height: 3.2rem;
  color: var(--black);
}

.search__input::-webkit-input-placeholder {
  color: var(--dark_gray);
  opacity: 1;
}

.search__input::-moz-placeholder {
  color: var(--dark_gray);
  opacity: 1;
}

.search__input::-ms-input-placeholder {
  color: var(--dark_gray);
  opacity: 1;
}

.search__input::placeholder {
  color: var(--dark_gray);
  opacity: 1;
}

.search__btn {
  position: absolute;
  top: 0;
  right: 0;
  width: 5rem;
  height: 4.8rem;
  padding: 0;
  border: 0;
  background: rgba(255, 255, 255, 0);
  cursor: pointer;
  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: var(--dark_gray);
  z-index: 2;
}

.search__btn svg {
  width: 1.7rem;
  height: 1.7rem;
}

.search__drop-results {
  position: absolute;
  left: 0;
  top: 100%;
  right: 0;
  margin-top: 0.4rem;
  border-radius: 0.4rem;
  background: #fff;
  -webkit-box-shadow: 0 0.8rem 2.4rem rgba(26, 28, 32, 0.12);
  box-shadow: 0 0.8rem 2.4rem rgba(26, 28, 32, 0.12);
  z-index: 9;
  padding: 0 1.6rem 1rem;
}

.search__drop-result {
  display: block;
  text-decoration: none;
  border-bottom: solid 1px rgba(150, 150, 150, 0.5);
  padding: 2rem 0;
  color: var(--black);
  -webkit-transition: color 0.25s;
  transition: color 0.25s;
}

.search__drop-result:last-child {
  border-bottom: 0;
}

.search__drop-result:hover {
  color: #1278d7;
}

.search__drop-result:hover .search__drop-result-title {
  color: var(--main_blue);
}

.search__drop-result-title {
  font-size: 1.6rem;
  line-height: 1.5;
  color: #1278d7;
  margin: 0 0 0.4rem;
  -webkit-transition: color 0.25s;
  transition: color 0.25s;
}

.search__drop-result-desc {
  font-family: "Noto Serif", serif;
  font-size: 1.4rem;
  line-height: 2.4rem;
}

@media (max-width: 1170px) {
  .search {
    margin: 0 2rem 4rem;
  }
}

.footer-wrap {
  text-align: center;
}

.footer-wrap__title {
  font-size: 1.3rem;
  line-height: 1.375;
  margin: 0 0 2rem;
  color: var(--dark_gray);
}

.footer-wrap__title p {
  margin: 0 0 1.375rem;
}

.footer-wrap__links {
  font-size: 1.3rem;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-bottom: 0.6rem;
}

.footer-wrap__title p a,
.footer-wrap__links a {
  color: inherit;
  transition: color 0.25s;
}

.footer-wrap__links a {
  margin: 0 1rem;
}

.footer-wrap__title p a:hover,
.footer-wrap__links a:hover {
  color: #1278d7;
}

.footer-wrap__links a {
  text-decoration: none;
}

.footer-wrap__btn {
  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;
}

.footer-wrap__btn a {
  width: 3.2rem;
  height: 3.2rem;
  margin: 0 0.6rem;
  border-radius: 0.4rem;
  background: #f0f3f9;
  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;
  color: #1278d7;
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
}

.footer-wrap__btn a:hover {
  background: #1278d7;
  color: #fff;
}

.footer-wrap__btn a svg {
  width: 1.6rem;
  height: 1.6rem;
}

.up-btn {
  position: fixed;
  bottom: 4rem;
  right: 2.4rem;
  z-index: -5;
  background: #fff;
  opacity: 0;
  -webkit-transform: scale(0);
  transform: scale(0);
  width: 7.2rem;
  height: 7.2rem;
  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;
  padding: 0;
  border: 0;
  cursor: pointer;
  -webkit-box-shadow: 0 0.8rem 2.4rem rgba(26, 28, 32, 0.12);
  box-shadow: 0 0.8rem 2.4rem rgba(26, 28, 32, 0.12);
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  color: var(--main_blue);
}

.up-btn svg {
  width: 1.6rem;
  height: 1.6rem;
}

@media (max-width: 1023px) {
  .up-btn.visible {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
    z-index: 99;
  }
}

/*Stars*/

.gdrts-with-fonticon.gdrts-fonticon-font.gdrts-font-stars.gdrts-stars-length-5 .gdrts-stars-empty::before,
.gdrts-with-fonticon.gdrts-fonticon-font.gdrts-font-stars.gdrts-stars-length-5 .gdrts-stars-active::before,
.gdrts-with-fonticon.gdrts-fonticon-font.gdrts-font-stars.gdrts-stars-length-5 .gdrts-stars-current::before {
  content: "★★★★★";
}

.gdrts-stars-rating:not(.gdrts-state-active) {
  cursor: default
}

.gdrts-stars-rating.gdrts-state-active .gdrts-stars-empty:not(.gdrts-vote-saving) {
  cursor: pointer
}

.gdrts-stars-rating .gdrts-labels {
  display: none
}

.gdrts-with-image {
  position: relative
}

.gdrts-with-image .gdrts-stars-active,
.gdrts-with-image .gdrts-stars-current,
.gdrts-with-image .gdrts-stars-empty {
  display: inline-block;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0
}

.gdrts-with-image.gdrts-image-star .gdrts-stars-active,
.gdrts-with-image.gdrts-image-star .gdrts-stars-current,
.gdrts-with-image.gdrts-image-star .gdrts-stars-empty {
  background: url(stars/star.png) repeat-x;
  background-size: 40px
}

.gdrts-with-image.gdrts-image-heart .gdrts-stars-active,
.gdrts-with-image.gdrts-image-heart .gdrts-stars-current,
.gdrts-with-image.gdrts-image-heart .gdrts-stars-empty {
  background: url(stars/heart.png) repeat-x;
  background-size: 40px
}

.gdrts-with-image.gdrts-image-snowflake .gdrts-stars-active,
.gdrts-with-image.gdrts-image-snowflake .gdrts-stars-current,
.gdrts-with-image.gdrts-image-snowflake .gdrts-stars-empty {
  background: url(stars/snowflake.png) repeat-x;
  background-size: 40px
}

.gdrts-with-image.gdrts-image-christmas .gdrts-stars-active,
.gdrts-with-image.gdrts-image-christmas .gdrts-stars-current,
.gdrts-with-image.gdrts-image-christmas .gdrts-stars-empty {
  background: url(stars/christmas.png) repeat-x;
  background-size: 40px
}

.gdrts-with-image.gdrts-image-oxygen .gdrts-stars-active,
.gdrts-with-image.gdrts-image-oxygen .gdrts-stars-current,
.gdrts-with-image.gdrts-image-oxygen .gdrts-stars-empty {
  background: url(stars/oxygen.png) repeat-x;
  background-size: 40px
}

.gdrts-with-image.gdrts-image-crystal .gdrts-stars-active,
.gdrts-with-image.gdrts-image-crystal .gdrts-stars-current,
.gdrts-with-image.gdrts-image-crystal .gdrts-stars-empty {
  background: url(stars/crystal.png) repeat-x;
  background-size: 40px
}

.gdrts-with-image .gdrts-stars-empty {
  width: 100%;
  z-index: 0;
  background-position: left bottom !important
}

.gdrts-with-image .gdrts-stars-current {
  z-index: 1;
  background-position: left center !important
}

.gdrts-with-image .gdrts-stars-active {
  z-index: 2;
  background-position: left top !important
}

.gdrts-with-fonticon {
  unicode-bidi: bidi-override;
  position: relative;
  white-space: nowrap
}

.gdrts-with-fonticon .gdrts-stars-empty {
  display: inline-block;
  position: relative;
  font-size: 32px
}

.gdrts-with-fonticon .gdrts-stars-active::before,
.gdrts-with-fonticon .gdrts-stars-current::before,
.gdrts-with-fonticon .gdrts-stars-empty::before {
  display: block
}

.gdrts-with-fonticon .gdrts-stars-active,
.gdrts-with-fonticon .gdrts-stars-current {
  font-family: inherit;
  position: absolute;
  overflow: hidden;
  top: 0;
  left: 0
}

.gdrts-with-fonticon .gdrts-stars-current {
  z-index: 1
}

.gdrts-with-fonticon .gdrts-stars-active {
  z-index: 2
}

.gdrts-with-fonticon .gdrts-stars-empty {
  color: #ddd
}

.gdrts-with-fonticon .gdrts-stars-current {
  color: #ff0
}

.gdrts-with-fonticon .gdrts-stars-active {
  color: #d00
}

.gdrts-rating-distribution {
  margin: 10px 0 0
}

.gdrts-distribution-wrapper {
  box-sizing: border-box;
  padding: 8px 10px;
  border: 1px solid #aaa;
  background: #eee;
  width: 100%;
  max-width: 360px
}

.gdrts-distribution-wrapper * {
  box-sizing: border-box
}

.gdrts-distribution-wrapper ul {
  list-style: none;
  margin: 0 !important;
  padding: 0 !important
}

.gdrts-distribution-wrapper ul li {
  list-style: none;
  padding: 2px 0;
  margin: 0;
  line-height: 18px;
  font-size: 11px
}

.gdrts-distribution-wrapper .gdrts-distribution-stars {
  margin-right: 1%;
  margin-top: 1px;
  width: 20%;
  float: left
}

.gdrts-distribution-wrapper .gdrts-distribution-line {
  width: 60%;
  float: left;
  background: #fff;
  border: 1px solid #ddd
}

.gdrts-distribution-wrapper .gdrts-distribution-votes {
  margin-left: 1%;
  margin-top: 1px;
  width: 18%;
  float: left;
  text-align: right
}

.gdrts-distribution-wrapper .gdrts-distribution-line-fill {
  text-indent: -9999px;
  background: #ea2b2b
}

.gdrts-badge-wrapper {
  display: block;
  position: relative;
  margin: 0 auto
}

.gdrts-badge-icon {
  position: relative
}

.gdrts-badge-text {
  left: 0;
  position: absolute;
  text-align: center;
  top: 0;
  width: 100%;
  font-weight: 700
}

.gdrts-badge-image.gdrts-image-star .gdrts-badge-icon {
  background: url(stars/star.png) no-repeat center
}

.gdrts-badge-image.gdrts-image-heart .gdrts-badge-icon {
  background: url(stars/heart.png) no-repeat center
}

.gdrts-badge-image.gdrts-image-snowflake .gdrts-badge-icon {
  background: url(stars/snowflake.png) no-repeat center
}

.gdrts-badge-image.gdrts-image-christmas .gdrts-badge-icon {
  background: url(stars/christmas.png) no-repeat center
}

.gdrts-badge-image.gdrts-image-oxygen .gdrts-badge-icon {
  background: url(stars/oxygen.png) no-repeat center
}

.gdrts-badge-image.gdrts-image-crystal .gdrts-badge-icon {
  background: url(stars/crystal.png) no-repeat center
}

.gdrts-method-slider-review .gdrts-grid h3,
.gdrts-method-stars-review .gdrts-grid h3 {
  margin: 0 0 .25em
}

.gdrts-with-fonticon.gdrts-fonticon-font .gdrts-stars-empty {
  font-family: "gdrts-icons"
}

.gdrts-with-fonticon.gdrts-fonticon-fontawesome .gdrts-stars-empty {
  font-family: "FontAwesome"
}

.gdrts-with-fonticon.gdrts-fonticon-fontawesome .gdrts-stars-active::before,
.gdrts-with-fonticon.gdrts-fonticon-fontawesome .gdrts-stars-current::before,
.gdrts-with-fonticon.gdrts-fonticon-fontawesome .gdrts-stars-empty::before {
  letter-spacing: 3px;
  text-indent: 3px
}

.gdrts-badge-font.gdrts-fonticon-font .gdrts-badge-icon {
  font-family: "gdrts-icons"
}

.gdrts-badge-font.gdrts-fonticon-fontawesome .gdrts-badge-icon {
  font-family: "FontAwesome"
}


.gdrts-sr-only {
  position: absolute !important;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0)
}

.gdrts-clearfix:after,
.gdrts-clearfix:before {
  content: " ";
  display: table
}

.gdrts-clearfix:after {
  clear: both
}

.gdrts-dynamic-block .gdrts-rating-please-wait {
  display: none
}

.gdrts-dynamic-block.gdrts-dynamic-loading .gdrts-rating-please-wait {
  display: block
}

.gdrts-custom-like-block,
.gdrts-custom-like-block *,
.gdrts-custom-stars-block,
.gdrts-custom-stars-block *,
.gdrts-rating-block,
.gdrts-rating-block *,
.gdrts-rating-list,
.gdrts-rating-list * {
  box-sizing: border-box
}

.gdrts-rating-block {
  margin: 1px 0 0 0;
}

.gdrts-rating-block .gdrts-inner-wrapper {
  position: relative;
  text-align: left
}

.gdrts-rating-block .gdrts-inner-wrapper.gdrts-grid-wrapper {
  width: 100%
}

.gdrts-rating-block.gdrts-align-left .gdrts-inner-wrapper {
  text-align: left;
  margin: 15px auto 15px 0
}

.gdrts-rating-block.gdrts-align-center .gdrts-inner-wrapper {
  text-align: center;
  margin: 15px auto
}

.gdrts-rating-block.gdrts-align-right .gdrts-inner-wrapper {
  text-align: right;
  margin: 15px 0 15px auto
}

.gdrts-error-message {
  color: #800;
  font-weight: 700
}

.gdrts-rating-please-wait {
  display: none;
  line-height: 24px
}

.gdrts-rating-please-wait i.fa {
  margin: 0 6px 0 0;
  float: left;
  line-height: 24px
}

.gdrts-vote-saving .gdrts-rating-please-wait {
  display: block
}

.gdrts-rating-list table {
  background: #fff;
  border: 2px solid #eee;
  margin: 1em 0;
  table-layout: auto;
  width: 100%
}

.gdrts-rating-list table thead {
  background: #eee
}

.gdrts-rating-list table tbody tr td,
.gdrts-rating-list table tbody tr th,
.gdrts-rating-list table thead tr th {
  padding: .5em;
  display: table-cell;
  vertical-align: middle
}

.gdrts-rating-list table tbody tr th {
  font-weight: 700;
  font-size: .9em;
  color: #222
}

.gdrts-rating-list table tbody:nth-of-type(2n) {
  background: #fafafa
}

.gdrts-rating-list table.gdrts-grid-minimal .gdrts-grid-thumbnail img {
  min-width: 32px
}

.gdrts-rating-list table.gdrts-grid-minimal .gdrts-grid-item {
  width: 99%
}

.gdrts-rating-list table.gdrts-grid-minimal .gdrts-grid-emotes,
.gdrts-rating-list table.gdrts-grid-minimal .gdrts-grid-likes {
  white-space: nowrap
}

.gdrts-rating-list table.gdrts-grid-minimal .gdrts-grid-likes .gdrts-block-like {
  display: block;
  text-align: right
}

.gdrts-rating-list table.gdrts-grid-minimal .gdrts-grid-rating-stars {
  min-width: 80px
}

.gdrts-rating-list ol {
  margin: 0;
  list-style: none
}

.gdrts-rating-list ol li.gdrts-rating-item {
  list-style: none
}

.gdrts-rating-list .gdrts-grid-rating-thumbs .gdrts-thumb,
.gdrts-rating-users-list .gdrts_users_lists,
.gdrts_users_lists_grouped div {
  display: inline-block
}

.gdrts-rating-list .gdrts-grid-rating-thumbs .gdrts-thumb>div {
  float: none !important;
  display: inline-block !important;
  vertical-align: top
}

.gdrts-rating-list.gdrts-method-stars-rating table.gdrts-grid-minimal th.gdrts-grid-rating,
.gdrts-rating-list.gdrts-method-stars-review table.gdrts-grid-minimal th.gdrts-grid-rating {
  min-width: 20%
}

.gdrts-method-emote-this td.gdrts-grid-likes {
  text-align: right
}

.gdrts-rating-users-list {
  font-size: 85%;
  line-height: 20px;
  margin: 5px 0 0
}

.gdrts-rating-users-list .gdrts_users_lists a {
  text-decoration: none;
  box-shadow: none
}

.gdrts-rating-users-list .gdrts_user_single {
  display: inline-block;
  line-height: 20px
}

.gdrts-rating-users-list .gdrts_user_single .gdrts-list-emote-icon,
.gdrts_users_lists_grouped .gdrts-list-emote-icon {
  display: inline-block;
  vertical-align: top;
  margin: 2px 4px 0 0
}

.gdrts-rating-users-list .gdrts_user_single .gdrts-list-emote-icon img {
  display: inline-block;
  vertical-align: top;
  margin: 2px 2px 0 0
}

.gdrts_users_lists_grouped ul,
.gdrts_users_lists_grouped ul li {
  list-style: none !important;
  padding: 0 !important;
  margin: 0 !important
}

.gdrts-thumbnail-float-left .gdrts-rating-item .gdrts-item-thumbnail {
  float: left;
  margin: 0 8px 0 0
}

.gdrts-thumbnail-float-left .gdrts-rating-item .gdrts-item-thumbnail+.gdrts-item-information {
  margin: 0 0 0 72px
}

.site-rating .gdrts-rating-block .gdrts-inner-wrapper .gdrts-rating-element {
  float: left;
  margin-top: 1px;
  margin-right: 10px;
}

.site-rating {
  width: 100%;
  font-size: 11px;
  display: flex !important;
  flex-direction: column !important;
  align-items: center !important;
}

.site-rating .gdrts-rating-block .gdrts-inner-wrapper .gdrts-rating-text {
  float: left;
  margin-top: 1px;
}

@media (min-width: 768px) {
  .site-rating {
    flex-direction: row !important;
    justify-content: center;
  }

  .site-rating .rating-question {
    margin-right: 10px;
  }

}

.navigation.pagination h2 {
  height: 0;
  visibility: hidden;
}

.nav-links {
  text-align: center;
  position: relative;
  padding: 10px 0;
}

.nav-links a {
  text-decoration: none;
  color: var(--main_blue);
}

.page-numbers {
  padding: 0 10px;
  font-weight: bold;
}

.next.page-numbers,
.prev.page-numbers {
  position: relative;
}

.next.page-numbers svg {
  padding-left: 10px;
  top: 0.4rem;
}

.prev.page-numbers svg {
  margin-left: -26px;
  top: 0.4rem;
}

.entry-title a {
  color: var(--main_blue);
  text-decoration: none;
}

.article__content a {
  color: var(--main_blue);
  text-decoration: underline;
}

.article__content a:hover {
  color: var(--main_blue);
  text-decoration: none;
}

.aside .landing-nav {
  display: none;
}

@media (max-width: 1023px) {
  .aside .landing-nav {
    display: block;
    text-align: left;
    padding: 20px;
    font-size: 0;
    margin: 0;
  }

  .aside .landing-nav .nav-item {
    display: block;
    padding: 0;
    margin-bottom: 15px;
  }

  .aside .landing-nav .nav-item a {
    text-decoration: none;
    color: #fff;
    font-size: 14px;
    line-height: 20px;
    font-weight: 500;
  }
}

.wpcf7-form {
  margin: 30px auto;
}

.wpcf7-form label {
  display: block;
  margin-bottom: 5px;
  font-weight: 500;
  color: var(--black);
  font-size: 1.6rem;
  line-height: 1.625;
}

.wpcf7-form-control-wrap {
  margin-bottom: 20px;
  display: block;
}

.wpcf7-form input[type="text"],
.wpcf7-form input[type="email"],
.wpcf7-form textarea {
  height: 4.8rem;
  border: 0;
  background: #fff;
  border-radius: 0.4rem;
  box-sizing: border-box;
  width: 100%;
  display: block;
  padding: 0.8rem 1.6rem;
  font-size: 1.6rem;
  line-height: 3.2rem;
  color: var(--black);
  box-shadow: 0 0 0 1px rgba(150, 150, 150, 0.3);
  transition: box-shadow 0.25s;
}

.wpcf7-form textarea {
  height: auto;
  min-height: 150px;
  resize: vertical;
  line-height: 1.625;
  padding: 1.2rem 1.6rem;
}

.wpcf7-form input[type="text"]:focus,
.wpcf7-form input[type="email"]:focus,
.wpcf7-form textarea:focus {
  outline: none;
  box-shadow: 0 0 0 2px var(--main_blue);
}

.wpcf7-form input[type="text"]::placeholder,
.wpcf7-form input[type="email"]::placeholder,
.wpcf7-form textarea::placeholder {
  color: var(--dark_gray);
  opacity: 1;
}

.wpcf7-form .wpcf7-submit {
  height: 4.8rem;
  border: 0;
  background: var(--main_blue);
  border-radius: 0.4rem;
  box-sizing: border-box;
  padding: 0 2rem;
  font-size: 1.6rem;
  line-height: 4.8rem;
  color: #fff;
  font-weight: 500;
  cursor: pointer;
  transition: background-color 0.25s;
  min-width: 150px;
  text-align: center;
}

.wpcf7-form .wpcf7-submit:hover {
  background-color: #1278d7;
}

.wpcf7-spinner {
  margin: 0 0 0 10px;
  position: relative;
  top: 3px;
}

.wpcf7-response-output {
  border-radius: 0.4rem;
  padding: 1.2rem 1.6rem !important;
  margin: 20px 0 0 !important;
  font-size: 1.4rem;
  line-height: 1.625;
}