

/* Start:/local/components/redesign/bannerDetailElement/templates/restaurantHallShort/style.css?17875814676096*/
#block-search{padding: 0 0 !important;  background-color: rgba(255,255,255,0.4);}
.tl-container {
    margin:0 0 -10px 0 !important;
    padding: 0 !important;
}
.tl-container iframe{
    -webkit-transform: scale(0.94);
    transform: scale(0.94);
}

.hero {
    width: 100%;
    height: 400px;
    position: relative;
    overflow: hidden; /* чтобы фон не вылезал */
}

.hero h1 {
    line-height: 60px !important;
    font-size: 60px !important;
    color: white !important;
}
.hero h1 span {
    display: block;
    font-size: 18px;
    line-height: 18px;
    margin-top:12px;
}

/* Фоновое изображение с затемнением — отдельный слой */
.hero-bg {
    position: absolute;
    inset: 0;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    z-index: 0;
}

/* Затемнение — отдельный слой поверх фона */
.hero-overlay {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.35);
    z-index: 1;
    pointer-events: none; /* КЛЮЧЕВОЙ МОМЕНТ: клики проходят сквозь затемнение */
}

/* Контент — поверх всего, кликабельный и выделяемый */
.hero-content {
    position: relative;
    z-index: 2;
    height: 100%;
    display: flex;
    flex-direction: column;
    color: #ffffff;
    padding: 0;
    font-family: Arial, sans-serif;
    user-select: text; /* явно разрешаем выделение */
    width:100%;
}


/* Превращаем .hero-content в вертикальный flex */
.hero-content {
    flex-direction: column;   /* добавляем направление */
}

/* Внутренний контейнер занимает всю доступную высоту */
.hero-content-inner {
    display: flex;
    flex-direction: column;
    flex: 1;                  /* растягивается на всю высоту родителя */
    width: 100%;
}

/* Средний блок занимает всё свободное пространство и центрирует своё содержимое */
.hero-content-middle-inner {
    flex: 1;                  /* заполняет оставшееся место между верхом и низом */
    display: flex;
    align-items: center;
    justify-content: center;  /* содержимое по центру по вертикали и горизонтали */
}

/* Нижний блок прижимается к низу */
.hero-content-bottom-inner {
    margin-top: auto;         /* отталкивается вниз */
    min-height: 90px;
}


/* Общие настройки для контейнера */
.hero-content-inner {
    box-sizing: border-box;          /* чтобы padding не увеличивал ширину */
    width: 100%;                     /* занимает всю доступную ширину родителя */
    margin: 0 auto;                  /* центрирование по горизонтали */
    padding-left: 0;
    padding-right: 0;             /* базовые отступы (можно изменить) */
}

/* При ширине экрана больше 1250px — максимальная ширина 1200px */
@media (min-width: 1251px) {
    .hero-content-inner {
        max-width: 80%;
    }
}

/* При ширине экрана от 901px до 1250px — максимальная ширина 900px */
@media (min-width: 901px) and (max-width: 1250px) {
    .hero-content-inner {
        max-width: 90%;
    }
    .hero h1 {
        line-height: 55px;
        font-size: 55px;
    }
}

/* При ширине экрана 900px и меньше — оставляем 100% ширины с отступами */
@media (max-width: 900px) {
    .hero {
        height: 480px;
    }
    .hero h1 {
        line-height: 45px;
        font-size: 45px;
    }
    .hero-content-inner {
        max-width: 100%;
        padding-left: 15px;
        padding-right: 15px;
    }
    .hero-content-top-inner {display: none !important;}
}

/* При ширине экрана 900px и меньше — оставляем 100% ширины с отступами */
@media (max-width: 600px) {
    .hero {
        height: 550px;
    }
    .hero h1 {
        line-height: 35px;
        font-size: 35px;
    }

    .hero-content-inner {
        max-width: 100%;
        padding-left: 0;
        padding-right: 0;
    }

}


/* Меню — фон только под пунктами */
.second-menu-list {
    display: inline-flex;        /* ширина по содержимому */
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    list-style: none;
    margin: 16px 0 0 0;
    padding: 0 0;          /* внутренние отступы, чтобы фон был вокруг пунктов */
    background-color: rgba(0, 0, 0, 0.15); /* полупрозрачный тёмный фон */
    gap: 5px;                   /* расстояние между пунктами */
}

.second-menu-item {
    display: inline-block; /* или flex item уже, но можно оставить */
}

