@font-face {
    font-family: 'MyriadPro-Regular';
    src: url('../fonts/MyriadPro-Regular.eot?#iefix') format('embedded-opentype'), url('../fonts/MyriadPro-Regular.otf') format('opentype'),
    url('../fonts/MyriadPro-Regular.woff') format('woff'), url('../fonts/MyriadPro-Regular.ttf') format('truetype'), url('../fonts/MyriadPro-Regular.svg#MyriadPro-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'ProximaNova-Bold';
    src: url('../fonts/ProximaNova-Bold.eot?#iefix') format('embedded-opentype'), url('../fonts/ProximaNova-Bold.otf') format('opentype'),
    url('../fonts/ProximaNova-Bold.woff') format('woff'), url('../fonts/ProximaNova-Bold.ttf') format('truetype'), url('../fonts/ProximaNova-Bold.svg#ProximaNova-Bold') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'ProximaNova-Extrabld';
    src: url('../fonts/ProximaNova-Extrabld.eot?#iefix') format('embedded-opentype'), url('../fonts/ProximaNova-Extrabld.otf') format('opentype'),
    url('../fonts/ProximaNova-Extrabld.woff') format('woff'), url('../fonts/ProximaNova-Extrabld.ttf') format('truetype'), url('../fonts/ProximaNova-Extrabld.svg#ProximaNova-Extrabld') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'ProximaNova-Light';
    src: url('../fonts/ProximaNova-Light.eot?#iefix') format('embedded-opentype'), url('../fonts/ProximaNova-Light.woff') format('woff'), url('../fonts/ProximaNova-Light.ttf') format('truetype'), url('../fonts/ProximaNova-Light.svg#ProximaNova-Light') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'ProximaNova-Regular';
    src: url('../fonts/ProximaNova-Regular.eot?#iefix') format('embedded-opentype'), url('../fonts/ProximaNova-Regular.otf') format('opentype'),
    url('../fonts/ProximaNova-Regular.woff') format('woff'), url('../fonts/ProximaNova-Regular.ttf') format('truetype'), url('../fonts/ProximaNova-Regular.svg#ProximaNova-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'ProximaNova-Semibold';
    src: url('../fonts/ProximaNova-Semibold.eot?#iefix') format('embedded-opentype'), url('../fonts/ProximaNova-Semibold.otf') format('opentype'),
    url('../fonts/ProximaNova-Semibold.woff') format('woff'), url('../fonts/ProximaNova-Semibold.ttf') format('truetype'), url('../fonts/ProximaNova-Semibold.svg#ProximaNova-Semibold') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

body {
    font-family: 'Montserrat', sans-serif;
    font-family: 'Rubik', sans-serif;
    font-family: 'ProximaNova-Regular';
    font-size: 18px;
}

img {
    max-width: 100%;
}

a {
    cursor: pointer;
}

h1{
    font-weight: bold !important;
}

/*хэдэр*/
section.header {
    background: #000;
    color: #fff;
    font-family: 'ProximaNova-Semibold';
    font-size: 14px;
}

section.header > * {
    display: flex;
    justify-content: space-between;
}

.header-l {
    display: flex;
    align-items: center;
}

.header-l-block {
    display: flex;
    align-items: center;
    margin-right: 42px;

}

.header-l-block p {
    margin: 0;
}

.header-r-block img, .header-l-block img {
    margin-right: 18px;
}

.header-r {
    display: flex;
}

.header-r a {
    color: #fff;
    text-decoration: none;
    height: 100%;
    display: flex;
    align-items: center;
    padding: 0 50px;
}

.header-r-block {
    /*padding: 0 50px;*/
    border-left: 1px solid #262626;
}

.header-r-red a {
    padding: 22px 50px;
    display: block;
    font-size: 16px;
    background: #f20000;
    color: #fff;
    text-decoration: none;
}

.header-l-block:nth-child(2) p {
    font-size: 17px;
}

.no-1600 {
    display: none;
}

.header-mobil {
    display: none;
}

.header-decstop {
    display: flex;
    justify-content: space-between;
    width: 100%;
}

.menu-mobil {
    display: none;
}

button.toggle_menu-button.toggle_menu-button2 {
    display: none;
}

/*топ*/
img.logo {
    margin: 50px 0 28px 0;
}

.navbar-nav .nav-link {
    color: #808080;
    font-family: 'ProximaNova-Semibold';
    font-size: 20px;
    padding: 0 !important;
}

.navbar-nav li.nav-item.active .nav-link{
    color: #ef0018;
}

li.nav-item {
    margin: 10px 40px 10px 0;
}

.navbar {
    padding: 0;
    margin-bottom: 60px;
}

.navbar-nav {
    flex-flow: wrap;
}

section.top-home h1 {
    font-size: 50px;
    font-family: 'ProximaNova-Extrabld';
    margin-bottom: 90px;
}

.rent-wrapper-link {
    display: flex;
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
    width: 150%;
    z-index: 1;
    position: relative;
}

.rent-wrapper-link a p {
    margin: 0;
    display: flex;
    align-items: center;
}

a.slider-block-home-caption p {
    color: #fff;
}

.rent-wrapper-link a p img {
    margin-right: 20px;
}

.rent-wrapper-link a span {
    font-size: 24px;
    line-height: 26px;
}

.rent-wrapper-link a {
    width: 50%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: #000;
    text-decoration: none;
    padding: 50px 35px;
}

.rent-wrapper-link a:nth-child(1) {
    border-right: 1px solid #E7E7E7;
}

.slider-block-home-caption p {
    margin: 0;
}

.slider-block-home-caption {
    padding: 60px 55px;
    background: #f20000;
    color: #fff;
    font-size: 24px;
    display: flex;
    align-items: center;
}

.slider-block-home-caption img {
    margin-right: 25px;
}

.carousel-control-wrapper2 {
    position: absolute;
}

.carousel-control-wrapper {
    bottom: 50px;
    right: 50px;
    background: #fff;
    padding: 20px;
    display: flex;
}

.carousel-control-wrapper a {
    display: flex;
    padding: 0 14px;
    position: relative;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    width: auto;
    opacity: 1;
}

.carousel-control-wrapper .carousel-control-prev {
    transform: rotate(180deg);
}

.home-page section.top-home {
    margin-bottom: 90px;
}

/*актуальные предложения*/
h1, h2 {
    font-family: 'ProximaNova-Extrabld';
    font-size: 48px;
    margin-bottom: 40px;
}

.light-p {
    font-family: 'ProximaNova-Light';
}

.p-18 {
    font-size: 18px;
    line-height: 30px;
}

a.gray-button {
    padding: 14px 19px;
    background: #f2f2f2;
    font-size: 18px;
    display: table;
}

.slider-offer {
    margin-left: -2px;
}

.slider-offer-block-text {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 70px;
    background: rgba(0, 0, 0, .8);
    color: #fff;
    padding: 0 70px;
    display: flex;
    align-items: center;
    opacity: 0;
    z-index: 10;
}

.slider-offer-block-text:hover {
    color: #fff;
    text-decoration: none;
}

.slider-offer-block-bottom,
.slider-offer-block-bottom:hover {
    color: #000;
    text-decoration: none;
}

.slider-offer-block:hover .slider-offer-block-text {

    opacity: 1;

}

.slider-offer-block-top > div {
    padding: 7px 15px;
    background: #fff;
    font-size: 14px;
    border-right: 1px solid #e7e7e7;
}

.slider-offer-block-top > div:nth-last-child(1) {
    border-right: 0;
}

.slider-offer-block-top {
    display: flex;
    position: absolute;
    top: 0;
}

.slider-offer-block-bottom {
    position: absolute;
    bottom: 0;
    display: flex;
    flex-flow: wrap;
    width: 100%;
    z-index: 11;
}

.slider-offer-block-bottom-descr p {
    display: flex;
    justify-content: space-between;
    margin: 0;
    height: 70px;
    align-items: center;
}

.slider-offer-block-bottom-descr {
    background: #fff;
    width: 100%;
    border-left: 1px solid #e7e7e7;
}

.slider-offer-block-bottom-number-red {
    padding: 10px 27px;
    background: #f20000;
}

.slider-offer-block-bottom-number-red p {
    color: #fff;
    margin: 0;
    font-size: 20px;
}

.slider-offer-block-bottom-descr p span {
    padding-left: 25px;
}

span.red-arrow-span {
    padding-right: 25px;
}

.slider-offer-block-content {
    margin-bottom: 70px;
}

.owl-nav-custom {
    display: flex;
    padding: 0 18px;
    border-right: 2px solid #e6e6e6;
}

.owl-nav-custom > * {
    padding: 14px;
    display: inline-flex;
    cursor: pointer;
    align-items: center;
}

.am-prev {
    transform: rotate(180deg);
}

.slider-offer > .owl-carousel2 {
    box-shadow: 0 0 10px 0 #e7e7e7;
}

.wrapper-arrow-owl {
    margin-top: 30px;
    display: inline-flex;
    border: 2px solid #e6e6e6;
    margin-left: 2px;
    border-right: 0;
}

div.counter {
    width: 75px;
    display: flex;
    justify-content: center;
    font-family: 'ProximaNova-Bold';
    padding: 0 20px;
    height: 56px;
    align-items: center;
    font-size: 18px;
    color: #C2C2C2;
    border-right: 2px solid #e6e6e6;
}

section.current-offer {
    margin-bottom: 90px;
    /*overflow: hidden;*/
}

/*
section.current-offer .owl-carousel .owl-stage-outer {
    overflow: unset !important;
}
*/
.offerDescr {
    z-index: 2;
    background: #fff;
}

/*
.offerDescr:after {
    content: " ";
    width: 100%;
    height: 100%;
    left: -100%;
    top: 0px;
    position: absolute;
    background: #fff;
}
*/
/*преимущества*/
section.advantages {
    margin-bottom: 100px;
}

.carousel-indicators-advantages2 {
    flex-flow: wrap;
    margin: 0;
    box-shadow: 0 0 25px 0 rgba(0, 0, 0, 0.15);
    position: relative;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}

.carousel-indicators-advantages2 li p {
    font-family: 'ProximaNova-Extrabld';
    margin: 0;
}

.carousel-indicators-advantages2 li {
    width: 50%;
    margin: 0;
    text-indent: inherit;
    padding: 30px;
    height: 200px;
    display: flex;
    flex-flow: column;
    justify-content: space-between;
    border: 1px solid #EAEAEA;
    cursor: pointer;
}

.img-advantages {
    display: block;
}

.img-advantages3 {
    width: 71px;
    height: 58px;
    background: url("../images/advantages-1-1.png");
}

.img-advantages2 {
    width: 77px;
    height: 47px;
    background: url("../images/advantages-2-1.png");
}

.img-advantages4 {
    width: 53px;
    height: 58px;
    background: url("../images/advantages-3-1.png");
}

.img-advantages6 {
    width: 50px;
    height: 61px;
    background: url("../images/advantages-4-1.png");
}

.img-advantages1 {
    width: 70px;
    height: 52px;
    background: url("../images/advantages-5-1.png");
}

.img-advantages5 {
    width: 56px;
    height: 57px;
    background: url("../images/advantages-6-1.png");
}

.carousel-indicators.carousel-indicators-advantages2 .active .img-advantages3 {
    background: url("../images/advantages-1-2.png");
}

.carousel-indicators.carousel-indicators-advantages2 .active .img-advantages2 {
    background: url("../images/advantages-2-2.png");
}

.carousel-indicators.carousel-indicators-advantages2 .active .img-advantages4 {
    background: url("../images/advantages-3-2.png");
}

.carousel-indicators.carousel-indicators-advantages2 .active .img-advantages6 {
    background: url("../images/advantages-4-2.png");
}

.carousel-indicators.carousel-indicators-advantages2 .active .img-advantages1 {
    background: url("../images/advantages-5-2.png");
}

.carousel-indicators.carousel-indicators-advantages2 .active .img-advantages5 {
    background: url("../images/advantages-6-2.png");
}

.carousel-indicators.carousel-indicators-advantages2 .active {
    background-color: #f20000;
    box-shadow: 0 0 25px 1px rgba(242, 0, 0, 0.58);
    border: 1px solid #f20000;
    color: #fff;
    z-index: 1111111;
}

.tab-top-advantages {
    display: flex;
    justify-content: space-between;
    width: 100%;
}

.top-advantages-title h2 {
    padding: 15px 0;
    font-size: 24px;
    position: relative;
    width: 360px;
    max-width: 100%;
    margin-bottom: 80px;
}

.top-advantages-title h2:before {
    position: absolute;
    bottom: 0;
    width: 120px;
    background: #ff0000;
    height: 2px;
    content: '';
    left: 0;
    z-index: 1;
}

.top-advantages-title h2:after {
    position: absolute;
    content: '';
    height: 2px;
    bottom: 0;
    width: 100%;
    background: #E6E6E6;
    left: 0;
}

.wrapper-slider-advantages h3 {
    font-family: 'ProximaNova-Extrabld';
    font-size: 48px;
    line-height: 45px;
    margin-bottom: 30px;
}

.carousel-control-wrapper-no-pos {
    display: inline-flex;
    border: 2px solid #E6E6E6;
}

.top-advantages-title {
    display: flex;
    align-items: baseline;
    justify-content: space-between;
}

p.p-advantages {
    line-height: 23px;
    margin-bottom: 65px;
}

ul.ul-red {
    list-style: none;
    padding-left: 0;
}

ul.ul-red li {
    position: relative;
    padding-left: 70px;
    font-size: 22px;
    margin-bottom: 23px;
}

ul.ul-red li:after {
    position: absolute;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    border: 3px solid #ff0000;
    content: '';
    left: 0;
    top: 5px;
}

.scheme-l ul {
    list-style: none;
    padding-left: 0;
}

.scheme-l ul li {
    position: relative;
    padding-left: 70px;
    font-size: 22px;
    margin-bottom: 23px;
}

.scheme-l ul li:after {
    position: absolute;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    border: 3px solid #ff0000;
    content: '';
    left: 0;
    top: 5px;
}

.col-xl-padding {
    padding-left: 130px;
}

/*схема бизнес-центра*/

section.scheme {
    border-top: 1px solid #E6E6E6;
    box-shadow: 0 -4px 30px 0 #cecece;
    margin-bottom: 95px;
}

.scheme-c, .scheme-l {
    padding-top: 100px;
}

.scheme-c {
    padding-right: 30px;
    text-align: right;
}

.scheme-c .carousel-control-wrapper-no-pos {
    margin-bottom: 55px;
}

.gray-p {
    color: #C2C2C2;
}

.scheme-descr-p {
    font-family: 'MyriadPro-Regular';
    font-size: 18px;
    font-weight: 600;
}

.red-p {
    color: #ff0000;
    position: relative;
}

.red-p:after {
    content: '';
    display: block;
    width: 38px;
    height: 2px;
    background: #ff0000;
    position: absolute;
    top: 11px;
    left: 0;
}

ol.carousel-indicators-advantages {
    right: 50px;
    bottom: 30px;
    display: inline-flex;
    left: 50px;
    margin: 0;
    z-index: 2;
    justify-content: flex-end;
}

ol.carousel-indicators-advantages li {
    width: 147px;
    width: 125px;
    height: auto;
    text-indent: inherit;
    overflow: hidden;
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: grayscale(100%);
    margin: 0;
}

ol.carousel-indicators-advantages li.active {
    -webkit-filter: grayscale(0%);
    -moz-filter: grayscale(0%);
    -ms-filter: grayscale(0%);
    -o-filter: grayscale(0%);
    filter: grayscale(0%);
    border: 2px solid #ff0000;
}

/*условия аренды*/

.conditions {
    padding: 28px 0 45px 0;
    display: flex;
}

.conditions-block {
    padding: 50px 30px;
    width: 20%;
}

a.conditions-link {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    flex-flow: column;
    height: 100%;
    font-size: 24px;
}

a.conditions-link span {
    width: 100%;
    font-family: 'ProximaNova-Semibold';
    /*padding-right: 100px;*/
    display: block;
    color: #000000;
}

a.conditions-link img {
    float: right;
}

.conditions {
    padding-left: 1px;
}

.conditions-block {
    padding: 50px 30px;
    width: 20%;
    border: 1px solid #E6E6E6;
    /*border-right: 0;*/
    margin-left: -1px;
    margin-top: -1px;
}

/*
.conditions .conditions-block:nth-last-child(1) {
    border-right: 1px solid #E6E6E6;
}
*/
/*расположение*/
.location-l {
    /*padding-right: 130px;*/
}

section.location p {
    font-size: 22px;
    color: #5a5a5a;
    margin-bottom: 30px;
}

.location-l h4 {
    font-family: 'ProximaNova-Semibold';
    font-size: 24px;
    margin-bottom: 15px;
}

.route-radio-wrapper label {
    width: 180px;
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 2px solid #E6E6E6;
}

.route-radio-wrapper label img {
    margin-right: 15px;
}

.route-radio-wrapper input {
    opacity: 0;
    position: absolute;
}

.route-radio-wrapper input:checked + label {
    border: 2px solid #cc0000;

}

.route-radio-wrapper2 {
    display: flex;
    margin-bottom: 30px;
}

.wrapper-bz input, input.a-input {
    border: 2px solid #E6E6E6;
    padding: 16px 22px 16px 70px;
    font-family: 'ProximaNova-Semibold';
    width: 100%;
    font-size: 20px;
}

.a-input-wrapper {
    position: relative;
}

.wrapper-bz:after, .a-input-wrapper:after {
    font-family: 'ProximaNova-Semibold';
    content: 'A';
    color: #969696;
    font-size: 28px;
    position: absolute;
    top: 11px;
    left: 30px;
}

.wrapper-bz button {
    font-family: 'ProximaNova-Semibold';
    width: 200px;
    height: 65px;
    font-size: 20px;
    color: #fff;
    background: #ff0000;
    border: 0;
}

.wrapper-bz {
    margin-top: 30px;
    position: relative;
}

.wrapper-bz input {
    width: calc(100% - 230px);
    margin-right: 25px;
}

.wrapper-bz input::-webkit-input-placeholder { /* WebKit browsers */
    color: #000;
}

.wrapper-bz input:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color: #000;
}

.wrapper-bz input::-moz-placeholder { /* Mozilla Firefox 19+ */
    color: #000;
}

.wrapper-bz input:-ms-input-placeholder { /* Internet Explorer 10+ */
    color: #000;
}

.wrapper-bz:after {
    content: 'B';
}

section.location {
    margin-bottom: 85px;
}

section.bottom {
    margin-bottom: 100px;
}

section.bottom p {
    font-family: 'ProximaNova-Light';
    font-size: 14px;
    margin-bottom: 15px;
}

/*футер*/
section.footer {
    background: #000;
    color: #fff;
    margin-top: 40px;
    padding: 80px 0;
}

section.footer h3 {
    font-size: 20px;
    margin-bottom: 30px;
}

section.footer h3 a {
    color: #fff;
    font-size: 20px;
}

.footer-menu-block {
    margin-bottom: 55px;
}

.footer-menu-block p a {
    font-family: 'ProximaNova-Light';
    font-size: 18px;
    color: #e2e2e2;
}

.copyright p {
    font-size: 18px;
    color: #ACACAC;
}

.contact-footer-block {
    font-family: 'ProximaNova-Semibold';
    margin-bottom: 25px;
    font-size: 18px;
}

.contact-footer-block img {
    margin-right: 22px;
}

/*фиксированное меню*/
.menu-fix.active {
    position: fixed;
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.menu-fix.active h1 {
    display: none;
}

/*контакты*/
ol.breadcrumb, section.breadcrumb-section {
    z-index: 2;
    position: relative;
}

section.top-home.menu-internal .logo {
    width: 200px;
    margin: 0;
}

.menu-internal-wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

section.top-home.menu-internal .navbar {
    margin-bottom: 0;
}

.rent-wrapper-link-internal a {
    font-size: 20px;
    color: #000;
    border-left: 1px solid #E7E7E7;
    padding: 7px 50px;
}

.rent-wrapper-link-internal a p {
    margin-bottom: 0;
}

.rent-wrapper-link-internal {
    display: flex;
}

.rent-wrapper-link-internal a p img {
    margin-right: 15px;
}

section.menu-internal {
    padding: 30px 0;
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
    z-index: 3;
    position: relative;

}

.contact-block p {
    font-size: 22px !important;
    display: flex;
    align-items: center;
    margin: 14px 0 !important;
    flex-wrap: wrap;
}

.contact-block p span {
    width: 60px;
}

.red-link {
    font-size: 20px;
    color: #fff !important;
    padding: 20px 45px;
    display: table;
    background: #ff0000;
    border: 0;
    cursor: pointer;
}

.sign-review {
    margin: 40px 0;
}

.breadcrumb-item.active {
    color: #666;
}

.breadcrumb-item a {
    color: #999;
}

.breadcrumb-item + .breadcrumb-item::before {
    display: inline-block;
    padding-right: 14px;
    color: #999;
    content: "-";
}

.breadcrumb-item + .breadcrumb-item {
    padding-left: 14px;
}

.breadcrumb {
    padding: 40px 0;
    margin-bottom: 0;
    border-radius: 0;
    background: #fff;
}

.detail-slider-wrapper .wrapper-arrow-owl {
    position: absolute;
    bottom: 25px;
    right: 30px;
    z-index: 100;
    background: #fff;
}

.detail-slider-wrapper {
    position: relative;
}

#sync2 .owl-item.active {
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: grayscale(100%);
    cursor: pointer;
}

#sync2 .owl-item.active.current {
    border: 2px solid #ff0000;
    -webkit-filter: grayscale(0%);
    -moz-filter: grayscale(0%);
    -ms-filter: grayscale(0%);
    -o-filter: grayscale(0%);
    filter: grayscale(0%);
}

div#sync2 {
    margin: 35px 0;
}

