

/* Start:/local/templates/drink/css/jquery-ui.css?17606113046775*/
/*! jQuery UI - v1.12.1 - 2018-05-02
* http://jqueryui.com
* Includes: core.css, slider.css, theme.css
* Copyright jQuery Foundation and other contributors; Licensed MIT */

/* Layout helpers
----------------------------------*/
.ui-helper-hidden {
	display: none;
}
.ui-helper-hidden-accessible {
	border: 0;
	clip: rect(0 0 0 0);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px;
}
.ui-helper-reset {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	line-height: 1.3;
	text-decoration: none;
	font-size: 100%;
	list-style: none;
}
.ui-helper-clearfix:before,
.ui-helper-clearfix:after {
	content: "";
	display: table;
	border-collapse: collapse;
}
.ui-helper-clearfix:after {
	clear: both;
}
.ui-helper-zfix {
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	position: absolute;
	opacity: 0;
	filter:Alpha(Opacity=0); /* support: IE8 */
}

.ui-front {
	z-index: 100;
}


/* Interaction Cues
----------------------------------*/
.ui-state-disabled {
	cursor: default !important;
	pointer-events: none;
}


/* Icons
----------------------------------*/
.ui-icon {
	display: inline-block;
	vertical-align: middle;
	margin-top: -.25em;
	position: relative;
	text-indent: -99999px;
	overflow: hidden;
	background-repeat: no-repeat;
}

.ui-widget-icon-block {
	left: 50%;
	margin-left: -8px;
	display: block;
}

/* Misc visuals
----------------------------------*/

/* Overlays */
.ui-widget-overlay {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.ui-slider {
	position: relative;
	text-align: left;
}
.ui-slider .ui-slider-handle {
	position: absolute;
	z-index: 2;
	width: 16px;
	height: 16px;
	cursor: default;
	-ms-touch-action: none;
	touch-action: none;
}
.ui-slider .ui-slider-range {
	position: absolute;
	z-index: 1;
	font-size: .7em;
	display: block;
	border: 0;
	background-position: 0 0;
}

/* support: IE8 - See #6727 */
.ui-slider.ui-state-disabled .ui-slider-handle,
.ui-slider.ui-state-disabled .ui-slider-range {
	filter: inherit;
}

.ui-slider-horizontal {
	height: 12px;
	border: 4px solid #191919;
}
.ui-slider-horizontal .ui-slider-handle {
	top: -6px;
	margin-left: -8px;
}
.ui-slider-horizontal .ui-slider-range {
	top: 0;
	height: 100%;
}
.ui-slider-horizontal .ui-slider-range-min {
	left: 0;
}
.ui-slider-horizontal .ui-slider-range-max {
	right: 0;
}

.ui-slider-vertical {
	width: .8em;
	height: 100px;
}
.ui-slider-vertical .ui-slider-handle {
	left: -.3em;
	margin-left: 0;
	margin-bottom: -.6em;
}
.ui-slider-vertical .ui-slider-range {
	left: 0;
	width: 100%;
}
.ui-slider-vertical .ui-slider-range-min {
	bottom: 0;
}
.ui-slider-vertical .ui-slider-range-max {
	top: 0;
}

/* Component containers
----------------------------------*/
.ui-widget {
	font-family: Arial,Helvetica,sans-serif;
	font-size: 1em;
}
.ui-widget .ui-widget {
	font-size: 1em;
}
.ui-widget input,
.ui-widget select,
.ui-widget textarea,
.ui-widget button {
	font-family: Arial,Helvetica,sans-serif;
	font-size: 1em;
}
.ui-widget-content {
	background: #313131;
}
.ui-widget-content a {
	color: #333333;
}
.ui-widget-header {
	background: #CB8551;
}
.ui-widget-header a {
	color: #333333;
}

/* Interaction states
----------------------------------*/
.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default,
.ui-button,

/* We use html here because we need a greater specificity to make sure disabled
works properly when clicked or hovered */
html .ui-button.ui-state-disabled:hover,
html .ui-button.ui-state-disabled:active {
	background: #CB8551;
}
.ui-state-default a,
.ui-state-default a:link,
.ui-state-default a:visited,
a.ui-button,
a:link.ui-button,
a:visited.ui-button,
.ui-button {
	color: #CB8551;
	text-decoration: none;
}
.ui-state-hover,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-hover,
.ui-state-focus,
.ui-widget-content .ui-state-focus,
.ui-widget-header .ui-state-focus,
.ui-button:hover,
.ui-button:focus {
	background: #CB8551;
}
.ui-state-hover a,
.ui-state-hover a:hover,
.ui-state-hover a:link,
.ui-state-hover a:visited,
.ui-state-focus a,
.ui-state-focus a:hover,
.ui-state-focus a:link,
.ui-state-focus a:visited,
a.ui-button:hover,
a.ui-button:focus {
	color: #CB8551;
	text-decoration: none;
}

.ui-visual-focus {
	box-shadow: 0 0 3px 1px rgb(94, 158, 214);
}
.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active,
a.ui-button:active,
.ui-button:active,
.ui-button.ui-state-active:hover {
	background: #CB8551;
}
.ui-icon-background,
.ui-state-active .ui-icon-background {
	background-color: #CB8551;
}
.ui-state-active a,
.ui-state-active a:link,
.ui-state-active a:visited {
	color: #ffffff;
	text-decoration: none;
}

/* Interaction Cues
----------------------------------*/
.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
	border: 1px solid #dad55e;
	background: #fffa90;
	color: #777620;
}
.ui-state-checked {
	border: 1px solid #dad55e;
	background: #fffa90;
}
.ui-state-highlight a,
.ui-widget-content .ui-state-highlight a,
.ui-widget-header .ui-state-highlight a {
	color: #777620;
}
.ui-state-error,
.ui-widget-content .ui-state-error,
.ui-widget-header .ui-state-error {
	border: 1px solid #f1a899;
	background: #fddfdf;
	color: #5f3f3f;
}
.ui-state-error a,
.ui-widget-content .ui-state-error a,
.ui-widget-header .ui-state-error a {
	color: #5f3f3f;
}
.ui-state-error-text,
.ui-widget-content .ui-state-error-text,
.ui-widget-header .ui-state-error-text {
	color: #5f3f3f;
}
.ui-priority-primary,
.ui-widget-content .ui-priority-primary,
.ui-widget-header .ui-priority-primary {
	font-weight: bold;
}
.ui-priority-secondary,
.ui-widget-content .ui-priority-secondary,
.ui-widget-header .ui-priority-secondary {
	opacity: .7;
	filter:Alpha(Opacity=70); /* support: IE8 */
	font-weight: normal;
}
.ui-state-disabled,
.ui-widget-content .ui-state-disabled,
.ui-widget-header .ui-state-disabled {
	opacity: .35;
	filter:Alpha(Opacity=35); /* support: IE8 */
	background-image: none;
}
.ui-state-disabled .ui-icon {
	filter:Alpha(Opacity=35); /* support: IE8 - See #6059 */
}

