.owl-carousel .animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both
}
.owl-carousel .owl-animated-in {
    z-index: 0
}
.owl-carousel .owl-animated-out {
    z-index: 1
}
.owl-carousel .fadeOut {
    -webkit-animation-name: fadeOut;
    animation-name: fadeOut
}
@-webkit-keyframes fadeOut {
    0% {
        opacity: 1
    }
    100% {
        opacity: 0
    }
}
@keyframes fadeOut {
    0% {
        opacity: 1
    }
    100% {
        opacity: 0
    }
}
.owl-height {
    -webkit-transition: height .5s ease-in-out;
    transition: height .5s ease-in-out
}
.owl-carousel {
    display: none;
    width: 100%;
    -webkit-tap-highlight-color: transparent;
    position: relative;
    z-index: 1
}
.owl-carousel .owl-stage {
    position: relative;
    -ms-touch-action: pan-Y
}
.owl-carousel .owl-stage:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0
}
.owl-carousel .owl-stage-outer {
    position: relative;
    overflow: hidden;
    -webkit-transform: translate3d(0, 0, 0)
}
.owl-carousel .owl-controls .owl-dot,
.owl-carousel .owl-controls .owl-nav .owl-next,
.owl-carousel .owl-controls .owl-nav .owl-prev {
    cursor: pointer;
    cursor: hand;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}
.owl-carousel.owl-loaded {
    display: block
}
.owl-carousel.owl-loading {
    opacity: 0;
    display: block
}
.owl-carousel.owl-hidden {
    opacity: 0
}
.owl-carousel .owl-refresh .owl-item {
    display: none
}
.owl-carousel .owl-item {
    position: relative;
    min-height: 1px;
    float: left;
    -webkit-backface-visibility: hidden;
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}
.owl-carousel .owl-item img {
    display: block;
    width: 100%;
    -webkit-transform-style: preserve-3d
}
.owl-carousel.owl-text-select-on .owl-item {
    -webkit-user-select: auto;
    -moz-user-select: auto;
    -ms-user-select: auto;
    user-select: auto
}
.owl-carousel .owl-grab {
    cursor: move;
    cursor: -webkit-grab;
    cursor: -o-grab;
    cursor: -ms-grab;
    cursor: grab
}
.owl-carousel.owl-rtl {
    direction: rtl
}
.owl-carousel.owl-rtl .owl-item {
    float: right
}
.no-js .owl-carousel {
    display: block
}
.owl-carousel .owl-item .owl-lazy {
    opacity: 0;
    -webkit-transition: opacity .4s ease;
    transition: opacity .4s ease
}
.owl-carousel .owl-item img {
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d
}
.owl-carousel .owl-video-wrapper {
    position: relative;
    height: 100%;
    background: #000
}
.owl-carousel .owl-video-play-icon {
    position: absolute;
    height: 80px;
    width: 80px;
    left: 50%;
    top: 50%;
    margin-left: -40px;
    margin-top: -40px;
    background: url(owl.video.play.png) no-repeat;
    cursor: pointer;
    z-index: 1;
    -webkit-backface-visibility: hidden;
    -webkit-transition: scale .1s ease;
    transition: scale .1s ease
}
.owl-carousel .owl-video-play-icon:hover {
    -webkit-transition: scale(1.3, 1.3);
    transition: scale(1.3, 1.3)
}
.owl-carousel .owl-video-playing .owl-video-play-icon,
.owl-carousel .owl-video-playing .owl-video-tn {
    display: none
}
.owl-carousel .owl-video-tn {
    opacity: 0;
    height: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    -webkit-transition: opacity .4s ease;
    transition: opacity .4s ease
}
.owl-carousel .owl-video-frame {
    position: relative;
    z-index: 1
}
* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    word-spacing: normal
}
div {
    position: relative
}
html {
    height: 100%;
    width: 100%
}
body {
    width: 100%;
    position: relative;
    font-family: Arial, sans-serif;
    margin: 0;
    padding: 0;
    background: #fff;
    color: #000
}
.clearfix {
    zoom: 1
}
.clearfix:after,
.clearfix:before {
    content: "";
    display: table
}
.clearfix:after {
    clear: both
}
.wrap {
    max-width: 960px;
    margin: 0 auto
}
.otdel {
    word-spacing: -.36em;
    margin-top: 30px;
}
.otdel-one {
    display: inline-block;
    vertical-align: top;
    width: 305px;
    height: 180px;
    margin-right: 20px;
    margin-bottom: 20px;
    padding: 25px 30px
}
.otdel-one:nth-child(3n) {
    margin-right: 0
}
.otdel-one__link {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 1
}
.otdel-one__title {
    font-size: 26px;
    color: #fff;
    text-decoration: none;
    z-index: 0
}
.otdel-menu {
    position: absolute;
    bottom: 25px;
    left: 30px;
    z-index: 10
}
.otdel-menu__one {
    font-size: 14px;
    margin-right: 20px;
    color: #fff;
    text-decoration: none
}
.services-form {
    padding: 25px 30px;
    border: 5px solid #00778c
}

