* {
  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: #fff;
  font-family: Tahoma, sans-serif;
  width: 100%;
}

main h1 {
  font-family: Tahoma, sans-serif;
  background: linear-gradient(0deg, #4838ff 0%, #6b5eff 100%);
  border-radius: 25px;
  color: #fff;
  padding: 40px 20px;
  text-transform: uppercase;
  font-family: Tahoma;
  font-size: 25px;
  font-style: normal;
  font-weight: 700;
  line-height: 32px;
  text-wrap: balance;
  max-width: 1600px;
  margin: 0 auto 20px auto;
}

main h1.main {
  background: #e5e4f4;
  color: #242428;
  padding: 56px 0;
  width: 100%;
  max-width: 100%;
  border-radius: 0;
}

main h1 img {
  height: 34px;
  display: flex;
  align-items: center;
  width: 100%;
  margin-bottom: 20px;
}

@media (max-width: 1250px) {
  main h1 {
    font-size: 25px;
    line-height: 30px;
    padding: 25px 15px;
  }
}

main p,
main h2,
main h3,
main h4,
main h5,
main span,
main figcaption,
main li {
  color: #1e1e24;
  font-family: Tahoma, sans-serif;
}
main a {
  font-family: Tahoma, sans-serif;
  color: #ff3d00;
  text-underline-offset: 5px;
}
main h2,
main h3,
main h4,
main h5,
main h6,
main p,
main ol,
main ul,
main figure,
main .faq-container {
  max-width: 1600px;
  margin: 0 auto;
  width: 96%;
}
main figure {
  margin: 0 auto;
  margin-bottom: 20px;
}
main p {
  font-size: 20px;
  padding-bottom: 25px;
  line-height: 25px;
}
@media (max-width: 1250px) {
  main p {
    font-size: 15px;
    line-height: 20px;
  }
}
main .wrapper {
  width: 100%;
  max-width: 1600px;
  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: 22px;
  font-weight: 600;
  line-height: normal;
  letter-spacing: 1.32px;
}
h2 {
  font-size: 22px;
  font-style: normal;
  font-weight: 700;
  line-height: 28px;
  text-transform: uppercase;
  text-align: left;
}
h3 {
  font-size: 26px;
  line-height: 20px;
  text-align: left;
}
h4 {
  font-size: 16px;
  line-height: 18px;
}
h5,
h6 {
  font-size: 14px;
  line-height: 16px;
}
.custom-wrapper {
  background: rgba(233, 74, 39, 0.08);
  padding: 20px;
  border-radius: 10px;
}
.nav-submenu {
  position: relative;
  height: 100%;
}
.nav-submenu:hover .nav-submenu-list {
  display: flex;
}
.nav-submenu .nav-submenu-link {
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  line-height: normal;
  height: 55px;
  display: flex;
  align-items: center;
}
.nav-submenu .nav-submenu-list {
  position: absolute;
  background: #3855ef;
  top: 40px;
  left: -10px;
  width: 160px;
  flex-direction: column;
  padding: 10px 10px 0px 10px;
  display: none;
}
.nav-submenu .nav-submenu-list a {
  margin-bottom: 10px;
  margin-right: 0px;
}
@media screen and (max-width: 1250px) {
  #mobileMenu .nav-submenu {
    margin-top: 20px;
  }
  #mobileMenu .nav-submenu-link {
    color: #df0000;
    font-size: 20px;
    text-align: center;
    font-weight: 700;
    line-height: 22px;
    text-transform: uppercase;
    display: block;
    height: auto;
  }
  #mobileMenu .nav-submenu-list {
    display: flex;
    width: 100%;
    left: 0;
    position: relative;
    top: 0;
  }
  .nav-submenu::after {
    display: none;
  }
}
p,
span,
li,
h1,
h2,
h3,
a,
b,
i,
label,
input,
button,
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: 25px;
}
.content .content-block {
  margin-bottom: 60px;
  border-radius: 20px;
  background: #fff;
  padding-top: 20px;
}
.content .general-ol {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 20px;
  counter-reset: counter-ol;
  padding-left: 20px;
}
.content .general-ol li {
  position: relative;
  padding-left: 0;
  margin-bottom: 10px;
  width: 48%;
  counter-increment: counter-ol;
  font-size: 20px;
  font-weight: 400;
  line-height: 25px;
}
.content .general-ol li::before {
  position: absolute;
  content: counter(counter-ol) '.';
  display: flex;
  align-items: center;
  justify-content: center;
  width: 26px;
  height: 26px;
  color: #1e1e24;
  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: 25px;
  width: 48%;
  font-size: 20px;
  font-weight: 400;
  line-height: 25px;
}
.content .general-ul li::before {
  content: no-open-quote;
  position: absolute;
  left: 0;
  top: 13px;
  width: 15px;
  height: 5px;
  border-radius: 12px;
  background: #fb4d00;
}

@media screen and (max-width: 1250px) {
  .content .general-ul li,
  .content .general-ol li {
    font-size: 15px;
    line-height: 20px;
  }
  .content .general-ul li::before {
    top: 9px;
  }
  .content .general-ol li::before {
    top: -3px;
  }
}

.pageError {
  min-height: calc(100vh - 70px);
}
.content-block .slots-wrapper {
  background: #ecf3fb;
  border-radius: 3px;
  margin-bottom: 20px;
  padding: 10px;
  padding-left: 0;
  padding-right: 0;
}
.slots-wrapper {
  max-width: 1128px;
  padding: 0 20px;
  margin: auto;
}
.slots {
  display: flex;
  flex-wrap: wrap;
  gap: 23px;
  justify-content: space-between;
  padding: 20px 0;
}
.slot-item {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
  max-width: 360px;
  border: 1px solid #eee;
  border-radius: 5px;
  padding: 20px;
  background: #fff;
  box-shadow: 1px 1px 7px 0 #428cdc;
}
.slot-item h2 {
  text-transform: uppercase;
  font-size: 22px;
  line-height: 22px;
  padding: 0;
  margin-bottom: 15px;
}
.slot-item img {
  background: bisque;
  height: 180px;
  border-radius: 5px;
  object-fit: cover;
  object-position: center;
}
.slot-box {
  display: flex;
  gap: 10px;
  justify-content: space-around;
}
.slot-box a,
.slot-box button {
  border-radius: 8px;
  padding: 10px 10px;
  font-weight: 600;
  font-size: 16px;
  width: 48%;
  max-width: 200px;
  line-height: normal;
}
.btn-review {
  background: #fff;
  color: #ff3d00;
  text-decoration: none;
  text-align: center;
  border: 1px solid #ff3d00;
}
.btn-slot {
  background: #ff3d00;
  color: #fff;
  text-decoration: none;
  text-align: center;
}
@media screen and (max-width: 750px) {
  .slots {
    justify-content: center;
  }
}

.buttons {
  display: flex;
  align-items: center;
}
.imgWrap {
  display: block;
  position: relative;
}
figure {
  margin-bottom: 20px;
  text-align: center;
  position: relative;
}
figure {
  margin-bottom: 20px;
  text-align: center;
}

figure div {
  height: 100%;
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
}

figure.img-video {
  margin: 32px auto;
}

figure.img-video img {
  max-height: 440px;
  max-width: 281px;
}

figure div i {
  display: block;
  width: 64px;
  height: 64px;
  background: #fff url('/uploads/video/play.svg') no-repeat;
  background-position: center;
  background-size: cover;
  border-radius: 50%;
}

