*
 {
  box-sizing: border-box;
  outline: none;
  -webkit-tap-highlight-color: transparent;
 }
a
 {
  text-decoration: none;
  color: #0b75cb;
 }
a:hover
 {
  color: #d63200;
 }
body
 {
  background: #fff;
  font-family: Verdana, sans-serif;
  font-size: 14px;
  color: #000;
  margin: 0;
 }


.body
 {
  display: flex;
  flex-flow: column;
  justify-content: space-between;
  min-height: 100vh;
 }



.header
 {
  background: #41c360;
  box-shadow: 0 0 8px 2px rgba(192, 192, 192, 0.9);
  position: sticky;
  top: 0;
  z-index: 999;
 }
.header>section
 {
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
  align-items: center;
  line-height: 1;
  padding: 0 30px;
  margin: 0 auto;
  max-width: 1080px;
  width: 100%;
  height: 60px;
 }

.logo
 {
  font-size: 32px;
  font-weight: bold;
  color: #fff !important;
  margin-right: auto;
 }

.language
 {
  border-radius: 5px;
  font-weight: bold;
  font-size: 18px;
  color: #fff !important;
  padding: 8px 10px;
  margin-left: 20px;
 }
.language.active
 {
  background: rgb(0 0 0 / 20%);
 }
.language:hover
 {
  background: rgb(0 0 0 / 30%);
 }



.main
 {
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
  padding: 30px;
  margin: 0 auto auto auto;
  width: 100%;
  max-width: 1080px;
 }


.article
 {
  max-width: calc(100% - 350px);
 }

.article h1
 {
  font-size: 28px;
  margin: 0 0 20px 0;
 }
.article h2
 {
  font-size: 20px;
  margin: 0 0 20px 0;
 }



.generator
 {
  user-select: none;
 }
.generator fieldset
 {
  border-width: 1px;
  border-color: #d1d1d1;
  border-style: solid;
  border-radius: 3px;
  overflow: hidden;
  padding: 0;
  margin: 0 0 20px 0;
 }
.generator legend
 {
  color: #323232;
  margin-left: 11px;
  padding: 0 2px;
 }
.generator label
 {
  cursor: pointer;
  display: block;
  white-space: nowrap;
  position: relative;
  padding: 14px 70px 14px 14px;
 }
.generator label:hover
 {
  background: #f8f8f8;
 }
.generator label:not(:last-child):after
 {
  background: #e0e0e0;
  content: '';
  position: absolute;
  left: 14px;
  right: 0;
  bottom: 0;
  height: 1px;
 }

.number input
 {
  background: none;
  border: none;
  border-radius: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  font-family: Verdana, sans-serif;
  font-size: 20px;
  text-align: center;
  color: #41c360;
  display: block;
  position: absolute;
  top: 10px;
  right: 14px;
  padding: 0;
  width: 38px;
  height: 24px;
 }
.number input::-webkit-outer-spin-button,.number input::-webkit-inner-spin-button
 {
  -webkit-appearance: none;
  margin: 0;
 }
.number input[type=number]
 {
  -moz-appearance: textfield;
 }

.toggler input
 {
  display: none;
 }
.toggler span
 {
  background: #dbdbdb;
  border-radius: 99px;
  content: '';
  display: block;
  position: absolute;
  top: 10px;
  right: 14px;
  width: 38px;
  height: 24px;
  transition: 0.1s ease-in-out background;
 }
.toggler span:before
 {
  background: #fff;
  border-radius: 100%;
  content: '';
  position: absolute;
  top: 2px;
  right: 16px;
  width: 20px;
  height: 20px;
  transition: 0.1s ease-in-out right;
 }
.toggler input:checked+span
 {
  background: #41c360;
 }
.toggler input:checked+span:before
 {
  right: 2px;
 }

.toggler.off:after
 {
  display: none;
 }
.toggler.off+.text
 {
  max-height: 0px;
 }
.generator label.text
 {
  padding: 0;
  max-height: 46px;
  transition: 0.1s ease-in-out max-height;
 }
.text input
 {
  background: none;
  border: none;
  border-radius: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  font-family: Verdana, sans-serif;
  font-size: 20px;
  text-align: right;
  color: #41c360;
  display: block;
  padding: 0 14px;
  line-height: 45px;
  width: 100%;
 }

