@font-face {
  font-family: PFDin;
  src: url('../fonts/PFDinTextCompPro-Regular.eot');
  src: local('☺'), url('../fonts/PFDinTextCompPro-Regular.ttf') format('truetype'), url('../fonts/PFDinTextCompPro-Regular.woff') format('woff'), url('../fonts/PFDinTextCompPro-Regular.svg') format('svg');
}

@font-face {
  font-family: calibri;
  src: url('../fonts/calibri.eot');
  src: local('☺'), url('../fonts/calibri.ttf') format('truetype'), url('../fonts/calibri.woff') format('woff'), url('../fonts/calibri.svg') format('svg');

}

* {
  margin: 0;
  padding: 0;
}

body, html {
  margin: 0;
  padding: 0;
  height: 100%;
  background-color: #fff;
  font-family: calibri;
  min-width: 320px;
}

h1 {
  font-size: 22px;
  font-family: PFDin;
  text-transform: uppercase;
  color: #577b3b;
  text-decoration: none;
  text-align: center;
  font-weight: normal;
  margin-top: 20px;
}

#content {
  padding-bottom: 30px;
}

#page {
  width: 100%;
  margin: 0 auto;
  min-height: 100%;
  overflow: hidden;
}

.left {
  float: left;
}

.span20 {
  width: 20%;
}

.span40 {
  width: 40%;
}

.span60 {
  width: 60%;
}

.span80 {
  width: 80%;
}

.span100 {
  width: 100%;
}

.right {
  float: right;
}

.main {
  width: 980px;
  max-width: 100%;
  margin: auto;
  position: relative;
  padding-left: 0;
}

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

#footer {
  clear: both;
  background: url(../images/footer.png) repeat;
  width: 100%;
  height: 300px;
  margin-top: -300px;
  color: #fff;
  font-family: calibri;
  font-size: 12px;
}

#footer .main {
  padding-top: 60px;
}

#footer p, #footer a {
  color: #fff;
}

div.svyaz {
  width: 240px;
  float: left;
}

div.svyaz p {
  border-top: rgba(255, 255, 255, .4) 1px solid;
}

span.header {
  font-family: PFDin;
  font-size: 18px;
  display: block;
  text-transform: uppercase;
  margin-bottom: 20px;
}

div.svyaz span {
  text-transform: uppercase;
  font-size: 14px;
}

.footer-bottom {
  background: url(../images/footer-bottom.png) repeat-x;
  height: 27px;
  width: 100%;
  margin-top: -27px;
}

/*Нижнее меню*/

div.bottom-menu {
  float: left;
  width: 740px;
  max-width: 100%;
}

.bottom-menu ul.nav-child {
  padding-top: 25px;
}

.bottom-menu ul.nav li {
  list-style: none;
  display: inline-block;
  float: left;
  padding-left: 30px;
  text-transform: uppercase;
  font-family: PFDin;
  font-size: 18px;
}

#footer li.parent ul {
  display: block;
  width: 130px;
  margin-left: -10px;
  line-height: 18px;
}

#footer li.parent ul li {
  display: list-item;
  float: none;
  padding-left: 0;
  text-transform: none;
  list-style: disc outside;
  font-family: calibri;
  font-size: 12px;

}

#footer ul a {
  text-decoration: none;
}

#footer li.parent ul a:hover {
  border-bottom: 1px rgba(255, 255, 255, .4) dashed;
}

#header {
  height: 90px;
  width: 100%;
  background: url(../images/bg_header.png) repeat;
  padding: 15px 0;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 5;
}

.logo {
  width: 107px;
  height: 84px;
  margin-left: 65px;
}

div.adres-header {
  position: absolute;
  width: 260px;
  font-family: calibri;
  font-size: 12px;
  color: #5e8540;
  left: 335px;
  top: 0;
}

div.adres-header span {
  text-transform: uppercase;
}

div.phone {
  position: absolute;
  top: 20px;
  right: 0;
  padding-left: 20px;
  background: url(../images/phone.png) no-repeat left;
  font-family: PFDin;
  color: #9a2e2e;
  font-size: 32px;
}

.phone__link {
  color: inherit;
  text-decoration: inherit;
}

div.mail {
  position: absolute;
  background: url(../images/mail.png) no-repeat left;
  right: 0px;
  top: 60px;
  padding-left: 25px;
  font-family: calibri;
  font-size: 16px;
}

div.mail a {
  color: #385f19;
}

ul {
  list-style-image: url(../images/li.png);
  padding-left: 20px;
}

#content > div.main {
  width: 980px;
  max-width: 100%;
}

