@font-face {
  font-family: 'Inter';
  src: url("/assets?p=%2F..%2Ffonts%2FInter-Regular.eot");
  src: local("Inter Regular"), local("Inter-Regular"), url("/assets?p=%2F..%2Ffonts%2FInter-Regular.eot%3F") format("embedded-opentype"), url("/assets?p=%2F..%2Ffonts%2FInter-Regular.woff2") format("woff2"), url("/assets?p=%2F..%2Ffonts%2FInter-Regular.woff") format("woff"), url("/assets?p=%2F..%2Ffonts%2FInter-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Montagu Slab';
  src: url("/assets?p=%2F..%2Ffonts%2FMontaguSlab-Bold.eot");
  src: local("Montagu Slab Bold"), local("MontaguSlab-Bold"), url("/assets?p=%2F..%2Ffonts%2FMontaguSlab-Bold.eot%3F") format("embedded-opentype"), url("/assets?p=%2F..%2Ffonts%2FMontaguSlab-Bold.woff2") format("woff2"), url("/assets?p=%2F..%2Ffonts%2FMontaguSlab-Bold.woff") format("woff"), url("/assets?p=%2F..%2Ffonts%2FMontaguSlab-Bold.ttf") format("truetype");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

* {
  padding: 0px;
  margin: 0px;
  border: 0px;
}

*,
*:before,
*:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

:focus,
:active {
  outline: none;
}

a:focus,
a:active {
  outline: none;
}

aside,
nav,
footer,
header,
section {
  display: block;
}

html,
body {
  height: 100%;
  margin: 0;
  padding: 0;
  min-width: 320px;
  position: relative;
  width: 100%;
  color: #000;
}

body {
  font-size: 100%;
  line-height: 1;
  font-size: 14px;
  font-family: "Montagu Slab";
  -ms-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body.lock {
  overflow: hidden;
}

@media (max-width: 767.98px) {
  body.lock {
    width: 100%;
    position: fixed;
    overflow: hidden;
  }
}

input,
button,
textarea {
  font-family: "Montagu Slab";
}

input::-ms-clear {
  display: none;
}

button {
  cursor: pointer;
}

button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

a,
a:visited {
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

ul li {
  list-style: none;
}

img {
  vertical-align: top;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: inherit;
  font-size: inherit;
}

.wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  min-height: 100%;
  overflow: hidden;
  background-image: url("/assets?p=%2F..%2Fimg%2Fbg.webp");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.container_flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.container {
  max-width: 1400px;
  margin: 0 auto;
  width: 100%;
}

@media (max-width: 1412px) {
  .container {
    max-width: 970px;
  }
}

@media (max-width: 992.98px) {
  .container {
    max-width: 750px;
  }
}

@media (max-width: 767.98px) {
  .container {
    max-width: none;
    padding: 0 10px;
  }
}

.demain {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 1;
  padding: 30px 0px;
}

@media (max-width: 600px) {
  .wrapper {
    background-image: url("/assets?p=%2F..%2Fimg%2Fbg-mob.webp")
  }
}

.demain__topr {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  font-size: 0;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.demain__topr img {
  width: 29px;
  height: 29px;
  object-fit: contain;
}

.demain__topr span {
  display: inline-block;
  padding: 0px 15px 0px 0px;
  text-transform: uppercase;
  font-size: 24px;
  font-family: 'Inter';
  font-weight: 500;
}

@media (max-width: 767.98px) {
  .demain__topr span {
    font-size: 20px;
  }

  .demain__topr img {
    width: 24px;
    height: 24px;
  }
}

.demain__centr {
  /* position: relative;
  z-index: 30;
  left: 0;
  right: 0;
  top: 350px;
  bottom: 0;
  margin: auto; */
  max-width: 500px;
  /* height: 200px; */
  background: #fff;
  border: 1px solid #4A4A4A;
  padding: 40px 40px;
  text-align: center;
  text-transform: uppercase;
}

@media (max-width: 767.98px) {
  .demain__centr {
    max-width: 360px;
    padding: 20px 15px;
    /* height: 145px; */
    /* width: 100%; */
  }
}

.demain__centr h1 {
  text-transform: uppercase;
  margin: 0px 0px 25px 0px;
  font-size: 24px;
  line-height: 1.3;
  font-weight: bold;
}

@media (max-width: 767.98px) {
  .demain__centr h1 {
    font-size: 16px;
    margin: 0px 0px 15px 0px;
  }
}

.demain__centr a {
  display: block;
  width: 100%;
  background-color: transparent;
  text-align: center;
}

.demain__centr a span {
  display: block;
  background: #410069;
  padding: 10px 15px;
  text-align: center;
  font-size: 20px;
  color: #fff;
  cursor: pointer;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.demain__centr a span:hover {
  background: #7C6298;
}

@media (max-width: 767.98px) {
  .demain__centr a span {
    font-size: 16px;
    padding: 10px 10px;
  }
}