/*
Theme Name: Sugar theme
Theme URI: 
Author: denis4ekalin
Author URI: denis4ekalin@gmail.com
Version: 1.0.1
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/


/**
 * Table of Contents
 *
 * 1 - Fonts
 * 2 - Normalize
 * 3 - Home page
 */

/**
 * 1 - Fonts
*/
@font-face {
	font-family: 'Open Sans';
	src: url('fonts/OpenSans-Light.eot');
	src: local('☺'), url('fonts/OpenSans-Light.woff') format('woff'), url('fonts/OpenSans-Light.ttf')  format('truetype'), url('fonts/OpenSans-Light.svg') format('svg');
	font-weight: 300;
	font-style: normal;
}
@font-face {
	font-family: 'Open Sans';
	src: url('fonts/OpenSans-Regular.eot');
	src: local('☺'), url('fonts/OpenSans-Regular.woff') format('woff'), url('fonts/OpenSans-Regular.ttf')  format('truetype'), url('fonts/OpenSans-Regular.svg') format('svg');
	font-weight: 400;
	font-style: normal;
}
@font-face {
	font-family: 'Open Sans';
	src: url('fonts/OpenSans-SemiBold.eot');
	src: local('☺'), url('fonts/OpenSans-SemiBold.woff') format('woff'), url('fonts/OpenSans-SemiBold.ttf')  format('truetype'), url('fonts/OpenSans-SemiBold.svg') format('svg');
	font-weight: 600;
	font-style: normal;
}
@font-face {
	font-family: 'Open Sans';
	src: url('fonts/OpenSans-Bold.eot');
	src: local('☺'), url('fonts/OpenSans-Bold.woff') format('woff'), url('fonts/OpenSans-Bold.ttf')  format('truetype'), url('fonts/OpenSans-Bold.svg') format('svg');
	font-weight: 700;
	font-style: normal;
}
@font-face {
	font-family: 'PlainScriptCTT';
	src: url('fonts/PlainScriptCTT.eot');
	src: local('☺'), url('fonts/PlainScriptCTT.woff') format('woff'), url('fonts/PlainScriptCTT.ttf') format('truetype'), url('fonts/PlainScriptCTT.svg') format('svg');
	font-weight: 400;
	font-style: normal;
}
@font-face {
	font-family: 'Raleway';
	src: url('fonts/Raleway-Regular.eot');
	src: local('☺'), url('fonts/Raleway-Regular.woff') format('woff'), url('fonts/Raleway-Regular.ttf') format('truetype'), url('fonts/Raleway-Regular.svg') format('svg');
	font-weight: 400;
	font-style: normal;
}
@font-face {
	font-family: 'Raleway-Medium';
	src: url('fonts/Raleway-Medium.eot');
	src: local('☺'), url('fonts/Raleway-Medium.woff') format('woff'), url('fonts/Raleway-Medium.ttf') format('truetype'), url('fonts/Raleway-Medium.svg') format('svg');
	font-weight: 500;
	font-style: normal;
}
@font-face {
	font-family: 'Orbi Sans';
	src: url('fonts/orbi-sans-light.eot');
	src: local('☺'), url('fonts/orbi-sans-light.woff') format('woff'), url('fonts/orbi-sans-light.ttf') format('truetype'), url('fonts/orbi-sans-light.svg') format('svg');
	font-weight: 300;
	font-style: normal;
}
@font-face {
	font-family: 'Orbi Sans';
	src: url('fonts/orbi-sans-regular.eot');
	src: local('☺'), url('fonts/orbi-sans-regular.woff') format('woff'), url('fonts/orbi-sans-regular.ttf') format('truetype'), url('fonts/orbi-sans-regular.svg') format('svg');
	font-weight: 400;
	font-style: normal;
}
@font-face {
	font-family: 'Orbi Sans';
	src: url('fonts/orbi-sans-bold.eot');
	src: local('☺'), url('fonts/orbi-sans-bold.woff') format('woff'), url('fonts/orbi-sans-bold.ttf') format('truetype'), url('fonts/orbi-sans-bold.svg') format('svg');
	font-weight: 700;
	font-style: normal;
}
@font-face {
	font-family: 'Orbi Sans';
	src: url('fonts/orbi-sans-black.eot');
	src: local('☺'), url('fonts/orbi-sans-black.woff') format('woff'), url('fonts/orbi-sans-black.ttf') format('truetype'), url('fonts/orbi-sans-black.svg') format('svg');
	font-weight: 900;
	font-style: normal;
}

/**
 * 2 - Normalize
*/

html {
	font-family: 'Orbi Sans', sans-serif;
	font-size: 100px;
	font-size: 10vh;
	line-height: 1.2;
	color: #131313;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	margin: 0;
	padding: 0;
}
body {
	font-size: 14px;
	margin: 0;
	background: #fcedc3;
	padding: 0;
	min-width: 300px;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
	display: block;
}
audio,
canvas,
progress,
video {
	display: inline-block;
	vertical-align: baseline;
}
audio:not([controls]) {
	display: none;
	height: 0;
}
[hidden],
template {
	display: none;
}
a {
	background-color: transparent;
}
abbr[title] {
	border-bottom: 1px dotted;
}
b,
strong {
	font-weight: 700;
}
small {
	font-size: 80%;
}
sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}
sup {
	top: -0.5em;
}
sub {
	bottom: -0.25em;
}
img {
	border: 0;
}
svg:not(:root) {
	overflow: hidden;
}
figure {
	margin: 0;
}
hr {
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
}
code,
kbd,
pre,
samp {
	font-size: 1em;
}
button,
input,
optgroup,
select,
textarea {
	color: inherit;
	font: inherit;
	margin: 0;
}
select {
	text-transform: none;
}
button {
	overflow: visible;
}
button,
input,
select,
textarea {
	max-width: 100%;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	-webkit-appearance: button;
	cursor: pointer;
}
button[disabled],
html input[disabled] {
	cursor: default;
	opacity: .5;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0;
}
input[type="checkbox"],
input[type="radio"] {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin-right: 0.4375em;
	padding: 0;
}
input[type="date"]::-webkit-inner-spin-button,
input[type="date"]::-webkit-outer-spin-button,
input[type="time"]::-webkit-inner-spin-button,
input[type="time"]::-webkit-outer-spin-button,
input[type="datetime-local"]::-webkit-inner-spin-button,
input[type="datetime-local"]::-webkit-outer-spin-button,
input[type="week"]::-webkit-inner-spin-button,
input[type="week"]::-webkit-outer-spin-button,
input[type="month"]::-webkit-inner-spin-button,
input[type="month"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
	height: auto;
}
input[type="search"] {
	-webkit-appearance: textfield;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}
fieldset {
	border: 1px solid #d1d1d1;
	margin: 0 0 1.75em;
	min-width: inherit;
	padding: 0.875em;
}
fieldset > :last-child {
	margin-bottom: 0;
}
legend {
	border: 0;
	padding: 0;
}
textarea {
	overflow: auto;
	vertical-align: top;
}
optgroup {
	font-weight: bold;
}
.v-row {
	display: block;
	margin: 0;
	padding: 0;
	clear: both;
	float: none;
}
.v-row:before, .v-row:after {
	content: '';
	display: block;
	float: none;
	clear: both;
	font-size: 0;
	line-height: 0;
}
.v-container {
	max-width: 1090px;
	margin: 0 auto;
	padding: 0 15px;

}

