body {
  font-family: "CenturyGothic";
  margin: 0;
  color: #000;
  background: #fff;
  padding-top: 129px;
}

body.lock {
  overflow: hidden;
}

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

a {
  color: inherit;
  text-decoration: none;
  word-break: break-all;
}

button,
input {
  outline: none;
}

button,
a {
  cursor: pointer;
}

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

.soc__wrapper .inst {
  width: 29px;
  height: 28px;
  background: url(../images/icons/inst.png);
}

.soc__wrapper .vk {
  width: 28px;
  height: 28px;
  background: url(../images/icons/vk.png);
}

.soc__wrapper .viber {
  width: 27px;
  height: 28px;
  background: url(../images/icons/vider.png);
  margin-bottom: -2px;
}

.soc__wrapper .whatsapp {
  width: 27px;
  height: 27px;
  background: url(../images/icons/whatsapp.png);
  margin-bottom: -2px;
}

.soc__wrapper .tg {
  width: 25px;
  height: 25px;
  background: url(../images/icons/tg.png);
}

.soc__wrapper a {
  display: block;
  margin-right: 15px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.soc__wrapper a:last-of-type {
  margin-right: 0;
}

.soc__wrapper a:hover {
  -webkit-transform: scale(0.9);
      -ms-transform: scale(0.9);
          transform: scale(0.9);
}

.how__to__get {
  color: #264e9d;
  font-size: 14px;
  position: relative;
  padding-left: 20px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.how__to__get span {
  text-decoration: underline;
}

.how__to__get:after {
  content: '';
  width: 15px;
  height: 18px;
  background: url(../images/icons/geo.png);
  position: absolute;
  left: 0;
  top: 0;
}

.search__form {
  width: 150px;
  height: 27px;
  position: relative;
}

.search__form input {
  width: 100%;
  height: 100%;
  border: none;
  border-bottom: 1px solid #82898f;
  padding-left: 25px;
  font-family: "CenturyGothic";
}

.search__form input::-webkit-input-placeholder {
  color: #000;
}

.search__form input::-moz-placeholder {
  color: #000;
}

.search__form input:-ms-input-placeholder {
  color: #000;
}

.search__form input::-ms-input-placeholder {
  color: #000;
}

.search__form input::placeholder {
  color: #000;
}

.search__form:after {
  content: '';
  position: absolute;
  width: 18px;
  height: 18px;
  background: url(../images/icons/loupe.png);
  left: 0;
  top: 4px;
}

.schedule {
  padding-left: 35px;
  position: relative;
  font-size: 14px;
}

.schedule span {
  display: block;
}

.schedule:after {
  content: '';
  position: absolute;
  width: 23px;
  height: 23px;
  background: url(../images/icons/clock.png);
  left: 0;
  top: 0;
  bottom: 0;
  margin-top: auto;
  margin-bottom: auto;
}

.address {
  padding-left: 35px;
  position: relative;
  font-size: 14px;
}

.address:after {
  content: '';
  position: absolute;
  width: 18px;
  height: 21px;
  background: url(../images/icons/geo2.png);
  left: 0;
  top: 0;
  bottom: 0;
  margin-top: auto;
  margin-bottom: auto;
}

.phone {
  padding-left: 25px;
  position: relative;
  font-size: 19px;
  font-weight: 600;
}

.phone:after {
  content: '';
  position: absolute;
  width: 14px;
  height: 25px;
  background: url(../images/icons/phone.png);
  left: 0;
  top: 0;
  bottom: 0;
  margin-top: auto;
  margin-bottom: auto;
}

.btn {
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  padding: 10px 20px;
  border-radius: 25px;
  border: none;
  background: #4370b5;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  display: inline-block;
  color: #fff;
}

.btn.orange {
  background-color: #ec7c25;
  color: #fff;
  border-radius: 20px;
}

.btn:hover {
  background: #c20016;
  color: #fff;
}

.btn.orange:hover {
  background-color: #fff;
  color: black;
}

.container.navbar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: 95px;
}

.container.navbar .col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 410px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

header {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 100;
  background: #fff;
}

header .menu__wrapper {
  background-color: #c20016;
  color: #fff;
  padding: 7px 0;
}

header .menu__wrapper .menu {
  list-style: none;
  font-weight: 600;
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

header .menu__wrapper .menu a {
  position: relative;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
/*
header .menu__wrapper .menu a:hover,
header .menu__wrapper .menu .active a {
  color: #f6d973;
}
*/
section.slider {
  position: relative;
}

section.slider .slider__item {
  
  position: relative;
  display: block;
}

section.slider .slider__item .bg {
  position: relative;
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: -1;
}

section.slider .slider__item .bg.mobile 
{
    display: none;
}

section.slider .slider__item .col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  width: 65%;
  padding-bottom: 80px;
  padding-left: 80px;
}

section.slider .slider__item h1 {
  font-size: 60px;
  color: #000;
  margin-bottom: 10px;
  line-height: 63px;
}

section.slider .slider__item .text {
  margin-bottom: 15px;
}

section.slider .slider__nav__wrapper {
  position: absolute;
  left: 0;
  right: 0;
  z-index: 5;
  bottom: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

section.slider .nav {
  position: absolute;
  left: 0;
  right: 0;
  top: 40%;
  z-index: 5;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  pointer-event: none;
}

section.slider .nav button {
  width: 32px;
  height: 62px;
  border: none;
  font-size: 0;
}

section.slider .nav .owl-prev {
  background: url(../images/icons/nav_left.png);
  pointer-event: all;
}

section.slider .nav .owl-next {
  background: url(../images/icons/nav_right.png);
  pointer-event: all;
}

section.slider .slider__nav {
  position: relative;
  padding: 0 55px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

section.slider .slider__nav .dots {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

section.slider .slider__nav .dots button {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  background: #82898f;
  display: inline-block;
  border: none;
  padding: 0;
  margin: 0 3px;
}

section.slider .slider__nav .dots button:hover,
section.slider .slider__nav .dots button.active {
  background: #c20016;
}

section.souz__grid {
  padding-bottom: 60px;
}

section.souz__grid .grid__wrapper {
  display: grid;
  grid-template-columns: repeat(21, 4.5%);
  grid-auto-rows: 70px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 10px;
}

section.souz__grid .grid__item {
  display: block;
  margin: 10px;
  border-radius: 25px;
  overflow: hidden;
  padding: 40px 30px;
  position: relative;
  word-break: break-word;
}

section.souz__grid .grid__item .item__title {
  color: #4a1b09;
  display: block;
  font-weight: 600;
  font-size: 30px;
}

section.souz__grid .grid__item .item__subtitle {
  color: #4a1b09;
  display: block;
  margin-bottom: 30px;
}

section.souz__grid .grid__item .bg {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: -1;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

section.souz__grid .grid__item .btn {
  opacity: 0;
  pointer-events: none;
}

section.souz__grid .grid__item:hover .bg {
  width: 105%;
  height: 105%;
}

section.souz__grid .grid__item:hover .btn {
  opacity: 1;
  pointer-events: all;
}

section.souz__grid .shops {
  grid-column: span 9;
  grid-row: span 6;
}

section.souz__grid .sale {
  grid-column: span 12;
  grid-row: span 7;
}

section.souz__grid .hot__to__get {
  grid-column: span 9;
  grid-row: span 6;
}

section.souz__grid .services {
  grid-column: span 6;
  grid-row: span 5;
}

section.souz__grid .about__us {
  grid-column: span 6;
  grid-row: span 5;
}

section.souz__grid .airplane {
  grid-column: span 7;
  grid-row: span 5;
}

section.souz__grid .news {
  grid-column: span 7;
  grid-row: span 5;
}

section.souz__grid .call {
  grid-column: span 7;
  grid-row: span 5;
}

footer {
  background-color: #f0f4f7;
  padding: 30px 0;
}

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

footer .col {
  width: 30%;
}

footer .address {
  margin: 25px 0;
}

footer .policy {
  font-size: 14px;
  font-weight: 600;
}

footer .soc__wrapper {
  font-size: 14px;
  display: block;
}

footer .soc__wrapper span {
  display: block;
  width: 100%;
  margin-bottom: 10px;
  margin-top: 15px;
}

footer .soc__wrapper a {
  display: inline-block;
}

footer .menu {
  padding: 0;
  margin: 0;
  list-style: none;
  font-size: 12px;
  font-weight: 600;
}

footer .menu li {
  margin-bottom: 10px;
}

footer .soc__wrapper.messengers {
  margin: 15px 0;
}

footer .copyright {
  font-size: 11px;
  margin: 20px 0;
}

footer .salut {
  font-size: 13px;
  font-weight: 600;
}

footer .salut a {
  color: #a90808;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}

footer .salut a:hover {
  color: #4370b5;
}

.mobile__menu {
  display: none;
}

.title {
  text-align: center;
  color: #000;
  padding: 25px 0;
}

.btn__tab__wrapper {
  margin-bottom: 45px;
}

.btn__tab__wrapper .btn__tab {
  color: #000;
  background: #dceaff;
  border: none;
  font-size: 16px;
  font-family: "CenturyGothic";
  padding: 10px 20px;
  display: inline-block;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}

.btn__tab__wrapper .btn__tab {
  margin-right: 3px;
}

.btn__tab__wrapper .btn__tab:last-child {
  margin-right: 0;
  border-bottom-right-radius: 25px;
  border-top-right-radius: 25px;
}

.btn__tab__wrapper .btn__tab:first-child {
  border-bottom-left-radius: 25px;
  border-top-left-radius: 25px;
}

.btn__tab__wrapper .btn__tab:hover,
.btn__tab__wrapper .btn__tab.active {
  background: #4370b5;
  color: #fff;
}

section.sale {
  padding-bottom: 60px;
}

section.sale .btn__tab__wrapper {
  text-align: center;
}

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

.cards__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
}

.card__item {
  width: 265px;
  background: #fff;
  border-radius: 25px;
  -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.3);
          box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.3);
  cursor: pointer;
  overflow: hidden;
  position: relative;
  margin: 10px;
}

.card__item .preview {
  width: 100%;
  height: 165px;
  -o-object-fit: cover;
     object-fit: cover;
}

.card__item .text {
  padding: 25px;
  text-align: left;
}

.card__item .text .card__title {
  color: #000;
  font-size: 18px;
  display: block;
  text-align: left;
  text-transform: uppercase;
}

.card__item .text .card__desc {
  font-size: 13px;
  color: #264e9d;
}

.card__item:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 25px;
  border: 2px solid #b7b7b7;
  pointer-events: none;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  opacity: 0;
}

.card__item:hover:after {
  opacity: 1;
}

.modal .preview {
  position: relative;
  width: 100%;
  height: 290px;
}

.modal .preview .bg {
  position: absolute;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: 0;
}

.modal .preview:after {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  top: 0;
  left: 0;
}

.modal .place {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  width: 100%;
  padding: 15px 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 14px;
  color: #fff;
  z-index: 10;
}

.modal .place .floor {
  padding-left: 30px;
  position: relative;
  margin-right: 15px;
}

.modal .place .floor:after {
  content: '';
  position: absolute;
  width: 22px;
  height: 22px;
  left: 0;
  top: 0;
  bottom: 0;
  margin-top: auto;
  margin-bottom: auto;
  background: url(../images/icons/floor.png);
}

.modal .place .building {
  padding-left: 25px;
  position: relative;
}

.modal .place .building:after {
  content: '';
  position: absolute;
  width: 19px;
  height: 19px;
  left: 0;
  top: 0;
  bottom: 0;
  margin-top: auto;
  margin-bottom: auto;
  background: url(../images/icons/building.png);
}

.modal .row {
  position: absolute;
  bottom: 0;
  z-index: 10;
  padding: 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #fff;
  font-size: 30px;
  font-weight: 600;
}

.modal .text {
  padding: 20px;
  font-size: 14px;
  max-height: 300px;
  overflow-y: auto;
}

.modal .text p:first-child {
  margin-top: 0;
}

.modal .text a {
  color: #264e9d;
}

.modal .footer {
  padding: 0 20px 20px 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.modal .phone {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  font-size: 14px;
}

.modal .phone:after {
  width: 12px;
  height: 21px;
  background: url(../images/icons/phone2.png);
}

.modal .site a {
  font-size: 14px;
  color: #264e9d;
  text-decoration: underline;
}

.modal .site {
  padding-left: 20px;
  position: relative;
}

.modal .site:after {
  content: '';
  position: absolute;
  width: 13px;
  height: 13px;
  left: 0;
  top: 0;
  bottom: 0;
  margin-top: auto;
  margin-bottom: auto;
  background: url(../images/icons/link.png);
}

section.tenants {
  padding-bottom: 60px;
}

section.tenants .statistics__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 40px 0 80px 0;
}

section.tenants .statistics__wrapper .statistics__item {
  width: 370px;
  height: 140px;
  padding: 25px;
  border-radius: 15px;
  margin: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

section.tenants .statistics__wrapper .statistics__item .text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding-left: 70px;
  position: relative;
}

section.tenants .statistics__wrapper .statistics__item .text .item__title {
  font-size: 26px;
  font-weight: 600;
  color: #4a1b09;
}

section.tenants .statistics__wrapper .statistics__item .text .item__subtitle {
  font-size: 17px;
  color: #4a1b09;
}

section.tenants .statistics__wrapper .statistics__item .text:after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin-top: auto;
  margin-bottom: auto;
}

section.tenants .statistics__wrapper .population {
  background-color: #ffefe3;
}

section.tenants .statistics__wrapper .population .text:after {
  width: 54px;
  height: 54px;
  background: url(../images/icons/population.png);
}

section.tenants .statistics__wrapper .area {
  background-color: #e6e7f3;
}

section.tenants .statistics__wrapper .area .text:after {
  width: 67px;
  height: 67px;
  background: url(../images/icons/area.png);
}

section.tenants .statistics__wrapper .area__arenda {
  background-color: #fbf5d7;
}

section.tenants .statistics__wrapper .area__arenda .text:after {
  width: 67px;
  height: 67px;
  background: url(../images/icons/arenda.png);
}

section.tenants .statistics__wrapper .visitors {
  background-color: #dcfef6;
}

section.tenants .statistics__wrapper .visitors .text:after {
  width: 62px;
  height: 40px;
  background: url(../images/icons/visitors.png);
}

section.tenants .statistics__wrapper .statistics__item:nth-child(1) {
  background-color: #ffedef;
}

section.tenants .statistics__wrapper .statistics__item:nth-child(1) .text:after {
  width: 54px;
  height: 54px;
  background: url(../images/icons/arenda1.png);
}

section.tenants .statistics__wrapper .statistics__item:nth-child(2) {
  background-color: #deebff;
}

section.tenants .statistics__wrapper .statistics__item:nth-child(2) .text:after {
  width: 51px;
  height: 49px;
  background: url(../images/icons/arenda2.png);
}

section.tenants .statistics__wrapper .statistics__item:nth-child(3) {
  background-color: #e8fddb;
}

section.tenants .statistics__wrapper .statistics__item:nth-child(3) .text:after {
  width: 51px;
  height: 57px;
  background: url(../images/icons/arenda3.png);
}

section.tenants .statistics__wrapper .statistics__item:nth-child(4) {
  background-color: #ffeed3;
}

section.tenants .statistics__wrapper .statistics__item:nth-child(4) .text:after {
  width: 56px;
  height: 56px;
  background: url(../images/icons/arenda4.png);
}

section.tenants .statistics__wrapper .statistics__item:nth-child(5) {
  background-color: #e8e8e8;
}

section.tenants .statistics__wrapper .statistics__item:nth-child(5) .text:after {
  width: 52px;
  height: 52px;
  background: url(../images/icons/arenda5.png);
}

section.tenants .statistics__wrapper .statistics__item:nth-child(6) {
  background-color: #ffefe3;
}

section.tenants .statistics__wrapper .statistics__item:nth-child(6) .text:after {
  width: 62px;
  height: 40px;
  background: url(../images/icons/arenda6.png);
}

.sale.tenants .abous-us__wrapper
{
  display: flex;
  align-items: center;
  justify-content: space-between;
}

section.tenants.sale .statistics__wrapper .statistics__item
{
  width: 340px;
}

section.tenants.sale .statistics__wrapper .statistics__item:nth-child(1) .text:after
{
  width: 58px;
  height: 46px;
  background: url(../images/icons/car.png);
}

section.tenants.sale .statistics__wrapper .statistics__item:nth-child(2) .text:after
{
  width: 67px;
  height: 67px;
  background: url(../images/icons/area.png);
}

section.tenants.sale .statistics__wrapper .statistics__item:nth-child(3) .text:after
{
  width: 56px;
  height: 56px;
  background: url(../images/icons/arenda.png);
}

section.tenants.sale .statistics__wrapper .statistics__item:nth-child(4) .text:after
{
  width: 60px;
  height: 52px;
  background: url(../images/icons/floors.png);
}

section.tenants.sale .statistics__wrapper .statistics__item:nth-child(1)
{
  background-color: #ffefe3;
}

section.tenants.sale .statistics__wrapper .statistics__item:nth-child(2)
{
  background-color: #e6e7f3;
  margin-right: 0;
}

section.tenants.sale .statistics__wrapper .statistics__item:nth-child(3)
{
  background-color: #fbf5d7;
}

section.tenants.sale .statistics__wrapper .statistics__item:nth-child(4)
{
  background-color: #dcfef6;
  margin-right: 0;
}

section.tenants.sale .statistics__wrapper
{
  justify-content: flex-end;
}

section.tenants.sale .statistics__wrapper .statistics__item .text
{
  padding-left: 80px;
}

section.tenants.sale .statistics__wrapper .statistics__item .text .item__title
{
  color: #000;
}

section.tenants.sale .statistics__wrapper .statistics__item .text .item__subtitle
{
  color: #000;
}

section.tenants .cke_wrapper {
  text-align: left;
}

section.tenants .cke_wrapper p {
  margin-bottom: 35px;
}

section.tenants .wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  justify-content: space-between;
}

section.tenants .wrapper .contacts__info {
  display: flex;
  flex-direction: column;
  padding: 40px;
  background: #f1f1f1;
  border-radius: 15px;
  padding-right: 120px;
  margin-right: 50px;
}

section.tenants .wrapper .contacts__info .contact
{
  display: flex;
  flex-direction: column;
  font-weight: 600;
  margin-bottom: 15px;
}

section.tenants .wrapper .contacts__info .contact a 
{
  color: #264e9d;
}

section.callback {
  padding-bottom: 60px;
}

section.callback .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 20px;
}

