@import url('https://fonts.googleapis.com/css?family=Open+Sans');

* {
    font-family: "Open Sans";
    font-size: 15px;
    line-height: 23px;
    color: #000;
    padding: 0;
    margin: 0;
    text-indent: 0px;
}

hr {
    height: 1.2px;
    background-color: #ddd;
    border: none;
    margin: 25px auto!important;
    width: 960px;
    display: block;
}
p{
    margin-top: 7px;
    margin-bottom: 16px;
}

.center {
    text-align: center;
}
.clear {
    clear: both;
}

a:hover {
    text-decoration: none;
}

h1, h2 {
    font-size: 24px;
    text-transform: uppercase;
    font-weight: bold;
    line-height: 24px;
    margin: .67em 0;
}

body {
    background: #fff;
}

.header {
    position: relative;
    width: 960px;
    height: 86px;
    margin: auto;

}
.header .logo {
    display: block;
    text-decoration: none;
    font-size: 24px;
    font-weight: bold;
    text-transform: uppercase;
    line-height: 86px;
    background: url(../img/logo.png) no-repeat 0 58px;
}

.header .phones {
    position: absolute;
    left: 400px;
    width: 390px;
    line-height: 86px;
    font-size: 18px;
    top: 0px;
}

.header .phones div {
    font-size: 13px;
    color: #999;
    position: absolute;
    top: 50px;
    left: 0;
}

.header img {
    position: absolute;
    right: 0;
    top: 34px;
    cursor: pointer;
}