/**
 * 3 - FancyBox
*/
body.compensate-for-scrollbar {
	overflow: hidden;
}

.fancybox-active {
	height: auto;
}

.fancybox-is-hidden {
	left: -9999px;
	margin: 0;
	position: absolute !important;
	top: -9999px;
	visibility: hidden;
}

.fancybox-container {
	-webkit-backface-visibility: hidden;
	height: 100%;
	left: 0;
	outline: none;
	position: fixed;
	-webkit-tap-highlight-color: transparent;
	top: 0;
	-ms-touch-action: manipulation;
	touch-action: manipulation;
	transform: translateZ(0);
	width: 100%;
	z-index: 99992;
}

.fancybox-container * {
	box-sizing: border-box;
}

.fancybox-outer,
.fancybox-inner,
.fancybox-bg,
.fancybox-stage {
	bottom: 0;
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
}

.fancybox-outer {
	-webkit-overflow-scrolling: touch;
	overflow-y: auto;
}

.fancybox-bg {
	background: rgb(30, 30, 30);
	opacity: 0;
	transition-duration: inherit;
	transition-property: opacity;
	transition-timing-function: cubic-bezier(.47, 0, .74, .71);
}

.fancybox-is-open .fancybox-bg {
	opacity: .9;
	transition-timing-function: cubic-bezier(.22, .61, .36, 1);
}

.fancybox-infobar,
.fancybox-toolbar,
.fancybox-caption,
.fancybox-navigation .fancybox-button {
	direction: ltr;
	opacity: 0;
	position: absolute;
	transition: opacity .25s ease, visibility 0s ease .25s;
	visibility: hidden;
	z-index: 99997;
}

.fancybox-show-infobar .fancybox-infobar,
.fancybox-show-toolbar .fancybox-toolbar,
.fancybox-show-caption .fancybox-caption,
.fancybox-show-nav .fancybox-navigation .fancybox-button {
	opacity: 1;
	transition: opacity .25s ease 0s, visibility 0s ease 0s;
	visibility: visible;
}

