/* Шрифты */

@font-face {
    font-family: "Gotham Pro";
    src: url("/fonts/GothamProLight/GothamProLight.eot");
    src: url("/fonts/GothamProLight/GothamProLight.eot?#iefix")format("embedded-opentype"), url("/fonts/GothamProLight/GothamProLight.woff") format("woff"), url("/fonts/GothamProLight/GothamProLight.ttf") format("truetype");
    font-style: normal;
    font-weight: 300;
}

@font-face {
    font-family: "Gotham Pro";
    src: url("/fonts/GothamProLightItalic/GothamProLightItalic.eot");
    src: url("/fonts/GothamProLightItalic/GothamProLightItalic.eot?#iefix")format("embedded-opentype"), url("/fonts/GothamProLightItalic/GothamProLightItalic.woff") format("woff"), url("/fonts/GothamProLightItalic/GothamProLightItalic.ttf") format("truetype");
    font-style: italic;
    font-weight: 300;
}

@font-face {
    font-family: "Gotham Pro";
    src: url("/fonts/GothamProRegular/GothamProRegular.eot");
    src: url("/fonts/GothamProRegular/GothamProRegular.eot?#iefix")format("embedded-opentype"), url("/fonts/GothamProRegular/GothamProRegular.woff") format("woff"), url("/fonts/GothamProRegular/GothamProRegular.ttf") format("truetype");
    font-style: normal;
    font-weight: 400;
}

@font-face {
    font-family: "Gotham Pro";
    src: url("/fonts/GothamProRegularItalic/GothamProRegularItalic.eot");
    src: url("/fonts/GothamProRegularItalic/GothamProRegularItalic.eot?#iefix")format("embedded-opentype"), url("/fonts/GothamProRegularItalic/GothamProRegularItalic.woff") format("woff"), url("/fonts/GothamProRegularItalic/GothamProRegularItalic.ttf") format("truetype");
    font-style: italic;
    font-weight: 400;
}

@font-face {
    font-family: "Gotham Pro";
    src: url("/fonts/GothamProMedium/GothamProMedium.eot");
    src: url("/fonts/GothamProMedium/GothamProMedium.eot?#iefix")format("embedded-opentype"), url("/fonts/GothamProMedium/GothamProMedium.woff") format("woff"), url("/fonts/GothamProMedium/GothamProMedium.ttf") format("truetype");
    font-style: normal;
    font-weight: 600;
}

@font-face {
    font-family: "Gotham Pro";
    src: url("/fonts/GothamProMediumItalic/GothamProMediumItalic.eot");
    src: url("/fonts/GothamProMediumItalic/GothamProMediumItalic.eot?#iefix")format("embedded-opentype"), url("/fonts/GothamProMediumItalic/GothamProMediumItalic.woff") format("woff"), url("/fonts/GothamProMediumItalic/GothamProMediumItalic.ttf") format("truetype");
    font-style: italic;
    font-weight: 600;
}

@font-face {
    font-family: "Gotham Pro";
    src: url("/fonts/GothamProBold/GothamProBold.eot");
    src: url("/fonts/GothamProBold/GothamProBold.eot?#iefix")format("embedded-opentype"), url("/fonts/GothamProBold/GothamProBold.woff") format("woff"), url("/fonts/GothamProBold/GothamProBold.ttf") format("truetype");
    font-style: normal;
    font-weight: 700;
}

@font-face {
    font-family: "Gotham Pro";
    src: url("/fonts/GothamProBoldItalic/GothamProBoldItalic.eot");
    src: url("/fonts/GothamProBoldItalic/GothamProBoldItalic.eot?#iefix")format("embedded-opentype"), url("/fonts/GothamProBoldItalic/GothamProBoldItalic.woff") format("woff"), url("/fonts/GothamProBoldItalic/GothamProBoldItalic.ttf") format("truetype");
    font-style: italic;
    font-weight: 700;
}

/* Основное */

html, body {
    height: 100%;
}

body {
    background: #fff;
    color: #343434;
    font: 14px/18px 'Gotham Pro', sans-serif;
}

p {
    margin: 0;
}

a {
	color: #2e8119;
    text-decoration: none;
}

a:hover {
    color: #343434;
}

img {
    vertical-align: middle;
}

:focus {
    outline: 0;
}

/* Типографика */

.typo h1 {
    margin: 0 0 30px;
    font: 600 24px/28px 'Gotham Pro';
}

.typo h2 {
    margin: 0 0 20px;
    font: 600 22px/26px 'Gotham Pro';
}

