@charset "UTF-8";
/*Обнуление*/
* {
  padding: 0;
  margin: 0;
  border: 0;
}

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

:focus,
:active {
  outline: none;
}

a {
  -webkit-tap-highlight-color: transparent;
}

a:focus,
a:active {
  outline: none;
}

nav,
footer,
header,
aside {
  display: block;
}

html,
body {
  height: 100%;
  width: 100%;
  font-size: 100%;
  line-height: 1;
  -ms-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

input,
button,
textarea {
  font-family: inherit;
}

input::-ms-clear {
  display: none;
}

button {
  cursor: pointer;
}

button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

a,
a:visited {
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

ul li {
  list-style: none;
}

img {
  vertical-align: top;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: 400;
}

/*--------------------*/
.wrapper {
  padding: 30px;
}

.title {
  margin-bottom: 30px;
  font-size: 32px;
  font-weight: 700;
}

.container {
  padding: 30px;
  width: 650px;
  height: 450px;
  background-color: rgb(230, 226, 226);
  font-size: 20px;
  border-radius: 20px;
}

.sum-block {
  margin-bottom: 20px;
}

.sum-text {
  margin-right: 10px;
}

.sum {
  padding: 5px 10px;
  font-size: 20px;
}

.text {
  margin-bottom: 10px;
}

.list {
  margin-bottom: 20px;
  font-size: 20px;
}

.button {
  margin-bottom: 30px;
  padding: 5px 10px;
  font-size: 20px;
  background-color: gray;
  color: #FFF;
  border-radius: 10px;
}

.result-block {
  display: none;
  font-size: 26px;
  font-weight: 700;
  color: rgb(160, 24, 24);
}