

/* Start:/local/templates/zkometa_2021/css/slick.css?16476829181792*/
/* Slider */
.slick-slider
{
    position: relative;

    display: block;
    box-sizing: border-box;

    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;

    display: block;
    overflow: hidden;

    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track {
    position: relative;
    top: 0;
    left: 0;
    display:flex;
	align-items:normal;
}
.slick-vertical .slick-track {
    display:block;
}
.slick-track:before,
.slick-track:after
{
    display: table;

    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    min-height:auto;
	height:auto;
	outline:none;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;

    height: auto;

    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}

/* End */


/* Start:/local/templates/zkometa_2021/css/jquery.formstyler.css?164768291811315*/
.jq-checkbox {
	width:100%;
	max-width: 20px;
	height: 20px;
	margin: 0 10px 0 0;
	background: #fff;
	border:1px solid #F6F6F6;
	box-shadow:none;
	box-sizing: border-box;
	border-radius:0;
	top:0;
	cursor: pointer;
	display:flex!important;
	align-items:center;
	justify-content:center;
	-moz-transition: all 0.3s;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}
.jq-checkbox:hover {
	
}
.jq-checkbox.checked {
	
}
.jq-checkbox.checked .jq-checkbox__div {
	width:6px;
	height:6px;
	background: #CF3A46;
}
.jq-checkbox.focused {
}
.jq-checkbox.disabled {
	opacity: .55;
}
.jq-radio {
	width:20px;
	height:20px;
	margin: 0 10px 0 0;
	border-radius: 50%;
	position:relative;
	border: 1px solid #EBEBEB;
	background:none;
	cursor: pointer;
	display:inline-flex!important;
	vertical-align:middle;
	align-items:center;
	justify-content:center;
	-moz-transition: all 0.3s;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}
.jq-radio:hover {
	background: none;
}
.jq-radio.checked {
	background: none;
	border: 1px solid #D3B06B;
}
.jq-radio .jq-radio__div {
	background: #D3B06B;
	border-radius: 50%;
	width:12px;
	height:12px;
	opacity:0;
	-moz-transition: all 0.3s;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}
.jq-radio.checked .jq-radio__div {
	opacity:1;
}
.jq-radio.focused {
	/*border: 1px solid #08C;*/
}
.jq-radio.disabled {
	opacity: .55;
}

.jq-file {
	width: 270px;
	border-radius: 4px;
	box-shadow: 0 1px 2px rgba(0,0,0,.1);
}
.jq-file input {
	height: auto;
	line-height: 1em;
	cursor: pointer;
}
.jq-file__name {
	overflow: hidden;
	box-sizing: border-box;
	width: 100%;
	height: 34px;
	padding: 0 80px 0 10px;
	border: 1px solid #CCC;
	border-bottom-color: #B3B3B3;
	border-radius: 4px;
	background: #FFF;
	box-shadow: inset 1px 1px #F1F1F1;
	font: 14px/32px Arial, sans-serif;
	color: #333;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.jq-file__browse {
	position: absolute;
	top: 1px;
	right: 1px;
	padding: 0 10px;
	border-left: 1px solid #CCC;
	border-radius: 0 4px 4px 0;
	background: #F5F5F5;
	background: -webkit-linear-gradient(#FFF, #E6E6E6);
	background:         linear-gradient(#FFF, #E6E6E6);
	box-shadow: inset 1px -1px #F1F1F1, inset -1px 0 #F1F1F1, 0 1px 2px rgba(0,0,0,.1);
	font: 14px/32px Arial, sans-serif;
	color: #333;
	text-shadow: 1px 1px #FFF;
}
.jq-file:hover .jq-file__browse {
	background: #E6E6E6;
	background: -webkit-linear-gradient(#F6F6F6, #E6E6E6);
	background:         linear-gradient(#F6F6F6, #E6E6E6);
}
.jq-file:active .jq-file__browse {
	background: #F5F5F5;
	box-shadow: inset 1px 1px 3px #DDD;
}
.jq-file.focused .jq-file__name {
	border: 1px solid #5794BF;
}
.jq-file.disabled,
.jq-file.disabled .jq-file__name,
.jq-file.disabled .jq-file__browse {
	border-color: #CCC;
	background: #F5F5F5;
	box-shadow: none;
	color: #888;
}
.jq-number {
	position: relative;
	display: block;
	padding: 0;
}
.jq-number__field {
	width: 100%;
	max-width:40px;
	padding:0 40px;
	border:0;
}
.jq-number__field:hover {

}
.jq-number__field input {
	box-sizing: border-box;
	width: 100%;
	padding: 6px 9px;
	border: none;
	outline: none;
	height:40px;
	border:0!important;
	background: none;
	display: flex;
	align-items: center;
	text-align: center;
	color: #303C5C;
	-moz-appearance: textfield;
}
.jq-number__field input::-webkit-inner-spin-button,
.jq-number__field input::-webkit-outer-spin-button {
	margin: 0; /* в каких-то браузерах присутствует отступ */
	-webkit-appearance: none;
}
.jq-number__spin {
	position: absolute;
	top: 0px;
	bottom:0px;
	left:0;
	width:40px;
	height:40px;
	border-radius:50%;
	border: 2px solid #D8DCEA;
	box-sizing: border-box;
	display:flex;
	align-items:center;
	justify-content:center;
	background-color:#fff;
	-webkit-user-select: none;
	   -moz-user-select: none;
	    -ms-user-select: none;
	        user-select: none;
	cursor: pointer;
	-moz-transition: all 0.3s;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}
.jq-number__spin:hover {
	border: 2px solid #4C5362;
}
.jq-number__spin.plus {
	left:auto;
	right:0;
	background:url(/local/templates/zkometa_2021/css/../images/plus.svg) no-repeat center center;
}
.jq-number__spin.minus {
	background:url(/local/templates/zkometa_2021/css/../images/minus.svg) no-repeat center center;
}
.jq-number__spin:hover {
	
}
.jq-number__spin:active {
	
}
.jq-number__spin.minus:hover:after {
	
}
.jq-number__spin.plus:hover:after {
	
}
.jq-number.focused .jq-number__field {
	
}
.jq-number.disabled .jq-number__field,
.jq-number.disabled .jq-number__spin {
	
}
.jq-number.disabled .jq-number__spin:after {
	
}
.jq-number.disabled .jq-number__spin.minus:after {
	
}
.jq-selectbox {
	vertical-align: middle;
	cursor: pointer;
	width:100%;
	box-sizing: border-box;
}
.jq-selectbox__select {
	border: 1px solid #F6F6F6;
	box-sizing: border-box;
	box-sizing: border-box;
	width:100%;
	font-family: 'Montserrat', sans-serif;
	font-size: 12px;
	line-height: 15px;
	color: #363636;
	padding:15px 35px 15px 20px;
	-webkit-appearance: none;
	-moz-transition: all 0.3s;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}
.jq-selectbox.opened .jq-selectbox__select {
	
}
.formCol .jq-selectbox__select {
    height: 35px;
    padding: 0 5%;
    width: 90%;
	line-height:35px;
}
.jq-selectbox__trigger-arrow {
	position: absolute;
	top:50%;
	right:15px;
	width: 10px;
    height: 6px;
	margin-top:-2px;
	background: url(/local/templates/zkometa_2021/css/../images/arrow-down.svg) no-repeat center center / cover;
	-moz-transition: all 0.3s;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}
.jq-selectbox.opened .jq-selectbox__trigger-arrow {
	transform:rotate(180deg);
}
.jq-selectbox.disabled .jq-selectbox__trigger-arrow {
	
}
.jq-selectbox__dropdown {
	background: #FFFFFF;
	box-shadow: 0px 4px 25px rgba(34, 34, 32, 0.15);
	box-sizing:border-box;
	right:0;
	left:0;
	padding:15px;
	bottom:auto!important;
	top:auto!important;
	margin:0;
}
.jq-selectbox__search {
	margin: 5px;
}
.jq-selectbox__search input {
	box-sizing: border-box;
	width: 100%;
	margin: 0;
	padding: 5px 27px 6px 8px;
	border: 1px solid #CCC;
	border-radius: 3px;
	outline: none;
	background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAMCAYAAABiDJ37AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAO1JREFUeNqU078LAXEYx/FzYfNzk5TJaFNKYjFYSQZ/hvwBsvg1UCY2xT9gM8hukQGThWRjkcFw3pdnujhfT736Xn2fPvfc3fd07V0OFDDFAnM0ENYsZRiGLSc9OpqIYIA9fMhhjCrW2h9VlMlcH/aymMGtOqEugX08PwQucUZKdTozMIqdTc9WepQD7wjY9ARx+ydwhfyXfS+S0qMcOEQJGcueB3VccFINdMgal6NzkmPjRwJXxDBB7/2RDdtAp6wb+dpphHDASG5QQ0V6u2aoSqBZD/lDrNWRJynLK2qpBn4rc6K2XB9/Nb8EGABtf1thzY6X2AAAAABJRU5ErkJggg==) no-repeat 100% 50%;
	box-shadow: inset 1px 1px #F1F1F1;
	color: #333;
	-webkit-appearance: textfield;
}
.jq-selectbox__search input::-webkit-search-cancel-button,
.jq-selectbox__search input::-webkit-search-decoration {
	-webkit-appearance: none;
}
.jq-selectbox__not-found {
	margin: 5px;
	padding: 5px 8px 6px;
	background: #F0F0F0;
	font-size: 13px;
}
.jq-selectbox ul {
	margin: 0;
	padding: 0;
	text-align:left;
}
.jq-selectbox li {
	min-height: 10px;
	margin:0 0 10px;
	position:relative;
	-webkit-user-select: none;
	   -moz-user-select: none;
	    -ms-user-select: none;
	        user-select: none;
	white-space: nowrap;
}
.jq-selectbox li:last-child {
	margin:0;
}
.jq-selectbox li.selected {
	color:#CF3A46;
	font-weight: 600;
}
.jq-selectbox li:hover {
	color: #CF3A46;
}
.jq-selectbox li.disabled {
	
}
.jq-selectbox li.disabled:hover {
	
}
.jq-selectbox li.optgroup {
	font-weight: bold;
}
.jq-selectbox li.optgroup:hover {
	background: none;
	color: #231F20;
	cursor: default;
}
.jq-selectbox li.option {
	padding-left: 25px;
}


.jq-select-multiple {
	box-sizing: border-box;
	padding: 1px;
	border: 1px solid #CCC;
	border-bottom-color: #B3B3B3;
	border-radius: 4px;
	background: #FFF;
	box-shadow: inset 1px 1px #F1F1F1, 0 1px 2px rgba(0,0,0,.1);
	font: 14px/18px Arial, sans-serif;
	color: #333;
	cursor: default;
}
.jq-select-multiple.focused {
	border: 1px solid #5794BF;
}
.jq-select-multiple.disabled {
	border-color: #CCC;
	background: #F5F5F5;
	box-shadow: none;
	color: #888;
}
.jq-select-multiple ul {
	margin: 0;
	padding: 0;
}
.jq-select-multiple li {
	padding: 3px 9px 4px;
	list-style: none;
	-webkit-user-select: none;
	   -moz-user-select: none;
	    -ms-user-select: none;
	        user-select: none;
	white-space: nowrap;
}
.jq-select-multiple li:first-child {
	border-radius: 3px 3px 0 0;
}
.jq-select-multiple li:last-child {
	border-radius: 0 0 3px 3px;
}
.jq-select-multiple li.selected {
	background: #08C;
	color: #FFF;
}
.jq-select-multiple li.disabled {
	color: #AAA;
}
.jq-select-multiple.disabled li.selected,
.jq-select-multiple li.selected.disabled {
	background: #CCC;
	color: #FFF;
}
.jq-select-multiple li.optgroup {
	font-weight: bold;
}
.jq-select-multiple li.option {
	padding-left: 25px;
}


input[type='email'].styler,
input[type='password'].styler,
input[type='search'].styler,
input[type='tel'].styler,
input[type='text'].styler,
input[type='url'].styler,
textarea.styler {
	padding: 8px 9px;
	border: 1px solid #CCC;
	border-bottom-color: #B3B3B3;
	border-radius: 4px;
	box-shadow: inset 1px 1px #F1F1F1, 0 1px 2px rgba(0,0,0,.1);
	font: 14px Arial, sans-serif;
	color: #333;
}
input[type='search'].styler {
	-webkit-appearance: none;
}
textarea.styler {
	overflow: auto;
}
input[type='email'].styler:hover,
input[type='password'].styler:hover,
input[type='search'].styler:hover,
input[type='tel'].styler:hover,
input[type='text'].styler:hover,
input[type='url'].styler:hover,
textarea.styler:hover {
	border-color: #B3B3B3;
}
input[type='email'].styler:focus,
input[type='password'].styler:focus,
input[type='search'].styler:focus,
input[type='tel'].styler:focus,
input[type='text'].styler:focus,
input[type='url'].styler:focus,
textarea.styler:focus {
	border-color: #CCC;
	border-top-color: #B3B3B3;
	outline: none;
	box-shadow: inset 0 1px 2px rgba(0,0,0,.1);
}
button.styler,
input[type='button'].styler,
input[type='submit'].styler,
input[type='reset'].styler {
	overflow: visible;
	padding: 8px 11px;
	border: 1px solid #CCC;
	border-bottom-color: #B3B3B3;
	border-radius: 4px;
	outline: none;
	background: #F5F5F5;
	background: -webkit-linear-gradient(#FFF, #E6E6E6);
	background:         linear-gradient(#FFF, #E6E6E6);
	box-shadow: inset 1px -1px #F1F1F1, inset -1px 0 #F1F1F1, 0 1px 2px rgba(0,0,0,.1);
	font: 14px Arial, sans-serif;
	color: #333;
	text-shadow: 1px 1px #FFF;
	cursor: pointer;
}
button.styler::-moz-focus-inner,
input[type='button'].styler::-moz-focus-inner,
input[type='submit'].styler::-moz-focus-inner,
input[type='reset'].styler::-moz-focus-inner {
	padding: 0;
	border: 0;
}
button.styler:not([disabled]):hover,
input[type='button'].styler:not([disabled]):hover,
input[type='submit'].styler:not([disabled]):hover,
input[type='reset'].styler:hover {
	background: #E6E6E6;
	background: -webkit-linear-gradient(#F6F6F6, #E6E6E6);
	background:         linear-gradient(#F6F6F6, #E6E6E6);
}
button.styler:not([disabled]):active,
input[type='button'].styler:not([disabled]):active,
input[type='submit'].styler:not([disabled]):active,
input[type='reset'].styler:active {
	background: #F5F5F5;
	box-shadow: inset 1px 1px 3px #DDD;
}
button.styler[disabled],
input[type='button'].styler[disabled],
input[type='submit'].styler[disabled] {
	border-color: #CCC;
	background: #F5F5F5;
	box-shadow: none;
	color: #888;
}
/* End */


/* Start:/local/templates/zkometa_2021/css/jquery.fancybox.css?164768291817890*/
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;
  backface-visibility: hidden;
  height: 100%;
  left: 0;
  position: fixed;
  -webkit-tap-highlight-color: transparent;
  top: 0;
  -webkit-transform: translateZ(0);
  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: #000;
  opacity: 0;
  transition-duration: inherit;
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.47, 0, 0.74, 0.71); }

.fancybox-is-open .fancybox-bg {
  opacity: .4;
  transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1); }

.fancybox-infobar,
.fancybox-toolbar,
.fancybox-caption,
.fancybox-navigation .fancybox-button {
  direction: ltr;
  opacity: 0;
  position: absolute;
  transition: opacity .25s, visibility 0s linear .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, visibility 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;
  text-align: center;
  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; 
  opacity:1;
  visibility:visible;
}

.video .fancybox-toolbar {
  right: 12px;
  top: -44px; 
  opacity:1;
  visibility:visible;
}

.fancybox-is-fullscreen .fancybox-toolbar {
  right: 0;
  top: 0;
position:fixed;  
}

.fancybox-stage {
  direction: ltr;
  overflow: visible;
  -webkit-transform: translate3d(0, 0, 0);
  z-index: 99994; }

.fancybox-is-open .fancybox-stage {
  overflow: hidden; }

.fancybox-slide {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  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: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  white-space: normal;
  width: 100%;
  z-index: 99994; }

.fancybox-slide::before {
  content: '';
  display: inline-block;
  height: 100%;
  margin-right: -.25em;
  vertical-align: middle;
  width: 0; }

.fancybox-is-sliding .fancybox-slide,
.fancybox-slide--previous,
.fancybox-slide--current,
.fancybox-slide--next {
  display: block; }

.fancybox-slide--next {
  z-index: 99995; }

.fancybox-slide--image {
  overflow: visible;
  padding: 44px 0; }

.fancybox-slide--image::before {
  display: none; }

.fancybox-slide--html {
  padding: 6px 6px 0 6px; }

.fancybox-slide--iframe {
  padding: 44px 44px 0; }

.fancybox-content {
  background: #fff;
  display: inline-block;
  margin:0;
  max-width: 100%;
  overflow: auto;
  padding: 0;
  position: relative;
  text-align: left;
  vertical-align: middle; 
}

.fancybox-slide--image .fancybox-content {
  -webkit-animation-timing-function: cubic-bezier(0.5, 0, 0.14, 1);
  animation-timing-function: cubic-bezier(0.5, 0, 0.14, 1);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  background: transparent;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  left: 0;
  margin: 0;
  max-width: none;
  overflow: visible;
  padding: 0;
  position: absolute;
  top: 0;
  -webkit-transform-origin: top left;
  -ms-transform-origin: top left;
  transform-origin: top left;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  z-index: 99995; }

/*.fancybox-can-zoomOut .fancybox-content {
  cursor: -webkit-zoom-out;
  cursor: zoom-out; }

.fancybox-can-zoomIn .fancybox-content {
  cursor: -webkit-zoom-in;
  cursor: zoom-in; }

.fancybox-can-drag .fancybox-content {
  cursor: -webkit-grab;
  cursor: grab; }

.fancybox-is-dragging .fancybox-content {
  cursor: -webkit-grabbing;
  cursor: grabbing; }*/

.fancybox-container [data-selectable='true'] {
  cursor: text; }

.fancybox-image,
.fancybox-spaceball {
  background: transparent;
  border: 0;
  height: auto;
  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--html .fancybox-content {
  margin-bottom: 0 }

.fancybox-slide--video .fancybox-content,
.fancybox-slide--map .fancybox-content,
.fancybox-slide--iframe .fancybox-content {
  height: 100%;
  margin: 0;
  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;
  height: calc(100% - 44px);
  margin-bottom: 44px; }

.fancybox-video,
.fancybox-iframe {
  background: transparent;
  border: 0;
  height: 100%;
  margin: 0;
  overflow: hidden;
  padding: 0;
  width: 100%; }

.fancybox-iframe {
  vertical-align: top; }

.fancybox-error {
  background: #fff;
  cursor: default;
  max-width: 400px;
  padding: 60px;
  width: 100%; 
}

.fancybox-error p {
  color: #444;
  font-size: 16px;
  line-height: 20px;
  margin: 0;
  padding: 0; }

/* Buttons */
.fancybox-button {
  background: rgba(30, 30, 30, 0.6);
  border: 0;
  border-radius: 0;
  cursor: pointer;
  display: inline-block;
  height: 44px;
  margin: 0;
  outline: none;
  padding: 13px 10px 10px;
  transition: color .2s;
  width: 44px; }

.fancybox-button,
.fancybox-button:visited,
.fancybox-button:link {
  color: #ccc; }

.fancybox-button:focus,
.fancybox-button:hover {
  color: #fff; }

.fancybox-button.disabled,
.fancybox-button.disabled:hover,
.fancybox-button[disabled],
.fancybox-button[disabled]:hover {
  color: #888;
  cursor: default; }

.fancybox-button svg {
  display: block;
  overflow: visible;
  position: relative;
  shape-rendering: geometricPrecision; }

.fancybox-button svg path {
  fill: transparent;
  stroke: currentColor;
  stroke-linejoin: round;
  stroke-width: 3; }

.fancybox-button--play svg path:nth-child(2) {
  display: none; }

.fancybox-button--pause svg path:nth-child(1) {
  display: none; }

.fancybox-button--play svg path,
.fancybox-button--share svg path,
.fancybox-button--thumbs svg path {
  fill: currentColor; }

.fancybox-button--share svg path {
  stroke-width: 1; }

/* Navigation arrows */
.fancybox-navigation .fancybox-button {
  height: 38px;
  opacity: 0;
  padding: 6px;
  position: absolute;
  top: 50%;
  width: 38px; }

.fancybox-show-nav .fancybox-navigation .fancybox-button {
  transition: opacity .25s, visibility 0s, color .25s; }

.fancybox-navigation .fancybox-button::after {
  content: '';
  left: -25px;
  padding: 50px;
  position: absolute;
  top: -25px; }

.fancybox-navigation .fancybox-button--arrow_left {
  left: 6px; }

.fancybox-navigation .fancybox-button--arrow_right {
  right: 6px; }

/* Close button on the top right corner of html content */
.fancybox-close-small {
  background: transparent;
  border: 0;
  border-radius: 0;
  color: #555;
  cursor: pointer;
  height:30px;
  margin: 0;
  padding: 0;
  position: absolute;
  right: 20px;
  top: 20px;
  width:30px;
  z-index: 10;
  min-width:auto;
}

.fancybox-close-small svg {
  fill: transparent;
  opacity: .8;
  stroke: currentColor;
  stroke-width: 1.5;
  transition: stroke .1s; }

.fancybox-close-small:focus {
  outline: none; }

.fancybox-close-small:hover svg {
  opacity: 1; }

.fancybox-slide--image .fancybox-close-small,
.fancybox-slide--video .fancybox-close-small,
.fancybox-slide--iframe .fancybox-close-small {
  color: #ccc;
  padding: 5px;
  right: -12px;
  top: -44px; }

.fancybox-slide--image .fancybox-close-small:hover svg,
.fancybox-slide--video .fancybox-close-small:hover svg,
.fancybox-slide--iframe .fancybox-close-small:hover svg {
  background: transparent;
  color: #fff; }

.fancybox-is-scaling .fancybox-close-small,
.fancybox-is-zoomable.fancybox-can-drag .fancybox-close-small {
  display: none; }

/* Caption */
.fancybox-caption {
  bottom: 0;
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  left: 0;
  line-height: 1.5;
  padding: 25px 44px 25px 44px;
  right: 0; }

.fancybox-caption::before {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAEtCAQAAABjBcL7AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAHRJREFUKM+Vk8EOgDAIQ0vj/3+xBw8qIZZueFnIKC90MCAI8DlrkHGeqqGIU6lVigrBtpCWqeRWoHDNqs0F7VNVBVxmHRlvoVqjaYkdnDIaivH2HqZ5+oZj3JUzWB+cOz4G48Bg+tsJ/tqu4dLC/4Xb+0GcF5BwBC0AA53qAAAAAElFTkSuQmCC);
  background-repeat: repeat-x;
  background-size: contain;
  bottom: 0;
  content: '';
  display: block;
  left: 0;
  pointer-events: none;
  position: absolute;
  right: 0;
  top: -25px;
  z-index: -1; }

.fancybox-caption::after {
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  content: '';
  display: block;
  left: 44px;
  position: absolute;
  right: 44px;
  top: 0; }

.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 {
  -webkit-animation: fancybox-rotate .8s infinite linear;
  animation: fancybox-rotate .8s infinite linear;
  background: transparent;
  border: 6px solid rgba(100, 100, 100, 0.5);
  border-radius: 100%;
  border-top-color: #fff;
  height: 60px;
  left: 50%;
  margin: -30px 0 0 -30px;
  opacity: .6;
  padding: 0;
  position: absolute;
  top: 50%;
  width: 60px;
  z-index: 99999; }

@-webkit-keyframes fancybox-rotate {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  to {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg); } }

@keyframes fancybox-rotate {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  to {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg); } }

/* Transition effects */
.fancybox-animated {
  transition-timing-function: cubic-bezier(0, 0, 0.25, 1); }

/* transitionEffect: slide */
.fancybox-fx-slide.fancybox-slide--previous {
  opacity: 0;
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0); }

.fancybox-fx-slide.fancybox-slide--next {
  opacity: 0;
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0); }

.fancybox-fx-slide.fancybox-slide--current {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  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(0.19, 1, 0.22, 1); }

.fancybox-fx-fade.fancybox-slide--current {
  opacity: 1; }

/* transitionEffect: zoom-in-out */
.fancybox-fx-zoom-in-out.fancybox-slide--previous {
  opacity: 0;
  -webkit-transform: scale3d(1.5, 1.5, 1.5);
  transform: scale3d(1.5, 1.5, 1.5); }

.fancybox-fx-zoom-in-out.fancybox-slide--next {
  opacity: 0;
  -webkit-transform: scale3d(0.5, 0.5, 0.5);
  transform: scale3d(0.5, 0.5, 0.5); }

.fancybox-fx-zoom-in-out.fancybox-slide--current {
  opacity: 1;
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1); }

/* transitionEffect: rotate */
.fancybox-fx-rotate.fancybox-slide--previous {
  opacity: 0;
  -webkit-transform: rotate(-360deg);
  -ms-transform: rotate(-360deg);
  transform: rotate(-360deg); }

.fancybox-fx-rotate.fancybox-slide--next {
  opacity: 0;
  -webkit-transform: rotate(360deg);
  -ms-transform: rotate(360deg);
  transform: rotate(360deg); }

.fancybox-fx-rotate.fancybox-slide--current {
  opacity: 1;
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg); }

/* transitionEffect: circular */
.fancybox-fx-circular.fancybox-slide--previous {
  opacity: 0;
  -webkit-transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
  transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0); }

.fancybox-fx-circular.fancybox-slide--next {
  opacity: 0;
  -webkit-transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
  transform: scale3d(0, 0, 0) translate3d(100%, 0, 0); }

.fancybox-fx-circular.fancybox-slide--current {
  opacity: 1;
  -webkit-transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
  transform: scale3d(1, 1, 1) translate3d(0, 0, 0); }

/* transitionEffect: tube */
.fancybox-fx-tube.fancybox-slide--previous {
  -webkit-transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg);
  transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg); }

