@import url("https://fonts.googleapis.com/css?family=Ubuntu:300,400,500&subset=cyrillic");
.nav-pills .nav-link {
  margin-bottom: 10px;
  background-color: #401510;
  color: #fff;
  font-size: 14px; }

.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  background-color: #ed1c24; }

.nav-tabs {
  border-bottom: solid 1px #ccc; }
  .nav-tabs .nav-link.active,
  .nav-tabs .show > .nav-link {
    background-color: #fff;
    color: #ed1c24;
    border-color: #ccc #ccc #fff; }
  .nav-tabs .nav-link {
    border-color: #eee #eee #ccc;
    background-color: #eee;
    color: #401510;
    margin-right: 1px;
    color: #555;
    font-size: 14px; }
    .nav-tabs .nav-link:hover {
      border-color: #eee #eee #ccc;
      background-color: #e0e0e0;
      transition: all .3s; }

body {
  font-family: 'Ubuntu', sans-serif;
  color: #401510; }

a {
  color: #ed1c24; }
  a:hover {
    color: #ed1c24;
    text-decoration: none; }
  a.link {
    color: #ed1c24;
    border-bottom: dashed 1px #ed1c24;
    text-decoration: none; }

.btn {
  display: inline-block;
  border-style: solid;
  color: #fff;
  text-decoration: none;
  transition: all .3s;
  cursor: pointer; }
  .btn:hover {
    color: #fff;
    text-decoration: none; }
  .btn-sm {
    padding: 6px 12px;
    font-size: 13px;
    border-width: 1px; }
  .btn-md {
    padding: 10px 20px;
    font-size: 15px;
    border-width: 2px; }
  .btn-lg {
    padding: 15px 30px;
    font-size: 20px;
    border-width: 3px; }
  .btn-red {
    background-color: #ed1c24;
    border-color: #ed1c24; }
    .btn-red:hover {
      background-color: #c61017;
      border-color: #c61017; }
  .btn-brown {
    background-color: #401510;
    border-color: #401510; }
    .btn-brown:hover {
      background-color: #170806;
      border-color: #170806; }
  .btn-responsive {
    display: block;
    width: 100%; }
  .btn-uppercase {
    text-transform: uppercase; }

.form-control {
  width: 100%;
  box-sizing: border-box;
  padding: 10px; }

.form-group {
  margin-bottom: 10px; }

.popup-screen {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 9999; }

.popup-window {
  position: relative;
  width: 100%;
  max-width: 500px;
  height: 300px;
  padding: 20px;
  background-color: #fff; }

.popup-close {
  position: absolute;
  top: 10px;
  right: 10px;
  width: 28px;
  height: 28px;
  cursor: pointer; }
  .popup-close div {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 2px;
    background-color: #401510; }
    .popup-close div:nth-child(1) {
      transform: translate(-8px, 20px) rotate(45deg); }
    .popup-close div:nth-child(2) {
      transform: translate(-8px, 20px) rotate(-45deg); }

.popup-title {
  padding-bottom: 10px;
  margin-bottom: 20px;
  text-transform: uppercase;
  border-bottom: solid 1px #eee; }

.popup.error .popup-window {
  background-color: #ed1c24;
  color: #fff; }

.popup.error .popup-close div {
  background-color: #fff; }

.popup.error .popup-title {
  border-color: #f36368; }

.arrow-top {
  position: fixed;
  right: 20px;
  bottom: 20px;
  width: 54px;
  height: 54px;
  background-color: #ed1c24;
  border-radius: 100%;
  z-index: 100;
  font-size: 11px;
  line-height: 54px;
  color: #fff;
  text-align: center;
  cursor: pointer;
  opacity: 0;
  transition: opacity .3s; }
  .arrow-top.visible {
    opacity: 1; }

.block-main {
  background: url('/static/images/main.jpg') 50% 0 no-repeat;
  background-size: cover; }
  .block-main .filter {
    background-color: rgba(255, 255, 255, 0.75); }
  .block-main .container {
    padding-top: 80px;
    padding-bottom: 80px; }
  .block-main .column {
    display: flex;
    flex-direction: column;
    align-items: flex-start; }
    .block-main .column-stat {
      justify-content: flex-end; }
  .block-main .logo img {
    display: block;
    height: 110px;
    margin-bottom: 40px; }
  .block-main .descriptor {
    font-size: 18px;
    font-weight: 300;
    text-transform: uppercase; }
  .block-main .stat {
    margin-bottom: 50px;
    font-size: 30px;
    font-weight: 300;
    text-transform: uppercase; }
    .block-main .stat span {
      font-weight: 400; }
  .block-main .contacts {
    width: 100%;
    margin-bottom: 30px; }
  .block-main .phones {
    margin-bottom: 40px; }
  .block-main .phone {
    text-align: right;
    font-size: 32px;
    font-weight: 300; }
    .block-main .phone span {
      display: block;
      font-size: 14px;
      line-height: 10px;
      font-weight: 400; }
  .block-main .workhours,
  .block-main .address {
    text-align: right;
    font-size: 14px; }
  .block-main .address {
    margin-bottom: 30px; }
  .block-main .callback {
    padding: 40px;
    background-color: #ed1c24; }
    .block-main .callback-header {
      text-align: center;
      font-size: 14px;
      color: #fff;
      margin-bottom: 30px; }
      .block-main .callback-header span {
        display: block;
        font-size: 28px;
        margin-bottom: 5px; }
    .block-main .callback .form-body {
      margin-bottom: 20px; }
    .block-main .callback .form-control {
      border: none; }
    .block-main .callback .policy {
      font-size: 11px;
      margin-bottom: 20px;
      color: #fff; }
      .block-main .callback .policy a {
        color: #fff;
        text-decoration: underline;
        white-space: nowrap; }
    .block-main .callback .error {
      color: #fff;
      margin-top: 5px;
      font-size: 12px; }

@media screen and (min-width: 1600px) {
  .block-main .logo {
    display: block;
    height: 130px;
    margin-bottom: 50px; } }

@media screen and (max-width: 768px) {
  .block-main .container {
    padding-top: 40px;
    padding-bottom: 40px; }
  .block-main .column {
    display: block;
    height: auto;
    padding-top: 20px;
    padding-bottom: 20px; }
    .block-main .column-stat {
      text-align: center; }
  .block-main .logo img {
    display: block;
    height: 60px;
    margin: 0 auto;
    margin-bottom: 30px; }
  .block-main .descriptor {
    font-size: 20px;
    margin-bottom: 30px;
    text-align: center; }
  .block-main .phone {
    text-align: center;
    margin-bottom: 10px; }
    .block-main .phone span {
      display: block;
      text-align: center; }
  .block-main .workhours,
  .block-main .address {
    text-align: center; }
  .block-main .stat {
    text-align: center; }
  .block-main .callback {
    margin-bottom: 20px; } }

.block-photos {
  padding: 5px; }
  .block-photos .photo {
    border: solid 5px #fff; }
  .block-photos img {
    display: block;
    width: 100%; }

@media screen and (max-width: 768px) {
  .block-photos img {
    width: 100%; } }

.block-advantages {
  padding: 50px 0;
  background-color: #ed1c24;
  color: #fff; }
  .block-advantages h2 {
    margin-bottom: 40px;
    text-transform: uppercase;
    text-align: center;
    font-weight: 300;
    font-size: 36px; }
  .block-advantages img {
    display: block;
    height: 75px;
    margin: 0 auto;
    margin-bottom: 30px; }
  .block-advantages h3 {
    font-weight: 500;
    font-size: 18px;
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 20px; }
  .block-advantages .description {
    text-align: center;
    margin-bottom: 50px;
    font-size: 15px; }
    .block-advantages .description p {
      margin: 0; }

@media screen and (max-width: 768px) {
  .block-advantages h3 {
    text-align: center; }
  .block-advantages .description {
    text-align: center; } }

.block-plans {
  padding: 50px 0; }
  .block-plans h2 {
    text-transform: uppercase;
    text-align: center;
    font-weight: 300;
    font-size: 36px; }
  .block-plans .help-text {
    margin-bottom: 40px;
    text-align: center; }
  .block-plans img {
    display: block;
    max-width: 100%;
    margin-bottom: 10px; }
  .block-plans .row {
    margin-left: -5px;
    margin-right: -5px; }
  .block-plans .thumbnail {
    padding-left: 5px;
    padding-right: 5px;
    cursor: pointer; }
  .block-plans .tab-level-1-content {
    padding-top: 30px; }
  .block-plans .nav-pills {
    margin-bottom: 20px; }
  .block-plans .plan {
    margin-bottom: 30px; }
    .block-plans .plan .svg {
      display: block;
      width: 100%;
      height: auto; }
  .block-plans .legend {
    display: flex;
    justify-content: center; }
    .block-plans .legend label {
      padding: 0 20px;
      font-weight: 300; }
    .block-plans .legend span {
      display: inline-block;
      width: 24px;
      height: 24px;
      margin-right: 5px;
      vertical-align: middle; }
      .block-plans .legend span.rented {
        background-color: #fcd9da; }
      .block-plans .legend span.free {
        background-color: #d4f8aa; }
      .block-plans .legend span.disabled {
        display: none; }
  .block-plans .office-group polygon, .block-plans .office-group rect {
    transition: all .2s; }
  .block-plans .office-group.rented {
    cursor: pointer; }
    .block-plans .office-group.rented polygon, .block-plans .office-group.rented rect {
      fill: #fcd9da !important; }
    .block-plans .office-group.rented:hover polygon, .block-plans .office-group.rented:hover rect {
      fill: #f8aaad !important; }
  .block-plans .office-group.free {
    cursor: pointer; }
    .block-plans .office-group.free polygon, .block-plans .office-group.free rect {
      fill: #d4f8aa !important; }
    .block-plans .office-group.free:hover polygon, .block-plans .office-group.free:hover rect {
      fill: #bcf47b !important; }
  .block-plans .office-group.disabled {
    cursor: default; }
    .block-plans .office-group.disabled polygon, .block-plans .office-group.disabled rect {
      display: none; }
    .block-plans .office-group.disabled text {
      display: none; }
    .block-plans .office-group.disabled line {
      display: none; }
  .block-plans .description {
    margin-top: 30px; }
  .block-plans .office-description span {
    font-weight: 300;
    font-size: 13px; }
  .block-plans .office-description > div {
    margin-bottom: 10px; }
  .block-plans .callback .form-body {
    margin-bottom: 20px; }
  .block-plans .callback .policy {
    font-size: 11px;
    margin-bottom: 20px; }
    .block-plans .callback .policy a {
      text-decoration: underline;
      white-space: nowrap; }
  .block-plans .callback .error {
    color: #ed1c24;
    margin-top: 5px;
    font-size: 12px; }
  .block-plans .warning {
    color: #ed1c24; }
  .block-plans .tab-level-2-content {
    margin-bottom: 30px; }
  .block-plans .photo img {
    display: block;
    border-radius: 4px; }
  .block-plans .addresses {
    text-align: center; }
    .block-plans .addresses .nav-pills {
      justify-content: center;
      width: 100%;
      margin: 0; }
      .block-plans .addresses .nav-pills .nav-link {
        font-size: 18px;
        margin: 0 10px 10px 10px; }

.block-howto {
  padding: 50px 0;
  background-color: #ed1c24;
  color: #fff; }
  .block-howto a {
    color: #fff;
    border-color: #fff; }
  .block-howto h2 {
    margin-bottom: 40px;
    text-transform: uppercase;
    text-align: center;
    font-weight: 300;
    font-size: 36px; }
  .block-howto h3 {
    font-weight: 500;
    font-size: 20px;
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 20px; }
  .block-howto .description {
    margin-bottom: 50px;
    text-align: center; }
    .block-howto .description p {
      margin: 0; }

@media screen and (max-width: 768px) {
  .block-howto h3 {
    text-align: center; }
  .block-howto .description {
    text-align: center; } }

.block-bonuses {
  padding: 50px 0;
  background-color: #ed1c24;
  color: #fff; }
  .block-bonuses a {
    color: #fff;
    border-color: #fff; }
  .block-bonuses h2 {
    margin-bottom: 40px;
    text-transform: uppercase;
    text-align: center;
    font-weight: 300;
    font-size: 36px; }
  .block-bonuses .text {
    margin-bottom: 50px;
    text-align: center;
    font-size: 20px; }
    .block-bonuses .text p {
      margin: 0; }

@media screen and (max-width: 768px) {
  .block-bonuses .text {
    text-align: center; } }

.block-footer {
  padding: 50px 0;
  background-color: #401510;
  color: #fff; }
  .block-footer .logo {
    display: block;
    height: 70px; }
  .block-footer .descriptor {
    font-size: 16px;
    text-align: center; }
  .block-footer .phones {
    margin-bottom: 15px; }
  .block-footer .phone {
    text-align: right;
    font-size: 19px; }
    .block-footer .phone span {
      display: block;
      font-size: 11px;
      line-height: 10px; }
  .block-footer .workhours,
  .block-footer .address {
    text-align: right;
    font-size: 14px; }
  .block-footer .policy {
    padding-top: 30px;
    font-size: 13px;
    text-align: center;
    color: #d2584a; }
    .block-footer .policy a {
      color: #d2584a; }

@media screen and (max-width: 768px) {
  .block-footer .logo {
    display: block;
    height: 50px;
    margin: 0 auto;
    margin-bottom: 30px; }
  .block-footer .descriptor {
    margin-bottom: 30px;
    text-align: center; }
  .block-footer .phone {
    margin-bottom: 30px;
    text-align: center; }
    .block-footer .phone span {
      display: block;
      text-align: center; }
  .block-footer .workhours,
  .block-footer .address {
    text-align: center; } }

@media screen and (max-width: 768px) {
  .block-footer .policy a {
    display: block;
    text-align: center; }
  .block-footer .policy span {
    display: none; } }

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