@charset "UTF-8";
@font-face {
  font-family: "mr_HamiltoneG";
  src: url(/fonts/mr_HamiltoneG.ttf?0f535e11049ab9faa22116e58952aa62);
}
* {
  box-sizing: border-box !important;
}

a {
  transition: all 0.2s linear;
}

html {
  overflow-x: hidden;
}

body {
  background: #E5DDDB;
  color: #000000;
  font-family: IBM Plex Mono;
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 160%;
  padding-bottom: 80px;
  padding-left: 10px;
  padding-right: 10px;
  overflow-x: hidden;
}

.container {
  width: 100%;
  max-width: 1132px;
  margin: 147px auto 0;
  background-image: url(/images/bg.png?0566bab358421cbbb79db4d027bef807);
  background-repeat: repeat;
  box-shadow: 0px 100px 80px rgba(157, 127, 108, 0.07), 0px 41.7776px 33.4221px rgba(157, 127, 108, 0.0503198), 0px 22.3363px 17.869px rgba(157, 127, 108, 0.0417275), 0px 12.5216px 10.0172px rgba(157, 127, 108, 0.035), 0px 6.6501px 5.32008px rgba(157, 127, 108, 0.0282725), 0px 2.76726px 2.21381px rgba(157, 127, 108, 0.0196802);
}

.page {
  position: relative;
}
.page__ava {
  display: flex;
  justify-content: center;
  position: relative;
}
.page__ava img {
  position: absolute;
  top: -117px;
  border-radius: 50%;
  box-shadow: 0px 100px 80px rgba(157, 127, 108, 0.07), 0px 41.7776px 33.4221px rgba(157, 127, 108, 0.0503198), 0px 22.3363px 17.869px rgba(157, 127, 108, 0.0417275), 0px 12.5216px 10.0172px rgba(157, 127, 108, 0.035), 0px 6.6501px 5.32008px rgba(157, 127, 108, 0.0282725), 0px 2.76726px 2.21381px rgba(157, 127, 108, 0.0196802);
}
.page__account {
  font-family: IBM Plex Mono, serif;
  font-style: normal;
  font-size: 20px;
  line-height: 30px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  display: flex;
  justify-content: center;
  width: 100%;
  padding-top: 66px;
  font-weight: 500;
}
.page__account a {
  text-decoration: none;
  color: #000;
}
.page__account a:focus {
  color: #000;
}
.page__account a:hover, .page__account a:active {
  color: #947972;
}
.page__head {
  margin-bottom: 36px;
}
.page__head-title {
  font-family: mr_HamiltoneG;
  font-size: 80px;
  line-height: 90px;
  text-align: center;
  font-weight: normal;
  padding: 0;
  margin: 0;
  margin-top: 50px;
  padding: 0 15px;
  padding-bottom: 5px;
}
.page__head-text {
  display: flex;
  justify-content: center;
  width: 100%;
}
.page__head-text-inner {
  max-width: 563px;
  width: 100%;
  text-align: center;
}
.page__bottom {
  padding-top: 71px;
}
.page__footer-text {
  display: flex;
  justify-content: center;
  width: 100%;
  padding-bottom: 36px;
}
.page__footer-text-inner {
  max-width: 563px;
  width: 100%;
  text-align: center;
}
.page__button {
  display: flex;
  justify-content: center;
  padding-bottom: 54px;
}

.space-1 {
  width: 46px;
  display: inline-block;
}

.space-2 {
  width: 36px;
  display: inline-block;
}

.hr {
  width: 100%;
  height: 1px;
  background-image: url(/images/dash.png?771c31460c54fc904244d609db4e1369);
  background-repeat: repeat-x;
  margin: 16px 0;
}

.toggles {
  padding: 0 58px;
}

