

/* Start:/local/templates/drink/components/bitrix/news.list/delivery_and_payment_upd/style.css?17628974215474*/
.about-page-wrapper.wrapper-inner {
	max-width: 100% !important;
}
.full-img-block {
    max-width: 1250px;
    margin: 0 auto;
}
.full-img-block img {
	width: 100%;
	height: auto;
}
.img-border img { 
	border-radius: 10px;
}
.block-border {
	border-radius: 10px;
}
.header {
	max-width: 100vw;
	overflow: hidden;
}
.files-list, 
.req-table {
	width: 80%;
}
.req-table table tr {
	border-bottom: 1px dashed #474747;
}
.req-table table tr:last-child {
	border-color: transparent;
}
.req-table table td {
	padding: 16px;
    vertical-align: text-top;
	color: #ffffff;
	width: 50%;
}
.rmc-table table tr {
	border-bottom: 1px dashed #474747;
}
.rmc-table table tr:first-child {
	border-bottom: 1px solid #474747;
}
.rmc-table table tr:last-child {
	border-color: transparent;
}
.rmc-table table td, .rmc-table table th {
	padding: 16px;
    vertical-align: text-top;
	color: #ffffff;
	width: 50%;
}
.rmc-table table th {
	font-weight: 600;
}
.files-item {
    display: flex;
    align-items: center;
    justify-content: space-between;
	color: #ffffff;
	padding: 16px;
	border-bottom: 1px dashed #474747;
}
.files-item:last-child {
	border-color: transparent;
}
.files-item>div:first-child {
	width: calc(100% - 150px);
}
.files-icon {
	display: flex;
	align-items: bottom;
	width: 120px;
    gap: 8px;
	color: #979797;
}
.files-icon svg {
	width: 24px;
	height: 24px;
}
.files-icon svg polyline, 
.files-icon svg line {
	stroke: #979797;
}
.files-icon svg rect {
	fill: #979797;
}
.mb-16 {
	margin-bottom: 16px;
}
.mb-24 {
	margin-bottom: 24px;
}
.mb-32 {
	margin-bottom: 32px;
}
.mb-40 {
	margin-bottom: 40px;
}
.mb-96 {
	margin-bottom: 96px;
}
.text-sixteen {
	font-size: 16px;
	line-height: 1.4;
}
.text-eighteen, .icon_pay {
	font-size: 18px;
	line-height: 1.4;
}
.text-twentyfour {
	font-size: 24px;
	line-height: 1.2;
}
.text-thirtytwo {
	font-size: 32px;
	line-height: 1.2;
}
.text-bold {
	font-weight: 700;
}
.text-semibold {
	font-weight: 600;
}
h2.ud-h2 {
	font-size: 40px !important;
	font-weight: 600 !important;
	line-height: 1.5;
}
h3.ud-h3 {
	font-size: 32px !important;
	font-weight: 600 !important;
	line-height: 1.5;
}
.grey-text {
	color: #979797;
}
.solid-back {
	background-color: #292826;
}
.bordered-block {
	border-radius: 16px;
	padding: 32px 40px;
}
.solid-border {
	border: 1px solid #474747;
}
.solid-back.solid-border {
	border: 1px solid #292826;
}
.dotted-border {
	border: 1px dashed #474747;
}
.icon_pay {
	display: flex;
	gap: 16px;
}
.margin-divs>div {
	margin-bottom: 16px;
}
.margin-divs>div:last-child {
	margin-bottom: 0;
}
.block-flex-direction {
	display: flex;
	flex-direction: column;
	gap: 8px;
}
.eight-item-direction {
	display: flex;
	flex-direction: column;
	gap: 16px;
}
.eight-list {
	display: flex;
	gap: 24px 32px;
}
.eight-item {
	width: calc(50% - 16px);
	border-radius: 16px;
	padding: 32px 40px;
}
.icon_pay>svg {
	min-width: 24px;
	width: 24px;
}
.icon_pay>div {
	width: calc(100% - 40px);
}
.one-blocks-list {
	display: flex;
	gap: 40px 32px;
}
.one-blocks-item {
	width: calc(33.33333% - 12px);
}
.text-eighteen ul {
	list-style: disc;
	padding-left: 24px;
}
.text-eighteen li {
	margin-bottom: 16px;
}
.text-eighteen li:last-child {
	margin-bottom: 0;
}
.text-eighteen .no-margin li {
	margin-bottom: 0;
}
.page-nav-list {
	display: flex;
    justify-content: center;
    gap: 8px 24px;
	flex-wrap: wrap;
}
.page-nav-item {
	color: #ffffff;
	cursor: pointer;
	transition: .2s ease;
}

@media(hover:hover){
	.page-nav-item:hover {
		color: var(--darkgold);
	}
	.page-nav-item:active {
		color: var(--darkgold);
	}
}
@media(hover:none){
	.page-nav-item:active {
		color: var(--darkgold);
	}
}
@media(max-width: 991px) {
	.flex-column.mobile-recive {
		flex-direction: column-reverse !important;
	}
	.text-standart h2 {
		padding-bottom: 2rem;
	}
	.files-list, 
	.req-table {
		width: 100%;
	}
	.bordered-block, .eight-item {
		padding: 24px 32px;
	}
	.mb-96 {
		margin-bottom: 72px;
	}
	.mb-32 {
		margin-bottom: 26px;
	}
	.text-thirtytwo {
		font-size: 26px;
	}
	.text-twentyfour {
		font-size: 21px;
	}
	h3.ud-h3 {
		font-size: 26px !important;
	}
	h2.ud-h2 {
		font-size: 32px !important;
	}
	.eight-list, .one-blocks-list {
		flex-wrap: wrap;
	}
	.eight-item, .one-blocks-item {
		width: 100%;
	}
}
@media(max-width: 600px) {
	.about-page>.wrapper-inner {
        padding: 0 !important;
    }
	.about-page>.wrapper-inner>div>.mx-3 {
        margin-left: 0 !important;
        margin-right: 0 !important;
    }
	.text-standart h2 {
		padding-bottom: 1.5rem;
	}
	.full-img-block {
		margin-left: -25px;
		margin-right: -25px;
	}
	.full-img-block.img-border img {
		border-radius: 0;
	}
	.files-item {
		padding: 16px 0;
		flex-direction: column;
		gap: 12px;
	}
	.files-item>div:first-child, .files-item>div {
		width: 100%;
	}
	.files-icon svg {
		width: 20px;
		height: 20px;
	}
	.bordered-block, .eight-item {
		padding: 24px;
	}
	.mb-96 {
		margin-bottom: 64px;
	}
	.text-eighteen, .icon_pay {
		font-size: 16px;
	}
	.text-sixteen {
		font-size: 14px;
	}
	.mb-32 {
		margin-bottom: 16px;
	}
	.mb-40 {
		margin-bottom: 24px;
	}
	.text-thirtytwo {
		font-size: 21px;
	}
	.text-twentyfour {
		font-size: 20px;
	}
	h3.ud-h3 {
		font-size: 21px !important;
	}
	h2.ud-h2 {
		font-size: 28px !important;
	}
	.rmc-table table td:first-child, .rmc-table table th:first-child, .req-table table td:first-child {
		padding-left: 0;
	}
	.rmc-table table td, .rmc-table table th, .req-table table td {
		padding: 12px;
	}
}



/* End */
/* /local/templates/drink/components/bitrix/news.list/delivery_and_payment_upd/style.css?17628974215474 */