.card-characteristic {
    display: inline-flex;
}

.card-characteristic span {
    font-family: 'ProximaNova-Semibold';
    padding: 10px 28px;
    display: block;
}

.card-characteristic span.red {
    background: #ff0000;
    color: #fff;
}

.card-characteristic {
    display: inline-flex;
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, .2);
    margin-bottom: 35px;
}

.detail-l p {
    color: #666;
    margin-bottom: 0;
}

.detail-l > p {
    margin: 10px 0 35px 0;
}

.detail-l h3 img {
    margin-right: 15px;
}

.detail-l h3 {
    font-family: 'ProximaNova-Extrabld';
    display: flex;
    align-items: center;
    margin-bottom: 10px;
    font-size: 24px;
}

.gray-ul {
    color: #666;
    padding-left: 20px;
}

.block-991 {
    display: none !important;
}

.block-767 {
    display: none;
}

/*отзывы*/
.menu-left {
    padding-right: 30px;
    padding-top: 40px;
}

.menu-left-toggle {
    display: none;
}

.menu-left li.nav-item {
    margin: 0;
    width: 100%;
}

.menu-left li.nav-item a.nav-link {
    padding: 25px 18px;
    font-family: 'ProximaNova-Semibold';
    border-left: 2px solid transparent;
    border-bottom: 1px solid #EBEBEB;
    font-size: 16px;
    color: #000;
}