.fancybox-fx-tube.fancybox-slide--next {
  -webkit-transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg);
  transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg); }

.fancybox-fx-tube.fancybox-slide--current {
  -webkit-transform: translate3d(0, 0, 0) scale(1);
  transform: translate3d(0, 0, 0) scale(1); }

/* Share */
.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%; }

/* Thumbs */
.fancybox-thumbs {
  display: none;
  margin: 0;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  padding: 2px 2px 4px 2px;
  position: absolute;
  -webkit-tap-highlight-color: transparent;
  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 > ul {
  font-size: 0;
  height: 100%;
  list-style: none;
  overflow-x: hidden;
  overflow-y: auto;
  position: absolute;
  position: relative;
  white-space: nowrap;
  width: 100%; }

.fancybox-thumbs-x > ul {
	overflow-y:hidden;
 }

.fancybox-thumbs-y > ul::-webkit-scrollbar {
  width: 7px; }

.fancybox-thumbs-y > ul::-webkit-scrollbar-track {
  background: #fff;
  border-radius: 10px;
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3); }

.fancybox-thumbs-y > ul::-webkit-scrollbar-thumb {
  background: #2a2a2a;
  border-radius: 10px; }

.fancybox-thumbs > ul > li {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  cursor: pointer;
  float: left;
  /*max-height: calc(100% - 8px);
  max-width: calc(50% - 4px);*/
  outline: none;

  padding: 0;
  position: relative;
  -webkit-tap-highlight-color: transparent; }

