

/* Start:/local/templates/drink/components/bitrix/catalog/main_new/style.css?17773960116995*/
.catalog-block-header{
	font-size: 16px;
	line-height: 15px;
	font-weight: 500;
	text-align: left;
	margin-bottom: 31px;
	border-bottom: 1px solid #D3D3D3;
	color: var(--main_font_color);
	padding-left: 0px;
	padding-bottom: 10px;
}

body.bx-theme-blue .catalog-block-header{border-color:#006cc0;}
body.bx-theme-green .catalog-block-header{border-color:#63aa28;}
body.bx-theme-red .catalog-block-header{border-color:#da3737;}
body.bx-theme-yellow .catalog-block-header{border-color:#f4b236;}


#catalog__content .catalog_image {
	display: block;
	width: 50%;
}

#catalog__content .catalog__nav {
	width: 50%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

#catalog__content .title_box {
	margin: 0;
	padding-top: 0;
}
.catalog__filter-container {
	/*border-top: 1px solid #ddd;*/
	padding-top: 0px;
	padding-bottom: 18px;
}

.favorite-element-container .title_box {
	margin-bottom: 0;
}

#catalog__content .title_box h1 {
	font-weight: 500;
	font-size: 32px;
	color: var(--main_font_color);
	padding-bottom: 10px;
	border-bottom: 0.5px solid #ddd;
	margin-bottom: 26px;
}

#catalog__content .title_box .sub_title {
	color: var(--main_font_color);
	font-weight: 900;
	font-size: 14px;
}

#catalog__content .catalog__nav_wrapper {
	width: 50%;
	border-top: 1px solid #ddd;
}

#catalog__content .catalog__nav_wrapper ul li.catalog__nav-item {
	padding: 10px 0;
	border-bottom: 1px solid #ddd;
}

#catalog__content .catalog__nav_wrapper ul li.catalog__nav-item a {
	display: block;
	padding: 10px 0;
	position: relative;
	color: var(--main_link_color);
	font-weight: 500;
	-webkit-transition: .2s ease-out;
	transition: .2s ease-out;
}

#catalog__content .catalog__nav_wrapper ul li.catalog__nav-item a:after {
	content: '';
	display: block;
	position: absolute;
	border: 6px solid transparent;
	border-left: 7px solid #000;
	top: 15px;
	right: 0;
	margin: auto;
	-webkit-transition: .2s ease-out;
	transition: .2s ease-out;
}

#catalog__content .catalog__nav_wrapper ul li.catalog__nav-item a:hover {
	color: var(--main_color_hover);
}

#catalog__content .catalog__nav_wrapper ul li.catalog__nav-item a:hover:after {
	border-left-color: var(--main_color_hover);
}

#catalog__content .catalog_image_wrapper {
	width: 100%;
	position: relative;
	height: 0;
	padding-top: 100%;
}

#catalog__content .catalog_image_wrapper .catalog_img {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: top center;
}

#catalog__content {
	min-height: calc(100vh - 350px);
	flex: 0 0 100%;
	max-width: 100%;
	padding-right: 0;
	position: static;
	padding-left: 0px;
}
.catalog-list-row, .product_card_detail {
	max-width: 1230px;
	margin-left: auto!important;
	margin-right: auto!important;
}

#catalog__list {
	margin-top: -5px;
}

#catalog__list .title_box {
	width: 100%;
}
.catalog__content .sorting_box .sorting {
	padding-right: 7px;
}
.catalog-section-descr {
	margin-top: 22px;
	padding-bottom: 38px;
}
.catalog-filter-descr-top{
	padding-bottom: 26px;
}
.catalog-filter-descr-top{
	font-size: 14px;
	line-height: 28px;
	color: var(--main_font_color);
	text-align: left!important;
}
.catalog-section-descr,
.catalog-section-descr p{
	font-size: 14px;
	line-height: 28px;
	color: var(--main_font_color);
	text-align: left!important;
}

h1.text-fourtyeight {
	font-size: 48px;
}
.mb-24 {
	margin-bottom: 24px;
}
.mb-40 {
	margin-bottom: 40px;
}



@media screen and (max-width: 1300px) {
	#catalog__content {
		flex: 0 0 100%;
		max-width: 100%;
	}
}

@media all and (max-width: 1140px){

	.catalog_wrapper {
		margin: 0 -10px;
	}

	#catalog__content .catalog__nav_wrapper ul li.catalog__nav-item {
		font-size: 14px;
	}

	#catalog__content .title_box .sub_title {
		font-size: 12px;
	}
}

