
.page_content#main .card.card-elevator_tour {
  position: relative;
  top: auto;
  right: auto;
  bottom: auto;
  left: auto;
}
.page_content#main .card.card-elevator_tour .title {
  font-family: Days, sans-serif;
  font-size: 44px;
  line-height: 53px;
  color: white;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.75);
  text-transform: uppercase;
  display: block;
  position: absolute;
  top: 0;
  right: auto;
  bottom: auto;
  left: 0;
  width: 100%;
  text-align: center;
  padding-top: 65px;
}
.page_content#main .card.card-elevator_tour img {
  display: block;
  max-width: 100%;
  min-width: 100%;
  height: auto;
  margin: 0 auto;
}
.page_content#main .card.card-elevator_tour ul.points {
  list-style: none;
  margin: 0;
  padding: 0;
  border: 0;
  display: block;
  position: absolute;
  top: 0;
  right: auto;
  bottom: auto;
  left: 0;
  width: 100%;
  height: 100%;
}
.page_content#main .card.card-elevator_tour ul.points li {
  background: none;
  margin: 0;
  padding: 0;
  border: 0;
  overflow: inherit;
  width: 1px;
  height: 1px;
  position: absolute;
  top: 0;
  right: auto;
  bottom: auto;
  left: 0;
  display: none;
}
.page_content#main .card.card-elevator_tour ul.points li.active {
  display: block;
}
.page_content#main .card.card-elevator_tour ul.points li a {
  display: inline-block;
  overflow: hidden;
  background: url("../images/3d/ico.png?v=2") no-repeat;
  width: 44px;
  height: 64px;
  background-position: -1px -235px;
  display: block;
  overflow: inherit;
  position: absolute;
  top: -59px;
  right: auto;
  bottom: auto;
  left: -22px;
  cursor: pointer;
  border: 0;
}
.page_content#main .card.card-elevator_tour ul.points li a:before,
.page_content#main .card.card-elevator_tour ul.points li a:after {
  display: inline-block;
  overflow: hidden;
  background: url("../images/3d/ico.png?v=2") no-repeat;
  width: 34px;
  height: 34px;
  background-position: -77px -77px;
  content: "";
  display: block;
  position: absolute;
  top: 4px;
  right: auto;
  bottom: auto;
  left: 5px;
  overflow: inherit;
  -webkit-transition: opacity 200ms;
  -moz-transition: opacity 200ms;
  -o-transition: opacity 200ms;
  -ms-transition: opacity 200ms;
  transition: opacity 200ms;
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
}
.page_content#main .card.card-elevator_tour ul.points li a:after {
  width: 34px;
  height: 34px;
  background-position: -112px -77px;
  content: "";
  display: block;
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
}
.page_content#main .card.card-elevator_tour ul.points li a:hover:before {
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
}
.page_content#main .card.card-elevator_tour ul.points li a:hover:after {
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
}
.elevator_tour_popup {
  display: block;
  position: fixed;
  top: auto;
  right: 40px;
  bottom: 20px;
  left: 40px;
  width: auto;
  height: 320px;
  max-width: 1040px;
  padding: 40px 13px;
  max-height: 695px;
  background: white;
  z-index: 2;
  margin: 0 auto;
  -webkit-border-radius: 10px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 10px;
  -moz-background-clip: padding;
  border-radius: 10px;
  background-clip: padding-box;
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.4);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.4);
}
.elevator_tour_popup .close {
  width: 13px;
  height: 14px;
  background-position: -135px -57px;
  background: none;
  display: inline-block;
  margin: 0;
  padding: 0;
  display: block;
  width: auto;
  height: auto;
  position: absolute;
  top: 15px;
  right: 0;
  bottom: auto;
  left: auto;
  cursor: pointer;
  text-transform: uppercase;
  font-size: 15;
  line-height: 15px;
  border: 0;
  padding-right: 20px;
  margin-right: 15px;
}
.elevator_tour_popup .close:before,
.elevator_tour_popup .close:after {
  display: inline-block;
  overflow: hidden;
  background: url("../images/3d/ico.png?v=2") no-repeat;
  width: 13px;
  height: 14px;
  background-position: -135px -57px;
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: auto;
  bottom: auto;
  left: 0;
  -webkit-transition: opacity 200ms;
  -moz-transition: opacity 200ms;
  -o-transition: opacity 200ms;
  -ms-transition: opacity 200ms;
  transition: opacity 200ms;
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
}
.elevator_tour_popup .close:after {
  width: 13px;
  height: 14px;
  background-position: -149px -66px;
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
}
.elevator_tour_popup .close:hover:before {
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
}
.elevator_tour_popup .close:hover:after {
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
}
.elevator_tour_popup .close:before,
.elevator_tour_popup .close:after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: auto;
  left: auto;
}
.elevator_tour_popup .panorama {
  display: block;
  width: 100%;
  height: 100%;
  background: gray;
}
.header_main {
  padding-top: 0;
}
.header_main header {
  position: absolute;
  top: 0;
  right: auto;
  bottom: auto;
  left: 0;
  width: 100%;
  height: 85px;
  background: none;
  min-width: 1002px;
}
.header_main header .logo {
  position: absolute;
  top: 19px;
  right: auto;
  bottom: auto;
  left: 35px;
  font-size: 0;
}
.header_main header .logo a,
.header_main header .logo img {
  display: block;
}
.header_main header .logo a {
  border: 0;
  text-decoration: none;
  min-width: 172px;
  height: 51px;
}
.header_main header .logo img.white {
  width: 172px;
  height: 51px;
}
.header_main header .logo img.dark {
  width: 171px;
  height: 51px;
}
.header_main header .logo img.dark {
  display: none;
}
.header_main header .menu {
  position: absolute;
  top: 37px;
  right: 35px;
  bottom: auto;
  left: auto;
  z-index: 1000;
  text-transform: uppercase;
  font-size: 14px;
  line-height: 16px;
}
.header_main header .menu a,
.header_main header .menu span {
  margin-left: 21px;
  color: white;
  cursor: pointer;
}
.header_main header .menu span {
  color: #acc5d4;
  cursor: default;
}
.header_main header .menu a {
  border-bottom-color: rgba(255, 255, 255, 0.3);
}
.header_main section.content {
  padding-top: 0;
}
 
   
.page_content#main .card .background {
  min-height: 400px;
}
.page_content#main .card .presentation {
  position: absolute;
  top: 105px;
  right: 30px;
  bottom: auto;
  left: auto;
  opacity: 0.85;
}
.page_content#main .card .presentation a {
  display: block;
  position: relative;
  top: auto;
  right: auto;
  bottom: auto;
  left: auto;
  font-size: 12px;
  line-height: 14px;
  font-weight: bold;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 11px 16px 9px 39px;
  -webkit-border-radius: 17px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 17px;
  -moz-background-clip: padding;
  border-radius: 17px;
  background-clip: padding-box;
  text-transform: uppercase;
  border: none;
  color: #202f3c;
  background-color: white;
  -webkit-transition: background-color 200ms, color 200ms;
  -moz-transition: background-color 200ms, color 200ms;
  -o-transition: background-color 200ms, color 200ms;
  -ms-transition: background-color 200ms, color 200ms;
  transition: background-color 200ms, color 200ms;
}
.page_content#main .card .presentation a:before,
.page_content#main .card .presentation a:after {
  content: "";
  display: block;
  display: inline-block;
  overflow: hidden;
  background: url("../images/3d/ico.png?v=2") no-repeat;
  position: absolute;
  top: 50%;
  right: auto;
  bottom: auto;
  left: 10px;
  -webkit-transition: opacity 200ms;
  -moz-transition: opacity 200ms;
  -o-transition: opacity 200ms;
  -ms-transition: opacity 200ms;
  transition: opacity 200ms;
  margin-top: -11px;
}
.page_content#main .card .presentation a:before {
  width: 23px;
  height: 23px;
  background-position: -174px -29px;
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
}
.page_content#main .card .presentation a:after {
  width: 23px;
  height: 23px;
  background-position: -174px -53px;
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
}
.page_content#main .card .presentation a:hover {
  color: #e0b819 !important;
  background-color: #202f3c;
}
.page_content#main .card .presentation a:hover:before {
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
}
.page_content#main .card .presentation a:hover:after {
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
}
.page_content#main .card .background {
  position: relative;
  top: auto;
  right: auto;
  bottom: auto;
  left: auto;
  background-attachment: fixed;
  background-size: cover;
  background-color: #f0f0f0;
  text-align: center;
}
.page_content#main .card .background:after {
  content: "";
  display: inline-block;
  vertical-align: middle;
  height: 100%;
}
.page_content#main .card .background .title {
  display: inline-block;
  vertical-align: middle;
  font-family: Days, sans-serif;
  font-size: 44px;
  line-height: 53px;
  color: white;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.75);
  text-transform: uppercase;
  cursor: pointer;
}
.page_content#main .card .info {
  position: relative;
  top: auto;
  right: auto;
  bottom: auto;
  left: auto;
  width: 831px;
  margin: 0 auto;
  padding: 100px 0 135px 0;
}
.page_content#main .card .info:after {
  content: "";
  display: block;
  display: inline-block;
  overflow: hidden;
  background: url("../images/3d/ico.png?v=2") no-repeat;
  width: 452px;
  height: 27px;
  background-position: -1px -1px;
  position: absolute;
  top: auto;
  right: 50%;
  bottom: 60px;
  left: auto;
  margin-right: -226px;
}
.page_content#main .card .info.three-column {
  overflow: hidden;
}
.page_content#main .card .info.three-column .column {
  float: left;
  width: 205px;
}
.page_content#main .card .info.three-column .column + .column {
  margin-left: 108px;
}
.page_content#main .card.card-1 {
  font-size: 16px;
  line-height: 26px;
}
.page_content#main .card.card-1 p + p {
  margin-top: 26px;
}
.page_content#main .card.card-1 .background {
  background-image: url("../images/3d/main-1.jpg?v=2");
}
.page_content#main .card.card-1 .background .title {
  text-align: left;
  position: absolute;
  top: auto;
  right: auto;
  bottom: 38px;
  left: 32px;
}
.page_content#main .card.card-1 .info {
  padding-top: 89px;
  padding-bottom: 132px;
  width: 585px;
}
.page_content#main .card.card-1 .scroll-arrow a {
  width: 26px;
  height: 16px;
  position: absolute;
  top: auto;
  right: 50%;
  bottom: -27px;
  left: auto;
  z-index: 1;
  margin-right: -13px;
  border: none;
  outline: none;
}
.page_content#main .card.card-1 .scroll-arrow a:before {
  content: "";
  display: block;
  display: inline-block;
  overflow: hidden;
  background: url("../images/3d/ico.png?v=2") no-repeat;
  width: 27px;
  height: 16px;
  background-position: -198px -52px;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
  -webkit-transition: opacity 200ms;
  -moz-transition: opacity 200ms;
  -o-transition: opacity 200ms;
  -ms-transition: opacity 200ms;
  transition: opacity 200ms;
}
.page_content#main .card.card-1 .scroll-arrow a:after {
  content: "";
  display: block;
  display: inline-block;
  overflow: hidden;
  background: url("../images/3d/ico.png?v=2") no-repeat;
  width: 27px;
  height: 16px;
  background-position: -221px -29px;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
  -webkit-transition: opacity 200ms;
  -moz-transition: opacity 200ms;
  -o-transition: opacity 200ms;
  -ms-transition: opacity 200ms;
  transition: opacity 200ms;
}
.page_content#main .card.card-1 .scroll-arrow a:hover:before {
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
}
.page_content#main .card.card-1 .scroll-arrow a:hover:after {
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
}
.page_content#main .card.card-1 .tour-3d {
  display: inline-block;
  overflow: hidden;
  background: url("../images/3d/ico.png?v=2") no-repeat;
  width: 116px;
  height: 116px;
  background-position: -1px -118px;
  display: block;
  position: absolute;
  top: auto;
  right: 29px;
  bottom: 23px;
  left: auto;
  background: none;
  cursor: pointer;
  border: 0;
}
.page_content#main .card.card-1 .tour-3d:before,
.page_content#main .card.card-1 .tour-3d:after {
  display: inline-block;
  overflow: hidden;
  background: url("../images/3d/ico.png?v=2") no-repeat;
  width: 116px;
  height: 116px;
  background-position: -1px -118px;
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: auto;
  bottom: auto;
  left: 0;
  -webkit-transition: opacity 200ms;
  -moz-transition: opacity 200ms;
  -o-transition: opacity 200ms;
  -ms-transition: opacity 200ms;
  transition: opacity 200ms;
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
}
.page_content#main .card.card-1 .tour-3d:after {
  width: 116px;
  height: 116px;
  background-position: -118px -118px;
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
}
.page_content#main .card.card-1 .tour-3d:hover:before {
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
}
.page_content#main .card.card-1 .tour-3d:hover:after {
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
}
.page_content#main .card.card-2 .background {
  background-image: url("../images/3d/main-2.jpg?v=2");
}
.page_content#main .card.card-2 .info {
  padding-top: 98px;
  padding-bottom: 129px;
}
.page_content#main .card.card-2 .info:after {
  bottom: 77px;
}
.page_content#main .card.card-3 .background {
  background-image: url("../images/3d/main-3.jpg?v=2");
}
.page_content#main .card.card-3 .info {
  padding-top: 102px;
  padding-bottom: 151px;
}
.page_content#main .card.card-3 .info:after {
  bottom: 77px;
}
.objects {
  display: block;
  width: 100%;
  position: relative;
  top: auto;
  right: auto;
  bottom: auto;
  left: auto;
  min-height: 700px;
  font-size: 0;
}


 ul.content_list {
    margin: 0;
    padding: 0;
    font-size: 0;
    line-height: 0;
    margin-top: 75px;
    color: #202f3c;
}
 ul.content_list > li {
    margin: 0;
    padding: 0;
    background: none;
    display: inline-block;
    vertical-align: top;
    width: 45%;
    padding-right: 9%;
    padding-bottom: 28px;
}
 ul.content_list > li:nth-child(even) {
    padding-right: 0;
}
 ul.content_list > li .title {
    color: #191919;
    font-family: "PTRootUIWeb";
    font-size: 20px;
    line-height: 22px;
    font-weight: bold;
}
 ul.content_list > li .preview_text {
    margin-top: 17px;
    font-size: 15px;
    line-height: 22px;
}
 .content_detail {
    margin: 0;
    padding: 0;
    font-size: 0;
    line-height: 0;
    padding-top: 36px;
    display: block;
}
 .content_detail .title {
    display: block;
    position: relative;
    top: auto;
    right: auto;
    bottom: auto;
    left: auto;
    height: 48px;
    /* background: url("/bitrix/templates/general/images/assets/sprite.png?v=2") 0 -953px repeat-x; */
    margin-bottom: 21px;
}
 .content_detail .title h1 {
    display: block;
    color: #000000;
    font-size: 30px;
    line-height: 30px;
}
 .content_detail .title .go_to_list {
    display: inline-block;
    position: relative;
    right: auto;
    bottom: auto;
    font-size: 14px;
    line-height: 16px;
    text-transform: uppercase;
    color: #0e0e0f;
    display: block;
    position: absolute;
    top: auto;
    right: 20px;
    bottom: 14px;
    left: auto;
}
 
 .content_detail .title .go_to_list > span {
    position: absolute;
    top: 0;
    right: auto;
    bottom: auto;
    left: 0;
    display: block;
}
 .content_detail .title .go_to_list > span:before,
 .content_detail .title .go_to_list > span:after {
    display: inline-block;
    overflow: hidden;
    background: url("/bitrix/templates/general/images/assets/ico.png?v=2") no-repeat;
    width: 22px;
    height: 21px;
    background-position: -226px -46px;
    content: "";
    display: block;
    position: absolute;
    top: -3px;
    right: auto;
    bottom: auto;
    left: -31px;
    -webkit-transition: opacity 200ms;
    -moz-transition: opacity 200ms;
    -o-transition: opacity 200ms;
    -ms-transition: opacity 200ms;
    transition: opacity 200ms;
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
}
 .content_detail .title .go_to_list > span:after {
    width: 22px;
    height: 21px;
    background-position: -226px -68px;
    -webkit-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
}
 .content_detail .title .go_to_list:hover > span:before {
    -webkit-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
}
 .content_detail .title .go_to_list:hover > span:after {
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
}
 .content_detail .detail_picture {
    display: block;
    margin: 25px 0;
    padding: 0;
}
 .content_detail .preview_text,
 .content_detail .detail_text {
    display: block;
    font-size: 15px;
    line-height: 22px;
}
 .content_detail .back_to_the_future {
    display: block;
    text-align: center;
    clear: both;
}
 .content_detail .back_to_the_future .ico-hr {
    display: block;
    margin: 0 auto;
    margin-bottom: 33px;
    margin-top: 10px;
}
 .content_detail .back_to_the_future .go_to_list {
    font-size: 14px;
    line-height: 16px;
    text-transform: uppercase;
    color: #0e0e0f;
    display: inline-block;
    margin-bottom: 35px;
    position: relative;
    top: auto;
    right: auto;
    bottom: auto;
    left: auto;
    left: 5px;
}
 
 .content_detail .back_to_the_future .go_to_list > span {
    position: absolute;
    top: 0;
    right: auto;
    bottom: auto;
    left: 0;
    display: block;
}
 .content_detail .back_to_the_future .go_to_list > span:before,
 .content_detail .back_to_the_future .go_to_list > span:after {
    display: inline-block;
    overflow: hidden;
    background: url("../images/ico.png?v=2") no-repeat;
    width: 22px;
    height: 21px;
    background-position: -226px -46px;
    content: "";
    display: block;
    position: absolute;
    top: -3px;
    right: auto;
    bottom: auto;
    left: -31px;
    -webkit-transition: opacity 200ms;
    -moz-transition: opacity 200ms;
    -o-transition: opacity 200ms;
    -ms-transition: opacity 200ms;
    transition: opacity 200ms;
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
}
 .content_detail .back_to_the_future .go_to_list > span:after {
    width: 22px;
    height: 21px;
    background-position: -226px -68px;
    -webkit-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
}
 .content_detail .back_to_the_future .go_to_list:hover > span:before {
    -webkit-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
}
 .content_detail .back_to_the_future .go_to_list:hover > span:after {
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
}
 .content_detail .back_to_the_future:before {
    content: "";
    display: block;
    clear: both;
}
 .content_detail .back_to_the_future:before {
    content: "";
    display: block;
    height: 47px;
    clear: both;
}