.fancybox-thumbs-loading {
  background: rgba(0, 0, 0, 0.1); }

.fancybox-thumbs > ul > li {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover; }

.fancybox-thumbs > ul > li:before { 
  content: '';
  position: absolute;
  }

.fancybox-thumbs .fancybox-thumbs-active:before {
  opacity: 1; }
/* End */


/* Start:/local/templates/zkometa_2021/components/bitrix/news.list/slider1/style.css?1647682917150*/
div.news-list
{
	word-wrap: break-word;
}
div.news-list img.preview_picture
{
	float:left;
	margin:0 4px 6px 0;
}
.news-date-time {
	color:#486DAA;
}

/* End */


/* Start:/local/templates/zkometa_2021/styles.css?16476829171214*/
/* Text */
img {border:0 none;}

h1, h2, h3, h4, h5, h6
{
	font-family: Arial, Helvetica,sans-serif; 
	margin:1.3em 0 0.7em;
	font-weight:normal;
	line-height:1.2;
}

h1 { font-size:190%; margin:0 0 1em; }
h2 { font-size:150%; }
h3 { font-size:130%; font-weight: bold;}
h4 { font-size:120%;}
h5 
{ 
	border-bottom:1px solid #E5E5E5;
	font-size:140%;
	font-weight:normal;
	margin:0 0 1.1em;
	padding:0 0 1em;
}
h6 { font-size:100%; }

