

/* Start:/local/templates/drink/components/bitrix/news.list/showroom/style.css?177745605815584*/
.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: 96px;
}
.pb-96 {
	padding-bottom: 96px;
}
.py-96 {
	padding-top: 96px;
	padding-bottom: 96px;
}
.py-24 {
	padding-top: 24px;
	padding-bottom: 24px;
}
.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;
}
.sr_our-advantages-item {
	display: flex;
	align-items: center;
	gap: 24px;
	width: calc(33.33333% - 16px);
}
.sr_our-advantages-item>svg {
	min-width: 64px;
	width: 64px;
	height: 64px;
}
.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%;
}


@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;
	}
}
@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;
	}
	.pt-96 {
		padding-top: 48px;
	}
	.pb-96 {
		padding-bottom: 48px;
	}
	.py-96 {
		padding-top: 48px;
		padding-bottom: 48px;
	}
	.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(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;
	}
	.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: 48px;
		height: 48px;
	}
	.showroom_iframe>iframe {
		height: 312px;
	}
    .sr-title>h1 {
        font-size: 36px !important;
    }
	.sr_our-advantages-text .text-twenty {
		font-size: 18px;
	}
	.sr_our-advantages-text .text-eighteen {
    	font-size: 16px;
	}
	.n_seven_text .text-thtwo {
    	font-size: 24px;
	}
	.b_eleven .text-fourty {
    	font-size: 32px;
		padding-right: 25px;
	}
}
@media(max-width: 470px) {
	.n_one_tablet_title {
		display: none;
	}
	.n_one_tablet_mobile {
    	display: block;
	}
}


/* End */
/* /local/templates/drink/components/bitrix/news.list/showroom/style.css?177745605815584 */
