/* 1. Settings
=========================*/
/* 2. Font family
=========================*/
/* 3. Font sizes
=========================*/
/* 4. Colors
=========================*/
/* 39. Tooltips
=========================*/
/* Default */
/* Sizes */
/* Styling */
/* Default Buttons
============================*/
/* Outline Buttons
============================*/
/* Inverted Buttons
============================*/
/* Gradient Buttons
============================*/
@import url("https://fonts.googleapis.com/css2?family=Source+Sans+3:ital,wght@0,200..900;1,200..900&family=Unbounded:wght@200..900&family=Work+Sans:ital,wght@0,100..900;1,100..900&display=swap");
.hidden {
  display: none !important; }

.container {
  width: 1680px;
  max-width: 100%;
  margin: 0 auto;
  padding: 0 60px; }

html {
  font-size: 10px;
  font-variant-numeric: lining-nums; }

html,
body {
  -webkit-overflow-scrolling: touch; }
  html.fixed,
  body.fixed {
    overflow: hidden;
    touch-action: none; }

body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin: 0;
  padding: 0;
  background-color: #0B1008;
  font-family: 'Source Sans 3', sans-serif;
  font-size: 2.4rem;
  line-height: 1.4;
  color: #FFFFFF;
  overflow-x: hidden; }
  body.fixed {
    padding-right: 1.6rem; }

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

a {
  color: #FFFFFF;
  text-decoration: none; }
  a:hover {
    text-decoration: none; }
  a:focus {
    outline: 0;
    text-decoration: none; }

ul {
  list-style: none;
  margin: 0;
  padding: 0; }

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

::-webkit-scrollbar {
  width: 1.6rem;
  height: 1.6rem; }

