html {
  line-height: 1.15;
}

body {
  margin: 0;
}

main {
  display: block;
}

h1 {
  font-size: 2em;
  margin: 0.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;
  -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;
}

[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: 0.35em 0.75em 0.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;
}

html {
  scrollbar-width: thin;
  font-family: Matter, sans-serif;
  font-size: 2.66vw;
  text-align: left;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

@media (min-width: 768px) {
  html {
    font-size: 0.625vw;
  }
}

@media (min-width: 1920px) {
  html {
    font-size: 12px;
  }
}

@media (pointer: coarse) {
  html {
    position: relative;
  }
}

html:lang(ru) {
  font-family: Manrope, sans-serif;
}

body {
  color: #000;
  background: #fff;
  -webkit-tap-highlight-color: transparent;
  font-size: 1.4rem;
}

.modal body,
.no-scroll body {
  overflow: hidden !important;
}

* {
  box-sizing: border-box;
}

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

::-moz-selection {
  color: #fff;
  background: #494949;
}

::selection {
  color: #fff;
  background: #494949;
}

a {
  color: inherit;
  cursor: pointer;
  text-decoration: underline;
  -webkit-tap-highlight-color: initial;
}

a:hover {
  color: inherit;
  text-decoration: none;
}

button {
  cursor: pointer;
  -webkit-tap-highlight-color: initial;
}

audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle;
}

figure {
  margin: 0;
}

address,
blockquote,
em,
h1,
h2,
h3,
h4,
h5,
h6,
p {
  margin: 0;
  padding: 0;
  font-weight: inherit;
  font-style: inherit;
  font-size: inherit;
  line-height: inherit;
  text-align: inherit;
  letter-spacing: inherit;
}

@media print {
  address,
  blockquote,
  em,
  h1,
  h2,
  h3,
  h4,
  h5,
  h6,
  p {
    page-break-after: avoid;
    orphans: 3;
    widows: 3;
  }
}

.grecaptcha-badge {
  visibility: hidden;
}

.cb-content,
.cb-featured-content,
.cb-nextcase-content,
.cb-overview-content,
.cb-screenshot-content,
.cb-smfeed-content,
.cb-splitshow-content,
.cb-summary-content {
  padding: 8rem 0;
}

@media (min-width: 768px) {
  .cb-content,
  .cb-featured-content,
  .cb-nextcase-content,
  .cb-overview-content,
  .cb-screenshot-content,
  .cb-smfeed-content,
  .cb-splitshow-content,
  .cb-summary-content {
    padding: 25rem 0;
  }
}

.-rp.cb-featured-content,
.-rp.cb-nextcase-content,
.-rp.cb-overview-content,
.-rp.cb-screenshot-content,
.-rp.cb-smfeed-content,
.-rp.cb-splitshow-content,
.-rp.cb-summary-content,
.cb-content.-rp {
  padding: 6rem 0;
}

@media (min-width: 768px) {
  .-rp.cb-featured-content,
  .-rp.cb-nextcase-content,
  .-rp.cb-overview-content,
  .-rp.cb-screenshot-content,
  .-rp.cb-smfeed-content,
  .-rp.cb-splitshow-content,
  .-rp.cb-summary-content,
  .cb-content.-rp {
    padding: 15rem 0;
  }
}

.-rt.cb-featured-content,
.-rt.cb-nextcase-content,
.-rt.cb-overview-content,
.-rt.cb-screenshot-content,
.-rt.cb-smfeed-content,
.-rt.cb-splitshow-content,
.-rt.cb-summary-content,
.cb-content.-rt {
  padding-top: 6rem;
}

@media (min-width: 768px) {
  .-rt.cb-featured-content,
  .-rt.cb-nextcase-content,
  .-rt.cb-overview-content,
  .-rt.cb-screenshot-content,
  .-rt.cb-smfeed-content,
  .-rt.cb-splitshow-content,
  .-rt.cb-summary-content,
  .cb-content.-rt {
    padding-top: 15rem;
  }
}

.-rb.cb-featured-content,
.-rb.cb-nextcase-content,
.-rb.cb-overview-content,
.-rb.cb-screenshot-content,
.-rb.cb-smfeed-content,
.-rb.cb-splitshow-content,
.-rb.cb-summary-content,
.cb-content.-rb {
  padding-bottom: 6rem;
}

@media (min-width: 768px) {
  .-rb.cb-featured-content,
  .-rb.cb-nextcase-content,
  .-rb.cb-overview-content,
  .-rb.cb-screenshot-content,
  .-rb.cb-smfeed-content,
  .-rb.cb-splitshow-content,
  .-rb.cb-summary-content,
  .cb-content.-rb {
    padding-bottom: 15rem;
  }
}

.-mp.cb-featured-content,
.-mp.cb-nextcase-content,
.-mp.cb-overview-content,
.-mp.cb-screenshot-content,
.-mp.cb-smfeed-content,
.-mp.cb-splitshow-content,
.-mp.cb-summary-content,
.cb-content.-mp {
  padding: 2rem 0;
}

@media (min-width: 768px) {
  .-mp.cb-featured-content,
  .-mp.cb-nextcase-content,
  .-mp.cb-overview-content,
  .-mp.cb-screenshot-content,
  .-mp.cb-smfeed-content,
  .-mp.cb-splitshow-content,
  .-mp.cb-summary-content,
  .cb-content.-mp {
    padding: 6rem 0;
  }
}

.-mt.cb-featured-content,
.-mt.cb-nextcase-content,
.-mt.cb-overview-content,
.-mt.cb-screenshot-content,
.-mt.cb-smfeed-content,
.-mt.cb-splitshow-content,
.-mt.cb-summary-content,
.cb-content.-mt {
  padding-top: 2rem;
}

@media (min-width: 768px) {
  .-mt.cb-featured-content,
  .-mt.cb-nextcase-content,
  .-mt.cb-overview-content,
  .-mt.cb-screenshot-content,
  .-mt.cb-smfeed-content,
  .-mt.cb-splitshow-content,
  .-mt.cb-summary-content,
  .cb-content.-mt {
    padding-top: 6rem;
  }
}

.-mb.cb-featured-content,
.-mb.cb-nextcase-content,
.-mb.cb-overview-content,
.-mb.cb-screenshot-content,
.-mb.cb-smfeed-content,
.-mb.cb-splitshow-content,
.-mb.cb-summary-content,
.cb-content.-mb {
  padding-bottom: 2rem;
}

@media (min-width: 768px) {
  .-mb.cb-featured-content,
  .-mb.cb-nextcase-content,
  .-mb.cb-overview-content,
  .-mb.cb-screenshot-content,
  .-mb.cb-smfeed-content,
  .-mb.cb-splitshow-content,
  .-mb.cb-summary-content,
  .cb-content.-mb {
    padding-bottom: 6rem;
  }
}

.-cp.cb-featured-content,
.-cp.cb-nextcase-content,
.-cp.cb-overview-content,
.-cp.cb-screenshot-content,
.-cp.cb-smfeed-content,
.-cp.cb-splitshow-content,
.-cp.cb-summary-content,
.cb-content.-cp {
  padding: 0;
}

.-ct.cb-featured-content,
.-ct.cb-nextcase-content,
.-ct.cb-overview-content,
.-ct.cb-screenshot-content,
.-ct.cb-smfeed-content,
.-ct.cb-splitshow-content,
.-ct.cb-summary-content,
.cb-content.-ct {
  padding-top: 0;
}

.-cb.cb-featured-content,
.-cb.cb-nextcase-content,
.-cb.cb-overview-content,
.-cb.cb-screenshot-content,
.-cb.cb-smfeed-content,
.-cb.cb-splitshow-content,
.-cb.cb-summary-content,
.cb-content.-cb {
  padding-bottom: 0;
}

.cb-contact-container,
.cb-container,
.cb-entrylist-container,
.cb-featured-container,
.cb-footer-container,
.cb-modal_box-container,
.cb-nextcase-container,
.cb-outro-container,
.cb-overview-container,
.cb-screenshot-container,
.cb-smfeed-container,
.cb-splitshow-container,
.cb-summary-container,
.cb-tophead-container,
.cb-work-container {
  padding: 0 6.6666666667vw;
}

@media (min-width: 768px) {
  .cb-contact-container,
  .cb-container,
  .cb-entrylist-container,
  .cb-featured-container,
  .cb-footer-container,
  .cb-modal_box-container,
  .cb-nextcase-container,
  .cb-outro-container,
  .cb-overview-container,
  .cb-screenshot-container,
  .cb-smfeed-container,
  .cb-splitshow-container,
  .cb-summary-container,
  .cb-tophead-container,
  .cb-work-container {
    padding: 0 3.125vw;
  }
}

@media (min-width: 1920px) {
  .cb-contact-container,
  .cb-container,
  .cb-entrylist-container,
  .cb-featured-container,
  .cb-footer-container,
  .cb-modal_box-container,
  .cb-nextcase-container,
  .cb-outro-container,
  .cb-overview-container,
  .cb-screenshot-container,
  .cb-smfeed-container,
  .cb-splitshow-container,
  .cb-summary-container,
  .cb-tophead-container,
  .cb-work-container {
    max-width: 1920px;
    margin: 0 auto;
  }
}

.-sm.cb-contact-container,
.-sm.cb-entrylist-container,
.-sm.cb-featured-container,
.-sm.cb-footer-container,
.-sm.cb-modal_box-container,
.-sm.cb-nextcase-container,
.-sm.cb-outro-container,
.-sm.cb-overview-container,
.-sm.cb-screenshot-container,
.-sm.cb-smfeed-container,
.-sm.cb-splitshow-container,
.-sm.cb-summary-container,
.-sm.cb-tophead-container,
.-sm.cb-work-container,
.cb-container.-sm {
  padding: 0 4vw;
}

@media (min-width: 768px) {
  .-sm.cb-contact-container,
  .-sm.cb-entrylist-container,
  .-sm.cb-featured-container,
  .-sm.cb-footer-container,
  .-sm.cb-modal_box-container,
  .-sm.cb-nextcase-container,
  .-sm.cb-outro-container,
  .-sm.cb-overview-container,
  .-sm.cb-screenshot-container,
  .-sm.cb-smfeed-container,
  .-sm.cb-splitshow-container,
  .-sm.cb-summary-container,
  .-sm.cb-tophead-container,
  .-sm.cb-work-container,
  .cb-container.-sm {
    padding: 0 5.625vw;
  }
}

.-lg.cb-contact-container,
.-lg.cb-entrylist-container,
.-lg.cb-featured-container,
.-lg.cb-footer-container,
.-lg.cb-modal_box-container,
.-lg.cb-nextcase-container,
.-lg.cb-outro-container,
.-lg.cb-overview-container,
.-lg.cb-screenshot-container,
.-lg.cb-smfeed-container,
.-lg.cb-splitshow-container,
.-lg.cb-summary-container,
.-lg.cb-tophead-container,
.-lg.cb-work-container,
.cb-container.-lg {
  padding: 0 4vw;
}

@media (min-width: 768px) {
  .-lg.cb-contact-container,
  .-lg.cb-entrylist-container,
  .-lg.cb-featured-container,
  .-lg.cb-footer-container,
  .-lg.cb-modal_box-container,
  .-lg.cb-nextcase-container,
  .-lg.cb-outro-container,
  .-lg.cb-overview-container,
  .-lg.cb-screenshot-container,
  .-lg.cb-smfeed-container,
  .-lg.cb-splitshow-container,
  .-lg.cb-summary-container,
  .-lg.cb-tophead-container,
  .-lg.cb-work-container,
  .cb-container.-lg {
    padding: 0 10.625vw;
  }
}

.cb-container_deprecated,
.cb-textpaper-container {
  padding: 0 20px;
}

@media (min-width: 360px) {
  .cb-container_deprecated,
  .cb-textpaper-container {
    padding: 0 30px;
  }
}

@media (min-width: 768px) {
  .cb-container_deprecated,
  .cb-textpaper-container {
    padding: 0 40px;
  }
}

@media (min-width: 1200px) {
  .cb-container_deprecated,
  .cb-textpaper-container {
    padding: 0 60px;
  }
}

.-xs.cb-textpaper-container,
.cb-container_deprecated.-xs {
  padding: 0;
}

@media (min-width: 768px) {
  .-xs.cb-textpaper-container,
  .cb-container_deprecated.-xs {
    padding: 0 10px;
  }
}

@media (min-width: 1024px) {
  .-xs.cb-textpaper-container,
  .cb-container_deprecated.-xs {
    padding: 0 13px;
  }
}

@media (min-width: 1200px) {
  .-xs.cb-textpaper-container,
  .cb-container_deprecated.-xs {
    padding: 0 16px;
  }
}

@media (min-width: 1600px) {
  .-xs.cb-textpaper-container,
  .cb-container_deprecated.-xs {
    padding: 0 20px;
  }
}

.-sm.cb-textpaper-container,
.cb-container_deprecated.-sm {
  padding: 0 15px;
}

@media (min-width: 768px) {
  .-sm.cb-textpaper-container,
  .cb-container_deprecated.-sm {
    padding: 0 48px;
  }
}

@media (min-width: 1024px) {
  .-sm.cb-textpaper-container,
  .cb-container_deprecated.-sm {
    padding: 0 63px;
  }
}

@media (min-width: 1200px) {
  .-sm.cb-textpaper-container,
  .cb-container_deprecated.-sm {
    padding: 0 75px;
  }
}

@media (min-width: 1600px) {
  .-sm.cb-textpaper-container,
  .cb-container_deprecated.-sm {
    padding: 0 100px;
  }
}

.-ml.cb-textpaper-container,
.cb-container_deprecated.-ml {
  padding: 0 15px;
}

@media (min-width: 768px) {
  .-ml.cb-textpaper-container,
  .cb-container_deprecated.-ml {
    padding: 0 60px;
  }
}

@media (min-width: 1200px) {
  .-ml.cb-textpaper-container,
  .cb-container_deprecated.-ml {
    padding: 0 90px;
  }
}

@media (min-width: 1600px) {
  .-ml.cb-textpaper-container,
  .cb-container_deprecated.-ml {
    padding: 0 140px;
  }
}

.-lg.cb-textpaper-container,
.cb-container_deprecated.-lg {
  padding: 0 20px;
}

@media (min-width: 360px) {
  .-lg.cb-textpaper-container,
  .cb-container_deprecated.-lg {
    padding: 0 30px;
  }
}

@media (min-width: 768px) {
  .-lg.cb-textpaper-container,
  .cb-container_deprecated.-lg {
    padding: 0 100px;
  }
}

@media (min-width: 1024px) {
  .-lg.cb-textpaper-container,
  .cb-container_deprecated.-lg {
    padding: 0 120px;
  }
}

@media (min-width: 1200px) {
  .-lg.cb-textpaper-container,
  .cb-container_deprecated.-lg {
    padding: 0 150px;
  }
}

@media (min-width: 1350px) {
  .-lg.cb-textpaper-container,
  .cb-container_deprecated.-lg {
    padding: 0 180px;
  }
}

@media (min-width: 1600px) {
  .-lg.cb-textpaper-container,
  .cb-container_deprecated.-lg {
    padding: 0 220px;
  }
}

@media (min-width: 1920px) {
  .-lg.cb-textpaper-container,
  .cb-container_deprecated.-lg {
    padding: 0 270px;
    width: 100%;
    max-width: 1920px;
    margin: 0 auto;
  }
}

@media (min-width: 768px) {
  .-lsm {
    display: none;
  }
}

@media (min-width: 1024px) {
  .-lmd {
    display: none;
  }
}

@media (min-width: 1200px) {
  .-llg {
    display: none;
  }
}

@media (min-width: 1600px) {
  .-lxl {
    display: none;
  }
}

@media (max-width: 767px) {
  .-gxs {
    display: none;
  }
}

@media (max-width: 1023px) {
  .-gsm {
    display: none;
  }
}

@media (max-width: 1199px) {
  .-gmd {
    display: none;
  }
}

@media (max-width: 1349px) {
  .-glg {
    display: none;
  }
}

@media (max-width: 1919px) {
  .-gxl {
    display: none;
  }
}

@keyframes cb-fx-blink {
  0%,
  100% {
    opacity: 0;
  }

  50% {
    opacity: 1;
  }
}

@keyframes cb-fx-rotating-360 {
  0% {
    transform: rotate(0);
  }

  100% {
    transform: rotate(360deg);
  }
}

.cb-svgsprite {
  display: inline-block;
  width: 1em;
  height: 1em;
  vertical-align: middle;
  fill: currentColor;
}

.cb-menu-logo {
  position: fixed;
  top: 2.5rem;
  left: 2.5rem;
  z-index: 251;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.4s;
}

@media (min-width: 768px), (orientation: landscape) {
  .cb-menu-logo {
    top: 3.9rem;
    left: 5rem;
    color: #fff;
    transition: opacity 0.8s;
  }
}

.cb-menu.-open .cb-menu-logo {
  transition-duration: 0.8s;
}

@media (min-height: 450px), (min-width: 768px) {
  .cb-menu.-open .cb-menu-logo {
    opacity: 1;
    pointer-events: auto;
  }
}

.cb-menu-logo svg {
  width: 88px;
  height: 19px;
}

@media (min-width: 768px), (orientation: landscape) {
  .cb-menu-logo svg {
    width: 94px;
    height: 20px;
  }
}

.cb-menu-logo.-visible {
  opacity: 1;
}

.cb-menu-toggle {
  position: fixed;
  top: 2.25rem;
  right: 2.5rem;
  z-index: 251;
}

@media (min-width: 768px), (orientation: landscape) {
  .cb-menu-toggle {
    top: 3.9rem;
    right: 5rem;
  }
}

@media (pointer: fine) {
  .cb-menu-toggle:hover {
    color: #fff;
  }
}

.cb-menu.-inverse .cb-menu-toggle {
  color: #fff;
}

@media (pointer: fine) {
  .cb-menu.-inverse .cb-menu-toggle:hover {
    color: #000;
  }
}

.cb-menu.-open .cb-menu-toggle {
  color: #000;
}

@media (pointer: fine) {
  .cb-menu.-open .cb-menu-toggle:hover {
    color: #fff;
  }
}

.cb-menu-box {
  display: none;
}

.cb-menu-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  z-index: 197;
  background: rgba(0, 0, 0, 0.5);
}

.cb-menu-fill {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 199;
  height: 100vh;
  transform-origin: right center;
  background: #fff;
}

