@-webkit-keyframes swing {
    0% {
        -webkit-transform: translate(-30%);
        transform: translate(-30%)
    }
    50% {
        -webkit-transform: translate(30%);
        transform: translate(30%)
    }
}

@keyframes swing {
    0% {
        -webkit-transform: translate(-30%);
        transform: translate(-30%)
    }
    50% {
        -webkit-transform: translate(30%);
        transform: translate(30%)
    }
}

@-webkit-keyframes swing-vertical {
    0% {
        -webkit-transform: translateY(-30%);
        transform: translateY(-30%)
    }
    50% {
        -webkit-transform: translateY(30%);
        transform: translateY(30%)
    }
}

@keyframes swing-vertical {
    0% {
        -webkit-transform: translateY(-30%);
        transform: translateY(-30%)
    }
    50% {
        -webkit-transform: translateY(30%);
        transform: translateY(30%)
    }
}

.megatabs__touch-tip.animate {
    -webkit-animation: swing 2.5s infinite;
    animation: swing 2.5s infinite;
}
.megatabs__touch-tip {
    display: none;
    pointer-events: none;
    position: absolute;
    z-index: 200;
    -webkit-transform: translate(-30%);
    transform: translate(-30%);
    height: 50px;
    width: 50px;
    display: none;
    top: 70%;
    right: 10px;
}
.megatabs__touch-tip:before {
    z-index: 0;
    content: "";
    display: block;
    position: absolute;
    top: -3px;
    bottom: -3px;
    left: -3px;
    right: -3px;
    background-color: rgba(159, 34, 33, .8);

    border-radius: 50%;
}
.megatabs__touch-tip .svg--swiping {
    position: absolute;
    z-index: 1;
    top: 50%;
    left: 50%;
    margin: -17px 0 0 -20px;
    height: 35px;
    width: 35px;
}
@media screen and (max-width: 1207px) {
    .megatabs__touch-tip {
        display: block;
    }
}
.megatabs__touch-tip-vertical.animate {
    -webkit-animation: swing-vertical 2.5s infinite;
    animation: swing-vertical 2.5s infinite;
}
.megatabs__touch-tip-vertical {
    pointer-events: none;
    position: absolute;
    z-index: 200;
    -webkit-transform: translateY(-30%);
    transform: translateY(-30%);
    height: 50px;
    width: 50px;
    display: none;
    top: 10%;
    right: 20px;
}
.megatabs__touch-tip-vertical:before {
    z-index: 0;
    content: "";
    display: block;
    position: absolute;
    top: -3px;
    bottom: -3px;
    left: -3px;
    right: -3px;
    background-color: rgba(159, 34, 33,1);
    border-radius: 50%;
}
.megatabs__touch-tip-vertical .svg--swiping {
    position: absolute;
    z-index: 1;
    top: 50%;
    left: 50%;
    margin: -17px 0 0 -16px;
    height: 35px;
    width: 35px;
    -o-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
}
@media screen and (max-width: 639px) {
    .megatabs__touch-tip-vertical {
        display: block;
    }
}

.object-table table tr td, .object-table table tr th {
    text-align: left;
}
.checkbox span, .radio span {
    display: block;
    line-height: 20px;
    padding: 2px 0 2px 40px;
    position: relative;
    font-size: 1.4rem;
    cursor: pointer;
}
.checkbox span:before, .radio span:before {
    border: 2px solid rgba(52,52,52,.5);
}
.checkbox span:after, .checkbox span:before, .radio span:after, .radio span:before {
    content: "";
    display: block;
    position: absolute;
    width: 24px;
    height: 24px;
    top: 0;
    left: 0;
    transition: opacity .25s ease-in-out;
}
.checkbox input:checked+span:before, .radio input:checked+span:before {
    opacity: 0;
}
.checkbox input:checked+span:after, .radio input:checked+span:after {
    opacity: 1;
}
.checkbox span:after, .radio span:after {
    background: url(img/checkbox_24x24.svg) no-repeat 50% 50%/100% 100%;
    opacity: 0;
}
.checkbox span:after, .checkbox span:before, .radio span:after, .radio span:before {
    content: "";
    display: block;
    position: absolute;
    width: 24px;
    height: 24px;
    top: 0;
    left: 0;
    transition: opacity .25s ease-in-out;
}

