

/* Start:/local/templates/blackangus/components/bitrix/news.list/new_slider_main/style.css?17255152352384*/
.main-slider {
    position: relative;
    border-radius: 20px;
    overflow: hidden;
    max-height: 330px;
}
.main-slider,
.main-slider_content {
    height: 100%;
}
.main-slider_content {
    display: none;
}
.main-slider_content {
    overflow: hidden;
}
.main-slider_content .main-slider_item {
    display: block;
    height: auto;
    width: 100%;
    max-height: 540px;
}
.main-slider_content .main-slider_item_block {
    display: flex;
    height: 100%;
    width: 100%;
/*    max-height: 540px;*/
    max-height: 330px;
    align-items: center;
}

.main-slider_content .slide-img {
    width:100%;
}
.main-slider_nav {
    position: absolute;
    top: 50%;
    left: 0;
    width:100%;
}
.main-slider_nav .slick-arrow {
    position: absolute;
    width: 30px;
    height: 30px;
    background-color: #FFF;
    border-radius: 50%;
    margin: 0 1px;
    cursor: pointer;
}
.slick-arrow.slick-prev {
    left: 0;
}
.slick-arrow.slick-next {
    right: 0;
}
.slick-arrow::before {
    content: "";
    display: block;
    height: 10px;
    width: 10px;
    position: absolute;
    top: 50%;
    left: 50%;
    background-repeat: no-repeat;
    transform: translate(-25%, -50%);
}
.slick-arrow.slick-next::before {
    background-image: url(/local/templates/blackangus/images/arrow-right.svg);
}
.slick-arrow.slick-prev::before {
    background-image: url(/local/templates/blackangus/images/arrow-left.svg);
}

ul.slick-dots {
    position: absolute;
    list-style: none;
    bottom: -24px;
    display: flex;
    width: 100%;
    column-gap: 10px;
    justify-content: center;
}
ul.slick-dots li::marker {
    display: none;
}
.slick-dots button {
    font-size: 0;
    border-radius: 50%;
    height: 10px;
    width: 10px;
    border: 2px #FFF solid;
    outline: none;
    background-color: transparent;
    padding: 0;
}
.slick-dots button:active,
.slick-dots button:focus-visible {
    background-color: #FFF;
}
.slick-dots .slick-active button {
    background-color: #FFF;
}

/*
@media screen and (max-width:640px) {
    .main-slider, .main-slider_content {
        height: 400px;
    }
    .main-slider_content .main-slider_item {
        max-height: 700px;
    }
    .main-slider_content .main-slider_item_block {
        max-height: 700px;
    }
    .main-slider_content .slide-img {
        width: auto;
        height:100%;
        max-width: initial;
    }
}
*/
/* End */


/* Start:/local/templates/blackangus/components/bitrix/news.list/rest_list/style.css?17809224504680*/
.rest-item {
    display: flex;
    flex-direction: column;
    flex: 1 33%;
    text-align: center;
    max-width: 360px;
    margin-left: 20px;
    margin-right: 20px;
    width: 100%;
}
.rest-item .card {
    background-color: #151515;
    box-shadow: 0px 0px 30px 0px rgb(0 0 0 / 30%);
    overflow: hidden;
    position: relative;
    height: 100%;
}
.rest-list-block.karaoke-block .rest-item .card {
    background-color: #FFF;
}
.rest-item .card .is-new-label {
    position: absolute;
    right: 10px;
    top: 10px;

    color: #000000;
    background-color: #fcc508;

    font-weight: 400;
    font-size: 12px;
    display: table-cell;
    width: 50px;
    height: 50px;
    text-align: center;
    vertical-align: middle;
    border-radius: 50px;
    background-color: #111;
    color: #fff;
    box-sizing: border-box;
    padding: 0 10px;
}

.rest-item .card .slides {
    position: relative;
    height: 300px;
}
.rest-item .card .slides .slide-item {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: auto 100%;
    background-size: cover;
}
/*
.rest-item .card .slides:hover .slide-item:nth-child(2) {
    display: none;
}
*/
.rest-item .card .slides:hover .slide-item.first {
    display: none;
}
.rest-item .card .rest-info a {
    color: #FFF;
    text-decoration: none;
}
.rest-item .card .rest-info {
    padding: 18px 20px;
    font-weight: 700;
}
.rest-item .card .rest-info .title {
    font-size: 20px;
    text-transform: uppercase;
}
.rest-item .card .controls {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: auto 2px 20px;
    padding: 5px;
    row-gap: .5em;
    column-gap: .5em;
}
.rest-item .card .controls .btn {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    color: #fcf9f9;
    border: 4px solid #fffeff;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    text-transform: uppercase;
    font-size: 14px;
    height: 45px;
    font-size: 14px;
    padding: 0 30px;
    font-weight: 700;
    flex: 1;
    justify-content: center;
}

