

/* Start:/local/templates/.default/styles/style.css?1752670386994*/
.content
{
	width: 100% !important;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
    position: relative;
    padding-bottom: 0px;
    max-width: 1310px !important;
    /*max-width: 1710px !important;*/
}

p {
    font: 300 16px/130% "Open Sans", sans-serif;
    color: #000;
    margin: 0 0 20px 0;
}

h3 {
    font: 500 24px/1 "Open Sans", sans-serif;
    margin: 0 0 20px 0;
}

h1:not(.mobile-section-title){
    max-width: calc(100% - 250px);
    position: relative;
    z-index: 1;
    /*font: bold 35px/100% "Open Sans", sans-serif;*/
    /*text-transform: uppercase;*/
    font-size: 2.5rem;
    margin: 0 0 20px 0;
}

b
{
    font-weight: bold;
}

@media only screen and (max-width: 400px) {
	/*.content {
		padding-left: 10px;
		padding-right: 10px; 
	}*/
}
@media only screen and (max-width: 1000px) {
	/*.content {
		padding: 20px 25px 0; 
	}*/
}
@media only screen and (max-width: 680px) {
	/*.content {
		padding-top: 20px; 
	}*/
}
/* End */


/* Start:/company/style.css?166149417910404*/
.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; }


/* End */


/* Start:/local/templates/.default/components/bitrix/catalog.section.list/about-centers/style.css?16958186093038*/
.contacts {
  position: relative;
  margin: 0 0 30px 0; }
  .contacts__wrap {
    position: relative;
    width: 100%;
    background: url("/local/static/build/css/../pic/map3.png") no-repeat 50% 50%;
    background-size: contain;
    text-align: center; }
    @media only screen and (min-width: 1010px) {
      .contacts__wrap {
        height: 50%; } }
    @media only screen and (max-width: 500px) {
      .contacts__wrap {
        background: transparent; } }
  .contacts__city {
    position: relative;
    padding: 10% 0 8% 5%;
    margin: -8% 0 -6% 0;
  }
    .contacts__city:after {
      content: "";
      display: table;
      clear: both; }
    @media only screen and (max-width: 450px) {
      .contacts__city {
        padding-left: 0; } }
  .contacts__city-block {
    display: block;
    text-align: left;
    float: left;
    width: 25%;
    padding: 0 30px 0 0; }
    .contacts__city-block:last-child {
      padding: 0; }
    .contacts__city-block:nth-child(5n) {
      clear: both; }
    @media only screen and (max-width: 870px) {
      .contacts__city-block {
        margin-bottom: 30px;
        width: 50%; }
        .contacts__city-block:nth-child(5n) {
          clear: none; }
        .contacts__city-block:nth-child(3n) {
          clear: both; } }
    @media only screen and (max-width: 450px) {
      .contacts__city-block {
        width: 100%;
        padding: 0;
        text-align: center;
        margin: 0; }
        .contacts__city-block:nth-child(3n) {
          clear: none; } }
    
.contacts__element {
    display: block;
    position: relative;
    margin: 0 0 15px 0;
    font: 400 20px/120% "Open Sans", sans-serif;
    text-decoration: none;
    margin: 0 10px 10px 0;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease; 
    font: 600 16px/120% "Open Sans", sans-serif;
    margin: 0 0 10px 0;
}
@media only screen and (max-width: 450px) {
    .contacts__element {
        margin: 0 0 10px 0; 
    } 
}

.contacts__element:hover .contacts-tip {
    display: block; 
}

@media only screen and (max-width: 800px) {
    .contacts__element:hover .contacts-tip {
        display: none; 
      } 
}

