main {
  overflow: hidden;
  min-height: calc(100vh - 80px);
  margin-top: 70px;
}
@media (max-width: 990px) {
  main {
    margin-top: 57px;
  }
}

body, html {
  overflow-x: hidden;
  background: var(--body-bg);
  margin: 0;
  padding: 0;
  font-family: var(--site-font-family, "Montserrat", sans-serif);
  font-optical-sizing: auto;
  font-style: normal;
}

p {
  margin: 0;
  padding: 0;
}

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

img {
  color: transparent;
}

img:not([src]) {
  visibility: hidden;
}

.container {
  max-width: 1220px;
  margin: 0 auto;
}

.padding {
  padding: 0 15px;
}
@media (max-width: 576px) {
  .padding {
    padding: 0 10px;
  }
}

.margin {
  margin-bottom: 55px;
}
@media (max-width: 990px) {
  .margin {
    margin-bottom: 35px;
  }
}

a, button {
  cursor: pointer;
}

button {
  background: transparent;
  outline: none;
  box-shadow: none;
  border: none;
}

a {
  text-decoration: none;
}

.overlay {
  overflow: hidden;
}

input, button, textarea {
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
  appearance: none;
  box-shadow: none;
  font-family: var(--site-font-family, "Montserrat", sans-serif);
}

input {
  -webkit-appearance: none;
  border-radius: 0;
}

button {
  border: none;
  box-shadow: none;
  width: 100%;
  appearance: none;
  cursor: pointer;
}

input:focus, textarea:focus {
  outline: none;
}

.btn {
  max-width: 100%;
  height: auto;
  padding: 10px;
  text-align: center;
  font-size: 18px;
  line-height: 24px;
  width: 100%;
  box-sizing: border-box;
  font-weight: 600;
  border-radius: 6px;
  background: var(--btn-bg-color);
  color: var(--btn-text-color);
  transition: 0.3s;
}
@media (max-width: 990px) {
  .btn {
    font-size: 16px;
    line-height: 22px;
  }
}
.btn:hover {
  background: var(--btn-hover-color);
}

body[data-button-anim]:not([data-button-anim=none]) .btn, body[data-button-anim]:not([data-button-anim=none]) .header__btn-link, body[data-button-anim]:not([data-button-anim=none]) .banner__btn, body[data-button-anim]:not([data-button-anim=none]) .banner-fixed__btn, body[data-button-anim]:not([data-button-anim=none]) .rating-list__btn, body[data-button-anim]:not([data-button-anim=none]) .btn-center,
body[class*=button-anim-] .btn,
body[class*=button-anim-] .header__btn-link,
body[class*=button-anim-] .banner__btn,
body[class*=button-anim-] .banner-fixed__btn,
body[class*=button-anim-] .rating-list__btn,
body[class*=button-anim-] .btn-center {
  transform: translateZ(0);
  will-change: transform;
}

body[data-button-anim=lift] .btn, body[data-button-anim=lift] .header__btn-link, body[data-button-anim=lift] .banner__btn, body[data-button-anim=lift] .banner-fixed__btn, body[data-button-anim=lift] .rating-list__btn, body[data-button-anim=lift] .btn-center,
body.button-anim-lift .btn,
body.button-anim-lift .header__btn-link,
body.button-anim-lift .banner__btn,
body.button-anim-lift .banner-fixed__btn,
body.button-anim-lift .rating-list__btn,
body.button-anim-lift .btn-center {
  transition: transform 0.28s ease, background 0.3s;
}
body[data-button-anim=lift] .btn:hover, body[data-button-anim=lift] .header__btn-link:hover, body[data-button-anim=lift] .banner__btn:hover, body[data-button-anim=lift] .banner-fixed__btn:hover, body[data-button-anim=lift] .rating-list__btn:hover, body[data-button-anim=lift] .btn-center:hover,
body.button-anim-lift .btn:hover,
body.button-anim-lift .header__btn-link:hover,
body.button-anim-lift .banner__btn:hover,
body.button-anim-lift .banner-fixed__btn:hover,
body.button-anim-lift .rating-list__btn:hover,
body.button-anim-lift .btn-center:hover {
  transform: translateY(-6px);
}
body[data-button-anim=lift] .btn:active, body[data-button-anim=lift] .header__btn-link:active, body[data-button-anim=lift] .banner__btn:active, body[data-button-anim=lift] .banner-fixed__btn:active, body[data-button-anim=lift] .rating-list__btn:active, body[data-button-anim=lift] .btn-center:active,
body.button-anim-lift .btn:active,
body.button-anim-lift .header__btn-link:active,
body.button-anim-lift .banner__btn:active,
body.button-anim-lift .banner-fixed__btn:active,
body.button-anim-lift .rating-list__btn:active,
body.button-anim-lift .btn-center:active {
  transform: translateY(-2px);
}

