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

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

main {
  background: #033e7b;
}

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

main .wrapper {
  width: 97%;
  max-width: 1300px;
  margin: 0 auto;
}

p a {
  color: #ff5900;
}

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

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

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: 18px;
  line-height: 30px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  text-align: center;
  padding: 20px 0;
  color: #fff;
}

h1 {
  font-size: 36px;
  line-height: 40px;
}

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

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

h4 {
  font-size: 20px;
  line-height: 28px;
}

h5,
h6 {
  font-size: 18px;
  line-height: 28px;
}

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

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

.precontent {
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 5px;
  margin-bottom: 20px;
}

.precontent .last-modified,
.precontent .count-time {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
}

.precontent .last-modified b,
.precontent .count-time b {
  color: #ff5900;
  text-shadow: 0 0 12px #ff5900;
}

.precontent svg {
  width: 24px;
  height: 24px;
}

@media screen and (max-width: 630px) {
  .precontent {
    flex-direction: column;
    align-items: start;
  }
}

.content {
  position: relative;
  padding-top: 20px;
  max-width: 1300px;
  margin: 0 auto;
}

.content .content-block {
  margin-bottom: 20px;
  padding: 10px;
  border-radius: 20px;
  background: #033e7b;
}

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

.content .general-ol li {
  position: relative;
  padding-left: 10px;
  margin-bottom: 10px;
  width: 48%;
  counter-increment: counter-ol;
}

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

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

.content .general-ul li {
  position: relative;
  padding-bottom: 10px;
  padding-left: 35px;
  width: 48%;
}

.content .general-ul li::before {
  content: no-open-quote;
  position: absolute;
  width: 30px;
  height: 30px;
  background-image: url("list-item.png");
  background-size: cover;
  background-repeat: no-repeat;
  left: 0;
  top: 0px;
}

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

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

.buttonWrapper {
  position: relative;
  width: 498px;
  margin: 0 auto;
  margin-bottom: 30px;
  height: 112px;
  display: flex;
  align-items: center;
  background-color: #fac53b;
  border-radius: 20px;
}

.buttonWrapper::after,
.buttonWrapper::before {
  position: absolute;
  content: '';
  width: 498px;
  height: 112px;
  border-radius: 20px;
  z-index: -1;
}

.buttonWrapper::after {
  top: -4px;
  background-color: #fee13d;
}

.buttonWrapper::before {
  bottom: -8px;
  background-color: #ff8e0c;
}

.buttonWrapper button {
  position: relative;
  height: 100%;
  font-size: 38px;
  line-height: 38px;
  color: #fff;
  font-weight: 600;
  padding-left: 33px;
}

.buttonWrapper button::after,
.buttonWrapper button::before {
  position: absolute;
  content: '';
  width: 1px;
  top: 5px;
  height: 90%;
}

.buttonWrapper button::before {
  background-color: #faac27;
  left: 0;
}

.buttonWrapper button::after {
  background-color: #fee13d;
  left: 1px;
}

.buttonWrapper .icon {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 72px;
  height: 72px;
  margin-left: 15px;
  margin-right: 33px;
}

.buttonWrapper .shadow-icon {
  content: '';
  position: absolute;
  border-radius: 50%;
  width: 72px;
  height: 72px;
}

.buttonWrapper .shadow-icon:nth-child(1) {
  background-color: #faac27;
  bottom: 0px;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
}

.buttonWrapper .shadow-icon:nth-child(2) {
  background-color: #fee13d;
  top: 3px;
  z-index: 1;
}

.buttonWrapper .shadow-icon:nth-child(3) {
  background-color: #ff8e0c;
  top: -3px;
  z-index: 1;
}

@media (max-width: 560px) {
  .buttonWrapper,
  .buttonWrapper::before,
  .buttonWrapper::after {
    width: 290px;
    height: 74px;
  }

  .buttonWrapper .icon,
  .buttonWrapper .shadow-icon {
    width: 47px;
    height: 47px;
  }

  .buttonWrapper .icon {
    margin-right: 15px;
  }

  .buttonWrapper button {
    font-size: 26px;
    line-height: 28px;
    padding-left: 22px;
  }
}