@media (min-width: 768px), (orientation: landscape) {
  .cb-menu-fill {
    width: 689px;
    left: auto;
  }
}

@media (min-width: 1600px) and (min-height: 700px) {
  .cb-menu-fill {
    width: 880px;
  }
}

.cb-menu-content {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 200;
  height: 100vh;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding: 100px 0 90px 0;
}

@media (min-height: 550px) {
  .cb-menu-content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 0;
  }
}

@media (min-width: 768px), (orientation: landscape) {
  .cb-menu-content {
    width: 689px;
    left: auto;
  }
}

@media (min-width: 768px) and (min-height: 550px) {
  .cb-menu-content {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 20px 0 0 0;
  }
}

@media (min-width: 768px) and (min-height: 600px) {
  .cb-menu-content {
    padding: 40px 0 0 0;
  }
}

@media (min-width: 1600px) and (min-height: 700px) {
  .cb-menu-content {
    width: 880px;
    padding: 50px 0 0 0;
  }
}

.cb-menu-container {
  width: 100%;
  padding: 0 30px 0 45px;
}

@media (min-width: 768px), (orientation: landscape) {
  .cb-menu-container {
    padding: 0 98px;
  }
}

@media (min-width: 768px) and (min-height: 550px) {
  .cb-menu-body {
    display: flex;
    align-items: center;
    height: 100%;
    width: 100%;
  }
}

.cb-menu-footer {
  padding: 50px 0 0 0;
}

@media (min-width: 768px) and (min-height: 550px) {
  .cb-menu-footer {
    padding: 0 0 50px 0;
  }
}

@media (min-width: 1600px) and (min-height: 700px) {
  .cb-menu-footer {
    padding: 0 0 84px 0;
  }
}

@media (min-width: 768px) and (min-height: 550px) {
  .cb-menu-grid {
    display: flex;
    width: 100%;
  }
}

@media (min-width: 768px) and (min-height: 550px) {
  .cb-menu-grid-col {
    flex: 1.2;
  }
}

.cb-menu-grid-col.-left {
  display: none;
}

@media (min-width: 768px) and (min-height: 550px) {
  .cb-menu-grid-col.-left {
    display: block;
    flex: 0.8;
  }
}

.cb-menu-title {
  display: none;
  padding: 0 0 30px 0;
  color: rgba(0, 0, 0, 0.3);
  font-size: 16px;
  line-height: 100%;
}

@media (min-height: 550px) {
  .cb-menu-title {
    display: block;
  }
}

@media (min-width: 1600px) and (min-height: 700px) {
  .cb-menu-title {
    padding: 0 0 50px 0;
  }
}

.cb-menu-title.-sm {
  padding: 0 0 12px 0;
}

@media (min-width: 1600px) and (min-height: 700px) {
  .cb-menu-title.-sm {
    padding: 0 0 20px 0;
  }
}

.cb-menu-navs {
  margin: -4px 0;
}

@media (min-width: 1600px) and (min-height: 700px) {
  .cb-menu-navs {
    margin: -9px 0;
  }
}

.cb-menu-nav {
  position: relative;
  display: block;
  padding: 4px 0;
}

@media (min-width: 1600px) and (min-height: 700px) {
  .cb-menu-nav {
    padding: 9px 0;
  }
}

.cb-menu-nav a {
  display: inline-block;
  position: relative;
  font-size: 38px;
  font-weight: 400;
  letter-spacing: -0.05em;
  line-height: 100%;
  text-decoration: none;
}

@media (min-width: 360px) {
  .cb-menu-nav a {
    font-size: 42px;
  }
}

@media (min-width: 768px) and (min-height: 550px) {
  .cb-menu-nav a {
    font-size: 56px;
  }
}

@media (min-width: 1600px) and (min-height: 700px) {
  .cb-menu-nav a {
    font-size: 60px;
  }
}

.cb-menu-nav a:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -2px;
  height: 1px;
  transform: scaleX(0);
  transform-origin: right center;
  background: currentColor;
  transition: transform 0.5s, transform-origin 0s;
}

.cb-menu-nav a em {
  display: block;
  position: relative;
  overflow: hidden;
  padding: 0 0.01em 0.04em 0;
}

.cb-menu-nav a span {
  display: inline-block;
  color: transparent;
  transition: transform 1.2s cubic-bezier(0.19, 1, 0.22, 1);
}

.cb-menu-nav a span:after,
.cb-menu-nav a span:before {
  content: attr(data-text);
  display: block;
  position: absolute;
  color: #000;
}

.cb-menu-nav a span:before {
  top: 0;
  transform: skewY(0);
  transform-origin: right bottom;
  transition: transform 2s cubic-bezier(0.19, 1, 0.22, 1);
}

.cb-menu-nav a span:after {
  top: 105%;
  transform: skewY(7deg);
  transform-origin: left top;
  transition: transform 2s cubic-bezier(0.19, 1, 0.22, 1);
}

.cb-menu-nav a:focus span,
.cb-menu-nav a:hover span {
  transform: translateY(-105%);
}

@media (pointer: coarse) {
  .cb-menu-nav a:focus span,
  .cb-menu-nav a:hover span {
    transform: none;
  }
}

.cb-menu-nav a:focus span:before,
.cb-menu-nav a:hover span:before {
  transform: skewY(7deg);
}

@media (pointer: coarse) {
  .cb-menu-nav a:focus span:before,
  .cb-menu-nav a:hover span:before {
    transform: none;
  }
}

.cb-menu-nav a:focus span:after,
.cb-menu-nav a:hover span:after {
  transform: skewY(0);
}

@media (pointer: coarse) {
  .cb-menu-nav a:focus span:after,
  .cb-menu-nav a:hover span:after {
    transform: none;
  }
}

.cb-menu-nav.-active a:before,
.cb-menu.-open .cb-menu-toggle button.cb-menu-nav a:before,
.cb-navbar.-open .cb-navbar-toggle button.cb-menu-nav a:before {
  transform: scaleX(1);
  transform-origin: left center;
}

.cb-menu-socials {
  display: inline-block;
  margin: -6px 0;
}

@media (min-width: 1600px) and (min-height: 700px) {
  .cb-menu-socials {
    margin: -6.5px 0;
  }
}

.cb-menu-social {
  position: relative;
  display: block;
  padding: 12px 0;
  font-size: 16px;
  line-height: 120%;
  letter-spacing: 0.00464286em;
  text-transform: capitalize;
  text-decoration: none;
}

@media (min-width: 1600px) and (min-height: 700px) {
  .cb-menu-social {
    padding: 13px 0;
  }
}

.cb-menu-social em {
  display: block;
  position: relative;
  overflow: hidden;
}

.cb-menu-social em span {
  display: block;
  transition: transform 1.2s cubic-bezier(0.19, 1, 0.22, 1);
  transform-origin: left center;
}

.cb-menu-social em span:after {
  content: attr(data-text);
  display: block;
  position: absolute;
  top: 130%;
  transform: skewY(10deg);
  transform-origin: left center;
  transition: transform 1.2s cubic-bezier(0.19, 1, 0.22, 1);
}

.cb-menu-social:focus em span,
.cb-menu-social:hover em span {
  transform: translateY(-130%) skewY(5deg);
}

@media (pointer: coarse) {
  .cb-menu-social:focus em span,
  .cb-menu-social:hover em span {
    transform: none;
  }
}

.cb-menu-social:focus em span:after,
.cb-menu-social:hover em span:after {
  transform: skewY(-5deg);
}

@media (pointer: coarse) {
  .cb-menu-social:focus em span:after,
  .cb-menu-social:hover em span:after {
    transform: none;
  }
}

.cb-menu-mail {
  display: block;
}

.cb-menu-mail a {
  position: relative;
  display: inline-block;
  padding: 0 0 5px 0;
  font-size: 16px;
  line-height: 20px;
  letter-spacing: 0.00464286em;
  text-decoration: none;
}

@media (min-width: 1600px) and (min-height: 700px) {
  .cb-menu-mail a {
    padding: 0 0 6px 0;
    font-size: 20px;
    line-height: 25px;
  }
}

.cb-menu-mail a:after,
.cb-menu-mail a:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 1px;
  background: rgba(0, 0, 0, 0.3);
}

.cb-menu-mail a:after {
  background: #000;
  transform: scaleX(0);
  transition: transform 0.8s cubic-bezier(0.19, 1, 0.22, 1);
}

.cb-menu-mail a:focus:after,
.cb-menu-mail a:hover:after {
  transform: scaleX(1);
}

.cb-navbar-backdrop {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  height: 100vh;
  z-index: 96;
  background: rgba(0, 0, 0, 0.5);
}

@supports (height: 100svh) {
  .cb-navbar-backdrop {
    height: 100svh;
  }
}

.cb-navbar-logo {
  position: absolute;
  top: 2.5rem;
  left: 2.5rem;
  display: block;
  width: 8.8rem;
  height: 1.9rem;
  z-index: 95;
  text-decoration: none;
}

@media (min-width: 768px) {
  .cb-navbar-logo {
    top: 3.9rem;
    left: 5rem;
    width: 9.4rem;
    height: 2rem;
  }
}

.cb-navbar.-inverse .cb-navbar-logo {
  color: #fff;
}

.cb-navbar-logo.-clone {
  position: fixed;
  z-index: 100;
  opacity: 0;
  color: #000;
  visibility: hidden;
  transition: opacity 0.5s, visibility 0s 0.5s;
}

@media (min-width: 768px) {
  .cb-navbar-logo.-clone {
    color: #fff;
  }
}

.cb-navbar.-open .cb-navbar-logo.-clone {
  opacity: 1;
  visibility: visible;
  transition-delay: 0s;
}

.cb-navbar-logo svg {
  width: 100%;
  height: 100%;
}

.cb-navbar-navs {
  display: none;
}

@media (min-width: 768px) {
  .cb-navbar-navs {
    display: block;
    position: absolute;
    top: 3.55rem;
    right: 10rem;
    z-index: 97;
  }
}

.cb-navbar.-inverse .cb-navbar-navs {
  color: #fff;
}

.cb-navbar-nav {
  font-size: 2rem;
  letter-spacing: -0.03em;
  text-transform: lowercase;
}

.cb-navbar-toggle {
  position: fixed;
  top: 2.4rem;
  right: 2.5rem;
  z-index: 251;
  color: #fff;
  mix-blend-mode: exclusion;
}

@media (min-width: 768px) {
  .cb-navbar-toggle {
    top: 3.7rem;
    right: 5rem;
  }
}

@media (pointer: coarse) {
  .cb-navbar-toggle {
    position: absolute;
    bottom: 0;
    pointer-events: none;
  }

  .cb-navbar-toggle button {
    position: -webkit-sticky;
    position: sticky;
    top: 2.5rem;
    pointer-events: auto;
  }
}

@media (pointer: coarse) and (min-width: 768px) {
  .cb-navbar-toggle button {
    top: 4.5rem;
  }
}

.cb-navbar-menu {
  display: none;
  align-items: center;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  height: 100vh;
  z-index: 97;
  padding: 13rem 3rem 5rem 4rem;
  background: #fff;
}

@supports (height: 100lvh) {
  .cb-navbar-menu {
    height: 100lvh;
    padding: 13rem 3rem calc(100lvh - 100svh + 5rem) 4rem;
  }
}

@media (min-width: 768px) {
  .cb-navbar-menu {
    left: auto;
    align-items: end;
    width: 78rem;
    padding: 6rem 9.8rem;
  }
}

.cb-navbar-menu-grid {
  display: grid;
  gap: 2rem;
}

@media (min-width: 768px) {
  .cb-navbar-menu-grid {
    grid-template-columns: 39% auto;
  }
}

@media (max-width: 767px) {
  .cb-navbar-menu-grid-col.-left {
    display: none;
  }
}

.cb-navbar-menu-caption {
  margin: 0 0 2rem 0;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  opacity: 0.3;
  font-size: 1.5rem;
}

@media (min-width: 768px) {
  .cb-navbar-menu-caption {
    margin: 0 0 5rem 0;
  }
}

.cb-navbar-menu-caption.-rb {
  margin: 0 0 1rem 0;
}

@media (min-width: 768px) {
  .cb-navbar-menu-caption.-rb {
    margin: 0 0 1.5rem 0;
  }
}

.cb-navbar-menu-socials {
  margin: -1rem 0;
}

@media (min-width: 768px) {
  .cb-navbar-menu-socials {
    margin: -1rem 0;
  }
}

.cb-navbar-menu-social {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 1rem 0;
  font-size: 1.4rem;
}

@media (min-width: 768px) {
  .cb-navbar-menu-social {
    font-size: 1.6rem;
  }
}

.cb-navbar-menu-social > a:before {
  top: -1rem;
  bottom: -1rem;
}

.cb-navbar-menu-navs {
  margin: -0.7rem 0;
}

@media (min-width: 768px) {
  .cb-navbar-menu-navs {
    margin: -0.5rem 0;
  }
}

.cb-navbar-menu-nav {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 0.7rem 0;
  font-size: 3.8rem;
  line-height: 100%;
  letter-spacing: -0.05em;
}

@media (min-width: 768px) {
  .cb-navbar-menu-nav {
    padding: 0.5rem 0;
    font-size: 5rem;
  }
}

.cb-navbar-menu-nav > a:before {
  top: -1rem;
  bottom: -1rem;
}

@media (min-width: 768px) {
  .cb-navbar-menu-nav > a:before {
    top: -0.9rem;
    bottom: -0.9rem;
  }
}

.cb-navbar-menu-links {
  display: grid;
  gap: 1rem;
  grid-auto-flow: column;
}

@media (min-width: 768px) {
  .cb-navbar-menu-links {
    grid-template-columns: 43% auto;
    gap: 0;
  }
}

.cb-navbar-menu-link {
  font-size: 1.8rem;
}

@media (min-width: 768px) {
  .cb-navbar-menu-link {
    font-size: 2.2rem;
  }
}

.cb-loader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  height: 100vh;
  z-index: 999;
  overflow: hidden;
}

@supports (height: 100lvh) {
  .cb-loader {
    height: 100lvh;
  }
}

.menu-open .cb-loader {
  z-index: 999;
}

.cb-loader-backdrop {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
  background: rgba(0, 0, 0, 0.5);
}

.cb-loader-fill {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #fff;
}

.cb-cursor {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 500;
  contain: layout style size;
  pointer-events: none;
  transition: color 0.3s 0s;
}

.cb-cursor:before {
  content: "";
  display: block;
  position: absolute;
  top: -5rem;
  left: -5rem;
  width: 10rem;
  height: 10rem;
  transform: scale(0.1);
  background: currentColor;
  border-radius: 50%;
  transition: transform 0.3s, opacity 0.1s;
}

.cb-cursor.-inverse {
  color: #fff;
}

.cb-cursor.-active:before,
.cb-menu.-open .cb-menu-toggle button.cb-cursor:before,
.cb-navbar.-open .cb-navbar-toggle button.cb-cursor:before {
  transform: scale(0.2);
}

.cb-cursor.-exclusion,
.cb-cursor.-menu,
.cb-cursor.-opaque,
.cb-cursor.-pointer {
  mix-blend-mode: exclusion;
  transition-duration: 0s;
  transition-delay: 999999s;
}

.cb-cursor.-exclusion:before,
.cb-cursor.-menu:before,
.cb-cursor.-opaque:before,
.cb-cursor.-pointer:before {
  background: #fff;
}

.cb-cursor.-pointer:before {
  transform: scale(0.2);
}

.cb-cursor.-pointer.-active:before,
.cb-menu.-open .cb-menu-toggle button.cb-cursor.-pointer:before,
.cb-navbar.-open .cb-navbar-toggle button.cb-cursor.-pointer:before {
  transform: scale(0.25);
}

.cb-cursor.-opaque:before {
  transform: scale(0.6);
}

.cb-cursor.-opaque.-active:before,
.cb-menu.-open .cb-menu-toggle button.cb-cursor.-opaque:before,
.cb-navbar.-open .cb-navbar-toggle button.cb-cursor.-opaque:before {
  transform: scale(0.5);
}

.cb-cursor.-lg:before {
  transform: scale(1.05);
}

.cb-cursor.-lg.-active:before,
.cb-menu.-open .cb-menu-toggle button.cb-cursor.-lg:before,
.cb-navbar.-open .cb-navbar-toggle button.cb-cursor.-lg:before {
  transform: scale(1.15);
}

.cb-cursor.-text {
  mix-blend-mode: normal;
  transition-delay: 0s;
}

.cb-cursor.-text:before {
  background: currentColor;
  opacity: 1;
  transform: scale(1);
}

.cb-cursor.-text.-active:before,
.cb-menu.-open .cb-menu-toggle button.cb-cursor.-text:before,
.cb-navbar.-open .cb-navbar-toggle button.cb-cursor.-text:before {
  transform: scale(0.8);
  transition-duration: 0.2s;
}

.cb-cursor.-icon {
  mix-blend-mode: normal;
  transition-delay: 0s;
}

.cb-cursor.-icon:before {
  transform: scale(1);
}

.cb-cursor.-icon.-active:before,
.cb-menu.-open .cb-menu-toggle button.cb-cursor.-icon:before,
.cb-navbar.-open .cb-navbar-toggle button.cb-cursor.-icon:before {
  transform: scale(0.9);
}

.cb-cursor.-menu {
  z-index: 250;
}

.menu-open .cb-cursor.-menu {
  transition: none;
}

.cb-cursor.-menu:before {
  transform: scale(0.6);
}

.cb-cursor.-menu.-active:before,
.cb-menu.-open .cb-menu-toggle button.cb-cursor.-menu:before,
.cb-navbar.-open .cb-navbar-toggle button.cb-cursor.-menu:before {
  transform: scale(0.55);
}

.cb-cursor.-hidden:before {
  transform: scale(0);
}

.cb-cursor.-under {
  z-index: 0;
}

.cb-cursor-text {
  position: absolute;
  top: -1.8rem;
  left: -1.8rem;
  width: 3.6rem;
  height: 3.6rem;
  display: flex;
  align-items: center;
  justify-content: center;
  transform: scale(0) rotate(10deg);
  opacity: 0;
  color: #fff;
  font-size: 1.6rem;
  line-height: 120%;
  text-align: center;
  transition: opacity 0.4s, transform 0.3s;
}

.cb-cursor.-icon .cb-cursor-text,
.cb-cursor.-text .cb-cursor-text {
  opacity: 1;
  transform: scale(1);
}

