@charset "UTF-8";
@import url('https://fonts.googleapis.com/css?family=Roboto+Serif:100,200,300,regular,500,600,700,800,900,100italic,200italic,300italic,italic,500italic,600italic,700italic,800italic,900italic"&display=swap');
@import url("https://fonts.googleapis.com/css?family=Roboto:100,100italic,300,300italic,regular,italic,500,500italic,700,700italic,900,900italic&display=swap");
@import url("https://fonts.googleapis.com/css?family=Roboto+Mono:100,200,300,regular,500,600,700,100italic,200italic,300italic,italic,500italic,600italic,700italic&display=swap");
:root {
  --color-primary: rgb(244, 234, 230);
  --color-second: rgba(58, 159, 161, 0.7);
  --color-wrapper: rgba(9, 22, 28, 0.75);
  --color-text: rgba(54, 69, 79, 0.8);
  --color-dark: rgba(31, 32, 36, 1);
  --color-medium: rgba(31, 32, 36, .8);
  --color-light: rgba(31, 32, 36, .6);
  --color-hover: #0056b3;
  --color-active: #003875;
  --color-bg-dark: #343a40;
  --color-bg-light: #f8f9fa;
  --color-border: rgba(54, 132, 152, 0.8);
  --color-bg-border: rgba(54, 132, 152, 0.4);
  --color-border-hover: rgba(54, 132, 152, 1);
  --color-border-active: #868e96;
  --color-bg-hover: #f5f5f5;
  --color-bg-active: #e9ecef;
  --fontFamily-primary: "Roboto Mono";
  --fontFamily-secondary: "Roboto";
  --fontFamily-tittle: "Roboto Serif";
}

* {
  padding: 0px;
  margin: 0px;
  border: 0px;
}

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

*::before,
*::after {
  display: inline-block;
}

html,
body {
  height: 100%;
}

body {
  color: var(--color-text);
  line-height: 1;
  font-family: var(--fontFamily-primary);
  font-size: 16;
  -ms-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

input,
button,
textarea {
  font-family: var(--fontFamily-primary);
  font-size: inherit;
  line-height: inherit;
  color: inherit;
  background-color: transparent;
}

input,
textarea {
  width: 100%;
}

button,
select,
option {
  cursor: pointer;
}

a {
  display: inline-block;
  color: inherit;
  text-decoration: none;
}

ul li {
  list-style: none;
}

img {
  vertical-align: top;
}

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

.wrapper {
  min-height: 100%;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background-color: var(--color-medium);
}

.content {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}

[class*=__container] {
  max-width: 94.375rem;
  margin: 0 auto;
  padding: 0 0.9375rem;
}

[class*=__container] {
  color: var(--color-text);
}

.open {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}

.header__container {
  padding: 0.01px;
  font-family: var(--fontFamile-secondary);
  border-bottom: 1px solid #e5e6de;
  color: #fff;
  font-size: calc(16px + 20 * (100vw - 320px) / 1600);
}
.header__tittle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
  -webkit-column-gap: 10px;
     -moz-column-gap: 10px;
          column-gap: 10px;
  padding: calc(20px + 10 * (100vw - 320px) / 1600);
  line-height: 1.2;
}
.header__tittle a {
  width: calc(140px + 60 * (100vw - 320px) / 1600);
  -ms-flex-item-align: center;
      align-self: center;
}
.header__tittle span {
  color: rgb(115, 146, 240);
  font-weight: 900;
}
.header__tittle span:nth-child(2) {
  color: rgba(226, 36, 7, 0.7);
  font-weight: 900;
}
.header__tittle h1 {
  text-align: center;
}

.navigation__container {
  padding-top: calc(50px + 60 * (100vw - 320px) / 1600);
  padding-bottom: calc(0px + 30 * (100vw - 320px) / 1600);
  font-family: var(--fontFamile-secondary);
}
.navigation__tittle {
  font-size: 24px;
  text-align: center;
  font-weight: bolder;
}
.navigation__tittle span {
  color: rgb(115, 146, 240);
}
.navigation__tittle span:nth-child(2) {
  color: rgb(244, 83, 59);
}
.navigation__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  padding-top: 50px;
  max-width: 900px;
  margin: 0 auto;
}
.navigation__list {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
  gap: 20px 15px;
}
.navigation__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100px;
  padding: 10px;
  font-weight: 600;
  text-align: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-shadow: var(--color-medium) 8px 10px 5px;
          box-shadow: var(--color-medium) 8px 10px 5px;
  border-radius: 5px;
  background-color: var(--color-second);
}