.services-form h2, .services-form .h2 {
    color: #00768b;
    font-size: 24px;
    margin-top: 0;
    margin-bottom: 20px;
    font-weight: 700;
}


.services-form p {
    font-size: 16px;
    line-height: 130%;
}


.services-form form {
    margin-bottom: 20px
}
.services-form input {
    border: 2px solid #dedfe4;
    height: 40px;
    padding: 0 10px;
    outline: 0;
    vertical-align: top;
    width: 180px;
}
.services-form input.error {
    border-color: red
}
.services-form button {
    width: 140px;
    height: 40px;
    background: #00778c;
    color: #fff;
    font-size: 16px;
    border: none;
    outline: 0;
    vertical-align: top;
    cursor: pointer;
}
.services-form label {
    vertical-align: middle
}
.services-form label.error {
    position: absolute;
    top: -16px;
    font-size: 12px;
    color: red;
    left: 0
}
.services-form .form-line {
    display: inline-block;
    vertical-align: top;
}
.services-form .services-form__title {
    display: inline-block;
    margin-right: 28px;
    font-size: 20px;
}
.services-form .personal-line {
    position: absolute;
    left: 220px;
    bottom: 15px;
    vertical-align: middle;
    font-size: 14px
}
.services-form .personal-line input {
    height: 20px;
    margin-right: 10px;
    width: auto;
}

.services-form .personal-line label.error {
    top: 20px;
}

.news-main {
    padding: 30px 0;
    border-bottom: 1px solid #d7d7d7
}
.news-main__menu {
    padding: 10px 0;
    margin-bottom: 30px;
    font-family: 'Times New Roman', serif;
    font-size: 28px;
    font-weight: 700
}
.news-main__menu span {
    margin-right: 35px;
    color: #00778c;
    border-bottom: 2px dotted #00778c;
    cursor: pointer
}
.news-main__menu .active {
    border-bottom: none;
    color: #000
}
.news-main-block {
    /*display: none*/
}
.news-main-block.active {
    /*display: block*/
}
.news-main-big {
    float: left;
    width: 100%;
    margin-right: 40px
}
.news-main-big__img {
    width: 100%;
    margin-bottom: 10px;
    display: block
}
.news-main__date {
    margin-bottom: 10px;
    font-size: 13px;
    color: #737373
}
.news-main__title {
    font-family: 'Times New Roman', serif;
    font-size: 30px;
    font-weight: 700;
    display: inline;
    text-decoration: none;
    color: #000;
    border-bottom: 1px solid #000
}
.news-main__text {
    margin-top: 20px
}
.news-main-list {
    display: table-cell
}
.news-main-one {
    margin-bottom: 40px;
    vertical-align: top;
}

.news-main-list--city {
    word-spacing: -0.36em;
}

.news-main-list--city .news-main-one {
    word-spacing: normal;
    width: 48%;
    margin-right: 4%;
    display: inline-block;
}

.news-main-list--city .news-main-one:nth-child(2n) {
    margin-right: 0;
}