hr, .hr 
{
	border-top:1px solid;
	display:block;
	font-size:1px;
	height:1px;
	line-height:1px;
	margin:12px 0;
	overflow:hidden;
	padding:0;
}

#workarea ul { list-style-type: none;  padding:0; margin: 0 0 0 1.5em;}
#workarea ul li:before { content:'\2014\a0'; }
#workarea li
{
	behavior:expression( !this.before  ? this.before = this.innerHTML = '<span class="dash">— </span>' + this.innerHTML :'' );
	text-indent:-1.35em;
	margin: 0.6em 0
}

#workarea ul ul { padding:0 0 0 1.5em; margin: 0.6em 0}


table.data-table { width: 100%; border-bottom: 1px solid #F0F0F0; border-top: 1px solid #F0F0F0}
table.data-table th { text-align: left;}
table.data-table td, table.data-table th { padding: 1em; font-size: 0.85em;}
table.data-table tr.alt-row { background-color: #F0F0F0; }
/* End */


/* Start:/local/templates/zkometa_2021/template_styles.css?175042394225822*/
body {
	background:#fff;
	font-family: 'Montserrat', sans-serif;
	font-style: normal;
	font-weight: normal;
	font-size: 15px;
	line-height: 180%;
	color: #363636;
	padding:0;
	margin:0;
	overflow:hidden;
	overflow-y:auto;
}
body.fixed {
	overflow:hidden;
	overflow-y:hidden;
}
a {
	color: #CF3A46;
	outline:none;
	-webkit-appearance: none;
	-moz-transition: all 0.3s;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}
a:hover {
	color:#363636;
	text-decoration:none;
}
H1 {
	padding:0 0 20px;
	font-family: 'Cormorant Garamond', sans-serif;
	font-weight: 600;
	font-size: 30px;
	line-height: 140%;
	text-transform:uppercase;
	margin:0 0 40px;
	color: #363636;
	position:relative;
}
h1:before, h2:before {
	content:'';
	width:100%;
	max-width:150px;
	height:1px;
	background: #D3B06B;
	left:0;
	bottom:0;
	position:absolute;
}
H2 {
	padding:0 0 20px;
	font-family: 'Cormorant Garamond', sans-serif;
	font-weight: 600;
	font-size: 30px;
	line-height: 140%;
	text-transform:uppercase;
	margin:0 0 40px;
	color: #363636;
	position:relative;
}
H3 {
	padding:0;
	margin:0 0 10px;
	font-family: 'Montserrat', sans-serif;
	font-weight:500;
	font-size: 21px;
	line-height: 140%;
	color: #363636;
}
H4 {
	padding:0;
	margin:0 0 10px;
	font-family: 'Montserrat', sans-serif;
	font-weight: bold;
	font-size: 13px;
	line-height: 16px;
	color: #363636;
}
img {
	border:none;
	outline:none;
	max-width:100%;
	height:auto;
}
ul, ol {
	padding:0;
	margin:0;
}
ul li, ol li {
	list-style:none;
}
input[type=text], input[type=email], input[type=password], input[type=number], input[type=phone] {
	background: #FFFFFF;
	border: 1px solid #F6F6F6;
	box-sizing: border-box;
	width:100%;
	font-family: 'Montserrat', sans-serif;
	font-size: 12px;
	line-height: 15px;
	color: #363636;
	padding:15px 20px;
	outline:none;
	-webkit-appearance: none;
	-moz-transition: all 0.3s;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}
textarea {
	background: #FFFFFF;
	border: 1px solid #F6F6F6;
	box-sizing: border-box;
	width:100%;
	font-family: 'Montserrat', sans-serif;
	font-size: 12px;
	line-height: 15px;
	color: #363636;
	padding:15px 20px;
	outline:none;
	resize: none;
	height:100px;
	-webkit-appearance: none;
	-moz-transition: all 0.3s;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}
input[type=text]:focus, input[type=email]:focus, input[type=password]:focus, input[type=number]:focus, input[type=phone]:focus, textarea:focus {
	border: 1px solid #D3B06B;
}
input.error {
	border: 1px solid #CF3A46;
}
.errorTxt {
	font-size: 13px;
	line-height: 19px;
	color:#CF3A46;
	display:block;
	margin:10px 0 0;
}
input[type=text]:placeholder, input[type=email]:placeholder, input[type=password]:placeholder, input[type=number]:placeholder, input[type=phone]:placeholder, textarea:placeholder {
	color:#666666;
}
input[type=submit], button, .btn {
	outline:none;
	font-family: 'Montserrat', sans-serif;
	font-weight: 500;
	font-size: 15px;
	line-height: 18px;
	color: #363636;
	background: none;
	border: 2px solid #D3B06B;
	-webkit-appearance: none;
	cursor:pointer;   
	text-align: center;
	box-sizing:border-box;
	display:block;
	width:max-content;
	min-width:245px;
	padding:19px 25px;
	text-decoration:none;
	-moz-transition: all 0.3s;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}
main input[type=submit]:hover, main button:hover, .btn:hover {
	color: #fff;
	background: #D3B06B;
}
.btn.redBtn {
	background: #CF3A46;
	color:#fff;
	border: 2px solid #CF3A46;
}
.btn.redBtn:hover {
	background:#BB2E39;
	border: 2px solid #BB2E39;
}
.wrapper {
	max-width:1400px;
	margin:0 auto;
	box-sizing:border-box;
}
.flex {
	display:flex;
	align-items:center;
	justify-content:space-between;
}
.grid {
	display:grid;
	grid-gap:30px;
}
.col-2 {
	grid-template-columns: 1fr 1fr;
}
.col-3 {
	grid-template-columns: 1fr 1fr 1fr;
}
.col-4 {
	grid-template-columns: 1fr 1fr 1fr 1fr;
}
.col-5 {
	grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
}
.col-6 {
	grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
}
.icon {
	display:inline-block;
	-moz-transition: all 0.3s;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}
svg path, svg {
	-moz-transition: all 0.3s;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}
.ph {
	display:none;
}
label {
	font-size: 14px;
	line-height: 19px;
	color: #363636;
	margin:0 0 8px;
	display:block;
}
/*Header*/
header {
	position:fixed;
	position: sticky;
	left:0;
	right:0;
	top:0;
	background: #FFFFFF;
	box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.05);
	padding:24px 0 27px;
	z-index:10;
}
.logoBox {
	width:100%;
	max-width:300px;
}
.logoBox img {
	display:block;
}
.phoneBox {
	width:100%;
	justify-content:flex-start;
	margin-left:5.208vw;
}
.menuBox {
	width:100%;
	justify-content:flex-end;
	margin-left:5.208vw;
	position:relative;
}
.iconBox {
	width:100%;
	max-width:40px;
	height:40px;
	margin-right:25px;
}
.iconBox a {
	height:100%;
	background: #D3B06B;
	border-radius:50%;
	display:flex;
	align-items:center;
	justify-content:center;
}
.iconBox a:hover svg {
	transform:scale(1.1);
}
.linkBox a {
	display:block;
	width:max-content;
	font-size: 12px;
	line-height: 15px;
}
.phoneLink, .linkBox .phoneLink {
	font-family: 'Cormorant Infant', serif;
	font-weight: 600;
	font-size: 24px;
	line-height: 29px;
	color:#333;
	text-decoration:none;
}
.menuBtn {
	font-weight: 500;
	font-size: 15px;
	line-height: 18px;
	margin-right:20px;
	background: #CF3A46;
	color:#fff;
	padding:9px 20px;
	border:2px solid #CF3A46;
	text-decoration:none;
}
.menuBtn:hover {
	color:#fff;
	background:#BB2E39;
	border: 2px solid #BB2E39;
}
.menuBtn.userBtn{
	margin:0;
}
.userBtn {
	color:#363636;
	border:2px solid #D3B06B;
	background:none;
}
.userBtn:hover {
	color:#fff;
	background:#D3B06B;
	border: 2px solid #D3B06B;
}
.menuTxt {
	width:100%;
}
.menuIcon {
	width:100%;
	max-width:15px;
	min-width:15px;
	margin-right:10px;
}
.menuIcon span {
	display:block;
	background:#fff;
	border-radius: 2px;
	height:2px;
	width:100%;
	margin:0 0 2px;
	position:relative;
	-moz-transition: all 0.3s;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}
.menuIcon span:nth-child(2) {
	width:12px;
}
.menuIcon span:last-child {
	margin:0;
	width:7px;
}
.menuBtn.active span:first-child {
	transform:rotate(45deg);
	top:4px;
}
.menuBtn.active span:last-child {
	transform:rotate(-45deg);
	top:-4px;
	width:100%;
}
.menuBtn.active span:nth-child(2) {
	opacity:0;
}
.userBtn .menuIcon {
	display:none;
}
#menu {
	position:absolute;
	background: #CF3A46;
	right:0;
	padding:50px;
	top:69px;
	box-sizing:border-box;
	min-width:525px;
	display:none;
}
.menuIn li {
	margin:0 0 25px;
}
.menuIn li:last-child {
	margin:0;
}
.menuIn li a {
	font-weight: 500;
	font-size: 18px;
	line-height: 22px;
	text-decoration:none;
}
#menu a {
	color: #FFFFFF;
}
#menu a:hover, #menu .selected a {
	opacity:.8;
}
#menu .phoneBox {
	margin:40px 0 0;
	display:none;
}
.user {
	width:14px;
	height:16px;
	background:url(/local/templates/zkometa_2021/images/user.svg) no-repeat left top / cover;
}
/*Content*/
main {
	padding:95px 0 0;
}
.var1 {
	background:url(/local/templates/zkometa_2021/images/slider-bg.jpg) repeat-x center center;
}
.sliderTxt {
	width:100%;
	position:relative;
	max-width:770px;
	box-sizing:border-box;
}
.sliderImg {
	position:relative;
	z-index:2;
}
.sliderImg img {
	display:block;
}
.var1 .sliderTxt {
	text-align:center;
	padding:70px 75px 70px 130px;
	margin:0 0 50px;
}
.var1 .sliderTxt:before {
	content:'';
	border:3px solid rgba(211,176,107,.2);
	position:absolute;
	top:0;
	left:0;
	right:-60px;
	bottom:0;
	z-index:1;
}
.var1 .h3 {
	font-weight: 500;
	font-size: 15px;
	line-height: 18px;
	letter-spacing: 0.2em;
	text-transform: uppercase;
	color: #CF3A46;
}
.var1 .h1 {
	font-family: 'Cormorant Garamond', sans-serif;
	font-weight: 500;
	font-size:55px;
	line-height:65px;
	text-transform: uppercase;
	padding:0 0 10px;
	margin:0 0 40px;
	position:relative;
}
.var1 .h1:before {
	content:'';
	width:100%;
	max-width:150px;
	height:1px;
	background: #D3B06B;
	left:50%;
	margin-left:-75px;
	bottom:0;
	position:absolute;
}
#slider .slick-slider {
	padding:0;
}
#slider .slick-slide {
	height: 458px;
}
.sliderTxt_in, .sliderTxt .btn {
	position:relative;
	z-index:2;
}
.sliderTxt .btn {
	margin:60px auto 0;
}
.sliderTxt_in h4 {
	text-align:center;
}
.sliderTxt_in {
	font-weight: 500;
	font-size: 13px;
	line-height: 16px;
	text-align:left;
}
ol li {
	counter-increment: li;
	position:relative;
}
ol li:before {
	content: counter(li)'.';
}
.slick-dots {
	display:flex;
	align-items:center;
	justify-content:center;
	margin:40px 0 0;
}
.slick-dots li {
	margin-right:10px;
}
.slick-dots li:last-child {
	margin-right:0;
}
.slick-dots li button {
	padding:0;
	margin:0;
	border:0;
	font-size:0;
	background: #F3F0EB;
	border-radius: 2px;
	min-width:auto;
	width:30px;
	height:3px;
}
.slick-dots li.slick-active button, #sliderDots .slick-dots li.slick-active button, #review .slick-dots li.slick-active button {
	background: #CF3A46;
}
#sliderDots {
	position:relative;
}
#sliderDots .slick-dots {
	margin:0;
	justify-content:flex-start;
	position:absolute;
	top:-70px;
}
#sliderDots .slick-dots li button {
	background:#fff;
}
.slick-slide > div, .slick-slide .item, .slider .wrapper.flex, .var1, .var2, .var3, .var4 {
	height:100%;
}
.var2 .sliderTxt {
	text-align:left;
	color:#fff;
	font-weight: 500;
	font-size: 15px;
	line-height: 18px;
	text-transform: uppercase;
}
.var2 .h1, .var4 .h1 {
	font-family: 'Cormorant Garamond', sans-serif;
	font-weight: 500;
	font-size: 48px;
	line-height: 58px;
	margin:0 0 10px;
}
.var2 .btn {
	margin:40px 0 0;
	border-color:#fff;
	color:#fff;
	text-transform:none;
}
.var2 .btn:hover {
	background:none;
	opacity:.8;
}
.var4 .sliderTxt {
	text-align:left;
	font-weight: 500;
	font-size: 15px;
	line-height: 18px;
	text-transform: uppercase;
}
.var4 .btn {
	text-transform:none;
	margin:40px 0 0;
}
#best, #about, #why, #review, #instagram, #form, #var, #job, #mapPage {
	margin-top:70px;
}
#best h2, #about h2, #why h2, #review h2, #instagram h2, #var h2, #job h2, .formBox h2 {
	text-align:center;
}
#best h2:before, #about h2:before, #why h2:before, #review h2:before, #instagram h2:before, #var h2:before, #job h2:before, .formBox h2:before {
	left:50%;
	margin-left:-75px;
}
.slick-arrow {
	position:absolute;
	top:45%;
	margin-top:-35px;
	z-index:5;
	cursor:pointer;
	-moz-transition: all 0.3s;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}