.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: #888;
  font-size: 14px;
}

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

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

.general-image.horizontal {
  max-width: 800px;
}

@media screen and (max-width: 840px) {
  .horizontal .general-image {
    max-width: 100%;
  }
}

.general-table {
  width: 100%;
  border-collapse: collapse;
  border-radius: 20px;
  overflow: hidden;
  margin-bottom: 20px;
}

.general-table .general-tr {
  background-color: #012346;
}

.general-table .general-tr .general-td {
  padding: 10px;
  text-align: center;
  color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.1);
}

.general-table .general-tr:nth-child(2n) {
  background-color: #428cdc;
}

thead tr th {
  color: #fff;
  padding: 10px;
  text-align: center;
  border: 1px solid rgba(251, 251, 251, 0.1);
  background-color: #428cdc;
}

@media screen and (max-width: 680px) {
  .general-table-wrapper {
    overflow: scroll;
    margin-bottom: 20px;
  }

  .general-table-wrapper .general-table {
    margin-bottom: 0;
  }
}

.faq-container .faq-item {
  margin: 0 auto;
  background: #eee;
  border-radius: 15px;
  position: relative;
  min-height: 30px;
  margin-bottom: 20px;
  padding: 15px 30px 0;
}

.faq-container .faq-item:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 12px;
  border-radius: 15px 0 0 15px;
  background: #fa4d00;
}

.faq-container .faq-item:last-child {
  border-bottom: none;
}

.faq-container .faq-item:hover .icon::before,
.faq-container .faq-item:hover .icon::after {
  background: #fa4d00;
}

.faq-container .faq-item:hover {
  border-color: #fa4d00;
}

.faq-container .faq-item:hover .faq-question {
  color: #fa4d00;
}

.faq-container .faq-question {
  padding-bottom: 0;
  font-weight: 600;
  font-size: 18px;
  line-height: 24px;
  color: #000;
}

.faq-container .faq-answer {
  padding: 10px 0;
  height: 0;
  overflow: hidden;
  z-index: -1;
  position: relative;
  opacity: 0;
  transition: 0.4s ease;
  color: #000;
}

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

.faq-container .icon::before,
.faq-container .icon::after {
  background: #fa4d00;
  content: no-open-quote;
  height: 4px;
  right: 0;
  position: absolute;
  top: 0;
  width: 18px;
  transition: transform 500ms ease;
}

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

.faq-container .toggle:checked ~ .icon::before,
.faq-container .toggle:checked ~ .icon::after {
  background: #fa4d00;
}

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

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

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

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

.columns {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.columns .column {
  width: 48%;
}

.columns .column-header {
  padding-top: 0;
  text-align: left;
}

.columns .column-p {
  position: relative;
  margin-left: 15px;
  padding-left: 25px;
}

.columns .column-p::before {
  content: no-open-quote;
  position: absolute;
  width: 20px;
  height: 20px;
  background-image: url("list.svg");
  background-repeat: no-repeat;
  background-size: cover;
  left: 0;
  top: 8px;
}

.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: #fff;
  background: #ff5900;
  cursor: pointer;
  border-radius: 7px;
  transition: all 0.25s ease-out;
}

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

.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 0.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 #ff5900;
  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: #ff5900;
  border-radius: 50%;
  transition: all 0.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: #002346;
  box-shadow: 0px 0px 50px 5px rgba(0, 0, 0, 0.1);
}

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

.content404Page.wrapper .content404 button {
  background: #428cdc;
  color: #fff;
  padding: 10px 40px;
  border-radius: 30px;
  font-size: 24px;
  text-transform: uppercase;
}

.content404Page.wrapper .content404 button:hover {
  background: #60adff;
}

.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: #fff;
  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, 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/0.2;
}

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

.button-block {
  text-align: center;
  margin-bottom: 20px;
}

