/* Reset and base styles  */
* {
  padding: 0px;
  margin: 0px;
  border: none;
}

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

/* Links */
a, a:link, a:visited {
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

/* Common */
aside, nav, footer, header, section, main {
  display: block;
}

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

ul, ul li {
  list-style: none;
}

img {
  vertical-align: top;
}

img, svg {
  max-width: 100%;
  height: auto;
}

address {
  font-style: normal;
}

/* Form */
input, textarea, button, select {
  font-family: inherit;
  font-size: inherit;
  color: inherit;
  background-color: transparent;
}

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

button, input[type=submit] {
  display: inline-block;
  box-shadow: none;
  background-color: transparent;
  background: none;
  cursor: pointer;
}

input:focus, input:active,
button:focus, button:active {
  outline: none;
}

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

label {
  cursor: pointer;
}

legend {
  display: block;
}

input[type=file] {
  max-width: 100%;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}


@keyframes gradient {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}
@keyframes fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fade {
  0%, 100% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
}
@keyframes fade-75 {
  0%, 100% {
    opacity: 0;
  }
  50% {
    opacity: 0.75;
  }
}
@keyframes circle-1 {
  0%, 100% {
    margin-left: 100px;
    margin-top: 0px;
  }
  75% {
    margin-left: -100px;
    margin-top: 20px;
  }
  25% {
    margin-left: 0px;
    margin-top: 100px;
  }
}
@keyframes circle-2 {
  0%, 100% {
    margin-left: -100px;
    margin-top: -10px;
  }
  75% {
    margin-left: 100px;
  }
  25% {
    margin-left: 0px;
    margin-top: -60px;
  }
}
@-webkit-keyframes spin-right {
  100% {
    transform: rotate(360deg);
  }
}
@-webkit-keyframes spin-left {
  0% {
    transform: rotate(360deg);
  }
}
html, body {
  font-size: 17px;
  font-family: "Google Sans", sans-serif;
  font-optical-sizing: auto;
  color: rgba(0, 0, 0, 0.9);
  line-height: 1.7;
  font-weight: 400;
  font-style: normal;
  font-variation-settings: "GRAD" 0;
}
@media (max-width: 1199px) {
  html, body {
    overflow-x: hidden;
    position: relative;
  }
}

html {
  font-size: 62.5%;
}

.center {
  display: flex;
  height: 100%;
  width: 100%;
  align-items: center;
  justify-content: center;
}

.container {
  margin: 0 auto;
  max-width: 1200px;
  justify-content: center;
  position: relative;
  z-index: 100;
}
@media (max-width: 1199px) {
  .container {
    padding: 0 8px;
  }
}
.container._big {
  max-width: 1120px;
}

h1, h2, h3, h4, p, ul, ol, .h2, blockquote {
  margin-bottom: 28px;
  position: relative;
}

h1, h2, h3, h4, .h2 {
  margin-bottom: 14px;
  letter-spacing: -0.015em;
  font-family: "Geometria", sans-serif;
  font-weight: 600;
}

h2, h3, h4 {
  margin-top: 56px;
}

.rustempo {
  font-weight: 100;
  font-family: "Geometria", sans-serif;
  letter-spacing: -0.027em;
}
.rustempo strong {
  font-weight: 900;
  margin-left: 0.02em;
}

.h2 {
  color: lch(36% 38 265);
  font-size: 48px;
  line-height: 1.2;
  z-index: 2;
  letter-spacing: 0.043em;
  text-shadow: -2px -2px 0 white, -2px -1px 0 white, -2px 0px 0 white, -2px 1px 0 white, -2px 2px 0 white, -1px -2px 0 white, -1px -1px 0 white, -1px 0px 0 white, -1px 1px 0 white, -1px 2px 0 white, 0px -2px 0 white, 0px -1px 0 white, 0px 0px 0 white, 0px 1px 0 white, 0px 2px 0 white, 1px -2px 0 white, 1px -1px 0 white, 1px 0px 0 white, 1px 1px 0 white, 1px 2px 0 white, 2px -2px 0 white, 2px -1px 0 white, 2px 0px 0 white, 2px 1px 0 white, 2px 2px 0 white;
  margin-bottom: 28px;
}
@media (max-width: 599px) {
  .h2 {
    font-size: 40px;
    left: 20px;
  }
}
.h2:before {
  z-index: -1;
  position: absolute;
  top: -18px;
  left: -33px;
  content: "";
  display: block;
  width: 84px;
  height: 84px;
  background: url("/assets/img/q.png") no-repeat center/contain;
}
@media (max-width: 599px) {
  .h2:before {
    top: -23px;
    left: -35px;
  }
}

h1 {
  font-size: 60px;
  line-height: 1.1;
}
@media (min-width: 600px) {
  h1 {
    font-size: 60px;
  }
}

h2 {
  font-size: 56px;
  line-height: 1.2;
}
@media (min-width: 600px) {
  h2 {
    font-size: 56px;
  }
}

h3 {
  font-size: 46px;
  line-height: 1.25;
}
@media (min-width: 600px) {
  h3 {
    font-size: 46px;
  }
}

h4 {
  font-size: 36px;
  line-height: 1.3;
}
@media (min-width: 600px) {
  h4 {
    font-size: 36px;
  }
}

._xxl {
  font-size: 1.3em;
}

._xl {
  font-size: 1.2em;
}

._l {
  font-size: 1.1em;
}

._s {
  font-size: 0.9em;
}

a {
  color: lch(55% 48 253);
  position: relative;
  outline: none;
}
a:hover {
  color: lch(55% 58 253);
}
a:visited {
  color: lch(55% 38 253);
}
a:visited:hover {
  color: lch(55% 58 253);
}

p ~ hr {
  padding: 8px 0 0 0;
}

hr {
  border-bottom: 1px solid rgba(0, 0, 0, 0.9);
  padding: 0 0 40px;
  margin-bottom: 40px;
  width: 100%;
  border-color: rgba(0, 0, 0, 0.2);
  display: block;
}

._hidden {
  display: none;
}

main ul, main ol, .fancybox__content ul, .fancybox__content ol {
  padding-left: 50px;
}
main ul li, main ol li, .fancybox__content ul li, .fancybox__content ol li {
  list-style: none;
  margin-bottom: 12px;
  position: relative;
}
main ol, .fancybox__content ol {
  counter-reset: item;
}
main ul li::before, .fancybox__content ul li::before {
  content: "";
  display: block;
  top: 0;
  height: 8px;
  width: 8px;
  position: absolute;
  margin: 0.55em 0 0 -30px;
  background: rgba(0, 0, 0, 0.9);
  border-radius: 10px;
}
main ul li:hover::before, .fancybox__content ul li:hover::before {
  transform: scale(1.3);
}
main ol li::before, .fancybox__content ol li::before {
  counter-increment: item;
  content: counter(item);
  position: absolute;
  top: 1px;
  left: -60px;
  width: 38px;
  height: 31px;
  text-align: right;
  font-weight: 900;
  color: rgba(0, 0, 0, 0.9);
}
main ol li:hover::before, .fancybox__content ol li:hover::before {
  transform: scale(1.2) translateX(-4px);
}
main table, .fancybox__content table {
  margin-top: 40px;
  margin-bottom: 40px;
}
main table thead th, .fancybox__content table thead th {
  overflow: hidden;
  background: lch(97% 2 58);
  color: lch(38% 10 58);
  font-weight: 300;
  border: 1px solid rgba(255, 255, 255, 0.2);
}
main table tfoot td, .fancybox__content table tfoot td {
  background: lch(97% 22 280);
  color: lch(8% 22 280);
  border: 1px solid rgba(255, 255, 255, 0.9);
}
main table tbody td, .fancybox__content table tbody td {
  border: 1px solid rgba(133, 133, 133, 0.25);
}
main table tr td, main table tr th, .fancybox__content table tr td, .fancybox__content table tr th {
  padding: 16px;
}
main ._ava, .fancybox__content ._ava {
  border-radius: 50%;
}
main .block, .fancybox__content .block {
  display: flex;
  flex-flow: column nowrap;
  justify-content: center;
  align-items: start;
  gap: 8px;
  margin-bottom: 40px;
  border-radius: 20px;
  padding: 24px;
  background: lch(97% 2 58);
}
main .block *:last-child, .fancybox__content .block *:last-child {
  margin-bottom: 0;
}
main .block__row, .fancybox__content .block__row {
  display: flex;
  gap: 28px;
  align-items: center;
  justify-content: space-between;
}
main .block._transparent, .fancybox__content .block._transparent {
  border: 1px solid rgba(133, 133, 133, 0.25);
  background: transparent;
}
main .block-title, .fancybox__content .block-title {
  width: 100%;
  margin-bottom: 0;
  max-width: 760px;
  font-size: 30px;
  line-height: 1.3;
  letter-spacing: 0.043em;
}
main .block-title span, .fancybox__content .block-title span {
  display: block;
  margin-top: 4px;
  font-family: "Google Sans", sans-serif;
  font-size: 17px;
  letter-spacing: 0;
}
main .block hr, .fancybox__content .block hr {
  padding: 0 0 16px;
  margin-bottom: 16px;
  border-color: rgba(0, 0, 0, 0.9);
}
main .block-body, .fancybox__content .block-body {
  display: flex;
  flex-flow: column nowrap;
  justify-content: center;
  align-items: start;
  gap: 28px;
}
main .block-footer, .fancybox__content .block-footer {
  margin-top: 28px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
}
main .units, .fancybox__content .units {
  display: flex;
  flex-flow: column;
  justify-content: center;
  align-items: start;
  gap: 28px;
}
main .unit, .fancybox__content .unit {
  display: flex;
  flex-flow: column nowrap;
  justify-content: center;
  align-items: start;
  gap: 8px;
  max-width: 760px;
  width: 100%;
  text-align: left;
}
main .unit._centered, .fancybox__content .unit._centered {
  text-align: center;
}
main .unit-header, .fancybox__content .unit-header {
  opacity: 0.9;
}
main .unit-header .unit-title, .fancybox__content .unit-header .unit-title {
  margin-bottom: 8px;
  font-size: 15px;
}
main .unit-body, .fancybox__content .unit-body {
  width: 100%;
  align-items: center;
  display: flex;
  gap: 8px;
}
main .unit-footer, .fancybox__content .unit-footer {
  font-size: 13px;
}
main .unit-footer .unit-notice, .fancybox__content .unit-footer .unit-notice {
  opacity: 0.35;
}
main .unit-footer .unit-error, .fancybox__content .unit-footer .unit-error {
  color: rgba(255, 14, 93, 0.8);
}
main input, main textarea, .fancybox__content input, .fancybox__content textarea {
  background: rgba(255, 255, 255, 0.75);
  border-radius: 4px;
  padding: 8px 16px;
  border: 1px solid rgba(133, 133, 133, 0.35);
  width: 100%;
}
main input::placeholder, main textarea::placeholder, .fancybox__content input::placeholder, .fancybox__content textarea::placeholder {
  color: rgba(0, 0, 0, 0.3);
}
main blockquote, .fancybox__content blockquote {
  font-size: 24px;
  font-style: italic;
  position: relative;
  z-index: 100;
  width: 100%;
  border-left: 5px solid rgba(0, 0, 0, 0.1);
  background: rgba(255, 255, 255, 0.56);
  border-radius: 30px;
  padding: 15px 25px 15px 70px;
}

[role=button]:hover {
  cursor: pointer;
}

button, a.button {
  display: inline-block;
  background: lch(55% 48 253);
  color: lch(99% 18 359);
  border-radius: 10px;
  font-family: "Google Sans", sans-serif;
  padding: 10px 20px;
  text-transform: uppercase;
  font-size: 13px;
  letter-spacing: 0.07em;
  background-image: linear-gradient(145deg, rgba(0, 0, 0, 0.9) 50%, transparent 50%);
  background-position: 100%;
  background-size: 300%;
  transition: background 150ms ease-in-out;
}
button:hover, a.button:hover {
  background-position: 0;
  cursor: pointer;
}
button._outlined, a.button._outlined {
  color: lch(55% 48 253);
  background-color: rgba(255, 255, 255, 0.9);
  background-image: linear-gradient(145deg, lch(55% 48 253) 50%, transparent 50%);
  background-position: 100%;
  background-size: 300%;
  border: 1px solid lch(55% 48 253);
}
button._outlined:hover, a.button._outlined:hover {
  background-position: 0;
  color: rgba(255, 255, 255, 0.9);
}
button._secondary, a.button._secondary {
  color: rgba(33, 32, 32, 0.89);
  background-color: rgba(133, 133, 133, 0.07);
  background-image: linear-gradient(45deg, rgba(133, 133, 133, 0.12) 50%, transparent 50%);
  background-position: 100%;
  background-size: 300%;
}
button._secondary:hover, a.button._secondary:hover {
  background-position: 0;
}

.section {
  margin: 100px 0;
  float: left;
  width: 100%;
}
@media (max-width: 1199px) {
  .section {
    margin: 70px 0;
  }
}

.global-wrapper {
  height: 100vh;
  display: flex;
  flex-flow: column nowrap;
  justify-content: start;
  align-items: stretch;
  width: 100%;
  gap: 8px;
}
.global-wrapper .body {
  flex: 1;
}

.footer {
  color: rgba(255, 255, 255, 0.85);
  margin: 0;
  padding: 100px 0 28px;
  position: relative;
  background: lch(8% 22 280);
}
.footer:before {
  background: url("/assets/img/bg-world-radar.jpg") no-repeat center/cover;
  display: block;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  opacity: 0.25;
}
@media (max-width: 1199px) {
  .footer {
    padding: 50px 0;
  }
}
.footer a, .footer a:visited {
  color: rgba(255, 255, 255, 0.85);
  text-decoration: underline;
}
.footer a:hover, .footer a:visited:hover {
  color: #fff;
}
.footer__menu ul {
  margin: 0;
  display: flex;
  flex-flow: row wrap;
  justify-content: end;
  align-items: center;
  column-gap: 28px;
  row-gap: 8px;
}
.footer__menu ul li._active {
  opacity: 0.5;
}
.footer__menu ul a {
  text-decoration: none;
}
.footer__content {
  display: flex;
  gap: 28px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.25);
  padding: 28px 0;
  align-items: center;
}
.footer__content:first-child {
  padding-top: 0;
  gap: 100px;
}
.footer__content:first-child ._left {
  flex: 0 200px;
}
.footer__content:last-child {
  border: none;
}
@media (max-width: 1199px) {
  .footer__content {
    flex-direction: column;
    padding: 0 28px;
  }
}
.footer__content ._left, .footer__content ._right {
  flex: 1;
}
.footer__content .logo img {
  width: 145px;
  min-width: 105px;
}