/*ВВерхнее меню*/
#top_menu {
  width: 100%;
  top: 120px;
  position: absolute;
  height: 40px;
  background-image: url(../images/bg_top_menu.png);
  z-index: 5;
}

#top_menu > div.main {
  width: 765px;
}

#top_menu > ul.nav {
  display: block;
  float: left;
  margin: 0;
  position: relative;
  left: 40px;
  list-style: none;
}

#top_menu > .nav > li {
  float: left;
  position: relative;
  display: block;
}

ul.menu_up {
  position: relative;
  z-index: 9999;
}

ul.menu_up li {
  float: left;
  display: block;
  line-height: 40px;
  position: relative;
}

ul.menu_up li a, ul.menu_up li span.nav-header {
  color: #dad8d6;
  text-transform: uppercase;
  text-decoration: none;
  /*display:block;*/
  font-size: 25px;
  font-family: PFDin;
  padding: 6px 20px;
  line-height: 1.6;
}

ul.menu_up li#current a {
  color: #587c3c;
}

ul.menu_up li a:hover {

  /*display: block;*/
  background-color: #fff;
  color: #769162;
}

#top_menu li.parent ul {
  /*float:left;*/

  list-style: none;
  position: absolute;
  left: -9999px; /* Скрываем за экраном, когда не нужно (данный метод лучше, чем display:none;) */
  opacity: 0; /* Устанавливаем начальное состояние прозрачности */
}

#top_menu li.parent ul {
  padding-top: 1px; /* Вводим отступ между li чтобы создать иллюзию разделенных пунктов меню */
  float: none;

}

#top_menu li.parent ul a {
  white-space: nowrap; /* Останавливаем перенос текста и создаем многострочный выпадающий пункт */
  display: block;
}

#top_menu li.parent:hover ul { /* Выводим выпадающий пункт при наведении курсора */
  left: 0; /* Приносим его обратно на экран, когда нужно */
  opacity: 1; /* Делаем непрозрачным */
}

/*li.parent:hover ul{
display: block;
z-index:9999;


}
*/

#top_menu li.parent:hover a {
  background-color: #fff;
  color: #769162;
}

#top_menu li.parent:hover ul li {
  clear: both;
  height: 30px;
  width: 260px;
  background-color: #fff;
  margin-bottom: 1px;
  position: relative;
  left: -20%;
}

#top_menu li.parent:hover ul li a {
  font-size: 14px;
  color: #443328;
  padding: 0 0 0 20px;
  line-height: 30px;
}

#top_menu li.parent:hover ul li a:hover {
  font-size: 14px;
  color: #769162;
}

ul.menu_up li.active a, ul.menu_up li.active span.nav-header {
  background-color: #fff;
  color: #769162;
}

.house {
  position: relative;
  left: 0;
  top: 12px;
  height: 17px;
  width: 18px;
  float: left;
}

.rasporka {
  clear: both;
  height: 300px;
}

/*Хлебные крошки*/
div.breadcrumb {
  width: 950px;
  height: 25px;
  background: #fff;
  position: relative;
  margin: auto;
  margin-top: -25px;
  font-size: 11px;
  font-family: calibri;
  max-width: 100%;
}

ul.breadcrumb {
  padding-left: 190px;
  line-height: 25px;
}

ul.breadcrumb li {
  float: left;
  list-style: none;
}

a.pathway {
  color: #969696;
}

ul.breadcrumb li.active {
  color: #72b53c;
}

span.divider {
  color: #595959;
  padding: 0 3px;
}

/*Слайдер*/

.slide-desc {
  width: 380px;
  height: 85px;
  background: url(../images/green.png);
  color: #f5f6f5;
  padding: 15px;
}

.slide-title, .slide-title a {
  font-size: 28px;
  font-family: PFDin;
  text-transform: uppercase;
  color: #f5f6f5 !important;
  text-decoration: none;
  margin-bottom: 0 !important;
}

.slide-text a, .slide-text p {
  font-size: 14px;
  text-decoration: none;
}

.slide-desc .readmore {
  text-transform: uppercase;
  font-size: 14px;
  float: right;
}

#cust-navigation87 {
  bottom: 30px;
  text-align: center;
  width: 100%;
}

/*контент*/

.page-header {
  font-size: 35px;
  font-family: PFDin;
  background: #fff;
  height: 40px;
}

a.page-header, h2, h1 {
  font-size: 22px;
  font-family: PFDin;
  text-transform: uppercase;
  color: #577b3b;
  text-decoration: none;
  text-align: center;
  font-weight: normal;
  margin-top: 20px;
}

h3 {
  margin: 10px 0;
  color: #577b3b;
}