.modal.modal--form .modal-container form {
    margin-top: 26px;
}
.modal.modal--form .modal-container form label.checkbox {
    padding: 15px 0;
}
.modal.modal--form .modal-container form .form-captcha {
    min-height: 84px;
}
.modal.modal--form .modal-container form .form-error-message {
    display: none;
}

.form-date {
    max-width: initial;
}
.objects-list.-flex .swiper-slide {
    background: #fff;
}

.objects-list.-flex .swiper-slide.-gray {
    background: #f2f2f2 !important;
}

.article img {
    display: block;
    max-width: 840px;
    width: 100%;
}
.ymaps-2-1-74-image {
    transition: transform .3s;
}
.ymaps-2-1-74-image.interested {
    transform: scale(1.2);
}
.ymaps-2-1-74-image.active {
    transform: scale(1.2);
}

/*START NEW RENT*/

/*.objects-list {
    position: relative;
    z-index: 1
}

.objects-list:after,
.objects-list:before {
    content: "";
    display: block;
    width: 25%;
    height: 100%;
    position: absolute;
    top: 0;
    background: #f2f2f2;
    opacity: 1;
    z-index: 0
}

.objects-list:before {
    left: 25%
}

.objects-list:after {
    right: 0
}

.objects-list .swiper-wrapper {
    z-index: 1
}

.objects-list .objects-nav-overlay {
    z-index: 2;
    right: 0;
    width: 80px;
    top: 0;
    bottom: 50%;
    margin-bottom: -24px;
    position: absolute
}

.objects-list .swiper-button-next,
.objects-list .swiper-button-prev {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    background: #fff;
    opacity: 1;
    right: 32px;
    left: auto;
    transition: opacity .25s ease-in-out, background .25s ease-in-out
}

.objects-list .swiper-button-next.swiper-button-disabled,
.objects-list .swiper-button-prev.swiper-button-disabled {
    opacity: 0;
    cursor: default
}

.objects-list .swiper-button-prev {
    margin-top: -88px
}

.objects-list .swiper-button-next {
    margin-top: -24px
}

.objects-list.-flex {
    margin-top: 80px;
    opacity: 1
}

.objects-list.-flex .swiper-button-next,
.objects-list.-flex .swiper-button-prev,
.objects-list.-flex:before {
    display: none
}

.objects-list.-flex .swiper-wrapper {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.objects-list.-flex .swiper-slide {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
    overflow: hidden
}

.objects-list.-flex .swiper-slide.-large {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%
}

.objects-list.-flex .swiper-slide.-large .object-item {
    padding-bottom: 33.3333%
}

.objects-list.-flex .swiper-slide.-gray {
    background: #f2f2f2
}

.object-item {
    display: block;
    width: 100%;
    padding-bottom: 66.6666%;
    position: relative;
    overflow: hidden
}

.object-item-preview {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    opacity: 0;
    transform: scale(1);
    transition: opacity .25s ease-in-out, transform 1s ease-in-out;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.object-item:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(44, 47, 53, .5);
    opacity: 0;
    z-index: 1;
    transition: opacity .25s ease-in-out
}

.object-item-text {
    position: absolute;
    top: 35.8333%;
    left: 0;
    width: 100%;
    bottom: 0;
    padding: 0 48px;
    z-index: 2
}

.object-item-headnote {
    display: block;
    color: #656565;
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    transition: color .25s ease-in-out
}

.object-item *+h4 {
    margin-top: 16px
}

.object-item h4 {
    color: #87c025;
    transition: color .25s ease-in-out
}

.object-item:hover .object-item-preview {
    opacity: 1;
    transform: scale(1.1)
}

.object-item:hover:before {
    opacity: 1
}

.object-item:hover .object-item-headnote,
.object-item:hover h4 {
    color: #fff
}*/

.object-table {
    overflow: auto;
    overflow-y: hidden;
    margin: 50px -64px 0;
    padding: 0 64px
}

.object-table table {
    min-width: 1100px
}

.object-table table tr td,
.object-table table tr th {
    padding-left: 48px;
    color: #656565;
    height: 72px;
    padding-top: 10px;
    padding-bottom: 14px
}