.burger {
  display: none;
  position: relative;
  z-index: 50;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  width: 30px;
  height: 18px;
}
.burger span {
  height: 2px;
  width: 100%;
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
  background-color: var(--color-dark);
}
.burger::before, .burger::after {
  content: "";
  position: absolute;
  height: 2px;
  width: 100%;
  background-color: var(--color-dark);
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.burger::before {
  top: 0;
}
.burger::after {
  bottom: 0;
}
.burger.active span {
  -webkit-transform: scale(0);
      -ms-transform: scale(0);
          transform: scale(0);
}
.burger.active::before {
  top: 50%;
  -webkit-transform: rotate(-45deg) translate(0, -50%);
      -ms-transform: rotate(-45deg) translate(0, -50%);
          transform: rotate(-45deg) translate(0, -50%);
  background-color: #ffffff;
}
.burger.active::after {
  bottom: 50%;
  -webkit-transform: rotate(45deg) translate(0, 50%);
      -ms-transform: rotate(45deg) translate(0, 50%);
          transform: rotate(45deg) translate(0, 50%);
  background-color: #ffffff;
}

@media (min-width: 957px) {
  .nav {
    display: none;
  }
}
@media (max-width: 956px) {
  .burger {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  #mainH1 {
    display: none;
  }
  .tab {
    display: none;
  }
  .nav {
    display: none;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    position: fixed;
    height: 100%;
    width: 100%;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 50;
    overflow-y: hidden;
    overflow: hidden;
    padding: 50px 40px;
    background-color: var(--color-dark);
  }
  .nav li {
    text-align: center;
    width: 250px;
    border: 3px solid rgb(233, 77, 54);
    border-radius: 5px;
    color: #fff;
    margin-top: 10px;
    padding: 10px;
  }
}
.tab__container {
  padding: calc(15px + 45 * (100vw - 320px) / 1600);
  background-color: rgb(244, 234, 230);
}
.tab__list {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(130px, 1fr));
  gap: calc(7px + 13 * (100vw - 320px) / 1600);
  padding: calc(7px + 23 * (100vw - 320px) / 1600);
  background-color: rgb(245, 245, 245);
  border-radius: 10px;
  -webkit-box-shadow: 0px 1px 6px rgba(0, 0, 0, 0.7);
          box-shadow: 0px 1px 6px rgba(0, 0, 0, 0.7);
}
.tab__links {
  background-color: var(--color-second);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 24px;
  font-size: calc(16px + 8 * (100vw - 320px) / 1600);
  padding: calc(5px + 5 * (100vw - 320px) / 1600);
  width: 100%;
  height: 50px;
  -webkit-transform: skew(-20deg);
      -ms-transform: skew(-20deg);
          transform: skew(-20deg);
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 7px;
}
.tab__links span {
  -webkit-transform: skew(20deg);
      -ms-transform: skew(20deg);
          transform: skew(20deg);
}
.tab__links:focus {
  background-color: var(--color-bg-hover);
  -webkit-box-shadow: inset var(--color-border-hover) 5px 5px 5px;
          box-shadow: inset var(--color-border-hover) 5px 5px 5px;
  border-top-left-radius: 10px;
}

