@charset "UTF-8";

/*******

"5 букв"
http://five-letters.ru
© 2025 design
powered by LamerNet

 *******/

@font-face {
    font-family: 'RobotoLight';
    src: local('Roboto Light'), local('Roboto-Light'), url('../fonts/Robotolight.woff2') format('woff2'), url('../fonts/Robotolight.woff') format('woff'), url('../fonts/Robotolight.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'RobotoRegular';
    src: local('Roboto'), local('Roboto-Regular'), url('../fonts/Roboto.woff2') format('woff2'), url('../fonts/Roboto.woff') format('woff'), url('../fonts/Roboto.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'RobotoBold';
    src: local('Roboto Bold'), local('Roboto-Bold'), url('../fonts/Robotobold.woff2') format('woff2'), url('../fonts/Robotobold.woff') format('woff'), url('../fonts/Robotobold.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
}

@font-face {
    font-family: 'RobotoBlack';
    src: local('Roboto Black'), local('Roboto-Black'), url('../fonts/Robotoblack.woff2') format('woff2'), url('../fonts/Robotoblack.woff') format('woff'), url('../fonts/Robotoblack.ttf') format('truetype');
    font-weight: 900;
    font-style: normal;
}

/* Начало CSS reset */

*,
*::before,
*::after {
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

html {
    line-height: 1.15;
    /* 1 */
}

h1 {
    font-size: 38px;
    margin: 0.67em 0;
}

h2 {
    font-size: 28px;
    margin: 0.67em 0;
}

h3 {
    font-size: 22px;
    margin: 0.67em 0;
}

dl dl,
dl ol,
dl ul,
ol dl,
ul dl,
ul {
    margin: 0;
}

.footer {
    background-color: #1c1c1e;
    min-height: 100px;
    padding-bottom: 20px;
    padding-top: 20px;
    margin-top: 20px;
}

.footer h2 {
    color: #ffffff;
}
.footer p {
    color: #ffffff;
}
ul {
    list-style: none;
    padding: 0;

}

ol ol,
ol ul,
ul ol,
ul ul {
    margin: 0;
}

hr {
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    /* 1 */
    color: inherit;
    /* 2 */
    height: 0;
    /* 1 */
    overflow: visible;
    /* 3 */
}

main {
    display: block;
}

pre {
    font-family: monospace, monospace;
    /* 1 */
    font-size: 1em;
    /* 2 */
}

a {
    background-color: transparent;
    text-decoration: none;
    color: #000000;
}

abbr[title] {
    text-decoration: underline;
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
}

b,
strong {
    font-weight: bolder;
}

code,
kbd,
samp {
    font-family: monospace, monospace;
    /* 1 */
    font-size: 1em;
    /* 2 */
}

small {
    font-size: 80%;
}

img {
    border-style: none;
    vertical-align: baseline;
}

svg:not(:root) {
    overflow: hidden;
}

table {
    border-color: inherit;
    /* 1 */
    text-indent: 0;
    /* 2 */
}

button,
input,
select {
    margin: 0;
}

button {
    overflow: visible;
    /* 1 */
    text-transform: none;
    /* 2 */
}

button,
[type="button"],
[type="reset"],
[type="submit"] {
    -webkit-appearance: button;
}

input {
    overflow: visible;
}

legend {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    /* 1 */
    color: inherit;
    /* 2 */
    display: table;
    /* 1 */
    max-width: 100%;
    /* 1 */
    white-space: normal;
    /* 1 */
}

progress {
    display: inline-block;
    /* 1 */
    vertical-align: baseline;
    /* 2 */
}

select {
    text-transform: none;
}

textarea {
    margin: 0;
    /* 1 */
    overflow: auto;
    /* 2 */
}

[type="checkbox"],
[type="radio"] {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    /* 1 */
    padding: 0;
    /* 2 */
}

[type="search"] {
    -webkit-appearance: textfield;
    /* 1 */
    outline-offset: -2px;
    /* 2 */
}

::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
    height: auto;
}

::-webkit-input-placeholder {
    color: inherit;
    opacity: 0.54;
}

::-webkit-search-decoration {
    -webkit-appearance: none;
}

::-webkit-file-upload-button {
    -webkit-appearance: button;
    /* 1 */
    font: inherit;
    /* 2 */
}

::-moz-focus-inner {
    border-style: none;
    padding: 0;
}

:-moz-focusring {
    outline: 1px dotted ButtonText;
}

:-moz-ui-invalid {
    box-shadow: none;
}

details {
    display: block;
}

dialog {
    background-color: white;
    border: solid;
    color: black;
    display: block;
    height: -moz-fit-content;
    height: -webkit-fit-content;
    height: fit-content;
    left: 0;
    margin: auto;
    padding: 1em;
    position: absolute;
    right: 0;
    width: -moz-fit-content;
    width: -webkit-fit-content;
    width: fit-content;
}

dialog:not([open]) {
    display: none;
}

summary {
    display: list-item;
}

canvas {
    display: inline-block;
}

template {
    display: none;
}

[hidden] {
    display: none;
}

/* Начало CSS template */

body {
    font-family: RobotoRegular;
    font-size: 15px;
    line-height: 1.5;
    color: #000;
    /*background-color: #004e08;*/
    background-color: #ddd;
    height: 100%;
}

.header {
    margin-top: 20px;
}

.main-alias {
    font-size: 18px;
	text-align: center;
}

.al_center {
    text-align: center;
}

.in-letters {
    display: flex;
    justify-content: center;
}

.in-letter {
    display: flex;
    justify-content: center;
    flex-flow: column;
    text-transform: uppercase;
}

.logo {
  display: flex;
  align-items: center;
  justify-content: center;
}

.input-block {
	margin-bottom: 15px;
	margin-top: 15px;
}

.input-letter {
    background-color: #fff;
    border-radius: 15px;
    font-size: 24px;
    font-weight: 700;
    height: 50px;
    text-align: center;
    text-transform: uppercase;
}

.input-yes {
    display: inline-block;
    height: 50px;
    vertical-align: middle;
	margin: 5px;
	width: 50px;
}

.input-yes:focus {
    background-color: #fff;
    border-color: #c87f00;
    color: #666;
    outline: 0;
}

.in-green {
	border: 2px solid #12df49;
}

.in-red {
    border: 2px solid #df1212;
}


.input-no {
    display: inline-block;
    border: 2px solid #ccc;
    height: 40px;
    vertical-align: middle;
	margin-bottom: 5px;
}

.input-no:focus {
    background-color: #fff;
    border-color: #ffa811;
    color: #666;
    outline: 0;
}

.white-selector{
    margin-top: 35px;
}

.white-selector:after {
    display: block;
    content: '';
    height: 1px;
    position: relative;
    margin-top: 10px;
    background-image: -webkit-linear-gradient(left,rgba(0,0,0,0),#7a7a7a,rgba(0,0,0,0));
}

.btnletter {
    background-color: #1ef116;
    text-transform: uppercase;
    color: #ffffff;
    width: 100%;
    border: none;
    padding: 12px 5px 12px 5px;
    margin-bottom: 15px;
    cursor: pointer;
    border-radius: 50px;
    min-width: 100px;
}

.btnletter:hover {
    background-color: #1666f1;
}

.img-alias {
    max-width: 320px;
}

.find-letters {
    font-size: 20px;
}

.clear-find {
    color: #7c7c7c;
    font-size: 12px;
}

.t-5letter {
    display: inline-block;
    position: relative;
}

.t-5letter span:before {
    content: "";
    position: absolute;
    width: 40px;
    transform: rotateZ(318deg);
    border-radius: 8px;
    height: 100%;
    background-color: #ff5656;
    background: url(/images/5letter.webp) top center no-repeat;
    background-size: contain;
    left: -17;
    top: 0;
}

.find-word-week {
    text-align: right;
    padding: 10px 10px 0px 10px;
}

.find-word-week a {
    font-size: 16px;
    font-weight: 300;
}