figure div video {
  width: 281px;
  height: 440px;
  z-index: 3;
}

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;
  width: auto;
  height: auto;
  margin: 0 auto 10px auto;
}
.general-image.vertical {
  max-height: 500px;
  max-width: 70%;
}
.general-image.horizontal {
  max-width: 800px;
}
.table-wrapper {
  width: 100%;
  max-width: 1600px;
  margin: 0 auto 25px;
}
.general-table {
  border-collapse: collapse;
  overflow: hidden;
  text-align: center;
  border-radius: 16px;
  box-shadow: 0px 0px 16px 0px rgba(0, 0, 0, 0.08);
  width: 100%;
  border: 1px solid rgba(72, 56, 255, 0.1);
}
.general-table .general-tr .general-td:first-child {
  padding: 10px;
  text-align: center;
  width: 40%;
  font-size: 18px;
  line-height: 32px;
  font-weight: 700;
}
.general-table .general-tr .general-td:last-child {
  background: #fff;
  text-align: left;
  padding: 10px 15px;
  font-size: 18px;
  line-height: 32px;
}
.general-td ul li {
  text-align: left;
  font-size: 18px;
  line-height: 32px;
}
thead tr th {
  border-bottom: 1px solid #e94a27;
  border-collapse: collapse;
  overflow: hidden;
  text-align: left;
  padding: 10px 20px;
  background: #fff;
  color: #e94a27;
  font-size: 18px;
  line-height: 32px;
}
thead tr th:first-child {
  text-align: center;
  background: rgba(233, 74, 39, 0.08);
}
.general-table .general-tr:nth-child(2n) .general-td:first-child {
  background: rgba(233, 74, 39, 0.08);
  color: #e94a27;
  border-bottom: 1px solid #e94a27;
}
.general-table .general-tr .general-td:first-child {
  background: rgba(72, 56, 255, 0.08);
  color: #4838ff;
}
tr:nth-child(even) {
  color: #e94a27;
  border-bottom: 1px solid #e94a27;
}
tr:nth-child(odd) {
  color: #4838ff;
  border-bottom: 1px solid #e94a27;
}
tr:last-child,
tr td:last-child {
  border-bottom: none;
}
tr:nth-child(2n) {
  background: #fff;
}

@media screen and (max-width: 1250px) {
  .general-table .general-tr .general-td:first-child,
  .general-table .general-tr .general-td:last-child,
  thead tr th {
    font-size: 14px;
    line-height: 18px;
  }
}
.faq-container .faq-item {
  margin: 0 auto;
  position: relative;
  min-height: 30px;
  margin-bottom: 20px;
}
.faq-container .faq-item:last-child {
  border-bottom: none;
}
.faq-container .faq-question {
  padding-bottom: 0;
  font-weight: 600;
  padding: 16px 42px;
  color: #fff;
  font-size: 25px;
  line-height: 24px;
  margin-left: 0;
  border-radius: 20px 20px 0px 0px;
  background: #fb603d;
}
.faq-container .faq-answer {
  padding: 10px 42px 16px 42px;
  /* height: 0; */
  overflow: hidden;
  z-index: 5;
  position: relative;
  /* opacity: 0; */
  transition: 0.4s ease;
  margin-left: 0;
  border-radius: 0px 0px 20px 20px;
  border-right: 2px solid #fb603d;
  border-bottom: 2px solid #fb603d;
  border-left: 2px solid #fb603d;
  color: #fb603d;
  font-family: Tahoma;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 25px; /* 125% */
}
.faq-container .icon {
  height: 18px;
  position: absolute;
  width: 18px;
  right: 10px;
  top: 11px;
  z-index: 2;
  display: none;
}
.faq-container .icon::before,
.faq-container .icon::after {
  background: #1e1e24;
  content: no-open-quote;
  height: 4px;
  right: 0;
  position: absolute;
  top: 0;
  width: 18px;
  transition: transform 500ms ease;
}
.faq-container .toggle {
  width: 100%;
  height: 100%;
  margin: 0;
  opacity: 0;
  /* cursor: pointer; */
  position: absolute;
  top: 0;
  z-index: 3;
}

@media screen and (max-width: 1250px) {
  .faq-container .faq-question {
    font-size: 22px;
    line-height: 26px;
    padding: 16px 15px;
  }
  .faq-container .faq-answer {
    font-size: 15px;
    line-height: 20px;
    padding: 10px 15px 16px 15px;
  }
  .table_of_contents_wrapper {
    padding-top: 25px;
    padding-bottom: 25px;
  }
}

.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: 1600px;
  margin: 0 auto;
  width: 96%;
  padding-top: 20px;
  padding-bottom: 45px;
}

@media screen and (max-width: 1250px) {
  .table_of_contents_wrapper {
    padding-top: 5px;
    padding-bottom: 25px;
  }
}

.table_of_contents {
  cursor: pointer;
  display: flex;
  flex-wrap: wrap;
  gap: 10px 30px;
  justify-content: center;
  max-height: 1000px;
}
.table_of_contents .table_box {
  transition: max-height 0.25s ease-in-out;
  display: flex;
  width: 100%;
  max-height: 1000px;
  gap: 10px;
  flex-wrap: wrap;
  justify-content: center;
}

@media screen and (max-width: 730px) {
  .table_of_contents .table_box {
    justify-content: flex-start;
  }
}