.menu {
    position: relative;
    z-index: 3;
    margin: auto;
    width: 960px;
    height: 50px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    background-color: #fff;
    -webkit-box-shadow: 0 1px 3px rgba(0,0,0,.23);
    -moz-box-shadow: 0 1px 3px rgba(0,0,0,.23);
    box-shadow: 0 1px 3px rgba(0,0,0,.23);
    background-image: -webkit-linear-gradient(left, #1097f1, #9b59b6 50%, #e93d2b);
    background-image: -moz-linear-gradient(left, #1097f1, #9b59b6 50%, #e93d2b);
    background-image: -o-linear-gradient(left, #1097f1, #9b59b6 50%, #e93d2b);
    background-image: -ms-linear-gradient(left, #1097f1, #9b59b6 50%, #e93d2b);
    background-image: linear-gradient(to right, #1097f1, #9b59b6 50%, #e93d2b);
}
.menu a {
    line-height: 50px;
    text-decoration: underline;
    color: #fff;
    margin-left: 39px;
}
.menu a.selected {
    text-decoration: none;
    font-weight: bold;
}

.menu a:last-child {
    float:right;
    margin-right:39px;
}

.footer {
    height: 100px;
    background: #333;
}

.contacts {
    width: 960px;
    margin: auto;
    position: relative;
    margin-bottom: 60px;
}

.contacts .yamap {
    width: 600px;
    float:left;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    background-color: #fff;
    -webkit-box-shadow: 0 1px 4px rgba(0,0,0,.23);
    -moz-box-shadow: 0 1px 4px rgba(0,0,0,.23);
    box-shadow: 0 1px 4px rgba(0,0,0,.23);
    border: solid 5px #fff;
}

.contacts .contacts-text {
    width: 320px;
    float:right;
    line-height: 24px;
}
.contacts .contacts-text div {
    margin-bottom: 10px;
}
.contacts .contacts-text div span {
    color: #9f9f9f;
    font-size: 13px;
    display: block;
}

.contacts .contacts-text .map {
    padding-left: 20px;
    background: url(../img/ico-map.png) no-repeat 0 6px ;
}
.contacts .contacts-text .phone {
    padding-left: 20px;
    background: url(../img/ico-phone.png) no-repeat 0 6px;
}

.contacts .contacts-text .email {
    padding-left: 20px;
    background: url(../img/ico-email.png) no-repeat 0 6px;
}

.contacts .contacts-text .email img {
    cursor: pointer;
}


.footer .footer-text {
    line-height: 100px;
    width: 960px;
    margin: auto;
    color: #9f9f9f;
}

/* ------------------------------------*/

.index {
    position: relative;
    z-index: 2;
    margin-top: -25px;
    height: 464px;
}

.index .bgleft {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 49%;
    height: 464px;
    background: url(../img/homebanner_left.jpg) repeat-x;
}
.index .bgright {
    position: absolute;
    right: 0px;
    top: 0px;
    width: 49%;
    height: 464px;
    background: url(../img/homebanner_right.jpg) repeat-x;
}


.index .index-banner {
    background: url(../img/homebanner.jpg) no-repeat center;
    position: relative;
    margin: auto;
    height: 464px;
    z-index: 2;
}
.index-banner .banner-text {
    width: 640px;
    position: absolute;
    left: 50%;
    margin-left: -160px;
    top:60px;
}
.index-banner .banner-text h1 {
    text-transform: none;
    font-size: 30px;
    line-height: 34px;
}
.banner-text p {
    font-size: 18px;
    line-height: 25px;
}

.banner-btn {
    margin-top: 30px;
}
.banner-btn .btn {margin-right: 20px;}
.btn {
    text-decoration: none!important;
    cursor: pointer;
    line-height: 50px;
    display: inline-block;
    font-weight: bold;
    padding: 0px 30px;
    color: #fff;
    text-transform: uppercase;
    height: 50px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    background-color: #149bf5;
    -webkit-box-shadow: 0 1px 2px rgba(0,0,0,.23);
    -moz-box-shadow: 0 1px 2px rgba(0,0,0,.23);
    box-shadow: 0 1px 2px rgba(0,0,0,.23);
    background-image: -webkit-linear-gradient(bottom, rgba(0,0,0,.13), rgba(255,255,255,.13));
    background-image: -moz-linear-gradient(bottom, rgba(0,0,0,.13), rgba(255,255,255,.13));
    background-image: -o-linear-gradient(bottom, rgba(0,0,0,.13), rgba(255,255,255,.13));
    background-image: -ms-linear-gradient(bottom, rgba(0,0,0,.13), rgba(255,255,255,.13));
    background-image: linear-gradient(to top, rgba(0,0,0,.13), rgba(255,255,255,.13));
}

.btn:hover {
    background-color: #34a8f5;
}

.btn.white {
    color: #000;
    background: #fff;
}

.btn.white:hover {
    background-image: -webkit-linear-gradient(bottom, rgba(0,0,0,.09), rgba(255,255,255,.09));
    background-image: -moz-linear-gradient(bottom, rgba(0,0,0,.09), rgba(255,255,255,.09));
    background-image: -o-linear-gradient(bottom, rgba(0,0,0,.09), rgba(255,255,255,.09));
    background-image: -ms-linear-gradient(bottom, rgba(0,0,0,.09), rgba(255,255,255,.09));
    background-image: linear-gradient(to top, rgba(0,0,0,.09), rgba(255,255,255,.09));
}

.bc a, .bc span{
    color: #888888;font-size: 13px;
}

.catalog {
    float: left;
    width: 300px;
    margin-bottom: 35px;
    margin-right: 20px;
}


.catalog-leftwr {
    float: left;
    width:67%;
}

.catalog-rightwr {
    float: right;
    width:33%;
}

.content {
    display: block;
    width: 960px;
    margin: auto;
    padding: 15px 0px;
}

.content img {
    max-width: 960px;
}

.catalog_main {
    font-size: 18px;
    display: block;
    font-weight: bold;
    padding-right: 30px;
    line-height: 26px;
    margin-top:30px;
}
.catalog_item {
    font-size: 13px;
    color: #888;
    margin-right: 20px;
    line-height: 26px;
}

.about {
    position: relative;
    height: 466px;
}

.about .bgleft {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 49%;
    height: 466px;
    background: url(../img/homeabout_left.jpg) repeat-x;
}
.about .bgright {
    position: absolute;
    right: 0px;
    top: 0px;
    width: 49%;
    height: 466px;
    background: url(../img/homeabout_right.jpg) repeat-x;
}


.about .background {
    background: url(../img/homeabout.jpg) no-repeat center;
    position: relative;
    margin: auto;
    height: 466px;
    z-index: 2;
}

.about .f0 {
    float: left;
    width: 50%;

}

.about .f0 p {
    padding-right: 40px;
}

.about .f1 {
    float: left;
    width: 180px;
    margin-right: 60px;
    font-size: 11px;
}

.news-list {
    float:left;
    width: 33%;
    margin-top: 30px;
}

.news-list a {
    font-weight: bold;
    padding-right:40px;
    display: inline-block;
}

.news-list p {
    padding-right: 40px;
}

.news-list .dt, .news-date .dt {
    font-size: 13px;
    color: #929292;
}

.content table {
    border-collapse: collapse;
    border-top: 1px solid #8C8C8C;
    border-left: 1px solid #8C8C8C;
    width: 100%;
}

.content table th, .content table td {
    border-bottom: 1px solid #8C8C8C;
    border-right: 1px solid #8C8C8C;
    padding: 4px;
}

.content.noborder table {
    border-collapse: collapse;
    border-top: 0!important;
    border-left: 0!important;
    width: auto;
}

.content.noborder table th, .content table td {
    border-bottom: 0!important;
    border-right: 0!important;
    padding: auto;
}


.pagination {
    margin:30px auto;
    list-style: none;
    text-align: center;
}
.pagination li {
    display: inline-block;

}

.pagination li a {
    text-decoration: none;
    display: inline-block;
    min-width: 30px;
}

.pagination li.active {
    font-size: 120%;
    font-weight: bold;
}



/**  form  */
::-moz-placeholder {
    color: #636363;
    font-size: 14px;
    font-family: OpenSansRegular, Arial, Helvetica, sans-serif;
    text-transform: uppercase
}

:-moz-placeholder {
    color: #636363;
    font-size: 14px;
    font-family: OpenSansRegular, Arial, Helvetica, sans-serif;
    text-transform: uppercase
}

:-ms-input-placeholder {
    color: #636363;
    font-size: 14px;
    font-family: OpenSansRegular, Arial, Helvetica, sans-serif;
    text-transform: uppercase
}


.form {

    padding: 40px 172px 50px;
    margin: 0 auto
}

.form__name {
    font-family: OpenSansBold, Arial, Helvetica, sans-serif;
    line-height: 22px;
    margin-bottom: 30px
}

.form__row {
    width: 100%;
    display: block;
    margin-bottom: 20px
}

.form__row:after {
    display: block;
    width: 100%;
    height: 0;
    clear: both
}

.form__left {
    width: 49.15254%;
    float: left;
    padding-right: 5px;
    margin: 0
}

.form__right {
    width: 49.15254%;
    float: right;
    margin-right: 0;
    padding-left: 5px
}

.form__input, .form__textarea {
    width: 100%;
    padding-left: 10px;
    -moz-appearance: none;
    box-sizing: border-box
}

.form__full {
    width: 100%
}

.form__label {
    display: block;
    font-size: 13px;
    color: #5f5f5f;
    line-height: 13px;
    margin-bottom: 10px
}

.form__labelError {
    display: block;
    font-size: 11px;
    color: #e21d1d;
    line-height: 11px;
    margin-top: 5px
}

.form__input {
    height: 40px;
    border: 1px solid #e8e8e8;
    -webkit-appearance: none;
    appearance: none
}

.form__input:focus {
    border-color: #999;
    outline: 0
}

.form__input::-webkit-input-placeholder {
    color: #333;
    font-size: 15px;
    font-family: OpenSansRegular, Arial, Helvetica, sans-serif;
    text-transform: uppercase;
    opacity: .3
}

.form__input::-moz-placeholder {
    color: #333;
    font-size: 15px;
    font-family: OpenSansRegular, Arial, Helvetica, sans-serif;
    text-transform: uppercase;
    opacity: .3
}

.form__input:-moz-placeholder {
    color: #333;
    font-size: 15px;
    font-family: OpenSansRegular, Arial, Helvetica, sans-serif;
    text-transform: uppercase;
    opacity: .3
}

.form__input:-ms-input-placeholder {
    color: #333;
    font-size: 15px;
    font-family: OpenSansRegular, Arial, Helvetica, sans-serif;
    text-transform: uppercase;
    opacity: .3
}

.form .inputError {
    border-color: #e21d1d
}


.form__textarea {
    height: 75px;
    border: 1px solid #e8e8e8;
    resize: none;
    -webkit-appearance: none;
    appearance: none
}

.form__textarea:focus {
    border-color: #999;
    outline: 0
}

.form__btn {
    border: none;
    padding-left: 48px;
    padding-right: 48px;
    margin-top: 20px
}

.form__btnBox, .form__name, .join__inner, .navigation__link, .pageTitle, .pagination, .slicknav_menu, div.popup {
    text-align: center
}

.content img.picture-container-150 {
    max-width:150px;
}

.content img.picture-container-200 {
    max-width:200px;
}
