@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=PT+Sans:ital,wght@0,400;0,700;1,400&display=swap");
/*Обнуление*/
* {
  padding: 0;
  margin: 0;
  border: 0; }

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

:focus, :active {
  outline: none; }

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

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

html, body {
  height: 100%;
  width: 100%;
  font-size: 100%;
  line-height: 1;
  font-size: 14px;
  -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: inherit; }

/*--------------------*/

body {
  font-family: 'Oswald';
}

.wrapper {
}

.header {
  background-color: #185513;
}

.header_container {
  height: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
}

h1 {
  font-size: 35px;
  text-transform: uppercase;
  font-weight: 600;
}

/*--------------------*/

.main {
  display: flex;
  flex-direction: column;
  gap: 30px;
  color: #fff;
  background-color: #705c5c;
}

.text-shadow {
}

.block {
  position: relative;
}

.block:not(:last-child):after {
  position: absolute;
  content: "";
  background-color: #fff;
  color: #000;
  width: 100%;
  height: 30px;
  bottom: -30px;
}

.text-shadow_container {
}

h2 {
  font-size: 30px;
  text-transform: uppercase;
  margin: 0 0 15px 0;
}

form {
  display: flex;
  flex-direction: column;
  padding: 20px;
}

label {
  font-size: 20px;
  margin: 0 0 5px 0;
}

input {
  margin: 0 0 10px 0;
  cursor: pointer;
}

.color {
  width: 80px;
  height: 80px;
  border: none;
  padding: 0;
}

.text-shadow_result {
}

.result {
  font-size: 25px;
  margin: 10px 0 20px 0;
}
textarea {
  width: 50%;
  height: 70px;
  resize: none;
  font-size: 20px;
  padding: 0 0 0 5px;
}

@media(max-width:700px) {
  textarea {
    width: 90%;
  }
}

.box-shadow {
}

.box-shadow_container {
}

.box-shadow_result {
  background-color: #920b0b;
  width: 100px;
  height: 100px;
}

.inset {
  width: 30px;
  height: 30px;
}

.border-radius {
}

.border-radius_container {
}

.border-radius_form {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 25px;
}

.border-radius_input {
  display: flex;
  flex-direction: column;
  flex: 0 1 40%;
}

.border-radius_result {
  background-color: #bc9d11;
  width: 100px;
  height: 100px;
}

.border-radius_textarea {
  height: 150px;
}

.triangle {
}

.triangle_container {
}

.triangle_rbtns {
  margin: 20px 0 0 0;
  max-width: 500px;
}
input[type="radio"] {
  height: 20px;
}

td {
  height: 130px;
  width: 150px;
}

.triangle_result {
  width: 0;
  height: 0;
  border-style: solid;
}

.triangle_textarea {
  height: 200px;
}

/*--------------------*/

[class*="_container"] {
  margin: 0 10%;
}