/* Corner radius */
.ui-corner-all,
.ui-corner-top,
.ui-corner-left,
.ui-corner-tl {
	border-top-left-radius: 8px;
}
.ui-corner-all,
.ui-corner-top,
.ui-corner-right,
.ui-corner-tr {
	border-top-right-radius: 8px;
}
.ui-corner-all,
.ui-corner-bottom,
.ui-corner-left,
.ui-corner-bl {
	border-bottom-left-radius: 8px;
}
.ui-corner-all,
.ui-corner-bottom,
.ui-corner-right,
.ui-corner-br {
	border-bottom-right-radius: 8px;
}

/* Overlays */
.ui-widget-overlay {
	background: #aaaaaa;
	opacity: .3;
	filter: Alpha(Opacity=30); /* support: IE8 */
}
.ui-widget-shadow {
	-webkit-box-shadow: 0px 0px 5px #666666;
	box-shadow: 0px 0px 5px #666666;
}

/* End */


/* Start:/local/templates/drink/components/bitrix/news.list/service_calc/style.css?176529139910158*/
.about-page-wrapper.wrapper-inner {
	max-width: 100% !important;
}
.img-border img {
	border-radius: 16px;
}
.top-video video {
    max-width: 100%;
    width: 100%;
    height: auto;
    border-radius: 16px;
    aspect-ratio: 2 / 1;
    object-fit: cover;
    object-position: top;
}
.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;
}
.btn-icon {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 12px;
	width: fit-content;
}
.btn-icon div {
	display: inline-block;
}
.spb-flexblock-img {
	border-radius: 16px;
	background: var(--darkblack);
	display: flex;
	align-items: center;
}
.spb-flexblock-img>div {
	width: 50%;
}
.spb-flex-back {
	height: 650px;
	background-color: #212121;
	background-repeat: no-repeat;
	background-position: 50% 50%;
	background-size: cover;
	border-radius: 16px 0 0 16px;
}
.spb-mobile-recive .spb-flex-back {
	border-radius: 0 16px 16px 0;
}
.spb-flexblock-img .text-standart {
	padding: 32px 64px;
}
.text-standart p {
	font-size: 18px;
}
.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: var(--darkblack);
	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: 1em;
	font-size: 32px;
	font-weight: 600;
}
.feedback-form input, .feedback-form textarea {
	border: none;
}
.feedback-form .input-group {
	margin-bottom: 24px;
}
.feedback-form input[type=text], .feedback-form input[type=email], .feedback-form textarea {
	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;
}
.ts-style h1 {
	margin-top: 20px;
	margin-bottom: 40px;
	font-size: 48px;
	font-weight: 600;
	line-height: 1.4;
}
.pb-section {
	padding-bottom: 96px;
}
.ts-style h2 {
	margin-bottom: 40px;
	font-size: 40px !important;
	font-weight: 600 !important;
	line-height: 1.2;
}
.text-standart p, 
.text-standart li, 
.text-standart div {
	font-size: 18px;
	line-height: 1.4;
}
.text-standart p, 
.text-standart ul {
	margin-bottom: 24px;
}
.text-standart p:last-child, 
.text-standart ul:last-child {
	margin-bottom: 0;
}
.text-standart p a, 
.text-standart li a {
	font-weight: 700;
	color: #ffffff !important;
}
.text-standart li {
	padding-left: 8px;
}
.text-standart ul {
	list-style: outside;
	padding-left: 24px;
}
.srvnew-one-list {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
	margin-bottom: 40px;
}
.srvnew-one-item {
    display: flex;
    align-items: center;
    gap: 24px;
}
.srvnew-one-item svg {
	min-width: 64px;
}
.spb-flexblock-img .text-standart .btn-rnd {
	margin-top: 16px;
}
.srvnew-four-flex {
	display: flex;
	gap: 16px;
	background: #292826;
	border-radius: 16px;
	position: relative;
	padding: 40px;
}
.srvnew-four-title {
	width: calc(100% - 376px);
}
.srvnew-four-title>div {
	font-weight: 500;
	margin-bottom: 24px;
}
.srvnew-four-img {
	width: 360px;
	position: absolute;
	bottom: 0;
	right: 40px;
	line-height: 0;
}
.srvnew-four-img img {
	width: 100%;
	height: auto;
}
.srvnew-eight-title {
	background: #292826;
	border-radius: 16px;
	padding: 32px;
}
.srvnew-eight-title>div {
	text-align: center;
	font-size: 30px;
	font-weight: 600;
	margin-bottom: 24px;
}
.accordion-item {
    background: var(--darkblack);
    border-radius: 16px;
    margin-bottom: 16px;
}
.accordion-header .accordion-button {
	display: flex;
	gap: 32px;
	align-items: center;
	padding: 32px;
	cursor: pointer;
}
.accordion-header .accordion-button .flex-title {
	display: flex;
	justify-content: space-between;
	align-items: center;
	font-weight: 600;
	font-size: 20px;
	line-height: 1.2;
	width: calc(100% - 56px);
}
.accordion-header .accordion-button svg {
	min-width: 24px;
	transition: .2s ease;
}
.accordion-header .accordion-button.collapsed svg {
	transform: scale(1, -1);
}
.accordion-collapse .accordion-body {
	padding: 0 32px 32px 32px;
}
.accordion-collapse .accordion-body p {
	font-size: 16px;
	margin-bottom: 16px;
}
.accordion-collapse .accordion-body ul {
	font-size: 16px;
	margin-bottom: 24px;
}
.accordion-collapse .accordion-body li {
	padding-left: 8px;
}
.accordion-collapse .accordion-body ul {
	list-style: outside;
	padding-left: 24px;
}
.srvnew-one-descr {
	font-size: 16px;
}
.srvnew-one-back {
	width: 100%;
	height: 480px;
	background-repeat: no-repeat;
	background-position: 50% 50%;
	background-size: cover;
	border-radius: 16px;
}
a[href^='tel:'] {
    white-space: nowrap;
}
.srvnew-one-img-mob {
	display: none;
}
.srvnew-one-img-mob img {
	width: 100%;
	height: auto;
	border-radius: 16px;
}