.cb-cursor.-icon .cb-cursor-text {
  font-size: 2rem;
}

.cb-cursor.-inverse .cb-cursor-text {
  color: #000;
}

.cb-cursor-media {
  position: absolute;
  width: 36rem;
  height: 36rem;
  margin: -18rem 0 0 -18rem;
}

.cb-cursor-media img,
.cb-cursor-media video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: translateZ(0);
}

.cb-cursor-media-box {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
  transform: scale(0) translateZ(0);
  opacity: 0;
  border-radius: 50%;
  transition: transform 0.35s, opacity 0.2s 0.2s;
}

.cb-cursor.-media .cb-cursor-media-box {
  opacity: 1;
  transform: scale(0.696);
  transition-duration: 0.4s, 0.4s;
  transition-delay: 0s, 0s;
}

.cb-cursor.-media {
  z-index: 0;
  mix-blend-mode: normal;
  transition-delay: 0s;
}

.cb-cursor.-media .cb-cursor-media-box {
  opacity: 1;
  transform: scale(0.696);
  transition-duration: 0.4s, 0.4s;
  transition-delay: 0s, 0s;
}

.cb-cursor.-media.-media-lg .cb-cursor-media-box {
  transform: scale(1) !important;
}

.cb-cursor.-media.-media-blend {
  z-index: 150;
  mix-blend-mode: exclusion;
}

@supports (mix-blend-mode: exclusion) {
  .cb-cursor.-media.-media-blend .cb-cursor-media-box {
    filter: invert(1);
  }
}

.cb-divider {
  position: relative;
  height: 1px;
}

.cb-divider:before {
  content: "";
  display: block;
  position: absolute;
  top: -20px;
  left: 0;
  right: 0;
  height: 40px;
}

.cb-divider:hover:before {
  top: -50px;
  height: 100px;
}

.cb-divider svg {
  position: absolute;
  top: -100px;
  left: 0;
  right: 0;
  width: 100%;
  height: 200px;
  pointer-events: none;
}

.cb-divider svg path {
  fill: none;
  stroke: currentColor;
  stroke-width: 1;
}

.cb-btn {
  display: inline;
}

.cb-btn_close,
.cb-btn_cta,
.cb-btn_dummy,
.cb-btn_link,
.cb-btn_menu,
.cb-btn_nav {
  position: relative;
  display: inline-block;
  height: auto;
  margin: 0;
  padding: 0;
  color: inherit;
  background: 0 0;
  border: 0;
  border-radius: 0;
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  letter-spacing: inherit;
  line-height: inherit;
  text-align: inherit;
  text-transform: inherit;
  text-indent: inherit;
  text-decoration: none;
}

.cb-btn_close:focus,
.cb-btn_close:hover,
.cb-btn_cta:focus,
.cb-btn_cta:hover,
.cb-btn_dummy:focus,
.cb-btn_dummy:hover,
.cb-btn_link:focus,
.cb-btn_link:hover,
.cb-btn_menu:focus,
.cb-btn_menu:hover,
.cb-btn_nav:focus,
.cb-btn_nav:hover {
  text-decoration: none;
}

.cb-btn_cta {
  overflow: hidden;
  padding: 1.4rem 2rem;
  transform: translateZ(0);
  border-radius: 1000px;
  font-weight: 500;
  font-size: 1.4rem;
  line-height: 110%;
  text-transform: uppercase;
  transition: transform 0.3s;
}

@media (min-width: 768px), (orientation: landscape) {
  .cb-btn_cta {
    font-size: 2.4rem;
  }
}

.cb-btn_cta.-intro {
  padding: 0 1.5rem;
  font-family: "Roboto Flex", sans-serif;
  font-weight: 400;
  font-size: 105%;
  line-height: 0.92;
  height: 6rem;
}

@media (min-width: 768px), (orientation: landscape) {
  .cb-btn_cta.-intro {
    margin: 0 0 0 0.2em;
    padding: 0 4.8rem;
    height: 15.3rem;
  }
}

.cb-btn_cta.-sm {
  padding: 0.5rem 1.4rem;
  font-size: 1.7rem;
}

@media (min-width: 768px), (orientation: landscape) {
  .cb-btn_cta.-sm {
    padding: 0.8rem 1.5rem;
    font-size: 1.8rem;
  }
}

.cb-btn_cta.-md {
  font-size: 2.2rem;
}

@media (min-width: 768px), (orientation: landscape) {
  .cb-btn_cta.-md {
    font-size: 2.8rem;
  }
}

.cb-btn_cta.-xl {
  padding: 0 1.9rem;
  font-weight: 400;
  font-size: 6.9rem;
}

@media (min-width: 768px), (orientation: landscape) {
  .cb-btn_cta.-xl {
    padding: 0 3.4rem;
    font-size: 13rem;
  }
}

.cb-btn_cta.-xl:lang(ru) {
  padding: 0 1.52rem;
  font-size: 5.52rem;
}

@media (min-width: 768px), (orientation: landscape) {
  .cb-btn_cta.-xl:lang(ru) {
    padding: 0 2.72rem;
    font-size: 10.4rem;
  }
}

.cb-btn_cta.-xxl {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 14rem;
  font-weight: 500;
  font-size: 2rem;
  text-transform: none;
}

@media (min-width: 768px) {
  .cb-btn_cta.-xxl {
    display: inline-flex;
    height: 22rem;
    width: auto;
    padding: 0 14.5rem;
    font-size: 3.2rem;
  }
}

.cb-btn_cta.-xxl.-full {
  display: flex;
}

.cb-btn_cta.-tertiary {
  color: #e0fd60;
}

@media (pointer: fine) {
  .cb-btn_cta:hover {
    transform: scaleX(1.02);
    transition: transform 0.6s cubic-bezier(0.34, 5.56, 0.64, 1);
  }
}

.cb-btn_cta:disabled {
  opacity: 0.5;
  pointer-events: none;
  touch-action: none;
}

.cb-btn_cta-border {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0.5px;
  bottom: 1px;
  z-index: 3;
  border: 1px solid;
  border-radius: 1000px;
}

@media (min-width: 768px), (orientation: landscape) {
  .cb-btn_cta.-intro .cb-btn_cta-border,
  .cb-btn_cta.-xl .cb-btn_cta-border {
    border-width: 2px;
  }
}

.cb-btn_cta-ripple {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  overflow: hidden;
  transform: translateZ(0);
  border-radius: inherit;
}

.cb-btn_cta-ripple span {
  display: block;
  width: 100%;
  height: 100%;
  transform: translateY(101%);
  background: currentColor;
  border-radius: 50% 50% 0 0;
  transition: transform 0.5s cubic-bezier(0.4, 0, 0, 1),
    border-radius 0.5s cubic-bezier(0.4, 0, 0, 1);
}

@media (pointer: fine) {
  .cb-btn_cta:hover .cb-btn_cta-ripple span {
    border-radius: 0;
    transform: translateY(0);
    transition-duration: 0.5s, 0.9s;
  }
}

.cb-btn_cta-title {
  position: relative;
  display: block;
  padding: 0 0.16em 0 0;
  overflow: hidden;
  z-index: 2;
}

.cb-btn_cta-title span {
  display: block;
  transition: transform 0.8s cubic-bezier(0.16, 1, 0.3, 1);
}

.cb-btn_cta-title span:after {
  content: attr(data-text);
  display: block;
  position: absolute;
  top: 110%;
  left: 0;
  color: #fff;
}

.cb-btn_cta.-inverse .cb-btn_cta-title span:after,
.cb-btn_cta.-tertiary .cb-btn_cta-title span:after {
  color: #000;
}

@media (pointer: fine) {
  .cb-btn_cta:hover .cb-btn_cta-title span {
    transform: translateY(-110%);
  }
}

.cb-btn_menu {
  display: block;
  width: 2.5rem;
  height: 2.5rem;
  -webkit-tap-highlight-color: transparent;
}

.cb-btn_menu:before {
  content: "";
  position: absolute;
  top: -2rem;
  right: -2rem;
  left: -2rem;
  bottom: -2rem;
}

@media (pointer: fine) {
  .cb-btn_menu:before {
    left: -8rem;
  }

  .cb-btn_menu:hover:before {
    top: -8rem;
    right: -8rem;
    left: -8rem;
    bottom: -8rem;
  }
}

.cb-btn_menu span {
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  height: 2px;
  background: currentColor;
  transition: top 0.2s 0.3s, transform 0.3s 0s;
}

@media (min-width: 768px) and (max-width: 1199px) {
  .cb-btn_menu span {
    height: 1px;
  }
}

.cb-btn_menu span:first-child {
  top: calc(50% - 1px - 0.3rem);
}

.cb-btn_menu span:last-child {
  top: calc(50% - 1px + 0.3rem);
}

.cb-btn_menu.-active span,
.cb-menu.-open .cb-menu-toggle button.cb-btn_menu span,
.cb-navbar.-open .cb-navbar-toggle button.cb-btn_menu span {
  transition: none;
}

.cb-btn_menu.-active span:first-child,
.cb-menu.-open .cb-menu-toggle button.cb-btn_menu span:first-child,
.cb-navbar.-open .cb-navbar-toggle button.cb-btn_menu span:first-child {
  top: calc(50% - 1px);
  transform: rotate(45deg);
  animation: cb-btn_menu-open-top 0.75s;
}

.cb-btn_menu.-active span:last-child,
.cb-menu.-open .cb-menu-toggle button.cb-btn_menu span:last-child,
.cb-navbar.-open .cb-navbar-toggle button.cb-btn_menu span:last-child {
  top: calc(50% - 1px);
  transform: rotate(-45deg);
  animation: cb-btn_menu-open-bottom 0.75s;
}

@keyframes cb-btn_menu-open-top {
  0% {
    top: calc(50% - 1px - 0.3rem);
    -webkit-clip-path: inset(0 0 0 0);
    clip-path: inset(0 0 0 0);
    transform: rotate(0);
  }

  30% {
    top: calc(50% - 1px - 0.3rem);
    -webkit-clip-path: inset(0 100% 0 0);
    clip-path: inset(0 100% 0 0);
    transform: rotate(0);
  }

  30.01% {
    top: calc(50% - 1px);
    -webkit-clip-path: inset(0 100% 0 0);
    clip-path: inset(0 100% 0 0);
    transform: rotate(45deg);
  }

  100%,
  80% {
    top: calc(50% - 1px);
    -webkit-clip-path: inset(0 0 0 0);
    clip-path: inset(0 0 0 0);
    transform: rotate(45deg);
  }
}

@keyframes cb-btn_menu-open-bottom {
  0% {
    top: calc(50% - 1px + 0.3rem);
    -webkit-clip-path: inset(0 0 0 0);
    clip-path: inset(0 0 0 0);
    transform: rotate(0);
  }

  50% {
    top: calc(50% - 1px + 0.3rem);
    -webkit-clip-path: inset(0 0 0 100%);
    clip-path: inset(0 0 0 100%);
    transform: rotate(0);
  }

  50.1%,
  55% {
    top: calc(50% - 1px);
    -webkit-clip-path: inset(0 0 0 100%);
    clip-path: inset(0 0 0 100%);
    transform: rotate(-45deg);
  }

  100% {
    top: calc(50% - 1px);
    -webkit-clip-path: inset(0 0 0 0);
    clip-path: inset(0 0 0 0);
    transform: rotate(-45deg);
  }
}

.cb-btn_nav:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.cb-btn_nav:after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  bottom: -0.5rem;
  height: 0.5rem;
  transform: scaleX(0);
  border-bottom: 1px solid;
  transition: transform 0.5s cubic-bezier(0.35, 0, 0, 1);
}

.cb-btn_nav.-underline:after {
  transform: scaleX(1);
}

.cb-btn_nav-title {
  position: relative;
  display: block;
  padding: 0.1em;
  margin: -0.1em;
  overflow: hidden;
}

.cb-btn_nav-title span {
  display: block;
  transition: transform 1.2s cubic-bezier(0.19, 1, 0.22, 1);
  transform-origin: left center;
}

.cb-btn_nav-title span:after {
  content: attr(data-text);
  display: block;
  position: absolute;
  top: 150%;
  transform: skewY(10deg);
  transform-origin: left center;
  transition: transform 1.2s cubic-bezier(0.19, 1, 0.22, 1);
}

@media (pointer: fine) {
  .cb-btn_nav:hover .cb-btn_nav-title span {
    transform: translateY(-150%) skewY(5deg);
  }

  .cb-btn_nav:hover .cb-btn_nav-title span:after {
    transform: skewY(-5deg);
  }
}

.cb-btn_close {
  display: block;
  width: 4.4rem;
  height: 4.4rem;
  transform: rotateZ(0.01deg);
  background: #fff;
  border-radius: 50%;
  transition: transform 0.4s, background-color 0.4s;
}

@media (min-width: 768px) {
  .cb-btn_close {
    width: 5.6rem;
    height: 5.6rem;
  }
}

.cb-btn_close:before {
  content: "";
  position: absolute;
  top: -20%;
  left: -20%;
  right: -20%;
  bottom: -20%;
}

@media (pointer: fine) {
  .cb-btn_close:hover {
    background: rgba(255, 255, 255, 0.9);
    transform: rotateZ(90deg);
  }
}

.cb-btn_close:active {
  background: rgba(255, 255, 255, 0.8);
  transition-duration: 0.4s, 0.1s;
}

.cb-btn_close span {
  display: block;
  position: absolute;
  left: 1.4rem;
  right: 1.4rem;
  height: 0.2rem;
  margin: -0.1rem 0 0 0;
  background: currentColor;
}

@media (min-width: 768px) {
  .cb-btn_close span {
    left: 2rem;
    right: 2rem;
  }
}

.cb-btn_close span:first-child {
  transform: rotate(-45deg) scaleX(1.2);
}

.cb-btn_close span:last-child {
  transform: rotate(45deg) scaleX(1.2);
}

.cb-btn_link {
  display: inline-block;
  padding: 0 0 0.5rem 0;
  font-size: 1.6rem;
  line-height: 120%;
  text-decoration: none;
}

@media (min-width: 768px) {
  .cb-btn_link {
    padding: 0 0 0.6rem 0;
    font-size: 2rem;
  }
}

.cb-btn_link:after,
.cb-btn_link:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 1px;
  background: rgba(0, 0, 0, 0.2);
}

.cb-btn_link:after {
  background: #000;
  transform: scaleX(0);
  transition: transform 0.8s cubic-bezier(0.19, 1, 0.22, 1);
}

@media (pointer: fine) {
  .cb-btn_link:hover:after {
    transform: scaleX(1);
  }
}

.cb-btn_link.-active:after,
.cb-menu.-open .cb-menu-toggle button.cb-btn_link:after,
.cb-navbar.-open .cb-navbar-toggle button.cb-btn_link:after {
  transform: scaleX(1);
}

.cb-checkbox_cta {
  position: relative;
  display: inline-block;
}

.cb-checkbox_cta > input {
  position: absolute;
  padding: 0;
  margin: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  opacity: 0;
}

.cb-checkbox_cta-box {
  display: inline-block;
  padding: 0.9rem 1.2rem;
  overflow: hidden;
  transform: translateZ(0);
  border-radius: 1000px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  font-weight: 500;
  font-size: 20px;
  line-height: 118%;
  transition: transform 0.3s;
}

@media (min-width: 768px) {
  .cb-checkbox_cta-box {
    padding: 1.4rem 2rem;
    font-size: 3.2rem;
  }
}

.cb-checkbox_cta > input:focus-visible ~ .cb-checkbox_cta-box {
  outline: solid;
}

.cb-checkbox_cta > input:checked ~ .cb-checkbox_cta-box {
  transform: scaleX(1.02);
  transition: transform 0.5s cubic-bezier(0.34, 5.56, 0.64, 1);
}

.cb-checkbox_cta-border {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0.1px;
  z-index: 3;
  border: 1px solid;
  border-radius: 1000px;
}

.cb-checkbox_cta-ripple {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  overflow: hidden;
  transform: translateZ(0);
  border-radius: inherit;
}

.cb-checkbox_cta-ripple span {
  display: block;
  width: 100%;
  height: 100%;
  transform: translateY(101%);
  background: currentColor;
  border-radius: 50% 50% 0 0;
  transition: transform 0.5s cubic-bezier(0.4, 0, 0, 1),
    border-radius 0.5s cubic-bezier(0.4, 0, 0, 1);
}

.cb-checkbox_cta
  > input:checked
  ~ .cb-checkbox_cta-box
  .cb-checkbox_cta-ripple
  span {
  border-radius: 0;
  transform: translateY(0);
  transition-duration: 0.5s, 0.9s;
}

.cb-checkbox_cta-title {
  position: relative;
  display: block;
  padding: 0 0.16em 0 0;
  overflow: hidden;
  z-index: 2;
}

.cb-checkbox_cta-title span {
  display: block;
  transition: transform 0.8s cubic-bezier(0.16, 1, 0.3, 1), color 0.4s;
}

.cb-checkbox_cta-title span:after {
  content: attr(data-text);
  display: block;
  position: absolute;
  top: 110%;
  left: 0;
}

@media (pointer: fine) {
  .cb-checkbox_cta:hover .cb-checkbox_cta-title span {
    transform: translateY(-110%) translateZ(0);
  }
}

.cb-checkbox_cta
  > input:checked
  ~ .cb-checkbox_cta-box
  .cb-checkbox_cta-title
  span {
  transform: translateY(-110%) translateZ(0);
  color: #fff;
}

.cb-input_light {
  position: relative;
  display: block;
}

.cb-input_light-line {
  position: absolute;
  left: 0;
  right: 0;
  bottom: -3px;
  height: 60px;
  width: 300%;
  transform: translateX(-66.66%);
  opacity: 0.1;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAxMjAwIDYwIiBwcmVzZXJ2ZUFzcGVjdFJhdGlvPSJub25lIj48cGF0aCBmaWxsPSJub25lIiBzdHJva2U9IiMwMDAiIGQ9Ik0wLDU2LjVjMCwwLDI5OC42NjYsMCwzOTkuMzMzLDBDNDQ4LjMzNiw1Ni41LDUxMy45OTQsNDYsNTk3LDQ2Yzc3LjMyNywwLDEzNSwxMC41LDIwMC45OTksMTAuNWM5NS45OTYsMCw0MDIuMDAxLDAsNDAyLjAwMSwwIj48L3BhdGg+PC9zdmc+);
  background-position: center bottom;
  background-repeat: repeat-x;
  pointer-events: none;
  touch-action: none;
  transition: transform 0s cubic-bezier(0, 0.25, 0.5, 1), opacity 0.4s;
}

