
@charset "UTF-8";
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-size: 100%;
  font: inherit;
  vertical-align: baseline; }

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none; }

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

html {
  margin: 0;
  outline: 0 none;
  font-size: 100%;
  position: relative;
  height: 100%; }

body {
  font-family: "Alegreya Sans", sans-serif;
  font-size: 20px;
  font-weight: 300;
  color: #121820;
  height: 100%;
  margin: 0;
  position: relative;
  background: #ffffff;
  line-height: 1.7; }

button,
select {
  font-family: "Alegreya Sans", sans-serif; }

.row {
  width: 100%; }
.row .content {
  margin: auto;
  max-width: 1100px;
  overflow: hidden;
  width: 95%; }

* {
  outline: none; }

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

*:before,
*:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

strong {
  font-weight: 500; }

a {
  text-decoration: none;
  color: #121820; }

p {
  padding: 12px 0; }

img {
  max-width: 100%; }

h1 {
  font-size: 33px;
  line-height: 50px;
  margin: 22px 0;
  color: #262830;
  font-family: "Roboto Urlo", sans-serif; }

h2,
.h2 {
  font-size: 30px;
  line-height: 45px;
  font-weight: 300;
  margin: 20px 0 10px 0; }
@media screen and (max-width: 513px) {
  h2,
  .h2 {
    font-size: 20px;
    line-height: 30px; } }

h3,
.h3 {
  font-size: 24px;
  line-height: 40px;
  font-weight: 300;
  margin: 20px 0 10px 0; }
@media screen and (max-width: 513px) {
  h3,
  .h3 {
    font-size: 18px;
    line-height: 30px; } }

ul {
  margin: 0; }

blockquote {
  padding-left: 40px;
  margin: 10px 0 10px 35px;
  border-left: 5px solid #306992; }

.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -o-flex;
  display: flex; }

.flex-wrap {
  -webkit-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  -o-flex-flow: row wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  flex-flow: row wrap; }

.flex-no-wrap {
  -webkit-flex-flow: row nowrap;
  -ms-flex-flow: row nowrap;
  -o-flex-flow: row nowrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  flex-flow: row nowrap; }

.vertikal-space-between {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -o-flex;
  display: flex;
  -webkit-align-content: space-between;
  -ms-flex-line-pack: justify;
  align-content: space-between; }

.vertikal-center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -o-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  -ms-grid-row-align: center;
  align-items: center; }

.vertikal-end {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -o-flex;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  -ms-grid-row-align: flex-end;
  align-items: flex-end; }

.flex-space-between {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -o-justify-content: space-between;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify; }

.flex-center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -o-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center; }

.flex-start {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -o-flex;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start; }

.flex-center-vertical {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -o-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center; }

.flex-space-around {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -o-flex;
  display: flex;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-justify-content: space-around;
  -moz-justify-content: space-around;
  -ms-justify-content: space-around;
  -o-justify-content: space-around; }

.flex-end {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -o-flex;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  -moz-justify-content: flex-end;
  -ms-justify-content: flex-end;
  -o-justify-content: flex-end; }

.flex-between-alt, .style {
  text-align: justify; }
.flex-between-alt:after, .style:after {
  content: '';
  display: inline-block;
  width: 100%; }

/* alegreya-sans-300 - cyrillic_latin */
@font-face {
  font-family: 'Alegreya Sans';
  font-style: normal;
  font-weight: 300;
  src: url("../fonts/alegreya-sans-v9-cyrillic_latin-300.eot");
  /* IE9 Compat Modes */
  src: local("Alegreya Sans Light"), local("AlegreyaSans-Light"), url("../fonts/alegreya-sans-v9-cyrillic_latin-300.eot?#iefix") format("embedded-opentype"), url("../fonts/alegreya-sans-v9-cyrillic_latin-300.woff2") format("woff2"), url("../fonts/alegreya-sans-v9-cyrillic_latin-300.woff") format("woff"), url("../fonts/alegreya-sans-v9-cyrillic_latin-300.ttf") format("truetype"), url("../fonts/alegreya-sans-v9-cyrillic_latin-300.svg#AlegreyaSans") format("svg");
  /* Legacy iOS */ }

/* alegreya-sans-500 - cyrillic_latin */
@font-face {
  font-family: 'Alegreya Sans';
  font-style: normal;
  font-weight: 500;
  src: url("../fonts/alegreya-sans-v9-cyrillic_latin-500.eot");
  /* IE9 Compat Modes */
  src: local("Alegreya Sans Medium"), local("AlegreyaSans-Medium"), url("../fonts/alegreya-sans-v9-cyrillic_latin-500.eot?#iefix") format("embedded-opentype"), url("../fonts/alegreya-sans-v9-cyrillic_latin-500.woff2") format("woff2"), url("../fonts/alegreya-sans-v9-cyrillic_latin-500.woff") format("woff"), url("../fonts/alegreya-sans-v9-cyrillic_latin-500.ttf") format("truetype"), url("../fonts/alegreya-sans-v9-cyrillic_latin-500.svg#AlegreyaSans") format("svg");
  /* Legacy iOS */ }

/* alegreya-sans-800 - cyrillic_latin */
@font-face {
  font-family: 'Alegreya Sans';
  font-style: normal;
  font-weight: 800;
  src: url("../fonts/alegreya-sans-v9-cyrillic_latin-800.eot");
  /* IE9 Compat Modes */
  src: local("Alegreya Sans ExtraBold"), local("AlegreyaSans-ExtraBold"), url("../fonts/alegreya-sans-v9-cyrillic_latin-800.eot?#iefix") format("embedded-opentype"), url("../fonts/alegreya-sans-v9-cyrillic_latin-800.woff2") format("woff2"), url("../fonts/alegreya-sans-v9-cyrillic_latin-800.woff") format("woff"), url("../fonts/alegreya-sans-v9-cyrillic_latin-800.ttf") format("truetype"), url("../fonts/alegreya-sans-v9-cyrillic_latin-800.svg#AlegreyaSans") format("svg");
  /* Legacy iOS */ }

/* roboto-300 - latin_cyrillic */
@font-face {
  font-family: 'Roboto Urlo';
  font-style: normal;
  font-weight: 300;
  src: url("../fonts/roboto-v19-latin_cyrillic-300.eot");
  /* IE9 Compat Modes */
  src: local("Roboto Light"), local("Roboto-Light"), url("../fonts/roboto-v19-latin_cyrillic-300.eot?#iefix") format("embedded-opentype"), url("../fonts/roboto-v19-latin_cyrillic-300.woff2") format("woff2"), url("../fonts/roboto-v19-latin_cyrillic-300.woff") format("woff"), url("../fonts/roboto-v19-latin_cyrillic-300.ttf") format("truetype"), url("../fonts/roboto-v19-latin_cyrillic-300.svg#Roboto") format("svg");
  /* Legacy iOS */ }

/* roboto-regular - latin_cyrillic */
@font-face {
  font-family: 'Roboto Urlo';
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/roboto-v19-latin_cyrillic-regular.eot");
  /* IE9 Compat Modes */
  src: local("Roboto"), local("Roboto-Regular"), url("../fonts/roboto-v19-latin_cyrillic-regular.eot?#iefix") format("embedded-opentype"), url("../fonts/roboto-v19-latin_cyrillic-regular.woff2") format("woff2"), url("../fonts/roboto-v19-latin_cyrillic-regular.woff") format("woff"), url("../fonts/roboto-v19-latin_cyrillic-regular.ttf") format("truetype"), url("../fonts/roboto-v19-latin_cyrillic-regular.svg#Roboto") format("svg");
  /* Legacy iOS */ }

/* roboto-500 - latin_cyrillic */
@font-face {
  font-family: 'Roboto Urlo';
  font-style: normal;
  font-weight: 500;
  src: url("../fonts/roboto-v19-latin_cyrillic-500.eot");
  /* IE9 Compat Modes */
  src: local("Roboto Medium"), local("Roboto-Medium"), url("../fonts/roboto-v19-latin_cyrillic-500.eot?#iefix") format("embedded-opentype"), url("../fonts/roboto-v19-latin_cyrillic-500.woff2") format("woff2"), url("../fonts/roboto-v19-latin_cyrillic-500.woff") format("woff"), url("../fonts/roboto-v19-latin_cyrillic-500.ttf") format("truetype"), url("../fonts/roboto-v19-latin_cyrillic-500.svg#Roboto") format("svg");
  /* Legacy iOS */ }

.style {
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  -moz-opacity: 0;
  -khtml-opacity: 0; }

@-webkit-keyframes move-the-object {
  0% {
    left: 100px; }
  100% {
    left: 200px; } }

@keyframes move-the-object {
  0% {
    left: 100px; }
  100% {
    left: 200px; } }

.style {
  -webkit-background-size: 100% 100%;
  -khtml-background-size: 100% 100%;
  background-size: 100% 100%; }

.style {
  -webkit-border-radius: 10px;
  border-radius: 10px; }

.transperent, .btnRow .btn a, .btn-2 a, .showAll .group, .showAll .group:hover .fil1, .d3SVG svg .group, .fil1, .fil1:hover, .fil1:visited, .fil1.active, .floors span, .floors span.active, .rightBlock .filterKvart span, .rightBlock .filterKvart span.active, .rightBlock .filterKvart span:hover, .rightBlock .mod3d .cont .info div.bott .more, .rightBlock .mod3d .cont .info div.bott .more:hover, .tabsMenu .content .button, .tabsContent .floorPlan .svgFloor svg .kvartira, .modal button, .modal button:after {
  transition: all .4s ease .1s;
  -o-transition: all .4s ease .1s;
  -moz-transition: all .4s ease .1s;
  -webkit-transition: all .4s ease .1s;
  -ms-transition: all .4s ease .1s; }

.style {
  -o-transition: all 0.4s ease 0.1s;
  -webkit-transition: all 0.4s ease 0.1s;
  transition: all 0.4s ease 0.1s; }

.style {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg); }

.mainKatalog {
  -ms-box-orient: horizontal;
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-pack: multiple;
  -moz-box-pack: multiple;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap; }
.mainKatalog .block {
  width: 32%;
  border: 1px solid #84b1e1;
  margin: 0 0 20px 0;
  cursor: pointer;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  -o-transition: all 0.4s ease 0.1s;
  -webkit-transition: all 0.4s ease 0.1s;
  transition: all 0.4s ease 0.1s; }
.mainKatalog .block .img {
  display: block;
  position: relative;
  border-bottom: 1px solid #c1c1c1;
  -ms-box-orient: horizontal;
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center; }
.mainKatalog .block .img img {
  display: block;
  max-height: 100%;
  margin: auto; }
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .mainKatalog .block .img img {
    max-width: 300px; } }