.tabcontent__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: var(--color-primary);
}
.tabcontent__tittle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 10px;
  font-weight: 700;
}
.tabcontent__text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 10px;
  font-weight: 500;
}
.tabcontent__generator {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  padding: 10px;
}
.tabcontent__generator-body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 20px;
  max-height: 1000px;
  gap: 20px;
  margin-bottom: calc(25px + 105 * (100vw - 320px) / 1600);
}
@media (max-width: 956px) {
  .tabcontent__generator-body {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 80px;
  }
}
.tabcontent__generator-input {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 20px;
  width: calc(290px + 110 * (100vw - 320px) / 1600);
  padding: calc(15px + 15 * (100vw - 320px) / 1600);
  background-color: var(--color-bg-hover);
  -webkit-box-shadow: var(--color-border-hover) 0px 3px 8px;
          box-shadow: var(--color-border-hover) 0px 3px 8px;
  border-radius: 10px;
}
.tabcontent__generator-input h3 {
  font-size: 20px;
  font-weight: bold;
}
.tabcontent__input-text input {
  margin-top: 10px;
  background-color: rgba(237, 232, 232, 0.8);
  -webkit-box-shadow: inset 1px 1px 5px rgba(72, 72, 72, 0.5);
          box-shadow: inset 1px 1px 5px rgba(72, 72, 72, 0.5);
  padding: 0;
  height: 40px;
  text-align: center;
  font-weight: 800;
}
.tabcontent__input-item input {
  max-width: 350px;
}
.tabcontent__input-item [type=range] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  width: 100%; /* Ширина ползунка */
  height: 10px; /* Высота трека */
  background: var(--color-second); /* Цвет фона трека */
  -webkit-box-shadow: inset 0px -3px 7px rgba(0, 0, 0, 0.5);
          box-shadow: inset 0px -3px 7px rgba(0, 0, 0, 0.5);
  border-radius: 5px; /* Скруглённые края трека */
  outline: none; /* Убирает обводку */
}
.tabcontent__input-item [type=range]::-webkit-slider-thumb {
  -webkit-appearance: none;
          appearance: none;
  width: 15px; /* Размер ползунка */
  height: 15px;
  background: rgb(235, 78, 54); /* Цвет ползунка */
  border-radius: 50%; /* Скруглённый ползунок */
  cursor: pointer; /* Курсор при наведении */
  -webkit-box-shadow: inset 1px -3px 5px rgba(0, 0, 0, 0.5);
          box-shadow: inset 1px -3px 5px rgba(0, 0, 0, 0.5); /* Тень */
}
.tabcontent__input-item label {
  margin-right: 10px;
  cursor: default;
}
.tabcontent__input-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.tabcontent__input-btn #shadowBoxColor {
  width: 25px;
}
.tabcontent__input-btn #colorTextShadow {
  width: 25px;
}
.tabcontent__input-btn #textColor {
  width: 25px;
}
.tabcontent__generator-preview #boxShadow {
  background-color: var(--color-bg-hover);
  padding: calc(70px + 80 * (100vw - 320px) / 1600);
}
.tabcontent__generator-preview #textPreview {
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  color: var(--color-text);
  background-color: var(--color-bg-hover);
  border-radius: 10px;
  width: calc(280px + 120 * (100vw - 320px) / 1600);
  height: calc(150px + 200 * (100vw - 320px) / 1600);
}
.tabcontent__generator-preview #borderRadiusPreview {
  background-color: var(--color-bg-border);
  border-radius: 20px;
  padding: calc(70px + 80 * (100vw - 320px) / 1600);
  border: 3px solid var(--color-border);
}
.tabcontent__generator-preview #transitionPreview {
  background-color: var(--color-bg-border);
  color: #ffffff;
  width: 200px;
  border-radius: 30px;
  padding: calc(50px + 50 * (100vw - 320px) / 1600);
  border: 3px solid var(--color-border);
  font-size: calc(24px + 16 * (100vw - 320px) / 1600);
}
.tabcontent__generator-preview #transformPreview {
  background-color: var(--color-bg-border);
  border: 3px solid var(--color-border);
  padding: calc(50px + 100 * (100vw - 320px) / 1600);
  width: 280px;
  height: 350px;
  border-radius: 20px;
}
.tabcontent__generator-preview-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.tabcontent__generator-preview-container #transform {
  overflow: hidden;
}
.tabcontent__generator-css {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background-color: var(--color-bg-hover);
  -webkit-box-shadow: var(--color-border-hover) 0px 3px 8px;
          box-shadow: var(--color-border-hover) 0px 3px 8px;
  border-radius: 10px;
  padding: 20px;
  width: calc(300px + 1000 * (100vw - 320px) / 1600);
  -ms-flex-item-align: center;
      align-self: center;
}
.tabcontent__generator-css pre {
  -ms-flex-line-pack: center;
      align-content: center;
  text-align: center;
  text-wrap: wrap;
  font-size: 16px;
  color: rgb(240, 236, 242);
  background-color: rgba(71, 74, 81, 0.6);
  height: 50px;
  border-radius: 5px;
  -webkit-box-shadow: inset rgb(71, 74, 81) 2px 3px 10px;
          box-shadow: inset rgb(71, 74, 81) 2px 3px 10px;
}
.tabcontent__generator-css-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-bottom: 20px;
}
.tabcontent__description {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 50px 0px;
  font-size: 18px;
  line-height: 1.65;
  font-weight: bold;
  width: calc(280px + 1020 * (100vw - 320px) / 1600);
  justify-self: center;
  text-align: center;
}

.copyButton {
  background-color: rgba(58, 159, 160, 0.7);
  width: 75px;
  height: 30px;
  padding: 0;
  border-radius: 5px;
}

.toggle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.toggle__btn {
  width: 150px;
  height: 50px;
}
.toggle__btn:last-child {
  border-left: 1px solid rgb(226, 182, 182);
}
.toggle__btn #pixels {
  padding-bottom: calc(5px + 20 * (100vw - 320px) / 1600);
  padding-top: calc(5px + 20 * (100vw - 320px) / 1600);
  width: 150px;
}
.toggle__btn #percent {
  display: none;
  padding-bottom: calc(5px + 20 * (100vw - 320px) / 1600);
  padding-top: calc(5px + 20 * (100vw - 320px) / 1600);
  width: 150px;
}

.toggle__btn.active {
  background-color: rgba(49, 51, 58, 0.8);
  color: #ffffff;
}

.item-select {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.select {
  display: block;
  font-size: calc(12px + 4 * (100vw - 320px) / 1600);
  font-weight: 500;
  font-family: inherit;
  color: #444;
  padding: 5px 5px 5px 10px;
  width: 40%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0;
  border: 1px solid rgb(170, 170, 170);
  -webkit-box-shadow: 0 1px 0 1px rgba(170, 170, 170, 0.3);
          box-shadow: 0 1px 0 1px rgba(170, 170, 170, 0.3);
  border-radius: 5px;
  background-color: rgba(232, 207, 207, 0.3);
}
.select option {
  font-size: 16px;
}
@media (max-width: 1024px) {
  .select {
    width: 50%;
  }
}
.select::-ms-expand {
  display: none;
}
.select:hover {
  border-color: rgb(170, 170, 170);
}
.select:focus {
  border-color: rgb(170, 170, 170);
  color: #444;
  outline: none;
}
.select:option:hover {
  background-color: rgba(232, 207, 207, 0.3);
}/*# sourceMappingURL=style.css.map */