.generator input[type=submit]
 {
  background: #0d8bf2;
  border: none;
  border-radius: 5px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  font-weight: bold;
  font-size: 15px;
  color: #ffffff;
  cursor: pointer;
  padding: 12px 18px;
 }
.generator input[type=submit]:hover
 {
  background: #2196f3;
 }


#parol
 {
  padding: 80px 0 0 0;
  margin-top: -20px;
 }
#parol h3
 {
  font-size: 18px;
  margin: 0 0 20px 0;
 }
#parol>div
 {
  border-top: 1px solid #e0e0e0;
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
  align-items: center;
  position: relative;
  padding: 10px 0;
 }
#parol>div:not([class]),#parol>div.ok
 {
  cursor: copy;
 }
#parol>div:not([class]):hover:after,#parol>div.ok:after
 {
  background: #f8f8f8;
  border: 1px solid #e0e0e0;
  border-radius: 3px;
  content: '';
  position: absolute;
  top: -1px;
  left: -14px;
  right: -14px;
  bottom: -1px;
  z-index: -1;
 }
#parol>div>input
 {
  background: none;
  border: none;
  border-radius: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  font-family: monospace;
  font-size: 18px;
  display: block;
  color: #222222;
  cursor: copy;
  padding: 0;
  width: 100%;
 }
#parol>div>button
 {
  background: #0d8bf2;
  border: none;
  border-radius: 3px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  text-align: center;
  cursor: pointer;
  color: #ffffff;
  padding: 5px 10px;
  margin: 0 0 0 14px;
 }
#parol>div>button:hover
 {
  background: #2196f3;
 }
#parol>div.ok:after
 {
  background: #e4f6e8;
 }
#parol>div.ok>input
 {
  font-weight: bold;
  color: #41c360;
 }
#parol>div.ok>button
 {
  background: #41c360;
  color: transparent;
  position: relative;
 }
#parol>div.ok>button:before
 {
  content: attr(data-copy);
  color: #fff;
  display: block;
  position: absolute;
  left: 0;
  right: 0;
 }
#parol .reminder
 {
  font-weight: bold;
  font-size: 16px;
  line-height: 1.6;
  padding: 20px 0 0 0;
 }



.aside
 {
  margin-left: 50px;
  min-width: 300px;
  width: 300px;
 }

.siteinfo
 {
  background: #fff288;
  border-radius: 5px;
  line-height: 1.8;
  padding: 20px;
 }
.siteinfo h3
 {
  font-weight: normal;
  font-size: 18px;
  margin: 0 0 10px 0;
 }
.siteinfo address
 {
  border-top: 1px solid rgba(0,0,0,0.1);
  font-style: normal;
  margin: 15px 0 0 0;
  padding: 10px 0 0 0;
 }

#part
 {
  margin: 0 0 20px 0;
 }
.part
 {
  text-align: center;
  display: block;
 }
.part img
 {
  border-radius: 13px;
  vertical-align: top;
  max-width: 100%;
 }



.footer
 {
  background: #f6f6f6;
  border-top: 1px solid #ededed;
  padding: 15px 30px 30px 15px;
 }
.footer>section
 {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  align-items: center;
  margin: 0 auto;
  width: 100%;
  max-width: 1080px;
 }

.copyright
 {
  line-height: 1.8;
  margin: 15px 0 0 15px;
 }

.informers
 {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  justify-content: center;
 }
.informers>a
 {
  margin: 15px 0 0 15px;
 }







@media (pointer:coarse)
 {


.generator label:hover
 {
  background: none;
 }

 }






@media all and (max-width:800px)
 {


.main
 {
  display: block;
 }
.article
 {
  margin-bottom: 60px;
  max-width: none;
 }
.aside
 {
  margin: 0;
  min-width: 0;
  width: auto;
 }


 }





@media all and (max-width:400px)
 {


.header>section
 {
  padding: 0 20px;
 }
.logo
 {
  font-size: 28px;
 }
.main
 {
  padding: 0;
 }
.article
 {
  padding: 20px;
  margin-bottom: 40px;
 }
.article h1
 {
  font-size: 24px;
 }
.article h2
 {
  font-size: 16px;
 }
.siteinfo
 {
  border-radius: 0;
 }
.part
 {
  margin: 30px 20px;
 }
.footer
 {
  padding: 5px 30px 30px 5px;
 }


 }