.mainKatalog .block .info {
  -ms-box-orient: horizontal;
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-pack: single;
  -moz-box-pack: single;
  -ms-flex-wrap: nowrap;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
  background: rgba(96, 125, 139, 0.08);
  font-weight: 400;
  color: #306992; }
.mainKatalog .block .info .cena {
  font-size: 27px;
  line-height: 23px;
  padding: 10px 20px; }
.mainKatalog .block .info .cena span {
  display: block;
  font-size: 16px;
  font-weight: 300; }
.mainKatalog .block .info .article {
  border-left: 1px solid #c1c1c1;
  min-width: 120px;
  padding: 10px; }
.mainKatalog .block .info .article a {
  color: #306992;
  font-size: 20px; }
.mainKatalog .block .info .article span {
  font-weight: 300;
  display: block; }
.mainKatalog .block:hover {
  -webkit-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12), 0 3px 1px -2px rgba(0, 0, 0, 0.3);
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12), 0 3px 1px -2px rgba(0, 0, 0, 0.3); }

.breadcrumbs {
  margin: 5px 0;
  padding-top: 20px; }
.breadcrumbs li {
  list-style: none;
  display: inline-block;
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 300; }
.breadcrumbs li:last-child {
  text-transform: none; }
.breadcrumbs li:last-child:after {
  content: none;
  margin: 0 5px; }
.breadcrumbs li:after {
  content: '/';
  margin: 0 5px; }
.breadcrumbs li a:hover {
  text-decoration: underline; }

.pagination {
  text-align: center;
  margin-bottom: 30px; }
.pagination ul li {
  display: inline-block;
  border-bottom: 2px solid #ccc;
  -o-transition: all 0.4s ease 0.1s;
  -webkit-transition: all 0.4s ease 0.1s;
  transition: all 0.4s ease 0.1s; }
.pagination ul li.selected {
  border-bottom: 2px solid #434343; }
.pagination ul li:hover {
  border-bottom: 2px solid #306992; }
.pagination ul li a {
  padding: 10px 15px 5px 15px;
  width: 400px; }

.kommercheskaya-nedvijimost .cena {
  display: none; }

.kommercheskaya-nedvijimost .mainKatalog .block .info .article {
  border-left: none; }
.kommercheskaya-nedvijimost .mainKatalog .block .info .article span {
  display: none; }

.frame {
  position: relative;
  width: 100%;
  height: 100%;
  display: block;
  overflow: hidden; }
.frame .dvor {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  overflow: hidden; }
.frame .dvor svg {
  height: 100%;
  width: 100%; }
@media screen and (max-width: 812px) {
  .frame .dvor {
    width: 130%;
    left: -15%; } }
@media screen and (max-width: 420px) {
  .frame .dvor {
    width: 350%;
    left: inherit;
    right: -100%; } }
@media screen and (max-height: 420px) {
  .frame .dvor {
    height: 176%;
    left: -11%; } }

@media screen and (width: 768px) and (height: 1024px) {
  .frame .dvor {
    width: 240%; } }

@media screen and (width: 1024px) and (height: 1366px) {
  .frame .dvor {
    width: 240%;
    left: -210px; } }

@media screen and (width: 1024px) and (height: 768px) {
  .frame .dvor {
    width: 140%;
    left: -80px; } }

@media screen and (max-width: 850px) and (max-height: 414px) {
  .frame .dvor {
    width: 147%;
    top: -150px; } }
.frame .dvor img {
  display: block;
  max-width: inherit;
  width: 100%;
  height: 100%; }

header {
  position: absolute;
  left: 0;
  top: 0;
  margin: auto;
  z-index: 15;
  padding: 5px 10px;
  -ms-box-orient: horizontal;
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-pack: single;
  -moz-box-pack: single;
  -ms-flex-wrap: nowrap;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
  background: #306992; }
.isHome header {
  background: rgba(48, 105, 146, 0.9); }
.isHome header.run {
  animation: headerRow 2s ease-out forwards;
  -webkit-animation: headerRow 2s ease-out forwards;
  -o-animation: headerRow 2s ease-out forwards;
  -moz-animation: headerRow 2s ease-out forwards; }
header .menu_new {
  text-align: right;
  margin-right: 50px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center; }
header .menu_new > ul {
  margin-right: 20px; }
@media screen and (max-width: 815px) {
  header .menu_new > ul {
    display: none; } }
.isHome header .menu_new > ul {
  display: inline-block; }
@media screen and (max-width: 815px) {
  .isHome header .menu_new > ul {
    display: none; } }
header .menu_new > ul li {
  list-style: none;
  display: inline-block; }
header .menu_new > ul li a {
  font-weight: 300;
  padding: 10px 15px;
  font-size: 20px;
  position: relative;
  display: block;
  color: #ffffff;
  display: block; }
@media screen and (max-width: 800px) {
  header .menu_new > ul li a {
    padding: 10px 5px;
    font-size: 14px; } }
header .menu_new > ul li a:after {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.4);
  left: 0;
  top: 0;
  z-index: -1;
  transform: scale(0.9, 0);
  -o-transform: scale(0.9, 0);
  -ms-transform: scale(0.9, 0);
  -moz-transform: scale(0.9, 0);
  -webkit-transform: scale(0.9, 0);
  -o-transition: all 0.4s ease 0.1s;
  -webkit-transition: all 0.4s ease 0.1s;
  transition: all 0.4s ease 0.1s;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  -moz-opacity: 0;
  -khtml-opacity: 0; }
header .menu_new > ul li a:hover:after {
  transform: scale(1, 1);
  -o-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  -moz-transform: scale(1, 1);
  -webkit-transform: scale(1, 1);
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  -moz-opacity: 1;
  -khtml-opacity: 1; }
header .menu_new > ul li ul.sub {
  position: absolute;
  text-align: left;
  top: 65px;
  padding: 5px 15px;
  background: #ffffff;
  border: 1px solid #f3f3f3;
  -o-transition: all 0.4s ease 0.1s;
  -webkit-transition: all 0.4s ease 0.1s;
  transition: all 0.4s ease 0.1s;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  -moz-opacity: 0;
  -khtml-opacity: 0;
  z-index: -10;
  -webkit-animation: none;
  animation: none;
  visibility: hidden; }
header .menu_new > ul li ul.sub > li {
  display: block; }
header .menu_new > ul li ul.sub > li a {
  overflow: hidden; }
header .menu_new > ul li ul.sub > li a:after {
  content: '';
  position: absolute;
  width: 100%;
  height: 1px;
  background: #b4b4b4;
  left: 0;
  top: 24px;
  z-index: -1;
  left: -100%;
  -o-transition: all 0.4s ease 0.1s;
  -webkit-transition: all 0.4s ease 0.1s;
  transition: all 0.4s ease 0.1s;
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  -moz-opacity: 1;
  -khtml-opacity: 1; }
header .menu_new > ul li ul.sub > li:hover a:after {
  left: 0px;
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  -moz-opacity: 1;
  -khtml-opacity: 1; }
header .menu_new > ul li ul.sub > li a {
  font-size: 15px;
  padding: 0; }
header .menu_new > ul li:hover ul.sub {
  z-index: 30;
  top: 50px;
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  -moz-opacity: 1;
  -khtml-opacity: 1;
  visibility: visible; }
header .menu_new .fb {
  display: inline-block;
  width: 30px;
  height: 30px;
  background: url("../svg/facebook-logo-w.svg?v=1.0") no-repeat scroll center center/auto 80%; }
@media screen and (max-width: 815px) {
  header .menu_new .fb {
    display: none; } }
header .menu_new .youtube {
  display: inline-block;
  width: 30px;
  height: 30px;
  background: url("../svg/youtube-logo-w.svg?v=1.0") no-repeat scroll center center/auto 80%; }
@media screen and (max-width: 815px) {
  header .menu_new .youtube {
    display: none; } }
header .menu_new .tel {
  margin: 0 10px;
  font-size: 18px;
  font-weight: 400;
  color: #fff;
  display: inline-block;
  position: relative;
  padding-left: 15px;
  font-family: "Roboto Urlo", sans-serif;
  min-width: 150px; }
@media screen and (max-width: 420px) {
  header .menu_new .tel {
    min-width: 125px;
    font-size: 15px; } }
@media screen and (min-width: 815px) {
  .isHome header .menu_new .tel {
    bottom: 0;
    position: relative; } }
header .callback {
  display: inline-block;
  width: 30px;
  height: 30px;
  margin-right: 20px;
  background: url("../svg/call-back.svg") no-repeat scroll center center/auto 80%;
  position: relative; }
header .callback:before {
  content: 'замовити дзвінок';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 138px;
  font-size: 15px;
  left: -55px;
  bottom: -57px;
  background: #306992;
  color: #ffffff;
  padding: 3px 16px; }
header .callback:after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 10px;
  height: 10px;
  font-size: 15px;
  left: 9px;
  bottom: -33px;
  background: #306992;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg); }
.inInner header {
  animation: headerRow 2s ease-out forwards;
  -webkit-animation: headerRow 2s ease-out forwards;
  -o-animation: headerRow 2s ease-out forwards;
  -moz-animation: headerRow 2s ease-out forwards; }
header .logo {
  width: 230px;
  margin-left: 2%;
  height: 60px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center; }
header .logo a {
  display: block;
  width: 100%; }
header .logo a img {
  display: block;
  margin: auto; }
@media screen and (max-width: 850px) {
  header .logo {
    width: 130px;
    height: 40px; } }
header .butterMenu {
  background: url("../svg/menu.svg") no-repeat scroll center center/auto auto;
  width: 32px;
  height: 24px;
  position: absolute;
  right: 20px;
  top: 24px;
  cursor: pointer; }
@media screen and (max-width: 850px) {
  header .butterMenu {
    top: 14px; } }

.isHome header .logo .tel {
  color: #fff;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.52); }

@-webkit-keyframes headerRow {
  0% {
    top: -130px; }
  100% {
    top: 0; } }

@keyframes headerRow {
  0% {
    top: -130px; }
  100% {
    top: 0; } }

@-webkit-keyframes btnRow {
  0% {
    bottom: -100px;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -moz-opacity: 0;
    -khtml-opacity: 0; }
  20% {
    bottom: -100px;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -moz-opacity: 0;
    -khtml-opacity: 0; }
  100% {
    bottom: 4%;
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    -moz-opacity: 1;
    -khtml-opacity: 1; } }

@keyframes btnRow {
  0% {
    bottom: -100px;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -moz-opacity: 0;
    -khtml-opacity: 0; }
  20% {
    bottom: -100px;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -moz-opacity: 0;
    -khtml-opacity: 0; }
  100% {
    bottom: 4%;
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    -moz-opacity: 1;
    -khtml-opacity: 1; } }

.btnRow {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 54;
  text-align: center;
  display: block; }
.btnRow.run {
  animation: btnRow 2s ease-out forwards;
  -webkit-animation: btnRow 2s ease-out forwards;
  -o-animation: btnRow 2s ease-out forwards;
  -moz-animation: btnRow 2s ease-out forwards; }
.btnRow span {
  height: 100%;
  width: calc( (100% - 480px) / 2);
  width: -webkit-calc( (100% - 480px) / 2); }
.btnRow .btn {
  width: 310px;
  background: rgba(0, 137, 230, 0.63);
  border: 1px solid #deb75f;
  text-align: center;
  display: inline-block;
  -webkit-border-radius: 33px;
  border-radius: 33px;
  -o-transition: all 0.4s ease 0.1s;
  -webkit-transition: all 0.4s ease 0.1s;
  transition: all 0.4s ease 0.1s; }
.btnRow .btn:hover {
  width: 350px; }
.btnRow .btn a {
  display: block;
  font-size: 18px;
  text-transform: uppercase;
  color: #fff;
  line-height: 54px;
  background: rgba(255, 255, 255, 0);
  font-weight: 300;
  letter-spacing: 6px; }

.btn-2 {
  width: 250px;
  background: #306992;
  border: 1px solid #2c98e0;
  text-align: center;
  display: inline-block;
  -webkit-border-radius: 33px;
  border-radius: 33px;
  -o-transition: all 0.4s ease 0.1s;
  -webkit-transition: all 0.4s ease 0.1s;
  transition: all 0.4s ease 0.1s;
  margin: 10px 0 20px 0; }
.btn-2:hover {
  width: 270px; }
.btn-2 a {
  display: block;
  font-size: 15px;
  text-transform: uppercase;
  color: #fff;
  line-height: 50px;
  background: rgba(255, 255, 255, 0);
  font-weight: 300;
  letter-spacing: 6px;
  border-bottom: none !important; }

.vertical {
  overflow: auto;
  background: #306992;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  color: #262830;
  z-index: 50;
  text-align: left;
  display: none; }
.vertical .youtube,
.vertical .fb {
  display: none; }
.vertical span.close {
  background: url("../svg/close.svg?v=1.0") no-repeat scroll center center/auto 100%;
  position: absolute;
  width: 28px;
  height: 28px;
  cursor: pointer;
  right: 20px;
  top: 20px;
  z-index: 10; }
.vertical div ul {
  margin: 0 10%; }
.vertical div ul li {
  list-style: none; }
.vertical div ul li ul {
  margin: 0 5%; }
.vertical div ul li ul li {
  list-style: disc;
  vertical-align: 30px;
  margin-left: 30px;
  color: #ffffff; }
.vertical div ul li ul li a {
  border-bottom: 1px solid rgba(255, 255, 255, 0.082);
  text-transform: none; }
.vertical div a {
  font-weight: 300;
  color: #fff;
  display: block;
  padding: 10px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.082);
  font-size: 22px;
  text-transform: uppercase;
  font-family: "Roboto Urlo", sans-serif;
  -o-transition: all 0.4s ease 0.1s;
  -webkit-transition: all 0.4s ease 0.1s;
  transition: all 0.4s ease 0.1s; }
@media screen and (max-width: 768px) {
  .vertical div a {
    font-size: 17px; } }
.vertical div a:hover {
  background: rgba(255, 255, 255, 0.063); }
.vertical div.logo {
  padding: 20px;
  text-align: center; }
.vertical div.logo img {
  width: 300px; }
@media screen and (max-width: 768px) {
  .vertical div.logo img {
    width: 200px; } }
.vertical .rotateP {
  display: none;
  padding: 50px 10px 10px 10px;
  border: 1px solid rgba(0, 87, 64, 0.53);
  margin: 10px;
  background: url("../img/screen-rotation.png") no-repeat scroll center top 7px/auto 33%; }

.rowgallery .date {
  position: relative;
  margin: 10px 0; }
.rowgallery .date span {
  color: #fff;
  background: #306992;
  padding: 10px 15px;
  display: block;
  text-transform: uppercase;
  font-size: 15px; }

.rowgallery .photos {
  -ms-box-orient: horizontal;
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-box-pack: multiple;
  -moz-box-pack: multiple;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap; }
.rowgallery .photos a {
  max-width: 183px;
  padding: 1px; }
.rowgallery .photos a img {
  display: block; }

body.contact .editor {
  margin: 50px auto 30px auto;
  max-width: 740px;
  padding: 20px;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
  background: rgba(255, 255, 255, 0.74); }
@media screen and (max-width: 1100px) {
  body.contact .editor {
    -webkit-box-shadow: none;
    box-shadow: none; } }
body.contact .editor ul {
  margin-left: 30px; }
body.contact .editor a {
  color: #262830; }

body.contact .map {
  border-top: 8px solid #306992;
  border-bottom: 8px solid #306992; }
body.contact .map iframe {
  width: 100%;
  height: 400px; }

.yakor {
  position: fixed;
  top: -55px;
  left: 0;
  z-index: 20;
  width: 100%;
  display: block;
  -o-transition: all 0.4s ease 0.1s;
  -webkit-transition: all 0.4s ease 0.1s;
  transition: all 0.4s ease 0.1s; }
@media screen and (max-width: 513px) {
  .yakor {
    display: none; } }
.yakor ul {
  background: #646f69;
  width: 100%;
  margin-left: 0 !important;
  -ms-box-orient: horizontal;
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-pack: multiple;
  -moz-box-pack: multiple;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-shadow: 0px 2px 9px rgba(0, 0, 0, 0.65);
  box-shadow: 0px 2px 9px rgba(0, 0, 0, 0.65); }
.yakor ul li {
  -o-transition: all 0.4s ease 0.1s;
  -webkit-transition: all 0.4s ease 0.1s;
  transition: all 0.4s ease 0.1s;
  list-style: none;
  cursor: pointer;
  font-size: 15px; }
@media screen and (max-width: 613px) {
  .yakor ul li {
    font-size: 12px; } }
.yakor ul li:hover {
  background: #efefef; }
.yakor ul li a {
  color: #fff !important;
  padding: 10px;
  display: block;
  -o-transition: all 0.4s ease 0.1s;
  -webkit-transition: all 0.4s ease 0.1s;
  transition: all 0.4s ease 0.1s; }
.yakor ul li a.active {
  -o-transition: all 0.4s ease 0.1s;
  -webkit-transition: all 0.4s ease 0.1s;
  transition: all 0.4s ease 0.1s;
  background: #306992; }
.yakor ul li a:hover {
  color: #000 !important; }
.yakor.show {
  -o-transition: all 0.4s ease 0.1s;
  -webkit-transition: all 0.4s ease 0.1s;
  transition: all 0.4s ease 0.1s;
  top: 0; }

.cristmas {
  position: absolute;
  top: 40%;
  left: 16%;
  width: 300px;
  max-width: 37%; }

#modal-video {
  position: fixed;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.9);
  display: none;
  top: 0;
  left: 0;
  z-index: 90; }
#modal-video #clsVideo {
  position: absolute;
  top: 40px;
  right: 20px;
  width: 40px;
  height: 40px;
  background: url("../svg/delete-button.svg?v=1.0") no-repeat scroll center center/auto 100%;
  cursor: pointer; }

#link-video {
  background: rgba(255, 255, 255, 0.53) url("../svg/video.svg?v=1.0") no-repeat scroll left 5px center/auto 100%;
  position: absolute;
  z-index: 15;
  color: #ffffff;
  display: block;
  bottom: 20%;
  left: 50%;
  padding: 5px 10px 5px 60px;
  font-size: 20px;
  color: #f44336;
  border: 1px solid #f44336;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  margin-left: -100px;
  cursor: pointer;
  -o-transition: all 0.4s ease 0.1s;
  -webkit-transition: all 0.4s ease 0.1s;
  transition: all 0.4s ease 0.1s; }
@media screen and (max-width: 823px) {
  #link-video {
    display: none; } }
@media screen and (max-width: 815px) {
  #link-video {
    font-size: 15px;
    padding: 5px 10px 5px 50px;
    margin-left: -78px;
    bottom: 13%; } }
@media screen and (max-height: 420px) {
  #link-video {
    bottom: 20%; } }
#link-video:hover {
  background-color: rgba(255, 255, 255, 0.8); }