.toggle {
  border-bottom: 1px solid #BBA8A4;
}
.toggle--danger {
  /*padding: 0px 0 24px;*/
}
.toggle:first-of-type {
  border-top: 1px solid #BBA8A4;
}
.toggle__title {
  font-size: 24px;
  line-height: 42px;
  color: #947972;
  display: block;
  text-decoration: none;
  position: relative;
  padding: 20px 0;
  padding-right: 50px;
}
@media (min-width: 768px) {
  .toggle__title:focus {
    color: #947972;
  }
  .toggle__title:hover, .toggle__title:active {
    color: #000;
  }
}
.toggle__title:after {
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  background-image: url(/images/arrow.svg?54314e3bfbf14e34e4879536ff1e4753);
  background-repeat: no-repeat;
  background-position: center center;
  width: 40px;
  height: 30px;
  transform: translateY(-50%) rotate(180deg);
  transition: 0.2s linear;
}
.toggle__title.active:after {
  transform: translateY(-50%) rotate(0deg);
}
.toggle__title--danger {
  color: #CE0000 !important;
  padding: 24px 0;
  padding-left: 65px;
}
.toggle__title--danger:before {
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  background-image: url(/images/danger.svg?9543cf84d6380db01716dbd02f01e4e5);
  background-repeat: no-repeat;
  background-position: center center;
  width: 50px;
  height: 50px;
  transform: translateY(-50%);
  transition: 0.2s linear;
  background-size: contain;
}
@media (min-width: 768px) {
  .toggle__title--danger:focus {
    color: #CE0000 !important;
  }
  .toggle__title--danger:hover, .toggle__title--danger:active {
    color: #000 !important;
  }
}
.toggle__wrap {
  display: none;
}
.toggle__content {
  max-width: 583px;
  width: 100%;
  padding-bottom: 20px;
}
.toggle__content p {
  padding: 0;
  margin: 0;
  margin-bottom: 20px;
}

.important {
  background: #E5DDDB;
  padding: 10px;
  display: block;
  color: #3F251F;
}

.link {
  text-decoration: none;
  color: #75544C;
  border-bottom: 1px solid #BBA8A4;
}
.link:focus {
  color: #75544C;
  border-bottom: 1px solid #BBA8A4;
}
.link:hover, .link:active {
  color: #000;
  border-color: #888;
}

.button {
  display: flex;
  font-size: 16px;
  line-height: 30px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: #947972;
  height: 60px;
  padding: 0 15px;
  text-decoration: none;
  border: 1px solid #BBA8A4;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.circle {
  position: absolute;
  bottom: -26px;
  right: -26px;
  background-image: url(/images/circle.svg?36342dd330d36ac64c146fc8cfc3f93f);
  width: 188px;
  height: 188px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  display: block;
  transform: rotate(-15deg);
}
@media (max-width: 1250px) {
  .circle {
    right: -10px;
    bottom: -10px;
  }
}

.tags {
  width: 100%;
  max-width: 1132px;
  margin: 0 auto;
  margin-top: 13px;
}
.tag {
  color: #947972;
  font-size: 18px;
  line-height: 160%;
  margin-right: 21px;
}

@media (max-width: 900px) {
  body {
    font-size: 14px;
  }
  .page__head-title {
    margin-top: 30px;
    font-size: 50px;
    line-height: 60px;
  }
  .toggles {
    padding: 0 20px;
  }
  .toggle__title {
    font-size: 18px;
    line-height: 18px;
  }
  .toggle__title:after {
    background-size: contain;
    width: 14px;
  }
  .toggle__title--danger {
    padding-left: 40px;
  }
  .toggle__title--danger:before {
    width: 30px;
    height: 30px;
  }
  .circle {
    width: 120px !important;
    height: 120px !important;
    bottom: initial !important;
    top: calc(100% - 40px) !important;
  }
  .button {
    font-size: 14px;
  }
  .tags {
    margin-top: 90px;
  }
  .tag {
    font-size: 14px;
  }
}
ul {
  margin-top: 0 !important;
  list-style: none;
}
ul li {
  position: relative;
}
ul li:before {
  position: absolute;
  content: "—";
  display: block;
  top: 1px;
  left: -20px;
}
