@import url("font_roboto_cyr.css");
@import url("font_sans_cyr.css");
html {
  font-size: 62.5%;
  height: 100%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

body {
  margin: 0;
  color: #3e4146;
  font: 1.4rem/2.3rem "Open Sans", sans-serif;
  background: #fff;
  min-width: 320px;
  height: 100%;
  -ms-text-size-adjust: none;
  -webkit-text-size-adjust: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

img {
  border-style: none;
  max-width: 100%;
  height: auto;
  vertical-align: top;
}

a {
  color: #000;
  text-decoration: underline;
  outline: none;
}

a:hover {
  text-decoration: none;
}

* {
  outline: none;
}

input, textarea, select {
  font: 100% "Open Sans", sans-serif;
  vertical-align: middle;
}

form, fieldset {
  margin: 0;
  padding: 0;
  border-style: none;
}

header,
nav,
section,
article,
aside,
footer,
figure,
menu,
dialog {
  display: block;
}

p {
  margin: 0 0 2.1rem;
}

big {
  font-size: 1.3em;
}

small {
  font-size: .8em;
}

sup {
  font-size: .8em;
  vertical-align: top;
  margin-top: -0.3em;
  display: inline-block;
}

.clear:after {
  display: block;
  clear: both;
  content: '';
}

.img-holder img,
.visual img {
  max-width: 100%;
  height: auto;
  vertical-align: top;
}

.pull-left {
  float: left !important;
}

.pull-right {
  float: right !important;
}

#wrapper {
  position: relative;
  overflow: hidden;
  width: 100%;
  min-height: 100vh;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  -o-flex-direction: column;
  flex-direction: column;
}

#header {
  position: relative;
  z-index: 3;
  box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.06);
}

#main {
  -webkit-flex: 5000 1 auto;
  -moz-flex: 5000 1 auto;
  -ms-flex: 5000 1 auto;
  -o-flex: 5000 1 auto;
  flex: 5000 1 auto;
  position: relative;
  z-index: 2;
}

#footer {
  background: #fff;
}

.container {
  max-width: 136rem;
  /*width: 940px;*/
  padding: 0 1.5rem;
  margin: 0 auto;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.red-text {
  color: #d82929;
}

.header-line {
  background: #50aa45;
  color: #fff;
  padding: .9rem 0 1.3rem;
  font-family: "Roboto", sans-serif;
}

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

.header-line__link {
  color: #fff;
  text-decoration: none;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}

.header-line__link:hover {
  opacity: .8;
}

.header-line__icon {
  margin: .3rem .4rem -.3rem 0;
  display: inline-block;
  vertical-align: top;
  font-size: 1.8rem;
  color: #cee7c9;
}

.header-line-nav {
  margin: 0 -2.5rem;
  padding: 0;
  list-style: none;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}

.header-line-nav__item {
  padding: 0 2.5rem;
}

.header-line-tools {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  margin: 0 -2.5rem;
}

.header-line-tools__item {
  margin: 0 2.5rem;
}

.mobile-call {
  display: none;
  margin: 0 -0.6rem 0 0.6rem;
  width: 5rem;
  height: 5rem;
  background: url(../images/call.png) no-repeat 50% 50%;
  -webkit-background-size: 2.1rem 2.1rem;
  background-size: 2.1rem 2.1rem;
}

.mobile-menu {
  position: absolute;
  display: none;
  z-index: 5;
  background: #fff;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  padding-top: 5rem;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.mobile-menu__wrap {
  overflow-y: auto;
  overflow-x: hidden;
  height: 100%;
  border-top: .1rem solid #ededed;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  -o-flex-direction: column;
  flex-direction: column;
}

.mobile-menu__footer {
  background: #f0f0f0;
  /* margin-top: auto; */
  text-align: center;
  padding: 2.9rem 2rem;
  -webkit-box-flex: 1 1 auto;
  -moz-box-flex: 1 1 auto;
  -webkit-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}

.mobile-menu__nav {
  margin: 0;
  padding: 2.5rem 0 0;
  list-style: none;
  font-size: 1.2rem;
  line-height: 1.4rem;
  text-align: center;
}

.mobile-menu__nav li {
  margin: 0 0 2.6rem;
}

.mobile-menu__nav a {
  color: #797979;
  text-decoration: none;
}

.mobile-menu__menu {
  margin: 0 2rem;
  padding: 0;
  list-style: none;
  text-align: center;
  font-size: 1.1rem;
  line-height: 1.4rem;
}

.mobile-menu__menu li {
  border-top: 1px solid #ededed;
  padding: 2.2rem 0;
}

.mobile-menu__menu a {
  color: #161616;
  font-weight: bold;
  text-transform: uppercase;
  text-decoration: none;
}

.mobile-menu__phone {
  color: #000;
  font-size: 2.3rem;
  line-height: 2.5rem;
  margin: 0 0 2.1rem;
  font-family: "Gotham Pro", sans-serif;
  font-weight: bold;
}

.mobile-menu__phone a {
  text-decoration: none;
  color: inherit;
}

.mobile-menu__address {
  color: #676767;
  font-size: 1.1rem;
  line-height: 1.4rem;
  margin: 0 0 2.8rem;
}

.mobile-menu .footer-social__link {
  width: 3.8rem;
  height: 3.8rem;
  line-height: 3.8rem;
}

.nav-opener {
  display: none;
  width: 5rem;
  height: 5rem;
  position: relative;
}

.nav-opener span {
  display: block;
  position: relative;
  width: 1.5rem;
  height: .2rem;
  background: #636363;
  position: absolute;
  top: 50%;
  right: 2rem;
  margin: -.1rem 0 0;
  -webkit-transition: background 0.2s;
  -moz-transition: background 0.2s;
  -o-transition: background 0.2s;
  transition: background 0.2s;
}

.nav-opener span:before, .nav-opener span:after {
  content: '';
  position: absolute;
  background: #636363;
  height: .2rem;
  top: -.7rem;
  width: 2rem;
  right: 0;
  -webkit-transition: transform 0.2s;
  -moz-transition: transform 0.2s;
  -o-transition: transform 0.2s;
  transition: transform 0.2s;
}

.nav-opener span:after {
  top: .7rem;
}

.nav-active #wrapper {
  height: 100vh;
}

.nav-active .nav-opener span {
  background: none;
}

.nav-active .nav-opener span:before {
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  margin: .7rem 0 0;
}

.nav-active .nav-opener span:after {
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  margin: -.7rem 0 0;
}

.header-frame {
  background: #fff;
  padding: 1rem 0;
  position: relative;
  z-index: 8;
}

.header-frame__wrap {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -o-justify-content: space-between;
  justify-content: space-between;
  -ms-align-items: center;
  align-items: center;
}

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

.header-frame__slogan {
  border-left: .1rem solid #e4e4e4;
  font-size: 1.4rem;
  line-height: 2.1rem;
  margin: 0 0 0 3rem;
  padding: .5rem 0 .5rem 3rem;
}

.header-frame__slogan p {
  margin: 0;
}
.logo-city{
  margin: 0 0.5rem 0 0;
  width: 20rem;
  height: 6.4rem;
  overflow: hidden;
  display: block;
  background: url(../images/dgs_.png) no-repeat;
  -webkit-background-size: contain;
  background-size: contain;
  text-indent: -9999px;
  cursor: pointer;
}
.logo-city.logo-dgi {
  background-image: url(../images/dgi__1.png);
}
.logo-city a{
  height: 100%;
  display: block;
}

.logo {
  margin: 0;
  /*width: 8rem;*/
  /*height: 6rem;*/
  width: 22.3rem;
  height: 8.6rem;
  overflow: hidden;
  display: block;
  //background: url(../images/logo.png) no-repeat;
  background: url(../images/logo-svg-2.svg) no-repeat;
  //background: url(../images/Logo_UGS.svg) no-repeat;
  -webkit-background-size: contain;
  background-size: contain;
  text-indent: -9999px;
  cursor: pointer;
}

.logo a {
  height: 100%;
  display: block;
}

.header-nav {
  text-transform: uppercase;
  font-family: "Gotham Pro", sans-serif;
  font-weight: 500;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  margin: 0 -2.7rem 3px;
}

.header-nav__link {
  text-decoration: none;
  color: #565656;
  margin: 0 2.7rem;
  display: block;
}

.header-nav__link:hover {
  text-decoration: underline;
}

.main-promo {
  height: 52.3rem;
  position: relative;
  max-width: 190rem;
  margin: 0 auto;
}

.bg-visual {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}

.bg-visual img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.bg-visual .bg-mask {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 3;
}

.video-item {
  position: absolute;
  right: 0;
  bottom: 0;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-size: 100% 100%;
  background-position: center center;
  background-size: contain;
  object-fit: cover;
  z-index: 3;
}

.section-info {
  padding: 5.4rem 0;
}

.section-info__title {
  text-align: center;
  margin: 0 0 6.5rem;
  font-size: 3.8rem;
  line-height: 4.2rem;
  font-weight: bold;
  letter-spacing: .01em;
  color: #000000;
}

.section-info__columns {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  margin: 0 -1.8rem;
}

.section-info__col {
  -webkit-box-flex: 0 0 33.3%;
  -moz-box-flex: 0 0 33.3%;
  -webkit-flex: 0 0 33.3%;
  -ms-flex: 0 0 33.3%;
  flex: 0 0 33.3%;
  max-width: 33.3%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 1.8rem;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  -o-flex-direction: column;
  flex-direction: column;
}

.section-info-block {
  -webkit-box-flex: 1 1 auto;
  -moz-box-flex: 1 1 auto;
  -webkit-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  -o-flex-direction: column;
  flex-direction: column;
  -webkit-box-shadow: 0 0 1.6rem rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 1.6rem rgba(0, 0, 0, 0.1);
  background: #fafafa;
  border-bottom: .4rem solid transparent;
  margin-bottom: 2.3rem;
}

.section-info-block.red {
  border-bottom-color: #e31837;
}

.section-info-block.red .section-info-block__head {
  background: #e31837;
  color: #fff;
}

.section-info-block.green {
  border-bottom-color: #54b948;
}

.section-info-block.green .section-info-block__head {
  background: #54b948;
  color: #fff;
}

.section-info-block.blue {
  border-bottom-color: #0069aa;
}

.section-info-block.blue .section-info-block__head {
  background: #0069aa;
  color: #fff;
}

.section-info-block__head {
  margin: 0;
  text-align: center;
  padding: 2.6rem 2rem;
}

.section-info-block__head-title {
  font-family: "Gotham Pro", sans-serif;
  font-weight: bold;
  font-size: 3rem;
  line-height: 3.3rem;
  margin: 0 0 1rem;
}

.section-info-block__head-text {
  font-size: 1.5rem;
  line-height: 2rem;
  font-family: "Gotham Pro", sans-serif;
  font-weight: normal;
  margin-bottom: .5rem;
}

.section-info-block__line {
  text-align: center;
  padding: 2.6rem 1.1rem 2.4rem;
}

.section-info-block__line:nth-child(2n) {
  background-color: #f6f6f6;
}

.section-info-block__line-title {
  font-family: "Gotham Pro", sans-serif;
  font-weight: 500;
  font-size: 1.5rem;
  line-height: 2rem;
  margin: 0 0 .5rem;
  letter-spacing: .02em;
  text-transform: uppercase;
  color: #333333;
}

.section-info-block__line-text {
  margin: 0;
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  color: #595959;
  font-size: 1.4rem;
  line-height: 2.1rem;
}

.section-info-block__line-text p {
  margin: 0;
}