.footer-link {
  background: #204661;
  padding-top: 20px; }
.footer-link * {
  color: #fff;
  font-weight: 300; }
.footer-link .content {
  -ms-box-orient: horizontal;
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-pack: multiple;
  -moz-box-pack: multiple;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 30px 0; }
.footer-link .content .nav {
  -ms-box-orient: horizontal;
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-pack: multiple;
  -moz-box-pack: multiple;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 70%; }
@media screen and (max-width: 930px) {
  .footer-link .content .nav {
    width: 50%; } }
@media screen and (max-width: 620px) {
  .footer-link .content .nav {
    width: 100%; } }
.footer-link .content .nav > div {
  width: 50%;
  vertical-align: top;
  padding-right: 40px; }
@media screen and (max-width: 930px) {
  .footer-link .content .nav > div {
    width: 100%;
    margin-bottom: 20px; } }
.footer-link .content .nav div .title {
  border-bottom: 1px solid rgba(255, 255, 255, 0.411);
  text-transform: uppercase;
  font-size: 18px; }
.footer-link .content .nav div ul {
  margin: 10px 0 0 20px; }
.footer-link .content .nav div ul li {
  font-size: 14px; }
.footer-link .content .nav div span {
  margin: 17px 0 0 15px;
  display: block; }
.footer-link .content .nav div .fb {
  display: inline-block;
  width: 30px;
  height: 30px;
  background: url("../svg/facebook-logo-w.svg?v=1.0") no-repeat scroll center center/auto 80%; }
.footer-link .content .nav div .youtube {
  display: inline-block;
  width: 30px;
  height: 30px;
  background: url("../svg/youtube-logo-w.svg?v=1.0") no-repeat scroll center center/auto 80%; }
.footer-link .content .info .img img {
  width: 300px; }
.footer-link .content .info .adress {
  background: url("../svg/local.svg?v=1.0") no-repeat scroll left center/auto 80%;
  padding-left: 32px;
  margin-top: 10px; }
.footer-link .content .info .tel {
  padding-left: 32px; }

.comfort {
  position: absolute;
  text-transform: uppercase;
  left: 7%;
  top: 26%;
  font-size: 50px;
  font-weight: 700;
  line-height: 60px;
  color: #272c4a;
  text-align: center; }