.news-main-one__date {
    margin-bottom: 10px;
    font-size: 13px;
    color: #737373
}
.news-main-one__title {
    font-family: 'Times New Roman', serif;
    font-size: 20px;
    display: inline;
    text-decoration: none;
    color: #000;
    border-bottom: 1px solid #000
}
.news-main-one__text {
    font-size: 14px;
    margin-top: 10px
}
.articles {
    padding: 30px 0;
    border-bottom: 1px solid #d7d7d7
}
.articles-title {
    font-family: 'Times New Roman', serif;
    font-size: 30px;
    font-weight: 700;
    display: inline-block;
    margin-bottom: 30px;
    text-decoration: none;
    color: #000;
    border-bottom: 1px solid #000
}
.articles-list {
    word-spacing: -.35em
}
.articles-one {
    display: inline-block;
    vertical-align: top;
    width: 293px;
    margin-right: 40px
}
.articles-one:nth-child(3n) {
    margin-right: 0
}
.articles-one img {
    width: 100%;
    margin-bottom: 10px
}

.city-title {
    color: #00768b;
    font-size: 24px;
    margin-bottom: 20px;
    font-weight: 700;
}

.city-text {
    font-size: 16px;
    line-height: 20px;
}

.city-head {
    height: 350px;
    margin-bottom: 20px;
    padding: 30px;
}

.city-head:before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    /*
    background: -moz-linear-gradient(left, rgba(0,0,0,0) 0%, rgba(0,0,0,0.65) 100%);
    background: -webkit-linear-gradient(left, rgba(0,0,0,0) 0%,rgba(0,0,0,0.65) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a6000000',GradientType=1 );
    background: linear-gradient(to right, rgba(0,0,0,0) 0%,rgba(0,0,0,0.65) 100%);
    */
    background: rgba(0,0,0,.1);

}

.city-descr {
    width: 340px;
    float: right;
    color: #fff;
}

.city-descr__top {
    font-size: 20px;
    line-height: 25px;
    margin-bottom: 10px;
}

.city-descr__select {
    display: inline-block;
    font-size: 14px;
    border-bottom: 1px dashed #fff;
    margin-bottom: 15px;
    cursor: pointer;
}

.city-descr-bottom {
    margin-bottom: 30px; font-size: 16px; 
}

.city-descr-bottom h2, .city-descr-bottom .h2 {
    font-size: 18px;
    margin-bottom: 10px;
    margin-top: 0;
}

.city-descr-bottom p {
    font-size: 16px;
}


.modal-open {
    display: inline-block;
    padding: 10px;
    color: #fff;
    text-decoration: none;
    width: 200px;
    border: 3px solid #fff;
    text-align: center;
    font-size: 18px;
    margin-bottom: 20px;
}

.modal-open:hover {
    color: #fff;
}

.city-icons {
    position: absolute;
    left: 30px;
    bottom: 30px;
    color: #fff;
}

.city-icon img {
    margin-bottom: 10px;
}

.city-icon {
    display: inline-block;
    margin-right: 50px;
}

.city-icon__title {
    font-size: 16px;
    line-height: 20px;
}

.city-icon__top {
    font-size: 50px;
    font-weight: 700;
    margin-bottom: 0px;
}




.order-modal {
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.6);
    z-index: 100000;
    padding-top: 110px;
}

.order-modal__title {
    font-weight: 700;
    color: #fff;
    font-size: 30px;
    width: 490px;
    margin: 0 auto 20px;
}

.order-modal-inn {
    background: #fff;
    width: 490px;
    margin: 0 auto;
    padding: 30px;
}

.order-modal-top {
    height: 150px;
}

.order-select {
    width: 50%;
    float: left;
    text-align: center;
    cursor: pointer;
    height: 125px;
}

.order-select img {
    margin-bottom: 25px;
}

.order-select__title {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 10px;
}

.order-select__descr {
    font-size: 14px;
    color: #5c5c5c;
    line-height: 16px;
}

.order-select.active:before {
    position: absolute;
    bottom: -26px;
    left: 100px;
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 6px 6px 6px;
    border-color: transparent transparent #00768b transparent;
}

.order-modal-form {
    display: none;
}