.slick-arrow:hover {
	opacity:.8;
}
.slick-arrow.slick-disabled {
	opacity:0;
	visibility:hidden;
}
.slick-prev {
	left:0;
	transform:rotate(-180deg);
}
.slick-next {
	right:0;
}
.slick-slider {
	padding:0 70px;
}
.seeMore {
	margin:50px 0 0;
}
.seeMore .btn {
	margin:0 auto;
}
.productItem {
	padding:10px 0;
	margin:0 13.5px;
	box-sizing: border-box;
	height:100%;
}
.productItem a, .giftItem_box {
	display:block;
	height:100%;
	text-align:center;
	background: #FFFFFF;
	border: 1px solid #E8E8E8;
	box-sizing: border-box;
	padding:40px;
	text-decoration:none;
	display:flex;
	flex-flow:column;
	justify-content:space-between;
	-moz-transition: all 0.3s;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}
.productItem a:hover, .giftItem_box:hover {
	border:1px solid #fff;
	box-shadow: 0px 0px 25px #F6F6F6;
}
.prodThumb {
	margin:0 0 35px;
	min-height:213px;
	display:flex;
	align-items:center;
	justify-content:center;
}
.prodThumb img {
	display:block;
	margin:0 auto;
}
.catBox {
	font-size: 13px;
	line-height: 140%;
	margin:0 0 10px;
}
.productItem h3 {
	font-weight:normal;
	font-size: 18px;
	line-height: 140%;
	margin:0;
}
.prodPrice {
	font-family: 'Cormorant Garamond', sans-serif;
	margin:10px 0 0;
	font-weight: 600;
	font-size: 28px;
	line-height: 140%;
	color: #363636;
	height:100%;
	align-items:flex-end;
}
.salePrice {
	font-weight: normal;
	color: #C4C4C4;
	position:relative;
}
.salePrice:before {
	content:'';
	position:absolute;
	left:0;
	right:0;
	height:1px;
	background: #C4C4C4;
	top:55%;
}
.greyBg {
	background: #F7F7F7;
	padding:60px 0 75px;
}
.subTxt {
	text-align:center;
	margin:-15px auto 40px;
	max-width:700px;
}
.whiteBox {
	background: #FFFFFF;
	max-width:1200px;
	margin:0 auto;
	box-sizing:border-box;
	padding:50px 100px;
}
.whyItem {
	background: #F6F6F6;
	box-sizing:border-box;
	padding:40px 40px 50px;
}
.whyThumb {
	margin:0 0 20px;
	display:flex;
	align-items:center;
	justify-content:center;
	width:80px;
	height:80px;
	background:#fff;
	border-radius:50%;
}
.whyItem h3 {
	font-size:18px;
}
.reviewSlider {
	padding:0 120px;
}
.revItem {
	background:#fff;
	padding:40px 120px;
	text-align:center;
	height:100%;
	box-sizing:border-box;
	display:flex;
	flex-flow:column;
	align-items:center;
	justify-content:center;
}
.revImg {
	width:80px;
	height:80px;
	margin:0 auto 10px;
	background:#fff;	
	background:#ccc;
	border-radius:50%;
}
.revImg img {
	border-radius:50%;
	display:block;
}
.revName {
	font-weight: 500;
	font-size: 18px;
	line-height: 140%;
	margin:0 0 20px;
}
.flowerBox {
	position:relative;
}
.flower {
	width:245px;
	height:245px;
	background:url(/local/templates/zkometa_2021/images/flower.svg) no-repeat left top / cover;
	position:absolute;
	top:-5.208vw;
	left:0.781vw;
}
.flower.medium {
	width:160px;
	height:160px;
	right:4.688vw;
	left:auto;
	top:-2.604vw;
}
.flower.small {
	width:90px;
	height:90px;
	right:160px;
	left:auto;
	top:auto;
	bottom:0px;
}
#review .slick-dots li button {
	background:#fff;
}
.instCol {
	margin-right:30px;
}
.instCol:last-child {
	margin-right:0;
}
.instCol img {
	display:block;
	-moz-transition: all 0.3s;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}
