@font-face {
  font-family: 'Title Font';
  src: url('/assets/fonts/TitleFont/TitleFont-Bold.woff2') format('woff2'), url('/assets/fonts/TitleFont/TitleFont-Bold.woff') format('woff'), url('/assets/fonts/TitleFont/TitleFont-Bold.ttf') format('truetype');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Title Font';
  src: url('/assets/fonts/TitleFont/TitleFont.woff2') format('woff2'), url('/assets/fonts/TitleFont/TitleFont.woff') format('woff'), url('/assets/fonts/TitleFont/TitleFont.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Title Font Condensed';
  src: url('/assets/fonts/TitleFont/TitleFont-CondensedBold.woff2') format('woff2'), url('/assets/fonts/TitleFont/TitleFont-CondensedBold.woff') format('woff'), url('/assets/fonts/TitleFont/TitleFont-CondensedBold.ttf') format('truetype');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

/* @font-face {
  font-family: 'Title Font Condensed';
  src: url('/assets/fonts/TitleFont/TitleFont-CondensedMd.woff2') format('woff2'), url('/assets/fonts/TitleFont/TitleFont-CondensedMd.woff') format('woff'), url('/assets/fonts/TitleFont/TitleFont-CondensedMd.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
} */

@font-face {
  font-family: 'Exo 2';
  font-style: normal;
  font-display: swap;
  font-weight: 300;
  src: url('/assets/fonts/Exo2/exo-2-v4-cyrillic_latin-300.woff2') format('woff2'), url('/assets/fonts/Exo2/exo-2-v4-cyrillic_latin-300.woff') format('woff'), url('/assets/fonts/Exo2/exo-2-v4-cyrillic_latin-300.ttf') format('truetype');
}

@font-face {
  font-family: 'Exo 2';
  font-style: normal;
  font-display: swap;
  font-weight: 400;
  src: url('/assets/fonts/Exo2/exo-2-v4-cyrillic_latin-regular.woff2') format('woff2'), url('/assets/fonts/Exo2/exo-2-v4-cyrillic_latin-regular.woff') format('woff'), url('/assets/fonts/Exo2/exo-2-v4-cyrillic_latin-regular.ttf') format('truetype');
}

@font-face {
  font-family: 'Exo 2';
  font-style: normal;
  font-display: swap;
  font-weight: 500;
  src: url('/assets/fonts/Exo2/exo-2-v4-cyrillic_latin-500.woff2') format('woff2'), url('/assets/fonts/Exo2/exo-2-v4-cyrillic_latin-500.woff') format('woff'), url('/assets/fonts/Exo2/exo-2-v4-cyrillic_latin-500.ttf') format('truetype');
}

@font-face {
  font-family: 'Exo 2';
  font-style: normal;
  font-display: swap;
  font-weight: 600;
  src: url('/assets/fonts/Exo2/exo-2-v4-cyrillic_latin-600.woff2') format('woff2'), url('/assets/fonts/Exo2/exo-2-v4-cyrillic_latin-600.woff') format('woff'), url('/assets/fonts/Exo2/exo-2-v4-cyrillic_latin-600.ttf') format('truetype');
}
body {
  margin: 0;
  font-family: 'Exo 2', sans-serif;
}

p,
h1 {
  margin: 0;
}

.title {
  font-family: 'Title Font', sans-serif;
  font-weight: bold;
}

.title--size-l {
  font-size: 40px;
  line-height: 1.22em;
}

.title--size-m {
  font-size: 30px;
  margin-bottom: 16px;
}

.subtitle {
  font-weight: 600;
  line-height: 1.32em;
}

.subtitle--size-m {
  font-size: 20px;
}

.subtitle--size-s {
  font-size: 20px;
}

.text {
  font-size: 16px;
  line-height: 1.4em;
}

.btn {
  background-color: #8c0000;
  color: #ffffff;
  padding: 14px 44px;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 24px;
  font-family: 'Title Font Condensed', sans-serif;
  cursor: pointer;
  border: none;
  outline: none;
  box-sizing: border-box;
  transition: all .2s ease;
}

.btn--invert {
  background-color: transparent;
  border: 2px solid #8c0000;
}

.btn--size-s {
  font-size: 18px;
  padding: 10px 28px;
  letter-spacing: 0.08em;
}

.btn:hover {
  background-color: #ba0000;
}

.btn--invert:hover {
  background-color: #8c0000;
}

.container {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  box-sizing: border-box;
  padding: 48px;
  flex-wrap: wrap;
}

.content {
  width: 100%;
}

.checkboxBlock {
  cursor: pointer;
  display: flex;
  align-items: center;
}

.inputGroup {
  margin-top: 16px;
}

.input {
  border: none;
  border-radius: 0;
  outline: 0;
  background: #fff;
  font-size: 15px;
  color: #141519;
  padding: 4px 4px 4px 10px;
  width: 100%;
  line-height: 1.3em;
  height: 36px;
  box-sizing: border-box;
  font-family: 'Exo 2', sans-serif;
}

.textarea {
  border: none;
  border-radius: 0;
  outline: 0;
  background: #fff;
  font-size: 15px;
  color: #141519;
  padding: 4px 4px 4px 10px;
  width: 100%;
  line-height: 1.3em;
  height: 64px;
  box-sizing: border-box;
  font-family: 'Exo 2', sans-serif;
  resize: vertical;
}

.input__error {
  display: block;
  color: #ea0101;
  font-family: 'Exo 2',sans-serif;
  font-weight: 600;
  margin-top: 4px;
  font-size: 14px;
}

.acceptGroup {
  position: relative;
  display: flex;
  align-items: flex-start;
  margin-top: 16px;
}

.checkbox {
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 0;
  opacity: 0;
}

.checkmark {
  display: block;
  border: 2px solid #747474;
  border-radius: 0;
  width: 20px;
  height: 20px;
  box-sizing: border-box;
  position: relative;
  cursor: pointer;
  margin-right: 12px;
}

.checkmark:after {
  content: " ";
  position: absolute;
  display: none;
  color: #fff;
  top: 3px;
  left: 3px;
  font-size: 16px;
  width: 10px;
  height: 10px;
  background-color: #8c0000;
}

.checkbox:checked + .checkmark {
  border-color: #8c0000;
}

.checkbox:checked + .checkmark:after {
  display: block;
}

@media screen and (max-width: 900px) {
  .title--size-l {
    font-size: 28px;
  }
}
.container__main {
  background-color: #16171b;
  width: 100%;
  height: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  align-content: center;
  min-height: 100vh;
  flex-wrap: wrap;
}

.container__notFound {
  background-color: #16171b;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  min-height: 100vh;
  color: #ffffff;
  text-align: center;
}

.title__notFound {
  font-size: 100px;
}

.text__notFound {
  font-size: 40px;
}

.link__notFound {
  color: #d1d1d1;
  font-size: 30px;
  text-decoration: none;
  transition: all .3s ease;
  font-weight: 500;
  margin-top: 40px;
  display: inline-block;
  border: 2px solid #d1d1d1;
  padding: 7px 15px 10px 15px;
}

.link__notFound:hover {
  color: #16171b;
  background: #d1d1d1;
}

.container__header {
  padding-top: 80px;
  background-color: #16171b;
  color: #ffffff;
}

.content__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 1000px;
}

.box__cover {
  max-width: 284px;
  position: relative;
  margin-right: 80px;
  flex-basis: 35%;
}

.box__cover--main {
  margin-right: 0;
  /* max-width: 400px; */
  flex-basis: unset;
  /* opacity: 0.5; */
  transition: all .3s ease;
}

/* .box__cover--main:first-child {
  margin-right: 80px;
} */

.cover__shadow {
  box-shadow: 0px 0px 128px rgba(255, 255, 255, 0.4);
  width: 80%;
  height: 70%;
  position: absolute;
  left: 10%;
  top: 15%;
  transition: all .3s ease;
}

.box__cover--main:hover .cover__shadow {
  box-shadow: 0px 0px 128px rgba(255, 255, 255, 0.75);
}

.main__btnContainer {
  width: 100%;
  display: flex;
  justify-content: center;
  position: absolute;
  bottom: 0;
  left: 0;
}

.main__btnContainer--subscribe {
  display: flex;
  justify-content: center;
  width: 100%;
}

.btn__subscribe--desktop {
  position: absolute;
  top: -70px;
  left: 0;
}

.btn__subscribe--mobile {
  display: none;
}

.cover__book {
  width: 100%;
  height: auto;
  position: relative;
  z-index: 2;
}

.phone__book {
  position: absolute;
  right: -22%;
  bottom: 7%;
  z-index: 2;
  height: 54%;
  width: auto;
}

.container__btn--mobile {
  display: none;
}

.description__header {
  max-width: 626px;
  flex-basis: 65%;
  padding-top: 40px;
}

.header__title {
  text-transform: uppercase;
  margin-bottom: 8px;
}
/*
.header__title--mobile {
  display: none;
}*/

.header__subtitle {
  margin-bottom: 38px;
  font-weight: bold;
}
/*
.header__subtitle--mobile {
  display: none;
}*/

.header__text {
  color: #fafafa;
  margin-bottom: 48px;
}

.content__section {
  max-width: 1000px;
}

.content__main {
  display: flex;
  justify-content: center;
  width: 100%;
  position: relative;
  padding-bottom: 72px;
  padding-top: 72px;
  max-width: 800px;
}

.subtitle__section {
  color: #8c0000;
}

.list {
  list-style: none;
  padding-left: 0px;
  margin-top: 0;
  column-count: 2;
  column-gap: 96px;
}

.item:before {
  content: "";
  border-left: 8px solid #8c0000;
  border-right: none;
  border-top: 4px solid transparent;
  border-bottom: 4px solid transparent;
  position: absolute;
  left: 0px;
  top: 31px;
}

.item {
  position: relative;
  padding-top: 24px;
  break-inside: avoid;
  padding-left: 20px;
}

.text__section {
  padding-top: 24px;
}

.container__btn {
  padding: 0;
  padding-top: 0;
}

.section__btn {
  margin-top: 32px;
}

.box__modalDialog {
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 999;
  display: flex;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
  padding: 45px;
  opacity: 0;
  pointer-events: none;
  transition: all .3s ease;
  background: rgba(0, 0, 0, .8);
  overflow: hidden;
}

.box__modalDialog--visible {
  opacity: 1;
  pointer-events: auto;
}

.box__modalDialog--overflow {
  overflow: auto;
}

.modalDialog {
  background: #333;
  max-width: 380px;
  width: 100%;
  padding: 30px;
  box-sizing: border-box;
  box-shadow: 0 0 40px 10px rgba(0, 0, 0, .25);
  transform: translateY(100vh);
  opacity: 0;
  transition: all .2s ease;
  position: relative;
}

.modalDialog--limit,
.modalDialog--failedByInterner,
.modalDialog--success {
  display: none;
}

.box__modalDialog--limit .modalDialog--limit {
  display: block;
}

.box__modalDialog--limit  .modalDialog--compose,
.box__modalDialog--limit .modalDialog--failedByInterner,
.box__modalDialog--limit .modalDialog--success {
  display: none;
}

.box__modalDialog--failedByInterner .modalDialog--failedByInterner {
  display: block;
}

.box__modalDialog--failedByInterner  .modalDialog--compose,
.box__modalDialog--failedByInterner .modalDialog--limit,
.box__modalDialog--failedByInterner .modalDialog--success {
  display: none;
}

.box__modalDialog--success .modalDialog--success {
  display: block;
}

.box__modalDialog--success  .modalDialog--compose,
.box__modalDialog--success .modalDialog--failedByInterner,
.box__modalDialog--success .modalDialog--limit {
  display: none;
}

.box__modalDialog--sending .text__sending {
  display: block;
  padding-top: 16px;
}

.box__modalDialog--visible .modalDialog {
  transform: translateY(0);
  opacity: 1;
}

.box__modalDialog .text {
  color: #ffffff;
  font-size: 14px;
}

.closeIcon {
  position: absolute;
  right: 0;
  top: 0;
  cursor: pointer;
  color: #fff;
  font-size: 30px;
  line-height: 18px;
  height: 21px;
  width: 21px;
  padding: 10px;
}

.modalDialog__title {
  color: #ffffff;
  font-size: 28px;
}

#form__download {
  margin-top: 16px;
}