.second-menu-link {
    color: #fff;
    text-decoration: none;
    padding: 5px 10px;
    display: flex;

}

.second-menu-link:hover,
.second-menu-link.active-link {
    /* стили для активного пункта, например подчёркивание */
    background-color: rgba(194,24,43,0.99) !important;
}

/* Родитель верхнего блока — центрируем содержимое */
.hero-content-top-inner {
    display: flex;
    justify-content: center;
    width: 100%;
}

/* отступ всем */
.full-text-hotel-kaluga{
    margin-top:24px;
}

/* а обводку только для двух исключений */
.fulltext--hotels-hotel-kaluga-,
.fulltext--hotels-hotel-kaluga-rooms-{
    text-shadow: -1px -1px 0 #000,
    1px -1px 0 #000,
    -1px 1px 0 #000,
    1px 1px 0 #000;
}
/* End */


/* Start:/local/templates/main/components/bitrix/breadcrumb/main/style.css?17528118131189*/
.bx-breadcrumb {
/*	display: flex;*/
	display: block;
	margin: 10px 0;
	font-size: 13px;
}
.bx-breadcrumb div{
	display: inline-block;
}
.bx-breadcrumb i {
	color: #b5bdc2;
	line-height: 13px;
	font-size: 13px;
	vertical-align: middle;
	margin-right: 5px;
}
.bx-breadcrumb .bx-breadcrumb-item {
	float: left;
	margin-bottom: 10px;
	white-space: nowrap;
	line-height: 13px;
	vertical-align: middle;
	margin-right: 10px;
}
.bx-breadcrumb .bx-breadcrumb-item span {
	font-family: "Open Sans", Arial, "Helvetica Neue", Helvetica, sans-serif;
	font-size: 13px;
	white-space: normal;
}
.bx-breadcrumb .bx-breadcrumb-item a {border-bottom: none;}
.bx-breadcrumb .bx-breadcrumb-item a:hover {}
.breadcrumb-row{
    margin: 20px 0 0;
} 
#services .breadcrumb-row{
	padding: 0;
    max-width: auto;
}
.bx-breadcrumb-item a{
	font-size: 13px;
	color: #7c7c7c;
}
.bx-breadcrumb-item a:hover{
    color: #c5a05b;
}


/*@media (max-width: 1200px){
	.breadcrumb-row{
		padding: 0 70px;
	}

}*/
/*@media (max-width: 1024px){
	.breadcrumb-row{
		padding: 0 50px;
	}
}*/
@media (max-width: 700px){
/*	.breadcrumb-row{
		padding: 0 20px;
	}*/
	.bx-breadcrumb .bx-breadcrumb-item span{
		font-size: 12px;
	}
}
/* End */


