#reestr{
	    position: absolute;
    color: #fff;
    margin: 70px 0px 0px 90px;
    font-size: 10px;
}
#to-top{
    position: fixed;
    width: 64px;
    height: 64px;
    right: 12px;
    bottom: 72px;
    cursor: pointer;
    display: none;
    z-index: 99;
}
img {
 max-width: 100%;
 width: auto;
}


.submit-exp {
    color: #fff;
    margin: 8px 0;
}

.wrap-content {
    padding: 10px 25px 50px;
}

.wrap-content h3 {
    margin: 20px 0 10px;
}

.wrap-content h2 {
    margin-bottom: 20px;
}

.input-exp {
    background-color: #fff;
    padding: 10px 20px;
    max-width: 300px;
}

@media (min-width: 400px) {
    .input-exp {
        width: 100%;
    }
}

.image-exp {
    margin-right: 10px;
}

.image-exp,
.text-exp {
    display: inline-block;
    vertical-align: top;
}

.left-block.left-block-question {
    border-color: #007CC2;
    border-width: 3px;
    font-weight: bold;
}

	#pereezd {
		display: none;
	}
	#pereezd.show {
		display: block;
	}