.section-documents {
  background: #54a54a;
  background: -moz-linear-gradient(top, #54a54a 0%, #419136 100%);
  background: -webkit-linear-gradient(top, #54a54a 0%, #419136 100%);
  background: linear-gradient(to bottom, #54a54a 0%, #419136 100%);
  color: #fff;
  padding: 5.9rem 0 6.1rem;
}

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

.section-documents-info {
  min-width: 20rem;
  max-width: 20rem;
  -webkit-box-flex: 1 1 20rem;
  -moz-box-flex: 1 1 20rem;
  -webkit-flex: 1 1 20rem;
  -ms-flex: 1 1 20rem;
  flex: 1 1 20rem;
  padding-top: 3rem;
}

.section-documents-info__title {
  font-weight: bold;
  font-size: 2.7rem;
  line-height: 3.4rem;
  margin: 0 0 2.7rem;
}

.section-documents-info__info {
  color: #74d568;
  margin: 0 0 5.1rem;
}

.section-documents-info__num {
  font-size: 6.5rem;
  line-height: 1;
  font-family: "Open Sans", sans-serif;
  font-weight: 800;
}

.section-documents-info__help {
  font-size: 1.4rem;
  line-height: 1.6rem;
  font-weight: normal;
  font-family: "Open Sans", sans-serif;
}

.section-documents-info__button.mobile {
  display: none;
}

.section-documents-info__btn {
  border: .1rem solid #75d669;
  border-radius: 0;
  font-family: "Open Sans", sans-serif;
  font-size: 1.4rem;
  font-weight: bold;
  line-height: 2rem;
  padding: 2rem 3rem;
  display: block;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background-color: transparent;
  color: #fff;
  cursor: pointer;
  text-transform: uppercase;
  -webkit-transition: all 0.2s ease 0s;
  -moz-transition: all 0.2s ease 0s;
  -o-transition: all 0.2s ease 0s;
  transition: all 0.2s ease 0s;
}

.section-documents-info__btn:hover {
  background-color: rgba(117, 214, 105, 0.7);
}

.section-documents-slider {
  max-width: 101.2rem;
  -webkit-box-flex: 1 1 auto;
  -moz-box-flex: 1 1 auto;
  -webkit-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}

.section-documents-slider .slick-list {
  margin: 0 -1.8rem;
}

.section-documents-slider__list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.section-documents-slider__slide {
  padding: 3.0rem 1.8rem;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.slick-arrow {
  width: 3.6rem;
  height: 3.6rem;
  border-radius: 50%;
  background: #e1e1e1;
  position: absolute;
  top: 50%;
  margin-top: -1.8rem;
  text-indent: -9999px;
  overflow: hidden;
  box-shadow: 0 0.2rem 0.3rem rgba(0, 0, 0, 0.23);
  z-index: 52;
  border: none;
  cursor: pointer;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}

.slick-arrow:hover {
  background: #cacaca;
}

.slick-arrow:before {
  content: '';
  position: absolute;
  border-bottom: .2rem solid #fff;
  border-left: .2rem solid #fff;
  width: 1rem;
  height: 1rem;
  top: 50%;
  left: 50%;
  margin: -.5rem 0 0 -.5rem;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.slick-prev {
  left: -1.8rem;
}

.slick-prev:before {
  margin-left: -.4rem;
}

.slick-next {
  right: -1.8rem;
}

.slick-next:before {
  margin-left: -.6rem;
  -webkit-transform: rotate(-135deg);
  -ms-transform: rotate(-135deg);
  -o-transform: rotate(-135deg);
  transform: rotate(-135deg);
}

.section-documents-item {
  background: #fff;
  border-radius: 1rem;
  box-shadow: 0.5rem 0.5rem 1.3rem rgba(0, 0, 0, 0.28);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 3.3rem 4rem 3.5rem;
  color: #333;
  font-family: "Open Sans", sans-serif;
  min-height: 30.9rem;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  -o-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -o-justify-content: space-between;
  justify-content: space-between;
  font-size: 1.4rem;
  line-height: 2.3rem;
  -webkit-transition: box-shadow 0.2s;
  -moz-transition: box-shadow 0.2s;
  -o-transition: box-shadow 0.2s;
  transition: box-shadow 0.2s;
}

.section-documents-item:hover {
  box-shadow: 0.5rem 0.5rem 1.3rem rgba(0, 0, 0, 0.5);
}

.section-documents-item__date {
  color: #818181;
}

.section-documents-item__text {
  margin: 0 0 1.6rem;
}

.link {
  color: #4e65aa;
  text-decoration: none;
}

.link__text {
  border-bottom: 0.1rem solid rgba(90, 112, 176, 0.27);
}

.link:hover .link__text {
  border: none;
}

.section-objects-map {
  position: relative;
}

.section-objects-map .fancybox-container.tltp {
  position: absolute;
}

.section-objects-map__title {
  display: none;
}

.section-objects-map .container {
  height: 100%;
  position: relative;
}

.section-objects-map__wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
}

.section-objects-map__info {
  position: absolute;
  z-index: 4;
  width: 37rem;
  height: 100%;
  left: 0;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  -o-flex-direction: column;
  flex-direction: column;
  -ms-align-items: stretch;
  align-items: stretch;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
}

.section-objects-map__holder {
  margin: 0;
}

.section-objects-map__modal {
  display: none;
}

#objects-map,
.objects-map {
  height: 77.0rem;
  position: relative;
  z-index: 3;
}

.objects-map__controls {
  right: 2.0rem;
  position: absolute;
  top: 50%;
  z-index: 4;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
}

.objects-map__controls-item {
  background-color: #fff;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  -webkit-box-shadow: 0 0.2rem 0.5rem rgba(0, 0, 0, 0.5);
  box-shadow: 0 0.2rem 0.5rem rgba(0, 0, 0, 0.5);
  color: #ff4c00;
  cursor: pointer;
  font-size: 4.0rem;
  height: 5.0rem;
  margin: 2.0rem 0;
  position: relative;
  text-align: center;
  width: 5.0rem;
}

.objects-map__controls-item:before {
  content: '';
  position: absolute;
  width: 2rem;
  height: .2rem;
  background: #50aa45;
  top: 50%;
  left: 50%;
  margin: -.1rem 0 0 -1rem;
}

.objects-map__zoomin:after {
  content: '';
  position: absolute;
  width: .2rem;
  height: 2rem;
  background: #50aa45;
  top: 50%;
  left: 50%;
  margin: -1rem 0 0 -.1rem;
}

.form-select-multiple,
.custom-select,
.form-select {
  width: 100%;
}

.select2-container {
  width: 100%;
  display: block;
}

.select2-container--default .select2-selection {
  border: none;
  height: 5rem;
}

.select2-container--default .select2-selection .select2-selection__rendered {
  height: 5rem;
  padding: 1.5rem 5rem 1.5rem 2rem;
  font-size: 1.3rem;
  line-height: 2rem;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.select2-container--default .select2-selection .select2-selection__arrow {
  height: 5rem;
  width: 5rem;
  top: 0;
  right: 0;
}

.select2-container--default .select2-selection .select2-selection__arrow b {
  border: none;
  border-bottom: .2rem solid #5e5e5e;
  border-left: .2rem solid #5e5e5e;
  width: 1rem;
  height: 1rem;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  margin-top: -0.7rem;
  margin-left: -.5rem;
}

.select2-container--default.select2-container--open .select2-selection .select2-selection__arrow b {
  border: none;
  border-bottom: .2rem solid #5e5e5e;
  border-left: .2rem solid #5e5e5e;
  -webkit-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  -o-transform: rotate(135deg);
  transform: rotate(135deg);
  margin-top: -0.3rem;
}

.select2-results__option {
  padding: 1.5rem 2rem;
  font-size: 1.3rem;
  line-height: 2rem;
}

.select2-container--default .select2-results > .select2-results__options {
  max-height: 280px;
}

.select2-container--form-select .select2-selection {
  background: #fff;
  border-radius: .4rem;
  box-shadow: inset 0 1px 4px rgba(0, 0, 0, 0.06);
  border: 1px solid #e1e1e1;
  height: 4.5rem;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.select2-container.select2-container--form-select .select2-selection__rendered {
  padding: 1rem 3rem 1rem 2rem;
  font-size: 1.4rem;
  line-height: 2.3rem;
  margin: 0;
  list-style: none;
}

.select2-container.select2-container--form-select .select2-selection__rendered:before {
  content: '';
  position: absolute;
  top: 50%;
  right: 2rem;
  margin: -.5rem 0 0 0;
  box-sizing: border-box;
  border-bottom: .2rem solid #818181;
  border-left: .2rem solid #818181;
  width: .8rem;
  height: .8rem;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.select2-container--form-select .select2-selection__arrow {
  display: none;
}

.select2-container--form-select .select2-search--inline .select2-search__field {
  margin: 0;
  line-height: 2.3rem;
  vertical-align: top;
}

.select2-container--form-select .select2-selection__choice:before {
  content: ', ';
}

.select2-container--form-select .select2-selection__choice:first-child:before {
  display: none;
}

.select2-container--form-select .select2-selection__choice__remove {
  display: none;
}

.select2-container.select2-container--form-select .select2-selection__rendered {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}

.select2-container--form-select .select2-dropdown {
  border: 1px solid #e2e2e2;
  box-shadow: 0 3px 7px rgba(0, 0, 0, 0.18);
}

.select2-container--form-select .select2-dropdown--below {
  margin-top: 3px;
  border-top-width: 1px;
}

.select2-container--form-select .select2-dropdown .select2-results__option {
  font-size: 1.4rem;
  line-height: 1.5rem;
  padding: 1rem 1rem 1rem 4.7rem;
  font-family: "Roboto", sans-serif;
  position: relative;
}

.select2-container--form-select .select2-dropdown .select2-results__option:before {
  content: '';
  position: absolute;
  background: url(../images/selected.png) no-repeat;
  width: 1.3rem;
  height: 1.1rem;
  top: 50%;
  left: 2rem;
  margin: -.5rem 0 0;
  -webkit-background-size: contain;
  background-size: contain;
  display: none;
}

.select2-container--form-select .select2-dropdown .select2-results__option:hover {
  background: #f3f3f3;
}

.select2-container--form-select .select2-dropdown .select2-results__option[aria-selected="true"]:before {
  display: block;
}

.select2-container--form-select.multiple .select2-results__option {
  padding-left: 5rem;
}

.select2-container--form-select.multiple .select2-results__option:after {
  content: '';
  position: absolute;
  width: 1.5rem;
  height: 1.5rem;
  background: #fff;
  top: 50%;
  margin-top: -.8rem;
  left: 1.9rem;
  border: 1px solid #c1c1c1;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.select2-container--form-select.multiple .select2-results__option:before {
  content: '';
  position: absolute;
  background: url(../images/selected-w.png) no-repeat;
  width: .9rem;
  height: .7rem;
  top: 50%;
  left: 1.9rem;
  margin: -0.4rem 0 0 0.3rem;
  -webkit-background-size: contain;
  background-size: contain;
  display: none;
  z-index: 2;
}

.select2-container--form-select.multiple .select2-results__option[aria-selected="true"]:after {
  background: #50aa46;
  border-color: #50aa46;
}

.select2-container--form-select.multiple .select2-results__option[aria-selected="true"]:before {
  display: block;
}

.tab {
  display: none;
}

.tab.active {
  display: block;
}

.section-objects-map-info {
  background: #fff;
  box-shadow: 0.1rem 0.1rem 1.6rem rgba(0, 0, 0, 0.19);
}

.section-objects-map-info__header {
  padding: 2.6rem 2.5rem 3.1rem;
  font-weight: bold;
  font-size: 2.7rem;
  line-height: 3rem;
  font-family: "Gotham Pro", sans-serif;
  margin: 0;
  border-bottom: .2rem solid #e9e9e9;
}

.section-objects-map-info__sel {
  background: #f2f2f2;
  padding: 2rem 3rem;
}

.section-objects-map-info__frame {
  overflow: auto;
  height: 44rem;
  position: relative;
}

.section-objects-map-info__frame.large {
  height: 56rem;
}

.section-objects-map-info__frame.large .section-objects-map-block {
  height: 56rem;
}

.section-objects-map-info__frame::-webkit-scrollbar {
  width: 1.4rem;
  height: 1.4rem;
}

.section-objects-map-info__frame::-webkit-scrollbar-button {
  display: none;
}

.section-objects-map-info__frame::-webkit-scrollbar-thumb {
  background: #d8d8d8;
  border: .4rem solid #f4f4f4;
  border-radius: 29px;
}

.section-objects-map-info__frame::-webkit-scrollbar-track {
  background: #f4f4f4;
}

.section-objects-map-info__frame::-webkit-scrollbar-corner {
  background: transparent;
}

.section-objects-map-info__list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.section-objects-map-info__list-item {
  border-bottom: .1rem solid #dedede;
  padding: 2.5rem 3rem 2.7rem;
}

.section-objects-map-info__list-item:last-child {
  border: none;
}

.section-objects-map-info__list-help {
  color: #959595;
  font-size: 1.2rem;
  line-height: 1.5rem;
  margin: 0 0 0.4rem;
  white-space: nowrap;
}

.section-objects-map-info__list-help .sep {
  /* padding: 0 1rem; */
  padding: 0;
}

.section-objects-map-info__list-address {
  color: #474747;
  font-size: 1.5rem;
  line-height: 2.1rem;
  margin: 0 0 1rem;
}

.section-objects-map-info__list-address p {
  margin: 0;
}

.section-objects-map-info__list-more {
  font-size: 1.4rem;
  line-height: 1.6rem;
}

.section-objects-map-info.show .section-objects-map-block {
  display: block;
}

.section-objects-map-info.show .section-objects-map-info__list {
  display: none;
}

.section-objects-map-block {
  font-family: "Roboto", sans-serif;
  font-size: 1.3rem;
  line-height: 1.6rem;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  display: none;
  background: #fff;
  z-index: 4;
}

.section-objects-map-block__visual {
  height: 200px;
}

.section-objects-map-block__visual img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.section-objects-map-block__close {
  position: absolute;
  top: 1.1rem;
  right: 1.1rem;
  width: 2.9rem;
  height: 2.9rem;
  background: #3d3d3d url(../images/close.png) no-repeat 50% 50%;
  border-radius: 50%;
}

.section-objects-map-block__frame {
  padding: 2rem 3rem;
}

.section-objects-map-block__name {
  font-size: 1.8rem;
  line-height: 2rem;
  margin: 0 0 1rem;
}

.section-objects-map-block__dl {
  margin: 0 0 1rem;
  padding: 0;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
}

.section-objects-map-block__dl dt {
  color: #818181;
  margin: 0;
  padding: 0;
}

.section-objects-map-block__dl dd {
  color: #3d3d3d;
  margin: 0;
  padding: 0;
}

.section-news {
  background: #fbfbfb;
  padding: 5.6rem 0 0.6rem;
}

.slider-block {
  position: relative;
  margin: 0 0 4.2rem;
}

.slider-block__title {
  color: #050505;
  font-size: 2.7rem;
  line-height: 3rem;
  margin: 0 11rem 2.6rem 0;
  font-weight: bold;
  font-family: "Gotham Pro", sans-serif;
}

.slider-block__list {
  margin: 0 -1.5rem;
  padding: 0;
  list-style: none;
}

.slider-block__list-item {
  padding: 1rem 1.5rem 1.6rem;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.slider-block .slick-arrow {
  top: -5.3rem;
  margin: 0;
  background: #cacaca;
  box-shadow: none;
}

.slider-block .slick-arrow:hover {
  opacity: .7;
}

.slider-block .slick-prev {
  left: auto;
  right: 6.3rem;
}

.slider-block .slick-next {
  right: 1.5rem;
}

.news-list-item {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  -o-flex-direction: column;
  flex-direction: column;
  background: #fff;
  min-height: 35rem;
  -webkit-box-shadow: 0 0.3rem 1.3rem rgba(0, 0, 0, 0.03);
  box-shadow: 0 0.3rem 1.3rem rgba(0, 0, 0, 0.03);
  text-decoration: none;
  -webkit-transition: box-shadow 0.2s;
  -moz-transition: box-shadow 0.2s;
  -o-transition: box-shadow 0.2s;
  transition: box-shadow 0.2s;
}

.news-list-item:hover {
  box-shadow: 0 0.3rem 1.3rem rgba(0, 0, 0, 0.1);
}

.news-list-item__visual img {
  width: 100%;
}

.news-list-item__frame {
  -webkit-box-flex: 1 1 auto;
  -moz-box-flex: 1 1 auto;
  -webkit-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 2.9rem 2.9rem;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  -o-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -o-justify-content: space-between;
  justify-content: space-between;
}

.news-list-item.instruction {
  border-top: .4rem solid #1280dd;
}

.news-list-item.instruction--green {
  border-top-color: #56ac3b;
}

.news-list-item.video {
  position: relative;
  color: #fff;
}

.news-list-item__video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.news-list-item__video:before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: #000;
  opacity: .5;
}

.news-list-item__video img {
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.news-list-item__video-play {
  background: url(../images/play.png) no-repeat;
  width: 4.4rem;
  height: 5.2rem;
  -webkit-background-size: contain;
  background-size: contain;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -2.6rem 0 0 -2.2rem;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}

.news-list-item__video-play:hover {
  opacity: .7;
}

.news-list-item__video-date {
  position: absolute;
  top: 2.5rem;
  left: 3rem;
  font-size: 1.5rem;
  line-height: 3rem;
}

.news-list-item__video-date strong {
  font-weight: normal;
  font-size: 3rem;
}

.news-list-item__video-date span {
  opacity: .6;
}

.news-list-item__video-label {
  position: absolute;
  top: 3rem;
  right: 2.6rem;
}

.news-list-item__video-label .label-item {
  background: #444444;
}

.news-list-item__video-title {
  position: absolute;
  bottom: 2rem;
  left: 3rem;
  right: 3rem;
  font-size: 2.3rem;
  line-height: 3.1rem;
  color: #fff;
  text-decoration: none;
}

.news-list-item__title {
  color: #424242;
  font-size: 2.3rem;
  line-height: 3.1rem;
  font-family: "Open Sans", sans-serif;
  margin: 0 1rem 3rem;
}

.news-list-item__label {
  margin: 0;
}

.news-list-item__text {
  color: #424242;
  font-size: 1.4rem;
  line-height: 2.3rem;
}

.news-list-item__date {
  color: #9a9a9a;
  font-size: 1.2rem;
  line-height: 1.4rem;
}

.label-item {
  display: inline-block;
  vertical-align: top;
  border-radius: 2.0rem;
  background: #737373;
  color: #fff;
  font-size: 1.2rem;
  line-height: 1.7rem;
  padding: .5rem 1.3rem;
}

.label-item--green {
  background-color: #50aa45;
  color: #fff;
}

.department-item {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  background: #f4f4f4;
  padding: 3.7rem 2rem 3.7rem 3rem;
  text-decoration: none;
  color: #818181;
  font-size: 1.1rem;
  line-height: 1.9rem;
  -ms-align-items: center;
  align-items: center;
  -webkit-transition: box-shadow 0.2s;
  -moz-transition: box-shadow 0.2s;
  -o-transition: box-shadow 0.2s;
  transition: box-shadow 0.2s;
}

.department-item:hover {
  box-shadow: 0 0.3rem 1.3rem rgba(0, 0, 0, 0.1);
}

.department-item__visual {
  margin: 0 2rem 0 0;
  min-width: 6.3rem;
}

.department-item__name {
  text-transform: uppercase;
}

.footer-frame {
  padding: 4rem 0 5.6rem;
}

.footer-frame__wrap {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}

#footer {
  -webkit-box-shadow: 0 -2px 10px rgba(128, 128, 128, 0.04);
  box-shadow: 0 -2px 10px rgba(128, 128, 128, 0.04);
  position: relative;
  z-index: 2;
}

.footer-logo-city{
  margin: .7rem 0 2.4rem 0;
  width: 20.4rem;
  height: 7rem;
  overflow: hidden;
  display: block;
  background: url(../images/dgs_footer_1.png) no-repeat;
  -webkit-background-size: contain;
  background-size: contain;
  text-indent: -9999px;
  cursor: pointer;
}

.footer-logo-city.logo-dgi {
  background-image: url(../images/dgi__1.png);
}

.footer-logo-city a{
  display: block;
  height: 100%;
}

.footer-logo {
  margin: 0 0 0 -1.2rem;
  width: 23.4rem;
  height: 9.2rem;
  overflow: hidden;
  display: block;
  background: url(../images/logo-svg-2.svg) no-repeat;
  text-indent: -999.9rem;
  cursor: pointer;
  -webkit-background-size: contain;
  background-size: contain;
}

.footer-logo a {
  height: 100%;
  display: block;
}

.footer-logo-item {
  width: 39.3rem;
}

.footer-nav {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  width: 65.2rem;
  padding: 1.7rem 0 0;
  font-size: 1.4rem;
  line-height: 2rem;
}

.footer-nav__list {
  -webkit-box-flex: 0 0 50%;
  -moz-box-flex: 0 0 50%;
  -webkit-flex: 0 0 50%;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
  margin: 0;
  padding: 0;
  list-style: none;
}

.footer-nav__list li {
  margin: 0 0 1.9rem;
}

.footer-nav__list a {
  color: #5b5b5b;
  text-decoration: none;
}

.footer-nav__list a:hover {
  text-decoration: underline;
}

.footer-contacts {
  width: 25.5rem;
  margin-left: auto;
  text-align: right;
  padding: 2.1rem 0 0;
}

.footer-contacts__phone {
  color: #303030;
  font-size: 2.2rem;
  line-height: 1;
  font-weight: bold;
  margin: 0 0 1.8rem;
}

.footer-contacts__phone a {
  text-decoration: none;
  color: inherit;
}

.footer-contacts__address {
  color: #5b5b5b;
  padding: 0 0 1.5rem;
}

.footer-contacts__address a {
  text-decoration: none;
  color: inherit;
}

.footer-contacts__address p {
  margin: 0 0 1.3rem;
}

.footer-social {
  margin: 0 -.4rem;
  padding: 0;
  list-style: none;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-end;
  -moz-justify-content: flex-end;
  -ms-justify-content: flex-end;
  -o-justify-content: flex-end;
  justify-content: flex-end;
}

.footer-social__item {
  margin: 0 .4rem;
}

.footer-social__link {
  display: block;
  width: 4rem;
  height: 4rem;
  border-radius: 50%;
  background-color: #000;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  color: #fff;
  text-align: center;
  line-height: 4rem;
  text-decoration: none;
  font-size: 2rem;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
}

.footer-social__link:hover {
  opacity: .7;
}

.footer-social__link--vk {
  background-color: #537ca6;
}

.footer-social__link--fb {
  background-color: #385a97;
}

.footer-social__link--tw {
  background-color: #3aacd1;
}

.footer-social__link--hh {
  background-color: #dd1903;
}

.footer-social__link--insta {
  background-color: #bc2a8d;
}

.footer-row {
  border-top: 1px solid #efefef;
  padding: 2rem 0;
}

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

.footer-row__copy {
  color: #737373;
  font-size: 1.3rem;
}

.footer-row__created {
  font-size: 1.3rem;
  color: #737373;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}

.footer-row__created .created-text {
  margin-right: 1.1rem;
}

.created-logo {
  margin: 0;
  width: 8.6rem;
  height: 1.9rem;
  display: inline-block;
  overflow: hidden;
  /* background:url(../images/logo.png) no-repeat; */
  cursor: pointer;
  font-size: 8.6rem;
}

.created-logo .icon-freshmru {
  line-height: 1.9rem;
}

.created-logo a {
  height: 100%;
  display: block;
  text-decoration: none;
}

.fancybox-active {
  min-height: 100vh;
}

.fancybox-content {
  padding: 0;
}

.fancybox-is-open .fancybox-bg {
  opacity: .3;
}

.fancybox-close-small {
  color: #a1a1a1;
  background: #fff;
  top: 0;
  right: 0;
  opacity: 1;
}

.fancybox-slide--html .fancybox-close-small {
  color: #a1a1a1;
}

.fancybox-slide--html .fancybox-close-small:hover {
  color: #000;
}

.fancybox-close-small:hover {
  color: #000;
}

.fancy-modal {
  display: none;
}

.modal-item {
  padding: 4.5rem 6rem;
  width: 56rem;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.modal-item__title {
  font-size: 2.6rem;
  line-height: 3.7rem;
  margin: 0 0 1.7rem;
  color: #050505;
  font-weight: bold;
  font-family: "Gotham Pro", sans-serif;
}

.modal-item__text {
  color: #3d3d3d;
  font-size: 1.5rem;
  line-height: 1.8rem;
  margin: 0 0 2.7rem;
}

/* BEGIN FLAT MODAL */
.modal-item--object {
  width: 128rem;
}

@media only screen and (max-width: 1200px) {
  .modal-item--object {
    width: 116rem;
  }
}

@media (max-width: 991px) {
  .modal-item--object {
    width: 95vw;
  }
}

.popup-object-about {
  position: relative;
}

.popup-object-about__header {
  margin: 0 0 2.7rem;
}

@media only screen and (max-width: 767px) {
  .popup-object-about__header {
    margin: 0 0 1.2rem;
    padding: 1.2rem 3rem 0 0;
  }
}

.popup-object-about__title {
  color: #333333;
  font-size: 2.5rem;
  line-height: 3rem;
  display: inline-block;
  vertical-align: top;
  margin: 0 2.5rem .8rem 0;
}

@media only screen and (max-width: 767px) {
  .popup-object-about__title {
    font-size: 1.9rem;
    line-height: 2.4rem;
    margin: 0 2.5rem .0rem 0;
  }
}

.popup-object-about__tags {
  display: inline-block;
  vertical-align: top;
  margin: 0 0 .7rem;
}

@media only screen and (max-width: 767px) {
  .popup-object-about__tags {
    margin: .5rem 0;
  }
}

.popup-object-about__state {
  color: #979797;
  font-size: 1.3rem;
  line-height: 1.6rem;
}

.popup-object-about__state strong {
  font-weight: normal;
  color: #333333;
}

@media only screen and (max-width: 767px) {
  .popup-object-about__state {
    font-size: .9rem;
    line-height: 1.4rem;
  }
}

.popup-object-about__tabset {
  min-height: 45.0rem;
}

@media only screen and (max-width: 767px) {
  .popup-object-about__tabset {
    min-height: 22.0rem;
  }
}

.object-tag {
  display: inline-block;
  vertical-align: top;
  padding: .4rem 1.0rem;
  border: .1rem solid #989898;
  border-radius: .4rem;
  margin: 0 .8rem .5rem 0;
  text-decoration: none;
  color: #979797;
  font-size: 1.3rem;
  line-height: 1.6rem;
}

@media only screen and (max-width: 767px) {
  .object-tag {
    font-size: .9rem;
    line-height: 1.4rem;
    padding: .2rem .8rem;
    margin: 0 .3rem .3rem 0;
  }
}

.popup-object__wrap {
  -js-display: flex;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}

@media (max-width: 991px) {
  .popup-object__wrap {
    display: block;
  }
}

.popup-object__info {
  -webkit-box-flex: 1 1 auto;
  -moz-box-flex: 1 1 auto;
  -webkit-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  min-width: 0;
  position: relative;
}

@media (max-width: 991px) {
  .popup-object__info {
    margin: 0 0 3.0rem;
  }
}

@media only screen and (max-width: 1200px) {
  .popup-object__chars {
    position: relative;
  }
}

.popup-object .download-pdf {
  position: absolute;
  top: 1.2rem;
  right: 1.0rem;
}

@media only screen and (max-width: 767px) {
  .popup-object .download-pdf {
    position: relative;
    margin: 0 0 3.0rem;
    top: auto;
    right: auto;
  }
}

.popup-object .download-pdf a {
  text-decoration: none;
  color: #799ed6;
  display: inline-block;
  vertical-align: top;
  padding: 0 0 0 3.6rem;
}

.popup-object .download-pdf a:before {
  content: '';
  position: absolute;
  background: url(../images/pdf-ico.png) no-repeat;
  width: 2.7rem;
  height: 2.7rem;
  top: 50%;
  left: 0;
  margin-top: -1.4rem;
  -webkit-background-size: contain;
  background-size: contain;
}

.popup-object__aside {
  width: 23.0rem;
  -webkit-box-flex: 0 0 23.0rem;
  -moz-box-flex: 0 0 23.0rem;
  -webkit-flex: 0 0 23.0rem;
  -ms-flex: 0 0 23.0rem;
  flex: 0 0 23.0rem;
  margin: 0 0 0 6.6rem;
}

@media (max-width: 991px) {
  .popup-object__aside {
    width: 100%;
    margin: 0;
    -js-display: flex;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    -o-flex-direction: column;
    flex-direction: column;
  }
}

.popup-object__corpus {
  margin: 0 0 3.1rem;
  position: relative;
  display: inline-block;
  vertical-align: top;
}

@media (max-width: 991px) {
  .popup-object__corpus {
    display: none;
  }
}

.popup-object__corpus .corpus-item {
  margin: .6rem 0 0;
}

.popup-object__corpus .corpus-item__matrix {
  padding: 0;
  border: none;
}

.popup-object__corpus .corpus-item__qty {
  font-size: 1.0rem;
  line-height: 1.6rem;
}

.popup-object__corpus .corpus-item__name {
  text-align: right;
  width: auto;
  right: 0;
  left: auto;
  margin: 0;
}

.popup-object__corpus .martix-col {
  width: 1.6rem;
  font-size: 1.0rem;
  height: 1.6rem;
  font-size: 1.0rem;
  line-height: 1.6rem;
}

.popup-object__corpus .corpus-slider-num {
  left: -2.6rem;
  bottom: -.1rem;
  top: 4.0rem;
}

.popup-object__corpus .corpus-slider-num-list {
  font-size: 1.0rem;
  line-height: 1.6rem;
}

.popup-object__buttons {
  margin: 0;
}

@media (max-width: 991px) {
  .popup-object__buttons {
    -webkit-box-ordinal-group: 3;
    -moz-box-ordinal-group: 3;
    -ms-flex-order: 3;
    -webkit-order: 3;
    order: 3;
    margin: 2.0rem 0 0;
  }
}

.popup-object__buttons .btn {
  display: block;
  width: 100%;
  text-align: center;
  padding-left: 1rem;
  padding-right: 1rem;
}

.popup-object__request {
  position: relative;
  margin-top: 1.7rem;
}

@media only screen and (max-width: 767px) {
  .popup-object__plan-img {
    text-align: right;
  }
}

.popup-object__information {
  margin: 0 0 3.0rem;
  padding: 3.6rem 0 0;
}

@media only screen and (max-width: 767px) {
  .popup-object__information {
    padding-top: 0;
    margin-bottom: 2.0rem;
  }
}

.popup-object__worktime {
  color: #a3a3a3;
  text-align: center;
  font-size: 1.1rem;
  line-height: 1.4rem;
  padding: 1.4rem 0 0;
}

.object-plan {
  -js-display: flex;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  position: relative;
  border: .1rem solid #e7e7e7;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  height: 49.6rem;
}

@media only screen and (max-width: 767px) {
  .object-plan {
    height: 22.0rem;
  }
}

.object-plan img {
  max-width: 100%;
  max-height: 100%;
  height: auto;
  width: auto;
  margin: auto;
  object-fit: cover;
}

@media only screen and (max-width: 767px) {
  .object-plan img {
    width: auto;
    max-height: 18.0rem;
  }
}

.tab-control {
  margin: 0;
  padding: 0;
  list-style: none;
}

@media (max-width: 991px) {
  .tab-control {
    white-space: nowrap;
    overflow-x: auto;
  }
}

.tab-control li {
  display: inline-block;
  vertical-align: top;
  margin: 0 3.4rem 0 0;
}

@media only screen and (max-width: 767px) {
  .tab-control li {
    margin: 0 1.8rem 0 0;
  }
}

.tab-control li:last-child {
  margin-right: 0;
}

.tab-control a {
  display: block;
  color: #787878;
  font-size: 1.4rem;
  line-height: 1.8rem;
  padding: 1.2rem 0;
  border-bottom: .3rem solid transparent;
  text-decoration: none;
}

.tab-control a.active {
  border-bottom-color: #40862a;
  color: #424242;
}

.tab-control a:hover {
  color: #424242;
}

@media only screen and (max-width: 767px) {
  .tab-control a {
    font-size: 1.2rem;
    line-height: 1.5rem;
    padding: .8rem 0;
  }
}

.object-chars {
  margin: 0;
  display: table;
  width: 100%;
}

.object-chars__row {
  display: table-row;
}

.object-chars__col {
  display: table-cell;
  vertical-align: top;
}

.object-chars__item {
  margin: 0 0 1.9rem;
}

.object-chars__item--price .object-chars__num {
  font-size: 3.6rem;
  font-weight: bold;
  line-height: 4.0rem;
}

.object-chars__title {
  color: #696969;
  font-size: 1.4rem;
  line-height: 2.0rem;
  margin: 0 0 .3rem;
}

.object-chars__title .tooltip {
  display: inline-block;
  vertical-align: top;
  margin-top: -.3rem;
  color: #a3a3a3;
  font-size: 1.2em;
}

.object-chars__num {
  color: #000000;
  font-size: 2.2rem;
  line-height: 2.6rem;
}

.object-chars__share {
  margin: 0;
}

.object-chars__share-text {
  color: #a0a0a0;
  font-size: 1.4rem;
  line-height: 2.0rem;
  margin: 0 0 .4rem;
}

.modal-map {
  height: 49.6rem;
}

@media only screen and (max-width: 767px) {
  .modal-map {
    height: 22rem;
  }
}

.hide-all {
  display: none;
}

@media only screen and (max-width: 767px) {
  .show-mobile {
    display: block;
  }
}

.tooltipster-custom .tooltipster-box {
  background: #fff;
  border-color: #d4d4d4;
}

.tooltipster-custom.tooltipster-right .tooltipster-arrow {
  margin-top: -.6rem;
  width: .6rem;
  height: 1.2rem;
}

.tooltipster-custom.tooltipster-right .tooltipster-arrow-uncropped {
  left: -.6rem;
}

.tooltipster-custom.tooltipster-right .tooltipster-arrow-border {
  border-width: .6rem;
  border-right-color: #d4d4d4;
}

.tooltipster-custom.tooltipster-right .tooltipster-arrow-background {
  border-width: .6rem;
  border-right-color: #fff;
  left: .2rem;
}

.tooltipster-custom.tooltipster-right .tooltipster-box {
  margin-left: .5rem;
  border-width: .1rem;
}

.tooltipster-custom.tooltipster-left .tooltipster-arrow {
  margin-top: -.6rem;
  width: .6rem;
  height: 1.2rem;
}

.tooltipster-custom.tooltipster-left .tooltipster-arrow-uncropped {
  /* right: -.6rem; */
}

.tooltipster-custom.tooltipster-left .tooltipster-arrow-border {
  border-width: .6rem;
  border-left-color: #d4d4d4;
}

.tooltipster-custom.tooltipster-left .tooltipster-arrow-background {
  border-width: .6rem;
  border-left-color: #fff;
  left: -.2rem;
}

.tooltipster-custom.tooltipster-left .tooltipster-box {
  margin-right: .5rem;
  border-width: .1rem;
}

.tooltipster-custom .tooltipster-content {
  color: #7c7c7c;
  font-size: 1.3rem;
  line-height: 1.8rem;
  padding: 1.1rem 1.9rem;
}

/* END FLAT MODAL */
.form-row {
  margin-bottom: 2rem;
}

.form-control {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background: #f6f6f6;
  border: .1rem solid #ededed;
  height: 5rem;
  border-radius: .4rem;
  /* padding: 1.5rem 2rem; */
  padding: 2rem 2rem 1rem;
  margin: 0;
  font-size: 1.5rem;
  line-height: 1.8rem;
  color: #595959;
  width: 100%;
}

textarea.form-control {
  height: auto;
  resize: none;
}

.form-help {
  color: #929292;
  font-size: 1.3rem;
  line-height: 2rem;
  margin-bottom: 2.6rem;
}

.form-help a {
  color: inherit;
}

.input-holder {
  position: relative;
  display: block;
}

.input-holder__label {
  position: absolute;
  top: 1.2rem;
  left: 2rem;
  right: 2rem;
  padding-top: .3rem;
  font-size: 1.5rem;
  line-height: 1.8rem;
  color: #595959;
  -webkit-transition: all 0.2s ease 0s;
  -moz-transition: all 0.2s ease 0s;
  -o-transition: all 0.2s ease 0s;
  transition: all 0.2s ease 0s;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  pointer-events: none;
}

.input-holder.parent-focus .input-holder__label, .input-holder.parent-active .input-holder__label {
  font-size: 1rem;
  top: 0rem;
  background: #f6f6f6;
}

.input-holder .error-text {
  display: none;
  text-align: right;
  color: #55ac3b;
  position: absolute;
  top: 100%;
  right: 0;
  font-size: 1.1rem;
  line-height: 1.4rem;
}

.has-error .input-holder .error-text {
  display: block;
}

.btn {
  display: inline-block;
  vertical-align: top;
  border-radius: 0;
  border: none;
  background: #f00;
  padding: 2rem 4rem;
  font-size: 1.4rem;
  line-height: 2rem;
  color: #fff;
  font-weight: bold;
  text-decoration: none;
  text-transform: uppercase;
  cursor: pointer;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}

.btn-block {
  width: 100%;
}

.btn-green {
  background: #56ac3b;
}

.btn-green:hover {
  background: #40862a;
}

.btn-outline-green {
  box-shadow: inset 0 0 0 .1rem #75d669;
  background: none;
  color: #4b4b4b;
}

.btn-outline-green:hover {
  color: #fff;
  background: #50aa45;
  border-color: #50aa45;
}

.btn .btn-marker-icon {
  display: inline-block;
  vertical-align: top;
  background: url(../images/marker-icon.png) no-repeat;
  -webkit-background-size: contain;
  background-size: contain;
  width: 1.2rem;
  height: 1.5rem;
  margin: .2rem .9rem 0 0;
}

.form-sended {
  text-align: center;
  padding: 6rem 0;
}

.form-sended__visual {
  margin: 0 auto 4rem;
  max-width: 10.8rem;
  padding: 6rem 0 6.4rem;
}

.form-sended__visual img {
  max-width: 100%;
  height: auto;
}

.form-sended__text {
  color: #000000;
  font-size: 2.6rem;
  line-height: 3.7rem;
  font-weight: bold;
  font-family: "Gotham Pro", sans-serif;
}

.content-section {
  padding: 6.6rem 0;
}

.content-section--next-map {
  padding-bottom: 0 !important;
}

.page-title {
  color: #050505;
  font-size: 4rem;
  line-height: 6rem;
  margin: 0 0 5.5rem;
  font-family: "Gotham Pro", sans-serif;
  font-weight: 900;
}

.page-title.inner {
  font-weight: bold;
  margin-bottom: 4.5rem;
}

.page-title.inner2 {
  margin-bottom: 3rem;
}

.page-tags {
  margin: -0.5rem 0 2.7rem;
  padding: 0rem 0 2.6rem;
  list-style: none;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  border-bottom: 1px solid #e9e9e9;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 1.4rem;
  line-height: 1.8rem;
  letter-spacing: 0.04em;
}

.page-tags__item {
  padding-left: 2.2rem;
  position: relative;
}

.page-tags__item:before {
  content: '';
  position: absolute;
  top: 50%;
  left: 1rem;
  width: .4rem;
  height: .4rem;
  margin-top: -.2rem;
  border-radius: 50%;
  background: #bcbcbc;
}

.page-tags__item:first-child {
  padding-left: 0;
}

.page-tags__item:first-child:before {
  display: none;
}

.page-tags__link {
  color: #9a9a9a;
  text-decoration: none;
  -webkit-transition: color 0.2s;
  -moz-transition: color 0.2s;
  -o-transition: color 0.2s;
  transition: color 0.2s;
}

.page-tags__item.active .page-tags__link, .page-tags__link:hover, .page-tags__link--active {
  color: #5381ac;
}

.page-filter {
  border-top: 1px solid #e9e9e9;
  border-bottom: 1px solid #e9e9e9;
  padding: 3.9rem 0;
  margin-bottom: 7rem;
}

.page-filter__row {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  margin: 0 -2.5rem;
}

.page-filter__item {
  margin: 0 2.5rem;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
}

@media (min-width: 990px) {
  .page-filter__item:last-child {
    margin: 0;
    flex: 2;
  }
}

.page-filter__input {
  width: 24rem;
}

.page-filter__label {
  margin: 0 2rem 0 0;
  color: #595959;
  font-size: 1.4rem;
  line-height: 2rem;
  font-weight: bold;
  text-transform: uppercase;
}

.content-table {
  overflow-x: auto;
  font-weight: 400;
  font-size: 1.4rem;
  line-height: 2.7rem;
  margin-bottom: 2rem;
}

.content-table__table {
  background: #f6f6f6;
  border-collapse: collapse;
  width: 100%;
  min-width: 1000px;
}

.content-table__table th {
  background: #e6e6e6;
  color: #5381ac;
  font-size: 1.4rem;
  line-height: 2rem;
  padding: 2.5rem 2rem;
  text-align: left;
  font-weight: bold;
  text-transform: uppercase;
}

.content-table__table th:first-child {
  padding-left: 4rem;
}

.content-table__table td {
  padding: 2rem 2.5rem;
  vertical-align: top;
}

.content-table__table td:first-child {
  padding-left: 4rem;
}

.content-table__table tr:nth-child(even) {
  background: #f0f0f0;
}

.content-table__table .num {
  font-size: 1.4rem;
}

.content-table__table .info + .info {
  margin-top: 1rem;
}

.content-table__table .information-link {
  margin: 0 0 .1rem;
}

.content-table__table .information-link a {
  color: #5381ac;
  text-decoration: none;
  border-bottom: 1px solid #c9c9c9;
}

.content-table__table .information-link a:hover {
  text-decoration: none;
  border: none;
}

.content-table__table .status {
  display: inline-block;
  vertical-align: top;
  position: relative;
  padding-left: 2.5rem;
  font-size: 1.4rem;
  line-height: 1.8rem;
}

.content-table__table .status:before {
  content: '';
  position: absolute;
  top: .2rem;
  left: 0;
  width: 1.5rem;
  height: 1.5rem;
  border-radius: 50%;
}

.content-table__table .status--green:before {
  background-color: #56ac3b;
}

.content-table__table .status--red:before {
  background-color: #e25353;
}

.content-table__table .status--yellow:before {
  background-color: #ffc600;
}

.content-table-button {
  text-align: center;
  /* padding: 4rem 0 0; */
  padding: 2rem 0 0;
}

.news-list {
  margin: 0 -1.5rem;
  padding: 1.2rem 0 1.2rem;
  list-style: none;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
}

.news-list__item {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 1.5rem;
  max-width: 25%;
  -webkit-box-flex: 0 0 25%;
  -moz-box-flex: 0 0 25%;
  -webkit-flex: 0 0 25%;
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  margin: 0 0 3rem;
}

.news-list__item--double {
  max-width: 50%;
  -webkit-box-flex: 0 0 50%;
  -moz-box-flex: 0 0 50%;
  -webkit-flex: 0 0 50%;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
}

.breadcrumbs {
  margin: 0 0 1.8rem;
  padding: 4.3rem 0 0;
  list-style: none;
  color: #c1c1c1;
  font-size: 1.2rem;
  line-height: 1.5rem;
}

.breadcrumbs li {
  display: inline;
  vertical-align: top;
}

.breadcrumbs li:after {
  content: ' / ';
}

.breadcrumbs li:last-child:after {
  display: none;
}

.breadcrumbs a {
  color: inherit;
  text-decoration: none;
}

.breadcrumbs a:hover {
  text-decoration: underline;
}

.article {
  max-width: 94.7rem;
  font-size: 1.7rem;
  line-height: 3rem;
  color: #3d3d3d;
  margin-bottom: 6rem;
}

.article p {
  margin: 0 0 3rem;
}

.article a:not([class]) {
  color: #5381ac;
}

.article h3 {
  font-size: 1.7rem;
  line-height: 3rem;
  margin: 0 0 0.6rem;
  font-weight: bold;
}

.article ul:not([class]),
.article .text-list {
  margin: 0 0 3rem;
  padding: 0;
  list-style: none;
}

.article ul:not([class]) li,
.article .text-list li {
  margin: 0 0 .8rem;
  position: relative;
  padding-left: 5rem;
}

.article ul:not([class]) li:before,
.article .text-list li:before {
  content: '';
  position: absolute;
  width: 1.7rem;
  height: 1px;
  top: 1.4rem;
  left: 1.2rem;
  background: #56ac3b;
}

.article__title {
  font-size: 3.3rem;
  line-height: 4.7rem;
  margin: 0 0 3rem;
  font-weight: normal;
  font-family: "Gotham Pro", sans-serif;
}

.article__nav {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -o-justify-content: space-between;
  justify-content: space-between;
  margin: 0 0 2.7rem;
  color: #4e65aa;
  font-size: 1.5rem;
  line-height: 1.8rem;
}

.article__nav .back {
  color: #4e65aa;
  display: inline-block;
  vertical-align: top;
  position: relative;
  padding-left: 2rem;
  text-decoration: none;
}

.article__nav .back:before {
  content: '';
  position: absolute;
  background: url(../images/back.svg) no-repeat;
  -webkit-background-size: contain;
  background-size: contain;
  width: 1.1rem;
  height: .9rem;
  left: 0;
  top: 50%;
  margin-top: -.4rem;
}

.article__visual {
  margin: 0 0 3.9rem;
}

.article__tools {
  border-top: 1px solid #ededed;
  padding: 2.9rem 0;
  margin: 5.1rem 0 0;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -o-justify-content: space-between;
  justify-content: space-between;
  -ms-align-items: center;
  align-items: center;
}

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

.article__share-label {
  margin: 0 1rem 0 0;
  color: #3d3d3d;
  font-size: 1.7rem;
  line-height: 3rem;
}

.article__share-item {
  height: 36px;
}

.article__share-item img {
  vertical-align: top;
}

.article__footer {
  border-top: 1px solid #ededed;
  border-bottom: 1px solid #ededed;
  padding: 2.7rem 0;
}

.article-slider {
  margin: 0;
  padding: 0;
  list-style: none;
}

.article-slider .slick-arrow {
  width: 4.6rem;
  height: 4.6rem;
  background: #fff;
  margin-top: -2.3rem;
  box-shadow: 0 0 18px rgba(0, 0, 0, 0.04);
}

.article-slider .slick-arrow:before {
  border-color: #7e7e7e;
}

.article-slider .slick-arrow:hover {
  background-color: #eee;
}

.article-slider .slick-next {
  right: 3rem;
}

.article-slider .slick-prev {
  left: 3rem;
}

.article-tags {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}

.article-tags__label {
  margin: 0 1rem 0 0;
}

.article-tags__list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
}

.article-tags__list li {
  margin: .3rem .7rem .3rem 0;
}

.article-tag {
  display: block;
  text-align: center;
  color: #818181;
  border: 1px solid #e7e7e7;
  background: #f3f3f3;
  color: #818181;
  font-size: 1.2rem;
  line-height: 2rem;
  padding: .2rem .8rem;
  border-radius: .4rem;
  text-decoration: none;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}

.article-tag:hover {
  border-color: #b0b0b0;
  background-color: #e4e4e4;
}

.about-section {
  padding: 6.6rem 0 3.6rem;
}

.about-section__block {
  margin: 0;
  font-size: 1.6rem;
  line-height: 3.3rem;
  max-width: 106.5rem;
  font-family: "Gotham Pro", sans-serif;
  text-align: justify;
}

.about-section__block a {
  color: #4e65aa;
}

.about-section__block p {
  margin: 0 0 4rem;
}

.about-section__block .page-title {
  margin-bottom: 4.6rem;
}

.about-visual-section {
  background: url(../images/about-visual.jpg) no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
  padding: 8rem 0 10.5rem;
  color: #fff;
}

.about-visual-section__title {
  text-align: center;
  max-width: 70rem;
  margin: 0 auto 3.8rem;
  font-family: "Gotham Pro", sans-serif;
  font-size: 2.8rem;
  line-height: 4.5rem;
  font-weight: 500;
}

.about-visual-section__text {
  opacity: .8;
  font-family: "Gotham Pro", sans-serif;
  font-size: 1.7rem;
  line-height: 3rem;
  margin: 0 auto 7.1rem;
  max-width: 50rem;
  text-align: center;
}

.about-slider {
  max-width: 117rem;
  margin: auto;
}

.about-slider__list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.about-slider .slick-prev {
  left: -5rem;
}

.about-slider .slick-next {
  right: -5rem;
}

.award-item {
  display: block;
  background: #fff;
  border-radius: 1rem;
  text-align: center;
  padding: 5.2rem 3rem 2.5rem;
  color: #303030;
  font-size: 1.4rem;
  line-height: 2rem;
  text-decoration: none;
  min-height: 31rem;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  text-transform: uppercase;
  font-weight: bold;
  margin: 0 3.6rem;
}

.award-item__visual {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  height: 10rem;
  margin: 0 0 2rem;
}

.award-item__visual img {
  margin: auto;
}

.award-item__title {
  display: block;
  margin: 0 auto;
  max-width: 18rem;
}

.award-item__date {
  color: #c1c1c1;
}

.about-info-section {
  padding: 7.7rem 0;
}

.block-title {
  font-family: "Gotham Pro", sans-serif;
  font-weight: 900;
  font-size: 3.7rem;
  line-height: 4.7rem;
  margin: 0 0 6.2rem;
  color: #0c0c0c;
}

.principe-list {
  margin: 0;
  padding: 2.2rem 0 3.1rem;
  list-style: none;
}

.principe-list__item {
  margin: 0 0 6.3rem;
}

.principe-item {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}

.principe-item__head {
  max-width: 40rem;
  -webkit-box-flex: 0 0 40rem;
  -moz-box-flex: 0 0 40rem;
  -webkit-flex: 0 0 40rem;
  -ms-flex: 0 0 40rem;
  flex: 0 0 40rem;
  margin: 0 9rem 0 0;
  position: relative;
  padding: 0.5rem 0 0 3.7rem;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.principe-item__num {
  position: absolute;
  top: -1.3rem;
  left: 0;
  color: #50aa45;
  font-family: "Gotham Pro", sans-serif;
  font-weight: bold;
  font-size: 1.8rem;
  line-height: 2rem;
}

.principe-item__title {
  font-family: "Gotham Pro", sans-serif;
  font-weight: normal;
  color: #0c0c0c;
  font-size: 2.5rem;
  line-height: 3.4rem;
}

.principe-item__text {
  -webkit-box-flex: 1 1 auto;
  -moz-box-flex: 1 1 auto;
  -webkit-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  font-size: 1.7rem;
  line-height: 3rem;
  font-family: "Open Sans", sans-serif;
  font-weight: 300;
}

.requisites {
  margin: 0;
  padding: 0;
  list-style: none;
}

.requisites__item {
  margin: 0 0 4.8rem;
  max-width: 75rem;
}

.requisites__link {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  text-decoration: none;
  font-size: 1.7rem;
  line-height: 2.5rem;
  font-family: "Open Sans", sans-serif;
  font-weight: 300;
  color: #3e3e3e;
  -webkit-transition: color 0.2s;
  -moz-transition: color 0.2s;
  -o-transition: color 0.2s;
  transition: color 0.2s;
}

.requisites__link:hover {
  color: #4e65aa;
}

.requisites__visual {
  max-width: 5.2rem;
  margin: 0 3rem 0 0;
  -webkit-box-flex: 0 0 5.2rem;
  -moz-box-flex: 0 0 5.2rem;
  -webkit-flex: 0 0 5.2rem;
  -ms-flex: 0 0 5.2rem;
  flex: 0 0 5.2rem;
}

.requisites__name {
  -ms-align-self: center;
  align-self: center;
}

.page-head {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -o-justify-content: space-between;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 0 5.8rem;
}

.page-head .page-title {
  margin: 0;
}

.object-list {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -1.5rem;
  padding: 0;
  list-style: none;
}

.object-list__item {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 1.5rem;
  max-width: 33.3%;
  -webkit-box-flex: 0 0 33.3%;
  -moz-box-flex: 0 0 33.3%;
  -webkit-flex: 0 0 33.3%;
  -ms-flex: 0 0 33.3%;
  flex: 0 0 33.3%;
}

.object-item {
  background: #fff;
  box-shadow: 0 0 1.6rem rgba(0, 0, 0, 0.1);
  display: block;
  margin: 0 0 3rem;
  text-decoration: none;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  -o-flex-direction: column;
  flex-direction: column;
  min-height: 42.5rem;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}

.object-item:hover {
  box-shadow: 0 0 3.2rem rgba(0, 0, 0, 0.2);
}

.object-item:hover .object-item__name {
  color: #5381ac;
}

.object-item:hover .object-item__label {
  opacity: 1;
}

.object-item__visual {
  position: relative;
}

.object-item__visual img {
  width: 100%;
  height: auto;
}

.object-item__label {
  position: absolute;
  top: 2rem;
  left: 2rem;
  opacity: 0;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}

.object-item__frame {
  padding: 3.1rem 3rem 2.3rem;
  -webkit-box-flex: 1 1 auto;
  -moz-box-flex: 1 1 auto;
  -webkit-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  -o-flex-direction: column;
  flex-direction: column;
}

.object-item__name {
  font-size: 2rem;
  line-height: 2.6rem;
  font-weight: 600;
  color: #303030;
  margin: 0 0 1.6rem;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}

.object-item__price {
  color: #a7a7a7;
}

.object-item__footer {
  margin-top: auto;
}

.object-item__street {
  display: inline-block;
  vertical-align: top;
  position: relative;
  color: #6c6c6c;
  padding-left: 2rem;
  margin: 0 1.7rem 0 0;
}

.object-item__street-icon {
  position: absolute;
  width: 1rem;
  height: 1rem;
  border-radius: 50%;
  top: 0.7rem;
  left: 0;
}

.object-item__walk {
  color: #9a9a9a;
  font-size: 1.2rem;
  display: inline-block;
  vertical-align: top;
  position: relative;
  padding-left: 1.5rem;
}

.object-item__walk:before {
  content: '';
  position: absolute;
  background: url(../images/walk.png) no-repeat;
  -webkit-background-size: contain;
  background-size: contain;
  width: .8rem;
  height: 1.8rem;
  top: 50%;
  margin-top: -.9rem;
  left: 0;
}

.main-head {
  position: relative;
  color: #fff;
}

.main-head .container {
  position: relative;
}

.main-head__bg {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.main-head__bg img {
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.main-head__frame {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -o-justify-content: space-between;
  justify-content: space-between;
  position: relative;
  -ms-align-items: flex-end;
  align-items: flex-end;
  padding: 26.7rem 0 4.4rem;
}

.main-head__title {
  font-family: "Gotham Pro", sans-serif;
  font-weight: 900;
  margin: 0 0 0.4rem;
  font-size: 4rem;
  line-height: 6.2rem;
}

.main-head__text {
  font-family: "Gotham Pro", sans-serif;
  font-weight: normal;
  font-size: 2.3rem;
  line-height: 2.8rem;
  margin: 0 0 1.6rem;
}

.main-head__street {
  display: inline-block;
  vertical-align: top;
  position: relative;
  padding-left: 2rem;
  margin: 0 1.7rem 0 0;
}

.main-head__street-icon {
  position: absolute;
  width: 1rem;
  height: 1rem;
  border-radius: 50%;
  top: 0.7rem;
  left: 0;
  box-shadow: 0 0 3px rgba(255, 255, 255, 0.5);
}

.main-head__walk {
  opacity: .8;
  font-size: 1.2rem;
  display: inline-block;
  vertical-align: top;
  position: relative;
  padding-left: 1.5rem;
}

.main-head__walk:before {
  content: '';
  position: absolute;
  background: url(../images/walk.png) no-repeat;
  -webkit-background-size: contain;
  background-size: contain;
  width: .8rem;
  height: 1.8rem;
  top: 50%;
  margin-top: -.9rem;
  left: 0;
}

.object-section {
  padding: 4.8rem 0;
}

.object-section .breadcrumbs {
  padding: 1.4rem 0 0;
}

.object-block {
  margin: 0 0 6.1rem;
}

.object-block__title {
  font-family: "Gotham Pro", sans-serif;
  font-size: 2.8rem;
  line-height: 3rem;
  margin: 0 0 2.8rem;
  font-weight: normal;
}

.object-table {
  overflow-x: auto;
  font-size: 1.4rem;
  line-height: 2rem;
  margin: 0 0 4.5rem;
}

.object-table__table {
  border-collapse: collapse;
  width: 100%;
  min-width: 470px;
  table-layout: fixed;
}

.object-table__table th {
  border-bottom: 3px solid #69c25e;
  padding: 2.1rem 0 2.3rem 2.3rem;
  text-align: left;
  font-weight: 600;
  color: #4b4b4b;
}

.object-table__table th:last-child {
  text-align: right;
  padding-right: 0;
}

.object-table__table td {
  padding: 2.5rem 0 2.5rem 2.3rem;
  text-align: left;
  border-bottom: 1px solid #dedede;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.object-table__table td:last-child {
  text-align: right;
  padding-right: 0;
}

.object-table__sort {
  text-decoration: none;
  color: #4b4b4b;
  display: inline-block;
  vertical-align: top;
  position: relative;
}

.object-table__sort:before {
  content: '';
  position: absolute;
  border-bottom: .2rem solid #b3b3b3;
  border-left: .2rem solid #b3b3b3;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  width: .8rem;
  height: .8rem;
  top: .3rem;
  left: -1.6rem;
}

.object-table__sort.active:before {
  border-color: #5c5c5c;
}

.object-table__sort.up:before {
  -webkit-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  -o-transform: rotate(135deg);
  transform: rotate(135deg);
  margin-top: 0.5rem;
}

.object-table__link-row {
  cursor: pointer;
}

.object-table__link-row:hover td {
  border-bottom-color: #4c4c4c;
}

.page-buttons-filter {
  margin: 0 0 3rem;
}

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

.page-buttons-filter.bordered {
  border-bottom: 1px solid #e9e9e9;
  padding-bottom: 3rem;
  margin-bottom: 5rem;
}

.page-buttons-filter__filter {
  max-width: 22rem;
  -webkit-box-flex: 0 0 22rem;
  -moz-box-flex: 0 0 22rem;
  -webkit-flex: 0 0 22rem;
  -ms-flex: 0 0 22rem;
  flex: 0 0 22rem;
}

.page-buttons-filter__list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}

.page-buttons-filter__item {
  margin: 0 1rem 0 0;
}

.page-buttons-filter__btn {
  display: block;
  border: 1px solid #e9e9e9;
  background: #f9f9f9;
  border-radius: .5rem;
  padding: 1.1rem 2.7rem;
  font-size: 1.4rem;
  line-height: 2rem;
  color: #737373;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
  text-decoration: none;
}

.page-buttons-filter__btn:hover {
  background: #f1f1f1;
}

.page-buttons-filter__btn.active {
  background: #5381ac;
  border-color: #5381ac;
  color: #fff;
}

.map-filter-checkbox {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}

.map-filter-checkbox .checkbox-holder {
  margin: 0 1rem 0 0;
  display: block;
  position: relative;
}

.map-filter-checkbox .checkbox-label {
  display: block;
  border: 1px solid #e9e9e9;
  background: #f9f9f9;
  border-radius: .5rem;
  padding: 1.1rem 2.7rem;
  font-size: 1.4rem;
  line-height: 2rem;
  color: #737373;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
  text-decoration: none;
  cursor: pointer;
}

.map-filter-checkbox .checkbox-label:hover {
  background: #f1f1f1;
}

.map-filter-checkbox .checkbox {
  opacity: 0;
  position: absolute;
  left: -9999px;
}

.map-filter-checkbox .checkbox:checked ~ .checkbox-label {
  background: #5381ac;
  border-color: #5381ac;
  color: #fff;
}

.object-box {
  background: #fff;
  box-shadow: 0 0 1.6rem rgba(0, 0, 0, 0.1);
  display: block;
  margin: 0 0 3rem;
  text-decoration: none;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  -o-flex-direction: column;
  flex-direction: column;
  min-height: 23.4rem;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}

.object-box:hover {
  box-shadow: 0 0 3.2rem rgba(0, 0, 0, 0.2);
}

.object-box:hover .object-box__name {
  color: #5381ac;
}

.object-box__frame {
  padding: 2.5rem 3.8rem 2.3rem;
  -webkit-box-flex: 1 1 auto;
  -moz-box-flex: 1 1 auto;
  -webkit-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  -o-flex-direction: column;
  flex-direction: column;
}

.object-box__name {
  font-size: 2rem;
  line-height: 3.1rem;
  font-weight: 600;
  color: #303030;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
  margin: 0 0 3.3rem;
}

.object-box__param {
  color: #8f8f8f;
  font-size: 1.3rem;
  line-height: 1.5rem;
}

.object-box__param p {
  margin: 0 0 1rem;
}

.page-mobile-tools {
  display: none;
}

.page-mobile-tools__row {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  margin: 0 -.7rem;
}

.page-mobile-tools__col {
  max-width: 50%;
  -webkit-box-flex: 0 0 50%;
  -moz-box-flex: 0 0 50%;
  -webkit-flex: 0 0 50%;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 .7rem;
}

.object-social-map {
  height: 44rem;
}

.social-object-info {
  margin: 0 0 4rem;
  font-size: 1.7rem;
  line-height: 2rem;
}

.social-object-info__table {
  background: #f9f9f9;
  border-collapse: collapse;
  width: 100%;
  min-width: 85rem;
  max-width: 85rem;
  table-layout: fixed;
}

.social-object-info__table td {
  padding: 2.3rem 4rem;
  vertical-align: top;
}

.social-object-info__table tr:nth-child(even) {
  background: #f2f2f2;
}

.search-block {
  margin: 0 0 6rem;
  max-width: 117rem;
}

.search-block__row {
  position: relative;
  margin: 0 0 2.2rem;
}

.search-block__input {
  border: none;
  border-bottom: 1px solid #c9c9c9;
  background: none;
  border-radius: 0;
  box-shadow: none;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 1.9rem;
  line-height: 2.4rem;
  padding: 1.7rem 4rem 1.7rem 0;
}

.search-block__btn {
  position: absolute;
  background: url(../images/srch-icon.svg) no-repeat 50% 50%;
  width: 2.4rem;
  height: 2.4rem;
  -webkit-background-size: contain;
  background-size: contain;
  right: 0;
  top: 50%;
  margin-top: -1.2rem;
  text-indent: -9999px;
  overflow: hidden;
  border: none;
  padding: 0;
  cursor: pointer;
}

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

.search-block__finded span {
  color: #acacac;
}

.checkbox-item {
  position: relative;
  display: inline-block;
  padding-left: 3.2rem;
  line-height: 2rem;
  color: #acacac;
}

.checkbox-item__input {
  position: absolute;
  left: -9999px;
}

.checkbox-item__input:not(:checked) + .checkbox-item__elem:after {
  display: none;
}

.checkbox-item__input:checked + .checkbox-item__elem:after {
  display: block;
}

.checkbox-item__label {
  position: relative;
  cursor: pointer;
  font-weight: normal;
}

.checkbox-item__elem {
  position: absolute;
  left: 0;
  top: 0;
  width: 2rem;
  height: 2rem;
  border: 1px solid #9e9e9e;
  background: #fff;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.checkbox-item__elem:after {
  content: '';
  position: absolute;
  width: 1.0rem;
  height: .6rem;
  margin: 0;
  top: .4rem;
  left: .3rem;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  border-bottom: 2px solid #6ab652;
  border-left: 2px solid #6ab652;
}

.search-result {
  margin: 0 0 2rem;
  max-width: 117rem;
}

.search-result__title {
  font-size: 2.5rem;
  line-height: 2.9rem;
  margin: 0 0 2.7rem;
}

.search-result__list {
  margin: 0 0 -3.5rem;
  padding: 0 0 1px;
  list-style: none;
}

.search-result__item {
  margin: 0 0 2.7rem;
}

.search-result__num {
  position: absolute;
  top: 0;
  left: 0;
  color: #626262;
  font-size: 1.4rem;
  line-height: 2rem;
}

.search-result__name {
  color: #255286;
  font-size: 1.5rem;
  line-height: 2rem;
  margin: 0 0 0.8rem;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}

.search-result__name span {
  border-bottom: 1px solid #dfdfdf;
}

.search-result__text {
  margin: 0 0 0.5rem;
}

.search-result__link {
  color: #2d852a;
}

.search-result-elem {
  display: block;
  position: relative;
  padding-left: 2.7rem;
  text-decoration: none;
  color: #818181;
  font-size: 1.3rem;
  line-height: 1.8rem;
}

.search-result-elem:hover .search-result__name {
  color: #4e65aa;
}

.search-result-elem:hover .search-result__name span {
  border: none;
}

.page-description {
  font-size: 2.5rem;
  line-height: 4rem;
  max-width: 107.5rem;
  text-align: justify;
  font-family: "Gotham Pro", sans-serif;
  font-weight: 300;
  margin: 0 0 9.2rem;
}

.director-list {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -1.5rem;
  padding: 0;
  list-style: none;
}

.director-list__item {
  -webkit-box-flex: 0 0 50%;
  -moz-box-flex: 0 0 50%;
  -webkit-flex: 0 0 50%;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
  padding: 0 1.5rem;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.director-item {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  margin-bottom: 10rem;
  text-decoration: none;
}

.director-item:hover .director-item__visual {
  opacity: .85;
}

.director-item__visual {
  max-width: 26.5rem;
  -webkit-box-flex: 0 0 26.5rem;
  -moz-box-flex: 0 0 26.5rem;
  -webkit-flex: 0 0 26.5rem;
  -ms-flex: 0 0 26.5rem;
  flex: 0 0 26.5rem;
  -webkit-transition: opacity 0.2s;
  -moz-transition: opacity 0.2s;
  -o-transition: opacity 0.2s;
  transition: opacity 0.2s;
}

.director-item__visual img {
  width: 100%;
  height: auto;
}

.director-item__frame {
  max-width: 32rem;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 0 0 3rem;
}

.director-item__name {
  font-size: 2rem;
  line-height: 2.7rem;
  margin: 0 0 3.8rem;
  font-family: "Gotham Pro", sans-serif;
  font-weight: normal;
}

.director-item__name span {
  display: block;
}

.director-item__post {
  position: relative;
  padding-top: 2.7rem;
  color: #737373;
  font-size: 1.7rem;
  line-height: 2.9rem;
  font-weight: 300;
}

.director-item__post:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 3.3rem;
  height: 2px;
  background: #56ac3b;
}

.persona {
  margin: 0 0 7.4rem;
}

.persona__name {
  font-family: "Gotham Pro", sans-serif;
  font-weight: 900;
  margin: 0 0 0.7rem;
  font-size: 3.7rem;
  line-height: 6rem;
  color: #000000;
}

.persona__post {
  font-size: 1.7rem;
  line-height: 2.4rem;
  font-family: "Gotham Pro", sans-serif;
  font-weight: 400;
  margin: 0 0 3.4rem;
}

.persona__visual {
  margin: 0 0 3.8rem;
}

.persona__img-link {
  padding: 1rem 0 0;
  font-weight: 400;
}

.persona__img-link a {
  color: #5381ac;
}

.persona__info {
  margin: 0 0 3.2rem;
  font-weight: 400;
  font-size: 1.7rem;
  line-height: 2.8rem;
  color: #3d3d3d;
  max-width: 104.5rem;
}

.persona__title {
  font-weight: 600;
  color: #292929;
  margin: 0 0 1.2rem;
}

.persona__year {
  color: #3d3d3d;
  margin: 0 0 0.2rem;
}

.persona__text {
  margin: 0 0 2.2rem;
}

.special-link {
  display: inline-block;
  vertical-align: top;
  font-size: 1.4rem;
  line-height: 2rem;
  color: #5b5b5b;
  text-decoration: none;
  margin: 6.6rem 0 0;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}

.special-link__icon {
  width: 2.3rem;
  height: 2rem;
  margin: 0 .5rem 0 0;
  background-image: url("data:image/svg+xml,%3Csvg version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 488.85 488.85' xml:space='preserve'%3E%3Cg%3E%3Cpath d='M244.425,98.725c-93.4,0-178.1,51.1-240.6,134.1c-5.1,6.8-5.1,16.3,0,23.1c62.5,83.1,147.2,134.2,240.6,134.2 s178.1-51.1,240.6-134.1c5.1-6.8,5.1-16.3,0-23.1C422.525,149.825,337.825,98.725,244.425,98.725z M251.125,347.025 c-62,3.9-113.2-47.2-109.3-109.3c3.2-51.2,44.7-92.7,95.9-95.9c62-3.9,113.2,47.2,109.3,109.3 C343.725,302.225,302.225,343.725,251.125,347.025z M248.025,299.625c-33.4,2.1-61-25.4-58.8-58.8c1.7-27.6,24.1-49.9,51.7-51.7 c33.4-2.1,61,25.4,58.8,58.8C297.925,275.625,275.525,297.925,248.025,299.625z' fill='%23919191'/%3E%3C/g%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: 50% 50%;
  -webkit-background-size: contain;
  background-size: contain;
  display: inline-block;
  vertical-align: top;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}

.special-link:hover {
  color: #000;
}

.special-link:hover .special-link__icon {
  background-image: url("data:image/svg+xml,%3Csvg version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 488.85 488.85' xml:space='preserve'%3E%3Cg%3E%3Cpath d='M244.425,98.725c-93.4,0-178.1,51.1-240.6,134.1c-5.1,6.8-5.1,16.3,0,23.1c62.5,83.1,147.2,134.2,240.6,134.2 s178.1-51.1,240.6-134.1c5.1-6.8,5.1-16.3,0-23.1C422.525,149.825,337.825,98.725,244.425,98.725z M251.125,347.025 c-62,3.9-113.2-47.2-109.3-109.3c3.2-51.2,44.7-92.7,95.9-95.9c62-3.9,113.2,47.2,109.3,109.3 C343.725,302.225,302.225,343.725,251.125,347.025z M248.025,299.625c-33.4,2.1-61-25.4-58.8-58.8c1.7-27.6,24.1-49.9,51.7-51.7 c33.4-2.1,61,25.4,58.8,58.8C297.925,275.625,275.525,297.925,248.025,299.625z' fill='%23000000'/%3E%3C/g%3E%3C/svg%3E");
}

.fancybox-caption {
  display: none;
}

.select2-dropdown {
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.2);
  border: none;
}

@media only screen and (max-width: 1400px) and (min-width: 1280px) {
  html {
    font-size: 56.25%;
  }
}

@media only screen and (max-width: 1279px) {
  html {
    font-size: 0.78125vw;
  }
}

@media only screen and (max-width: 767px) {
  html {
    font-size: 2.66668vw;
  }
  #header {
    border-bottom: .2rem solid #dadada;
  }
  .header-line {
    display: none;
  }
  .container {
    padding-left: 2rem;
    padding-right: 2rem;
  }
  .main-promo {
    height: 54.7rem;
    display: none;
  }
  .header-frame {
    height: 5rem;
    padding: 0;
  }
  .header-frame__wrap {
    margin-left: -2rem;
    margin-right: -2rem;
  }
  .header-frame__slogan {
    display: none;
  }
  .header-nav {
    display: none;
  }
  .mobile-call {
    display: block;
  }
  .nav-opener {
    display: block;
  }
  .logo-city{
    width: 3.5rem;
    height: 3.8rem;
    margin: 0 0 0 1.1rem;
    background: url(../images/dgs_logo_mom.png) no-repeat;
    background-size: contain;
  }
  .logo-city.logo-dgi  {
    background-image: url(../images/dgi_logo_mom.png);
  }
  .logo {
    width: 4.8rem;
    height: 3.5rem;
    margin: 0 0 0 1.6rem;
     background:url(../images/logo.png) no-repeat;
    background-size: contain;
  }
  .section-info {
    padding: 1.9rem 0 0.6rem;
  }
  .section-info__title {
    font-size: 2rem;
    line-height: 2.8rem;
    margin: 0 0 2.3rem;
  }
  .section-info__columns {
    display: block;
  }
  .section-info__col {
    max-width: 100%;
  }
  .section-info-block {
    box-shadow: 0 0.5rem 1.6rem rgba(0, 0, 0, 0.1);
  }
  .section-info-block__head {
    padding: 2.2rem 1rem 1.9rem;
  }
  .section-info-block__head-title {
    font-size: 2.4rem;
    line-height: 2.7rem;
    margin: 0 0 0.1rem;
  }
  .section-info-block__head-text {
    font-size: 1.35rem;
    line-height: 2.7rem;
    margin: 0;
  }
  .section-info-block__line {
    padding: 1.9rem 1.1rem 1.8rem;
  }
  .section-info-block__line-title {
    font-size: 1.2rem;
    line-height: 1.7rem;
  }
  .section-info-block__line-text {
    font-size: 1.1rem;
    line-height: 1.7rem;
  }
  .section-documents {
    padding: 2.4rem 0 3.6rem;
  }
  .section-documents-info {
    text-align: center;
    max-width: 100%;
    min-width: 0;
    padding: 0;
    margin: 0;
  }
  .section-documents-info__title {
    font-size: 2.2rem;
    line-height: 2.7rem;
    margin: 0 auto 1.2rem;
    max-width: 20rem;
  }
  .section-documents-info__num {
    font-size: 4.8rem;
    line-height: 1;
    margin: 0 0 0.3rem;
  }
  .section-documents-info__help {
    font-size: 1rem;
    line-height: 1;
  }
  .section-documents-info__info {
    margin: 0;
  }
  .section-documents__wrap {
    display: block;
  }
  .section-documents-item {
    width: 17.4rem;
    border-radius: 0.7rem;
    padding: 1.5rem 2rem 1.8rem;
    min-height: 17.1rem;
    font-size: 1rem;
    line-height: 1.5rem;
  }
  .section-documents-item__date {
    font-size: .9rem;
  }
  .section-documents-slider__slide {
    padding: 3.0rem 0.7rem;
  }
  .section-documents-slider .slick-list {
    margin: 0 -.7rem;
    overflow: visible;
  }
  .section-documents-info__button.mobile {
    display: block;
  }
  .section-documents-info__button.desktop {
    display: none;
  }
  .section-documents-info__btn {
    font-size: 1rem;
    line-height: 1.4rem;
    padding: 1.5rem 3rem;
  }
  .section-objects-map__title {
    display: block;
    padding: 2.8rem 2rem;
    font-size: 2.2rem;
    line-height: 1;
    color: #050505;
    font-weight: bold;
    font-family: "Gotham Pro", sans-serif;
    background: #fff;
  }
  .section-objects-map__wrap {
    background: none;
  }
  .section-objects-map-info__header {
    display: none;
  }
  .section-objects-map-info__frame {
    display: none;
  }
  .section-objects-map__info {
    width: 100%;
    height: auto;
    background: none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 2rem;
  }
  .section-objects-map__wrap {
    top: 9.5rem;
    bottom: auto;
    height: auto;
  }
  .section-objects-map-info__sel {
    background: none;
    padding: 0;
  }
  #objects-map {
    height: 43.5rem;
  }
  .select2-container--default .select2-selection--single {
    height: 4.5rem;
  }
  .select2-container--default .select2-selection--single .select2-selection__rendered {
    height: 4.5rem;
    padding: 1.2rem 4rem 1.2rem 1.6rem;
    font-size: 1.1rem;
  }
  .select2-container--default .select2-selection--single .select2-selection__arrow {
    width: 4.5rem;
    height: 4.5rem;
  }
  .section-news {
    padding: 1.4rem 0 2rem;
  }
  .slider-block__title {
    font-size: 2.2rem;
    line-height: 2.8rem;
    margin: 0 0 1.4rem;
  }
  .news-list-item {
    max-width: 17.5rem;
    min-height: 21.3rem;
  }
  .slider-block__list {
    margin: 0 -.7rem;
  }
  .slider-block__list .slick-list {
    overflow: visible;
  }
  .slider-block {
    margin: 0 0 0.3rem;
  }
  .slider-block__list-item {
    padding: 1rem .7rem 1.6rem;
  }
  .news-list-item__frame {
    padding: 0.9rem 1.5rem 1.2rem;
  }
  .news-list-item__text {
    font-size: 1rem;
    line-height: 1.5rem;
  }
  .news-list-item__date {
    font-size: .9rem;
  }
  .news-list-item__title {
    font-size: 1.3rem;
    line-height: 2rem;
    margin: 0 0rem 2rem;
  }
  .label-item {
    font-size: 1rem;
    line-height: 1.2rem;
    padding: 0.2rem 0.8rem;
  }
  .department-item {
    max-width: 17.5rem;
    font-size: .7rem;
    line-height: 1.1rem;
    padding: 1.9rem 1rem 2.2rem 1.8rem;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .department-item__visual {
    width: 3.6rem;
    min-width: 3.6rem;
    max-width: 3.6rem;
    margin: 0 1rem 0 0;
  }
  #footer {
    border-top: .1rem solid #ededed;
    box-shadow: none;
  }
  .footer-frame {
    padding: 0;
  }
  .footer-frame__wrap {
    display: block;
  }
  .footer-logo-item {
    width: auto;
    text-align: center;
    padding: 2.4rem 0;
  }
  .footer-logo {
    margin: 12px auto;
    width: 21.6rem;
    height: 8.5rem;
  }
  .footer-logo-city {
    margin: 12px auto;
  }


  .footer-nav {
    display: block;
    text-align: center;
    border-top: .1rem solid #ededed;
    border-bottom: .1rem solid #ededed;
    margin-left: -2rem;
    margin-right: -2rem;
    padding-left: 2rem;
    padding-right: 2rem;
    padding-top: 2.2rem;
    width: auto;
    font-size: 1.1rem;
    line-height: 1.4rem;
  }
  .footer-nav__list {
    max-width: 100%;
    padding: 0 0 0.2rem;
  }
  .footer-nav__list.inner {
    text-transform: uppercase;
  }
  .footer-nav__list.inner a {
    color: #303030;
    font-weight: bold;
  }
  .footer-nav__list li {
    margin-bottom: 1.8rem;
  }
  .footer-contacts {
    width: auto;
    text-align: center;
    margin-left: 0;
    padding: 1.8rem 0 2.5rem;
  }
  .footer-contacts__phone {
    font-size: 2rem;
    font-family: "Gotham Pro", sans-serif;
    margin: 0 0 1.5rem;
  }
  .footer-contacts__address {
    font-size: 1.1rem;
    line-height: 1.4rem;
    margin: 0 0 2.1rem;
    padding: 0;
  }
  .footer-social {
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    -o-justify-content: center;
    justify-content: center;
  }
  .footer-social__link {
    width: 3.2rem;
    height: 3.2rem;
    font-size: 1.5rem;
    line-height: 3.2rem;
  }
  .footer-row {
    padding: 0;
  }
  .footer-row__wrap {
    display: block;
  }
  .footer-row__copy {
    text-align: center;
    max-width: 20rem;
    margin-left: auto;
    margin-right: auto;
    padding: 1.9rem 0 2.2rem;
    font-size: .9rem;
    line-height: 1.5rem;
  }
  .footer-row__created {
    border-top: .1rem solid #ededed;
    margin-left: -2rem;
    margin-right: -2rem;
    padding: 1.5rem 2rem;
    text-align: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    -o-justify-content: center;
    justify-content: center;
  }
  .footer-row__created .created-text {
    font-size: .9rem;
    line-height: 1.5rem;
  }
  .created-logo {
    width: 6.5rem;
    height: 1.5rem;
    font-size: 6.5rem;
  }
  .created-logo .icon-freshmru {
    line-height: 1.5rem;
  }
  .nav-active .mobile-menu {
    display: block;
  }
  .content-section {
    padding: 2.4rem 0;
  }
  .page-title {
    font-size: 2rem;
    line-height: 2.8rem;
    margin-bottom: 2.3rem;
  }
  .page-title.inner {
    font-weight: bold;
    margin-bottom: 2.2rem;
  }
  .page-title.inner2 {
    margin-bottom: .3rem;
  }
  .page-title.inner3 {
    margin-bottom: 1.8rem;
  }
  .page-filter {
    padding: 1.3rem 0 2.1rem;
    margin-bottom: 3rem;
  }
  .page-filter__row {
    display: block;
    margin: 0;
  }
  .page-filter__item {
    margin: 0;
    padding: 0.6rem 0 1rem;
    display: block;
  }
  .page-filter__input {
    -webkit-box-flex: 1 1 auto;
    -moz-box-flex: 1 1 auto;
    -webkit-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    width: 100%;
  }
  .page-filter__label {
    margin: 0 0 0.4rem;
    font-size: 1rem;
  }
  .content-table {
    font-size: 1.1rem;
    line-height: 2rem;
    margin-left: -2rem;
    margin-right: -2rem;
    padding-left: 2rem;
    padding-right: 2rem;
  }
  .content-table__table th {
    padding: 1.6rem 1rem;
    font-size: 1rem;
  }
  .content-table__table th:first-child {
    padding-left: 2rem;
  }
  .content-table__table td {
    padding: 1.6rem 1rem;
  }
  .content-table__table td:first-child {
    padding-left: 2rem;
  }
  .content-table__table .num {
    font-size: 1rem;
  }
  .content-table__table .status {
    font-size: 1rem;
  }
  .page-tags-wrap {
    overflow-x: auto;
    white-space: nowrap;
    margin-bottom: 2rem;
    margin-left: -2rem;
    margin-right: -2rem;
    padding-left: 2rem;
    padding-right: 2rem;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
  }
  .page-buttons-filter {
    overflow-x: auto;
    white-space: nowrap;
    margin-bottom: 2rem;
    margin-left: -2rem;
    margin-right: -2rem;
    padding-left: 2rem;
    padding-right: 2rem;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
  }
  .page-buttons-filter__list {
    -webkit-box-flex: 1 1 auto;
    -moz-box-flex: 1 1 auto;
    -webkit-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
  }
  .page-buttons-filter__btn {
    font-size: 1rem;
    line-height: 1.4rem;
    padding: 0.9rem 2.3rem;
  }
  .map-filter-checkbox {
    -webkit-box-flex: 1 1 auto;
    -moz-box-flex: 1 1 auto;
    -webkit-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
  }
  .map-filter-checkbox .checkbox-label {
    font-size: 1rem;
    line-height: 1.4rem;
    padding: 0.9rem 2.3rem;
  }
  .page-tags {
    margin: 0;
    font-size: 1rem;
    padding: 0rem 0 1.6rem;
    -webkit-box-flex: 1 1 auto;
    -moz-box-flex: 1 1 auto;
    -webkit-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
  }
  .page-tags__item {
    padding-left: 1.5rem;
  }
  .page-tags__item:before {
    display: none;
  }
  .page-tags__item:first-child {
    padding-left: 0;
  }
  .page-tags__item:last-child {
    padding-right: 2rem;
  }
  .news-list {
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-top: .5rem;
    padding-bottom: 0;
  }
  .news-list__item {
    max-width: 100%;
    -webkit-box-flex: 0 0 100%;
    -moz-box-flex: 0 0 100%;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    margin: 0 0 2rem;
  }
  .news-list .news-list-item {
    max-width: 100%;
    min-height: 37.7rem;
  }
  .news-list .news-list-item.video {
    min-height: 24rem;
  }
  .news-list .news-list-item__frame {
    padding: 2.8rem 1.9rem 2.2rem;
  }
  .news-list .news-list-item__text {
    font-size: 1.5rem;
    line-height: 2.4rem;
  }
  .news-list .news-list-item__date {
    font-size: 1.2rem;
  }
  .news-list .news-list-item__title {
    font-size: 2.5rem;
    line-height: 3.3rem;
    margin: 0 0rem 4rem;
  }
  .news-list .news-list-item__video-label {
    top: 1.6rem;
    right: 2rem;
  }
  .news-list .news-list-item__video-date {
    left: 2rem;
    top: 1.5rem;
    font-size: 1.3rem;
    line-height: 2.2rem;
  }
  .news-list .news-list-item__video-date strong {
    font-size: 2.2rem;
  }
  .news-list .news-list-item__video-play {
    width: 3rem;
    line-height: 3.6rem;
    margin: -1.8rem 0 0 -1.5rem;
  }
  .news-list .news-list-item__video-title {
    font-size: 1.5rem;
    line-height: 2.1rem;
    left: 2rem;
    right: 2rem;
  }
  .news-list .label-item {
    font-size: 1.4rem;
    line-height: 1.6rem;
    padding: 0.7rem 1.6rem;
  }
  .breadcrumbs {
    font-size: .9rem;
    margin: 0 0 1.2rem;
    padding: 2.5rem 0 0;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .article {
    font-size: 1.2rem;
    line-height: 2.1rem;
    margin-bottom: 0;
  }
  .article p {
    margin-bottom: 2rem;
  }
  .article h3 {
    font-size: 1.2rem;
    line-height: 2rem;
    margin: 0 0 0.6rem;
    font-weight: bold;
  }
  .article ul:not([class]),
  .article .text-list {
    margin: 0 0 2rem;
  }
  .article ul:not([class]) li,
  .article .text-list li {
    margin: 0 0 0.6rem;
    padding-left: 3.6rem;
  }
  .article ul:not([class]) li:before,
  .article .text-list li:before {
    width: 1.2rem;
    top: 0.9rem;
    left: 0.9rem;
  }
  .article__title {
    font-size: 1.6rem;
    line-height: 2.4rem;
    margin: 0 0 1.8rem;
  }
  .article__nav {
    font-size: 1.1rem;
    margin: 0 0 2.5rem;
  }
  .article__visual {
    margin-left: -2rem;
    margin-right: -2rem;
    margin-bottom: 1.7rem;
  }
  .article__tools {
    margin-top: 3.4rem;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: -2rem;
    margin-right: -2rem;
    padding: 0;
  }
  .article__next-article {
    -webkit-box-flex: 1 1 auto;
    -moz-box-flex: 1 1 auto;
    -webkit-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 2.9rem 2rem;
  }
  .article__share {
    -webkit-box-ordinal-group: 2;
    -moz-box-ordinal-group: 2;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
    -webkit-box-flex: 1 1 auto;
    -moz-box-flex: 1 1 auto;
    -webkit-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 2.9rem 2rem;
    border-top: 1px solid #ededed;
  }
  .article__share-label {
    font-size: 1.2rem;
  }
  .article__footer {
    padding: 2.2rem 2rem;
    margin-left: -2rem;
    margin-right: -2rem;
  }
  .article-slider .slick-arrow {
    width: 2.8rem;
    height: 2.8rem;
    margin-top: -1.4rem;
  }
  .article-slider .slick-prev {
    left: 2rem;
  }
  .article-slider .slick-next {
    right: 2rem;
  }
  .btn {
    display: block;
    width: 100%;
    font-size: 1rem;
    padding: 1.3rem 2rem;
  }
  .article-tags__label {
    margin: 0.3rem 1rem 0 0;
  }
  .article-tag {
    font-size: .9rem;
    line-height: 1.2rem;
    padding: 0.3rem 0.4rem;
  }
  .about-section {
    padding: 2.3rem 0 2.3rem;
  }
  .about-section__block {
    font-size: 1rem;
    line-height: 2rem;
  }
  .about-section__block p {
    margin: 0 0 2rem;
  }
  .about-section__block .page-title {
    margin-bottom: 1.7rem;
  }
  .about-visual-section {
    padding: 5.1rem 0 7.1rem;
  }
  .about-visual-section__title {
    font-size: 1.4rem;
    line-height: 2.3rem;
    margin-bottom: 1.9rem;
    max-width: 100%;
  }
  .about-visual-section__text {
    font-size: 1rem;
    line-height: 1.6rem;
    margin-bottom: 2.9rem;
    max-width: 100%;
  }
  .award-item {
    margin-left: 0;
    margin-right: 2rem;
    min-height: 17.5rem;
    padding: 2.6rem 1rem 1rem;
    font-size: .9rem;
    line-height: 1.3rem;
    max-width: 18rem;
  }
  .award-item__visual {
    height: 5rem;
    margin: 0 3.5rem 1.3rem;
  }
  .award-item__visual img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
  }
  .about-slider .slick-list {
    overflow: visible;
  }
  .about-info-section {
    padding: 2.4rem 0;
  }
  .block-title {
    font-size: 2rem;
    line-height: 2.3rem;
    margin: 0 0 2.4rem;
  }
  .principe-list {
    padding: 1.3rem 0 0.1rem;
    margin: 0 0 -2.8rem;
  }
  .principe-list__item {
    margin: 0 0 4.7rem;
  }
  .principe-item {
    display: block;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 0 0 0 2.8rem;
    position: relative;
  }
  .principe-item__head {
    padding: 0;
    position: static;
    max-width: 27rem;
    margin: 0 0 1.8rem;
  }
  .principe-item__num {
    font-size: 1.3rem;
    line-height: 1.4rem;
  }
  .principe-item__title {
    font-size: 1.8rem;
    line-height: 2.5rem;
  }
  .principe-item__text {
    font-size: 1rem;
    line-height: 2rem;
  }
  .requisites__link {
    font-size: 1.2rem;
    line-height: 1.8rem;
  }
  .requisites__item {
    margin: 0 0 2.6rem;
  }
  .requisites__visual {
    max-width: 3.9rem;
    margin: 0 2.3rem 0 2rem;
    -ms-align-self: center;
    align-self: center;
  }
  .requisites__visual img {
    width: 100%;
    height: auto;
  }
  .page-head {
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap;
    display: block;
    margin-bottom: 2rem;
  }
  .page-head .page-title {
    margin-bottom: 0;
  }
  .page-head .page-title.has-mob-indent {
    margin-bottom: 2.9rem;
  }
  .object-list {
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap;
    display: block;
  }
  .object-list__item {
    max-width: 100%;
    -webkit-box-flex: 1 1 100%;
    -moz-box-flex: 1 1 100%;
    -webkit-flex: 1 1 100%;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
  }
  .object-item {
    min-height: 32.9rem;
    margin: 0 0 1.7rem;
  }
  .object-item__frame {
    padding: 2.5rem 2rem 1.5rem;
  }
  .object-item__name {
    font-size: 1.5rem;
    line-height: 2rem;
    margin: 0 0 1rem;
  }
  .object-item__price {
    font-size: 1.1rem;
  }
  .object-item__footer {
    font-size: 1.1rem;
  }
  .object-item__street {
    padding-left: 1.6rem;
    margin: 0 0.9rem 0 0;
  }
  .object-item__street-icon {
    width: .8rem;
    height: .8rem;
    top: 0.8rem;
  }
  .object-item__walk {
    font-size: 1rem;
    padding-left: 1.2rem;
  }
  .object-item__walk:before {
    width: .7rem;
    height: 1.4rem;
    margin-top: -.7rem;
  }
  .main-head__frame {
    display: block;
    padding: 38.2rem 0 2.2rem;
  }
  .main-head__title {
    font-size: 3rem;
    line-height: 3.6rem;
    margin: 0 0 1.6rem;
  }
  .main-head__button {
    display: none;
  }
  .main-head__text {
    font-size: 1.7rem;
    line-height: 2rem;
    margin: 0 0 1rem;
  }
  .main-head__street {
    padding-left: 1.6rem;
    margin: 0 1.4rem 0 0;
    font-size: 1rem;
  }
  .main-head__street-icon {
    width: .8rem;
    height: .8rem;
    top: 0.8rem;
  }
  .main-head__walk {
    font-size: 1rem;
    padding-left: 1.2rem;
  }
  .main-head__walk:before {
    width: .7rem;
    height: 1.4rem;
    margin-top: -.7rem;
  }
  .object-section {
    padding: 2.3rem 0;
  }
  .object-block {
    margin: 0 0 2.7rem;
  }
  .object-block__title {
    font-size: 1.6rem;
    line-height: 2rem;
    margin: 0 0 0.2rem;
  }
  .object-table {
    margin-left: -2rem;
    margin-right: -2rem;
    margin-bottom: 2rem;
    /* padding-left: 2rem; */
    /* padding-right: 2rem; */
    overflow: visible;
  }
  .object-table__table {
    table-layout: auto;
  }
  .object-table__table th {
    font-size: .9rem;
    line-height: 1.2rem;
    padding: 1.8rem 0;
    white-space: nowrap;
  }
  .object-table__table td {
    padding: 2rem 0 2rem 1rem;
    font-size: 1rem;
    line-height: 1.4rem;
  }
  .object-table__sort {
    padding-left: 0.6rem;
  }
  .object-table__sort:before {
    left: 0;
    width: 0.4rem;
    height: 0.4rem;
    border-width: .1rem;
  }
  .object-table__sort.up:before {
    margin-top: 0.2rem;
  }
  .object-table-frame {
    padding: 0 2rem 0 0;
    min-width: 49rem;
  }
  .object-table-wrap {
    padding: 0 2rem 0;
    overflow-x: auto;
  }
  .hide-mobile {
    display: none !important;
  }
  .page-buttons-filter.bordered {
    padding-bottom: 0;
    margin-bottom: 2rem;
    border: none;
  }
  .page-buttons-filter.bordered .page-buttons-filter__list {
    border-bottom: 1px solid #e9e9e9;
    padding-bottom: 2rem;
  }
  .page-mobile-tools {
    display: block;
    margin-bottom: 2rem;
  }
  .page-mobile-tools .btn {
    text-transform: none;
    letter-spacing: 0;
    padding: 0.6rem 2rem;
  }
  .page-mobile-tools .btn-outline-green {
    background: #fff;
  }
  .page-mobile-tools .select2-container--form-select .select2-selection {
    height: 3.3rem;
  }
  .page-mobile-tools .select2-container.select2-container--form-select .select2-selection__rendered {
    font-size: 1rem;
    line-height: 1.4rem;
    padding: 0.9rem 2.4rem 0.9rem 1.4rem;
  }
  .page-mobile-tools .select2-container.select2-container--form-select .select2-selection__rendered:before {
    right: 1rem;
  }
  .object-box {
    min-height: 18.1rem;
    margin: 0 0 2rem;
  }
  .object-box__frame {
    padding: 2rem 2.9rem;
  }
  .object-box__name {
    font-size: 1.5rem;
    line-height: 2.4rem;
    margin: 0 0 2.5rem;
  }
  .object-box__param {
    font-size: 1rem;
    line-height: 1.2rem;
  }
  .object-box__param p {
    margin: 0 0 .7rem;
  }
  .object-social-map {
    height: 36.6rem;
  }
  .object-section .breadcrumbs {
    padding: 0;
  }
  .social-object-info {
    margin-left: -2rem;
    margin-right: -2rem;
    padding-left: 2rem;
    padding-right: 2rem;
    margin-bottom: 1.2rem;
    overflow-x: auto;
  }
  .social-object-info__table {
    table-layout: auto;
    min-width: 37rem;
  }
  .social-object-info__table td {
    padding: 1.8rem 2rem 1.8rem;
    font-size: 1.2rem;
    line-height: 1.4rem;
  }
  .search-block {
    margin: 0 0 3.4rem;
  }
  .search-block__input {
    font-size: 1.4rem;
    padding: 1.2rem 4rem 1.2rem 0;
  }
  .search-block__btn {
    width: 2rem;
    height: 2rem;
    margin-top: -1rem;
  }
  .search-block__row {
    margin: 0 0 1.5rem;
  }
  .search-block__tools {
    font-size: 1.1rem;
    line-height: 1.5rem;
  }
  .checkbox-item {
    padding-left: 2.1rem;
    font-size: 1.1rem;
    line-height: 1.5rem;
  }
  .checkbox-item__elem {
    width: 1.5rem;
    height: 1.5rem;
  }
  .checkbox-item__elem:after {
    width: 0.6rem;
    height: 0.4rem;
    top: .2rem;
  }
  .search-result__title {
    display: none;
  }
  .search-result__num {
    display: none;
  }
  .search-result__name {
    font-size: 1.1rem;
    line-height: 1.9rem;
    margin: 0 0 0.4rem;
  }
  .search-result__text {
    margin: 0 0 0rem;
  }
  .search-result-elem {
    font-size: .9rem;
    line-height: 1.5rem;
    padding: 0;
  }
  .page-description {
    font-size: 1rem;
    line-height: 2rem;
    max-width: 100%;
    margin: 0 0 3rem;
  }
  .director-list {
    display: block;
  }
  .director-list__item {
    max-width: 100%;
  }
  .director-item {
    margin: 0 0 3.6rem;
  }
  .director-item__visual {
    min-width: 15.3rem;
    -webkit-box-flex: 0 0 15.3rem;
    -moz-box-flex: 0 0 15.3rem;
    -webkit-flex: 0 0 15.3rem;
    -ms-flex: 0 0 15.3rem;
    flex: 0 0 15.3rem;
  }
  .director-item__frame {
    -webkit-box-flex: 1 1 auto;
    -moz-box-flex: 1 1 auto;
    -webkit-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    max-width: none;
    padding: 0 0 0 2rem;
  }
  .director-item__name {
    font-size: 1.3rem;
    line-height: 1.8rem;
    margin: 0 0 2rem;
  }
  .director-item__post {
    font-size: 1rem;
    line-height: 1.7rem;
    padding: 1.7rem 0 0;
  }
  .director-item__post:before {
    width: 2.3rem;
  }
  .persona__name {
    font-size: 2rem;
    line-height: 2.8rem;
    margin: 0 0 1rem;
  }
  .persona__post {
    font-size: 1.1rem;
    line-height: 2rem;
    margin: 0 0 2.4rem;
  }
  .persona__visual {
    max-width: 23.3rem;
    margin: 0 0 2rem;
  }
  .persona__visual img {
    max-width: 100%;
    width: 100%;
    height: auto;
  }
  .persona__img-link {
    font-size: 1.1rem;
    padding: 0.2rem 0 0;
  }
  .persona__info {
    font-size: 1.2rem;
    line-height: 2.1rem;
    margin: 0 0 2.2rem;
  }
  .persona__title {
    font-size: 1.3rem;
    margin: 0 0 0.8rem;
  }
  .persona__text {
    margin: 0 0 1.4rem;
  }
  .special-link {
    padding-top: 2.4rem;
    border-top: 1px solid #ededed;
    display: block;
    margin: 2.3rem -2rem 0;
    font-size: 1.1rem;
  }
  .section-objects-map-message {
    width: 33.5rem;
  }
  .section-objects-map-message .section-objects-map-block__visual img {
    width: 100%;
    height: auto;
  }
  .section-objects-map-message .section-objects-map-block__name {
    font-weight: 600;
  }
  .section-objects-map-message .fancybox-close-small {
    width: 2.7rem;
    height: 2.7rem;
    background: #3d3d3d;
    border-radius: 50%;
    padding: 0.5rem;
    top: 1rem;
    right: 1rem;
    color: #fff;
  }
  .fancybox-slide--video {
    background: #fff;
    padding: 0;
  }
  .fancybox-caption {
    position: absolute;
    top: 0;
    left: 0;
    bottom: auto;
    width: 100%;
    background: none;
    border-bottom: 1px solid #ededed;
    padding: 1.5rem 5rem 1.5rem 2rem;
    display: block;
    height: 5rem;
    font-size: 1.3rem;
    line-height: 2rem;
    font-weight: bold;
    font-family: "Gotham Pro", sans-serif;
    text-align: left;
    color: #000;
    margin: 0;
  }
  .fancybox-close-small {
    /* position: fixed; */
    position: absolute;
    z-index: 2;
    width: 5rem;
    height: 5rem;
    padding: 0;
    color: #636363;
  }
  .fancybox-slide--video .fancybox-close-small {
    position: fixed;
  }
  .fancybox-slide--html {
    padding: 0;
  }
  .fancybox-slide--html .fancybox-close-small {
    padding: 0;
    right: .5rem;
  }
  .fancybox-close-small {
    padding: 0;
    right: .5rem;
    background: url(../images/close-modal.png) no-repeat 50% 50%;
    background-size: 2rem 2rem;
  }
  .fancybox-close-small svg {
    display: none;
  }
  .fancybox-content {
    width: 100vw;
    height: 100vh;
  }
  .modal-item {
    width: 100%;
    padding: 0 2rem 2rem;
  }
  .modal-item__title {
    font-size: 2rem;
    line-height: 3rem;
    border-bottom: 1px solid #ededed;
    margin: 0 -2rem 2.3rem;
    height: 5.1rem;
    padding: 1.5rem 5rem 1.5rem 2rem;
    font-size: 1.3rem;
    line-height: 2rem;
    font-weight: bold;
    font-family: "Gotham Pro", sans-serif;
    text-align: left;
  }
  .modal-item__text {
    font-size: 1.2rem;
    line-height: 1.7rem;
    color: #7b7172;
    margin: 0 0 2.6rem;
  }
  .form-sended {
    padding: 3rem 0;
  }
  .form-sended__visual {
    padding: 3rem 0 3.4rem;
  }
  .form-sended__text {
    font-size: 2rem;
    line-height: 3rem;
  }
  .select2 {
    display: none !important;
  }
  .custom-select, .form-select-multiple,
  .form-select {
    border: 1px solid #e1e1e1;
    border-radius: .4rem;
    box-shadow: inset 0 1px 4px rgba(0, 0, 0, 0.06);
    height: 4.5rem;
    background: #fff;
    padding: 1rem 3rem 1rem 1.5rem;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 1.1rem;
    line-height: 2.3rem;
    -webkit-appearance: none;
    -moz-appearance: none;
    -o-appearance: none;
    -ms-appearance: none;
    appearance: none;
    /* background-image: url(../images/arrow_select.svg); */
    background-repeat: no-repeat;
    background-position: right 1.5rem center;
    background-image: url("..assets/images/arrow_select2.png");
    -webkit-background-size: 1.1rem .7rem;
    background-size: 1.1rem .7rem;
    /* &:before {
			content: '';
			position: absolute;
			top: 50%;
			right: 2rem;
			margin: -.5rem 0 0 0;
			box-sizing: border-box;
			border-bottom: .2rem solid #818181;
			border-left: .2rem solid #818181;
			width: .8rem;
			height: .8rem;
			-webkit-transform: rotate(-45deg);
			-ms-transform: rotate(-45deg);
			-o-transform: rotate(-45deg);
			transform: rotate(-45deg);
		} */
  }
  .form-select-multiple,
  .form-select {
    height: 4.1rem;
  }
  .page-mobile-tools .form-select {
    height: 3.2rem;
    border-radius: 0;
    box-shadow: none;
    padding: 0 0 0 1.5rem;
    font-size: 1rem;
    color: #818181;
    border-color: #e1e1e1;
    font-family: "Roboto", sans-serif;
    background-repeat: no-repeat;
    background-position: right 1rem center;
    background-image: url("..assets/images/select4.png");
    -webkit-background-size: .7rem .5rem;
    background-size: .7rem .5rem;
  }
  .page-mobile-tools .btn-outline-green {
    box-shadow: inset 0 0 0 1px #e1e1e1;
    font-weight: normal;
    border: none;
    font-family: "Roboto", sans-serif;
  }
  .page-mobile-tools .btn-outline-green .btn-marker-icon {
    background: url(../images/marker-icon.svg) no-repeat 50% 50%;
    width: 1rem;
    height: 1rem;
    -webkit-background-size: contain;
    background-size: contain;
    margin: 0.5rem 0.5rem 0 -0.5rem;
  }
  .form-control {
    height: 4.4rem;
    font-size: 1.1rem;
    line-height: 2rem;
    padding: 1.2rem 1.3rem;
  }
  textarea.form-control {
    height: 20.4rem;
  }
  .form-row {
    margin-bottom: 2.4rem;
  }
  .form-help {
    font-size: 1rem;
    line-height: 1.7rem;
    margin: -1rem 0 1.5rem;
  }
  .tltp .fancybox-close-small svg {
    /* display: block; */
  }
  .tltp .fancybox-content {
    width: 30.5rem;
    height: auto;
  }
  .tltp .fancybox-close-small {
    position: absolute;
    background: #3d3d3d url(../images/close3.png) no-repeat 50% 50%;
    -webkit-background-size: 1rem;
    background-size: 1rem;
  }
  .tltp .section-objects-map-block__visual {
    height: 16.6rem;
  }
  .tltp .section-objects-map-block__name {
    font-size: 1.485rem;
    margin: 0 0 0.8rem;
  }
  .tltp .section-objects-map-block__frame {
    font-size: 1.072rem;
    line-height: 2rem;
    padding: 2.1rem 2.2rem 3rem;
  }
  .tltp .section-objects-map-block__dl {
    margin: 0 0 .2rem;
  }
  .input-holder__label {
    font-size: 1.1rem;
    line-height: 1.7rem;
    left: 1.4rem;
    right: 1.4rem;
    top: 0.9rem;
    background: none !important;
  }
  .form-control {
    padding: 1.6rem 1.3rem 0.8rem;
  }
  .input-holder .error-text {
    position: absolute;
    top: 100%;
    right: 0;
    font-size: .9rem;
    line-height: 1.1rem;
    margin: 0.2rem 0 0;
  }
  .input-holder.parent-focus .input-holder__label,
  .input-holder.parent-active .input-holder__label {
    font-size: .9rem;
  }
  .content-table-button {
    padding: 0 0 1.5rem;
  }
  .content-table-button.mob-indent1 {
    padding-top: 1.3rem;
  }
  .object-item__label {
    top: 1.6rem;
    left: 1.6rem;
  }
  .object-item__label .label-item {
    padding: 0.6rem 1rem;
    font-size: .9rem;
  }
  .search-result__list {
    margin-bottom: -2.1rem;
  }
}
.iframe-wrap iframe {
  max-width: 100%; 
}
@media screen and (max-width: 767px){
  .iframe-wrap {
    margin: 0 -2rem;
  }
}

@media screen and (min-width: 767px){
  .select2-results__options {
    padding: 10px 0px;
  }
}

/* add 11.12.2019 */
.page-filter__item {
  min-width: 0;
  -webkit-box-flex:1 1 auto;
  -moz-box-flex: 1 1 auto;
  -webkit-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
.search-input {
  position: relative;
}
.search-input__input {
  padding: 1rem 7rem 1rem 2rem;
  font-size: 1.4rem;
  line-height: 2.3rem;
  margin: 0;
  list-style: none;
  background: #fff;
  border-radius: .4rem;
  box-shadow: inset 0 1px 4px rgba(0, 0, 0, 0.06);
  border: 1px solid #e1e1e1;
  height: 4.5rem;
  width: 100%;
  color: #4b4b4b;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.search-input__button {
  position: absolute;
  width: 3rem;
  height: 3rem;
  background: none;
  border: none;
  border-radius: 0;
  padding: 0;
  top: 50%;
  right: 1rem;
  margin-top: -1.5rem;
  text-align: center;
  color: #43a438;
  font-size: 1.8rem;
  line-height: 3rem;
  cursor: pointer;
  pointer-events: none;
  opacity: .5;
}
.search-input__button span {
  vertical-align: top;
  display: inline-block;
  margin-top: 0.6rem;
} 
.search-input__clear {
  position: absolute;
  width: 3rem;
  height: 3rem;
  background: none;
  border: none;
  border-radius: 0;
  padding: 0;
  top: 50%;
  right: 4rem;
  margin-top: -1.5rem;
  background: none;
  cursor: pointer;
  display: none;
}
.search-input__clear:before,
.search-input__clear:after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 16px;
  height: 2px;
  background: #919191;
  margin: -1px 0 0 -8px;
}
.search-input__clear:before {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
.search-input__clear:after {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.search-input.has-val .search-input__clear{
  display: block;
}
.search-input.has-val .search-input__button {
  opacity: 1;
  pointer-events: auto;
}

/*update form*/

.pr-sorting-form .page-filter__row{
  margin: 0 -1.5rem;
}
.pr-sorting-form .page-filter__item{
  display: block!important;
  width: 20%;
  flex: 0 0 20%;
  margin: 0;
  padding: 0 1.5rem;
  box-sizing: border-box;
}
.pr-sorting-form .page-filter__label{
  margin: 0 0 1.6rem;
}
.search-input .has-drop{
  display: none;
  position: absolute;
  z-index: 1;
  left: 0;
  right: 0;
  top: 100%;
  margin-top: 3px;
  border: 1px solid #e2e2e2;
  box-shadow: 0 3px 7px rgb(0 0 0 / 18%);
  background: #ffffff;
}
.search-input .has-drop ul{
  margin: 0;
  padding: 10px 0px;
  list-style: none;
}
.search-input.open .has-drop{
  display: block;
}
.search-input .has-drop li{
  font-size: 1.4rem;
  line-height: 1;
  color: #4b4b4b;
}
.search-input.open .has-drop a{
  display: block;
  padding: 1rem 1rem 1rem 2.5rem;
  text-decoration: none;
  color: #4b4b4b;
}
.search-input.open .has-drop a:hover{
  background: #f3f3f3;
}
.input-area{
  display: flex;
  background: #fff;
  border-radius: .4rem;
  box-shadow: inset 0 1px 4px rgb(0 0 0 / 6%);
  border: 1px solid #e1e1e1;
  overflow: hidden;
}
.input-area .holder-input:first-child{
  border-right: 1px solid #e1e1e1;
}
.input-area input{
  height: 4.5rem;
  width: 100%;
  box-sizing: border-box;
  border: none;
  font-size: 1.4rem;
  line-height: 1.5rem;
  color: #4b4b4b;
  padding: 0 1.9rem;
  background: #ffffff;
}

.pr-sorting-form .holder-label{
  display: flex;
  justify-content: space-between;
}
.pr-sorting-form .holder-label.active .reset{
  visibility: visible;
}
.pr-sorting-form .reset{
  visibility: hidden;
  font-size: 1.4rem;
  line-height: 1;
  color: #50aa45;
  text-decoration: none;
}
.pr-table th{
  font-size: 1.3rem;
  padding: 2.5rem 1.5rem;
}
.pr-table th a{
  display: inline-block;
  vertical-align: top;
  min-height: 4rem;
  position: relative;
  padding-bottom: 1rem;
  text-decoration: none;
  font-size: 1.3rem;
  line-height: 1.3;
  color: #5381ac;
  font-weight: 400;
}
.pr-table th a:before{
  content: '';
  position: absolute;
  top: 100%;
  left: 0;
  margin: -.5rem 0 0 0;
  box-sizing: border-box;
  border-bottom: .2rem solid #5381ac;
  border-left: .2rem solid #5381ac;
  width: .8rem;
  height: .8rem;
  transform: rotate(-45deg);
}
.pr-table th a.active{
  color: #2b577f;
}
.pr-table th a.active:before{
  margin-top: 0;
  transform: rotate(135deg);
  border-color: #2b577f;
}
.pr-table td{
  padding: 2.5rem 2rem;
  line-height: 1.3;
}
.pr-table .status{
  padding-left: 1.2rem;
}
.pr-table .status.show-on-m{
  padding: 0;
}
.pr-table .status.show-on-m:before{
  display: none;
}
.pr-table .status:before{
  width: .8rem;
  top: .4rem;
  height: .8rem;
}
.icon-tip{
  visibility: hidden;
}

/*767*/

@media screen and (max-width: 767px){
  .center-text-link{
    text-align: center;
  }
  .pr-sorting-form .holder-label {
    padding: .5rem 0 0;
  }
  .pr-sorting-form .page-filter__item{
    width: 100%;
    flex: 100%;
    margin-bottom: 1.6rem;
  }
  .pr-sorting-form .page-filter__label {
    margin: 0 0 .3rem;
  }
  .pr-sorting-form .reset{
    font-size: 1.2rem;
  }
  .pr-table{
    padding-left: 0;
  }
  .pr-table th {
    font-size: 1rem;
    padding: 2rem 1.5rem 1rem;
    vertical-align: top;
  }
  .pr-table th a{
    font-size: 1rem;
    display: block;
    min-height: 5.5rem;
  }
  .pr-table th a:before{
    margin: -.9rem 0 0 0;
  }
  .pr-table th a.active:before {
    margin-top: -.5rem;
  }
  .content-table__table .status{
    white-space: nowrap;
  }
  .pr-table .status.show-on-m{
    padding: 0 0 0 1.1rem;
  }
  .pr-table .status.show-on-m:before{
    display: block;
  }
  .pr-table .status.hide-on-m{
    padding: 0 ;
  }
  .pr-table .status.hide-on-m:before{
    display: none;
  }
  .pr-table .status:before{
    width: .6rem;
    height: .6rem;
    top: .6rem;
  }
  .pr-table{
    position: relative;
  }
  .icon-tip{
    visibility: visible;
    position: absolute;
    left: 50%;
    top: 50%;
    width: 5rem;
    height: 5rem;
    background: url(../images/touch-mouse.png) no-repeat 50% 50%;
    background-size: contain;
    border-radius: 50%;
    overflow: hidden;
  }

}