.form-line { margin-bottom: 10px; position: relative }
.form-line label.error { color: red; position: absolute; font-size: 11px; right: 5px; bottom: 5px; }

.form-line input[type="text"] {
    border-color: 1px solid #dbdbdb;
    padding: 0 10px;
    height: 30px;
    font-size: 13px;
    width: 100%;
    outline: none;
}

.form-line textarea {
    border-color: 1px solid #dbdbdb;
    padding: 10px 10px;
    height: 80px;
    font-size: 13px;
    width: 100%;
    font-family: 'Arial';
    outline: none;
}

.form-line input.error, textarea.error { box-shadow: 0 0 3px red }

.form-line button {
    color: #fff;
    background: #00768b;
    border: none;
    font-size: 14px;
    text-transform: uppercase;
    width: 120px;
    height: 30px;
    display: block;
    margin: 20px auto 0;
}

.form-line input[type="checkbox"] {
    display: none;
}

.form-line input[type="checkbox"] + label {
    font-size: 12px;
    padding-left: 30px;
    position: relative;
}

.form-line input[type="checkbox"] + label:before {
    content: "";
    position: absolute;
    top: -2px;
    left: 0;
    width: 15px;
    height: 15px;
    border: 1px solid #dbdbdb;
}

.form-line input[type="checkbox"]:checked + label:after {
    content: "✓";
    position: absolute;
    top: -2px;
    left: 2px;
    width: 15px;
    height: 15px;
    text-align: center;
    font-weight: 700;
    color: #00768b;
}

.order-close {
    position: absolute;
    top: 5px;
    right: 0;
    background: url(/upload/img/order-close.png);
    background-repeat: no-repeat;
    width: 30px;
    height: 30px;
    cursor: pointer;
}

.footer-menu-in .lang {
    position: absolute;
    top: 10px;
    right: 250px;
}

.city-title {
    color: #00768b;
    font-size: 24px;
    margin-bottom: 20px;
    font-weight: 700;
}

.city-text {
    font-size: 16px;
    line-height: 20px;
}

.city-head {
    height: 350px;
    margin-bottom: 20px;
    padding: 30px;
}

.city-head:before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    /*
    background: -moz-linear-gradient(left, rgba(0,0,0,0) 0%, rgba(0,0,0,0.65) 100%);
    background: -webkit-linear-gradient(left, rgba(0,0,0,0) 0%,rgba(0,0,0,0.65) 100%);
    background: linear-gradient(to right, rgba(0,0,0,0) 0%,rgba(0,0,0,0.65) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a6000000',GradientType=1 );
    */
    background: rgba(0,0,0,.4)

}

.city-descr {
    width: 340px;
    float: right;
    color: #fff;
}

.city-descr__top {
    font-size: 20px;
    line-height: 25px;
    margin-bottom: 10px;
}

.city-descr__select {
    display: inline-block;
    font-size: 14px;
    border-bottom: 1px dashed #fff;
    margin-bottom: 15px;
    cursor: pointer;
}


.city-descr-bottom {
    margin-bottom: 30px;
}

.city-descr-bottom__title {
    font-size: 18px;
    margin-bottom: 10px;
}

.city-descr-bottom__text {
    font-size: 13px;
}

.modal-open {
    display: inline-block;
    padding: 10px;
    color: #fff;
    text-decoration: none;
    width: 200px;
    border: 3px solid #fff;
    text-align: center;
    font-size: 18px;
    margin-bottom: 20px;
}

.modal-open:hover {
    color: #fff;
}

.city-icons {
    position: absolute;
    left: 30px;
    bottom: 30px;
    color: #fff;
}

.city-icon img {
    margin-bottom: 10px;
}

.city-icon {
    display: inline-block;
    margin-right: 50px;
}

.city-icon__title {
    font-size: 16px;
    line-height: 20px;
}

.city-icon__top {
    font-size: 50px;
    font-weight: 700;
    margin-bottom: 0px;
}




.order-modal {
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.6);
    z-index: 100000;
    padding-top: 110px;
}

.order-modal__title {
    font-weight: 700;
    color: #fff;
    font-size: 30px;
    width: 490px;
    margin: 0 auto 20px;
}