.rest-list-block.karaoke-block .rest-item .card .rest-info .address {
    font-weight: 300;
    font-size: 14px;
}
.rest-list-block.karaoke-block .rest-item .card .rest-info a,
.rest-list-block.karaoke-block .rest-item .card .controls .btn {
    color: #000
}

.popup.rest-phones {
    width: 100%!important;
}

.popup.rest-phones {
    display: none;
/*    position: fixed;*/
    position: absolute;
    top: 0;
    left: 0;
    z-index: 20;
    width: 100%;
    height: 100%;
    min-width: 320px;
}
.popup.rest-phones:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    background-color: #FFF;
    width: 100%;
    height: 100%;
    opacity: .7;
    z-index: -1;
}
.popup.rest-phones .popup_content-block {
    position: absolute;
    top: 50%;
    /*top: 44px;*/
    left: 50%;
    padding: 1em;
    background-color: #000;
    transform: translate(-50%, -50%);
    border-radius: .5em;
    box-shadow: 0px 0px 30px 0px rgb(0 0 0 / 30%);
}
.popup.rest-phones .popup_content-block .phone-list {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    width: 100%;
    row-gap: 1em;
}
.phone-item {
    padding: 1em;
    color: #f8d582;
    border: 1px solid #535353;
    border-radius: 1em;
    font-weight: 700;
    font-size: 1.2em;
}
.phone-item .rest_call-info {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    column-gap: 1em;
}
.phone-item .rest_call-info .icon {
    width: 30px;
    height: 30px;
    max-width: 30px;
}
.popup.rest-phones .js_popup_close-btn {
    width:100%;
    height:100%
}
.phone-item .rest-name {
    color: #f8d582;
    font-weight: 700;
    font-size: 1em;
    text-align: left;
    white-space: nowrap;
}
.phone-item .rest-address {
    color: #fff;
    font-weight: normal;
    font-size: .7em;
    text-align: left;
}

@media screen and (max-width: 576px) {
    .popup.rest-phones .popup_content-block {
        padding: .5em;
    }
    .phone-item {
        padding: .5em;
    }
    .phone-item .rest_call-info {
        column-gap: .5em;
    }
    .phone-item .rest-name {
        font-size: .9em
    }
    .phone-item .rest-address {
        font-size: .7em
    }
}
@media screen and (max-width: 998px) {
    .rest-item .card .controls {
        flex-direction: column;
        align-items: center;
        /*row-gap: 0.5em;*/
    }
    .rest-item .card .controls .btn {
        padding: 10px 30px;
        width: 100%;
    }
}
/* End */


/* Start:/local/templates/blackangus/components/bitrix/catalog.section/main-slider/style.css?17050514974035*/
.subsections-tabs-block {
	display: block;
	width: 100%;
	padding: 0;
	margin: 0;
}
.subsections-tabs-block .subsections-tabs-content {
	display: block;
	width: 60%;
	margin: auto;
}
.subsections-tabs-block .desktop-subsections-tabs {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	column-gap: 2px;
	row-gap: 2px;
	width: 100%;
	padding: 0.5em;
	margin: auto;
}
.subsections-tabs-block .subsection-item {
    display: flex;
	flex-direction: column;
	flex-wrap: nowrap;
    border: 3px solid #f5f5f5;
    background-color: #fff;
    float: left;
    border-bottom: 1px solid #e2e2e2;
    vertical-align: middle;
    border-right: none;
    position: relative;
	color: #000000;
	font-weight: 400;
	font-size: 16px;
	padding: 14px 22px;
	border: none;
	line-height: 1.35;
	font-family: 'Roboto',Arial,sans-serif;
	cursor: pointer;
}
.subsections-tabs-block .subsection-item.active {
	border: 2px solid #FFF;
	color: #FFF;
	background-color: #000;
}

.catalog-section-block {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	row-gap: 2em;
	margin: 0 auto 3em;
}
.catalog-section-block .product-item-container {
	width: 50%;
	padding: 0 1em;
}
.catalog-section-tabs.tab {
	display: none;
}
.catalog-section-tabs.tab.active {
	display: block;
}
.catalog-section-block.tabs .product-item-container {
	width: 25%;
}
.subsections-tabs-content .mobile-subsections-tabs {
	display: none;
}
.subsections-tabs-content select.mobile-subsection-tabs-block {
    font-family: Arial;
    border: none;
    color: #000000;
    background-color: #ffffff;
	padding-right: 40px;
    padding: 16px 20px;
    width: 100%;
    border: 1px solid;
    outline: none;
    margin: 0;
    font-size: 16px;
    font-family: 'Roboto',Arial,sans-serif;
    font-weight: 600;
}

