* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html, body {
  height: 100%;
  font-family: sans-serif;
}

main {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
  background-color: #fff;
}

main p, main span, main h1, main h2, main h3, main h4, main h5, main li {
  color: #454545;
}

main figcaption {
  color: #595959;
}

main a {
  font-size: 18px;
  line-height: 28px;
  color: #103852;
  text-decoration: underline;
}

main a:hover {
  text-decoration: underline;
}

main h1, main h2, main h3, main h4, main h5, main h6, main p, main ol, main ul, main figure, main .general-table, main .faq-container {
  margin: 0 auto;
  width: 100%;
}

main h1, main h2, main h3, main h4 {
  text-align: left;
}

main figure {
  margin: 0 auto;
  padding-bottom: 20px;
}

main p {
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
}

main .wrapper {
  width: 100%;
  max-width: 1128px;
  margin: 0 auto;
}

body {
  overflow-x: hidden;
  position: relative;
  background: #f5f5f5;
}

a {
  text-decoration: none;
  transition: .3s;
}

main h2, main h3, main h4 {
  padding-bottom: 20px;
}

input, button {
  border: none;
  box-shadow: none;
  transition: .3s;
}

input {
  outline: none;
}

p, span, li, a {
  font-size: 18px;
  line-height: normal;
}

h1, h2, h3, h4, h5, h6 {
  color: #1e1e24;
}

h1 {
  font-size: 34px;
  line-height: 38px;
}

h2 {
  font-size: 32px;
  line-height: 40px;
}

h3 {
  font-size: 26px;
  line-height: 36px;
}

h4 {
  font-size: 16px;
  line-height: 18px;
}

h5, h6 {
  font-size: 14px;
  line-height: 16px;
}

p, span, li, h1, h2, h3, a, b, i, label, input, button, td, tr, figcaption {
  color: #1e1e24;
}

p {
  padding-bottom: 20px;
}

li {
  list-style: none;
}

button {
  cursor: pointer;
  background: rgba(0, 0, 0, 0);
}

img {
  max-width: 100%;
  display: block;
}

i {
  font-style: normal;
}

#__next {
  min-height: 100%;
  display: flex;
  flex-direction: column;
}

.content__wrapper {
  display: flex;
}

.content {
  position: relative;
  flex-grow: 1;
  max-width: 1180px;
  margin: 0 auto;
  margin-bottom: 20px;
  padding: 40px 20px 20px 20px;
  width: 100%;
}

.content .content-block {
  margin-bottom: 20px;
  border-radius: 20px;
  padding-top: 20px;
  background: rgba(0, 0, 0, 0);
}

.content .content-block .added-dynamic {
  background: #eaf0f7;
  border-radius: 15px;
  margin-bottom: 20px;
}

.content .general-ol {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 20px;
  counter-reset: counter-ol;
  padding-left: 20px;
}

.content .general-ol li {
  position: relative;
  padding-left: 0;
  margin-bottom: 10px;
  padding-left: 20px;
  width: 48%;
  counter-increment: counter-ol;
  font-size: 18px;
  line-height: 28px;
}

.content .general-ol li::before {
  position: absolute;
  content: counter(counter-ol);
  display: flex;
  align-items: center;
  justify-content: center;
  width: 26px;
  height: 26px;
  color: #454545;
  border-radius: 50%;
  top: 2px;
  left: -20px;
}

.content .general-ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 20px;
}

.content section .general-ul {
  border-radius: 10px;
  padding: 10px;
  border: 1px #1a5684 solid;
}

.content .general-ul li {
  position: relative;
  padding-bottom: 10px;
  padding-left: 30px;
  width: 48%;
  font-size: 18px;
  line-height: 28px;
}

.content .general-ul li::before {
  content: no-open-quote;
  position: absolute;
  width: 18px;
  height: 18px;
  left: 0;
  top: 5px;
  background: url(/check-circle.svg) no-repeat;
  background-size: cover;
}

.pageError {
  min-height: calc(100vh - 70px);
}

.buttons {
  display: flex;
  align-items: center;
}

.imgWrap {
  display: block;
  position: relative;
}

figure {
  margin-bottom: 20px;
  text-align: center;
}

figure span {
  height: 50%;
  width: 100%;
  position: absolute;
  left: 0;
  top: -50%;
}

figcaption {
  color: #1e1e24;
  font-size: 14px;
}

.general-image {
  display: block;
  border-radius: 15px;
  max-height: 500px;
  width: auto;
  height: auto;
  margin: 0 auto 10px auto;
}

.general-image.vertical {
  max-height: 500px;
  max-width: 70%;
}

.general-image.horizontal {
  max-width: 100%;
}

.general-table-wrapper {
  margin: 20px 0;
  border-radius: 12px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
  overflow: hidden;
  background: #fff;
  border: 1px solid #e5e5e5;
}

.general-table {
  width: 100%;
  border-collapse: collapse;
  text-align: left;
  font-size: 16px;
  line-height: 1.5;
  background: #fff;
}

