html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

html {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

q, blockquote {
  quotes: none;
}
q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

a img {
  border: none;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block;
}

@font-face {
  font-family: 'ledger';
  src: url("fonts/Ledger-Regular.eot");
  src: url("fonts/Ledger-Regular.eot?#iefix") format("embedded-opentype"), url("fonts/Ledger-Regular.woff") format("woff"), url("fonts/Ledger.ttf") format("truetype"), url("fonts/Ledger-Regular.svg#Ledger-Regular") format("svg");
  font-weight: normal;
  font-style: normal;
}
@media only screen and (max-width: 768px) {
  .about {
    margin: 0 40px;
  }
}
@media only screen and (max-width: 480px) {
  .about {
    margin: 0;
  }
}
.about .main-content {
  /*padding: 20px 0;*/
}
.about .description {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  width: 66%;
  padding: 0 20px;
  line-height: 20px;
}
@media only screen and (max-width: 768px) {
  .about .description {
    width: 100%;
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
.about .photo {
  display: inline-block;
  vertical-align: top;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  width: 33%;
  padding: 0 20px;
}
@media only screen and (max-width: 768px) {
  .about .photo {
    display: block;
    width: 100%;
  }
}
.about .photo img {
  width: 100%;
}
.about .photo-title {
  padding-top: 20px;
  font-size: 12px;
  letter-spacing: 1px;
}

.contacts .contacts-img {
  width: 66%;
  /*padding: 0 20px;*/
  vertical-align: top;
}
@media only screen and (max-width: 768px) {
  .contacts .contacts-img {
    width: 100%;
  }
}
@media only screen and (max-width: 480px) {
  .contacts .contacts-img {
    padding: 0;
  }
}
.contacts .b_contacts {
  display: inline-block;
  vertical-align: top;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  width: 33%;
  padding: 30px;
}
@media only screen and (max-width: 768px) {
  .contacts .b_contacts {
    padding-top: 0;
    width: 100%;
  }
}
@media only screen and (max-width: 480px) {
  .contacts .b_contacts {
    padding-right: 0;
  }
}
.contacts .main-content {
  /*padding: 20px 0;*/
}

.home-img {
  max-width: 100%;
  max-height: 100%;
  display: block;
  margin: 0 auto;
}

.home-img-wrapper {
  margin: 0 20px;
}
/*http://rtrack.ru/projects/id-interior/issues/4*/
@media only screen and (max-width: 768px) {
  .home-img-wrapper {
    padding: 0 20px 0 20px;
  }
}

.partners .tabs-menu {
  text-align: center;
  padding: 20px 0;
}
@media only screen and (max-width: 768px) {
  .partners .tabs-menu {
    padding: 0;
  }
}
.partners .tabs-menu li {
  display: inline-block;
  vertical-align: middle;
  /**vertical-align: auto;
  *zoom: 1;
  *display: inline;*/
  width: 27%;
  margin: 0 20px;
}
@media only screen and (max-width: 768px) {
  .partners .tabs-menu li {
    display: block;
    width: 100%;
    margin: 0;
  }
}
.partners .tab-link {
  text-transform: uppercase;
  display: block;
  font-size: 13px;
  padding: 8px 0;
  letter-spacing: 4px;
  line-height: 20px;
}
@media only screen and (max-width: 768px) {
  .partners .tab-link {
    padding: 17px 0;
    margin: 6px 12px;
  }
}
.partners .tab-link.current {
  border-color: #2E2E2E;
  color: #2E2E2E;
}
.partners .tabs-list {
  padding-top: 10px;
}
.partners .tabs-list li {
  display: inline-block;
  vertical-align: top;
  /*vertical-align: auto;
  *zoom: 1;
  *display: inline;*/
  width: 100%;
  /*padding: 5px 5px 5px 24px;*/
  padding: 5px 0px 5px 0px;
}

.partners .tabs-list .list-partner {
	column-count: 5
}

/*@media only screen and (max-width: 990px) {
  .partners .tabs-list li {
    width: 33%;
  }
}*/

/*http://rtrack.ru/projects/id-interior/issues/16*/
@media only screen and (max-width: 768px) {
	.partners .tabs-list .list-partner {
		column-count: 3
	}
  .partners .tabs-list li {
    padding: 5px 20px 5px 20px;
  }
}

@media only screen and (max-width: 480px) {
	.partners .tabs-list .list-partner {
		column-count: 2
	}
}

.partners .list-link {
  /*letter-spacing: 3px;*/ /*http://rtrack.ru/projects/id-interior/issues/15*/
  letter-spacing: -1px;
  color: #121212;
  text-transform: capitalize;
  /*font-size: 9px;*/
  font-size: 11px;
  line-height: 20px;
}
@media only screen and (max-width: 990px) {
  .partners .list-link {
    font-size: 12px;
    letter-spacing: 2px;

  }
}
@media only screen and (max-width: 768px) {
  .partners .list-link {
    /*letter-spacing: 2px;*/
	letter-spacing: -1px;
  }
}

.project_detail {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.project_detail .slide {
  width: 100%;
  height: 100%;
  position: relative;
  background: no-repeat 50% 50%;
  background-size: cover;
}
.project_detail .title {
  position: absolute;
  left: 0;
  bottom: 0;
  color: #fff;
  font-size: 24px;
  font-weight: bold;
  margin-left: 30px;
  margin-bottom: 40px;
  letter-spacing: 1px;
  max-width: 310px;
}
@media only screen and (max-width: 615px) {
  .project_detail .title {
    right: 0;
    bottom: 90px;
    margin: 0;
    max-width: 100%;
    text-align: center;
  }
}
@media only screen and (max-width: 480px) {
  .project_detail .title {
    font-size: 17px;
  }
}
.project_detail .close-button-wrapper {
  position: absolute;
  right: 0;
  top: 0;
  width: 40px;
  height: 40px;
  margin: 30px;
  cursor: pointer;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  background-color: #fff;
}
.project_detail .close-button-wrapper .close-button {
  background: url(/assets/close-button-360f7b8cd5cd369199794d1beef8bdd4.svg) no-repeat;
  width: 24px;
  height: 24px;
  margin: 8px auto;
}
.project_detail .pagination {
  position: absolute;
  right: 0;
  bottom: 0;
  padding-bottom: 40px;
  padding-right: 40px;
  max-width: 305px;
  max-height: 80px;
}
@media only screen and (max-width: 615px) {
  .project_detail .pagination {
    padding-right: 0;
    text-align: center;
    left: 0;
    max-width: 100%;
  }
}
.project_detail .pagination .page-button {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.4);
  margin: 8px;
  width: 13px;
  height: 13px;
  cursor: pointer;
}
.project_detail .pagination .page-button.active {
  background-color: #fff;
}

.projects {
  text-align: center;
}
.projects .slider {
  margin: 0 auto;
  max-width: 1260px;
}
.projects .slider-content::after {
  content: "";
  display: table;
  clear: both;
}
.projects .project-item {
  display: block;
  margin: 0 0 40px;
  cursor: pointer;
}
.projects .project-item:hover {
  color: #292929;
}
@media only screen and (max-width: 480px) {
  .projects .project-item {
    width: 100%;
    padding: 0;
  }
}
.projects .link-project {
  text-align: center;
  display: inline-block;
  vertical-align: top;
  width: 24%;
}
@media only screen and (max-width: 990px) {
  .projects .link-project {
    width: 32%;
  }
}
@media only screen and (max-width: 768px) {
  .projects .link-project {
    width: 49%;
    padding: 0 10px;
  }
}
@media only screen and (max-width: 615px) {
  .projects .link-project {
    width: 100%;
  }
}
@media only screen and (max-width: 480px) {
  .projects .link-project {
    padding: 0;
  }
}
.projects .slider-content {
  text-align: left;
  /*padding-left: 3%;*/
}
@media only screen and (max-width: 990px) {
  .projects .slider-content {
    padding-left: 0;
  }
}
.projects .project-photo {
  max-width: 90%;
  margin: 0 auto;
}
@media only screen and (max-width: 615px) {
  .projects .project-photo {
    max-width: none;
  }
}
.projects .project-photo img {
  display: block;
  width: 100%;
}
.projects .project-title {
	line-height:1.4em;
  margin: 10px 0;
  font-size: 9px;
  text-transform: uppercase;
}
.projects .slider-buttons {
  text-align: center;
  margin: 0 25px;
}
.projects .slider-buttons::after {
  content: "";
  display: table;
  clear: both;
}
.projects .slider-buttons .button {
  opacity: 0.7;
  -moz-transition: opacity 977ms ease 0s;
  -o-transition: opacity 977ms ease 0s;
  -webkit-transition: opacity 977ms ease;
  -webkit-transition-delay: 0s;
  transition: opacity 977ms ease 0s;
  cursor: pointer;
  width: 48px;
  height: 48px;
  background: url(images/arrow-left.svg) no-repeat;
  -moz-background-size: cover;
  -o-background-size: cover;
  -webkit-background-size: cover;
  background-size: cover;
}
.projects .slider-buttons .button:hover {
  opacity: 1;
}
.projects .slider-buttons .button.left {
  float: left;
}
.projects .slider-buttons .button.right {
  float: right;
  -moz-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  -webkit-transform: rotate(-180deg);
  transform: rotate(-180deg);
}
.projects .slider-buttons .pages {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  margin-top: 12px;
  font-size: 12px;
}
.projects .slider-buttons .pages a {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  margin: 0 7px;
  padding: 5px;
}

.b_contacts {
  padding-top: 50px;
  padding-bottom: 40px;
  font-size: 11px;
  line-height: 20px;
  letter-spacing: 2px;
}
.b_contacts .email {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  border-bottom: 1px solid #dbdbdb;
  padding: 35px 0 2px;
}

.logo {
  display: block;
  margin: 0 auto;
  padding-top: 3px;
  width: 140px;
  opacity: 0.78;
}
/*http://rtrack.ru/projects/id-interior/issues/5*/
@media only screen and (max-width: 360px) {
	.logo {
	  width: 100px;
	}
}
.logo:hover {
  opacity: 0.5;
}
.logo img {
  width: 100%;
}

.main-menu {
  position: relative;
  text-align: center;
  line-height: 1em;
  padding-bottom: 23px;
}
.main-menu ul {
  display: block;
}
@media only screen and (max-width: 990px) {
  .main-menu ul {
    z-index: 10;
    display: none;
    position: absolute;
    width: 100%;
    background-color: #fff;
  }
}
.main-menu .menu-ico {
  display: none;
  background: url(images/menu.svg) no-repeat;
  width: 40px;
  height: 40px;
  margin: 15px auto;
}
@media only screen and (max-width: 990px) {
  .main-menu .menu-ico {
    display: block;
  }
}
.main-menu .menu-ico:hover {
  cursor: pointer;
}
.main-menu li {
  display: inline-block;
  vertical-align: top;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
}
/*http://rtrack.ru/projects/id-interior/issues/6*/
@media only screen and (max-width: 990px) {
  .main-menu li {
    display: block;
  }
}
@media only screen and (max-width: 320px) {
  .main-menu li {
	line-height: 1.6px;
  }
}
.main-menu .main-menu__link {
  font-family: ledger, sans-serif;
  font-size: 9px;
  letter-spacing: 1px;
  display: inline-block;
  margin: 0 25px;
  color: #999;
  text-transform: uppercase;
}
@media only screen and (max-width: 990px) {
  .main-menu .main-menu__link {
    padding: 17px 0;
  }
}
.main-menu .main-menu__link:hover {
  color: #292929;
}
.main-menu .main-menu__link::first-letter {
  font-size: 13px;
}
.main-menu .main-menu__link.current {
  color: #000;
  letter-spacing: 3px;
}
.current-menu-item  a {
  color: #000!important;
  letter-spacing: 3px!important;
}
.description {
  font-size: 13px;
}
a {
  color: #7a7a7a;
  text-decoration: none;
}
* {
  box-sizing: border-box;
  outline: 0;
}
body {
  color: #7a7a7a;
  font-family: ledger, sans-serif;
}
.main-wrapper, .limit-max900 {
  max-width: 960px;
  /*http://rtrack.ru/projects/id-interior/issues/3 было 900*/
  min-width: 320px;
  margin: 0 auto;
}
.main-wrapper.height272 {
  min-height:272px;
  /*http://rtrack.ru/projects/id-interior/issues/7*/
}
.main-wrapper.height234 {
  min-height:234px;
  /*http://rtrack.ru/projects/id-interior/issues/8*/
}
.main-wrapper.height220 {
  min-height:220px;
  /*http://rtrack.ru/projects/id-interior/issues/8*/
}
.wrapper {
  min-width: 320px;
}

/*
.projects.pub .link-project {
  display: block;
  width: 70%;
  max-width: 800px;
  margin: 0 auto;
}
*/

.projects.pub .link-project img {
	margin: 0 auto;
}