p {
  color: #5a5a5a;
  text-align: justify;
  padding: 5px 0;
}

/*Second menu*/
.second-menu {
  margin-top: 30px;
  width: 100%;
  text-align: center;
  font-family: PFDin;
  font-size: 22px;
}

div.second-menu div.main {
  width: 980px;
}

div.second-menu ul.nav {
  display: table;
  width: 100%;
  border-spacing: 2px;
  padding-left: 0px;
}

div.second-menu ul.nav li {
  display: table-cell;

  float: none;
  text-align: center;
  background-color: #72b53c;
  border-top: 5px solid #fff;
}

div.second-menu ul.nav li.active {
  background-color: #fff;
  color: #443328;
  background-color: #ffffff;
  border-top: 5px solid #72b53c;
}

div.second-menu ul.nav li.active a {
  color: #443328;
}

div.second-menu ul.nav li a {
  text-decoration: none;
  color: #fff;

}

div.second-menu ul.nav li a:hover {
  text-decoration: underline;
}

/*Таблица*/
table {
  font-family: calibri;
  font-size: 14px;
  line-height: 32px;
  text-align: center;
  margin: auto;
  border-spacing: 0;
  width: 100%;
}

th {
  background: #76664e;
  color: #fff;
  text-transform: uppercase;
  font-family: PFDin;
  font-size: 20px;
  font-weight: normal;
  padding-left: 30px;
  padding-right: 30px;
}

th:first-child {
  text-align: left;
}

tr {
  background: #f1f1ea;
  padding-left: 30px;
  padding-right: 30px;
}

tr:nth-child(2n) {
  background: #f9f9f7;
}

td:first-child {
  text-align: left;
  padding-left: 20px;
  padding-right: 20px;
}

tr:hover {
  background: #a5cd82;
}

/*K2 каталог*/

#k2Container {
  padding-top: 15px;
}

div.catItemExtraFields {
  background: #72b53c;
  padding: 10px;
  font-size: 12px;
  margin: 0;
  border: none;
}

ul.proekt_info li {
  padding-left: 10px;
}

div.catItemExtraFields ul li span.catItemExtraFieldsLabel {
  width: auto;
  color: #fff;
}

span.catItemExtraFieldsValue {
  color: #000;
  font-style: italic;
}

/*жесткие параметры для 4 колонок в каталоге	*/

div.catItemBody {
  width: 230px;
  border: #c6c6c7 solid 1px;
  padding: 0;
  margin: 10px;
}

div.catItemImageBlock {
  padding: 0;
  margin: 0;
}

span.catItemImage img {
  border: none;
  padding: 0;
}

ul.proekt_info {
  background: #72b53c;
  border-left: #fff 3px solid !important;
  text-align: right;
}

.catItemBody a {
  text-decoration: none;
}

span.catItemImage {
  margin: 0;
}

/*Страница проекта*/
.content_proekt {
  border-top: #545454 2px solid;
}

span.itemImage img {
  border: none;
}

.proekt_header h2, .proekt_header h1 {
  font-size: 28px;
  color: #545454;
}

.itemIntroText p {
  font-weight: normal;
  font-size: 14px;
  line-height: 18px;
}

p.price {
  font-size: 30px;
  font-weight: bold;
  padding: 30px 0;
}

span.priceName {
  border-right: 2px solid #f2f2eb;
  text-transform: uppercase;
  padding-right: 15px;
}

span.priceValue {
  padding-left: 15px;
}

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

ul.price li {
  background-color: #f2f2eb;
  margin-bottom: 2px;
  padding-left: 10px;
  line-height: 35px;
}

ul.price li span.catItemExtraFieldsLabel {
  border-left: #79b946 3px solid;
  padding-left: 10px;
  text-transform: uppercase;
}

ul.price li span.catItemExtraFieldsValue {
  padding-left: 10px;
}

.itemFullText {
  padding-bottom: 30px;
  border-bottom: #000 1px solid;
}

div.after_text {
  padding-top: 30px;
  border-top: #000 1px solid;
}

.after_text ul {
  list-style: none;
  padding-left: 0;
  padding-bottom: 20px;
}

.after_text ul span.catItemExtraFieldsLabel {
  color: #5A5A5A;
}

div.plan1 img {
  width: 450px;
}

.plan1 h3 {
  text-transform: uppercase;
  font-size: 14px;
  font-weight: normal;
}

li.price span.catItemExtraFieldsLabel, li.price span.catItemExtraFieldsValue {
  color: #c8341f;
}

div.itemFullText {
  padding-top: 50px;
}

.itemFullText h2, .itemFullText h1 {
  color: #c8341f;
  text-align: left;
  font-family: calibri;
  font-size: 16px;
}

