@charset "UTF-8";
html, body {
  padding: 0;
  margin: 0;
  border: 0;
  --blue_accent: #4948B7;
  --red_accent: #B62127;
  --dark-gray: #333;
  font-family: "Montserrat";
  line-height: 17px;
  color: black;
}
html p, body p {
  font-size: 24px;
  line-height: 1.25;
  color: var(--dark-gray);
}

#scroll {
  position: fixed;
  width: 100%;
  font-size: 14px;
  bottom: 0;
  color: #808286;
  z-index: 1;
}
#scroll #outer {
  width: 165px;
}
#scroll #heart {
  z-index: 1;
}

.left_pos {
  left: 30px;
  margin-bottom: 50px;
  margin-left: 70px;
  padding-left: 50px;
}

@media (max-width: 1200px) {
  .left_pos {
    left: 0;
    margin-bottom: 0px;
    margin-left: 10px;
    padding-left: 0px;
  }

  #scroll {
    text-align: center;
  }
  #scroll #outer {
    width: 120px;
  }
}
.max-content {
  width: max-content;
}

.accent {
  color: var(--blue_accent);
}

.red-accent {
  color: var(--red_accent);
}

.bg-accent {
  background-color: var(--blue_accent);
  color: white;
}
.bg-accent p {
  color: white;
  font-size: 21px;
}

.header-block {
  left: 0px;
  top: 1517px;
}

.centerator {
  display: flex;
  height: inherit;
  width: -webkit-fill-available;
  width: -moz-available;
  /* WebKit игнор. */
  width: fill-available;
}

ul li {
  list-style: none;
  /* Убираем исходные маркеры */
  background: url(../images/marker.png) no-repeat 0 4px;
  /* Параметры фона */
  padding-left: 30px;
  /* Смещаем текст вправо */
  line-height: 1.5;
}

ol li p {
  font-size: 18px;
}

.top-index {
  font-size: small;
  vertical-align: top;
}

.main-border {
  border: 4px solid var(--blue_accent);
  /* Параметры границы */
  padding: 35px;
  /* Поля вокруг текста */
  border-radius: 15px;
}
.main-border p {
  font-size: 21px;
}
.main-border h1 {
  color: var(--blue_accent);
  font-weight: bold;
}
.main-border .corner {
  margin-left: -80px;
  margin-top: -60px;
}
.main-border .corner img {
  width: 90px;
}

a {
  font-size: 24px;
  line-height: 1.5;
}

.link-danger {
  color: var(--red_accent);
}
.link-danger:hover {
  color: darkred;
}
.link-danger:active {
  color: #4d0230;
}
.link-danger:visited {
  color: purple;
}

.accent-container {
  background-image: url("../images/bg-big.png");
  -moz-background-size: 100%;
  /* Firefox 3.6+ */
  -webkit-background-size: 100%;
  /* Safari 3.1+ и Chrome 4.0+ */
  -o-background-size: 100%;
  /* Opera 9.6+ */
  background-size: 100%;
  /* Современные браузеры */
}

.btn-danger {
  background-color: var(--red_accent);
  border-radius: 20px;
  border-color: var(--red_accent);
  padding: 18px 50px 8px;
  border: none;
}
.btn-danger:hover {
  background-color: var(--red_accent);
  box-shadow: 0px 4px 15px rgba(182, 33, 39, 0.3);
  border: none;
}

.white-container {
  height: 200px;
}

.white-container-2 {
  height: 100px;
}

.bg-right {
  background-image: url("../images/bg-right.png");
  border-radius: 20px 0 0 20px;
  background-position: 100% 50%;
}

hr {
  color: var(--red_accent);
  background-color: var(--red_accent);
  height: 2px !important;
  width: 95%;
}

.font10 p {
  font-size: 15px !important;
}

.font14 {
  font-size: 18px !important;
}

.font16 p {
  font-size: 21px !important;
}

.font18 p {
  font-size: 24px !important;
}

.font20 p {
  font-size: 27px !important;
}

.font22 {
  font-size: 29px !important;
}

h1 {
  font-size: 43px;
  font-weight: 600;
}

.block1 {
  position: absolute;
  /* Абсолютное позиционирование */
  display: none;
  width: 100%;
  bottom: 120%;
  /* Положение подсказки */
  z-index: 1;
  /* Отображаем подсказку поверх других элементов */
  background: #eee;
  color: black;
  font-size: 18px;
  /* Размер текста подсказки */
  padding: 5px 10px;
  /* Поля */
  border-radius: 10px;
  /* Параметры рамки */
}
.block1 a {
  font-size: 18px;
}

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