body[data-button-anim=scale] .btn, body[data-button-anim=scale] .header__btn-link, body[data-button-anim=scale] .banner__btn, body[data-button-anim=scale] .banner-fixed__btn, body[data-button-anim=scale] .rating-list__btn, body[data-button-anim=scale] .btn-center,
body.button-anim-scale .btn,
body.button-anim-scale .header__btn-link,
body.button-anim-scale .banner__btn,
body.button-anim-scale .banner-fixed__btn,
body.button-anim-scale .rating-list__btn,
body.button-anim-scale .btn-center {
  transition: transform 0.28s ease, background 0.3s;
}
body[data-button-anim=scale] .btn:hover, body[data-button-anim=scale] .header__btn-link:hover, body[data-button-anim=scale] .banner__btn:hover, body[data-button-anim=scale] .banner-fixed__btn:hover, body[data-button-anim=scale] .rating-list__btn:hover, body[data-button-anim=scale] .btn-center:hover,
body.button-anim-scale .btn:hover,
body.button-anim-scale .header__btn-link:hover,
body.button-anim-scale .banner__btn:hover,
body.button-anim-scale .banner-fixed__btn:hover,
body.button-anim-scale .rating-list__btn:hover,
body.button-anim-scale .btn-center:hover {
  transform: scale(1.08);
}
body[data-button-anim=scale] .btn:active, body[data-button-anim=scale] .header__btn-link:active, body[data-button-anim=scale] .banner__btn:active, body[data-button-anim=scale] .banner-fixed__btn:active, body[data-button-anim=scale] .rating-list__btn:active, body[data-button-anim=scale] .btn-center:active,
body.button-anim-scale .btn:active,
body.button-anim-scale .header__btn-link:active,
body.button-anim-scale .banner__btn:active,
body.button-anim-scale .banner-fixed__btn:active,
body.button-anim-scale .rating-list__btn:active,
body.button-anim-scale .btn-center:active {
  transform: scale(1.03);
}

body[data-button-anim=pop] .btn, body[data-button-anim=pop] .header__btn-link, body[data-button-anim=pop] .banner__btn, body[data-button-anim=pop] .banner-fixed__btn, body[data-button-anim=pop] .rating-list__btn, body[data-button-anim=pop] .btn-center,
body.button-anim-pop .btn,
body.button-anim-pop .header__btn-link,
body.button-anim-pop .banner__btn,
body.button-anim-pop .banner-fixed__btn,
body.button-anim-pop .rating-list__btn,
body.button-anim-pop .btn-center {
  transition: transform 0.32s cubic-bezier(0.34, 1.56, 0.64, 1), background 0.3s;
}
body[data-button-anim=pop] .btn:hover, body[data-button-anim=pop] .header__btn-link:hover, body[data-button-anim=pop] .banner__btn:hover, body[data-button-anim=pop] .banner-fixed__btn:hover, body[data-button-anim=pop] .rating-list__btn:hover, body[data-button-anim=pop] .btn-center:hover,
body.button-anim-pop .btn:hover,
body.button-anim-pop .header__btn-link:hover,
body.button-anim-pop .banner__btn:hover,
body.button-anim-pop .banner-fixed__btn:hover,
body.button-anim-pop .rating-list__btn:hover,
body.button-anim-pop .btn-center:hover {
  transform: scale(1.12);
}
body[data-button-anim=pop] .btn:active, body[data-button-anim=pop] .header__btn-link:active, body[data-button-anim=pop] .banner__btn:active, body[data-button-anim=pop] .banner-fixed__btn:active, body[data-button-anim=pop] .rating-list__btn:active, body[data-button-anim=pop] .btn-center:active,
body.button-anim-pop .btn:active,
body.button-anim-pop .header__btn-link:active,
body.button-anim-pop .banner__btn:active,
body.button-anim-pop .banner-fixed__btn:active,
body.button-anim-pop .rating-list__btn:active,
body.button-anim-pop .btn-center:active {
  transform: scale(1.04);
}