@media (min-width: 768px) {
  .cb-input_light-line {
    height: 90px;
  }
}

.cb-input_light.-error .cb-input_light-line {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAxMjAwIDYwIiBwcmVzZXJ2ZUFzcGVjdFJhdGlvPSJub25lIj48cGF0aCBmaWxsPSJub25lIiBzdHJva2U9IiNGMDMyMzIiIGQ9Ik0wLDU2LjVjMCwwLDI5OC42NjYsMCwzOTkuMzMzLDBDNDQ4LjMzNiw1Ni41LDUxMy45OTQsNDYsNTk3LDQ2Yzc3LjMyNywwLDEzNSwxMC41LDIwMC45OTksMTAuNWM5NS45OTYsMCw0MDIuMDAxLDAsNDAyLjAwMSwwIj48L3BhdGg+PC9zdmc+);
}

.cb-input_light-box {
  position: relative;
  overflow: hidden;
}

.cb-input_light-message {
  margin: 1.5rem 0 0 0;
  color: #eb4242;
  font-size: 1.6rem;
}

.cb-input_light-message:empty {
  display: none;
}

.cb-input_light input,
.cb-input_light textarea {
  position: relative;
  margin: 0;
  padding: 1.3rem 0;
  width: 100%;
  z-index: 1;
  color: #000;
  background: 0 0;
  border: 0;
  border-radius: 0;
  outline: 0;
  resize: none;
  font-size: 2rem;
  font-weight: 400;
  line-height: 100%;
  transition: all 0.3s, height 0s;
}

@media (min-width: 768px) {
  .cb-input_light input,
  .cb-input_light textarea {
    padding: 2rem 0;
    font-size: 3.2rem;
  }
}

.cb-input_light input::-moz-placeholder,
.cb-input_light textarea::-moz-placeholder {
  color: #ccc;
  -moz-transition: color 0.2s;
  transition: color 0.2s;
}

.cb-input_light input::-ms-input-placeholder,
.cb-input_light textarea::-ms-input-placeholder {
  color: #ccc;
  -ms-transition: color 0.2s;
  transition: color 0.2s;
}

.cb-input_light input::placeholder,
.cb-input_light textarea::placeholder {
  color: #ccc;
  transition: color 0.2s;
}

.cb-input_light input:hover + .cb-input_light-line,
.cb-input_light textarea:hover + .cb-input_light-line {
  opacity: 0.6;
}

.cb-input_light input:focus::-moz-placeholder,
.cb-input_light textarea:focus::-moz-placeholder {
  color: rgb(178.5, 178.5, 178.5);
}

.cb-input_light input:focus::-ms-input-placeholder,
.cb-input_light textarea:focus::-ms-input-placeholder {
  color: rgb(178.5, 178.5, 178.5);
}

.cb-input_light input:focus::placeholder,
.cb-input_light textarea:focus::placeholder {
  color: rgb(178.5, 178.5, 178.5);
}

.cb-input_light input:focus + .cb-input_light-line,
.cb-input_light textarea:focus + .cb-input_light-line {
  opacity: 1;
  transform: translateX(0);
  transition-duration: 0.8s, 0.4s;
}

.cb-input_light input:invalid,
.cb-input_light textarea:invalid {
  box-shadow: none;
  outline: 0;
}

.cb-input_light input:disabled,
.cb-input_light textarea:disabled {
  opacity: 0.4;
  pointer-events: none;
}

.cb-input_light textarea {
  height: 4.8rem;
  font-size: 1.6rem;
  line-height: 120%;
}

@media (min-width: 768px) {
  .cb-input_light textarea {
    height: 7.5rem;
    font-size: 2.56rem;
  }
}

.cb-input_light textarea::-moz-placeholder {
  font-size: 2rem;
}

.cb-input_light textarea::-ms-input-placeholder {
  font-size: 2rem;
}

.cb-input_light textarea::placeholder {
  font-size: 2rem;
}

@media (min-width: 768px) {
  .cb-input_light textarea::-moz-placeholder {
    font-size: 3.2rem;
  }

  .cb-input_light textarea::-ms-input-placeholder {
    font-size: 3.2rem;
  }

  .cb-input_light textarea::placeholder {
    font-size: 3.2rem;
  }
}

.cb-input_file {
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  cursor: pointer;
}

.cb-input_file input {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  cursor: pointer;
  opacity: 0;
}

.cb-input_file-btn {
  position: relative;
  display: block;
  height: auto;
  margin: 0;
  padding: 0;
  z-index: 2;
  color: inherit;
  background: 0 0;
  border: 0;
  border-radius: 0;
  font-size: 2rem;
  font-weight: 500;
  line-height: 120%;
  text-align: inherit;
  text-transform: inherit;
  text-indent: inherit;
  text-decoration: none;
  transition: opacity 0.4s;
}

@media (min-width: 768px) {
  .cb-input_file-btn {
    font-size: 3.2rem;
  }
}

.cb-input_file-btn svg {
  margin: 0 0.5em 0 0;
  font-size: 0.7em;
  line-height: 0;
}

.cb-input_file-btn span {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}

.cb-input_file-btn span:after,
.cb-input_file-btn span:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  bottom: -7px;
  height: 7px;
  border-bottom: 1px solid;
}

.cb-input_file-btn span:before {
  opacity: 0.2;
}

.cb-input_file-btn span:after {
  transform: scaleX(0);
  transition: transform 0.7s cubic-bezier(0.19, 1, 0.22, 1), transition-orign 0s;
}

.cb-input_file-btn:hover span:after {
  transform: scaleX(1);
}

.cb-input_file-btn:disabled {
  opacity: 0.4;
  pointer-events: none;
}

.cb-input_file-message {
  margin: 1.5rem 0 0 0;
  color: #eb4242;
  font-size: 1.6rem;
}

.cb-input_file-message:empty {
  display: none;
}

.cb-input_file-items {
  position: relative;
  display: inline-block;
  margin: -12px 0;
  padding: 3.5rem 0 0 0;
  transition: opacity 0.4s;
}

@media (min-width: 768px) {
  .cb-input_file-items {
    padding: 4rem 0 0 0;
  }
}

.cb-input_file input:disabled ~ .cb-input_file-items {
  opacity: 0.4;
  pointer-events: none;
}

.cb-input_file-item {
  display: flex;
  padding: 12px 0;
  cursor: pointer;
  font-size: 1.7rem;
  line-height: 117%;
  word-break: break-word;
  transition: transform 0.15s, opacity 0.15s;
}

@media (min-width: 768px) {
  .cb-input_file-item {
    font-size: 2rem;
  }
}

.cb-input_file-item i {
  position: relative;
  flex-shrink: 0;
  width: 0.8em;
  height: 0.8em;
  margin: 0.3em 1.2rem 0 0;
}

@media (min-width: 768px) {
  .cb-input_file-item i {
    margin: 0.3em 2.3rem 0 0;
  }
}

.cb-input_file-item i:after,
.cb-input_file-item i:before {
  content: "";
  display: block;
  position: absolute;
  top: 0.25em;
  left: 0;
  right: 0;
  height: 2px;
  transform: rotate(-45deg);
  background: currentColor;
}

.cb-input_file-item i:after {
  transform: rotate(45deg);
}

.cb-input_file-item b {
  font-weight: 500;
}

.cb-input_file-item:hover {
  opacity: 0.7;
  transform: translateX(5px);
}

.cb-modal_box {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 300;
  width: 100%;
  height: 100%;
}

.cb-modal_box-backdrop {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  transform: scaleY(0);
  transform-origin: bottom center;
  background: #fff;
  transition: transform 0.6s;
}

.cb-modal_box-backdrop.-gray {
  background: #fafafa;
}

.cb-modal_box-dialog {
  position: absolute;
  top: 30px;
  left: 30px;
  right: 30px;
  bottom: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1;
  pointer-events: none;
  opacity: 0;
  text-align: center;
  transition: opacity 0.5s;
}

@media (min-width: 1200px) {
  .cb-modal_box-dialog {
    top: 70px;
    left: 70px;
    right: 70px;
    bottom: 70px;
  }
}

.cb-modal_box-dialog a,
.cb-modal_box-dialog button {
  pointer-events: auto;
}

.cb-modal_box-dialog.-full {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.cb-modal_box-container {
  width: 100%;
}

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

.cb-modal_box-embedded iframe {
  width: 100%;
  height: 100%;
  border: 0;
}

.cb-modal_box-embedded video {
  max-width: 100%;
  object-fit: cover;
}

@media (min-width: 1200px) {
  .cb-modal_box-embedded video {
    height: 100vh;
  }
}

.cb-modal_box-nav {
  margin: -4px 0;
  text-align: left;
}

@media (min-width: 360px) {
  .cb-modal_box-nav {
    margin: -7px 0;
  }
}

@media (min-width: 1600px) and (min-height: 700px) {
  .cb-modal_box-nav {
    margin: -11px 0;
  }
}

.cb-modal_box-nav-item {
  display: block;
  padding: 4px 0;
  font-size: 38px;
  font-weight: 400;
  text-decoration: none;
}

@media (min-width: 360px) {
  .cb-modal_box-nav-item {
    padding: 7px 0;
    font-size: 42px;
  }
}

@media (min-width: 768px) and (min-height: 550px) {
  .cb-modal_box-nav-item {
    font-size: 60px;
  }
}

.cb-modal_box-nav-item-title {
  display: inline-block;
  overflow: hidden;
}

.cb-modal_box-nav-item-title span {
  position: relative;
  display: inline-block;
  color: transparent;
  transition: transform 1.2s cubic-bezier(0.19, 1, 0.22, 1);
}

.cb-modal_box-nav-item-title span:after,
.cb-modal_box-nav-item-title span:before {
  content: attr(data-text);
  display: block;
  position: absolute;
  color: #000;
}

.cb-modal_box-nav-item-title span:before {
  top: 0;
  transform: skewY(0);
  transform-origin: right bottom;
  transition: transform 2s cubic-bezier(0.19, 1, 0.22, 1);
}

.cb-modal_box-nav-item-title span:after {
  top: 105%;
  transform: skewY(7deg);
  transform-origin: left top;
  transition: transform 2s cubic-bezier(0.19, 1, 0.22, 1);
}

.cb-modal_box-nav-item a:focus .cb-modal_box-nav-item-title span,
.cb-modal_box-nav-item a:hover .cb-modal_box-nav-item-title span {
  transform: translateY(-105%);
}

@media (pointer: coarse) {
  .cb-modal_box-nav-item a:focus .cb-modal_box-nav-item-title span,
  .cb-modal_box-nav-item a:hover .cb-modal_box-nav-item-title span {
    transform: none;
  }
}

.cb-modal_box-nav-item a:focus .cb-modal_box-nav-item-title span:before,
.cb-modal_box-nav-item a:hover .cb-modal_box-nav-item-title span:before {
  transform: skewY(7deg);
}

@media (pointer: coarse) {
  .cb-modal_box-nav-item a:focus .cb-modal_box-nav-item-title span:before,
  .cb-modal_box-nav-item a:hover .cb-modal_box-nav-item-title span:before {
    transform: none;
  }
}

.cb-modal_box-nav-item a:focus .cb-modal_box-nav-item-title span:after,
.cb-modal_box-nav-item a:hover .cb-modal_box-nav-item-title span:after {
  transform: skewY(0);
}

@media (pointer: coarse) {
  .cb-modal_box-nav-item a:focus .cb-modal_box-nav-item-title span:after,
  .cb-modal_box-nav-item a:hover .cb-modal_box-nav-item-title span:after {
    transform: none;
  }
}

.cb-modal_box-message {
  text-align: left;
}

.cb-modal_box-message-header {
  font-size: 42px;
  font-weight: 500;
  letter-spacing: -0.03em;
  line-height: 100%;
}

@media (min-width: 768px) {
  .cb-modal_box-message-header {
    font-size: 60px;
    letter-spacing: -0.05em;
  }
}

@media (min-width: 1200px) {
  .cb-modal_box-message-header {
    font-size: 80px;
  }
}

@media (min-width: 1600px) {
  .cb-modal_box-message-header {
    font-size: 110px;
  }
}

.cb-modal_box-message-header img {
  position: relative;
  top: -2px;
  width: 38px;
  display: inline-block;
  vertical-align: middle;
}

@media (min-width: 1200px) {
  .cb-modal_box-message-header img {
    top: -4px;
    width: 64px;
  }
}

@media (min-width: 1600px) {
  .cb-modal_box-message-header img {
    top: -8px;
    width: 88px;
  }
}

.cb-modal_box-message-text {
  margin: 45px 0 0 0;
  font-size: 20px;
  line-height: 155%;
  letter-spacing: 0.00464286em;
}

@media (min-width: 1200px) {
  .cb-modal_box-message-text {
    margin: 60px 0 0 0;
    max-width: 790px;
    font-size: 30px;
  }
}

@media (min-width: 1600px) {
  .cb-modal_box-message-text {
    margin: 80px 0 0 0;
  }
}

.cb-modal_box-message-text img {
  position: relative;
  top: -2px;
  height: 1em;
  vertical-align: middle;
}

.cb-modal_box-message-message {
  margin: 15px 0 0 0;
  color: #b7b7b7;
  font-weight: 400;
  font-size: 20px;
  line-height: 155%;
  letter-spacing: 0.00464286em;
}

@media (min-width: 1200px) {
  .cb-modal_box-message-message {
    margin: 20px 0 0 0;
    max-width: 790px;
    font-size: 30px;
  }
}

@media (min-width: 1600px) {
  .cb-modal_box-message-message {
    margin: 30px 0 0 0;
  }
}

.cb-modal_box-message-message:empty {
  display: none;
}

.cb-modal_box.-show {
  display: block;
}

.cb-modal_box.-visible .cb-modal_box-backdrop {
  transform: scaleY(1);
  transform-origin: top center;
}

.cb-modal_box.-visible .cb-modal_box-dialog {
  opacity: 1;
  transition-delay: 0.3s;
}

.cb-embedded {
  position: relative;
  height: 100%;
  width: 100%;
  cursor: pointer;
}

.cb-embedded iframe,
.cb-embedded img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.cb-embedded img {
  object-fit: cover;
}

.cb-embedded.-youtube {
  padding-bottom: 56.25%;
}

.cb-embedded-play {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 68px;
  height: 48px;
  margin: -24px 0 0 -34px;
  z-index: 1;
  background: rgba(0, 0, 0, 0.8);
  border-radius: 15px;
  line-height: 44px;
  text-align: center;
  transition: background 0.2s;
}

.cb-embedded-play:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  margin: 0 0 0 3px;
  border-style: solid;
  border-width: 10px 0 10px 16px;
  border-color: transparent transparent transparent #fff;
}

.cb-embedded:hover .cb-embedded-play {
  background: #fc0019;
}

.cb-coin {
  position: relative;
  display: inline-block;
  height: 0.8em;
  width: 0.8em;
  margin: -0.15em 0 0 0.04em;
  vertical-align: middle;
}

.cb-coin.-sm {
  height: 0.75em;
  width: 0.75em;
}