.order-modal-inn {
    background: #fff;
    width: 490px;
    margin: 0 auto;
    padding: 30px;
}

.order-modal-top {
    height: 150px;
}

.order-select {
    width: 50%;
    float: left;
    text-align: center;
    cursor: pointer;
    height: 125px;
}

.order-select img {
    margin-bottom: 25px;
}

.order-select__title {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 10px;
}

.order-select__descr {
    font-size: 14px;
    color: #5c5c5c;
    line-height: 16px;
}

.order-modal-bottom {
    padding-top: 20px;
    /*border-top: 1px solid #00768b;*/
}

.order-select.active:before {
    position: absolute;
    bottom: -26px;
    left: 100px;
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 6px 6px 6px;
    border-color: transparent transparent #00768b transparent;
}

.order-modal-form {
    display: none;
}

.form-line {
    margin-bottom: 10px;
}

.form-line input[type="text"] {
    border-color: 1px solid #dbdbdb;
    padding: 0 10px;
    height: 30px;
    font-size: 13px;
    width: 100%;
    outline: none;
}

.form-line textarea {
    border-color: 1px solid #dbdbdb;
    padding: 10px 10px;
    height: 80px;
    font-size: 13px;
    width: 100%;
    font-family: 'Arial';
    outline: none;
}

.form-line button {
    color: #fff;
    background: #00768b;
    border: none;
    font-size: 14px;
    text-transform: uppercase;
    width: 120px;
    height: 30px;
    display: block;
    margin: 20px auto 0;
}

.form-line input[type="checkbox"] {
    display: none;
}

.form-line input[type="checkbox"] + label {
    font-size: 12px;
    padding-left: 30px;
    position: relative;
}

.form-line input[type="checkbox"] + label:before {
    content: "";
    position: absolute;
    top: -2px;
    left: 0;
    width: 15px;
    height: 15px;
    border: 1px solid #dbdbdb;
}

.form-line input[type="checkbox"]:checked + label:after {
    content: "✓";
    position: absolute;
    top: -2px;
    left: 2px;
    width: 15px;
    height: 15px;
    text-align: center;
    font-weight: 700;
    color: #00768b;
}

.order-close {
    position: absolute;
    top: 5px;
    right: 0;
    background: url(/upload/img/order-close.png);
    background-repeat: no-repeat;
    width: 30px;
    height: 30px;
    cursor: pointer;
}

.footer-menu-in .lang {
    position: absolute;
    top: 10px;
    right: 250px;
}


.order-buttons {
    position: absolute;
    top: -25px;
    right: 0;
}

.order-buttons {
    position: absolute;
    top: -30px;
    right: 20px;
}

.order-button {
    display: inline-block;
    font-size: 13px;
    margin-left: 20px;
    cursor: pointer; 
    background: #7c3e3f; 
    color: #fff; 
    padding: 5px 10px; 
    border-radius: 6px
}

.order-button-with-link {
    display: inline-block;
    font-size: 13px;
    margin-left: 20px;
    cursor: pointer; 
    background: #7c3e3f; 
    color: #fff; 
    padding: 5px 10px; 
    border-radius: 6px
}
.order-button-with-link a{
    color: #fff;
    text-decoration:none;
    font-size: 13px;
}