::-webkit-scrollbar-track {
  background-color: #0B1008; }

::-webkit-scrollbar-thumb {
  border: solid 0.5rem #0B1008;
  border-radius: 1rem;
  background-color: #06FF2F;
  cursor: pointer; }

::selection {
  background-color: #06FF2F;
  color: #000000; }

.site {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: space-between; }

.site__wrapper {
  position: relative; }

/* Vendor libs */
/* Import blocks */
.section {
  position: relative;
  overflow-x: clip;
  z-index: 2; }

.text {
  padding-top: 23rem; }
  .text .intro__bg--2 {
    transform: translateY(20%); }
  .text .block__text {
    width: 100rem;
    max-width: 100%; }

.img {
  max-width: 100%; }
  .img img {
    display: block;
    width: 100%; }

.block__header {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  gap: 2.6rem 5.6rem;
  margin-bottom: 5rem; }
  .block__header.center {
    justify-content: center; }

.block__title {
  font-family: 'Unbounded', 'Work Sans', 'Source Sans 3', sans-serif;
  font-size: 10rem;
  font-weight: 600;
  line-height: 1.24; }

.block__subtitle {
  margin-bottom: 2rem;
  font-family: 'Work Sans', 'Source Sans 3', sans-serif;
  font-size: 5rem;
  font-weight: 400;
  text-transform: uppercase;
  line-height: 1.32; }

.block__text h1 {
  margin-bottom: 0.5em;
  font-family: 'Unbounded', 'Inter', sans-serif;
  font-weight: 400;
  font-size: 2.8rem; }
  .block__text h1:not(:first-child) {
    margin-top: 2em; }

.block__text h2 {
  margin-bottom: 0.5em;
  font-family: 'Unbounded', 'Inter', sans-serif;
  font-weight: 400;
  font-size: 2.6rem; }
  .block__text h2:not(:first-child) {
    margin-top: 2em; }

.block__text h3 {
  margin-bottom: 0.5em;
  font-family: 'Unbounded', 'Inter', sans-serif;
  font-weight: 400;
  font-size: 2.4rem; }
  .block__text h3:not(:first-child) {
    margin-top: 2em; }

.block__text h4 {
  margin-bottom: 0.5em;
  font-family: 'Unbounded', 'Inter', sans-serif;
  font-weight: 400;
  font-size: 2.2rem; }
  .block__text h4:not(:first-child) {
    margin-top: 2em; }

.block__text h5 {
  margin-bottom: 0.5em;
  font-family: 'Unbounded', 'Inter', sans-serif;
  font-weight: 400;
  font-size: 2rem; }
  .block__text h5:not(:first-child) {
    margin-top: 2em; }

.block__text h6 {
  margin-bottom: 0.5em;
  font-family: 'Unbounded', 'Inter', sans-serif;
  font-weight: 400;
  font-size: 1.8rem; }
  .block__text h6:not(:first-child) {
    margin-top: 2em; }

.block__text p {
  margin-bottom: 0.5em; }
  .block__text p:last-of-type {
    margin-bottom: 0; }

.block__text a {
  color: #06FF2F;
  transition: 0.3s; }
  .block__text a:hover {
    color: #FFFFFF; }

.block__text ul {
  list-style-type: disc;
  margin-block-start: 1em;
  margin-block-end: 1em;
  padding-inline-start: 40px; }

.link {
  color: #06FF2F;
  transition: 0.3s; }
  .link:hover {
    color: #FFFFFF; }

.social {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 3rem; }

.social__item {
  display: block;
  width: 2.6rem;
  height: 2.6rem;
  transform-origin: center;
  will-change: transform;
  transition: 0.3s; }
  .social__item img {
    display: block;
    max-width: 100%;
    max-height: 100%; }
  .social__item:hover {
    transform: scale(1.1); }

.book {
  padding-top: 7rem; }

.book__wrapper {
  width: 69.4rem;
  max-width: 100%;
  margin: 0 auto 10rem; }

.book__item {
  display: flex;
  flex-direction: column;
  gap: 5rem; }

.book__item-wrapper {
  position: relative;
  aspect-ratio: 1/0.95;
  overflow: hidden;
  background-image: url(../../images/book-bg.png);
  background-repeat: no-repeat;
  background-position: center top;
  background-size: contain; }
  .book__item-wrapper img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -48%); }

.updated {
  padding-top: 13rem; }

.about__map {
  margin-top: 100px; }

.map__btn {
  position: fixed;
  right: 6rem;
  top: 4rem;
  width: 6rem;
  height: 6rem;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #0B1008;
  border-radius: 50%;
  z-index: 10; }
  .map__btn img {
    max-width: 100%; }
  @media (max-width: 1200px) {
    .map__btn {
      right: 2rem; } }

.via__soc {
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center; }
  .via__soc .title {
    margin-bottom: 2rem;
    color: #6a9a34;
    font-size: 2rem; }
  .via__soc .social__item {
    width: 4.6rem;
    height: 4.6rem; }
    .via__soc .social__item img {
      width: 100%;
      height: 100%; }

.cookie-window-block {
  position: fixed;
  bottom: 4rem;
  right: 4rem;
  display: flex;
  align-items: center;
  width: 100rem;
  max-width: calc(100% - 8rem);
  gap: 4rem;
  padding: 4rem;
  border: solid 1px #11160D;
  background-color: #0B1008;
  z-index: 10;
  font-size: 2rem; }
  .cookie-window-block .block__text {
    flex: 1; }
  .cookie-window-block.closed {
    display: none !important; }

.cookie-window-actions {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1rem; }

@media (max-width: 768px) {
  .cookie-window-block {
    bottom: 2rem;
    right: 2rem;
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
    max-width: calc(100% - 4rem);
    padding: 3rem;
    font-size: 1.8rem; } }

@media (max-width: 460px) {
  .cookie-window-block .btn--form {
    width: 26rem;
    height: 10rem;
    padding: 2.2rem 2rem; } }

.error__page {
  overflow: hidden; }

.error__page-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center; }
  .error__page-wrapper .block__title {
    font-size: 30rem; }
  .error__page-wrapper .block__subtitle {
    margin-bottom: 5rem; }
  .error__page-wrapper .btn {
    min-width: 14.5rem; }

@media (max-width: 1200px) {
  .error__page {
    padding-bottom: 17.6rem; }
    .error__page .intro__bg--2 {
      transform: translateY(0); } }

@media (max-width: 992px) {
  .error__page-wrapper .block__title {
    font-size: 30vw; } }

.btn {
  position: relative;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  margin: 0 auto;
  padding: 2rem;
  border: 0;
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: center top;
  background-size: contain;
  font-family: 'Work Sans', 'Source Sans 3', sans-serif;
  font-size: 2rem;
  font-weight: 600;
  line-height: 1.17;
  text-align: center;
  text-decoration: none;
  white-space: nowrap;
  color: #0B1008;
  cursor: pointer; }
  .btn:hover, .btn:focus {
    text-decoration: none; }
  .btn:hover .btn__text {
    transform: scale(1.05); }
  .btn:focus {
    outline: 0; }
  .btn--book {
    width: 30.3rem;
    max-width: 100%;
    height: 17rem;
    background-image: url(../../images/button-book.png); }
  .btn--form {
    width: 29.6rem;
    max-width: 100%;
    height: 11rem;
    padding: 2.5rem 2rem;
    background-image: url(../../images/button-form.png); }
  .btn span {
    font-size: 2.4rem; }

.btn__text {
  display: flex;
  align-items: flex-end;
  gap: 0.7rem;
  transform-origin: center;
  will-change: transform;
  transition: 0.3s; }

@media (max-width: 460px) {
  .btn--book {
    width: 25rem;
    height: 14rem;
    padding: 1.8rem 2rem; }
  .btn--form {
    width: 21.5rem;
    height: 8rem;
    padding: 1.6rem 2rem; }
  .btn span {
    font-size: 2rem; } }

.form {
  width: 1030px;
  max-width: 100%;
  margin: 0 auto; }

.form__row {
  display: flex;
  margin: 0 -1.6rem; }

.form__block {
  width: 50%;
  padding: 0 1.6rem;
  margin-bottom: 0.6rem; }
  .form__block:first-child .form__group {
    background-image: url(../../images/input-name.png); }
  .form__block:last-child .form__group {
    background-image: url(../../images/input-email.png); }

.form__group {
  height: 13.6rem;
  padding: 2.2rem 5rem;
  background-repeat: no-repeat;
  background-position: center top;
  background-size: contain; }

.form__text {
  width: 68rem;
  max-width: 100%;
  margin: 0 auto 2.8rem;
  font-family: 'Source Sans 3', sans-serif;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1.42;
  text-align: center; }
  .form__text a {
    color: #06FF2F;
    transition: 0.3s; }
    .form__text a:hover {
      color: #FFFFFF; }

.form__success {
  display: flex;
  flex-direction: column;
  align-items: center;
  max-width: 60rem;
  margin: 0 auto;
  gap: 1rem;
  text-align: center;
  color: #06FF2F; }

@media (max-width: 992px) {
  .form__row {
    flex-direction: column; }
  .form__block {
    width: 100%;
    margin-bottom: 1.2rem; }
  .form__group {
    height: 9.6rem;
    padding: 1rem 3rem; } }

.label {
  font-size: 2rem;
  font-weight: 600;
  white-space: nowrap;
  color: #FFFFFF;
  cursor: pointer; }

@media (max-width: 992px) {
  .label {
    font-size: 1.7rem; } }

.input {
  width: 100%;
  height: 5rem;
  padding: 0.5rem 2rem;
  border-radius: 0;
  border: none;
  vertical-align: middle;
  background-color: transparent;
  font-family: inherit;
  font-weight: 600;
  font-size: 2rem;
  color: #FFFFFF;
  font-variant-numeric: lining-nums;
  transition: 0.3s; }
  .input:focus {
    outline: 0; }
  .input::placeholder {
    color: rgba(156, 141, 141, 0.5); }
  .input:-webkit-autofill {
    -webkit-box-shadow: inset 0 0 0 5rem #24391B;
    -webkit-text-fill-color: #FFFFFF; }

.input__group {
  display: flex;
  align-items: center; }

@media (max-width: 992px) {
  .input {
    font-size: 1.7rem; } }

.intro {
  padding-top: 23rem; }

.intro__bg {
  position: absolute;
  z-index: -1; }
  .intro__bg--1 {
    top: 0;
    right: 0; }
  .intro__bg--2 {
    left: 0;
    bottom: 0;
    transform: translateY(50%); }
  .intro__bg img {
    display: block; }

.intro__wrapper {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  color: #FFFFFF;
  text-align: center; }

.intro__content {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%; }

.intro__title {
  font-family: 'Unbounded', 'Work Sans', 'Source Sans 3', sans-serif;
  font-size: 9rem;
  font-weight: 600;
  line-height: 1.24; }

.intro__subtitle {
  margin-top: -1.4rem;
  margin-bottom: 1.1rem;
  font-family: 'Work Sans', 'Source Sans 3', sans-serif;
  font-size: 5rem;
  font-weight: 400;
  line-height: 1.32;
  text-transform: uppercase; }

.intro__text {
  width: 93rem;
  max-width: 100%;
  margin-bottom: 6rem;
  font-family: 'Source Sans 3', sans-serif; }

.intro__text-bg {
  position: relative;
  width: 100rem;
  max-width: 100%;
  margin-bottom: 5rem;
  font-family: 'Unbounded', 'Work Sans', 'Source Sans 3', sans-serif;
  font-size: 3.4rem;
  font-weight: 400;
  line-height: 1.47; }
  .intro__text-bg:before {
    content: '';
    position: absolute;
    top: -1.7rem;
    left: 50%;
    transform: translateX(-50%);
    width: 47rem;
    height: 8rem;
    background-image: url(../../images/intro-text.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    z-index: -1; }

.intro__btn {
  width: 9.3rem;
  height: 9.3rem;
  background-image: url(../../images/arrow.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  transition: 0.3s; }
  .intro__btn:hover {
    transform: translateY(1rem); }

@media (max-width: 1200px) {
  .intro {
    padding-top: 17.6rem; }
  .intro__bg--1 {
    width: 28%; }
  .intro__bg--2 {
    width: 28%;
    transform: translateY(42%); }
  .intro__bg img {
    width: 100%; }
  .intro__title {
    font-size: 10rem; }
  .intro__subtitle {
    margin-top: 0.6rem;
    font-size: 4rem; }
  .intro__text {
    margin-bottom: 10rem; }
  .intro__text-bg {
    margin-bottom: 4rem;
    font-size: 3rem; }
  .intro__btn {
    width: 8rem;
    height: 8rem; } }

@media (max-width: 992px) {
  .intro__title {
    font-size: 7rem; }
  .intro__subtitle {
    margin-bottom: rem;
    font-size: 3.4rem; }
  .intro__text-bg {
    font-size: 2.6rem; } }

@media (max-width: 768px) {
  .intro__title {
    font-size: 4.2rem; }
  .intro__subtitle {
    font-size: 2.4rem; }
  .intro__text {
    margin-bottom: 7rem;
    font-size: 1.8rem; }
  .intro__text-bg {
    margin-bottom: 3.4rem;
    font-size: 1.6rem; }
    .intro__text-bg:before {
      display: none; } }

.about {
  padding-top: 7.7rem; }
  .about .block__header {
    margin-bottom: 6.5rem; }

.about__bg {
  position: absolute;
  z-index: -1; }
  .about__bg--1 {
    top: 0;
    right: 0;
    transform: translateY(-50%); }
  .about__bg--2 {
    left: 0;
    bottom: 0;
    transform: translate(-43%, 33%); }
  .about__bg--3 {
    right: 0;
    bottom: 0;
    transform: translate(38%, 4%); }

.about__content {
  width: 1680px;
  max-width: 100%;
  margin: 0 auto; }

.about__wrapper {
  display: flex;
  justify-content: space-between; }
  .about__wrapper:first-child .about__block:first-child {
    width: 56rem;
    max-width: 45%;
    padding-left: 6rem; }
  .about__wrapper:first-child .about__block:last-child {
    width: 69rem;
    max-width: 45%;
    padding-top: 10rem; }
    .about__wrapper:first-child .about__block:last-child .block__text {
      margin-bottom: 9rem; }
  .about__wrapper:nth-child(2) .about__block:first-child {
    width: 69rem;
    max-width: 45%;
    margin-top: -7.5rem; }
    .about__wrapper:nth-child(2) .about__block:first-child .block__text {
      margin-left: 6rem;
      margin-bottom: 9rem; }
  .about__wrapper:nth-child(2) .about__block:last-child {
    width: 69rem;
    max-width: 45%;
    padding-top: 47rem;
    padding-right: 6rem; }
    .about__wrapper:nth-child(2) .about__block:last-child .img {
      width: 50rem;
      max-width: 100%; }

.about__block {
  position: relative; }
  .about__block .block__text {
    width: 53rem;
    max-width: calc(100% - 6rem);
    margin-bottom: 6rem; }

@media (max-width: 1480px) {
  .about__wrapper:nth-child(2) .about__block:first-child {
    margin-top: 0; } }

@media (max-width: 1200px) {
  .about .block__header {
    margin-bottom: 4rem; }
  .about__bg--1 {
    width: 30%;
    transform: translate(35%, -55%); }
  .about__bg--2 {
    left: auto;
    right: 0;
    transform: translate(-15%, 40%);
    width: 130%; }
  .about__bg img {
    width: 100%; }
  .about__wrapper:first-child .about__block:first-child {
    padding-left: 2rem; }
  .about__wrapper:first-child .about__block:last-child .block__text {
    margin-bottom: 6rem; }
  .about__wrapper:nth-child(2) .about__block:first-child .block__text {
    margin-left: 2rem; }
  .about__wrapper:nth-child(2) .about__block:last-child {
    padding-right: 2rem; }
  .about__block .block__text {
    width: 100%;
    max-width: calc(100% - 2rem); } }

@media (max-width: 992px) {
  .about {
    padding-top: 4.7rem; }
    .about .block__header {
      margin-bottom: 2.5rem; }
  .about__bg--2 {
    display: none; }
  .about__bg--3 {
    display: none; }
  .about__wrapper {
    flex-direction: column;
    padding: 0 2rem; }
    .about__wrapper:first-child .about__block:first-child {
      width: 100%;
      max-width: 100%;
      padding-left: 0; }
    .about__wrapper:first-child .about__block:last-child {
      width: 100%;
      max-width: 100%;
      padding-top: 2.5rem; }
      .about__wrapper:first-child .about__block:last-child .block__text {
        margin-bottom: 2.5rem; }
    .about__wrapper:nth-child(2) .about__block:first-child {
      width: 100%;
      max-width: 100%;
      margin-top: 2.5rem; }
      .about__wrapper:nth-child(2) .about__block:first-child .block__text {
        margin-left: 0;
        margin-bottom: 2.5rem; }
    .about__wrapper:nth-child(2) .about__block:last-child {
      width: 100%;
      max-width: 100%;
      padding-top: 2.5rem;
      padding-right: 0; }
      .about__wrapper:nth-child(2) .about__block:last-child .block__text {
        margin-bottom: 2.5rem; }
      .about__wrapper:nth-child(2) .about__block:last-child .img {
        width: 100%; }
  .about__block .block__text {
    max-width: 100%; } }

.header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  background-color: transparent;
  border-bottom: solid 1px transparent;
  z-index: 10;
  transition: 0.3s; }

.header__wrapper {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 15.5rem;
  padding: 1rem 0;
  transition: 0.3s; }

.logo {
  position: absolute;
  top: 1rem;
  bottom: 1rem;
  left: 50%;
  transform: translate(calc(-50% + 1.5rem), 0);
  transform-origin: center bottom;
  will-change: transform;
  display: block;
  transition: 0.3s; }
  .logo img {
    display: block;
    height: 100%; }

.menu__show {
  position: fixed;
  top: 4rem;
  left: 6rem;
  display: block;
  width: 6rem;
  height: 6rem;
  border-radius: 50%;
  background-color: #0B1008;
  z-index: 102;
  transition: 0.3s; }
  .menu__show:before, .menu__show:after,
  .menu__show i {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 3.4rem;
    display: block;
    height: 2px;
    background-color: #06FF2F;
    transition: 0.3s; }
  .menu__show:before {
    transform: translate(-50%, -0.9rem); }
  .menu__show:after {
    transform: translate(-50%, 0.7rem); }
  .menu__show:hover:after {
    width: 2rem;
    transform: translate(calc(-50% - 0.7rem), 0.7rem); }
  .menu__show.active:after {
    opacity: 0; }
  .menu__show.active:before {
    transform: translate(-50%, 0) rotate(-45deg); }
  .menu__show.active i {
    transform: translate(-50%, 0) rotate(45deg); }

.menu {
  position: fixed;
  top: 0;
  right: 0;
  width: 100%;
  height: 100vh;
  background-color: #0B1008;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  overflow-y: auto;
  z-index: 101; }
  .menu.opened {
    opacity: 1;
    visibility: visible;
    pointer-events: initial;
    transition: 0.3s; }
  .menu .intro__bg--2 {
    transform: translateY(0); }
  .menu .nav {
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 4rem; }
  .menu .nav__item.active a:before {
    opacity: 1;
    transform: translate(-50%, -50%) scale(1); }
  .menu .nav__item a {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 8.7rem;
    font-family: 'Unbounded', 'Work Sans', 'Source Sans 3', sans-serif;
    font-size: 7rem;
    font-weight: 600;
    line-height: 1.24;
    text-align: center; }
    .menu .nav__item a:before {
      content: '';
      position: absolute;
      top: 50%;
      left: 50%;
      width: 75rem;
      height: 13rem;
      transform: translate(-50%, -50%) scale(0.7);
      background-image: url(../../images/menu_item-bg.png);
      background-repeat: no-repeat;
      background-position: center;
      background-size: contain;
      z-index: -1;
      opacity: 0;
      transition: 0.3s; }
    .menu .nav__item a:hover:before {
      opacity: 1;
      transform: translate(-50%, -50%) scale(1); }

.menu__wrapper {
  padding: 10rem 0; }

@media (max-width: 1340px) {
  .header__wrapper {
    padding: 1rem 0; } }

@media (max-width: 1200px) {
  .header__wrapper {
    height: 10.9rem;
    padding: 1.4rem 0; }
  .menu__show {
    left: 2rem; }
  .logo {
    top: 1.4rem;
    bottom: 1.4rem; }
  .menu .nav__item a {
    height: 4.7rem;
    font-size: 3.8rem; }
    .menu .nav__item a:before {
      width: 35rem;
      height: 6rem; }
  .menu__wrapper {
    padding: 6.6rem 0; } }

@media (max-width: 368px) {
  .menu .nav {
    gap: 3rem; }
  .menu .nav__item a {
    height: 4rem;
    font-size: 3rem; }
    .menu .nav__item a:before {
      width: 30rem;
      height: 5rem; } }

.footer {
  position: relative;
  margin-top: 10rem;
  z-index: 2; }
  .footer .nav {
    display: flex;
    flex-wrap: wrap;
    gap: 3rem 4.4rem; }
  .footer .nav__item a {
    display: block;
    font-family: 'Source Sans 3', sans-serif;
    font-size: 1.6rem;
    font-weight: 400;
    line-height: 1.42;
    color: #06FF2F;
    transition: 0.3s; }
    .footer .nav__item a:hover {
      color: #FFFFFF; }
  .footer .nav__item.active a {
    color: #FFFFFF;
    pointer-events: none; }
  .footer .block__text {
    font-size: 1.6rem; }

.footer__wrapper {
  display: flex;
  flex-direction: column;
  gap: 3.5rem;
  padding: 5.5rem 0;
  border-top: solid 1px #11160D; }

.footer__row {
  display: flex;
  align-items: center;
  justify-content: space-between; }

.footer__block {
  display: flex;
  align-items: center;
  gap: 5.8rem; }

.copyright {
  font-size: 1.6rem;
  font-weight: 400; }

@media (max-width: 1200px) {
  .footer__wrapper {
    gap: 3.7rem;
    padding: 2.5rem 0 5rem; } }

@media (max-width: 992px) {
  .footer {
    margin-top: 2.7rem; }
  .footer__block {
    flex-direction: column;
    gap: 3rem; }
  .footer__row {
    flex-direction: column;
    gap: 3rem; } }

@media (max-width: 1200px) {
  body {
    font-size: 2rem; }
  .container {
    padding: 0 20px; }
  .block__header {
    gap: 2rem 4rem;
    margin-bottom: 4rem; }
  .block__title {
    font-size: 6rem; }
  .block__subtitle {
    margin-bottom: 1.4rem;
    font-size: 3rem; }
  .book .container {
    padding: 0 8px; }
  .book__wrapper {
    width: 50rem; }
  .book__item-wrapper img {
    width: 78%; }
  .updated {
    padding-top: 10rem; } }

@media (max-width: 992px) {
  .text {
    padding-top: 17.6rem; }
  .book {
    padding-top: 11rem; }
  .book__item {
    gap: 2.5rem; }
  .block__header {
    gap: 1.5rem;
    margin-bottom: 2.5rem; }
  .block__title {
    font-size: 3rem; }
  .block__subtitle {
    margin-bottom: 0.4rem;
    font-size: 1.8rem; }
  .block__text {
    font-size: 1.8rem; }
  .updated {
    padding-top: 6rem; } }
