.sizetxt10 {
    font-size: 10px;
}

.onetext {
    margin-top: 5%;
    margin-bottom: 5%;
    display: inline-block;
    border-radius: 255px 15px 225px 15px/15px 225px 15px 255px;
    padding: 1em;
    line-height: 1.5em;
    background: #f4f4f4;
    border: solid 1px hsla(0, 95%, 35%, 1);
    box-shadow: 0 0 5px #444;
}

.onetext blockquote, .slide-text p {
    margin: 0;
}

.onetext p {
    text-align: justify;
    text-indent: 20px;
}


.q1 {
    visibility: hidden;
}

.onetext h2, .slide-text h2 {
    margin-top: 0;
    text-align: center;
}

.im0 {
    overflow: hidden;
    height: 150px;
    border-radius: 14px;
}

.im1 {
    overflow: hidden;
    height: 184px;
    border-radius: 10px;
}

.imPage {
    overflow: hidden;
    height: 480px;
    border-radius: 10px;
}


.imageIn {
    box-shadow: 0 0 10px #444;
    border-radius: 10px;
}

.image img {
    -moz-transition: all 1s ease-out;
    -o-transition: all 1s ease-out;
    -webkit-transition: all 1s ease-out;
}

.image img:hover {
    -webkit-transform: scale(1.3);
    -moz-transform: scale(1.3);
    -o-transform: scale(1.3);
}

.wq {
    font-size: 20px;
}



.cursorpost:before {
    content: '';
    border-bottom: solid 1px #d9534f;
    position: absolute;
    bottom: 0;
    left: 30%;
    width: 0;
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
}

.cursorpost:hover:before {
    border-bottom: solid thin #d9534f;
    width: 40%;
    -webkit-animation: heartbeat-x 1.7s infinite ease-in;
    animation: heartbeat-x 1.7s infinite ease-in;
}

.cursorpost:hover {
    -webkit-animation: heartbeat 1.7s infinite ease-in;
    animation: heartbeat 1.7s infinite ease-in;
}

@-webkit-keyframes heartbeat {
    0% {
        -webkit-transform: scale(1);
    }

    10% {
        -webkit-transform: scale(1.1);
    }

    20% {
        -webkit-transform: scale(1);
    }

    30% {
        -webkit-transform: scale(1.1);
    }

    40% {
        -webkit-transform: scale(1);
    }
}

@-webkit-keyframes heartbeat-x {
    0% {
        -webkit-transform: scaleX(0);
    }

    10% {
        -webkit-transform: scaleX(1);
    }

    20% {
        -webkit-transform: scaleX(0);
    }

    30% {
        -webkit-transform: scaleX(1);
    }

    40% {
        -webkit-transform: scaleX(0);
    }
}

@keyframes heartbeat {
    0% {
        transform: scale(1);
    }

    10% {
        transform: scale(1.1);
    }

    20% {
        transform: scale(1);
    }

    30% {
        transform: scale(1.1);
    }

    40% {
        transform: scale(1);
    }
}

@keyframes heartbeat-x {
    0% {
        transform: scaleX(0);
    }

    10% {
        transform: scaleX(1);
    }

    20% {
        transform: scaleX(0);
    }

    30% {
        transform: scaleX(1);
    }

    40% {
        transform: scaleX(0);
    }
}








.cursor img {
    margin: 0 15px 0 20px;
    height: 21px;
}

.cursor:hover {
    color: #36b !important;
    text-decoration: underline;
}

.titl {
    margin: 0;
    font-weight: 700;
}

.row1 {
    display: table-row;
}

.j {
    text-align: justify;
    text-indent: 20px;
}

.blocklinks p {
    font-size: 14px;
    padding: 10px 10px;
}

.obyv {
    text-align: center;
    text-decoration: underline;
}

.leftfoto {
    float: left;
    margin: 4px 30px 2px 0px;
}