

/* Start:/local/templates/dv/libs/select2/style.css?159764535316973*/
.select2-container {
	box-sizing: border-box;
	display: inline-block;
	margin: 0;
	position: relative;
	vertical-align: middle
}

.select2-container .select2-selection--single {
	box-sizing: border-box;
	cursor: pointer;
	display: block;
	height: 28px;
	user-select: none;
	-webkit-user-select: none
}

.select2-container .select2-selection--single .select2-selection__rendered {
	display: block;
	padding-left: 8px;
	padding-right: 20px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap
}

.select2-container .select2-selection--single .select2-selection__clear {
	position: relative
}

.select2-container[dir="rtl"] .select2-selection--single .select2-selection__rendered {
	padding-right: 8px;
	padding-left: 20px
}

.select2-container .select2-selection--multiple {
	box-sizing: border-box;
	cursor: pointer;
	display: block;
	min-height: 32px;
	user-select: none;
	-webkit-user-select: none
}

.select2-container .select2-selection--multiple .select2-selection__rendered {
	display: inline-block;
	overflow: hidden;
	padding-left: 8px;
	text-overflow: ellipsis;
	white-space: nowrap
}

.select2-container .select2-search--inline {
	float: left
}

.select2-container .select2-search--inline .select2-search__field {
	box-sizing: border-box;
	border: none;
	font-size: 100%;
	margin-top: 5px;
	padding: 0
}

.select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button {
	-webkit-appearance: none
}

.select2-dropdown {
	background-color: white;
	border: 1px solid #aaa;
	border-radius: 4px;
	box-sizing: border-box;
	display: block;
	position: absolute;
	left: -100000px;
	width: 100%;
	z-index: 1051
}

.select2-results {
	display: block
}

.select2-results__options {
	list-style: none;
	margin: 0;
	padding: 0
}

.select2-results__option {
	padding: 6px;
	user-select: none;
	-webkit-user-select: none
}

.select2-results__option[aria-selected] {
	cursor: pointer
}

.select2-container--open .select2-dropdown {
	left: 0
}

.select2-container--open .select2-dropdown--above {
	border-bottom: none;
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0
}

.select2-container--open .select2-dropdown--below {
	border-top: none;
	border-top-left-radius: 0;
	border-top-right-radius: 0
}

.select2-search--dropdown {
	display: block;
	padding: 4px
}

.select2-search--dropdown .select2-search__field {
	padding: 4px;
	width: 100%;
	box-sizing: border-box
}

.select2-search--dropdown .select2-search__field::-webkit-search-cancel-button {
	-webkit-appearance: none
}

.select2-search--dropdown.select2-search--hide {
	display: none
}

.select2-close-mask {
	border: 0;
	margin: 0;
	padding: 0;
	display: block;
	position: fixed;
	left: 0;
	top: 0;
	min-height: 100%;
	min-width: 100%;
	height: auto;
	width: auto;
	opacity: 0;
	z-index: 99;
	background-color: #fff;
	filter: alpha(opacity=0)
}

.select2-hidden-accessible {
	border: 0 !important;
	clip: rect(0 0 0 0) !important;
	-webkit-clip-path: inset(50%) !important;
	clip-path: inset(50%) !important;
	height: 1px !important;
	overflow: hidden !important;
	padding: 0 !important;
	position: absolute !important;
	width: 1px !important;
	white-space: nowrap !important
}

.select2-container--default .select2-selection--single {
	background-color: #fff;
	border: 1px solid #aaa;
	border-radius: 4px
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
	color: #444;
	line-height: 28px
}

.select2-container--default .select2-selection--single .select2-selection__clear {
	cursor: pointer;
	float: right;
	font-weight: bold
}

.select2-container--default .select2-selection--single .select2-selection__placeholder {
	color: #999
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
	height: 26px;
	position: absolute;
	top: 1px;
	right: 1px;
	width: 20px
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
	border-color: #888 transparent transparent transparent;
	border-style: solid;
	border-width: 5px 4px 0 4px;
	height: 0;
	left: 50%;
	margin-left: -4px;
	margin-top: -2px;
	position: absolute;
	top: 50%;
	width: 0
}

.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__clear {
	float: left
}

.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__arrow {
	left: 1px;
	right: auto
}

.select2-container--default.select2-container--disabled .select2-selection--single {
	background-color: #eee;
	cursor: default
}

.select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear {
	display: none
}

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
	border-color: transparent transparent #888 transparent;
	border-width: 0 4px 5px 4px
}

.select2-container--default .select2-selection--multiple {
	background-color: white;
	border: 1px solid #aaa;
	border-radius: 4px;
	cursor: text
}

.select2-container--default .select2-selection--multiple .select2-selection__rendered {
	box-sizing: border-box;
	list-style: none;
	margin: 0;
	padding: 0 5px;
	width: 100%
}

.select2-container--default .select2-selection--multiple .select2-selection__rendered li {
	list-style: none
}

.select2-container--default .select2-selection--multiple .select2-selection__clear {
	cursor: pointer;
	float: right;
	font-weight: bold;
	margin-top: 5px;
	margin-right: 10px;
	padding: 1px
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
	background-color: #e4e4e4;
	border: 1px solid #aaa;
	border-radius: 4px;
	cursor: default;
	float: left;
	margin-right: 5px;
	margin-top: 5px;
	padding: 0 5px
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
	color: #999;
	cursor: pointer;
	display: inline-block;
	font-weight: bold;
	margin-right: 2px
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover {
	color: #333
}

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice,
.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-search--inline {
	float: right
}

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
	margin-left: 5px;
	margin-right: auto
}

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
	margin-left: 2px;
	margin-right: auto
}

.select2-container--default.select2-container--focus .select2-selection--multiple {
	border: solid black 1px;
	outline: 0
}

.select2-container--default.select2-container--disabled .select2-selection--multiple {
	background-color: #eee;
	cursor: default
}

.select2-container--default.select2-container--disabled .select2-selection__choice__remove {
	display: none
}

.select2-container--default.select2-container--open.select2-container--above .select2-selection--single,
.select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple {
	border-top-left-radius: 0;
	border-top-right-radius: 0
}

.select2-container--default.select2-container--open.select2-container--below .select2-selection--single,
.select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple {
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0
}

.select2-container--default .select2-search--dropdown .select2-search__field {
	border: 1px solid #aaa
}

.select2-container--default .select2-search--inline .select2-search__field {
	background: transparent;
	border: none;
	outline: 0;
	box-shadow: none;
	-webkit-appearance: textfield
}

.select2-container--default .select2-results>.select2-results__options {
	max-height: 200px;
	overflow-y: auto
}

.select2-container--default .select2-results__option[role=group] {
	padding: 0
}

.select2-container--default .select2-results__option[aria-disabled=true] {
	color: #999
}

.select2-container--default .select2-results__option[aria-selected=true] {
	background-color: #ddd
}