section.callback .contacts__info {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #f1f1f1;
  padding: 40px;
  border-radius: 15px;
}

section.callback .contacts__info .contact {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

section.callback .contacts__info .contact a[href^="tel:"] {
  font-size: 18px;
  font-weight: 600;
}

section.callback .contacts__info .contact a[href^="mailto:"] {
  color: #264e9d;
}

section.callback .contacts__info .contact span {
  margin-right: 10px;
}

.form__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 500px;
}

.form__wrapper input {
  height: 35px;
  margin-bottom: 15px;
  border: none;
  border-bottom: 1px solid #000;
  font-size: 16px;
  font-family: "CenturyGothic";
}

.form__wrapper input::-webkit-input-placeholder {
  color: #000;
}

.form__wrapper input::-moz-placeholder {
  color: #000;
}

.form__wrapper input:-ms-input-placeholder {
  color: #000;
}

.form__wrapper input::-ms-input-placeholder {
  color: #000;
}

.form__wrapper input::placeholder {
  color: #000;
}

.form__wrapper .form__file input {
  display: none;
}

.form__wrapper .form__file label {
  padding-left: 25px;
  color: #264e9d;
  position: relative;
  cursor: pointer;
}

.form__wrapper .form__file label:after {
  content: '';
  position: absolute;
  width: 15px;
  height: 18px;
  background: url(../images/icons/file.png);
  left: 0;
  top: 0;
  bottom: 0;
  margin-top: auto;
  margin-bottom: auto;
}