.button-block button {
  background: #276aa5;
  padding: 5px 15px;
  border-radius: 5px;
  font-size: 18px;
  line-height: 28px;
  color: #fff;
  width: 200px;
  animation: pulse 1.5s infinite;
}

.button-block button:hover {
  background: #3185ce;
}

@media screen and (max-width: 1250px) {
  h1 {
    font-size: 26px;
    line-height: 30px;
  }

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

  h3 {
    font-size: 20px;
    line-height: 30px;
  }

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

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

  h1,
  h2,
  h3,
  h4,
  h5,
  h6 {
    padding: 10px 0;
  }

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

  .faq-container .faq-question {
    max-width: 85%;
  }

  .footer-block-btn .buttons {
    justify-content: space-between;
    width: 100%;
  }

  .footer-block-btn .buttons .regButton,
  .footer-block-btn .buttons .logButton {
    padding: 5px 5px;
    text-transform: uppercase;
  }

  .footer-block-btn .buttons button {
    width: 48%;
  }
}

@media screen and (max-width: 770px) {
  .links__new ul {
    padding: 0 30px;
  }

  .links__new ul a {
    font-size: 14px;
  }
}

@media screen and (max-width: 590px) {
  .links__new ul {
    padding: 0;
    display: block;
  }

  .links__new ul li {
    width: unset;
  }
}

@media screen and (max-width: 400px) {
  .general-table {
    overflow-x: auto;
    max-width: 100%;
  }
}

.links__new {
  background: url("uploads/img/card-hero-gradient.png");
  padding: 20px 20px 12px;
  border-radius: 8px;
  border: 6px dotted #ff5900;
}

.links__new ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding: 0px 0px;
}

.links__new ul li {
  width: 48%;
  margin-bottom: 8px;
}

.links__new ul li a {
  text-decoration: underline;
  color: #fff;
}

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

body {
  overflow-x: hidden;
  background: #033e7b;
}

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: 17px;
  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);
}

/* li {list-style:none;} */
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 */
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 */
.main_content {
  display: flex;
  justify-content: space-between;
}

.sidebar {
  width: 220px;
  background: var(--light-back);
  padding: 20px 0;
  border-radius: var(--block-border-radius);
  min-height: 80vh;
  position: relative;
}

.sidebar span {
  font-size: 12px;
  display: block;
}

.sidebar .material-icons {
  font-size: 24px;
  margin-right: 12px;
}

.sidebar a {
  display: flex;
  width: 100%;
  align-items: center;
  padding: 10px 15px 10px 15px;
  position: relative;
}

.sidebar a:hover,
.sidebar a.active {
  background: var(--color-primary);
  color: #fff;
}

.sidebar a:hover span {
  color: #fff;
}

.sidebar a i {
  color: var(--text);
  font-size: 18px;
  padding-right: 8px;
}

.sidebar a:hover i,
.sidebar a.active i {
  color: #fff;
}

.sidebar .year {
  position: absolute;
  bottom: 20px;
}

.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: 'Poppins', 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: '';
  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);
}

/* Page login */
.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: 0.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: #012346;
  padding: 20px 0;
}

.footer .footerInner {
  display: block;
  text-align: center;
}

.footer .footerInner .menu .menu-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 15px;
  flex-wrap: wrap;
}

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

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

.footer .footerInner .copyright {
  color: #fff;
  font-size: 15px;
}

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

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

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

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

@media (max-width: 767px) {
  .footer-block-btn {
    display: flex;
  }

  .footer {
    margin-bottom: 40px;
  }

  .footer .menu-wrapper {
    display: flex;
    gap: 12px;
  }
}

.header {
  background: #012346;
  height: 60px;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 10;
  padding: 0;
}

.header .headerInner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 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 .headerInner .menu {
  height: 100%;
  display: flex;
  align-items: center;
}

.header .headerInner .menu a {
  color: #fff;
  font-size: 16px;
  height: 100%;
  display: inline-flex;
  align-items: center;
  position: relative;
}