.menu-left li.nav-item.active a.nav-link {
    border-left: 2px solid #ff0000;
}

.menu-left li.nav-item:nth-last-child(1) a.nav-link {
    border-bottom: 0;
}

.menu-left ul.nav {
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, .1);
}

.feedback-title {
    display: flex;
    align-items: end;
}

a.link-red-border {
    color: #ff0000;
    font-size: 20px;
    border: 2px solid #ff0000;
    padding: 7px 29px;
}

.feedback-title p {
    font-family: 'ProximaNova-Light';
    padding: 0 90px 0 130px;
    font-size: 15px;
}

.feedback-title a {
    white-space: nowrap;
}

.feedback-block,
.feedback-block:hover {
    height: 100%;
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, .1);
    padding: 40px 45px;
    display: block;
    color: #000;
    text-decoration: none;
}

.feedback-block:hover {
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, .2);
}

.cat-block {
    height: 100%;
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, .1);
}

.cat-block:hover {
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, .2);
}

.row-margin-bottom {
    /*margin: 0 -25px;*/
}

.row-margin-bottom > * {
    margin-bottom: 50px;
    /*padding: 0 25px;*/
}

.feedback-block h3 {
    font-family: 'ProximaNova-Extrabld';
    font-size: 32px;
    margin-bottom: 15px;
}