.typo h3 {
    margin: 0 0 20px;
    font: 600 20px/24px 'Gotham Pro';
}

.typo h4 {
    margin: 0 0 20px;
    font: 600 18px/22px 'Gotham Pro';
}

.typo h5 {
    margin: 0 0 20px;
    font: 600 16px/20px 'Gotham Pro';
}

.typo h6 {
    margin: 0 0 20px;
    font: 600 14px/18px 'Gotham Pro';
}

.typo p {
    margin: 0 0 20px;
}

.typo hr {
    clear: both;
    border: none;
    border-top: 1px solid #d9d9d9;
}

.typo blockquote {
    margin: 0 0 20px;
    padding: 0 0 0 20px;
    border-left: 4px solid #2e8119;
    font-style: italic;
}

.typo ul {
    margin: 0 0 20px;
    padding: 0 0 0 18px;
    list-style-type: disc;
    list-style-position: outside;
}

.typo ol {
    margin: 0 0 20px;
    padding: 0 0 0 20px;
    list-style-type: decimal;
    list-style-position: outside;
}

.typo li ul {
    margin: 5px 0 0;
}

.typo li {
    margin: 0 0 5px;
}

.typo table {
    margin: 0 0 20px;
    border-collapse: collapse;
    font: 14px/18px 'Gotham Pro';
}

.typo table[border],
.typo table[border] td,
.typo table[border] th {
    border: 1px solid #343434;
}

.typo table .border,
.typo table .border th,
.typo table .border td {
    border: 1px solid #343434;
}

.typo table[border='0'],
.typo table[border='0'] td,
.typo table[border='0'] th {
    border: 0;
}

.typo img {
    position: relative;
    top: 2px;
}

.typo img.left,
.typo img[align='left'] {
    float: left;
    margin: 0 20px 20px 0;
}

.typo img.right,
.typo img[align='right'] {
    float: right;
    margin: 0 0 20px 20px;
}

/* Выравнивания */

.pull-left {
    float: left;
}

.pull-right {
    float: right;
}

.clear {
    display: table;
    clear: both;
    content: "";
}

/* Навигационная цепочка */

.path {
    float: left;
    margin: 30px 0 0 15px;
}

.path .sep {
    margin: 0 5px;
}

.path .home {
    position: relative;
    top: 3px;
    display: inline-block;
    width: 20px;
    height: 21px;
    background: url("/img/icon_home.png") no-repeat;
}

/* Заголовки */

.h1 {
    margin: 0 0 30px;
    font: 600 24px/28px 'Gotham Pro';
}

.h1 a {
    color: #343434;
    text-decoration: none;
}

.h1 a:hover {
    color: #2e8119;
}

/* Межстраничная навигация */

.pager {
    text-align: center;
    margin: 30px 0 20px;
}

.pager span,
.pager a {
    display: inline-block;
    width: 20px;
    height: 20px;
    margin: 0 5px;
    line-height: 20px;
    vertical-align: middle;
}

.pager span.item,
.pager a.item {
    background: #fff;
    border: 1px solid #d9d9d9;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
}

.pager .fa {
    font-size: 20px;
}

/* Формы */

.form .textbox,
.form .textarea {
    width: 100%;
    height: 47px;
    margin: 0 0 10px;
    padding: 10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    background: #fff;
    border: none;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    color: #000;
    font: 300 22px 'Gotham Pro';
}

.form .textarea {
    height: 150px;
}

.form .textbox.error,
.form .textarea.error {
    -webkit-box-shadow: inset 0 0 4px #f00;
    -moz-box-shadow: inset 0 0 4px #f00;
    -ms-box-shadow: inset 0 0 4px #f00;
    -o-box-shadow: inset 0 0 4px #f00;
    box-shadow: inset 0 0 4px #f00;
}

.form .hidden {
    display: none;
}

/* Кнопки */

.btn {
    position: relative;
    display: inline-block;
    height: 60px;
    background: silver;
    border: none;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    color: #fff;
    font: 700 22px 'Gotham Pro';
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    cursor: pointer;
}

.btn:hover {
    -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, .3);
    -moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, .3);
    -ms-box-shadow: inset 0 1px 2px rgba(0, 0, 0, .3);
    -o-box-shadow: inset 0 1px 2px rgba(0, 0, 0, .3);
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, .3);
}

.btn-green {
    background: #32821f;
}

/* Всплывающие окна */

#dlg-call,
#dlg-review {
    display: none;
}