.form__wrapper .form__footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.modal .form__wrapper {
  padding: 30px;
  margin: auto;
}

section.contacts .contacts__wrapper {
  padding-top: 60px;
  padding-bottom: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

section.contacts .contacts__wrapper .contacts {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

section.contacts .contacts__wrapper .contacts .item__title {
  color: #4370b5;
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 30px;
  display: block;
}

section.contacts .contacts__wrapper .contacts .value {
  font-size: 14px;
  margin-bottom: 15px;
}

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

.graphic .day {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  text-align: center;
  margin-right: 15px;
}

.graphic .day span:first-child {
  font-weight: 600;
}

section.ymap {
  padding-bottom: 80px;
}

.title.left {
  text-align: left;
}

section.department__contacts .contacts {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 40px 0;
  border-bottom: 1px solid #000;
}

section.department__contacts .contacts .name {
  width: 60%;
}

section.department__contacts .contacts .department {
  width: 20%;
}

section.department__contacts .contacts .tel__wrapper {
  width: 20%;
}

section.department__contacts .contacts:last-of-type {
  border: none;
}

section.souz {
  background-color: #ffefe3;
  margin-bottom: 40px;
}

section.souz .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

section.souz .container .col {
  width: 50%;
  padding: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

section.souz .container .col img {
  width: 100%;
}

section.souz .container .col .text {
  font-size: 18px;
}

.title.black {
  color: #000;
}

.title.sm {
  font-size: 18px;
}

section.about__complex {
  padding-bottom: 40px;
}

section.about__complex .title {
  font-size: 18px;
}

section.about__complex .wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

section.about__complex .wrapper .item__title {
  font-size: 18px;
  font-weight: 600;
  display: block;
  margin-bottom: 15px;
}

section.about__complex .history__part,
section.about__complex .new__part {
  padding: 160px 25px 50px 25px;
  border-radius: 25px;
  margin: 25px;
}

section.about__complex .history__part {
  background: url(../images/about/history.jpg);
  background-size: cover;
}

section.about__complex .new__part {
  background: url(../images/about/new.jpg);
  background-size: cover;
}

section.about__complex .slider__wrapper {
  position: relative;
  padding-bottom: 60px;
}

section.about__complex .slider__wrapper .slider__nav {
  position: absolute;
  top: 85px;
  padding: 0 210px;
  left: 0;
  width: 100%;
  z-index: 10;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

section.about__complex .slider__wrapper .slider__nav button {
  width: 56px;
  height: 56px;
  border: none;
  font-size: 0;
}

section.about__complex .slider__wrapper .slider__nav .owl-prev {
  background: url(../images/icons/slider_left.png);
}

section.about__complex .slider__wrapper .slider__nav .owl-next {
  background: url(../images/icons/slider_right.png);
}

section.about__complex .text__block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

section.about__complex .text__block .images__col {
  display: grid;
  grid-template-rows: 260px 150px;
  grid-template-columns: 230px 230px;
}

section.about__complex .text__block .images__col .images__item:nth-child(1) {
  grid-column: span 2;
  grid-row: span 1;
}

section.about__complex .text__block .images__col .images__item:nth-child(2) {
  grid-column: span 1;
  grid-row: span 1;
}

section.about__complex .text__block .images__col .images__item:nth-child(3) {
  grid-column: span 1;
  grid-row: span 1;
}

section.about__complex .text__block .images__col .images__item {
  position: relative;
  overflow: hidden;
}

section.about__complex .text__block .images__col .images__item .bg {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

section.about__complex .text__block .images__col .images__item:hover .bg {
  width: 105%;
  height: 105%;
}

section.about__complex .text__block .text {
  padding-right: 60px;
}

.engineering__systems.owl-carousel {
  padding-top: 40px;
}

.engineering__systems.owl-carousel .owl-item.color {
  opacity: 1;
}

.engineering__systems.owl-carousel .owl-item {
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  opacity: 0.5;
}

.engineering__systems.owl-carousel .item {
  width: 234px;
  padding: 0 20px;
  text-align: center;
}

.engineering__systems.owl-carousel .item img {
  width: auto;
  margin: auto;
}

.engineering__systems.owl-carousel .item span {
  display: block;
  margin-top: 15px;
}

section.shops {
  padding-bottom: 60px;
}

section.shops .btn__tab__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

section.shops .btn__tab__wrapper .tab_switch {
  -webkit-transform: translateX(-15%);
      -ms-transform: translateX(-15%);
          transform: translateX(-15%);
}

.btn__tab__wrapper .building_switch .btn__tab {
  width: 245px;
  font-size: 15px;
  -webkit-appearance: none;
  appearance: none;
  outline: none;
  padding-right: 40px;
}

.btn__tab__wrapper .building_switch
{
  position: relative;
}

.btn__tab__wrapper .building_switch:after {
  content: '';
  position: absolute;
  width: 18px;
  height: 9px;
  background: url(../images/icons/switch.png);
  right: 10px;
  top: 15px;
}

.sale.tenants.shop .title__wrapper
{
  display: flex;
  align-items: center;
  justify-content: center;
}

.sale.tenants.shop .btn__tab__wrapper.switcher
{
  position: absolute;
  left: 0;
  top: 45px;
  z-index: 5;
  cursor: pointer;
}

.tab__floor .img__wrapper
{
  display: flex;
  justify-content: center;
}

.vacancies-list {
  padding: 0 100px;
}

.vacancies-item
{
  font-size: 18px;
  font-weight: 400;
  padding: 20px 15px 20px 60px;
  border: none;
  background-color: #ececec;
  position: relative;
  margin-bottom: 25px;
  transition: 0.5s;
  width: 100%;
  text-align: left;
}

.vacancies-item.active
{
  color: #5980bc;
}

.sale .links__wrapper
{
  display: flex;
  flex-direction: column;
}

.sale .links__wrapper a
{
  color: #4370b5;
  margin-bottom: 10px;
}

.vacancies-item:after {
  position: absolute;
  content: "";
  left: 15px;
  top: 17px;
  transition: 0.5s;
  width: 25px;
  height: 25px;
  background: url(../images/icons/vacancies-item.png);
}

.vacancies-item:hover:after, .vacancies-item.active:after {
  background: url(../images/icons/vacancies-item.active.png);
}

section.shops .btn__tab__wrapper:after {
  content: '';
}

.modal .graphic {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 30px;
}

section.services {
  padding-bottom: 60px;
}

section.shops,
section.services,
section.sale,
section.news {
  min-height: 700px;
}

.btn__wrapper__list {
  margin-bottom: 75px;
  text-align: center;
}

.btn__wrapper__list button {
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  padding: 10px 20px;
  border: none;
  background: none;
  color: #7a7a7a;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  margin: 0 5px;
}

.btn__wrapper__list button.active {
  background: #4370b5;
  color: #fff;
}

section.shop__list {
  padding: 75px 0;
}

section.shop__list .btn__wrapper {
  text-align: center;
  margin-top: 25px;
}

section.shop__list .tab {
  display: grid;
  grid-template-columns: 33.333333% 33.333333% 33.333333%;
  grid-auto-rows: 275px;
}

section.shop__list .tab .shop_cat {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding: 50px;
  background-position: right;
  background-size: cover;
}

section.shop__list .tab .shop_cat .cat__title {
  font-size: 30px;
  text-transform: uppercase;
  font-weight: 600;
  color: #fff;
  margin-bottom: 25px;
}

section.shop__list .tab .shop_cat .btn {
  opacity: 0;
}

section.shop__list .tab .shop_cat:hover .btn {
  opacity: 1;
}

section.news__sales {
  padding: 70px 0;
}

section.news__sales .tab {
  display: grid;
  grid-template-columns: 33.333333% 33.333333% 33.333333%;
  grid-auto-rows: 275px;
}

section.news__sales .tab .news__item {
  color: #fff;
  position: relative;
  background-size: cover;
  display: flex;
  align-items: flex-end;
}

section.news__sales .tab .news__item::after
{
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 1;
  background: #000;
  opacity: 0.5;
}

section.news__sales .tab .news__item .news__title {
  font-size: 25px;
  font-weight: 600;
}

section.news__sales .tab .news__item .desc {
  font-size: 15px;
}

section.news__sales .tab .news__item .wrapper {
  position: relative;
  left: 0px;
  bottom: 0px;
  width: 100%;
  padding: 25px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  z-index: 5;
}

section.news__sales .tab .news__item .wrapper .btn {
  max-height: 0;
  overflow: hidden;
  padding: 0;
}

section.news__sales .tab .news__item:hover .wrapper {
  bottom: 0px;
}

section.news__sales .tab .news__item:hover .wrapper .btn {
  padding: 10px 20px;
  max-height: 100px;
}

section.news__sales .btn__wrapper {
  text-align: center;
  margin-top: 25px;
}

section.photo__gallery {
  padding: 70px 0;
}

section.photo__gallery .title {
  font-size: 36px;
}

section.photo__gallery .gallery__wrapper {
  display: grid;
  grid-template-columns: repeat(12, 7.03333%);
  grid-template-rows: 170px 170px 270px;
  grid-gap: 15px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

section.photo__gallery .gallery__wrapper .item, .album__wrapper .item {
  position: relative;
}

section.photo__gallery .gallery__wrapper .item img, .album__wrapper .item img  {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

section.photo__gallery .gallery__wrapper .item .photo_title, .album__wrapper .item .photo_title {
  opacity: 0;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 10px;
  text-align: center;
  z-index: 6;
  color: #fff;
  font-size: 18px;
  font-weight: 600;
  text-transform: uppercase;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}

section.photo__gallery .gallery__wrapper .item:after, .album__wrapper .item:after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 5;
  background-color: rgba(38, 78, 157, 0.7);
  background-image: url(../images/icons/zoom.png);
  background-repeat: no-repeat;
  background-position: center center;
  opacity: 0;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}

section.photo__gallery .gallery__wrapper .item:hover .photo_title, .album__wrapper .item:hover .photo_title{
  opacity: 1;
}

section.photo__gallery .gallery__wrapper .item:hover:after, .album__wrapper .item:hover:after {
  opacity: 1;
}

section.photo__gallery .gallery__wrapper .item:nth-child(1) {
  grid-column: span 4;
  grid-row: span 1;
}

section.photo__gallery .gallery__wrapper .item:nth-child(2) {
  grid-column: span 4;
  grid-row: span 2;
}

section.photo__gallery .gallery__wrapper .item:nth-child(3) {
  grid-column: span 4;
  grid-row: span 1;
}

section.photo__gallery .gallery__wrapper .item:nth-child(4) {
  grid-column: span 4;
  grid-row: span 1;
}

section.photo__gallery .gallery__wrapper .item:nth-child(5) {
  grid-column: span 4;
  grid-row: span 1;
}

section.photo__gallery .gallery__wrapper .item:nth-child(6) {
  grid-column: span 6;
  grid-row: span 1;
}

section.photo__gallery .gallery__wrapper .item:nth-child(7) {
  grid-column: span 6;
  grid-row: span 1;
}

section.photo__gallery .btn__wrapper {
  text-align: center;
  margin-top: 25px;
}

.album__wrapper 
{
  display: flex;
  flex-wrap: wrap;
  padding-bottom: 45px;
}

.album__wrapper .item
{
  width: 380px;
  height: 240px;
  display: flex;
  margin: 5px;
}

.gallery__view .wrapper
{
  display: flex;
  justify-content: center;
  width: 100%;
}

.container.gallery
{
  display: flex;
  justify-content: center;
}

.container.gallery .wrapper
{
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}

.container.gallery .wrapper .item
{
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 300px;
  margin-bottom: 25px;
  text-align: center;
  word-break: break-word;
}

.container.gallery .wrapper .item .desc
{
  margin-top: 10px;
  font-size: 15px;
  text-decoration: underline;
}

.breadscrumbs__wrapper .breadcrumb
{
  list-style: none;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0;
}

.breadscrumbs__wrapper .breadcrumb li
{
  margin: 5px;
  font-size: 14px;
}

.breadscrumbs__wrapper .breadcrumb li.active
{
  color: #264e9d;
}

.business__center
{
  padding-bottom: 45px;
}

.business__center .links__wrapper
{
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 25px 0;
}

.business__center .links__wrapper .link
{
  position: relative;
}

.business__center .links__wrapper .link .main
{
  width: 250px;
  height: 50px;
  background: #4370b5;
  color: #fff;
  border: none;
  font-size: 16px;
  font-weight: 600;
  transition: 0.5s;
}

.business__center .links__wrapper .link .main:hover
{
  background: #264e9d;
}

.business__center .links__wrapper .link .hover
{
  display: flex;
  flex-direction: column;
  position: absolute;
  left: 0;
  top: 100%;
  width: 100%;
  z-index: 5;
  opacity: 0;
  pointer-events: none;
  transition: 0.5s;
}

.business__center .links__wrapper .link:hover .hover
{
  opacity: 1;
  pointer-events: all;
}

.business__center .links__wrapper .link .hover a
{
  height: 50px;
  background: #ec7c25;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  border-top: 1px solid #fff;
  transition: 0.5s;
}

.business__center .links__wrapper .link .hover a:last-child
{
  border-bottom: 1px solid #fff;
}

.business__center .links__wrapper .link .hover a:hover
{
  background: #ecad25;
}

.business__center .image__center
{
  padding: 25px 0;
}
.business__center .image__center.auto__width
{
  display: flex;
  align-items: center;
  justify-content: center;
}

.business__center .image__center.auto__width img
{
  width: auto;
  max-width: 100%;
}
.business__center .image__center img
{
  width: 100%;
}

.modal__title
{
    font-size: 20px;
}

@media (max-width: 1200px) {
  .container.navbar .col {
    width: 380px;
  }

  section.souz__grid .sale {
    background-position-x: 60%;
  }

  .cards__wrapper {
    width: 860px;
  }

  section.tenants .statistics__wrapper .statistics__item {
    width: 475px;
  }

  .engineering__systems.owl-carousel .item {
    width: 200px;
  }

  section.callback .contacts__info {
    padding: 15px;
  }

  section.callback .contacts__info .contact,
  section.callback .contacts__info .contact a[href^="tel:"] {
    font-size: 14px;
  }

  .abous-us__wrapper .logo_big img
  {
    width: 270px;
  }

  .sale.tenants.shop .btn__tab 
  {
    padding: 10px;
  }

  .sale.tenants.shop .cards__wrapper
  {
    margin-left: auto;
    margin-right: auto;
  }

  .sale.tenants.shop .abous-us__wrapper
  {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  section.tenants.sale .statistics__wrapper
  {
    justify-content: center;
  }
}

@media (max-width: 1024px) {
  .soc__wrapper a {
    margin-right: 5px;
  }

  .logo img {
    height: 45px;
  }

  .container.navbar .col {
    width: 375px;
  }

  section.tenants .statistics__wrapper .statistics__item {
    width: 450px;
    padding: 0 50px;
  }

  section.shop__list .tab
  {
    grid-template-columns: 50% 50%;
  }
}

@media (max-width: 992px) {
  section.tenants .wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding-right: 0;
  }

  section.tenants .cke_wrapper {
    width: 100%;
    padding-right: 0;
  }

  .btn__menu {
    display: block;
  }

  .navbar .col:first-child {
    display: none;
  }

  .container.navbar .col {
    width: 500px;
    padding-left: 15px;
    margin-left: auto;
  }

  .mobile__menu.active {
    left: 0;
  }

  .mobile__menu {
    padding-top: 95px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: fixed;
    width: 100%;
    height: 100%;
    left: -100%;
    top: 0;
    z-index: -1;
    background: rgba(255, 255, 255, 0.95);
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
  }

  .mobile__menu .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 25px;
  }

  .mobile__menu .menu {
    padding: 0;
    list-style: none;
    text-align: center;
  }

  .mobile__menu .menu li {
    margin: 10px 0;
  }

  .mobile__menu .menu li a {
    font-weight: 600;
  }

  .mobile__menu .row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 15px;
  }

  .mobile__menu .row .soc__wrapper {
    margin-right: 15px;
  }

  .mobile__menu .search__form input {
    background: none;
  }

  .mobile__menu .schedule {
    display: none;
  }

  header .menu__wrapper {
    display: none;
  }

  section.souz__grid .grid__wrapper {
    grid-template-columns: repeat(10, 10%);
  }

  section.souz__grid .shops {
    grid-column: span 5;
  }

  section.souz__grid .sale {
    grid-column: span 5;
    grid-row: span 6;
  }

  section.souz__grid .hot__to__get {
    grid-column: span 5;
  }

  section.souz__grid .services {
    grid-column: span 5;
    grid-row: span 6;
  }

  section.souz__grid .about__us {
    grid-column: span 5;
    grid-row: span 6;
  }

  section.souz__grid .airplane {
    grid-column: span 5;
    grid-row: span 6;
  }

  section.souz__grid .news {
    grid-column: span 5;
    grid-row: span 6;
  }

  section.souz__grid .call {
    grid-column: span 5;
    grid-row: span 6;
  }

  footer .col {
    width: 100%;
  }

  footer .phone {
    font-size: 17px;
  }

  .cards__wrapper {
    width: 570px;
  }

  section.tenants .statistics__wrapper .statistics__item {
    width: 340px;
    padding: 0 20px;
  }

  section.callback .contacts__info {
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 450px;
    padding: 40px;
    -webkit-box-align: initial;
        -ms-flex-align: initial;
            align-items: initial;
    margin: auto;
  }

  section.callback .contacts__info .contact,
  section.callback .contacts__info .contact a[href^="tel:"] {
    font-size: 16px;
  }

  section.callback .contacts__info .contact {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }

  section.callback .btn__wrapper {
    margin-top: 25px;
    text-align: center;
  }

  section.about__complex .slider__wrapper .slider__nav {
    padding: 0;
  }

  .engineering__systems.owl-carousel .item {
    margin: auto;
  }

  .engineering__systems.owl-carousel .owl-item {
    opacity: 1;
  }

  section.about__complex .text__block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }

  section.about__complex .text__block .images__col {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }

  section.about__complex .text__block .text {
    padding: 0;
    text-align: center;
    margin-top: 25px;
  }

  section.about__complex .history__part,
  section.about__complex .new__part {
    padding-top: 60px;
  }

  section.shops .btn__tab__wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }

  section.shops .btn__tab__wrapper .tab_switch {
    -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
            transform: translateX(0);
    margin-top: 20px;
    text-align: center;
  }

  .logo
  {
    overflow: hidden;
    width: 63px;
  }
  .navbar .search__form
  {
    display: none;
  }

  section.news__sales .tab
  {
    grid-template-columns: 100%;
    grid-auto-rows: auto;
  }

  section.news__sales .tab .news__item
  {
    background-size: cover;
  }
}

@media (max-width: 768px) {
  .container {
    max-width: 576px;
  }

  .navbar .schedule {
    display: none;
  }

  .mobile__menu .schedule {
    display: block;
  }

  .container.navbar .col {
    width: auto;
  }

  .container.navbar .logo {
    margin-left: 0;
  }

  .navbar .btn__menu {
    margin-left: 15px;
  }

  section.slider .slider__item h1 {
    font-size: 48px;
  }

  section.slider .slider__item .col {
    width: 70%;
  }

  section.souz__grid .grid__item {
    grid-column: span 10;
  }

  footer .container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }

  footer .col {
    width: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 25px;
  }

  footer .soc__wrapper span {
    display: inline-block;
    width: auto;
    margin-right: 10px;
  }

  footer .soc__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }

  footer .menu {
    font-size: 14px;
    text-align: center;
  }

  footer .copyright {
    text-align: center;
  }

  .cards__wrapper {
    width: 290px;
  }

  .modal .preview {
    height: 140px;
  }

  .modal .phone {
    font-size: 11px;
  }

  section.tenants .statistics__wrapper .statistics__item {
    width: 100%;
    padding: 0 80px;
  }

  section.callback .container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }

  section.callback .form__wrapper {
    margin-bottom: 60px;
  }

  section.contacts .contacts__wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }

  section.contacts .contacts__wrapper .contacts {
    margin-bottom: 40px;
  }

  section.department__contacts .contacts {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }

  section.department__contacts .contacts .tel__wrapper {
    width: 60%;
  }

  section.department__contacts .contacts .department {
    width: 60%;
    margin: 15px 0;
  }

  section.souz .container .col:nth-child(1) {
    padding: 0;
  }

  section.about__complex .wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }

  .sale.tenants.shop .btn__tab__wrapper.switcher
  {
    position: initial;
    display: flex;
    justify-content: center;
  }

  .sale.tenants.shop .img__wrapper a
  {
    display: flex;
    width: 100%;
  }

  .sale.tenants.shop .img__wrapper a img
  {
    width: 100%;
  }

  .sale.tenants.shop .btn__tab
  {
    margin: 5px;
  }
}