.feedback-block p {

}

.feedback-block p.name-feedback {
    color: #999;
    margin-bottom: 36px;
    line-height: normal
}

.feedback-block p {
    line-height: 35px;
}

.feedback-more {
    color: #ff0000 !important;
    margin-top: 30px;
    display: block;
}

.feedback-more img {
    margin-left: 16px;
}

.pagination-custom .page-item:first-child .page-link img {
    transform: rotate(180deg);
}

.page-link {
    padding: 15px 22px;
    color: #000;
    background-color: transparent;
    border: 1px solid #dee2e6;
    font-family: 'ProximaNova-Semibold';
    font-size: 20px;
    border: 0;
}

.page-link:hover {
    color: #000;
    opacity: .8;
    background: transparent;
}

.pagination-custom .page-item.active .page-link {
    color: #ff0000;
    background: transparent;
}

.pagination-custom ul.pagination {
    display: inline-flex;
    border: 2px solid #E6E6E6;
    border-radius: 0;
    padding: 0 24px;
    margin: 0;
}

nav.pagination-custom {
    margin: 20px 0 70px 0;
    display: flex;
    justify-content: center;
}

/*конференц зал*/
.h2-center {
    text-align: center;
}

p.p-hall {
    text-align: center;
    color: #666;
    line-height: 30px;
    margin-bottom: 45px;
}

.hall-advantages-block {
    padding: 0 60px;
    text-align: center;
    margin-bottom: 35px;
}

.hall-advantages-block p {
    font-family: 'ProximaNova-Semibold';
}

.hall-advantages-block img {
    margin-bottom: 10px;
}

h2.hall-h2 {
    margin: 35px 0 10px 0;
    font-size: 32px;
}

.options-wrapper {
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
}

.option-block {
    height: 100%;
    padding: 20px;
}

.option-block {
    border: 1px solid #ececec;
    border-bottom: 2px solid transparent;
}

.option-block.option-block-active {
    border-bottom: 2px solid #ff0000;
}

.option-block.option-block-active h3 {
    color: #ff0000;
}

.option-block-top h3 {
    display: flex;
    font-family: 'ProximaNova-Bold';
    justify-content: space-between;
    align-items: center;
    font-size: 20px;
    margin-bottom: 2px;
}

.option-block-top p {
    font-size: 16px;
    margin-bottom: 15px;
}