.ui-widget-overlay {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #000;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
    filter: alpha(opacity=80);
    opacity: .8;
    cursor: default;
    z-index: 9998;
}

.ui-dialog {
    position: absolute;
    padding: 30px;
    z-index: 9999;
}

.ui-dialog .ui-dialog-titlebar {
    position: relative;
    text-align: center;
}

.ui-dialog .ui-dialog-title {
    cursor: default;
    color: #fff;
    font: 300 40px/40px 'Gotham Pro';
    text-transform: uppercase;
}

.ui-dialog .ui-dialog-titlebar-close {
    position: absolute;
    right: -30px;
    top: -30px;
    border: none;
    background: none;
    color: #fff;
    cursor: pointer;
}

.ui-dialog .ui-dialog-titlebar-close:hover {
    color: #2e8119;
}

.ui-dialog .ui-dialog-content {
    padding: 20px 0;
    color: #fff;
    text-align: center;
}

.ui-dialog .ui-dialog-buttonpane {
    text-align: center;
}

.ui-dialog .ui-dialog-buttonpane .btn {
    width: 100%;
}

/* Датапикер */

.ui-datepicker {
    display: none;
    width: 173px;
    height: 165px;
    margin: -1px 0 0;
    background: #fff;
    border: solid 1px #e4e4e4;
    z-index: 9997;
}

.ui-datepicker .ui-datepicker-header {
    padding: 8px;
    text-align: center;
}

.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
    position: absolute;
    top: 8px;
    left: 10px;
    cursor: pointer;
    color: #343434;
}

.ui-datepicker .ui-datepicker-prev:hover,
.ui-datepicker .ui-datepicker-next:hover {
    color: #2e8119;
}

.ui-datepicker .ui-datepicker-next {
    left: auto;
    right: 10px;
}

.ui-datepicker .ui-datepicker-calendar {
    width: 95%;
    margin: auto;
    border-collapse: collapse;
    font: 12px/18px 'Gotham Pro';
    text-align: center;
}

.ui-datepicker .ui-datepicker-week-end a,
.ui-datepicker th.ui-datepicker-week-end span {
    color: #cb3501;
}

.ui-datepicker .ui-datepicker-unselectable span {
    color: #ccc;
}

.ui-datepicker .ui-datepicker-current-day a {
    font-weight: 700 !important;
}

/* Каркас */

#wrapper {
    position: relative;
    min-width: 1170px;
    min-height: 100%;
    background: #f7fdff;
}

#header {
    position: relative;
    height: 150px;
    background: #f1fbff;
}

#page {
    position: relative;
    padding: 30px 0 130px;
}

#footer {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 100px;
    background: #f7fdff;
}

.content {
    position: relative;
    width: 1130px;
    margin: 0 auto;
    padding: 0 20px;
}

.content:after {
    display: table;
    clear: both;
    content: "";
}

/* Шапка сайта */

#header .logo {
    float: left;
    display: block;
    margin: 10px 0 0;
}

#header .menu {
    float: right;
    margin: 80px 0 0;
    padding: 0;
    list-style: none;
}

#header .menu li {
    display: inline-block;
    margin: 0 0 10px 10px;
    vertical-align: top;
}

#header .menu li a,
#header .menu li span {
    display: block;
    width: 127px;
    padding: 0;
    background: #fff;
    border: 2px solid #e04114;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
    color: #e04114;
    font: 600 12px/34px 'Gotham Pro';
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    white-space: nowrap;
}

#header .menu li.highlight a,
#header .menu li.highlight span {
    width: 98px;
    padding: 0 0 0 30px;
    background: #39c200 url("/img/icon_calc.png") 4px center no-repeat;
    border: 2px solid #39c200;
    color: #fff;
    line-height: 17px;
    white-space: normal;
    text-transform: none;
    text-align: left;
}

#header .menu li:hover a,
#header .menu li.sel span {
    -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, .3);
    -moz-box-shadow: 0 0 3px rgba(0, 0, 0, .3);
    -ms-box-shadow: 0 0 3px rgba(0, 0, 0, .3);
    -o-box-shadow: 0 0 3px rgba(0, 0, 0, .3);
    box-shadow: 0 0 3px rgba(0, 0, 0, .3);
}

/* Шапка главной страницы */

#header.main {
    display: none;
    height: 450px;
    margin: 0 0 150px;
}

#header.main .content {
    height: 150px;
}

#header.main .logo {
    position: absolute;
    right: 80px;
    top: -400px;
    background: url("");
    z-index: 9997;
}