.fancybox-infobar {
	color: #ccc;
	font-size: 13px;
	-webkit-font-smoothing: subpixel-antialiased;
	height: 44px;
	left: 0;
	line-height: 44px;
	min-width: 44px;
	mix-blend-mode: difference;
	padding: 0 10px;
	pointer-events: none;
	top: 0;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.fancybox-toolbar {
	right: 0;
	top: 0;
}

.fancybox-stage {
	direction: ltr;
	overflow: visible;
	transform: translateZ(0);
	z-index: 99994;
}

.fancybox-is-open .fancybox-stage {
	overflow: hidden;
}

.fancybox-slide {
	-webkit-backface-visibility: hidden; /* Using without prefix would break IE11 */
	display: none;
	height: 100%;
	left: 0;
	outline: none;
	overflow: auto;
	-webkit-overflow-scrolling: touch;
	padding: 44px;
	position: absolute;
	text-align: center;
	top: 0;
	transition-property: transform, opacity;
	white-space: normal;
	width: 100%;
	z-index: 99994;
}

.fancybox-slide::before {
	content: '';
	display: inline-block;
	font-size: 0;
	height: 100%;
	vertical-align: middle;
	width: 0;
}

.fancybox-is-sliding .fancybox-slide,
.fancybox-slide--previous,
.fancybox-slide--current,
.fancybox-slide--next {
	display: block;
}

.fancybox-slide--image {
	overflow: hidden;
	padding: 44px 0;
}

.fancybox-slide--image::before {
	display: none;
}

.fancybox-slide--html {
	padding: 6px;
}

.fancybox-content {
	background: #fff;
	display: inline-block;
	margin: 0;
	max-width: 100%;
	overflow: auto;
	-webkit-overflow-scrolling: touch;
	padding: 44px;
	position: relative;
	text-align: left;
	vertical-align: middle;
}

.fancybox-slide--image .fancybox-content {
	animation-timing-function: cubic-bezier(.5, 0, .14, 1);
	-webkit-backface-visibility: hidden;
	background: transparent;
	background-repeat: no-repeat;
	background-size: 100% 100%;
	left: 0;
	max-width: none;
	overflow: visible;
	padding: 0;
	position: absolute;
	top: 0;
	-ms-transform-origin: top left;
	transform-origin: top left;
	transition-property: transform, opacity;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	z-index: 99995;
	border: 11px solid #fff;
}

.fancybox-can-zoomOut .fancybox-content {
	cursor: zoom-out;
}

.fancybox-can-zoomIn .fancybox-content {
	cursor: zoom-in;
}

.fancybox-can-swipe .fancybox-content,
.fancybox-can-pan .fancybox-content {
	cursor: -webkit-grab;
	cursor: grab;
}

.fancybox-is-grabbing .fancybox-content {
	cursor: -webkit-grabbing;
	cursor: grabbing;
}

.fancybox-container [data-selectable='true'] {
	cursor: text;
}

.fancybox-image,
.fancybox-spaceball {
	background: transparent;
	border: 0;
	height: 100%;
	left: 0;
	margin: 0;
	max-height: none;
	max-width: none;
	padding: 0;
	position: absolute;
	top: 0;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	width: 100%;
}

.fancybox-spaceball {
	z-index: 1;
}

.fancybox-slide--video .fancybox-content,
.fancybox-slide--map .fancybox-content,
.fancybox-slide--pdf .fancybox-content,
.fancybox-slide--iframe .fancybox-content {
	height: 100%;
	overflow: visible;
	padding: 0;
	width: 100%;
}

.fancybox-slide--video .fancybox-content {
	background: #000;
}

.fancybox-slide--map .fancybox-content {
	background: #e5e3df;
}

.fancybox-slide--iframe .fancybox-content {
	background: #fff;
}

.fancybox-video,
.fancybox-iframe {
	background: transparent;
	border: 0;
	display: block;
	height: 100%;
	margin: 0;
	overflow: hidden;
	padding: 0;
	width: 100%;
}

/* Fix iOS */
.fancybox-iframe {
	left: 0;
	position: absolute;
	top: 0;
}

.fancybox-error {
	background: #fff;
	cursor: default;
	max-width: 400px;
	padding: 40px;
	width: 100%;
}

.fancybox-error p {
	color: #444;
	font-size: 16px;
	line-height: 20px;
	margin: 0;
	padding: 0;
}

/* Buttons */

.fancybox-button {
	background: transparent;
	border: 0;
	border-radius: 0;
	box-shadow: none;
	cursor: pointer;
	display: inline-block;
	height: 44px;
	margin: 0;
	padding: 10px;
	position: relative;
	transition: color .2s;
	vertical-align: top;
	visibility: inherit;
	width: 44px;
}

.fancybox-button,
.fancybox-button:visited,
.fancybox-button:link {
	color: #ccc;
}

.fancybox-button:hover {
	color: #fff;
}

.fancybox-button:focus {
	outline: none;
}

.fancybox-button.fancybox-focus {
	outline: 1px dotted;
}

.fancybox-button[disabled],
.fancybox-button[disabled]:hover {
	color: #888;
	cursor: default;
	outline: none;
}

/* Fix IE11 */
.fancybox-button div {
	height: 100%;
}

.fancybox-button svg {
	display: block;
	height: 100%;
	overflow: visible;
	position: relative;
	width: 100%;
}

.fancybox-button svg path {
	fill: currentColor;
	stroke-width: 0;
}

.fancybox-button--play svg:nth-child(2),
.fancybox-button--fsenter svg:nth-child(2) {
	display: none;
}

.fancybox-button--pause svg:nth-child(1),
.fancybox-button--fsexit svg:nth-child(1) {
	display: none;
}

.fancybox-progress {
	background: #ff5268;
	height: 2px;
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
	-ms-transform: scaleX(0);
	transform: scaleX(0);
	-ms-transform-origin: 0;
	transform-origin: 0;
	transition-property: transform;
	transition-timing-function: linear;
	z-index: 99998;
}
/* Close button on the top right corner of html content */

.fancybox-close-small {
	background: transparent;
	border: 0;
	border-radius: 0;
	color: #ccc;
	cursor: pointer;
	opacity: .8;
	padding: 8px;
	position: absolute;
	right: -12px;
	top: -44px;
	z-index: 401;
}

.fancybox-close-small:hover {
	color: #fff;
	opacity: 1;
}

.fancybox-slide--html .fancybox-close-small {
	color: currentColor;
	padding: 10px;
	right: 0;
	top: 0;
}

.fancybox-slide--image.fancybox-is-scaling .fancybox-content {
	overflow: hidden;
}

.fancybox-is-scaling .fancybox-close-small,
.fancybox-is-zoomable.fancybox-can-pan .fancybox-close-small {
	display: none;
}

/* Navigation arrows */

.fancybox-navigation .fancybox-button {
	background-clip: content-box;
	height: 100px;
	opacity: 0;
	position: absolute;
	top: calc(50% - 50px);
	width: 70px;
}

.fancybox-navigation .fancybox-button div {
	padding: 7px;
}

.fancybox-navigation .fancybox-button--arrow_left {
	left: 0;
	left: env(safe-area-inset-left);
	padding: 31px 26px 31px 6px;
}

.fancybox-navigation .fancybox-button--arrow_right {
	padding: 31px 6px 31px 26px;
	right: 0;
	right: env(safe-area-inset-right);
}

/* Caption */

.fancybox-caption {
	background: linear-gradient(
	to top,
	rgba(0, 0, 0, .85) 0%,
	rgba(0, 0, 0, .3) 50%,
	rgba(0, 0, 0, .15) 65%,
	rgba(0, 0, 0, .075) 75.5%,
	rgba(0, 0, 0, .037) 82.85%,
	rgba(0, 0, 0, .019) 88%,
	rgba(0, 0, 0, 0) 100%
	);
	bottom: 0;
	color: #eee;
	font-size: 14px;
	font-weight: 400;
	left: 0;
	line-height: 1.5;
	padding: 75px 44px 25px 44px;
	pointer-events: none;
	right: 0;
	text-align: center;
	z-index: 99996;
}

@supports (padding: max(0px)) {
	.fancybox-caption {
		padding: 75px max(44px, env(safe-area-inset-right)) max(25px, env(safe-area-inset-bottom)) max(44px, env(safe-area-inset-left));
	}
}

.fancybox-caption--separate {
	margin-top: -50px;
}

.fancybox-caption__body {
	max-height: 50vh;
	overflow: auto;
	pointer-events: all;
}

.fancybox-caption a,
.fancybox-caption a:link,
.fancybox-caption a:visited {
	color: #ccc;
	text-decoration: none;
}

.fancybox-caption a:hover {
	color: #fff;
	text-decoration: underline;
}

/* Loading indicator */

.fancybox-loading {
	animation: fancybox-rotate 1s linear infinite;
	background: transparent;
	border: 4px solid #888;
	border-bottom-color: #fff;
	border-radius: 50%;
	height: 50px;
	left: 50%;
	margin: -25px 0 0 -25px;
	opacity: .7;
	padding: 0;
	position: absolute;
	top: 50%;
	width: 50px;
	z-index: 99999;
}

@keyframes fancybox-rotate {
	100% {
		transform: rotate(360deg);
	}
}

/* Transition effects */

.fancybox-animated {
	transition-timing-function: cubic-bezier(0, 0, .25, 1);
}

/* transitionEffect: slide */

.fancybox-fx-slide.fancybox-slide--previous {
	opacity: 0;
	transform: translate3d(-100%, 0, 0);
}

.fancybox-fx-slide.fancybox-slide--next {
	opacity: 0;
	transform: translate3d(100%, 0, 0);
}

.fancybox-fx-slide.fancybox-slide--current {
	opacity: 1;
	transform: translate3d(0, 0, 0);
}

/* transitionEffect: fade */

.fancybox-fx-fade.fancybox-slide--previous,
.fancybox-fx-fade.fancybox-slide--next {
	opacity: 0;
	transition-timing-function: cubic-bezier(.19, 1, .22, 1);
}

.fancybox-fx-fade.fancybox-slide--current {
	opacity: 1;
}

/* transitionEffect: zoom-in-out */

.fancybox-fx-zoom-in-out.fancybox-slide--previous {
	opacity: 0;
	transform: scale3d(1.5, 1.5, 1.5);
}

.fancybox-fx-zoom-in-out.fancybox-slide--next {
	opacity: 0;
	transform: scale3d(.5, .5, .5);
}

.fancybox-fx-zoom-in-out.fancybox-slide--current {
	opacity: 1;
	transform: scale3d(1, 1, 1);
}

/* transitionEffect: rotate */

.fancybox-fx-rotate.fancybox-slide--previous {
	opacity: 0;
	-ms-transform: rotate(-360deg);
	transform: rotate(-360deg);
}

.fancybox-fx-rotate.fancybox-slide--next {
	opacity: 0;
	-ms-transform: rotate(360deg);
	transform: rotate(360deg);
}

.fancybox-fx-rotate.fancybox-slide--current {
	opacity: 1;
	-ms-transform: rotate(0deg);
	transform: rotate(0deg);
}

/* transitionEffect: circular */

.fancybox-fx-circular.fancybox-slide--previous {
	opacity: 0;
	transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
}

.fancybox-fx-circular.fancybox-slide--next {
	opacity: 0;
	transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
}

.fancybox-fx-circular.fancybox-slide--current {
	opacity: 1;
	transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
}

/* transitionEffect: tube */

.fancybox-fx-tube.fancybox-slide--previous {
	transform: translate3d(-100%, 0, 0) scale(.1) skew(-10deg);
}

.fancybox-fx-tube.fancybox-slide--next {
	transform: translate3d(100%, 0, 0) scale(.1) skew(10deg);
}

.fancybox-fx-tube.fancybox-slide--current {
	transform: translate3d(0, 0, 0) scale(1);
}

/* Styling for Small-Screen Devices */
@media all and (max-height: 576px) {
	.fancybox-slide {
		padding-left: 6px;
		padding-right: 6px;
	}

	.fancybox-slide--image {
		padding: 6px 0;
	}

	.fancybox-close-small {
		right: -6px;
	}

	.fancybox-slide--image .fancybox-close-small {
		background: #4e4e4e;
		color: #f2f4f6;
		height: 36px;
		opacity: 1;
		padding: 6px;
		right: 0;
		top: 0;
		width: 36px;
	}

	.fancybox-caption {
		padding-left: 12px;
		padding-right: 12px;
	}

	@supports (padding: max(0px)) {
		.fancybox-caption {
			padding-left: max(12px, env(safe-area-inset-left));
			padding-right: max(12px, env(safe-area-inset-right));
		}
	}
}
.fancybox-share {
	background: #f4f4f4;
	border-radius: 3px;
	max-width: 90%;
	padding: 30px;
	text-align: center;
}

.fancybox-share h1 {
	color: #222;
	font-size: 35px;
	font-weight: 700;
	margin: 0 0 20px 0;
}

.fancybox-share p {
	margin: 0;
	padding: 0;
}

.fancybox-share__button {
	border: 0;
	border-radius: 3px;
	display: inline-block;
	font-size: 14px;
	font-weight: 700;
	line-height: 40px;
	margin: 0 5px 10px 5px;
	min-width: 130px;
	padding: 0 15px;
	text-decoration: none;
	transition: all .2s;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	white-space: nowrap;
}

.fancybox-share__button:visited,
.fancybox-share__button:link {
	color: #fff;
}

.fancybox-share__button:hover {
	text-decoration: none;
}

.fancybox-share__button--fb {
	background: #3b5998;
}

.fancybox-share__button--fb:hover {
	background: #344e86;
}

.fancybox-share__button--pt {
	background: #bd081d;
}

.fancybox-share__button--pt:hover {
	background: #aa0719;
}

.fancybox-share__button--tw {
	background: #1da1f2;
}

.fancybox-share__button--tw:hover {
	background: #0d95e8;
}

.fancybox-share__button svg {
	height: 25px;
	margin-right: 7px;
	position: relative;
	top: -1px;
	vertical-align: middle;
	width: 25px;
}

.fancybox-share__button svg path {
	fill: #fff;
}

.fancybox-share__input {
	background: transparent;
	border: 0;
	border-bottom: 1px solid #d7d7d7;
	border-radius: 0;
	color: #5d5b5b;
	font-size: 14px;
	margin: 10px 0 0 0;
	outline: none;
	padding: 10px 15px;
	width: 100%;
}
.fancybox-thumbs {
	background: #ddd;
	bottom: 0;
	display: none;
	margin: 0;
	-webkit-overflow-scrolling: touch;
	-ms-overflow-style: -ms-autohiding-scrollbar;
	padding: 2px 2px 4px 2px;
	position: absolute;
	right: 0;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	top: 0;
	width: 212px;
	z-index: 99995;
}

.fancybox-thumbs-x {
	overflow-x: auto;
	overflow-y: hidden;
}

.fancybox-show-thumbs .fancybox-thumbs {
	display: block;
}

.fancybox-show-thumbs .fancybox-inner {
	right: 212px;
}

.fancybox-thumbs__list {
	font-size: 0;
	height: 100%;
	list-style: none;
	margin: 0;
	overflow-x: hidden;
	overflow-y: auto;
	padding: 0;
	position: absolute;
	position: relative;
	white-space: nowrap;
	width: 100%;
}

.fancybox-thumbs-x .fancybox-thumbs__list {
	overflow: hidden;
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar {
	width: 7px;
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-track {
	background: #fff;
	border-radius: 10px;
	box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-thumb {
	background: #2a2a2a;
	border-radius: 10px;
}

.fancybox-thumbs__list a {
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	background-color: rgba(0, 0, 0, .1);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	cursor: pointer;
	float: left;
	height: 75px;
	margin: 2px;
	max-height: calc(100% - 8px);
	max-width: calc(50% - 4px);
	outline: none;
	overflow: hidden;
	padding: 0;
	position: relative;
	-webkit-tap-highlight-color: transparent;
	width: 100px;
}

.fancybox-thumbs__list a::before {
	border: 6px solid #ff5268;
	bottom: 0;
	content: '';
	left: 0;
	opacity: 0;
	position: absolute;
	right: 0;
	top: 0;
	transition: all .2s cubic-bezier(.25, .46, .45, .94);
	z-index: 99991;
}
.fancybox-thumbs__list a:focus::before {
	opacity: .5;
}

.fancybox-thumbs__list a.fancybox-thumbs-active::before {
	opacity: 1;
}
@media all and (max-width: 576px) {
	.fancybox-thumbs {
		width: 110px;
	}
	.fancybox-show-thumbs .fancybox-inner {
		right: 110px;
	}
	.fancybox-thumbs__list a {
		max-width: calc(100% - 10px);
	}
}





/**
 * 4 - Home page
*/
body.page-template.page-template-page-sugar {
	background: #fff;
}
.site-page {
	min-height: 100vh;
	margin: 0;
	padding: 0;
	overflow: hidden;
}
.main-home {
	width: 100%;
	height: 100vh;
	background: #fcedc3;
	display: flex;
	justify-content: flex-start;
	align-items: stretch;
}
.main-home-block, .main-home-block:link, .main-home-block:hover, .main-home-block:visited, .main-home-block:active {
	height: 100vh;
	width: 50%;
	display: flex;
	flex-direction: column;
	justify-content: space-around;
	align-items: center;
	text-decoration: none;
}
.main-home-block-cream {
	-webkit-animation-name: slideInUp;
	animation-name: slideInUp;
	-webkit-animation-duration: 1.2s;
	animation-duration: 1.2s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	background: #fcedc3;
	color: #131313;
}
.main-home-block-sugar {
	background: #131313;
	-webkit-animation-name: slideInDown;
	animation-name: slideInDown;
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	background: #131313;
	color: #fff;
}
.main-home-block-logo, .main-home-block-logo:link, .main-home-block-logo:hover, .main-home-block-logo:visited {
	display: block;
	width: 33.33%;
	width: 3rem;
	position: relative;
}
.main-home-block-logo:after {
	content: '';
	display: block;
	position: relative;
	margin-top: 100%;
	width: 100%;
}
.main-home-block-logo svg {
	display: block;
	margin: 0;
	padding: 0;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	stroke: none; 
}
.main-home-block-cream svg {
	fill: #1f211d;
	top: 30%;
	height: 33.33%;
}
.main-home-block-sugar svg {
	fill: #ffffff;
}
.main-home-block-title {
	margin: 0;
	padding: 0;
	font-size: 0.9rem;
	line-height: 1.2;
	color: #131313;
	font-family: 'PlainScriptCTT', sans-serif;
	font-weight: 400;
}
.main-home-block-sugar .main-home-block-title {
	color: #fff;
}
.main-home-block-img, .main-home-block-img:link, .main-home-block-img:hover, .main-home-block-img:viited, .main-home-block-img:active {
	width: 3rem;
}
.main-home-block-img img {
	display: block;
	margin: auto;
	max-width: 100%; 
	max-height: 100%;
	height: auto;
}
@-webkit-keyframes slideInDown {
	from {
		-webkit-transform: translate3d(0, -100%, 0);
		transform: translate3d(0, -100%, 0);
		visibility: visible;
	}
	to {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
}
@keyframes slideInDown {
	from {
		-webkit-transform: translate3d(0, -100%, 0);
		transform: translate3d(0, -100%, 0);
		visibility: visible;
	}
	to {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
}
@-webkit-keyframes slideInUp {
	from {
		-webkit-transform: translate3d(0, 100%, 0);
		transform: translate3d(0, 100%, 0);
		visibility: visible;
	}
	to {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
}
@keyframes slideInUp {
	from {
		-webkit-transform: translate3d(0, 100%, 0);
		transform: translate3d(0, 100%, 0);
		visibility: visible;
	}
	to {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
}


/**
 * 5 - Header
*/
.site-header {
	margin: 0;
	padding: 13px 0 18px;
}
.header-logo, .header-logo:link, .header-logo:hover, .header-logo:visited, .header-logo:active {
	display: block;
	float: left;
	height: auto;
}
.header-logo svg {
	display: block;
	width: 275px;
	height: 92px;
	fill: #1f211d;
	stroke: none;
	padding: 0;
	margin: 0;
}
body.page-template-page-sugar .header-logo svg {
	height: 156px;
}
.header-contacts {
	float: right;
	font-size: 13px;
	padding: 35px 0 0;
	line-height: 1.46;
	color: #131313;
	text-align: right;
	font-weight: 400;
}
body.page-template-page-sugar .header-contacts {
	padding: 56px 0 0;
}
.header-contacts span {
	display: block;
}
.header-contacts-links {
	font-size: 15px;
}
.header-contacts a, .header-contacts a:link, .header-contacts a:hover, .header-contacts a:visited, .header-contacts a:active {
	display: inline-block;
	font-weight: 700;
	font-style: italic;
	color: inherit;
	margin: 0;
	padding: 0 .7em;
	text-decoration: none;
}
.header-contacts a:last-child, .header-contacts a:last-child:link, .header-contacts a:last-child:hover, .header-contacts a:last-child:visited, .header-contacts a:last-child:active {
	padding-right: 0;
}
.header-contacts-links-yt {
	display: block;
	float: right;
	width: 35px;
	height: 35px;
	padding: 38px 0 0 15px;
}
body.page-template-page-sugar .header-contacts-links-yt {
	padding: 58px 0 0 15px;
}
.header-contacts-links-yt svg {
	display: block;
	width: 100%;
	height: 100%;
	transition: all 0.35s ease-in-out;
}
.header-contacts-links-yt:hover svg {
	fill: #c4b897;
}
.site-navigation {
	background: #000;
	width: 100%;
	padding: 15px 0 25px;
	color: #fff;
	font-size: 16px;
	line-height: 1.2;
	color: #fff;
	text-align: left;
	font-weight: 400;
	text-transform: uppercase;
	font-family: 'Open Sans', sans-serif;
	text-decoration: none;
}
.site-main-menu {
	float: left;
}
.site-lang-menu {
	float: right;
}
.site-navigation ul, .site-navigation li {
	display: block;
	margin: 0;
	padding: 0;
	list-style-type: none;
}
.site-navigation li {
	float: left;
	padding: 0 1.1em 0 .9em;
}
.site-navigation .site-lang-menu li {
	padding: 0 .8em;
	font-size: 12px;
	line-height: 1.2;
	border-left: 1px solid #fff;
}
.site-navigation .site-lang-menu li:first-child {
	border-left: none;
}
.site-navigation .site-lang-menu li:last-child {
	padding-right: 0;
}
.site-navigation a, .site-navigation a:link, .site-navigation a:hover, .site-navigation a:visited, .site-navigation a:active {
	display: block;
	color: #fff;
	font-size: inherit;
	line-height: inherit;
	font-weight: inherit;
	text-transform: inherit;
	font-family: inherit;
	text-decoration: inherit;
	-webkit-transition: all 0.35s ease-in-out;
	-o-transition: all 0.35s ease-in-out;
	transition: all 0.35s ease-in-out;
}
.site-navigation a:hover {
	color: #fcedc3;
}
.single-title {
	margin: 0;
	padding: 1.25em 0;
	font-size: 44px;
	line-height: 1.1;
	color: #131313;
	text-align: center;
	font-style: italic;
	font-weight: 300;
	font-family: 'Orbi Sans', sans-serif;
}
.single-desc {
	margin: 0;
	padding: 0 0 3em;
	font-size: 18px;
	line-height: 1.333;
	color: #131313;
	text-align: left;
	font-weight: 700;
	font-style: italic;
}
.single-images-block, .single-text-block {
	float: left;
	width: 32.11%;
	min-height: 100px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.single-images-block-item {
	width: 100%;
	padding: 11.4% 0;
	border-bottom: 1px solid #e4dabd;
}
.single-images-block-item:last-child {
	border-bottom: none;
}
.single-images-block img {
	display: block;
	width: 100%;
	height: auto;
}
.single-text-block {
	float: right;
	width: 67.889%;
	padding: 0 0 0 30px;
}
.custom-text-block {
	font-size: 18px;
	line-height: 1.333;
	color: #131313;
	text-align: left;
	font-style: normal;
	font-family: 'Orbi Sans', sans-serif;
}
.custom-text-block p, .custom-text-block h1, .custom-text-block h2, .custom-text-block h3, .custom-text-block h4, .custom-text-block h5, .custom-text-block h6, 
.custom-text-block ul, .custom-text-block ol, .custom-text-block li, .custom-text-block a, .custom-text-block cite, .custom-text-block b, .custom-text-block strong, .custom-text-block i, .custom-text-block span {
	font-size: inherit;
	line-height: inherit;
	color: #131313;
	text-align: left;
	font-weight: inherit;
	font-style: inherit;
}
.custom-text-block p, .custom-text-block h1, .custom-text-block h2, .custom-text-block h3, .custom-text-block h4, .custom-text-block h5, .custom-text-block h6, .custom-text-block ul, .custom-text-block ol {
	margin: 0.2em 0;
	padding: 0;
}
.custom-text-block h1, .custom-text-block h2, .custom-text-block h3, .custom-text-block h4, .custom-text-block h5, .custom-text-block h6 {
	font-weight: 300;
	font-style: italic;
}
.custom-text-block h1 {
	font-size: 2.2em;
}
.custom-text-block h2 {
	font-size: 2em;
}
.custom-text-block h3 {
	font-size: 1.8em;
}
.custom-text-block h4 {
	font-size: 1.6em;
}
.custom-text-block h5 {
	font-size: 1.4em;
}
.custom-text-block h6 {
	font-size: 1.2em;
}
.custom-text-block ul {
	display: block;
	list-style-type: disc;
	margin-block-start: 0;
	margin-block-end: 0;
	margin-inline-start: 0;
	margin-inline-end: 0;
	padding-inline-start: 3em;
}
.custom-text-block li {
	margin: 0;
	padding: 0;
}
.custom-text-block .iframe-container {
	position: relative;
    overflow: hidden;
    padding-top: 56.25%;
}
.custom-text-block .iframe-container iframe {
	position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}
.custom-text-block img {
	max-width: 100%;
}
.page-cream-gallery {
	width: 100%;
	padding: 40px 0 50px;
	height: auto;
	background-color: #fff;
	background: url(img/cream-section-bg.jpg);
	background-size: cover;
	background-position: left center;
	background-repeat: no-repeat;
	overflow: hidden;
	position: relative;
}
.page-section-title {
	margin: 0;
	padding: 0.2em 0;
	font-size: 35px;
	line-height: 1.2;
	color: #131313;
	font-weight: 300;
	font-style: italic;
	font-family: 'Orbi Sans', sans-serif;
}
.page-cream-gallery-text {
	margin: 0;
	padding: 0.4em 0;
	font-size: 18px;
	line-height: 1.333;
	color: #131313;
	font-weight: 400;
	font-family: 'Orbi Sans', sans-serif;
}
/*.page-cream-gallery-wrapper {
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}*/
.page-cream-galler-inner {
	float: right;
	width: 67.889%;
	padding: 0 0 0 30px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.page-cream-gallery-items {
	display: grid;
	margin: 0 -15px;
	padding: 6px 0;
	grid-template-columns: 25% 25% 25% 25%;
}
.page-cream-gallery-item, .page-cream-gallery-item:link, .page-cream-gallery-item:hover, .page-cream-gallery-item:visited, .page-cream-gallery-item:active {
	display: block;
	padding: 15px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.page-cream-gallery-item img {
	display: block;
	width: 100%;
	height: auto;

}
.page-cream-desc {
	padding: 60px 0 90px;
}
.page-cream-desc > .v-container {
	display: flex;
	flex-direction: row;
	justify-content: flex-start;
	align-items: center;
}
.page-cream-desc-content {
	width: 76%;
}
.page-cream-desc-image {
	width: 23.99%;
}
.page-cream-desc-text {
	padding: 6px 0 0;
}
.page-cream-desc-image img {
	display: block;
	max-width: 100%;
	height: auto;
}
.page-sugar-section {
	display: flex;
	align-items: stretch;
	justify-content: flex-start;
	padding: 0;
	float: none;
	clear: both;
	width: 100%;
	background-color: #fff;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	min-height: 550px;
}
.page-sugar-section.page-sugar-section-bg-style-background {

}
.page-sugar-section.page-sugar-section-bg-style-parallax {
	background-attachment: fixed;
}
.page-sugar-section-position-left {
	justify-content: flex-end;
	flex-direction: row-reverse;
}
.page-sugar-section-position-right {
	justify-content: flex-start;
}
.page-sugar-section-img {
	width: 50%;
	display: flex;
	justify-content: center;
	align-items: center;
	overflow: hidden;
}
.page-sugar-section-img img {
	display: block;
	width: auto;
	height: 100%;
	max-height: 100%;
	height: auto;
}
.page-sugar-section-content {
	display: flex;
	flex-direction: column;
	width: 50%;
	padding: 60px 15px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	font-family: 'Orbi Sans', sans-serif;
}
.page-sugar-section-position-left .page-sugar-section-content {
	align-items: flex-end;
}
.page-sugar-section-position-right .page-sugar-section-content {
	align-items: flex-start;
}
.page-sugar-section-content-wrapper {
	display: flex;
	width: 100%;
	height: 100%;
	flex-direction: column;
	justify-content: space-around;
	max-width: 520px;
}
.page-sugar-section-contenttype-card .page-sugar-section-content-wrapper {
	border: 1px solid #fff;
	border-radius: 8px;
	background-color: rgba(103, 20, 9, .6);
	box-sizing: border-box;
	padding: 0 35px;
}
.page-sugar-section-content-title {
	margin: 0;
	padding: 0;
	font-size: 45px;
	line-height: 1.2;
	color: #fff;
	font-weight: 300;
	font-style: italic;
}
.page-sugar-section-position-left .page-sugar-section-content-title {
	text-align: right;
}
.page-sugar-section-position-right .page-sugar-section-content-title {
	text-align: left;
}
.page-sugar-section-isbg-empty .page-sugar-section-content-title {
	color: #000;
}
.page-sugar-section-content-text {
	margin: 0;
	padding: 0;
	font-size: 18px;
	line-height: 1.2;
	color: #fff;
	font-weight: 400;
	font-style: normal;
}
.page-sugar-section-position-left .page-sugar-section-content-text {
	text-align: right;
}
.page-sugar-section-position-right .page-sugar-section-content-text {
	text-align: left;
}
.page-sugar-section-isbg-empty .page-sugar-section-content-text {
	color: #000;
}
.page-sugar-section-content-desc {
	margin: 0;
	padding: 0;
	font-size: 36px;
	line-height: 1.2;
	color: #fff;
	font-weight: 400;
	font-style: normal;
}
.page-sugar-section-position-left .page-sugar-section-content-desc {
	text-align: right;
}
.page-sugar-section-position-right .page-sugar-section-content-desc {
	text-align: left;
}
.page-sugar-section-isbg-empty .page-sugar-section-content-desc {
	color: #000;
}
.page-sugar-section-content-link, .page-sugar-section-content-link:link, .page-sugar-section-content-link:hover, .page-sugar-section-content-link:visited, .page-sugar-section-content-link:active {
	display: block;
	float: left;
	margin: 0;
	padding: 7px 10px;
	border: 2px solid #fff;
	border-radius: 6px;
	font-size: 18px;
	line-height: 1.2;
	white-space: nowrap;
	color: #fff;
	font-weight: 400;
	font-style: normal;
	text-align: center;
	text-decoration: none;
	-webkit-transition: all 0.35s ease-in-out;
	-o-transition: all 0.35s ease-in-out;
	transition: all 0.35s ease-in-out;
}
.page-sugar-section-content-link:hover {
	color: #fcedc3;
	border-color: #fcedc3;
}
.page-sugar-section-position-left .page-sugar-section-content-link, .page-sugar-section-position-left .page-sugar-section-content-link:link, .page-sugar-section-position-left .page-sugar-section-content-link:hover, .page-sugar-section-position-left .page-sugar-section-content-link:visited, .page-sugar-section-position-left .page-sugar-section-content-link:active {
	float: right;
}
.page-sugar-section-position-right .page-sugar-section-content-link, .page-sugar-section-position-right .page-sugar-section-content-link:link, .page-sugar-section-position-right .page-sugar-section-content-link:hover, .page-sugar-section-position-right .page-sugar-section-content-link:visited, .page-sugar-section-position-right .page-sugar-section-content-link:active {
	float: left;
}
.page-sugar-section-isbg-empty .page-sugar-section-content-link, .page-sugar-section-isbg-empty .page-sugar-section-content-link:link, .page-sugar-section-isbg-empty .page-sugar-section-content-link:hover, .page-sugar-section-isbg-empty .page-sugar-section-content-link:visited, .page-sugar-section-isbg-empty .page-sugar-section-content-link:active {
	color: #000;
	border: 2px solid #000;
}
.page-sugar-section-isbg-empty .page-sugar-section-content-link:hover {
	color: #131313;
	border-color: #131313;
}
.main-category, .main-single {
	padding: 0 0 60px;
}
.preview-post {
	font-family: 'Orbi Sans', sans-serif;
	padding: 40px 0;
	border-bottom: 1px solid #e4dabd;
}
.preview-post:first-child {
	padding-top: 0;
}
.preview-post:last-child {
	border-bottom: none;
}
.preview-post-image {
	float: left;
	width: 32.11%;
	min-height: 100px;
	box-sizing: border-box;
	font-size: 0;
}
.preview-post-image a {
	display: block;
}
.preview-post-image img {
	max-width: 100%;
	height: auto;
}
.preview-post-content {
	float: right;
	width: 67.889%;
	padding: 0 0 0 55px;
	box-sizing: border-box;
}
.preview-post-content-date {
	display: block;
	margin: 0;
	padding: 0;
	font-size: 18px;
	line-height: 1;
	color: #c4b897;
	padding: 0 0 13px;
}
.preview-post-content-title {
	margin: 0;
	padding: 0 0 25px;
	font-size: 24px;
	line-height: 1.2;
	text-decoration: none;
	font-weight: 700;
	font-style: italic;
	color: #131313;
}
.preview-post-content-title a, .preview-post-content-title a:link, .preview-post-content-title a:hover, .preview-post-content-title a:visited, .preview-post-content-title a:active {
	display: block;
	font-size: inherit;
	line-height: inherit;
	text-decoration: none;
	font-weight: inherit;
	font-style: inherit;
	color: inherit;
	transition: all .35s ease-in-out;
}
.preview-post-content-title a:hover {
	color: #c4b897;
}
.preview-post-content-excerpt {
	font-size: 18px;
	line-height: 1.333;
	font-weight: 400;
	font-style: normal;
	color: #131313;
}
.preview-post-content-excerpt a, .preview-post-content-excerpt a:link, .preview-post-content-excerpt a:hover, .preview-post-content-excerpt a:visited, .preview-post-content-excerpt a:active {
	color: #c4b897;
	text-decoration: none;
	transition: all .35s ease-in-out;
}
.preview-post-content-excerpt a:hover {
	color: #131313;
}
.page-category-pagination {
	padding: 15px 0;
	text-align: center;
}
.page-category-pagination a, .page-category-pagination a:link, .page-category-pagination a:hover, .page-category-pagination a:visited, .page-category-pagination a:active, .page-category-pagination span {
	display: inline-block;
	padding: 0;
	margin: 0 8px;
	font-size: 18px;
	line-height: 24px;
	width: 24px;
	height: 24px;
	background-color: #131313;
	border-radius: 50%;
	overflow: hidden;
	color: #fff;
	text-decoration: none;
	transition: all .35s ease-in-out;
}
.page-category-pagination a:hover {
	color: #fcedc3;
}
.page-category-pagination span {
	background-color: #fcedc3;
}
.page-category-pagination .page-numbers.current {
	color: #c4b897;
}
.page-category-pagination .prev.page-numbers, .page-category-pagination .prev.page-numbers:link, .page-category-pagination .prev.page-numbers:hover, .page-category-pagination .prev.page-numbers:visited, .page-category-pagination .prev.page-numbers:active {
	margin-right: 15px;
}
.page-category-pagination .next.page-numbers, .page-category-pagination .next.page-numbers:link, .page-category-pagination .next.page-numbers:hover, .page-category-pagination .next.page-numbers:visited, .page-category-pagination .next.page-numbers:active {
	margin-left: 15px;
}
.page-contacts-text {
	margin: 0;
	padding: 0 0 56px;
	font-size: 18px;
	line-height: 1.2;
	color: #131313;
	text-align: center;
	font-weight: 700;
	font-style: italic;
	font-family: 'Orbi Sans', sans-serif;
}
.page-contacts-block {
	font-family: 'Orbi Sans', sans-serif;
}
.page-contacts-block-form, .page-contacts-block-departments {
	display: block;
	float: left;
	width: 53%;
	box-sizing: border-box;
}
.page-contacts-block-departments {
	width: 46.99%;
	padding-left: 70px;
	padding-bottom: 35px;
}
.page-contacts-block-form form {
	display: block;
	margin: 0;
	padding: 34px 0;
}
.page-contacts-block-form form p, .page-contacts-block-form form label, .page-contacts-block-form form span {
	display: block;
	margin: 0;
	padding: 0;
}
.page-contacts-block-form form label {
	padding-bottom: 26px;
}
.page-contacts-block-form form input, .page-contacts-block-form form textarea, 
.page-contacts-block-form form input:focus, .page-contacts-block-form form textarea:focus,
.page-contacts-block-form form input:hover, .page-contacts-block-form form textarea:hover {
	display: block;
	width: 100%;
	font-size: 18px;
	line-height: 20px;
	color: #131313;
	font-weight: 400;
	padding: 9px 19px;
	border: 1px solid #e4dabd;
	border-radius: 5px;
	outline-width: 0;
	box-sizing: border-box;
}
.page-contacts-block-form form input::placeholder, .page-contacts-block-form form textarea::placeholder {
	color: #e4dabd;
}
.page-contacts-block-form form input[type="submit"], .page-contacts-block-form form input[type="submit"]:focus, .page-contacts-block-form form input[type="submit"]:hover {
	display: inline-block;
	width: auto;
	font-size: 18px;
	line-height: 20px;
	color: #000;
	padding: 9px 14px;
	border: 2px solid #000000;
	border-radius: 10px;
	outline-width: 0;
	background-color: rgba(0,0,0,0);
	transition: all .35s ease-in-out;
}
.page-contacts-block-form form input[type="submit"]:hover {
	color: #fff;
	background-color: rgba(0,0,0,1);
}
.wpcf7-not-valid-tip {
	display: block;
	width: auto;
	font-size: 16px;
	line-height: 1.2;
	text-align: right;
}
.page-contacts-block-department-title {
	margin: 0;
	padding: 0.33em 0 0;
	font-size: 35px;
	line-height: 1.2;
	color: #131313;
	font-weight: 300;
	font-style: italic;
}
.page-contacts-block-department-contact {
	display: block;
	font-size: 18px;
	line-height: 1.3333;
	color: #131313;
	text-align: left;
	font-weight: 400;
	padding: 0.5em 0 0.9em;
}
.page-contacts-block-department-contact-row {
	display: block;
}
.page-contacts-block-department-contact-name {
	font-weight: 700;
	font-style: italic;
}
.page-contacts-block-department-contact a, .page-contacts-block-department-contact a:link, .page-contacts-block-department-contact a:hover, .page-contacts-block-department-contact a:visited, .page-contacts-block-department-contact a:active {
	color: inherit;
	text-decoration: none;
}
.page-contacts-block-department-contact a:hover {
	text-decoration: underline;
}
.page-contacts-map {
	display: block;
	margin: 0;
	padding: 0;
}
#google-map {
	height: 420px;
	width: 100%;
}
.site-navigation-button, .site-navigation-wrapper-close {
	display: none;
}
.main-404 {
	width: 100%;
	min-height: 70vh;
	padding: 0 15px;
	box-sizing: border-box;
}
.page-404-title {
	margin: 0;
	padding: 0.4em 0 0.1em;
	font-size: 3rem;
	line-height: 1.05;
	color: #000;
	text-align: center;
	font-family: 'PlainScriptCTT', sans-serif;
}
.page-404-desc {
	padding: 0 0 1em;
	font-size: 18px;
	line-height: 1.2;
	color: #000;
	text-align: center;
	font-family: 'Orbi Sans', sans-serif;
}
.page-404-link-wrapper {
	text-align: center;
}
.page-404-link, .page-404-link:link, .page-404-link:hover, .page-404-link:visited, .page-404-link:active {
    display: inline-block;
    margin: 0;
    padding: 7px 10px;
    border: 2px solid #000;
    border-radius: 6px;
    font-size: 18px;
    line-height: 1.2;
    white-space: nowrap;
    color: #000;
    font-weight: 400;
    font-style: normal;
    text-align: center;
    text-decoration: none;
    -webkit-transition: all 0.35s ease-in-out;
    -o-transition: all 0.35s ease-in-out;
    transition: all 0.35s ease-in-out;
}
.page-404-link:hover {
	color: #fff;
	background: #000;
}
.page-sugar-popup {
	max-width: 600px;
}
@media (max-width: 1120px) {
	html {
		font-size: 8vh;
	}
	.main-home-block-img {
		width: 4rem;
	}
	.single-title, .page-section-title, .page-sugar-section-content-title, .page-sugar-section-content-desc, .page-contacts-block-department-title {
		font-size: 32px;
	}
	.single-desc {
		padding: 0 0 1.5em;
	}
	.custom-text-block, .page-cream-gallery-text, .single-desc, .page-sugar-section-content-text, .preview-post-content-date, .preview-post-content-excerpt, .page-contacts-text, .page-contacts-block-department-contact,
	.page-sugar-section-content-link, .page-sugar-section-content-link:link, .page-sugar-section-content-link:hover, .page-sugar-section-content-link:visited, .page-sugar-section-content-link:active {
		font-size: 16px;
	}
	.preview-post-content-title {
		font-size: 22px;
	}
	.page-category-pagination a, .page-category-pagination a:link, .page-category-pagination a:hover, .page-category-pagination a:visited, .page-category-pagination a:active, .page-category-pagination span {
		font-size: 14px;
	}
	.page-cream-desc {
		padding: 30px 0 40px;
	}
	.page-cream-gallery {
		padding: 20px 0 25px;
	}
	.preview-post {
		padding: 30px 0;
	}
	.page-contacts-text {
		padding: 0 0 30px;
	}
	.page-contacts-block-department-contact {
		padding: 0.3em 0 0.4em;
	}
	.page-contacts-block-form form input, .page-contacts-block-form form textarea, .page-contacts-block-form form input:focus, .page-contacts-block-form form textarea:focus, .page-contacts-block-form form input:hover, .page-contacts-block-form form textarea:hover {
		font-size: 16px;
		line-height: 18px;
		padding: 6px 9px;
	}
	.page-contacts-block-form form input[type="submit"], .page-contacts-block-form form input[type="submit"]:focus, .page-contacts-block-form form input[type="submit"]:hover {
		font-size: 16px;
		line-height: 18px;
	}
	.single-images-block-item {
		padding: 7% 0;
	}
	.page-contacts-block-form form label {
	    padding-bottom: 15px;
	}
	.page-cream-gallery-items {
		margin: 0 -10px;
		grid-template-columns: 33.33% 33.33% 33.33%;
	}
	.page-cream-gallery-item, .page-cream-gallery-item:link, .page-cream-gallery-item:hover, .page-cream-gallery-item:visited, .page-cream-gallery-item:active {
		padding: 10px;
	}
	.preview-post-content {
		padding: 0 0 0 35px;
	}
	.page-contacts-block-departments {
		padding-left: 35px;
	}
}
@media (max-width: 800px) {
	.site-navigation {
		font-size: 14px;
		padding: 10px 0 15px;
	}
	.page-cream-gallery-items {
		margin: 0 -10px;
		grid-template-columns: 50% 50%;
	}
	.header-logo, .header-logo:link, .header-logo:hover, .header-logo:visited, .header-logo:active {
		float: none;
		clear: both;
		width: 275px;
		margin: 0 auto;
	}
	.header-contacts, body.page-template-page-sugar .header-contacts {
		float: none;
		clear: both;
		font-size: 14px;
		padding: 15px 0 0;
		text-align: center;
	}

	.header-contacts-links-yt, body.page-template-page-sugar .header-contacts-links-yt {
		float: none;
		margin: 0 auto;
		padding: 15px 0 0 0;
	}
	.preview-post-content, .page-contacts-block-departments {
		padding: 0 0 0 20px;
	}
}
@media (max-width: 600px) {
	.site-navigation-button {
		display: block;
		float: right;
		width: 30px;
		height: 20px;
		overflow: hidden;
	}
	.site-navigation-wrapper-close {
		display: block;
		position: absolute;
		right: 4vmax;
		top: 4vmax;
		width: 5vmax;
		height: 5vmax;
	}
	.site-navigation-wrapper-close svg {
		display: block;
		width: 5vmax;
		height: 5vmax;
		fill: #fff;
		stroke: none;
		padding: 0;
		margin: 0;
	}
	.site-navigation-button span {
		display: block;
		width: 100%;
		height: 4px;
		border-radius: 2px;
		background: #fff;
		margin-bottom: 4px;
	}
	.site-navigation-button span:last-child {
		margin-bottom: 0;
	}
	.site-navigation {
		font-size: 14px;
		padding: 10px 0;
	}
	.site-navigation-wrapper {
		display: block;
		position: fixed;
		width: 100%;
		height: 100%;
		left: -120%;
		top: 0;
		z-index: 50;
		transition: all 0.35s ease-in-out;
		background: #000;
		box-sizing: border-box;
		padding: 10vh 10vw;
	}
	.site-navigation-wrapper.open {
		left: 0;
	}
	.site-main-menu, .site-lang-menu {
		float: none;
		clear: both;
	}
	.site-navigation li {
		float: none;
		clear: both;
		padding: .8em 0;
	}
	.site-navigation .site-lang-menu {
		padding-top: 1.5em;
	}
	.site-navigation .site-lang-menu li {
		float: left;
		clear: none;
		font-size: 14px;
		line-height: 1.2;
		border-left: 1px solid #fff;
	}
	.site-navigation .site-lang-menu li:first-child {
		padding-left: 0;
	}
	.single-images-block, .single-text-block, .page-cream-galler-inner {
		float: none;
		clear: both;
		width: 100%;
		min-height: 0;
		padding: 0;
	}
	.page-cream-gallery-items {
		display: block;
		margin: 0;
	}
	.page-cream-gallery-item, .page-cream-gallery-item:link, .page-cream-gallery-item:hover, .page-cream-gallery-item:visited, .page-cream-gallery-item:active {
		padding: 5px 0;
		width: 100%;
	}
	.page-cream-desc > .v-container {
		display: block;
	}
	.page-cream-desc-content, .page-cream-desc-image {
		width: 100%;
	}
	.page-cream-desc-image img {
		margin: 0 auto;
	}
	.page-sugar-section-img {
		display: none;
	}
	.page-sugar-section {
		
	}
	.page-sugar-section-content {
		width: 100%;
		padding: 30px 15px;
	}
	.preview-post-image, .preview-post-content, .page-contacts-block-form, .page-contacts-block-departments {
		float: none;
		clear: both;
		width: 100%;
		padding: 0;
	}
	.preview-post-content-date {
		padding-top: 20px;
	}
}
@media (max-width: 400px) {
	.main-home {
		flex-direction: column;
		height: 200vh;
	}
	.main-home-block, .main-home-block:link, .main-home-block:hover, .main-home-block:visited, .main-home-block:active {
		width: 100%;
	}
}