.option-block-center {
    height: 150px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.container-hall {
    padding: 0 110px;
}

.option-block-bottom p {
    font-size: 16px;
    color: #999;
    margin: 0;
}

.hall-link {
    margin: 50px auto 70px auto;
}

.wrapper-hall {

}

/*новости*/

span.number-new {
    margin-left: 20px;
    color: #D2D2D2;
}

.menu-left li.nav-item.active a span.number-new {
    color: #ff0000;
}

/*структура бизнес центра - внутренняя*/

.scheme-internal .scheme-l, .scheme-internal .scheme-c {
    padding-top: 0;
}

section.scheme-section {
    margin-bottom: 70px;
}

/*адаптив*/
/*@media screen and (max-width: 1900px) {*/
@media screen and (max-width: 1919px) {
    .slider-block-home-caption {
        padding: 40px 30px;
    }

    li.nav-item {
        margin: 0 40px 10px 0;
    }

    .navbar {
        margin-bottom: 40px;
    }

    section.top-home h1 {
        line-height: 50px;
    }

    .conditions-block {
        padding: 30px 25px;
    }

    a.conditions-link {
        font-size: 20px;

    }

    a.conditions-link span {
        padding-right: 0;
    }

    /*.navbar-nav .nav-link {*/
    /*font-size: 18px;*/
    /*}*/
    li.nav-item {
        margin: 0 25px 10px 0;
    }

    .hall-advantages-block {
        padding: 0;
    }
}

@media screen and (min-width: 1200px) and (max-width: 1900px) {
    .row.row-feedback > *:nth-child(1) {
        -ms-flex: 0 0 300px;
        flex: 0 0 300px;
        max-width: 300px;
    }

    .row.row-feedback > *:nth-child(2) {
        -ms-flex: calc(100% - 300px);
        flex: calc(100% - 300px);
        max-width: calc(100% - 300px);
    }
}

.row-current-offer > *:nth-child(2) {
    padding: 0px;
}

@media screen and (min-width: 1550px) and (max-width: 1900px) {
    .row-current-offer > *:nth-child(1) {
        width: 330px;
        -ms-flex: 0 0 330px;
        flex: 0 0 330px;
    }

    .row-current-offer > *:nth-child(2) {
        width: calc(100% - 330px);
        -ms-flex: 0 0 calc(100% - 330px);
        flex: 0 0 calc(100% - 330px);
        max-width: calc(100% - 330px);
    }
}

@media screen and (min-width: 1280px) and (max-width: 1550px) {

    .row-advantages > *:nth-child(1) {
        width: 40%;
        -ms-flex: 0 0 40%;
        flex: 0 0 40%;
        max-width: 40%;
    }

    .row-advantages > *:nth-child(2) {
        width: 60%;
        -ms-flex: 0 0 60%;
        flex: 0 0 60%;
        max-width: 60%;
    }

}

@media screen and (max-width: 1450px) {
    .slider-block-home img {
        height: 650px;
        max-width: none;
    }
}

@media screen and (min-width: 1280px) and (max-width: 1550px) {

    .row-advantages > * {
        width: 50% !important;
        -ms-flex: 0 0 50% !important;
        flex: 0 0 50% !important;
        max-width: 50% !important;
    }

}

@media (max-width: 1549px) {
    .slider-block-home-caption {
        padding: 25px 40px 25px 25px;
    }

    .slider-block-home-caption p {
        line-height: 24px;
        font-size: 20px;
    }

    .rent-wrapper-link a {
        padding: 20px 35px;
    }
}

@media screen and (max-width: 1550px) {
    .no-1300 {
        display: none;
    }

    section.top-home h1 {
        margin-bottom: 30px;
    }

    .no-1600 {
        display: block;
    }

    .navbar {
        margin-bottom: 25px;
    }

    .slider-offer-block-bottom-descr p {
        font-size: 16px;
    }

    .slider-offer-block-bottom-descr p span {
        padding-left: 15px;
    }

    .conditions-block {
        padding: 30px 25px 15px 25px;
    }

    .wrapper-bz button {
        width: 135px;
    }

    .wrapper-bz input {
        width: calc(100% - 151px);
        margin-right: 10px;
    }

    .slider-offer-block-text p {
        font-size: 16px;
    }

    .slider-offer-block-text {
        padding: 0 30px;
    }

    .menu-internal-wrapper .navbar-nav .nav-link {
        font-size: 17px;
    }

    .menu-internal-wrapper li.nav-item {
        margin: 0 18px 10px 0;
    }

    .rent-wrapper-link-internal a {
        font-size: 17px;
        display: flex;
        padding: 7px 30px;
    }

    .container-hall {
        padding: 0 40px;
    }

    .scheme-internal > .row > * {
        width: 100%;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }

}

@media screen and (max-width: 1345px) {
    button.toggle_menu-button2 {
        display: flex !important;
    }

    button.toggle_menu-button span {
        height: 2px;
        width: 21px;
        background: #000;
        display: block;
        margin: 5px 26px;
    }

    button.toggle_menu-button {
        border: 0;
        background: transparent;
        width: calc(100% - 350px);
        display: flex;
        align-items: flex-end;
        flex-flow: column;
        justify-content: center;
    }

    .menu-mobil.active {
        position: fixed;
        top: 0;
        left: 0;
        right: 50px;
        background: #fff;
        z-index: 1000;
        padding: 33px 40px;
    }

    .menu-mobil.active:before {
        content: "";
        background: #fff;
        z-index: 10;
        position: absolute;
        top: 0;
        right: 0;
        left: 0;
        bottom: 0;
    }

    .menu-mobil.active:after {
        position: fixed;
        right: 0;
        top: 0;
        left: 0;
        bottom: 0;
        z-index: -1;
        background: rgba(0, 0, 0, 0.4);
        content: "";
    }

    button.toggle_menu-button.active {
        z-index: 100000;
        position: fixed;
        right: 88px;
        background: url(../images/close2.png) no-repeat center;
        top: 31px;
        width: 30px;
    }

    button.toggle_menu-button:focus {
        outline: none;
    }

    button.toggle_menu-button.active span {
        background: transparent;
    }

    .menu-mobil.active h2 {
        font-family: 'ProximaNova-Extrabld';
        font-size: 30px;
        color: #000;
        padding: 0 0 33px 0;
        margin: 0 0 15px 0;
        border-bottom: 1px solid #E6E6E6;
    }

    .menu-mobil.active h2, ul.ul-menu-mobil {
        position: relative;
        z-index: 100;
    }

    ul.ul-menu-mobil {
        padding-left: 0;
    }

    ul.ul-menu-mobil li a {
        padding: 15px 0;
        display: block;
        font-size: 20px;
        color: #000;
        text-decoration: none;
    }

    ul.ul-menu-mobil li a span {
        width: 65px;
        display: inline-block;
    }

    a.red-menu-mobil {
        text-align: center;
        color: #fff !important;
        background: #ff0000;
        padding: 20px 0 !important;
        margin: 18px 0;
    }

    li.hr-li {
        height: 1px;
        background: #E6E6E6;
        margin: 20px 0;
    }

    a.gray-menu-mobil {
        color: #4e4e4e !important;
    }

    button.toggle_menu-button.toggle_menu-button2 i {
        display: block;
        font-style: normal;
        font-size: 20px;
        color: #999;
    }

    button.toggle_menu-button2 {
        display: flex !important;
        width: auto !important;
        flex-flow: row !important;
        align-items: center;
    }

    button.toggle_menu-button2 span {
        margin: 8px 26px;
        background: #999;
    }

    button.toggle_menu-button.toggle_menu-button2.active i:nth-child(2) {
        display: none;
    }

    .menu-internal-wrapper .navbar-nav .nav-link {
        font-size: 20px;
        color: #000;
        z-index: 100;
        position: relative;
    }

    .menu-internal-wrapper li.nav-item {
        width: 100%;
    }

    .menu-mobil2.active:before {
        content: "";
        background: #fff;
        z-index: 10;
        position: absolute;
        top: 0;
        right: 0;
        left: 0;
        bottom: 0;
    }

    .feedback-title {
        align-items: left;
        flex-flow: column;
    }

    .feedback-title {
        margin-bottom: 30px;
    }

    .feedback-title p {
        padding: 0;
    }

    .feedback-block h3 {
        font-size: 24px;
    }

    .slider-block-home-caption {
        position: relative;
    }

    .slider-block-home-caption:after {
        right: -29px;
        width: 30px;
        top: 0;
        bottom: 0;
        height: 100%;
        background: #f20000;
        content: "";
        position: absolute;
    }

}

@media screen and (max-width: 1280px) {
    .carousel-indicators-advantages2 li {
        width: 100%;
        padding: 15px 30px;
        height: auto;
    }

    .carousel-indicators-advantages2 li p {
        font-size: 14px;
        margin-top: 5px;
    }

    .location-l {
        padding-right: 0;
    }

}

/*@media screen and (max-width: 1199px) {*/
@media screen and (max-width: 1345px) {
    .header-r-red a {
        padding: 20px 30px;
    }

    .header-r-block {
        padding: 0 30px;
    }

    img.logo {
        margin: 35px 0 20px 0;
        width: 230px;
    }

    .slider-block-home-caption {
        flex-flow: column;
        justify-content: center;
    }

    .slider-block-home-caption img {
        margin-right: 0;
        margin-bottom: 15px;
    }

    .slider-block-home-caption p {
        line-height: 20px;
        font-size: 16px;
    }

    .slider-block-home-caption {
        padding: 25px 30px;
    }

    .navbar-nav .nav-link {
        font-size: 16px;
    }

    li.nav-item {
        margin: 0 40px 1px 0;
    }

    section.top-home h1 {
        font-size: 28px;
        line-height: 28px;
    }

    h2 {
        font-size: 34px;
        margin-bottom: 25px;
    }

    .slider-offer {
        margin-top: 30px;
    }

    section.advantages .carousel-control-wrapper.carousel-control-wrapper-no-pos {
        display: none;
    }

    .img-advantages {
        transform: scale(.6);
    }

    .top-advantages-title h2 {
        padding: 0 0 15px 0;
        margin-bottom: 50px;
    }

    .wrapper-slider-advantages h3 {
        font-size: 35px;
        line-height: 35px;
    }

    ul.ul-red li {
        padding-left: 50px;
        font-size: 18px;
    }

    ul.ul-red li:after {
        top: 3px;
    }

    p.p-advantages {
        margin-bottom: 30px;
    }

    .scheme-c {
        display: flex;
        padding-right: 0;
        flex-flow: wrap-reverse;
        margin-bottom: 45px;
    }

    .scheme-descr {
        display: flex;
        width: calc(100% - 120px);
        justify-content: space-between;
        order: 1;
        padding-right: 120px;
        align-items: center;
    }

    .scheme-c .carousel-control-wrapper-no-pos {
        order: 2;
        margin-bottom: 0;
    }

    p.scheme-descr-p.red-p {
        padding-bottom: 15px;
        border-bottom: 2px solid #ff0000;
        margin-bottom: 0;
    }

    p.scheme-descr-p.red-p:after {
        display: none;
    }

    .advantages-carousel .carousel-inner {
        width: calc(100% - 205px);
    }

    .advantages-carousel ol.carousel-indicators-advantages li {
        width: 100%;
        margin-bottom: 19px;
    }

    .advantages-carousel ol.carousel-indicators-advantages {
        width: 205px;
        position: relative;
        left: auto;
        right: auto;
        bottom: auto;
        top: auto;
        padding-left: 40px;
        flex-flow: column;
        justify-content: end;
    }

    .advantages-carousel {
        display: flex;
    }

    .conditions {
        flex-flow: wrap;
    }

    .conditions-block {
        width: 50%;
        padding: 20px 30px;
    }

    a.conditions-link {
        font-size: 16px;
        display: flex;
        flex-flow: nowrap;
        align-items: center;
    }

    .wrapper-bz input {
        width: 100%;
        margin-right: 0;
        margin-bottom: 15px;
    }

    .wrapper-bz button {
        width: 100%;
    }

    section.location p {
        font-size: 14px;
        margin-bottom: 20px;
    }

    .route-radio-wrapper2 {
        margin-bottom: 20px;
    }

    .wrapper-bz {
        margin-top: 15px;
    }

    .card-characteristic span {
        padding: 8px 25px;
        font-size: 14px;
    }

    .contact-block p img {

    }

    .contact-block p {
        font-size: 18px !important;
        margin: 17px 0 !important;
    }

    .contact-block p img {
        transform: scale(0.8);
    }

    .location-l h4 {
        font-size: 20px;
    }

    .menu-left-toggle {
        display: inline-block;
    }

    .menu-left {
        display: none;
    }

    button.menu-left-toggle {
        background: #f20000;
        border: 0;
        padding: 7px 20px;
        color: #fff;
        font-size: 20px;
        margin: 20px 0;
    }

    .feedback-block h3 {
        font-size: 24px;
    }

    .feedback-block p.name-feedback {
        margin-bottom: 18px;
        font-size: 18px;
    }

    .feedback-block p {
        line-height: normal;
        font-size: 16px;
    }

    a.feedback-more {
        margin-top: 15px;
    }

    .feedback-block {
        padding: 20px;
    }

    .page-link {
        padding: 10px 15px;
        font-size: 18px;
    }

    .pagination-custom ul.pagination {
        padding: 0 5px;
    }

    .slider-block-home-caption:after {
        display: none;
    }

    .slider-block-home img {
        height: 480px;
        max-width: none;
    }

}

@media screen and (max-width: 1024px) {
    ul.ul-menu-mobil {
        overflow: auto;
        height: calc(100% - 118px);
    }
}

@media screen and (max-width: 991px) {
    .carousel-control-wrapper.carousel-control-wrapper2 {
        display: none;
    }

    .slider-block-home-caption {
        position: relative;
        top: auto;
        bottom: auto;
        display: inline-flex;
    }

    section.top-home h1 {
        font-size: 25px;
        line-height: 28px;
    }

    section.top-home {
        padding-bottom: 30px;
    }

    h2 {
        font-size: 28px;
    }

    .p-18 {
        font-size: 16px;
        line-height: 26px;
    }

    .col-xl-padding {
        padding-left: 50px;
    }

    .advantages-carousel .carousel-inner {
        width: 100%;
    }

    .top-advantages-title h2 {
        margin-bottom: 25px;
    }

    .wrapper-slider-advantages h3 {
        font-size: 25px;
        line-height: 27px;
        margin-bottom: 20px;
    }

    ul.ul-red li {
        font-size: 16px;
    }

    ul.ul-red li:after {
        top: 1px;
    }

    .carousel-indicators-advantages2 li {
        flex-flow: nowrap;
    }

    .tab-top-advantages {
        width: auto;
    }

    .carousel-indicators-advantages2 li p {
        margin-top: 0;
    }

    .tab-bottom-advantages {
        padding-left: 20px;
    }

    section.advantages {
        margin-bottom: 65px;
    }

    .scheme-l {
        padding-top: 65px;
    }

    .scheme-c {
        padding-top: 10px;
    }

    section.scheme {
        margin-bottom: 35px;
    }

    h2 {
        font-size: 25px;
    }

    section.location p {
        font-size: 18px;
    }

    .route-radio-wrapper label {
        font-size: 16px;
        width: 160px;
        height: 62px;
    }

    .wrapper-bz input, input.a-input {
        padding: 15px 15px 15px 70px;
        /*width: 50%;*/
        font-size: 16px;
    }

    .wrapper-bz button {
        /*width: 50%;*/
    }

    .wrapper-bz {
        margin-bottom: 50px;
    }

    section.bottom {
        margin-bottom: 50px;
    }

    .no-1600 {
        display: none;
    }

    .header-l-block:nth-child(2) p, .header-l-block p {
        font-size: 13px;
    }

    .header-r-red a {
        padding: 15px 25px;
    }

    .block-991 {
        display: block !important;
    }

    .block-no-991 {
        display: none !important;
    }

    .detail-l ul li, .detail-l p {
        font-size: 16px;
    }

    .menu-mobil.menu-mobil2.active {
        width: auto;
    }

    .menu-mobil.menu-mobil2.active ul.ul-menu-mobil {
        flex-flow: column;
    }

    .hall-advantages-block p {
        font-size: 14px;
    }

    p.p-hall {
        font-size: 16px;
    }

    .breadcrumb-item a {
        color: #999;
        font-size: 16px;
    }

    .breadcrumb-item a {
        font-size: 16px;
    }

    h2.hall-h2 {
        font-size: 24px;
    }

    .slider-block-home img {
        height: auto;
        max-width: 100%;
    }

}

@media screen and (max-width: 767px) {
	/* Start Prevent horizontal scroll on body */
	h1 {
		word-wrap: break-word;
	}
	.news-navigation-bottom {
		overflow-x: auto;
    	scrollbar-width: none;
	}
	.news-navigation-bottom::-webkit-scrollbar {
		display: none;
	}
	.pagination {
		min-width: max-content;
	}
	.pagination .page-item {
		flex-shrink: 0;
	}
	.text-center:has(.modern-page-navigation) {
		overflow-x: auto;
    	scrollbar-width: none;
	}

	.text-center:has(.modern-page-navigation)::-webkit-scrollbar {
		display: none;
	}
	.modern-page-navigation > * {
		flex-shrink: 0;
	}
	.detail table td {
		display: block;
		width: 100%;
	}
	/* End horizontal scroll */

    .header-mobil {
        display: flex;
        align-items: center;
        justify-content: space-between;
        width: 100%;
        padding: 15px 0;
    }

    .header-decstop {
        display: none;
    }

    section.header {
        background: #fff;

    }

    img.logo-mobil {
        width: 190px;
    }

    .header-mobil-block {
        padding: 5px 25px;
        border-left: 1px solid #E7E7E7;
        width: 80px;
    }

    section.top-home .container {
        padding: 0;
    }

    section.top-home h1 {
        font-size: 25px;
        line-height: 28px;
        background: #cc0000;
        color: #fff;
        padding: 25px 30px;
        margin-bottom: 0;
    }

    .top-advantages-title h2:before, .top-advantages-title h2:after, .rent-wrapper-link, section.top-home img.logo, section.top-home .navbar, .slider-block-home-caption {
        display: none;
    }

    section.top-home {
        padding-bottom: 55px;
    }

    .top-advantages-title h2 {
        margin-bottom: 25px;
        margin: 40px 0 30px 0;
        padding: 0;
    }

    .advantages-carousel {
        flex-flow: column;
    }

    .advantages-carousel ol.carousel-indicators-advantages li.active {
        background: #ff0000;
    }

    .advantages-carousel ol.carousel-indicators-advantages li {
        width: 16px;
        margin-bottom: 19px;
        height: 16px;
        border-radius: 50%;
        background: #cccccc;
        margin: 0 11px;
    }

    .advantages-carousel ol.carousel-indicators-advantages li img {
        display: none;
    }

    ol.carousel-indicators.carousel-indicators-advantages {
        padding: 20px 0;
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
        flex-flow: wrap;
    }

    .conditions-block {
        width: 100%;
        border: 1px solid #E6E6E6;
    }

    .conditions {
        padding: 25px 0 45px 0;
    }

    section.scheme {
        margin-bottom: 15px;
    }

    section.conditions h2 {
        margin-bottom: 5px;
    }

    .conditions {
        padding: 25px 0 25px 0;
    }

    div.conditions {
        margin: 25px 0 25px 0;
        padding: 0;
        box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
    }

    .route-radio-wrapper {
        width: 50%;
    }

    .wrapper-bz button, .wrapper-bz input, input.a-input, .route-radio-wrapper label {
        width: 100%;
    }

    .wrapper-bz input, input.a-input {
        padding: 15px 15px 15px 60px;
    }

    .wrapper-bz button {
        font-size: 18px;
    }

    .wrapper-bz:after, .a-input-wrapper:after {
        font-size: 25px;
        top: 12px;
        left: 22px;
    }

    .header-mobil-block {
        padding: 5px 9px;
        width: 50px;
    }

    button.toggle_menu-button {
        width: calc(100% - 300px);
    }

    .col-xl-padding {
        padding-left: 15px;
    }

    .scheme-descr {
        padding-right: 15px;
        width: 100%;
    }

    .scheme-c {
        padding-top: 10px;
        flex-flow: wrap;
    }

    .scheme-c .carousel-control-wrapper-no-pos {
        display: none;
    }

    .contact-footer-block span {
        white-space: nowrap;
    }

    section.top-home.menu-internal {
        display: none;
    }

    section.header {
        box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
        z-index: 111;
        position: relative;
    }

    .no-block-767 {
        display: none;

    }

    .block-767 {
        display: block;
    }

    li.breadcrumb-item img {
        transform: rotate(180deg);
        margin-right: 15px;
    }

    li.breadcrumb-item a {
        align-items: center;
        display: flex;
        color: #000;
        text-decoration: none;
    }

    ol.breadcrumb {
        padding: 30px 0;
        z-index: 1;
    }

    section.breadcrumb-section {
        z-index: 1;
    }

    div#sync2 {
        display: none;
    }

    .detail-slider-wrapper .wrapper-arrow-owl {
        position: relative;
        right: auto;
    }

    .foto-hall-wrapper img {
        width: 100%;
    }

    .container-hall {
        padding: 0;
    }

}