.instCol a:hover img {
	opacity:.8;
}
.instCol a {
	font-weight: 600;
	font-size: 18px;
	line-height: 140%;
	text-align: center;
	text-transform: uppercase;
	color: #FFFFFF;
	text-decoration:none;
}
.instLogo {
	margin:0 auto 20px;
	background: #FFFFFF;
	border-radius:50%;
	width:40px;
	height:40px;
	display:flex;
	align-items:center;
	justify-content:center;
}
.instLogo svg path {
	stroke: #D3B06B;
}
.instTxt {
	position:absolute;
	left:0;
	right:0;
	top:0;
	bottom:0;
	background: rgba(0, 0, 0, 0.5);
	z-index:2;
	display:flex;
	flex-flow:column;
	align-items:center;
	justify-content:center;
}
.instImg {
	position:relative;
	margin-bottom:30px;
	background: #D3B06B;
}
.instImg:last-child {
	margin-bottom:0;
}
.formLeft {
	width:100%;
	max-width:500px;
	margin-right:70px;
}
.formLeft .subTxt {
	text-align:left;
}
.formRight {
	padding:60px 100px;
	background: #F6F6F6;
	box-sizing:border-box;
	width:100%;
}
.formLink {
	margin:0 0 30px;
}
.formLink a {
	display:block;
	width:max-width;
}
.formLink .phoneLink {
	font-size: 30px;
	line-height: 36px;
}
.formLink h4 {
	font-size: 15px;
	line-height: 18px;
	margin:0 0 6px;
}
form .input {
	margin:0 0 20px;
	width:100%;
}
form .flex .input:last-child {
	margin-right:0;
}
form .flex .input {
	margin-right:20px;
}
form .flex .input label {
	font-size: 11px;
	line-height: 15px;
}
.checkBox {
	align-items:flex-start;
}
.checkBox label {
	margin:0;
	display:flex;
	align-items:flex-start;
	justify-content:space-between;
	font-size: 11px;
	line-height: 15px;
}
.checkBox .main-user-consent-request-announce {
	font-size: 11px;
	line-height: 15px;
}
.formBtn {
	margin:10px 0 0;
}
.formBtn .btn {
	margin:0 auto;
}
#breadcrumbs {
	margin-top:40px;
	font-size: 13px;
	line-height: 16px;
}
#breadcrumbs a {
	color: #363636;
	position:relative;
	padding-right:10px;
	margin-right:5px;
	text-decoration:none;
}
#breadcrumbs a:before {
	content:'';
	position:absolute;
	right:0;
	top:5px;
	width:4px;
	height:7px;
	background:url(/local/templates/zkometa_2021/images/bread.svg) no-repeat left top;
}
#content {
	margin-top:50px;
}
.picBox {
	width:100%;
	max-width:635px;
}
.aboutSlider {
	position:relative;
}
.aboutLeft {
	margin-right:80px;
}
.aboutBox {
	margin:0 0 100px;
	align-items:flex-start;
}
.aboutBox:last-child {
	margin:0;
}
.aboutSlider img {
	display:block;
	margin:0 auto;
}
.mapBox {
	position:absolute;
	background:#fff;
	max-width:415px;
	padding:50px;
	box-sizing:border-box;
	top:80px;
	z-index:2;
	width:100%;
}
#mapBox .wrapper, #mapPage {
	position:relative;
}
#map {
	position:relative;
	min-height:515px;
	width:100%;
	z-index:1;
}
#mapList {
	margin-top:40px;
}
.mapItem {
	margin:0 0 40px;
}
.mapItem:last-child {
	margin:0;
}
.mapItem h3 {
	font-family: 'Cormorant Garamond', sans-serif;
	font-weight: 600;
	font-size: 26px;
	line-height: 140%;
	position:relative;
	text-transform:uppercase;
	margin:0;
	padding:0 0 20px;
	display:flex;
	align-items:center;
}
.mapItem h3:after, .jobTitle:after {
	content:'';
	display:block;
	width:100%;
	max-width:21px;
	height:12px;
	margin-left:20px;
	background:url(/local/templates/zkometa_2021/images/arrow-down.svg) no-repeat left top;
	-moz-transition: all 0.3s;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}
