:root {
  --color-black: #000;
  --color-white: #FFF;
  --color-primary: #00100e;
  --color-green: #04cfaa;
  --color-red: #ff2400
}

html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%
}

body {
  margin: 0
}

main {
  display: block
}

h1 {
  font-size: 2em;
  margin: .67em 0
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible
}

pre {
  font-family: monospace, monospace;
  font-size: 1em
}

a {
  background-color: transparent
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted
}

b,
strong {
  font-weight: bolder
}

code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em
}

small {
  font-size: 80%
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline
}

sub {
  bottom: -.25em
}

sup {
  top: -.5em
}

img {
  border-style: none
}

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0
}

button,
input {
  overflow: visible
}

button,
select {
  text-transform: none
}

[type=button],
[type=reset],
[type=submit],
button {
  -webkit-appearance: button
}

[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner,
button::-moz-focus-inner {
  border-style: none;
  padding: 0
}

[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring,
button:-moz-focusring {
  outline: 1px dotted ButtonText
}

fieldset {
  padding: .35em .75em .625em
}

legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal
}

progress {
  vertical-align: baseline
}

textarea {
  overflow: auto
}

[type=checkbox],
[type=radio] {
  box-sizing: border-box;
  padding: 0
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto
}

[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit
}

details {
  display: block
}

summary {
  display: list-item
}

template {
  display: none
}

[hidden] {
  display: none
}

*,
::after,
::before {
  box-sizing: inherit
}

html {
  box-sizing: border-box;
  max-width: 100%;
  overflow-x: hidden
}

body {
  position: relative;
  min-width: 320px;
  margin: 0;
  color: #fff;
  font-family: Poppins, -apple-system, Arial, sans-serif;
  font-size: 12px;
  line-height: 1.5;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  background-color: var(--color-primary);
  max-width: 100%;
  overflow-x: hidden;
  background-image: url(/front/img/bg-m.webp);
  background-repeat: no-repeat;
  background-size: 100% auto
}

@media (min-width:768px) {
  body {
    font-size: 16px;
    line-height: 1.5;
    background-image: url(/front/img/bg.webp)
  }
}

body:before {
  content: "";
  left: 0;
  top: 400px;
  width: 520px;
  height: 330px;
  backdrop-filter: blur(251px);
  opacity: .3;
  transform: rotate(-30deg);
  background: radial-gradient(rgba(255, 75, 76, 1) 0, var(--color-primary) 80%, var(--color-primary) 100%);
  z-index: -1
}

@media (max-width:768px) {
  body:before {
    width: 145px;
    height: 70px;
    top: 200px;
    left: 50%;
    transform: translateX(-50%);
    background: radial-gradient(rgba(255, 36, 0, .7) 0, rgba(0, 0, 0, 0) 80%, rgba(0, 0, 0, 0) 100%)
  }
}

body:after {
  content: "";
  right: 0;
  top: 700px;
  width: 520px;
  height: 330px;
  backdrop-filter: blur(251px);
  opacity: .3;
  transform: rotate(-30deg);
  background: radial-gradient(rgba(52, 181, 138, 1) 0, var(--color-primary) 65%, var(--color-primary) 100%);
  z-index: -1
}

@media (max-width:768px) {
  body:after {
    width: 170px;
    height: 200px;
    top: 400px;
    background: radial-gradient(#2c1a39 0, var(--color-primary) 80%, var(--color-primary) 100%)
  }
}

body.page-404 {
  background-image: none
}

body.page-404:after,
body.page-404:before {
  display: none
}

img,
picture {
  display: block;
  max-width: 100%;
  height: auto
}

.header__logo p {
  margin: 0;
}

:root {
    --color-black: #000;
    --color-white: #fff;
    --color-primary: #10155F;
    --color-green:#FB1900;
    --color-blue: #2559FF;
}

@font-face {
    font-display: swap;
    font-family: Poppins;
    font-style: normal;
    font-weight: 400;
    src: url(../fonts/poppins/Poppins-Regular.woff2) format("woff2")
}

@font-face {
    font-display: swap;
    font-family: Poppins;
    font-style: normal;
    font-weight: 500;
    src: url(../fonts/poppins/Poppins-Medium.woff2) format("woff2")
}

@font-face {
    font-display: swap;
    font-family: Poppins;
    font-style: normal;
    font-weight: 600;
    src: url(../fonts/poppins/Poppins-SemiBold.woff2) format("woff2")
}

@font-face {
    font-display: swap;
    font-family: Poppins;
    font-style: normal;
    font-weight: 700;
    src: url(../fonts/poppins/Poppins-Bold.woff2) format("woff2")
}

.container {
    margin: 0 auto;
    max-width: 1150px;
    padding: 0 15px
}

.btn {
    border-radius: 60px;
    color: var(--color-white);
    display: block;
    font-weight: 600;
    padding: 5px;
    text-align: center;
    text-decoration: none;
    transition: all .3s ease;
    width: -moz-max-content;
    width: max-content
}

@media (min-width:768px) {
    .btn {
        padding: 8px 25px
    }
}

.btn-primary {
    border: 1px solid var(--color-white)
}

.btn-primary:hover {
    background: var(--color-white);
    color: var(--color-black)
}

.btn-secondary {
    background: var(--color-green)
}
.btn-secondary:hover {
    background: #bf3b3b;
}
.btn-blue {
    background: var(--color-blue)
}

.btn-blue:hover {
    background: var(--color-white);
    color: var(--color-black)
}

.btn-red {
    background: var(--color-red)
}

.btn-red:hover {
    background: var(--color-white);
    color: var(--color-black)
}

.btn-lg {
    padding: 12px 0;
    width: 100%
}

@media (min-width:768px) {
    .btn-lg {
        padding: 16px 45px;
        width: -moz-max-content;
        width: max-content
    }
}

.header {
    align-items: center;
    display: flex;
    justify-content: space-between;
    padding: 13px 0
}

.header__logo {
    position: relative;
    width: 70px;
    z-index: 2
}

@media (min-width:768px) {
    .header__logo {
        width: 115px
    }
}

.header__buttons {
    align-items: center;
    gap: 20px
}

.burger,
.header__buttons {
    display: flex;
    position: relative;
    z-index: 2
}

.burger {
    cursor: pointer;
    display: block;
    height: 28px;
    transition: all .3s;
    width: 28px
}

@media (min-width:768px) {
    .burger {
        display: none
    }
}

.burger span {
    background-color: var(--color-white);
    display: block;
    float: right;
    height: 2px;
    transition: all .3s;
    width: 100%
}

.burger span:nth-of-type(2) {
    margin: 8px 0;
    width: 50%
}

.burger.active {
    padding-top: 12px
}

.burger.active span {
    float: none
}

.burger.active span:first-of-type {
    height: 2px;
    transform: rotate(45deg);
    transition-delay: .3s
}

.burger.active span:nth-of-type(2) {
    height: 0;
    margin: -2px;
    opacity: 0
}

.burger.active span:nth-of-type(3) {
    height: 2px;
    transform: rotate(-45deg);
    transition-delay: .3s
}

.content {
    padding-bottom: 50px;
    padding-top: 50px
}

@media (min-width:768px) {
    .content {
        padding-top: 35px
    }
}

.content .btn {
    margin-bottom: 50px
}

@media (min-width:768px) {
    .content .btn {
        margin-bottom: 105px
    }
}

.content p {
    margin-bottom: 20px;
    margin-top: 0
}

.content h1 {
    font-size: 21px;
    font-weight: 700;
    line-height: 1;
    margin-bottom: 10px;
    margin-top: 0;
    text-align: center
}

@media (min-width:768px) {
    .content h1 {
        font-size: 44px;
        line-height: 1.0454545455;
        margin-bottom: 20px;
        text-align: left
    }
}

.content h1+p {
    margin-bottom: 20px;
    text-align: center
}

@media (min-width:768px) {
    .content h1+p {
        margin-bottom: 30px;
        max-width: 900px;
        text-align: left
    }
}

.content h2 {
    font-size: 26px;
    font-weight: 700;
    line-height: 1.3333333333;
    margin-bottom: 20px;
    margin-top: 0
}

@media (min-width:768px) {
    .content h2 {
        font-size: 50px;
        line-height: 1
    }
}

.content h3 {
    font-size: 16px;
    font-weight: 700;
    line-height: 1.3333333333;
    margin-bottom: 20px;
    margin-top: 0
}

@media (min-width:768px) {
    .content h3 {
        font-size: 28px;
        line-height: 1
    }
}

.content table {
    border-spacing: 0;
    margin-bottom: 20px;
    margin-top: 20px;
    width: 100%
}

@media (min-width:768px) {
    /* .content table {
        margin-bottom: 85px
    } */
}

.content tr:nth-child(odd) td {
    background: #30318F;
}

.content tr:nth-child(odd) td:nth-child(odd) {
    background: #2E247B;
}

.content td {
    padding: 5px 16px
}

.content td:nth-child(2n) {
    font-weight: 700
}

.content td:first-child {
    border-bottom-left-radius: 5px;
    border-top-left-radius: 5px
}

.content td:last-child {
    border-bottom-right-radius: 5px;
    border-top-right-radius: 5px
}

.content .img-cov {
    border-radius: 13px;
    margin: 20px auto;
    max-width: 605px
}

@media (min-width:768px) {
    .content .img-cov {
        margin: 50px auto
    }
}

.content .img-cov img {
    width: 100%
}

.page {
    align-items: center;
    display: flex;
    justify-content: center;
    min-height: calc(100vh - 70px);
    padding: 100px 0
}

.page h1 {
    font-size: 80px;
    line-height: 1;
    margin: 0
}

@media (min-width:768px) {
    .page h1 {
        font-size: 150px
    }
}

.page__wrap {
    align-items: center;
    display: flex;
    flex-direction: column;
    justify-content: center
}

.menu {
    background: var(--color-primary);
    display: block;
    left: 0;
    opacity: 0;
    padding: 45px 15px 0;
    position: absolute;
    right: 0;
    top: 0;
    transition: all .3s ease;
    visibility: hidden;
    z-index: 0
}

@media (min-width:768px) {
    .menu {
        display: none
    }
}

.menu.active {
    opacity: 1;
    visibility: visible
}

.menu__lang {
    align-items: center;
    color: #fff;
    display: flex;
    font-size: 14px;
    font-weight: 500;
    justify-content: flex-end;
    padding: 20px 0;
    text-decoration: none
}

.menu__lang img {
    display: block;
    margin-left: 18px
}

.menu__list {
    border-top: 1px solid #222727;
    list-style: none;
    margin: 0;
    padding: 10px 0
}

.menu__item {
    color: #fff;
    display: block;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.5;
    padding: 10px 0;
    text-decoration: none
}

.menu__title {
    font-size: 18px;
    font-weight: 700;
    line-height: 1.3333333333;
    margin-bottom: 20px;
    margin-top: 0
}

@media (min-width:768px) {
    .menu__title {
        font-size: 32px;
        line-height: 1
    }
}

ol,
ul {
    list-style-position: inside;
    padding-left: 0
}

.anchor__menu li {
    margin-bottom: 3px
}

.anchor__menu a {
    color: var(--color-white);
    text-decoration: none
}

.anchor__menu a:hover {
    color: var(--color-green)
}
.table {
    overflow: auto;
}
.block {
    display: flex;
    width: 100%;
    justify-content: space-between;
    flex-wrap: wrap;
}
.block .head {
    width: 49%;
}
.block .text {
    width: 49%;
}
@media screen and (max-width:768px) {
    .block {
        flex-direction: column;
    }
    .block .head, .block .text {
        width: 100%;
    }
}