@media screen and (max-width: 470px) {
    .card-characteristic {
        flex-flow: wrap;
    }

    .card-characteristic span {
        padding: 7px 15px;
        font-size: 14px;
    }

    .menu-mobil.active {
        padding: 30px 20px;
    }
}

@media screen and (max-width: 400px) {
    button.toggle_menu-button {
        width: calc(100% - 215px);
    }

    img.logo-mobil {
        width: 120px;
    }

    ul.ul-menu-mobil li a {
        font-size: 16px;
    }

}

@media screen and (min-width: 1280px) {
    /*.container {*/
    /*max-width: 1900px;*/
    /*padding: 0 50px;*/
    /*}*/

}

.cardBlock {
    /*padding: 0px;*/
}

.cardBlock .feedback-more {
    text-align: right;
}

.cardImage {
    /*padding: 0px;*/
}

.cardImage a {
    width: 100%;
    height: 100%;
    display: block;
    background-position: 5% 50%;
    background-size: contain;
    background-repeat: no-repeat;
}

.cardTop .red {
    background: #ff0000;
    color: #fff;
    font-size: 20px;
    padding: 10px 25px;
}

.cardTop {
    display: inline-flex;
}

.cardTop div {
    font-size: 14px;
    padding: 14px 25px;
}

.cardBox {
    padding: 25px 30px;
    color: #999;
}