@media screen and (max-width: 500px) {
  .comfort {
    display: none; } }
@media screen and (max-width: 1170px) {
  .comfort {
    width: 200px;
    font-size: 30px;
    line-height: 23px;
    top: 67px; } }
.comfort img {
  margin-bottom: 20px; }
.comfort span {
  display: block;
  font-weight: 300;
  font-size: 43px; }
@media screen and (max-width: 1170px) {
  .comfort span {
    font-size: 19px;
    line-height: 43px; } }

.sale {
  font-size: 27px;
  position: absolute;
  top: 13%;
  right: 33%;
  text-align: center; }
@media screen and (min-width: 1300px) {
  .sale {
    left: 17%; } }
@media screen and (max-width: 820px) {
  .sale {
    top: 20%;
    font-size: 22px; } }
@media screen and (max-height: 414px) {
  .sale {
    top: 45%;
    right: 20%; } }
.sale span {
  font-size: 16px;
  display: block; }
@media screen and (max-width: 820px) {
  .sale span {
    font-size: 14px; } }

.logoBud {
  position: fixed;
  left: 3%;
  bottom: 3%;
  width: 50px;
  height: 50px;
  background: url("../svg/bud_logo_svg.svg?v=1.0") no-repeat scroll left center/auto 80%;
  display: block;
  z-index: 40; }

@media screen and (max-width: 768px) {
  a.dynamicnumber {
    font-size: 13px;
    margin-right: 26%; } }

.urlohome polygon {
  fill: rgba(48, 105, 146, 0);
  cursor: pointer;
  stroke: rgba(48, 105, 146, 0);
  stroke-width: 6px;
  -o-transition: all 0.4s ease 0.1s;
  -webkit-transition: all 0.4s ease 0.1s;
  transition: all 0.4s ease 0.1s; }
.urlohome polygon:hover {
  stroke: #73bef3; }

.namber path {
  fill: #7ec3f5; }
@media screen and (max-width: 560px) {
  .namber path {
    fill: rgba(255, 255, 255, 0); } }
.no-animation .namber path:nth-child(1) {
  -webkit-animation: text-flicker-in-glow 1s linear both 0.3s;
  animation: text-flicker-in-glow 1s linear both 0.3s; }
.no-animation .namber path:nth-child(2) {
  -webkit-animation: text-flicker-in-glow 1s linear both 0.5s;
  animation: text-flicker-in-glow 1s linear both 0.5s; }
.no-animation .namber path:nth-child(3) {
  -webkit-animation: text-flicker-in-glow 1s linear both 0.7s;
  animation: text-flicker-in-glow 1s linear both 0.7s; }
.no-animation .namber path:nth-child(4) {
  -webkit-animation: text-flicker-in-glow 1s linear both 0.9s;
  animation: text-flicker-in-glow 1s linear both 0.9s; }
.no-animation .namber path:nth-child(5) {
  -webkit-animation: text-flicker-in-glow 1s linear both 1.1s;
  animation: text-flicker-in-glow 1s linear both 1.1s; }
.no-animation .namber path:nth-child(6) {
  -webkit-animation: text-flicker-in-glow 1s linear both 1.3s;
  animation: text-flicker-in-glow 1s linear both 1.3s; }
.no-animation .namber path:nth-child(7) {
  -webkit-animation: text-flicker-in-glow 1s linear both 1.5s;
  animation: text-flicker-in-glow 1s linear both 1.5s; }
.namber path:nth-child(1) {
  -webkit-animation: text-flicker-in-glow 1s linear both 3.3s;
  animation: text-flicker-in-glow 1s linear both 3.3s; }
.namber path:nth-child(2) {
  -webkit-animation: text-flicker-in-glow 1s linear both 3.5s;
  animation: text-flicker-in-glow 1s linear both 3.5s; }
.namber path:nth-child(3) {
  -webkit-animation: text-flicker-in-glow 1s linear both 3.7s;
  animation: text-flicker-in-glow 1s linear both 3.7s; }
.namber path:nth-child(4) {
  -webkit-animation: text-flicker-in-glow 1s linear both 3.9s;
  animation: text-flicker-in-glow 1s linear both 3.9s; }
.namber path:nth-child(5) {
  -webkit-animation: text-flicker-in-glow 1s linear both 4.1s;
  animation: text-flicker-in-glow 1s linear both 4.1s; }
.namber path:nth-child(6) {
  -webkit-animation: text-flicker-in-glow 1s linear both 4.3s;
  animation: text-flicker-in-glow 1s linear both 4.3s; }
.namber path:nth-child(7) {
  -webkit-animation: text-flicker-in-glow 1s linear both 4.5s;
  animation: text-flicker-in-glow 1s linear both 4.5s; }

.navikom li {
  display: inline-block;
  margin: 0 0px 7px 0;
  border-right: 1px solid #e4e4e4;
  padding: 0 9px;
  font-size: 80%;
  font-weight: 400; }

.editor a {
  border-bottom: 1px dotted; }

.editor ul li {
  margin-left: 20px; }

.editor strong {
  font-size: 18px; }

span.marker {
  font-weight: 500; }

.apartvents {
  position: absolute;
  width: 100%;
  left: 0;
  top: 17%; }
.apartvents ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center; }
.apartvents ul li {
  display: inline-block;
  font-family: "Roboto Urlo", sans-serif;
  text-transform: uppercase;
  background: #306992;
  border: 1px solid #fff;
  margin: 0 5px; }
.apartvents ul li a {
  padding: 5px 10px;
  display: block;
  font-size: 16px;
  color: #ffffff;
  -webkit-box-shadow: 1px 4px 3px transparent;
  box-shadow: 1px 4px 3px transparent;
  -o-transition: all 0.4s ease 0.1s;
  -webkit-transition: all 0.4s ease 0.1s;
  transition: all 0.4s ease 0.1s; }
@media screen and (max-width: 360px) {
  .apartvents ul li a {
    font-size: 14px; } }
.apartvents ul li a:hover {
  -webkit-box-shadow: 3px 3px 4px rgba(0, 0, 0, 0.2);
  box-shadow: 3px 3px 4px rgba(0, 0, 0, 0.2); }

.row3d {
  display: block;
  padding-top: 60px;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  position: relative; }
@media screen and (max-width: 850px) {
  .row3d {
    padding-top: 50px; } }
.tabsContent .row3d {
  padding-top: 0;
  border-top: 8px solid #262830;
  border-bottom: 8px solid #262830; }

.flip-container {
  position: relative;
  height: 100%; }
.flip-container .video {
  position: relative;
  left: 0;
  top: 0;
  max-width: 100%;
  width: 100%;
  display: block; }
.flip-container .video video {
  width: 100%;
  display: block; }
.flip-container .slider {
  overflow: hidden;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0; }
.flip-container .slider .back {
  display: none; }
.flip-container .slider .slide {
  position: absolute;
  left: 0;
  top: 0;
  max-width: 100%;
  width: 100%;
  height: 100%; }
.flip-container .slider .slide .imgSize {
  width: 100%;
  display: block; }

.showAll .group:hover .fil1 {
  fill: rgba(0, 160, 227, 0.65);
  stroke: rgba(255, 255, 255, 0.34); }

.arrow {
  fill: rgba(255, 255, 255, 0); }

.front .k3 .arrow {
  fill: white;
  animation: svgArrow 2s ease-out infinite;
  -webkit-animation: svgArrow 2s ease-out infinite;
  -o-animation: svgArrow 2s ease-out infinite;
  -moz-animation: svgArrow 2s ease-out infinite; }

.back .k1 .arrow {
  fill: white;
  animation: svgArrow 2s ease-out infinite;
  -webkit-animation: svgArrow 2s ease-out infinite;
  -o-animation: svgArrow 2s ease-out infinite;
  -moz-animation: svgArrow 2s ease-out infinite; }

@-webkit-keyframes svgArrow {
  0% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
    opacity: 0.5;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
    filter: alpha(opacity=50);
    -moz-opacity: 0.5;
    -khtml-opacity: 0.5; }
  50% {
    -webkit-transform: translate(0, 10px);
    transform: translate(0, 10px);
    opacity: 0.9;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
    filter: alpha(opacity=90);
    -moz-opacity: 0.9;
    -khtml-opacity: 0.9; }
  100% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
    opacity: 0.5;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
    filter: alpha(opacity=50);
    -moz-opacity: 0.5;
    -khtml-opacity: 0.5; } }

@keyframes svgArrow {
  0% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
    opacity: 0.5;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
    filter: alpha(opacity=50);
    -moz-opacity: 0.5;
    -khtml-opacity: 0.5; }
  50% {
    -webkit-transform: translate(0, 10px);
    transform: translate(0, 10px);
    opacity: 0.9;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
    filter: alpha(opacity=90);
    -moz-opacity: 0.9;
    -khtml-opacity: 0.9; }
  100% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
    opacity: 0.5;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
    filter: alpha(opacity=50);
    -moz-opacity: 0.5;
    -khtml-opacity: 0.5; } }

.d3SVG {
  position: absolute;
  top: 0;
  left: 0;
  max-width: 100%;
  height: 100%;
  width: 100%;
  z-index: 10; }
.d3SVG svg {
  max-width: 100%;
  width: 100%;
  height: auto; }
.d3SVG svg .group {
  fill: rgba(0, 160, 227, 0);
  stroke: rgba(255, 255, 255, 0);
  stroke-width: 2px;
  cursor: pointer; }
.fil1.active, .fil1:hover {
  fill: rgba(255, 124, 31, 0.65) !important; }
.k1 .fil1[komnat="1"] {
  fill: rgba(0, 160, 227, 0.65);
  stroke: rgba(255, 255, 255, 0.2); }
.k2 .fil1[komnat="2"] {
  fill: rgba(0, 160, 227, 0.65);
  stroke: rgba(255, 255, 255, 0.2); }
.k3 .fil1[komnat="3"] {
  fill: rgba(0, 160, 227, 0.65);
  stroke: rgba(255, 255, 255, 0.2); }
.k4 .fil1[komnat="4"] {
  fill: rgba(0, 160, 227, 0.65);
  stroke: rgba(255, 255, 255, 0.2); }
.k5 .fil1[komnat="5"] {
  fill: rgba(0, 160, 227, 0.65);
  stroke: rgba(255, 255, 255, 0.2); }
.id-a1 .fil1#a1 {
  fill: rgba(0, 160, 227, 0.65);
  stroke: rgba(255, 255, 255, 0.2); }
.id-b1 .fil1#b1 {
  fill: rgba(0, 160, 227, 0.65);
  stroke: rgba(255, 255, 255, 0.2); }