div.itemNavigation ul {
  border-spacing: 2px;
  display: table;
  width: 100%;
  list-style: none;

}

div.itemNavigation ul li {
  background-color: #72B53C;
  display: table-cell;
  float: none;
  text-align: center;
}

div.itemNavigation ul li a {
  color: #fff;
  text-decoration: none;
}

div.itemNavigation ul li a.itemPrevious {
  background: url(../images/previous.png) no-repeat left;
  padding-left: 15px;
}

div.itemNavigation ul li a.itemNext {
  background: url(../images/next.png) no-repeat right;
  padding-right: 15px;
}

div.itemNavigation {
  border: none;
  background: none;
  padding: 0;
  margin: 24px 0;
}

/*Контакты*/
/*Зеленый блок*/
div.green {
  background: url(../images/green-contact.png);
  width: 385px;
  height: 240px;
  float: left;
  border-bottom: #1c2612 5px solid;
  padding: 20px 50px;
  color: #262626;
  position: absolute;
  top: 60px;
  z-index: 10;
}

div.green h3, div.braun h3 {
  text-transform: uppercase;
  font-family: PFDin;
  font-size: 27px;
  font-weight: normal;
  color: #fff;
  border-left: 3px solid #fff;
  padding-left: 10px;
  line-height: 27px;
}

div.green div.adress, div.braun div.adress {
  font-family: PFDin;
  font-size: 22px;
  padding: 15px 0;
}

/*Коричневый блок*/
div.braun {
  background: url(../images/braun-contact.png);
  width: 385px;
  height: 240px;
  float: left;
  border-bottom: #1c2612 5px solid;
  padding: 20px 50px;
  color: #fff;
  position: absolute;
  z-index: 10;
  top: 60px;
  left: 485px;
}

div.braun p, div.green p {
  font-family: calibri;
  font-size: 16px;
  line-height: 18px;
  padding: 0;
}

div.green p {
  color: #262626;
}

div.braun p {
  color: #fff;
}

div.green a {
  color: #262626;
}

div.braun div.phone, div.green div.phone {
  position: static;
  color: #fff;
  padding: 10px 0 10px 20px;
}

div.clear {
  clear: both;
}

div.dilers {
  background: #72b53c;
  min-height: 200px;
  width: 970px;
  margin-top: 150px;
  clear: both;
  margin-bottom: 100px;
  position: absolute;
  top: 300px;
}

div.hd {
  background: #fff;
  padding-left: 60px;
  height: 35px;
}

div.dilers h3 {
  background: #fff;
  text-transform: uppercase;
  font-family: PFDin;
  font-size: 27px;
  font-weight: normal;
  color: #262626;
  border-left: 3px solid #262626;
  padding-left: 10px;
  line-height: 27px;
}

div.dilers div.city {
  float: left;
  width: 245px;
  padding-top: 20px;
  padding-left: 60px;
}

div.city .adress {
  color: #fff;
  font-size: 22px;
}

div.city p {
  color: #262626;
  font-size: 16px;
}

div.city div.phone {
  position: static;
  color: #fff;
  padding: 10px 0 10px 20px;
}

div.map {
  background: url(../images/map.png) top no-repeat;
  width: 1918px;
  margin-left: -469px;
  margin-right: 469px;
  height: 475px;
  z-index: -1;
  padding-bottom: 150px;
}

div.itemAttachmentsBlock ul.itemAttachments li {
  text-align: left;
  padding: 0;
}

div.itemAttachmentsBlock ul.itemAttachments li a[title*=".pdf"] {
  background: left top no-repeat url(../images/pdf-ico.png);
  display: block;
  height: 30px;
  padding-left: 30px;
  padding-top: 7px;

}

div.itemAttachmentsBlock ul.itemAttachments li a[title*=".xls"] {
  background: left top no-repeat url(../images/xls_ico.png);
  display: block;
  height: 30px;
  padding-left: 30px;
  padding-top: 7px;
}

div.itemNavigation ul {
  padding-left: 0px;
}

span.separator {
  color: #dad8d6;
  text-transform: uppercase;
  text-decoration: none;
  font-size: 25px;
  font-family: PFDin;
  padding: 6px 20px;
  line-height: 40px;
}

a.vkont {
  background: url(../images/vkontakte_logo.png) no-repeat center;
  width: 48px;
  height: 48px;
  display: block;
  float: left;
}

a.insta {
  background: url(../images/instagram_logo.png) no-repeat center;
  width: 48px;
  height: 48px;
  display: block;
  float: left;
}

.mobile-menu {
  display: none;
}

.mobile-menu__toggler {
  display: none;
}