.black {
    color: #000;
}

.objParam {
    margin: 20px 0px;
}

.objParam b {
    margin-right: 20px;
}

.hidden {
    display: none;
}

.plus {
    font-size: 18px;
    color: #b2b2b2;
    font-family: 'ProximaNova-Regular';
    margin-top: 20px;
}

.plus:before {
    content: " ";
    width: 16px;
    height: 16px;
    background: url(../images/plus.png) 50% 50% no-repeat;
    display: inline-block;
    margin-right: 10px;
}

.popup {
    font-size: 18px;
    color: #000000;
    width: 600px;
}

.popup h2 {
    font-size: 32px;
}

.popup .form-control,
.page-form-wrapper .form-control {
    border: none;
    border-bottom: #e6e6e6 solid 2px;
    border-radius: 0;
    color: #000000 !important;
    font-size: 18px;

::-webkit-input-placeholder {
    color: #a6a6a6;
    opacity: 1;
}

/* webkit */
::-moz-placeholder {
    color: #a6a6a6;
    opacity: 1;
}

/* Firefox 19+ */
:-moz-placeholder {
    color: #a6a6a6;
    opacity: 1;
}

/* Firefox 18- */
:-ms-input-placeholder {
    color: #a6a6a6;
    opacity: 1;
}

/* IE */
}
.form-control:focus {
    box-shadow: none !important;
}

.popup .form-group,
.page-form-wrapper .form-group {
    margin-bottom: 2rem;
}

.popup .auto {
    margin-bottom: 20px;
}

.popup .auto .form-control:first-child {
    width: 35%;
}

.popup .auto .form-control {
    width: 25%;
    display: inline-block;
    margin-right: 6%;
}

.popup .auto .form-control:last-child {
    width: 25%;
    margin-right: 0;
}

.detail table {
    border-collapse: collapse;
    border: none !important;
}

.detail table tr, .detail table td {
    border: none !important;
}

.title {
    font-size: 32px;
    font-family: 'ProximaNova-Extrabld';
}

.partner-logo {
    max-width: 150px;
    float: right;
}

.form-check input[type="checkbox"]:checked {
    border: #f20000 solid 2px !important;
}

.form-check input[type="checkbox"] {
    border: #e6e6e6 solid 2px !important;
    width: 26px;
    height: 26px;
    -webkit-appearance: none;
    margin: 0px;
    position: relative;
    outline: none;
    float: left;
}

.form-check input[type="checkbox"]:checked:after {
    content: " ";
    width: 22px;
    height: 22px;
    position: absolute;
    top: 0px;
    left: 0px;
    background: url(../images/svg/checked.svg) 50% 50% no-repeat;
}

.form-check label {
    float: left;
    width: 92%;
    margin-left: 3%;
    color: #3f3f3f;
    font-size: 14px;
}

.row.stick-right {
    margin-right: -50px;
}

.myform .form-group {
    position: relative;
}

.myform .form-group .form-control {
    padding-left: 0;
}

.myform .form-group label {
    color: #a6a6a6;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    transition: all 250ms;
    margin: 0;
}

.myform-label-top label {
    top: -10px !important;
    font-size: 14px;
}

.myform .form-group.error-field {
    position: relative;
}

.myform .form-group.error-field .form-control {
    border-bottom-color: #ff0000;
}

.myform .form-group.error-field:after {
    content: attr(data-errormessage);
    position: absolute;
    top: 100%;
    right: 0;
    font-size: 14px;
    color: red;
}

@media (min-width: 1401px) {
    .hide-1366 {
        display: block !important;
    }

    .show-1366 {
        display: none !important;
    }
}

@media (max-width: 1400px) {
    .hide-1366 {
        display: none !important;
    }

    .show-1366 {
        display: block !important;
    }
}

.header .container-fluid {
    padding-right: 0;
}

.container {
    /*width: auto !important;*/
    max-width: 1920px !important;
}

/*.wrapper {*/
/*max-width: 1920px;*/
/*margin: 0 auto;*/
/*}*/

.slide-bg {
    background: transparent no-repeat center;
    background-size: cover;
    height: 812px;
}

.shadow {
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
}

.owl-carousel.shadow {
    z-index: 2;
}

@media (max-width: 1919px) {
    .slide-bg {
        height: 710px;
    }
}

@media (max-width: 1549px) {
    .slide-bg {
        height: 580px;
    }

    section.top-home h1 {
        font-size: 45px;
    }

    .navbar-nav .nav-link {
        font-size: 18px;
    }
}

@media (max-width: 1365px) {
    .slide-bg {
        height: 535px;
    }

    .rent-wrapper-link a > span {
        display: none;
    }

    .rent-wrapper-link a p {
        flex-flow: column;
    }

    .rent-wrapper-link a p img {
        margin-right: 0;
    }

    .rent-wrapper-link a {
        padding: 20px 0;
        justify-content: center;
        display: flex;
        align-items: center;
    }

    .rent-wrapper-link a p img {
        height: 39px;
        margin-bottom: 15px;
    }

    .rent-wrapper-link a span {
        font-size: 16px;
        line-height: 20px;
    }

    section.top-home h1 {
        font-size: 28px;
        line-height: 1;
    }

    .navbar-nav .nav-link {
        font-size: 16px;
        /*line-height: 1;*/
    }
}

@media (max-width: 979px) {
    .slide-bg {
        height: 468px;
    }

    .rent-wrapper-link {
        width: 100%;
    }

    li.nav-item {
        display: block;
        width: 100%;
    }
}

@media (max-width: 767px) {
    .route-radio-wrapper {
        width: 100%;
    }

    .route-radio-wrapper label {
        width: auto;
    }
}

.dropdown-menu {
    flex-wrap: wrap;
    background: #fff;
    border: 0;
    margin: 0;
    padding: 0;
}

.dropdown-menu.show {
    display: flex;
}

.dropdown-item {
    color: #000 !important;
    padding: 24px !important;
    border-top: 1px solid #ebebeb;
}

.dropdown-item:focus,
.dropdown-item:hover {
    background: transparent;
    color: #f20000 !important;
    position: relative;
}

.dropdown-item:focus:before,
.dropdown-item:hover:before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 2px;
    background: #f20000;
}

.dropdown-overlay {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 999;
    background: #000;
    opacity: .3;
}

.dropdown.show {
    position: relative;
    z-index: 1000;
}

blockquote {
    /*background: #f7f7f7;*/
    padding: 60px 100px;
    font-style: italic;
    color: #595959;
    background: #f7f7f7 url(<?=SITE_TEMPLATE_PATH?>/images/bq.png) left top no-repeat;
}

blockquote .q-author {
    color: #a6a6a6;
}

.news-body ul,
.news-body ol {
    list-style: none;
    padding: 0;
}

.news-body ul > li,
.news-body ol > li {
    position: relative;
    padding-left: 25px;
    color: #595959;
    margin-bottom: 5px;
}

.news-body ul > li:before {
    content: '';
    width: 6px;
    height: 6px;
    background: #f30c0c;
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: 11px;
}