.id-v1 .fil1#v1 {
  fill: rgba(0, 160, 227, 0.65);
  stroke: rgba(255, 255, 255, 0.2); }
.id-g1 .fil1#g1 {
  fill: rgba(0, 160, 227, 0.65);
  stroke: rgba(255, 255, 255, 0.2); }
.id-d1 .fil1#d1 {
  fill: rgba(0, 160, 227, 0.65);
  stroke: rgba(255, 255, 255, 0.2); }
.id-e1 .fil1#e1 {
  fill: rgba(0, 160, 227, 0.65);
  stroke: rgba(255, 255, 255, 0.2); }
.id-a2 .fil1#a2 {
  fill: rgba(0, 160, 227, 0.65);
  stroke: rgba(255, 255, 255, 0.2); }
.id-b2 .fil1#b2 {
  fill: rgba(0, 160, 227, 0.65);
  stroke: rgba(255, 255, 255, 0.2); }
.id-v2 .fil1#v2 {
  fill: rgba(0, 160, 227, 0.65);
  stroke: rgba(255, 255, 255, 0.2); }
.id-g2 .fil1#g2 {
  fill: rgba(0, 160, 227, 0.65);
  stroke: rgba(255, 255, 255, 0.2); }
.id-d2 .fil1#d2 {
  fill: rgba(0, 160, 227, 0.65);
  stroke: rgba(255, 255, 255, 0.2); }
.id-e2 .fil1#e2 {
  fill: rgba(0, 160, 227, 0.65);
  stroke: rgba(255, 255, 255, 0.2); }
.id-j2 .fil1#j2 {
  fill: rgba(0, 160, 227, 0.65);
  stroke: rgba(255, 255, 255, 0.2); }
.id-a3 .fil1#a3 {
  fill: rgba(0, 160, 227, 0.65);
  stroke: rgba(255, 255, 255, 0.2); }
.id-b3 .fil1#b3 {
  fill: rgba(0, 160, 227, 0.65);
  stroke: rgba(255, 255, 255, 0.2); }
.id-v3 .fil1#v3 {
  fill: rgba(0, 160, 227, 0.65);
  stroke: rgba(255, 255, 255, 0.2); }
.id-a4 .fil1#a4 {
  fill: rgba(0, 160, 227, 0.65);
  stroke: rgba(255, 255, 255, 0.2); }
.id-a5 .fil1#a5 {
  fill: rgba(0, 160, 227, 0.65);
  stroke: rgba(255, 255, 255, 0.2); }
.fil1:hover, .fil1:visited, .fil1.active {
  fill: rgba(255, 124, 31, 0.65);
  stroke: rgba(255, 255, 255, 0.2); }
.d3SVG svg .group .contur {
  fill: rgba(227, 0, 79, 0); }

.floors {
  position: absolute;
  left: 2%;
  top: 8%;
  height: 85%;
  background: #306992;
  width: 45px;
  z-index: 20;
  max-width: 6%;
  -ms-box-orient: horizontal;
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  -webkit-align-items: stretch;
  align-items: stretch;
  -webkit-box-pack: multiple;
  -moz-box-pack: multiple;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap; }
@media screen and (max-width: 640px) {
  .floors {
    display: none; } }
.floors span {
  -ms-box-orient: horizontal;
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  font-family: arial, sans-serif;
  font-size: 13px;
  color: #fff;
  background: #262830;
  text-align: center;
  margin-top: 1px;
  width: 100%;
  line-height: 0; }
.floors span:first-child {
  margin-top: 0; }
.floors span.active {
  background: #306992;
  position: relative; }
.floors span.active:before {
  content: '';
  width: 10px;
  height: 50%;
  position: absolute;
  left: 0;
  top: 25%;
  background: url("../svg/right-arrow.svg?v=1.1") no-repeat scroll left center/auto 100%; }
.floors span.active:after {
  content: '';
  width: 10px;
  height: 50%;
  position: absolute;
  right: 0;
  top: 25%;
  background: url("../svg/left-arrow.svg?v=1.1") no-repeat scroll right center/auto 100%; }

.rotateBotton {
  position: absolute;
  cursor: pointer;
  bottom: 5%;
  left: 50%;
  margin-left: -6%;
  width: 12%;
  z-index: 20; }
.rotateBotton img {
  display: block; }

.inInner * {
  animation: body 0.9s ease-out forwards;
  -webkit-animation: body 0.9s ease-out forwards;
  -o-animation: body 0.9s ease-out forwards;
  -moz-animation: body 0.9s ease-out forwards; }

@-webkit-keyframes body {
  0% {
    opacity: 0.5;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
    filter: alpha(opacity=50);
    -moz-opacity: 0.5;
    -khtml-opacity: 0.5; }
  100% {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    -moz-opacity: 1;
    -khtml-opacity: 1; } }

@keyframes body {
  0% {
    opacity: 0.5;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
    filter: alpha(opacity=50);
    -moz-opacity: 0.5;
    -khtml-opacity: 0.5; }
  100% {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    -moz-opacity: 1;
    -khtml-opacity: 1; } }

@-webkit-keyframes rightBlock {
  0% {
    right: -80px;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -moz-opacity: 0;
    -khtml-opacity: 0; }
  100% {
    right: 0;
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    -moz-opacity: 1;
    -khtml-opacity: 1; } }

@keyframes rightBlock {
  0% {
    right: -80px;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -moz-opacity: 0;
    -khtml-opacity: 0; }
  100% {
    right: 0;
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    -moz-opacity: 1;
    -khtml-opacity: 1; } }

.rightBlock {
  animation: rightBlock 1.5s ease-out forwards;
  -webkit-animation: rightBlock 1.5s ease-out forwards;
  -o-animation: rightBlock 1.5s ease-out forwards;
  -moz-animation: rightBlock 1.5s ease-out forwards;
  position: absolute;
  width: 42%;
  height: 80%;
  right: 0;
  bottom: 5%;
  z-index: 20; }
.rightBlock .filterKvart {
  background: #306992;
  position: absolute;
  bottom: 15px;
  left: 27%;
  width: 99%;
  max-width: 400px;
  -ms-box-orient: horizontal;
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center; }
@media screen and (max-width: 640px) {
  .rightBlock .filterKvart {
    display: none; } }
.rightBlock .filterKvart:before {
  content: 'Відобразити';
  position: absolute;
  left: 0;
  top: -35px;
  color: #fff;
  font-size: 20px; }
.rightBlock .filterKvart span {
  white-space: nowrap;
  overflow: hidden;
  background: #262830;
  width: 25%;
  padding: 5px;
  text-align: center;
  margin-right: 1px;
  cursor: pointer;
  color: #fff;
  position: relative; }
.rightBlock .filterKvart span:last-child {
  margin-right: 0; }