@media (max-width: 576px) {
  body {
    padding-top: 70px;
  }

  .container.navbar {
    height: 70px;
  }

  .container.navbar .logo {
    overflow: hidden;
    width: 63px;
  }

  .container.navbar .btn {
    padding: 10px;
  }

  .mobile__menu {
    padding-top: 70px;
  }

  section.slider .slider__item h1 {
    font-size: 30px;
  }

  section.slider .slider__item {
    min-height: 330px;
  }

  section.tenants .statistics__wrapper .statistics__item {
    padding: 15px;
  }

  section.tenants .form__wrapper {
    width: 100%;
  }

  section.tenants .form__wrapper .form__file label {
    font-size: 13px;
    padding-left: 18px;
  }

  .graphic {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }

  section.about__complex .text__block .images__col {
    grid-template-columns: 50% 50%;
  }

  section.souz .container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }

  section.souz .container .col {
    width: 100%;
    padding: 40px;
  }

  section.souz .container .col:nth-child(1) {
    padding: 40px 40px 0 40px;
  }

  section.shops .btn__tab__wrapper .btn__tab {
    margin: 5px;
  }

  .building_switch {
    text-align: center;
  }

  section.callback .contacts__info {
    width: 100%;
  }

  section.callback .contacts__info .contact {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-bottom: 15px;
  }

  .navbar .how__to__get
  {
    display: none;
  }

  .navbar .soc__wrapper
  {
    display: none;
  }

  section.shop__list .tab
  {
    grid-template-columns: 100%;
  }

  section.shop__list .tab .shop_cat
  {
    padding: 20px;
    background-position: 80%;
  }

  section.photo__gallery .gallery__wrapper
  {
    grid-template-columns: 100%;
    grid-auto-rows: 170px;
  }

  section.photo__gallery .gallery__wrapper .item:nth-child(n)
  {
    grid-column: span 1;
    grid-row: span 1;
  }

  section.slider .slider__item .col
  {
    padding-left: 40px;
    padding-right: 40px;
    width: 100%;
  }

  .btn__tab__wrapper .building_switch
  {
    width: 245px;
    margin-left: auto;
    margin-right: auto;
  }

  .btn__tab__wrapper .building_switch:after
  {
    top: 20px;
  }

  section.tenants .wrapper .contacts__info
  {
    margin-right: 0;
    padding-right: 40px;
    margin-top: 45px;
  }

  section.tenants.sale .statistics__wrapper .statistics__item
  {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }
  
  section.slider .slider__item .bg.desktop
  {
      display: none;
  }
  
  section.slider .slider__item .bg.mobile 
  {
      display: block;
  }
}