@media(hover:hover) {
	.ts-style a.btn-main-rnd:hover, .ts-style a.btn-main-rnd:active {
		background: #bd7b4a;
		color: #ffffff !important;
	}
	.ts-style a.btn-grey-rnd:hover, .ts-style a.btn-grey-rnd:active {
		background: #ffffff40;
		color: #ffffff !important;
	}
	.close-feed-btn:hover path {
		stroke: #888888;
	}
	.feedback-policy a:hover {
		text-decoration: none;
	}
}
@media(hover:none) {
	.ts-style a.btn-main-rnd:active {
		background: #bd7b4a;
		color: #ffffff !important;
	}
	.ts-style 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: 1024px) {
	.grid-spb-item, .spb-five-item {
		padding: 24px;
	}
	.spb-five-text {
    	font-size: 16px;
	}
	.spb-flexblock-img .text-standart, 
	.srvnew-four-flex {
    	padding: 32px;
	}
	.srvnew-four-img {
    	width: 300px;
		right: 0;
	}
	.srvnew-four-title {
		width: calc(100% - 316px);
	}
}
@media(max-width: 800px) {
	.spb-flexblock-img {
		flex-direction: column;
	}
	.spb-flexblock-img>div {
		width: 100%;
	}
	.spb-flex-back {
		height: 360px;
		border-radius: 16px 16px 0 0;
	}
	.spb-mobile-recive .spb-flex-back {
		border-radius: 16px 16px 0 0;
	}
	.spb-flexblock-img .text-standart, .spb-nine-block {
		padding: 40px;
	}
	.spb-flexblock-img.spb-mobile-recive {
		flex-direction: column-reverse;
	}
	.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;
	}
	.srvnew-one-list {
    	grid-template-columns: 100%;
	}
	.srvnew-four-flex {
        padding: 40px;
    }
}
@media(max-width: 700px) {
    .srvnew-four-flex {
	    gap: 24px;
	    flex-direction: column;
    }
	.srvnew-four-title {
		width: 100%;
	}
    .srvnew-four-img {
        width: 100%;
        position: unset;
		margin-bottom: -20px;
    }
}
@media(max-width: 600px) {
	.wrapper-inner.about-page-wrapper {
		padding: 0 !important;
	}
	.about-page-wrapper .flex-column>.mx-3 {
		margin-left: 0 !important;
		margin-right: 0 !important;
	}
	.service_new>.wrapper-inner>.mx-3 {
		margin-right: 0 !important;
		margin-left: 0 !important;
	}
	.service_new>.wrapper-inner {
		padding-right: 0 !important;
		padding-left: 0 !important;
	}
    .grid-spb-item {
        padding: 20px;
    }
	.btn-rnd {
		width: 100%;
	}
    .spb-flex-back {
        height: 200px;
	}
    .spb-flexblock-img .text-standart, .srvnew-four-flex {
        padding: 20px;
    }
	.srvnew-one-back {
    	height: 240px;
	}
	.ts-style h1 {
		margin-top: 12px;
		margin-bottom: 32px;
		font-size: 30px !important;
	}
	.pb-section {
		padding-bottom: 48px;
	}
	.ts-style h2 {
		font-size: 26px !important;
		margin-bottom: 32px;
	}
	.text-standart p, .text-standart li, .text-standart div {
		font-size: 16px;
	}
	.srvnew-four-flex {
        padding: 20px;
    }
	.srvnew-four-title .text-standart div {
		font-size: 20px;
	}
	.accordion-header .accordion-button {
		padding: 16px;
		gap: 8px;
        align-items: flex-start;
	}
	.accordion-collapse .accordion-body {
		padding: 8px 16px 16px 16px;
	}
	.accordion-header .accordion-button .flex-title {
		flex-direction: column;
		align-items: flex-start;
		gap: 8px;
		font-size: 18px;
		width: calc(100% - 32px);
	}
	.srvnew-eight-title>div {
    	text-align: left;
    	font-size: 24px;
	}
	.srvnew-eight-title {
		padding: 16px;
	}
	.srvnew-five .spb-flex-back {
    	background-position: 50% 95%;
	}
	.srvnew-three .spb-flex-back {
    	background-position: 50% 10%;
	}
	.srvnew-one-img {
		display: none;
	}
	.srvnew-one-img-mob {
		display: block;
	}

}
/* End */
/* /local/templates/drink/css/jquery-ui.css?17606113046775 */
/* /local/templates/drink/components/bitrix/news.list/service_calc/style.css?176529139910158 */