.news-body ol {
    counter-reset: olcounter;
}

.news-body ol > li:before {
    counter-increment: olcounter;
    content: counter(olcounter);
    color: #f30c0c;
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: 2px;
    font-size: 1rem;
}

.news-body table td,
.news-body table th {
    padding: 19px 30px;
    border-bottom: 2px solid #e6e6e6 !important;
}

.news-body table {
    border: 2px solid #e6e6e6 !important;
}

.news-body table th {
    border: 2px solid #f20000 !important;
    border-left: 0 !important;
    border-right: 0 !important;
}

.news-body table tr th:first-of-type {
    border-left: 2px solid #f20000 !important;
}

.news-body table tr th:last-of-type {
    border-right: 2px solid #f20000 !important;
}

.pagination .page-link {
    line-height: 1;
}

.pagination .page-link img + span,
.pagination .page-link span + img {
    padding-left: 30px;
}

.pagination {
    border: 2px solid #e6e6e6;
    display: inline-flex;
}

.pagination .page-link {
    font-size: 16px;
    height: 100%;
}

.page-link-back {
    border-right: 2px solid #e6e6e6;
}

.news-navigation-top {
    float: right;
    margin-left: 80px;
}

.news-navigation-bottom {
    margin-bottom: 80px;
}

.news-date {
    color: #a6a6a6;
    font-weight: bold;
    margin-bottom: 45px;
}

.row-docs .col {
    margin-bottom: 30px;
}

.row-docs a {
    display: block;
    color: #000;
}

.row-docs a:hover {
    text-decoration: none;
}

.row-docs a:hover span {
    border-bottom: 1px solid #f20000;
    color: #f20000;
}

.scheme-descr-p.owl-control.active {
    color: #ff0000;
}

@media (min-width: 1200px) {
    .col-xl-2 {
        flex: 0 0 20% !important;
        max-width: 20% !important;
    }

    .col-xl-10 {
        flex: 0 0 80%;
        max-width: 80%;
    }
}

.navbar.fixed-top .navbar-brand {
    margin-right: 100px;
}

.navbar.fixed-top {
    margin-bottom: 0;
}

.navbar.fixed-top,
.navbar.fixed-top .navbar-nav .nav-link {
    font-size: 18px;
}

.navbar-light .navbar-nav .nav-link {
    color: #595959;
}

.navbar-light .navbar-nav .show > .nav-link,
.navbar-light .navbar-nav .active > .nav-link,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .nav-link.active {
    color: #595959;
}

.bg-light {
    background-color: #fff !important;
}

.navbar.fixed-top {
    visibility: hidden;
}

.navbar.fixed-top.navbar-show {
    visibility: visible;
}

@media (max-width: 1490px) {
    .navbar.fixed-top .navbar-brand {
        margin-right: 30px;
    }
}

.navbar.fixed-top .navbar-toggler {
    border: 0;
    font-family: ProximaNova-Semibold;
    font-size: 20px;
    line-height: 1;
}

.navbar.fixed-top .navbar-toggler .navbar-toggler-icon {
    margin-right: 10px;
}

@media (max-width: 1345px) {
    .navbar.fixed-top .navbar-collapse .navbar-nav {
        flex-wrap: none;
        flex-direction: column;
    }
}

.flex-grow-1 {
    flex-grow: 1;
}

.flex-grow-0 {
    flex-grow: 0;
}

@media (min-width: 1366px) {
    .flex-grow-lg-0 {
        flex-grow: 0;
    }

    .flex-grow-lg-1 {
        flex-grow: 1;
    }
}

.rent-wrapper-link a:not(:last-of-type):hover {
    background: #f20000;
    color: #fff;
}

.rent-wrapper-link a:not(:last-of-type):hover .rent-img,
.rent-wrapper-link a:not(:last-of-type):hover .rent-arrow {
    background-color: #fff;
}

.rent-img {
    display: inline-block;
    width: 45px;
    height: 40px;
    background-color: #000;
    mask-size: contain !important;
    -webkit-mask-size: contain !important;
    margin-right: 9px;
}

.rent-arrow {
    display: inline-block;
    width: 11px;
    height: 17px;
    background: #f20000;
    mask-size: contain !important;
    -webkit-mask-size: contain !important;
}

.tab-top-advantages {
    padding-bottom: 30px;
}

.tab-bottom-advantages {
    line-height: 1;
}

.rent-section-detail-text {
    font-size: 14px;
    font-family: ProximaNova-Light;
    color: #646464;
    padding: 0;
    margin-top: 20px;
}

@media (min-width: 980px) {
    .rent-section-detail-text {
        -webkit-column-count: 2; /* Chrome, Safari, Opera */
        -moz-column-count: 2; /* Firefox */
        column-count: 2;

        -webkit-column-gap: 30px; /* Chrome, Safari, Opera */
        -moz-column-gap: 30px; /* Firefox */
        column-gap: 30px;
    }
}

.rent-section-clear {
    background-color: #f7f7f7;
    padding: 70px 100px;
}

.rsc__title {
    font-size: 35px;
    font-family: ProximaNova-Semibold;
    line-height: 1;
}

.rsc__text {
    font-size: 24px;
    font-family: ProximaNova-Light;
    line-height: 1;
    margin: 50px 0;
}

.rsc__btn {
    font-size: 20px;
    font-family: ProximaNova-Semibold;
    color: #fff;
    background: #f20000;
    border: 0;
    border-radius: 0;
    line-height: 1;
    padding: 22px 50px;
}

@media (max-width: 1365px) {
    .rent-section-clear {
        padding-top: 80px;
        padding-bottom: 80px;
    }
}

@media (max-width: 979px) {
    .rent-section-clear {
        padding: 55px 65px;
    }

    .rsc__title {
        font-size: 25px;
    }

    .rsc__text {
        font-size: 18px;
    }

    .rsc__btn {
        font-size: 16px;
    }
}

@media (max-width: 767px) {
    .rent-section-clear {
        padding: 20px;
        text-align: center;
    }
}

.modern-page-navigation {
    display: inline-flex;
    line-height: 1;
    font-size: 20px;
    font-family: ProximaNova-Semibold;
    align-items: center;
    border: 2px solid #e6e6e6;
    padding: 0 25px;
}

.modern-page-navigation span,
.modern-page-navigation a {
    padding: 18px 25px;
    color: #000;
}

.modern-page-navigation .modern-page-current {
    color: #f20000;
}

.contact-footer-block a {
    color: #fff;
}

@media (max-width: 1389px) {
    .navbar.fixed-top,
    .navbar.fixed-top .navbar-nav .nav-link {
        font-size: 16px;
    }
}

@media (max-width: 1345px) {
    .menu-internal-wrapper > .fg1 {
        flex-grow: 1;
    }
}

@media (max-width: 1899px) {
    .cardTop {
        line-height: 1;
    }

    .cardTop div {
        font-size: 16px;
        padding: 11px 17px;
    }

    .cardTop .red {
        font-size: 18px;
        padding: 10px 20px;
    }

    .cardBox {
        padding: 20px 30px;
        font-size: 16px;
    }
}

@media (max-width: 1529px) {
    .cardTop div {
        font-size: 14px;
    }

    .cardTop .red {
        font-size: 16px;
    }

    .cardBox {
        font-size: 14px;
        padding: 20px;
    }
}

@media (max-width: 1345px) {
    .cardImage a {
        height: 290px;
    }

    .cardBlock {
        height: 100%;
    }
}

@media (max-width: 959px) {
    .cardImage a {
        height: 215px;
    }
    .cardTop div {
        font-size: 12px;
        padding: 9px 10px;
    }

    .cardTop .red {
        font-size: 14px;
        padding: 8px 10px;
    }

    .cardBox {
        padding: 15px;
    }

    .objParam {
        margin: 5px 0;
    }
}

@media (max-width: 747px) {
    .cardImage a {
        height: 290px;
    }

    .cardTop div {
        font-size: 16px;
        padding: 10px 20px;
    }

    .cardTop .red {
        font-size: 18px;
        padding: 9px 20px;
    }

    .cardBox {
        font-size: 18px;
        padding: 20px;
    }
}
.contact-footer-block{
    word-break: keep-all;
}