@media screen and (max-width: 1024px) {


	#catalog__content {
		display: block;
		flex: 0 0 100%;
		max-width: 100%;
	}

	#catalog__content .title_box h1 {
		font-size: 22px;
	}

	#catalog__content .title_box {
		padding-top: 10px;
		padding-bottom: 15px;
	}
	.catalog__list-content {
		border-top: 1px solid #ddd;
		padding-top: 10px;
	}
	.catalog__list-content .product__list.row {
		margin-left: -5px !important;
		margin-right: -5px !important;
	}

	.catalog__section-filter .bx-filter .bx-filter-parameters-box-container-block {
		width: 130px;
	}

	.catalog__section-filter .price-separator {
		width: 50px;
	}

	#catalog__filter, #catalog__list {
		flex: 0 0 100%;
		max-width: 100%;
	}
	#catalog__list {
		padding-left: 10px !important;
		margin-top: 0;
	}
	.catalog-list-row, .product_card_detail {margin-top: 0;}

	#catalog__filter .title {
		position: relative;
		margin: 0;
		justify-content: flex-start;
		padding: 5px 0;
	}

	.catalog__section-filter .del_filter {
		margin: -1px 0 0 13px;
		z-index: 10;
		font-size: 11px;
		text-transform: uppercase;
	}

	.catalog__section-filter .bx-filter .bx-filter-input-checkbox .bx-filter-param-text, #catalog__filter #vertical-multilevel-menu ul {
		/*font-size: 14px;*/
	}

	#catalog__filter #vertical-multilevel-menu ul {
		text-transform: none;
	}

	#catalog__filter ul#vertical-multilevel-menu li a, #catalog__filter ul#vertical-multilevel-menu li ul.section__list-sub li a {
		display: inline-block;
		vertical-align: middle;
		margin-right: 10px;
	}

	#catalog__filter ul#vertical-multilevel-menu li.parent .fa-angle-down {
		position: relative;
		top: auto;
		display: inline-block;
		vertical-align: middle;
	}

	.catalog__section-filter .bx-filter .bx-filter-input-checkbox .check {
		width: 16px;
		height: 16px;
	}

	.catalog__section-filter .bx-filter .bx-filter-input-checkbox input[type="checkbox"] + label.bx-filter-param-label .check:before ,
	.catalog__section-filter .bx-filter .bx-filter-input-checkbox input[type="radio"] + label.bx-filter-param-label .check:before {
		width: 10px;
		height: 10px;
	}
}

@media screen and (max-width: 768px) {

	#catalog__content .catalog__nav_wrapper {
		width: 70%;
	}

	#catalog__content .catalog__nav_wrapper ul li.catalog__nav-item {
		padding: 0;
	}

	№catalog__list .title_box {
		display: block;
		width: 100%;
	}

	№catalog__list .title_box h1 {
		width: 100%;
	}

	№catalog__list .title_box .sorting_box {
		width: 100%;
		text-align: left;
	}

	#catalog__list .title_box {
		flex-direction: column;
		align-items: flex-start;
	}
}

@media screen and (max-width: 575.98px) {
	.catalog__list-content .sales_block {
		margin-top: 10px;
		margin-bottom: 10px;
	}
}
@media (max-width: 900px){
#catalog__content .title_box h1{
		margin-bottom: 0px;
	}
	.main_content{
		overflow: hidden;
		padding-bottom: 30px;
	}
}
.catalog_sort_row{
	padding: 6px 0;
	background-color: #F7F7F7;
	margin-left: 0px;
	margin-right: 0px;
}

/* End */


/* Start:/local/templates/drink/components/bitrix/news.list/main_root/style.css?177668118217540*/
.about-page-wrapper.wrapper-inner {
	max-width: 100% !important;
}
.full-img-block img {
	width: 100%;
	height: auto;
}
.img-border img {
	border-radius: 10px;
}
.block-border {
	border-radius: 10px;
}
.text-standart h2 {
	padding-bottom: 1.5rem;
}
.text-dirtsmoke {
	font-size: 14px;
	margin-bottom: 1em;
}
blockquote {
	font-style: italic;
}
.ul-styled ul {
    margin-left: 35px;
}
.ul-styled li {
	padding-bottom: 0.5em;
}
.ul-styled ul li:before {
    margin-left: -35px;
    content: '';
    display: block;
    background: #939393 url('/local/templates/drink/images/icons/check.svg') center center no-repeat;
    border-radius: 100%;
    width: 20px;
    height: 20px;
    float: left;
    margin-top: 3px;
}
.header {
	max-width: 100vw;
	overflow: hidden;
}