.header .headerInner .menu a:hover {
  color: #fa4d00;
}

.header .headerInner .menu-wrapper {
  display: flex;
  gap: 12px;
}

.header .headerInner .menu-wrapper .active:before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background: #fa4d00;
  border-radius: 10px;
}

.buttons .logButton {
  margin-right: 15px;
  padding: 5px 20px;
  border-radius: 20px;
  font-size: 16px;
  line-height: 28px;
  color: #fff;
  background: #428cdc;
}

.buttons .logButton:hover {
  background: #2ca0ce;
  color: #fff;
}

.buttons .regButton {
  background: #fa4d00;
  padding: 5px 20px;
  border-radius: 20px;
  font-size: 16px;
  line-height: 28px;
  color: #fff;
}

.buttons .regButton:hover {
  background: #712cde;
}

@media screen and (max-width: 1250px) {
  .header {
    height: 50px;
    padding-top: 8px;
    padding-bottom: 8px;
  }

  .headerInner .menu .menu-wrapper {
    display: none;
  }

  .footerInner .menu .menu-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
    flex-wrap: wrap;
  }

  .buttons {
    display: none;
  }
}

.contentSidebar {
  width: 350px;
  height: 540px;
  position: -webkit-sticky;
  position: sticky;
  right: 0;
  top: 100px;
  padding: 20px;
  background: #1b243a;
  border-radius: 15px;
}

.contentSidebar .appName {
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  color: #fff;
}

.contentSidebar .appImg {
  display: flex;
  justify-content: center;
}

.contentSidebar .appItem {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-radius: 15px;
  padding: 10px;
  margin: 10px 0;
  position: relative;
}