.cb-coin-svg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #fff;
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 147 147"><path d="M73.5 147A73.5 73.5 0 1 0 73.5.01a73.5 73.5 0 0 0 0 146.99Z" fill="%23fff"/><path d="m67 125.04-1.07-.22-.7 3.46-2.05-.41c-1.6-.33-2.82.4-3.11 1.85-.29 1.45.56 2.6 2.16 2.93l3.13.63 1.64-8.24Zm-1.95 4.2-.57 2.87-2.03-.41c-.97-.2-1.45-.86-1.28-1.75.18-.9.88-1.3 1.85-1.11l2.03.4ZM47.7 118.49l.53 4.58a2.2 2.2 0 0 0-2.33 1.29c-.6 1.27-.04 2.55 1.4 3.24l2.73 1.3 3.57-7.61-.99-.47-1.59 3.4-1.68-.8-.51-4.4-1.13-.53Zm1.76 9.06-1.64-.78c-.93-.44-1.27-1.16-.9-1.93.35-.78 1.12-.96 2.05-.52l1.63.78-1.14 2.45ZM41.12 113.52c-1.84-1.52-4.32-1.22-5.9.72-1.56 1.94-1.35 4.44.5 5.95 1.85 1.53 4.33 1.23 5.9-.7 1.57-1.95 1.36-4.45-.5-5.97Zm-.6.77c1.34 1.1 1.45 3 .24 4.48-1.21 1.5-3.08 1.78-4.42.68-1.37-1.12-1.46-3.01-.25-4.5 1.2-1.5 3.06-1.78 4.42-.66ZM33.79 106.4l-1.44-2.05c-1.35-1.92-3.64-2.58-5.84-1.01-2.2 1.56-2.35 3.95-1 5.88l1.43 2.04 6.85-4.87Zm-1.42-.32-5.26 3.73-.79-1.13c-.93-1.32-1.03-3.1.84-4.42 1.87-1.33 3.48-.64 4.41.69l.8 1.13ZM25.57 91.39c-.65-1.81-2.13-2.63-3.9-2l-5.17 1.87.36 1 5.22-1.89c1.16-.41 2.13.14 2.56 1.35.43 1.2.02 2.24-1.13 2.65l-5.23 1.88.35 1.01 5.18-1.86c1.76-.63 2.4-2.21 1.76-4.01ZM22.58 77.24c-.15-1.8-1.25-3.03-2.87-3.32l-.14 1.11c1.19.2 1.93 1 2.03 2.3.14 1.7-.92 3.03-3.07 3.2-2.14.18-3.4-.96-3.54-2.66-.1-1.3.52-2.26 1.71-2.62l-.32-1.05c-1.6.47-2.51 1.9-2.36 3.74.16 2.1 1.72 3.95 4.6 3.72 2.89-.24 4.13-2.31 3.96-4.42ZM22.95 65.95l.16-1.08-7.34-1.14.4-2.63-.96-.15-.97 6.36.96.15.4-2.65 7.35 1.14ZM23.85 56.83l1.17.43.4-1.1-1.17-.44-.4 1.11ZM33.51 41.34l1.7-1.84c1.58-1.73 1.74-4.12-.24-5.96-1.98-1.84-4.34-1.49-5.93.25l-1.68 1.84 6.15 5.71Zm.01-1.46-4.72-4.39.93-1.02c1.1-1.19 2.8-1.66 4.48-.1 1.68 1.56 1.34 3.3.25 4.49l-.94 1.02ZM43.62 31.67l4.6-2.86-.5-.84-3.69 2.29-1.56-2.55 2.9-1.8-.52-.84-2.9 1.8-1.29-2.1 3.57-2.22-.51-.83-4.5 2.8 4.4 7.15ZM58.52 24.45c1.75-.54 2.63-1.8 2.2-3.17-.98-3.2-5.2-.58-5.76-2.42-.22-.72.26-1.36 1.29-1.68 1-.32 1.86.02 2.3.84l.83-.66c-.58-1.13-1.95-1.57-3.42-1.11-1.58.5-2.44 1.7-2.05 2.94.87 2.85 5.08.3 5.75 2.44.24.8-.3 1.54-1.4 1.89a2.16 2.16 0 0 1-2.66-1.2l-.89.62c.72 1.39 2.26 2 3.8 1.51ZM67.55 22.41l1.09-.1-.81-8.37-1.09.11.81 8.36ZM80.18 22.58c1.18.15 2.32-.24 2.8-1.04l-.16 1.28.99.13.54-4.3-3.93-.5-.11.94 2.9.37c-.22 1.46-1.34 2.35-2.9 2.15-1.67-.22-2.75-1.54-2.48-3.66.26-2.12 1.64-3.14 3.33-2.92 1.32.17 2.16 1 2.25 2.2l1.1-.08c-.13-1.65-1.37-2.85-3.23-3.09-2.08-.26-4.21.9-4.57 3.75-.36 2.84 1.4 4.5 3.47 4.77ZM90.25 24.73l.98.42L93.8 19l1.33 7.8 1.12.47 3.24-7.75-.99-.41-2.58 6.16-1.32-7.82-1.11-.47-3.24 7.75ZM103.29 30.06l-.73 1.02.96.69.72-1.02-.95-.69ZM115.33 43.7l.61.9 6.93-4.76-.62-.9-6.92 4.75ZM119.99 51.45l.91 2.32c.86 2.2 2.93 3.37 5.44 2.37 2.51-1 3.23-3.28 2.37-5.47l-.91-2.32-7.81 3.1Zm1.3.64 6-2.38.5 1.29c.6 1.5.27 3.25-1.86 4.1-2.13.84-3.54-.22-4.13-1.72l-.5-1.29ZM124.22 64.8l.56 5.4.97-.1-.44-4.31 2.97-.31.35 3.39.98-.1-.35-3.4 2.46-.25.43 4.18.97-.1-.55-5.27-8.35.88ZM124.73 78.82l-.17 1.05 6.56 1.12-7.27 3.06-.2 1.2 8.28 1.4.18-1.05-6.6-1.12 7.3-3.05.2-1.2-8.28-1.41ZM120.63 94.25l-.43 1 6.8 2.99-1.06 2.44.89.4 2.56-5.9-.9-.4-1.06 2.46-6.8-2.99ZM116.4 102.16l-.63.9 6.9 4.8.62-.9-6.9-4.8ZM109.4 110.67l-.78.76 5.16 5.35-1.9 1.86.67.7 4.6-4.5-.68-.7-1.9 1.87-5.17-5.34ZM100.7 117.56l-.95.56 1.8 3.03-.05 5.73 1.06-.64v-4.48l3.9 2.14 1.06-.64-5.03-2.68-1.79-3.02ZM91.43 123.47l-.4-1.18-1.1.37.39 1.19 1.11-.38Z"/></svg>');
  background-position: center center;
  background-repeat: no-repeat;
  border-radius: 50%;
  animation: cb-fx-rotating-360 10s infinite linear;
}

.cb-coin-svg.-v2 {
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 147 147"><path d="M73.5 147A73.5 73.5 0 1 0 73.5.01a73.5 73.5 0 0 0 0 146.99Z" fill="%23fff"/><path d="m68.31 124.68-1.12-.2-3.2 6.3-.79-7.02-1.13-.2-3.98 7.82 1.1.2 3.23-6.68.73 7.39 1.12.2 3.26-6.67.71 7.38 1.11.2-1.04-8.72ZM51.3 119.9l-4.69-2.74-.5.86 3.75 2.18-1.5 2.58-2.94-1.71-.5.85 2.95 1.71-1.24 2.14-3.63-2.11-.49.84 4.58 2.66 4.2-7.27ZM37.99 110.67l-2.14-2.4c-1.15-1.3-2.53-1.44-3.66-.44-.88.79-.96 1.7-.62 2.54a1.83 1.83 0 0 0-1.96.27c-1.02.91-.96 2.18.1 3.36l2.02 2.27 6.26-5.6Zm-4.4 2.49-1.88 1.68-1.27-1.43c-.66-.74-.71-1.43-.09-1.99.63-.56 1.3-.43 1.97.31l1.26 1.43Zm2.94-2.64-2.23 2-1.3-1.46c-.82-.92-.84-1.74-.1-2.4.72-.64 1.52-.52 2.33.4l1.3 1.45ZM27.29 98.4l1.11-.56-.53-1.05-1.11.57.53 1.05ZM22.03 77.71l.04-1.07-6.34-.24 6.43-2.38.04-.91-6.23-2.86 6.33.24.04-1.08-8.4-.32-.05 1.32 6.7 3.1-6.9 2.56-.06 1.32 8.4.32ZM26.2 53.72c.92-2.2-.07-4.5-2.36-5.47-2.3-.97-4.64-.07-5.56 2.13-.93 2.22.05 4.52 2.35 5.49 2.3.97 4.64.07 5.56-2.15Zm-.92-.37c-.67 1.6-2.45 2.24-4.21 1.5-1.77-.76-2.57-2.47-1.9-4.08.68-1.62 2.46-2.24 4.23-1.5 1.77.75 2.57 2.46 1.88 4.08ZM32.07 42.72l2.1-2.43c1.13-1.3 1.1-2.7-.04-3.7-.89-.76-1.8-.73-2.59-.28.19-.59.07-1.4-.52-1.92-1.03-.9-2.27-.67-3.3.53l-2 2.3 6.35 5.5Zm-3.03-4.06-1.9-1.65 1.25-1.44c.65-.76 1.32-.89 1.95-.34.64.55.6 1.24-.05 2l-1.25 1.43Zm2.99 2.6-2.26-1.97 1.28-1.48c.8-.92 1.6-1.05 2.35-.4.73.64.71 1.45-.09 2.37l-1.28 1.48ZM43.56 31.52l.9-.62-4.71-6.95-.9.62 4.71 6.95ZM52.58 26.31l4.85-2.02-.38-.91-3.84 1.6-2.85-6.85-1 .42 3.22 7.76ZM62.55 22.86l5.38-.73-.13-.97-4.3.58-.4-2.96 3.38-.46-.13-.98-3.38.46-.33-2.44 4.16-.57-.13-.97-5.25.72 1.13 8.32ZM78.68 20.82l-.16 1.24 1.17.15.15-1.24-1.16-.15ZM98.52 28.16l2.68 1.78c1.44.96 2.81.75 3.65-.51.65-.98.5-1.89-.04-2.61.6.11 1.4-.1 1.82-.76.76-1.14.38-2.35-.94-3.22l-2.53-1.69-4.64 7Zm3.63-3.53 1.4-2.1 1.58 1.06c.83.55 1.05 1.2.58 1.9-.46.7-1.14.75-1.97.2l-1.59-1.06Zm-2.18 3.3 1.65-2.5 1.63 1.09c1.02.68 1.25 1.46.7 2.28-.53.81-1.34.9-2.36.22l-1.62-1.08ZM115.34 43.16l1.42-4.38a2.2 2.2 0 0 0 2.66-.2c1.07-.91 1.1-2.31.07-3.53l-1.96-2.3-6.4 5.43.7.83 2.86-2.42 1.2 1.42-1.35 4.2.8.95Zm2.16-8.96 1.17 1.39c.66.79.67 1.58.02 2.13-.64.55-1.41.4-2.08-.38l-1.17-1.39 2.06-1.75ZM121.06 53.74l.48 1.04 6.23-6.56-.42-.9-9.01.5.47 1.03 2.29-.15 1.56 3.4-1.6 1.64Zm1.08-5.1 4.12-.26-2.88 2.97-1.24-2.72ZM123.92 62.66l.14 1.06 6.6-.85-6.06 5.05.16 1.2 8.33-1.07-.14-1.06-6.63.86 6.1-5.06-.16-1.2-8.33 1.07ZM124.74 78.87l-.47 2.45c-.44 2.31.7 4.42 3.34 4.92 2.66.5 4.48-1.04 4.92-3.35l.46-2.45-8.25-1.57Zm.76 1.24 6.33 1.2-.25 1.36c-.3 1.6-1.5 2.9-3.76 2.47-2.25-.43-2.88-2.08-2.57-3.67l.25-1.36ZM120.42 94.34l-.48.99 7.58 3.64.47-.99-7.57-3.64ZM115.28 103.58l-.7.81 5.07 4.33-7.81-1.1-.79.92 6.39 5.46.69-.81-5.08-4.34 7.83 1.11.78-.92-6.38-5.46ZM100.68 116.91c-1.01.62-1.65 1.65-1.53 2.58l-.68-1.11-.85.52 2.26 3.7 3.37-2.07-.49-.81-2.5 1.53c-.73-1.28-.42-2.67.92-3.5 1.45-.88 3.11-.52 4.22 1.3 1.12 1.83.68 3.49-.77 4.38-1.13.7-2.3.57-3.13-.32l-.8.76c1.13 1.2 2.84 1.37 4.44.39 1.79-1.1 2.72-3.35 1.23-5.8-1.5-2.44-3.9-2.64-5.69-1.55ZM89.91 123.45l-.36-1.2-1.12.34.35 1.2 1.13-.34Z"/></svg>');
}

.cb-coin-ico {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #000;
  font-size: 0.15em;
  line-height: 0;
}

.cb-coin-ico svg {
  margin: -0.1em 0 0 0;
}

.cb-coin-stars {
  position: absolute;
  top: 50%;
  left: 50%;
  height: 0.37em;
  width: 0.37em;
  transform: translate(-50%, -50%);
  background-image: url(/assets/icons/stars.svg);
  background-repeat: no-repeat;
  background-position: center center;
}

.cb-coin-circles {
  position: absolute;
  top: 50%;
  left: 50%;
  height: 0.37em;
  width: 0.37em;
  transform: translate(-50%, -50%);
}

.cb-coin-circle {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
  border: 0.01em #000 solid;
  border-radius: 50%;
  will-change: transform;
}

.cb-coin-circle:nth-child(1) {
  animation: cb-coin-circle-scaling 3s 0.6s linear infinite;
}

.cb-coin-circle:nth-child(2) {
  animation: cb-coin-circle-scaling 3s 1.2s linear infinite;
}

.cb-coin-circle:nth-child(3) {
  animation: cb-coin-circle-scaling 3s 1.8s linear infinite;
}

.cb-coin-circle:nth-child(4) {
  animation: cb-coin-circle-scaling 3s 2.4s linear infinite;
}

.cb-coin-circle:nth-child(5) {
  animation: cb-coin-circle-scaling 3s 3s linear infinite;
}

@keyframes cb-coin-circle-scaling {
  0% {
    opacity: 0;
    transform: scale(0);
  }

  10%,
  70% {
    opacity: 1;
  }

  100% {
    opacity: 0;
    transform: scale(1);
  }
}

.cb-coin-video {
  position: absolute;
  top: 50%;
  left: 50%;
  height: 0.37em;
  width: 0.37em;
  transform: translate(-50%, -50%);
}

.cb-coin-video video {
  width: 100%;
  height: 100%;
  vertical-align: top;
  object-fit: cover;
}

.cb-coin-letter {
  position: absolute;
  opacity: 0;
}

.cb-intouch {
  display: none;
}

@media (min-width: 1200px) {
  .cb-intouch {
    display: block;
    position: fixed;
    width: min(150px, 15rem);
    height: min(150px, 15rem);
    right: 5rem;
    bottom: 4rem;
    z-index: 80;
  }

  .cb-intouch:hover:before {
    content: "";
    display: block;
    position: absolute;
    top: -140px;
    left: -140px;
    right: -40px;
    bottom: -140px;
  }
}

.cb-intouch-outline {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  color: #888;
  transition: transform 0.4s;
}

@media (pointer: fine) {
  .cb-intouch:hover .cb-intouch-outline {
    transform: scale(1.1);
  }
}

.cb-intouch-outline svg {
  width: 100%;
  height: 100%;
  zoom: 1.001;
  animation: cb-fx-rotating-360 15s infinite linear;
}

.cb-intouch-video {
  position: absolute;
  top: 15%;
  left: 15%;
  right: 15%;
  bottom: 15%;
  overflow: hidden;
  border-radius: 50%;
}

.cb-intouch-video video {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  object-fit: cover;
  transition: transform 0.4s;
}

.cb-intouch:hover .cb-intouch-video video {
  transform: scale(1.05);
}

.cb-entry {
  display: block;
  text-decoration: none;
}

.cb-entry-img {
  position: relative;
  padding-bottom: 56.34%;
  overflow: hidden;
  transform: translateZ(0);
  border-radius: 2.4rem;
}

@media (pointer: fine) {
  .cb-entry-img {
    transition: transform 0.4s;
  }

  .cb-entry:hover .cb-entry-img {
    transform: scale(0.98);
  }
}

.cb-entry-img:before {
  content: "";
  position: absolute;
  top: 1px;
  left: 1px;
  right: 1px;
  bottom: 1px;
  background: #6f6f6f;
  border-radius: inherit;
}

.cb-entry-img picture {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
}

.cb-entry-img img {
  position: relative;
  width: 100%;
  height: 100%;
  transform: scale(1.01);
  z-index: 1;
  object-fit: cover;
}

@media (pointer: fine) {
  .cb-entry-img img {
    transition: transform 0.4s;
  }

  .cb-entry:hover .cb-entry-img img {
    transform: scale(1.02);
  }
}

.cb-entry-title {
  margin: 2.1rem 0 0 0;
  font-weight: 500;
  font-size: 1.7rem;
  line-height: 116%;
}

@media (min-width: 768px) {
  .cb-entry-title {
    margin: 3.7rem 0 0 0;
    font-size: 2rem;
  }
}

.cb-entry-text {
  padding: 0.7rem 0 0 0;
  opacity: 0.4;
  font-weight: 500;
  font-size: 1.7rem;
  line-height: 110%;
}

@media (min-width: 768px) {
  .cb-entry-text {
    padding: 0.6rem 0 0 0;
    font-size: 1.8rem;
  }
}

.cb-tophead {
  position: relative;
  height: 50rem;
  z-index: 10;
}

@media (min-width: 768px) {
  .cb-tophead {
    height: 68rem;
    min-height: 50vh;
  }
}

.cb-tophead-fill {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #fff;
}

.cb-tophead-content {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
  padding-top: 5rem;
}

@media (min-width: 768px) {
  .cb-tophead-content {
    padding-top: 0;
  }
}

.cb-tophead-container {
  width: 100%;
}

.cb-tophead-header {
  margin-bottom: 1.5rem;
  font-size: 1.4rem;
  line-height: 110%;
}

@media (min-width: 768px) {
  .cb-tophead-header {
    margin-bottom: 3rem;
    font-size: 2rem;
  }
}

.cb-tophead-title {
  font-weight: 300;
  font-size: 4.8rem;
  line-height: 89%;
  letter-spacing: -0.04em;
}

@media (min-width: 768px) {
  .cb-tophead-title {
    font-size: 12.32rem;
    line-height: 90%;
  }
}

.cb-tophead-title video {
  position: relative;
  width: 6.75rem;
  height: 4.575rem;
  margin: 0 1rem 0 0;
  overflow: hidden;
  transform: translateZ(0);
  border-radius: 1000px;
  object-fit: cover;
}

@media (min-width: 768px), (orientation: landscape) {
  .cb-tophead-title video {
    width: 17.025rem;
    height: 11.7rem;
    margin: 0 2.5rem 0 0;
  }
}

.cb-tophead-title video:lang(ru) {
  top: 0.4rem;
}

@media (min-width: 768px), (orientation: landscape) {
  .cb-tophead-title video:lang(ru) {
    top: 1rem;
  }
}

.cb-tophead-title em {
  font-family: "Roboto Flex", sans-serif;
  font-weight: 400;
  font-stretch: 146%;
  font-variation-settings: "GRAD" -20, "slnt" -10, "YTLC" 553, "opsz" 93;
  letter-spacing: -0.04em;
}

.cb-tophead-title em:lang(ru) {
  padding-right: 0.1em;
  font-family: inherit;
  font-style: italic;
  font-weight: 200;
  letter-spacing: -0.05em;
}

.cb-contact-content {
  padding: 17.9rem 0 11.3rem 0;
}

@media (min-width: 768px) {
  .cb-contact-content {
    padding: 20.4rem 0 25rem 0;
  }
}

.cb-contact-header {
  font-weight: 300;
  font-size: 5.452rem;
  line-height: 87%;
  letter-spacing: -0.04em;
}

@media (min-width: 768px) {
  .cb-contact-header {
    font-size: 12.32rem;
  }
}

.cb-contact-header em {
  font-family: "Roboto Flex", sans-serif;
  font-weight: 400;
  font-stretch: 146%;
  font-variation-settings: "GRAD" -20, "slnt" -10, "YTLC" 553, "opsz" 93;
  letter-spacing: -0.04em;
}

.cb-contact-header em:lang(ru) {
  padding-right: 0.1em;
  font-family: inherit;
  font-style: italic;
  font-weight: 200;
  letter-spacing: -0.05em;
}

.cb-contact-header img {
  position: relative;
  top: -0.03em;
  width: 0.63em;
  height: 0.63em;
}

.cb-contact-form {
  margin: 4.4rem 0 0 0;
}

@media (min-width: 768px) {
  .cb-contact-form {
    margin: 15rem 0 0 0;
    max-width: 95rem;
  }
}

.cb-contact-label {
  padding: 0 0 2.6rem 0;
  font-size: 2rem;
  line-height: 110%;
}

@media (min-width: 768px) {
  .cb-contact-label {
    padding: 0 0 4rem 0;
    font-size: 3.2rem;
  }
}

.cb-contact-group {
  margin: 0 0 5rem 0;
}