.text__accept {
  color: rgba(255, 255, 255, .72);
  font-size: 14px;
}

.submit__btn {
  margin-top: 24px;
  width: 100%;
}

.submit__btn .btn {
  width: 100%;
  font-family: 'Exo 2',sans-serif;
  font-size: 20px;
  font-weight: 600;
}

.text__sending {
  display: none;
}

.btn__tryAgain {
  margin-top: 24px;
}

.container__footer {
  background-color: #16171b;
  padding-top: 16px;
  padding-bottom: 16px;
}

.content__footer {
  max-width: 1000px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.copyright {
  font-size: 14px;
  color: #fff;
}

.content__footer .text__contactUs {
  color: #fff;
  cursor: pointer;
}

.container__subscribe {
    background: transparent;
    position: absolute;
    pointer-events: none;
}

.content__subscribe {
  display: flex;
  justify-content: flex-end;
  max-width: 1000px;
}

.content__subscribe .btn {
  pointer-events: all;
}

.grecaptcha-badge {
  opacity: 0;
  pointer-events: none;
  visibility: hidden;
}

@media screen and (max-width: 1000px) {
  /* .header__btn {
    margin-top: 32px;
  } */
}

@media screen and (max-width: 900px) {
  .container {
    padding: 32px;
  }

  .container__header {
    padding-top: 80px;
  }

  .content__header {
    flex-wrap: wrap;
    justify-content: center;
  }

  .content__subscribe {
    justify-content: center;
  }

  .box__cover {
    flex-basis: 70%;
    margin-right: 0;
  }

  .box__cover--first {
    margin-right: 30px;
  }

  .container__btn--mobile {
    display: flex;
    margin-bottom: 32px;
  }

  .description__header {
    flex-basis: 100%;
    margin-top: 0px;
    padding-top: 0px;
  }

  /*.header__title--mobile,
  .header__subtitle--mobile {
    display: block;
  }

  .header__title--desktop,
  .header__subtitle--desktop {
    display: none;
  }*/

  .header__title,
  .header__subtitle {
    max-width: 626px;
    text-align: center;
  }

  .header__text,
  .subtitle__section {
    text-align: center;
  }

  .container__btn {
    padding: 0;
  }

  .header__btn {
    margin-bottom: 16px;
  }

  .section__btn {
    margin-bottom: 16px;
  }

  .list {
    column-count: 1;
  }
}

@media screen and (max-width: 540px) {
  .container {
    padding: 16px;
  }

  .container__header {
    padding-top: 80px;
  }

  .container__subscribe {
    padding-top: 32px;
  }

  /*.header__title {
    font-size: 44px;
  }*/

  .container__btn {
    padding: 0;
  }

  /*.btn {
    font-size: 18px;
    padding: 14px 16px;
    width: 100%;
  }*/

  .header__btn {
    margin-bottom: 32px;
  }

  .section__btn {
    margin-top: 16px;
    margin-bottom: 32px;
  }

  .container__btn--mobile {
    margin-bottom: 16px;
  }

  .box__modalDialog {
    padding: 16px;
  }

  .modalDialog {
    padding: 30px 16px 16px 16px;
  }

  .box__cover--main:first-child {
    margin-right: 0;
  }

  .content__main {
    flex-wrap: wrap;
    justify-content: center;
    padding-top: 0;
    padding-bottom: 0;
  }

  .main__btnContainer {
    position: relative;
    padding: 20px 0;
  }

  .btn__subscribe--desktop {
    display: none;
  }

  .btn__subscribe--mobile {
    display: flex;
    margin-top: 20px;
  }

  .title__notFound {
    font-size: 80px;
  }

  .text__notFound {
    font-size: 30px;
  }

  .link__notFound {
    font-size: 26px;
  }

  .content__footer {
    flex-wrap: wrap;
  }

  .copyright {
    width: 100%;
    order: 2;
  }

  .content__footer .text__contactUs {
    order: 1;
    margin-bottom: 24px;
  }
}

@media screen and (max-height: 600px) {
  .box__modalDialog {
    align-items: center;
  }
}

@media screen and (max-width: 390px) {
  .modalDialog__title {
    font-size: 22px;
  }
}