.popup {
  max-width: 760px;
}
.popup *:first-child {
  margin-top: 0;
}
.popup *:last-child {
  margin-bottom: 0;
}
.popup iframe {
  height: 768px;
}
@media (max-width: 599px) {
  .popup iframe {
    height: 260px;
  }
}
@media (min-width: 600px) and (max-width: 900px) {
  .popup iframe {
    height: 480px;
  }
}

.header {
  padding: 28px 0;
  position: relative;
  z-index: 100;
  background: lch(8% 22 280) url("/assets/img/head-bg.jpg") no-repeat left/cover;
}
.header .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 8px;
}
.header__menu ul {
  display: flex;
  flex-flow: row wrap;
  column-gap: 28px;
  row-gap: 0;
  align-items: center;
  justify-content: center;
  margin: 0;
}
.header__menu li._active {
  opacity: 0.5;
}
.header__menu a {
  color: rgba(255, 255, 255, 0.85);
}
.header__menu a:hover {
  color: #fff;
}
.header__logo {
  display: flex;
  align-items: center;
  gap: 8px;
}
.header__logo-ru {
  min-width: 105px;
  width: 145px;
}
.header__logo-en {
  min-width: 105px;
  width: 145px;
}

.body {
  padding: 28px 0;
}

/*# sourceMappingURL=styles.css.map */
