@import url('https://fonts.googleapis.com/css2?family=PT+Sans:ital,wght@0,400;0,700;1,400;1,700&display=swap');
::selection {
    background: #f89f96;
    color: #fafafa
}

::-moz-selection {
    background: #f89f96;
    color: #fafafa
}

body{
    font-family: 'PT Sans', sans-serif;
    font-size: 17px;
    color: #4e4e4e;
    line-height: 25px;
}
.invalid-feedback {
    font-size: 12px;
}
.noname{
    text-decoration: line-through;
}
a button.btn{
    color:#4e4e4e;
}
.shout_hold .message{
    width: 100%;
    display: block;
}
.shout_hold .stars{
    text-align: center;
}
.shout_hold .stars:before{
    content: "*** ";
    color: red;
}
.shout_hold .stars:after{
    content: " ***";
    color: red;
}
.color-red{
    color: red;
}
.box i{
    font-size: 16px;
}
.inner_block.center.box {
    font-size: 16px;
    line-height: 15px;
}
.box .line {
    font-size: 10px;
    color: #969595;
}
input:focus-visible.input-shoutbox,input:focus.input-shoutbox {
    -webkit-box-shadow: 0 0 6px #f8b9b7;
    -moz-box-shadow: 0 0 6px #f8b9b7;
    box-shadow: 0 0 6px #f24641;
    outline: none;
}
input.input-shoutbox{
    display: inline-block;
    -webkit-font-smoothing: antialiased;
    -webkit-text-size-adjust: 100%;
    height: 40px;
    padding: 0 10px;
    margin-bottom: 15px;
    font-size: 14px;
    line-height: 25px;
    color: #5c5c5c;
    resize: none;
    vertical-align: middle;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    border: none;
    background: #f0f0f0;
    -webkit-border-radius: 0;
    border-radius: 4px;
    -webkit-transition: none;
    -o-transition: none;
    -moz-transition: none;
    width: 300px;
    margin-top: 15px;
    margin-right: 10px;
    transition: 0.3s;
}
.message button{
    border: none;
    padding: 7px 15px 8px 15px;
    font-size: 14px;
    border-radius: 4px;
}
ul.meniu{
    list-style-type: none;
    width: 100%;
    display: flex;
    padding: 0;
}
.meniu li a:hover {
    background-image: linear-gradient(to right top, #d8d9da, #dde0e0, #e2e6e5, #e8ece9, #f1f2ed);
    color: #303232;
}
.center{
    text-align: center;
}
.meniu li a.active {
    background-image: linear-gradient(to right top, #d8d9da, #dde0e0, #e2e6e5, #e8ece9, #f1f2ed);
    color: #303232;
}
.meniu li a {
    float: left;
    padding: 10px 15px 10px 15px;
    display: block;
    color: #737373;
    text-decoration: none;
    font-size: 15px;
    cursor: pointer;
    background: #dcdcdc;
    margin-right: 5px;
    transition: 0.3s;
}
body::after {
    content: "";
    position: fixed;
    top: 0;
    height: 100vh;
    left: 0;
    right: 0;
    z-index: -1;
    background: url(../images/foto.jpg) no-repeat;
    background-size: auto;
    background-size: auto;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.content{
    max-width: 1170px;
    width: calc(100% - 20px);
    margin: 0 auto;
    min-width: 300px;
}
.content a{
    color: #e8554e;
    text-decoration: none;
}
.content a:hover{
    color: #ca635f;
}
.content .block{
    background-color: #ecf0f1eb;
    padding: 20px;
    margin-bottom: 15px;
    border-radius: 10px;
}
.content .block .inner_block{
    background-color: white;
    padding: 10px;
    margin-top: 20px;
    border-radius: 5px;
}
.content .block.titled{

}
.content .block.titled h2{
    display: table;
    margin: -20px auto 10px;
    background: white;
    padding: 5px 15px 5px 15px;
    border-radius: 0 0 10px 10px;
    font-weight: bold;
    font-size: 15px;
}
.content .block.logo{
    border-radius: 0 0 10px 10px;
    width: 100%;
    text-align: center;
}
.content .block.logo img{
    max-width: 300px;
}
.content .footer.block{
    text-align: center;
    padding: 5px;
    font-size: 10px;
    line-height: 20px;
}
@media (max-width:360px){
    .content .block.logo img{
        max-width: 100%;
    }
}
label.required:after{
    content: "*";
    color:red;
}
label{
    font-weight: normal;
}