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

body, input, textarea, button {
    font-family: 'Open Sans', sans-serif;
}

pre {
    background: #ededed;
    padding: 15px;
    border-radius: 5px;
	font-size: 14px;
}

.example {
    background: #d7ffd6;
    padding: 15px;
    border-radius: 5px;
    font-size: 16px;
}
body {
    padding: 0;
    margin: 0;
    color: #212121;
    font-size: 21px;
	line-height: 1.5;
}

.blog-item {
	margin-bottom: 30px;
}

.blog-item p {
	margin-top: 0;
}

.blog-item a {
    display: inline-block;
    font-size: 24px;
    margin-bottom: 5px;
    text-decoration: none;
    font-weight: bold;
}

a {
    color: #0c4ad9;
}

a:hover {
    color: #f44336;
}

header {
    text-align: center;
    padding: 10px;
    background: #f5f5f5;
    box-shadow: 0px 0px 3px 0px rgb(52 52 52 / 50%);
    font-size: 24px;
    margin-bottom: 30px;
}

h1 {
    font-size: 2em;
    text-align: center;
}

h2 {
    font-size: 1.5em;
    margin: 0;
	line-height: 1;
}

.container {
    max-width: 1300px;
    margin: 0 auto;
    padding: 0 20px;
}

textarea {
    display: block;
    width: 100%;
    padding: 10px;
    font-size: 18px;
    min-height: 300px;
    border: 1px solid #8bc34a;
    margin-bottom: 15px;
}

textarea:focus, textarea:focus-visible {
    border: 1px solid #3e6214;
    outline: none;
}

.list-block {
    display: flex;
}

.list-block__item {
    flex: 1;
}

.list-block__head {
display: flex;
    align-items: center;
    margin-bottom: 15px;
    position: relative;
    justify-content: space-between;
}

.count-line {
    background-color: rgba(255, 255, 255, 0.5);
    padding: 5px 10px;
    border-radius: 15px;
	font-size: 14px;
}

.list-block__head img {
    margin-right: 10px;
}

.list-block__content {
    background-color: #abf18b;
    padding: 15px 15px 10px;
    border-radius: 5px;
    border: 1px solid #91e16c;
}

.list-block-1 .list-block__item-1 {
    padding-right: 10px;
}

.list-block-1 .list-block__item-2 {
    padding-left: 10px;
}

.list-block__item {
    padding-bottom: 20px;
}

.options {
    margin-bottom: 15px;
    font-size: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.checkbox {
    margin: 0 5px;
}

.actions {
    text-align: center;
    padding: 20px 0 60px;
}
.actions button {
    border-radius: 5px;
    color: #fff;
    font-size: 28px;
    border: 0;
    padding: 10px 25px;
    background: #03a9f4;
    cursor: pointer;
}

.actions button:hover {
    background: #2196f3;
}

.actions button:active {
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.12);
}

.result-line {
    background-color: #f1f1f1;
}
.result-line__title {
    margin-bottom: 30px;
    text-align: center;
    padding: 30px 0;
    background-color: #e7e7e7;
    font-size: 1.5em;
    border-bottom: 1px solid #ddd;
}

footer {
    background-color: #f5f5f5;
    text-align: center;
    padding: 35px 20px;
    border-top: 1px solid #ddd;
    font-size: 16px;
}

footer p {
    margin: 0;
}

footer ul {
    margin: 0 0 15px;
    padding: 0;
}

.bottom-panel {
    display: flex;
    align-items: center;
	    flex-wrap: wrap;
}

.bottom-panel-button {
    display: flex;
    align-items: center;
    background-position: 5px center;
    background-repeat: no-repeat;
    background-color: #fff;
    border: 1px solid #8bc34a;
    text-align: left;
    background-size: 20px;
    border-radius: 3px;
    cursor: pointer;
    padding: 10px;
    font-size: 14px;
    margin-right: 5px;
	margin-bottom: 5px;
}

.bottom-panel-button svg {
    margin-right: 5px;
}

.bottom-panel-button:hover {
    background-color: #d9ffd1;
}

.bottom-panel-button:active {
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.12);
}

.tips {
    padding: 35px 0;
}

footer ul {
    padding: 0;
    margin: 0 0 15px;

}
footer ul li {
    display: inline-block;
    margin: 0 2px;
list-style: none;
}

.b-text {
    font-weight: bold;
}

.contact-form {
    max-width: 600px;
    margin: 0 auto 50px;
    padding: 1em;
    border: 1px solid #ccc;
    border-radius: 1em;
}

.contact-form div+div {
    margin-top: 1em;
}

.contact-form label {
    display: block;
    font-size: 14px;
    margin-bottom: 3px;
}

.contact-form input,
.contact-form textarea {
    width: 100%;
    padding: 0.5em;
    border: 1px solid #ccc;
    border-radius: 1em;
}

.contact-form input[type="submit"] {
    background: #007BFF;
    color: white;
    border: none;
    padding: 0.5em 1em;
    border-radius: 1em;
    cursor: pointer;
}

.contact-form input[type="submit"]:hover {
    background: #0056b3;
}
@media screen and (max-width: 650px) {
    .list-block {
        flex-direction: column;
        margin-left: -20px;
        margin-right: -20px;
    }

    .list-block__content {
        border-radius: 0;
        border-left: 0;
        border-right: 0;
    }

    .list-block-1 .list-block__item-1 {
        padding-right: 0;
    }

    .list-block-1 .list-block__item-2 {
        padding-left: 0;
    }


}