@font-face {
  font-family: Montserrat;
  src: url(/static/fonts/Montserrat/Montserrat-Regular.woff2) format("woff2"),
    url(/static/fonts/Montserrat/Montserrat-Regular.woff) format("woff");
  font-weight: 400;
  font-display: swap;
}
@font-face {
  font-family: Montserrat;
  src: url(/static/fonts/Montserrat/Montserrat-Medium.woff2) format("woff2"),
    url(/static/fonts/Montserrat/Montserrat-Medium.woff) format("woff");
  font-weight: 500;
  font-display: swap;
}
@font-face {
  font-family: Montserrat;
  src: url(/static/fonts/Montserrat/Montserrat-SemiBold.woff2) format("woff2"),
    url(/static/fonts/Montserrat/Montserrat-SemiBold.woff) format("woff");
  font-weight: 600;
  font-display: swap;
}
@font-face {
  font-family: Montserrat;
  src: url(/static/fonts/Montserrat/Montserrat-Bold.woff2) format("woff2"),
    url(/static/fonts/Montserrat/Montserrat-Bold.woff) format("woff");
  font-weight: 700;
  font-display: swap;
} /*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}
mark {
  background: #fff2a8;
  padding: 0 2px;
}
body {
  margin: 0;
}
main {
  display: block;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
hr {
  -webkit-box-sizing: content-box;
  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;
  -webkit-text-decoration: underline dotted;
  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: -0.25em;
}
sup {
  top: -0.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;
}
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}
fieldset {
  padding: 0.35em 0.75em 0.625em;
}
legend {
  -webkit-box-sizing: border-box;
  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"] {
  -webkit-box-sizing: border-box;
  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;
}
*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
* {
  padding: 0;
  margin: 0;
  border: none;
}
body {
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
  isolation: isolate;
}
a,
a:hover {
  text-decoration: none;
  color: inherit;
  cursor: pointer;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
  text-wrap: balance;
}
p {
  text-wrap: pretty;
}
cite {
  font-style: normal;
}
fieldset {
  border-width: 0;
  padding: 0;
  margin: 0;
}
img,
picture,
video,
canvas,
svg {
  display: block;
  max-width: 100%;
  height: auto;
}
input,
button,
textarea,
select {
  font: inherit;
}
p,
h1,
h2,
h3,
h4,
h5,
h6 {
  overflow-wrap: break-word;
}
ul,
ul li {
  list-style: none;
}
:root {
  --font-family: "Montserrat", sans-serif;
  --second-family: "Archivo", sans-serif;
  --f5f5f5: #f5f5f5;
  --999999: #999;
  --f56e0f: #f56e0f;
  --303038: #303038;
}
html {
  scroll-behavior: smooth;
}
.disabled {
  pointer-events: none;
}
label {
  cursor: pointer;
}
body {
  font-family: var(--font-family);
  position: relative;
  font-weight: 400;
  font-size: 16px;
  line-height: 137%;
  color: var(--f5f5f5);
  background: #1b1b1c;
}
main {
  position: relative;
}
button {
  background: none;
  cursor: pointer;
}
img,
svg,
picture {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
strong,
b {
  font-weight: 700;
}
.container {
  width: 100%;
  z-index: 3;
  max-width: var(--container-width, 1320px);
  --padding: calc(100vw - 1320px) / 2;
  margin: 0 auto;
  padding: 0;
  position: relative;
}
.img_full {
  width: 100%;
  height: 100%;
}
.img_full :is(picture, img, video) {
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.section {
  padding: 60px 0;
}
.section__title {
  font-weight: 700;
  font-size: 72px;
  line-height: 100%;
  text-transform: uppercase;
}
.section__title_center {
  text-align: center;
}
#loading {
  display: none;
  width: 50px;
  height: 50px;
  border: 3px solid rgba(255, 255, 255, 0.3);
  border-radius: 50%;
  border-top-color: #fff;
  -webkit-animation: spin 1s ease-in-out infinite;
  animation: spin 1s ease-in-out infinite;
  margin: 0 auto;
}
#loading.active {
  display: block;
}
@-webkit-keyframes spin {
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes spin {
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.color_green {
  color: #5eff24;
}
.color_yellow {
  color: #f5cf0f;
}
.color_red {
  color: #ff2f00;
}
.color_blue {
  color: #6e9aff;
}
@media screen and (width <= 1340px) {
  .container {
    padding-left: 24px;
    padding-right: 24px;
  }
  .section__title {
    font-size: 48px;
  }
}
@media screen and (width <= 768px) {
  body {
    font-size: 14px;
    line-height: 143%;
  }
  .container {
    padding-left: 20px;
    padding-right: 20px;
  }
  [data-vc="grid"] {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.p-btn {
  padding: 20px 36px;
  font-weight: 500;
  font-size: 20px;
  border: 1px solid var(--f5f5f5);
  border-radius: 75px;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  display: block;
  cursor: pointer;
  text-align: center;
  color: var(--f5f5f5);
}
.p-btn:hover {
  background: var(--f5f5f5);
  color: var(--f56e0f);
}
.p-btn_white {
  background: var(--f5f5f5);
  color: #272727;
}
.p-btn_orange {
  background: var(--f56e0f);
  border-color: var(--f56e0f);
}
.p-btn_orange:hover {
  background: var(--f5f5f5);
  color: var(--f56e0f);
  border-color: var(--f5f5f5);
}
.p-btn_orange-second:hover {
  background: #f59543;
  color: var(--f5f5f5);
}
.p-btn_red {
  background: #ff2f00;
  border-color: #ff2f00;
}
.p-btn_center {
  margin-left: auto;
  margin-right: auto;
}
.header {
  padding-top: 30px;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 5;
}
.header__block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.header__right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 112px;
}
.header__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 60px;
  font-weight: 500;
}
.header__list a:hover {
  color: var(--f56e0f);
  text-decoration: underline;
  text-underline-offset: 4px;
  text-decoration-thickness: 1px;
}
.header__btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 18px;
}
.header__menu {
  display: none;
}
.header_main .header__block {
  opacity: 0;
  -webkit-transform: translateY(-100%);
  transform: translateY(-100%);
  -webkit-transition: 1s;
  transition: 1s;
}
.header_main .header__block.p-animate_active {
  -webkit-transform: none;
  transform: none;
  opacity: 1;
}
@media screen and (width <= 1340px) {
  .header {
    padding-top: 27.5px;
  }
  .header__btns,
  .header__list {
    display: none;
  }
  .header__logo img {
    width: 65px;
  }
  .footer__logo img {
    width: 65px;
  }
  .header__menu {
    display: block;
  }
}
@media screen and (width <= 768px) {
  .header {
    padding-top: 14px;
  }
}
.footer {
  padding-top: 40px;
  padding-bottom: 81px;
}
.footer.p-animate_active .footer__logo,
.footer.p-animate_active .footer__nav,
.footer.p-animate_active .footer__center {
  opacity: 1;
  -webkit-transform: none;
  transform: none;
}
.footer_main {
  overflow: hidden;
}
.footer__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 26px;
}
.footer__logo {
  opacity: 0;
  -webkit-transform: translateX(-100%);
  transform: translate(-100%);
  -webkit-transition: 1s;
  transition: 1s;
}
.footer__logo.p-animate_active {
  opacity: 1;
  -webkit-transform: translateX(0);
  transform: translate(0);
}
.footer__nav {
  opacity: 0;
  -webkit-transform: translateX(100%);
  transform: translate(100%);
  -webkit-transition: 1s;
  transition: 1s;
}
.footer__nav.p-animate_active {
  opacity: 1;
  -webkit-transform: translateX(0);
  transform: translate(0);
}
.footer__nav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 30px;
}
.footer__nav a:hover {
  color: var(--f56e0f);
  text-decoration: underline;
  text-underline-offset: 4px;
  text-decoration-thickness: 1px;
}
.footer__center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  opacity: 0;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  -webkit-transition: 1s;
  transition: 1s;
}
.footer__center.p-animate_active {
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}
.footer__items {
  display: grid;
  grid-template-columns: repeat(3, 255px);
  gap: 30px;
}
.footer__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 12px;
}
@media screen and (width <= 1340px) {
  .footer {
    padding: 60px 0;
  }
  .footer__top {
    margin-bottom: 40px;
  }
  .footer__center {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 40px;
  }
  .footer__items {
    gap: 19px;
    grid-template-columns: repeat(3, 1fr);
  }
  .footer__item {
    font-size: 12px;
    line-height: 117%;
    gap: 6px;
  }
}
@media screen and (width <= 768px) {
  .footer {
    padding: 50px 0;
  }
  .footer__logo img {
    width: 65px;
  }
  .footer__nav ul {
    gap: 14px;
  }
  .footer__items {
    grid-template-columns: auto;
    gap: 18px;
  }
  .footer__center {
    gap: 30px;
  }
}
.modal {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  position: fixed;
  opacity: 0;
  visibility: hidden;
  z-index: -1;
  -webkit-overflow-scrolling: touch;
  overflow: hidden;
  overflow-y: auto;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  background: #00000080;
  cursor: pointer;
  --width-content: 100%;
  --modal-item-right: 639px;
}
.modal.active {
  opacity: 1;
  visibility: visible;
  z-index: 105;
}
.modal__table {
  display: table;
  width: 100%;
  height: 100%;
}
.modal__ceil {
  display: table-cell;
  vertical-align: middle;
}
.modal__show,
.modal__close {
  cursor: pointer;
}
.modal__close {
  top: 25px;
  right: 25px;
  position: absolute;
  z-index: 5;
}
.modal__content {
  background: var(--303038);
  position: relative;
  border-radius: 20px;
  margin: 50px auto;
}
.modal__title {
  font-weight: 600;
  font-size: 24px;
  line-height: 100%;
  text-transform: uppercase;
  color: var(--f5f5f5);
  margin-bottom: 20px;
}
.modal__title_center {
  text-align: center;
}
.modal_menu .header__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 8px;
  padding-top: 32px;
}
.modal_menu .header__btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 10px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 80px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding-bottom: 32px;
}
.modal_menu .modal__content {
  margin: 0;
  background: #1b1b1c;
  padding: 0 24px;
  border-radius: 0 0 20px 20px;
  height: auto;
}
.modal_menu .modal__close {
  position: relative;
  top: auto;
  right: auto;
  margin-right: 5px;
}
.modal_menu .modal__ceil {
  vertical-align: top;
}
.modal_menu__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding-top: 27.5px;
  padding-bottom: 27.5px;
}
@media screen and (width <= 768px) {
  .modal_menu__top {
    padding: 14px 0;
  }
  .modal_menu .modal__content {
    padding: 0 20px;
  }
  .modal_menu .header__list {
    padding-top: 19px;
  }
}