.catalog-section_header {
	background-color: #f0f0f0;
	font-size: 28px;
    text-align: center;
	font-weight: 700;
	line-height: 1.55;
	font-family: 'Playfair Display',serif;
	color: #000000;
}

/*kinder*/
.entity-list-block.theme_kinder {
	display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    width: 100%;
    margin: auto;
	row-gap: 1.5em;
	max-width: 1200px;
}
.theme_kinder .product-item-container {
	width: 33%;
	padding: 0 1em;
}
.entity-list-block.theme_kinder .product-item-container .product-item-title,
.entity-list-block.theme_kinder .product-item-container .product-item-title a {
	color: #ffffff;
    font-weight: 700;
    font-size: 20px;
    line-height: 1.35;
    font-family: 'Roboto',Arial,sans-serif;
	text-transform: none;
    text-align: left;
}
.entity-list-block.theme_kinder .product-item .preview-text,
.entity-list-block.theme_kinder .product-item .product-item-price-container {
	text-align: left;
}

.to-cart_prolog-block {
	padding-top: 60px;
	padding-bottom: 0;
	background-color: #fff8dc;
}
.to-cart_prolog-block .to-cart_prolog-content {
    padding-top: 8px;
    padding-bottom: 6px;
    font-size: 18px;
    line-height: 1.55;
    font-weight: 300;
    color: #000000;
	font-family: Georgia;
	text-align: center;
	font-weight: 700;
}

@media screen and (max-width: 1200px) {
	.entity-list-block.theme_kinder {
		max-width: 960px;
	}
}
@media screen and (max-width: 960px) {
	.entity-list-block.theme_kinder {
		max-width: 640px;
	}
	.subsections-tabs-content .mobile-subsections-tabs {
		display: block!important;
	}
	.subsections-tabs-content .desktop-subsections-tabs {
		display: none!important;
	}
	.catalog-section-block.tabs .product-item-container {
		width: 50%;
	}

	.theme_kinder .product-item-container {
		width: 50%;
	}
}
@media screen and (max-width: 640px) {
	.catalog-section-block.tabs {
		flex-direction: column;
	}
	.catalog-section-block.tabs .product-item-container {
		width: 100%;
	}
	.catalog-section-block {
		flex-direction: column;
	}
	.catalog-section-block .product-item-container {
		width: 100%;
	}

	.entity-list-block.theme_kinder {
		flex-direction: column;
	}
	.theme_kinder .product-item-container {
		width: 100%;
	}
	.subsections-tabs-block .subsections-tabs-content {
		width: 80%;
	}
}
/* End */


/* Start:/local/templates/blackangus/components/bitrix/catalog.section/main-slider/element_popup.css?17050514891599*/
.popup-window,
.popup-window-with-titlebar .popup-window-content {
    background-color: #000;
}
.popup-window-close-icon:after {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='10' height='10' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7.787 1L5 3.787 2.213 1 1 2.213 3.787 5 1 7.787 2.213 9 5 6.213 7.787 9 9 7.787 6.213 5 9 2.213' fill='%23FFF' fill-rule='evenodd'/%3E%3C/svg%3E");
}
.catalog-element-content {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    width: 100%;
    padding: 2em 1em;
}

.catalog-element-content .catalog-element_gallery {
    display: block;
    width: 50%;
}
.catalog-element-content .catalog-element_info {
    display: block;
    width: 50%;
    padding: 0 1em;
}
.catalog-element_info .title {    
    font-weight: 700;
    text-transform: uppercase;
    font-size: 24px;
    line-height: 1.35;
    font-family: 'Roboto',Arial,sans-serif;
    color: #FFF;
    text-transform: uppercase;
    margin-bottom: 20px;
}
.catalog-element_info .catalog-element_description {
    font-size: 14px;
    line-height: 1.55;
    font-family: 'Roboto',Arial,sans-serif;
    font-weight: 300;
    color: #FFF;
}
.catalog-element_info .product-item-detail-price-current {
    font-weight: 400;
    font-size: 16px;
    line-height: 1.35;
    font-family: 'Roboto',Arial,sans-serif;
    color: #FFF;
    margin-bottom: 1em;
}
.catalog-element_info .product-item-detail-price-container {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    column-gap: 0.5em;
}
/* End */