@media (min-width: 768px) {
  .cb-contact-group {
    margin: 0 0 8rem 0;
  }
}

.cb-contact-group.-it {
  margin-top: 6.3rem;
}

@media (min-width: 768px) {
  .cb-contact-group.-it {
    margin-top: 10rem;
  }
}

.cb-contact-cgrid {
  margin: -0.6em;
}

@media (min-width: 768px) {
  .cb-contact-cgrid {
    margin: -1.5rem -1rem;
  }
}

.cb-contact-cgrid-col {
  display: inline-block;
  vertical-align: top;
  margin: 0.6em;
}

@media (min-width: 768px) {
  .cb-contact-cgrid-col {
    margin: 1.5rem 1rem;
  }
}

.cb-contact-submit {
  margin: 6rem 0 0 0;
}

@media (min-width: 768px) {
  .cb-contact-submit {
    margin: 15rem 0 0 0;
  }
}

.cb-contact-terms {
  margin: 4rem 0 0 0;
  max-width: 32.5rem;
  color: rgba(0, 0, 0, 0.3);
  font-size: 1.4rem;
  line-height: 135%;
}

@media (min-width: 768px) {
  .cb-contact-terms {
    margin: 6rem 0 0 0;
    max-width: 37.2rem;
    font-size: 1.6rem;
  }
}

.cb-contact-terms a {
  color: #000;
  text-decoration: none;
  transition: color 0.2s;
}

.cb-contact-terms a:hover {
  color: rgba(0, 0, 0, 0.6);
}

.cb-work-content {
  padding: 17.9rem 0 11.3rem 0;
}

@media (min-width: 768px) {
  .cb-work-content {
    padding: 20.4rem 0 25rem 0;
  }
}

.cb-work-filter-title {
  display: block;
  font-size: 1.7rem;
}

@media (min-width: 768px) {
  .cb-work-filter-title {
    font-size: 2rem;
  }
}

.cb-work-filter-active {
  display: inline-block;
  margin: 0.8rem 0 0 0;
  cursor: pointer;
  font-size: 4.2rem;
}

@media (min-width: 768px) {
  .cb-work-filter-active {
    font-size: 6rem;
  }
}

.cb-work-filter-active span {
  position: relative;
  display: inline-block;
}

.cb-work-filter-active span:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 1px;
  background: currentColor;
  transition: transform 0.5s, transform-origin 0s;
  transform-origin: left center;
}

.cb-work-filter-active svg {
  margin: 0 0 0 1.2rem;
  font-size: 1.9rem;
  line-height: 0;
  stroke-width: 2px;
  transition: transform 0.5s;
}

@media (min-width: 768px) {
  .cb-work-filter-active svg {
    margin: 0 0 0 2.3rem;
  }
}

.cb-work-filter-active:hover span:before {
  transform: scaleX(0);
  transform-origin: right center;
}

.cb-work-filter-active:hover svg {
  transform: translateY(4px);
}

.cb-work-col {
  display: grid;
  grid-auto-rows: -webkit-min-content;
  grid-auto-rows: min-content;
  gap: 2rem;
}

@media (min-width: 768px) {
  .cb-work-col {
    gap: 10rem;
  }
}

.cb-work-col.-right {
  margin-top: 2rem;
}

@media (min-width: 768px) {
  .cb-work-col.-right {
    margin-top: 16.1rem;
  }
}

.cb-work-items {
  margin: 6rem 0 0 0;
}

@media (min-width: 768px) {
  .cb-work-items {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 6rem;
    max-width: 106rem;
    margin: 14rem 0 0 0;
  }
}

.cb-work-item {
  display: block;
  text-decoration: none;
}

.cb-work-preview {
  display: block;
  position: relative;
  overflow: hidden;
  padding-bottom: 133.33333%;
  transform: translateZ(0);
  border-radius: 1.8rem;
}

@media (min-width: 768px) {
  .cb-work-preview {
    border-radius: 4rem;
  }
}

@media (pointer: fine) {
  .cb-work-preview {
    transition: transform 0.7s;
  }

  .cb-work-item:hover .cb-work-preview {
    transform: scale(0.98);
  }
}

.cb-work-preview.-sm {
  padding-bottom: 100%;
}

.cb-work-preview-media {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
}

@media (pointer: fine) {
  .cb-work-preview-media {
    transition: transform 0.7s;
  }

  .cb-work-item:hover .cb-work-preview-media {
    transform: scale(1.05);
  }
}

.cb-work-preview-media img,
.cb-work-preview-media video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.cb-work-caption {
  max-width: 94%;
  margin-top: 2rem;
  margin-bottom: 4rem;
  font-weight: 500;
  font-size: 1.7rem;
  line-height: 130%;
  letter-spacing: 0.01em;
}

@media (min-width: 768px) {
  .cb-work-caption {
    max-width: 65%;
    margin-top: 3.2rem;
    margin-bottom: 0;
    font-size: 2.4rem;
  }
}

.cb-entrylist-content {
  padding: 17.9rem 0 11.3rem 0;
}

@media (min-width: 768px) {
  .cb-entrylist-content {
    padding: 20.4rem 0 25rem 0;
  }
}

.cb-entrylist-header {
  font-weight: 300;
  font-size: 5.452rem;
  line-height: 87%;
  letter-spacing: -0.04em;
}

@media (min-width: 768px) {
  .cb-entrylist-header {
    font-size: 12.32rem;
  }
}

.cb-entrylist-header em {
  font-family: "Roboto Flex", sans-serif;
  font-weight: 400;
  font-stretch: 146%;
  font-variation-settings: "GRAD" -20, "slnt" -10, "YTLC" 553, "opsz" 93;
  letter-spacing: -0.04em;
}

.cb-entrylist-header em:lang(ru) {
  padding-right: 0.1em;
  font-family: inherit;
  font-style: italic;
  font-weight: 200;
  letter-spacing: -0.05em;
}

.cb-entrylist-header img {
  position: relative;
  top: -0.03em;
  width: 0.63em;
  height: 0.63em;
}

.cb-entrylist-filters {
  padding: 5rem 0 2rem 0;
  margin: 0 -1.5rem 3rem -1.5rem;
  white-space: nowrap;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}

@media (min-width: 768px) {
  .cb-entrylist-filters {
    padding: 9rem 0 10rem 0;
    margin: 0 -3rem;
    overflow: visible;
  }
}

.cb-entrylist-filters::-webkit-scrollbar,
.cb-entrylist-filters::-webkit-scrollbar-thumb,
.cb-entrylist-filters::-webkit-scrollbar-track {
  display: none;
  opacity: 0;
  width: 0;
}

.cb-entrylist-filter {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  padding: 0 1.5rem;
  cursor: pointer;
  opacity: 0.4;
  font-size: 1.8rem;
  line-height: 100%;
  text-decoration: none;
}

@media (min-width: 768px) {
  .cb-entrylist-filter {
    padding: 0 3rem;
    font-size: 2rem;
  }
}

.cb-entrylist-filter span {
  position: relative;
  opacity: 0.4;
  transition: opacity 0.2s;
}

.cb-entrylist-filter span:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  bottom: -5px;
  height: 5px;
  transform: scaleX(0);
  border-bottom: 1px solid;
  transition: transform 0.2s;
}

.cb-entrylist-filter.-active span:before,
.cb-menu.-open .cb-menu-toggle button.cb-entrylist-filter span:before,
.cb-navbar.-open .cb-navbar-toggle button.cb-entrylist-filter span:before {
  transform: scaleX(1);
}

.cb-entrylist-filter.-active span,
.cb-entrylist-filter:hover span,
.cb-menu.-open .cb-menu-toggle button.cb-entrylist-filter span,
.cb-navbar.-open .cb-navbar-toggle button.cb-entrylist-filter span {
  opacity: 1;
}

.cb-entrylist-items {
  display: grid;
  gap: 4rem;
}

@media (min-width: 768px) {
  .cb-entrylist-items {
    grid-template-columns: repeat(2, 1fr);
    gap: 8rem 2rem;
  }
}

@media (min-width: 1024px) {
  .cb-entrylist-items {
    grid-template-columns: repeat(3, 1fr);
  }
}

.cb-entrylist-empty {
  color: rgba(0, 0, 0, 0.4);
  font-size: 1.8rem;
  line-height: 140%;
}

@media (min-width: 768px) {
  .cb-entrylist-empty {
    font-size: 2rem;
  }
}

.cb-entrylist-empty img {
  position: relative;
  top: -0.15em;
  width: 1em;
  height: 1em;
}

.cb-textpaper-content {
  padding: 140px 0;
}

@media (min-width: 768px) {
  .cb-textpaper-content {
    padding: 175px 0;
  }
}

@media (min-width: 1200px) {
  .cb-textpaper-content {
    padding: 200px 0;
  }
}

@media (min-width: 768px) {
  .cb-textpaper-container.-lg {
    max-width: 600px;
    margin: 0 auto;
    padding: 0;
  }
}

@media (min-width: 1200px) {
  .cb-textpaper-container.-lg {
    max-width: 800px;
  }
}

.cb-textpaper-container.-unfixed {
  max-width: none;
  padding: 0 15px;
}

@media (min-width: 768px) {
  .cb-textpaper-container.-unfixed {
    padding: 0 60px;
  }
}

@media (min-width: 1024px) {
  .cb-textpaper-container.-unfixed {
    padding: 0 120px;
  }
}

@media (min-width: 1200px) {
  .cb-textpaper-container.-unfixed {
    padding: 0 150px;
  }
}

@media (min-width: 1350px) {
  .cb-textpaper-container.-unfixed {
    padding: 0 180px;
  }
}

@media (min-width: 1600px) {
  .cb-textpaper-container.-unfixed {
    padding: 0 220px;
  }
}

@media (min-width: 1920px) {
  .cb-textpaper-container.-unfixed {
    padding: 0 270px;
  }
}

.cb-textpaper-date {
  margin: 0 0 35px 0;
  perspective: 600px;
  font-size: 20px;
  line-height: 100%;
}

.cb-textpaper-date span {
  display: inline-block;
  transform-style: preserve-3d;
  transform-origin: top center;
}

.cb-textpaper-header {
  margin: 0 0 80px 0;
}

@media (min-width: 768px) {
  .cb-textpaper-header {
    margin: 0 0 140px 0;
  }
}

.cb-textpaper-header h1 {
  perspective: 600px;
  font-size: 38px;
  font-weight: 400;
  line-height: 100%;
}

@media (min-width: 360px) {
  .cb-textpaper-header h1 {
    font-size: 42px;
    letter-spacing: -0.03em;
  }
}

@media (min-width: 768px) {
  .cb-textpaper-header h1 {
    font-size: 60px;
    letter-spacing: -0.05em;
  }
}

@media (min-width: 1200px) {
  .cb-textpaper-header h1 {
    font-size: 70px;
  }
}

@media (min-width: 1350px) {
  .cb-textpaper-header h1 {
    font-size: 80px;
  }
}

.cb-textpaper-header h1 > div {
  transform-style: preserve-3d;
  transform-origin: center top;
}

@media (max-width: 767px) {
  .cb-textpaper-header h1:lang(ru) {
    font-size: 30px;
  }
}

.cb-textpaper-brief {
  margin: 0 0 30px 0;
  font-size: 22px;
  line-height: 135%;
  letter-spacing: -0.02em;
}

@media (min-width: 768px) {
  .cb-textpaper-brief {
    margin: 0 0 70px 0;
    font-size: 40px;
  }
}

.cb-textpaper-brief p {
  margin: 0 0 0.8em 0;
}

.cb-textpaper-text {
  font-size: 20px;
  line-height: 155%;
  letter-spacing: 0.00464286em;
}

@media (min-width: 768px) {
  .cb-textpaper-text {
    font-size: 22px;
    line-height: 150%;
  }
}

@media (min-width: 768px) {
  .cb-textpaper-text.-lg {
    font-size: 28px;
    line-height: 150%;
  }
}

.cb-textpaper-text p {
  margin: 0 0 0.8em 0;
}

.cb-textpaper-text h3 {
  margin: 2.5em 0 0.8em 0;
  font-size: 1.8em;
  font-weight: 400;
  line-height: 100%;
  letter-spacing: -0.05em;
}

@media (min-width: 768px) {
  .cb-textpaper-text h3 {
    font-size: 2em;
  }
}

.cb-textpaper-text h4 {
  margin: 2em 0 0.8em 0;
  font-size: 1em;
  font-weight: 400;
  letter-spacing: -0.02em;
  line-height: 110%;
}

@media (min-width: 768px) {
  .cb-textpaper-text h4 {
    font-size: 1.4em;
    letter-spacing: -0.04em;
    line-height: 100%;
  }
}

.cb-textpaper-text a {
  position: relative;
  width: 100%;
  background-image: linear-gradient(transparent calc(100% - 1px), #000 1px);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  font-weight: 500;
  text-decoration: none;
  transition: background-size 0.4s, background-position 0.4s;
}

.cb-textpaper-text a:hover {
  background-size: 0 100%;
}

.cb-textpaper-jumbo {
  position: relative;
  margin: 100px 0 0 0;
  padding: 45px 0;
  background: #ffedee;
  border-radius: 30px;
}

@media (min-width: 768px) {
  .cb-textpaper-jumbo {
    margin: 110px 0 0 0;
    padding: 82px 0;
  }
}

@media (min-width: 1024px) {
  .cb-textpaper-jumbo {
    margin: 220px 0 0 0;
    padding: 91px 0;
  }
}

.cb-textpaper-jumbo.-info {
  background: rgba(238, 238, 238, 0.5);
}

.cb-textpaper-jumbo-body {
  padding: 0 35px;
}

@media (min-width: 768px) {
  .cb-textpaper-jumbo-body {
    max-width: 600px;
    margin: 0 auto;
    padding: 0;
  }
}

@media (min-width: 1200px) {
  .cb-textpaper-jumbo-body {
    max-width: 800px;
  }
}

.cb-textpaper-jumbo-title {
  display: inline-block;
  margin: 0 0 24px 0;
  cursor: help;
  font-size: 17px;
  line-height: 150%;
}

@media (min-width: 768px) {
  .cb-textpaper-jumbo-title {
    font-size: 20px;
  }
}

.cb-textpaper-jumbo-title svg {
  margin: -5px 0 0 14px;
  font-size: 24px;
  line-height: 0;
}

@media (min-width: 768px) {
  .cb-textpaper-jumbo-title svg {
    margin-left: 17px;
    font-size: 28px;
  }
}

.cb-textpaper-jumbo-header {
  max-width: 280px;
}

@media (min-width: 768px) {
  .cb-textpaper-jumbo-header {
    max-width: 545px;
  }
}

@media (min-width: 1200px) {
  .cb-textpaper-jumbo-header {
    max-width: 760px;
  }
}

.cb-textpaper-jumbo-header h2,
.cb-textpaper-jumbo-header h3 {
  font-size: 34px;
  font-weight: 400;
  line-height: 100%;
  letter-spacing: -0.05em;
}

@media (min-width: 768px) {
  .cb-textpaper-jumbo-header h2,
  .cb-textpaper-jumbo-header h3 {
    font-size: 60px;
    letter-spacing: -0.04em;
  }
}

@media (min-width: 1200px) {
  .cb-textpaper-jumbo-header h2,
  .cb-textpaper-jumbo-header h3 {
    font-size: 80px;
  }
}

.cb-textpaper-jumbo-tooltip {
  position: absolute;
  top: 50%;
  left: 50%;
  padding: 20px;
  min-width: 260px;
  max-width: 427px;
  transform: translate(-50%, -50%) scale(0.95);
  z-index: 10;
  opacity: 0;
  background: #fff;
  border-radius: 20px;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.05);
  visibility: hidden;
  font-size: 14px;
  line-height: 170%;
  pointer-events: none;
  transition: opacity 0.2s, transform 0.3s, visibility 0s 0.2s;
}

@media (min-width: 360px) {
  .cb-textpaper-jumbo-tooltip {
    min-width: 280px;
  }
}

@media (min-width: 768px) {
  .cb-textpaper-jumbo-tooltip {
    padding: 40px;
    border-radius: 30px;
    font-size: 18px;
  }
}

.cb-textpaper-jumbo-title:hover + .cb-textpaper-jumbo-tooltip,
.cb-textpaper-jumbo-tooltip.-visible {
  opacity: 1;
  transform: translate(-50%, -50%);
  visibility: visible;
  transition-delay: 0s, 0s, 0s;
}

.cb-textpaper-jumbo-action {
  margin: 38px 0 0 0;
}

@media (min-width: 768px) {
  .cb-textpaper-jumbo-action {
    margin: 50px 0 0 0;
  }
}

@media (min-width: 1024px) {
  .cb-textpaper-jumbo-action {
    margin: 60px 0 0 0;
  }
}

.cb-textpaper-embedded {
  margin: 100px 0 0 0;
}

@media (min-width: 768px) {
  .cb-textpaper-embedded {
    margin: 110px 0 0 0;
  }
}

@media (min-width: 1024px) {
  .cb-textpaper-embedded {
    margin: 220px 0 0 0;
  }
}

.cb-featured {
  position: relative;
  color: #fff;
}

.cb-featured-fill {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #fff;
}

@media (min-width: 768px) {
  .cb-featured-fill {
    border-radius: 8rem 8rem 0 0;
  }
}

.cb-featured-fill.-inverse {
  background: #000;
}

.cb-featured-fill.-primary {
  background: #161616;
}

.cb-featured-content {
  position: relative;
}

.cb-featured-header {
  font-size: 6.1rem;
  line-height: 90%;
  letter-spacing: -0.03em;
}

@media (min-width: 768px) {
  .cb-featured-header {
    font-size: 15.4rem;
  }
}

.cb-featured-header video {
  position: relative;
  width: 9rem;
  height: 6.1rem;
  margin: 0 1rem 0 0;
  overflow: hidden;
  transform: translateZ(0);
  border-radius: 1000px;
  object-fit: cover;
}

@media (min-width: 768px), (orientation: landscape) {
  .cb-featured-header video {
    width: 22.7rem;
    height: 15.6rem;
    margin: 0 3rem 0 0;
  }
}

.cb-featured-header em {
  font-family: "Roboto Flex", sans-serif;
  font-weight: 400;
  font-stretch: 146%;
  font-variation-settings: "GRAD" -20, "slnt" -10, "YTLC" 553, "opsz" 93;
  letter-spacing: -0.04em;
}

