
    * {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
html,
body {
  height: 100%;
  font-family: Tahoma, sans-serif;
}
main {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
  background: #d4dee8;
  font-family: Tahoma, sans-serif;
}
main p,
main span,
main h1,
main h2,
main h3,
main h4,
main h5,
main figcaption,
main li {
  color: #000;
  font-family: Tahoma, sans-serif;
}
main h1,
main h2,
main h3,
main h4,
main h5,
main h6,
main p,
main ol,
main ul,
main figure,
main .general-table-wrapper,
main .faq-container {
  margin: 0 auto;
  width: calc(100% - 80px);
  max-width: 1300px;
}
main .general-table-wrapper {
  overflow-x: auto;
}
main figure {
  margin: 0 auto;
  margin-bottom: 20px;
}
main p {
  font-size: 16px;
  line-height: 20px;
  font-weight: 400;
  line-height: normal;
}
main .wrapper {
  width: calc(100% - 80px);
  max-width: 1300px;
  margin: 0 auto;
}
body {
  overflow-x: hidden;
  position: relative;
  background: #f5f5f5;
}
a {
  text-decoration: none;
  transition: 0.3s;
}
table,
tr,
td,
tbody,
thead {
  font-family: Tahoma, sans-serif;
}
input,
button {
  font-family: Tahoma, sans-serif;
  border: none;
  box-shadow: none;
  transition: 0.3s;
}
input {
  outline: none;
}
p,
span,
li,
a {
  font-size: 18px;
  line-height: normal;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  text-align: center;
  padding: 15px 0;
  color: #1e1e24;
}
h1 {
  font-size: 32px;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 1.32px;
  margin: 0 auto 32px;
}
h2 {
  font-size: 20px;
  line-height: 24px;
}
h3 {
  font-size: 18px;
  line-height: 20px;
}
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 {
  position: relative;
  flex-grow: 1;
  padding-top: 0px;
}
.content .content-block {
  margin-bottom: 20px;
  border-radius: 20px;
  padding-bottom: 24px;
  background: rgba(0, 0, 0, 0);
}
.content .general-ol {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  margin-bottom: 20px;
  counter-reset: counter-ol;
  padding-left: 20px;
}
.content .general-ol li {
  position: relative;
  padding-left: 10px;
  margin-bottom: 10px;
  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;
  border-radius: 50%;
  top: -2px;
  left: -26px;
  background: #a91704;
  font-size: 14px;
}
.content .general-ul {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  margin-bottom: 20px;
}
.content .general-ul li {
  position: relative;
  padding-bottom: 10px;
  padding-left: 15px;
}
.content .general-ul li::before {
  content: no-open-quote;
  position: absolute;
  width: 5px;
  height: 5px;
  left: 0;
  top: 10px;
  background-color: #275f90;
  border-radius: 50%;
}
.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 {
  border-collapse: collapse;
  width: 100%;
  overflow: hidden;
  text-align: center;
  font-size: 14px;
  line-height: 18px;
  margin: 20px auto;
}
.general-table thead {
  background: #c01414;
}
.general-table .general-tr {
  background: rgba(0, 0, 0, 0);
}
.general-table .general-tr .general-td {
  padding: 16px;
  text-align: start;
  color: #000;
  font-size: 16px;
  line-height: 20px;
  padding-left: 20px;
  border: 1px solid #000;
}
.general-table thead tr th {
  padding: 16px;
  color: #fff;
  font-size: 20px;
  font-weight: 700;
  border-right: 1px solid #181616;
}
.general-table thead tr th:first-child {
  border-right: 1px solid #181616;
  border-left: 1px solid #e03d23;
}
.general-table thead tr th:last-child {
  border-right: 1px solid #e03d23;
}
.faq-container .faq-item {
  margin: 0 auto;
  position: relative;
  min-height: 54px;
  margin-bottom: 20px;
  background-color: #fff;
  z-index: 5;
  border-radius: 26px;
  transition: all 0.4s ease;
}
.faq-container .faq-item:last-child {
  border-bottom: none;
}
.faq-container .faq-item:hover .icon::before,
.faq-container .faq-item:hover .icon::after {
  background: #0e121c;
}
.faq-container .faq-item:hover {
  border-color: #0e121c;
}
.faq-container .faq-item:hover .faq-question {
  color: #0e121c;
}
.faq-container .faq-question {
  color: #0e121c;
  position: relative;
  padding-bottom: 0;
  font-weight: 700;
  font-size: 18px;
  top: 15px;
  width: 96%;
  line-height: 22px;
  padding-right: 25px;
}
.faq-container .faq-answer {
  width: 96%;
  padding: 10px 0 22px 0;
  height: 0;
  overflow: hidden;
  z-index: -1;
  position: relative;
  opacity: 0;
  top: 10px;
  color: #000;
}
.faq-container .icon {
  height: 18px;
  position: absolute;
  width: 18px;
  right: 25px;
  top: 25px;
  z-index: 2;
}
.faq-container .icon::before,
.faq-container .icon::after {
  background: #0e121c;
  content: no-open-quote;
  height: 4px;
  right: 0;
  position: absolute;
  top: 0;
  width: 18px;
  transition: transform 0.4s ease;
}
.faq-container .toggle {
  width: 100%;
  height: 100%;
  margin: 0;
  opacity: 0;
  cursor: pointer;
  position: absolute;
  top: 0;
  z-index: 3;
}
.faq-container .bg-active {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #275f90;
  border-radius: 26px;
  z-index: -1;
  opacity: 0;
}
.faq-container .toggle:checked ~ .bg-active {
  opacity: 1;
}
.faq-container .toggle:checked ~ .icon::before,
.faq-container .toggle:checked ~ .icon::after {
  background: #7eac2f;
}
.faq-container .toggle:checked ~ .faq-question {
  color: #7eac2f;
}
.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 p {
  width: 100%;
}
.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_wrapper {
  max-width: 1128px;
  margin: 0 auto;
  width: 96%;
  margin-top: 20px;
  margin-bottom: 20px;
}
.table_of_contents {
  max-width: 400px;
  border-radius: 8px;
  border: 1px solid #c01414;
}
.table_of_contents .toggle {
  display: none;
}
.table_of_contents .lbl-toggle {
  display: inline-block;
  font-weight: 600;
  font-size: 13px;
  text-transform: uppercase;
  text-align: center;
  padding: 10px;
  color: #fff;
  background: #c01414;
  width: 100%;
  cursor: pointer;
  border-radius: 7px;
  transition: all 0.25s ease-out;
}
.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;
  padding: 20px;
  background: #181616;
  border-radius: 8px;
  gap: 20px;
}
.table_of_contents .table_link {
  position: relative;
  padding-left: 15px;
  font-weight: 500;
  font-size: 18px;
  line-height: 22px;
  color: #fff;
}
.table_of_contents .table_link:hover {
  color: #e13d22;
}
.content404Page.wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100vh;
  max-width: 100%;
  width: 100%;
  background: #275f90;
}
.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 {
  display: inline-block;
  background: #7eac2f;
  padding: 5px 15px;
  border-radius: 5px;
  font-size: 18px;
  line-height: 28px;
  color: #fff;
  color: #fff;
}
.content404Page.wrapper .content404 button:hover {
  background: #a10000;
}
.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: 10px;
  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 {
  padding: 24px 16px;
  text-align: center;
  margin: 10px 0;
  background-color: rgba(0, 0, 0, 0);
}
.button-block button {
  position: relative;
  overflow: hidden;
  width: 600px;
  max-width: 100%;
  padding: 16px 34px;
  color: #fff;
  font-size: 24px;
  font-weight: 700;
  line-height: 26px;
  text-transform: uppercase;
  border-radius: 8px;
  background: #275f90;
  box-shadow: 0px 0px 12px 0px rgba(11, 54, 0, 0.16);
}
.button-block button::after,
.button-block button::before {
  position: absolute;
  content: no-open-quote;
  background-repeat: no-repeat;
  background-size: cover;
}
.button-block button::after {
  width: 78px;
  height: 52px;
  background-image: url(/circle_1.svg);
  left: 0;
  top: 0;
}
.button-block button::before {
  width: 135px;
  height: 68px;
  background-image: url(/circle_2.svg);
  right: -30px;
  bottom: 0;
}
.quote {
  position: relative;
  margin: 0 auto;
  margin-top: 30px;
  margin-bottom: 40px;
  width: 96%;
  max-width: 600px;
  border-radius: 12px;
  background: #c01414;
}
.quote p {
  padding: 40px;
  width: 100%;
  text-align: center;
  font-size: 14px;
  line-height: 18px;
  font-weight: 500;
  color: #fff;
}
.quote::after,
.quote::before {
  position: absolute;
  content: no-open-quote;
  width: 24px;
  height: 20px;
  background-image: url(/quote-icon.svg);
  background-repeat: no-repeat;
  background-size: cover;
}
.quote::after {
  left: -5px;
  top: -10px;
}
.quote::before {
  right: -5px;
  bottom: -10px;
  transform: rotate(180deg);
}
.reviews {
  max-width: 1128px;
  margin: 0 auto;
  width: 96%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.reviews .review {
  border: 1px solid #000;
  padding: 20px 20px 0 20px;
  border-radius: 20px;
  border-left: 5px solid #df0000;
  margin-bottom: 20px;
  width: 48%;
}
.reviews .review p {
  max-width: 100%;
  width: 100%;
}
.reviews .review .name {
  font-weight: bold;
}
.reviews .review .date {
  color: rgba(0, 0, 0, 0.5);
}
.reviews .review .answer {
  padding-left: 10px;
  border-left: 1px solid rgba(0, 0, 0, 0.5);
  padding-bottom: 0;
  margin-bottom: 20px;
}
.slots-wrapper {
  background: #000;
  margin-bottom: 30px;
}
.slots-wrapper .slots-list {
  max-width: 1128px;
  margin: 0 auto;
  width: 96%;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.slots-wrapper .slots-list .slot {
  position: relative;
  border-radius: 4px;
  width: 300px;
  height: 188px;
  margin: 20px;
}
.slots-wrapper .slots-list .slot .slot-text {
  position: absolute;
  bottom: 10px;
  left: 0;
  width: 100%;
  background: rgba(0, 0, 0, 0.7);
  padding: 5px 0;
}
.slots-wrapper .slots-list .slot .slot-text p {
  color: #fff;
  text-align: center;
  font-size: 16px;
  z-index: 3;
  position: relative;
  padding-bottom: 0;
}
.slots-wrapper .slots-list .slot .slot-img {
  overflow: hidden;
  border-radius: 4px;
  position: relative;
}
.slots-wrapper .slots-list .slot .slot-img img {
  display: block;
  width: 100%;
  height: 100%;
}
.slots-wrapper .slots-list .slot .slot-img amp-img {
  object-fit: cover;
}
.slots-wrapper .slots-list .slot .slot-back {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: 4px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  background-color: rgba(0, 0, 0, 0.4);
  z-index: 2;
}
.slots-wrapper .slots-list .slot .slot-back .slot-review {
  padding: 16px 20px;
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  line-height: 22px;
  text-transform: uppercase;
  border-radius: 50px;
  background: #a91704;
  transition: 0.4s;
}
.slots-wrapper .slots-list .slot .slot-back .slot-review:hover {
  background: linear-gradient(135deg, #df0000 0%, #a10000 100%);
}
.slots-wrapper .slots-list .slot .slot-back .toggle {
  display: none;
}
.slots-wrapper .slots-list .slot .slot-back .lbl-toggle {
  display: inline-block;
  font-weight: 600;
  font-size: 13px;
  text-transform: uppercase;
  text-align: center;
  padding: 10px;
  color: #fff;
  background: #df0000;
  cursor: pointer;
  border-radius: 7px;
  transition: all 0.25s ease-out;
}
.slots-wrapper .slots-list .slot .slot-back .lbl-toggle:hover {
  background: linear-gradient(135deg, #df0000 0%, #a10000 100%);
}
.slots-wrapper .slots-list .slot .slot-back .toggle:checked + .lbl-toggle {
  display: none;
}
.slots-wrapper .slots-list .slot .slot-back .slot-box {
  max-height: 0px;
  overflow: hidden;
  transition: max-height 0.25s ease-in-out;
  display: flex;
  width: 100%;
  max-width: 500px;
  flex-direction: column;
}
.slots-wrapper .slots-list .slot .slot-back .slot-box a {
  text-align: center;
  padding: 10px;
  color: #fff;
  background: #df0000;
  width: 48%;
  color: #fff;
  border-radius: 8px;
}
.slots-wrapper .slots-list .slot .slot-back .slot-box button {
  width: 48%;
  border: 1px solid #fff;
  border-radius: 8px;
  color: #fff;
  font-size: 18px;
}
.slots-wrapper .slots-list .slot .slot-back .slot-box button:hover {
  color: #a91704;
  border: 1px solid #a91704;
  background: #fff;
}
.slots-wrapper
  .slots-list
  .slot
  .slot-back
  .toggle:checked
  + .lbl-toggle
  + div {
  max-height: 300px;
  background: #000;
  padding: 20px 10px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
@media screen and (max-width: 1250px) {
  main h1,
  main h2,
  main h3,
  main h4,
  main h5,
  main h6,
  main p,
  main ol,
  main ul,
  main figure,
  main .general-table-wrapper,
  main .faq-container {
    width: calc(100% - 32px);
  }
  main .wrapper {
    padding: 0 10px;
    width: calc(100% - 32px);
  }
  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 {
    padding: 10px;
  }
  .general-table .general-tr .general-td {
    padding-left: 10px;
    padding-right: 10px;
  }
  .content .contentMain {
    width: 100%;
    margin-top: 60px;
  }
  .content .general-ol li,
  .content .general-ul li {
    width: 100%;
  }
  .columns {
    flex-wrap: wrap;
  }
  .columns .column {
    width: 100%;
  }
  .column-p {
    margin-left: 0;
  }
  .button-block button {
    padding: 14px 5px;
  }
  .quote {
    width: calc(100% - 32px);
  }
  .faq-container .faq-item {
    border-radius: 14px;
  }
  .faq-container .faq-question {
    width: 100%;
    padding-left: 20px;
    padding-right: 30px;
  }
  .faq-container .faq-answer {
    width: 100%;
    padding-left: 20px;
  }
  .faq-container .bg-active {
    border-radius: 14px;
  }
  .faq-container .icon {
    right: 15px;
  }
}
@media screen and (max-width: 600px) {
  .reviews .review {
    width: 100%;
  }
  
}
@media screen and (max-width: 400px) {
  .general-table {
    max-width: 100%;
  }
  .general-table-wrapper {
    max-width: 100%;
  }
}
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "Poppins", sans-serif;
}
body {
  overflow-x: hidden;
  background: #f5f5f5;
}
.loginPage {
  min-height: 100vh;
  background: linear-gradient(90deg, #efe0fa, #be78f0);
}
.loginPage .header_logo {
  margin: 0 auto;
  width: 300px;
  position: absolute;
  top: 30%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.loginPage .login {
  overflow: hidden;
  background-color: #fff;
  padding: 40px 30px 30px 30px;
  border-radius: 10px;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 400px;
  transform: translate(-50%, -50%);
  transition: transform 300ms, box-shadow 300ms;
  box-shadow: 5px 10px 10px rgba(190, 120, 240, 0.2);
}
.loginPage .login::before,
.loginPage .login::after {
  content: "";
  position: absolute;
  width: 600px;
  height: 600px;
  border-top-left-radius: 40%;
  border-top-right-radius: 45%;
  border-bottom-left-radius: 35%;
  border-bottom-right-radius: 40%;
  z-index: -1;
}
.loginPage .login::before {
  left: 40%;
  bottom: -130%;
  background-color: rgba(158, 75, 220, 0.15);
  animation: wawes 6s infinite linear;
}
.loginPage .login::after {
  left: 35%;
  bottom: -125%;
  background-color: rgba(190, 120, 240, 0.2);
  animation: wawes 7s infinite;
}
.loginPage .login > input {
  display: block;
  font-size: 16px;
  background: #fff;
  width: 100%;
  border: 0;
  margin: 15px -10px;
  padding: 10px;
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.2);
  border-radius: 8px;
}
.loginPage .login > input:focus {
  transform: scale(1.05);
}
.loginPage .login > .loginButton {
  cursor: pointer;
  color: #fff;
  font-size: 16px;
  text-transform: uppercase;
  width: 80px;
  text-align: center;
  background-color: #9e4bdc;
  transition: background-color 300ms;
  padding: 10px;
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.2);
  border-radius: 8px;
}
.loginPage .login > .loginButton button {
  color: #fff;
}
.loginPage .login > .loginButton:hover {
  background-color: #b361ed;
}
@keyframes wawes {
  from {
    transform: rotate(0);
  }
  to {
    transform: rotate(360deg);
  }
}
.loginPage a {
  text-decoration: none;
  color: rgba(255, 255, 255, 0.6);
  position: absolute;
  right: 10px;
  bottom: 10px;
  font-size: 12px;
}
.admin_wrapper {
  padding-bottom: 20px;
}
.admin_wrapper a {
  text-decoration: none;
  transition: 0.3s;
  font-size: 16px;
  line-height: 28px;
  color: #22285e;
}
.admin_wrapper input {
  border: none;
  box-shadow: none;
  transition: 0.3s;
  outline: none;
}
.admin_wrapper input::placeholder {
  color: #fff;
}
.admin_wrapper button {
  border: none;
  box-shadow: none;
  transition: 0.3s;
  color: #22285e;
  cursor: pointer;
  background: rgba(0, 0, 0, 0);
}
.admin_wrapper p {
  font-size: 16px;
  line-height: 28px;
  color: #22285e;
}
.admin_wrapper span {
  font-size: 12px;
  line-height: 18px;
  color: #7a7e9e;
}
.admin_wrapper .quote__wrapper {
  position: relative;
}
.admin_wrapper .quote__wrapper::after {
  position: absolute;
  content: "";
  background-image: url(quote.c1fdb4a0.png);
  background-repeat: no-repeat;
  width: 50px;
  height: 50px;
  background-size: cover;
  top: -15%;
  right: -1%;
}
.admin_wrapper .buttonTextarea {
  position: relative;
  padding: 15px;
  width: 100%;
  height: 70px;
  resize: none;
  border: 1px solid #eee;
  border-radius: 15px;
  outline: none;
}
.admin_wrapper ul li {
  position: relative;
  font-size: 16px;
  line-height: 28px;
  color: #22285e;
}
.admin_wrapper ul li::before {
  content: "";
  position: absolute;
  width: 15px;
  height: 15px;
  left: -25px;
  top: 13px;
  background: url(list.faf716c8.svg);
  background-size: cover;
}
.admin_wrapper ol {
  counter-reset: counter-ol;
}
.admin_wrapper ol li {
  position: relative;
  font-size: 16px;
  line-height: 28px;
  color: #22285e;
  counter-increment: counter-ol;
}
.admin_wrapper ol li::before {
  position: absolute;
  content: counter(counter-ol);
  width: 30px;
  height: 30px;
  left: -20px;
  top: 5px;
}
.admin_wrapper h1 {
  text-align: center;
  color: #22285e;
}
.admin_wrapper h2 {
  text-align: center;
  color: #22285e;
}
.admin_wrapper h3 {
  text-align: center;
  color: #22285e;
}
.admin_wrapper h4 {
  text-align: center;
  color: #22285e;
}
.admin_wrapper h5 {
  text-align: center;
  color: #22285e;
}
.admin_wrapper h6 {
  text-align: center;
  color: #22285e;
}
.admin_wrapper b {
  color: #22285e;
}
.admin_wrapper i {
  color: #22285e;
  font-style: normal;
  transition: 0.3s;
}
.admin_wrapper label {
  color: #22285e;
}
.admin_wrapper td {
  color: #22285e;
}
.admin_wrapper tr {
  color: #22285e;
}
.admin_wrapper figcaption {
  color: #22285e;
}
.admin_wrapper .image-tool__image {
  margin: 0 auto;
  margin-bottom: 20px;
  width: 100%;
  max-width: 800px;
  display: flex;
  flex-direction: column;
}
.admin_wrapper img {
  height: 100%;
  max-height: 500px;
  width: auto;
  margin: 0 auto;
  margin-bottom: 15px;
  border-radius: 8px;
}
.admin_wrapper .wrapper {
  width: 95%;
  max-width: 1200px;
  margin: 0 auto;
}
.admin_wrapper .h2 {
  margin-bottom: 20px;
}
.admin_wrapper .h2 button {
  border-radius: 8px;
  padding: 10px 10px;
  background: #9e4bdc;
  color: #fff;
  position: relative;
}
.admin_wrapper .h2 button:hover {
  background: #be78f0;
}
.admin_wrapper .h2 button i {
  color: #fff;
  font-size: 18px;
  padding-right: 5px;
  position: relative;
  top: 2px;
}
.admin_wrapper .h2 h2 {
  margin-bottom: 0;
}
.admin_wrapper header {
  padding: 20px 0;
}
.admin_wrapper .header_top {
  display: flex;
  justify-content: center;
  align-items: center;
}
.admin_wrapper .header_logo {
  display: flex;
  align-items: center;
  margin-left: 260px;
}
.admin_wrapper .header_logo img {
  width: 40px;
  margin-right: 10px;
}
.admin_wrapper .header_logo span {
  font-size: 20px;
}
.admin_wrapper .header_logo.active {
  margin-left: 0;
}
.admin_wrapper .main_content .info {
  margin-left: 260px;
  background: #fff;
  border-radius: 8px;
}
.admin_wrapper .main_content .info h2 {
  font-size: 24px;
  line-height: 32px;
  margin-bottom: 40px;
}
.admin_wrapper .main_content .info .files-list {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  grid-gap: 15px;
  gap: 15px;
  margin-bottom: 50px;
}
.admin_wrapper .main_content .info .files-list .image {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  text-align: center;
  max-width: 200px;
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.2);
  border-radius: 8px;
}
.admin_wrapper .main_content .info .files-list .image img {
  padding: 10px;
  height: 100px;
}
.admin_wrapper .info_content {
  padding: 20px;
}
.admin_wrapper .info_content form button {
  padding: 5px;
  width: 180px;
  height: 40px;
  font-size: 14px;
  color: #fff;
  background-color: #9e4bdc;
  border-radius: 8px;
  transition: background-color 0.3s ease-in-out;
}
.admin_wrapper .info_content form button:hover {
  background-color: #be78f0;
}
.admin_wrapper .info_content .input {
  position: relative;
  margin: 0 10px;
}
.admin_wrapper .info_content .input label {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: column-reverse;
  gap: 5px;
}
.admin_wrapper .info_content .input-img {
  font-size: 12px;
}
.admin_wrapper .info_content .input-img img {
  border-radius: 50px;
}
.admin_wrapper .navigation_list {
  display: flex;
  justify-content: space-between;
}
.admin_wrapper .navigation_item {
  border-radius: 8px;
  background: #9e4bdc;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 20%;
  margin-bottom: 20px;
}
.admin_wrapper .navigation_item i {
  display: block;
  font-size: 40px;
  text-align: center;
  padding-bottom: 20px;
  color: #fff;
}
.admin_wrapper .navigation_item a {
  font-size: 22px;
  color: #fff;
  display: block;
  width: 100%;
  height: 100%;
  padding: 30px;
  text-align: center;
}
.admin_wrapper .navigation_item:hover {
  background: #be78f0;
}
.admin_wrapper .info_field {
  display: flex;
  margin-bottom: 20px;
}
.admin_wrapper .info_field span {
  background: #be78f0;
  color: #fff;
  font-size: 15px;
  padding: 5px 10px;
  width: 25%;
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.2);
  border-radius: 8px 0 0 8px;
}
.admin_wrapper .info_field input {
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.2);
  border: none;
  padding: 5px 10px;
  width: 75%;
  border-radius: 0 8px 8px 0;
}
.admin_wrapper .info_field input::placeholder {
  color: #22285e;
  opacity: 1;
  font-size: 16px;
}
.admin_wrapper .info_field input:focus {
  transform: scale(1.05);
  border-radius: 8px;
}
.admin_wrapper .info_field select {
  border-radius: 0 8px 8px 0;
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.2);
  border: none;
  padding: 5px 10px;
  background: #fff;
  font-family: "Poppins", sans-serif;
  font-size: 15px;
  color: #22285e;
  cursor: pointer;
}
.admin_wrapper .pages_item {
  position: relative;
  margin-bottom: 10px;
  padding: 10px;
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.2);
  border-radius: 8px;
  display: flex;
  align-items: center;
  overflow: hidden;
  z-index: 1;
}
.admin_wrapper .pages_item:last-child {
  margin-bottom: 0;
}
.admin_wrapper .pages_item h3 {
  text-align: left;
  font-size: 16px;
  position: relative;
  margin: 0 12px;
}
.admin_wrapper .pages_item img {
  width: 30px;
  flex: 0 0 auto;
  margin: 0;
  height: 30px;
  border-radius: 50%;
}
.admin_wrapper .pages_item .details {
  display: flex;
  align-items: center;
  gap: 3px;
}
.admin_wrapper .pages_item .details:hover {
  color: #9e4bdc;
}
.admin_wrapper .pages_item .details:hover i {
  color: #9e4bdc;
}
.admin_wrapper .pages_item .details span {
  color: #95d5b6;
  font-size: 24px;
}
.admin_wrapper .pages_item .delete:hover {
  color: #f80505;
}
.admin_wrapper .pages_item .delete:hover i {
  color: #f80505;
}
.admin_wrapper .pages_item_moves {
  display: flex;
  margin-left: auto;
  gap: 20px;
}
.admin_wrapper .pages_item_moves i {
  color: #b7b7b7;
  font-size: 14px;
  padding-right: 5px;
}
.admin_wrapper .pages_item_moves input {
  text-align: center;
  border-bottom: 1px solid #000;
}
.admin_wrapper .pages_bound {
  margin-left: 30px;
  padding: 20px 0;
}
.admin_wrapper .pages_bound_item a {
  text-align: left;
  font-size: 14px;
  padding-left: 25px;
  position: relative;
}
.admin_wrapper .pages_bound_item a:before {
  content: "";
  width: 20px;
  height: 20px;
  position: absolute;
  top: 0px;
  left: 0;
  background: url(England-flag.5d086557.png) no-repeat;
  background-size: cover;
  border-radius: 50%;
}
.admin_wrapper .pages_bound_item a:hover {
  color: #be78f0;
}
.admin_wrapper .category_item {
  padding: 10px 10px 10px 0;
  border-bottom: 1px solid #eee;
}
.admin_wrapper .category_item a {
  text-align: left;
  font-size: 16px;
}
.admin_wrapper .category_item a:hover {
  color: #be78f0;
}
.admin_wrapper .loginPage {
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
}
.admin_wrapper .loginPage .header_logo {
  display: flex;
  justify-content: center;
}
.admin_wrapper .loginPage form {
  padding: 30px;
  background: #fff;
  border-radius: 8px;
  width: 100%;
  max-width: 400px;
}
.admin_wrapper .loginPage form div {
  margin-bottom: 15px;
}
.admin_wrapper .loginPage form label {
  display: flex;
}
.admin_wrapper .loginPage label span {
  background: #eee;
  font-size: 17px;
  padding: 5px 10px;
  border-radius: 8px 0 0 8px;
  width: 25%;
}
.admin_wrapper .loginPage label input {
  border: 1px solid #eee;
  padding: 5px 10px;
  width: 75%;
  border-radius: 0 8px 8px 0;
  font-size: 17px;
  background: #fff;
}
.admin_wrapper .loginPage .loginButton {
  display: flex;
  justify-content: center;
}
.admin_wrapper .loginPage button {
  background: #9e4bdc;
  color: #fff;
  font-size: 18px;
  border-radius: 8px;
  padding: 10px 25px;
  text-transform: uppercase;
}
.admin_wrapper .loginPage button:hover {
  background: #be78f0;
}
.admin_wrapper .buttonAdmin {
  background: #9e4bdc;
  color: #fff;
  font-size: 18px;
  border-radius: 8px;
  padding: 10px 25px;
  text-transform: uppercase;
}
.admin_wrapper .buttonAdmin:hover {
  background: #be78f0;
}
.admin_wrapper .buttonsParent {
  display: flex;
  justify-content: space-between;
}
.admin_wrapper .buttonDelete {
  background: #eee;
  font-size: 16px;
  border-radius: 8px;
  padding: 10px 15px;
}
.admin_wrapper .buttonDelete:hover {
  background: #e10404;
  color: #fff;
}
.admin_wrapper .cardList {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.admin_wrapper .cardList .cardItem {
  margin: 16px 0px 0px 0;
  padding: 10px;
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.2);
  border-radius: 8px;
  cursor: -webkit-grab;
  cursor: grab;
  position: relative;
  width: 100%;
}
.admin_wrapper .cardList .cardItem h3 {
  padding: 0 0 10px 0;
  text-align: left;
  font-size: 16px;
}
.admin_wrapper .cardList .cardItem .remove {
  position: absolute;
  cursor: pointer;
  right: 16px;
  top: 8px;
  font-size: 24px;
  background: #f03c59;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.admin_wrapper .cardList .cardItem .remove span {
  color: #fff;
}
.admin_wrapper .cardList .cardItem .input {
  margin-bottom: 12px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.admin_wrapper .cardList .cardItem .input span {
  width: 120px;
  font-size: 15px;
}
.admin_wrapper .cardList .cardItem input {
  width: calc(100% - 120px);
  background: #eee;
  padding: 10px;
  flex-grow: 0.9;
}
.admin_wrapper .cardList button.addItem {
  width: 100%;
  height: 100px;
  background: #eee;
  margin-top: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px;
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.2);
  border-radius: 8px;
}
.admin_wrapper .cardList button.addItem span {
  font-size: 32px;
  color: #333;
}
.admin_wrapper .cardList .select {
  position: relative;
  width: 100%;
  display: flex;
}
.admin_wrapper .cardList .select div {
  margin-right: 15px;
}
.admin_wrapper .cardList .select div input {
  margin-right: 5px;
}
.admin_wrapper .cardList .menuName {
  width: 100%;
  margin-top: 16px;
}
.admin_wrapper .cardList .menuName input {
  padding: 10px;
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.2);
  border-radius: 8px;
  width: 500px;
}
.admin_wrapper .saveButton {
  width: 100%;
  margin: 20px 0;
  display: flex;
  justify-content: flex-end;
}
.admin_wrapper .sidebar {
  position: fixed;
  height: 100%;
  width: 320px;
  z-index: 1;
  top: 0;
  left: 0;
  background-color: #be78f0;
  overflow-x: hidden;
  transition: 0.5s;
  padding-top: 60px;
  border-radius: 0px 20px 20px 0px;
}
.admin_wrapper .sidebar span {
  font-size: 12px;
  display: block;
}
.admin_wrapper .sidebar .material-icons {
  position: absolute;
  font-size: 30px;
  color: #fff;
  left: -40px;
}
.admin_wrapper .sidebar a {
  position: relative;
  display: flex;
  align-items: center;
  padding: 15px 30px 15px 20px;
  width: 100%;
  font-weight: 500;
  font-size: 18px;
  color: #fff;
  transition: all 0.3s ease-in-out;
}
.admin_wrapper .sidebar a:hover,
.admin_wrapper .sidebar a:active,
.admin_wrapper .sidebar a [aria-current] {
  background: #be78f0;
  border-radius: 0px 20px 20px 0px;
  width: 90%;
}
.admin_wrapper .sidebar .year {
  position: absolute;
  bottom: 20px;
}
.admin_wrapper .sidebar .openbtn {
  position: absolute;
  top: 17px;
  left: 25%;
  width: 24px;
  height: 24px;
  transform: rotate(180deg);
}
.admin_wrapper .sidebar__list {
  margin-left: 50px;
  height: 100%;
  padding-top: 50px;
  background-color: #9e4bdc;
}
.admin_wrapper .sidebar.active {
  width: 50px;
}
.admin_wrapper .info.active {
  margin-left: 0;
}
.admin_wrapper .openbtn.active {
  transform: rotate(0);
}
.admin_wrapper .ce-block {
  margin-bottom: 15px;
  padding: 10px;
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.2);
  border-radius: 8px;
}
.admin_wrapper .ce-block h2 {
  padding: 0;
  margin: 0;
}
.admin_wrapper .ce-block .faq_list {
  display: flex;
  flex-direction: column;
  gap: 15px;
}
.admin_wrapper .ce-block .faq_list span {
  cursor: pointer;
}
.admin_wrapper .ce-block .faq__add {
  display: block;
  text-align: center;
  padding: 5px 10px;
  width: 150px;
  cursor: pointer;
  color: #fff;
  background-color: #9e4bdc;
  border-radius: 10px;
}
.admin_wrapper .ce-block .faq_delete {
  background-color: #f03c59;
  border-radius: 8px;
  cursor: pointer;
}
.admin_wrapper .ce-block .faq_delete span {
  padding: 20px;
  color: #fff;
}
.admin_wrapper .buttonDelete {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  background-color: #f03c59;
}
.admin_wrapper .buttonDelete span {
  color: #fff;
  font-size: 19px;
}
.admin_wrapper .buttonAdmin {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
}
.admin_wrapper .buttonAdmin span {
  color: #fff;
  font-size: 19px;
}
.admin_wrapper .flag_img {
  width: 50px;
  height: 50px;
  border-radius: 50%;
}
.admin_wrapper .buttons_category {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.admin_wrapper .category_delete {
  color: #fff;
}
.admin_wrapper .check_label {
  padding-left: 20px;
  cursor: pointer;
}
.admin_wrapper .radio_box {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
}
.admin_wrapper .radio_box:checked + .check_style::before {
  content: "";
  position: absolute;
  width: 8px;
  height: 8px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #9e4bdc;
  border-radius: 50%;
}
.admin_wrapper .check_style {
  position: absolute;
  width: 15px;
  height: 15px;
  top: 1px;
  border: 1px solid #be78f0;
  border-radius: 50%;
  background: none;
  padding: 0;
  cursor: pointer;
  box-shadow: none;
}
.admin_wrapper .check_category {
  top: 3px;
  left: -2px;
}
.admin_wrapper .ce-popover__items {
  margin-top: 10px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.admin_wrapper .ce-popover__item {
  cursor: pointer;
}
.admin_wrapper .cdx-search-field__input::placeholder {
  color: #000;
}
.admin_wrapper .ce-popover__no-found,
.admin_wrapper .ce-popover__item-icon {
  display: none;
}
.fixed-panel {
  background: url(/banner-mini.webp) no-repeat;
  background-size: cover;
  background-position: center;
  height: 80px;
  width: 100%;
  z-index: 6;
  position: fixed;
  left: 0;
  bottom: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
.fixed-panel div ,
.regMobile {
  display: flex;
  justify-content: center;
  align-items: center;
}
.fixed-panel div span ,
.regMobile span {
  color: #fff;
  margin-right: 16px;
  font-size: 20px;
  font-weight: 700;
}
.fixed-panel div button ,
.regMobile button {
  padding: 10px 16px;
  color: #fff;
  background: #7eac2f;
  font-size: 16px;
  font-weight: 700;
  transition: 0.3s;
  border-radius: 6px;
}
.fixed-panel div button:hover {
  background: rgba(126, 172, 47, 0.8);
}
.footer {
  background: #000;
  padding: 20px 0;
}
.footer .footerInner {
  display: block;
  text-align: center;
}
.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 .footerInner .menu {
  padding: 18px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 10px;
  gap: 10px;
}
.footer .footerInner .menu a {
  color: #fff;
  margin: 0 5px 5px 5px;
}
.footer .scrollTop {
  background: #275f90;
  width: 30px;
  height: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: fixed;
  bottom: 100px;
  right: 20px;
  opacity: 0;
  cursor: pointer;
  border-radius: 50%;
  z-index: 5;
}
.footer .scrollTop.pam_content {
  opacity: 1;
}
/* .footer-block-btn {
  z-index: 5;
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  height: 82px;
  padding: 16px;
  background: #1a1a22;
  width: 100%;
  left: 50%;
  transform: translate(-50%, 0);
  display: none;
  justify-content: center;
  align-items: center;
} */
.footer-block-btn .buttons {
  display: flex;
  justify-content: center;
  width: 100%;
}
.footer-block-btn .buttons button {
  width: 48%;
  padding: 12px;
  font-size: 16px;
  font-weight: 700;
  border-radius: 12px;
  flex: 0 0 auto;
}
.footer-block-btn .buttons .regButton {
    padding: 10px 20px;
    border-radius: 5px;
    text-transform: uppercase;
    border: 1px #7eac2f solid;
    margin-right: 0;
    background: #7eac2f;
    color: #fff;
    text-align: center;
    font-size: 16px;
    font-weight: 700;
    line-height: 22px;
}
.footer-block-btn .buttons .logButton {
  background: rgba(0, 0, 0, 0);
  color: #fff;
  text-align: center;
}
@media (max-width: 800px) {
  .fixed-panel {
    background: url(/banner-mini-tablet.webp) no-repeat;
    background-size: cover;
    background-position: center;
  }
  .fixed-panel div {
    max-width: 314px;
  }
  .fixed-panel div span {
    font-size: 16px;
    margin-right: 12px;
  }
  .fixed-panel div button {
    flex: 0 0 auto;
  }
}
@media (max-width: 640px) {
  .fixed-panel {
    background: url(/banner-mini-mobile.webp) no-repeat;
    background-size: cover;
    background-position: center;
    display: none;
  }
  .footer-block-btn .buttons .regButton {
      font-size: 14px;
      padding: 10px 14px;
  }
  .footer {
    padding: 20px 0 100px 0px;
  }
  .footer-block-btn {
    z-index: 5;
    position: fixed;
    right: 0;
    bottom: 0;
    left: 0;
    height: 60px;
    padding-right: 16px;
    padding-left: 16px;
    background: #275f90;
    width: 100%;
    left: 50%;
    display: flex;
    transform: translate(-50%, 0);
    justify-content: center;
    align-items: center;
  }
  .footer-block-btn .buttons .logButton {
    width: 100%;
  }
}
@media (max-width: 390px) {
  .footer .footerInner .menu {
    grid-template-columns: repeat(1, 1fr);
  }
}
.header {
  background: #275f90;
  height: 80px;
  position: fixed;
  display: flex;
  justify-content: center;
  align-items: center;
  top: 0px;
  left: 50%;
  right: 0;
  width: 100%;
  z-index: 10;
  transform: translate(-50%, 0);
}
.header .burger {
  display: none;
}
.header .headerInner {
  padding: 12px 0;
  height: 100%;
  width: 1300px;
  max-width: 100%;
}
.header .headerInner .headerFlex {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 100%;
}
.header .headerInner .regMobile {
  display: none;
}
.header .headerInner .logo {
  position: relative;
}
.header .headerInner .logo img {
  max-height: 28px;
}
.header .headerInner .logo a {
  display: block;
}
.header .headerInner .logo button {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.header .headerInner .headerFlex .menu {
  display: flex;
  align-items: center;
  transition: all 0.3s ease;
  gap: 0 20px;
}
.header .headerInner .headerFlex .menu a {
  text-align: center;
  color: #fff;
  font-size: 20px;
  font-weight: 700;
  line-height: 22px;
  text-transform: uppercase;
}
.header .headerInner .headerFlex .menu a:hover {
  color: #7eac2f;
}
.header .headerInner .headerFlex .menu a.active {
  color: #7eac2f;
}
.buttons .icons {
  display: flex;
  align-items: center;
  margin-right: 7px;
}
.buttons .icons .icon {
  margin: 0 7px;
  height: 44px;
  padding: 10px 20px;
  position: relative;
  background: #276aa5;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  border-radius: 5px;
  transition: 0.3s;
}
.buttons .icons .icon:hover {
  background: rgba(0, 0, 0, 0);
}
.buttons .icons .icon button {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.buttons .regButton {
  padding: 10px 20px;
  border-radius: 5px;
  font-size: 18px;
  font-weight: 500;
  text-transform: uppercase;
  border: 1px #7eac2f solid;
  margin-right: 14px;
  background: #7eac2f;
  color: #fff;
}
.buttons .regButton:hover {
  background: rgba(0, 0, 0, 0);
  color: #fff;
  border-color: #fff;
}
.buttons .logButton {
  padding: 10px 20px;
  border-radius: 5px;
  font-size: 18px;
  font-weight: 500;
  text-transform: uppercase;
  border: 1px #7eac2f solid;
  background: #276aa5;
  border-color: #276aa5;
  color: #fff;
}
.buttons .logButton:hover {
  background: rgba(0, 0, 0, 0);
  border-color: #fff;
}
@media screen and (max-width: 1300px) {
  .header {
    height: 60px;
  }
  .header .headerInner {
    padding: 12px 15px;
  }
}
@media screen and (max-width: 640px) {
  .buttons .icons {
    margin-right: 0;
  }
  .buttons .icons .icon {
    max-width: 30px;
    height: 30px;
  }
  .buttons .icons .icon:nth-child(2) {
    margin: 0 10px 0 7px;
  }
  .buttons .icons .icon img {
    max-width: 18px;
    max-height: 18px;
  }
  .header {
    height: auto;
  }
  .header .headerInner .regMobile {
    display: flex;
    margin-top: 9px;
  }
  .header .headerInner .regMobile .btn-reg {
    display: block;
    width: 100%;
    padding: 4px 20px;
    margin-right: 0;
  }
  .header .btn-reg {
    display: none;
  }
  .header .btn-login {
    display: none;
  }
  .header .burger {
    display: block;
    cursor: pointer;
  }
  .header .burger img {
    max-width: 42px;
  }
  .header .headerInner .headerFlex .menu {
    display: none;
  }
}
.burger {
  display: none;
  position: relative;
}
.mobileMenu {
  position: fixed;
  top: 0;
  right: 0%;
  display: block;
  z-index: 5;
  background: #275f90;
  width: 100%;
  max-width: 350px;
  min-height: 100vh;
  padding: 30px 20px;
  transition: right 0.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: space-between;
  margin-bottom: 75px;
}
.mobileMenu .mobileMenuLinks {
  display: flex;
  flex-direction: column;
  gap: 28px;
}
.mobileMenu .mobileMenuLinks a {
  color: #fff;
  font-size: 20px;
  text-align: center;
  font-weight: 700;
  line-height: 22px;
  text-transform: uppercase;
}
.mobileMenu .mobileMenuLinks a:active {
  color: #181616;
}
.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;
  }
}
.breadcrumbs {
  display: flex;
  align-items: center;
  padding-top: 25px;
  overflow-x: hidden;
}
.breadcrumbs a {
  color: #fff;
  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.wrapper {
    margin-top: 15px;
  }
}
.mainBanner {
  height: 432px;
  background-color: rgba(0, 0, 0, 0);
  position: relative;
  margin: 104px auto 24px;
  max-width: 1300px;
  width: 100%;
}

.buttonsBanner {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.top-buttons {
  display: flex;
  gap: 10px;
}

.full-width {
  width: 100%;
}

.button-block .btn-telegram {
  display: inline-block;
  color: #fff;
  font-size: 18px;
  font-style: normal;
  line-height: 27px;
  text-transform: none;
  background: linear-gradient(180deg, #7EAC2F, #5B9100);
  padding: 12px 40px;
  transition: 0.4s;
  border-radius: 12px;
  max-width: 656px;
  font-weight: 700;
  text-align: center;
}

.mainBanner .btn-banner {
  display: inline-block;
  font-family: 'Poppins', sans-serif;
  margin-top: 16px;
  color: #154A78;
  font-size: 18px;
  font-style: normal;
  line-height: 27px;
  text-transform: none;
  background: #DDE5EB;
  padding: 12px 40px;
  transition: 0.4s;
  border-radius: 10px;
  width: 320px;
  font-weight: 700;
  text-align: center;
}

.mainBanner button:hover, .mainBanner a:hover {
  opacity: 0.8;
}
.mainBannerInner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  overflow: hidden;
  padding: 10px 40px;
  width: 100%;
  margin: 0 auto;
  position: relative;
  background: linear-gradient(180deg, #275F90, #144876 );
  background-position: center;
  background-size: cover;
  border-radius: 20px;
}
.mainBannerInner .mainBannerImage {
  position: relative;
  top: 9px;
  flex: 0 0 auto;
}
.mainBannerInner .mainBannerText {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
  max-width: 656px;
  width: 50%;
}
@media (max-width: 1300px) {
  .mainBanner {
    margin-top: 92px;
  }
}
@media (max-width: 870px) {
  .mainBanner {
    padding: 10px;
    height: 280px;
  }
  .mainBanner .mainBannerInner {
    padding: 10px;
    border-radius: 6px;
    gap: 20px;
  }

  .right .title {
    margin-bottom: 0;
  }

  .mainBannerInner .left img {
    max-height: 262px;
  }

  .mainBannerText .title {font-size: 18px;}
  .mainBannerText .decs .item span {font-size: 16px;}

  .content .contentMain {
    width: 100%;
    margin-top: 560px;
  }

  .mainBannerInner .mainBannerText {width: 100%;}
  .top-buttons .btn-banner {width: 100%;}
  .mainBanner .btn-banner {margin-top: 0;}
}

.slots {
  margin-bottom: 24px;
}
.slots .wrapper {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.slots .wrapper .slot {
  position: relative;
  width: 244px;
  height: 124px;
  cursor: pointer;
}
.slots .wrapper .slot span {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 28px;
  text-align: center;
  z-index: 3;
  background: #275f90;
  color: #fff;
  border-radius: 0 0 6px 6px;
  font-size: 16px;
  font-weight: 500;
  transition: 0.3s;
}
.slots .wrapper .slot button {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 4;
}
.slots .wrapper .slot img {
  max-width: 100%;
  object-fit: cover;
  border-radius: 6px;
}
.slots .wrapper .slot:hover span {
  background: #7eac2f;
}
@media (max-width: 1300px) {
  .slots .wrapper .slot {
    width: 18%;
  }
}
@media (max-width: 980px) {
  .slots .wrapper {
    width: 100%;
  }
  .slots .wrapper .slot {
    width: 18%;
    height: 68px;
    overflow: hidden;
    border-radius: 6px;
  }
  .slots .wrapper .slot span {
    display: none;
  }
  .slots .wrapper .slot img {
    height: 100%;
  }
}
@media (max-width: 640px) {
  .slots {
    margin-bottom: 8px;
  }
  .slots .wrapper .slot {
    width: 32%;
    height: 54px;
  }
  .slots .wrapper .slot.hide-mobile {
    display: none;
  }
}
@media (max-width: 360px) {
  .slots .wrapper .slot {
    max-width: 107px;
  }
}
.panel {
  margin-bottom: 24px;
}
.panel .wrapper {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.panel .wrapper .item {
  position: relative;
  width: 295px;
  height: 80px;
  display: flex;
  overflow: hidden;
  border-radius: 6px;
  align-items: center;
  justify-content: space-between;
  background: #275f90;
  border-radius: 10px;
  margin-bottom: 20px;
  padding: 30px 20px;
  transition: 0.3s;
  cursor: pointer;
}
.panel .wrapper .item span {
  color: #fff;
  position: relative;
  z-index: 4;
  font-size: 18px;
  font-weight: 700;
}
.panel .wrapper .item button {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 6;
  background: rgba(0, 0, 0, 0);
}
.panel .wrapper .item img {
  position: relative;
  z-index: 4;
}
.panel .wrapper .item:hover {
  background: #276aa5;
}
.panel .wrapper .item:hover button {
  background: rgba(0, 0, 0, 0);
}
@media (max-width: 1300px) {
  .panel .wrapper {
    justify-content: flex-start;
    gap: 1%;
  }
  .panel .wrapper .item {
    width: 32%;
  }
}
@media (max-width: 980px) {
  .panel .wrapper {
    justify-content: space-between;
    gap: 1%;
    width: 100%;
    padding: 0;
  }
  .panel .wrapper .item {
    width: 49%;
    margin-bottom: 12px;
    height: 44px;
    padding: 10px 13px;
  }
  .panel .wrapper .item img {
    max-width: 44px;
  }
  .panel .wrapper .item span {
    font-size: 14px;
  }
}


.left img {
    max-height: 432px;
    margin-left: 60px;
}

/* .right {
    margin: 32px 60px 32px auto;
} */

.right .title {
    font-family: Tahoma, sans-serif;
    font-size: 28px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 24px;
}

.mainBannerText .decs {
    display: flex;
    flex-direction: column;
    gap: 12px;
    width: 100%;
}

.mainBannerText .decs .item  {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    border-bottom: 1px solid #c8c7c793;
}

.mainBannerText .decs .item span {
    font-weight: 400;
    font-size: 20px;
    color: #fff;

}

@media (max-width: 880px) {
   .mainBannerInner {
        display: flex;
        flex-direction: column;
    }
    .left {
      order: 2;
    }
    .mainBannerInner .mainBannerText {
      order: 1;
      padding-top: 10px;
    }

    .mainBannerInner .buttonsBanner .top-buttons {
        flex-direction: column;
    }
    .mainBannerText {
      gap: 10px;
    }
}


.mainBanner {
  background-color: transparent;
  margin: 104px auto 24px;
  max-width: 1300px;
  width: 100%;
}

.mainBannerInner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 40px;
  background: linear-gradient(180deg, #275F90, #144876);
  background-position: center;
  background-size: cover;
  border-radius: 20px;
  /* flex-wrap: wrap; */
}

.left {
  /* flex: 1 1 40%; */
  text-align: center;
}
.left img {
  max-width: 100%;
  height: auto;
  border-radius: 12px;
}

/* .right {
  flex: 1 1 50%;
} */

.mainBannerText {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.mainBannerText .title {
  font-family: Tahoma, sans-serif;
  font-size: 28px;
  font-weight: 700;
  color: #fff;
}

.mainBannerText .decs {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.decs .item {
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #c8c7c793;
  font-size: 18px;
  color: #fff;
}

.buttonsBanner {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.top-buttons {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
}
.top-buttons .btn-banner {
  flex: 1 1 calc(50% - 6px);
  min-width: 140px;
}

.btn-banner,
.button-block .btn-telegram {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 12px 24px;
  font-size: 16px;
  font-weight: 700;
  border-radius: 10px;
  transition: 0.3s ease;
  text-decoration: none;
}

.btn-banner {
  background: #dde5eb;
  color: #154A78;
}
.button-block .btn-telegram {
  background: linear-gradient(180deg, #7EAC2F, #5B9100);
  color: #fff;
  width: 100%;
}

.btn-banner:hover,
.button-block .btn-telegram:hover {
  opacity: 0.85;
}



@media (max-width: 870px) {
  .mainBanner {
    padding: 0;
    height: 280px;
  }
  .mainBanner .mainBannerInner {
    padding: 10px;
    border-radius: 6px;
    gap: 20px;
  }

  .right .title {
    margin-bottom: 0;
  }

  .mainBannerInner .left img {
    max-height: 262px;
  }

  .mainBannerText .title {font-size: 18px;}
  .mainBannerText .decs .item span {font-size: 16px;}

  .content .contentMain {
    width: 100%;
    margin-top: 500px;
  }

  .mainBannerInner .mainBannerText {width: 100%;}
  .top-buttons .btn-banner {width: 100%;}
  .mainBanner .btn-banner {margin-top: 0;}

}

@media (max-width: 870px) {
  .button-block .btn-telegram, .mainBanner .btn-banner {font-size: 16px;}
  .left img {margin-left: 0;}
}

@media (max-width: 500px) {
  .mainBannerText .title {
    font-size: 16px;
  }
  .mainBanner {
    margin: 94px auto 24px;
  }
  .fixed-panel {
    height: 55px;
  }
  }

  