/* Start:/local/templates/blackangus/components/bitrix/catalog.section/main-slider/top-sections_menu.css?17050514881487*/
.top-sections-block {
	display: block;
	width: 100%;
	padding-top: 0px;
	padding-bottom: 0px;
	height: auto; /*200px;*/
}
.top-sections-list {
	display: flex;
	width: auto;
	margin: auto;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: center;
	padding: 3em 0;
	text-align: center;
	column-gap: 1em;
}

.top-section_item {
	position: relative;
	width: 100px;
    height: 100px;
    display: flex;
    text-align: center;
    flex-direction: column;
	align-items: center;
    justify-content: center;
}
.top-section_item.active::before {
    content: "";
    height: 120px;
    width: 120px;
    position: absolute;
    top: 50%;
    left: 50%;
	background-color: #7F8080;
    transform: translate(-50%, -50%);
	border-radius: 50%;
    z-index: -1;
}

.top-section_item .top-section_icon {
	width: 50px;
	height: 50px;
}

.top-section_item .top-section_name {
    line-height: 22px;
    color: #FFF;
    font-size: 18px;
    font-family: 'Playfair Display',serif;
    line-height: 1.2;
    font-weight: 400;
    background-position: center center;
    border-color: transparent;
    border-style: solid;
    display: table-cell;
    vertical-align: middle;
    width: 100%;
    -webkit-text-size-adjust: 100%;
    -moz-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}

@media screen and (max-width: 640px) {
    .top-section_item.active::before {
        width: 100px;
        height: 100px;
    }
}
/* End */


/* Start:/local/templates/blackangus/components/bitrix/catalog.item/main-slider/style.css?17050518272195*/
.product-item {
	display: flex; /*block*/
	flex-direction: column;
	flex-wrap: nowrap;
	height:100%;
}
.product-item .product-item-image-wrapper {
	height: 300px;
    display: block;
}
.product-item .product-item-image-original {
	height: 100%;
    width: 100%;
    display: block;
    background-repeat: no-repeat;
    background-size: cover; /*auto 100%;*/
	background-position: center;
}

.product-item .product-item-title,
.product-item .product-item-title a {
	font-weight: 700;
	text-transform: uppercase;
	font-size: 24px;
	line-height: 1.35;
	font-family: 'Roboto',Arial,sans-serif;
	color: #FFF;
	text-align: center;
}

.catalog-section-block.tabs .product-item .product-item-title,
.catalog-section-block.tabs .product-item .product-item-title a {
	text-transform: none;
	font-size: 16px;
}

.product-item .preview-text,
.product-item .product-item-price-container {
    margin-top: 8px;
    font-size: 14px;
    line-height: 1.55;
    font-family: 'Roboto',Arial,sans-serif;
    font-weight: 300;
    color: #FFF;
	text-align: center;
}
.product-item .product-item-price-current {
	font-size: 1.2em;
}
.product-item .product-item_buttons-block {
	margin: auto auto 0 auto;
}
.product-item .product-item-button-container {
	text-align: center;
}
.btn-buy {
	height: 45px;
	font-size: 14px;
	padding-left: 30px;
	padding-right: 30px;

	display: inline-block;
	font-family: 'Roboto',Arial,sans-serif;
	border: 0 none;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	font-weight: 700;
	background-image: none;
	cursor: pointer;
	-webkit-appearance: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	-o-user-select: none;
	user-select: none;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.product-item-scu-items-ref-list {
	display: none;
}
select.product-item-scu-item-list {
	font-size: 14px;
	line-height: 1.55;
	font-family: 'Roboto',Arial,sans-serif;
    font-weight: 300;
	width: 100%;
    border: 1px #ddd solid;
    background: #f8f8f8;
    color: #000;
    cursor: pointer;
    padding: 2px 30px 2px 10px;
    border-radius: 5px;
}
[data-entity=quantity-block] {
	display: none;
}
/* End */
/* /local/templates/blackangus/components/bitrix/news.list/new_slider_main/style.css?17255152352384 */
/* /local/templates/blackangus/components/bitrix/news.list/rest_list/style.css?17809224504680 */
/* /local/templates/blackangus/components/bitrix/catalog.section/main-slider/style.css?17050514974035 */
/* /local/templates/blackangus/components/bitrix/catalog.section/main-slider/element_popup.css?17050514891599 */
/* /local/templates/blackangus/components/bitrix/catalog.section/main-slider/top-sections_menu.css?17050514881487 */
/* /local/templates/blackangus/components/bitrix/catalog.item/main-slider/style.css?17050518272195 */
