@charset "UTF-8";
@font-face {
  font-family: "NeutraText-BookAlt";
  font-style: normal;
  font-weight: normal;
  src: url("../fonts/neutra-text-alt-587261020eccb.woff") format("woff");
}
@font-face {
  font-family: "NeutraText-Light";
  font-style: normal;
  font-weight: normal;
  src: url("../fonts/neutra-text-light-5872613aeda5b.woff") format("woff");
}
@font-face {
  font-family: "NeutraTextTF-Book";
  font-style: normal;
  font-weight: normal;
  src: url("../fonts/neutra-text-tf-5871e0b0704ed.woff") format("woff");
}
@font-face {
  font-family: "NeutraText-Bold";
  font-style: normal;
  font-weight: normal;
  src: url("../fonts/neutra-text-bold-5871e1605afa2.woff") format("woff");
}
@font-face {
  font-family: "NeutraText-BoldItalic";
  font-style: normal;
  font-weight: normal;
  src: url("../fonts/neutra-text-bold-italic-5872615974382.woff") format("woff");
}
@font-face {
  font-family: "Le Jour Script";
  font-style: normal;
  font-weight: normal;
  src: url("../fonts/LeJourScript-Eaqpg.woff") format("woff");
}
@font-face {
  font-family: "Le Jour Serif";
  font-style: normal;
  font-weight: normal;
  src: url("../fonts/LeJourSerif-OVZMo.woff") format("woff");
}
@font-face {
  font-family: "NeutraText-BookAlt";
  font-style: normal;
  font-weight: normal;
  src: url("../fonts/neutra-text-alt-587261020eccb.woff") format("woff");
}
@font-face {
  font-family: "NeutraText-Light";
  font-style: normal;
  font-weight: normal;
  src: url("../fonts/neutra-text-light-5872613aeda5b.woff") format("woff");
}
@font-face {
  font-family: "NeutraTextTF-Book";
  font-style: normal;
  font-weight: normal;
  src: url("../fonts/neutra-text-tf-5871e0b0704ed.woff") format("woff");
}
@font-face {
  font-family: "NeutraText-Bold";
  font-style: normal;
  font-weight: normal;
  src: url("../fonts/neutra-text-bold-5871e1605afa2.woff") format("woff");
}
@font-face {
  font-family: "NeutraText-BoldItalic";
  font-style: normal;
  font-weight: normal;
  src: url("../fonts/neutra-text-bold-italic-5872615974382.woff") format("woff");
}
@font-face {
  font-family: "Le Jour Script";
  font-style: normal;
  font-weight: normal;
  src: url("../fonts/LeJourScript-Eaqpg.woff") format("woff");
}
@font-face {
  font-family: "Le Jour Serif";
  font-style: normal;
  font-weight: normal;
  src: url("../fonts/LeJourSerif-OVZMo.woff") format("woff");
}
/* Указываем box sizing */
*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

/* Убираем внутренние отступы */
ul[class],
ol[class] {
  padding: 0;
}

/* Убираем внешние отступы */
body,
h1,
h2,
h3,
h4,
p,
ul[class],
ol[class],
li,
figure,
figcaption,
blockquote,
dl,
dd {
  margin: 0;
}

/* Выставляем основные настройки по-умолчанию для body */
body {
  scroll-behavior: smooth;
  text-rendering: optimizeSpeed;
  line-height: 1.5;
  font-family: "NeutraText-BookAlt";
  color: #000;
  background: url("../img/body.webp") repeat-y;
  background-size: cover;
}

/* Удаляем стандартную стилизацию для всех ul и il, у которых есть атрибут class*/
ul[class],
ol[class] {
  list-style: none;
}

/* Элементы a, у которых нет класса, сбрасываем до дефолтных стилей */
a:not([class]) {
  -webkit-text-decoration-skip: ink;
          text-decoration-skip-ink: auto;
}

/* Упрощаем работу с изображениями */
img {
  max-width: 100%;
  display: block;
}

/* Указываем понятную периодичность в потоке данных у article*/
article > * + * {
  margin-top: 1em;
}

/* Наследуем шрифты для инпутов и кнопок */
input,
button,
textarea,
select {
  font: inherit;
}

.section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100vh;
}

.block {
  -webkit-box-shadow: 0px 8px 22.5px rgba(0, 0, 0, 0.25);
          box-shadow: 0px 8px 22.5px rgba(0, 0, 0, 0.25);
  background: #fff;
  padding: 64px;
  border-radius: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 17px;
  color: #5D5E60;
  text-align: center;
}
@media screen and (max-width: 1024px) {
  .block {
    padding: 20px;
  }
}
.block a {
  text-decoration: underline;
  color: #5D5E60;
}

.logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 30px;
}

.title {
  text-align: center;
  font-size: 36px;
  margin-bottom: 10px;
  font-family: "Le Jour Serif";
}

.text1 {
  margin-bottom: 30px;
}

.txt4 {
  margin-top: 30px;
}