.object-table table thead th {
    font-weight: 400;
    color: hsla(0, 0%, 40%, .5)
}

.object-table table tbody tr td {
    cursor: pointer;
    transition: background .25s ease-in-out;
    color: #656565
}

.object-table table tbody tr:hover td {
    background: #f2f2f2
}

.object-table-number {
    width: 11.6666%
}

.object-table-function {
    width: 27.5%
}

.object-table-area {
    width: 15.25%
}

.object-table-floor {
    width: 11.8333%
}

.object-table-cost {
    width: 17.9166%
}

.object-table-status {
    width: 15.8335%
}

.object-table-free {
    color: #87c025
}

.object-table-sort {
    white-space: nowrap;
    height: 24px;
    cursor: pointer
}

.object-table-sort span {
    display: inline-block;
    vertical-align: top;
    transition: color .25s ease-in-out;
    margin-right: 5px
}

.object-table-sort svg g {
    opacity: .5;
    transition: opacity .25s ease-in-out
}

.object-table-sort.-up-low .object-table-icon {
    padding-bottom: 4px;
    transform: rotate(180deg)
}

.object-table-sort:hover {
    color: #656565
}

.object-table-sort:hover svg g {
    opacity: 1
}

.object-table-icon,
.object-table-sale {
    display: inline-block;
    vertical-align: top
}

.object-table-sale {
    width: 24px;
    height: 24px;
    background: url(img/percent_24x24.svg) no-repeat 50% 50%/24px 24px;
    margin-left: 16px
}

.object-table+.inner {
    margin-top: 46px
}

.object-table+.pagination {
    margin-top: 52px
}

.objects-table {
    margin: 50px -64px 0;
    padding: 0 64px
}

.objects-table-head {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: center;
    align-items: center;
    height: 72px;
    color: hsla(0, 0%, 40%, .5)
}

.objects-table-head>* {
    min-width: 0;
    padding-left: 48px;
    padding-top: 10px;
    padding-bottom: 14px
}

.objects-table-item {
    position: relative
}

.objects-table-item-link {
    height: 72px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: center;
    align-items: center;
    transition: background .25s ease-in-out;
    color: #656565
}

.objects-table-item-link>* {
    min-width: 0;
    padding-left: 48px;
    padding-top: 10px;
    padding-bottom: 14px
}

.objects-table-item-link:hover {
    background: #f2f2f2
}

.objects-table-item-more {
    display: none;
    width: 30px;
    height: 30px;
    position: absolute;
    border: none;
    border-radius: 0;
    padding: 0;
    margin: 0;
    background: url(img/more_18x4.svg) no-repeat 50% 50%/18px 4px;
    top: 50%;
    right: 58px;
    margin-top: -15px
}

.objects-table-item-dropdown {
    display: none;
    width: 256px;
    padding: 30px 32px 42px;
    background: #f2f2f2;
    position: absolute;
    z-index: 5;
    right: 64px;
    top: 50%;
    margin-top: 22px;
    color: #656565;
    opacity: 0
}

.objects-table-item-dropdown .list {
    margin-top: -16px
}

.objects-table-item-dropdown .list-item {
    line-height: 24px;
    margin-top: 16px
}

.objects-table-item-dropdown .list-item:first-child {
    display: none
}

.objects-table-item-dropdown .list-item-label {
    color: hsla(0, 0%, 40%, .5)
}

.objects-table-item-dropdown .list-item-value {
    margin-top: 8px
}

.objects-table-number {
    -ms-flex: 0 0 10%;
    flex: 0 0 10%;
    max-width: 10%
}

.objects-table-function {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%
}

.objects-table-area {
    -ms-flex: 0 0 16.25%;
    flex: 0 0 16.25%;
    max-width: 16.25%
}

.objects-table-floor {
    -ms-flex: 0 0 11.8%;
    flex: 0 0 11.8%;
    max-width: 11.8%
}

.objects-table-cost {
    -ms-flex: 0 0 21%;
    flex: 0 0 21%;
    max-width: 21%
}

.objects-table-status {
    -ms-flex: 0 0 15.95%;
    flex: 0 0 15.95%;
    max-width: 15.95%
}