.mapItem .mapTitle.active h3:after, .jobTitle.active:after {
	transform:rotate(-180deg);
}
.mapItem h3:before {
	content:'';
	width:100%;
	max-width:250px;
	height:1px;
	background: #D3B06B;
	left:0;
	bottom:0;
	position:absolute;
}
.shopItem {
	margin:0 0 30px;
	box-sizing:border-box;
	padding:40px;
	background: #F6F6F6;
}
.shopItem:last-child {
	margin:0;
}
.shopItem h4 {
	font-family: 'Montserrat', sans-serif;
	font-style: normal;
	font-weight: 600;
	font-size: 18px;
	line-height: 22px;
	margin:0 0 5px;
}
.shopCat {
	font-family: 'Montserrat', sans-serif;
	font-style: italic;
	font-size: 14px;
	line-height: 17px;
	color: #CF3A46;
	margin:0 0 30px;
}
.shopItem .phone {
	font-family: 'Cormorant Infant', sans-serif;
	font-style: normal;
	font-weight: 600;
	font-size: 30px;
	line-height: 36px;
	text-decoration:none;
	color: #363636;
	display:block;
	width:max-content;
	margin:5px 0 0;
}
.shopBox {
	display:none;
	margin:45px 0 0;
}
.mapTitle {
	cursor:pointer;
}
#about {
	overflow:hidden;
}
#about .flowerBox {
	text-align:center;
}
#about .whiteBox.flowerBox {
	text-align:left;
}
#about .flowerBox {
	max-width:1200px;
	margin:0 auto;
}
#about .flowerBox .flower {
	left:-8.854vw;
}
#about .flowerBox .flower.medium {
	left:auto;
	right:-3.646vw;
	top:-14.38390092879257vh;
}
#about .flowerBox .flower.small {
	left:auto;
	right:-1.563vw;
	bottom:-6.359958720330238vh;
}
#about .phoneLink {
	font-size:36px;
}
#about .btn {
	margin:40px auto 0;
}
.picBox img {
	display:block;
	margin:0 auto;
}
.partList {
	grid-column-gap: 100px;
}
.partList > div {
	background: #F6F6F6;
	padding:50px;
}
.partList h3 {
	font-family: 'Cormorant Garamond', sans-serif;
	font-weight: 600;
	font-size: 26px;
	line-height: 140%;
	position:relative;
	text-transform:uppercase;
	margin:0 0 30px;
	padding:0 0 20px;
}
.partList h3:before {
	content:'';
	width:100%;
	max-width:150px;
	height:1px;
	background: #D3B06B;
	left:0;
	bottom:0;
	position:absolute;
}
.logosList div {
	display:flex;
	align-items:center;
	justify-content:center;
}
.logosList img {
	display:block;
	mix-blend-mode: multiply;
}
.varItem {
	padding:40px;
	border: 1px solid #E8E8E8;
	box-sizing: border-box;
	counter-increment: div;
	position:relative;
	
}
.varItem:before {
	content: counter(div);
	background: #D3B06B;
	border-radius:50%;
	font-weight: bold;
	font-size: 36px;
	line-height: 180%;
	color: #FFFFFF;
	display:flex;
	align-items:center;
	justify-content:center;
	width:80px;
	height:80px;
	margin:0 0 20px;
}
.newsList a {
	font-size: 18px;
	line-height: 140%;
	color:#363636;
	text-decoration:none;
	border: 1px solid #E8E8E8;
}
.newsList a:hover {
	color: #CF3A46;
}
.newsList a, .newsList a img {
	display:block;
}
.newsList a img {
	margin:0 auto;
	-moz-transition: all 0.6s;
	-webkit-transition: all 0.6s;
	transition: all 0.6s;
}
.newsList a:hover img {
	transform:scale(1.1);
}
.newsThumb {
	overflow:hidden;
}
.newsTitle {
	padding:25px 50px 30px;
	text-align:center;
}
.pagination {
	margin:60px 0 0;
	display:flex;
	align-items:center;
	justify-content:center;
}
.pagination a, .pagination span {
	margin:0 5px;
	text-decoration:none;
	font-family: 'Cormorant Infant', sans-serif;
	font-style: normal;
	font-weight: 600;
	font-size: 18px;
	display:flex;
	align-items:center;
	justify-content:center;
	line-height: 140%;
}
.pagination a {
	color:#363636;
}
.pagination span, .pagination a:hover {
	color:#CF3A46;
}
.arrowNext {
	width:10px;
	height:22px;
	background:url(/local/templates/zkometa_2021/images/arrow-next.svg) no-repeat center center;
}
.pagination a.prev {
	transform:rotate(-180deg);
	margin:0 15px 0 0;
}
.pagination a.next {
	margin:0 0 0 15px;
}
.newsImg {
	margin:0 0 60px;
}
.newsImg img {
	display:block;
}
.newsTxt {
	max-width:955px;
	margin:0 auto;
}
.newsBtn {
	margin:60px 0 0;
}
.jobItem {
	padding:35px;
	border: 1px solid #E8E8E8;
	box-sizing: border-box;
	margin:0 0 30px;
	counter-increment: div;
	position:relative;	
}
.jobItem.active {
	align-items:flex-start;
}
.jobItem:before {
	content: counter(div);
	background: #D3B06B;
	border-radius:50%;
	font-weight: bold;
	font-size: 36px;
	line-height: 180%;
	color: #FFFFFF;
	display:flex;
	align-items:center;
	justify-content:center;
	width:100%;
	max-width:80px;
	height:80px;
	margin:0 40px 0 0;
}
.jobIn {
	width:100%;
}
.jobTitle {
	font-family: 'Cormorant Garamond', sans-serif;
	font-size: 24px;
	line-height: 180%;
	text-transform:uppercase;
	display:flex;
	align-items:center;
	justify-content:space-between;
	cursor:pointer;
}
.jobTxt {
	margin:20px 0 0;
	display:none;
}
.jobPrice {
	font-weight:700;
	margin:20px 0 0;
}
.formBox {
	max-width:860px;
}
.txtBox {
	max-width:685px;
}
.contactList {
	margin:70px 0 0;
}
.contactList > div {
	background: #F6F6F6;
	padding:40px;
}
.contactList a {
	display:block;
	width:max-content;
}
.contactList h4 {
	font-weight: 500;
	font-size: 17px;
	line-height: 22px;
}
#map div.bx-yandex-map {
	width:100%!important;
}
.catalog .productItem {
	margin:0;
}
.itemLeft {
	margin-right:50px;
	width:100%;
	max-width:450px;
}
.itemRight {
	width:100%;
}
.itemRight .prodPrice {
	justify-content:flex-start;
	margin:0 0 20px;
}
.itemRight .prodPrice .salePrice {
	margin-right:30px;
}
.back {
	margin:20px 0 0;
}
.catalog .prodPrice {
	font-size:30px;
}
.centerPrice {
	justify-content:center;
}
.itemLeft img {
	display:block;
	margin:0 auto;
}
#gallery {
	margin:30px 0 0;
}
.galleryItem img {
	display:block;
	margin:0 auto;
}
.giftItem a {
	background:none;
	box-shadow:none;
	padding:0;
	display:block;
	border:0;
}
.giftItem a:hover {
	background:none;
	box-shadow:none;
	border:0;
}
.giftItem .btn.redBtn {
	background: #CF3A46;
	color:#fff;
	border: 2px solid #CF3A46;
	padding:19px 25px;
}
.giftItem .btn.redBtn:hover {
	background:#BB2E39;
	border: 2px solid #BB2E39;
}
.btnBuy {
	margin:30px 0 0;
}
.formBox_buy {
	padding:50px;
}
form .input.flex {
	justify-content:flex-start;
	position:relative;
}
form .input.flex label {
	margin:0;
}
.popup-window {
	z-index:100001!important;
}
form .input.flex img {
	position:absolute;
	right:15px;
	top:15px;
}
form .input.flex .jq-radio:nth-child(4) {
	margin-left:40px;
}
.dateInput > div {
	width:100%;
}
.dateInput > div:nth-child(1) {
	margin-right:40px;
	font-size:14px;
}
.buyItem_box {
	margin:25px 0;
	padding:20px;
	background:#F6F6F6;
}
#shopImg {
	width:100%;
	max-width:150px;
	margin-right:40px;
}
.buyName_box {
	width:100%;
}
#shopBox {
	display:none;
}
/*Footer*/
footer.wrapper {
	margin-top:60px;
	border-top:1px solid #D3B06B;
	padding-top:35px;
	padding-bottom:35px;
}
.copy {
	width:100%;
	font-size: 14px;
	line-height: 17px;
	color: #666666;
}
footer .phoneBox {
	justify-content:flex-end;
}
footer .linkBox a {
	margin-right:25px;
}
footer .linkBox a:last-child {
	margin-right:0;
}
#cookies {
	position:fixed;
	top:0;
	right:0;
	left:0;
	bottom:0;
	background: linear-gradient(0deg, rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4));
	z-index:1000;
	-moz-transition: all 0.3s;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}