#header.main .init-call-dlg {
    position: absolute;
    left: 20px;
    top: 30px;
}

#header.main .menu {
    position: absolute;
    right: 20px;
    top: 30px;
    width: 435px;
    margin: 0;
    padding-right: 230px;
}

#header.main .menu li.highlight {
    position: absolute;
    right: 0;
    top: 0;
}

#header.main .menu li.highlight a {
    width: 163px;
    height: 62px;
    padding: 20px 0 0 62px;
    background: #39c200 url("/img/icon_calc_big.png") 16px center no-repeat;
    font: 600 18px 'Gotham Pro';
}

#page.main {
    padding: 0 0 100px;
    height: 0;
    overflow: hidden;
}

/* Подвал сайта */

#footer .content {
    border-top: 1px solid #d9d9d9;
}

#footer .text {
    margin: 10px 0;
}

#footer .copyright {
    position: absolute;
    left: 50%;
    bottom: 15px;
    width: 400px;
    margin-left: -208px;
    text-align: center;
}

/* Услуги */

.services-list {
    float: left;
    width: 340px;
    padding-right: 20px;
    border-right: 1px solid #d9d9d9;
}

.services-list ul {
    margin: 0;
    padding: 2px 0 0;
    list-style: none;
}

.services-list ul li {
    margin: 0 0 20px;
}

.services-list ul li a,
.services-list ul li span {
    color: #323232;
    font: 18px/22px 'Gotham Pro';
}

.services-list ul li a:hover,
.services-list ul li.sel span {
    color: #2e8119;
}

.services-list ul li.sel span {
    font-weight: 700;
}

.services-list ul .fa {
    cursor: pointer;
    -webkit-transition: all .2s ease-out;
    -moz-transition: all .2s ease-out;
    transition: all .2s ease-out;
}

.services-list ul .fa.rotate {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    transform: rotate(180deg);
}

.services-list ul ul {
    display: none;
    margin: 20px 0 20px 20px;
}

.services-list ul li.sel ul {
    display: block;
    font-size: 12px;
}

.services-list ul ul li a,
.services-list ul ul li span {
    color: #323232;
    font: 16px/22px 'Gotham Pro';
    text-decoration: underline;
}

.services-list + .services-item {
    float: right;
    width: 730px;
    font-size: 15px;
}

.services-item .photos-list {
    padding: 20px 0 0;
    border-top: 1px solid #d9d9d9;
    text-align: center;
}

.services-list .init-call-dlg {
    margin: 50px 0 20px;
}

.init-call-dlg {
    width: 210px;
    height: 50px;
    padding: 32px 0 0 70px;
    background: #fff url("/img/icon_request.png") 20px center no-repeat;
    border: 2px solid #2e8119;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
    color: #2e8119;
    cursor: pointer;
}

.init-call-dlg:hover {
    -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, .3);
    -moz-box-shadow: 0 0 3px rgba(0, 0, 0, .3);
    -ms-box-shadow: 0 0 3px rgba(0, 0, 0, .3);
    -o-box-shadow: 0 0 3px rgba(0, 0, 0, .3);
    box-shadow: 0 0 3px rgba(0, 0, 0, .3);
}

.init-call-dlg b {
    font: 700 18px 'Gotham Pro';
    text-transform: uppercase;
}

/* Новости */

.news-list ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.news-list ul li {
    margin: 0 0 30px;
}

.news-list ul li .image {
    float: left;
    display: block;
    width: 210px;
    height: 210px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    overflow: hidden;
}

.news-list ul li .image:hover {
    -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, .3);
    -moz-box-shadow: 0 0 3px rgba(0, 0, 0, .3);
    -ms-box-shadow: 0 0 3px rgba(0, 0, 0, .3);
    -o-box-shadow: 0 0 3px rgba(0, 0, 0, .3);
    box-shadow: 0 0 3px rgba(0, 0, 0, .3);
}

.news-list ul li .image + .text {
    float: right;
    width: 880px;
}

.news-list ul li .text .date {
    margin: 0 0 10px;
    text-transform: lowercase;
}

.news-list ul li .text .name {
    color: #343434;
    font: 18px/22px 'Gotham Pro';
}

.news-list ul li .text .name:hover {
    color: #2e8119;
}

.news-list ul li .text .announce {
    margin: 10px 0;
}

.news-item .date {
    float: right;
    padding: 8px 0 0;
    text-transform: lowercase;
}

.news-item .date + .h1 {
    float: left;
    width: 950px;
}

