

/* Start:/bitrix/components/ranx/block.landing/templates/7_1_custom_nums/style.css?17702895462402*/
.custom-7 {
height: 130px;
background-color: #F2F2F0;
padding: 0 32px 32px 32px;
border-bottom-left-radius: 12px;
border-bottom-right-radius: 12px;
}

.btn-7-1 {
white-space: nowrap;
border-radius: 12px !important;
width: 189px;
height: 56px;
line-height: 30px !important;
flex-shrink: 0;
}

.block7-1-custom-nums .market-items {
    margin-bottom: -30px;
}
.block7-1-custom-nums .market-item {
    display: block;
    margin-bottom: 30px;
}
.block7-1-custom-nums .market-item-img {
	border-top-left-radius: 12px;
	border-top-right-radius: 12px;
    height: 650px;
    width: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}
.block7-1-custom-nums .market-item-cover {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: rgba(0, 0, 0, .4);
    opacity: 0;
    -webkit-transition: opacity .2s;
    -moz-transition: opacity .2s;
    transition: opacity .2s;
}
.block7-1-custom-nums a.market-item:hover .market-item-cover { opacity: 0.2; }
.block7-1-custom-nums .market-item-body {
    text-align: center;
    padding-top: 15px;
}
.block7-1-custom-nums.content-align-left .market-item-body {
    text-align: left;
}
.block7-1-custom-nums.content-align-wide .market-item-body {
    text-align: justify;
}
.block7-1-custom-nums .market-item-title {
    font-weight: bold;
    font-size: 18px;
    line-height: 31px;
    color: #333333;
}
.block7-1-custom-nums.text-light .market-item-title {
    color: #ffffff;
}
.block7-1-custom-nums .market-item-desc {
	padding-top: 16px;
	display: flex;
	justify-content: space-between;
	gap: 12px;
    font-size: 16px;
    line-height: 20px;
    color: #666666;
    margin-top: 5px;
}
.block7-1-custom-nums.text-light .market-item-desc {
    color: #ffffff;
}

.resto-title {
	font-family: Playfair Display;
	font-size: 128px !important;
	color: white !important;
	word-break: break-all;
	padding: 30px;
	line-height: 72px !important;

}

.text-moved {
	padding-left: 25%;
}

.resto-btn {
position: absolute;
color: white !important;
right: 32px;
top: 32px;
border: 1px solid white !important; 
border-radius: 12px !important;
}

@media (max-width: 768px){
	.resto-title {
	padding-top: 60%;
	font-size: 80px !important;
}

	.text-moved {
	padding: 0;
	}

	.market-item-desc {
	flex-direction: column;
}
	.custom-7 {
	height: auto;
	}

}
/* End */
/* /bitrix/components/ranx/block.landing/templates/7_1_custom_nums/style.css?17702895462402 */
