.content--about{
  padding-right: 0;
  padding-left: 0;
}

.achievements {
    position: relative;
    margin: 0 0 40px 0;
    font-size: 0;
    line-height: 0;
    text-align: center; 
}

  .achievements:after {
    content: "";
    display: table;
    clear: both; 
  }
  
  .achievements__element {
    position: relative;
    display: inline-block;
    vertical-align: top;
    width: 20%;
    text-align: center;
    min-height: 130px; 
  }
  
    @media only screen and (max-width: 860px) {
      .achievements__element {
        width: 33.333%;
        margin: 0 0 10px 0; } }
    @media only screen and (max-width: 530px) {
      .achievements__element {
        width: 50%; } }
    @media only screen and (max-width: 390px) {
      .achievements__element {
        width: 100%; } }
  .achievements__count {
    font: bold 46px/150% "Open Sans", sans-serif;
    color: #0155a6; }
  .achievements__description {
    font: 400 14px/130% "Open Sans", sans-serif;
    color: #000; }

.about-advantages {
  position: relative;
  margin: 60px 0 70px 0; }
  .about-advantages__grid {
    position: relative;
    display: block; }
  .about-advantages__item {
    position: relative;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0 0 40px 0; }
    .about-advantages__item:last-child {
      margin: 0; }
    @media only screen and (max-width: 630px) {
      .about-advantages__item {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        text-align: center; } }
  .about-advantages__image {
    position: relative;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 200px;
    min-width: 200px;
    max-width: 200px;
    height: 100%;
    -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; }
    @media only screen and (max-width: 630px) {
      .about-advantages__image {
        margin: 0 0 20px 0; } }
  .about-advantages__text {
    position: relative;
    font: 400 16px/130% "Open Sans", sans-serif; }

.panorama {
  width: 100%;
  height: 400px;
  position: relative;
  border: 1px solid #d0d0d0; }

.tour-content {
  border: 4px solid #ffae00;
  position: relative;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 0 80px 0; }
  @media only screen and (max-width: 860px) {
    .tour-content {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
      -ms-flex-direction: column;
      flex-direction: column;
      margin: 0 0 50px 0; } }
  .tour-content__item {
    position: relative;
    width: 35%; }
    @media only screen and (max-width: 860px) {
      .tour-content__item {
        width: 100%; } }
    .tour-content__item:last-child {
      width: 65%; }
      @media only screen and (max-width: 860px) {
        .tour-content__item:last-child {
          width: 100%; } }
  .tour-content__catalog {
    position: relative;
    width: 100%;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
    overflow: hidden; }
    @media only screen and (max-width: 860px) {
      .tour-content__catalog {
        padding: 5px; } }
    .tour-content__catalog iframe {
      width: -webkit-calc(100% - 10px);
      width: calc(100% - 10px);
      height: 395px; }
      @media only screen and (max-width: 630px) {
        .tour-content__catalog iframe {
          height: 270px; } }

.anthem {
  position: relative;
  background: #f0f0f0;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 40px 30px 100px; }
  @media only screen and (max-width: 860px) {
    .anthem {
      padding: 30px 15px 50px; } }
  .anthem__title {
    font: bold 20px/130% "Open Sans", sans-serif;
    color: #595959;
    text-transform: uppercase;
    margin: 0 0 65px 0; }
    @media only screen and (max-width: 860px) {
      .anthem__title {
        margin: 0 0 30px 0;
        font: bold 18px/130% "Open Sans", sans-serif; } }

.anthem-download {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  text-transform: uppercase;
  font: bold 14px/120% "Open Sans", sans-serif; }

.anthem-btn-block {
  position: relative;
  height: 140px;
  width: 140px;
  overflow: hidden;
  border: 4px solid #ffaf24;
  border-radius: 140px;
  margin: 0 auto;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center; }

.anthem-time {
  position: absolute;
  height: 38px;
  font: bold 18px/38px "Open Sans", sans-serif;
  color: #ffaf24;
  top: 0;
  right: 20%; }

.anthem-btn {
  position: relative;
  border: 0 none;
  background-color: transparent;
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  width: 60px;
  height: 60px;
  display: none; }
  .anthem-btn--play {
    background-image: url("/local/static/build/img/svg/play-arrow.svg"); }
  .anthem-btn--pause {
    background-image: url("/local/static/build/img/svg/pause-button.svg"); }
  .anthem-btn.active {
    display: inline-block; }

.tour-tabs {
  margin: 40px 0 70px;
  position: relative;
  font-size: 0;
  overflow: hidden; }
  .tour-tabs__titles {
    height: 50px;
    background-color: #fff;
    margin: 0 0 0 7px;
    position: relative; }
    .tour-tabs__titles:after {
      content: "";
      display: table;
      clear: both; }
    @media only screen and (max-width: 720px) {
      .tour-tabs__titles {
        height: auto;
        margin: 0; } }
  .tour-tabs__titles-item {
    position: relative;
    background: #fff;
    height: 50px;
    width: 22%;
    vertical-align: middle;
    float: left;
    display: table;
    text-align: center;
    cursor: pointer;
    margin: 0 -1px 0 0;
    border-right: 1px solid #d0d0d0;
    border-left: 1px solid #d0d0d0;
    border-top: 1px solid #d0d0d0;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    -webkit-transform: skewX(-15deg);
    -ms-transform: skewX(-15deg);
    transform: skewX(-15deg);
    text-decoration: none;
    color: #1e335b;
    font: 400 16px/120% "Open Sans", sans-serif; }
    @media only screen and (max-width: 720px) {
      .tour-tabs__titles-item {
        width: 50%;
        margin: 0;
        -webkit-transform: skewX(0);
        -ms-transform: skewX(0);
        transform: skewX(0); } }
    .tour-tabs__titles-item:hover {
      background-color: #f1f1f1; }
    .tour-tabs__titles-item.active {
      background-color: #1e335b;
      color: #fff;
      border: 1px solid #1e335b;
      border-bottom: 0 none;
      z-index: 500; }
    .tour-tabs__titles-item span {
      display: table-cell;
      vertical-align: middle;
      font: 500 16px/18px "Open Sans", sans-serif; }
  .tour-tabs__titles-item > * {
    -webkit-transform: skewX(15deg);
    -ms-transform: skewX(15deg);
    transform: skewX(15deg); }
    @media only screen and (max-width: 720px) {
      .tour-tabs__titles-item > * {
        -webkit-transform: skewX(0);
        -ms-transform: skewX(0);
        transform: skewX(0); } }
  .tour-tabs__photos {
    position: relative;
    background-color: #fff;
    z-index: 10; }
  .tour-tabs__photos-item {
    display: none; }
    .tour-tabs__photos-item.active {
      display: block;
      height: 100%;
      width: 100%; }
  @media only screen and (max-width: 600px) {
    .tour-tabs__img {
      width: 100%; } }

.panorama-viewport {
  position: relative;
  width: 100% !important;
  overflow: hidden;
height:400px!important;
  margin: 0;
  padding: 0;
  text-align: left; }

.panorama-container {
  position: relative;
height:400px!important;
  width: 100000px;
  margin: 0;
  padding: 0; }

.panorama-control {
  position: absolute;
  padding: 0;
  margin: 0;
  bottom: -1px;
  left: 0;
  width: 100%;
  height: 30px;
  background: black;
  filter: alpha(opacity=50);
  opacity: .5;
  text-align: left; }

.panorama-control-left, .panorama-control-right, .panorama-control-pause {
  float: left;
  padding: 0;
  margin: 0;
  color: white;
  text-decoration: none;
  font-size: 20px;
  line-height: 30px;
  width: 33%;
  text-align: center;
  font-family: 'Arial',sans-serif; }

.panorama-control-left:hover, .panorama-control-right:hover, .panorama-control-pause:hover {
  text-decoration: none; }

.panorama-control-pause {
  text-transform: uppercase; }

.panorama-panel {
  position: absolute;
  display: none;
  top: 0;
  right: 0;
  background: #009cff;
  filter: alpha(opacity=50);
  opacity: .5;
  color: white;
  padding: 4px; }

.panorama-panel h2 {
  font-size: 11px;
  text-transform: uppercase;
  font-family: Arial, sans-serif;
  text-align: right; }

.panorama-panel ul {
  display: none; }

.panorama {
  position: relative;
  margin: 0;
  padding: 0;
  border: none; }

.panorama {
  width: 100%;
  height: 400px;
  position: relative;
  border: 1px solid #d0d0d0; }