#cookies.active {
	opacity:0;
	visibility:hidden;
}
.cookies-body {
	position:absolute;
	position:fixed;
	bottom:20px;
	right:20px;
	width:100%;
	max-width: 566px;
	background: #FFFFFF;
	border-radius: 4px;
	z-index:1001;
	padding:30px;
	box-sizing:border-box;
	font-size: 16px;
	line-height: 24px;
	color: #3A3838;
}
.cookies-body a {
	color: #3A3838;
}
#cookies-btn {
	margin:24px 0 0;
	padding:10px 32px;
	min-width:auto;
}
#cookies-btn.disabled {
	pointer-events: none;
	opacity:.4;
}
.cookies-body .flex {
	column-gap:10px;
	align-items:flex-start;
}
#cookies .jq-checkbox {
	width:16px;
	height:16px;
	background: #FFFFFF;
	border:1px solid #9D9D9D;
	border-radius:2px;
	margin:5px 0 0;
}
#cookies .jq-checkbox__div {
	background: url("data:image/svg+xml,%3Csvg width='10' height='8' viewBox='0 0 10 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0.80957 3.99999L3.85719 6.39999L9.19052 0.799988' stroke='%23CF3A46'/%3E%3C/svg%3E") no-repeat left top;
	width:10px;
	height:8px;
	opacity:0;
}
#cookies .jq-checkbox:hover {
	border:1px solid #CF3A46;
}
#cookies .jq-checkbox:hover .jq-checkbox__div {
	opacity:.4;
}
#cookies .jq-checkbox.checked {
	border:1px solid #CF3A46;
}
#cookies .jq-checkbox.checked .jq-checkbox__div {
	opacity:1;
}

.app-panel {
	padding: 10px 0;
	background: #F6F6F6;
}
.app-panel .wrapper {
  display: flex;
  align-items: center;
  gap: 20px;
  position: relative;
}
.app-panel .close {
	position: absolute;
	width: 20px;
	height: 20px;
	right: 20px;
	top: 50%;
}
.app-panel .close:before, .app-panel .close:after {
	content: "";
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 2px;
	border-radius: 1px;
	background: #363636;
}
.app-panel .close:before {
	transform: rotate(45deg);
}
.app-panel .close:after {
	transform: rotate(-45deg);
}

@media screen and (max-width: 600px) {
	.app-panel {
    font-size: 13px;
    line-height: 16px;
	}
	.app-panel .wrapper {
		display: block;
		padding-right: 42px;
	}
	.app-panel .close {
		right: 15px;
        top: auto;
        bottom: 2px;
	}
	.app-panel .wrapper div:first-child {
		margin-bottom: 8px;
	}
}
/* End */
/* /local/templates/zkometa_2021/css/slick.css?16476829181792 */
/* /local/templates/zkometa_2021/css/jquery.formstyler.css?164768291811315 */
/* /local/templates/zkometa_2021/css/jquery.fancybox.css?164768291817890 */
/* /local/templates/zkometa_2021/components/bitrix/news.list/slider1/style.css?1647682917150 */
/* /local/templates/zkometa_2021/styles.css?16476829171214 */
/* /local/templates/zkometa_2021/template_styles.css?175042394225822 */