.cb-featured-header em:lang(ru) {
  padding-right: 0.1em;
  font-family: inherit;
  font-style: italic;
  font-weight: 200;
  letter-spacing: -0.05em;
}

.cb-featured-col {
  display: grid;
  grid-auto-rows: -webkit-min-content;
  grid-auto-rows: min-content;
  gap: 2rem;
}

@media (min-width: 768px) {
  .cb-featured-col {
    gap: 10rem;
  }
}

.cb-featured-col.-right {
  margin-top: 2rem;
}

@media (min-width: 768px) {
  .cb-featured-col.-right {
    margin-top: 33.1rem;
  }
}

.cb-featured-items {
  margin: 4rem 0 0 0;
}

@media (min-width: 768px) {
  .cb-featured-items {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 6rem;
    max-width: 106rem;
    margin: 20rem 0 0 0;
  }
}

.cb-featured-item {
  display: block;
  text-decoration: none;
}

.cb-featured-preview {
  display: block;
  position: relative;
  overflow: hidden;
  padding-bottom: 133.33333%;
  transform: translateZ(0);
  border-radius: 1.8rem;
}

@media (min-width: 768px) {
  .cb-featured-preview {
    border-radius: 4rem;
  }
}

.cb-featured-preview.-sm {
  padding-bottom: 100%;
}

.cb-featured-preview-media {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
}

.cb-featured-preview-media img,
.cb-featured-preview-media video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

@media (pointer: fine) {
  .cb-featured-preview-media.-image:not(:only-child) {
    transition: opacity 0.4s, transform 0.6s;
  }
}

@media (pointer: fine) and (pointer: fine) {
  .cb-featured-item:hover .cb-featured-preview-media.-image:not(:only-child) {
    opacity: 0;
    transform: scale(1.05);
    transition-delay: 0.2s, 0s;
  }
}

.cb-featured-preview-media.-video {
  display: none;
}

@media (pointer: fine) {
  .cb-featured-preview-media.-video {
    display: block;
    opacity: 0;
    transition: opacity 0.4s, transform 0.6s;
  }

  .cb-featured-item:hover .cb-featured-preview-media.-video {
    opacity: 1;
    transform: scale(1) translateZ(0);
  }
}

.cb-featured-preview-tags {
  position: absolute;
  left: 2.5rem;
  bottom: 2.5rem;
  display: grid;
  grid-auto-flow: column;
  gap: 0.6rem;
}

@media (min-width: 768px) {
  .cb-featured-preview-tags {
    gap: 1rem;
  }
}

.cb-featured-preview-tag {
  padding: 1.1rem 1.3rem;
  color: #000;
  background: #fff;
  border-radius: 100px;
  font-weight: 500;
  font-size: 1.7rem;
  line-height: 110%;
}

@media (min-width: 768px) {
  .cb-featured-preview-tag {
    padding: 1.5rem 2rem;
    font-size: 1.8rem;
  }
}

.cb-featured-preview-tags.-inverse .cb-featured-preview-tag {
  color: #fff;
  background: #000;
}

.cb-featured-caption {
  max-width: 94%;
  margin-top: 2rem;
  margin-bottom: 4rem;
  font-weight: 500;
  font-size: 1.7rem;
  line-height: 130%;
  letter-spacing: 0.01em;
}

@media (min-width: 768px) {
  .cb-featured-caption {
    max-width: 75%;
    margin-top: 3.2rem;
    margin-bottom: 0;
    font-size: 2.4rem;
  }
}

.cb-splitshow-col {
  display: grid;
  grid-auto-rows: -webkit-min-content;
  grid-auto-rows: min-content;
  gap: 2rem;
}

@media (min-width: 768px) {
  .cb-splitshow-col {
    gap: 10rem;
  }
}

.cb-splitshow-col.-right {
  margin-top: 2rem;
}

@media (min-width: 768px) {
  .cb-splitshow-col.-right {
    margin-top: 16.1rem;
  }
}

@media (min-width: 768px) {
  .cb-splitshow-items {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 6rem;
    max-width: 106rem;
  }
}

.cb-splitshow-item {
  display: block;
}

.cb-splitshow-preview {
  display: block;
  position: relative;
  overflow: hidden;
  padding-bottom: 124.8%;
  transform: translateZ(0);
  border-radius: 1.8rem;
}

@media (min-width: 768px) {
  .cb-splitshow-preview {
    border-radius: 4rem;
  }
}

.cb-splitshow-preview.-xs {
  padding-bottom: 80%;
}

.cb-splitshow-preview.-sm {
  padding-bottom: 100%;
}

.cb-splitshow-preview.-ms {
  padding-bottom: 128%;
}

.cb-splitshow-preview.-md {
  padding-bottom: 142%;
}

.cb-splitshow-preview.-ml {
  padding-bottom: 150%;
}

.cb-splitshow-preview.-lg {
  padding-bottom: 160%;
}

.cb-splitshow-preview-media {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
}

.cb-splitshow-preview-media img,
.cb-splitshow-preview-media video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.cb-splitshow-caption {
  max-width: 94%;
  margin-top: 2rem;
  margin-bottom: 4rem;
  font-weight: 500;
  font-size: 1.7rem;
  line-height: 130%;
  letter-spacing: 0.01em;
}

@media (min-width: 768px) {
  .cb-splitshow-caption {
    max-width: 83%;
    margin-top: 3.2rem;
    margin-bottom: 0;
    font-size: 2.4rem;
  }
}

.cb-summary {
  position: relative;
}

.cb-summary.-inverse {
  color: #fff;
}

.cb-summary-fill {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #fff;
}

@media (min-width: 768px) {
  .cb-summary-fill {
    border-radius: 8rem;
  }
}

@media (min-width: 768px) {
  .cb-summary-fill.-top {
    top: -8rem;
    border-radius: 8rem 8rem 0 0;
  }
}

.cb-summary-fill.-inverse {
  background: #000;
}

.cb-summary-fill.-primary {
  background: #161616;
}

.cb-summary-content {
  position: relative;
  overflow: hidden;
}

.cb-summary-divider {
  margin: 3.8rem 0 2.5rem 0;
}

@media (min-width: 768px) {
  .cb-summary-divider {
    margin: 10rem 0 4.5rem 0;
  }
}

.cb-summary-header {
  margin: 0 0 5.5rem 0;
  font-weight: 300;
  font-size: 5.7rem;
  line-height: 80%;
  letter-spacing: -0.04em;
}

@media (min-width: 768px) {
  .cb-summary-header {
    margin: 0 0 13.5rem 0;
    font-size: 14.4rem;
  }
}

.cb-summary-header.-lg {
  font-size: 7rem;
}

@media (min-width: 768px) {
  .cb-summary-header.-lg {
    font-size: 18rem;
  }
}

.cb-summary-header em {
  font-family: "Roboto Flex", sans-serif;
  font-weight: 400;
  font-stretch: 146%;
  font-variation-settings: "GRAD" -20, "slnt" -10, "YTLC" 553, "opsz" 93;
  letter-spacing: -0.04em;
}

.cb-summary-header em:lang(ru) {
  padding-right: 0.2em;
  font-family: inherit;
  font-style: italic;
  font-weight: 200;
  letter-spacing: -0.07em;
}

@media (min-width: 768px) {
  .cb-summary-grid {
    display: flex;
  }
}

@media (min-width: 768px) {
  .cb-summary-grid.-middle {
    align-items: center;
  }
}

@media (min-width: 768px) {
  .cb-summary-grid-col {
    flex: 1;
  }
}

.cb-summary-grid-col.-left {
  margin: 0 0 5rem 0;
}

.cb-summary-grid.-compact .cb-summary-grid-col.-left {
  margin: 0;
}

@media (min-width: 768px) {
  .cb-summary-grid.-compact .cb-summary-grid-col.-right {
    flex-basis: 28%;
  }
}

.cb-summary-figure {
  width: 32rem;
  height: 32rem;
  margin: 0 auto;
  overflow: hidden;
}

@media (min-width: 768px) {
  .cb-summary-figure {
    width: 52rem;
    height: 52rem;
    margin: 0;
  }
}

.cb-summary-figure-media {
  width: 100%;
  height: 100%;
}

.cb-summary-figure-media video {
  width: 100%;
  height: 100%;
  transform: scale(1.005);
  object-fit: cover;
}

.cb-summary-icon {
  position: relative;
  display: inline-block;
  margin: 2.5rem 0 0 0;
}

@media (min-width: 768px) {
  .cb-summary-icon {
    margin: 5rem 0 0 0;
  }
}

.cb-summary-icon:first-of-type {
  margin: 0;
}

.cb-summary-icon img,
.cb-summary-icon svg,
.cb-summary-icon video {
  width: 6rem;
  height: 6rem;
  object-fit: cover;
}

@media (min-width: 768px) {
  .cb-summary-icon img,
  .cb-summary-icon svg,
  .cb-summary-icon video {
    width: 6.4rem;
    height: 6.4rem;
  }
}

.cb-summary-icon.-rotating img,
.cb-summary-icon.-rotating svg,
.cb-summary-icon.-rotating video {
  animation: cb-fx-rotating-360 5s infinite linear;
}

.cb-summary-icon.-rotating.-cw img,
.cb-summary-icon.-rotating.-cw svg,
.cb-summary-icon.-rotating.-cw video {
  animation-direction: reverse;
}

.cb-summary-icon.-stroka svg > * {
  stroke-dasharray: 148 10;
  animation: cb-overview-icon-stroka 5s infinite linear;
}

.cb-summary-icon.-stroka svg > :last-child {
  animation-delay: 0.1s;
  animation-direction: reverse;
}

@keyframes cb-overview-icon-stroka {
  0% {
    stroke-dashoffset: 0;
    stroke-dasharray: 148 10;
  }

  50% {
    stroke-dasharray: 135 30;
  }

  100% {
    stroke-dashoffset: 157;
    stroke-dasharray: 148 10;
  }
}

.cb-summary-info {
  position: relative;
  margin: 4rem 0 0 0;
}

@media (min-width: 768px) {
  .cb-summary-info {
    margin: 8rem 0 0 0;
  }
}

@media (max-width: 767px) {
  .cb-summary-grid.-compact .cb-summary-info {
    margin: 2rem 0 0 0;
  }
}

@media (min-width: 768px) {
  .cb-summary-info:first-of-type {
    margin-top: 0;
  }
}

.cb-summary-caption {
  margin: 0 0 2.4rem 0;
}

@media (min-width: 768px) {
  .cb-summary-caption {
    margin: 0 0 4.5rem 0;
  }
}

.cb-summary-caption h2,
.cb-summary-caption h3 {
  font-weight: 500;
  font-size: 1.4rem;
  line-height: 110%;
  text-transform: uppercase;
}

@media (min-width: 768px) {
  .cb-summary-caption h2,
  .cb-summary-caption h3 {
    font-size: 1.28rem;
  }
}

@media (min-width: 768px) {
  .cb-summary-caption.-offset {
    display: inline-block;
    position: absolute;
    top: 0.4rem;
    left: -2.5rem;
    margin: 0;
  }
}

@media (min-width: 768px) {
  .cb-summary-caption.-offset {
    top: 0.6rem;
    left: -4.2rem;
  }
}

@media (min-width: 768px) {
  .cb-summary-caption.-offset h2,
  .cb-summary-caption.-offset h3 {
    position: relative;
    left: -100%;
  }
}

.cb-summary-brief {
  font-weight: 500;
  font-size: 2.4rem;
  line-height: 110%;
}

@media (min-width: 768px) {
  .cb-summary-brief {
    max-width: 58rem;
    font-size: 3.36rem;
  }
}

.cb-summary-brief p {
  margin-bottom: 1em;
}

.cb-summary-brief p:last-of-type {
  margin-bottom: 0;
}

.cb-summary-text {
  font-weight: 500;
  font-size: 2rem;
  line-height: 110%;
}

@media (min-width: 768px) {
  .cb-summary-text {
    max-width: 48rem;
    font-size: 2.56rem;
  }
}

@media (min-width: 768px) {
  .cb-summary-grid.-compact .cb-summary-text {
    max-width: 86%;
  }
}

.cb-summary-text p {
  margin-bottom: 1em;
}

.cb-summary-text p:last-of-type {
  margin-bottom: 0;
}

.cb-summary-action {
  margin: 4rem 0 0 0;
}

@media (min-width: 768px) {
  .cb-summary-action {
    margin: 6rem 0 0 0;
  }
}

.cb-summary-more {
  margin: 3rem 0 0 0;
}

@media (min-width: 768px) {
  .cb-summary-more {
    margin: 4rem 0 0 0;
  }
}

.cb-summary-entries {
  display: grid;
  grid-auto-flow: column;
  justify-content: flex-start;
  margin: 8rem 0;
  gap: 1rem;
}

@media (min-width: 768px) {
  .cb-summary-entries {
    margin: 16rem 0;
    gap: 3.7rem;
  }
}

.cb-summary-entry {
  width: 33.2rem;
}

@media (min-width: 768px) {
  .cb-summary-entry {
    width: 52rem;
  }
}

.cb-overview {
  position: relative;
  overflow: hidden;
}

.cb-overview-bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
}

.cb-overview-bg-media {
  width: 100%;
  height: 100%;
}

.cb-overview-bg-media video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: bottom center;
}

.cb-overview-header {
  margin: 0 0 4rem 0;
  font-weight: 300;
  font-size: 5.2rem;
  line-height: 94%;
  letter-spacing: -0.04em;
}

@media (min-width: 768px) {
  .cb-overview-header {
    margin: 0 0 10rem 0;
    font-size: 11.2rem;
  }
}

.cb-overview-header:last-of-type {
  margin-bottom: 0;
}

.cb-overview-header em {
  font-family: "Roboto Flex", sans-serif;
  font-weight: 400;
  font-stretch: 146%;
  font-variation-settings: "GRAD" -20, "slnt" -10, "YTLC" 553, "opsz" 93;
  letter-spacing: -0.04em;
}

.cb-overview-header em:lang(ru) {
  padding-right: 0.1em;
  font-family: inherit;
  font-style: italic;
  font-weight: 200;
  letter-spacing: -0.05em;
}

.cb-overview-divider {
  margin: 3.8rem 0 2.5rem 0;
}

@media (min-width: 768px) {
  .cb-overview-divider {
    margin: 10rem 0 4.5rem 0;
  }
}

@media (min-width: 768px) {
  .cb-overview-grid {
    display: flex;
  }
}

.cb-overview-grid-col {
  flex: 0;
}

.cb-overview-grid-col.-left {
  margin: 0 0 2rem 0;
}

@media (min-width: 768px) {
  .cb-overview-grid-col.-left {
    flex-basis: 28%;
  }
}

.cb-overview-grid-col.-right {
  flex-grow: 1;
  min-width: 0;
}

.cb-overview-icon {
  position: relative;
  display: inline-block;
  margin: 2.5rem 0 0 0;
  z-index: -1;
}

@media (min-width: 768px) {
  .cb-overview-icon {
    margin: 5rem 0 0 0;
  }
}

.cb-overview-icon:first-of-type {
  margin: 0;
}

.cb-overview-icon img,
.cb-overview-icon svg,
.cb-overview-icon video {
  width: 6rem;
  height: 6rem;
  object-fit: cover;
}

@media (min-width: 768px) {
  .cb-overview-icon img,
  .cb-overview-icon svg,
  .cb-overview-icon video {
    width: 6.4rem;
    height: 6.4rem;
  }
}

.cb-overview-icon.-rotating img,
.cb-overview-icon.-rotating svg,
.cb-overview-icon.-rotating video {
  animation: cb-fx-rotating-360 5s infinite linear;
}

.cb-overview-icon.-stroka svg > * {
  stroke-dasharray: 148 10;
  animation: cb-overview-icon-stroka 5s infinite linear;
}

.cb-overview-icon.-stroka svg > :last-child {
  animation-delay: 0.1s;
  animation-direction: reverse;
}

@keyframes cb-overview-icon-stroka {
  0% {
    stroke-dashoffset: 0;
    stroke-dasharray: 148 10;
  }

  50% {
    stroke-dasharray: 135 30;
  }

  100% {
    stroke-dashoffset: 157;
    stroke-dasharray: 148 10;
  }
}

.cb-overview-info {
  position: relative;
  margin: 6rem 0 0 0;
}

@media (min-width: 768px) {
  .cb-overview-info {
    margin: 8rem 0 0 0;
  }
}

.cb-overview-info:first-of-type {
  margin-top: 0;
}

.cb-overview-caption {
  margin: 0 0 2.4rem 0;
}

@media (min-width: 768px) {
  .cb-overview-caption {
    margin: 0 0 4.5rem 0;
  }
}

.cb-overview-caption h2,
.cb-overview-caption h3 {
  font-weight: 500;
  font-size: 1.4rem;
  line-height: 110%;
  text-transform: uppercase;
}

@media (min-width: 768px) {
  .cb-overview-caption h2,
  .cb-overview-caption h3 {
    font-size: 1.6rem;
  }
}

@media (min-width: 768px) {
  .cb-overview-caption.-offset {
    display: inline-block;
    position: absolute;
    top: 0.4rem;
    left: -2.5rem;
    margin: 0;
  }
}

@media (min-width: 768px) {
  .cb-overview-caption.-offset {
    top: 1.2rem;
    left: -4rem;
  }
}

@media (min-width: 768px) {
  .cb-overview-caption.-offset h2,
  .cb-overview-caption.-offset h3 {
    position: relative;
    left: -100%;
  }
}

.cb-overview-author {
  display: flex;
  margin-bottom: 2rem;
}

@media (min-width: 768px) {
  .cb-overview-author {
    margin-bottom: 3.1rem;
  }
}

.cb-overview-author-line {
  width: 20px;
  height: 1px;
  flex-shrink: 0;
  margin: 0.8rem 1.4rem 0 0;
  background: currentColor;
}

@media (min-width: 768px) {
  .cb-overview-author-line {
    margin-top: 0.95rem;
  }
}

.cb-overview-author-name {
  color: #999;
  font-size: 1.4rem;
  line-height: 120%;
  text-transform: uppercase;
}

@media (min-width: 768px) {
  .cb-overview-author-name {
    font-size: 1.6rem;
  }
}

.cb-overview-author-name b {
  color: #000;
  font-weight: 400;
}

.cb-overview-text {
  max-width: 94%;
  font-weight: 500;
  font-size: 2rem;
  line-height: 130%;
  letter-spacing: 0.01em;
}