.b-inner .side-info {
    width: 280px;
}
.menedz {
    clear: both;
    margin-bottom:30px;
}
.bes-ko {
    background: #00778c;
    color: #fff;
    text-transform: uppercase;
    font-size: 15px;
    padding: 16px 0px;
    text-align: center;
    cursor: pointer;
    transition: 0.3s;
}
.bes-ko:hover {
    opacity: 0.8;
}
.menedz-top {
    display: flex;
    margin-top: 20px;
    align-items: center;
}
.menedz-ico {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    background-size: cover;
    margin-right: 20px;
}
.menedz-top p {
    font-weight: 600;
    font-size: 15px;
    color: #000;
    /*line-height: 20px;*/
}
.menedz-top span {
    display: block;
    color: #666666;
    font-weight: 500;
}
.menedz-cont {
    margin-top: 20px;
}
.menedz-cont p {
    font-size: 15px;
    display: flex;
    align-items: center;
}
.menedz-cont i {
    display: inline-block;
    width: 18px;
    height: 18px;
    margin-right: 10px;
    background-position: center bottom;
    background-repeat: no-repeat;
}
.me-tel {
    background-image: url(/upload/img/mtel.png);
}
.me-mail {
    background-image: url(/upload/img/mmail.png);
}
.me-time {
    background-image: url(/upload/img/mtime.png);
}
.besp-co {
    display: none;
    background: #fff;
    border: 2px solid #00788b;
    padding: 26px 32px;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1000000;
}
.besp-zag {
    font-size: 24px;
}
.besp-co hr {
    border: none;
    height: 1px;
    background: #d8d8d8;
    margin: 24px 0px 10px;
}
.besp-co label {
    display: block;
    width: 100%;
}
.besp-co label > span {
    display: block;
    margin-bottom: 10px;
    margin-top: 14px;
}
.besp-co label > span > span {
    color: red;
    margin-left: 4px;
}
.besp-co label > input[type="text"] {
    background: #fff;
    border: 2px solid #00788b;
    border-radius: 4px;
    padding: 10px 10px;
    width: 100%;
}
.besp-co .phonemask {
    font-size: 13px !important;
    padding: 10px 10px !important;
    height: auto !important;
}
.besp-co label > input[type="text"] + label.error {
    color: red;
}
.besp-co label > input[type="submit"] {
    text-transform: uppercase;
    color: #fff;
    background: #7c3f3f;
    border-radius: 6px;
    cursor: pointer;
    transition: 0.2s;
    text-align: center;
    border: none;
    margin: 24px auto 0px;
    display: block;
    padding: 9px 30px;
    font-size: 20px;
    transition: 0.2s;
} 
.besp-co label > input[type="submit"]:hover {
    opacity: 0.8;
}
.besp-clo {
    background-image: url(/upload/img/bes-clo.png);
    display: block;
    width: 19px;
    height: 19px;
    background-position: center center;
    background-repeat: no-repeat;
    position: absolute;
    top: 32px;
    right: 24px;
    cursor: pointer;
    transition: 0.2s;
}
.besp-clo:hover {
    opacity: 0.3;
}

.vrez {
    text-align: center;
    border: 2px solid #00788b;
    padding: 26px 32px;
    font-size: 37px;
    margin: 30px auto 30px;
}
.vrez a {
    color: inherit;
    font-size: inherit;
    text-decoration: none;
    transition: 0.2s;
}
.top-form {
    display: flex;
    justify-content: space-between;
    margin: 20px 0px 0px;
    align-items: flex-end;
}
.top-form label {
    width: calc(33% - 29px);
    padding-bottom: 20px;
}
.top-form label > input[type="text"] {
    background: #fff;
    border: 2px solid #00788b;
    border-radius: 4px;
    padding: 10px 10px;
    width: 100%;
}
.top-form .phonemask {
    font-size: 13px !important;
    padding: 10px 10px !important;
    height: auto !important;
}
.top-form label > input[type="text"] + label.error {
    color: red;
    padding-bottom: 0px;
    height: 0px;
    overflow: visible;
    display: block;
    width: 100%;
}
.top-form label > input[type="submit"] {
    text-transform: uppercase;
    color: #fff;
    background: #7c3f3f;
    border-radius: 6px;
    cursor: pointer;
    transition: 0.2s;
    text-align: center;
    border: none;
    margin: 24px auto 0px;
    display: block;
    padding: 9px 30px;
    font-size: 20px;
    transition: 0.2s;
    width: 100%;
} 
.top-form label > input[type="submit"]:hover {
    opacity: 0.8;
}
@media (max-width: 900px) {
.vrez {
    padding: 14px 20px;
}

.top-form {
    flex-direction: column;
    padding: 0px 20px;
}
.top-form label {
    width: 100%;
    padding-bottom: 20px;
}
.top-form label > input[type="submit"] {
    width: 100%;
}