.select2-container--default .select2-results__option .select2-results__option {
	padding-left: 1em
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__group {
	padding-left: 0
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option {
	margin-left: -1em;
	padding-left: 2em
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
	margin-left: -2em;
	padding-left: 3em
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
	margin-left: -3em;
	padding-left: 4em
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
	margin-left: -4em;
	padding-left: 5em
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
	margin-left: -5em;
	padding-left: 6em
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
	background-color: #5897fb;
	color: white
}

.select2-container--default .select2-results__group {
	cursor: default;
	display: block;
	padding: 6px
}

.select2-container--classic .select2-selection--single {
	background-color: #f7f7f7;
	border: 1px solid #aaa;
	border-radius: 4px;
	outline: 0;
	background-image: -webkit-linear-gradient(top, #fff 50%, #eee 100%);
	background-image: -o-linear-gradient(top, #fff 50%, #eee 100%);
	background-image: linear-gradient(to bottom, #fff 50%, #eee 100%);
	background-repeat: repeat-x;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0)
}

.select2-container--classic .select2-selection--single:focus {
	border: 1px solid #5897fb
}

.select2-container--classic .select2-selection--single .select2-selection__rendered {
	color: #444;
	line-height: 28px
}

.select2-container--classic .select2-selection--single .select2-selection__clear {
	cursor: pointer;
	float: right;
	font-weight: bold;
	margin-right: 10px
}

.select2-container--classic .select2-selection--single .select2-selection__placeholder {
	color: #999
}

.select2-container--classic .select2-selection--single .select2-selection__arrow {
	background-color: #ddd;
	border: none;
	border-left: 1px solid #aaa;
	border-top-right-radius: 4px;
	border-bottom-right-radius: 4px;
	height: 26px;
	position: absolute;
	top: 1px;
	right: 1px;
	width: 20px;
	background-image: -webkit-linear-gradient(top, #eee 50%, #ccc 100%);
	background-image: -o-linear-gradient(top, #eee 50%, #ccc 100%);
	background-image: linear-gradient(to bottom, #eee 50%, #ccc 100%);
	background-repeat: repeat-x;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFCCCCCC', GradientType=0)
}

.select2-container--classic .select2-selection--single .select2-selection__arrow b {
	border-color: #888 transparent transparent transparent;
	border-style: solid;
	border-width: 5px 4px 0 4px;
	height: 0;
	left: 50%;
	margin-left: -4px;
	margin-top: -2px;
	position: absolute;
	top: 50%;
	width: 0
}

.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__clear {
	float: left
}

.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__arrow {
	border: none;
	border-right: 1px solid #aaa;
	border-radius: 0;
	border-top-left-radius: 4px;
	border-bottom-left-radius: 4px;
	left: 1px;
	right: auto
}

.select2-container--classic.select2-container--open .select2-selection--single {
	border: 1px solid #5897fb
}

.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow {
	background: transparent;
	border: none
}

.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow b {
	border-color: transparent transparent #888 transparent;
	border-width: 0 4px 5px 4px
}

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--single {
	border-top: none;
	border-top-left-radius: 0;
	border-top-right-radius: 0;
	background-image: -webkit-linear-gradient(top, #fff 0%, #eee 50%);
	background-image: -o-linear-gradient(top, #fff 0%, #eee 50%);
	background-image: linear-gradient(to bottom, #fff 0%, #eee 50%);
	background-repeat: repeat-x;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0)
}

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--single {
	border-bottom: none;
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0;
	background-image: -webkit-linear-gradient(top, #eee 50%, #fff 100%);
	background-image: -o-linear-gradient(top, #eee 50%, #fff 100%);
	background-image: linear-gradient(to bottom, #eee 50%, #fff 100%);
	background-repeat: repeat-x;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFFFFFFF', GradientType=0)
}

.select2-container--classic .select2-selection--multiple {
	background-color: white;
	border: 1px solid #aaa;
	border-radius: 4px;
	cursor: text;
	outline: 0
}

.select2-container--classic .select2-selection--multiple:focus {
	border: 1px solid #5897fb
}

.select2-container--classic .select2-selection--multiple .select2-selection__rendered {
	list-style: none;
	margin: 0;
	padding: 0 5px
}

.select2-container--classic .select2-selection--multiple .select2-selection__clear {
	display: none
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice {
	background-color: #e4e4e4;
	border: 1px solid #aaa;
	border-radius: 4px;
	cursor: default;
	float: left;
	margin-right: 5px;
	margin-top: 5px;
	padding: 0 5px
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove {
	color: #888;
	cursor: pointer;
	display: inline-block;
	font-weight: bold;
	margin-right: 2px
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove:hover {
	color: #555
}

.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
	float: right;
	margin-left: 5px;
	margin-right: auto
}

.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
	margin-left: 2px;
	margin-right: auto
}

.select2-container--classic.select2-container--open .select2-selection--multiple {
	border: 1px solid #5897fb
}

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--multiple {
	border-top: none;
	border-top-left-radius: 0;
	border-top-right-radius: 0
}

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--multiple {
	border-bottom: none;
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0
}

.select2-container--classic .select2-search--dropdown .select2-search__field {
	border: 1px solid #aaa;
	outline: 0
}

.select2-container--classic .select2-search--inline .select2-search__field {
	outline: 0;
	box-shadow: none
}

.select2-container--classic .select2-dropdown {
	background-color: #fff;
	border: 1px solid transparent
}

.select2-container--classic .select2-dropdown--above {
	border-bottom: none
}

.select2-container--classic .select2-dropdown--below {
	border-top: none
}

.select2-container--classic .select2-results>.select2-results__options {
	max-height: 200px;
	overflow-y: auto
}

.select2-container--classic .select2-results__option[role=group] {
	padding: 0
}

.select2-container--classic .select2-results__option[aria-disabled=true] {
	color: grey
}

.select2-container--classic .select2-results__option--highlighted[aria-selected] {
	background-color: #3875d7;
	color: #fff
}

.select2-container--classic .select2-results__group {
	cursor: default;
	display: block;
	padding: 6px
}

.select2-container--classic.select2-container--open .select2-dropdown {
	border-color: #5897fb
}
/* End */


/* Start:/local/templates/dv/libs/fancybox/jquery.fancybox.css?159764535312795*/
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-bg,.fancybox-inner,.fancybox-outer,.fancybox-stage{bottom:0;left:0;position:absolute;right:0;top:0}.fancybox-outer{-webkit-overflow-scrolling:touch;overflow-y:auto}.fancybox-bg{background:#1e1e1e;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-caption,.fancybox-infobar,.fancybox-navigation .fancybox-button,.fancybox-toolbar{direction:ltr;opacity:0;position:absolute;transition:opacity .25s ease,visibility 0s ease .25s;visibility:hidden;z-index:99997}.fancybox-show-caption .fancybox-caption,.fancybox-show-infobar .fancybox-infobar,.fancybox-show-nav .fancybox-navigation .fancybox-button,.fancybox-show-toolbar .fancybox-toolbar{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;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--current,.fancybox-slide--next,.fancybox-slide--previous{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;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}.fancybox-can-zoomOut .fancybox-content{cursor:zoom-out}.fancybox-can-zoomIn .fancybox-content{cursor:zoom-in}.fancybox-can-pan .fancybox-content,.fancybox-can-swipe .fancybox-content{cursor:grab}.fancybox-is-grabbing .fancybox-content{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--iframe .fancybox-content,.fancybox-slide--map .fancybox-content,.fancybox-slide--pdf .fancybox-content,.fancybox-slide--video .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-iframe,.fancybox-video{background:transparent;border:0;display:block;height:100%;margin:0;overflow:hidden;padding:0;width:100%}.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}.fancybox-button{background:rgba(30,30,30,.6);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:link,.fancybox-button:visited{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}.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--fsenter svg:nth-child(2),.fancybox-button--fsexit svg:first-child,.fancybox-button--pause svg:first-child,.fancybox-button--play svg:nth-child(2){display:none}.fancybox-progress{background:#ff5268;height:2px;left:0;position:absolute;right:0;top:0;transform:scaleX(0);transform-origin:0;transition-property:transform;transition-timing-function:linear;z-index:99998}.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}.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)}.fancybox-caption{background:linear-gradient(0deg,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%,transparent);bottom:0;color:#eee;font-size:14px;font-weight:400;left:0;line-height:1.5;padding:75px 44px 25px;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}.fancybox-loading{animation:a 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 a{to{transform:rotate(1turn)}}.fancybox-animated{transition-timing-function:cubic-bezier(0,0,.25,1)}.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:translateZ(0)}.fancybox-fx-fade.fancybox-slide--next,.fancybox-fx-fade.fancybox-slide--previous{opacity:0;transition-timing-function:cubic-bezier(.19,1,.22,1)}.fancybox-fx-fade.fancybox-slide--current{opacity:1}.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:scaleX(1)}.fancybox-fx-rotate.fancybox-slide--previous{opacity:0;transform:rotate(-1turn)}.fancybox-fx-rotate.fancybox-slide--next{opacity:0;transform:rotate(1turn)}.fancybox-fx-rotate.fancybox-slide--current{opacity:1;transform:rotate(0deg)}.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:scaleX(1) translateZ(0)}.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:translateZ(0) scale(1)}@media (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}.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;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:link,.fancybox-share__button:visited{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;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;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:50%;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 (max-width:576px){.fancybox-thumbs{width:110px}.fancybox-show-thumbs .fancybox-inner{right:110px}.fancybox-thumbs__list a{max-width:calc(100% - 10px)}}
/* End */


/* Start:/local/templates/dv/libs/slider/style.css?15976453537506*/
/*! jQuery UI - v1.12.1 - 2018-05-02
* http://jqueryui.com
* Includes: core.css, slider.css, theme.css
* Copyright jQuery Foundation and other contributors; Licensed MIT */

/* Layout helpers
----------------------------------*/
.ui-helper-hidden {
	display: none;
}
.ui-helper-hidden-accessible {
	border: 0;
	clip: rect(0 0 0 0);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px;
}
.ui-helper-reset {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	line-height: 1.3;
	text-decoration: none;
	font-size: 100%;
	list-style: none;
}
.ui-helper-clearfix:before,
.ui-helper-clearfix:after {
	content: "";
	display: table;
	border-collapse: collapse;
}
.ui-helper-clearfix:after {
	clear: both;
}
.ui-helper-zfix {
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	position: absolute;
	opacity: 0;
	filter:Alpha(Opacity=0); /* support: IE8 */
}

.ui-front {
	z-index: 100;
}


/* Interaction Cues
----------------------------------*/
.ui-state-disabled {
	cursor: default !important;
	pointer-events: none;
}


/* Icons
----------------------------------*/
.ui-icon {
	display: inline-block;
	vertical-align: middle;
	margin-top: -.25em;
	position: relative;
	text-indent: -99999px;
	overflow: hidden;
	background-repeat: no-repeat;
}

.ui-widget-icon-block {
	left: 50%;
	margin-left: -8px;
	display: block;
}

/* Misc visuals
----------------------------------*/

/* Overlays */
.ui-widget-overlay {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.ui-slider {
	position: relative;
	text-align: left;
}
.ui-slider .ui-slider-handle {
	position: absolute;
	z-index: 2;
	width: 1.2em;
	height: 1.2em;
	cursor: default;
	-ms-touch-action: none;
	touch-action: none;
}
.ui-slider .ui-slider-range {
	position: absolute;
	z-index: 1;
	font-size: .7em;
	display: block;
	border: 0;
	background-position: 0 0;
}

/* support: IE8 - See #6727 */
.ui-slider.ui-state-disabled .ui-slider-handle,
.ui-slider.ui-state-disabled .ui-slider-range {
	filter: inherit;
}

.ui-slider-horizontal {
	height: .8em;
}
.ui-slider-horizontal .ui-slider-handle {
	top: -.3em;
	margin-left: -.6em;
}
.ui-slider-horizontal .ui-slider-range {
	top: 0;
	height: 100%;
}
.ui-slider-horizontal .ui-slider-range-min {
	left: 0;
}
.ui-slider-horizontal .ui-slider-range-max {
	right: 0;
}

.ui-slider-vertical {
	width: .8em;
	height: 100px;
}
.ui-slider-vertical .ui-slider-handle {
	left: -.3em;
	margin-left: 0;
	margin-bottom: -.6em;
}
.ui-slider-vertical .ui-slider-range {
	left: 0;
	width: 100%;
}
.ui-slider-vertical .ui-slider-range-min {
	bottom: 0;
}
.ui-slider-vertical .ui-slider-range-max {
	top: 0;
}

/* Component containers
----------------------------------*/
.ui-widget {
	font-family: Arial,Helvetica,sans-serif;
	font-size: 1em;
}
.ui-widget .ui-widget {
	font-size: 1em;
}
.ui-widget input,
.ui-widget select,
.ui-widget textarea,
.ui-widget button {
	font-family: Arial,Helvetica,sans-serif;
	font-size: 1em;
}
.ui-widget.ui-widget-content {
	border: 1px solid #c5c5c5;
}
.ui-widget-content {
	border: 1px solid #dddddd;
	background: #ffffff;
	color: #333333;
}
.ui-widget-content a {
	color: #333333;
}
.ui-widget-header {
	border: 1px solid #dddddd;
	background: #e9e9e9;
	color: #333333;
	font-weight: bold;
}
.ui-widget-header a {
	color: #333333;
}

/* Interaction states
----------------------------------*/
.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default,
.ui-button,

/* We use html here because we need a greater specificity to make sure disabled
works properly when clicked or hovered */
html .ui-button.ui-state-disabled:hover,
html .ui-button.ui-state-disabled:active {
	border: 1px solid #c5c5c5;
	background: #f6f6f6;
	font-weight: normal;
	color: #454545;
}
.ui-state-default a,
.ui-state-default a:link,
.ui-state-default a:visited,
a.ui-button,
a:link.ui-button,
a:visited.ui-button,
.ui-button {
	color: #454545;
	text-decoration: none;
}
.ui-state-hover,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-hover,
.ui-state-focus,
.ui-widget-content .ui-state-focus,
.ui-widget-header .ui-state-focus,
.ui-button:hover,
.ui-button:focus {
	border: 1px solid #cccccc;
	background: #ededed;
	font-weight: normal;
	color: #2b2b2b;
}
.ui-state-hover a,
.ui-state-hover a:hover,
.ui-state-hover a:link,
.ui-state-hover a:visited,
.ui-state-focus a,
.ui-state-focus a:hover,
.ui-state-focus a:link,
.ui-state-focus a:visited,
a.ui-button:hover,
a.ui-button:focus {
	color: #2b2b2b;
	text-decoration: none;
}

.ui-visual-focus {
	box-shadow: 0 0 3px 1px rgb(94, 158, 214);
}
.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active,
a.ui-button:active,
.ui-button:active,
.ui-button.ui-state-active:hover {
	border: 1px solid #003eff;
	background: #007fff;
	font-weight: normal;
	color: #ffffff;
}
.ui-icon-background,
.ui-state-active .ui-icon-background {
	border: #003eff;
	background-color: #ffffff;
}
.ui-state-active a,
.ui-state-active a:link,
.ui-state-active a:visited {
	color: #ffffff;
	text-decoration: none;
}

/* Interaction Cues
----------------------------------*/
.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
	border: 1px solid #dad55e;
	background: #fffa90;
	color: #777620;
}
.ui-state-checked {
	border: 1px solid #dad55e;
	background: #fffa90;
}
.ui-state-highlight a,
.ui-widget-content .ui-state-highlight a,
.ui-widget-header .ui-state-highlight a {
	color: #777620;
}
.ui-state-error,
.ui-widget-content .ui-state-error,
.ui-widget-header .ui-state-error {
	border: 1px solid #f1a899;
	background: #fddfdf;
	color: #5f3f3f;
}
.ui-state-error a,
.ui-widget-content .ui-state-error a,
.ui-widget-header .ui-state-error a {
	color: #5f3f3f;
}
.ui-state-error-text,
.ui-widget-content .ui-state-error-text,
.ui-widget-header .ui-state-error-text {
	color: #5f3f3f;
}
.ui-priority-primary,
.ui-widget-content .ui-priority-primary,
.ui-widget-header .ui-priority-primary {
	font-weight: bold;
}
.ui-priority-secondary,
.ui-widget-content .ui-priority-secondary,
.ui-widget-header .ui-priority-secondary {
	opacity: .7;
	filter:Alpha(Opacity=70); /* support: IE8 */
	font-weight: normal;
}
.ui-state-disabled,
.ui-widget-content .ui-state-disabled,
.ui-widget-header .ui-state-disabled {
	opacity: .35;
	filter:Alpha(Opacity=35); /* support: IE8 */
	background-image: none;
}
.ui-state-disabled .ui-icon {
	filter:Alpha(Opacity=35); /* support: IE8 - See #6059 */
}

/* Corner radius */
.ui-corner-all,
.ui-corner-top,
.ui-corner-left,
.ui-corner-tl {
	border-top-left-radius: 3px;
}
.ui-corner-all,
.ui-corner-top,
.ui-corner-right,
.ui-corner-tr {
	border-top-right-radius: 3px;
}
.ui-corner-all,
.ui-corner-bottom,
.ui-corner-left,
.ui-corner-bl {
	border-bottom-left-radius: 3px;
}
.ui-corner-all,
.ui-corner-bottom,
.ui-corner-right,
.ui-corner-br {
	border-bottom-right-radius: 3px;
}

/* Overlays */
.ui-widget-overlay {
	background: #aaaaaa;
	opacity: .3;
	filter: Alpha(Opacity=30); /* support: IE8 */
}
.ui-widget-shadow {
	-webkit-box-shadow: 0px 0px 5px #666666;
	box-shadow: 0px 0px 5px #666666;
}
/* End */


/* Start:/local/templates/dv/libs/swiper/style.css?159764535319345*/
/**
 * Swiper 4.0.7
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * http://www.idangero.us/swiper/
 *
 * Copyright 2014-2017 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: November 28, 2017
 */
.swiper-container{margin:0 auto;position:relative;overflow:hidden;list-style:none;padding:0;z-index:1}.swiper-container-no-flexbox .swiper-slide{float:left}.swiper-container-vertical>.swiper-wrapper{-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column}.swiper-wrapper{position:relative;width:100%;height:100%;z-index:1;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-transition-property:-webkit-transform;transition-property:-webkit-transform;-o-transition-property:transform;transition-property:transform;transition-property:transform,-webkit-transform;-webkit-box-sizing:content-box;box-sizing:content-box}.swiper-container-android .swiper-slide,.swiper-wrapper{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}.swiper-container-multirow>.swiper-wrapper{-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap}.swiper-container-free-mode>.swiper-wrapper{-webkit-transition-timing-function:ease-out;-o-transition-timing-function:ease-out;transition-timing-function:ease-out;margin:0 auto}.swiper-slide{-webkit-flex-shrink:0;-ms-flex-negative:0;flex-shrink:0;width:100%;height:100%;position:relative;-webkit-transition-property:-webkit-transform;transition-property:-webkit-transform;-o-transition-property:transform;transition-property:transform;transition-property:transform,-webkit-transform}.swiper-invisible-blank-slide{visibility:hidden}.swiper-container-autoheight,.swiper-container-autoheight .swiper-slide{height:auto}.swiper-container-autoheight .swiper-wrapper{-webkit-box-align:start;-webkit-align-items:flex-start;-ms-flex-align:start;align-items:flex-start;-webkit-transition-property:height,-webkit-transform;transition-property:height,-webkit-transform;-o-transition-property:transform,height;transition-property:transform,height;transition-property:transform,height,-webkit-transform}.swiper-container-3d{-webkit-perspective:1200px;perspective:1200px}.swiper-container-3d .swiper-cube-shadow,.swiper-container-3d .swiper-slide,.swiper-container-3d .swiper-slide-shadow-bottom,.swiper-container-3d .swiper-slide-shadow-left,.swiper-container-3d .swiper-slide-shadow-right,.swiper-container-3d .swiper-slide-shadow-top,.swiper-container-3d .swiper-wrapper{-webkit-transform-style:preserve-3d;transform-style:preserve-3d}.swiper-container-3d .swiper-slide-shadow-bottom,.swiper-container-3d .swiper-slide-shadow-left,.swiper-container-3d .swiper-slide-shadow-right,.swiper-container-3d .swiper-slide-shadow-top{position:absolute;left:0;top:0;width:100%;height:100%;pointer-events:none;z-index:10}.swiper-container-3d .swiper-slide-shadow-left{background-image:-webkit-gradient(linear,right top,left top,from(rgba(0,0,0,.5)),to(rgba(0,0,0,0)));background-image:-webkit-linear-gradient(right,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:-o-linear-gradient(right,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:linear-gradient(to left,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-container-3d .swiper-slide-shadow-right{background-image:-webkit-gradient(linear,left top,right top,from(rgba(0,0,0,.5)),to(rgba(0,0,0,0)));background-image:-webkit-linear-gradient(left,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:-o-linear-gradient(left,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:linear-gradient(to right,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-container-3d .swiper-slide-shadow-top{background-image:-webkit-gradient(linear,left bottom,left top,from(rgba(0,0,0,.5)),to(rgba(0,0,0,0)));background-image:-webkit-linear-gradient(bottom,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:-o-linear-gradient(bottom,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:linear-gradient(to top,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-container-3d .swiper-slide-shadow-bottom{background-image:-webkit-gradient(linear,left top,left bottom,from(rgba(0,0,0,.5)),to(rgba(0,0,0,0)));background-image:-webkit-linear-gradient(top,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:-o-linear-gradient(top,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:linear-gradient(to bottom,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-container-wp8-horizontal,.swiper-container-wp8-horizontal>.swiper-wrapper{-ms-touch-action:pan-y;touch-action:pan-y}.swiper-container-wp8-vertical,.swiper-container-wp8-vertical>.swiper-wrapper{-ms-touch-action:pan-x;touch-action:pan-x}.swiper-button-next,.swiper-button-prev{position:absolute;top:50%;width:27px;height:44px;margin-top:-22px;z-index:10;cursor:pointer;background-size:27px 44px;background-position:center;background-repeat:no-repeat}.swiper-button-next.swiper-button-disabled,.swiper-button-prev.swiper-button-disabled{opacity:.35;cursor:auto;pointer-events:none}.swiper-button-prev,.swiper-container-rtl .swiper-button-next{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");left:10px;right:auto}.swiper-button-next,.swiper-container-rtl .swiper-button-prev{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");right:10px;left:auto}.swiper-button-prev.swiper-button-white,.swiper-container-rtl .swiper-button-next.swiper-button-white{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E")}.swiper-button-next.swiper-button-white,.swiper-container-rtl .swiper-button-prev.swiper-button-white{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E")}.swiper-button-prev.swiper-button-black,.swiper-container-rtl .swiper-button-next.swiper-button-black{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E")}.swiper-button-next.swiper-button-black,.swiper-container-rtl .swiper-button-prev.swiper-button-black{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E")}.swiper-pagination{position:absolute;text-align:center;-webkit-transition:.3s opacity;-o-transition:.3s opacity;transition:.3s opacity;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0);z-index:10}.swiper-pagination.swiper-pagination-hidden{opacity:0}.swiper-container-horizontal>.swiper-pagination-bullets,.swiper-pagination-custom,.swiper-pagination-fraction{bottom:10px;left:0;width:100%}.swiper-pagination-bullets-dynamic{overflow:hidden;font-size:0}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{-webkit-transform:scale(.33);-ms-transform:scale(.33);transform:scale(.33);position:relative}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active{-webkit-transform:scale(1);-ms-transform:scale(1);transform:scale(1)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev{-webkit-transform:scale(.66);-ms-transform:scale(.66);transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev{-webkit-transform:scale(.33);-ms-transform:scale(.33);transform:scale(.33)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next{-webkit-transform:scale(.66);-ms-transform:scale(.66);transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next{-webkit-transform:scale(.33);-ms-transform:scale(.33);transform:scale(.33)}.swiper-pagination-bullet{width:8px;height:8px;display:inline-block;border-radius:100%;background:#000;opacity:.2}button.swiper-pagination-bullet{border:none;margin:0;padding:0;-webkit-box-shadow:none;box-shadow:none;-webkit-appearance:none;-moz-appearance:none;appearance:none}.swiper-pagination-clickable .swiper-pagination-bullet{cursor:pointer}.swiper-pagination-bullet-active{opacity:1;background:#007aff}.swiper-container-vertical>.swiper-pagination-bullets{right:10px;top:50%;-webkit-transform:translate3d(0,-50%,0);transform:translate3d(0,-50%,0)}.swiper-container-vertical>.swiper-pagination-bullets .swiper-pagination-bullet{margin:6px 0;display:block}.swiper-container-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{top:50%;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%);width:8px}.swiper-container-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{display:inline-block;-webkit-transition:.2s top,.2s -webkit-transform;transition:.2s top,.2s -webkit-transform;-o-transition:.2s transform,.2s top;transition:.2s transform,.2s top;transition:.2s transform,.2s top,.2s -webkit-transform}.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet{margin:0 4px}.swiper-container-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{left:50%;-webkit-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translateX(-50%);white-space:nowrap}.swiper-container-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{-webkit-transition:.2s left,.2s -webkit-transform;transition:.2s left,.2s -webkit-transform;-o-transition:.2s transform,.2s left;transition:.2s transform,.2s left;transition:.2s transform,.2s left,.2s -webkit-transform}.swiper-container-horizontal.swiper-container-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{-webkit-transition:.2s right,.2s -webkit-transform;transition:.2s right,.2s -webkit-transform;-o-transition:.2s transform,.2s right;transition:.2s transform,.2s right;transition:.2s transform,.2s right,.2s -webkit-transform}.swiper-pagination-progressbar{background:rgba(0,0,0,.25);position:absolute}.swiper-pagination-progressbar .swiper-pagination-progressbar-fill{background:#007aff;position:absolute;left:0;top:0;width:100%;height:100%;-webkit-transform:scale(0);-ms-transform:scale(0);transform:scale(0);-webkit-transform-origin:left top;-ms-transform-origin:left top;transform-origin:left top}.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill{-webkit-transform-origin:right top;-ms-transform-origin:right top;transform-origin:right top}.swiper-container-horizontal>.swiper-pagination-progressbar{width:100%;height:4px;left:0;top:0}.swiper-container-vertical>.swiper-pagination-progressbar{width:4px;height:100%;left:0;top:0}.swiper-pagination-white .swiper-pagination-bullet-active{background:#fff}.swiper-pagination-progressbar.swiper-pagination-white{background:rgba(255,255,255,.25)}.swiper-pagination-progressbar.swiper-pagination-white .swiper-pagination-progressbar-fill{background:#fff}.swiper-pagination-black .swiper-pagination-bullet-active{background:#000}.swiper-pagination-progressbar.swiper-pagination-black{background:rgba(0,0,0,.25)}.swiper-pagination-progressbar.swiper-pagination-black .swiper-pagination-progressbar-fill{background:#000}.swiper-scrollbar{border-radius:10px;position:relative;-ms-touch-action:none;background:rgba(0,0,0,.1)}.swiper-container-horizontal>.swiper-scrollbar{position:absolute;left:1%;bottom:3px;z-index:50;height:5px;width:98%}.swiper-container-vertical>.swiper-scrollbar{position:absolute;right:3px;top:1%;z-index:50;width:5px;height:98%}.swiper-scrollbar-drag{height:100%;width:100%;position:relative;background:rgba(0,0,0,.5);border-radius:10px;left:0;top:0}.swiper-scrollbar-cursor-drag{cursor:move}.swiper-zoom-container{width:100%;height:100%;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;text-align:center}.swiper-zoom-container>canvas,.swiper-zoom-container>img,.swiper-zoom-container>svg{max-width:100%;max-height:100%;-o-object-fit:contain;object-fit:contain}.swiper-slide-zoomed{cursor:move}.swiper-lazy-preloader{width:42px;height:42px;position:absolute;left:50%;top:50%;margin-left:-21px;margin-top:-21px;z-index:10;-webkit-transform-origin:50%;-ms-transform-origin:50%;transform-origin:50%;-webkit-animation:swiper-preloader-spin 1s steps(12,end) infinite;animation:swiper-preloader-spin 1s steps(12,end) infinite}.swiper-lazy-preloader:after{display:block;content:'';width:100%;height:100%;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%236c6c6c'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");background-position:50%;background-size:100%;background-repeat:no-repeat}.swiper-lazy-preloader-white:after{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%23fff'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E")}@-webkit-keyframes swiper-preloader-spin{100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}@keyframes swiper-preloader-spin{100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}.swiper-container .swiper-notification{position:absolute;left:0;top:0;pointer-events:none;opacity:0;z-index:-1000}.swiper-container-fade.swiper-container-free-mode .swiper-slide{-webkit-transition-timing-function:ease-out;-o-transition-timing-function:ease-out;transition-timing-function:ease-out}.swiper-container-fade .swiper-slide{pointer-events:none;-webkit-transition-property:opacity;-o-transition-property:opacity;transition-property:opacity}.swiper-container-fade .swiper-slide .swiper-slide{pointer-events:none}.swiper-container-fade .swiper-slide-active,.swiper-container-fade .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-container-cube{overflow:visible}.swiper-container-cube .swiper-slide{pointer-events:none;-webkit-backface-visibility:hidden;backface-visibility:hidden;z-index:1;visibility:hidden;-webkit-transform-origin:0 0;-ms-transform-origin:0 0;transform-origin:0 0;width:100%;height:100%}.swiper-container-cube .swiper-slide .swiper-slide{pointer-events:none}.swiper-container-cube.swiper-container-rtl .swiper-slide{-webkit-transform-origin:100% 0;-ms-transform-origin:100% 0;transform-origin:100% 0}.swiper-container-cube .swiper-slide-active,.swiper-container-cube .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-container-cube .swiper-slide-active,.swiper-container-cube .swiper-slide-next,.swiper-container-cube .swiper-slide-next+.swiper-slide,.swiper-container-cube .swiper-slide-prev{pointer-events:auto;visibility:visible}.swiper-container-cube .swiper-slide-shadow-bottom,.swiper-container-cube .swiper-slide-shadow-left,.swiper-container-cube .swiper-slide-shadow-right,.swiper-container-cube .swiper-slide-shadow-top{z-index:0;-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-container-cube .swiper-cube-shadow{position:absolute;left:0;bottom:0;width:100%;height:100%;background:#000;opacity:.6;-webkit-filter:blur(50px);filter:blur(50px);z-index:0}.swiper-container-flip{overflow:visible}.swiper-container-flip .swiper-slide{pointer-events:none;-webkit-backface-visibility:hidden;backface-visibility:hidden;z-index:1}.swiper-container-flip .swiper-slide .swiper-slide{pointer-events:none}.swiper-container-flip .swiper-slide-active,.swiper-container-flip .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-container-flip .swiper-slide-shadow-bottom,.swiper-container-flip .swiper-slide-shadow-left,.swiper-container-flip .swiper-slide-shadow-right,.swiper-container-flip .swiper-slide-shadow-top{z-index:0;-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-container-coverflow .swiper-wrapper{-ms-perspective:1200px}
/* End */


/* Start:/local/templates/dv/css/style.css?160311257181173*/
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
	margin: 0;
	padding: 0;

	border: 0;
}

html {
	height: 100%;
}

img,
fieldset,
a img {
	border: none;
}

input[type='submit'],
button {
	cursor: pointer;
}

input[type='submit']::-moz-focus-inner,
button::-moz-focus-inner {
	padding: 0;

	border: 0;
}

textarea {
	overflow: auto;
}

a {
	text-decoration: none;
}

a {
	color: #333;
}

a:hover {
	color: #ffa800;
}

button {
	border: 0;
	background: none;
}

input,
button {
	margin: 0;
	padding: 0;

	border: 0;
}

input,
textarea,
select,
button,
h1,
h2,
h3,
h4,
h5,
h6,
a,
span,
a:focus {
	outline: none;
}

ul,
ol {
	list-style-type: none;
}

table {
	width: 100%;

	border-spacing: 0;
	border-collapse: collapse;
}

li {
	margin-bottom: 10px;
}

.clearfix::before {
	display: table;

	content: ' ';
}

.clearfix::after {
	display: table;
	clear: both;

	content: ' ';
}

@font-face {
	font-family: 'Playfair Display';
	font-weight: 400;
	font-style: normal;

	src: local('Playfair Display Regular'), local('PlayfairDisplay-Regular'),
		url('/local/templates/dv/css/../fonts/playfair/Playfairdisplayregular.woff2') format('woff2'),
		url('/local/templates/dv/css/../fonts/playfair/Playfairdisplayregular.woff') format('woff'), url('/local/templates/dv/css/../fonts/playfair/Playfairdisplayregular.ttf') format('truetype');
}

@font-face {
	font-family: 'Playfair Display';
	font-weight: 600;
	font-style: normal;

	src: local('Playfair Display SemiBold'), local('PlayfairDisplay-SemiBold'),
		url('/local/templates/dv/css/../fonts/playfair/Playfairdisplaysemibold.woff2') format('woff2'),
		url('/local/templates/dv/css/../fonts/playfair/Playfairdisplaysemibold.woff') format('woff'),
		url('/local/templates/dv/css/../fonts/playfair/Playfairdisplaysemibold.ttf') format('truetype');
}

@font-face {
	font-family: 'Playfair Display';
	font-weight: 400;
	font-style: italic;

	src: local('Playfair Display Italic'), local('PlayfairDisplay-Italic'),
		url('/local/templates/dv/css/../fonts/playfair/Playfairdisplayitalic.woff2') format('woff2'),
		url('/local/templates/dv/css/../fonts/playfair/Playfairdisplayitalic.woff') format('woff'), url('/local/templates/dv/css/../fonts/playfair/Playfairdisplayitalic.ttf') format('truetype');
}

@font-face {
	font-family: 'Playfair Display';
	font-weight: 500;
	font-style: italic;

	src: local('Playfair Display Medium Italic'), local('PlayfairDisplay-MediumItalic'),
		url('/local/templates/dv/css/../fonts/playfair/Playfairdisplaymediumitalic.woff2') format('woff2'),
		url('/local/templates/dv/css/../fonts/playfair/Playfairdisplaymediumitalic.woff') format('woff'),
		url('/local/templates/dv/css/../fonts/playfair/Playfairdisplaymediumitalic.ttf') format('truetype');
}

@font-face {
	font-family: 'Playfair Display';
	font-weight: 800;
	font-style: italic;

	src: local('Playfair Display ExtraBold Italic'), local('PlayfairDisplay-ExtraBoldItalic'),
		url('/local/templates/dv/css/../fonts/playfair/Playfairdisplayextrabolditalic.woff2') format('woff2'),
		url('/local/templates/dv/css/../fonts/playfair/Playfairdisplayextrabolditalic.woff') format('woff'),
		url('/local/templates/dv/css/../fonts/playfair/Playfairdisplayextrabolditalic.ttf') format('truetype');
}

@font-face {
	font-family: 'Playfair Display';
	font-weight: 800;
	font-style: normal;

	src: local('Playfair Display ExtraBold'), local('PlayfairDisplay-ExtraBold'),
		url('/local/templates/dv/css/../fonts/playfair/Playfairdisplayextrabold.woff2') format('woff2'),
		url('/local/templates/dv/css/../fonts/playfair/Playfairdisplayextrabold.woff') format('woff'),
		url('/local/templates/dv/css/../fonts/playfair/Playfairdisplayextrabold.ttf') format('truetype');
}

@font-face {
	font-family: 'Playfair Display';
	font-weight: 900;
	font-style: normal;

	src: local('Playfair Display Black'), local('PlayfairDisplay-Black'),
		url('/local/templates/dv/css/../fonts/playfair/Playfairdisplayblack.woff2') format('woff2'), url('/local/templates/dv/css/../fonts/playfair/Playfairdisplayblack.woff') format('woff'), url('/local/templates/dv/css/../fonts/playfair/Playfairdisplayblack.ttf') format('truetype');
}

@font-face {
	font-family: 'Playfair Display';
	font-weight: 500;
	font-style: normal;

	src: local('Playfair Display Medium'), local('PlayfairDisplay-Medium'),
		url('/local/templates/dv/css/../fonts/playfair/Playfairdisplaymedium.woff2') format('woff2'),
		url('/local/templates/dv/css/../fonts/playfair/Playfairdisplaymedium.woff') format('woff'), url('/local/templates/dv/css/../fonts/playfair/Playfairdisplaymedium.ttf') format('truetype');
}

@font-face {
	font-family: 'Playfair Display';
	font-weight: 700;
	font-style: italic;

	src: local('Playfair Display Bold Italic'), local('PlayfairDisplay-BoldItalic'),
		url('/local/templates/dv/css/../fonts/playfair/Playfairdisplaybolditalic.woff2') format('woff2'),
		url('/local/templates/dv/css/../fonts/playfair/Playfairdisplaybolditalic.woff') format('woff'),
		url('/local/templates/dv/css/../fonts/playfair/Playfairdisplaybolditalic.ttf') format('truetype');
}

@font-face {
	font-family: 'Playfair Display';
	font-weight: 600;
	font-style: italic;

	src: local('Playfair Display SemiBold Italic'), local('PlayfairDisplay-SemiBoldItalic'),
		url('/local/templates/dv/css/../fonts/playfair/Playfairdisplaysemibolditalic.woff2') format('woff2'),
		url('/local/templates/dv/css/../fonts/playfair/Playfairdisplaysemibolditalic.woff') format('woff'),
		url('/local/templates/dv/css/../fonts/playfair/Playfairdisplaysemibolditalic.ttf') format('truetype');
}

@font-face {
	font-family: 'Playfair Display';
	font-weight: 700;
	font-style: normal;

	src: local('Playfair Display Bold'), local('PlayfairDisplay-Bold'), url('/local/templates/dv/css/../fonts/playfair/Playfairdisplaybold.woff2') format('woff2'), url('/local/templates/dv/css/../fonts/playfair/Playfairdisplaybold.woff') format('woff'),
		url('/local/templates/dv/css/../fonts/playfair/Playfairdisplaybold.ttf') format('truetype');
}

@font-face {
	font-family: 'Playfair Display';
	font-weight: 900;
	font-style: italic;

	src: local('Playfair Display Black Italic'), local('PlayfairDisplay-BlackItalic'),
		url('/local/templates/dv/css/../fonts/playfair/Playfairdisplayblackitalic.woff2') format('woff2'),
		url('/local/templates/dv/css/../fonts/playfair/Playfairdisplayblackitalic.woff') format('woff'),
		url('/local/templates/dv/css/../fonts/playfair/Playfairdisplayblackitalic.ttf') format('truetype');
}

@font-face {
	font-family: 'Roboto';
	font-weight: 300;
	font-style: italic;

	src: url('/local/templates/dv/css/../fonts/Roboto/Roboto-LightItalic.woff2') format('woff2'), url('/local/templates/dv/css/../fonts/Roboto/Roboto-LightItalic.woff') format('woff'), url('/local/templates/dv/css/../fonts/Roboto/Roboto-LightItalic.ttf') format('truetype');
}

@font-face {
	font-family: 'Roboto';
	font-weight: 500;
	font-style: italic;

	src: url('/local/templates/dv/css/../fonts/Roboto/Roboto-MediumItalic.woff2') format('woff2'), url('/local/templates/dv/css/../fonts/Roboto/Roboto-MediumItalic.woff') format('woff'), url('/local/templates/dv/css/../fonts/Roboto/Roboto-MediumItalic.ttf') format('truetype');
}

@font-face {
	font-family: 'Roboto';
	font-weight: 900;
	font-style: italic;

	src: url('/local/templates/dv/css/../fonts/Roboto/Roboto-BlackItalic.woff2') format('woff2'), url('/local/templates/dv/css/../fonts/Roboto/Roboto-BlackItalic.woff') format('woff'), url('/local/templates/dv/css/../fonts/Roboto/Roboto-BlackItalic.ttf') format('truetype');
}

@font-face {
	font-family: 'Roboto';
	font-weight: 100;
	font-style: normal;

	src: url('/local/templates/dv/css/../fonts/Roboto/Roboto-Thin.woff2') format('woff2'), url('/local/templates/dv/css/../fonts/Roboto/Roboto-Thin.woff') format('woff'),
		url('/local/templates/dv/css/../fonts/Roboto/Roboto-Thin.ttf') format('truetype');
}

@font-face {
	font-family: 'Roboto';
	font-weight: 300;
	font-style: normal;

	src: url('/local/templates/dv/css/../fonts/Roboto/Roboto-Light.woff2') format('woff2'), url('/local/templates/dv/css/../fonts/Roboto/Roboto-Light.woff') format('woff'),
		url('/local/templates/dv/css/../fonts/Roboto/Roboto-Light.ttf') format('truetype');
}

@font-face {
	font-family: 'Roboto';
	font-weight: 900;
	font-style: normal;

	src: url('/local/templates/dv/css/../fonts/Roboto/Roboto-Black.woff2') format('woff2'), url('/local/templates/dv/css/../fonts/Roboto/Roboto-Black.woff') format('woff'),
		url('/local/templates/dv/css/../fonts/Roboto/Roboto-Black.ttf') format('truetype');
}

@font-face {
	font-family: 'Roboto';
	font-weight: bold;
	font-style: italic;

	src: url('/local/templates/dv/css/../fonts/Roboto/Roboto-BoldItalic.woff2') format('woff2'), url('/local/templates/dv/css/../fonts/Roboto/Roboto-BoldItalic.woff') format('woff'), url('/local/templates/dv/css/../fonts/Roboto/Roboto-BoldItalic.ttf') format('truetype');
}

@font-face {
	font-family: 'Roboto';
	font-weight: normal;
	font-style: normal;

	src: url('/local/templates/dv/css/../fonts/Roboto/Roboto-Regular.woff2') format('woff2'), url('/local/templates/dv/css/../fonts/Roboto/Roboto-Regular.woff') format('woff'), url('/local/templates/dv/css/../fonts/Roboto/Roboto-Regular.ttf') format('truetype');
}

@font-face {
	font-family: 'Roboto';
	font-weight: 500;
	font-style: normal;

	src: url('/local/templates/dv/css/../fonts/Roboto/Roboto-Medium.woff2') format('woff2'), url('/local/templates/dv/css/../fonts/Roboto/Roboto-Medium.woff') format('woff'), url('/local/templates/dv/css/../fonts/Roboto/Roboto-Medium.ttf') format('truetype');
}

@font-face {
	font-family: 'Roboto';
	font-weight: bold;
	font-style: normal;

	src: url('/local/templates/dv/css/../fonts/Roboto/Roboto-Bold.woff2') format('woff2'), url('/local/templates/dv/css/../fonts/Roboto/Roboto-Bold.woff') format('woff'),
		url('/local/templates/dv/css/../fonts/Roboto/Roboto-Bold.ttf') format('truetype');
}

@font-face {
	font-family: 'Roboto';
	font-weight: normal;
	font-style: italic;

	src: url('/local/templates/dv/css/../fonts/Roboto/Roboto-Italic.woff2') format('woff2'), url('/local/templates/dv/css/../fonts/Roboto/Roboto-Italic.woff') format('woff'), url('/local/templates/dv/css/../fonts/Roboto/Roboto-Italic.ttf') format('truetype');
}

@font-face {
	font-family: 'Roboto';
	font-weight: 100;
	font-style: italic;

	src: url('/local/templates/dv/css/../fonts/Roboto/Roboto-ThinItalic.woff2') format('woff2'), url('/local/templates/dv/css/../fonts/Roboto/Roboto-ThinItalic.woff') format('woff'), url('/local/templates/dv/css/../fonts/Roboto/Roboto-ThinItalic.ttf') format('truetype');
}

h1,
.heading-1 {
	font-family: 'Playfair Display', Arial, Helvetica, sans-serif;
	font-size: 2.875rem;
	font-weight: 400;
	line-height: 2.5;

	color: #333;
}

h2,
.heading-2 {
	font-family: 'Playfair Display', Arial, Helvetica, sans-serif;
	font-size: 2.375rem;
	font-weight: 400;
	line-height: 2;

	color: #333;
}

@media screen and (max-width: 767px) {

	h2,
	.heading-2 {
		font-size: 1.875rem;
		line-height: 1.25;
	}
}

h3,
.heading-3 {
	font-size: 1.25rem;
	font-weight: 700;
	line-height: 1.7;

	color: #333;
}

@media screen and (max-width: 767px) {

	h3,
	.heading-3 {
		line-height: 1.35;

		margin-bottom: 10px;
	}
}

button {
	font-family: 'Roboto', Arial, Helvetica, sans-serif;
}

.text {
	font-size: 1rem;
	line-height: 1.45;

	color: #333;
}

.text p {
	margin-bottom: 10px;
}

.text ul li {
	position: relative;

	padding-left: 25px;
}

.text ul li::after {
	position: absolute;
	top: 8px;
	left: 5px;

	display: block;

	width: 6px;
	height: 6px;

	content: '';

	-webkit-border-radius: 100%;

	border-radius: 100%;
	background-color: #ffa800;
}

.text ul ol {
	padding-left: 20px;
}

.text ul ol li:after {
	display: none;
}

.text-uppercase {
	text-transform: uppercase;
}

.text-right {
	text-align: right;
}

.text-center {
	text-align: center;
}

.text-underline {
	text-decoration: underline;
}

*:root {
	font-family: 'Roboto', Arial, Helvetica, sans-serif;
	font-size: 16px;
}

@media screen and (max-width: 1024px) {
	*:root {
		font-size: 14px;
	}
}

input[type='number'] {
	-moz-appearance: textfield;
}

input[type='number']::-webkit-outer-spin-button,
input[type='number']::-webkit-inner-spin-button {
	margin: 0;

	-webkit-appearance: none;
}

input[type='number']:hover,
input[type='number']:focus {
	-moz-appearance: number-input;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
	margin: 0;

	-webkit-appearance: none;
}

body {
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.25;

	overflow: hidden;

	color: #333;

	scroll-behavior: smooth;
}

main {
	position: relative;

	overflow: auto;

	height: 100vh;
}

.inner {
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
}

@media screen and (max-width: 1440px) {
	.inner {
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
		padding: 0 15px;
	}
}

.scrollbar-thumb {
	-webkit-border-radius: 0 !important;
	border-radius: 0 !important;
	background: #b1bbc1 !important;
}

.scrollbar-track {
	background: transparent !important;
}

.pagination {
	margin-top: 40px;
}

.pagination__list {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;

	-webkit-box-pack: center;

	-webkit-justify-content: center;

	-ms-flex-pack: center;

	justify-content: center;
}

.pagination__item {
	margin-right: 15px;
	padding-left: 0;
}

.pagination__item:last-of-type {
	margin-right: 0;
}

.pagination__item:before {
	display: none;
}

.pagination__link {
	font-size: 1.125rem;

	display: -webkit-inline-box;

	display: -webkit-inline-flex;

	display: -ms-inline-flexbox;

	display: inline-flex;

	width: 30px;
	height: 30px;

	-webkit-transition: .5s ease-in-out;

	-o-transition: .5s ease-in-out;

	transition: .5s ease-in-out;
	text-align: center;

	color: #b1bbc1;
	-webkit-border-radius: 4px;
	border-radius: 4px;

	-webkit-box-pack: center;

	-webkit-justify-content: center;

	-ms-flex-pack: center;

	justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}

.pagination__link.active {
	color: #333;
}

.pagination__link:hover {
	background-color: #b1bbc1;
}

.page .scroll-content {
	position: relative;
}

.page .scroll-content:after {
	position: absolute;
	top: 200px;
	right: 2%;

	content: url(/local/templates/dv/css/../images/product-before.png);
}

@media screen and (max-width: 1600px) {
	.page .scroll-content:after {
		-webkit-transform: scale(.7) translateX(115px);
		-ms-transform: scale(.7) translateX(115px);
		transform: scale(.7) translateX(115px);
	}
}

@media screen and (max-width: 1280px) {
	.page .scroll-content:after {
		z-index: -1;
		top: 20px;

		-webkit-transform: scale(.7) translateX(108px);

		-ms-transform: scale(.7) translateX(108px);

		transform: scale(.7) translateX(108px);
	}
}

@media screen and (max-width: 1023px) {
	.page .scroll-content:after {
		-webkit-transform: scale(.45) translate(270px, -200px);
		-ms-transform: scale(.45) translate(270px, -200px);
		transform: scale(.45) translate(270px, -200px);
	}
}

@media screen and (max-width: 767px) {
	.page .scroll-content:after {
		-webkit-transform: scale(.35) translate(390px, -370px);
		-ms-transform: scale(.35) translate(390px, -370px);
		transform: scale(.35) translate(390px, -370px);
	}
}

.page .scroll-content::before {
	position: absolute;
	top: 600px;
	left: 0;
	z-index: -1;
	content: url(/local/templates/dv/css/../images/about-before.png);
}

@media screen and (max-width: 1600px) {
	.page .scroll-content::before {
		z-index: -1;

		-webkit-transform: scale(.5) translateX(-190px);

		-ms-transform: scale(.5) translateX(-190px);

		transform: scale(.5) translateX(-190px);
	}
}

@media screen and (max-width: 1280px) {
	.page .scroll-content::before {
		display: none;
	}
}

@media screen and (max-width: 767px) {
	.page_legal .heading__title {
		font-size: 1.875rem;
		line-height: 1.25;

		margin-bottom: 30px;
	}
}

.page-error {
	width: 100vw;
	height: 100vh;
	min-height: -webkit-fill-available;

	background-image: url(/local/templates/dv/css/../images/error-bg.png);
	background-repeat: no-repeat;
	background-position: center 20%;
}

@media screen and (max-width: 1023px) {
	.page-error {
		background-position: center 40%;
		-webkit-background-size: 80% 80%;
		background-size: 80%;
	}
}

.page-error__text {
	font-size: 1.125rem;
	line-height: 34px;

	max-width: 695px;
	margin: 0 auto;
	padding: 23% 0 0;

	text-align: center;
}

@media screen and (max-width: 1600px) {
	.page-error__text {
		padding: 32% 0 0;
	}
}

@media screen and (max-width: 1280px) {
	.page-error__text {
		padding: 42% 0 0;
	}
}

@media screen and (max-width: 1023px) {
	.page-error__text {
		padding: 72% 0 0;
	}
}

@media screen and (max-width: 767px) {
	.page-error__text {
		line-height: 1.35;

		width: 80%;
		padding: 85% 0 0;
	}
}

@media screen and (max-width: 380px) {
	.page-error__text {
		width: 100%;
	}
}

@media screen and (max-width: 350px) {
	.page-error__text {
		font-size: .9375rem;
	}
}

.page-error__text h1 {
	font-family: 'Roboto', Arial, Helvetica, sans-serif;
	font-size: 2.875rem;
	line-height: 1.55;

	text-transform: uppercase;
}

@media screen and (max-width: 767px) {
	.page-error__text h1 {
		font-size: 1.625rem;
		line-height: 1.35;

		margin-bottom: 10px;
	}
}

@media screen and (max-width: 350px) {
	.page-error__text h1 {
		font-size: 1.25rem;
	}
}

.page-error__text p {
	margin-bottom: 20px;
}

.page-error__btn {
	line-height: 1;

	text-align: center;
}

.btn {
	font-size: 1rem;

	display: inline-block;

	-webkit-box-sizing: border-box;

	box-sizing: border-box;
	min-width: 200px;
	margin: 10px 0;
	padding: 15px 40px;

	cursor: pointer;
	-webkit-transition: .5s ease;
	-o-transition: .5s ease;
	transition: .5s ease;
	text-align: center;

	color: #fff;
	-webkit-border-radius: 24px;
	border-radius: 24px;
	background: #ffa800;
}

.btn:hover {
	color: #fff !important;
	background: #ffc24c;
}

.btn_white {
	color: #ffa800;
	background-color: #fff;
}

.btn_white:hover {
	color: #ffa800 !important;
	background-color: #fff;
	-webkit-box-shadow: 0 0 5px 4px rgba(255, 255, 255, .2);
	box-shadow: 0 0 5px 4px rgba(255, 255, 255, .2);
}

.swiper-button-prev {
	background-image: url(/local/templates/dv/css/../icon/arrow-left.svg);
}

.swiper-button-prev:hover {
	background-image: url(/local/templates/dv/css/../icon/arrow-left-hover.svg);
}

.swiper-button-next {
	background-image: url(/local/templates/dv/css/../icon/arrow-right.svg);
}

.swiper-button-next:hover {
	background-image: url(/local/templates/dv/css/../icon/arrow-right-hover.svg);
}

.swiper-pagination-bullet {
	-webkit-transition: .5s ease;
	-o-transition: .5s ease;
	transition: .5s ease;

	background: #b1bbc1;
}

.swiper-pagination-bullet.swiper-pagination-bullet-active {
	opacity: 1;
	background: #ffa800;
}

.swiper-pagination-bullet:hover {
	opacity: 1;
}

.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
	margin-right: 30px;
}

.group {
	position: relative;

	margin-top: 50px;
}

.group__name {
	font-size: 1.125rem;

	position: absolute;
	z-index: 1;
	top: 0;

	width: 100%;

	-webkit-transition: all .2s ease-in-out;

	-o-transition: all .2s ease-in-out;

	transition: all .2s ease-in-out;
	text-align: center;

	color: #333;
}

.group__field {
	font-size: 1.125rem;
	line-height: 1;

	position: relative;
	z-index: 3;

	display: block;

	-webkit-box-sizing: border-box;

	box-sizing: border-box;
	width: 100%;
	min-height: 28px;
	padding: 3px 0;

	text-align: center;
	letter-spacing: .8px;

	color: #000;
	border-bottom: 1px solid #b1bbc1;
	-webkit-border-radius: 0;
	border-radius: 0;
	background: none;
}

.group__field:focus {
	border-bottom: 1px solid #ffa800;
}

.group__field.error {
	border-bottom: 1px solid #ff4657;
}

.group_half {
	width: 48%;
}

@media screen and (max-width: 767px) {
	.group_half {
		width: 100%;
	}
}

.group .error-tooltip {
	font-size: .75rem;

	position: absolute;
	top: 110%;
	right: 0;

	color: #ff4657;
}

.modal {
	position: fixed;
	z-index: 999;
	top: 0;
	left: 0;

	display: none;

	width: 100%;
	height: 100%;

	opacity: 0;
	background: rgba(0, 0, 0, .8);

	-webkit-box-pack: center;

	-webkit-justify-content: center;

	-ms-flex-pack: center;

	justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}

.modal__close {
	position: absolute;
	top: 15px;
	right: 15px;

	width: 14px;
	height: 14px;

	-webkit-transition: .5s ease;

	-o-transition: .5s ease;

	transition: .5s ease;

	background-image: url(/local/templates/dv/css/../icon/close.svg);
	background-repeat: no-repeat;
	-webkit-background-size: contain;
	background-size: contain;
}

.modal__close:hover {
	transform: rotate(180deg);
}

.modal__container {
	position: relative;

	-webkit-box-sizing: border-box;

	box-sizing: border-box;
	width: 504px;
	padding: 60px 50px;

	background-color: #fff;
}

@media screen and (max-width: 767px) {
	.modal__container {
		padding: 30px;
	}
}

.modal__req {
	font-size: .875rem;
	line-height: 22px;

	margin-top: 20px;
	margin-right: 30px;
}

.modal__req a {
	-webkit-transition: .5s ease;
	-o-transition: .5s ease;
	transition: .5s ease;

	color: #ffa800;
}

.modal__req a:hover {
	color: #ffc24c;
}

.modal__control {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;

	-webkit-box-pack: center;

	-webkit-justify-content: center;

	-ms-flex-pack: center;

	justify-content: center;
}

.modal__title {
	line-height: 1.25;
}

.call {
	position: fixed;
	z-index: 999;
	top: 0;
	left: 0;

	display: none;

	width: 100%;
	height: 100%;

	opacity: 0;
	background: rgba(0, 0, 0, .8);

	-webkit-box-pack: center;

	-webkit-justify-content: center;

	-ms-flex-pack: center;

	justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}

.call__close {
	position: absolute;
	top: -35px;
	right: -25px;

	width: 14px;
	height: 14px;

	background-image: url(/local/templates/dv/css/../icon/close.svg);
	background-repeat: no-repeat;
	-webkit-background-size: contain;
	background-size: contain;
}

@media screen and (max-width: 767px) {
	.call__close {
		top: -10px;
		right: -10px;
	}
}

.call__container {
	position: relative;

	-webkit-box-sizing: border-box;

	box-sizing: border-box;
	width: 707px;
	padding: 60px 50px;

	-webkit-transition: .5s ease;

	-o-transition: .5s ease;

	transition: .5s ease;

	background-color: #fff;
}

@media screen and (max-width: 767px) {
	.call__container {
		height: 100vh;
		padding: 30px 30px 0;
	}
}

.call__req {
	font-size: .875rem;
	line-height: 22px;

	margin-top: 20px;
	margin-right: 30px;
}

.call__req a {
	-webkit-transition: .5s ease;
	-o-transition: .5s ease;
	transition: .5s ease;

	color: #ffa800;
}

.call__req a:hover {
	color: #ffc24c;
}

.call__control {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;

	-webkit-box-pack: center;

	-webkit-justify-content: center;

	-ms-flex-pack: center;

	justify-content: center;
}

@media screen and (max-width: 767px) {
	.call__control {
		margin-bottom: 50px;
	}
}

.call__title {
	line-height: 1.25;
}

.call__row {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;

	-webkit-box-pack: justify;

	-webkit-justify-content: space-between;

	-ms-flex-pack: justify;

	justify-content: space-between;
}

@media screen and (max-width: 767px) {
	.call__row {
		display: block;
	}
}

.call__col {
	width: 48%;
	max-width: 290px;
}

@media screen and (max-width: 767px) {
	.call__col {
		width: 100%;
		max-width: 100%;
	}
}

.success-text {
	max-width: 294px;
	margin: 10px auto;

	text-align: center;
}

.success-control {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;

	-webkit-box-pack: center;

	-webkit-justify-content: center;

	-ms-flex-pack: center;

	justify-content: center;
}

.up {
	position: fixed;
	right: 30px;
	bottom: 30px;

	display: -webkit-box;

	display: -webkit-flex;

	display: -ms-flexbox;

	display: flex;

	cursor: pointer;

	-webkit-box-pack: center;

	-webkit-justify-content: center;

	-ms-flex-pack: center;

	justify-content: center;
	-webkit-box-align: end;
	-webkit-align-items: flex-end;
	-ms-flex-align: end;
	align-items: flex-end;
}

@media screen and (max-width: 1280px) {
	.up {
		display: none;
	}
}

.header {
	position: relative;
	z-index: 999;

	display: -webkit-box;

	display: -webkit-flex;

	display: -ms-flexbox;

	display: flex;

	padding: 10px 0;

	-webkit-transition: padding .5s ease;

	-o-transition: padding .5s ease;

	transition: padding .5s ease;

	background: #fff;
	-webkit-box-shadow: -1px 0 5px 1px rgba(0, 0, 0, .1);
	box-shadow: -1px 0 5px 1px rgba(0, 0, 0, .1);

	-webkit-box-pack: end;

	-webkit-justify-content: flex-end;

	-ms-flex-pack: end;

	justify-content: flex-end;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}

@media screen and (max-width: 1280px) {
	.header {
		-webkit-box-pack: justify;
		-webkit-justify-content: space-between;
		-ms-flex-pack: justify;
		justify-content: space-between;
	}
}

.header.fixed {
	padding: 0;
}

.header.fixed .header__logo img {
	top: -20px;

	width: 122px;
	height: 150px;
}

@media screen and (max-width: 767px) {
	.header.fixed .header__logo img {
		top: -10px;

		width: 80px;
		height: 97px;
	}
}

.header.fixed .header__phone {
	margin-left: 50px;
}

.header__block {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;

	margin-right: 180px;

	-webkit-box-pack: justify;

	-webkit-justify-content: space-between;

	-ms-flex-pack: justify;

	justify-content: space-between;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}

@media screen and (max-width: 1600px) {
	.header__block {
		margin-right: 150px;
	}

	.header.fixed .header__phone {
		margin-left: -20px;
	}
}

@media screen and (max-width: 1400px) {
	.header__block {
		margin-right: 85px;
	}

	.header.fixed .header__phone {
		margin-left: 0;
	}
}

@media screen and (max-width: 1280px) {
	.header__block {
		margin-right: 0;
		margin-left: 15px;
	}

	.header.fixed .header__phone {
		margin-left: 0;
	}
}

@media screen and (max-width: 767px) {
	.header__block {
		margin-left: 0;
	}
}

.header__phone {
	margin-left: 50px;

	-webkit-transition: margin .5s ease;

	-o-transition: margin .5s ease;

	transition: margin .5s ease;
	text-align: center;
}

@media screen and (max-width: 1600px) {
	.header__phone {
		margin-left: 30px;
	}
}

@media screen and (max-width: 767px) {
	.header__phone {
		margin-left: 15px;
	}
}

@media screen and (max-width: 350px) {
	.header__phone {
		margin-left: 0;
	}
}

.header__phone span {
	font-size: .8125rem;

	color: #b1bbc1;
}

@media screen and (max-width: 767px) {
	.header__phone span {
		font-size: .6875rem;
	}
}

.header__phone a {
	font-size: 1.625rem;
	font-weight: 500;

	display: block;

	-webkit-transition: .5s ease;

	-o-transition: .5s ease;

	transition: .5s ease;

	color: #ffa800;
}

@media screen and (max-width: 767px) {
	.header__phone a {
		font-size: 1.25rem;
	}
}

.header__phone a:hover {
	color: #b1bbc1;
}

.header__logo {
	position: relative;

	display: block;

	width: 175px;
	height: 30px;

	cursor: pointer;
}

@media screen and (max-width: 767px) {
	.header__logo {
		width: 100px;
	}
}

.header__logo img {
	position: absolute;
	top: -30px;

	width: 188px;
	height: 230px;

	-webkit-transition: all .5s ease;

	-o-transition: all .5s ease;

	transition: all .5s ease;
}

@media screen and (max-width: 767px) {
	.header__logo img {
		top: -20px;

		width: 100px;
		height: 122px;
	}
}

.header__item {
	margin-bottom: 0;
}

.header__nav,
.header__list {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;

	-webkit-box-pack: justify;

	-webkit-justify-content: space-between;

	-ms-flex-pack: justify;

	justify-content: space-between;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}

.header__list {
	margin-right: 20px;
}

@media screen and (max-width: 1280px) {
	.header__list {
		position: absolute;
		top: 0;
		left: 0;

		display: none;

		-webkit-box-sizing: border-box;

		box-sizing: border-box;
		width: 100vw;
		height: 100vh;
		padding: 100px 50px;

		background: #ffa800;
		background-image: url(/local/templates/dv/css/../images/bg-menu.png);
		background-repeat: no-repeat;
		background-position: bottom right;
		-webkit-background-size: 30% 30%;
		background-size: 30%;
		margin-right: 0px;
	}
}

@media screen and (max-width: 767px) {
	.header__list {
		padding: 85px 20px;

		-webkit-background-size: 50% 50%;

		background-size: 50%;
	}
}

.header__list.open+.header__btn {
	display: block;

	opacity: 1;
}

.header__nav {
	margin-right: 30px;
}

@media screen and (max-width: 1280px) {
	.header__nav {
		margin-right: 15px;
	}
}

.header__link {
	margin: 0 30px;

	-webkit-transition: .5s ease;

	-o-transition: .5s ease;

	transition: .5s ease;

	border-bottom: 2px solid transparent;
}

@media screen and (max-width: 1600px) {
	.header__link {
		margin: 0 15px;
	}
}

@media screen and (max-width: 1280px) {
	.header__link {
		font-size: 1.625rem;

		color: #fff;
	}
}

.header__link:hover {
	color: #ffa800;
}

.header__link.active {
	border-bottom-color: #ffa800;
}

@media screen and (max-width: 1300px) {
	.header__link.active {
		border-bottom-color: #fff;
	}

	.header__item {
		margin-bottom: 35px;
	}
}

@media screen and (max-width: 767px) {
	.header__item {
		margin-bottom: 20px;
	}

	.header__btn {
		position: absolute;
		left: 15px;

		display: none;

		-webkit-transition: 1s ease 2s;

		-o-transition: 1s ease 2s;

		transition: 1s ease 2s;

		opacity: 0;
		color: #ffa800;
		background: #fff;
	}
}

.header__btn-mobile {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;

	width: 48px;
	height: 48px;
	margin-left: 25px;

	border-left: 1px solid #fff;
	-webkit-border-radius: 24px;
	border-radius: 24px;
	background-color: #ffa800;

	-webkit-box-pack: center;

	-webkit-justify-content: center;

	-ms-flex-pack: center;

	justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}

@media screen and (min-width: 1300px) {
	.header__btn-mobile {
		display: none;
	}
}

@media screen and (max-width: 767px) {
	.header__btn-mobile {
		width: 40px;
		height: 40px;
		margin: 5px 0 5px 5px;
	}
}

.burger {
	position: relative;

	display: block;

	width: 22px;
	height: 3px;

	-webkit-transition: .4s;

	-o-transition: .4s;

	transition: .4s;

	-webkit-border-radius: 24px;

	border-radius: 24px;
	background: white;
}

.burger::after,
.burger::before {
	position: absolute;

	display: block;

	width: 22px;
	height: 3px;

	content: '';
	-webkit-transition: .4s;
	-o-transition: .4s;
	transition: .4s;

	-webkit-border-radius: 24px;

	border-radius: 24px;
	background: white;
}

.burger::after {
	top: 7px;
}

.burger::before {
	top: -7px;
}

.burger.open {
	background: transparent;
}

.burger.open::before,
.burger.open::after {
	top: 0;
}

.burger.open::after {
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

.burger.open::before {
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}

.banner .inner {
	position: relative;

	height: 100%;
	min-height: 20px;
}

.banner__content {
	position: absolute;
	bottom: 250px;
	left: 0;

	padding-left: 15px;
}

@media screen and (max-width: 1600px) {
	.banner__content {
		bottom: 200px;
	}
}

@media screen and (max-width: 1280px) {
	.banner__content {
		bottom: 150px;
	}
}

@media screen and (max-width: 1023px) {
	.banner__content {
		bottom: 130px;

		-webkit-box-sizing: border-box;

		box-sizing: border-box;
	}
}

@media screen and (max-width: 767px) {
	.banner__content {
		bottom: 60px;
	}
}

.banner__title {
	font-family: 'Playfair Display', Arial, Helvetica, sans-serif;
	font-size: 3.75rem;
	line-height: 50px;

	margin-bottom: 30px;

	-webkit-transition-timing-function: cubic-bezier(.075, .82, .165, 1);

	-o-transition-timing-function: cubic-bezier(.075, .82, .165, 1);

	transition-timing-function: cubic-bezier(.075, .82, .165, 1);
	-webkit-transition-duration: .8s;
	-o-transition-duration: .8s;
	transition-duration: .8s;
	-webkit-transition-property: opacity, -webkit-transform;
	transition-property: opacity, -webkit-transform;
	-o-transition-property: opacity, transform;
	transition-property: opacity, transform;
	transition-property: opacity, transform, -webkit-transform;
	-webkit-transform: translateX(-50px);
	-ms-transform: translateX(-50px);
	transform: translateX(-50px);

	opacity: 0;
	color: #fff;
}

@media screen and (max-width: 1280px) {
	.banner__title {
		font-size: 2.5rem;
		line-height: 40px;
	}
}

@media screen and (max-width: 767px) {
	.banner__title {
		font-size: 2.1875rem;
		line-height: 1.35;

		margin-bottom: 15px;
	}
}

.banner__title_gray {
	color: #333;
}

.banner__sign {
	font-size: 1.25rem;
	line-height: 30px;

	max-width: 500px;

	-webkit-transition-timing-function: cubic-bezier(.075, .82, .165, 1);

	-o-transition-timing-function: cubic-bezier(.075, .82, .165, 1);

	transition-timing-function: cubic-bezier(.075, .82, .165, 1);
	-webkit-transition-duration: .8s;
	-o-transition-duration: .8s;
	transition-duration: .8s;
	-webkit-transition-property: opacity, -webkit-transform;
	transition-property: opacity, -webkit-transform;
	-o-transition-property: opacity, transform;
	transition-property: opacity, transform;
	transition-property: opacity, transform, -webkit-transform;
	-webkit-transform: translateX(-50px);
	-ms-transform: translateX(-50px);
	transform: translateX(-50px);

	opacity: 0;
	color: #fff;
}

@media screen and (max-width: 1280px) {
	.banner__sign {
		font-size: 1.125rem;
		line-height: 26px;

		width: 90%;
	}
}

@media screen and (max-width: 1023px) {
	.banner__sign {
		width: 100%;
	}
}

@media screen and (max-width: 767px) {
	.banner__sign {
		font-size: 1rem;
		line-height: 20px;
	}
}

.banner__sign_gray {
	color: #333;
}

.banner__pic img {
	width: 100%;

	vertical-align: middle;
}

@media screen and (max-width: 1280px) {
	.banner__pic img {
		height: 600px;

		-o-object-fit: cover;

		object-fit: cover;
		-o-object-position: 80%;
		object-position: 80%;
	}
}

@media screen and (max-width: 1023px) {
	.banner__pic img {
		height: 900px;
	}
}

@media screen and (max-width: 767px) {
	.banner__pic img {
		height: 550px;

		-o-object-position: 0;

		object-position: 0;
	}
}

.banner .swiper-pagination {
	bottom: 10%;
	left: 10%;

	max-width: 25%;
}

@media screen and (max-width: 1600px) {
	.banner .swiper-pagination {
		left: 1%;
	}
}

@media screen and (max-width: 1280px) {
	.banner .swiper-pagination {
		left: -50px;
	}
}

@media screen and (max-width: 1023px) {
	.banner .swiper-pagination {
		bottom: 10%;
		left: -10px;
	}
}

@media screen and (max-width: 767px) {
	.banner .swiper-pagination {
		bottom: 6%;
		left: -48px;

		max-width: 65%;
	}
}

@media screen and (max-width: 350px) {
	.banner .swiper-pagination {
		left: -30px;
	}
}

.heading {
	margin-top: 130px;
	margin-bottom: 100px;

	text-align: center;
}

@media screen and (max-width: 1280px) {
	.heading {
		margin-top: 70px;
		margin-bottom: 50px;
	}
}

.heading__dots {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;

	-webkit-box-pack: center;

	-webkit-justify-content: center;

	-ms-flex-pack: center;

	justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}

.heading__dots span {
	display: block;

	width: 6px;
	height: 6px;
	margin: 0 20px;

	-webkit-border-radius: 100%;

	border-radius: 100%;
	background-color: #ffa800;
}

@media screen and (max-width: 767px) {
	.heading__title {
		font-size: 2.25rem;
	}
}

.heading__subtitle {
	font-size: 1.25rem;
	font-weight: 300;
	line-height: 28px;

	max-width: 745px;
	margin: 20px auto 0;
}

@media screen and (max-width: 767px) {
	.heading__subtitle {
		font-size: 1.125rem;
	}
}

@media screen and (max-width: 767px) {
	.heading__subtitle br {
		display: none;
	}
}

.heading__subtitle span,
.heading__subtitle a {
	font-weight: 500;

	color: #ffa800;
}

@media screen and (max-width: 370px) {
	.heading__subtitle a {
		display: block;
	}
}

.about {
	position: relative;

	margin-top: 140px;
}

@media screen and (max-width: 1280px) {
	.about {
		margin-top: 50px;
	}
}

.about::before {
	position: absolute;
	top: -70%;
	left: 0;
	z-index: -1;
	content: url(/local/templates/dv/css/../images/about-before.png);
}

@media screen and (max-width: 1600px) {
	.about::before {
		-webkit-transform: scale(.5) translateX(-190px);
		-ms-transform: scale(.5) translateX(-190px);
		transform: scale(.5) translateX(-190px);
	}
}

@media screen and (max-width: 1280px) {
	.about::before {
		display: none;
	}
}

.about__inner {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;

	-webkit-box-pack: justify;

	-webkit-justify-content: space-between;

	-ms-flex-pack: justify;

	justify-content: space-between;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}

@media screen and (max-width: 1023px) {
	.about__inner {
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-box-pack: start;
		-webkit-justify-content: flex-start;
		-ms-flex-pack: start;
		justify-content: flex-start;
	}
}

.about__title {
	margin-bottom: 20px;
}

@media screen and (max-width: 1023px) {
	.about__title {
		display: none;
	}
}

.about__title_mobile {
	display: none;
}

@media screen and (max-width: 1023px) {
	.about__title_mobile {
		display: block;

		width: 100%;

		-webkit-box-flex: 1;

		-webkit-flex-grow: 1;

		-ms-flex-positive: 1;

		flex-grow: 1;
	}
}

.about__content {
	margin-right: 40px;
}

@media screen and (max-width: 1023px) {
	.about__content {
		margin-top: 20px;

		-webkit-box-ordinal-group: 2;

		-webkit-order: 1;

		-ms-flex-order: 1;

		order: 1;
		margin-right: 0;
	}
}

@media screen and (max-width: 767px) {
	.about__content {
		margin-right: 0;
	}
}

.about__video {
	margin-top: -100px;
	margin-right: 15px;

}

@media screen and (max-width: 1280px) {
	.about__video {
		width: 25%;
		max-width: 240px;
		margin-top: -30px;

		-webkit-flex-shrink: 0;

		-ms-flex-negative: 0;

		flex-shrink: 0;
	}
}

@media screen and (max-width: 1023px) {
	.about__video {
		width: 57%;
		max-width: 59%;
		margin-top: 0;
	}
}

@media screen and (max-width: 767px) {
	.about__video {
		width: 100%;
		max-width: 100%;
	}
}

.about__video:hover span {
	color: #ffc24c;
}

.about__video:hover .play {
	background: #ffc24c;
}

@media screen and (max-width: 1280px) {
	.about__img {
		width: 100%;
	}
}

.about__btn {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	display: none;

	-webkit-box-pack: end;

	-webkit-justify-content: flex-end;

	-ms-flex-pack: end;

	justify-content: flex-end;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}

.about__btn span {
	font-size: .875rem;
	font-weight: 400;
	line-height: 18px;

	display: inline-block;

	height: auto;
	margin-right: 20px;

	-webkit-transition: .5s ease;

	-o-transition: .5s ease;

	transition: .5s ease;
	text-transform: uppercase;
}

.about__btn span.play {
	display: block;

	-webkit-box-sizing: border-box;

	box-sizing: border-box;
	width: 89px;
	height: 89px;
	margin-top: 10px;
	margin-right: 0;
	padding: 20px;

	background-color: #ffa800;
}

.about__btn span.play img {
	width: 100%;
}

.about__pic {
	margin-top: 40px;
}

@media screen and (max-width: 1280px) {
	.about__pic {
		width: 180px;

		-webkit-flex-shrink: 0;

		-ms-flex-negative: 0;

		flex-shrink: 0;
	}
}

@media screen and (max-width: 1023px) {
	.about__pic {
		width: 290px;
		margin-top: 0px;
	}
}

@media screen and (max-width: 767px) {
	.about__pic {
		display: none;
	}
}

@media screen and (max-width: 1280px) {
	.about__pic img {
		width: 100%;
	}
}

.billboard {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;

	margin-top: 130px;

	-webkit-box-pack: center;

	-webkit-justify-content: center;

	-ms-flex-pack: center;

	justify-content: center;
}

@media screen and (max-width: 1280px) {
	.billboard {
		margin-top: 50px;
	}
}

.billboard img {
	margin-left: -8%;
}

@media screen and (max-width: 1280px) {
	.billboard img {
		width: 96%;
		height: 500px;
		margin-left: -2.5%;
	}
}

@media screen and (max-width: 1023px) {
	.billboard img {
		height: auto;
	}
}

.buy__slider {
	margin: 50px 0;
}

@media screen and (max-width: 1280px) {
	.buy__slider {
		margin: 30px 0;
	}
}

@media screen and (max-width: 767px) {
	.buy__slider {
		margin: 15px 0;
	}
}

.buy__slider .swiper-wrapper {
	margin-bottom: 30px;
}

.buy__slider .swiper-pagination {
	height: 20px;
}

@media screen and (max-width: 767px) {
	.buy__slide {
		width: 220px;
	}
}

@media screen and (max-width: 1023px) {
	.buy__slide img {
		width: 100%;
	}
}

.buy__inner {
	position: relative;

	display: -webkit-box;

	display: -webkit-flex;

	display: -ms-flexbox;

	display: flex;

	-webkit-flex-wrap: wrap;

	-ms-flex-wrap: wrap;

	flex-wrap: wrap;
}

.buy__elem {
	position: relative;

	width: 32%;
	max-width: 392px;
	height: 214px;

	cursor: pointer;
	-webkit-transition: .5s ease;
	-o-transition: .5s ease;
	transition: .5s ease;
	text-align: center;

	background-color: #fff;
}

@media screen and (max-width: 1023px) {
	.buy__elem {
		width: 49%;
	}
}

@media screen and (max-width: 767px) {
	.buy__elem {
		width: 100%;

		border-bottom: 1px solid rgba(0, 0, 0, .15);
	}
}

.buy__elem:hover {
	z-index: 9;

	-webkit-box-shadow: 3px 16px 24px rgba(0, 0, 0, .15);

	box-shadow: 3px 16px 24px rgba(0, 0, 0, .15);
}

.buy__elem:hover p {
	color: #ffc24c;
}

.buy__pic {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;

	height: 80%;

	-webkit-box-pack: center;

	-webkit-justify-content: center;

	-ms-flex-pack: center;

	justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}

.buy__link {
	-webkit-transition: .5s ease;
	-o-transition: .5s ease;
	transition: .5s ease;

	color: #ffa800;
}

.buy .swiper-button-prev,
.buy .swiper-button-next {
	margin-top: 10px;
}

.buy .swiper-button-prev {
	margin-left: -60px;
}

@media screen and (max-width: 1280px) {
	.buy .swiper-button-prev {
		display: none;
	}
}

.buy .swiper-button-next {
	margin-right: -60px;
}

@media screen and (max-width: 1280px) {
	.buy .swiper-button-next {
		display: none;
	}
}

.manufacture {
	position: relative;
}

.manufacture__inner {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;

	-webkit-box-pack: justify;

	-webkit-justify-content: space-between;

	-ms-flex-pack: justify;

	justify-content: space-between;
	-webkit-box-align: start;
	-webkit-align-items: flex-start;
	-ms-flex-align: start;
	align-items: flex-start;
}

@media screen and (max-width: 1023px) {
	.manufacture__inner {
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-box-pack: start;
		-webkit-justify-content: flex-start;
		-ms-flex-pack: start;
		justify-content: flex-start;
	}
}

.manufacture__content {
	margin-left: 40px;
}

@media screen and (max-width: 1023px) {
	.manufacture__content {
		margin-top: 30px;
		margin-left: 0;
	}
}

.manufacture__video {
	margin-top: 70px;
	margin-left: 15px;
}

@media screen and (max-width: 1280px) {
	.manufacture__video {
		width: 25%;
		max-width: 240px;

		-webkit-flex-shrink: 0;

		-ms-flex-negative: 0;

		flex-shrink: 0;
	}
}

@media screen and (max-width: 1023px) {
	.manufacture__video {
		width: 49%;
		max-width: 392px;
	}
}

@media screen and (max-width: 767px) {
	.manufacture__video {
		width: 100%;
		margin-top: 0;
		margin-left: 0;
	}
}

.manufacture__video:hover span {
	color: #ffc24c;
}

.manufacture__video:hover .play {
	background: #ffc24c;
}

.manufacture__btn {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	display: none;

	-webkit-box-pack: start;

	-webkit-justify-content: flex-start;

	-ms-flex-pack: start;

	justify-content: flex-start;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}

.manufacture__btn span {
	font-size: .875rem;
	font-weight: 400;
	line-height: 18px;

	display: inline-block;

	height: auto;
	margin-bottom: 15px;

	-webkit-transition: .5s ease;

	-o-transition: .5s ease;

	transition: .5s ease;
	text-transform: uppercase;
}

.manufacture__btn span.play {
	display: block;

	-webkit-box-sizing: border-box;

	box-sizing: border-box;
	width: 89px;
	height: 89px;
	margin-top: 0;
	margin-right: 20px;
	padding: 20px;

	background-color: #ffa800;
}

.manufacture__btn span.play img {
	width: 100%;
}

@media screen and (max-width: 1280px) {
	.manufacture__img {
		width: 100%;
	}
}

.manufacture__text {
	font-size: 1.125rem;
	font-weight: 300;
	line-height: 26px;
}

.manufacture__text_row {
	margin-top: 10px;
}

@media screen and (max-width: 1023px) {
	.manufacture__text_row {
		margin-top: 0;
	}
}

@media screen and (max-width: 1280px) {
	.manufacture__pic {
		width: 180px;

		-webkit-flex-shrink: 0;

		-ms-flex-negative: 0;

		flex-shrink: 0;
	}
}

@media screen and (max-width: 1023px) {
	.manufacture__pic {
		width: 290px;
	}
}

@media screen and (max-width: 767px) {
	.manufacture__pic {
		display: none;
	}
}

@media screen and (max-width: 1280px) {
	.manufacture__pic img {
		width: 100%;
	}
}

.making {
	margin-top: 115px;
}

@media screen and (max-width: 1280px) {
	.making {
		margin-top: 50px;
	}
}

.making__subtitle {
	font-size: 1.25rem;
	font-weight: 300;
	line-height: 28px;

	max-width: 745px;
	margin: 20px auto 50px;
}

@media screen and (max-width: 1023px) {
	.making__subtitle {
		margin-bottom: 20px;
	}
}

@media screen and (max-width: 767px) {
	.making__subtitle {
		font-size: 1.125rem;
		line-height: 21px;
	}
}

.making__line {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;

	margin-bottom: 15px;

	-webkit-box-pack: justify;

	-webkit-justify-content: space-between;

	-ms-flex-pack: justify;

	justify-content: space-between;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}

@media screen and (max-width: 1023px) {
	.making__line {
		-webkit-box-align: stretch;
		-webkit-align-items: stretch;
		-ms-flex-align: stretch;
		align-items: stretch;
	}
}

@media screen and (max-width: 767px) {
	.making__line {
		-webkit-flex-wrap: wrap-reverse;
		-ms-flex-wrap: wrap-reverse;
		flex-wrap: wrap-reverse;
	}
}

@media screen and (max-width: 767px) {
	.making__line:nth-of-type(2) {
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}
}

.making__numb {
	font-size: 1.875rem;
	font-weight: 700;

	margin-bottom: 10px;

	text-transform: uppercase;

	color: #ffa800;
}

.making__numb span {
	font-size: 4.375rem;
	font-weight: 500;
	line-height: 1;

	padding-right: 3px;
}

.making__pic {
	margin-left: 60px;
}

@media screen and (max-width: 1280px) {
	.making__pic {
		width: 70%;
		margin-left: 30px;

		-webkit-flex-shrink: 0;

		-ms-flex-negative: 0;

		flex-shrink: 0;
	}
}

@media screen and (max-width: 1023px) {
	.making__pic {
		width: 50%;
	}
}

@media screen and (max-width: 767px) {
	.making__pic {
		width: 100%;
		margin-left: 0;
	}
}

.making__pic img {
	vertical-align: middle;
}

@media screen and (max-width: 1280px) {
	.making__pic img {
		width: 100%;
	}
}

@media screen and (max-width: 1023px) {
	.making__pic img {
		height: 100%;

		-o-object-fit: cover;

		object-fit: cover;
	}
}

.making__pic_left {
	margin-right: 60px;
	margin-left: 0;
}

@media screen and (max-width: 1280px) {
	.making__pic_left {
		margin-right: 30px;
	}
}

@media screen and (max-width: 1280px) {
	.making__pic_last {
		overflow: hidden;

		width: 25%;
	}
}

@media screen and (max-width: 1023px) {
	.making__pic_last {
		width: 32%;
	}
}

@media screen and (max-width: 767px) {
	.making__pic_last {
		width: 100%;
	}
}

@media screen and (max-width: 1280px) {
	.making__pic_last img {
		width: 500px;
	}
}

@media screen and (max-width: 767px) {
	.making__pic_last img {
		width: 100%;
		height: auto;
	}
}

.making__text {
	font-size: 1.125rem;
	font-weight: 300;
	line-height: 26px;
}

@media screen and (max-width: 1023px) {
	.making__content {
		padding: 30px 0;
	}
}

@media screen and (max-width: 767px) {
	.making__content {
		padding: 10px 0;
	}
}

.b-product {
	margin-top: 100px;
}

@media screen and (max-width: 1023px) {
	.b-product {
		margin-top: 60px;
	}
}

.b-product__inner {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;

	-webkit-box-align: center;

	-webkit-align-items: center;

	-ms-flex-align: center;

	align-items: center;
}

@media screen and (max-width: 767px) {
	.b-product__inner {
		display: block;

		padding: 0;
	}
}

@media screen and (max-width: 1280px) {
	.b-product__pic {
		width: 50%;
	}
}

@media screen and (max-width: 1023px) {
	.b-product__pic {
		height: 400px;

		-o-object-fit: cover;

		object-fit: cover;
	}
}

@media screen and (max-width: 767px) {
	.b-product__pic {
		position: relative;
		left: -1px;

		width: 100%;
		height: 300px;
	}
}

.b-product__content {
	margin-left: 50px;
}

@media screen and (max-width: 1023px) {
	.b-product__content {
		margin-left: 30px;
	}
}

@media screen and (max-width: 767px) {
	.b-product__content {
		margin-left: 0;
		padding: 20px 15px;
	}
}

.b-product__text {
	font-size: 1.25rem;
	font-weight: 300;
	line-height: 28px;

	width: 100%;
	max-width: 580px;
	margin-top: 9px;
	margin-bottom: 20px;
}

.exclusive {
	margin-top: 100px;
}

@media screen and (max-width: 767px) {
	.exclusive {
		margin-top: 30px;
	}
}

.exclusive__inner {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;

	-webkit-box-pack: justify;

	-webkit-justify-content: space-between;

	-ms-flex-pack: justify;

	justify-content: space-between;
	-webkit-box-align: start;
	-webkit-align-items: flex-start;
	-ms-flex-align: start;
	align-items: flex-start;
}

@media screen and (max-width: 1023px) {
	.exclusive__inner {
		display: block;
	}
}

.exclusive__img {
	margin-right: 15px;
}

@media screen and (max-width: 767px) {
	.exclusive__img {
		display: none;
	}
}

@media screen and (max-width: 1023px) {
	.exclusive__img img {
		width: 100%;
	}
}

@media screen and (max-width: 1023px) {
	.exclusive__pic {
		max-width: 291px;

		-webkit-flex-shrink: 0;

		-ms-flex-negative: 0;

		flex-shrink: 0;
	}
}

@media screen and (max-width: 1280px) {
	.exclusive__pic img {
		width: 100%;
	}
}

.exclusive__content {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 40px 0 40px 50px;
}

@media screen and (max-width: 1280px) {
	.exclusive__content {
		padding: 40px 0 40px 20px;
	}
}

@media screen and (max-width: 767px) {
	.exclusive__content {
		padding: 20px 10px;
	}
}

@media screen and (max-width: 1023px) {
	.exclusive__contain {
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;

		-webkit-box-pack: justify;

		-webkit-justify-content: space-between;

		-ms-flex-pack: justify;

		justify-content: space-between;
		-webkit-box-align: start;
		-webkit-align-items: flex-start;
		-ms-flex-align: start;
		align-items: flex-start;
	}
}

@media screen and (max-width: 767px) {
	.exclusive__contain {
		display: block;
	}
}

.exclusive__title {
	font-size: 1.25rem;
	font-weight: 700;
	line-height: 1;

	margin-bottom: 20px;

	color: #ffa800;
}

@media screen and (max-width: 767px) {
	.exclusive__title {
		margin-bottom: 15px;
	}
}

.exclusive__text {
	margin-top: 10px;
}

@media screen and (max-width: 767px) {
	.exclusive__text {
		margin-top: 0;
	}
}

.exclusive__row {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;

	margin-top: 30px;

	-webkit-box-pack: justify;

	-webkit-justify-content: space-between;

	-ms-flex-pack: justify;

	justify-content: space-between;
	-webkit-box-align: start;
	-webkit-align-items: flex-start;
	-ms-flex-align: start;
	align-items: flex-start;
}

@media screen and (max-width: 1023px) {
	.exclusive__row {
		display: block;
	}
}

@media screen and (max-width: 767px) {
	.exclusive__row {
		margin-top: 10px;
	}
}

.exclusive__icon {
	height: 40px;
}

@media screen and (max-width: 767px) {
	.exclusive__icon {
		width: 40px;
		margin-right: 10px;

		-o-object-fit: contain;

		object-fit: contain;
	}
}

.exclusive__col {
	-webkit-flex-shrink: 0;
	-ms-flex-negative: 0;
	flex-shrink: 0;
}

@media screen and (max-width: 767px) {
	.exclusive__col {
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;

		-webkit-box-align: start;

		-webkit-align-items: flex-start;

		-ms-flex-align: start;

		align-items: flex-start;
	}
}

.exclusive__col:first-of-type {
	width: 48%;
	max-width: 340px;
}

@media screen and (max-width: 1023px) {
	.exclusive__col:first-of-type {
		width: 100%;
		max-width: 100%;
		margin-bottom: 20px;
	}
}

@media screen and (max-width: 767px) {
	.exclusive__col:first-of-type {
		margin-bottom: 10px;
	}
}

.exclusive__col:last-of-type {
	width: 50%;
	max-width: 440px;
}

@media screen and (max-width: 1023px) {
	.exclusive__col:last-of-type {
		width: 100%;
	}
}

.vantage {
	margin-top: 100px;
}

@media screen and (max-width: 1280px) {
	.vantage {
		margin-top: 0;
		padding-top: 50px;

		background-image: url(/local/templates/dv/css/../images/vantage-img.jpg);
		background-repeat: no-repeat;
		background-position: right top;
		-webkit-background-size: 30% 30%;
		background-size: 30%;
	}
}

@media screen and (max-width: 1023px) {
	.vantage {
		-webkit-background-size: 35% 35%;
		background-size: 35%;
	}
}

@media screen and (max-width: 767px) {
	.vantage {
		padding-top: 20px;

		background: none;
	}
}

.vantage__block {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;

	margin-top: 40px;

	background-image: url(/local/templates/dv/css/../images/vantage-img.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	-webkit-background-size: 45% 45%;
	background-size: 45%;

	-webkit-box-pack: justify;

	-webkit-justify-content: space-between;

	-ms-flex-pack: justify;

	justify-content: space-between;
	-webkit-box-align: start;
	-webkit-align-items: flex-start;
	-ms-flex-align: start;
	align-items: flex-start;
}

@media screen and (max-width: 1280px) {
	.vantage__block {
		background-image: none;
	}
}

@media screen and (max-width: 767px) {
	.vantage__block {
		display: block;

		margin-top: 0;
		padding-top: 200px;

		background-image: url(/local/templates/dv/css/../images/vantage-img.jpg);
		-webkit-background-size: 100% 100%;
		background-size: 100%;
	}
}

.vantage__title {
	text-align: center;
}

@media screen and (max-width: 1280px) {
	.vantage__title {
		line-height: 1;

		max-width: 25%;

		text-align: left;
	}
}

@media screen and (max-width: 1023px) {
	.vantage__title {
		max-width: 30%;
	}
}

@media screen and (max-width: 767px) {
	.vantage__title {
		max-width: 100%;

		text-align: center;
	}
}

.vantage__list {
	width: 30%;
	max-width: 365px;
}

@media screen and (max-width: 1280px) {
	.vantage__list {
		width: 49%;
		max-width: 480px;
	}
}

@media screen and (max-width: 767px) {
	.vantage__list {
		width: 100%;
	}
}

.vantage__item {
	margin-bottom: 40px;
}

@media screen and (max-width: 1280px) {
	.vantage__item {
		margin-bottom: 20px;
	}
}

.vantage__item h3 {
	font-family: 'Playfair Display', Arial, Helvetica, sans-serif;
	line-height: 1;

	position: relative;

	margin-bottom: 20px;
	padding-left: 20px;

	color: #ffa800;
}

.vantage__item h3::after {
	position: absolute;
	top: 8px;
	left: 5px;

	display: block;

	width: 6px;
	height: 6px;

	content: '';

	-webkit-border-radius: 100%;

	border-radius: 100%;
	background-color: #ffa800;
}

.recipes {
	position: relative;

	margin-top: 140px;
}

@media screen and (max-width: 1280px) {
	.recipes {
		margin-top: 50px;
	}
}

.recipes__slide {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;

	-webkit-box-align: start;

	-webkit-align-items: flex-start;

	-ms-flex-align: start;

	align-items: flex-start;
}

@media screen and (max-width: 1280px) {
	.recipes__slide {
		-webkit-box-align: stretch;
		-webkit-align-items: stretch;
		-ms-flex-align: stretch;
		align-items: stretch;
	}
}

@media screen and (max-width: 1023px) {
	.recipes__slide {
		display: block;
	}
}

.recipes__content {
	position: relative;

	-webkit-box-sizing: border-box;

	box-sizing: border-box;
	max-width: 800px;
	padding: 60px 100px;
}

@media screen and (max-width: 1280px) {
	.recipes__content {
		padding: 40px 30px 40px 70px;
	}
}

@media screen and (max-width: 1023px) {
	.recipes__content {
		padding: 30px;
	}
}

@media screen and (max-width: 767px) {
	.recipes__content {
		padding: 30px 15px;
	}
}

.recipes__content::after {
	position: absolute;
	top: 20%;
	left: -13%;

	content: url(/local/templates/dv/css/../images/recipes-sheff.png);
}

@media screen and (max-width: 1280px) {
	.recipes__content::after {
		left: -18%;

		-webkit-transform: scale(.8);

		-ms-transform: scale(.8);

		transform: scale(.8);
	}
}

@media screen and (max-width: 1023px) {
	.recipes__content::after {
		top: -15%;
		left: 70%;
	}
}

@media screen and (max-width: 767px) {
	.recipes__content::after {
		left: 50%;
	}
}

@media screen and (max-width: 1600px) {
	.recipes__pic {
		width: 70%;
	}
}

@media screen and (max-width: 1600px) {
	.recipes__pic img {
		width: 100%;
		height: 100%;

		-o-object-fit: cover;

		object-fit: cover;
	}
}

@media screen and (max-width: 1023px) {
	.recipes__pic img {
		height: 300px;
	}
}

.recipes__meta {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;

	margin-top: 50px;

	-webkit-box-pack: justify;

	-webkit-justify-content: space-between;

	-ms-flex-pack: justify;

	justify-content: space-between;
}

@media screen and (max-width: 1023px) {
	.recipes__meta {
		width: 70%;
	}
}

@media screen and (max-width: 767px) {
	.recipes__meta {
		width: 100%;

		-webkit-box-pack: center;

		-webkit-justify-content: center;

		-ms-flex-pack: center;

		justify-content: center;
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}
}

.recipes__title {
	line-height: 1;
}

.recipes__elem {
	font-size: .875rem;
	line-height: 20px;

	position: relative;

	padding-left: 60px;
}

@media screen and (max-width: 767px) {
	.recipes__elem {
		margin: 0 5px 10px;
	}
}

.recipes__elem span {
	display: block;
}

.recipes__elem::before {
	position: absolute;
	top: 0;
	left: 0;

	display: block;

	width: 45px;
	height: 35px;

	content: '';

	background-repeat: no-repeat;
	background-position: center;
	-webkit-background-size: contain;
	background-size: contain;
}

.recipes__elem_first::before {
	background-image: url(/local/templates/dv/css/../icon/icon-recepiet.svg);
}

.recipes__elem_three::before {
	background-image: url(/local/templates/dv/css/../icon/icon-time.svg);
}

.recipes__elem_ease::before {
	background-image: url(/local/templates/dv/css/../icon/icon-ease.svg);
}

.recipes__elem_middle::before {
	background-image: url(/local/templates/dv/css/../icon/icon-middle.svg);
}

.recipes__elem_hard::before {
	background-image: url(/local/templates/dv/css/../icon/icon-hard.svg);
}

.recipes__caption {
	font-family: 'Playfair Display', Arial, Helvetica, sans-serif;

	margin: 30px 0;
}

@media screen and (max-width: 767px) {
	.recipes__caption {
		margin: 15px 0;
	}
}

.recipes__text p,
.recipes__text ul {
	margin-bottom: 20px;
}

.recipes__text li {
	margin-bottom: 3px;
	padding-left: 0 !important;
}

.recipes__text li::after {
	display: none !important;
}

.recipes .swiper-pagination {
	margin-left: 3%;
}

.contacts__inner {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;

	-webkit-box-pack: justify;

	-webkit-justify-content: space-between;

	-ms-flex-pack: justify;

	justify-content: space-between;
	-webkit-box-align: start;
	-webkit-align-items: flex-start;
	-ms-flex-align: start;
	align-items: flex-start;
}

@media screen and (max-width: 1023px) {
	.contacts__inner {
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}
}

.contacts__title {
	font-size: 1.25rem;
	font-weight: 700;

	margin-bottom: 20px;
}

.contacts__info {
	width: 40%;
	max-width: 450px;
}

@media screen and (max-width: 1280px) {
	.contacts__info {
		-webkit-flex-shrink: 0;
		-ms-flex-negative: 0;
		flex-shrink: 0;
	}
}

@media screen and (max-width: 1023px) {
	.contacts__info {
		width: 100%;
		max-width: 100%;
		margin-bottom: 20px;

		-webkit-column-count: 2;

		-moz-column-count: 2;

		column-count: 2;
	}
}

@media screen and (max-width: 767px) {
	.contacts__info {
		-webkit-column-count: 1;
		-moz-column-count: 1;
		column-count: 1;
		margin-bottom: 0;
	}
}

.contacts__list {
	margin-bottom: 40px;
}

@media screen and (max-width: 767px) {
	.contacts__list {
		margin: 0 0 20px;
	}
}

.contacts__item {
	font-size: 1rem;
	line-height: 26px;

	position: relative;

	margin-bottom: 5px;
	padding-left: 25px;
}

.contacts__item::after {
	position: absolute;
	top: 10px;
	left: 5px;

	display: block;

	width: 6px;
	height: 6px;

	content: '';

	-webkit-border-radius: 100%;

	border-radius: 100%;
	background-color: #ffa800;
}

.contacts__map {
	width: 100%;
	max-width: 700px;
	height: 530px;
}

@media screen and (max-width: 767px) {
	.contacts__map {
		height: 350px;
	}
}

.contacts__map #map {
	width: 100%;
	height: 100%;
}

.board {
	margin-top: 100px;
}

@media screen and (max-width: 767px) {
	.board {
		margin-top: 30px;
	}
}

.board__block {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 100px;

	background-repeat: no-repeat;
	background-position: center;
	-webkit-background-size: cover;
	background-size: cover;
}

@media screen and (max-width: 1400px) {
	.board__block {
		max-width: 1170px;
	}
}

@media screen and (max-width: 1280px) {
	.board__block {
		width: -webkit-calc(100% - 30px);
		width: calc(100% - 30px);
		margin: 0 15px;
		padding: 80px 50px;
	}
}

@media screen and (max-width: 767px) {
	.board__block {
		padding: 70px 20px 40px;
	}
}

@media screen and (max-width: 767px) {
	.board__block_contact {
		padding-top: 100px;

		background-color: #ffb600;
		background-position: right top;
		-webkit-background-size: contain;
		background-size: contain;
	}
}

@media screen and (max-width: 1023px) {
	.board__title_contact {
		line-height: 1.25;

		width: 70%;
	}
}

@media screen and (max-width: 767px) {
	.board__title_contact {
		width: 100%;
	}
}

.board__text {
	font-size: 1.25rem;
	font-weight: 300;
	line-height: 28px;

	width: 100%;
	max-width: 580px;
	margin-top: 9px;
	margin-bottom: 20px;
}

@media screen and (max-width: 1023px) {
	.board__text_contact {
		width: 70%;
	}
}

@media screen and (max-width: 767px) {
	.board__text_contact {
		font-size: 1.125rem;

		width: 100%;
	}
}

.news {
	position: relative;
	z-index: 9;
}

.news__inner {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;

	-webkit-box-pack: justify;

	-webkit-justify-content: space-between;

	-ms-flex-pack: justify;

	justify-content: space-between;
	-webkit-box-align: stretch;
	-webkit-align-items: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
}

@media screen and (max-width: 1023px) {
	.news__inner {
		display: block;
	}
}

.news__elems {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;

	margin-top: 20px;

	-webkit-box-pack: justify;

	-webkit-justify-content: space-between;

	-ms-flex-pack: justify;

	justify-content: space-between;
	-webkit-box-align: stretch;
	-webkit-align-items: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
}

@media screen and (max-width: 767px) {
	.news__elems {
		display: block;
	}
}

.news__elem {
	position: relative;

	width: 32%;
	max-width: 392px;

	cursor: pointer;
	-webkit-transition: .5s ease-in-out;
	-o-transition: .5s ease-in-out;
	transition: .5s ease-in-out;

	border: 1px solid #b1bbc1;
	background-color: #fff;
}

.news__elem:after {
	position: absolute;
	bottom: 0;
	left: -1px;

	width: -webkit-calc(100% + 2px);

	width: calc(100% + 2px);
	height: 7px;

	content: '';
	-webkit-transition: .5s ease;
	-o-transition: .5s ease;
	transition: .5s ease;

	opacity: 0;
	background: #333;
}

.news__elem:hover {
	border: 1px solid #333;
}

.news__elem:hover:after {
	opacity: 1;
}

@media screen and (max-width: 1023px) {
	.news__elem {
		width: 49%;
	}
}

@media screen and (max-width: 767px) {
	.news__elem {
		width: 100%;
		margin-bottom: 10px;
	}
}

@media screen and (max-width: 1023px) {
	.news__elem:last-of-type {
		display: none;
	}
}

.news__item {
	position: relative;

	display: -webkit-box;

	display: -webkit-flex;

	display: -ms-flexbox;

	display: flex;

	margin-bottom: 10px;

	cursor: pointer;
	-webkit-transition: .5s ease-in-out;
	-o-transition: .5s ease-in-out;
	transition: .5s ease-in-out;

	border: 1px solid #b1bbc1;
	background-color: #fff;

	-webkit-box-pack: justify;

	-webkit-justify-content: space-between;

	-ms-flex-pack: justify;

	justify-content: space-between;
}

@media screen and (max-width: 767px) {
	.news__item {
		-webkit-flex-wrap: wrap-reverse;
		-ms-flex-wrap: wrap-reverse;
		flex-wrap: wrap-reverse;
	}
}

.news__item:last-of-type {
	margin-bottom: 0;
}

.news__item:after {
	position: absolute;
	bottom: -6px;
	left: -1px;

	width: -webkit-calc(100% + 2px);

	width: calc(100% + 2px);
	height: 7px;

	content: '';
	-webkit-transition: .5s ease;
	-o-transition: .5s ease;
	transition: .5s ease;

	opacity: 0;
	background: #333;
}

.news__item:hover {
	border: 1px solid #333;
}

.news__item:hover:after {
	opacity: 1;
}

.news__img {
	width: 100%;
	height: 270px;

	-o-object-fit: cover;

	object-fit: cover;
}

.news__pic {
	-o-object-fit: cover;
	object-fit: cover;
	-webkit-flex-shrink: 0;
	-ms-flex-negative: 0;
	flex-shrink: 0;
}

@media screen and (max-width: 767px) {
	.news__pic {
		width: 100%;
	}
}

.news__content {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;

	-webkit-box-sizing: border-box;

	box-sizing: border-box;
	padding: 30px 35px;

	color: #333;

	-webkit-box-orient: vertical;

	-webkit-box-direction: normal;

	-webkit-flex-flow: column;

	-ms-flex-flow: column;

	flex-flow: column;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: baseline;
	-webkit-align-items: baseline;
	-ms-flex-align: baseline;
	align-items: baseline;
}

@media screen and (-ms-high-contrast: active),
(-ms-high-contrast: none) {
	.news__content {
		display: block;

		width: 70%;
	}
}

@media screen and (max-width: 767px) {
	.news__content {
		padding: 20px;
	}
}

.news__title {
	width: 100%;

	color: #333;
}

.news__date {
	font-size: .75rem;

	width: 100%;

	opacity: .5;
}

.news__list {
	width: 80%;
	max-width: 900px;
}

.news__sidebar {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	width: 34%;
	max-width: 290px;
	margin-left: 12px;
	padding: 40px 30px;

	background: rgba(0, 58, 128, .3);

	-webkit-flex-shrink: 0;

	-ms-flex-negative: 0;

	flex-shrink: 0;
}

@media screen and (max-width: 1280px) {
	.news__sidebar {
		width: 27%;
		margin-right: 5%;
		padding: 30px 20px;
	}
}

@media screen and (max-width: 1023px) {
	.news__sidebar {
		display: none;
	}
}

.news__sidebar h3 {
	font-weight: 400;

	padding-top: 0;
}

.news__more {
	display: block;

	max-width: 180px;
	margin: 20px auto;
}

.news-single {
	background-image: url(/local/templates/dv/css/../images/layer-news-single.png);
	background-repeat: no-repeat;
	background-position-y: 3%;
	-webkit-background-size: contain;
	background-size: contain;
}

@media screen and (max-width: 1023px) {
	.news-single {
		margin-bottom: 150px;
	}
}

@media screen and (max-width: 767px) {
	.news-single {
		margin-bottom: 0;

		background-position-y: 45px;
	}
}

.news-single__head {
	padding-top: 3%;

	text-align: center;
}

@media screen and (max-width: 767px) {
	.news-single__head {
		padding: 6% 0 0;
	}
}

.news-single__title {
	line-height: 44px;

	width: 100%;
	max-width: 980px;
	margin: 10px auto;
}

@media screen and (max-width: 767px) {
	.news-single__title {
		font-size: 1.625rem;
		font-weight: normal;
		line-height: 1.25;

		-webkit-box-sizing: border-box;

		box-sizing: border-box;
		margin: 0;
		padding: 10px;
	}
}

.news-single__date {
	font-size: .75rem;

	margin-bottom: 25px;

	opacity: .5;
}

@media screen and (max-width: 767px) {
	.news-single__date {
		margin-bottom: 15px;
	}
}

.news-single__body {
	position: relative;
}

.news-single__body::before {
	position: absolute;
	z-index: -1;
	top: 0;
	left: 0;

	width: 100%;
	height: 90%;

	content: '';

	background: #b1bbc1;
}

.news-single__content {
	position: relative;
	z-index: 9;

	-webkit-box-sizing: border-box;

	box-sizing: border-box;
	width: 100%;
	max-width: 980px;
	margin: -90px auto 0;
	padding: 80px 100px;

	border: 1px solid #b1bbc1;
	background-color: #fff;
}

@media screen and (max-width: 1023px) {
	.news-single__content {
		margin-top: -20px;
		padding: 50px;
	}
}

@media screen and (max-width: 767px) {
	.news-single__content {
		margin-top: -10px;
		padding: 30px 15px;
	}
}

.news-single__pic {
	display: block;

	width: 100%;
	min-height: 150px;
}

.news-single__pic img {
	width: 100%;
}

.control {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;

	width: 100%;
	max-width: 980px;
	margin: 25px auto 0;

	-webkit-box-pack: justify;

	-webkit-justify-content: space-between;

	-ms-flex-pack: justify;

	justify-content: space-between;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}

.control__btn {
	font-size: .875rem;

	-webkit-box-sizing: border-box;

	box-sizing: border-box;
	padding: 12px 15px;

	-webkit-transition: .5s ease;

	-o-transition: .5s ease;

	transition: .5s ease;
	text-transform: uppercase;

	color: #333;
	background: #b1bbc1;
}

@media screen and (max-width: 767px) {
	.control__btn {
		font-size: .8125rem;

		padding: 10px;
	}
}

.control__btn:hover {
	background-color: #b1bbc1;
}

.control__btn_blue {
	color: #fff;
	background: #333;
}

.control__btn_blue:hover {
	color: #fff;
	background-color: #b1bbc1;
}

@media screen and (max-width: 767px) {
	.catalog {
		margin-bottom: 20px;
	}
}

.catalog__inner {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;

	-webkit-box-pack: start;

	-webkit-justify-content: flex-start;

	-ms-flex-pack: start;

	justify-content: flex-start;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

@media screen and (max-width: 767px) {
	.catalog__inner {
		-webkit-box-pack: center;
		-webkit-justify-content: center;
		-ms-flex-pack: center;
		justify-content: center;
	}
}

.catalog__elem {
	width: 32%;
	max-width: 350px;
	margin-bottom: 50px;
	margin-right: 75px;
	text-align: center;
}

.catalog__elem:nth-child(3n) {
	margin-right: 0;
}

@media screen and (max-width: 1600px) {
	.catalog__elem {
		margin-right: 60px;
	}
}

@media screen and (max-width: 1280px) {
	.catalog__elem {
		max-width: 320px;
		margin-right: 18px;
	}
}

@media screen and (max-width: 1023px) {
	.catalog__elem {
		width: 48%;
		margin-right: 75px;
	}

	.catalog__elem:nth-child(3n) {
		margin-right: 75px;
	}

	.catalog__elem:nth-child(2n) {
		margin-right: 0;
	}
}

@media screen and (max-width: 767px) {
	.catalog__elem {
		width: 100%;
		margin: 0 0 25px;
		max-width: 100%;
	}

	.catalog__elem:nth-child(3n) {
		margin-right: 0;
	}
}

.catalog__pic {
	width: 100%;
	height: 205px;

	-o-object-fit: contain;

	object-fit: contain;
}

.catalog__title {
	font-size: 1.25rem;
	font-weight: 700;
	line-height: 1.25;

	overflow: hidden;

	height: 50px;
	margin-bottom: 10px;

	color: #ffa800;
}

@media screen and (max-width: 1023px) {
	.catalog__title {
		height: 42px;
	}
}

.catalog__desc {
	line-height: 26px;

	margin-top: 10px;

	text-align: left;
}

.product {
	position: relative;

	margin-top: 70px;
}

@media screen and (max-width: 1280px) {
	.product {
		margin-top: 40px;
	}
}

@media screen and (max-width: 1023px) {
	.product {
		margin-top: 0;
	}
}

@media screen and (max-width: 767px) {
	.product {
		margin-top: 100px;
	}
}

.product:before {
	position: absolute;
	top: -10%;
	right: 3%;

	content: url(/local/templates/dv/css/../images/product-before.png);
}

@media screen and (max-width: 1280px) {
	.product:before {
		-webkit-transform: scale(.5) translateX(190px);
		-ms-transform: scale(.5) translateX(190px);
		transform: scale(.5) translateX(190px);
	}
}

@media screen and (max-width: 1023px) {
	.product:before {
		-webkit-transform: scale(.4) translateX(300px);
		-ms-transform: scale(.4) translateX(300px);
		transform: scale(.4) translateX(300px);
	}
}

@media screen and (max-width: 767px) {
	.product:before {
		z-index: -1;
		top: -25%;
	}
}

.product:after {
	position: absolute;
	right: 3%;
	bottom: -30%;

	display: none;

	content: url(/local/templates/dv/css/../images/product-after.png);
}

@media screen and (max-width: 1280px) {
	.product:after {
		right: 5%;
		bottom: -18%;

		-webkit-transform: scale(.8) translateX(90px);

		-ms-transform: scale(.8) translateX(90px);

		transform: scale(.8) translateX(90px);
	}
}

@media screen and (max-width: 1023px) {
	.product:after {
		display: none;
	}
}

.product__contain {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;

	-webkit-box-pack: justify;

	-webkit-justify-content: space-between;

	-ms-flex-pack: justify;

	justify-content: space-between;
	-webkit-box-align: start;
	-webkit-align-items: flex-start;
	-ms-flex-align: start;
	align-items: flex-start;
}

@media screen and (max-width: 767px) {
	.product__contain {
		position: relative;

		display: block;
	}
}

.product__elem {
	position: relative;
	position: relative;

	width: 49%;
	max-width: 592px;

	text-align: center;
}

@media screen and (max-width: 767px) {
	.product__elem {
		width: 100%;
	}
}

.product__content {
	position: relative;

	min-height: 265px;
}

@media screen and (max-width: 1023px) {
	.product__content {
		min-height: 225px;
	}
}

@media screen and (max-width: 767px) {
	.product__content {
		min-height: 90px;
		margin-top: -50px;
	}
}

.product__content:before {
	position: absolute;
	top: 6%;
	left: 0;

	width: 100%;
	height: 100%;
}

@media screen and (max-width: 767px) {
	.product__content:before {
		display: none;
	}
}

.product__content_left:before {
	content: url(/local/templates/dv/css/../images/product-left.png);
}

@media screen and (max-width: 1280px) {
	.product__content_left:before {
		-webkit-transform: scale(.75) translate(-80px, -50px);
		-ms-transform: scale(.75) translate(-80px, -50px);
		transform: scale(.75) translate(-80px, -50px);
	}
}

@media screen and (max-width: 1023px) {
	.product__content_left:before {
		-webkit-transform: scale(.6) translate(-120px, -70px);
		-ms-transform: scale(.6) translate(-120px, -70px);
		transform: scale(.6) translate(-120px, -70px);
	}
}

.product__content_right:before {
	content: url(/local/templates/dv/css/../images/product-right.png);
}

@media screen and (max-width: 1280px) {
	.product__content_right:before {
		-webkit-transform: scale(.75) translate(-25px, -50px);
		-ms-transform: scale(.75) translate(-25px, -50px);
		transform: scale(.75) translate(-25px, -50px);
	}
}

@media screen and (max-width: 1023px) {
	.product__content_right:before {
		-webkit-transform: scale(.6) translate(-110px, -70px);
		-ms-transform: scale(.6) translate(-110px, -70px);
		transform: scale(.6) translate(-110px, -70px);
	}
}

@media screen and (max-width: 767px) {
	.product__pic {
		width: 100%;
	}
}

.product__caption {
	font-family: 'Playfair Display', Arial, Helvetica, sans-serif;

	color: #ffa800;
}

.product__text {
	display: block;

	-webkit-box-sizing: border-box;

	box-sizing: border-box;
	padding: 20px 40px;

	text-align: left;
}

@media screen and (max-width: 1023px) {
	.product__text {
		padding: 10px;
	}
}

@media screen and (max-width: 767px) {
	.product__text {
		text-align: center;
	}
}

.product__link {
	display: block;

	max-width: 202px;
	margin: 70px auto 0;
}

@media screen and (max-width: 1280px) {
	.product__link {
		margin: 0 auto;
	}
}

.footer {
	position: relative;

	margin-top: 230px;

	border-bottom: 1px solid #f0f0f0;
	-webkit-box-shadow: -1px 0 5px 1px rgba(0, 0, 0, .1);
	box-shadow: -1px 0 5px 1px rgba(0, 0, 0, .1);
}

@media screen and (max-width: 1280px) {
	.footer {
		margin-top: 100px;
	}
}

.footer::after {
	position: absolute;
	top: -100%;
	right: 0;

	content: url(/local/templates/dv/css/../images/footer.png);
}

@media screen and (max-width: 1600px) {
	.footer::after {
		-webkit-transform: scale(.6) translateX(225px);
		-ms-transform: scale(.6) translateX(225px);
		transform: scale(.6) translateX(225px);
	}
}

@media screen and (max-width: 1280px) {
	.footer::after {
		-webkit-transform: scale(.53) translateX(300px);
		-ms-transform: scale(.53) translateX(300px);
		transform: scale(.53) translateX(300px);
	}
}

@media screen and (max-width: 1023px) {
	.footer::after {
		z-index: 2;
		top: -20%;

		-webkit-transform: scale(.5) translateX(335px);

		-ms-transform: scale(.5) translateX(335px);

		transform: scale(.5) translateX(335px);
	}
}

@media screen and (max-width: 767px) {
	.footer::after {
		z-index: -1;
		top: 7%;

		-webkit-transform: scale(.2) translateX(200%);

		-ms-transform: scale(.2) translateX(200%);

		transform: scale(.2) translateX(200%);
	}
}

.footer__contacts {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;

	-webkit-box-align: start;

	-webkit-align-items: flex-start;

	-ms-flex-align: start;

	align-items: flex-start;
}

@media screen and (max-width: 1023px) {
	.footer__contacts {
		display: block;
	}
}

.footer__pic {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;

	-webkit-box-align: center;

	-webkit-align-items: center;

	-ms-flex-align: center;

	align-items: center;
}

.footer__img {
	padding: 10px;
	width: 175px;
	box-sizing: border-box;
}

@media screen and (max-width: 1280px) {
	.footer__img {
		display: none;
	}
}

.footer__info {
	max-width: 360px;
	margin-left: 5%;
	padding: 60px 0 40px;
}

@media screen and (max-width: 1280px) {
	.footer__info {
		width: 30%;
		margin-left: 3%;
	}

	.footer__pic .footer__info {
		width: 100%;
	}
}

@media screen and (max-width: 1023px) {
	.footer__info {
		width: 40%;
		margin-left: 0;
		padding: 15px 0;
	}
}

@media screen and (max-width: 767px) {
	.footer__info {
		width: 100%;
	}

	.footer__pic .footer__info {
		margin-top: 40px;
		padding-bottom: 0;
	}
}

.footer__info p {
	font-size: .875rem;

	margin-bottom: 10px;
}

.footer__info li {
	font-size: .875rem;

	position: relative;

	padding-left: 15px;
}

.footer__info li::after {
	position: absolute;
	top: 5px;
	left: 0;

	display: block;

	width: 6px;
	height: 6px;

	content: '';

	-webkit-border-radius: 100%;

	border-radius: 100%;
	background-color: #ffa800;
}

.footer .up {
	position: absolute;
	top: -30px;
	right: 0;
	left: 0;

	display: -webkit-box;

	display: -webkit-flex;

	display: -ms-flexbox;

	display: flex;

	width: 63px;
	height: 63px;
	margin: 0 auto;

	-webkit-transition: .5s ease;

	-o-transition: .5s ease;

	transition: .5s ease;

	-webkit-border-radius: 100%;

	border-radius: 100%;
	background-color: #ffa800;

	-webkit-box-pack: center;

	-webkit-justify-content: center;

	-ms-flex-pack: center;

	justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}

.footer .up:hover {
	background-color: #ffc24c;
}

.copyright {
	position: relative;
	z-index: 999;
	z-index: 1;

	background: #fff;
}

@media screen and (max-width: 767px) {
	.copyright {
		margin-bottom: 70px;
	}
}

.copyright__inner {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;

	padding: 25px 0 30px;

	-webkit-box-align: center;

	-webkit-align-items: center;

	-ms-flex-align: center;

	align-items: center;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

@media screen and (max-width: 1280px) {
	.copyright__inner {
		padding: 20px 15px;
	}
}

@media screen and (max-width: 1023px) {
	.copyright__inner {
		display: block;
	}
}

.copyright p {
	font-size: .875rem;

	color: #999;
}

.copyright p a {
	-webkit-transition: .5s ease-in-out;
	-o-transition: .5s ease-in-out;
	transition: .5s ease-in-out;

	color: #ffa800;
}

.copyright p a:hover {
	color: #b1bbc1;
}

@media screen and (max-width: 1023px) {
	.copyright p a {
		display: block;
	}
}

@media screen and (max-width: 575px) {
	.copyright p a {
		display: none;
	}
}

.copyright__block {
	display: -webkit-inline-box;
	display: -webkit-inline-flex;
	display: -ms-inline-flexbox;
	display: inline-flex;

	-webkit-box-align: center;

	-webkit-align-items: center;

	-ms-flex-align: center;

	align-items: center;
}

@media screen and (max-width: 1023px) {
	.copyright__block {
		margin-top: 10px;
	}
}

.copyright__block span {
	font-size: .875rem;

	margin-right: 20px;

	color: #999;
}

@media screen and (max-width: 575px) {
	.copyright__block span {
		margin-right: 10px;
	}
}

@media screen and (max-width: 575px) {
	.copyright__block img {
		width: 70px;
	}
}
.docs__title
{
    font-size: 1.25rem;
    font-weight: 700;

    margin-bottom: 10px;
}

.docs__box
{
    margin-bottom: 30px;

    border-bottom: 1px solid #d8dde0;
}

.docs__caption
{
    font-size: 1.125rem;
    font-weight: 300;
}

.docs__line
{
    padding: 15px 0 20px;

    border-top: 1px solid #d8dde0;
}

.docs__download
{
    font-weight: 300;
    line-height: 1; 

    position: relative;

    display: inline-block;

    margin-top: 20px;
    padding-left: 30px;

    -webkit-transition: .5s ease;

    -o-transition: .5s ease;

    transition: .5s ease;

    color: #ffa800;
}
@media screen and (max-width: 767px)
{
    .docs__download
    {
        margin-top: 10px;
    }
}
.docs__download::before
{
    position: absolute;
    top: -50%;
    left: 0;

    content: url(/local/templates/dv/css/../icon/icon-download.svg);
    -webkit-transform: translateY(25%);
        -ms-transform: translateY(25%);
            transform: translateY(25%);
}
.docs__download:hover
{
    text-decoration: underline;
}

/* End */
/* /local/templates/dv/libs/select2/style.css?159764535316973 */
/* /local/templates/dv/libs/fancybox/jquery.fancybox.css?159764535312795 */
/* /local/templates/dv/libs/slider/style.css?15976453537506 */
/* /local/templates/dv/libs/swiper/style.css?159764535319345 */
/* /local/templates/dv/css/style.css?160311257181173 */