.header {
  background: var(--header-bg);
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  width: 100vw;
  box-sizing: border-box;
  z-index: 99;
}
.header__wrap {
  padding: 10px 0;
  display: grid;
  grid-template-columns: 1fr 2fr 1fr;
  grid-gap: 15px;
  align-items: center;
}
@media (max-width: 990px) {
  .header__wrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
}
.header__logo {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.header__logo img {
  object-fit: contain;
  max-width: 170px;
  max-height: 50px;
  min-height: 40px;
  min-width: 160px;
}
@media (max-width: 576px) {
  .header__logo img {
    max-width: 160px;
    height: 35px;
    width: 100%;
    box-sizing: border-box;
    min-height: auto;
    min-width: auto;
  }
}
.header__nav {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 990px) {
  .header__nav {
    display: none;
    position: absolute;
    background: var(--header-bg);
    top: 100%;
    left: 0;
    width: 100vw;
    padding: 15px;
  }
}
.header__nav ul {
  display: flex;
  list-style-type: none;
  margin: 0;
  padding: 0;
  gap: 10px;
}
.header__nav ul a, .header__nav ul button {
  font-size: 16px;
  font-weight: 500;
  transition: 0.3s;
  color: var(--link-color);
}
.header__nav ul a:hover, .header__nav ul button:hover {
  color: var(--link-hover-color);
}
.header__active {
  display: block;
}
.header__btn {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  margin-left: auto;
  grid-column-start: 3;
}
@media (max-width: 990px) {
  .header__btn {
    grid-column-start: auto;
  }
}
.header__btn-link {
  max-width: 150px;
  min-width: 150px;
  width: 100%;
}
@media (max-width: 990px) {
  .header__btn-link {
    min-width: auto;
    font-size: 16px;
    line-height: 21px;
    padding: 8px 20px;
  }
}
.header__menu {
  display: none;
}
@media (max-width: 990px) {
  .header__menu {
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fff;
    padding: 5px;
    border-radius: 50%;
    cursor: pointer;
  }
}

.content > .tablepress-table-wrapper,
.content > .wp-block-table {
  width: 100%;
  max-width: var(--site-container-width, var(--site-content-max, 100%));
  margin-left: auto;
  margin-right: auto;
  padding: 0;
  box-sizing: border-box;
}
.content > table.tablepress,
.content > table[id^=tablepress-] {
  display: table;
  width: 100%;
  max-width: var(--site-content-max, var(--site-container-width, 100%));
  margin-left: auto;
  margin-right: auto;
  padding: 0;
  box-sizing: border-box;
}
.content > .tablepress-table-wrapper table.tablepress,
.content > .tablepress-table-wrapper table[id^=tablepress-] {
  width: 100%;
  max-width: none;
  margin: 0;
  padding: 0;
}
.content table.tablepress,
.content .tablepress,
.content table[id^=tablepress-],
.content .tablepress-table-wrapper {
  margin-top: 0;
  margin-bottom: var(--section-spacing-bottom, 40px);
}
.content .tablepress-table-wrapper,
.content .wp-block-table {
  overflow-x: auto;
  max-width: 100%;
}
.content table.tablepress,
.content .tablepress,
.content table[id^=tablepress-] {
  --border-color: transparent;
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
  border-radius: var(--tablepress-border-radius, var(--block-border-radius, 10px));
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.1);
}
.content table.tablepress thead tr th,
.content .tablepress thead tr th,
.content table[id^=tablepress-] thead tr th {
  font-size: var(--tablepress-font-size, 16px);
  line-height: 1.3;
  font-weight: 700;
  color: var(--tablepress-thead-text, var(--text-color, #fff));
  background: var(--tablepress-thead-bg, var(--block-bg, transparent));
  border: none;
  border-bottom: 1px solid var(--tablepress-row-border, rgba(255, 255, 255, 0.08));
  border-radius: 0;
  padding: 14px 20px;
}
.content table.tablepress tbody tr td,
.content .tablepress tbody tr td,
.content table[id^=tablepress-] tbody tr td {
  font-size: var(--tablepress-font-size, 16px);
  line-height: 1.3;
  color: var(--tablepress-tbody-text, var(--text-color, #fff));
  background: var(--tablepress-tbody-bg, rgba(255, 255, 255, 0.06));
  border: none;
  border-bottom: 1px solid var(--tablepress-row-border, rgba(255, 255, 255, 0.08));
  border-radius: 0;
  padding: 14px 20px;
  vertical-align: top;
}
.content table.tablepress tbody tr:last-child td,
.content .tablepress tbody tr:last-child td,
.content table[id^=tablepress-] tbody tr:last-child td {
  border-bottom: none;
}
.content table.tablepress thead tr:first-child th:first-child,
.content .tablepress thead tr:first-child th:first-child,
.content table[id^=tablepress-] thead tr:first-child th:first-child {
  border-top-left-radius: var(--tablepress-border-radius, var(--block-border-radius, 10px));
}
.content table.tablepress thead tr:first-child th:last-child,
.content .tablepress thead tr:first-child th:last-child,
.content table[id^=tablepress-] thead tr:first-child th:last-child {
  border-top-right-radius: var(--tablepress-border-radius, var(--block-border-radius, 10px));
}
.content table.tablepress:not(:has(thead)) tbody tr:first-child td:first-child,
.content .tablepress:not(:has(thead)) tbody tr:first-child td:first-child,
.content table[id^=tablepress-]:not(:has(thead)) tbody tr:first-child td:first-child {
  border-top-left-radius: var(--tablepress-border-radius, var(--block-border-radius, 10px));
}
.content table.tablepress:not(:has(thead)) tbody tr:first-child td:last-child,
.content .tablepress:not(:has(thead)) tbody tr:first-child td:last-child,
.content table[id^=tablepress-]:not(:has(thead)) tbody tr:first-child td:last-child {
  border-top-right-radius: var(--tablepress-border-radius, var(--block-border-radius, 10px));
}
.content table.tablepress tbody tr:last-child td:first-child,
.content .tablepress tbody tr:last-child td:first-child,
.content table[id^=tablepress-] tbody tr:last-child td:first-child {
  border-bottom-left-radius: var(--tablepress-border-radius, var(--block-border-radius, 10px));
}
.content table.tablepress tbody tr:last-child td:last-child,
.content .tablepress tbody tr:last-child td:last-child,
.content table[id^=tablepress-] tbody tr:last-child td:last-child {
  border-bottom-right-radius: var(--tablepress-border-radius, var(--block-border-radius, 10px));
}
.content table.tablepress tbody tr:nth-child(even) td,
.content .tablepress tbody tr:nth-child(even) td,
.content table[id^=tablepress-] tbody tr:nth-child(even) td {
  background: var(--tablepress-alt-row-bg, rgba(255, 255, 255, 0.1));
}
.content table.tablepress tbody tr td.column-1,
.content table.tablepress tbody tr.row-odd td:first-child,
.content table.tablepress tbody tr td:first-child,
.content .tablepress tbody tr td.column-1,
.content .tablepress tbody tr td:first-child,
.content table[id^=tablepress-] tbody tr td:first-child {
  font-weight: 700;
}
.content table.tablepress tbody tr:hover td,
.content .tablepress tbody tr:hover td,
.content table[id^=tablepress-] tbody tr:hover td {
  background: rgba(255, 255, 255, 0.12);
}
.content .wp-block-table {
  overflow-x: auto;
  margin-top: 0;
  margin-bottom: var(--section-spacing-bottom, 40px);
}
.content .wp-block-table table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
  border-radius: var(--tablepress-border-radius, var(--block-border-radius, 10px));
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.1);
}
.content .wp-block-table thead th {
  font-size: var(--tablepress-font-size, 16px);
  line-height: 1.3;
  font-weight: 700;
  color: var(--tablepress-thead-text, var(--text-color, #fff));
  background: var(--tablepress-thead-bg, var(--block-bg, transparent));
  border: none;
  border-bottom: 1px solid var(--tablepress-row-border, rgba(255, 255, 255, 0.08));
  border-radius: 0;
  padding: 14px 20px;
}
.content .wp-block-table tbody td {
  font-size: var(--tablepress-font-size, 16px);
  line-height: 1.3;
  color: var(--tablepress-tbody-text, var(--text-color, #fff));
  background: var(--tablepress-tbody-bg, rgba(255, 255, 255, 0.06));
  border: none;
  border-bottom: 1px solid var(--tablepress-row-border, rgba(255, 255, 255, 0.08));
  border-radius: 0;
  padding: 14px 20px;
  vertical-align: top;
}
.content .wp-block-table tbody tr:last-child td {
  border-bottom: none;
}
.content .wp-block-table thead tr:first-child th:first-child {
  border-top-left-radius: var(--tablepress-border-radius, var(--block-border-radius, 10px));
}
.content .wp-block-table thead tr:first-child th:last-child {
  border-top-right-radius: var(--tablepress-border-radius, var(--block-border-radius, 10px));
}
.content .wp-block-table:not(:has(thead)) tbody tr:first-child td:first-child {
  border-top-left-radius: var(--tablepress-border-radius, var(--block-border-radius, 10px));
}
.content .wp-block-table:not(:has(thead)) tbody tr:first-child td:last-child {
  border-top-right-radius: var(--tablepress-border-radius, var(--block-border-radius, 10px));
}
.content .wp-block-table tbody tr:last-child td:first-child {
  border-bottom-left-radius: var(--tablepress-border-radius, var(--block-border-radius, 10px));
}
.content .wp-block-table tbody tr:last-child td:last-child {
  border-bottom-right-radius: var(--tablepress-border-radius, var(--block-border-radius, 10px));
}
.content .wp-block-table tbody tr:nth-child(even) td {
  background: var(--tablepress-alt-row-bg, rgba(255, 255, 255, 0.1));
}
.content img.alignleft {
  float: left;
  margin: 0 10px 10px 0;
}
@media (max-width: 576px) {
  .content img.alignleft {
    float: none;
    width: 100%;
    max-width: 100%;
    height: auto;
    box-sizing: border-box;
    display: block;
    margin: 0 0 10px 0;
    object-fit: cover;
  }
}
.content ul, .content ol {
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding-left: 18px;
  margin: 0 0 15px 0;
}
.content ul li, .content ol li {
  color: var(--text-color);
}
.content figure {
  width: 100%;
  max-width: 100%;
  height: auto;
  box-sizing: border-box;
  display: block;
  margin: 0;
}
.content img.alignright {
  margin: 0 0 10px 10px;
  float: right;
}
@media (max-width: 576px) {
  .content img.alignright {
    float: none;
    width: 100%;
    object-fit: cover;
    max-width: 100%;
    box-sizing: border-box;
    display: block;
    height: auto;
    margin: 0 0 10px 0;
  }
}
.content img.size-full {
  display: block;
  margin: 0 auto;
  width: 100%;
  height: auto;
  max-width: 100%;
}
@media (max-width: 576px) {
  .content img.size-full {
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
    object-fit: cover;
    display: block;
    margin: 0 0 10px 0;
  }
}
.content img.aligncenter {
  display: block;
  margin: 0 auto;
}
@media (max-width: 576px) {
  .content img.aligncenter {
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
    display: block;
    object-fit: cover;
    margin: 0 0 10px 0;
  }
}
.content p {
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 400;
  color: var(--text-color);
  line-height: 22px;
}
@media (max-width: 990px) {
  .content p {
    margin-bottom: 15px;
    font-size: 14px;
    line-height: 22px;
  }
}
.content a {
  transition: 0.3s;
  color: var(--link-color);
  font-weight: 500;
}
.content a:hover {
  color: var(--link-hover-color);
  text-decoration: underline;
}
.content strong {
  font-weight: 700;
}
.content h1, .content h2, .content h3, .content h4, .content h5 {
  margin-bottom: 20px;
  color: var(--text-color);
  font-weight: 700;
}
@media (max-width: 990px) {
  .content h1, .content h2, .content h3, .content h4, .content h5 {
    margin-bottom: 15px;
  }
}
.content h1 {
  font-size: 40px;
  line-height: 51px;
}
@media (max-width: 990px) {
  .content h1 {
    font-size: 28px;
    line-height: 39px;
  }
}
.content h2 {
  font-size: 36px;
  line-height: 46px;
}
@media (max-width: 990px) {
  .content h2 {
    font-size: 26px;
    line-height: 33px;
  }
}
.content h3 {
  font-size: 32px;
  line-height: 40px;
}
@media (max-width: 990px) {
  .content h3 {
    font-size: 24px;
    line-height: 28px;
  }
}
.content h4 {
  font-size: 32px;
  line-height: 40px;
}
@media (max-width: 990px) {
  .content h4 {
    font-size: 24px;
    line-height: 28px;
  }
}
.content h5 {
  font-size: 32px;
  line-height: 40px;
}
@media (max-width: 990px) {
  .content h5 {
    font-size: 24px;
    line-height: 28px;
  }
}
.content blockquote {
  padding: 10px 0 10px 15px;
  border-left: 7px solid var(--blockquote-border);
  font-size: 16px;
  font-weight: 400;
  color: var(--text-color);
  line-height: 22px;
  margin: 0 0 20px 0;
}
@media (max-width: 990px) {
  .content blockquote {
    margin-bottom: 15px;
    font-size: 14px;
    line-height: 22px;
  }
}
.content blockquote p {
  margin: 0;
}
.content .lwptoc {
  margin: 0 0 20px 0 !important;
}
.content .lwptoc-light .lwptoc_i A:active, .content .lwptoc-light .lwptoc_i A:focus, .content .lwptoc-light .lwptoc_i A:hover {
  text-decoration: underline;
  color: var(--link-hover-color);
}
.content .lwptoc_itemWrap {
  margin-top: 10px;
  display: none;
  flex-direction: column;
  gap: 10px;
}
.content .lwptoc_itemWrap-active {
  display: flex;
}
.content .lwptoc-light .lwptoc_items A:visited {
  color: var(--text-color);
}
.content .lwptoc-light .lwptoc_i {
  background: var(--table-of-content);
  color: var(--text-color);
  display: flex;
  border-radius: 6px;
  flex-direction: column;
}
.content .lwptoc-light .lwptoc_i A {
  color: var(--text-color);
  font-size: 18px;
  font-weight: 600;
  line-height: 24px;
}
.content .lwptoc_header {
  font-size: 25px;
  cursor: pointer;
  line-height: 1;
  margin: 0;
  font-weight: 600;
  position: relative;
  text-transform: uppercase;
}
@media (max-width: 990px) {
  .content .lwptoc_header {
    font-size: 16px;
  }
}
.content .lwptoc_header::after {
  content: "";
  background: url("../img/arrow-bottom.svg");
  background-size: 35px 35px;
  height: 35px;
  width: 35px;
  display: block;
  position: absolute;
  right: 0;
  top: -3.5px;
  transition: 0.3s;
  z-index: 2;
}
@media (max-width: 990px) {
  .content .lwptoc_header::after {
    background-size: 25px 25px;
    height: 25px;
    width: 25px;
    right: -0.5px;
    top: -2.5px;
  }
}
.content .lwptoc_header::before {
  content: "";
  background: var(--text-color);
  height: 40px;
  width: 40px;
  position: absolute;
  border-radius: 50%;
  right: -2.5px;
  top: -6.5px;
}
@media (max-width: 990px) {
  .content .lwptoc_header::before {
    height: 30px;
    width: 30px;
  }
}
.content .lwptoc_header-active::after {
  content: "";
  transform: rotate(180deg);
}
.content .btn-center {
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 160px;
  margin: 0 auto 20px auto;
}
@media (max-width: 990px) {
  .content .btn-center {
    margin: 0 auto 15px auto;
  }
}
@media (max-width: 380px) {
  .content .btn-center {
    max-width: 100%;
  }
}

.footer {
  padding-bottom: 130px;
}
@media (max-width: 990px) {
  .footer {
    padding-bottom: 120px;
  }
}
.footer__logo {
  margin-bottom: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 990px) {
  .footer__logo {
    margin-bottom: 20px;
  }
}
.footer__logo img {
  object-fit: contain;
  max-width: 170px;
  max-height: 50px;
  min-height: 40px;
  min-width: 160px;
}
@media (max-width: 576px) {
  .footer__logo img {
    max-width: 160px;
    height: 35px;
    width: 100%;
    box-sizing: border-box;
    min-height: auto;
    min-width: auto;
  }
}
.footer__nav {
  margin-bottom: 35px;
}
@media (max-width: 990px) {
  .footer__nav {
    margin-bottom: 20px;
  }
}
.footer__nav ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 30px;
}
@media (max-width: 990px) {
  .footer__nav ul {
    flex-wrap: wrap;
    gap: 15px;
  }
}
.footer__nav ul a, .footer__nav ul button {
  color: var(--link-color);
  font-size: 16px;
  font-weight: 500;
  line-height: 21px;
}
.footer__text {
  color: var(--text-color);
  font-size: 14px;
  font-weight: 600;
  max-width: 1200px;
  margin: 0 auto;
  line-height: 19px;
}

.banner-fixed {
  padding: 10px;
  border-radius: 8px;
  background: var(--bg-banner);
  position: fixed;
  bottom: 0;
  left: 50%;
  z-index: 999;
  transform: translate(-50%, -50%);
  display: grid;
  grid-template-columns: 2fr 1fr;
  grid-gap: 15px;
  max-width: 500px;
  width: 95%;
  box-sizing: border-box;
}
@media (max-width: 990px) {
  .banner-fixed {
    width: 100%;
    left: 0;
    right: 0;
    bottom: 0;
    transform: none;
  }
}
.banner-fixed__text {
  font-weight: 600;
  font-size: 16px;
  line-height: 21px;
  color: var(--link-color);
}
.banner-fixed__text a {
  text-decoration: underline;
}

.up-to {
  position: fixed;
  right: 30px;
  bottom: 20px;
  background: var(--btn-arrow-top-bg);
  height: 48px;
  width: 48px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  z-index: 2;
  justify-content: center;
  cursor: pointer;
  transition: 0.4s;
  transform: translateY(170%);
}
@media (max-width: 990px) {
  .up-to {
    right: 20px;
  }
}

.up-to-active {
  transform: translateY(-50px);
}

.not-found {
  margin-bottom: 20%;
}
.not-found__title {
  font-size: 85px;
  font-weight: bold;
  margin-bottom: 30px;
  line-height: 1.2;
  text-align: center;
  color: var(--text-color);
}
.not-found a {
  max-width: 200px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
}