.general-table th,
.general-table thead .general-tr,
.general-table thead .general-td {
  background: linear-gradient(90deg, #3B5FBB 0%, #365AB7 100%);
  color: #fff;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 15px;
}

.general-table th,
.general-table td,
.general-table .general-td {
  padding: 16px 20px;
  border-bottom: 1px solid #eee;
  color: #454545;
}

.general-table .general-tr,
.general-table tr {
  background: #fff;
  transition: background 0.3s ease;
}

.general-table tbody tr:nth-child(even),
.general-table tbody .general-tr:nth-child(even) {
  background: #f9fbfd;
}

.general-table tbody tr:hover,
.general-table tbody .general-tr:hover {
  background: #eaf0f7;
}

.general-table tr:last-child td,
.general-table .general-tr:last-child .general-td {
  border-bottom: none;
}

@media screen and (max-width: 768px) {
  .general-table-wrapper {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  
  .general-table th,
  .general-table td,
  .general-table .general-td {
    padding: 12px 15px;
    font-size: 14px;
    white-space: nowrap;
  }
}

.faq-container {
  width: 100%;
  max-width: 100%;
  margin: 24px 0;
}

.faq-container .faq-item {
  width: 100%;
  position: relative;
  background: #f8f9fb;
  border: 1px solid #e8ecf1;
  border-radius: 12px;
  padding: 18px 50px 18px 20px;
  margin-bottom: 12px;
  transition: all 0.3s ease;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.02);
}

.faq-container .faq-item:hover {
  border-color: #376c97;
  box-shadow: 0 4px 12px rgba(55, 108, 151, 0.08);
}

.faq-container .faq-question {
  padding-bottom: 0;
  font-weight: 700;
  font-size: 18px;
  line-height: 24px;
  color: #111827;
  transition: color 0.3s ease;
}

.faq-container .faq-answer {
  padding: 0;
  height: 0;
  overflow: hidden;
  z-index: 1;
  position: relative;
  opacity: 0;
  transition: all 0.3s ease;
}

.faq-container .faq-answer p {
  padding: 12px 0 0 0;
  margin: 0;
  font-size: 15px;
  line-height: 22px;
  color: #4b5563;
}

.faq-container .icon {
  height: 18px;
  position: absolute;
  width: 18px;
  right: 20px;
  top: 22px;
  z-index: 2;
  pointer-events: none;
}

.faq-container .icon::before,
.faq-container .icon::after {
  background: #376c97;
  content: "";
  height: 2px;
  right: 0;
  position: absolute;
  top: 8px;
  width: 16px;
  transition: transform 0.3s ease, background-color 0.3s ease;
}

.faq-container .toggle {
  width: 100%;
  height: 100%;
  margin: 0;
  opacity: 0;
  cursor: pointer;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 3;
}

.faq-container .toggle:checked ~ .faq-question {
  color: #376c97;
}

.faq-container .toggle:not(:checked) ~ .icon::before {
  transform: rotate(180deg);
}

.faq-container .toggle:not(:checked) ~ .icon::after {
  transform: rotate(90deg);
}

.faq-container .toggle:checked ~ .icon::after {
  transform: rotate(0deg);
}

.faq-container .toggle:checked ~ .faq-answer {
  height: auto;
  opacity: 1;
}

@media screen and (max-width: 780px) {
  .faq-container .faq-question {
    font-size: 16px;
    line-height: 22px;
  }
}

.table_of_contents {
  margin: 19px 0;
}

.table_of_contents .toggle {
  display: none;
}

.table_of_contents .lbl-toggle {
  display: inline-block;
  font-weight: 600;
  font-size: 15px;
  text-transform: uppercase;
  text-align: center;
  padding: 10px;
  color: #1e1e24;
  background: #8d53e9;
  cursor: pointer;
  border-radius: 7px;
  transition: all .25s ease-out;
}

.table_of_contents .lbl-toggle:hover {
  background: #08f;
}

.table_of_contents .toggle:checked + .lbl-toggle {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.table_of_contents .table_box {
  max-height: 0px;
  overflow: hidden;
  transition: max-height .25s ease-in-out;
  display: flex;
  width: 100%;
  max-width: 500px;
  flex-direction: column;
}

.table_of_contents .toggle:checked + .lbl-toggle + div {
  max-height: 1000px;
  border: 1px solid #8d53e9;
  padding: 20px;
  margin-top: 12px;
  border-radius: 8px;
}

.table_of_contents .table_link {
  position: relative;
  padding-left: 15px;
  font-size: 16px;
  line-height: 1.8;
}

.table_of_contents .table_link::before {
  content: no-open-quote;
  position: absolute;
  width: 8px;
  height: 8px;
  top: 32%;
  left: 0;
  background: #08f;
  border-radius: 50%;
  transition: all .25s ease-out;
}

.table_of_contents .table_link:hover {
  color: #08f;
}

.content404Page.wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100vh;
  max-width: 100%;
  width: 100%;
  background: #205685;
}

.logo {
  display: flex;
  justify-content: center;
}

.content404Page.wrapper .logo a {
  padding: 0 0px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.content404Page.wrapper .logo p {
  width: 100%;
  padding-bottom: 0px;
  color: #fff;
  text-transform: uppercase;
  font-style: italic;
  line-height: 40px;
  font-family: Tahoma;
  font-size: 38.5px;
  font-weight: bold;
}

.content404Page.wrapper .logo p i {
  color: #00a1ff;
  font-size: inherit;
  font-style: italic;
  font-weight: 700;
  font-family: Tahoma;
}

.content404Page.wrapper .logo span {
  font-size: 6.8px;
  line-height: 1;
  padding-right: 5px;
  position: relative;
  top: -2px;
  color: #fff;
  font-family: Tahoma;
  display: block;
  width: 100%;
  text-align: right;
  padding-top: 2px;
}

.content404Page.wrapper .content404 {
  display: flex;
  flex-direction: column;
  width: 280px;
}

.content404Page.wrapper .content404 img {
  display: block;
  margin: 0 auto;
}

.content404Page.wrapper .content404 h1 {
  color: #fff;
  padding: 10px 0;
}

.content404Page.wrapper .content404 button {
  display: inline-block;
  background: #fff;
  padding: 5px 15px;
  border-radius: 5px;
  font-size: 18px;
  line-height: 28px;
  color: #000;
}

.content404Page.wrapper .content404 button:hover {
  background: #92c637;
  color: #fff;
}

.tg-block {
  background: linear-gradient(90deg, #3B5FBB 0%, #365AB7 100%);
  display: flex;
  justify-content: center;
  height: 200px;
  margin: 20px 0;
}

.tg-block_wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
}

.tg-block_wrapper .tg-block_image img {
  width: 252px;
  height: 200px;
  margin-right: 20px;
}

.tg-block_wrapper .tg-block_text {
  color: #fff;
  font-size: 26px;
  font-weight: 700;
  line-height: 28px;
  text-transform: uppercase;
}

.tg-block_wrapper .tg-block_text button {
  border-radius: 8px;
  background: #f4ed5c;
  color: #28270f;
  border: none;
  font-size: 18px;
  font-weight: 700;
  padding: 12px 24px;
  width: 400px;
  margin-top: 15px;
  cursor: pointer;
  display: flex;
  justify-content: center;
}

.tgImgButton {
  max-width: 25px;
  margin-right: 10px;
}

.tg-block_wrapper .tg-block_text button:hover {
  opacity: 0.9;
}

@media screen and (max-width: 1200px) {
  .tg-block {
    height: 100px;
  }
  .tg-block_wrapper {
    gap: 0px;
  }
  .tg-block_wrapper .tg-block_image img {
    height: 100px;
    width: 126px;
  }
  .tg-block_wrapper .tg-block_text {
    padding-left: 10px;
    font-size: 12px;
    line-height: 16px;
  }
  .tg-block_wrapper .tg-block_text button {
    width: 100%;
    max-width: 239px;
    padding: 5px 24px;
    margin-top: 10px;
  }
}

@media screen and (max-width: 480px) {
  .tg-block {
    position: relative;
    overflow: hidden;
  }
  .tg-block_wrapper .tg-block_image {
    position: absolute;
    top: 0;
    left: 1%;
  }
  .tg-block_wrapper {
    padding-left: 20px;
    padding-right: 20px;
    justify-content: flex-end;
    width: 100%;
  }
  .tg-block_wrapper.mirror {
    justify-content: center;
    padding: 0;
  }
}

@media screen and (max-width: 400px) {
  .tg-block {
    overflow: hidden;
  }
  .tg-block_wrapper {
    padding-right: 10px;
  }
  .tg-block_wrapper .tg-block_image {
    left: -10%;
  }
}

@media screen and (max-width: 350px) {
  .tg-block_wrapper .tg-block_image {
    display: none;
  }
  .tg-block_wrapper {
    justify-content: center;
  }
  .tg-block_wrapper .tg-block_text {
    padding-left: 0px;
  }
}

.contentMap {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100vh;
  max-width: 100%;
  width: 100%;
  background: #205685;
}

.contentMap h1 {
  text-align: left;
  color: #1e1e24;
  margin-bottom: 64px;
}

.contentMap .sitemapLinks {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  max-width: 640px;
}

.contentMap .sitemapLinks a {
  display: inline-block;
  color: #fff;
  margin: 0 auto 12px;
  position: relative;
}

.contentMap .sitemapLinks a:before {
  position: absolute;
  left: -16px;
  top: calc(50% - 4px);
  content: no-open-quote;
  width: 8px;
  height: 8px;
  background: #fff;
  border-radius: 50%;
}

.contentMap .sitemapLinks a:hover {
  color: #92c637;
}

.img-overlay {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, .7);
  transition: opacity 500ms;
  visibility: hidden;
  opacity: 0;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
}

.img-overlay:target {
  visibility: visible;
  opacity: 1;
}

.img-overlay .img-popup {
  margin: 70px auto;
  padding: 20px;
  border-radius: 5px;
  width: 100%;
  position: relative;
  transition: all 5s ease-in-out;
}

.img-overlay .img-popup.horizontal {
  aspect-ratio: 1 / .2;
}

.img-overlay .img-popup.vartical {
  aspect-ratio: .5 / 1;
}

.button-block {
  text-align: center;
  margin: 14px 0 24px 0;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
}

.button-block button {
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 22px;
  width: 100%;
  max-width: 400px;
  margin: 0 auto;
  border-radius: 12px;
  background: #376c97;
  color: #fff;
  padding: 18px 0;
  position: relative;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.3s ease;
  border: none;
}

.button-block button:hover {
  filter: brightness(0.9);
  transform: translateY(-3px);
  box-shadow: 0 6px 16px rgba(55, 108, 151, 0.4);
}

.button-block button:active {
  transform: translateY(0);
  box-shadow: 0 2px 4px rgba(55, 108, 151, 0.3);
}

.button-block button:before {
  display: none;
  content: none;
  background: none;
}

.quote {
  position: relative;
  margin: 0 auto;
  margin-bottom: 20px;
  width: 96%;
  border-left: 3px solid #f6ef33;
}

.quote p {
  padding: 20px 40px 20px 40px;
  width: 100%;
  font-size: 18px;
  line-height: 28px;
  font-style: italic;
}

@media screen and (max-width: 1250px) {
  main .wrapper {
    padding: 0 10px;
  }
  .content .contentMain {
    width: 100%;
  }
  .content .general-ol li, .content .general-ul li {
    width: 100%;
  }
  .columns {
    flex-wrap: wrap;
  }
  .columns .column {
    width: 100%;
  }
  .column-p {
    margin-left: 0;
  }
  .footer-block-btn .buttons {
    justify-content: space-between;
    width: 100%;
  }
  .footer-block-btn .buttons .regButton, .footer-block-btn .buttons .logButton {
    padding: 7px 5px;
    width: 48%;
  }
}

@media screen and (max-width: 780px) {
  h1 {
    font-size: 26px;
    line-height: 36px;
  }
  h2 {
    font-size: 22px;
    line-height: 30px;
  }
  h3 {
    font-size: 20px;
    line-height: 28px;
  }
  h4, h5, h6 {
    font-size: 18px;
    line-height: 26px;
  }
  p, li, span, b, i, tr, td, main p, .content .general-ul li, .general-table .general-tr .general-td, .quote p {
    font-size: 16px;
    line-height: 24px;
  }
  .content {
    margin-bottom: 0px;
    padding: 25px 20px 0px 20px;
  }
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: sans-serif;
}

body {
  overflow-x: hidden;
  background: var(--main);
}

a {
  text-decoration: none;
  transition: 0.3s;
}

input, button {
  border: none;
  box-shadow: none;
  transition: 0.3s;
}

input {
  outline: none;
}

p, span, li, a {
  font-size: 16px;
  line-height: 28px;
}

h1, h2, h3, h4, h5, h6 {
  text-align: center;
  color: var(--text);
}

p, span, li, h1, h2, h3, a, b, i, label, input, button, td, tr, figcaption {
  color: var(--text);
}

button {
  cursor: pointer;
  background: transparent;
}

img {
  max-width: 100%;
  display: block;
}

i {
  font-style: normal;
  transition: 0.3s;
}

.wrapper {
  width: 95%;
  max-width: 1200px;
  margin: 0 auto;
}

.h2 {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}

.h2 button {
  border-radius: var(--block-border-radius);
  padding: 10px 10px;
  background: var(--color-primary);
  color: #fff;
  position: relative;
}

.h2 button:hover {
  background: var(--color-secondary);
}

.h2 button i {
  color: #fff;
  font-size: 18px;
  padding-right: 5px;
  position: relative;
  top: 2px;
}

.h2 h2 {
  margin-left: 280px;
  margin-bottom: 0;
}

:root {
  --main: #f5f5f5;
  --text: #000;
  --light-back: #fff;
  --block-border-radius: 10px;
  --color-primary: #4d8ab9;
  --color-secondary: #376c97;
}

header {
  padding: 20px 0;
}

.header_top {
  display: flex;
  justify-content: space-between;
}

.header_logo {
  display: flex;
  align-items: center;
}

.header_logo img {
  width: 40px;
  margin-right: 10px;
}

.header_logo span {
  font-size: 20px;
}

.header_admin {
  display: flex;
  align-items: center;
}

.header_admin img {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  margin-right: 10px;
}

.header_admin span {
  font-size: 14px;
}

.main_content {
  display: flex;
  justify-content: space-between;
}

.main_content .info {
  width: calc(100% - 240px);
  background: var(--light-back);
  border-radius: var(--block-border-radius);
}

.main_content .info h2 {
  font-size: 24px;
  line-height: 32px;
  margin-bottom: 40px;
}

.info_content {
  padding: 30px;
}

.navigation_list {
  display: flex;
  justify-content: space-between;
}

.navigation_item {
  border-radius: var(--block-border-radius);
  background: var(--color-primary);
  display: flex;
  justify-content: center;
  align-items: center;
  width: 20%;
  margin-bottom: 20px;
}

.navigation_item i {
  display: block;
  font-size: 40px;
  text-align: center;
  padding-bottom: 20px;
  color: #fff;
}

.navigation_item a {
  font-size: 22px;
  color: #fff;
  display: block;
  width: 100%;
  height: 100%;
  padding: 30px;
  text-align: center;
}

.navigation_item:hover {
  background: var(--color-secondary);
}

.info_field {
  display: flex;
  margin-bottom: 20px;
}

.info_field span {
  background: #eee;
  font-size: 15px;
  padding: 5px 10px;
  width: 25%;
  border-radius: var(--block-border-radius) 0 0 var(--block-border-radius);
}

.info_field input {
  border: 1px solid #eee;
  padding: 5px 10px;
  width: 75%;
  border-radius: 0 var(--block-border-radius) var(--block-border-radius) 0;
}

.info_field input::placeholder {
  color: var(--text);
  opacity: 1;
  font-size: 16px;
}

.info_field select {
  border-radius: 0 var(--block-border-radius) var(--block-border-radius) 0;
  border: 1px solid #eee;
  padding: 5px 10px;
  background: #fff;
  font-family: sans-serif;
  font-size: 15px;
  color: var(--text);
}

.pages_item {
  padding: 10px 10px 10px 0;
  border-bottom: 1px solid #eee;
  display: flex;
  align-items: center;
}

.pages_item h3 {
  text-align: left;
  font-size: 16px;
  position: relative;
  margin: 0 12px;
}

.pages_item img {
  width: 40px;
  flex: 0 0 auto;
  height: 40px;
}

.pages_item_moves {
  display: flex;
}

.pages_item_moves i {
  color: #b7b7b7;
  font-size: 14px;
  padding-right: 5px;
}

.pages_item .details {
  display: flex;
  align-items: center;
}

.pages_item .details:hover, .pages_item .details:hover i {
  color: var(--color-primary);
}

.pages_item .delete:hover, .pages_item .delete:hover i {
  color: #f80505;
}

.pageKey {
  margin-left: 12px;
  padding: 10px;
  border: 1px #ccc solid;
  border-radius: 4px;
}

.pages_bound {
  margin-left: 30px;
  padding: 20px 0;
}

.pages_bound_item a {
  text-align: left;
  font-size: 14px;
  padding-left: 25px;
  position: relative;
}

.pages_bound_item a:before {
  content: no-open-quote;
  width: 20px;
  height: 20px;
  position: absolute;
  top: 0px;
  left: 0;
  background: url(/_next/static/media/England-flag.5d086557.png) no-repeat;
  background-size: cover;
  border-radius: 50%;
}

.pages_bound_item a:hover {
  color: var(--color-secondary);
}

.category_item {
  padding: 10px 10px 10px 0;
  border-bottom: 1px solid #eee;
}

.category_item a {
  text-align: left;
  font-size: 16px;
}

.category_item a:hover {
  color: var(--color-secondary);
}

.loginPage {
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
}

.loginPage .header_logo {
  display: flex;
  justify-content: center;
}

.loginPage form {
  padding: 30px;
  background: var(--light-back);
  border-radius: var(--block-border-radius);
  width: 100%;
  max-width: 400px;
}

.loginPage form div {
  margin-bottom: 15px;
}

.loginPage form label {
  display: flex;
}

.loginPage label span {
  background: #eee;
  font-size: 17px;
  padding: 5px 10px;
  border-radius: var(--block-border-radius) 0 0 var(--block-border-radius);
  width: 25%;
}

.loginPage label input {
  border: 1px solid #eee;
  padding: 5px 10px;
  width: 75%;
  border-radius: 0 var(--block-border-radius) var(--block-border-radius) 0;
  font-size: 17px;
  background: var(--light-back);
}

.loginPage .loginButton {
  display: flex;
  justify-content: center;
}

.loginPage button {
  background: var(--color-primary);
  color: #fff;
  font-size: 18px;
  border-radius: var(--block-border-radius);
  padding: 10px 25px;
  text-transform: uppercase;
}

.loginPage button:hover {
  background: var(--color-secondary);
}

.buttonAdmin {
  background: var(--color-primary);
  color: #fff;
  font-size: 18px;
  border-radius: var(--block-border-radius);
  padding: 10px 25px;
  text-transform: uppercase;
}

.buttonAdmin:hover {
  background: var(--color-secondary);
}

.buttonsParent {
  display: flex;
  justify-content: space-between;
}

.buttonDelete {
  background: #eee;
  font-size: 16px;
  border-radius: var(--block-border-radius);
  padding: 10px 15px;
}

.buttonDelete:hover {
  background: #e10404;
  color: #fff;
}

.cardList {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.cardList .cardItem {
  margin: 16px 0px 0px 0;
  padding: 10px;
  border: 1px #eee solid;
  border-radius: 4px;
  cursor: -webkit-grab;
  cursor: grab;
  position: relative;
  width: 100%;
}

.cardList .cardItem h3 {
  padding: 0 0 10px 0;
  text-align: left;
  font-size: 16px;
}

.cardList .cardItem .remove {
  position: absolute;
  cursor: pointer;
  right: 16px;
  top: 8px;
  font-size: 24px;
  background: red;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.cardList .cardItem .remove span {
  color: #fff;
}

.cardList button.addItem {
  width: 100%;
  height: 100px;
  background: #eee;
  margin-top: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.cardList button.addItem span {
  font-size: 32px;
  color: #333;
}

.cardList .cardItem .input {
  margin-bottom: 12px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.cardList .cardItem input {
  width: calc(100% - 120px);
  background: #eee;
  padding: 10px;
  flex-grow: .9;
}

.cardList .cardItem .input span {
  width: 120px;
  font-size: 15px;
}

.cardList .select {
  width: 100%;
  display: flex;
}

.cardList .select div {
  margin-right: 15px;
}

.cardList .select div input {
  margin-right: 5px;
}

.saveButton {
  width: 100%;
  margin: 20px 0;
  display: flex;
  justify-content: flex-end;
}

.cardList .menuName {
  width: 100%;
  margin-top: 16px;
}

.cardList .menuName input {
  border: 1px solid #eee;
  padding: 10px 10px;
  width: 500px;
  border-radius: var(--block-border-radius);
}

.footer {
  background: #1A3152;
  padding: 20px 0;
}

.footer .footer-topside {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0px 20px 20px;
}

.footer .footer-topside .download {
  display: flex;
  align-items: center;
  margin-right: 20px;
  padding: 5px 5px 5px 10px;
  border-radius: 20px;
  background-color: #054588;
}

.footer .footer-topside .download span {
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  text-transform: uppercase;
}

.footer .footer-topside .download button {
  width: 20px;
  height: 20px;
  margin: 0 5px;
  fill: #428cdc;
  transition: .4s;
}

.footer .footerInner {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
}

.footer .footerInner img {
  margin: 0 auto;
  object-fit: contain;
}

.footer .footerInner .dmca-badge {
  display: block;
  margin-top: 4px;
  margin-bottom: 8px;
}

.footer .footerInner .dmca-badge img {
  display: block;
  margin: 0 auto;
}

.footer .scrollTop {
  background: #2b6ba8;
  width: 30px;
  height: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: fixed;
  bottom: 90px;
  right: 30px;
  opacity: 0;
  cursor: pointer;
  border-radius: 50%;
  z-index: 5;
}

.footer .scrollTop.pam_content {
  opacity: 1;
}

.footer .menu {
  display: none;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 20px 0;
  border-top: 1px solid #fff;
}

.footer .menu a {
  color: #fff;
  transition: all .3s ease-in-out;
}

.footer .menu a:hover {
  text-decoration: none;
  color: #fa7135;
}

.footer-block-btn {
  z-index: 4;
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  height: 60px;
  padding-right: 10px;
  padding-left: 10px;
  background: #1a5684;
  display: none;
  justify-content: center;
  align-items: center;
}

.footer-block-btn .buttons {
  display: flex;
}

.footer-info {
  border-radius: 20px;
  border-left: 3px solid #3779E4;
  background: #162A46;
  padding: 20px;
}

.footer-info .footer-title {
  color: #FFF;
  font-family: Arial;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 40px;
  text-transform: uppercase;
}

.footer-info p {
  color: #FFF;
  font-family: Arial;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 21px;
  padding-bottom: 0;
}

.footer-menu {
  display: flex;
  gap: 40px;
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: 30px;
}

.brand .brand-title, .limits .limits-title, .useful .useful-title {
  color: #FFF;
  text-align: center;
  font-family: Arial;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 28px;
  text-align: left;
}

.brand p, .limits p, .useful p {
  color: #D0D3E0;
  font-family: Arial;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 19px;
  padding-bottom: 0;
}

.useful-list a {
  color: #D0D3E0;
  font-family: Arial;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 19px;
  text-decoration: none;
}

.useful {
  width: 100%;
}

.useful-list {
  display: flex;
  flex-direction: column;
  justify-items: flex-start;
  align-items: flex-start;
}

.useful-list a:hover {
  text-decoration: underline;
  cursor: pointer;
}

@media(max-width: 1200px) {
  .footer-block-btn {
    display: flex;
  }
  .footer .menu, .footer hr {
    display: none;
  }
  .footer .footer-topside {
    justify-content: center;
    padding-bottom: 0;
  }
  .footer .footer-topside .download {
    display: none;
  }
  .footer .footerInner {
    padding: 0 20px;
  }
  .footer .footerInner img {
    display: none;
  }
}
@media(max-width: 600px) {
  .footer-menu {
    flex-direction: column;
    gap: 15px;
  }
}

.header {
  background: #1a5684;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 10;
  padding: 5px 0;
  height: 62px;
}

.header .headerInner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 100%;
  max-width: 1180px;
  margin: 0 auto;
  width: 100%;
}

.header .headerInner .logo a {
  display: block;
}

.header .headerInner .logo .ampLogo {
  position: relative;
}

.header .headerInner .logo .ampLogo button {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.header .menu {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  margin: 0 auto;
  padding: 0 20px;
}

.header .menu .logo {
  display: flex;
}

.header .menu .logo a {
  padding: 0 0px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.header .menu .logo p {
  width: 100%;
  padding-bottom: 0px;
  color: #fff;
  text-transform: uppercase;
  font-style: italic;
  line-height: 40px;
  font-family: Tahoma;
  font-size: 38.5px;
  font-weight: bold;
}

.header .menu .logo p i {
  color: #00a1ff;
  font-size: inherit;
  font-style: italic;
  font-weight: 700;
  font-family: Tahoma;
}

.header .menu .logo span {
  font-size: 6.8px;
  line-height: 1;
  padding-right: 5px;
  position: relative;
  top: -2px;
  color: #fff;
  font-family: Tahoma;
  display: block;
  width: 100%;
  text-align: right;
  padding-top: 2px;
}

.header .menu .links_buttons {
  display: flex;
}

.header .menu .links {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 20px;
}

.header .menu .choose {
  display: flex;
  align-items: center;
}

.header .menu .choose img {
  border-radius: 50%;
}

.header .menu .choose span {
  margin-left: 8px;
  font-size: 13px;
  font-weight: 600;
  color: #fff;
}

.header .menu a {
  font-size: 14px;
  line-height: 28px;
  text-transform: uppercase;
  font-weight: 500;
  padding: 0 5px;
  text-decoration: none;
  color: #fff;
}

.header .menu a:last-child {
  margin-right: 0;
}

.header .menu a:hover {
  color: #fff;
}

.header .menu a.active {
  color: #f6ef33;
}

.header .menu .btn-bonus-buy {
  font-size: 15px;
  display: flex;
  align-items: center;
  border-radius: 20px;
  border: 2px solid #ffb801;
  padding: 0px 20px;
  color: #fff;
  line-height: 1.15;
  text-transform: uppercase;
  cursor: pointer;
  text-align: center;
  transition: color .3s ease;
}

.header .menu .btn-bonus-buy img {
  margin-right: 8px;
}

.buttons .logButton {
  padding: 10px 15px;
  border-radius: 30px;
  font-weight: 700;
  color: #fff;
  font-size: 14px;
  text-transform: uppercase;
  cursor: pointer;
  transition: .3s;
  border: none;
  margin-right: 10px;
  background: #2b6ba8;
  border: 1px solid #2b6ba8;
}

.buttons .logButton:hover, .buttons .logButton:active {
  filter: drop-shadow(1px 1px 6px #f6ef33);
}

.buttons .regButton {
  padding: 7px 15px;
  border-radius: 30px;
  font-weight: 700;
  color: #fff;
  font-size: 14px;
  text-transform: uppercase;
  cursor: pointer;
  transition: .3s;
  border: none;
  margin-right: 10px;
  background: #f6ef33;
  border: 1px solid #f6ef33;
  color: #000;
  display: flex;
  justify-content: center;
  gap: 5px;
  align-items: center;
}

.buttons .regButton:hover, .buttons .regButton:active {
  filter: drop-shadow(1px 1px 6px #2b6ba8);
}

@media screen and (max-width: 1250px) {
  .header .menu {
    padding: 0 0;
  }
  .header .menu .links_buttons {
    display: none;
  }
  .header .headerInner {
    padding: 0 20px;
  }
  .buttons {
    display: none;
  }
  .buttons .regButton {
    margin-right: 0;
  }
  .buttons .regButton, .buttons .logButton {
    font-size: 16px;
  }
}

.burger {
  display: none;
  position: relative;
}

.mobileMenu {
  position: fixed;
  top: 0;
  right: 0%;
  display: block;
  z-index: 5;
  background: #1a5684;
  width: 100%;
  max-width: 350px;
  min-height: 100vh;
  padding: 20px 30px;
  transition: right .8s;
}

.mobileMenu .buttons {
  display: block;
  margin-top: 32px;
}

.mobileMenu .buttons button {
  display: block;
  margin: 0 auto 12px;
  width: 50%;
}

.mobileMenu[hidden] {
  right: -200%;
}

.mobileMenu .mobileMenuTop {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 25px;
}

.mobileMenu .mobileMenuLinks {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.mobileMenu .mobileMenuLinks a {
  color: #fff;
  font-size: 14px;
  text-align: center;
  font-weight: 500;
  line-height: 28px;
  text-transform: uppercase;
  text-decoration: none;
  padding: 10px;
}

.mobileMenu .mobileMenuLinks a.active {
  color: #f6ef33;
}

.mobileMenu .mobileMenuLinks .btn-bonus-buy {
  font-size: 15px;
  display: flex;
  align-items: center;
  border-radius: 20px;
  border: 2px solid #ffb801;
  padding: 0px 20px;
  color: #fff;
  line-height: 1.15;
  text-transform: uppercase;
  cursor: pointer;
  text-align: center;
  transition: color .3s ease;
}

.mobileMenu .mobileMenuLinks .btn-bonus-buy img {
  margin-right: 8px;
}

.overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background: rgba(0, 0, 0, .5);
  z-index: 1;
  display: block;
}

.overlay[hidden] {
  display: none;
}

@media screen and (max-width: 1250px) {
  .burger {
    display: block;
  }
}

.breadcrumbs {
  display: flex;
  align-items: center;
  padding: 20px 0;
  overflow-x: hidden;
}

.breadcrumbs a {
  color: #000;
  font-size: 14px;
}

.breadcrumbs a:hover {
  text-decoration: none;
}

.breadcrumbs .last {
  position: relative;
  margin-left: 10px;
  font-size: 14px;
}

.breadcrumbs a:after {
  display: inline-block;
  width: 11px;
  height: 11px;
  background-image: url(/arrow-right.svg);
  background-size: cover;
  background-repeat: no-repeat;
  margin-left: 10px;
  content: no-open-quote;
}

@media screen and (max-width: 1250px) {
  .breadcrumbs {
    display: block;
    padding-top: 35px;
  }
}

.buttonWrapper {
  width: 100%;
  display: flex;
  justify-content: center;
  padding: 22px 0;
  background: linear-gradient(270deg, #124E77 0%, #2191DD 100%);
  position: relative;
}

.buttonWrapper img.bigDroid {
  position: absolute;
  left: 0;
  top: 16px;
  width: 137px;
  height: 86px;
}

.buttonWrapper button {
  font-family: sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 22px;
  display: block;
  width: 100%;
  max-width: 400px;
  border-radius: 12px;
  background: #F9E843;
  color: #000;
  padding: 18px 0;
  cursor: pointer;
  display: flex;
  justify-content: center;
}

.buttonWrapper img {
  width: 18px;
  height: 18px;
  margin-right: 10px;
}

@media (max-width: 650px) {
  .buttonWrapper button {
    padding: 12px 0;
    width: 225px;
    font-size: 16px;
    position: relative;
    z-index: 3;
  }
  .buttonWrapper img.bigDroid {
    top: 4px;
    z-index: 1;
  }
}

@media (max-width: 470px) {
  .buttonWrapper {
    justify-content: right;
    padding: 22px 22px 22px 0;
  }
}

.app_block {
  padding: 110px 0px 40px 0px;
  max-width: 1180px;
  width: 100%;
  margin: 0 auto;
}

.app_top {
  display: flex;
  margin-bottom: 40px;
  margin-top: 40px;
}

.app_head {
  font-size: 32px;
  color: #29333d;
  font-style: Tahoma, sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  padding-bottom: 20px;
}

.app_left {
  max-width: 200px;
  height: 200px;
  width: 100%;
  margin-right: 20px;
  box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, .08);
  border-radius: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 20px;
  background: #fff;
}

.app_right {
  width: calc(100% - 220px);
  display: flex;
  align-content: space-between;
  flex-wrap: wrap;
  gap: 16px;
  height: 190px;
}

.app_right .name {
  color: var(--black);
  font-family: Tahoma, sans-serif;
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: 32px;
  text-transform: uppercase;
  width: 100%;
}

.app_right .name span {
  font-size: 27px;
  line-height: 27px;
  font-family: Tahoma, sans-serif;
  font-weight: 400;
  color: #454545;
  width: 100%;
  text-transform: uppercase;
}

.app_right .stars {
  display: flex;
  align-items: center;
  width: 100%;
}

.app_right .stars .star {
  margin-right: 8.5px;
}

.app_right .star {
  display: flex;
  justify-content: center;
  align-items: center;
}

.app_right .stars .number {
  color: #29333d;
  font-family: Tahoma, sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  padding-left: 5px;
  width: 100%;
}

.app_right .stars .number .review_number {
  color: #454545;
  font-family: Tahoma, sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  padding-left: 5px;
  width: 100%;
}

.app_right .downloads {
  display: flex;
  width: 100%;
  gap: 20px;
}

.app_right .downloads .apk {
  display: flex;
  justify-content: center;
  align-items: end;
  font-family: Tahoma, sans-serif;
  font-size: 18px;
  color: #29333d;
  font-weight: 700;
}

.apk_info, .weight_number, .downloads_info {
  height: 19px;
}

.app_right .downloads .weight {
  display: flex;
  justify-content: center;
  align-items: end;
  font-family: Tahoma, sans-serif;
  font-size: 18px;
  color: #29333d;
  font-weight: 700;
}

.app_right .downloads .weight span {
  font-family: Tahoma, sans-serif;
  font-size: 18px;
  color: #4a9ef8;
  font-weight: 400;
}

.app_right .downloads .downloads_number {
  display: flex;
  justify-content: center;
  align-items: end;
  font-family: Tahoma, sans-serif;
  font-size: 18px;
  color: #29333d;
  font-weight: 700;
}

.app_right .downloads .downloads_number span {
  font-family: Tahoma, sans-serif;
  font-size: 18px;
  color: #29333d;
  font-weight: 700;
}

.app_right .downloads .downloads_number .info__blue {
  font-family: Tahoma, sans-serif;
  font-size: 18px;
  color: #4a9ef8;
  font-weight: 700;
}

.app_right .downloads .number {
  padding-right: 20px;
  padding-left: 6px;
}

.app_right .downloads span {
  color: var(--black);
  font-family: sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

.app_right .app_button {
  width: 100%;
}

.app_bottom_mobile .weight {
  display: none;
}

.app_bottom_mobile .downloads_number {
  display: none;
}

.app_right .app_button button, .app_button.app_button_mobile button, .app_page .fixed_buttonsInner button {
  font-family: sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 22px;
  display: flex;
  width: 100%;
  max-width: 400px;
  border-radius: 12px;
  background: #14a0ff;
  color: #fff;
  padding: 18px 0;
  position: relative;
  cursor: pointer;
  justify-content: center;
}

.stars img {
  height: 18px;
  width: 18px;
}

.apk img {
  height: 18px;
  width: 18px;
}

.weight img {
  height: 18px;
  width: 18px;
}

.downloads_number img {
  height: 18px;
  width: 18px;
}

hr {
  background-color: #cbd4df;
  height: 2px;
}

.app_right .app_button img, .app_button.app_button_mobile img, .app_page .fixed_buttonsInner button img {
  width: 18px;
  height: 18px;
  margin-right: 10px;
}

.app_right .app_button button:hover {
  background: rgba(33, 167, 30, .7);
}

.app_bottom {
  margin-top: 40px;
}

.app_bottom .title {
  font-family: sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px;
}

.app_imgs {
  display: flex;
}

.app_imgs img {
  width: 120px;
  height: 245px;
}

.app_button.app_button_mobile {
  display: none;
}

.carousel-wrapper {
  display: none;
}

.app_page .fixed_buttons {
  display: none;
  position: fixed;
  width: 100%;
  padding: 8px 0;
  justify-content: center;
  bottom: 0;
  left: 0;
  z-index: 8;
  background: #fff;
}

.app_page .fixed_buttonsInner {
  display: flex;
  justify-content: center;
  align-items: center;
}

.app_page .fixed_buttonsInner a {
  text-decoration: none;
}

@media screen and (max-width: 650px) {
  .app_top {
    margin-bottom: 10px;
  }
  .app_left {
    width: 100px;
    height: 100px;
    border-radius: 22px;
  }
  .app_right {
    height: 87px;
  }
  .app_head {
    font-size: 20px;
    line-height: 20px;
  }
  .app_right .downloads .weight {
    display: none;
  }
  .app_right .downloads .downloads_number {
    display: none;
  }
  .app_right .name {
    font-size: 24px;
    line-height: 22px;
  }
  .app_right .downloads .apk {
    font-size: 17px;
  }
  .app_right .stars .number {
    font-size: 17px;
  }
  .app_right .stars .number .review_number {
    font-size: 14px;
  }
  .app_right .name {
    font-size: 17px;
    line-height: 17px;
  }
  .app_right .name span {
    font-size: 17px;
    line-height: 17px;
  }
  .app_bottom_mobile {
    display: flex;
    gap: 20px;
    justify-content: flex-start;
    align-items: center;
    padding-left: 10px;
  }
  .downloads_info span {
    font-size: 17px;
  }
  .app_bottom_mobile .weight {
    display: flex;
    justify-content: center;
    align-items: end;
    font-family: Tahoma, sans-serif;
    font-size: 17px;
    color: #29333d;
    font-weight: 700;
  }
  .weight_number span {
    font-family: Tahoma, sans-serif;
    font-size: 17px;
    color: #4a9ef8;
    font-weight: 700;
  }
  .app_bottom_mobile .downloads_number {
    display: flex;
    justify-content: center;
    font-family: Tahoma, sans-serif;
    font-size: 17px;
    color: #29333d;
    font-weight: 700;
  }
  .info__blue {
    font-family: Tahoma, sans-serif;
    font-size: 20px;
    color: #4a9ef8;
    font-weight: 700;
  }
  .app_button.app_button_desktop {
    display: none;
  }
  .app_button.app_button_mobile {
    display: flex;
    justify-content: center;
    width: 97%;
    margin: 14px 0 20px 10px;
  }
}

@media screen and (max-width: 560px) {
  .app_top {
    width: 100%;
    margin: 0 auto;
    margin-bottom: 15px;
  }
  .app_left {
    padding: 0 10px;
    margin-right: 12px;
    margin-top: 20px;
  }
  .app_right {
    width: calc(100% - 100px);
    padding-top: 25px;
  }
  .app_bottom_mobile .title {
    width: 90%;
    margin: 0 auto;
    padding-bottom: 0;
  }
  .app_right .stars .star {
    margin-right: 6px;
  }
}

@media screen and (max-width: 400px) {
  .app_right .stars .number .review_number {
    padding-left: 0;
  }
  .app_bottom_mobile .weight {
    font-size: 15px;
  }
  .weight_number span {
    font-size: 15px;
  }
  .app_bottom_mobile .downloads_number {
    font-size: 15px;
  }
  .downloads_info span {
    font-size: 15px;
  }
  .info__blue {
    font-size: 15px;
  }
  .app_right .name span {
    display: none;
  }
  .app_right .stars .number .review_number {
    font-size: 12px;
  }
}

@media screen and (max-width: 320px) {
  .app_right .stars .number .review_number {
    padding-left: 0;
  }
  .app_bottom_mobile .weight {
    font-size: 13px;
  }
  .weight_number span {
    font-size: 13px;
  }
  .app_bottom_mobile .downloads_number {
    font-size: 13px;
  }
  .downloads_info span {
    font-size: 13px;
  }
  .info__blue {
    font-size: 13px;
  }
  .app_right .stars .number .review_number {
    display: none;
  }
}

.modal {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(255, 255, 255, .9);
  z-index: 10000;
  height: 100%;
  padding: 5px;
  opacity: 0;
  pointer-events: none;
}

.modal:target {
  opacity: 1;
  pointer-events: auto;
}

.modal .close {
  position: absolute;
  right: 100px;
  top: 30px;
  color: #fff;
  padding: 5px;
  border-radius: 50%;
  background: #0265a7;
  width: 30px;
  height: 30px;
  text-decoration: none;
  display: flex;
  justify-content: center;
  align-items: center;
}

.modal .close:hover {
  background: #007acc;
}

.modal_inner {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}

.modal_inner img {
  width: 280px;
  height: 572px;
}

@media screen and (max-width: 1200px) {
  .app_page .fixed_buttons {
    display: none;
  }
  .app_block {
    padding-top: 16px;
    padding-bottom: 0px;
  }
  .app_imgs {
    display: none;
  }
  .carousel-wrapper {
    display: flex;
  }
  .modal_inner img {
    width: 220px;
    height: 449px;
  }
  .content_page.app_page {
    margin-top: 0px;
  }
  .carousel.carousel_pam {
    margin-top: 15px;
  }
  .modal_inner img {
    width: 220px;
    height: 449px;
  }
}

@media screen and (max-width: 550px) {
  .app_block {
    width: 100%;
  }
  .app_button.app_button_desktop {
    display: none;
  }
  .app_left {
    width: 100px;
    height: 100px;
    padding: 0 10px;
    margin-right: 12px;
  }
  .app_right {
    width: calc(100% - 100px);
  }
  .app_right .name {
    font-size: 24px;
    line-height: 22px;
  }
  .app_bottom .title {
    width: 90%;
    margin: 0 auto;
    padding-bottom: 0;
  }
  .app_right .stars .star {
    margin-right: 6px;
  }
  .app_right .stars .number {
    font-size: 16px;
  }
  .app_right .downloads span {
    font-size: 16px;
  }
  .dots {
    width: 100%;
  }
  .carousel {
    margin: 0 auto;
  }
  .modal .close {
    right: 20px;
    top: 10px;
  }
}

@media screen and (max-width: 360px) {
  .app_right .downloads {
    flex-wrap: wrap;
  }
  .app_right .downloads .number {
    padding-bottom: 5px;
  }
}

.bannerApp {
  margin-top: 90px;
  background-repeat: no-repeat;
  background-size: cover;
}

.bannerApp .bannerAppWripper {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-around;
}

.bannerApp .bannerAppInfo {
  display: flex;
  flex-direction: column;
  gap: 30px;
}

.bannerApp .bannerAppInfo p {
  padding-bottom: 0;
  max-width: 550px;
  color: #fff;
  font-size: 80px;
  font-weight: 700;
  line-height: 80px;
  text-transform: uppercase;
}

.bannerApp .bannerAppBtns {
  display: flex;
  align-items: center;
  gap: 20px;
}

.bannerApp .bannerAppBtns button {
  position: relative;
  padding: 18px 24px 18px 52px;
  width: 250px;
  color: #2f5fdc;
  font-size: 18px;
  font-weight: 500;
  line-height: 22px;
  border-radius: 12px;
  background: #fff;
  box-shadow: 0px 0px 8px 0px rgba(41, 114, 199, .45);
}

.bannerApp .bannerAppBtns button::before {
  position: absolute;
  content: no-open-quote;
  width: 18px;
  height: 18px;
  top: 18px;
  left: 33%;
  background-repeat: no-repeat;
  background-size: cover;
}

.bannerApp .bannerAppBtns button:last-child::before {
  left: 40%;
}

.bannerApp .bannerAppBtns button:hover {
  transform: scale(1.03);
}

@media screen and (max-width: 1250px) {
  .bannerApp .bannerAppWripper {
    padding: 0 20px;
    justify-content: center;
  }
  .bannerApp .bannerAppInfo {
    align-items: flex-start;
    gap: 10px;
    padding: 15px 0;
  }
  .bannerApp .bannerAppInfo p {
    max-width: 210px;
    font-size: 26px;
    line-height: normal;
  }
  .bannerApp .bannerAppImg {
    margin-top: -10px;
    width: 105px;
    height: auto;
  }
  .bannerApp .bannerAppImg img {
    width: 100%;
    height: 100%;
  }
  .bannerApp .bannerAppBtns {
    flex-direction: column;
    gap: 10px;
  }
  .bannerApp .bannerAppBtns button {
    padding: 5px 14px;
    width: 150px;
    font-size: 14px;
    line-height: 18px;
    border-radius: 8px;
  }
  .bannerApp .bannerAppBtns button::before {
    top: 4px;
    left: 15%;
  }
  .bannerApp .bannerAppBtns button:last-child::before {
    left: 25%;
  }
}

.mainBanner {
  height: 408px;
  margin-bottom: 0;
  margin-top: 62px;
  background: url(/bag-image.webp) no-repeat;
  background-size: cover;
  background-position: center;
  position: relative;
}

.mainBannerInner {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  overflow: hidden;
  width: 100%;
  max-width: 1450px;
  margin: 0 auto;
  position: relative;
}

.mainBannerInner .mainBannerText {
  text-align: center;
  padding-top: 53px;
  height: 100%;
  position: relative;
  z-index: 2;
}

.mainBannerInner .mainBannerText p {
  padding-bottom: 0;
  margin-bottom: 0;
  font-family: Tahoma, sans-serif;
}

.mainBannerInner .textFirst {
  color: #fff;
  font-size: 25px;
  font-style: normal;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 1.5px;
  text-transform: uppercase;
}

.mainBannerInner .textSecond {
  color: #fff;
  font-size: 122px;
  font-style: normal;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 1.2px;
  text-transform: uppercase;
  width: 100%;
}

.mainBannerInner .textSecond span {
  color: #102e5b;
  font-size: 122px;
  font-style: normal;
  font-weight: 800;
  line-height: 1;
  letter-spacing: 1.2px;
  text-transform: uppercase;
  font-family: Tahoma, sans-serif;
}

.mainBannerInner .textThird {
  color: #fff;
  font-size: 35px;
  font-style: normal;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 2.1px;
  text-transform: uppercase;
}

.mainBanner .mainBannerButton {
  position: absolute;
  bottom: 52px;
  left: 0;
  display: flex;
  justify-content: center;
  width: 100%;
  z-index: 3;
}

.mainBanner .mainBannerButton button {
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 22px;
  text-transform: uppercase;
  color: #000;
  border-radius: 50px;
  border: 1px solid #fcdf45;
  background: #f5ef5d;
  box-shadow: 0px 0px 12px 0px rgba(255, 168, 0, .26);
  padding: 26px 52px;
  transition: .4s;
  font-family: Tahoma, sans-serif;
  cursor: pointer;
}

.mainBanner .mainBannerButton button:hover {
  opacity: .7;
}

.mainBannerInner:before {
  content: no-open-quote;
  position: absolute;
  bottom: 0;
  left: 0;
  background: url(/mask-left.webp) no-repeat;
  background-size: cover;
  width: 408px;
  height: 408px;
}

.mainBannerInner:after {
  content: no-open-quote;
  position: absolute;
  bottom: 0;
  right: 0;
  background: url(/mask-right.webp) no-repeat;
  background-size: cover;
  width: 400px;
  height: 400px;
}

@media(max-width: 1250px) {
  .mainBanner {
    height: 142px;
  }
  .mainBannerInner:after, .mainBannerInner:before {
    width: 142px;
    height: 142px;
  }
  .mainBannerInner .textFirst {
    font-size: 12px;
    font-weight: 500;
    letter-spacing: .66px;
  }
  .mainBannerInner .textSecond {
    font-size: 52px;
    letter-spacing: .52px;
  }
  .mainBannerInner .textSecond span {
    font-size: 52px;
    letter-spacing: .52px;
  }
  .mainBannerInner .textThird {
    font-size: 15px;
    letter-spacing: .9px;
  }
  .mainBanner .mainBannerButton {
    bottom: -30px;
  }
  .mainBanner .mainBannerButton button {
    padding: 18px 0px;
    max-width: 300px;
    width: 97%;
  }
  .mainBannerInner .mainBannerText {
    padding-top: 16px;
  }
  .mainBannerInner {
    max-width: 800px;
  }
}

@media(max-width: 500px) {
  .mainBannerInner::before {
    left: -55px;
  }
  .mainBannerInner::after {
    right: -40px;
  }
}

@media(max-width: 350px) {
  .mainBannerInner::before, .mainBannerInner::after {
    display: none;
  }
}

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

.panel_inner {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 40px;
}

.panel_item {
  border-radius: 10px;
  padding: 24px;
  position: relative;
  height: 100px;
  overflow: hidden;
  justify-content: center;
  background: #376c97;
  transition: all 0.3s ease;
}

.panel_item:hover {
  filter: brightness(0.9);
  transform: translateY(-3px);
  box-shadow: 0 6px 16px rgba(55, 108, 151, 0.4);
}

.panel_item:active {
  transform: translateY(0);
  box-shadow: 0 2px 4px rgba(55, 108, 151, 0.3);
}

.panel_item span {
  font-family: Verdana, sans-serif;
  font-size: 28px;
  color: #fff;
  font-weight: 700;
  line-height: 34px;
  position: relative;
  z-index: 2;
  top: 11px;
}

.panel_item .panel_img {
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 1;
  height: 100px;
  width: 200px;
  top: 0;
  display: flex;
}

.right_img {
  border-radius: 10px;
  height: 82px;
  width: 144px;
  background: url(/uploads/img/gift_box.webp) no-repeat;
  background-size: cover;
  right: 0px;
  top: 18px;
  position: relative;
  z-index: 3;
}

.left_img {
  border-radius: 10px;
  height: 101px;
  width: 86px;
  background: url(/uploads/img/iphone.webp) no-repeat;
  background-size: cover;
  left: 17px;
  position: relative;
  z-index: 2;
  top: 3px;
}

.panel_item:nth-child(2) .panel_img {
  background: url(/uploads/img/roullet.webp) no-repeat;
  background-size: cover;
  height: 100px;
  width: 200px;
  right: 0px;
}

.panel_item button {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100px;
  z-index: 2;
  background: transparent;
  border: none;
  border-radius: 10px;
  cursor: pointer;
}

.panel_item button:hover {
  background: transparent;
}

.panel2 {
  width: 100%;
  max-width: 1300px;
  margin: 0 auto;
  margin-top: 20px;
  padding: 0;
  margin-bottom: 40px;
}

.panel_inner2 {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 40px;
}

.panel_item2 {
  border-radius: 10px;
  padding: 24px;
  position: relative;
  height: 100px;
  overflow: hidden;
  background: #376c97;
  transition: all 0.3s ease;
}

.panel_item2:hover {
  filter: brightness(0.9);
  transform: translateY(-3px);
  box-shadow: 0 6px 16px rgba(55, 108, 151, 0.4);
}

.panel_item2:active {
  transform: translateY(0);
  box-shadow: 0 2px 4px rgba(55, 108, 151, 0.3);
}

.panel_item2 span {
  font-family: Verdana, sans-serif;
  font-size: 28px;
  color: #fff;
  font-weight: 700;
  line-height: 34px;
  position: relative;
  top: 9px;
  z-index: 2;
}

.panel_item2 .panel_img2 {
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 4;
  top: 0;
}

.panel_item2 button {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100px;
  z-index: 4;
  background: transparent;
  border: none;
  border-radius: 10px;
  cursor: pointer;
}

.panel_item2 .panel_img2 {
  width: 323px;
  background: url(/uploads/img/panel/panel_logo.webp) no-repeat;
  background-size: cover;
  top: 15px;
  right: 24px;
  height: 70px;
}

.panel_item2 button:hover {
  background: transparent;
}

@media screen and (max-width: 866px) {
  .panel_item {
    height: 100px;
  }
  .panel_inner {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 20px;
  }
  .panel_item span {
    font-size: 16px;
    line-height: 20px;
    top: 19px;
  }
  .panel_img {
    top: 50px;
  }
  .panel_item:nth-child(1) .right_img {
    width: 180px;
    height: 90px;
    right: 0px;
    top: 10px;
  }
  .panel_item:nth-child(1) .left_img {
    width: 115px;
    height: 98px;
    left: 21px;
    top: 4px;
  }
  .panel_item:nth-child(2) .panel_img {
    width: 170px;
    height: 100px;
    top: 0px;
    right: 0px;
  }
  .panel_item2 span {
    font-size: 16px;
    line-height: 20px;
    top: 17px;
  }
  .panel_item2 .panel_img2 {
    width: 283px;
    height: 62px;
    right: 20px;
    top: 19px;
  }
}

@media screen and (max-width: 512px) {
  .panel_item2 span {
    right: 0;
    top: 15px;
  }
  .panel_item2 .panel_img2 {
    width: 132px;
    height: 28px;
    right: 10px;
    top: 35px;
  }
  .panel_item:nth-child(1) .right_img {
    width: 180px;
    height: 90px;
    right: 0px;
    top: 10px;
  }
  .panel_item:nth-child(1) .left_img {
    width: 115px;
    height: 98px;
    left: 21px;
    top: 4px;
  }
}

@media screen and (max-width: 360px) {
  .panel_item span {
    max-width: 80px;
    display: inline-block;
    top: 5px;
  }
  .panel_item2 span {
    max-width: 80px;
    display: inline-block;
    top: 5px;
  }
}

@keyframes pulse {
  0% {
    transform: scale(1, 1);
  }
  50% {
    opacity: 0.3;
  }
  100% {
    transform: scale(1.5);
    opacity: 0;
  }
}

.bg, .telegram-fixblock button {
  position: fixed;
  width: 74px;
  height: 74px;
  border-radius: 100%;
  right: 87px;
  bottom: 71px;
}

.telegram-fixblock {
  display: flex;
  width: 100%;
  justify-content: center;
  align-items: center;
}

.bg {
  animation: pulse 1.2s ease infinite;
  background: #F4ED5C;
}

.telegram-fixblock button {
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 99;
  border: none;
  background: url(/icon.svg);
  background-size: contain;
  width: 74px;
  height: 74px;
  right: 87px;
  bottom: 71px;
  cursor: pointer;
  outline: none;
}

@media (max-width: 1250px) {
  .telegram-fixblock button {
    width: 60px;
    height: 60px;
    right: 14px;
    bottom: 136px;
  }
  .bg, .telegram-fixblock button {
    width: 60px;
    height: 60px;
    right: 14px;
    bottom: 136px;
  }
}

.general-section {
  padding: 20px;
  background: #eee;
  border-radius: 10px;
  border: 1px #ccc solid;
  margin-bottom: 12px;
}

.testimonial {
  box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.25);
  border-radius: 12px;
  padding: 16px;
  margin-bottom: 12px;
  background: rgb(231 236 244);
}

.testimonialTitle {
  display: flex;
  justify-content: space-between;
  margin-bottom: 12px;
}

.testimonialTitle span {
  font-weight: bold;
}

.testimonialTitle .stars {
  box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.25);
  display: flex;
  gap: 8px;
  padding: 8px 16px;
  border-radius: 100px;
  background: #fff;
}

.testimonialTitle .stars img {
  width: 16px;
  height: 16px;
}

@media (max-width: 500px) {
  .testimonialTitle .stars {
    gap: 3px;
    padding: 5px 10px;
  }
}

@media (max-width: 350px) {
  .testimonialTitle span {
    font-size: 12px;
  }
}

main div.request {
  max-width: 850px;
  margin: 24px auto;
  background-color: #f8f9fb;
  border: 1px solid #e8ecf1;
  border-radius: 16px;
  padding: 24px 32px;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  box-sizing: border-box;
}

main div.request .request-title {
  color: #111827;
  font-size: 16px;
  font-weight: 600;
  margin: 0 0 16px 0;
  padding: 0;
  text-align: left;
  line-height: 1.4;
  width: 100%;
}

main div.request .request-block {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  flex-wrap: wrap;
  width: 100%;
  padding: 0;
  margin: 0;
}

main div.request .request-info {
  flex: 1 1 30%;
  background-color: #ffffff;
  border: 1px solid #e2e8f0;
  border-radius: 12px;
  padding: 14px 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 2px 4px rgba(0,0,0,0.02);
  transition: all 0.2s ease;
}

main div.request .request-info:hover {
  border-color: #376c97;
  box-shadow: 0 4px 8px rgba(55, 108, 151, 0.1);
}

main div.request .request-info p {
  color: #376c97;
  font-size: 14.5px;
  font-weight: 700;
  margin: 0;
  padding: 0;
  text-align: center;
  line-height: 1.3;
  width: auto;
}

@media (max-width: 768px) {
  main div.request .request-info {
    flex: 1 1 45%;
  }
}

@media (max-width: 480px) {
  main div.request {
    padding: 20px;
  }
  main div.request .request-info {
    flex: 1 1 100%;
  }
}

.mobil-app {
  border-radius: 20px;
  border: 1px solid #CDCDCD;
  background: #FFF;
  margin-bottom: 12px;
}

.mobil-app h2 {
  background: linear-gradient(90deg, #246EB6 0%, #4D97E0 100%);
  color: #FFF;
  text-align: center;
  font-family: Arial;
  font-size: 26px;
  font-style: normal;
  font-weight: 700;
  border-radius: 20px 20px 0 0;
  padding: 20px;
}

.mobil-app p {
  padding: 20px 20px 0 20px;
}

.mobil-app-info {
  background: #FFF9DB;
  border-radius: 0 0 20px 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 20px;
  gap: 10px;
  margin-top: 20px;
}

.mobil-app-info p {
  padding: 0;
  color: #454545;
  font-family: Arial;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px;
}

main div.support {
  max-width: 850px;
  margin: 24px auto;
  background-color: #f8f9fb;
  border: 1px solid #e8ecf1;
  border-radius: 16px;
  padding: 24px 32px;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  box-sizing: border-box;
}

main div.support .support-block {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  flex-wrap: wrap;
  width: 100%;
  padding: 0;
  margin-bottom: 24px;
}

main div.support .support-info {
  flex: 1 1 20%;
  min-width: 140px;
  background-color: #ffffff;
  border: 1px solid #e2e8f0;
  border-radius: 12px;
  padding: 16px 10px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  box-shadow: 0 2px 4px rgba(0,0,0,0.02);
  min-height: auto;
}

main div.support p.support-title {
  color: #6b7280;
  font-size: 13px;
  font-weight: 500;
  margin: 0 0 8px 0;
  padding: 0;
  width: auto;
  line-height: normal;
}

main div.support p.info,
main div.support a.info {
  color: #111827;
  font-size: 14px;
  font-weight: 700;
  margin: 0;
  padding: 0;
  width: auto;
  line-height: normal;
  text-decoration: none;
  word-break: break-word;
  text-align: center;
}

main div.support a.info:hover {
  color: #246EB6;
  text-decoration: none;
}

main div.support p.addition {
  text-align: center;
  color: #6b7280;
  font-size: 14px;
  line-height: 1.4;
  margin: 0;
  padding: 20px 0 0 0;
  border-top: 1px solid #e2e8f0;
  font-weight: 400;
  width: 100%;
}

main div.support h2 {
  display: none;
}
main div.support > p:not(.addition) {
  display: none;
}

@media (max-width: 768px) {
  main div.support .support-info {
    flex: 1 1 40%;
  }
}

@media (max-width: 480px) {
  main div.support {
    padding: 20px;
  }
  main div.support .support-info {
    flex: 1 1 100%;
  }
}

.general-table tr:first-of-type,
.general-table tr:first-of-type td,
.general-table tr:first-of-type th,
.general-table .general-tr:first-of-type,
.general-table .general-tr:first-of-type .general-td,
.general-table thead .general-tr,
.general-table thead .general-td {
  background-color: #376c97;
  background: #376c97;
}

.general-table tr:first-of-type,
.general-table tr:first-of-type td,
.general-table tr:first-of-type th,
.general-table .general-tr:first-of-type,
.general-table .general-tr:first-of-type .general-td,
.general-table tr:first-of-type td *,
.general-table tr:first-of-type th *,
.general-table .general-tr:first-of-type .general-td * {
  color: #ffffff;
}

.rating-card {
  display: flex;
  align-items: center;
  background-color: #f8f9fb;
  border: 1px solid #e8ecf1;
  border-radius: 16px;
  padding: 24px 32px;
  gap: 32px;
  max-width: 850px;
  margin: 24px auto;
  font-family: Arial, -apple-system, BlinkMacSystemFont, sans-serif;
}

.rating-card-main {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-width: 170px;
  text-align: center;
}

.rating-score {
  font-size: 54px;
  font-weight: 800;
  line-height: 1;
  color: #0f172a;
  letter-spacing: -1px;
}

.rating-stars {
  color: #ffb400;
  font-size: 24px;
  margin: 8px 0 10px 0;
  letter-spacing: 2px;
}

.rating-count {
  font-size: 13.5px;
  color: #6b7280;
}

.rating-count strong {
  color: #374151;
}

.rating-divider {
  width: 1px;
  align-self: stretch;
  background-color: #e2e8f0;
}

.rating-card-details {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.rating-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
  font-size: 14.5px;
}

.rating-label {
  color: #374151;
  font-weight: 500;
}

.rating-val-group {
  display: flex;
  align-items: center;
  gap: 8px;
  white-space: nowrap;
}

.rating-val-group .stars {
  color: #ffb400;
  font-size: 15px;
  letter-spacing: 1px;
}

.rating-val-group .val {
  font-weight: 700;
  color: #111827;
  font-size: 14.5px;
  min-width: 24px;
  text-align: right;
}

@media (max-width: 640px) {
  .rating-card {
    flex-direction: column;
    padding: 20px;
    gap: 20px;
  }
  .rating-card-main {
    min-width: 100%;
  }
  .rating-divider {
    width: 100%;
    height: 1px;
  }
  .rating-card-details {
    width: 100%;
  }
}

.tech-footer {
  background-color: #1A3152;
  font-family: Arial, sans-serif;
  font-size: 13px;
  line-height: 1.4;
  padding: 0 16px 24px 16px;
  text-align: center;
}

.footer-container {
  max-width: 850px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
}

.tech-footer p {
  margin: 0;
  padding: 0;
  color: #D0D3E0;
}

.tech-specs strong {
  color: #FFF;
  font-weight: 600;
}

.footer-divider {
  width: 100%;
  max-width: 400px;
  height: 1px;
  background-color: rgba(255, 255, 255, 0.1);
  margin: 8px 0;
}

.rg-strip {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
}

.age-limit {
  border: 1px solid #ef4444;
  color: #ef4444;
  font-weight: 700;
  border-radius: 3px;
  padding: 1px 5px;
  font-size: 11px;
  line-height: 1;
}

.rg-notice {
  font-size: 12px;
  color: #D0D3E0;
  font-weight: 500;
}

.copyright-line {
  font-size: 12px;
  color: #8c95a6;
  margin-top: 4px;
}

@media (max-width: 1200px) {
  .tech-footer {
    padding-bottom: 80px;
  }
}

@media (max-width: 600px) {
  .tech-footer {
    font-size: 11.5px;
  }
}