.contacts-tip {
    display: none;
    position: absolute;
    top: 150%;
    right: 5%;
    z-index: 1002;
    width: 275px;
    color: rgb(1, 85, 166);
    cursor: default;
    box-shadow: rgba(160, 160, 160, 0.55) 0px 0px 21px 1px;
    padding: 20px;
    background: linear-gradient(135deg, rgb(250, 255, 255) 0%, lightcyan 49%, rgb(215, 254, 255) 79%, rgb(217, 252, 255) 93%, rgb(229, 252, 255) 100%);
    border-radius: 3px;
}

.contacts-tip__city {
    font: 500 16px/120% "Open Sans", sans-serif;
    text-transform: uppercase;
    margin: 0 0 10px 0; }
  .contacts-tip__text-min {
    font: 400 14px/120% "Open Sans", sans-serif;
    margin: 0 0 8px 0; }
    .contacts-tip__text-min span {
      display: block;
      margin-bottom: 3px; }
  .contacts-tip__phone {
    margin-top: 20px; }
    .contacts-tip__phone span {
      display: inline-block;
      width: 100%; }

/* End */


/* Start:/local/templates/.default/components/bitrix/catalog.section.list/about-contacts-sng/style.css?16565018086977*/
.contacts-filials {
  position: relative;
  margin: 0 0 30px 0; }
  .contacts-filials__title {
    position: relative;
    font: bold 30px/130% "Open Sans", sans-serif;
    margin: 0 0 20px 0;
    text-transform: uppercase; }
    @media only screen and (max-width: 1000px) {
      .contacts-filials__title {
        font: bold 25px/130% "Open Sans", sans-serif; } }
    @media only screen and (max-width: 768px) {
      .contacts-filials__title {
        font: bold 22px/130% "Open Sans", sans-serif; } }
    @media only screen and (max-width: 565px) {
      .contacts-filials__title {
        font: bold 18px/130% "Open Sans", sans-serif; } }
  .contacts-filials__grid {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    max-height: 330px;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
    @media only screen and (max-width: 1000px) {
      .contacts-filials__grid {
        max-height: 440px; } }
    @media only screen and (max-width: 768px) {
      .contacts-filials__grid {
        max-height: 600px; } }
    @media only screen and (max-width: 565px) {
      .contacts-filials__grid {
        max-height: 100%; } }
  .contacts-filials__item {
    display: block;
    position: relative;
    padding: 0 0 0 30px;
  }
    .contacts-filials__item:hover .contacts-tip2 {
      display: block; }
    @media only screen and (max-width: 800px) {
      .contacts-filials__item:hover .contacts-tip2 {
        display: none; } }
  .contacts-filials__item--boss .contacts-filials__link:before, .contacts-filials__item--boss .contacts-filials__span:before {
    content: '';
    position: absolute;
    background: url("/local/static/build/img/icon-boss.png");
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: cover;
    height: 24px;
    width: 24px;
    left: -30px; }
  .contacts-filials__link {
    font: 600 16px/150% "Open Sans", sans-serif;
    display: inline-block;
    text-decoration: none;
    -webkit-transition: color 0.3s ease;
    transition: color 0.3s ease;
    position: relative; }
    .contacts-filials__link:hover {
      text-decoration: none;
      color: #9dcbff; }
  .contacts-filials__span {
    font: 600 16px/150% "Open Sans", sans-serif;
    display: inline-block;
    text-decoration: none;
    -webkit-transition: color 0.3s ease;
    transition: color 0.3s ease;
    position: relative; }

.contacts-filials--cis .contacts-filials__grid {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row; }

.contacts-filials--cis .contacts-filials__item {
  padding: 0; }

.contacts-filials--cis .contacts-filials__link {
  font: 600 16px/150% "Open Sans", sans-serif;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  .contacts-filials--cis .contacts-filials__link img {
    height: 28px;
    width: 43px;
    display: inline-block; }
  .contacts-filials--cis .contacts-filials__link span {
    position: relative;
    display: inline-block;
    padding: 0 0 0 15px; }
  .contacts-tip2 {
  display: none;
  position: absolute;
  padding: 20px;
  top: 150%;
  right: 5%;
  min-width: 230px;
  z-index: 1004;
  background: #faffff;
  background: -moz-linear-gradient(-45deg, #faffff 0%, lightcyan 49%, #d7feff 79%, #d9fcff 93%, #e5fcff 100%);
  background: -webkit-linear-gradient(-45deg, #faffff 0%, lightcyan 49%, #d7feff 79%, #d9fcff 93%, #e5fcff 100%);
  background: linear-gradient(135deg, #faffff 0%, lightcyan 49%, #d7feff 79%, #d9fcff 93%, #e5fcff 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#faffff', endColorstr='#e5fcff', GradientType=1);
  color: #0155a6;
  cursor: default;
  border-radius: 3px;
  box-shadow: 0px 0px 21px 1px rgba(160, 160, 160, 0.55); }
  .contacts-tip2__city {
    font: 500 16px/120% "Open Sans", sans-serif;
    text-transform: uppercase;
    margin: 0 0 10px 0; }
  .contacts-tip2__text-min {
    font: 400 14px/120% "Open Sans", sans-serif;
    margin: 0 0 8px 0; }
  .contacts-tip2__phone {
    margin-top: 20px; }
    .contacts-tip2__phone span {
      display: inline-block;
      width: 100%; }

.contacts-support {
  position: relative;
  background: #f0f0f0;
  border-radius: 0;
  overflow: hidden;
  padding: 20px 30px 30px;
  }
  .contacts-support__title {
    position: relative;
    font: bold 30px/130% "Open Sans", sans-serif;
    margin: 0 0 20px 0;
    text-transform: uppercase; }
    @media only screen and (max-width: 1000px) {
      .contacts-support__title {
        font: bold 25px/130% "Open Sans", sans-serif; } }
    @media only screen and (max-width: 768px) {
      .contacts-support__title {
        font: bold 22px/130% "Open Sans", sans-serif;
        margin: 0 0 30px 0; } }
    @media only screen and (max-width: 565px) {
      .contacts-support__title {
        font: bold 18px/130% "Open Sans", sans-serif;
        margin: 0 0 20px 0; } }
  .contacts-support__grid {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
  .contacts-support__item {
    position: relative;
    width: 33%;
    padding: 0 20px 0 0; }
    @media only screen and (max-width: 768px) {
      .contacts-support__item {
        width: 50%;
        margin: 0 0 10px 0; } }
    @media only screen and (max-width: 565px) {
      .contacts-support__item {
        width: 100%; } }
  .contacts-support__link {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font: bold 20px/24px "Open Sans", sans-serif;
    position: relative;
    -webkit-transition: color 0.3s ease;
    transition: color 0.3s ease;
    text-decoration: none; }
    .contacts-support__link:hover {
      text-decoration: none;
      color: #9dcbff; }
    .contacts-support__link img {
      height: 28px;
      width: 43px;
      display: inline-block;
      padding: 0 5px; }
    .contacts-support__link span {
      position: relative;
      display: inline-block;
      padding: 0 0 0 20px; }
    .contacts-custom__support-cis {
    position: relative;
    margin: 0 0 30px 0;
}

.deac-panel
{
    padding: 20px;
    display: flex;
    justify-content: center;
    background: #f0f0f0;
    margin-bottom: 40px;
}
#mn
{
    display:none;
}
#kg
{
    display:none;
}
#am
{
    display:none;
}
#kz
{
    display:none;
}
.button_string
{
    color: #014ea2!important;
    cursor: pointer;
}
.choice-name
{
    font-size:18px;
}
/* End */
/* /local/templates/.default/styles/style.css?1752670386994 */
/* /company/style.css?166149417910404 */
/* /local/templates/.default/components/bitrix/catalog.section.list/about-centers/style.css?16958186093038 */
/* /local/templates/.default/components/bitrix/catalog.section.list/about-contacts-sng/style.css?16565018086977 */