@media (min-width: 768px) {
  .cb-overview-text {
    max-width: 86%;
    font-size: 2.56rem;
  }
}

.cb-overview-text p {
  margin-bottom: 1em;
}

.cb-overview-text p:last-of-type {
  margin-bottom: 0;
}

.cb-overview-text p:empty {
  display: none;
}

blockquote .cb-overview-text p:first-of-type:before {
  content: "“";
}

blockquote .cb-overview-text p:last-of-type:after {
  content: "”";
}

.cb-overview-text ol.-by2,
.cb-overview-text ul.-by2 {
  margin: -0.2em 0;
}

@media (min-width: 768px) {
  .cb-overview-text ol.-by2,
  .cb-overview-text ul.-by2 {
    -moz-column-gap: 10rem;
    column-gap: 10rem;
    -moz-column-count: 2;
    column-count: 2;
  }
}

.cb-overview-text ol.-by2 > li,
.cb-overview-text ul.-by2 > li {
  padding: 0.2em 0;
}

.cb-overview-text ol {
  list-style: inside decimal;
  padding-left: 0;
}

.cb-overview-text a {
  display: inline-block;
  position: relative;
}

.cb-overview-text a:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 1px;
  border-top: 1px solid;
}

.cb-overview-links {
  margin: 2rem -1rem 0 -1rem;
}

@media (min-width: 768px) {
  .cb-overview-links {
    margin: 4rem -2rem 0 -2rem;
  }
}

.cb-overview-link {
  position: relative;
  display: inline-block;
  padding: 0.5rem 0;
  margin: 0 1rem;
  font-weight: 500;
  font-size: 1.5rem;
  text-decoration: none;
}

@media (min-width: 768px) {
  .cb-overview-link {
    padding: 0.7rem 0;
    margin: 0 2rem;
    font-size: 2rem;
  }
}

.cb-overview-link:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 1px;
  background: currentColor;
  transition: transform 1s cubic-bezier(0.19, 1, 0.22, 1);
}

@media (pointer: fine) {
  .cb-overview-link:hover:before {
    transform: scaleX(0);
  }
}

.cb-overview-action {
  margin-top: 2rem;
}

@media (min-width: 768px) {
  .cb-overview-action {
    margin-top: 4.2rem;
  }
}

.cb-overview-carousel {
  width: 100%;
  overflow: hidden;
}

@media (min-width: 768px) {
  .cb-overview-carousel {
    margin: 0 -1rem;
  }
}

.cb-overview-carousel-wrap {
  display: flex;
  transition-timing-function: cubic-bezier(0.16, 1, 0.3, 1);
}

.cb-overview-carousel-item {
  flex-shrink: 0;
}

@media (min-width: 768px) {
  .cb-overview-carousel-item {
    padding: 0 1rem;
  }
}

.cb-overview-counters {
  display: grid;
  grid-auto-flow: column;
  justify-content: flex-start;
  margin-top: 4rem;
  gap: 2.6rem;
}

@media (min-width: 768px) {
  .cb-overview-counters {
    margin-top: 10rem;
    gap: 6.6rem;
  }
}

@media (max-width: 767px) {
  .cb-overview-counter:first-child {
    display: none;
  }
}

.cb-overview-counter-currency,
.cb-overview-counter-value {
  display: inline-block;
  font-size: 4.5rem;
  line-height: 100%;
  letter-spacing: -0.03em;
}

@media (min-width: 768px) {
  .cb-overview-counter-currency,
  .cb-overview-counter-value {
    font-size: 6.4rem;
  }
}

.cb-overview-counter-title {
  margin-top: 1.2rem;
  font-weight: 500;
  font-size: 1.4rem;
  line-height: 110%;
}

@media (min-width: 768px) {
  .cb-overview-counter-title {
    margin-top: 2rem;
    font-size: 1.28rem;
  }
}

.cb-overview-logos {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 3rem 0.858rem;
  margin-top: 5rem;
}

@media (min-width: 768px) {
  .cb-overview-logos {
    grid-template-columns: repeat(3, 1fr);
    gap: 11rem;
    margin-top: 15rem;
  }
}

.cb-overview-logo {
  width: 15.463rem;
  height: 6.529rem;
}

@media (min-width: 768px) {
  .cb-overview-logo {
    width: 24.421rem;
    height: 10.311rem;
  }
}

.cb-screenshot {
  position: relative;
  z-index: 1;
}

.cb-screenshot-preview {
  position: relative;
  overflow: hidden;
  padding-bottom: 56.25%;
  transform: translateZ(0);
  border-radius: 1.4rem;
}

@media (min-width: 768px) {
  .cb-screenshot-preview {
    border-radius: 6rem;
  }
}

.cb-screenshot-preview.-lg {
  padding-bottom: 100%;
  border-radius: 0;
}

@media (min-width: 768px) {
  .cb-screenshot-preview.-lg {
    padding-bottom: 56.25%;
  }
}

.cb-screenshot-preview-media {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
}

.cb-screenshot-preview-media img,
.cb-screenshot-preview-media video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.cb-screenshot-preview-label {
  position: absolute;
  top: 1rem;
  left: 1rem;
  padding: 0.4rem 1rem;
  z-index: 5;
  border: 1px solid;
  border-radius: 10rem;
  font-size: 1.4rem;
  line-height: 110%;
  text-transform: uppercase;
}

@media (min-width: 768px) {
  .cb-screenshot-preview-label {
    top: 4.8rem;
    left: 5.5rem;
    padding: 0.8rem 1.5rem;
    font-size: 2.1rem;
  }
}

.cb-nextcase {
  position: relative;
  overflow: hidden;
  z-index: 1;
}

@media (pointer: fine) {
  .cb-nextcase:hover {
    color: #fff;
    mix-blend-mode: exclusion;
  }
}

@media (max-width: 767px) {
  .cb-nextcase-content {
    padding: 10rem 0;
  }
}

.cb-nextcase-reel {
  display: block;
  text-decoration: none;
}

.cb-nextcase-reel-items {
  display: flex;
  align-items: center;
}

.cb-nextcase-reel-item {
  padding: 0.1em 2rem;
  font-weight: 300;
  font-size: 6.72rem;
  letter-spacing: -0.05em;
  white-space: nowrap;
}

@media (min-width: 768px) {
  .cb-nextcase-reel-item {
    padding: 0.1em 9rem;
    font-size: 16rem;
  }
}

.cb-nextcase-reel-item em {
  font-family: "Roboto Flex", sans-serif;
  font-weight: 400;
  font-stretch: 146%;
  font-variation-settings: "GRAD" -20, "slnt" -10, "YTLC" 553, "opsz" 93;
  letter-spacing: -0.04em;
}

.cb-nextcase-reel-item em:lang(ru) {
  padding-right: 0.1em;
  font-family: inherit;
  font-style: italic;
  font-weight: 200;
  letter-spacing: -0.05em;
}

.cb-smfeed {
  position: relative;
  overflow: hidden;
}

.cb-smfeed-reel {
  margin: 0 0 6rem 0;
}

@media (min-width: 768px) {
  .cb-smfeed-reel {
    margin: 0 0 11.7rem 0;
  }
}

.cb-smfeed-reel-wrap {
  display: flex;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.cb-smfeed-reel-item {
  display: flex;
  align-items: center;
  flex-shrink: 0;
  padding: 0 4rem 0 0;
  font-weight: 300;
  font-size: 8.4rem;
  letter-spacing: -0.05em;
  white-space: nowrap;
}

@media (min-width: 768px) {
  .cb-smfeed-reel-item {
    padding: 0;
    font-size: 20rem;
  }
}

.cb-smfeed-reel-item em {
  font-family: "Roboto Flex", sans-serif;
  font-weight: 400;
  font-stretch: 146%;
  font-variation-settings: "GRAD" -20, "slnt" -10, "YTLC" 553, "opsz" 93;
  letter-spacing: -0.04em;
}

.cb-smfeed-reel-item em:lang(ru) {
  padding-right: 0.1em;
  font-family: inherit;
  font-style: italic;
  font-weight: 200;
  letter-spacing: -0.05em;
}

.cb-smfeed-reel-item video {
  display: none;
  width: 12.423rem;
  height: 7.385rem;
  margin: 0 2.7rem;
  overflow: hidden;
  transform: translateZ(0);
  border-radius: 1000px;
  object-fit: cover;
}

@media (min-width: 768px) {
  .cb-smfeed-reel-item video {
    display: block;
    width: 29.1rem;
    height: 17.3rem;
    margin: 0 5.1rem;
  }
}

.cb-smfeed-items {
  display: grid;
  grid-auto-flow: column;
  justify-content: flex-start;
  gap: 0.9rem;
}

@media (min-width: 768px) {
  .cb-smfeed-items {
    gap: 2.4rem;
  }
}

.cb-smfeed-item {
  width: 25.2rem;
  flex-shrink: 0;
  text-decoration: none;
}

@media (min-width: 768px) {
  .cb-smfeed-item {
    width: 33.7rem;
  }
}

.cb-smfeed-item-img {
  position: relative;
  height: 24.9rem;
  overflow: hidden;
  border-radius: 2rem;
}

@media (min-width: 768px) {
  .cb-smfeed-item-img {
    height: 33.7rem;
  }
}

@media (pointer: fine) {
  .cb-smfeed-item-img {
    transition: transform 0.4s;
  }

  .cb-smfeed-item:hover .cb-smfeed-item-img {
    transform: scale(0.98);
  }
}

.cb-smfeed-item-img:before {
  content: "";
  position: absolute;
  top: 1px;
  left: 1px;
  right: 1px;
  bottom: 1px;
  background: #f1f1f1;
  border-radius: inherit;
}

.cb-smfeed-item-img img {
  position: relative;
  width: 100%;
  height: 100%;
  transform: scale(1.01);
  z-index: 1;
  object-fit: cover;
}

.cb-smfeed-item-img.-sm {
  height: 18.6rem;
  margin-top: 6.3rem;
}

@media (min-width: 768px) {
  .cb-smfeed-item-img.-sm {
    height: 25.2rem;
    margin-top: 8.5rem;
  }
}

.cb-smfeed-item-source {
  display: flex;
  align-items: center;
  margin: 2rem 0 0 0;
}

.cb-smfeed-item-icon {
  margin-right: 0.7rem;
  font-size: 1.6rem;
  line-height: 1;
}

.cb-smfeed-item-title {
  font-weight: 500;
  font-size: 1.7rem;
  line-height: 100%;
}

.cb-smfeed-more {
  margin: 6rem 0 0 0;
}

@media (min-width: 768px) {
  .cb-smfeed-more {
    margin: 18rem 0 0 0;
  }
}

.cb-outro {
  overflow: hidden;
  color: #fff;
  background: #000;
}

.cb-outro-content {
  padding: 8rem 0;
}

@media (min-width: 768px) {
  .cb-outro-content {
    padding: 20rem 0;
  }
}

.cb-outro-content.-cb {
  padding-bottom: 0;
}

.cb-outro-reel-wrap {
  display: flex;
  align-items: center;
}

.cb-outro-reel-item {
  flex-shrink: 0;
}

.cb-outro-header {
  margin-bottom: 5rem;
  font-weight: 300;
  font-size: 6.8rem;
  line-height: 77%;
  letter-spacing: -0.05em;
}

@media (min-width: 768px) {
  .cb-outro-header {
    margin-bottom: 12rem;
    font-size: 20.8rem;
  }
}

.cb-outro-header h2 {
  display: inline-block;
  padding: 0 2rem;
}

@media (min-width: 768px) {
  .cb-outro-header h2 {
    padding: 0 9rem;
  }
}

.cb-outro-caption {
  margin: 0 0 2.6rem 0;
}

@media (min-width: 768px) {
  .cb-outro-caption {
    margin: 0 0 4.5rem 0;
  }
}

.cb-outro-caption h3 {
  font-weight: 500;
  font-size: 1.4rem;
  line-height: 110%;
  text-transform: uppercase;
}

@media (min-width: 768px) {
  .cb-outro-caption h3 {
    font-size: 1.6rem;
  }
}

.cb-outro-social {
  position: relative;
  display: block;
  overflow: hidden;
  text-decoration: none;
}

.cb-outro-social-divider {
  opacity: 0.2;
  border-bottom: 1px #ededed solid;
}

.cb-outro-social-info {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 3rem 0;
}

@media (min-width: 768px) {
  .cb-outro-social-info {
    padding: 4.5rem 0;
  }
}

.cb-outro-social-title {
  font-weight: 500;
  font-size: 1.8rem;
  line-height: 110%;
}

@media (min-width: 768px) {
  .cb-outro-social-title {
    font-size: 3.2rem;
    letter-spacing: -0.03em;
  }
}

.cb-outro-social-arr {
  font-size: 2rem;
}

@media (min-width: 768px) {
  .cb-outro-social-arr {
    font-size: 2.7rem;
  }
}

.cb-outro-social-reel {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  color: #000;
  pointer-events: none;
  touch-action: none;
}

@media (pointer: coarse) {
  .cb-outro-social-reel {
    display: none;
  }
}

.cb-outro-social-reel:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  transform: scaleY(0);
  background: #fff;
  transition: transform 0.5s;
}

.cb-outro-social:hover .cb-outro-social-reel:before {
  transform: scaleY(1);
  transition-duration: 0.4s;
}

.cb-outro-social-reel-wrap {
  display: flex;
  align-items: center;
  height: 100%;
  opacity: 0;
  transition: opacity 0.3s;
}

.cb-outro-social:hover .cb-outro-social-reel-wrap {
  opacity: 1;
}

.cb-outro-social-reel-item {
  margin: 0 2rem;
  flex-shrink: 0;
}

@media (min-width: 768px) {
  .cb-outro-social-reel-item {
    margin: 0 3.4rem;
  }
}

.cb-outro-locations {
  padding: 7.4rem 0 0 0;
  margin: -5.5rem 0;
}

@media (min-width: 768px) {
  .cb-outro-locations {
    display: flex;
    padding: 10.6rem 0 0 0;
  }
}

.cb-outro-location {
  padding: 5.5rem 0;
}

@media (min-width: 768px) {
  .cb-outro-location {
    flex: 1;
  }
}

.cb-outro-location-caption {
  display: inline;
  position: relative;
  top: -0.3rem;
  margin: 0 2.8rem 0 0;
  font-size: 1.4rem;
  line-height: 110%;
  text-transform: uppercase;
}

@media (min-width: 768px) {
  .cb-outro-location-caption {
    top: -0.5rem;
    margin-right: max(2rem, 20px);
    font-size: max(1.4rem, 12px);
  }
}

.cb-outro-location-address {
  display: inline;
  font-size: 2.2rem;
  line-height: 110%;
}

@media (min-width: 768px) {
  .cb-outro-location-address {
    font-size: max(2.8rem, 17px);
  }
}

.cb-outro-location-action {
  margin: 2.4rem 0 0 0;
}

@media (min-width: 768px) {
  .cb-outro-location-action {
    margin-top: 4rem;
  }
}

.cb-footer {
  position: relative;
  overflow: hidden;
  color: #fff;
  background: #000;
}

.cb-footer-bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.cb-footer-bg-media {
  width: 100%;
  height: 100%;
}

.cb-footer-bg-media video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}

.cb-footer-bg-media canvas {
  width: 100%;
  height: 100%;
}

.cb-footer-content {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100vh;
  min-height: 60rem;
  z-index: 2;
}

@media (min-width: 768px) {
  .cb-footer-content {
    min-height: 80rem;
  }
}

.cb-footer-top {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
  text-align: center;
}

.cb-footer-bottom {
  width: 100%;
}

.cb-footer-content {
  padding: 4.5rem 0;
}

@media (min-width: 768px) {
  .cb-footer-content {
    padding: 5rem 0;
  }
}

@media (min-width: 768px) {
  .cb-footer-grid {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
}

@media (min-width: 768px) {
  .cb-footer-grid-col {
    flex: 1;
  }
}

.cb-footer-grid-col.-center {
  margin: 2rem 0 0 0;
}

@media (min-width: 768px) {
  .cb-footer-grid-col.-center {
    margin: 0;
    text-align: center;
  }
}

@media (min-width: 768px) {
  .cb-footer-grid-col.-right {
    text-align: right;
  }
}

.cb-footer-header h2 {
  font-weight: 300;
  font-size: 8.1rem;
  line-height: 77%;
}

@media (min-width: 768px) {
  .cb-footer-header h2 {
    font-size: 16.4rem;
  }
}

.cb-footer-header h2 em {
  font-family: "Roboto Flex", sans-serif;
  font-weight: 400;
  font-stretch: 146%;
  font-variation-settings: "GRAD" -20, "slnt" -10, "YTLC" 553, "opsz" 93;
  letter-spacing: -0.04em;
}

.cb-footer-header h2 em:lang(ru) {
  padding-right: 0.1em;
  font-family: inherit;
  font-style: italic;
  font-weight: 200;
  letter-spacing: -0.05em;
}

.cb-footer-action {
  margin: 2.6rem 0 0 0;
}

@media (min-width: 768px) {
  .cb-footer-action {
    margin-top: 4rem;
  }
}

.cb-footer-tags {
  margin: -0.4rem;
}

@media (min-width: 768px) {
  .cb-footer-tags {
    margin: -0.7rem;
  }
}

.cb-footer-tag {
  display: block;
  margin: 0.4rem;
}

@media (min-width: 768px) {
  .cb-footer-tag {
    display: inline-block;
    margin: 0.7rem;
  }
}

.cb-footer-link {
  position: relative;
  opacity: 0.3;
  font-weight: 500;
  font-size: 1.2rem;
  line-height: 110%;
  text-transform: uppercase;
  text-decoration: none;
}

@media (pointer: coarse) {
  .cb-footer-link:after {
    content: "";
    position: absolute;
    top: -10px;
    left: 0;
    right: 0;
    bottom: -20px;
  }
}

.cb-footer-link:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  bottom: -4px;
  height: 4px;
  transform: scaleX(0);
  border-bottom: 1px solid;
  transition: transform 0.7s cubic-bezier(0.16, 1, 0.3, 1);
}

@media (min-width: 768px) {
  .cb-footer-link {
    opacity: 1;
    font-size: 1.6rem;
  }
}

@media (pointer: fine) {
  .cb-footer-link:focus:before,
  .cb-footer-link:hover:before {
    transform: scaleX(1);
  }
}