.contentSidebar .appItem button {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.contentSidebar .appItem .appInfo {
  width: calc(100% - 40px);
}

.contentSidebar .appItem .appInfoTitle {
  font-size: 15px;
  line-height: 20px;
  color: #fff;
  display: block;
}

.contentSidebar .appItem .appInfoSubtitle {
  font-size: 13px;
  color: #fff;
  line-height: 20px;
  display: block;
}

.contentSidebar .appItem:nth-child(1n) {
  background: #8d53e9;
}

.contentSidebar .appItem:nth-child(1n):hover {
  background: #712cde;
}

.contentSidebar .appItem:nth-child(2n) {
  background: #00b7ff;
}

.contentSidebar .appItem:nth-child(2n):hover {
  background: #2ca0ce;
}

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

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

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

.mobileMenu a {
  display: block;
  text-align: center;
}

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

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

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

.mobileMenu .close {
  display: flex;
  justify-content: center;
  margin-bottom: 20px;
}

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

.mobileMenu .mobileMenuLinks a {
  color: #fff;
  display: flex;
  justify-content: center;
  font-size: 19px;
  margin-bottom: 12px;
}

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

.overlay[hidden] {
  display: none;
}

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

.new_banner {
  background-image: url("desktop_1x.webp");
  background-size: cover;
  height: 360px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.new_banner img {
  display: block;
  margin: 0 auto;
  width: 662px;
  height: 251px;
}

.new_banner button {
  padding: 15px;
  width: 400px;
  color: #fff;
  font-size: 18px;
  line-height: 22px;
  font-weight: 600;
  background: linear-gradient(270deg, #e60f00 0%, #ffe600 100%);
  box-shadow: 0px 0px 24px rgba(238, 79, 11, 0.6);
  border-radius: 12px;
  border: none;
  display: block;
  margin: 0 auto;
  text-transform: uppercase;
  cursor: pointer;
  transition: 0.4s;
}

.new_banner .button_wrap {
  width: 100%;
}

.new_banner button:hover {
  opacity: 0.7;
}

@media (max-width: 1250px) {
  .new_banner {
    height: 260px;
    background-position: center center;
    padding: 0 10px;
  }
  .new_banner img {
    height: auto;
    width: 100%;
    max-width: 449px;
  }
  .new_banner button {
    width: 100%;
    max-width: 360px;
  }
}

.banner {
  padding-top: 70px;
}

.banner .banner__desc,
.banner .banner__mobile {
  display: flex;
  justify-content: space-between;
  height: 100%;
  gap: 30px;
}
.banner__desc .banner__left {
  padding: 15px;
  background: url("uploads/img/desktop_1x.webp") no-repeat;
  width: 65%;
  background-size: cover;
  height: 360px;
  display: flex;
  align-items: center;
  flex-direction: column;
  border-radius: 6px;
}
.banner__left img {
  max-width: 100%;
  height: auto;
  width: 600px;
  margin-bottom: 55px;
}
.banner .banner__desc .banner__right {
  border-radius: 6px;
  background: url("banner-new.svg") no-repeat;
  background-size: cover;
  width: 35%;
  margin-left: 30px;
  display: flex;
  align-items: flex-end;
  justify-content: left;
  /* flex-direction: column; */
  padding: 50px 15px 20px 40px;
  gap: 10px;
  background-origin: border-box;
}
.button_wrap-right {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0;
}
.button_wrap {
  top: 10px;
}
.banner__right img {
  height: auto;
  max-width: 100%;
  width: 650px;
}

.banner .banner__desc div,
.banner .banner__mobile div {
  position: relative;
  /* display: block; */
  /* margin: 0 auto; */
}

.banner .banner__desc button,
.banner .banner__mobile button {
  position: absolute;
  left: 50%;
  top: 50%;
}

.banner .banner__desc button.button-tg,
.banner .banner__mobile button.button-tg {
  padding: 30px;
  color: #fe5b03;
  background-color: #fff;
  border-radius: 12px;
  font-size: 18px;
  line-height: 22px;
  font-weight: 600;
  max-width: 520px;
  width: 300px;
  /* transform: translate(-97%, 248%);
	top: 130%; */
  text-transform: uppercase;
  position: unset;
}

.banner .banner__left button,
.banner .banner__mobile button.button {
  padding: 15px;
  width: 400px;
  color: #fff;
  font-weight: 600;
  background: #fa4d00;
  border-radius: 12px;
  transform: translate(-50%, -50%);
  top: 130%;
  text-transform: uppercase;
  font-size: 16px;
  line-height: 28px;
  color: #fff;
}

.banner .banner__mobile {
  display: none;
}

@media (max-width: 1250px) {
  .banner .banner__mobile .banner__left {
    padding: 10px;
    background: url("uploads/img/desktop_1x.webp") no-repeat;
    width: 100%;
    background-size: cover;
    height: 200px;
    display: flex;
    align-items: center;
    flex-direction: column;
  }
  .banner .banner__mobile .banner__right {
    border-radius: 6px;
    background: url("banner-mob.svg") no-repeat;
    background-size: cover;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-direction: column;
    gap: 10px;
    width: 100%;
    height: 200px;
    padding-top: 10px;
    background-position: 50% 50%;
    background-origin: content-box;
  }
  .banner .banner__mobile button {
    padding: 20px 109px 20px 108px;
  }
  .banner .banner__mobile button.button-tg {
    padding: 15px 28px 15px 28px;
    width: 220px;
    font-size: 14px;
    line-height: 16px;
  }
  .button_wrap-right {
    top: 120px;
    left: -50px;
  }
  .banner__right img {
    width: 350px;
  }
  .banner__left img {
    width: 300px;
    margin-bottom: 30px;
  }
  .banner .banner__mobile {
    display: flex;
    gap: 10px;
    flex-direction: column;
  }

  .banner .banner__mobile .banner__left {
    min-height: 200px;
  }

  .banner .banner__mobile .banner__right {
    min-height: 200px;
  }
  .banner .banner__desc {
    display: none;
    flex-direction: column;
  }
}

@media (max-width: 435px) {
  .banner .banner__mobile button {
    max-width: 300px;
    padding: 20px 80px 20px 80px;
  }

  .banner .banner__mobile button.button-tg {
    max-width: 300px;
    white-space: nowrap;
  }
  .banner__right img {
    width: 300px;
  }
}

@media (max-width: 359px) {
  .banner__mobile button.button-tg,
  .banner__mobile button.button {
    padding: 10px;
    max-width: 300px;
  }
}

@media (max-width: 330px) {
  .banner .banner__mobile .banner__right {
    background-position: 49% 50%;
  }
  .button_wrap-right {
    left: -45px;
  }
}

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

.breadcrumbs a {
  color: #eee;
  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 {
    padding: 5px 0 0px 0;
  }
}

.new_banner {
  background-image: url("uploads/img/webp/desktop_1x.webp");
  background-size: cover;
  height: 360px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin-top: 60px;
}

.new_banner img {
  display: block;
  margin: 0 auto;
  width: 662px;
  height: 251px;
}

.new_banner button {
  padding: 15px;
  width: 400px;
  color: #fff;
  font-size: 18px;
  line-height: 22px;
  font-weight: 600;
  background: linear-gradient(270deg, #e60f00 0%, #ffe600 100%);
  box-shadow: 0px 0px 24px rgba(238, 79, 11, 0.6);
  border-radius: 12px;
  border: none;
  display: block;
  margin: 0 auto;
  text-transform: uppercase;
  cursor: pointer;
  transition: 0.4s;
}

.new_banner .button_wrap {
  width: 100%;
}

.new_banner button:hover {
  opacity: 0.7;
}

@media (max-width: 1250px) {
  .new_banner {
    height: 260px;
    background-position: center center;
    padding: 0 10px;
    margin-top: 50px;
  }
  .new_banner img {
    height: auto;
    width: 100%;
    max-width: 449px;
  }
  .new_banner button {
    width: 100%;
    max-width: 360px;
  }
}

.screenBirthday {
  margin-top: 70px;
  height: 360px;
}
.screenBirthdayInner {
  display: flex;
  height: 100%;
  gap: 24px;
}
.screenBirthdayRight {
  width: 35%;
  background: url("banner-new.svg") no-repeat;
  background-size: cover;
  display: flex;
  align-items: flex-end;
  padding: 20px 40px 20px 40px;
}
.screenBirthdayRight button {
  padding: 30px;
  color: #fe5b03;
  background: #fff;
  border-radius: 12px;
  font-size: 18px;
  line-height: 22px;
  font-weight: 600;
  width: 300px;
  text-transform: uppercase;
}
.screenBirthdayLeft {
  width: 65%;
  background: url("hbscreen-desktop.webp") no-repeat;
  background-size: cover;
  background-position: 50% 0;
  border-radius: 6px;
}
.screenBirthdayLeft .title {
  font-size: 40px;
  line-height: 48px;
  font-weight: 700;
  color: rgba(250, 197, 59, 1);
  text-transform: uppercase;
  padding-bottom: 16px;
}
.screenBirthdayLeft .text {
  font-size: 20px;
  line-height: 24px;
  color: #fff;
  font-weight: 700;
  padding-bottom: 24px;
}
.screenBirthdayLeft {
  padding-left: 24px;
}
.screenBirthdayLeft .promo {
  display: flex;
  gap: 20px;
  cursor: pointer;
}
.screenBirthdayLeft .promo .promo_text {
  display: flex;
  align-items: center;
  gap: 10px;
  background: rgba(255, 234, 178, 1);
  border-radius: 12px;
  width: 216px;
  justify-content: center;
  height: 64px;
}
.screenBirthdayLeft .promo .promo_text span {
  color: rgba(0, 0, 0, 1);
  font-size: 18px;
  line-height: 22px;
  text-transform: uppercase;
}
.screenBirthdayLeft .promo .promo_text img {
  width: 40px;
  height: 40px;
}
.screenBirthdayLeft .promo button {
  background: linear-gradient(180deg, #fa5e3c 0%, #e94a27 100%);
  box-shadow: 0px 2px 12px 0px rgba(17, 17, 18, 0.16);
  font-size: 18px;
  line-height: 34px;
  text-transform: uppercase;
  color: #fff;
  font-weight: 700;
  border-radius: 12px;
  padding: 0px 32px;
  height: 64px;
}
.screenBirthdayLeft .promo button:hover {
  opacity: 0.8;
}
.screenBirthdayLeftInfo {
  width: 100%;
  max-width: 650px;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
#copyButton {
  background: unset;
  box-shadow: unset;
  color: unset;
  padding: unset;
  width: unset;
}

@media (max-width: 1250px) {
  .screenBirthday {
    height: auto;
  }
  .screenBirthdayInner {
    flex-direction: column;
    gap: 10px;
  }
  .screenBirthdayRight {
    width: 100%;
    background: url("banner-mob.svg") no-repeat;
    background-size: cover;
    height: 200px;
    background-position: center center;
    padding: 0px 0px 20px 0px;
  }
  .screenBirthdayRight button {
    width: 220px;
    font-size: 14px;
    line-height: 16px;
    padding: 15px 28px 15px 28px;
  }
  .screenBirthdayButton {
    width: 100%;
    max-width: 340px;
    margin: 0 auto;
  }
  .screenBirthdayLeft {
    width: 100%;
    padding: 24px 24px;
    background-position: 50% 20%;
  }
  .screenBirthdayLeft .title {
    font-size: 28px;
    line-height: 33px;
  }
  .screenBirthdayLeft .text {
    font-size: 16px;
    line-height: 20px;
  }
}
@media (max-width: 750px) {
  .screenBirthdayLeft {
    background: url("hbscreen-mobile.webp") no-repeat;
    background-size: cover;
    background-position: 70% 0;
  }
}
@media (max-width: 550px) {
  .screenBirthdayLeft .title {
    font-size: 21px;
    line-height: 27px;
  }
  .screenBirthdayLeft .text {
    font-size: 15px;
    line-height: 20px;
    max-width: 320px;
    width: 100%;
  }
  .screenBirthdayLeft .promo {
    flex-direction: column;
    gap: 10px;
  }
  .screenBirthdayLeft .promo button {
    width: 216px;
  }
  .screenBirthdayLeft {
    padding: 20px 12px;
  }
}
@media (max-width: 370px) {
  .screenBirthdayRight {
    background-position: 48% center;
  }
  .screenBirthdayButton {
    padding-left: 4%;
  }
}

.banner-ny {
  margin-top: 205px;
  height: 360px;
}
.banner-ny_inner {
  display: flex;
  height: 100%;
  gap: 40px;
}

.banner-ny-right {
  background: url("uploads/img/ny-banner-bg-right.svg") no-repeat;
  border-radius: 6px;
  position: relative;
  width: 40%;
  height: 100%;
  overflow: hidden;
  background-position: right;
  background-size: cover;
  padding: 32px 24px;
  height: 360px;
}
.banner-ny-right::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: inherit;
  filter: blur(4px);
  z-index: 1;
}
.banner .banner__desc div.banner-ny-right-img {
  position: absolute;
  right: 0px;
  bottom: 0;
  background: url("uploads/img/ny-right-desktop.webp") no-repeat;
  background-size: cover;
  width: 463px;
  height: 264px;
  z-index: 1;
}
.banner-ny-right-info {
  display: flex;
  flex-direction: column;
  gap: 10px;
  position: relative;
  z-index: 2;
}
.banner-ny-right-info p.text-header,
.banner-ny-right-info p.text-bonus {
  padding-bottom: 0;
  margin: 0;
}
.banner-ny-right-info p.text-bonus {
  margin: 0;
  font-size: 24px;
  font-weight: 400;
  line-height: 29px;
  padding-bottom: 0;
}
.banner-ny-right-info p.text-header {
  display: flex;
  justify-content: center;
  margin: 0;
  padding: 10px 20px;
  margin-bottom: 10px;
  color: #fff;
  text-align: left;
  font-family: Tahoma;
  font-size: 30px;
  line-height: 38px;
  font-style: normal;
  font-weight: 700;
  text-transform: uppercase;
  width: 100%;
  max-width: 300px;
  border: 3px dashed #ffffff;
  border-radius: 10px;
}
.banner-ny-right-info span {
  display: block;
}
.banner .banner__desc button.banner-ny-right-button {
  position: relative;
  left: 0;
  top: 0;
  border-radius: 12px;
  background: rgba(66, 140, 220, 1);
  padding: 20px 0;
  width: 200px;
  font-size: 16px;
  line-height: 19px;
  color: #ffffff;
  font-weight: 700;
  text-transform: uppercase;
  margin-top: 40px;
}
.banner-ny-right-button:hover {
  opacity: 0.8;
}

@media (max-width: 1280px) {
  .banner-ny {
    margin-top: 80px;
  }
}
@media (max-width: 1250px) {
  .banner__desc .banner__left {
    height: 200px;
    width: 100%;
  }
  .banner-ny-right {
    width: 100%;
    height: 330px;
  }
  .banner .banner__desc {
    gap: 15px;
  }
  .banner__left img {
    margin-bottom: 25px;
  }
  .banner-ny-right-info p {
    font-size: 24px;
    line-height: 28px;
    padding-bottom: 24px;
  }
  .banner .banner__desc button.banner-ny-right-button {
    margin-top: 20px;
  }
  .banner .banner__desc div.banner-ny-right-img {
    width: 286px;
    height: 190px;
  }
}

@media (max-width: 1150px) {
  .banner-ny {
    margin-top: 76px;
    height: auto;
  }
  .banner-ny_inner {
    flex-direction: column;
    gap: 16px;
  }
  .banner-ny-left,
  .banner-ny-right {
    width: 100%;
    overflow: hidden;
  }
  .banner-ny-right {
    background-size: cover;
    padding: 12px 24px;
  }
  .banner-ny-left-info,
  .banner-ny-right-info {
    width: 100%;
    max-width: 600px;
    padding: 15px 12px;
  }
  .banner-ny-left-info p {
    font-size: 32px;
    line-height: 39px;
  }
  .banner-ny-left-img {
    width: 109px;
    height: 180px;
    right: 18%;
  }
  .banner-ny-right-info p {
    max-width: 292px;
  }
  .banner-ny-right-img {
    width: 379px;
    height: 216px;
    background: url("uploads/img/ny-right-mobile.webp") no-repeat;
    background-size: cover;
    background-position: 100% 0;
  }
}

@media (max-width: 820px) {
  .banner-ny-left-img {
    right: 8%;
  }
}
@media (max-width: 670px) {
  .banner-ny-left-img {
    right: 0%;
    width: 97px;
    height: 160px;
  }
  .banner-ny-left-info p {
    font-size: 20px;
    line-height: 24px;
    width: 100%;
    max-width: 300px;
  }
  .banner-ny-right-info p {
    font-size: 20px;
    line-height: 24px;
  }
  .banner-ny-left-button,
  .banner-ny-right-button {
    width: 100%;
    max-width: 300px;
  }
  .banner-ny-right {
    padding: 0px 0px;
  }
  .banner-ny-right-info {
    padding: 0 0;
  }
  .banner-ny-right-img {
    width: 280px;
    height: 160px;
    right: -50px;
  }
  .banner-ny-left-info,
  .banner-ny-right-info {
    padding: 15px 0 20px 12px;
  }
  .banner .banner__desc div.banner-ny-right-img {
    right: -50px;
  }
}

@media (max-width: 500px) {
  .banner-ny-left-info,
  .banner-ny-right-info {
    max-width: 300px;
    margin-left: 0;
  }
}
@media (max-width: 420px) {
  .banner-ny-left-info,
  .banner-ny-right-info {
    max-width: 290px;
  }
  .banner .banner__left button,
  .banner .banner__mobile button.button {
    padding: 10px;
    width: 290px;
  }
  .banner .banner__desc div.banner-ny-right-img {
    right: -140px;
  }
}