/* Start:/local/templates/main/components/bitrix/news.detail/restaurant/style.css?178213424616799*/
.banner-content{ 
    position: relative; 
} 
.banner_number .content_caption {
    font-size: 50px;
    background-color: rgba(99,106,114,0.7); 
    box-shadow: none; 
    padding: 0 5px; 
} 
.banner_number .content_caption {
    background-color: transparent!important;
} 
.content_caption { 
    width: 100%; 
    text-align: center; 
    background-color: rgba(196, 20, 37,0.7); 
    line-height: 95px; 
    font-size: 60px; 
    box-shadow: none; 
    color: #fff; 
    position: absolute; 
    top: 35%; 
} 
.banner_number .content_caption:after { 
    content: ''; 
    position: absolute; 
    background-color: #C2182B; 
    width: 82.5%;
    left: 0; 
    height: 100%; 
    top: 0; 
    padding: 0 0 10%; 
} 
#restoran-content.inner_page{ 
    padding: 0; 
} 
.content_caption h1 { 
    width: 65%; 
    margin: 0 auto!important; 
    color: #fff!important; 
    text-align: initial!important; 
    z-index: 2; 
    position: relative; 
    font-size: 84px!important; 
    line-height: 1.1!important; 
    font-weight: normal!important;
    text-transform: initial!important; 
    padding: 30px 0!important; 
    z-index: 2; 
    position: relative; 
} 
#restoran-content h2{ 
    color: #212121!important; 
} 
#restoran-content{ 
    position: relative; 
} 
.phone-block-text.email{ 
    margin: 10px 0 0 0; 
} 
.conferences-breadcrumb.rest .bx-breadcrumb{ 
    margin: 10px 13px; 
} 
.slider_form { 
    position: absolute; 
    bottom: 0; 
    width: 100%; 
    display: flex; 
    justify-content: center; 
} 
#stryker_search>div { 
    position: relative!important; 
    top: auto!important; 
} 
#restoran-content h2 { 
    color: #212121!important; 
    text-transform: initial; 
    font-weight: 300!important; 
    font-size: 40px !important; 
    width: 65%; 
    margin: 60px auto 40px!important; 
    text-align: left!important;
} 
.restoran-detail-row{ 
    width: 65%; 
    margin: 0 auto; 
    border-right: 1px solid #D7B05E; 
    position: relative; 
} 
.restoran-detail-description { 
    display: flex; 
    justify-content: space-between; 
    font-weight: normal;
    position: relative; 
} 
.restoran-detail-text-row { 
    width: 68%; 
    font-size: 16px; 
    line-height: 29px; 
    padding: 0 50px 0 0; 
    display: flex; 
    flex-direction: column; 
    justify-content: space-between; 
} 
.restoran-detail-text-row p { 
    margin: 0 0 20px 0; 
} 
.restoran-detail-img { 
    position: absolute; 
    bottom: -60px; 
    left: 0; 
    z-index: -1; 
} 
.restoran-detail-equipment { 
    padding: 40px 35px; 
} 
.restoran-detail-equipment { 
    width: 32%; 
    background: #C2182B; 
    color: #fff; 
}
.restoran-detail-equipment-title { 
    font-size: 25px; 
    line-height: 1.2; 
    margin: 0 0 20px 0; 
} 
.restoran-detail-buttons-menu { 
    display: flex; 
    justify-content: space-between; 
} 
.restoran-item-button { 
    cursor: pointer; 
} 
.restoran-item-button .menu-button { 
    font-size: 20px; 
    padding: 13px 35px 13px 30px; 
    border: 1px solid #C2182B; 
    display: flex; 
    align-items: center; 
    text-wrap: nowrap; 
    margin: 0 10px 0 0; 
    display: flex; 
    justify-content: space-between; 
}
/*.restoran-item-button .menu-button img.icon-menu { margin: 0 90px 0 0; }*/ 
.restoran-item-button .menu-button img.arrow { 
    /* margin: 0 0 0 90px;*/ 
    height: 21px; 
} 
.restoran-detail-buttons-request a { 
    font-size: 20px; 
    background: #C2182B; 
    color: #fff; 
    padding: 14px 85px; 
    border-radius: 0; 
} 
.restoran-desc-menu__item { 
    position: absolute; 
    width: 100%; 
    background: #fff; 
    padding: 20px 0; 
    margin: 0; display: none; 
    transition: .4s; 
    z-index: 3; 
    margin: 20px 0 0 0; 
} 
.restoran-desc-menu{ 
    width: 48%; 
} 
.restoran-detail-buttons-request img{ 
    margin: 0 0 0 50px; 
} 
.restoran-desc-menu__item.active { 
    display: flex; 
} 
.restoran-desc-menu__button:first-child { 
    border-left: 1px solid #C2182B; 
} 
.restoran-desc-menu__button { 
    padding: 10px 15px; 
    border-right: 1px solid #C2182B; 
    cursor: pointer; 
} 
.restoran-desc-menu__button a { 
    color: #C2182B; 
    font-size: 14px; 
    text-transform: uppercase; 
} 
.menu-button.active img.arrow { 
    transform: rotate(180deg); 
} 
.restoran-detail-equipment-item { 
    display: flex; 
    align-items: center; 
    justify-content: space-between; 
    margin: 0 0 10px 0; 
} 
.restoran-detail-equipment-item p { 
    margin: 0 0 0 15px; 
    font-size: 16px; 
    width: 85%; 
} 
.restoran-detail-equipment-img { 
    width: 10%; 
} 
.conference-detail-characteristics { 
    display: flex; 
    justify-content: space-between; 
} 
.container-carousel { 
    width: 50%; 
} 
#sync2 { 
    z-index: 0; 
    margin: 25px 0 0 0; 
} 
#sync2 .owl-item.current.active { 
    opacity: 1; 
} 
#sync2 .owl-item { 
    opacity: 0.47; 
} 
.owl-carousel .owl-nav { 
    position: absolute; 
    bottom: -23%; 
    width: 100%; 
    display: flex; 
    justify-content: space-between;
} 
.owl-carousel .owl-nav button.owl-prev, .owl-carousel .owl-nav button.owl-next { 
    width: 50px; 
    height: 50px; 
    background: rgba(194, 24, 43, 0.8)!important; 
} 
.owl-carousel .owl-nav button.owl-prev svg, .owl-carousel .owl-nav button.owl-next svg { 
    padding: 15px; 
} 
.restoran-detail-characteristics{ 
    display: flex; 
    justify-content: space-between; 
    margin: 100px 0 0 0; 
} 
.restoran-detail-characteristics-title{ 
    font-size: 30px; 
    line-height: 1.1; 
    margin: 0 0 50px 0; 
} 
.restoran-detail-characteristics-info { 
    display: flex; 
    justify-content: space-between; 
    align-items: baseline; 
    font-size: 16px;
} 
.restoran-detail-characteristics-square, .restoran-detail-characteristics-capacity, .restoran-detail-phone-item { 
    display: flex; 
    align-items: center; 
} 
.restoran-detail-characteristics-img { 
    margin: 0 10px 0 0; 
} 
.restoran-detail-characteristics-capacity, .restoran-detail-characteristics-phone{
    margin: 0 0 0 20px;
}
.restoran-detail-characteristics-phone{
    width: 50%;
}
.restoran-detail-characteristics-info p {
    margin: 0;
}
.restoran-detail-feature {
    margin: 50px 0 0 0;
}
.restoran-detail-characteristics-text {
    width: 50%;
    font-weight: normal;
    padding: 0 35px 0 50px;
    position: relative;
    border-bottom: 1px solid #D7B05E;
}
.restoran-detail-characteristics-text .restoran-detail-buttons-request {
    position: absolute;
    right: 35px;
    bottom: -40px;
}
.restoran-detail-buttons-request a:hover {
    color: #D7B05E;
}
.restoran-detail-characteristics-name{
	font-size: 24px;
    color: #C2182B;
}
.restoran-detail-characteristics-name span{
	color: #212121;
}
.phone-block{
	display: flex;
    align-items: center;
    margin: 30px 0 0 0;
}
.phone-block-text{
	font-size: 22px;
	margin: 0 0 0 15px;
}
.container-feature-tables-title{
	font-size: 18px;
	color: #C2182B;
}
.item-plans{
    display: flex;
}
.item-plans li{
	display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    margin: 0 0 0 15px;
}
.item-plans li:first-child{
	margin: 0;
}
.item-plans li span{
	font-size: 14px;
}
.container-feature-text{
	margin: 50px 0 0 0;
}
.restoran-detail-event-title{
	font-size: 22px;
	color: #C2182B;
	margin: 0 0 20px 0;
}
.restoran-detail-event li{
	display: flex;
	align-items: center;
}
.restoran-detail-event li span{
	margin: 0 0 0 15px;
}
.restoran-detail-event ul{
	columns:2;
}
.restoran-detail-event{
    margin: 30px 0 80px;
}
.restoran-detail-form {
    width: 65%;
    margin: 150px auto;
    border: 1px solid #D7B05E;
    color: #212121;
    font-weight: normal;
}
.restoran-detail-content {
    padding: 40px;
}
.restoran-detail-content h2 {
    margin: 0 0 30px 0;
}
.restoran-detail-form-text {
    font-size: 22px;
    margin: 20px 0 0 0;
}
.restoran-detail-form-text span {
    display: block;
}
.restoran-detail-form-row {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
}
.restoran-detail-form-row .form-group {
    width: 320px;
    margin: 0;
    padding: 0;
}
input.form-control {
    border: none;
    border-bottom: 1px solid #D7B05E;
    font-size: 18px;
    color: #212121;
    padding: 10px;
    height: auto;
}
input.form-control:focus{
    box-shadow: none;
}
.form-control {
    color: #000;
    height: 21px;
    background: #fff;
    border-radius: 0;
    border: 4px solid #e1e1e1;
    line-height: 21px;
    font-size: 11px;
    box-shadow: none;
    position: relative;
    margin: 0;
    padding: 0 4px;
}
.restoran-detail-form-row button {
    background: #c41425;
    font-size: 20px;
    color: #fff;
    border-radius: 0;
    padding: 14px 142px!important;
}
#restoran-content .restoran-detail-form h2 {
    margin: 0 0 30px 0!important;
}
.check-politika a{
    color:#c41425!important;
    font-size: 16px!important;
}
.order-form.restoran button.submit{
    background:#C2182B;
}
@media (max-width: 1875px){
    .restoran-detail-row, #restoran-content h2, .restoran-detail-form, .content_caption h1, .restoran-breadcrumb{
        width: 70%;
    }
    .restoran-detail-form-row button{
        padding: 14px 143px!important;
    }
    .conferences-breadcrumb.rest .content-container{
        padding: 0 82px;
    }
    .banner_number .content_caption:after{
        width: 85%;
    }
}
@media (max-width: 1700px){
    .restoran-item-button .menu-button, .restoran-detail-buttons-request a, .restoran-detail-form-row button {
        font-size: 19px;
    }
    .restoran-detail-form-row button{
        padding: 17px 139px!important;
    }
    .restoran-detail-characteristics-title {
        font-size: 25px;
    }
    .restoran-detail-characteristics-info{
        font-size: 14px;
    }
    .restoran-detail-characteristics-name, .restoran-detail-form-text {
        font-size: 20px;
    }
    .check-politika, .check-politika a {
        font-size: 15px!important;
    }
    .phone-block-text {
        font-size: 20px;
    }
    .phone-block-img img{
        width: 23px;
    }
    .conferences-breadcrumb.rest .content-container {
        padding: 0 142px;
    }

}
@media (max-width: 1625px){
    .content_caption h1{
        font-size: 75px!important;
    }
    #restoran-content h2{
       font-size: 40px; 
    }
    .restoran-detail-row, #restoran-content h2, .restoran-detail-form, .content_caption h1, .restoran-breadcrumb{
        width: 75%;
    }
    .restoran-detail-characteristics-name{
        margin: 0 0 15px;
    }
    .restoran-detail-form-row button{
        padding: 17px 140px!important;
    }
    .conferences-breadcrumb.rest .content-container {
        padding: 0 130px;
    }
    .banner_number .content_caption:after {
        width: 87.5%;
    }
}
@media (max-width: 1500px){
    .restoran-detail-row, #restoran-content h2, .restoran-detail-form, .content_caption h1, .restoran-breadcrumb{
        width: 80%;
    }
    .conferences-breadcrumb.rest .content-container {
        padding: 0 139px;
    }
    .banner_number .content_caption:after {
        width: 90%;
    }
}
@media (max-width: 1360px){
    .restoran-detail-row, #restoran-content h2, .restoran-detail-form, .content_caption h1, .restoran-breadcrumb{
        width: 90%;
    }
    .conferences-breadcrumb.rest .content-container {
        padding: 0 58px;
    }
    .banner_number .content_caption:after {
        width: 95%;
    }
}
@media (max-width: 1220px){
    .restoran-detail-text-row .restoran-detail-buttons-request, .restoran-detail-text-row .restoran-detail-buttons-request a, .restoran-desc-menu{
        width: 100%;
    }
    .restoran-desc-menu{
        order: 2;
    }
    .restoran-detail-buttons-menu{
        flex-wrap: wrap;
    }
    .restoran-detail-text-row .container-item-button .menu-button{
        width: 100%;
        display: flex;
        justify-content: center;
        margin: 20px 0 0 0;
    }
    .restoran-detail-text-row{
        width: 62%;
        padding: 0 30px 0 0;
    }
    .restoran-detail-equipment {
        width: 38%;
    }
    .restoran-detail-text-row, .restoran-detail-equipment-item p{
        font-size: 15px;
    }
    .restoran-detail-equipment-title {
        font-size: 20px;
        margin: 0 0 40px 0;
    }
    .restoran-detail-characteristics-title {
        font-size: 22px;
        margin: 0 0 30px 0;
    }
    .container-feature-text .plan-title{
        font-size: 11px;
    }
    .restoran-detail-feature {
        margin: 30px 0 0 0;
    }
    .restoran-detail-form-row .form-group{
        width: 250px;
    }
    .restoran-detail-characteristics-text{
        padding: 0 30px 0 30px;
    }
    .restoran-item-button .menu-button{
        margin: 20px 0 0 0;
    }
    .conferences-breadcrumb.rest .content-container {
        padding: 0 53px;
    }
}
@media (max-width: 1050px){
    .restoran-detail-characteristics{
        flex-wrap: wrap;
    }
    .container-carousel, .restoran-detail-text-row, .restoran-detail-equipment{
        width: 100%;
    }
    .restoran-detail-characteristics-text{
        padding: 0;
        margin: 30px 0 0 0;
        width: 100%;
    }
    .restoran-detail-row{
        border-right: none;
    }
    .restoran-detail-characteristics-text{
        border-bottom: none;
    }
    .restoran-detail-characteristics-text .restoran-detail-buttons-request{
        position: relative;
        bottom: auto;
        right: auto;
        margin: 40px 0 0 0;
        display: flex;
        justify-content: right;
    }
    .owl-carousel .owl-nav{
        bottom: -19%;
    }
    .restoran-detail-description{
        flex-wrap: wrap;
    }
    .restoran-detail-equipment{
        margin: 50px 0 0 0;
    }
    .restoran-detail-equipment-item p{
        width: 93%;
    }
    .restoran-detail-equipment-img{
       width: 5%; 
    }
    .slider_form{
        position: relative;
        height: auto;
    }
    #stryker_search&gt;div{
         height: 500px!important;
    }
    .restoran-breadcrumb{
        margin: 400px auto 40px;
    }
    #restoran-content h2{
        text-align: initial;
    }
    .restoran-detail-form-row{
        flex-wrap: wrap;
        margin: 20px 0 0 0; 
    }
    .restoran-detail-form-row .form-group, .restoran-detail-form-row .text-right, .restoran-detail-form-row button{
        width: 100%;
    }
    .restoran-detail-form-row .form-group{
        margin: 20px 0 0 0;
    }
    .restoran-detail-form-row button{
        margin: 30px 0 0;  
    }
    .banner_number .content_caption:after{
        width: 100%;
    }
    .restoran-detail-text-row{
        padding: 0;
    }
    #restoran-content .restoran-detail-form h2{
        font-size: 30px!important;
    }
    .restoran-breadcrumb {
        margin: 400px auto 40px;
    }
    .conferences-breadcrumb.rest{
        margin: 0 0 0 0;
    }
    .conferences-breadcrumb.rest .content-container {
        padding: 0 43px;
    }
}
@media (max-width: 750px){
    .owl-nav {
        left: 0!important;
    }
    .owl-carousel .owl-nav {
        bottom: 50%;
    }
    .restoran-desc-menu__item.active{
        flex-wrap: wrap;
    }
    .content_caption h1 {
        font-size: 54px!important;
    }
    .conferences-breadcrumb.rest .content-container {
        padding: 0 25px;
    }
}
@media (max-width: 425px){
    .content_caption h1 {
        font-size: 39px!important;
    }
    .restoran-detail-form-text {
        font-size: 18px;
    }
    .restoran-detail-content {
        padding: 30px 20px;
    }
    .restoran-detail-buttons-request a{
        width: 100%;
    }
    #restoran-content h2, .restoran-detail-content h2 {
        font-size: 30px;
    }
    .restoran-detail-characteristics-info{
        flex-wrap: wrap;
    }
    .restoran-detail-characteristics-square, .restoran-detail-characteristics-phone, .restoran-detail-characteristics-capacity{
        width: 100%;
        margin: 0 0 20px;}
    .item-plans{
        flex-wrap: wrap;
    }
    .restoran-rate-prices{
        flex-wrap: wrap;
    }
    .restoran-rate-prices li{
        width: 100%;
        margin: 0 0 10px;
    }
    .restoran-detail-equipment-img {
        width: 19%;
    }
    .restoran-detail-equipment-item p {
        width: 81%;
    }
    .restoran-detail-characteristics-square .restoran-detail-characteristics-img img{
        margin: 0 0 0 -7px;
    }
    #restoran-content .restoran-detail-form h2 {
        font-size: 25px!important;
        line-height: 1;
    }
    .conferences-breadcrumb.rest {
        margin: 0 0 0 0;
    }
    .conferences-breadcrumb.rest .content-container {
        padding: 0 8px;
    }
    .restoran-detail-img img{
        width: 100%;
    }

    .restoran-detail-buttons-request a {
        padding: 14px 12px;
    }

    .restoran-detail-form-row button {
        padding: 14px 12px !important;
    }
}
/* End */


/* Start:/local/components/tradekey/form.add/templates/restoran-detail/style.css?175032907562*/
.restoran-detail-form .check-label {
	justify-content:unset;
}
/* End */
/* /local/components/redesign/bannerDetailElement/templates/restaurantHallShort/style.css?17875814676096 */
/* /local/templates/main/components/bitrix/breadcrumb/main/style.css?17528118131189 */
/* /local/templates/main/components/bitrix/news.detail/restaurant/style.css?178213424616799 */
/* /local/components/tradekey/form.add/templates/restoran-detail/style.css?175032907562 */