.objects-table-sort {
    height: 24px;
    cursor: pointer
}

.objects-table-sort span {
    display: inline-block;
    vertical-align: top;
    transition: color .25s ease-in-out;
    margin-right: 5px
}

.objects-table-sort svg g {
    opacity: .5;
    transition: opacity .25s ease-in-out
}

.objects-table-sort.-up-low .objects-table-icon {
    padding-bottom: 4px;
    transform: rotate(180deg)
}

.objects-table-sort:hover {
    color: #656565
}

.objects-table-sort:hover svg g {
    opacity: 1
}

.objects-table-icon {
    display: inline-block;
    vertical-align: top
}

.objects-table-free {
    color: #87c025
}

.objects-table-sale {
    display: inline-block;
    width: 24px;
    height: 24px;
    background: url(img/percent_24x24.svg) no-repeat 50% 50%/24px 24px;
    vertical-align: top;
    margin-left: 16px
}

.objects-table+.inner {
    margin-top: 46px
}

.objects-table+.pagination {
    margin-top: 52px
}

.object-count+.object-table,
.object-count+.objects-table {
    margin-top: 25px
}

/*END NEW RENT*/

.section.-center .pagetitle-row {
    padding-right: 40px;
}

.business-center .swiper-slide:not(:first-child) {
    margin-left: -20px;
}

.ingeneer {
    padding-left: 80px;
}



@media screen and (max-width: 1365px) {
    .section.-center  .pagetitle-row {
        padding-right: 40px;
    }
}


@media screen and (max-width: 1300px) {
    .object-item-text {
        padding: 0 40px 0px 64px;
    }
}

/*START NEW RENT*/

@media screen and (max-width:1023px) {
    .objects-table {
        padding: 0
    }
    .objects-table-head>*,
    .objects-table-item-link>* {
        padding-left: 64px
    }
    .objects-table-item-more {
        display: block
    }
    .objects-table-item.-show-drop .objects-table-item-dropdown {
        display: block;
        animation: b .25s ease-in-out forwards
    }
    .objects-table-number {
        -ms-flex: 0 0 16.9%;
        flex: 0 0 16.9%;
        max-width: 16.9%
    }
    .objects-table-function {
        -ms-flex: 0 0 33.5%;
        flex: 0 0 33.5%;
        max-width: 33.5%
    }
    .objects-table-area {
        -ms-flex: 0 0 49.6%;
        flex: 0 0 49.6%;
        max-width: 49.6%;
        padding-right: 88px
    }
    .objects-table-cost,
    .objects-table-floor,
    .objects-table-status {
        display: none
    }
}

/*END NEW RENT*/

.objects-area-mobile {
	display: none;
}

.objects-description-content .button {
    /*opacity: 0;*/
}

@media screen and (max-width: 989px){
    .business-center .swiper-slide:not(:first-child) {
        margin-left: 0px;
    }
    .ingeneer {
        padding-left: 60px;
    }
}

@media screen and (max-width: 767px){
	.objects-area-mobile {
		display: inline-block;
	}
    .object-item-text {
        padding: 0 40px;
    }

    .objects-table {
        margin-left: -40px;
        margin-right: -40px
    }
    .objects-table-head>*,
    .objects-table-item-link>* {
        padding-left: 40px
    }
    .objects-table-item-more {
        right: 34px;
        margin-top: -18px
    }
    .objects-table-item-dropdown {
        right: 40px;
        width: 240px
    }
    .objects-table-number {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }
    .objects-table-function {
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%;
        padding-right: 74px
    }
    .objects-table-area {
        display: none
    }
    .objects-table-item-dropdown .list-item:first-child {
        display: block;
    }

}
@media screen and (max-width: 639px){
    .object-item-text {
        padding: 0 64px 0 40px;
    }
}
@media screen and (max-width: 639px) {
    .-menu-open>.container {
        background: #2c2f35;
        transition: background 0s ease-in-out .5s;
        height: 48px;
    }
    .footer-bottom {
        font-size: 1.26rem;
    }

    .object-table {
        margin-top: 10px
    }
}
@media screen and (max-width: 499px) {
    .section-main .section-main-item .slider-news .swiper-slide {
        max-width: 300px;
    }
    .news-item {
        max-width: 300px;
    }
}
@media screen and (max-width: 469px) {
    .section-main .section-main-item .slider-news .swiper-slide {
        max-width: 260px;
    }
    .news-item {
        max-width: 260px;
        padding-right: 10px;
    }
}