.table_of_contents .table_link {
  position: relative;
  font-size: 16px;
  line-height: 1.8;
  border-radius: 12px;
  border: 2px solid #4838ff;
  padding: 6px 13px;
  color: #4838ff;
  font-family: Tahoma;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 20px; /* 125% */
  text-transform: uppercase;
  white-space: nowrap;
}
.table_of_contents .table_link:hover {
  background: #4838ff;
  color: #fff;
}
.content404Page.wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100vh;
  max-width: 100%;
  width: 100%;
  background: #205685;
}
.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: linear-gradient(135deg, #fb4d00 0%, #fb7c34 100%);
  padding: 5px 15px;
  border-radius: 5px;
  font-size: 18px;
  line-height: 28px;
  color: #fff;
  color: #fff;
}
.content404Page.wrapper .content404 button:hover {
  background: linear-gradient(135deg, #ff7a4d 0%, #ff9567 100%);
}
.contentMap {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100vh;
  max-width: 100%;
  width: 100%;
  background: #205685;
}
.contentMap h1 {
  text-align: left;
  color: #1e1e24;
  margin-bottom: 64px;
}
.contentMap .sitemapLinks {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  max-width: 640px;
}
.contentMap .sitemapLinks a {
  display: inline-block;
  color: #fff;
  margin: 0 auto 12px;
  position: relative;
}
.contentMap .sitemapLinks a:before {
  position: absolute;
  left: -16px;
  top: calc(50% - 4px);
  content: no-open-quote;
  width: 8px;
  height: 8px;
  background: #fff;
  border-radius: 50%;
}
.contentMap .sitemapLinks a:hover {
  color: #92c637;
}
.img-overlay {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 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;
  text-align: center;
  margin: 10px 0;
  background: var(--secondary);
  background-repeat: no-repeat;
  background-size: cover;
}
.general-table-wrapper {
  margin: 0 auto;
  width: 96%;
  max-width: 1600px;
}
.button-block button,
.button-block a {
  padding: 18px 29px;
  font-size: 20px;
  font-weight: 700;
  line-height: 22px;
  text-transform: uppercase;
  color: #fff;
  border-radius: 22px;
  background: linear-gradient(180deg, #fa5e3c 0%, #e94a27 100%);
  box-shadow: 0px 2px 12px 0px rgba(17, 17, 18, 0.16);
  transition: 0.3s;
  display: block;
  margin: 0 auto;
  max-width: 380px;
}
.button-block button:hover,
.button-block a:hover {
  background: linear-gradient(135deg, #ff7a4d 0%, #ff9567 100%);
  box-shadow: 0px 0px 12px 0px rgba(255, 92, 0, 0.26), 0px 0px 18px 0px rgba(255, 46, 0, 0.7);
}
.quote {
  margin: 0 auto 20px;
  width: 96%;
  max-width: 1600px;
  border-radius: 20px;
  background: linear-gradient(180deg, #fa5f3c 0%, #e94a27 100%);
}
.quote p {
  color: #fff;
  font-family: Tahoma;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 25px; /* 125% */
  padding: 20px 40px;
  margin: 0;
}
@media (max-width: 1250px) {
  .quote p {
    font-size: 15px;
    line-height: 20px;
  }
}
@media screen and (max-width: 1250px) {
  .quote p {
    padding: 20px 0px 20px 20px;
  }
  main .wrapper {
    padding: 0 10px;
  }
  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-top: 25px;
  } */
  .content .content-block {
    padding-top: 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;
  }
  .footer-block-btn .buttons {
    gap: 6px;
    width: 100%;
    justify-content: center;
  }
  .footer-block-btn .buttons .regButton svg {
    min-width: 22px;
  }
  .footer-block-btn .buttons .regButton,
  .footer-block-btn .buttons .logButton,
  .footer-block-btn .buttons .log,
  .footer-block-btn .buttons .reg {
    padding: 12px 38px;
  }
  .footer-block-btn .buttons .logButton {
    padding: 10px 36px;
  }
  .footer-block-btn .buttons button,
  .footer-block-btn .buttons a {
    width: 48%;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  main figure {
    width: calc(100% - 32px);
  }
}
@media screen and (max-width: 400px) {
  .footer-block-btn .buttons .regButton,
  .footer-block-btn .buttons .reg {
    width: 68%;
  }
  .footer-block-btn .buttons .logButton,
  .footer-block-btn .buttons .log {
    width: 38%;
  }
  .general-table {
    /* overflow-x: auto; */
    max-width: 100%;
  }
  #__next {
    flex-direction: unset;
  }
  main h1 {
    font-size: 26px;
    line-height: 30px;
  }

  main h1.main {
    font-size: 18px;
    line-height: 20px;
    padding: 20px 0;
  }
}

@media screen and (max-width: 1650px) {
  main h1 {
    width: 96%;
  }
  .table-wrapper {
    width: 96%;
  }
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: 'Tahoma', sans-serif;
}
body {
  overflow-x: hidden;
  background: var(--main);
}
a {
  text-decoration: none;
  transition: 0.3s;
}
input,
button {
  border: none;
  box-shadow: none;
  transition: 0.3s;
}
input {
  outline: none;
}
p,
span,
li,
a {
  font-size: 16px;
  line-height: 28px;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  color: var(--text);
}
p,
span,
li,
h1,
h2,
h3,
a,
b,
i,
label,
input,
button,
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: 1600px;
  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: #F0F4FF;
  --secondary: #DBE5FB;
  --text: #000;
  --light-back: #fff;
  --block-border-radius: 10px;
  --color-primary: #4d8ab9;
  --color-secondary: #376c97;
}
.imageBanner {
  padding-top: 20px;
  height: 460px;
  background: url(/uploads/img/desktop_1x.webp), no-repeat;
  background-size: cover;
  background-position: center;
  position: relative;
}

.imageBanner .imageBannerButton {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  height: 100%;
  width: 100%;
  z-index: 2;
}

.imageBanner .imageBannerButton .banner-text {
  position: relative;
  top: -25px;
  width: 430px;
  height: 232px;
  z-index: 5;
}
.imageBanner .imageBannerButton .icon-euro {
  margin-bottom: 10px;
  width: 140px;
  height: 68px;
}

.imageBanner .imageBannerButton button,
.imageBanner .imageBannerButton a {
  position: relative;
  top: 155px;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 22px;
  text-transform: uppercase;
  color: #fff;
  border-radius: 14px;
  width: 400px;
  background: linear-gradient(270deg, #f35b2b 0%, #ea6d26 100%);
  box-shadow: 0px 0px 12px rgba(243, 91, 43, 0.58);
  padding: 16px 52px;
  transition: 0.4s;
  font-family: Tahoma, sans-serif;
  z-index: 5;
  text-align: center;
}

.imageBanner .imageBannerButton button:hover,
.imageBanner .imageBannerButton a:hover {
  background: linear-gradient(135deg, #ff7a4d 0%, #ff9567 100%);
  box-shadow: 0px 0px 12px 0px rgba(255, 92, 0, 0.26), 0px 0px 18px 0px rgba(255, 46, 0, 0.7);
}
@media screen and (max-width: 1250px) {
  .imageBanner {
    height: 280px;
  }
  .imageBanner .imageBannerButton button,
  .imageBanner .imageBannerButton a {
    top: 85px;
    width: 96%;
    max-width: 400px;
    padding: 16px 20px;
  }
}

/* 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: 'Tahoma', 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);
}
.footer {
  background: #e5e4f4;
  box-shadow: 0px 0px 50px 5px rgba(0, 0, 0, 0.1);
  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: #4838ff;
  font-size: 15px;
}
.footer .scrollTop {
  background: #ff3d00;
  box-shadow: 0px 0px 50px 5px rgba(0, 0, 0, 0.1);
  width: 30px;
  height: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: fixed;
  bottom: 150px;
  right: 20px;
  opacity: 0;
  cursor: pointer;
  border-radius: 50%;
  z-index: 5;
}
.footer .scrollTop.pam_content {
  opacity: 1;
}
.footer-block-btn {
  z-index: 44;
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  height: 66px;
  padding-right: 15px;
  padding-left: 15px;
  background: #4838ff;
  display: none;
  justify-content: center;
  align-items: center;
}
.footer-block-btn .buttons {
  display: flex;
}
@media (max-width: 1250px) {
  .footer {
    padding: 20px 0 120px 0px;
  }
  .footer-block-btn {
    display: flex;
  }
}
.header {
  background: #4838ff;
  box-shadow: 0px 0px 50px 5px rgba(0, 0, 0, 0.1);
  height: 75px;
  /* 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%;
  padding: 0 20px;
}
.header .headerInner .logo {
  display: flex;
  width: 30%;
  align-items: center;
}
.header .headerInner .logo a {
  display: block;
  color: #fff;
  font-weight: bold;
  font-size: 1.3em;
  letter-spacing: 2px;
  font-style: italic;
  text-shadow: 1px 1px 1px #fff;
}
.content404Page .content404 .logo a {
  display: block;
  color: #fff;
  font-weight: bold;
  font-size: 1.3em;
  letter-spacing: 2px;
  font-style: italic;
  text-align: center;
  text-shadow: 1px 1px 1px #fff;
}
.header .headerInner .logo .ampLogo {
  position: relative;
}
.header .headerInner .logo .ampLogo button {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.header .headerInner .menu {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: nowrap;
  gap: 7px;
  width: 100%;
}
.header .headerInner .menu a {
  margin-right: 10px;
  color: #fff;
  font-size: 18px;
  line-height: 22px;
  text-transform: uppercase;
  font-weight: 600;
  flex-wrap: nowrap;
}
.header .headerInner .menu a:last-child {
  margin-right: 0;
}
.header .headerInner .menu a:hover {
  text-decoration: underline;
}
.header .headerInner .menu a.active {
  color: #fff;
  border-bottom: 1px solid #fff;
}
.buttons .logButton {
  padding: 10px 35px;
  border-radius: 12px;
  font-size: 18px;
  line-height: 22px;
  font-weight: 700;
  color: #fff;
  border: 2px solid #fff;
  background: transparent;
  text-transform: uppercase;
  color: #fff;
  transition: all 0.1s ease-in-out;
}
.buttons .logButton:hover,
.buttons .logButton:active {
  color: #fb4d00;
  border: 2px solid #fb4d00;
  background: #ffeaea;
}
.buttons .regButton {
  position: relative;
  margin-right: 20px;
  text-transform: uppercase;
  padding: 12px 35px;
  border-radius: 12px;
  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: 22px;
  font-weight: 700;
  color: #fff;
  transition: all 0.1s ease-in-out;
  display: flex;
  align-items: center;
  gap: 6px;
}
.buttons .regButton:hover,
.buttons .regButton:active {
  background: linear-gradient(135deg, #ff7a4d 0%, #ff9567 100%);
}

.buttons a.reg {
  position: relative;
  margin-right: 20px;
  text-transform: uppercase;
  padding: 12px 35px;
  border-radius: 12px;
  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: 22px;
  font-weight: 700;
  color: #fff;
  transition: all 0.1s ease-in-out;
  display: flex;
  align-items: center;
  gap: 6px;
}

.buttons a.reg:hover {
  background: linear-gradient(135deg, #ff7a4d 0%, #ff9567 100%);
}

.buttons a.log {
  padding: 10px 35px;
  border-radius: 12px;
  font-size: 18px;
  line-height: 22px;
  font-weight: 700;
  color: #fff;
  border: 2px solid #fff;
  background: transparent;
  text-transform: uppercase;
  color: #fff;
  transition: all 0.1s ease-in-out;
}

.buttons a.log:hover {
  color: #fb4d00;
  border: 2px solid #fb4d00;
  background: #ffeaea;
}
@media screen and (max-width: 1250px) {
  .header {
    height: 70px;
  }
  .header .headerInner .logo {
    margin-left: 0;
    justify-content: flex-start;
    width: 100%;
  }
  .header .headerInner .menu {
    display: none;
  }
  .menu {
    display: none;
  }
  .buttons {
    display: none;
  }
  .buttons .regButton {
    margin-right: 0;
  }
  .buttons .regButton,
  .buttons .logButton {
    font-size: 16px;
  }
}

.burger {
  display: none;
  position: relative;
}
.mobileMenu {
  position: fixed;
  top: 0;
  right: 0%;
  display: block;
  z-index: 5;
  background: #fff;
  width: 100%;
  min-height: 1000vh;
  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: 40px;
  background: #4838ff;
  padding: 20px;
}
.mobileMenu .mobileMenuLinks {
  display: flex;
  flex-direction: column;
  gap: 17px;
}
.mobileMenu .mobileMenuLinks a {
  color: #4838ff;
  font-size: 25px;
  text-align: center;
  font-weight: 700;
  line-height: 30px;
  text-transform: uppercase;
}
.mobileMenu .mobileMenuLinks a:hover {
  color: #e94a27;
}
.overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 1000vh;
  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: #ff3d00;
  text-decoration: underline;
  text-underline-offset: 5px;
  font-size: 14px;
}
.breadcrumbs a:hover {
  text-decoration: none;
  text-underline-offset: 5px;
}
.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-top: 35px;
  }
}
@media screen and (max-width: 400px) {
  .breadcrumbs a {
    font-size: 11px;
  }
  .breadcrumbs .last {
    font-size: 11px;
  }
}
@media screen and (max-width: 320px) {
  .breadcrumbs a {
    font-size: 9px;
  }
  .breadcrumbs .last {
    font-size: 9px;
  }
}

.banner {
  margin-top: 65px;
  height: 360px;
}

.banner .banner__wrapper {
  display: flex;
  justify-content: space-between;
  height: 100%;
}

.banner .banner__wrapper .banner__right {
  width: 35%;
  border-radius: 6px;
  background: #3e54e6;
  margin-left: 60px;
}

.banner .banner__wrapper .banner__right .banner__right-inner {
  overflow: hidden;
  padding: 40px 40px 40px 40px;
  position: relative;
  display: flex;
  justify-content: center;
  flex-direction: column;
  width: 100%;
  height: 100%;
}

.banner .banner__wrapper .banner__right .banner__right-inner::before {
  content: no-open-quote;
  height: 151px;
  right: 55px;
  position: absolute;
  background: url(/uploads/img/tg.webp) no-repeat;
  background-size: cover;
  width: 156px;
  top: -15px;
}

.banner .banner__wrapper .banner__right .banner__right-inner .banner__info-right {
  width: 100%;
}

.banner .banner__wrapper .banner__right .banner__right-inner .banner__info-right .right {
  color: #fff;
  font-size: 60px;
  font-style: normal;
  font-weight: 700;
  line-height: 60px;
  text-transform: uppercase;
  padding: 0;
  margin: 0;
  width: 100%;
  max-width: 260px;
  z-index: 2;
  position: relative;
}

.banner
  .banner__wrapper
  .banner__right
  .banner__right-inner
  .banner__info-right
  .banner__text-right {
  color: #fff;
  font-size: 34px;
  line-height: 34px;
  font-style: normal;
  font-weight: 400;
  text-transform: uppercase;
  padding: 12px 0 18px 0;
  width: 100%;
  margin: 0;
}

.banner .banner__wrapper .banner__right .banner__right-inner .button-right {
  border-radius: 12px;
  background: #fff;
  text-align: center;
  width: 100%;
  margin: 0 auto;
  box-shadow: 0px 0px 12px 0px rgba(0, 122, 204, 0.37);
}

.banner .banner__wrapper .banner__right .banner__right-inner .button-right .btn-banner-right {
  color: #3e54e6;
  font-size: 20px;
  font-weight: 700;
  text-transform: uppercase;
  padding: 20px 0px;
  width: 100%;
  outline: none;
  border: none;
  background: none;
  cursor: pointer;
  border-radius: 12px;
}

.banner .banner__wrapper .banner__left {
  background: rgba(0, 45, 89, 1) url(/uploads/img/banner_bg.webp);
  width: 65%;
  border-radius: 6px;
  position: relative;
  background-position: center;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  margin: 0 auto;
}

.banner .banner__wrapper .banner__left .banner__info {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  height: 100%;
  padding-top: 52px;
  position: relative;
}

.banner .banner__wrapper .banner__left::before {
  content: no-open-quote;
  position: absolute;
  bottom: 0;
  left: 62px;
  background: url(/uploads/img/webp/mask-left.webp) no-repeat;
  background-size: cover;
  width: 360px;
  height: 360px;
}

.banner .banner__wrapper .banner__left::after {
  content: no-open-quote;
  position: absolute;
  bottom: 0;
  right: 62px;
  background: url(/uploads/img/webp/mask-right.webp) no-repeat;
  background-size: cover;
  width: 360px;
  height: 360px;
}

.banner .banner__wrapper .banner__left .banner__info .info-left {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}

.banner .banner__wrapper .banner__left .banner__info .info-left .left {
  color: #ee4f0b;
  font-family: Tahoma;
  font-size: 120px;
  line-height: 120px;
  font-style: normal;
  font-weight: 700;
  text-transform: uppercase;
  text-align: center;
  display: block;
}

.banner .banner__wrapper .banner__left .banner__info .info-left .left i {
  color: #ee4f0b;
  font-family: 'system-ui', Tahoma;
}

.banner .banner__wrapper .banner__left .banner__info .info-left .banner__text {
  color: #1e1e24;
  text-align: center;
  font-family: Tahoma;
  font-size: 40px;
  line-height: 40px;
  font-style: normal;
  font-weight: 400;
  text-transform: uppercase;
  width: 100%;
}

.banner .banner__wrapper .banner__left .banner__info .button {
  position: absolute;
  bottom: 40px;
  left: 0;
  width: 100%;
  display: flex;
  justify-content: center;
  z-index: 3;
}

.banner .banner__wrapper .banner__left .banner__info .button .button-wrapper {
  border-radius: 12px;
  background: rgba(254, 64, 4, 1);
  padding: 6px;
  box-shadow: 0px 0px 12px 0px rgba(238, 79, 11, 0.4);
}

.banner .banner__wrapper .banner__left .banner__info .button .button-wrapper .btn-banner {
  height: 50px;
  border-radius: 12px;
  color: #fff;
  font-family: Tahoma;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  text-transform: uppercase;
  padding: 6px 155px;
  border: 1.5px solid rgba(255, 255, 255, 0.6);
  background: none;
  outline: none;
  cursor: pointer;
}

.linksBlock {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 40px 0;
  background: #e5e4f4;
  margin-bottom: 20px;
}

.linksBlock h2 {
  text-align: center;
}
.support-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 8px;
  width: 100%;
  max-width: 1600px;
}

.support-wrapper-inner {
  min-width: 600px;
  height: 200px;
  background: #1e1e1e;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  padding: 10px 20px 20px;
  text-align: center;
}

.support-wrapper-inner svg {
  margin-bottom: 10px;
}

.support-wrapper-inner span {
  color: #7c7e80;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 18px;
  margin-top: 6px;
  margin-bottom: 8px;
}

.support-wrapper-inner .support-header {
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 20px;
}

.support-wrapper-inner .support-descr {
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 18px;
}

.linksBlock a {
  margin-top: 20px;
  padding: 18px 68px;
  border-radius: 22px;
  background: linear-gradient(180deg, #fa5e3c 0%, #e94a27 100%);
  box-shadow: 0px 2px 12px 0px rgba(17, 17, 18, 0.16);
  color: #fff;
  font-size: 28px;
  font-weight: 700;
  line-height: 34px;
  text-transform: uppercase;
  gap: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.loyalty-image {
  max-width: 800px;
  width: 100%;
}

@media (max-width: 1250px) {
  .support-wrapper-inner .support-header,
  .support-wrapper-inner .support-descr,
  .support-wrapper-inner span {
    font-size: 12px;
    line-height: normal;
  }

  .linksBlock a {
    font-size: 15px;
    padding: 18px 0px;
    min-width: 320px;
  }
}

@media (max-width: 600px) {
  .support-wrapper-inner {
    min-width: -webkit-fill-available;
  }
}

.tg-block {
  margin: 0 auto 20px auto;
  width: 96%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 40px 0;
  background: url(/uploads/tg-bot-bg.webp);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  border-radius: 20px;
  position: relative;
  min-height: 260px;
  max-width: 1650px;
  margin-top: 20px;
}

.tg-block_header {
  color: #fff;
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  line-height: 40px; /* 100% */
  text-transform: uppercase;
}

.tg-block_descr {
  color: #fff;
  text-align: left;
  margin-bottom: 20px;
  display: block;
  font-size: 22px;
  font-weight: 700;
  line-height: 28px;
  text-transform: uppercase;
  z-index: 2;
}
.tg-block button,
.tg-block a {
  padding: 10px 24px;
  font-size: 16px;
  color: #fff;
  font-weight: 700;
  width: 240px;
  height: 39px;
  background: linear-gradient(180deg, #f15d2a 0%, #f25c2a 100%);
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  border-radius: 10px;
}

.tg-block .wrap {
  display: flex;
  align-items: center;
  gap: 46px;
}

/* .tg-block .tg-icon {
  margin-right: 30px;
  width: 166px;
} */

@media (max-width: 1600px) {
  .tg-block {
    padding: 20px 15px;
    min-height: unset;
  }
  .tg-block_header {
    color: #fff;
    font-size: 18px;
    line-height: 20px;
  }
  .tg-block_descr {
    font-size: 32px;
    line-height: 38px;
    margin-bottom: 15px;
    margin-top: unset;
  }
  .tg-block .tg-icon {
    position: unset;
    width: 200px;
    height: auto;
  }
}
@media (max-width: 744px) {
  .tg-block_descr {
    font-size: 24px;
    line-height: 28px;
    margin-bottom: 16px;
  }
}

@media (max-width: 1600px) {
  .banner .banner__wrapper .banner__left::before {
    left: -160px;
  }
  .banner .banner__wrapper .banner__left::after {
    right: -150px;
  }

  .banner .banner__wrapper .banner__right .banner__right-inner .banner__info-right .right {
    font-size: 46px;
    line-height: 46px;
  }
}

@media (max-width: 1300px) {
  .banner {
    height: 180px;
    margin-top: 135px;
  }

  .banner .banner__wrapper .banner__left {
    justify-content: flex-end;
    padding-right: 50px;
    flex: 0 0 auto;
  }

  .banner .banner__wrapper .banner__left .banner__info {
    padding-top: 18px;
    min-width: 400px;
  }

  .banner .banner__wrapper .banner__left .banner__info .info-left .banner__text {
    font-size: 18px;
    padding: 0;
    max-width: 160px;
    text-align: center;
    line-height: 18px;
    padding-bottom: 4px;
  }

  .banner .banner__wrapper .banner__left .banner__info .info-left .left {
    font-size: 46px;
    line-height: 46px;
  }

  .banner .banner__wrapper .banner__left::before {
    width: 180px;
    height: 180px;
    left: 34px;
  }

  .banner .banner__wrapper .banner__left::after {
    display: none;
  }

  .banner .banner__wrapper .banner__left .banner__info .button {
    bottom: 10px;
  }

  .banner .banner__wrapper .banner__left .banner__info .button .button-wrapper {
    width: 100%;
  }

  .banner .banner__wrapper .banner__left .banner__info .button .button-wrapper .btn-banner {
    width: 100%;
    font-size: 18px;
    height: auto;
    padding: 7px 0;
  }

  .banner .banner__wrapper .banner__right .banner__right-inner {
    padding: 10px 40px 10px 40px;
  }

  .banner .banner__wrapper .banner__right .banner__right-inner::before {
    right: 35px;
    top: 15px;
    height: 101px;
    width: 106px;
  }

  .banner .banner__wrapper .banner__right .banner__right-inner .banner__info-right {
    height: 100%;
  }

  .banner .banner__wrapper .banner__right .banner__right-inner .banner__info-right .right {
    font-size: 20px;
    line-height: 24px;
    width: 104px;
  }

  .banner
    .banner__wrapper
    .banner__right
    .banner__right-inner
    .banner__info-right
    .banner__text-right {
    font-size: 14px;
    margin-top: 6px;
    padding: 0;
    z-index: 2;
    position: relative;
    max-width: 90px;
    line-height: 16px;
  }

  .banner .banner__wrapper .banner__right .banner__right-inner .button-right {
    position: absolute;
    bottom: 10px;
    left: 40px;
    width: calc(100% - 80px);
  }

  .banner .banner__wrapper .banner__right .banner__right-inner .button-right .btn-banner-right {
    padding: 14px 0px;
    font-size: 16px;
  }

  .content_page.inner_pages {
    padding: 12px 10px 0px 10px;
  }
}

@media (max-width: 1250px) {
  .banner {
    margin-top: 65px;
  }
}

@media (max-width: 950px) {
  .banner .banner__wrapper .banner__left {
    width: 48%;
    padding-right: 10px;
  }

  .banner .banner__wrapper .banner__left::before {
    left: -74px;
  }

  .banner .banner__wrapper .banner__left .banner__info {
    justify-content: flex-end;
    min-width: 100%;
  }

  .banner .banner__wrapper .banner__left .banner__info .info-left {
    height: 100%;
    justify-content: flex-start;
    align-items: flex-end;
    position: relative;
    z-index: 2;
  }

  .banner .banner__wrapper .banner__left .banner__info .info-left .banner__text {
    margin: 0;
    text-align: right;
  }

  .banner .banner__wrapper .banner__left .banner__info .info-left .left {
    text-align: right;
    display: block;
    width: 100%;
  }

  .banner .banner__wrapper .banner__left .banner__info::before {
    left: 0;
  }

  .banner .banner__wrapper .banner__left .banner__info .button {
    z-index: 3;
    justify-content: flex-end;
  }

  .banner .banner__wrapper .banner__left .banner__info .button .button-wrapper {
    width: 175px;
  }

  .banner .banner__wrapper .banner__right {
    margin-left: 10px;
    width: 50%;
  }

  .banner .banner__wrapper .banner__right .banner__right-inner {
    padding: 10px 10px 10px 10px;
  }

  .banner .banner__wrapper .banner__right .banner__right-inner::before {
    right: 10px;
  }

  .banner
    .banner__wrapper
    .banner__right
    .banner__right-inner
    .banner__info-right
    .banner__text-right {
    width: 90px;
    margin-left: 0;
    margin-top: 0px;
    padding: 4px 0 0px 0;
  }

  .banner .banner__wrapper .banner__right .banner__right-inner .button-right {
    left: 10px;
    width: calc(100% - 20px);
  }
}

@media (max-width: 750px) {
  .banner .banner__wrapper .banner__left .banner__info::before {
    left: -100px;
    max-width: 100%;
  }

  .banner .banner__wrapper .banner__left .banner__info .info-left .left {
    font-size: 26px;
    line-height: 24px;
  }

  .banner .banner__wrapper .banner__left .banner__info .info-left .banner__text {
    font-size: 14px;
    line-height: 16px;
    margin-right: 0;
  }

  .banner .banner__wrapper .banner__right .banner__right-inner::before {
    right: 5px;
    top: 15px;
  }
}

@media (max-width: 600px) {
  .support-wrapper-inner {
    min-width: unset;
  }
}

@media (max-width: 560px) {
  .tg-block {
    background-position: 65%;
  }
  .tg-block .wrap {
    display: flex;
    align-items: flex-start;
    width: 100%;
    flex-direction: column;
    gap: 12px;
  }
  .tg-block .tg-icon {
    width: 140px;
  }
  .tg-block_descr {
    font-size: 20px;
    line-height: 24px;
    margin-bottom: 12px;
  }
}

@media (max-width: 540px) {
  .banner {
    margin: 65px -10px 0;
  }

  .banner .banner__wrapper .banner__left::before {
    left: -74px;
  }
}

@media (max-width: 380px) {
  .banner .banner__wrapper .banner__left .banner__info::before {
    display: none;
  }

  .banner .banner__wrapper .banner__right .banner__right-inner .banner__info-right .right {
    font-size: 16px;
    line-height: 18px;
  }

  .banner .banner__wrapper .banner__right .banner__right-inner::before {
    right: -30px;
  }

  .banner .banner__wrapper .banner__left .banner__info .button {
    left: 5px;
  }

  .banner .banner__wrapper .banner__left .banner__info .button .button-wrapper {
    padding: 4px;
  }
}

@media (max-width: 360px) {
  .banner .banner__wrapper .banner__left::before {
    display: none;
  }
  .banner .banner__wrapper .banner__left .banner__info .info-left .banner__text {
    font-size: 17px;
    line-height: 20px;
  }
}

@media (max-width: 1250px) {
  .general-table .general-tr .general-td {
    font-size: 11px;
  }

  .mirror-block button,
  .mirror-block a {
    padding: 12px 24px;
  }
}
@media (max-width: 630px) {
  .mirror-block {
    padding: 20px;
    width: calc(100% - 32px);
  }
}

.footer_telegram {
  background: linear-gradient(180deg, #fa5e3c 0%, #e94a27 100%);
  height: 80px;
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  z-index: 5;
}
.footer_telegram:hover {
  background: #fa856c;
}
.telegram_inner {
  display: flex;
  height: 100%;
  align-items: center;
  justify-content: center;
}
.telegram_img img {
  width: 36px;
  height: 36px;
  margin-right: 8px;
}
.telegram_arrow img {
  width: 16px;
  height: 10px;
  margin-left: 21px;
}
.telegram_text {
  width: 251px;
  margin-left: 8px;
  margin-right: 21px;
}
.telegram_text p {
  color: #fff;
  width: 100%;
  padding-bottom: 0;
}
.telegram_text span {
  color: #742415;
}
.telegram_text p,
.telegram_text span {
  font-size: 15px;
  line-height: 22px;
  font-weight: 700;
}
.footer_telegram button {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

@media (max-width: 1250px) {
  .footer_telegram {
    bottom: 66px;
  }
}
@media (max-width: 400px) {
  .telegram_text p,
  .telegram_text span {
    font-size: 14px;
  }
  .telegram_text {
    margin-right: 11px;
  }
  .telegram_arrow img {
    margin-left: 11px;
  }
}
@media (max-width: 370px) {
  .telegram_arrow img {
    display: none;
  }
  .telegram_text {
    margin-right: 0;
    max-width: 251px;
  }
  .telegram_inner {
    justify-content: space-between;
    padding: 0 10px;
  }
}
.calculator-main {
  margin-bottom: 20px;
}
.calculator {
  border-radius: 20px;
  width: 96%;
  margin: 0 auto;
  background: #fff;
  border: 4px solid #4838ff;
  border-radius: 20px 20px 20px 20px;
}
.calculatorTitle {
  padding-bottom: 0;
  margin-bottom: 40px;
  font-weight: 700;
  font-size: 20px;
  line-height: 22px;
  background: linear-gradient(180deg, #5562fa 0%, #2b47f9 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
  text-align: center;
}

.icons {
  width: 100%;
}
.icons .icons-wrapper {
  display: flex;
  justify-content: space-around;
  align-items: center;
}
.icons .icons-wrapper .icon {
  display: flex;
}
.icon-info {
  padding-left: 16px;
}
.icon-info p {
  font-family: Verdana;
  font-size: 18px;
  font-weight: 700;
  line-height: 22px;
  color: #5b5b5b;
}
.icon-info .icon-title {
  font-family: Verdana;
  font-size: 24px;
  font-weight: 700;
  line-height: 29.17px;
  color: #000000;
  padding-bottom: 8px;
}
#col-1 {
  margin-bottom: 20px;
  padding: 20px 20px 14px 20px;
}
.deposit-wrapper {
  border-left: 2px solid #b0b0b0;
  border-right: 2px solid #b0b0b0;
  border-top: 2px solid #b0b0b0;
  border-radius: 10px 10px 0 0;
  height: 100%;
  max-height: 137px;
}
.deposit {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 20px;
  padding: 24px 20px 8px 20px;
}
.deposit div {
  display: flex;
  align-items: center;
  flex-direction: column;
  gap: 5px;
}
.deposit div .summ-info {
  display: flex;
  flex-direction: row;
  padding-top: 8px;
}
.deposit span {
  color: #000;
  -webkit-text-fill-color: #000;
  font-weight: 700;
  font-size: 28px;
  line-height: 34px;
}
.deposit p {
  display: contents;
  padding-bottom: 0;
  font-weight: 400;
  font-size: 20px;
  line-height: 25px;
  color: #1e1e1e80;
}
.summ {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.summ span {
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
  color: #bec4ff;
}
input[type='range'] {
  -webkit-appearance: none;
  appearance: none;
  width: 100%;
  height: 8px;
  background: #b0b0b0;
  outline: none;
  position: relative;
  margin: 0;
}

.inactive {
  cursor: not-allowed;
  opacity: 0.7;
}

.active-calc {
  width: 100%;
  height: 82px;
  font-weight: 700;
  font-size: 24px;
  line-height: 30px;
  color: #ffffff;
  background: linear-gradient(0deg, #f35b2b 0%, #ea6d26 100%);
  border-radius: 14px;
  border: none;
  outline: none;
  cursor: pointer;
}

input[type='range']::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 32px;
  height: 32px;
  background: #e64628;
  border: 2px solid rgba(255, 255, 255, 0.8);
  box-shadow: 0px 2px 2px rgba(17, 22, 71, 0.2);
  cursor: pointer;
  border-radius: 50%;
  animation: moveThumb 2s ease-in-out infinite;
}

input[type='range']::-moz-range-thumb {
  width: 20px;
  height: 20px;
  background: #e64628;
  border: 2px solid rgba(255, 255, 255, 0.8);
  box-shadow: 0px 2px 2px rgba(17, 22, 71, 0.2);
  cursor: pointer;
  border-radius: 50%;
}

.range-label {
  display: flex;
  justify-content: space-between;
  padding: 5px;
}
.bonuses {
  background: #4838ff;
  position: relative;
  width: 100%;
  margin: 0 auto;
  border-radius: 50px 0px 16px 14px;
  padding: 0 20px 20px 20px;
}
.bonus {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 9px;
}
.bonuses .bonusesWrapper p {
  font-family: Verdana;
  font-size: 20px;
  font-weight: 700;
  line-height: 24.31px;
  text-align: center;
  color: #fff;
}

.bonus div span {
  padding-bottom: 0;
  text-align: center;
  margin-bottom: 9px;
  -webkit-background-clip: text;
  background-clip: text;
  font-family: Verdana;
  font-size: 53px;
  font-weight: 700;
  line-height: 63px;
  color: #fff;
}
.bonus div {
  font-size: 52px;
  font-weight: 700;
  line-height: 63.2px;
  text-align: center;
  color: #ffffff;
  padding: 6px;
}
.freespins {
  margin-bottom: 30px;
  padding: 6px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
}
.freespins .plus-mobil {
  display: none;
}
.freespins div {
  display: flex;
  align-items: center;
  gap: 5px;
}
.freespins span {
  color: #fff;
  -webkit-text-fill-color: #fff;
  font-weight: 700;
  font-size: 28px;
  line-height: 34px;
}
.freespins p {
  display: contents;
  text-align: center;
  padding-bottom: 0;
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
  color: #364efa;
}
.calculatorButton {
  width: 100%;
  height: 82px;
  font-weight: 700;
  font-size: 24px;
  line-height: 30px;
  color: #ffffff;
  background: linear-gradient(0deg, #f35b2b 0%, #ea6d26 100%);
  border-radius: 14px;
  border: none;
  outline: none;
}
.calculatorButtonAmp {
  width: 100%;
  height: 82px;
  font-weight: 700;
  font-size: 24px;
  line-height: 30px;
  color: #ffffff;
  background: linear-gradient(0deg, #f35b2b 0%, #ea6d26 100%);
  border-radius: 14px;
  border: none;
  outline: none;
  cursor: not-allowed;
  opacity: 0.7;
}
.calculatorButtonDesctop {
  display: none;
}
.active {
  width: 100%;
  height: 82px;
  font-weight: 700;
  font-size: 24px;
  line-height: 30px;
  color: #ffffff;
  background: linear-gradient(0deg, #f35b2b 0%, #ea6d26 100%);
  border-radius: 14px;
  border: none;
  outline: none;
  cursor: pointer;
}

@media (min-width: 688px) {
  .calculatorTitle {
    padding-bottom: 0;
    margin-bottom: 20px;
  }
  #col-1 {
    padding-top: 30px;
  }
  .bonusesWrapper {
    margin-bottom: 20px;
    padding-top: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
  }
  .bonusesWrapper p {
    text-align: center;
    padding-bottom: 0;
    margin-bottom: 0;
    font-size: 40px;
    font-weight: 400;
    line-height: 48.61px;
    color: #fff;
    -webkit-text-fill-color: #fff;
  }
  .bonuses {
    border-radius: 20px;
    width: 100%;
    border-radius: 50px 0 14px 15px;
  }
  .bonus {
    height: 100%;
    width: 373px;
    margin-bottom: 0;
  }
  .freespins {
    flex-direction: column;
    height: 100%;
    width: 230px;
    padding: 12px 16px;
    margin-bottom: 0;
  }
  .bonus p,
  .freespins p {
    text-align: center;
    padding-bottom: 0;
    margin-bottom: 0;
    font-size: 20px;
    font-weight: 700;
    line-height: 24.31px;
    color: #fff;
    -webkit-text-fill-color: #fff;
  }
  .freespins div {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
  }
  .freespins div span {
    font-size: 28px;
    line-height: 34px;
  }
  .freespins span {
    color: #fff;
    -webkit-text-fill-color: #fff;
    font-size: 52px;
    font-weight: 700;
    line-height: 63.2px;
  }
}
@media (max-width: 780px) {
  .bonus div {
    display: flex;
    gap: 5px;
  }
  .bonus div span {
    font-size: 28px;
    line-height: 34px;
  }
  .icon-info p {
    font-size: 12px;
    line-height: 14px;
  }
  .icon-info .icon-title {
    font-size: 14px;
    line-height: 18px;
  }
  .icon img {
    width: 32px;
    height: 32px;
  }
  .icons .icons-wrapper {
    justify-content: space-between;
  }
  .icons .icons-wrapper .icon {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .icon-info {
    padding-left: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    text-align: center;
  }
  .deposit p {
    font-size: 14px;
    line-height: 17px;
  }
  .deposit span {
    font-size: 28px;
    line-height: 34px;
  }
  input[type='range'] {
    height: 4px;
  }
  input[type='range']::-webkit-slider-thumb {
    width: 20px;
    height: 20px;
  }
  .deposit-wrapper {
    max-height: 80px;
  }
  .deposit {
    padding: 10px 10px 0 12px;
    margin-bottom: 0px;
  }
  .deposit div {
    gap: 3px;
  }
  .deposit div .summ-info {
    padding-top: 0;
  }
  .bonuses .bonusesWrapper .plus {
    padding-bottom: 0;
  }
  .bonusesWrapper {
    margin-bottom: 20px;
    padding-top: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
  }
  .calculatorButton,
  .calculatorButtonAmp {
    height: 54px;
    font-size: 18px;
    line-height: 22px;
    margin-bottom: 0;
  }
  .freespins {
    margin-bottom: 10px;
  }
  .bonusesWrapper {
    padding-top: 20px;
  }
  .active {
    height: 54px;
    font-size: 18px;
    line-height: 22px;
    margin-bottom: 0;
  }
  .bonuses .bonusesWrapper p {
    font-size: 16px;
    line-height: 20px;
    font-weight: 400;
    padding-bottom: 10px;
  }
  .bonuses {
    padding: 0 10px 10px 10px;
  }
}

@media (min-width: 1250px) {
  .calculator {
    background: #fff;
    border: 4px solid #4838ff;
    width: 96%;
    margin: 0 auto;
    display: flex;
    height: 419px;
  }
  #col-1 {
    padding-right: 60px;
    width: 70%;
    margin-bottom: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    gap: 30px;
  }
  .input-group {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 53px;
  }
  .bonusesWrapper {
    padding-top: 40px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 0;
  }
  .bonuses {
    background: #4838ff;
    position: relative;
    right: 0;
    width: 30%;
    border-radius: 50px 16px 16px 0px;
  }
  .bonus {
    height: 100%;
    width: 373px;
    margin-bottom: 0;
  }
  .freespins {
    width: 243px;
    height: 100%;
    margin-bottom: 0;
  }
  .freespins div {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
  }
  .freespins span {
    color: #fff;
    -webkit-text-fill-color: #fff;
    font-size: 40px;
    font-weight: 700;
    line-height: 49px;
  }
  .calculatorButtonDesctop {
    display: block;
    font-weight: 700;
    font-size: 20px;
    line-height: 22px;
    color: #ffffff;
    width: 100%;
    height: 44px;
    background: linear-gradient(0deg, #f35b2b 0%, #ea6d26 100%);
    border-radius: 14px;
    outline: none;
    border: none;
  }
}

@media (max-width: 500px) {
  .bonusesWrapper {
    flex-direction: column;
    margin-bottom: 0;
  }
  .bonuses .bonusesWrapper .plus {
    display: none;
  }
  .freespins .plus-mobil {
    display: flex;
    justify-content: center;
    align-items: center;
  }
}

.screenBirthday {
  background: url(/hbback-desktop.webp) no-repeat;
  background-position: center 0;
  background-size: cover;
  position: relative;
}
.screenBirthdayInner {
  width: 96%;
  margin: 0 auto;
  height: 100%;
  padding: 40px 0;
  position: relative;
  z-index: 2;
}
.screenBirthdayLeft {
  width: 70%;
  max-width: 974px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.screenBirthdayLeft .title {
  color: rgba(72, 56, 255, 1);
  font-size: 32px;
  line-height: 39px;
  font-weight: 700;
  padding-bottom: 24px;
}
.screenBirthdayLeft .text {
  color: rgba(36, 36, 40, 1);
  font-size: 24px;
  line-height: 29px;
  text-transform: uppercase;
  padding-bottom: 40px;
}
.screenBirthdayLeft .explain {
  color: rgba(36, 36, 40, 1);
  font-size: 20px;
  line-height: 24px;
  text-transform: uppercase;
  padding-bottom: 0;
}
.screenBirthdayLeft .promo {
  display: flex;
  gap: 20px;
  margin-bottom: 16px;
  cursor: pointer;
}
.screenBirthdayLeft .promo .promo_text {
  display: flex;
  align-items: center;
  gap: 10px;
  border: 1px solid rgba(36, 36, 40, 1);
  border-radius: 22px;
  padding: 15px 32px;
}
.screenBirthdayLeft .promo .promo_text span {
  color: rgba(0, 0, 0, 1);
  font-size: 32px;
  line-height: 39px;
  text-transform: uppercase;
}
.screenBirthdayLeft .promo .promo_text img {
  width: 40px;
  height: 40px;
}
.screenBirthdayLeft .promo .promo_button {
  background: linear-gradient(180deg, #fa5e3c 0%, #e94a27 100%);
  box-shadow: 0px 2px 12px 0px rgba(17, 17, 18, 0.16);
  font-size: 28px;
  line-height: 34px;
  text-transform: uppercase;
  color: #fff;
  font-weight: 700;
  border-radius: 22px;
  padding: 15px 32px;
}
.screenBirthdayLeft .promo .promo_button:hover {
  opacity: 0.8;
}
.screenBirthdayImg {
  position: absolute;
  bottom: -50px;
  right: 80px;
  background: url(/car-desktop.webp) no-repeat;
  background-size: cover;
  width: 450px;
  height: 397px;
  z-index: 1;
}
@media (max-width: 1330px) {
  .screenBirthdayImg {
    right: 40px;
  }
}
@media (max-width: 1120px) {
  .screenBirthday {
    overflow: hidden;
  }
  .screenBirthdayImg {
    right: -100px;
    bottom: 0;
  }
  .screenBirthdayLeft {
    width: 75%;
  }
}
@media (max-width: 850px) {
  .screenBirthday {
    background: url(/hbback-mobile.webp) no-repeat;
    background-position: center 0;
    background-size: cover;
  }
  .screenBirthdayLeft .title {
    font-size: 24px;
    line-height: 29px;
    padding-bottom: 16px;
  }
  .screenBirthdayLeft .text {
    font-size: 18px;
    line-height: 22px;
    padding-bottom: 16px;
  }
  .screenBirthdayLeft .explain {
    font-size: 16px;
    line-height: 20px;
  }
  .screenBirthdayLeft .promo .promo_text span {
    font-size: 20px;
    line-height: 24px;
  }
  .screenBirthdayLeft .promo .promo_button {
    font-size: 20px;
    line-height: 24px;
  }
  .screenBirthdayImg {
    background: url(/car-mobile.webp) no-repeat;
    background-size: cover;
    width: 303px;
    height: 256px;
  }
  .screenBirthdayInner {
    padding: 20px 0;
  }
  .screenBirthdayLeft {
    width: 80%;
  }
}
@media (max-width: 620px) {
  .screenBirthdayLeft .promo {
    flex-direction: column;
    gap: 8px;
  }
  .screenBirthdayLeft .promo .promo_text,
  .screenBirthdayLeft .promo .promo_button {
    width: 227px;
    padding: 0 0;
  }
  .screenBirthdayLeft .promo .promo_text {
    height: 56px;
    justify-content: center;
  }
  .screenBirthdayLeft .promo .promo_button {
    height: 50px;
  }
  .screenBirthdayLeft {
    width: 100%;
  }
  .screenBirthdayImg {
    right: -130px;
  }
  .screenBirthdayLeft .explain {
    width: 65%;
    margin-left: 0;
  }
  .screenBirthdayLeft .text {
    padding-right: 60px;
  }
}

.tags ul li {
  padding: 10px;
}
.tags ul li a {
  color: #ff3d00;
  font-size: 20px;
  line-height: 25px;
}
.tags ul li a:hover {
  text-decoration: underline;
}

.contentlist-main {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 32px;
  padding: 20px 40px;
}

.contentlist-block {
  background-color: #f0efff;
  color: #000000;
  display: block;
  text-align: center;
  padding: 24px 32px;
  max-width: 305px;
  width: 100%;
  height: 175px;
  border-radius: 12px;
}

.contentlist-block p {
  padding: 0;
  margin: 0;
  line-height: 19.31px;
  font-size: 16px;
  font-weight: 400;
  width: 100%;
}
.contentlist-block img {
  height: 40px;
  width: 40px;
}

.contentlist-block-img {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 11px;
}

@media (max-width: 1440px) {
  .contentlist-main {
    gap: 12px;
    padding: 20px;
  }
  .contentlist-block {
    padding: 18px;
    max-width: 260px;
    height: 186px;
  }
  .contentlist-block p {
    font-size: 15px;
  }
  .contentlist-block-img {
    margin-bottom: 5px;
  }
}

@media (max-width: 905px) {
  .contentlist-main {
    display: block;
  }
  .contentlist-block {
    width: 100%;
    max-width: 100%;
    height: 100%;
    max-height: 100%;
    display: flex;
    align-items: center;
    margin-bottom: 12px;
  }
  .contentlist-block p {
    text-align: left;
    margin-left: 12px;
  }
}

@media (max-width: 740px) {
  .contentlist-block {
    padding: 16px;
  }
}

@media (max-width: 420px) {
  .contentlist-block p {
    font-size: 14px;
  }
  .contentlist-block {
    padding: 12px 16px;
  }
}

.textBlock {
  background-color: var(--secondary);
  margin-bottom: 40px;
  padding: 30px;
}