.rightBlock .filterKvart span.active {
  cursor: inherit;
  background: #272c4a; }
.rightBlock .filterKvart span.active:hover {
  background: #272c4a; }
.rightBlock .filterKvart span.active:before {
  content: '';
  width: 12px;
  height: 50%;
  position: absolute;
  left: -1px;
  top: 25%;
  background: url("../svg/right-arrow.svg?v=1.1") no-repeat scroll left center/100% auto; }
.rightBlock .filterKvart span.active:after {
  content: '';
  width: 12px;
  height: 50%;
  position: absolute;
  right: 0;
  top: 25%;
  background: url("../svg/left-arrow.svg?v=1.1") no-repeat scroll right -1px center/100% auto; }
.rightBlock .filterKvart span:hover {
  background: #306992; }
.rightBlock .modalParent {
  display: none;
  z-index: 10; }
.rightBlock .mod3d {
  display: none;
  background: #fff;
  position: absolute;
  top: 0;
  left: 0;
  width: 98%;
  max-width: 350px;
  height: 70%;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  -webkit-align-items: stretch;
  align-items: stretch;
  -ms-box-orient: horizontal;
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  overflow: hidden; }
.rightBlock .mod3d:before {
  content: '';
  width: 150%;
  height: 50%;
  position: absolute;
  top: -13%;
  right: -20px;
  background: #262830; }
.rightBlock .mod3d .cont {
  border: 2px solid #306992;
  width: 100%;
  margin: 5px;
  z-index: 1;
  position: relative; }
.rightBlock .mod3d .cont .info {
  width: 100%;
  margin-top: 15px; }
.rightBlock .mod3d .cont .info div {
  position: absolute;
  color: #fff; }
.rightBlock .mod3d .cont .info div.mkv {
  left: 10px;
  top: 7%;
  font-size: 28px; }
.rightBlock .mod3d .cont .info div.close {
  top: 3%;
  right: 10px; }
.rightBlock .mod3d .cont .info div.bott {
  right: 10px;
  top: 23%;
  font-size: 16px; }
.rightBlock .mod3d .cont .info div.bott .more {
  display: inline-block;
  border: 1px solid #fff;
  color: #fff;
  padding: 1px 7px;
  background: rgba(255, 255, 255, 0); }
.rightBlock .mod3d .cont .info div.bott .more:hover {
  background: rgba(255, 255, 255, 0.29); }
.rightBlock .mod3d .cont .info div.komn {
  font-size: 24px;
  top: 20%;
  left: 10px; }
.rightBlock .mod3d .cont .info div img {
  border: none;
  outline: none;
  text-align: center; }
.rightBlock .planImg {
  height: auto;
  bottom: 0;
  left: 0;
  height: 56%;
  width: 100%;
  text-align: center;
  position: relative;
  overflow: hidden;
  padding: 3px; }
.rightBlock .planImg img {
  max-height: 100%;
  width: auto; }

.forSize {
  position: absolute;
  display: block;
  bottom: 0;
  left: 0;
  width: 1920px;
  height: auto;
  max-width: 100%; }

.map {
  border-top: 8px solid #306992;
  border-bottom: 8px solid #306992;
  margin-top: -8px; }
.map iframe,
.map #map {
  display: block;
  pointer-events: none;
  width: 100%;
  height: 350px; }

.footer {
  background: #183549;
  font-size: 14px;
  font-weight: 300;
  padding: 10px 0 0px 0;
  position: relative;
  font-weight: 500; }
.footer a {
  color: #fff; }
.footer .content {
  -ms-box-orient: horizontal;
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-pack: multiple;
  -moz-box-pack: multiple;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  color: #fff;
  font-size: 90%; }
.footer .content .copy {
  color: #fff; }
.footer .content .copy a {
  color: #fff; }
.footer .content p span {
  display: inline-block;
  position: relative;
  top: 8px;
  margin-right: 10px; }
.footer .fb {
  display: inline-block;
  width: 30px;
  height: 30px;
  background: url("../svg/facebook-logo-w.svg?v=1.0") no-repeat scroll center center/auto 80%; }
.footer .youtube {
  display: inline-block;
  width: 30px;
  height: 30px;
  background: url("../svg/youtube-logo-w.svg?v=1.0") no-repeat scroll center center/auto 80%; }

.noDevice {
  display: none;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #306992;
  color: #262830;
  text-align: center; }
.noDevice p {
  display: block;
  font-size: 12px; }
.noDevice p a {
  color: #262830;
  border: 1px solid #262830;
  padding: 5px 10px; }

.cursor {
  color: #000;
  background: #96C93D;
  padding: 0 8px; }
.cursor stan {
  margin-right: 5px; }

.hNamber {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 80%;
  -webkit-animation: text-flicker-in-glow 1s linear both .5s;
  animation: text-flicker-in-glow 1s linear both .5s; }
.hNamber.h-1 {
  background: url("../svg/h1.svg") no-repeat scroll bottom 5% right 15%/auto 35%; }
.hNamber.h-2 {
  background: url("../svg/h2.svg") no-repeat scroll bottom 5% right 15%/auto 35%; }
.hNamber.h-3 {
  background: url("../svg/h3.svg") no-repeat scroll bottom 5% right 15%/auto 35%; }
.hNamber.h-4 {
  background: url("../svg/h4.svg") no-repeat scroll bottom 5% right 15%/auto 35%; }
.hNamber.h-5 {
  background: url("../svg/h5.svg") no-repeat scroll bottom 5% right 15%/auto 35%; }
.hNamber.h-6 {
  background: url("../svg/h6.svg") no-repeat scroll bottom 5% right 15%/auto 35%; }
.hNamber.h-7 {
  background: url("../svg/h7.svg") no-repeat scroll bottom 5% right 15%/auto 35%; }

.firstKvartira {
  padding-top: 70px;
  margin-bottom: 45px; }
.firstKvartira .title {
  margin: 0 0 20px 0; }

.main > div {
  display: inline-block;
  width: 48%;
  vertical-align: top;
  position: relative; }

.main .plan {
  text-align: center; }
.main .plan img {
  max-height: 100%;
  padding: 0 20px 0 0; }
.main .plan span {
  display: block;
  margin-top: 30px;
  color: #C27815; }

.main .infoPlan {
  min-width: 400px; }
.main .infoPlan > div {
  display: inline-block;
  width: 48%;
  margin: 20px 0;
  vertical-align: top;
  font-weight: 300;
  font-size: 22px; }
.main .infoPlan > div p {
  padding: 5px 0;
  white-space: nowrap; }
.main .infoPlan > div p:last-child {
  font-weight: 400;
  color: #306992;
  font-size: 30px; }
.main .infoPlan .lf {
  text-align: right;
  border-right: 1px solid #306992;
  padding-right: 20px; }
.main .infoPlan .rt {
  padding-left: 20px; }
.main .infoPlan .rt .utochit {
  color: #306992;
  border: 1px solid #306992;
  padding: 14px;
  text-align: center;
  cursor: pointer; }
.main .infoPlan .description {
  width: 100%; }
.main .infoPlan .description p {
  font-size: 15px;
  font-weight: 100;
  font-family: sans-serif;
  font-style: italic;
  color: #8d8d8d; }
.main .infoPlan .description p:last-child {
  color: #8d8d8d;
  font-size: 16px; }
.main .infoPlan .description span {
  border-bottom: 1px solid #e6e6e6;
  display: block;
  color: #306992;
  margin-bottom: 20px; }
.main .infoPlan .description .table {
  text-align: right;
  margin-top: 20px; }
.main .infoPlan .description .table span {
  font-style: normal;
  font-size: 16px;
  padding: 7px;
  margin-bottom: 0 !important; }
.main .infoPlan .description .table span i {
  margin-left: 30px;
  color: #313548;
  font-size: 15px;
  width: 95px;
  display: inline-block; }
.main .infoPlan .description .table .koridor {
  background: url("../svg/koridor.svg?v=1.0") no-repeat scroll left center/35px 35px; }
.main .infoPlan .description .table .gostinnaya {
  background: url("../svg/gostinnaya.svg?v=1.0") no-repeat scroll left center/35px 35px; }
.main .infoPlan .description .table .spalnya {
  background: url("../svg/spalnya.svg?v=1.0") no-repeat scroll left center/35px 35px; }
.main .infoPlan .description .table .kabinet {
  background: url("../svg/kabinet.svg?v=1.0") no-repeat scroll left center/35px 35px; }
.main .infoPlan .description .table .tualet {
  background: url("../svg/tualet.svg?v=1.0") no-repeat scroll left center/35px 35px; }
.main .infoPlan .description .table .vanna {
  background: url("../svg/vanna.svg?v=1.0") no-repeat scroll left center/35px 35px; }
.main .infoPlan .description .table .kuhnya {
  background: url("../svg/kuhnya.svg?v=1.0") no-repeat scroll left center/35px 35px; }
.main .infoPlan .description .table .balkon {
  background: url("../svg/balkon.svg?v=1.0") no-repeat scroll left center/35px 35px; }
.main .infoPlan .description .table .garder {
  background: url("../svg/garder.svg?v=1.0") no-repeat scroll left center/35px 35px; }

.tabsMenu {
  background: #306992; }
.tabsMenu .content {
  -ms-box-orient: horizontal;
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-box-pack: single;
  -moz-box-pack: single;
  -ms-flex-wrap: nowrap;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap; }
.tabsMenu .content .button {
  text-align: center;
  width: 25%;
  max-width: 220px;
  cursor: pointer;
  -webkit-box-shadow: none;
  box-shadow: none; }
.tabsMenu .content .button.active {
  -webkit-box-shadow: 1px 1px 18px rgba(0, 0, 0, 0.58);
  box-shadow: 1px 1px 18px rgba(0, 0, 0, 0.58); }
.tabsMenu .content .button:hover {
  -webkit-box-shadow: inset 0 0 0 99999px rgba(93, 127, 240, 0.15);
  box-shadow: inset 0 0 0 99999px rgba(93, 127, 240, 0.15); }
.tabsMenu .content .button span {
  padding-bottom: 10px;
  display: block;
  margin: 15px 0; }
.tabsMenu .content .button.apartment {
  background: #306992;
  color: #fff; }
.tabsMenu .content .button.apartment span {
  background: url("../img/3d.png?v=1.0") no-repeat scroll left 9px top 0px/48px auto; }
.tabsMenu .content .button.house {
  background: #272c4a;
  color: #fff; }
.tabsMenu .content .button.house span {
  background: url("../img/3d.png?v=1.0") no-repeat scroll left 9px top 0px/48px auto; }
.tabsMenu .content .button.floor {
  background: #F7E6B0;
  color: #306992;
  margin-left: 15px; }
.tabsMenu .content .button.floor span {
  background: url("../svg/floor-plan.svg?v=1.0") no-repeat scroll left 9px top 1px/33px auto; }
.tabsMenu .content .button.order {
  color: #fff;
  position: relative;
  overflow: hidden; }
.tabsMenu .content .button.order span {
  background: url("../svg/visible-status.svg?v=1.0") no-repeat scroll left 9px center/33px auto;
  text-transform: uppercase;
  font-weight: 600; }

.tabsContent {
  display: block; }
.tabsContent > div {
  display: none;
  position: relative;
  overflow: hidden; }
.tabsContent > div.showTabContent {
  display: block; }
.tabsContent .floorPlan {
  background: #F7E6B0;
  border-top: 8px solid #F7E6B0; }
.tabsContent .floorPlan .img {
  width: 100%; }
.tabsContent .floorPlan .img img {
  width: 100%; }
.tabsContent .floorPlan .svgFloor {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: auto; }
.tabsContent .floorPlan .svgFloor svg {
  width: 100%;
  height: 100%; }
.tabsContent .floorPlan .svgFloor svg .kvartira {
  fill: rgba(150, 201, 61, 0);
  stroke: rgba(252, 175, 1, 0); }
.tabsContent .floorPlan .svgFloor svg .kvartira.current {
  fill: rgba(252, 98, 1, 0.47);
  stroke: #fc6201;
  stroke-width: 5px; }
.tabsContent .floorPlan .svgFloor svg .kvartira.current:hover {
  cursor: inherit;
  fill: rgba(252, 98, 1, 0.47); }
.tabsContent .floorPlan .svgFloor svg .kvartira:hover {
  fill: rgba(61, 196, 201, 0.5);
  stroke: #fc6201;
  stroke-width: 5px;
  cursor: pointer; }
.tabsContent .row3d {
  border-top: 8px solid #272c4a; }
.tabsContent .kvartira3D {
  border-top: 8px solid #306992;
  background: #77c699; }
.tabsContent .kvartira3D .im {
  height: 100%; }
.tabsContent .kvartira3D .im img {
  display: block;
  margin: auto;
  max-height: 100%;
  padding: 5% 0; }
.tabsContent .orderView {
  background: url("../svg/logo_element.svg?v=1.0") no-repeat scroll left center/35px 35px;
  text-align: center;
  border-bottom: 8px solid #fff; }
.tabsContent .orderView .contOrder {
  margin-top: 60px;
  position: relative;
  width: 600px;
  max-width: 80%;
  color: #fff;
  display: inline-block;
  height: auto;
  max-height: 100%;
  opacity: 0.8;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
  filter: alpha(opacity=80);
  -moz-opacity: 0.8;
  -khtml-opacity: 0.8; }
.tabsContent .orderView .contOrder img {
  width: 400px;
  display: inline-block;
  max-width: 60%;
  margin-bottom: 30px; }
.tabsContent .orderView .contOrder p {
  font-size: 24px;
  line-height: 20px; }
.tabsContent .orderView .contOrder a {
  line-height: 20px;
  color: #fff;
  position: relative;
  font-size: 46px;
  display: block;
  width: 100%;
  font-weight: 300;
  margin-top: 40px; }

.prosmotr {
  display: block; }
.prosmotr span {
  cursor: pointer;
  -o-transition: all 0.4s ease 0.1s;
  -webkit-transition: all 0.4s ease 0.1s;
  transition: all 0.4s ease 0.1s;
  display: inline-block;
  background: #306992;
  color: #fff;
  padding: 10px;
  border: 1px solid #fff; }
.prosmotr span:hover {
  color: #306992;
  border: 1px solid #306992;
  background: #fff; }

#mask {
  z-index: 90;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  position: fixed;
  background: rgba(22, 42, 63, 0.8);
  display: none; }

.modalframe {
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  position: fixed;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center; }

.modal {
  max-width: 500px;
  width: 100%;
  border: 1px solid rgba(255, 255, 255, 0.25);
  background: #ffffff;
  z-index: 100;
  padding: 10px;
  position: relative;
  -webkit-border-radius: 5px;
  border-radius: 5px; }
.modal .form-done {
  display: none;
  padding: 25px;
  color: #fff;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #313548;
  font-size: 20px; }
.modal .form-done span {
  display: block;
  font-size: 18px;
  margin-top: 30px; }
.modal#modal-local {
  margin-top: -125px; }
.modal#modal-local button {
  margin-top: 20px; }
.modal#modal-local p {
  margin-bottom: 10px; }
.modal p {
  font-size: 20px;
  padding: 20px;
  border-bottom: 1px solid #ccc;
  font-weight: 400; }
.modal .clsModal {
  position: absolute;
  right: 7px;
  top: 5px;
  width: 30px;
  height: 30px;
  display: block;
  cursor: pointer;
  background: url("../svg/close_bl.svg?v=1.0") no-repeat scroll center center/auto 50%;
  margin-bottom: 10px;
  cursor: pointer; }
.modal form input {
  background: #fff;
  padding: 20px;
  font-size: 16px;
  color: #121820;
  border: none;
  outline: none;
  width: 100%;
  display: block;
  border-bottom: 1px solid #ccc;
  font-weight: 300;
  font-family: "Alegreya Sans", sans-serif; }
.modal form textarea {
  border-bottom: 1px solid #ccc;
  width: 100%;
  height: 90px;
  display: block;
  border: none;
  color: #121820;
  font-size: 16px;
  font-family: "Alegreya Sans", sans-serif;
  font-weight: 300;
  padding: 20px; }
.modal button {
  margin-top: 10px;
  font-size: 18px;
  text-transform: uppercase;
  background: #306992;
  padding: 10px 0;
  font-weight: 300;
  position: relative;
  overflow: hidden;
  display: inline-block;
  width: 150px;
  text-align: center;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.58);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.58);
  cursor: pointer;
  border: none;
  outline: none;
  color: #ffffff; }
.modal button:after {
  content: "";
  width: 240px;
  height: 90px;
  top: -22px;
  left: -56px;
  background: rgba(48, 105, 146, 0.9);
  position: absolute;
  -webkit-transform: rotate(0);
  -ms-transform: rotate(0);
  transform: rotate(0);
  z-index: 0;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  -moz-opacity: 0;
  -khtml-opacity: 0; }
.modal button:hover {
  -webkit-box-shadow: 0 0 10px transparent;
  box-shadow: 0 0 10px transparent; }
.modal button:hover:after {
  -webkit-transform: rotate(-37deg);
  -ms-transform: rotate(-37deg);
  transform: rotate(-37deg);
  top: 22px;
  left: -17px;
  opacity: 0.2;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=20)";
  filter: alpha(opacity=20);
  -moz-opacity: 0.2;
  -khtml-opacity: 0.2; }

a.video {
  position: relative;
  overflow: hidden; }
a.video:after {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.226) url("../svg/youtube.svg?v=1.0") no-repeat scroll center center/auto 50%; }
a.video img {
  max-height: 168px;
  width: auto;
  max-width: none; }

.number_house span {
  font-family: "Roboto Urlo", sans-serif;
  padding-right: 11px; }
.number_house span:last-child:after {
  content: none; }
.number_house span:after {
  content: '.';
  position: relative;
  bottom: 7px;
  right: -6px; }

.dostup {
  font-weight: 400; }

.svgBlock {
  background: #306992;
  -webkit-box-shadow: inset 0 0 250px rgba(0, 0, 0, 0.6);
  box-shadow: inset 0 0 250px rgba(0, 0, 0, 0.6);
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 100;
  overflow: hidden; }
.svgBlock svg.anim {
  max-width: inherit;
  width: 100%;
  height: 100%;
  fill: #fff; }
.svgBlock .next {
  position: absolute;
  left: 3%;
  top: 3%;
  background: url("../svg/skip.svg?v=1.0") no-repeat scroll right center/auto 70%;
  padding-right: 40px;
  cursor: pointer;
  display: none;
  color: #ffffff;
  font-weight: 300;
  display: inline; }

#urlovsky {
  -webkit-animation: fade-in-top 0.9s cubic-bezier(0.39, 0.575, 0.565, 1) both 2s;
  animation: fade-in-top 0.9s cubic-bezier(0.39, 0.575, 0.565, 1) both 2s; }

@-webkit-keyframes fade-in-top {
  0% {
    -webkit-transform: translateY(-50px);
    transform: translateY(-50px);
    opacity: 0; }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1; } }

@keyframes fade-in-top {
  0% {
    -webkit-transform: translateY(-50px);
    transform: translateY(-50px);
    opacity: 0; }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1; } }

#_1, #_11 {
  -webkit-animation: text-flicker-in-glow 2s linear both;
  animation: text-flicker-in-glow 2s linear both; }

#_2, #_12 {
  -webkit-animation: text-flicker-in-glow 1s linear both .5s;
  animation: text-flicker-in-glow 1s linear both .5s; }

#_3, #_13 {
  -webkit-animation: text-flicker-in-glow 1.5s linear both 1.2s;
  animation: text-flicker-in-glow 1.5s linear both 1.2s; }

#_4, #_14 {
  -webkit-animation: text-flicker-in-glow .2s linear both 1.8s;
  animation: text-flicker-in-glow .2s linear both 1.8s; }

#_5, #_15 {
  -webkit-animation: text-flicker-in-glow 2s linear both .3s;
  animation: text-flicker-in-glow 2s linear both .3s; }

#_7, #_9 {
  -webkit-animation: text-flicker-in-glow 1.3s linear both .5s;
  animation: text-flicker-in-glow 1.3s linear both .5s; }

#_6, #_16 {
  -webkit-animation: text-flicker-in-glow 1.9s linear both 1.5s;
  animation: text-flicker-in-glow 1.9s linear both 1.5s; }

#_8, #_10 {
  -webkit-animation: text-flicker-in-glow 1.8s linear both .1s;
  animation: text-flicker-in-glow 1.8s linear both .1s; }

@-webkit-keyframes text-flicker-in-glow {
  0% {
    opacity: 0; }
  10% {
    opacity: 0;
    text-shadow: none; }
  10.1% {
    opacity: 1;
    text-shadow: none; }
  10.2% {
    opacity: 0;
    text-shadow: none; }
  20% {
    opacity: 0;
    text-shadow: none; }
  20.1% {
    opacity: 1;
    text-shadow: 0 0 30px rgba(255, 255, 255, 0.25); }
  20.6% {
    opacity: 0;
    text-shadow: none; }
  30% {
    opacity: 0;
    text-shadow: none; }
  30.1% {
    opacity: 1;
    text-shadow: 0 0 30px rgba(255, 255, 255, 0.45), 0 0 60px rgba(255, 255, 255, 0.25); }
  30.5% {
    opacity: 1;
    text-shadow: 0 0 30px rgba(255, 255, 255, 0.45), 0 0 60px rgba(255, 255, 255, 0.25); }
  30.6% {
    opacity: 0;
    text-shadow: none; }
  45% {
    opacity: 0;
    text-shadow: none; }
  45.1% {
    opacity: 1;
    text-shadow: 0 0 30px rgba(255, 255, 255, 0.45), 0 0 60px rgba(255, 255, 255, 0.25); }
  50% {
    opacity: 1;
    text-shadow: 0 0 30px rgba(255, 255, 255, 0.45), 0 0 60px rgba(255, 255, 255, 0.25); }
  55% {
    opacity: 1;
    text-shadow: 0 0 30px rgba(255, 255, 255, 0.45), 0 0 60px rgba(255, 255, 255, 0.25); }
  55.1% {
    opacity: 0;
    text-shadow: none; }
  57% {
    opacity: 0;
    text-shadow: none; }
  57.1% {
    opacity: 1;
    text-shadow: 0 0 30px rgba(255, 255, 255, 0.55), 0 0 60px rgba(255, 255, 255, 0.35); }
  60% {
    opacity: 1;
    text-shadow: 0 0 30px rgba(255, 255, 255, 0.55), 0 0 60px rgba(255, 255, 255, 0.35); }
  60.1% {
    opacity: 0;
    text-shadow: none; }
  65% {
    opacity: 0;
    text-shadow: none; }
  65.1% {
    opacity: 1;
    text-shadow: 0 0 30px rgba(255, 255, 255, 0.55), 0 0 60px rgba(255, 255, 255, 0.35), 0 0 100px rgba(255, 255, 255, 0.1); }
  75% {
    opacity: 1;
    text-shadow: 0 0 30px rgba(255, 255, 255, 0.55), 0 0 60px rgba(255, 255, 255, 0.35), 0 0 100px rgba(255, 255, 255, 0.1); }
  75.1% {
    opacity: 0;
    text-shadow: none; }
  77% {
    opacity: 0;
    text-shadow: none; }
  77.1% {
    opacity: 1;
    text-shadow: 0 0 30px rgba(255, 255, 255, 0.55), 0 0 60px rgba(255, 255, 255, 0.4), 0 0 110px rgba(255, 255, 255, 0.2), 0 0 100px rgba(255, 255, 255, 0.1); }
  85% {
    opacity: 1;
    text-shadow: 0 0 30px rgba(255, 255, 255, 0.55), 0 0 60px rgba(255, 255, 255, 0.4), 0 0 110px rgba(255, 255, 255, 0.2), 0 0 100px rgba(255, 255, 255, 0.1); }
  85.1% {
    opacity: 0;
    text-shadow: none; }
  86% {
    opacity: 0;
    text-shadow: none; }
  86.1% {
    opacity: 1;
    text-shadow: 0 0 30px rgba(255, 255, 255, 0.6), 0 0 60px rgba(255, 255, 255, 0.45), 0 0 110px rgba(255, 255, 255, 0.25), 0 0 100px rgba(255, 255, 255, 0.1); }
  100% {
    opacity: 1;
    text-shadow: 0 0 30px rgba(255, 255, 255, 0.6), 0 0 60px rgba(255, 255, 255, 0.45), 0 0 110px rgba(255, 255, 255, 0.25), 0 0 100px rgba(255, 255, 255, 0.1); } }

@keyframes text-flicker-in-glow {
  0% {
    opacity: 0; }
  10% {
    opacity: 0;
    text-shadow: none; }
  10.1% {
    opacity: 1;
    text-shadow: none; }
  10.2% {
    opacity: 0;
    text-shadow: none; }
  20% {
    opacity: 0;
    text-shadow: none; }
  20.1% {
    opacity: 1;
    text-shadow: 0 0 30px rgba(255, 255, 255, 0.25); }
  20.6% {
    opacity: 0;
    text-shadow: none; }
  30% {
    opacity: 0;
    text-shadow: none; }
  30.1% {
    opacity: 1;
    text-shadow: 0 0 30px rgba(255, 255, 255, 0.45), 0 0 60px rgba(255, 255, 255, 0.25); }
  30.5% {
    opacity: 1;
    text-shadow: 0 0 30px rgba(255, 255, 255, 0.45), 0 0 60px rgba(255, 255, 255, 0.25); }
  30.6% {
    opacity: 0;
    text-shadow: none; }
  45% {
    opacity: 0;
    text-shadow: none; }
  45.1% {
    opacity: 1;
    text-shadow: 0 0 30px rgba(255, 255, 255, 0.45), 0 0 60px rgba(255, 255, 255, 0.25); }
  50% {
    opacity: 1;
    text-shadow: 0 0 30px rgba(255, 255, 255, 0.45), 0 0 60px rgba(255, 255, 255, 0.25); }
  55% {
    opacity: 1;
    text-shadow: 0 0 30px rgba(255, 255, 255, 0.45), 0 0 60px rgba(255, 255, 255, 0.25); }
  55.1% {
    opacity: 0;
    text-shadow: none; }
  57% {
    opacity: 0;
    text-shadow: none; }
  57.1% {
    opacity: 1;
    text-shadow: 0 0 30px rgba(255, 255, 255, 0.55), 0 0 60px rgba(255, 255, 255, 0.35); }
  60% {
    opacity: 1;
    text-shadow: 0 0 30px rgba(255, 255, 255, 0.55), 0 0 60px rgba(255, 255, 255, 0.35); }
  60.1% {
    opacity: 0;
    text-shadow: none; }
  65% {
    opacity: 0;
    text-shadow: none; }
  65.1% {
    opacity: 1;
    text-shadow: 0 0 30px rgba(255, 255, 255, 0.55), 0 0 60px rgba(255, 255, 255, 0.35), 0 0 100px rgba(255, 255, 255, 0.1); }
  75% {
    opacity: 1;
    text-shadow: 0 0 30px rgba(255, 255, 255, 0.55), 0 0 60px rgba(255, 255, 255, 0.35), 0 0 100px rgba(255, 255, 255, 0.1); }
  75.1% {
    opacity: 0;
    text-shadow: none; }
  77% {
    opacity: 0;
    text-shadow: none; }
  77.1% {
    opacity: 1;
    text-shadow: 0 0 30px rgba(255, 255, 255, 0.55), 0 0 60px rgba(255, 255, 255, 0.4), 0 0 110px rgba(255, 255, 255, 0.2), 0 0 100px rgba(255, 255, 255, 0.1); }
  85% {
    opacity: 1;
    text-shadow: 0 0 30px rgba(255, 255, 255, 0.55), 0 0 60px rgba(255, 255, 255, 0.4), 0 0 110px rgba(255, 255, 255, 0.2), 0 0 100px rgba(255, 255, 255, 0.1); }
  85.1% {
    opacity: 0;
    text-shadow: none; }
  86% {
    opacity: 0;
    text-shadow: none; }
  86.1% {
    opacity: 1;
    text-shadow: 0 0 30px rgba(255, 255, 255, 0.6), 0 0 60px rgba(255, 255, 255, 0.45), 0 0 110px rgba(255, 255, 255, 0.25), 0 0 100px rgba(255, 255, 255, 0.1); }
  100% {
    opacity: 1;
    text-shadow: 0 0 30px rgba(255, 255, 255, 0.6), 0 0 60px rgba(255, 255, 255, 0.45), 0 0 110px rgba(255, 255, 255, 0.25), 0 0 100px rgba(255, 255, 255, 0.1); } }

@media screen and (max-width: 1020px) {
  .tabsContent .orderView .contOrder img {
    margin-bottom: 0; }
  header .menu {
    border-bottom: none; }
  header .menu a {
    border-bottom: none;
    width: 100%;
    background: rgba(255, 255, 255, 0.5);
    padding: 5px 0; }
  .inInner header .menu a {
    background: none; }
  header .menu a.loc {
    background: rgba(255, 255, 255, 0.5) url("../img/geo.png?v=1.0") no-repeat scroll right 5% center/auto 54%; }
  .inInner header .menu a.loc {
    background: rgba(255, 255, 255, 0) url("../img/geo.png?v=1.0") no-repeat scroll right 5% center/auto 54%; }
  header .menu a:first-child {
    border-bottom: none; }
  .floors {
    width: 25px; }
  .floors span {
    font-size: 7px; }
  .rightBlock {
    height: 86%;
    font-size: 90%; }
  .rightBlock .mod3d .cont .info div.mkv,
  .rightBlock .mod3d .cont .info div.komn {
    font-size: 20px; }
  .rightBlock .mod3d .cont .info div.bott {
    top: 20%;
    font-size: 14px; } }

@media screen and (max-width: 940px) {
  .cristmas {
    top: 27%;
    left: 1%;
    width: 130px;
    max-width: 37%; }
  .mainKatalog .block {
    width: 48%; } }

@media screen and (max-width: 777px) {
  .rowgallery {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
  .rowgallery .photos {
    width: 100%;
    max-width: 100%;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    justify-content: flex-start; }
  .rowgallery .date {
    margin-bottom: 20px; }
  header .menu a {
    font-size: 13px; }
  .main > div {
    width: 100%; }
  .tabsContent .orderView .contOrder {
    margin-top: 10px; } }

@media screen and (max-width: 815px) {
  .floors span {
    font-size: 8px; }
  .rightBlock .mod3d .cont .info div.mkv,
  .rightBlock .mod3d .cont .info div.komn {
    font-size: 17px; }
  .rightBlock .mod3d .cont .info div.close {
    width: 20px; }
  .inInner header .menu a {
    padding: 3px;
    font-size: 14px; }
  .rightBlock {
    bottom: 0; }
  .rightBlock .filterKvart:before {
    top: -24px;
    font-size: 15px; }
  .rightBlock .filterKvart span {
    padding: 3px; }
  .rightBlock .mod3d .cont .info div.bott .more {
    border: none; } }

@media screen and (max-width: 620px) {
  .mainKatalog .block {
    width: 100%; } }

@media screen and (max-width: 815px) {
  .btnRow .btn {
    width: 230px; }
  .btnRow .btn:before {
    width: -webkit-calc( (100% - 330px) / 2);
    width: calc( (100% - 330px) / 2); }
  .btnRow .btn:after {
    width: -webkit-calc( (100% - 330px) / 2);
    width: calc( (100% - 330px) / 2); }
  .btnRow .btn a {
    line-height: 38px;
    font-size: 16px; } }

@media screen and (max-width: 580px) {
  header .menu {
    display: none; }
  body.contact .editor {
    margin: 85px auto 30px auto !important; }
  h1 {
    font-size: 30px;
    margin: 0; }
  .firstKvartira .title {
    margin: 100px 0 20px 0; }
  header .logo .tel {
    font-size: 14px; }
  .firstKvartira {
    padding-top: 35px; }
  .tabsContent .orderView .contOrder a.last {
    display: none; }
  .tabsContent .orderView .contOrder p {
    font-size: 18px; }
  .tabsContent .orderView .contOrder a {
    margin-top: 10px;
    font-size: 30px; }
  .rightBlock {
    height: 95%; }
  .noDevice {
    display: block; }
  .svgBlock {
    -webkit-box-shadow: none;
    box-shadow: none; }
  @-webkit-keyframes textTitle {
    0% {
      opacity: 0;
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
      filter: alpha(opacity=0);
      -moz-opacity: 0;
      -khtml-opacity: 0;
      letter-spacing: 1px; }
    80% {
      opacity: 1;
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
      filter: alpha(opacity=100);
      -moz-opacity: 1;
      -khtml-opacity: 1;
      letter-spacing: .6em; }
    100% {
      opacity: 0;
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
      filter: alpha(opacity=0);
      -moz-opacity: 0;
      -khtml-opacity: 0;
      letter-spacing: .6em; } }
  @keyframes textTitle {
    0% {
      opacity: 0;
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
      filter: alpha(opacity=0);
      -moz-opacity: 0;
      -khtml-opacity: 0;
      letter-spacing: 1px; }
    80% {
      opacity: 1;
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
      filter: alpha(opacity=100);
      -moz-opacity: 1;
      -khtml-opacity: 1;
      letter-spacing: .6em; }
    100% {
      opacity: 0;
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
      filter: alpha(opacity=0);
      -moz-opacity: 0;
      -khtml-opacity: 0;
      letter-spacing: .6em; } }
  @-webkit-keyframes textTitle2 {
    0% {
      opacity: 0;
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
      filter: alpha(opacity=0);
      -moz-opacity: 0;
      -khtml-opacity: 0;
      letter-spacing: 1px; }
    100% {
      opacity: 1;
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
      filter: alpha(opacity=100);
      -moz-opacity: 1;
      -khtml-opacity: 1;
      letter-spacing: .2em; } }
  @keyframes textTitle2 {
    0% {
      opacity: 0;
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
      filter: alpha(opacity=0);
      -moz-opacity: 0;
      -khtml-opacity: 0;
      letter-spacing: 1px; }
    100% {
      opacity: 1;
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
      filter: alpha(opacity=100);
      -moz-opacity: 1;
      -khtml-opacity: 1;
      letter-spacing: .2em; } } }

@media screen and (max-width: 420px) {
  h1 {
    font-size: 26px;
    line-height: 35px;
    padding-bottom: 20px; }
  .footer .content {
    font-size: 10px; }
  .main .plan {
    height: auto; }
  .main .infoPlan .description .table span {
    font-size: 12px; }
  .tabsMenu .content .button.apartment {
    width: inherit;
    max-width: 100px; }
  .tabsMenu .content .button.floor span,
  .tabsMenu .content .button.apartment span,
  .tabsMenu .content .button.house span {
    background: none; }
  .prosmotr span {
    padding: 10px 3px; }
  .main .infoPlan .rt .utochit {
    padding: 5px; }
  .main .infoPlan {
    min-width: inherit; }
  .main .infoPlan > div p:last-child {
    font-size: 22px; }
  .main .infoPlan > div {
    font-size: 13px; }
  .rowgallery .photos a {
    max-width: 100%;
    width: 50%; }
  .tabsContent .orderView .contOrder p {
    line-height: 10px;
    font-size: 16px; }
  .tabsContent .orderView .contOrder a {
    line-height: 7px;
    font-size: 25px; }
  .rightBlock .filterKvart:before {
    top: -28px;
    font-size: 17px; }
  .rightBlock .mod3d {
    height: 65%; }
  .noDevice .wDevace {
    display: none; } }

/*# sourceMappingURL=web/css/style.css.map */