.swiper-container img {
    max-width: 100%;
    width: auto;
}
@media screen and (max-width: 380px) {
    .-menu-open .logotype {
        display: none;
    }
    .g-recaptcha, .g-recaptcha div{
        overflow: hidden;
        max-width: 100%;
    }
    .g-recaptcha iframe, body > div[style]:last-of-type {
        transform: scale(0.7);
        transform-origin: left top;
    }
}

/*START NEW TASKS*/
.with-us ul li.list-item {
	display: block;
}
.with-us .with-us-link {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-flex-align: start;
	align-items: flex-start;
}
@media screen and (max-width: 639px) {
    .with-us .with-us-link {
        align-items: center;
    }
}
.pseudo-link {
	color: #9f2221;
    border-bottom: 1px solid rgba(159, 34, 33,.3);
}
.list-item:hover .pseudo-link{
	border-bottom-color: #9f2221;
}

.section-main-item.-black .main-hero-title a {
	color: #fff;
	border-bottom: none;
	font-size: 8.8rem;
}
.main-hero-title span{
	color: #fff !important;
	transition: color .25s ease-in-out;
}
.main-hero-title:hover span{
	color: #9f2221 !important;
}
.section-main-item .main-hero .numbers-item {
	padding-top: 4.8rem;
}
@media screen and (max-width: 639px) {
	.section-main-item.-black .main-hero-title a {
		font-size: 4.4rem;
		letter-spacing: .5px;
	}
	.section-main-item .main-hero .numbers-item {
		padding-top: 0rem;
	}
}
.wrapper-person-item {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	justify-content: space-between;
}
.-content.mission {
	padding-left: 0px;
	-ms-flex: 0 0 33.3333%;
    flex: 0 0 33.3333%;
    max-width: 33.3333%;
    margin-top: 54px;
	align-self: flex-end;
}
.-content.description {
	padding-left: 20px;
	-ms-flex: 0 0 66.6666%;
    flex: 0 0 66.6666%;
    max-width: 66.6666%;
    margin-top: 54px;
	align-self: flex-end;
}
@media screen and (max-width: 1365px) {
	.-content.description {
		padding-left: 10px;
	}
}

@media screen and (max-width: 989px) {
	.-content.mission {
		display:block;
		padding-left: 0px;
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
	}
	.-content.description {
		display:block;
		padding-left: 0px;
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
	}
}
@media screen and (max-width: 639px) {
	.section.-center {
		background-image: none;
		background: #2c2f35;
	}
	.section.-conference {
		/*background-image: none;*/
	}
	.section.-about {
		background-image: none;
		background: #2c2f35;
	}
}
.free-with {
    color: #f69f20;
}
h1 .sup-label.free-with {
    background: #f69f20;
}
@media screen and (max-width: 639px) {
	h1 .sup-label.free-with {
		font-size: 1rem;
	}
}

.contacts-map .button {
    position: absolute;
    display: block;
    top: 48px;
    right: 48px;
	left: auto;
    bottom: auto;
    z-index: 1;
}

@media screen and (max-width: 767px) {
	.contacts-map .button {
		right: 40px;
		top: 40px;
		left: auto;
    	bottom: auto;
	}
}

@media screen and (max-width: 639px) {
	.contacts-map .button {
		right: auto;
		top: auto;
		width: auto;
		left: 40px;
		bottom: 40px;
	}
}

.navigation-col .link-download span {
    color: #fff;
}

.navigation-col .link-download:hover span {
    color: #9f2221;
}

.navigation-large .object-item h4 {
    color: #fff;
    transition: color .25s ease-in-out;
}

.navigation-large .object-item:hover h4 {
    color: #9f2221;
}

.section-main-item.-black .numbers-item-title {
    color: #fff;
}

.navigation-col.-inverse .list-link {
    color: #fff;
}
.navigation-col.-inverse .list-link:hover {
    color: #9f2221;
}
/*END NEW TASKS*/