.news-item .photos-list {
    float: left;
    width: 210px;
}

.news-item .photos-list + .typo {
    float: right;
    width: 880px;
}

/* Галерея */

.photos-list ul {
    margin: 0 -10px;
    padding: 0;
    list-style: none;
}

.photos-list ul li {
    display: inline-block;
    width: 210px;
    margin: 2px 10px 20px;
    vertical-align: top;
}

.photos-list ul li a {
    display: block;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    overflow: hidden;
}

.photos-list ul li span {
    display: block;
    text-align: center;
    margin: 10px 0 0;
}

/* Отзывы */

.reviews-list ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.reviews-list ul li {
    margin: 0 0 30px;
}

.reviews-list ul li .info {
    float: left;
    width: 200px;
}

.reviews-list ul li .info .date {
    margin: 10px 0 0;
    text-transform: lowercase;
}

.reviews-list ul li .text {
    float: right;
    width: 890px;
    text-align: justify;
}


.reviews-list .init-review-dlg {
    float: right;
    position: relative;
    top: -2px;
}

.init-review-dlg {
    padding: 5px 10px;
    background: #fff;
    border: 2px solid #2e8119;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
    color: #2e8119;
    text-transform: uppercase;
    cursor: pointer;
}

.init-review-dlg:hover {
    -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, .3);
    -moz-box-shadow: 0 0 3px rgba(0, 0, 0, .3);
    -ms-box-shadow: 0 0 3px rgba(0, 0, 0, .3);
    -o-box-shadow: 0 0 3px rgba(0, 0, 0, .3);
    box-shadow: 0 0 3px rgba(0, 0, 0, .3);
}

/* Контакты */

.contacts-left {
    float: left;
    width: 35%;
}

.contacts-right {
    float: right;
    width: 65%;
}

.contacts-map {
    height: 500px;
    margin: 0 0 30px;
}

.contacts-map > ymaps {
    height: 500px;
}

/* Калькулятор */

.calc-form form {
    position: relative;
    margin: 0 0 20px;
    padding: 20px 10px;
    border-top: 1px solid #d9d9d9;
    border-bottom: 1px solid #d9d9d9;
}

.calc-form form.load:after {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .1) url("/img/loader.gif") center 110px no-repeat;
    content: "";
}

.calc-form .elem {
    display: inline-block;
    width: 175px;
    margin: 5px;
    vertical-align: top;
    overflow: hidden;
}

.calc-form .elem label {
    display: block;
    margin: 0 -5px 5px;
    text-align: center;
}

.calc-form .elem input,
.calc-form .elem select {
    width: 100%;
    height: 38px;
    padding: 0 10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    background: #fff;
    border: 1px solid #cbcbcb;
    font: 14px 'Gotham Pro';
}

.calc-form .elem.date input {
    background: #fff url("/img/icon_date.png") 95% center no-repeat;
}

.calc-form .submit {
    display: block;
    margin: 20px auto 15px;
    padding: 0 50px;
}

.calc-form .reset {
    display: block;
    width: 100px;
    margin: 0 auto;
    background: none;
    border: none;
    color: #343434;
    font: 14px 'Gotham Pro';
    text-align: center;
    text-transform: uppercase;
    text-decoration: underline;
}

.calc-form .reset:hover {
    text-decoration: none;
}

.calc-sum {
    margin: 0 0 20px;
}

.calc-sum h2 {
    margin: 0 0 10px;
    font: 36px 'Gotham Pro';
    text-align: center;
}

.calc-sum div {
    color: #76c106;
    font: 600 48px 'Gotham Pro';
    text-align: center;
}

.calc-request {
    width: 700px;
    margin: 20px auto 0;
}

.calc-request .pull-left {
    width: 180px;
}

.calc-request .pull-right {
    position: relative;
    width: 490px;
}

.calc-request label {
    display: block;
    font-weight: 600;
    margin: 0 0 10px 10px;
}

.calc-request input,
.calc-request textarea {
    width: 100%;
    height: 38px;
    padding: 10px;
    margin: 0 0 10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    background: #fff;
    border: 1px solid #cbcbcb;
    font: 14px 'Gotham Pro';
}

.calc-request textarea {
    height: 190px;
    resize: none;
}

.calc-request button {
    position: absolute;
    bottom: 25px;
    right: 10px;
    height: 40px;
    padding: 0 10px;
    font: 18px 'Gotham Pro'
}

/* Ошибки в формах */

input.error,
textarea.error {
    border-color: #f00 !important;
}