

/* Start:/local/templates/drink/components/bitrix/news.list/contacts/style.css?17719445495214*/
.about-page-wrapper.wrapper-inner {
	max-width: 100% !important;
}

.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;
}
.pb-64 {
	padding-bottom: 64px;
}
.pb-56 {
	padding-bottom: 56px;
}
.pb-40 {
	padding-bottom: 40px;
}
.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: 12px;
	width: fit-content;
}
.btn-icon div {
	display: inline-block;
}
.color-black {
	color: #000000;
}
.hidden_block {
	opacity: 0;
	visibility: hidden;
	width: 0;
	height: 0;
}
.tour-block {
    position: fixed;
    z-index: 1000;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}
.tour-block-back {
    background: #050505;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    position: absolute;
	z-index: 1001;
}
.tour-block-content {
    display: flex;
    justify-content: center;
	align-items: center;
    top: 48px;
    right: 48px;
    bottom: 48px;
    left: 48px;
    position: absolute;
	z-index: 1002;
}
.tour-block iframe {
	border-radius: 24px;
	width: calc(100vw - 96px);
	height: calc(100vh - 96px);
}
.tour-block-close {
	border-radius: 16px;
	background: #1E1E1E;
    display: flex;
    justify-content: center;
	align-items: center;
	padding: 12px;
	position: absolute;
	z-index: 1;
    top: 16px;
    right: 16px;
}
.body-fix {
    overflow: hidden;
}
.contact-title>h1 {
	font-size: 48px;
    line-height: 1.2;
}
.contact-item {
	display: flex;
	flex-wrap: wrap;
	overflow: hidden;
}
.contact-image {
	height: auto;
	width: 41.66666%;
	position: relative;
}
.contact-image img {
	height: 100%;
	width: auto;
	object-fit: cover;
}
.contact-main {
	width: 58.33333%;
	padding: 40px 64px;
	background: #191919;
	display: flex;
	flex-direction: column;
	gap: 20px;
}
.contact-main-item {
	display: flex;
	flex-direction: column;
	gap: 4px;
}
.contact-main-item a {
	color: #ffffff;
	transition: .2s ease;
}
.maps>iframe {
	width: 100%;
	height: 640px;
    filter: grayscale(1);
}
.to-view {
	position: absolute;
	z-index: 1;
	left: 20px;
	bottom: 20px;
}


@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;
	}
	.contact-main-item a:hover, 
	.contact-main-item a:active {
		color: #CB8551;
	}
}
@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;
	}
	.contact-main-item a:active {
		color: #CB8551;
	}
}
@media(max-width: 1024px) {
	.pt-96 {
		padding-top: 48px;
	}
	.pb-96 {
		padding-bottom: 48px;
	}
	.py-96 {
		padding-top: 48px;
		padding-bottom: 48px;
	}
	.pb-64 {
		padding-bottom: 32px;
	}
	.pb-56 {
		padding-bottom: 24px;
	}
	.pb-40 {
		padding-bottom: 24px;
	}
	.tour-block-content {
		top: 24px;
		right: 24px;
		bottom: 24px;
		left: 24px;
	}
	.tour-block iframe {
    	border-radius: 16px;
		width: calc(100vw - 48px);
		height: calc(100vh - 48px);
	}
	.maps>iframe {
		height: 360px;
	}
}
@media(max-width: 797px) {
	.contact-main {
	    padding: 32px;
	}
}
@media(max-width: 600px) {
	.contact-title>h1 {
    	font-size: 32px;
	}
	.text-thtwo {
		font-size: 24px;
	}
	.contact-image, .contact-main {
		width: 100%;
	}
	.contact-item {
    	flex-direction: column-reverse;
	}
	.text-twenty {
    	font-size: 18px;
	}
    .contact-main {
        padding: 24px;
    }
	.border-24 {
		border-radius: 16px;
	}
	.maps>iframe {
		height: 312px;
	}
	.tour-block-close {
		top: 0;
		right: 0;
	}
}

/* End */
/* /local/templates/drink/components/bitrix/news.list/contacts/style.css?17719445495214 */