.text-sixteen {
	font-size: 16px;
	line-height: 1.5;
}
.text-eighteen {
	font-size: 18px;
	line-height: 1.5;
}
.text-twenty {
	font-size: 20px;
	line-height: 1.6;
}
.text-twfour {
	font-size: 24px;
	line-height: 1.5;
}
.text-thtwo {
	font-size: 32px;
	line-height: 1.5;
}
.text-fourty {
	font-size: 40px;
	line-height: 1.2;
}
.fw-600 {
	font-weight: 600;
}
.fw-400 {
	font-weight: 400;
}
.text-grey {
	color: #ffffff;
	opacity: 0.6;
}
.pt-96 {
	padding-top: 80px;
}
.pb-96 {
	padding-bottom: 80px;
}
.py-96 {
	padding-top: 80px;
	padding-bottom: 80px;
}
.py-24 {
	padding-top: 24px;
	padding-bottom: 24px;
}
.mb-24 {
    margin-bottom: 24px;
}
.mb-40 {
	margin-bottom: 40px;
}
.mb-56 {
	margin-bottom: 56px;
}
.mb-96 {
	margin-bottom: 80px;
}
.border-16 {
	border-radius: 16px;
}
.border-24 {
	border-radius: 24px;
}
.btn-rnd {
	font-size: 16px;
	font-weight: 500;
	line-height: 1.2;
	padding: 14px 24px;
	border-radius: 12px;
	display: inline-block;
	text-align: center;
	cursor: pointer;
	transition: .2s ease;
}
.btn-grey-rnd {
	background: #ffffff33;
	color: #ffffff !important;
}
.btn-white-rnd {
	background: #ffffff;
	color: #000000 !important;
}
.btn-black-rnd {
	background: #000000;
	color: #ffffff !important;
}
.btn-icon {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 10px;
	width: fit-content;
}
.btn-icon div {
	display: inline-block;
}
.n_one_flex {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 24px;
    padding: 120px 0;
}
.n_one_flex>h1 {
	text-align: center;
    font-size: 48px;
    font-weight: 700;
    line-height: 1.5;
    color: transparent;
    -webkit-background-clip: text;
    background-clip: text;
    background-image: linear-gradient(to bottom, #ffffff, #B3B3B3);
}
.n_one_flex>.text-grey {
	max-width: 70%;
	text-align: center;
}
.n_two_block {
    display: flex;
    gap: 24px;
    flex-wrap: wrap;
}
.n_two_item {
    height: 400px;
    width: calc(33.33333% - 16px);
    overflow: hidden;
    display: flex;
    justify-content: end;
    flex-direction: column;
    position: relative;
}
.n_two_item>video {
    object-fit: contain;
    object-position: center;
    position: absolute;
    height: 100%;
    z-index: 1;
}
.n_two_item_txt {
    padding: 40px;
	display: flex;
	flex-direction: column;
	gap: 8px;
	background: #000000;
	background: linear-gradient(0deg, rgba(1, 1, 1, 0.5), rgba(1, 1, 1, 0.0));
    position: relative;
    z-index: 2;
	transition: .2s ease;
}
.n_two_hide_block {
	display: flex;
	flex-direction: column;
	gap: 8px;
	position: relative;
    z-index: 2;
	transition: .2s ease;
}
.hidden_item_two.n_two_hide_block {
	display: none;
	transition: .2s ease;
}
.n_two_hide_block .btn-rnd {
	width: fit-content;
}
.n_three_block {
    display: flex;
    flex-wrap: wrap;
    gap: 24px;
}
.n_three_item {
    background: #191919;
    padding: 32px 32px 32px 40px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: calc(50% - 12px);
	transition: .2s ease;
}
.n_three_item_left {
    max-width: 50%;
    display: flex;
    flex-direction: column;
    gap: 24px;
}
.n_three_item_right {
    max-width: 35%;
	position: relative;
}
.n_three_item_text {
    display: flex;
    flex-direction: column;
    gap: 8px;
}
.n_four_block {
    display: flex;
    padding: 40px;
    background: #191919;
    justify-content: space-between;
    align-items: center;
    gap: 24px;
}
.n_four_item.n_four_item_center {
    display: flex;
    align-items: center;
    gap: 40px;
    opacity: 0.6;
}
.n_five_block {
    display: flex;
    gap: 24px;
    flex-wrap: wrap;
}
.n_five_item {
    padding: 40px;
    min-height: 316px;
    display: flex;
    flex-direction: column;
    gap: 8px;
    justify-content: center;
    width: calc(50% - 12px);
}
.n_five_btn {
    padding-top: 16px;
}
.n_five_block>.n_five_item:first-child {
	background: #484848;
}
.n_five_block>.n_five_item:last-child {
	background: #ffffff;
}
.color-black {
	color: #000000;
}
.text-grey-black {
	color: #000000;
	opacity: 0.6;
}
.n_six_block {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 16px;
}
.n_seven_block {
    height: 640px;
    display: flex;
}
.n_seven_video {
    position: relative;
    overflow: hidden;
    height: 650px;
    width: 100%;
}
.n_seven_video>video, 
.n_seven_video>img {
    height: 100%;
    position: absolute;
    z-index: 1;
    object-fit: cover;
}
.n_seven_text {
    position: absolute;
    z-index: 2;
    padding: 40px;
    display: flex;
    flex-direction: column;
    gap: 8px;
}
.n_seven_text>.text-sixteen {
    max-width: 50%;
}
.n_seven_text>.btn-rnd {
    margin-top: 16px;
}
.n_eigth_block {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 16px;
}
.b_nine_block .col-lg-8 .text-thtwo {
	margin-bottom: 24px;
}
.b_nine_block .col-lg-8 .text-sixteen:nth-child(2) {
	margin-bottom: 24px;
}
.b_nine_block .col-lg-8 .text-sixteen:last-child {
	margin-bottom: 0;
}
.b_ten_block {
    display: flex;
    flex-direction: column;
    gap: 80px;
}
.b_ten_block>.text-thtwo {
	text-align: center;
}
.b_ten_list {
    display: grid;
    grid-template-columns: calc(33.33333% - 16px) calc(33.33333% - 16px) calc(33.33333% - 16px);
    gap: 40px 24px;
}
.b_ten_item {
    display: flex;
    align-items: center;
    gap: 24px;
}
.b_ten_item_text {
    display: flex;
    flex-direction: column;
    gap: 8px;
    height: 100%;
}
.b_ten_item_text .text-sixteen a {
	color: var(--main_color);
}
.b_eleven_block {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}
.b_eleven_item {
    height: 350px;
    width: calc(25% - 6px);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.b_twelve_right iframe {
    width: 100%;
    filter: grayscale(1);
	border-radius: 0px 16px 16px 0px;
}
.b_twelve_left, .b_twelve_right {
    width: 50%;
}
.b_twelve_flex {
    display: flex;
}
.b_twelve_left {
    background: #191919;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 80px;
    border-radius: 16px 0 0 16px;
}
.b_twelve_left_flex {
    display: flex;
    flex-direction: column;
    gap: 24px;
}
.b_twelve_left_text {
    display: flex;
    flex-direction: column;
    gap: 8px;
}
.b_twelve_left_btn {
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
}
.n_four_item.n_four_item_center.n_four_item_mobile {
	display: none;
}
.n_one_tablet_title, .n_one_tablet_mobile {
	display: none;
    text-align: center;
}
.n_one_tablet_title>span, .n_one_tablet_mobile>span {
    font-size: 48px;
    font-weight: 700;
    line-height: 1.5;
    color: transparent;
    -webkit-background-clip: text;
    background-clip: text;
    background-image: linear-gradient(to bottom, #ffffff, #B3B3B3);
    width: 100%;
    display: block;
}
.n_three_item .text-twfour {
	color: #ffffff !important;
}
.n_three_item .n_three_item_right>img {
	transition: .2s ease;
}
.b_eleven-title {
	text-align: center;
	margin-bottom: 40px;
}
.hidden_video.popup-video {
	display: none;
}
.popup-video {
    display: flex;
    justify-content: center;
	align-items: center;
	gap: 24px;
    position: fixed;
    background: #050505;
    z-index: 999;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}
.popup-video>video {
	width: calc(90% - 72px);
	height: auto;
	max-width: 100vw;
	max-height: 95vh;
}
.close-position {
	height: 95vh;
    display: flex;
	align-items: flex-start;
}
.popup-close {
	border-radius: 16px;
	background: #1E1E1E;
    display: flex;
    justify-content: center;
	align-items: center;
	padding: 12px;
}
.body-fix {
    overflow: hidden;
}
.sr_our-advantages {
	display: flex;
	flex-wrap: wrap;
	gap: 24px;
    border-radius: 24px;
    background-color: rgba(25, 25, 25, 1);
    padding: 32px 24px;
	position: relative;
}
.sr_our-advantages-item {
	display: flex;
	align-items: flex-start;
	gap: 24px;
	width: calc(33.33333% - 16px);
}
.sr_our-advantages-item>svg {
	min-width: 48px;
	width: 48px;
	height: 48px;
}
.sr_our-advantages-text {
	display: flex;
	flex-direction: column;
	gap: 8px;
}
.sr-title>h1 {
	margin-bottom: 56px;
	font-size: 48px;
    line-height: 1.2;
    text-align: center;
}
.showroom_iframe>iframe {
	border-radius: 16px;
	width: 100%;
}
.main-flex-title {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.sr-adv-back {
    position: absolute;
    z-index: 1;
    right: 0;
    left: 0;
    bottom: 0;
}
.sr-adv-back svg {
    width: 100%;
}
.b_twelve_right>div {
	line-height: 0;
}
.main_from_text {
	padding: 40px;
}
.main_form_block {
	display: flex;
	border: 1px solid rgba(68, 68, 68, 1);
	border-radius: 24px;
	overflow: auto;
}
.main_from_img {
	line-height: 0;
	max-width: 400px;
}
.main_from_img>img {
    width: auto;
    height: 100%;
}
.main_form_block .form-sm-flex {
    display: flex;
    gap: 16px;
}
.main_form_block .input-group {
	width: calc(100% - 276px);
}
.main_form_block .input-group.btn-group {
	width: auto;
}
.main_form_block input {
    border: none;
    box-shadow: none;
}
.main_form_block input.tel-mask {
    padding: 18px 16px;
    background: #1E1E1E;
	color: #ffffff;
    border-radius: 12px;
    font-size: 18px;
    width: 100%;
}
.main_form_block .submit-btn {
	color: #ffffff;
	background: var(--main_color);
	font-size: 18px;
	max-height: 65px;
	transition: .2s ease;
}


@media(hover:hover) {
	.btn-grey-rnd:not(.not-hover):hover, 
	.btn-grey-rnd:not(.not-hover):active {
		background: #ffffff47;
	}
	.btn-white-rnd:hover, 
	.btn-white-rnd:active {
		background: #f6f6f6;
	}
	.btn-black-rnd:hover, 
	.btn-black-rnd:active {
		background: #191919;
	}
	.n_three_item:hover, 
	.n_three_item:active {
		background: #303030;
	}
	.n_three_item:hover .btn-rnd, 
	.n_three_item:active .btn-rnd {
		background: #ffffff;
		color: #202020 !important;
	}
	.n_three_item:hover .n_three_item_right>img, 
	.n_three_item:active .n_three_item_right>img {
		transform: scale(1.2);
		transition: .2s ease;
	}
	.popup-close:hover {
		background: #303030;
	}
	.main_form_block .submit-btn:hover {
		background: #bd7b4a;
	}
}
@media(hover:none) {
	.btn-grey-rnd:not(.not-hover):active {
		background: #ffffff47;
	}
	.btn-white-rnd:active {
		background: #f6f6f6;
	}
	.btn-black-rnd:active {
		background: #191919;
	}
	.n_three_item:active {
		background: #303030;
	}
	.n_three_item:active .btn-rnd {
		background: #ffffff;
		color: #202020 !important;
	}
}
@media(max-width: 1400px) {
	.close-position {
		position: absolute;
		top: 24px;
		right: 24px;
	}
}
@media(max-width: 1024px) {
	.n_one_flex>h1, 
	.n_three_item_right {
		display: none;
	}
	.n_one_tablet_title {
		display: block;
	}
	.n_two_item_txt {
		padding: 20px;
	}
	.n_two_item_title.text-twfour {
		font-size: 18px;
	}
	.n_two_block {
		gap: 16px;
	}
	.n_three_item_left {
    	max-width: none;
	}
	.n_four_item.n_four_item_center.n_four_item_desctop {
		display: none;
	}
	.n_four_item.n_four_item_center.n_four_item_mobile {
		display: flex;
	}
	.n_four_item.n_four_item_left {
		display: flex;
		flex-direction: column;
		gap: 8px;
	}
	.n_three_item, 
	.n_four_block, 
	.n_five_item, 
	.n_seven_text {
    	padding: 24px;
	}
	.n_five_item {
    	min-height: 250px;
	}
	.n_five_item>.text-thtwo {
		font-size: 28px;
	}
	.b_nine_block .flex-column {
	    flex-direction: column !important;
        padding-top: 0 !important;
		padding-bottom: 0 !important;
	}
	.b_nine_block .flex-column .col-lg-8 {
		width: 100%;
		padding: 40px;
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
	}
	.b_nine_block .flex-column .col-md-4 {
		width: 100%;
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
        justify-content: center;
        background: #000000;
	}
	.b_nine_block .flex-column .col-md-4 .d-flex {
		width: 70%;
		height: 360px;
	}
	.b_nine_block .flex-column .col-md-4 .d-flex .flex-fill {
		object-fit: cover;
		object-position: top;
		margin-top: -10%;
	}
	.b_nine_block .flex-column .col-lg-8 .pl-md-5, .b_nine_block .flex-column .col-lg-8 .px-md-5 {
		padding-left: 0 !important;
	}
	.b_nine_block .flex-column .col-lg-8 .pr-md-5, .b_nine_block .flex-column .col-lg-8 .px-md-5 {
        padding-right: 0 !important;
        padding-top: 0 !important;
        margin-left: 0 !important;
        margin-right: 0 !important;
	}
	.b_ten_list {
		grid-template-columns: 100%;
		gap: 24px;
	}
	.b_eleven_item {
    	width: calc(50% - 8px);
	}
	.b_twelve_flex {
		flex-direction: column;
	}
	.b_twelve_left, .b_twelve_right {
		width: 100%;
	}
	.b_twelve_left {
		padding: 40px;
		align-items: flex-start;
	    border-radius: 16px 16px 0 0;
	}
	.b_twelve_right iframe {
		border-radius: 0px 0px 16px 16px;
	}
	.popup-video>video {
    	width: calc(100% - 48px);
	}
	.sr-title>h1 {
		margin-bottom: 40px;
	}
	.sr_our-advantages-item {
		width: 100%;
	}
}
@media(max-width: 991px) {
	.flex-column.mobile-recive {
		flex-direction: column-reverse !important;
	}
	.b_nine_block .flex-column .col-md-4 {
		display: flex;
	}
	.showroom_iframe>iframe {
		height: 360px;
	}
}
@media(max-width: 797px) {
	.n_two_item {
		height: 280px;
		width: 100%;
	}
	.n_two_item>video {
		object-fit: cover;
		height: 100%;
		width: 100%;
	}
	.n_one_tablet_title>span, .n_one_tablet_mobile>span {
	    font-size: 32px;
	}
	.n_one_flex {
		padding: 64px 0;
	}
	.n_four_block {
		flex-direction: column;
		align-items: flex-start;
		gap: 24px;
	}
	.n_seven_text>.text-sixteen {
    	max-width: calc(100% - 48px);
	}
	.n_one_flex>.text-grey {
    	max-width: 100%;
	}
	.n_three_item {
		width: 100%;
	}
    .n_five_item {
        min-height: unset;
        width: 100%;
    }
	.n_two_item>video {
		border-radius: 16px;
	}
	.hidden_item_two.n_two_hide_block {
    	display: flex;
	}
	.hidden_item_two.n_two_hide_block>.text-sixteen {
		display: none;
	}
}
@media screen and (max-width: 600px) {
	.about-page>.wrapper-inner {
		padding-right: 0 !important;
		padding-left: 0 !important;
	}
	.about-page>.wrapper-inner>.flex-column>.mx-3 {
		margin-right: 0 !important;
		margin-left: 0 !important;
	}
	.pt-96 {
		padding-top: 40px;
	}
	.pb-96 {
		padding-bottom: 40px;
	}
	.py-96 {
		padding-top: 40px;
		padding-bottom: 40px;
	}
	.mb-96 {
		margin-bottom: 40px;
	}
	.n_four_item.n_four_item_left {
		gap: 12px;
	}
	.n_four_item_svg svg {
		height: 16px;
		width: 100%;
	}
	.n_seven_video, .n_seven_block {
		height: 320px;
	}
	.n_seven_block {
		position: relative;
	}
	.n_seven_text {
		top: 0;
		bottom: 0;
		height: 100%;
		width: 100%;
		justify-content: space-between;
	}
	.n_seven_text>.text-sixteen {
		display: none;
	}
	.n_seven_text>.btn-rnd {
		width: 100%;
	}
	.b_nine_block .col-lg-8 .text-thtwo {
		font-size: 24px;
	}
	.b_nine_block .flex-column .col-lg-8, .b_twelve_left {
		padding: 24px;
	}
	.b_twelve_left_text>.text-thtwo, .b_ten_block>.text-thtwo {
    	font-size: 24px;
	}
	.b_twelve_left_text>.text-twenty {
    	font-size: 16px;
	}
	.b_twelve_left_text>.text-twfour {
    	font-size: 20px;
	}
	.b_ten_block {
		gap: 40px;
	}
	.b_ten_item_text>.text-twfour {
		font-size: 20px;
	}
	.b_ten_item_icon svg {
		width: 48px;
		height: 48px;
	}
	.b_twelve_left_btn {
		flex-direction: column;
        width: 100%;
	}
	.b_twelve_left_flex, .b_twelve_left_btn>.btn-rnd {
		width: 100%;
	}
	.b_eleven_block {
		flex-wrap: nowrap;
		max-width: 100vw;
		overflow-x: scroll;
	}
    .b_eleven_item {
        width: calc(100vw - 96px);
        min-width: calc(100vw - 96px);
    }
	.b_eleven {
		margin-right: -24px;
	}
	.b_eleven_block::-webkit-scrollbar {
		height: 0px;
	}
	.b_eleven_block::-webkit-scrollbar-thumb {
		background-color: transparent;
		border: none;
	}
	.b_eleven_item:last-child {
		margin-right: 24px;
	}
	.sr_our-advantages-item>svg {
		min-width: 48px;
		width: 40px;
		height: 40px;
	}
	.showroom_iframe>iframe {
		height: 312px;
	}
	.sr_our-advantages-item {
    	gap: 16px;
	}
	.sr_our-advantages {
		padding: 24px 16px;
		overflow: hidden;
	}
	.main-flex-title>div:last-child {
		display: none;
	}
	.main-flex-title {
		justify-content: center;
	}
	.text-fourty {
    	font-size: 32px;
	}
	.main-3d {
		margin-right: -25px;
		margin-left: -25px;
	}
	.sr-adv-back {
		bottom: -20px;
	}
	.main_from_text>.text-thtwo {
		font-size: 24px;
	}
	.main_from_text>.text-eighteen {
		font-size: 16px;
	}
	.main_form_block .form-sm-flex {
		flex-direction: column;
	}
	.main_form_block .input-group, 
	.main_form_block .input-group.btn-group {
		width: 100%;
	}
	.main_form_block input.tel-mask, 
	.main_form_block .submit-btn {
		text-align: center;
		font-size: 14px;
		padding: 14px 16px;
		width: 100%;
	}
	.main-title-h2 {
		text-align: center;
	}
}
@media(max-width: 470px) {
	.n_one_tablet_title {
		display: none;
	}
	.n_one_tablet_mobile {
    	display: block;
	}
}


/* End */


/* Start:/local/templates/drink/components/bitrix/breadcrumb/main_sections/style.css?1776764484500*/
.breadcrumb_detail-pr {
	display: flex;
	overflow-x: auto;
	align-items: center;
	gap: 4px;
	padding: 24px 0 16px 0;
}
.breadcrumb_detail-pr::-webkit-scrollbar {
	height: 0;
}
.breadcrumb_detail-pr::-webkit-scrollbar-track {
	background: transparent;
}
.breadcrumb_detail-pr::-webkit-scrollbar-thumb {
	background: transparent;
}
.breadcrumb-pr-item.text-fourteen {
    flex: 0 0 auto;
    white-space: nowrap;
}
.breadcrumb_detail-pr svg {
    flex: 0 0 auto;
}
.text-fourteen {
	font-size: 14px;
}

/* End */


/* Start:/local/templates/drink/components/bitrix/catalog.section.list/catalog/style.css?17767867563618*/
.text-twenty {
	font-size: 20px;
}
.fw-600 {
	font-weight: 600;
}

.catalog-sections-list {
    display: flex;
    flex-wrap: wrap;
    gap: 24px;
}
.catalog-sections-item {
    width: calc(25% - 18px);
}
.catalog-sections-item-link {
    display: flex;
	flex-direction: column;
	justify-content: space-between;
	gap: 24px;
    height: 100%;
    padding: 24px;
    border-radius: 24px;
    position: relative;
    overflow: hidden;
    background: linear-gradient(180deg, #202020 0%, #050505 100%);
    transition: opacity .2s ease;
}
.catalog-sections-item-link::after {
    content: "";
    position: absolute;
    inset: 0;
    background: radial-gradient(92.22% 92.22% at 50% 101.34%, #FFC412 0%, #88001A 49.94%, #1B0509 100%);
    opacity: 0;
    transition: opacity .2s ease;
}
.catalog-sections-item-link>div {
    position: relative;
    z-index: 1;
}
.catalog-sections-item-link>.text-twenty {
	line-height: 1.4;
	color: #ffffff;
}
.sections-list-pt {
	padding-top: 40px;
}
.catalog-sections-search {
	display: none !important;
}


@media(hover:hover) {
	.catalog-sections-item-link:hover::after, 
	.catalog-sections-item-link:active::after {
		opacity: 1;
	}
}
@media(hover:none) {
	.catalog-sections-item-link:active::after {
		opacity: 1;
	}
}
@media(max-width:1024px) and (hover:none) {
	.catalog-sections-item-link:active .catslog-sections-item-img::after {
		opacity: 1;
	}
}

@media(max-width:1024px) {
	.catalog-sections-item-link {
		flex-direction: column-reverse;
		align-items: center;
		justify-content: flex-end;
		gap: 12px;
		padding: 0;
        background: none;
		border-radius: 0;
	}
	.catalog-sections-item-link::after {
		display: none;
	}
	.catslog-sections-item-img {
		padding: 20px;
		border-radius: 16px;
		background: linear-gradient(180deg, #202020 0%, #050505 100%);
		position: relative;
		overflow: hidden;
	}
	.catslog-sections-item-img::after {
		content: "";
		position: absolute;
		inset: 0;
		background: radial-gradient(92.22% 92.22% at 50% 101.34%, #FFC412 0%, #88001A 49.94%, #1B0509 100%);
		opacity: 0;
		transition: opacity .2s ease;
	}
	.catslog-sections-item-img>img {
		position: relative;
		z-index: 1;
	}
	.catalog-sections-item-link>.text-twenty {
		text-align: center;
	}
	.sections-list-pt {
		padding-top: 0;
	}
	.catalog-sections-item-link>.text-twenty {
		font-size: 16px;
	}
}
@media(max-width:600px) {
	.wrapper-inner.catalog_wide {
		padding-left: 0 !important;
		padding-right: 0 !important;
	}
	.catalog-sections-list {
		gap: 12px;
	}
	.catalog-sections-item {
		width: calc(33.33333% - 8px);
	}
    .catalog-sections-item-link>.text-twenty {
        font-size: 12px;
    }
	.catslog-sections-item-img {
		padding: 12px;
	}
	h1.text-fourtyeight {
		display: none;
	}
	#breadcrumb_sections {
		display: none;
	}
    .main_form_block .input-group, 
	.main_form_block .input-group.btn-group, 
	.main_form_block .feedback-form .input-group {
        margin-bottom: 0;
    }
	.catalog-sections-search {
		display: block !important;
	}
	.catalog-sections-search {
		margin-top: 20px;
		margin-bottom: 24px;
	}
	.title-search-wrapper>.search_input {
		width: calc(100% - 56px);
		border-radius: 12px;
		padding: 12px 16px;
		border: none;
		font-size: 16px;
		background-color: rgba(255, 255, 255, 0.1);
		color: #ffffff;
		transition: .2s ease;
	}
	.title-search-wrapper>.search_input:focus {
		background-color: #373737;
	}
	.title-search-wrapper>.search-title-button {
		margin-left: 8px;
		width: 48px;
		height: 48px;
		background: #373737;
		border-radius: 12px;
		opacity: 1;
		transition: .2s ease;
	}
	.title-search-result {
		margin-top: 8px;
	}
}
/* End */


/* Start:/local/templates/drink/components/bitrix/form.result.new/booking/style.css?17582842153697*/
.btn-rnd {
	font-size: 16px;
	font-weight: 500;
	line-height: 1.2;
	padding: 14px 24px;
	border-radius: 12px;
	color: #ffffff !important;
	display: inline-block;
	text-align: center;
	cursor: pointer;
	transition: .2s ease;
}
.btn-main-rnd {
	background: var(--main_color);
}
.btn-grey-rnd {
	background: #ffffff33;
}
.spb-form {
    position: fixed;
    z-index: 1000;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
	display: none;
}
.form-overlay {
    position: absolute;
    z-index: 1001;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
	background: #000000;
	opacity: 0.7;
}
.form-flex {
	display: flex;
	align-items: center;
	justify-content: center;
    width: 100%;
    height: 100%;
}
.form-body {
	background: #191919;
	border: 1px solid #4B4B4B;
	width: 600px;
	border-radius: 16px;
	padding: 40px 32px;
	position: relative;
    z-index: 1002;
}
.btn-rnd-full {
	width: 100%;
}
.close-feed-btn {
	position: absolute;
	top: 24px;
	right: 24px;
}
.feedback-title {
	margin-bottom: 12px;
	font-size: 32px;
	font-weight: 600;
}
.feedback-txt {
	margin-bottom: 32px;
}
.feedback-form input {
	border: none;
}
.feedback-form .input-group {
	margin-bottom: 24px;
}
.feedback-form input[type=text], .feedback-form input[type=email] {
	background: #272727;
	border-radius: 8px;
	color: #ffffff;
	padding: 16px;
	width: 100%;
	border: none;
	margin-bottom: 4px;
}
.feedback-policy {
	color: #656565;
	margin-top: 24px;
	font-size: 14px;
	line-height: 1.2;
}
.feedback-policy a {
	color: #656565 !important;
	text-decoration: underline;
	transition: .2s ease;
}
.close-feed-btn {
	cursor: pointer;
}
.close-feed-btn path {
	transition: .2s ease;
}
.input-error, .has-server-error input {
    outline: #FF0024 solid 1px !important;
}
.error-message {
    color: red;
    font-size: 13px;
    margin-top: 6px;
    display: block;
}
body.openmodal {
	overflow: hidden !important;
	padding-right: 7px;
	background: #050505;
}
.feedback-result {
	margin-bottom: 32px;
	font-size: 32px;
	font-weight: 600;
	color: #ffffff;
}
.feedback-smtxt {
	margin-bottom: 32px;
	font-size: 20px;
	font-weight: 400;
	line-height: 1.4;
}
.feedback-form .input-group[data-sid="OFFER_LINK"] {
	margin-bottom: 0;
}
.to-book {
	cursor: pointer;
}

@media(hover:hover) {
	.btns-round a.btn-main-rnd:hover, .btns-round a.btn-main-rnd:active {
		background: #bd7b4a;
		color: #ffffff !important;
	}
	.btns-round a.btn-grey-rnd:hover, .btns-round a.btn-grey-rnd:active {
		background: #ffffff40;
		color: #ffffff !important;
	}
	.spb-three-item:hover .spb-three-name {
		color: var(--main_color);
	}
	.close-feed-btn:hover path {
		stroke: #888888;
	}
	.feedback-policy a:hover {
		text-decoration: none;
	}
}
@media(hover:none) {
	.btns-round a.btn-main-rnd:active {
		background: #bd7b4a;
		color: #ffffff !important;
	}
	.btns-round a.btn-grey-rnd:active {
		background: #ffffff40;
		color: #ffffff !important;
	}
	.spb-three-item:active .spb-three-name {
		color: var(--main_color);
	}
	.feedback-policy a:active {
		text-decoration: none;
	}
}
@media(max-width: 800px) {
	.form-body {
		width: 100%;
		padding: 20px;
	}
	.close-feed-btn {
		top: 20px;
		right: 20px;
	}
	.feedback-form .input-group {
    	margin-bottom: 16px;
	}
	.feedback-policy, .feedback-result {
    	margin-top: 16px;
	}
	.feedback-result {
		font-size: 18px;
	}
	.feedback-title {
    	margin-bottom: 32px;
    	font-size: 24px;
	}
	.feedback-policy {
		font-size: 12px;
		text-align: center;
	}
	.feedback-result {
		font-size: 24px;
	}
	.feedback-smtxt {
		margin-bottom: 24px;
		font-size: 16px;
	}
}
@media(max-width: 600px) {
	.btn-rnd {
		width: 100%;
	}
}

/* End */


/* Start:/local/templates/drink/components/bitrix/form.result.new/oneclick/style.css?17723659634154*/
.mb-32 {
	margin-bottom: 32px;
}
.form-oneclick-result .feedback-result {
    margin-bottom: 8px;
}
.form-oneclick-result .feedback-smtxt {
    margin-bottom: 24px;
	font-size: 18px;
}
.form-oneclick-result .btn-rnd {
    font-size: 18px;
}
.submit-btn[disabled] {
    background: #444444;
    color: #999999 !important;
    pointer-events: none;
	cursor: not-allowed;
}
.form-oneclick-product {
	display: flex;
	align-items: center;
	gap: 16px;
}
.form-oneclick-pr-img {
	background: #222222;
	border-radius: 16px;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 8px;
	width: 64px;
    height: 64px;
}
.form-oneclick-pr-name {
	max-width: calc(100% - 80px);
	color: #ffffff;
	font-size: 16px;
	line-height: 1.5;
}
.feedback-form .input-group.type-PRODUCT {
    margin-bottom: 0;
}
.policy-checkbox {
	color: #656565;
	font-size: 12px;
	line-height: 1.3;
	letter-spacing: 4%;
	position: relative;
}
.policy-checkbox input[type="checkbox"] {
	opacity: 0;
    position: absolute;
    top: 5px;
    left: 5px;
}
.policy-checkbox span {
    display: flex;
    align-items: center;
}
.policy-checkbox span::before {
	content: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12 3.75C12.678 3.75 13.3587 3.77978 14.0215 3.8291C16.6879 4.02755 17.6988 4.13045 18.7842 5.21582C19.8696 6.30119 19.9725 7.31214 20.1709 9.97852C20.2202 10.6413 20.25 11.322 20.25 12C20.25 12.678 20.2202 13.3587 20.1709 14.0215C19.9725 16.6879 19.8696 17.6988 18.7842 18.7842C17.6988 19.8696 16.6879 19.9725 14.0215 20.1709C13.3587 20.2202 12.678 20.25 12 20.25C11.322 20.25 10.6413 20.2202 9.97852 20.1709C7.31214 19.9725 6.30119 19.8696 5.21582 18.7842C4.13045 17.6988 4.02755 16.6879 3.8291 14.0215C3.77978 13.3587 3.75 12.678 3.75 12C3.75 11.322 3.77978 10.6413 3.8291 9.97852C4.02755 7.31214 4.13045 6.30119 5.21582 5.21582C6.30119 4.13045 7.31214 4.02755 9.97852 3.8291C10.6413 3.77978 11.322 3.75 12 3.75Z' stroke='%239A9A9A' stroke-width='1.5'/%3E%3C/svg%3E%0A");
	display: block;
	width: 24px;
	height: 24px;
	margin-right: 8px;
}
.policy-checkbox input[type="checkbox"]:checked + span::before {
	content: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M3.08105 9.92282C3.27575 7.30684 3.3731 5.99884 4.68597 4.68597C5.99884 3.3731 7.30684 3.27575 9.92282 3.08105C10.601 3.03058 11.3005 3 12 3C12.6995 3 13.399 3.03058 14.0772 3.08105C16.6932 3.27575 18.0012 3.3731 19.314 4.68597C20.6269 5.99884 20.7243 7.30684 20.9189 9.92282C20.9694 10.601 21 11.3005 21 12C21 12.6995 20.9694 13.399 20.9189 14.0772C20.7243 16.6932 20.6269 18.0012 19.314 19.314C18.0012 20.6269 16.6932 20.7243 14.0772 20.9189C13.399 20.9694 12.6995 21 12 21C11.3005 21 10.601 20.9694 9.92282 20.9189C7.30684 20.7243 5.99884 20.6269 4.68597 19.314C3.3731 18.0012 3.27575 16.6932 3.08105 14.0772C3.03058 13.399 3 12.6995 3 12C3 11.3005 3.03058 10.601 3.08105 9.92282Z' fill='%23CB8551'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M16.2074 10.2054C16.5979 9.81487 16.5979 9.18171 16.2074 8.79118C15.8168 8.40066 15.1837 8.40066 14.7931 8.79118L11.0002 12.5841L9.70735 11.2912C9.31683 10.9007 8.68366 10.9007 8.29314 11.2912C7.90261 11.6817 7.90261 12.3149 8.29314 12.7054L10.2931 14.7054C10.6837 15.0959 11.3168 15.0959 11.7074 14.7054L16.2074 10.2054Z' fill='white'/%3E%3C/svg%3E%0A");
}
.policy-checkbox a {
	color: #656565;
}
.submit-btn.is-loading{
	position: relative;
	color: transparent !important; /* прячем текст value */
	pointer-events: none;         /* на всякий случай */
	background-repeat: no-repeat;
	background-position: center;
	background-size: 22px 22px;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 50 50'%3E%3Ccircle cx='25' cy='25' r='20' fill='none' stroke='white' stroke-width='4' stroke-linecap='round' stroke-dasharray='31.4 31.4'%3E%3CanimateTransform attributeName='transform' type='rotate' from='0 25 25' to='360 25 25' dur='0.8s' repeatCount='indefinite'/%3E%3C/circle%3E%3C/svg%3E");
}

/* End */
/* /local/templates/drink/components/bitrix/catalog/main_new/style.css?17773960116995 */
/* /local/templates/drink/components/bitrix/news.list/main_root/style.css?177668118217540 */
/* /local/templates/drink/components/bitrix/breadcrumb/main_sections/style.css?1776764484500 */
/* /local/templates/drink/components/bitrix/catalog.section.list/catalog/style.css?17767867563618 */
/* /local/templates/drink/components/bitrix/form.result.new/booking/style.css?17582842153697 */
/* /local/templates/drink/components/bitrix/form.result.new/oneclick/style.css?17723659634154 */
