/*=============================================================================*/
/*                                     RESET                                   */
/*=============================================================================*/

@font-face {
    font-family: 'Discovery';
    src: url('/wp-content/uploads/2025/02/Discovery_Fs-Ultralight.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Discovery';
    src: url('/wp-content/uploads/2025/02/Discovery_Fs-Light.woff2') format('woff2');
    font-weight: 500;
    font-style: normal;
}

body {
    font-family: 'Discovery', sans-serif;
}


body {
	/*position: relative;*/
	/*background-color: #FFFFFF;*/
	font-size: 18px;
	padding: 0;
	margin: 0;
}

/*MAIN*/

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,
li,
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;
	font-size: 100%;
}

ul {
	list-style-type: none;
}

/* HTML5 display-role reset for older browsers */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
main {
	display: block;
}

blockquote,
q {
	quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
	content: '';
	content: none;
}

table {
	border-collapse: collapse;
	border-width: 0;
	padding: 0;
	margin: 0;
}

html {
	-webkit-text-size-adjust: none;
	-ms-text-size-adjust: none;
}

input,
textarea {
	color: #333;
	border-radius: 0;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	-webkit-appearance: none;
}

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

td {
	padding: 0;
	margin: 0;
}

form {
	padding: 0;
	margin: 0;
}

a {
	-webkit-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	transition: all 0.2s linear;
	text-decoration: none;
}

input[type=submit],
input[type=button],
button {
	-webkit-appearance: none;
}

* {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	-ms-flex-negative: 1;
	-webkit-flex-shrink: 1;
	flex-shrink: 1;
	-webkit-tap-highlight-color: transparent;
}

*:before,
*:after {
	-webkit-box-sizing: border-box; 
	box-sizing: border-box;
}
   

/*!
 *  Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
@font-face {
	font-family: 'FontAwesome';
	src: url('../fonts/fontawesome-webfont.eot?v=4.7.0');
	src: url('../fonts/fontawesome-webfont.eot?#iefix&v=4.7.0') format('embedded-opentype'), url('../fonts/fontawesome-webfont.woff2?v=4.7.0') format('woff2'), url('../fonts/fontawesome-webfont.woff?v=4.7.0') format('woff'), url('../fonts/fontawesome-webfont.ttf?v=4.7.0') format('truetype'), url('../fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular') format('svg');
	font-weight: normal;
	font-style: normal
}

.fa {
	display: inline-block;
	font: normal normal normal 14px/1 FontAwesome;
	font-size: inherit;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale
}

.fa-lg {
	font-size: 1.33333333em;
	line-height: .75em;
	vertical-align: -15%
}

.fa-2x {
	font-size: 2em
}

.fa-3x {
	font-size: 3em
}

.fa-4x {
	font-size: 4em
}

.fa-5x {
	font-size: 5em
}

.fa-fw {
	width: 1.28571429em;
	text-align: center
}

.fa-ul {
	padding-left: 0;
	margin-left: 2.14285714em;
	list-style-type: none
}

.fa-ul > li {
	position: relative
}

.fa-li {
	position: absolute;
	left: -2.14285714em;
	width: 2.14285714em;
	top: .14285714em;
	text-align: center
}

.fa-li.fa-lg {
	left: -1.85714286em
}

.fa-border {
	padding: .2em .25em .15em;
	border: solid .08em #eee;
	border-radius: .1em
}

.fa-pull-left {
	float: left
}

.fa-pull-right {
	float: right
}

.fa.fa-pull-left {
	margin-right: .3em
}

.fa.fa-pull-right {
	margin-left: .3em
}

.pull-right {
	float: right
}

.pull-left {
	float: left
}

.fa.pull-left {
	margin-right: .3em
}

.fa.pull-right {
	margin-left: .3em
}

.fa-spin {
	-webkit-animation: fa-spin 2s infinite linear;
	animation: fa-spin 2s infinite linear
}

.fa-pulse {
	-webkit-animation: fa-spin 1s infinite steps(8);
	animation: fa-spin 1s infinite steps(8)
}

@-webkit-keyframes fa-spin {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg)
	}
	100% {
		-webkit-transform: rotate(359deg);
		transform: rotate(359deg)
	}
}

@keyframes fa-spin {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg)
	}
	100% {
		-webkit-transform: rotate(359deg);
		transform: rotate(359deg)
	}
}

.fa-rotate-90 {
	-ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
	-webkit-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	transform: rotate(90deg)
}

.fa-rotate-180 {
	-ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg)
}

.fa-rotate-270 {
	-ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
	-webkit-transform: rotate(270deg);
	-ms-transform: rotate(270deg);
	transform: rotate(270deg)
}

.fa-flip-horizontal {
	-ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
	-webkit-transform: scale(-1, 1);
	-ms-transform: scale(-1, 1);
	transform: scale(-1, 1)
}

.fa-flip-vertical {
	-ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
	-webkit-transform: scale(1, -1);
	-ms-transform: scale(1, -1);
	transform: scale(1, -1)
}

:root .fa-rotate-90, :root .fa-rotate-180, :root .fa-rotate-270, :root .fa-flip-horizontal, :root .fa-flip-vertical {
	-webkit-filter: none;
	filter: none
}


.fa-stack {
	position: relative;
	display: inline-block;
	width: 2em;
	height: 2em;
	line-height: 2em;
	vertical-align: middle
}

.fa-stack-1x, .fa-stack-2x {
	position: absolute;
	left: 0;
	width: 100%;
	text-align: center
}

.fa-stack-1x {
	line-height: inherit
}

.fa-stack-2x {
	font-size: 2em
}

.fa-inverse {
	color: #fff
}

.fa-glass:before {
	content: "\f000"
}

.fa-music:before {
	content: "\f001"
}

.fa-search:before {
	content: "\f002"
}

.fa-envelope-o:before {
	content: "\f003"
}

.fa-heart:before {
	content: "\f004"
}

.fa-star:before {
	content: "\f005"
}

.fa-star-o:before {
	content: "\f006"
}

.fa-user:before {
	content: "\f007"
}

.fa-film:before {
	content: "\f008"
}

.fa-th-large:before {
	content: "\f009"
}

.fa-th:before {
	content: "\f00a"
}

.fa-th-list:before {
	content: "\f00b"
}

.fa-check:before {
	content: "\f00c"
}

.fa-remove:before, .fa-close:before, .fa-times:before {
	content: "\f00d"
}

.fa-search-plus:before {
	content: "\f00e"
}

.fa-search-minus:before {
	content: "\f010"
}

.fa-power-off:before {
	content: "\f011"
}

.fa-signal:before {
	content: "\f012"
}

.fa-gear:before, .fa-cog:before {
	content: "\f013"
}

.fa-trash-o:before {
	content: "\f014"
}

.fa-home:before {
	content: "\f015"
}

.fa-file-o:before {
	content: "\f016"
}

.fa-clock-o:before {
	content: "\f017"
}

.fa-road:before {
	content: "\f018"
}

.fa-download:before {
	content: "\f019"
}

.fa-arrow-circle-o-down:before {
	content: "\f01a"
}

.fa-arrow-circle-o-up:before {
	content: "\f01b"
}

.fa-inbox:before {
	content: "\f01c"
}

.fa-play-circle-o:before {
	content: "\f01d"
}

.fa-rotate-right:before, .fa-repeat:before {
	content: "\f01e"
}

.fa-refresh:before {
	content: "\f021"
}

.fa-list-alt:before {
	content: "\f022"
}

.fa-lock:before {
	content: "\f023"
}

.fa-flag:before {
	content: "\f024"
}

.fa-headphones:before {
	content: "\f025"
}

.fa-volume-off:before {
	content: "\f026"
}

.fa-volume-down:before {
	content: "\f027"
}

.fa-volume-up:before {
	content: "\f028"
}

.fa-qrcode:before {
	content: "\f029"
}

.fa-barcode:before {
	content: "\f02a"
}

.fa-tag:before {
	content: "\f02b"
}

.fa-tags:before {
	content: "\f02c"
}

.fa-book:before {
	content: "\f02d"
}

.fa-bookmark:before {
	content: "\f02e"
}

.fa-print:before {
	content: "\f02f"
}

.fa-camera:before {
	content: "\f030"
}

.fa-font:before {
	content: "\f031"
}

.fa-bold:before {
	content: "\f032"
}

.fa-italic:before {
	content: "\f033"
}

.fa-text-height:before {
	content: "\f034"
}

.fa-text-width:before {
	content: "\f035"
}

.fa-align-left:before {
	content: "\f036"
}

.fa-align-center:before {
	content: "\f037"
}

.fa-align-right:before {
	content: "\f038"
}

.fa-align-justify:before {
	content: "\f039"
}

.fa-list:before {
	content: "\f03a"
}

.fa-dedent:before, .fa-outdent:before {
	content: "\f03b"
}

.fa-indent:before {
	content: "\f03c"
}

.fa-video-camera:before {
	content: "\f03d"
}

.fa-photo:before, .fa-image:before, .fa-picture-o:before {
	content: "\f03e"
}

.fa-pencil:before {
	content: "\f040"
}

.fa-map-marker:before {
	content: "\f041"
}

.fa-adjust:before {
	content: "\f042"
}

.fa-tint:before {
	content: "\f043"
}

.fa-edit:before, .fa-pencil-square-o:before {
	content: "\f044"
}

.fa-share-square-o:before {
	content: "\f045"
}

.fa-check-square-o:before {
	content: "\f046"
}

.fa-arrows:before {
	content: "\f047"
}

.fa-step-backward:before {
	content: "\f048"
}

.fa-fast-backward:before {
	content: "\f049"
}

.fa-backward:before {
	content: "\f04a"
}

.fa-play:before {
	content: "\f04b"
}

.fa-pause:before {
	content: "\f04c"
}

.fa-stop:before {
	content: "\f04d"
}

.fa-forward:before {
	content: "\f04e"
}

.fa-fast-forward:before {
	content: "\f050"
}

.fa-step-forward:before {
	content: "\f051"
}

.fa-eject:before {
	content: "\f052"
}

.fa-chevron-left:before {
	content: "\f053"
}

.fa-chevron-right:before {
	content: "\f054"
}

.fa-plus-circle:before {
	content: "\f055"
}

.fa-minus-circle:before {
	content: "\f056"
}

.fa-times-circle:before {
	content: "\f057"
}

.fa-check-circle:before {
	content: "\f058"
}

.fa-question-circle:before {
	content: "\f059"
}

.fa-info-circle:before {
	content: "\f05a"
}

.fa-crosshairs:before {
	content: "\f05b"
}

.fa-times-circle-o:before {
	content: "\f05c"
}

.fa-check-circle-o:before {
	content: "\f05d"
}

.fa-ban:before {
	content: "\f05e"
}

.fa-arrow-left:before {
	content: "\f060"
}

.fa-arrow-right:before {
	content: "\f061"
}

.fa-arrow-up:before {
	content: "\f062"
}

.fa-arrow-down:before {
	content: "\f063"
}

.fa-mail-forward:before, .fa-share:before {
	content: "\f064"
}

.fa-expand:before {
	content: "\f065"
}

.fa-compress:before {
	content: "\f066"
}

.fa-plus:before {
	content: "\f067"
}

.fa-minus:before {
	content: "\f068"
}

.fa-asterisk:before {
	content: "\f069"
}

.fa-exclamation-circle:before {
	content: "\f06a"
}

.fa-gift:before {
	content: "\f06b"
}

.fa-leaf:before {
	content: "\f06c"
}

.fa-fire:before {
	content: "\f06d"
}

.fa-eye:before {
	content: "\f06e"
}

.fa-eye-slash:before {
	content: "\f070"
}

.fa-warning:before, .fa-exclamation-triangle:before {
	content: "\f071"
}

.fa-plane:before {
	content: "\f072"
}

.fa-calendar:before {
	content: "\f073"
}

.fa-random:before {
	content: "\f074"
}

.fa-comment:before {
	content: "\f075"
}

.fa-magnet:before {
	content: "\f076"
}

.fa-chevron-up:before {
	content: "\f077"
}

.fa-chevron-down:before {
	content: "\f078"
}

.fa-retweet:before {
	content: "\f079"
}

.fa-shopping-cart:before {
	content: "\f07a"
}

.fa-folder:before {
	content: "\f07b"
}

.fa-folder-open:before {
	content: "\f07c"
}

.fa-arrows-v:before {
	content: "\f07d"
}

.fa-arrows-h:before {
	content: "\f07e"
}

.fa-bar-chart-o:before, .fa-bar-chart:before {
	content: "\f080"
}

.fa-twitter-square:before {
	content: "\f081"
}

.fa-facebook-square:before {
	content: "\f082"
}

.fa-camera-retro:before {
	content: "\f083"
}

.fa-key:before {
	content: "\f084"
}

.fa-gears:before, .fa-cogs:before {
	content: "\f085"
}

.fa-comments:before {
	content: "\f086"
}

.fa-thumbs-o-up:before {
	content: "\f087"
}

.fa-thumbs-o-down:before {
	content: "\f088"
}

.fa-star-half:before {
	content: "\f089"
}

.fa-heart-o:before {
	content: "\f08a"
}

.fa-sign-out:before {
	content: "\f08b"
}

.fa-linkedin-square:before {
	content: "\f08c"
}

.fa-thumb-tack:before {
	content: "\f08d"
}

.fa-external-link:before {
	content: "\f08e"
}

.fa-sign-in:before {
	content: "\f090"
}

.fa-trophy:before {
	content: "\f091"
}

.fa-github-square:before {
	content: "\f092"
}

.fa-upload:before {
	content: "\f093"
}

.fa-lemon-o:before {
	content: "\f094"
}

.fa-phone:before {
	content: "\f095"
}

.fa-square-o:before {
	content: "\f096"
}

.fa-bookmark-o:before {
	content: "\f097"
}

.fa-phone-square:before {
	content: "\f098"
}

.fa-twitter:before {
	content: "\f099"
}

.fa-facebook-f:before, .fa-facebook:before {
	content: "\f09a"
}

.fa-github:before {
	content: "\f09b"
}

.fa-unlock:before {
	content: "\f09c"
}

.fa-credit-card:before {
	content: "\f09d"
}

.fa-feed:before, .fa-rss:before {
	content: "\f09e"
}

.fa-hdd-o:before {
	content: "\f0a0"
}

.fa-bullhorn:before {
	content: "\f0a1"
}

.fa-bell:before {
	content: "\f0f3"
}

.fa-certificate:before {
	content: "\f0a3"
}

.fa-hand-o-right:before {
	content: "\f0a4"
}

.fa-hand-o-left:before {
	content: "\f0a5"
}

.fa-hand-o-up:before {
	content: "\f0a6"
}

.fa-hand-o-down:before {
	content: "\f0a7"
}

.fa-arrow-circle-left:before {
	content: "\f0a8"
}

.fa-arrow-circle-right:before {
	content: "\f0a9"
}

.fa-arrow-circle-up:before {
	content: "\f0aa"
}

.fa-arrow-circle-down:before {
	content: "\f0ab"
}

.fa-globe:before {
	content: "\f0ac"
}

.fa-wrench:before {
	content: "\f0ad"
}

.fa-tasks:before {
	content: "\f0ae"
}

.fa-filter:before {
	content: "\f0b0"
}

.fa-briefcase:before {
	content: "\f0b1"
}

.fa-arrows-alt:before {
	content: "\f0b2"
}

.fa-group:before, .fa-users:before {
	content: "\f0c0"
}

.fa-chain:before, .fa-link:before {
	content: "\f0c1"
}

.fa-cloud:before {
	content: "\f0c2"
}

.fa-flask:before {
	content: "\f0c3"
}

.fa-cut:before, .fa-scissors:before {
	content: "\f0c4"
}

.fa-copy:before, .fa-files-o:before {
	content: "\f0c5"
}

.fa-paperclip:before {
	content: "\f0c6"
}

.fa-save:before, .fa-floppy-o:before {
	content: "\f0c7"
}

.fa-square:before {
	content: "\f0c8"
}

.fa-navicon:before, .fa-reorder:before, .fa-bars:before {
	content: "\f0c9"
}

.fa-list-ul:before {
	content: "\f0ca"
}

.fa-list-ol:before {
	content: "\f0cb"
}

.fa-strikethrough:before {
	content: "\f0cc"
}

.fa-underline:before {
	content: "\f0cd"
}

.fa-table:before {
	content: "\f0ce"
}

.fa-magic:before {
	content: "\f0d0"
}

.fa-truck:before {
	content: "\f0d1"
}

.fa-pinterest:before {
	content: "\f0d2"
}

.fa-pinterest-square:before {
	content: "\f0d3"
}

.fa-google-plus-square:before {
	content: "\f0d4"
}

.fa-google-plus:before {
	content: "\f0d5"
}

.fa-money:before {
	content: "\f0d6"
}

.fa-caret-down:before {
	content: "\f0d7"
}

.fa-caret-up:before {
	content: "\f0d8"
}

.fa-caret-left:before {
	content: "\f0d9"
}

.fa-caret-right:before {
	content: "\f0da"
}

.fa-columns:before {
	content: "\f0db"
}

.fa-unsorted:before, .fa-sort:before {
	content: "\f0dc"
}

.fa-sort-down:before, .fa-sort-desc:before {
	content: "\f0dd"
}

.fa-sort-up:before, .fa-sort-asc:before {
	content: "\f0de"
}

.fa-envelope:before {
	content: "\f0e0"
}

.fa-linkedin:before {
	content: "\f0e1"
}

.fa-rotate-left:before, .fa-undo:before {
	content: "\f0e2"
}

.fa-legal:before, .fa-gavel:before {
	content: "\f0e3"
}

.fa-dashboard:before, .fa-tachometer:before {
	content: "\f0e4"
}

.fa-comment-o:before {
	content: "\f0e5"
}

.fa-comments-o:before {
	content: "\f0e6"
}

.fa-flash:before, .fa-bolt:before {
	content: "\f0e7"
}

.fa-sitemap:before {
	content: "\f0e8"
}

.fa-umbrella:before {
	content: "\f0e9"
}

.fa-paste:before, .fa-clipboard:before {
	content: "\f0ea"
}

.fa-lightbulb-o:before {
	content: "\f0eb"
}

.fa-exchange:before {
	content: "\f0ec"
}

.fa-cloud-download:before {
	content: "\f0ed"
}

.fa-cloud-upload:before {
	content: "\f0ee"
}

.fa-user-md:before {
	content: "\f0f0"
}

.fa-stethoscope:before {
	content: "\f0f1"
}

.fa-suitcase:before {
	content: "\f0f2"
}

.fa-bell-o:before {
	content: "\f0a2"
}

.fa-coffee:before {
	content: "\f0f4"
}

.fa-cutlery:before {
	content: "\f0f5"
}

.fa-file-text-o:before {
	content: "\f0f6"
}

.fa-building-o:before {
	content: "\f0f7"
}

.fa-hospital-o:before {
	content: "\f0f8"
}

.fa-ambulance:before {
	content: "\f0f9"
}

.fa-medkit:before {
	content: "\f0fa"
}

.fa-fighter-jet:before {
	content: "\f0fb"
}

.fa-beer:before {
	content: "\f0fc"
}

.fa-h-square:before {
	content: "\f0fd"
}

.fa-plus-square:before {
	content: "\f0fe"
}

.fa-angle-double-left:before {
	content: "\f100"
}

.fa-angle-double-right:before {
	content: "\f101"
}

.fa-angle-double-up:before {
	content: "\f102"
}

.fa-angle-double-down:before {
	content: "\f103"
}

.fa-angle-left:before {
	content: "\f104"
}

.fa-angle-right:before {
	content: "\f105"
}

.fa-angle-up:before {
	content: "\f106"
}

.fa-angle-down:before {
	content: "\f107"
}

.fa-desktop:before {
	content: "\f108"
}

.fa-laptop:before {
	content: "\f109"
}

.fa-tablet:before {
	content: "\f10a"
}

.fa-mobile-phone:before, .fa-mobile:before {
	content: "\f10b"
}

.fa-circle-o:before {
	content: "\f10c"
}

.fa-quote-left:before {
	content: "\f10d"
}

.fa-quote-right:before {
	content: "\f10e"
}

.fa-spinner:before {
	content: "\f110"
}

.fa-circle:before {
	content: "\f111"
}

.fa-mail-reply:before, .fa-reply:before {
	content: "\f112"
}

.fa-github-alt:before {
	content: "\f113"
}

.fa-folder-o:before {
	content: "\f114"
}

.fa-folder-open-o:before {
	content: "\f115"
}

.fa-smile-o:before {
	content: "\f118"
}

.fa-frown-o:before {
	content: "\f119"
}

.fa-meh-o:before {
	content: "\f11a"
}

.fa-gamepad:before {
	content: "\f11b"
}

.fa-keyboard-o:before {
	content: "\f11c"
}

.fa-flag-o:before {
	content: "\f11d"
}

.fa-flag-checkered:before {
	content: "\f11e"
}

.fa-terminal:before {
	content: "\f120"
}

.fa-code:before {
	content: "\f121"
}

.fa-mail-reply-all:before, .fa-reply-all:before {
	content: "\f122"
}

.fa-star-half-empty:before, .fa-star-half-full:before, .fa-star-half-o:before {
	content: "\f123"
}

.fa-location-arrow:before {
	content: "\f124"
}

.fa-crop:before {
	content: "\f125"
}

.fa-code-fork:before {
	content: "\f126"
}

.fa-unlink:before, .fa-chain-broken:before {
	content: "\f127"
}

.fa-question:before {
	content: "\f128"
}

.fa-info:before {
	content: "\f129"
}

.fa-exclamation:before {
	content: "\f12a"
}

.fa-superscript:before {
	content: "\f12b"
}

.fa-subscript:before {
	content: "\f12c"
}

.fa-eraser:before {
	content: "\f12d"
}

.fa-puzzle-piece:before {
	content: "\f12e"
}

.fa-microphone:before {
	content: "\f130"
}

.fa-microphone-slash:before {
	content: "\f131"
}

.fa-shield:before {
	content: "\f132"
}

.fa-calendar-o:before {
	content: "\f133"
}

.fa-fire-extinguisher:before {
	content: "\f134"
}

.fa-rocket:before {
	content: "\f135"
}

.fa-maxcdn:before {
	content: "\f136"
}

.fa-chevron-circle-left:before {
	content: "\f137"
}

.fa-chevron-circle-right:before {
	content: "\f138"
}

.fa-chevron-circle-up:before {
	content: "\f139"
}

.fa-chevron-circle-down:before {
	content: "\f13a"
}

.fa-html5:before {
	content: "\f13b"
}

.fa-css3:before {
	content: "\f13c"
}

.fa-anchor:before {
	content: "\f13d"
}

.fa-unlock-alt:before {
	content: "\f13e"
}

.fa-bullseye:before {
	content: "\f140"
}

.fa-ellipsis-h:before {
	content: "\f141"
}

.fa-ellipsis-v:before {
	content: "\f142"
}

.fa-rss-square:before {
	content: "\f143"
}

.fa-play-circle:before {
	content: "\f144"
}

.fa-ticket:before {
	content: "\f145"
}

.fa-minus-square:before {
	content: "\f146"
}

.fa-minus-square-o:before {
	content: "\f147"
}

.fa-level-up:before {
	content: "\f148"
}

.fa-level-down:before {
	content: "\f149"
}

.fa-check-square:before {
	content: "\f14a"
}

.fa-pencil-square:before {
	content: "\f14b"
}

.fa-external-link-square:before {
	content: "\f14c"
}

.fa-share-square:before {
	content: "\f14d"
}

.fa-compass:before {
	content: "\f14e"
}

.fa-toggle-down:before, .fa-caret-square-o-down:before {
	content: "\f150"
}

.fa-toggle-up:before, .fa-caret-square-o-up:before {
	content: "\f151"
}

.fa-toggle-right:before, .fa-caret-square-o-right:before {
	content: "\f152"
}

.fa-euro:before, .fa-eur:before {
	content: "\f153"
}

.fa-gbp:before {
	content: "\f154"
}

.fa-dollar:before, .fa-usd:before {
	content: "\f155"
}

.fa-rupee:before, .fa-inr:before {
	content: "\f156"
}

.fa-cny:before, .fa-rmb:before, .fa-yen:before, .fa-jpy:before {
	content: "\f157"
}

.fa-ruble:before, .fa-rouble:before, .fa-rub:before {
	content: "\f158"
}

.fa-won:before, .fa-krw:before {
	content: "\f159"
}

.fa-bitcoin:before, .fa-btc:before {
	content: "\f15a"
}

.fa-file:before {
	content: "\f15b"
}

.fa-file-text:before {
	content: "\f15c"
}

.fa-sort-alpha-asc:before {
	content: "\f15d"
}

.fa-sort-alpha-desc:before {
	content: "\f15e"
}

.fa-sort-amount-asc:before {
	content: "\f160"
}

.fa-sort-amount-desc:before {
	content: "\f161"
}

.fa-sort-numeric-asc:before {
	content: "\f162"
}

.fa-sort-numeric-desc:before {
	content: "\f163"
}

.fa-thumbs-up:before {
	content: "\f164"
}

.fa-thumbs-down:before {
	content: "\f165"
}

.fa-youtube-square:before {
	content: "\f166"
}

.fa-youtube:before {
	content: "\f167"
}

.fa-xing:before {
	content: "\f168"
}

.fa-xing-square:before {
	content: "\f169"
}

.fa-youtube-play:before {
	content: "\f16a"
}

.fa-dropbox:before {
	content: "\f16b"
}

.fa-stack-overflow:before {
	content: "\f16c"
}

.fa-instagram:before {
	content: "\f16d"
}

.fa-flickr:before {
	content: "\f16e"
}

.fa-adn:before {
	content: "\f170"
}

.fa-bitbucket:before {
	content: "\f171"
}

.fa-bitbucket-square:before {
	content: "\f172"
}

.fa-tumblr:before {
	content: "\f173"
}

.fa-tumblr-square:before {
	content: "\f174"
}

.fa-long-arrow-down:before {
	content: "\f175"
}

.fa-long-arrow-up:before {
	content: "\f176"
}

.fa-long-arrow-left:before {
	content: "\f177"
}

.fa-long-arrow-right:before {
	content: "\f178"
}

.fa-apple:before {
	content: "\f179"
}

.fa-windows:before {
	content: "\f17a"
}

.fa-android:before {
	content: "\f17b"
}

.fa-linux:before {
	content: "\f17c"
}

.fa-dribbble:before {
	content: "\f17d"
}

.fa-skype:before {
	content: "\f17e"
}

.fa-foursquare:before {
	content: "\f180"
}

.fa-trello:before {
	content: "\f181"
}

.fa-female:before {
	content: "\f182"
}

.fa-male:before {
	content: "\f183"
}

.fa-gittip:before, .fa-gratipay:before {
	content: "\f184"
}

.fa-sun-o:before {
	content: "\f185"
}

.fa-moon-o:before {
	content: "\f186"
}

.fa-archive:before {
	content: "\f187"
}

.fa-bug:before {
	content: "\f188"
}

.fa-vk:before {
	content: "\f189"
}

.fa-weibo:before {
	content: "\f18a"
}

.fa-renren:before {
	content: "\f18b"
}

.fa-pagelines:before {
	content: "\f18c"
}

.fa-stack-exchange:before {
	content: "\f18d"
}

.fa-arrow-circle-o-right:before {
	content: "\f18e"
}

.fa-arrow-circle-o-left:before {
	content: "\f190"
}

.fa-toggle-left:before, .fa-caret-square-o-left:before {
	content: "\f191"
}

.fa-dot-circle-o:before {
	content: "\f192"
}

.fa-wheelchair:before {
	content: "\f193"
}

.fa-vimeo-square:before {
	content: "\f194"
}

.fa-turkish-lira:before, .fa-try:before {
	content: "\f195"
}

.fa-plus-square-o:before {
	content: "\f196"
}

.fa-space-shuttle:before {
	content: "\f197"
}

.fa-slack:before {
	content: "\f198"
}

.fa-envelope-square:before {
	content: "\f199"
}

.fa-wordpress:before {
	content: "\f19a"
}

.fa-openid:before {
	content: "\f19b"
}

.fa-institution:before, .fa-bank:before, .fa-university:before {
	content: "\f19c"
}

.fa-mortar-board:before, .fa-graduation-cap:before {
	content: "\f19d"
}

.fa-yahoo:before {
	content: "\f19e"
}

.fa-google:before {
	content: "\f1a0"
}

.fa-reddit:before {
	content: "\f1a1"
}

.fa-reddit-square:before {
	content: "\f1a2"
}

.fa-stumbleupon-circle:before {
	content: "\f1a3"
}

.fa-stumbleupon:before {
	content: "\f1a4"
}

.fa-delicious:before {
	content: "\f1a5"
}

.fa-digg:before {
	content: "\f1a6"
}

.fa-pied-piper-pp:before {
	content: "\f1a7"
}

.fa-pied-piper-alt:before {
	content: "\f1a8"
}

.fa-drupal:before {
	content: "\f1a9"
}

.fa-joomla:before {
	content: "\f1aa"
}

.fa-language:before {
	content: "\f1ab"
}

.fa-fax:before {
	content: "\f1ac"
}

.fa-building:before {
	content: "\f1ad"
}

.fa-child:before {
	content: "\f1ae"
}

.fa-paw:before {
	content: "\f1b0"
}

.fa-spoon:before {
	content: "\f1b1"
}

.fa-cube:before {
	content: "\f1b2"
}

.fa-cubes:before {
	content: "\f1b3"
}

.fa-behance:before {
	content: "\f1b4"
}

.fa-behance-square:before {
	content: "\f1b5"
}

.fa-steam:before {
	content: "\f1b6"
}

.fa-steam-square:before {
	content: "\f1b7"
}

.fa-recycle:before {
	content: "\f1b8"
}

.fa-automobile:before, .fa-car:before {
	content: "\f1b9"
}

.fa-cab:before, .fa-taxi:before {
	content: "\f1ba"
}

.fa-tree:before {
	content: "\f1bb"
}

.fa-spotify:before {
	content: "\f1bc"
}

.fa-deviantart:before {
	content: "\f1bd"
}

.fa-soundcloud:before {
	content: "\f1be"
}

.fa-database:before {
	content: "\f1c0"
}

.fa-file-pdf-o:before {
	content: "\f1c1"
}

.fa-file-word-o:before {
	content: "\f1c2"
}

.fa-file-excel-o:before {
	content: "\f1c3"
}

.fa-file-powerpoint-o:before {
	content: "\f1c4"
}

.fa-file-photo-o:before, .fa-file-picture-o:before, .fa-file-image-o:before {
	content: "\f1c5"
}

.fa-file-zip-o:before, .fa-file-archive-o:before {
	content: "\f1c6"
}

.fa-file-sound-o:before, .fa-file-audio-o:before {
	content: "\f1c7"
}

.fa-file-movie-o:before, .fa-file-video-o:before {
	content: "\f1c8"
}

.fa-file-code-o:before {
	content: "\f1c9"
}

.fa-vine:before {
	content: "\f1ca"
}

.fa-codepen:before {
	content: "\f1cb"
}

.fa-jsfiddle:before {
	content: "\f1cc"
}

.fa-life-bouy:before, .fa-life-buoy:before, .fa-life-saver:before, .fa-support:before, .fa-life-ring:before {
	content: "\f1cd"
}

.fa-circle-o-notch:before {
	content: "\f1ce"
}

.fa-ra:before, .fa-resistance:before, .fa-rebel:before {
	content: "\f1d0"
}

.fa-ge:before, .fa-empire:before {
	content: "\f1d1"
}

.fa-git-square:before {
	content: "\f1d2"
}

.fa-git:before {
	content: "\f1d3"
}

.fa-y-combinator-square:before, .fa-yc-square:before, .fa-hacker-news:before {
	content: "\f1d4"
}

.fa-tencent-weibo:before {
	content: "\f1d5"
}

.fa-qq:before {
	content: "\f1d6"
}

.fa-wechat:before, .fa-weixin:before {
	content: "\f1d7"
}

.fa-send:before, .fa-paper-plane:before {
	content: "\f1d8"
}

.fa-send-o:before, .fa-paper-plane-o:before {
	content: "\f1d9"
}

.fa-history:before {
	content: "\f1da"
}

.fa-circle-thin:before {
	content: "\f1db"
}

.fa-header:before {
	content: "\f1dc"
}

.fa-paragraph:before {
	content: "\f1dd"
}

.fa-sliders:before {
	content: "\f1de"
}

.fa-share-alt:before {
	content: "\f1e0"
}

.fa-share-alt-square:before {
	content: "\f1e1"
}

.fa-bomb:before {
	content: "\f1e2"
}

.fa-soccer-ball-o:before, .fa-futbol-o:before {
	content: "\f1e3"
}

.fa-tty:before {
	content: "\f1e4"
}

.fa-binoculars:before {
	content: "\f1e5"
}

.fa-plug:before {
	content: "\f1e6"
}

.fa-slideshare:before {
	content: "\f1e7"
}

.fa-twitch:before {
	content: "\f1e8"
}

.fa-yelp:before {
	content: "\f1e9"
}

.fa-newspaper-o:before {
	content: "\f1ea"
}

.fa-wifi:before {
	content: "\f1eb"
}

.fa-calculator:before {
	content: "\f1ec"
}

.fa-paypal:before {
	content: "\f1ed"
}

.fa-google-wallet:before {
	content: "\f1ee"
}

.fa-cc-visa:before {
	content: "\f1f0"
}

.fa-cc-mastercard:before {
	content: "\f1f1"
}

.fa-cc-discover:before {
	content: "\f1f2"
}

.fa-cc-amex:before {
	content: "\f1f3"
}

.fa-cc-paypal:before {
	content: "\f1f4"
}

.fa-cc-stripe:before {
	content: "\f1f5"
}

.fa-bell-slash:before {
	content: "\f1f6"
}

.fa-bell-slash-o:before {
	content: "\f1f7"
}

.fa-trash:before {
	content: "\f1f8"
}

.fa-copyright:before {
	content: "\f1f9"
}

.fa-at:before {
	content: "\f1fa"
}

.fa-eyedropper:before {
	content: "\f1fb"
}

.fa-paint-brush:before {
	content: "\f1fc"
}

.fa-birthday-cake:before {
	content: "\f1fd"
}

.fa-area-chart:before {
	content: "\f1fe"
}

.fa-pie-chart:before {
	content: "\f200"
}

.fa-line-chart:before {
	content: "\f201"
}

.fa-lastfm:before {
	content: "\f202"
}

.fa-lastfm-square:before {
	content: "\f203"
}

.fa-toggle-off:before {
	content: "\f204"
}

.fa-toggle-on:before {
	content: "\f205"
}

.fa-bicycle:before {
	content: "\f206"
}

.fa-bus:before {
	content: "\f207"
}

.fa-ioxhost:before {
	content: "\f208"
}

.fa-angellist:before {
	content: "\f209"
}

.fa-cc:before {
	content: "\f20a"
}

.fa-shekel:before, .fa-sheqel:before, .fa-ils:before {
	content: "\f20b"
}

.fa-meanpath:before {
	content: "\f20c"
}

.fa-buysellads:before {
	content: "\f20d"
}

.fa-connectdevelop:before {
	content: "\f20e"
}

.fa-dashcube:before {
	content: "\f210"
}

.fa-forumbee:before {
	content: "\f211"
}

.fa-leanpub:before {
	content: "\f212"
}

.fa-sellsy:before {
	content: "\f213"
}

.fa-shirtsinbulk:before {
	content: "\f214"
}

.fa-simplybuilt:before {
	content: "\f215"
}

.fa-skyatlas:before {
	content: "\f216"
}

.fa-cart-plus:before {
	content: "\f217"
}

.fa-cart-arrow-down:before {
	content: "\f218"
}

.fa-diamond:before {
	content: "\f219"
}

.fa-ship:before {
	content: "\f21a"
}

.fa-user-secret:before {
	content: "\f21b"
}

.fa-motorcycle:before {
	content: "\f21c"
}

.fa-street-view:before {
	content: "\f21d"
}

.fa-heartbeat:before {
	content: "\f21e"
}

.fa-venus:before {
	content: "\f221"
}

.fa-mars:before {
	content: "\f222"
}

.fa-mercury:before {
	content: "\f223"
}

.fa-intersex:before, .fa-transgender:before {
	content: "\f224"
}

.fa-transgender-alt:before {
	content: "\f225"
}

.fa-venus-double:before {
	content: "\f226"
}

.fa-mars-double:before {
	content: "\f227"
}

.fa-venus-mars:before {
	content: "\f228"
}

.fa-mars-stroke:before {
	content: "\f229"
}

.fa-mars-stroke-v:before {
	content: "\f22a"
}

.fa-mars-stroke-h:before {
	content: "\f22b"
}

.fa-neuter:before {
	content: "\f22c"
}

.fa-genderless:before {
	content: "\f22d"
}

.fa-facebook-official:before {
	content: "\f230"
}

.fa-pinterest-p:before {
	content: "\f231"
}

.fa-whatsapp:before {
	content: "\f232"
}

.fa-server:before {
	content: "\f233"
}

.fa-user-plus:before {
	content: "\f234"
}

.fa-user-times:before {
	content: "\f235"
}

.fa-hotel:before, .fa-bed:before {
	content: "\f236"
}

.fa-viacoin:before {
	content: "\f237"
}

.fa-train:before {
	content: "\f238"
}

.fa-subway:before {
	content: "\f239"
}

.fa-medium:before {
	content: "\f23a"
}

.fa-yc:before, .fa-y-combinator:before {
	content: "\f23b"
}

.fa-optin-monster:before {
	content: "\f23c"
}

.fa-opencart:before {
	content: "\f23d"
}

.fa-expeditedssl:before {
	content: "\f23e"
}

.fa-battery-4:before, .fa-battery:before, .fa-battery-full:before {
	content: "\f240"
}

.fa-battery-3:before, .fa-battery-three-quarters:before {
	content: "\f241"
}

.fa-battery-2:before, .fa-battery-half:before {
	content: "\f242"
}

.fa-battery-1:before, .fa-battery-quarter:before {
	content: "\f243"
}

.fa-battery-0:before, .fa-battery-empty:before {
	content: "\f244"
}

.fa-mouse-pointer:before {
	content: "\f245"
}

.fa-i-cursor:before {
	content: "\f246"
}

.fa-object-group:before {
	content: "\f247"
}

.fa-object-ungroup:before {
	content: "\f248"
}

.fa-sticky-note:before {
	content: "\f249"
}

.fa-sticky-note-o:before {
	content: "\f24a"
}

.fa-cc-jcb:before {
	content: "\f24b"
}

.fa-cc-diners-club:before {
	content: "\f24c"
}

.fa-clone:before {
	content: "\f24d"
}

.fa-balance-scale:before {
	content: "\f24e"
}

.fa-hourglass-o:before {
	content: "\f250"
}

.fa-hourglass-1:before, .fa-hourglass-start:before {
	content: "\f251"
}

.fa-hourglass-2:before, .fa-hourglass-half:before {
	content: "\f252"
}

.fa-hourglass-3:before, .fa-hourglass-end:before {
	content: "\f253"
}

.fa-hourglass:before {
	content: "\f254"
}

.fa-hand-grab-o:before, .fa-hand-rock-o:before {
	content: "\f255"
}

.fa-hand-stop-o:before, .fa-hand-paper-o:before {
	content: "\f256"
}

.fa-hand-scissors-o:before {
	content: "\f257"
}

.fa-hand-lizard-o:before {
	content: "\f258"
}

.fa-hand-spock-o:before {
	content: "\f259"
}

.fa-hand-pointer-o:before {
	content: "\f25a"
}

.fa-hand-peace-o:before {
	content: "\f25b"
}

.fa-trademark:before {
	content: "\f25c"
}

.fa-registered:before {
	content: "\f25d"
}

.fa-creative-commons:before {
	content: "\f25e"
}

.fa-gg:before {
	content: "\f260"
}

.fa-gg-circle:before {
	content: "\f261"
}

.fa-tripadvisor:before {
	content: "\f262"
}

.fa-odnoklassniki:before {
	content: "\f263"
}

.fa-odnoklassniki-square:before {
	content: "\f264"
}

.fa-get-pocket:before {
	content: "\f265"
}

.fa-wikipedia-w:before {
	content: "\f266"
}

.fa-safari:before {
	content: "\f267"
}

.fa-chrome:before {
	content: "\f268"
}

.fa-firefox:before {
	content: "\f269"
}

.fa-opera:before {
	content: "\f26a"
}

.fa-internet-explorer:before {
	content: "\f26b"
}

.fa-tv:before, .fa-television:before {
	content: "\f26c"
}

.fa-contao:before {
	content: "\f26d"
}

.fa-500px:before {
	content: "\f26e"
}

.fa-amazon:before {
	content: "\f270"
}

.fa-calendar-plus-o:before {
	content: "\f271"
}

.fa-calendar-minus-o:before {
	content: "\f272"
}

.fa-calendar-times-o:before {
	content: "\f273"
}

.fa-calendar-check-o:before {
	content: "\f274"
}

.fa-industry:before {
	content: "\f275"
}

.fa-map-pin:before {
	content: "\f276"
}

.fa-map-signs:before {
	content: "\f277"
}

.fa-map-o:before {
	content: "\f278"
}

.fa-map:before {
	content: "\f279"
}

.fa-commenting:before {
	content: "\f27a"
}

.fa-commenting-o:before {
	content: "\f27b"
}

.fa-houzz:before {
	content: "\f27c"
}

.fa-vimeo:before {
	content: "\f27d"
}

.fa-black-tie:before {
	content: "\f27e"
}

.fa-fonticons:before {
	content: "\f280"
}

.fa-reddit-alien:before {
	content: "\f281"
}

.fa-edge:before {
	content: "\f282"
}

.fa-credit-card-alt:before {
	content: "\f283"
}

.fa-codiepie:before {
	content: "\f284"
}

.fa-modx:before {
	content: "\f285"
}

.fa-fort-awesome:before {
	content: "\f286"
}

.fa-usb:before {
	content: "\f287"
}

.fa-product-hunt:before {
	content: "\f288"
}

.fa-mixcloud:before {
	content: "\f289"
}

.fa-scribd:before {
	content: "\f28a"
}

.fa-pause-circle:before {
	content: "\f28b"
}

.fa-pause-circle-o:before {
	content: "\f28c"
}

.fa-stop-circle:before {
	content: "\f28d"
}

.fa-stop-circle-o:before {
	content: "\f28e"
}

.fa-shopping-bag:before {
	content: "\f290"
}

.fa-shopping-basket:before {
	content: "\f291"
}

.fa-hashtag:before {
	content: "\f292"
}

.fa-bluetooth:before {
	content: "\f293"
}

.fa-bluetooth-b:before {
	content: "\f294"
}

.fa-percent:before {
	content: "\f295"
}

.fa-gitlab:before {
	content: "\f296"
}

.fa-wpbeginner:before {
	content: "\f297"
}

.fa-wpforms:before {
	content: "\f298"
}

.fa-envira:before {
	content: "\f299"
}

.fa-universal-access:before {
	content: "\f29a"
}

.fa-wheelchair-alt:before {
	content: "\f29b"
}

.fa-question-circle-o:before {
	content: "\f29c"
}

.fa-blind:before {
	content: "\f29d"
}

.fa-audio-description:before {
	content: "\f29e"
}

.fa-volume-control-phone:before {
	content: "\f2a0"
}

.fa-braille:before {
	content: "\f2a1"
}

.fa-assistive-listening-systems:before {
	content: "\f2a2"
}

.fa-asl-interpreting:before, .fa-american-sign-language-interpreting:before {
	content: "\f2a3"
}

.fa-deafness:before, .fa-hard-of-hearing:before, .fa-deaf:before {
	content: "\f2a4"
}

.fa-glide:before {
	content: "\f2a5"
}

.fa-glide-g:before {
	content: "\f2a6"
}

.fa-signing:before, .fa-sign-language:before {
	content: "\f2a7"
}

.fa-low-vision:before {
	content: "\f2a8"
}

.fa-viadeo:before {
	content: "\f2a9"
}

.fa-viadeo-square:before {
	content: "\f2aa"
}

.fa-snapchat:before {
	content: "\f2ab"
}

.fa-snapchat-ghost:before {
	content: "\f2ac"
}

.fa-snapchat-square:before {
	content: "\f2ad"
}

.fa-pied-piper:before {
	content: "\f2ae"
}

.fa-first-order:before {
	content: "\f2b0"
}

.fa-yoast:before {
	content: "\f2b1"
}

.fa-themeisle:before {
	content: "\f2b2"
}

.fa-google-plus-circle:before, .fa-google-plus-official:before {
	content: "\f2b3"
}

.fa-fa:before, .fa-font-awesome:before {
	content: "\f2b4"
}

.fa-handshake-o:before {
	content: "\f2b5"
}

.fa-envelope-open:before {
	content: "\f2b6"
}

.fa-envelope-open-o:before {
	content: "\f2b7"
}

.fa-linode:before {
	content: "\f2b8"
}

.fa-address-book:before {
	content: "\f2b9"
}

.fa-address-book-o:before {
	content: "\f2ba"
}

.fa-vcard:before, .fa-address-card:before {
	content: "\f2bb"
}

.fa-vcard-o:before, .fa-address-card-o:before {
	content: "\f2bc"
}

.fa-user-circle:before {
	content: "\f2bd"
}

.fa-user-circle-o:before {
	content: "\f2be"
}

.fa-user-o:before {
	content: "\f2c0"
}

.fa-id-badge:before {
	content: "\f2c1"
}

.fa-drivers-license:before, .fa-id-card:before {
	content: "\f2c2"
}

.fa-drivers-license-o:before, .fa-id-card-o:before {
	content: "\f2c3"
}

.fa-quora:before {
	content: "\f2c4"
}

.fa-free-code-camp:before {
	content: "\f2c5"
}

.fa-telegram:before {
	content: "\f2c6"
}

.fa-thermometer-4:before, .fa-thermometer:before, .fa-thermometer-full:before {
	content: "\f2c7"
}

.fa-thermometer-3:before, .fa-thermometer-three-quarters:before {
	content: "\f2c8"
}

.fa-thermometer-2:before, .fa-thermometer-half:before {
	content: "\f2c9"
}

.fa-thermometer-1:before, .fa-thermometer-quarter:before {
	content: "\f2ca"
}

.fa-thermometer-0:before, .fa-thermometer-empty:before {
	content: "\f2cb"
}

.fa-shower:before {
	content: "\f2cc"
}

.fa-bathtub:before, .fa-s15:before, .fa-bath:before {
	content: "\f2cd"
}

.fa-podcast:before {
	content: "\f2ce"
}

.fa-window-maximize:before {
	content: "\f2d0"
}

.fa-window-minimize:before {
	content: "\f2d1"
}

.fa-window-restore:before {
	content: "\f2d2"
}

.fa-times-rectangle:before, .fa-window-close:before {
	content: "\f2d3"
}

.fa-times-rectangle-o:before, .fa-window-close-o:before {
	content: "\f2d4"
}

.fa-bandcamp:before {
	content: "\f2d5"
}

.fa-grav:before {
	content: "\f2d6"
}

.fa-etsy:before {
	content: "\f2d7"
}

.fa-imdb:before {
	content: "\f2d8"
}

.fa-ravelry:before {
	content: "\f2d9"
}

.fa-eercast:before {
	content: "\f2da"
}

.fa-microchip:before {
	content: "\f2db"
}

.fa-snowflake-o:before {
	content: "\f2dc"
}

.fa-superpowers:before {
	content: "\f2dd"
}

.fa-wpexplorer:before {
	content: "\f2de"
}

.fa-meetup:before {
	content: "\f2e0"
}

.sr-only {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	border: 0
}

.sr-only-focusable:active, .sr-only-focusable:focus {
	position: static;
	width: auto;
	height: auto;
	margin: 0;
	overflow: visible;
	clip: auto
}

.skipArea {
	background: #333;
	color: #fff;
	padding: 10px;
	position: absolute;
	text-align: center;
	top: -9999px;
	left: 0;
	width: 300px;
	z-index: 20000
}

.skipArea a {
	color: #fff
}

#accability_toolbar {
	position: absolute;
	top: 33px;
	left: 0;
	width: 100%;
	max-width: 135px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	z-index: 100;
	pointer-events: none;
}

#accability_toolbar.open {
	overflow: visible;
}

#accability_toolbar #icon-accability {
	display: block;
	fill: #38718e;
	max-width: 100%;
	max-height: 100%;
}

#accability_toolbar #icon-links {
	display: block;
	fill: #636466;
	width: 17px;
	height: 17px;
	margin: auto;
	-webkit-transition: .2s;
	-o-transition: .2s;
	transition: .2s;
}

#accability_toolbar button.active #icon-links {
	fill: #000;
}

#accability_toolbar #icon-font {
	display: block;
	fill: #636466;
	width: 14px;
	height: 14px;
	margin: auto;
	-webkit-transition: .2s;
	-o-transition: .2s;
	transition: .2s;
}

#accability_toolbar button.active #icon-font {
	fill: #000;
}

#accability_toolbar * {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

#accability_toolbar > button {
	display: block;
	pointer-events: all;
	border: 1px solid #ececec;
	-webkit-transition: .2s ease-in-out;
	-o-transition: .2s ease-in-out;
	transition: .2s ease-in-out;
	will-change: transform;
}

#accability_toolbar > button:not(#show_accability_menu) {
	-webkit-transform: scaleX(0);
	-ms-transform: scaleX(0);
	transform: scaleX(0);
	-webkit-transform-origin: right center;
	-ms-transform-origin: right center;
	transform-origin: right center;
	visibility: hidden;
	pointer-events: none;
	width: 135px;
	will-change: transform;
}

#accability_toolbar > #show_accability_menu.active ~ button {
	visibility: visible;
	pointer-events: all;
	-webkit-transform: none;
	-ms-transform: none;
	transform: none;
}

#accability_toolbar > button,
.access_button_style {
	height: 42px;
	max-width: 100%;
}

#accability_toolbar > button#show_accability_menu {
	display: block;
	width: 63px;
	height: 69px;
	font-size: 0 !important;
	color: transparent !important;
	padding: 0;
}

/* #accability_toolbar > button#show_accability_menu.active {
	width: 135px;
} */
#accability_toolbar > button#show_accability_menu,
.ocw_cf label {
	display: block
}

body.enlarge_text p,
body.enlarge_text a,
body.enlarge_text h1,
body.enlarge_text h2,
body.enlarge_text h3,
body.enlarge_text h4,
body.enlarge_text h5,
body.enlarge_text h6 {
	font-size: 22px !important;
	line-height: normal !important;
}

body.dec_text p,
body.dec_text a,
body.dec_text h1,
body.dec_text h2,
body.dec_text h3,
body.dec_text h4,
body.dec_text h5,
body.dec_text h6 {
	font-size: 14px !important;
	line-height: normal !important;
}

button#enlarge_text {
	font-size: 26px !important;
}

button#reset_text {
	font-size: 18px;
}

button#dec_text {
	font-size: 12px;
}

.sr-only {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	border: 0;
}

#accability_toolbar > button:not(.active),
.access_button_style:not(.active) {
	border: 1px solid;
	position: relative;
	background: #fff;
	color: #636466;
	vertical-align: bottom;
}

#accability_toolbar > button.active,
.access_button_style.active {
	background-color: #e5e9d8;
	color: #38718e;
}

#accability_toolbar > button#show_accability_menu {
	height: 69px;
	border: none;
	margin-left: 0;
	margin-right: auto;
}

#accability_toolbar img.acc-icon {
	height: 48px;
	margin: auto;
	-webkit-transform: scale(-1, 1);
	-ms-transform: scale(-1, 1);
	transform: scale(-1, 1);
}

#accability_toolbar .access_button_style {
	background: #000;
	color: #fff
}

.back_s {
	font-size: 16px !important
}

.apended_glas_mag,
.apended_glas_mag *,
.the_skip {
	color: #fff !important
}

body.light_bac:not(.no_back_change),
body.light_bac:not(.no_back_change) *:not(.no_back_change) {
	background: #fff !important;
	color: #000 !important;
}

body.dark_bac:not(.no_back_change),
body.dark_bac:not(.no_back_change) *:not(.no_back_change) {
	color: #fff !important;
	background: #000 !important
}


/**/
body.dark_bac:not(.no_back_change) input:not(.no_back_change),
body.dark_bac:not(.no_back_change) button:not(.no_back_change),
body.dark_bac:not(.no_back_change) textarea:not(.no_back_change) {
	border: 1px solid #fff !important;
}

body.dark_bac:not(.no_back_change) input::-webkit-input-placeholder {
	color: #fff !important;
}

body.dark_bac:not(.no_back_change) input:-ms-input-placeholder {
	color: #fff !important;
}

body.dark_bac:not(.no_back_change) input::-moz-placeholder {
	color: #fff !important;
}

body.dark_bac:not(.no_back_change) textarea::-webkit-input-placeholder {
	color: #fff !important;
}

body.dark_bac:not(.no_back_change) textarea:-ms-input-placeholder {
	color: #fff !important;
}

body.dark_bac:not(.no_back_change) textarea::-moz-placeholder {
	color: #fff !important;
}

body.dark_bac:not(.no_back_change) .nm-ocw-input {
	border: 1px solid #fff !important;
}


body.light_bac:not(.no_back_change) input:not(.no_back_change),
body.light_bac:not(.no_back_change) button:not(.no_back_change),
body.light_bac:not(.no_back_change) textarea:not(.no_back_change) {
	border: 1px solid #000 !important;
}

body.light_bac:not(.no_back_change) input::-webkit-input-placeholder {
	color: #000 !important;
}

body.light_bac:not(.no_back_change) input:-ms-input-placeholder {
	color: #000 !important;
}

body.light_bac:not(.no_back_change) input::-moz-placeholder {
	color: #000 !important;
}

body.light_bac:not(.no_back_change) textarea::-webkit-input-placeholder {
	color: #000 !important;
}

body.light_bac:not(.no_back_change) textarea:-ms-input-placeholder {
	color: #000 !important;
}

body.light_bac:not(.no_back_change) textarea::-moz-placeholder {
	color: #000 !important;
}

body.light_bac:not(.no_back_change) .nm-ocw-input {
	border: 1px solid #000 !important;
}

/**/

body > iframe {
	display: block;
	width: 0;
	height: 0;
}

.links_b a {
	text-decoration: underline !important;
}

.font_change_ro_arial *:not(i) {
	font-family: arial !important;
}

.ocw_cf .inner_label,
.ocw_cf .inner_label input {
	display: inline-block;
	margin: 10px
}

.apended_glas_mag {
	background: #333;
	color: #fff;
	font-size: 2em;
	padding: 10px;
	position: absolute;
	z-index: 1000000;
	line-height: 1.5em
}

.sf-menu a:focus {
	outline: solid 1px !important
}

.former_h5 {
	color: #ff7477;
	font-family: "Open Sans Hebrew Condensed", Arial, sans-serif;
	font-size: 23px;
	font-weight: 400;
	line-height: 2em;
	text-transform: uppercase
}

#dec_text {
	font-size: 10px
}

#enlarge_text {
	font-size: 26px;
	padding-bottom: 0;
	padding-top: 0
}

.enlarge_text .mobile-menu a,
.enlarge_text .sf-menu a {
	font-size: 30px
}

.enlarge_text #page-header {
	font-size: 90px
}

.enlarge_text .former_h5.pb-widget-title {
	font-size: 2em
}

body.enlarge_text {
	font-size: 28px
}

.font_s {
	font-size: 15px;
	height: 32px;
	line-height: 10px;
	overflow: hidden;
	padding: 0;
	vertical-align: bottom;
	width: 36px
}

.enlarge_text #footer {
	font-size: 28px
}

footer#footer {
	color: #fff
}

.dec_text .mobile-menu a,
.dec_text .sf-menu a {
	font-size: 12px
}

.dec_text #page-header {
	font-size: 30px
}

.dec_text .former_h5.pb-widget-title {
	font-size: .7em
}

.dec_text #footer,
body.dec_text {
	font-size: 12px
}

.light_bac .mobile-menu a,
.light_bac .sf-menu a,
body.light_bac {
	color: #000;
	background: #fff
}

.light_bac .section {
	background: #fff !important;
	color: #000
}

.light_bac #footer,
.light_bac #page-header.page-header-style-custom_bg,
.light_bac article {
	background: #fff;
	color: #000
}

.light_bac .sf-menu .sub-menu li a {
	color: #000
}

#accability_toolbar > button:not(.active):focus {
	color: red !important
}

body:focus:not(h1):not(h2):not(h3):not(h4):not(h5):not(p) {
	outline: red solid 1px !important
}

.the_skip {
	display: block
}

.dark_bac .mobile-menu a,
.dark_bac .sf-menu a,
body.dark_bac {
	color: #fff;
	background: #000 !important
}

.dark_bac.section {
	background: #000 !important;
	color: #fff
}

.dark_bac #footer,
.dark_bac #page-header.page-header-style-custom_bg,
.dark_bac article {
	background: #000;
	color: #fff
}

.dark_bac .sf-menu .sub-menu li a {
	color: #fff
}

.links_b a {
	text-decoration: underline !important
}

body.font_change_ro_arial,
body.font_change_ro_arial:not(i) {
	font-family: arial !important
}

@media (max-width: 768px) {
	#accability_toolbar {
		max-width: none;
		width: 100%
	}
	
	#accability_toolbar > button:not(#show_accability_menu) {
		width: 100%;
	}
	
	#accability_toolbar > button#show_accability_menu.active {
		width: 100%;
	}
}

#accability_toolbar {
	max-width: 145px;
	position: fixed;
	left: auto;
	right: 0;
}

#accability_toolbar > button {
	font-size: 17px;
	border: 2px solid #283764;
	border-right: none;
	border-radius: 10px 0 0 10px;
	margin-bottom: 1px;
}

#accability_toolbar > button:not(.active),
.access_button_style:not(.active) {
	border: 2px solid #464646;
	border-right: none;
	background-color: #f2f2f2;
}

#accability_toolbar > button#show_accability_menu {
	margin-bottom: 20px;
	margin-right: 0;
	margin-left: auto;
	background-color: #454545;
	height: 85px;
	border-radius: 43px 0 0 43px;
	width: 92px;
}

#accability_toolbar > button:not(#show_accability_menu) {
	width: 145px;
}

#accability_toolbar > button#show_accability_menu.active {
	width: 145px;
}

#accability_toolbar > button.active {
	color: #34c3db;
	background-color: #f1f1f1;
}

#accability_toolbar #icon-accability {
	fill: #30437b;
}

#accability_toolbar button.active #icon-links,
#accability_toolbar button.active #icon-font {
	fill: #283764;
}

#accability_toolbar > button#links_b:not(.active):focus #icon-links,
#accability_toolbar > button#font_change_ro_arial:not(.active):focus #icon-font {
	fill: #34c3db;
}

button#enlarge_text {
	font-size: 37px !important;
}

button#reset_text {
	font-size: 26px !important;
}

button#dec_text {
	font-size: 17px !important;
}

body.enlarge_text span {
	font-size: 28px !important;
	line-height: normal !important;
}

body.dec_text span {
	font-size: 14px !important;
	line-height: normal !important;
}

@media (max-width: 768px) {
	#accability_toolbar {
		width: 145px;
		max-width: 145px;
	}
	
	#accability_toolbar > button:not(#show_accability_menu) {
		width: 145px;
	}
	
	#accability_toolbar > button#show_accability_menu.active {
		width: 145px;
	}
}

@media (max-width: 994px) {
	#accability_toolbar > button#show_accability_menu {
		margin-right: 0;
		margin-left: auto;
		height: 73px;
		width: 81px;
	}
	
	#accability_toolbar > button {
		border-radius: 10px 0 0 10px;
	}
}

@media (max-width: 750px) {
	#accability_toolbar {
		display: none !important;
	}
}

.slick-slider {
	position: relative;
	display: block;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-touch-callout: none;
	-khtml-user-select: none;
	-ms-touch-action: pan-y;
	touch-action: pan-y;
	-webkit-tap-highlight-color: transparent;
}

.slick-list {
	position: relative;
	display: block;
	overflow: hidden;
	margin: 0;
	padding: 0;
}

.slick-list:focus,
.slick-slide:focus {
	outline: none;
}

.slick-list.dragging {
	cursor: pointer;
	cursor: hand;
}

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

.slick-track {
	position: relative;
	top: 0;
	left: 0;
	display: block;
}

.slick-track:before,
.slick-track:after {
	display: table;
	content: '';
}

.slick-track:after {
	clear: both;
}

.slick-loading .slick-track {
	visibility: hidden;
}

.slick-slide {
	display: none;
	float: left;
	height: 100%;
	min-height: 1px;
}

[dir='rtl'] .slick-slide {
	float: right;
}

.slick-slide img {
	display: block;
}

.slick-slide.slick-loading img {
	display: none;
}

.slick-slide.dragging img {
	pointer-events: none;
}

.slick-initialized .slick-slide {
	display: block;
}

.slick-loading .slick-slide {
	visibility: hidden;
}

.slick-vertical .slick-slide {
	display: block;
	height: auto;
	border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
	display: none;
}

.slick-loading .slick-list {
	background: #fff url('../img/ajax-loader.gif') center center no-repeat;
}

.recommended_products_slider .slick-slide {padding:0 10px;}
.recommended_products_slider .slick-slide .slide a {width: 100%;}
.recommended_products_slider .slick-slide .recommended_product_img img {height: 150px;}
.recommended_products_slider .slick-prev {right:-60px!important;}
.recommended_products_slider .slick-next {left:-60px!important;}
#recommendation-products-sidebar .aside_resipes {padding-bottom:15px!important;}
#recommendation-products-sidebar .widget-title {font-size: 35px;margin-bottom: 25px;font-weight: 700;color: #7b8e4f;}
@media only screen and (max-width:630px) {
	.recommended_products_slider .slick-slide .recommended_product_img img {height: 220px;width:auto!important;margin:0 auto!important;}
	.recommended_products_slider .slick-prev {right:-4.375vw!important;}
	.recommended_products_slider .slick-next {left:-4.375vw!important;}
	html[dir="rtl"] .recommended_products_slider .slick-prev, html[dir="rtl"] .recommended_products_slider .slick-next {height: 8.125vw!important;top: 45%;width: 6.5625vw!important;}
}

/* Arrows */

.slick-prev,
.slick-next {
	font-size: 0;
	line-height: 0;
	position: absolute;
	top: 50%;
	display: block;
	width: 124px;
	height: 124px;
	padding: 0;
	-webkit-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	transform: translate(0, -50%);
	cursor: pointer;
	color: transparent;
	border: none;
	outline: none;
	z-index: 5;
}

html[dir="rtl"] .slick-prev {
	left: auto;
	right: -55px;
	background: url('../img/arrow-right.png');
	background-size: cover;
}

html[dir="rtl"] .slick-next {
	left: -55px;
	right: auto;
	background: url('../img/arrow-left.png');
	background-size: cover;
}


.slick-prev:hover,
.slick-next:hover {
	outline: none;
}

.slick-prev:hover:before .slick-next:hover:before {
	opacity: 1;
}

.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
	opacity: 1;
}

.slick-prev {
	left: -25px;
}

.slick-prev:before {
	content: '';
}

.slick-next {
	right: -25px;
}

.slick-next:before {
	content: '';
}

/* Dots */

.slick-dotted.slick-slider {
	margin-bottom: 0px;
}

.slick-dots {
	position: absolute;
	bottom: 40px;
	display: block;
	width: 100%;
	padding: 0;
	margin: 0;
	list-style: none;
	text-align: center;
}

.slick-dots li {
	position: relative;
	display: inline-block;
	width: 17px;
	height: 17px;
	border-radius: 50%;
	margin: 0 9px;
	padding: 0;
	cursor: pointer;
}

.slick-dots li button {
	font-size: 0;
	line-height: 0;
	display: block;
	background-color: transparent;
	width: 17px;
	height: 17px;
	border-radius: 50%;
	padding: 0;
	cursor: pointer;
	color: transparent;
	border: 0;
	outline: none;
}

.slick-dots li button:hover {
	outline: none;
}

.slick-dots li button:hover:before {
	background-color: #0075b8;
}

.slick-dots li button:before {
	position: absolute;
	top: 0;
	left: 0;
	width: 17px;
	height: 17px;
	border-radius: 50%;
	content: '';
	background-color: #b8b6b6;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	-webkit-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	transition: all 0.2s linear;
}

.slick-dots li.slick-active button:before {
	background-color: #1eb4d0;
}

@media (max-width: 992px) {
	.slick-next,
	.slick-prev {
		width: 8.5vw;
		height: 8.5vw;
	}
	
	html[dir=rtl] .slick-prev {
		right: -45px;
	}
	
	html[dir=rtl] .slick-next {
		left: -45px;
	}
	
	.slick-dots li button,
	.slick-dots li button:before,
	.slick-dots li {
		width: 1.17vw;
		height: 1.17vw;
	}
	
	.slick-dots {
		bottom: 3vw;
	}
	
}

@media (max-width: 750px) {
	.slick-next,
	.slick-prev {
		width: 19.466666666666665vw;
		height: 19.466666666666665vw;
	}
	
	html[dir=rtl] .slick-prev {
		right: -11.333333333333334vw;
	}
	
	html[dir=rtl] .slick-next {
		left: -11.333333333333334vw;
	}
	
	.slick-dots li button,
	.slick-dots li button:before,
	.slick-dots li {
		width: 2.933333333333333vw;
		height: 2.933333333333333vw;
	}
	
	.slick-dots li {
		margin: 0 2vw;
	}
	
	.slick-dots {
		bottom: 5.6vw;
	}
}

.SumoSelect p {
	margin: 0;
}

.SumoSelect {
	width: 200px;
}

.SelectBox {
	padding: 5px 8px;
}

.sumoStopScroll {
	overflow: hidden;
}

/* Filtering style */
.SumoSelect .hidden {
	display: none;
}

.SumoSelect .search-txt {
	display: none;
	outline: none;
}

.SumoSelect .no-match {
	display: none;
	padding: 6px;
}

.SumoSelect.open .search-txt {
	display: inline-block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	margin: 0;
	padding: 5px 8px;
	border: none;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	border-radius: 5px;
}

.SumoSelect.open > .search > span, .SumoSelect.open > .search > label {
	visibility: hidden;
}

/*this is applied on that hidden select. DO NOT USE display:none; or visiblity:hidden; and Do not override any of these properties. */
.SelectClass, .SumoUnder {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	height: 100%;
	width: 100%;
	border: none;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: alpha(opacity=0);
	-moz-opacity: 0;
	-khtml-opacity: 0;
	opacity: 0;
}

.SelectClass {
	z-index: 1;
}

.SumoSelect > .optWrapper > .options li.opt label, .SumoSelect > .CaptionCont, .SumoSelect .select-all > label {
	-ms-user-select: none;
	user-select: none;
	-o-user-select: none;
	-moz-user-select: none;
	-khtml-user-select: none;
	-webkit-user-select: none;
}

.SumoSelect {
	display: inline-block;
	position: relative;
	outline: none;
}

.SumoSelect:focus > .CaptionCont, .SumoSelect:hover > .CaptionCont, .SumoSelect.open > .CaptionCont {
	-webkit-box-shadow: 0 0 2px #7799D0;
	box-shadow: 0 0 2px #7799D0;
	border-color: #7799D0;
}

.SumoSelect > .CaptionCont {
	position: relative;
	border: 1px solid #A4A4A4;
	min-height: 14px;
	background-color: #fff;
	border-radius: 2px;
	margin: 0;
}

.SumoSelect > .CaptionCont > span {
	display: block;
	padding-right: 30px;
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	cursor: default;
}

/*placeholder style*/
.SumoSelect > .CaptionCont > span.placeholder {
	color: #ccc;
	font-style: italic;
}

.SumoSelect > .CaptionCont > label {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	width: 30px;
}

.SumoSelect > .CaptionCont > label > i {
	background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA0AAAANCAYAAABy6+R8AAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH3wMdBhAJ/fwnjwAAAGFJREFUKM9jYBh+gBFKuzEwMKQwMDB8xaOWlYGB4T4DA0MrsuapDAwM//HgNwwMDDbYTJuGQ8MHBgYGJ1xOYGNgYJiBpuEpAwODHSF/siDZ+ISBgcGClEDqZ2Bg8B6CkQsAPRga0cpRtDEAAAAASUVORK5CYII=');
	background-position: center center;
	width: 16px;
	height: 16px;
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	background-repeat: no-repeat;
	opacity: 0.8;
}

.SumoSelect > .optWrapper {
	display: none;
	z-index: 1000;
	top: 30px;
	width: 100%;
	position: absolute;
	left: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	background: #fff;
	border: 1px solid #ddd;
	-webkit-box-shadow: 2px 3px 3px rgba(0, 0, 0, 0.11);
	box-shadow: 2px 3px 3px rgba(0, 0, 0, 0.11);
	border-radius: 3px;
	overflow: hidden;
}

.SumoSelect.open > .optWrapper {
	top: 35px;
	display: block;
}

.SumoSelect.open > .optWrapper.up {
	top: auto;
	bottom: 100%;
	margin-bottom: 5px;
}

.SumoSelect > .optWrapper ul {
	list-style: none;
	display: block;
	padding: 0;
	margin: 0;
	overflow: auto;
}

.SumoSelect > .optWrapper > .options {
	border-radius: 2px;
	position: relative;
	/*Set the height of pop up here (only for desktop mode)*/
	max-height: 250px;
	/*height*/
}

.SumoSelect > .optWrapper.okCancelInMulti > .options {
	border-radius: 2px 2px 0 0;
}

.SumoSelect > .optWrapper.selall > .options {
	border-radius: 0 0 2px 2px;
}

.SumoSelect > .optWrapper.selall.okCancelInMulti > .options {
	border-radius: 0;
}

.SumoSelect > .optWrapper > .options li.group.disabled > label {
	opacity: 0.5;
}

.SumoSelect > .optWrapper > .options li ul li.opt {
	padding-left: 22px;
}

.SumoSelect > .optWrapper.multiple > .options li ul li.opt {
	padding-left: 50px;
}

.SumoSelect > .optWrapper.isFloating > .options {
	max-height: 100%;
	-webkit-box-shadow: 0 0 100px #595959;
	box-shadow: 0 0 100px #595959;
}

.SumoSelect > .optWrapper > .options li.opt {
	padding: 6px 6px;
	position: relative;
	border-bottom: 1px solid #f5f5f5;
}

.SumoSelect > .optWrapper > .options > li.opt:first-child {
	border-radius: 2px 2px 0 0;
}

.SumoSelect > .optWrapper.selall > .options > li.opt:first-child {
	border-radius: 0;
}

.SumoSelect > .optWrapper > .options > li.opt:last-child {
	border-radius: 0 0 2px 2px;
	border-bottom: none;
}

.SumoSelect > .optWrapper.okCancelInMulti > .options > li.opt:last-child {
	border-radius: 0;
}

.SumoSelect > .optWrapper > .options li.opt:hover {
	background-color: #E4E4E4;
}

.SumoSelect > .optWrapper > .options li.opt.sel, .SumoSelect .select-all.sel {
	background-color: #a1c0e4;
}

.SumoSelect > .optWrapper > .options li label {
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	display: block;
	cursor: pointer;
}

.SumoSelect > .optWrapper > .options li span {
	display: none;
}

.SumoSelect > .optWrapper > .options li.group > label {
	cursor: default;
	padding: 8px 6px;
	font-weight: bold;
}

/*Floating styles*/
.SumoSelect > .optWrapper.isFloating {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	width: 90%;
	bottom: 0;
	margin: auto;
	max-height: 90%;
}

/*disabled state*/
.SumoSelect > .optWrapper > .options li.opt.disabled {
	background-color: inherit;
	pointer-events: none;
}

.SumoSelect > .optWrapper > .options li.opt.disabled * {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)"; /* IE 5-7 */
	filter: alpha(opacity=50); /* Netscape */
	-moz-opacity: 0.5; /* Safari 1.x */
	-khtml-opacity: 0.5; /* Good browsers */
	opacity: 0.5;
}


/*styling for multiple select*/
.SumoSelect > .optWrapper.multiple > .options li.opt {
	padding-left: 35px;
	cursor: pointer;
}

.SumoSelect > .optWrapper.multiple > .options li.opt span,
.SumoSelect .select-all > span {
	position: absolute;
	display: block;
	width: 30px;
	top: 0;
	bottom: 0;
	margin-left: -35px;
}

.SumoSelect > .optWrapper.multiple > .options li.opt span i,
.SumoSelect .select-all > span i {
	position: absolute;
	margin: auto;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	width: 14px;
	height: 14px;
	border: 1px solid #AEAEAE;
	border-radius: 2px;
	-webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.15);
	box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.15);
	background-color: #fff;
}

.SumoSelect > .optWrapper > .MultiControls {
	display: none;
	border-top: 1px solid #ddd;
	background-color: #fff;
	-webkit-box-shadow: 0 0 2px rgba(0, 0, 0, 0.13);
	box-shadow: 0 0 2px rgba(0, 0, 0, 0.13);
	border-radius: 0 0 3px 3px;
}

.SumoSelect > .optWrapper.multiple.isFloating > .MultiControls {
	display: block;
	margin-top: 5px;
	position: absolute;
	bottom: 0;
	width: 100%;
}

.SumoSelect > .optWrapper.multiple.okCancelInMulti > .MultiControls {
	display: block;
}

.SumoSelect > .optWrapper.multiple.okCancelInMulti > .MultiControls > p {
	padding: 6px;
}

.SumoSelect > .optWrapper.multiple.okCancelInMulti > .MultiControls > p:focus {
	-webkit-box-shadow: 0 0 2px #a1c0e4;
	box-shadow: 0 0 2px #a1c0e4;
	border-color: #a1c0e4;
	outline: none;
	background-color: #a1c0e4;
}

.SumoSelect > .optWrapper.multiple > .MultiControls > p {
	display: inline-block;
	cursor: pointer;
	padding: 12px;
	width: 50%;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	text-align: center;
}

.SumoSelect > .optWrapper.multiple > .MultiControls > p:hover {
	background-color: #f1f1f1;
}

.SumoSelect > .optWrapper.multiple > .MultiControls > p.btnOk {
	border-right: 1px solid #DBDBDB;
	border-radius: 0 0 0 3px;
}

.SumoSelect > .optWrapper.multiple > .MultiControls > p.btnCancel {
	border-radius: 0 0 3px 0;
}

/*styling for select on popup mode*/
.SumoSelect > .optWrapper.isFloating > .options li.opt {
	padding: 12px 6px;
}

/*styling for only multiple select on popup mode*/
.SumoSelect > .optWrapper.multiple.isFloating > .options li.opt {
	padding-left: 35px;
}

.SumoSelect > .optWrapper.multiple.isFloating {
	padding-bottom: 43px;
}

.SumoSelect > .optWrapper.multiple > .options li.opt.selected span i,
.SumoSelect .select-all.selected > span i,
.SumoSelect .select-all.partial > span i {
	background-color: rgb(17, 169, 17);
	-webkit-box-shadow: none;
	box-shadow: none;
	border-color: transparent;
	background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAGCAYAAAD+Bd/7AAAABHNCSVQICAgIfAhkiAAAAAlwSFlzAAALEgAACxIB0t1+/AAAABx0RVh0U29mdHdhcmUAQWRvYmUgRmlyZXdvcmtzIENTNXG14zYAAABMSURBVAiZfc0xDkAAFIPhd2Kr1WRjcAExuIgzGUTIZ/AkImjSofnbNBAfHvzAHjOKNzhiQ42IDFXCDivaaxAJd0xYshT3QqBxqnxeHvhunpu23xnmAAAAAElFTkSuQmCC');
	background-repeat: no-repeat;
	background-position: center center;
}

/*disabled state*/
.SumoSelect.disabled {
	opacity: 0.7;
	cursor: not-allowed;
}

.SumoSelect.disabled > .CaptionCont {
	border-color: #ccc;
	-webkit-box-shadow: none;
	box-shadow: none;
}

/**Select all button**/
.SumoSelect .select-all {
	border-radius: 3px 3px 0 0;
	position: relative;
	border-bottom: 1px solid #ddd;
	background-color: #fff;
	padding: 8px 0 3px 35px;
	height: 20px;
	cursor: pointer;
}

.SumoSelect .select-all > label, .SumoSelect .select-all > span i {
	cursor: pointer;
}

.SumoSelect .select-all.partial > span i {
	background-color: #ccc;
}


/*styling for optgroups*/
.SumoSelect > .optWrapper > .options li.optGroup {
	padding-left: 5px;
	text-decoration: underline;
}


/*
 *  Remodal - v1.1.1
 *  Responsive, lightweight, fast, synchronized with CSS animations, fully customizable modal window plugin with declarative configuration and hash tracking.
 *  http://vodkabears.github.io/remodal/
 *
 *  Made by Ilya Makarov
 *  Under MIT License
 */

/* ==========================================================================
   Remodal's necessary styles
   ========================================================================== */

/* Hide scroll bar */

html.remodal-is-locked {
	overflow: hidden;
	
	-ms-touch-action: none;
	touch-action: none;
}

/* Anti FOUC */

.remodal,
[data-remodal-id] {
	display: none;
}

/* Necessary styles of the overlay */

.remodal-overlay {
	position: fixed;
	z-index: 9999;
	top: -5000px;
	right: -5000px;
	bottom: -5000px;
	left: -5000px;
	
	display: none;
}

/* Necessary styles of the wrapper */

.remodal-wrapper {
	position: fixed;
	z-index: 10000;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	
	display: none;
	overflow: auto;
	
	text-align: center;
	
	-webkit-overflow-scrolling: touch;
}

.remodal-wrapper:after {
	display: inline-block;
	
	height: 100%;
	margin-left: -0.05em;
	
	content: "";
}

/* Fix iPad, iPhone glitches */

.remodal-overlay,
.remodal-wrapper {
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

/* Necessary styles of the modal dialog */

.remodal {
	position: relative;
	
	outline: none;
	
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	-moz-text-size-adjust: 100%;
	text-size-adjust: 100%;
}

.remodal-is-initialized {
	/* Disable Anti-FOUC */
	display: inline-block;
}

/*
 *  Remodal - v1.1.1
 *  Responsive, lightweight, fast, synchronized with CSS animations, fully customizable modal window plugin with declarative configuration and hash tracking.
 *  http://vodkabears.github.io/remodal/
 *
 *  Made by Ilya Makarov
 *  Under MIT License
 */

/* ==========================================================================
   Remodal's default mobile first theme
   ========================================================================== */

/* Default theme styles for the background */

.remodal-bg.remodal-is-opening,
.remodal-bg.remodal-is-opened {
	-webkit-filter: blur(3px);
	filter: blur(3px);
}

/* Default theme styles of the overlay */


.remodal-overlay.remodal-is-opening,
.remodal-overlay.remodal-is-closing {
	-webkit-animation-duration: 0.3s;
	animation-duration: 0.3s;
	-webkit-animation-fill-mode: forwards;
	animation-fill-mode: forwards;
}

.remodal-overlay.remodal-is-opening {
	-webkit-animation-name: remodal-overlay-opening-keyframes;
	animation-name: remodal-overlay-opening-keyframes;
}

.remodal-overlay.remodal-is-closing {
	-webkit-animation-name: remodal-overlay-closing-keyframes;
	animation-name: remodal-overlay-closing-keyframes;
}

/* Default theme styles of the wrapper */

.remodal-wrapper {
	padding: 10px 10px 0;
}

/* Default theme styles of the modal dialog */

.remodal {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	width: 100%;
	margin-bottom: 10px;
	padding: 35px;
	
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
	
	color: #2b2e38;
	background: #fff;
}

.remodal.remodal-is-opening,
.remodal.remodal-is-closing {
	-webkit-animation-duration: 0.3s;
	animation-duration: 0.3s;
	-webkit-animation-fill-mode: forwards;
	animation-fill-mode: forwards;
}

.remodal.remodal-is-opening {
	-webkit-animation-name: remodal-opening-keyframes;
	animation-name: remodal-opening-keyframes;
}

.remodal.remodal-is-closing {
	-webkit-animation-name: remodal-closing-keyframes;
	animation-name: remodal-closing-keyframes;
}

/* Vertical align of the modal dialog */

.remodal,
.remodal-wrapper:after {
	vertical-align: middle;
}

/* Close button */

.remodal-close,
.mfp-content .mfp-close {
	position: absolute;
	top: 5px;
	left: 5px;
	right: auto;
	
	display: block;
	text-align: center;
	font-size: 0;
	overflow: visible;
	
	width: 35px;
	height: 35px;
	margin: 0;
	padding: 0;
	
	cursor: pointer !important;
	-webkit-transition: color 0.2s;
	-o-transition: color 0.2s;
	transition: color 0.2s;
	text-decoration: none;
	
	color: #393939;
	border: 0;
	outline: 0;
	opacity: 1;
	background: transparent;
}

.mfp-content img.mfp-img {
	padding: 0;
	margin: 0 auto;
}

.mfp-content .mfp-figure {
	position: relative;
}

.remodal-close:hover,
.remodal-close:focus,
.mfp-content .mfp-close:hover,
.mfp-content .mfp-close:focus {
	color: #95979c;
}

.remodal-close:before,
.mfp-content .mfp-close:before {
	font-family: 'Discovery', sans-serif !important;
	font-size: 50px;
	font-weight: 700;
	line-height: 35px;
	
	position: absolute;
	top: 0;
	left: 0;
	
	display: block;
	
	width: 35px;
	
	content: "\00d7";
	text-align: center;
}


@media (max-width: 992px) {
	.remodal-close:before {
		font-size: 13vw;
		font-weight: 500;
		line-height: 6vw;
		top: 2vw;
		left: 2vw;
		width: 7vw;
	}
	
}

/* Dialog buttons */

.remodal-confirm,
.remodal-cancel {
	font: inherit;
	
	display: inline-block;
	overflow: visible;
	
	min-width: 110px;
	margin: 0;
	padding: 12px 0;
	
	cursor: pointer;
	-webkit-transition: background 0.2s;
	-o-transition: background 0.2s;
	transition: background 0.2s;
	text-align: center;
	vertical-align: middle;
	text-decoration: none;
	
	border: 0;
	outline: 0;
}

.remodal-confirm {
	color: #fff;
	background: #81c784;
}

.remodal-confirm:hover,
.remodal-confirm:focus {
	background: #66bb6a;
}

.remodal-cancel {
	color: #fff;
	background: #e57373;
}

.remodal-cancel:hover,
.remodal-cancel:focus {
	background: #ef5350;
}

/* Remove inner padding and border in Firefox 4+ for the button tag. */

.remodal-confirm::-moz-focus-inner,
.remodal-cancel::-moz-focus-inner,
.remodal-close::-moz-focus-inner {
	padding: 0;
	
	border: 0;
}

/* Keyframes
   ========================================================================== */

@-webkit-keyframes remodal-opening-keyframes {
	from {
		-webkit-transform: scale(1.05);
		transform: scale(1.05);
		
		opacity: 0;
	}
	to {
		-webkit-transform: none;
		transform: none;
		
		opacity: 1;
		
		-webkit-filter: blur(0);
		filter: blur(0);
	}
}

@keyframes remodal-opening-keyframes {
	from {
		-webkit-transform: scale(1.05);
		transform: scale(1.05);
		
		opacity: 0;
	}
	to {
		-webkit-transform: none;
		transform: none;
		
		opacity: 1;
		
		-webkit-filter: blur(0);
		filter: blur(0);
	}
}

@-webkit-keyframes remodal-closing-keyframes {
	from {
		-webkit-transform: scale(1);
		transform: scale(1);
		
		opacity: 1;
	}
	to {
		-webkit-transform: scale(0.95);
		transform: scale(0.95);
		
		opacity: 0;
		
		-webkit-filter: blur(0);
		filter: blur(0);
	}
}

@keyframes remodal-closing-keyframes {
	from {
		-webkit-transform: scale(1);
		transform: scale(1);
		
		opacity: 1;
	}
	to {
		-webkit-transform: scale(0.95);
		transform: scale(0.95);
		
		opacity: 0;
		
		-webkit-filter: blur(0);
		filter: blur(0);
	}
}

@-webkit-keyframes remodal-overlay-opening-keyframes {
	from {
		opacity: 0;
	}
	to {
		opacity: 1;
	}
}

@keyframes remodal-overlay-opening-keyframes {
	from {
		opacity: 0;
	}
	to {
		opacity: 1;
	}
}

@-webkit-keyframes remodal-overlay-closing-keyframes {
	from {
		opacity: 1;
	}
	to {
		opacity: 0;
	}
}

@keyframes remodal-overlay-closing-keyframes {
	from {
		opacity: 1;
	}
	to {
		opacity: 0;
	}
}

/* IE8
   ========================================================================== */

.lt-ie9 .remodal-overlay {
	background: #2b2e38;
}

.lt-ie9 .remodal {
	width: 700px;
}

html,
body {
	font-family: 'Discovery', sans-serif;
	font-weight: 500;
}

@media (max-width: 630px) {
	body {
		/*background-color: #292c33;*/
		background-color: transparent;
	} 
}

body.header__active {
	overflow: hidden !important;
	height: 100%;
	position: fixed;
}

body.header__active main,
body.header__active footer {
	-webkit-transform: translateX(-80vw);
	-ms-transform: translateX(-80vw);
	transform: translateX(-80vw);
}

body .site-wrap {
	overflow: hidden;
}

.site-wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	min-height: 100vh;
}

img {
	height: auto;
	max-width: 100%;
}

main {
	background-color: #fff;
}

main,
footer {
	-webkit-transition: all 0.2s;
	-o-transition: all 0.2s;
	transition: all 0.2s;
}

.hidden {
	display: none;
}

.svg {
	-webkit-transition: all 0.2s;
	-o-transition: all 0.2s;
	transition: all 0.2s;
}

.svg--white {
	fill: #fff;
}

.svg--gray {
	fill: #f0f0f0 !important;
}

.svg--blue {
	fill: #74a2cc !important;
}

.svg--orange {
	fill: #ef6f14 !important;
}

.svg--cyan {
	fill: #6bbbc1 !important;
}

.svg--pink {
	fill: #ef8891 !important;
}

.svg--green {
	fill: #7b8e4f !important;
}

.svg--cyan_dark {
	fill: #379384 !important;
}

.svg--violet {
	fill: #a880a2 !important;
}

.svg--darkpink {
	fill: #c24b7e !important;
}

.svg--darkgray {
	fill: #4f4f4f !important;
}

.svg--btn {
	position: absolute;
	width: 100%;
	z-index: -1;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	-webkit-transition: all 0.2s;
	-o-transition: all 0.2s;
	transition: all 0.2s;
}

.svg--sc-mail rect {
	stroke: #393939;
}

.svg--sc-mail path {
	fill: #393939;
}

.svg--sc-mail:hover {
	fill: #f69100;
	stroke: #f69100;
}

.svg--sc-whatsapp:hover {
	fill: #0b990f !important;
}

.svg--sc-pinteres:hover {
	fill: #bb0907 !important;
}

.svg--sc-google:hover {
	fill: #df0404 !important;
}

.svg--sc-google:hover .hover-stroke {
	stroke: #df0404 !important;
}

.svg--sc-facebook:hover {
	fill: #0164c2 !important;
}

.svg--title {
	position: absolute;
	z-index: -1;
	top: 0;
	left: 0;
	fill: #c24b7e;
	width: 100%;
	height: 100%;
}

.svg--sound {
	width: 29px;
	height: 26px;
	fill: #fff;
}

.video:after {
	content: '';
	display: block;
	position: absolute;
	top: 40%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	width: 65px;
	height: 65px;
	background-image: url("../img/svg/play_video_icon.svg");
	pointer-events: none;
}

.container {
	max-width: 1320px;
	padding: 0 15px;
	margin: 0 auto;
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	/* height: 100%; */
	z-index: 2;
}

@media (max-width: 630px) {
	.container {
		padding: 0 3.125vw;
	}
}

.container--breadcrumbs {
	max-width: 1848px;
}

@media (max-width: 630px) {
	.container--breadcrumbs {
		padding: 0 2.8125vw;
	}
}

.container--wide {
	max-width: 1820px;
}

@media (max-width: 630px) {
	.container--wide {
		padding: 0 2.8125vw;
	}
}

.container--header {
	max-width: 1820px;
}

@media (max-width: 630px) {
	.container--header {
		padding: 0 3.125vw;
	}
}

.container--header-inner {
	max-width: 1850px;
}

@media (max-width: 630px) {
	.container--header-inner {
		padding: 0 3.125vw;
	}
}

.container--inner {
	max-width: 1590px;
	padding-top: 50px;
}

@media (max-width: 630px) {
	.container--inner {
		padding: 0 3.125vw;
	}
	
	.container--inner .aside--start {
		-webkit-box-ordinal-group: 3;
		-ms-flex-order: 2;
		order: 2;
	}
}

.container--slider {
	max-width: 1490px;
}

@media (max-width: 630px) {
	.container--slider {
		padding: 0;
	}
}

.title {
	font-size: 44px;
	font-weight: 600;
	width: 100%;
	color: #393939;
	text-align: center;
	position: relative;
	z-index: 2;
}

@media (max-width: 998px) {
	.title {
		font-size: 35px;
	}
}

@media (max-width: 630px) {
	.title {
		font-size: 6.25vw;
	}
}

.title--medium {
	font-size: 35px;
}

@media (max-width: 630px) {
	.title--medium {
		font-size: 6.25vw;
	}
}

.title__icon {
	width: 106px;
	position: absolute;
	top: 0;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
}

@media (max-width: 630px) {
	.title__icon {
		width: 15.9375vw;
	}
}

.title--icon {
	position: relative;
	font-size: 35px;
}

@media (max-width: 630px) {
	.title--icon {
		font-size: 6.25vw;
	}
}

.title--icon .line {
	top: 30%;
}

.title--small {
	font-size: 35px;
}

@media (max-width: 630px) {
	.title--small {
		font-size: 6.25vw;
	}
}

.h2 {
	display: inline-block;
	background-color: #fff;
	margin: 0 auto;
	padding: 0 30px;
	letter-spacing: 0.01em;
}

@media (max-width: 630px) {
	.h2 {
		padding: 0 1.5625vw;
	}
}

.h2--gray {
	background-color: #f1f1f1;
}

.h2--pink {
	color: #c24a7d;
}

.h2--green {
	color: #7b8e4f;
}

.h2--state {
	font-size: 55px;
	padding: 0;
	text-align: right;
	font-weight: 700;
}

@media (max-width: 998px) {
	.h2--state {
		font-size: 40px;
	}
}

@media (max-width: 630px) {
	.h2--state {
		font-size: 7.8125vw;
		letter-spacing: -0.01em;
	}
}

.h2--icon {
	padding-top: 63px;
}

@media (max-width: 630px) {
	.h2--icon {
		font-size: 6.5625vw;
		padding-top: 8.4375vw;
	}
}

.line {
	display: block;
	background-color: #393939;
	height: 1px;
	width: 100%;
	position: absolute;
	top: 50%;
	left: 0;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	z-index: -1;
}

.line--wide {
	position: static;
	height: 2px;
	margin: 15px 0;
}

@media (max-width: 630px) {
	.line--wide {
		margin: 3.125vw 0;
	}
}

@media (max-width: 630px) {
	.line {
		height: 2px;
	}
}

strong {
	font-weight: 600;
}

.js-img {
	position: relative;
	overflow: hidden;
}

.js-img > img {
	width: 100%;
	height: 100%;
	display: block;
	object-fit: cover;
	object-position: center center;
}

.border {
	border: 4px solid;
}

@media (max-width: 630px) {
	.border {
		border: 2px solid;
	}
}

.border--pink {
	border-color: #c24a7d;
}

.border--green {
	border-color: #7b8e4f;
}

.border .title {
	-webkit-transform: translateY(-60%);
	-ms-transform: translateY(-60%);
	transform: translateY(-60%);
}

.section {
	background-color: #fff;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: 50% 50%;
	height: inherit;
}

.section--grey,
.section--gray {
	background-color: #f1f1f1;
}

.section--category {
	padding: 34px 0 67px;
}

@media (max-width: 630px) {
	.section--category {
		padding: 4.0625vw 0 7.8125vw;
	}
	
	.section--category .title {
		font-size: 6.5625vw;
	}
}

.section--slider {
	padding: 68px 0;
}

@media (max-width: 998px) {
	.section--slider {
		padding: 40px 0;
	}
}

@media (max-width: 630px) {
	.section--slider {
		padding: 4.0625vw 0 6.25vw;
	}
}

.section--slider-recommended {
	padding: 68px 0 85px;
}

@media (max-width: 998px) {
	.section--slider-recommended {
		padding: 45px 0 60px;
	}
}

@media (max-width: 630px) {
	.section--slider-recommended {
		padding: 6.25vw 0 4.6875vw;
	}
}

.section--recommended {
	padding: 60px 0 83px;
}

@media (max-width: 998px) {
	.section--recommended {
		padding: 40px 0 60px;
	}
}

@media (max-width: 630px) {
	.section--recommended {
		padding: 7.8125vw 0 6.25vw;
	}
}

.section--testimonial {
	padding: 110px 0 135px;
}

@media (max-width: 998px) {
	.section--testimonial {
		padding: 70px 0 90px;
	}
}

@media (max-width: 630px) {
	.section--testimonial {
		padding: 6.25vw 0 9.375vw;
	}
}

.section--newsletter {
	padding: 75px 0 72px;
}

@media (max-width: 998px) {
	.section--newsletter {
		padding: 50px 0;
	}
}

@media (max-width: 630px) {
	.section--newsletter {
		padding: 6.25vw 0 9.375vw;
	}
}

.section--share {
	padding: 134px 0 90px;
}

@media (max-width: 998px) {
	.section--share {
		padding: 85px 0 50px;
	}
}

@media (max-width: 630px) {
	.section--share {
		padding: 10.9375vw 0 12.5vw;
	}
}

.section--share-matcon {
	padding: 75px 0 60px;
}

@media (max-width: 998px) {
	.section--share-matcon {
		padding: 85px 0 30px;
	}
}

@media (max-width: 630px) {
	.section--share-matcon {
		padding: 10.9375vw 0 6.25vw;
	}
}

.section--share-post {
	padding: 62px 0 56px;
}

@media (max-width: 998px) {
	.section--share-post {
		padding: 45px 0 40px;
	}
}

@media (max-width: 630px) {
	.section--share-post {
		padding: 10.9375vw 0 12.5vw;
	}
}

.section--contact {
	padding: 82px 0 71px;
}

@media (max-width: 998px) {
	.section--contact {
		padding: 60px 0 55px;
	}
}

@media (max-width: 630px) {
	.section--contact {
		padding: 7.8125vw 0 6.875vw;
	}
}

.section--breadcrumbs {
	padding: 8px 0 15px;
}

@media (max-width: 630px) {
	.section--breadcrumbs {
		padding: 4.0625vw 0 3.125vw;
	}
}

.section--guides {
	margin: 45px 0 0 0 !important;
	padding-bottom: 40px;
}

@media (max-width: 998px) {
	.section--guides {
		margin: 35px 0 0 0 !important;
		padding-bottom: 30px;
	}
}

@media (max-width: 630px) {
	.section--guides {
		width: 100%;
		margin: 15.625vw 0 0 0 !important;
		padding-bottom: 6.25vw;
	}
}

.section--info {
	padding: 25px 0 70px;
}

@media (max-width: 998px) {
	.section--info {
		padding: 25px 0 50px;
	}
}

@media (max-width: 630px) {
	.section--info {
		padding: 3.125vw 0 6.25vw;
	}
}

.section--categories {
	padding: 19px 0 95px;
}

@media (max-width: 998px) {
	.section--categories {
		padding: 15px 0 60px;
	}
}

@media (max-width: 630px) {
	.section--categories {
		padding: 0 0 6.25vw;
	}
}

.section--blocks {
	padding: 115px 0 90px;
}

.section--blocks-bottom-carousel {
    padding: 20px 0 20px;
}

@media (max-width: 998px) {
	.section--blocks {
		padding: 75px 0 50px;
	}
}

@media (max-width: 630px) {
	.section--blocks {
		padding: 7.8125vw 0 7.8125vw;
	}
	
	.section--blocks .container {
		/*padding: 0;*/
	}
	
	.container .container {
		padding: 0;
		height: auto;
	}
}

.section--comments {
	padding: 20px 0 30px;
}

@media (max-width: 998px) {
	.section--comments {
		padding: 20px 0 0;
	}
}

@media (max-width: 630px) {
	.section--comments {
		padding: 6.25vw 0 4.0625vw;
	}
	
	.section--comments .container {
		padding: 0;
	}
}

.section--outsidemenu {
	padding: 10px 0;
}

@media (max-width: 630px) {
	.section--outsidemenu {
		padding: 2.1875vw 0;
		border-bottom: 1px solid #000;
	}
}

@media (min-width: 631px) {
	.show-sm {
		display: none !important;
	}
}

@media (max-width: 630px) {
	.hide-sm {
		display: none !important;
	}
}

@media (min-width: 993px) {
	.show-md {
		display: none !important;
	}
}

@media (max-width: 992px) {
	.hide-md {
		display: none !important;
	}
}

@media (min-width: 1201px) {
	.show-lg {
		display: none !important;
	}
}

@media (max-width: 1200px) {
	.hide-lg {
		display: none !important;
	}
}

.border {
	width: 100%;
}

.ul--breadcrumbs {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	color: #393939;
	font-size: 20px;
}

@media (max-width: 630px) {
	.ul--breadcrumbs {
		font-size: 4.375vw;
	}
}

.breadcrumbs__item {
	margin: 0 10px;
	font-size: 20px;
}

@media (max-width: 630px) {
	.breadcrumbs__item {
		font-size: 4.375vw;
		margin: 0 1.9375vw;
	}
}

.breadcrumbs__item a {
	color: #393939;
	text-decoration: underline;
}

.breadcrumbs__item a:hover {
	color: #ffba00;
	text-decoration: none;
}

.breadcrumbs__item span {
	color: #c24b7f;
}

.content {
	padding: 0 40px;
	width: 10%;
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
}

.content--madrich {
	padding-bottom: 30px;
}

@media (max-width: 998px) {
	.content {
		width: 100%;
		padding: 0;
	}
	
	.content--madrich {
		padding-bottom: 4vw;
	}
}

.tabs--slider .ui-widget-content[aria-hidden="true"] {
	display: block !important;
	height: 0;
	visibility: hidden;
	overflow: hidden;
}

.tabs--slider .ui-widget-content[aria-hidden="false"] {
	display: block !important;
	height: auto;
}

.sr-only {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	border: none;
}

.tabs__list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	font-size: 25px;
	margin-bottom: 25px;
	margin-top: 12px;
	width: 100%;
	letter-spacing: -0.03em;
}

@media (max-width: 630px) {
	.tabs__list {
		font-size: 5vw;
		margin-bottom: 4.6875vw;
	}
}

.tabs__list--comments {
	margin-top: 28px;
}

@media (max-width: 630px) {
	.tabs__list--comments {
		margin-top: 3.125vw;
	}
}

@media (max-width: 630px) {
	.tabs__list.guides__list {
		font-size: 5.3125vw;
	}
}

.tabs__list.guides__list a:hover {
	color: inherit;
	text-decoration: underline;
}

.tabs__list.guides__list .ui-tabs-active a:hover {
	color: #c24b7e;
}

.tabs__list a {
	color: #393939;
}

.tabs__list a:hover {
	color: #c24b7e;
}

.tabs__list li {
	position: relative;
	padding: 0 20px;
}

@media (max-width: 630px) {
	.tabs__list li {
		padding: 0 2.1875vw;
	}
	
	.tabs__list li:first-child {
		padding-right: 0;
	}
	
	.tabs__list li:last-child {
		padding-left: 0;
	}
}

.tabs__list li:not(:first-child):before {
	content: '|';
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	right: 0;
	color: #393939;
	font-size: 25px;
}

@media (max-width: 630px) {
	.tabs__list li:not(:first-child):before {
		font-size: 4.375vw;
	}
}

.tabs__list li.ui-tabs-active {
	font-weight: 700;
}

.tabs__list li.ui-tabs-active a {
	color: #c24b7e;
	text-decoration: none;
	text-align: center;
}

.js-new-comment {
	display: none;
}

.timer {
	display: inline-block;
	font-size: 25px;
	line-height: 35px;
	text-align: center;
	margin-top: 15px;
	min-width: 280px;
	width: auto;
}

@media (max-width: 630px) {
	.timer {
		min-width: 53.125vw;
		width: auto;
		font-size: 4.375vw;
		margin-top: 1.9375vw;
	}
}

.timer__btn {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	background-color: #7b8d4f;
	background-image: url("../img/svg/timer_button.svg");
	background-position: right 3px center;
	background-repeat: no-repeat;
	color: #fff;
	cursor: pointer;
	font-size: 25px;
	line-height: 1.2em;
	padding: 8px 55px 8px 15px;
	text-align: right;
	width: 100%;
}

@media (max-width: 992px) {
	.timer__btn {
		font-size: 5vw;
		font-weight: 700;
		background-size: 18.75vw;
		padding: 1.25vw 12.5vw 1.25vw 1.5625vw;
	}
}

.timer__btn:hover {
	background-color: #6f7f47;
}

.timer__body {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	background-color: #7b8d4f;
	color: #fff;
	display: none;
	padding: 7px 20px;
	position: relative;
}

@media (max-width: 630px) {
	.timer__body {
		padding: 1.5625vw 4.6875vw;
	}
}

.timer__pause-btn {
	cursor: pointer;
	display: block;
	height: 22px;
	position: relative;
	width: 22px;
}

.timer__pause-btn:before,
.timer__pause-btn:after {
	background-color: #fff;
	content: '';
	display: block;
	height: 100%;
	position: absolute;
	top: 0;
	width: 9px;
}

.timer__pause-btn:before {
	left: 0;
}

.timer__pause-btn:after {
	right: 0;
}

.timer__pause-btn:hover {
	opacity: 0.8;
}

.timer__pause-btn.paused:before {
	background-color: transparent;
	border-color: transparent transparent transparent #fff;
	border-style: solid;
	border-width: 11px 0 11px 22px;
	height: 0;
	width: 0;
}

.timer__pause-btn.paused:after {
	display: none;
}

@media (max-width: 630px) {
	.timer__title {
		font-size: 4.6875vw;
	}
}

.timer__close-btn {
	cursor: pointer;
	font-size: 47px;
	line-height: 1;
	position: absolute;
	right: 7px;
	top: -4px;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}

.timer__close-btn:hover {
	opacity: 0.8;
}

.timer__counter {
	font-size: 35px;
	line-height: 32px;
}

@media (max-width: 630px) {
	.timer__counter {
		font-size: 6.25vw;
		line-height: inherit;
	}
}

.timer.paused .timer__counter {
	-webkit-animation: blink 1s infinite;
	animation: blink 1s infinite;
	color: #ff5;
}

.timer__nav {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	padding: 12px 0 6px;
}

.timer__timeline {
	background-color: #fff;
	height: 4px;
	margin-top: 11px;
	width: 100%;
}

@media (max-width: 630px) {
	.timer__timeline {
		margin-top: 1.5625vw;
	}
}

.timer__timeline-bar {
	background-color: #393939;
	display: block;
	height: 100%;
	margin-right: auto;
	width: 0;
}

.timer.paused .timer__timeline-bar {
	background-color: #aa4;
}

.timer__mute .svg--unmuted {
	display: none;
}

.timer__mute .svg--muted {
	display: inline-block;
}

.timer__mute.active .svg--unmuted {
	display: inline-block;
}

.timer__mute.active .svg--muted {
	display: none;
}

.share {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	width: 100%;
	padding: 35px 0 67px;
}

@media (max-width: 998px) {
	.share {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}
}

@media (max-width: 630px) {
	.share {
		padding: 1.71875vw 0 3.125vw;
	}
}

.share__item {
	max-width: 200px;
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	position: relative;
}

@media (max-width: 998px) {
	.share__item {
		max-width: 31%;
		margin-top: 2.1875vw;
	}
}

@media (min-width: 631px) {
	.share__item.rised .share__img,
	.share__item:hover .share__img,
	.share__item:focus .share__img {
		opacity: 0;
		visibility: hidden;
	}
	
	.share__item.rised .share__img--hover,
	.share__item:hover .share__img--hover,
	.share__item:focus .share__img--hover {
		opacity: 1;
		visibility: visible;
	}
}

@media (max-width: 630px) {
	.share__item.rised .share__img,
	.share__item .share__img {
		opacity: 0;
		visibility: hidden;
	}
	
	.share__item .share__img--hover {
		opacity: 1;
		visibility: visible;
	}
	
	.share__item.rised .share__img--hover,
	.share__item:hover .share__img,
	.share__item:focus .share__img {
		opacity: 1;
		visibility: visible;
	}
	
	.share__item:hover .share__img--hover,
	.share__item:focus .share__img--hover {
		opacity: 0;
		visibility: hidden;
	}

	a.share__item.share__item--small:nth-child(3) {
		display: none !important;
	}
}

.share__item--small {
	max-width: 105px;
}

@media (max-width: 998px) {
	.share__item--small {
		max-width: 33%;
	}
}

.share__item--modal {
	max-width: 95px;
	min-width: 95px;
}

@media (max-width: 630px) {
	.share__item--modal {
		max-width: 33%;
		min-width: 33%;
	}
}

.share__item--gallery {
	min-width: 50px;
	max-width: 50px;
	margin-right: 25px;
	margin-top: 0;
}

.share__item--gallery:hover .share__title,
.share__item--gallery:focus .share__title {
	opacity: 1;
	visibility: visible;
}

@media (max-width: 630px) {
	.share__item--gallery {
		min-width: inherit;
		max-width: inherit;
		width: auto;
		margin: 0;
	}
	a.share__item.share__item--gallery[data-remodal-target="print_settings"] {
		display: none;
	}
	
	.share__item--gallery .share__img {
		opacity: 1;
		visibility: visible;
	}
	
	.share__item--gallery .share__img--hover {
		opacity: 0;
		visibility: hidden;
	}
	
	.share__item--gallery:hover .share__img,
	.share__item--gallery:focus .share__img {
		opacity: 0;
		visibility: hidden;
	}
	
	.share__item--gallery:hover .share__img--hover,
	.share__item--gallery:focus .share__img--hover {
		opacity: 1;
		visibility: visible;
	}
}

.share__item--like .share__img--check {
	display: none !important;
}

.share__item--like.active .share__img {
	display: none !important;
}

.share__item--like.active .share__img--hover {
	display: none !important;
}

.share__item--like.active:hover .share__img,
.share__item--like.active:focus .share__img,
.share__item--like.active:active .share__img {
	display: none !important;
}

.share__item--like.active:hover .share__img--hover,
.share__item--like.active:focus .share__img--hover,
.share__item--like.active:active .share__img--hover {
	display: none !important;
}

.share__item--like.active:hover .share__img--check,
.share__item--like.active:focus .share__img--check,
.share__item--like.active:active .share__img--check {
	display: block !important;
	opacity: 1;
	visibility: visible;
}

.share__item--like.active .share__img--check {
	display: block !important;
}

.share__img_wrap {
	height: 70px;
	width: auto;
	position: relative;
}

@media (max-width: 630px) {
	.share__img_wrap {
		height: 10vw;
	}
}

.share__img_wrap--small {
	height: 35px;
}

@media (max-width: 630px) {
	.share__img_wrap {
		height: 8.75vw;
	}
}

.share__img_wrap--gallery {
	height: 36px;
	width: auto;
}

@media (max-width: 630px) {
	.share__img_wrap--gallery {
		height: 8.125vw;
	}
}

.share__img_wrap--modal {
	height: 37px;
}

@media (max-width: 630px) {
	.share__img_wrap--modal {
		height: 8.125vw;
	}
}

.share__img {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	height: 100%;
	-webkit-transition: all 0.2s;
	-o-transition: all 0.2s;
	transition: all 0.2s;
}

.share__img--hover {
	opacity: 0;
	visibility: hidden;
}

.share__title {
	margin-top: 15px;
	font-size: 30px;
	color: #393939;
	text-align: center;
	font-weight: 600;
}

@media (max-width: 630px) {
	.share__title {
		font-size: 4.375vw;
		margin-top: 2.5vw;
	}
}

.share__title--small {
	font-size: 17px;
	margin-top: 10px;
}

@media (max-width: 630px) {
	.share__title--small {
		font-size: 3.75vw;
	}
}

.share__title--hover {
	font-size: 18px;
	color: #fff;
	padding: 8px 15px 10px;
	position: absolute;
	z-index: 9;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	bottom: calc(100% + 10px);
	margin: 0;
	white-space: nowrap;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: all 0.2s;
	-o-transition: all 0.2s;
	transition: all 0.2s;
	margin-bottom: 9px;
}

.share__title--hover:after {
	content: '';
	border: 6px solid transparent;
	border-top: 5px solid #c24b7e;
	background-color: transparent;
	position: absolute;
	bottom: -11px;
	left: 50%;
	-webkit-transform: translate(-50%);
	-ms-transform: translate(-50%);
	transform: translate(-50%);
}

@media (max-width: 630px) {
	.share__title--hover {
		position: static;
		-webkit-transform: none;
		-ms-transform: none;
		transform: none;
		color: #000;
		bottom: auto;
		left: auto;
		opacity: 1;
		visibility: visible;
		font-size: 3.75vw;
		padding: 0;
		margin-top: 2.5vw;
	}
	
	.share__title--hover:after {
		content: none;
	}
	
	.share__title--hover svg {
		display: none;
	}
}

.share__title--modal {
	font-size: 20px;
	font-weight: 700;
	width: 100%;
	margin: 0;
}

@media (max-width: 630px) {
	.share__title--modal {
		font-size: 5.625vw;
	}
}

.share__container {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin-top: 20px;
}

@media (max-width: 630px) {
	.share__container {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		width: 100%;
	}
}

.share--gallery {
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	padding: 10px 0;
}

@media (max-width: 630px) {
	.share--gallery {
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
		padding: 3.125vw 0;
	}
}

.share--post {
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	padding: 10px 19px 42px;
}

.share--modal {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	width: inherit;
	border: 5px solid #393939;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	padding: 12px 15px 20px;
	max-width: 540px;
}

@media (max-width: 630px) {
	.share--modal {
		max-width: 100%;
	}
}

.outside_menu {
	width: 100%;
}

.outside_menu__list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	width: 100%;
}

@media (max-width: 998px) {
	.outside_menu__list {
		font-size: 20px;
	}
}

@media (max-width: 630px) {
	.outside_menu__list {
		font-size: 4.6875vw;
	}
}

.outside_menu__item:not(:first-child) .outside_menu__link:before {
	content: ' | ';
	font-size: 4.6875vw;
	margin: 0 5px;
	color: #292c33;
	font-weight: 700;
	display: inline-block;
}

@media (max-width: 998px) {
	.outside_menu__item:not(:first-child) .outside_menu__link:before {
		font-size: 20px;
	}
}

@media (max-width: 630px) {
	.outside_menu__item:not(:first-child) .outside_menu__link:before {
		font-size: 4.6875vw;
	}
}

.outside_menu__link {
	color: #292c33;
	font-weight: 700;
	display: inline-block;
}

.outside_menu__link:hover {
	color: #c24a7d;
}

.remodal--search {
	background-color: #f1f1f1;
	border: 1px solid #404040;
}

@media (max-width: 630px) {
	.remodal--search {
		padding: 15.625vw 4.6875vw 3.125vw;
	}
}

@-moz-keyframes blink {
	0% {
		opacity: 0;
	}
	49% {
		opacity: 0;
	}
	50% {
		opacity: 1;
	}
}

@-webkit-keyframes blink {
	0% {
		opacity: 0;
	}
	49% {
		opacity: 0;
	}
	50% {
		opacity: 1;
	}
}

@-o-keyframes blink {
	0% {
		opacity: 0;
	}
	49% {
		opacity: 0;
	}
	50% {
		opacity: 1;
	}
}

@keyframes blink {
	0% {
		opacity: 0;
	}
	49% {
		opacity: 0;
	}
	50% {
		opacity: 1;
	}
}

html[dir=rtl] .slider {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

html[dir=rtl] .slider .slick-prev {
	right: 0;
	background: url("../img/svg/arrow_right_new.svg");
	background-size: cover;
	background-repeat: no-repeat;
	width: 44px;
	height: 54px;
}

html[dir=rtl] .slider .slick-prev:hover {
	background: url("../img/svg/arrow_right_new_hov.svg");
	background-size: cover;
	background-repeat: no-repeat;
}

html[dir=rtl] .slider .slick-next {
	left: 0;
	background: url("../img/svg/arrow_left_new.svg");
	background-size: cover;
	background-repeat: no-repeat;
	width: 44px;
	height: 54px;
}

html[dir=rtl] .slider .slick-next:hover {
	background: url("../img/svg/arrow_left_new_hov.svg");
	background-size: cover;
	background-repeat: no-repeat;
}

html[dir=rtl] .slider--new {
	margin-top: 96px;
	padding: 0 80px;
}

html[dir=rtl] .slider--new .slick-prev,
html[dir=rtl] .slider--new .slick-next {
	top: 40%;
}

@media (max-width: 630px) {
	html[dir=rtl] .slider--new {
		padding: 0;
		overflow-x: auto;
		margin-top: 3vw;
	}
}

html[dir=rtl] .slider--guides {
	padding: 0 20px;
}

html[dir=rtl] .slider--guides .slick-prev,
html[dir=rtl] .slider--guides .slick-next {
	top: calc(50% - 20px);
	width: 22px;
	height: 28px;
}

@media (max-width: 630px) {
	html[dir=rtl] .slider--guides {
		padding: 0;
		overflow-x: auto;
	}
}

html[dir=rtl] .slider--post {
	width: 100%;
	position: relative;
	height: 100%;
}

html[dir=rtl] .slider--resipe,
html[dir=rtl] .slider--post {
	display: block;
}

html[dir=rtl] .slider--resipe .slick-dots li,
html[dir=rtl] .slider--post .slick-dots li {
	margin: 0 4px;
}

html[dir=rtl] .slider--resipe .slick-dots li.slick-active button:before,
html[dir=rtl] .slider--post .slick-dots li.slick-active button:before {
	background-color: #000;
}

html[dir=rtl] .slider--resipe .slick-dots li button:before,
html[dir=rtl] .slider--post .slick-dots li button:before {
	background-color: #fff;
	border: 1px solid #000;
}

html[dir=rtl] .slider--resipes {
	display: block;
	height: 100%;
	width: 100%;
}

.slide {
	width: 25%;
	-webkit-box-align: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	position: relative;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	padding-top: 14px;
}

.slide__bg--new {
	position: absolute;
	pointer-events: none;
	top: 8px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	z-index: 2;
	height: 295px;
	width: 295px;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}

@media (max-width: 1400px) {
	.slide__bg--new {
		width: 175px;
		height: 175px;
		top: 11px;
	}
}

@media (max-width: 630px) {
	.slide__bg--new {
		height: 36.875vw;
		width: 36.875vw;
		top: 3.4375vw;
	}
}

.slide__image-wrap {
	width: 100%;
	height: 100%;
}

.slide__image-wrap--new {
	overflow: hidden;
	border-radius: 50%;
	width: 273px;
	height: 273px;
	margin: 0 auto;
}

@media (max-width: 1400px) {
	.slide__image-wrap--new {
		width: 170px;
		height: 170px;
	}
}

@media (max-width: 630px) {
	.slide__image-wrap--new {
		width: 35.3125vw;
		height: 35.3125vw;
	}
}

.slide__image-wrap--guide {
	height: 189px;
	width: 100%;
}

@media (max-width: 630px) {
	.slide__image-wrap--guide {
		height: 29.6875vw;
	}
}

.slide__image--gallery {
	height: 100%;
	left: 0;
	opacity: 0;
	position: absolute;
	top: 0;
	visibility: hidden;
	width: 100%;
}

.slide__image--new {
	border-radius: 50%;
}

.slide__title--new {
	font-size: 30px;
	margin-top: 31px;
	color: #393939;
	text-align: center;
}

@media (max-width: 1400px) {
	.slide__title--new {
		font-size: 25px;
	}
}

@media (max-width: 630px) {
	.slide__title--new {
		font-size: 5.3125vw;
		margin-top: 2.8125vw;
	}
}

.slide__title--caption {
	position: absolute;
	bottom: 38px;
	left: 35px;
	background-color: rgba(255, 255, 255, 0.7);
	font-size: 20px;
	color: #000;
	text-align: center;
	padding: 8px 10px 10px;
}

@media (max-width: 998px) {
	.slide__title--caption {
		bottom: 90px;
		left: 20px;
	}
}

@media (max-width: 630px) {
	.slide__title--caption {
		display: none;
	}
}

.slide__title--guide {
	text-align: center;
	font-size: 25px;
	color: #393939;
	margin-top: 4px;
}

@media (max-width: 630px) {
	.slide__title--guide {
		font-size: 5.3125vw;
		margin-top: 1vw;
	}
}

.slide--new:hover {
	opacity: 0.5;
}

@media (max-width: 630px) {
	.slide--new {
		padding-top: 4.375vw;
		margin: 0 3.125vw;
		width: 35.3125vw;
	}
}

.slide--guide {
	padding: 0 10px;
}

.slide--guide:hover {
	opacity: 0.5;
}

@media (max-width: 630px) {
	.slide--guide {
		min-width: 44.6875vw;
		width: 44.6875vw;
		padding: 0;
		margin: 0 1.40625vw;
	}
}

.slide--post {
	background-repeat: no-repeat;
	background-size: cover;
	background-position: 50% 50%;
	height: 100%;
	width: 100%;
	position: relative;
}

.slide--resipes {
	height: 768px;
	position: relative;
}

.slide--resipes img {
	position: absolute;
	height: 100%;
	min-width: 100%;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.banner-slider {
	display: block;
	height: 100%;
	overflow: hidden;
}

.banner-slider .slick-list,
.banner-slider .slick-track {
	height: 100%;
}

.banner-slider__slide-contain {
	position: relative;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: 50% 50%;
	height: 100%;
}

.banner-slider__slide-contain iframe {
	width: 100%;
	height: 100%;
}

.banner-slider__slide-img {
	height: auto;
	width: 100%;
}

@media (min-width: 631px) {
	.banner-slider__slide-img {
		height: 100%;
		left: 0;
		opacity: 0;
		position: absolute;
		top: 0;
		width: 100%;
	}
	
	.banner-slider__slide-contain {
		min-height: 39.6vw;
	}
}

.banner-slider__caption {
	background-color: rgba(255, 255, 255, 0.7);
	bottom: 120px;
	color: #000;
	display: none;
	font-size: 20px;
	left: 63px;
	padding: 6px 10px 9px 15px;
	position: absolute;
	text-align: center;
}

@media (min-width: 631px) {
	.banner-slider__caption {
		display: block;
	}
}

@media (min-width: 1600px) {
	.banner-slider__caption {
		bottom: 36px;
	}
}

.banner-slider__pagination {
	bottom: 5.3125vw;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	left: 50%;
	margin: 0 -0.3125vw;
	position: absolute;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
}

.banner-slider__pagination li:only-child {
	display: none !important;
}

@media (min-width: 631px) {
	.banner-slider__pagination {
		bottom: 39px;
		margin: 0 -5px;
		max-width: 200px;
	}
}

.banner-slider__pagination li {
	padding: 0.3125vw;
}

@media (min-width: 631px) {
	.banner-slider__pagination li {
		padding: 5px;
	}
}

.banner-slider__pagination li button {
	background-color: #fff;
	border: 0.3125vw solid #000;
	border-radius: 2.8125vw;
	display: block;
	font-size: 0;
	height: 2.8125vw;
	line-height: 0;
	padding: 0;
	-webkit-transition: background-color 0.2s ease;
	-o-transition: background-color 0.2s ease;
	transition: background-color 0.2s ease;
	width: 2.8125vw;
}

@media (min-width: 631px) {
	.banner-slider__pagination li button {
		border: 2px solid #000;
		border-radius: 25px;
		height: 25px;
		width: 25px;
	}
}

.banner-slider__pagination li.slick-active button,
.banner-slider__pagination li button:hover {
	background-color: #000;
}

.header {
	background-color: #f1f1f1;
	position: relative;
	z-index: 99;
	background-repeat: no-repeat;
}

@media (max-width: 992px) {
	.header {
		padding-bottom: 15.3125vw;
		background-color: transparent;
		-webkit-transition: all 0.2s;
		-o-transition: all 0.2s;
		transition: all 0.2s;
	}
}

.header_mob_search {
	display: none;
	background-color: #f1f1f1;
	border: 1px solid #404040;
	position: fixed;
	/*top: 18.75vw;*/
	/*width: 89vw;*/
	/*left: 50%;*/
	/*-webkit-transform: translateX(-50%);*/
	/*-ms-transform: translateX(-50%);*/
	/*transform: translateX(-50%);*/
	/*max-height: calc(100vh - 20vw);*/
	top: 70px;
	left: 20px;
	right: 20px;
	width: auto;
	max-height: calc(100vh - 140px);
	padding: 60px 35px 35px;
	overflow: auto;
}

@media (max-width: 630px) {
	.header_mob_search {
		padding: 9.375vw 4.6875vw 3.125vw;
	}
}

.header_mob_search__close {
	position: absolute;
	top: 20px;
	z-index: 9;
	left: 35px;
	display: block;
	overflow: visible;
	margin: 0;
	padding: 0;
	cursor: pointer;
	-webkit-transition: color 0.2s;
	-o-transition: color 0.2s;
	transition: color 0.2s;
	text-decoration: none;
	color: #393939;
	border: 0;
	outline: 0;
	width: 30px;
	height: 30px;
	background: transparent;
}

@media (max-width: 630px) {
	.header_mob_search__close {
		top: 3.125vw;
		left: 3.125vw;
		width: 7vw;
		height: 7vw;
	}
}

.header_mob_search__close:before {
	font-size: 60px;
	font-weight: 500;
	top: 0;
	left: 0;
	width: 30px;
	height: 30px;
	line-height: 0.5;
	font-family: 'Discovery', Arial, "Helvetica CY", "Nimbus Sans L", sans-serif !important;
	position: absolute;
	display: block;
	content: "\00d7";
	text-align: center;
}

@media (max-width: 630px) {
	.header_mob_search__close:before {
		width: 7vw;
		height: 7vw;
		font-size: 13vw;
		line-height: 6vw;
	}
}

@media (max-width: 992px) {
	.header__expand {
		width: 7.8125vw;
		height: 5.625vw;
		position: relative;
		z-index: 999;
		cursor: pointer;
	}
	
	.header__expand-span {
		width: 7.8125vw;
		height: 0.9375vw;
		position: absolute;
		top: 50%;
		left: 50%;
		-webkit-transform: translate(-50%, -50%);
		-ms-transform: translate(-50%, -50%);
		transform: translate(-50%, -50%);
		background-color: #fff;
		display: block;
	}
	
	.header__expand-span:before,
	.header__expand-span:after {
		content: '';
		position: absolute;
		width: 7.8125vw;
		height: 0.9375vw;
		display: block;
		left: 50%;
		background-color: #fff;
		-webkit-transform: translateX(-50%);
		-ms-transform: translateX(-50%);
		transform: translateX(-50%);
	}
	
	.header__expand-span:before {
		top: -2.1875vw;
	}
	
	.header__expand-span:after {
		top: 2.1875vw;
	}
	
	.header__expand--close .header__expand-span {
		background-color: transparent;
	}
	
	.header__expand--close .header__expand-span:before {
		top: 50%;
		-webkit-transform: translate(-50%, -50%) rotate(-135deg);
		-ms-transform: translate(-50%, -50%) rotate(-135deg);
		transform: translate(-50%, -50%) rotate(-135deg);
	}
	
	.header__expand--close .header__expand-span:after {
		top: 50%;
		-webkit-transform: translate(-50%, -50%) rotate(135deg);
		-ms-transform: translate(-50%, -50%) rotate(135deg);
		transform: translate(-50%, -50%) rotate(135deg);
	}
}

.header__top {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	font-size: 18px;
	margin: 0 auto;
	width: 100%;
	max-width: 1430px;
}

@media (max-width: 992px) {
	.header__top-wrap {
		border: none;
		height: 15.3125vw;
		position: fixed;
		width: 100%;
		background-image: url("../img/header.png");
		background-size: cover;
		background-repeat: no-repeat;
		-webkit-transition: all 0.2s;
		-o-transition: all 0.2s;
		transition: all 0.2s;
	}
}

.header__top-admin {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	color: #fff;
}

@media (max-width: 992px) {
	.header__top-admin {
		margin: 3.125vw 0;
		padding: 0 10.9375vw;
		font-size: 5vw;
	}
}

.header__top-icon {
	width: 26px;
	height: 26px;
	border-radius: 50%;
	overflow: hidden;
}

@media (max-width: 992px) {
	.header__top-icon {
		width: 8.4375vw;
		min-width: 8.4375vw;
		height: 8.4375vw;
		min-height: 8.4375vw;
	}
}

.header__top-link {
	color: #fff;
	margin: 0 7px;
	position: relative;
}

.header__top-link:hover,
.header__top-link:focus {
	text-decoration: underline;
}

@media (max-width: 992px) {
	.header__top-link {
		background-color: #be487a;
		padding: 4px 15px;
		font-size: 5vw;
	}
	
	.header__top-link:before {
		content: '';
		border: 5px solid transparent;
		border-left: 5px solid #be487a;
		position: absolute;
		display: block;
		right: -10px;
		top: 50%;
		-webkit-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
		transform: translateY(-50%);
	}
}

.header__top-button {
	color: #fff;
	margin: 0 7px;
	position: relative;
}

.header__top-button:hover,
.header__top-button:focus {
	text-decoration: underline;
}

@media (max-width: 992px) {
	.header__top-button {
		background-color: #be487a;
		padding: 4px 15px;
		font-size: 5vw;
	}
	
	.header__top-button:before {
		content: '';
		border: 5px solid transparent;
		border-left: 5px solid #be487a;
		position: absolute;
		display: block;
		right: -10px;
		top: 50%;
		-webkit-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
		transform: translateY(-50%);
	}
}

.header__top-search_link {
	display: none;
}

.header__top-start,
.header__top-end {
	width: 26.5%;
}

@media (max-width: 992px) {
	.header__top-start,
	.header__top-end {
		width: 100%;
	}
}

.header__top-center {
	width: 47%;
}

@media (max-width: 992px) {
	.header__top-center {
		width: 100%;
	}
}

.header__top-start {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 0 18px 12px 0;
}

@media (max-width: 992px) {
	.header__top-start {
		padding: 0;
	}
}

.header__top-center {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	padding: 10px 0 0 13px;
}

@media (max-width: 992px) {
	.header__top-center {
		padding: 0;
	}
}

.header__top-end {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding-bottom: 12px;
}

@media (max-width: 992px) {
	.header__top-end {
		padding: 0;
	}
	
	.header__top-end .header__top-link {
		display: none;
	}
	
	.header__top-end .header__top-search_link {
		display: block;
	}
	
	.header__top-end .header__top-search_link img {
		display: block;
		width: 6.5625vw;
		height: 6.5625vw;
	}
	
	.header__top-end .header__top-search_link img.hover {
		display: none;
	}
	
	.header__top-end .header__top-search_link:hover img {
		display: none;
	}
	
	.header__top-end .header__top-search_link:hover img.hover {
		display: block;
	}
}

.header__main-wrap {
	position: relative;
	-webkit-transition: all 0.2s;
	-o-transition: all 0.2s;
	transition: all 0.2s;
}

@media (max-width: 992px) {
	.header__main-wrap {
		-webkit-transform: translateX(80vw);
		-ms-transform: translateX(80vw);
		transform: translateX(80vw);
		width: 80vw;
		height: 100vh;
		top: 0;
		overflow-y: auto;
		background-color: #292c33;
		position: fixed;
	}
}

.header__search-button img {
	display: block;
}

.header__search-button img.hover {
	display: none;
}

@media (max-width: 992px) {
	.header__search-button {
		font-size: 5vw;
		width: 24.6875vw;
		height: 8.75vw;
		display: -webkit-inline-box;
		display: -ms-inline-flexbox;
		display: inline-flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		border: 1px solid #fff;
		color: #fff;
	}
	
	.header__search-button img {
		margin-right: 3.125vw;
		width: 6.25vw;
		height: 6.25vw;
	}
}

.header__search-button:hover img {
	display: none;
}

.header__search-button:hover img.hover {
	display: block;
}

.header__main {
	max-width: 1060px;
	padding: 0 15px;
	margin: 0 auto;
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	height: auto;
	z-index: 2;
	overflow-y: auto;
}

@media (max-width: 992px) {
	.header__main {
		overflow-y: auto;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		padding: 15.625vw 0;
	}
}

.header__main-top {
	height: 15.3125vw;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	padding: 4.6875vw;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.header__main-logo {
	display: none;
	visibility: hidden;
	opacity: 0;
	margin-left: 15px;
}

.header__main-logo img {
	min-width: 201px;
	width: 201px;
	height: 49px;
}

.header__main-search {
	width: 400px;
	min-width: 300px;
	margin-right: 15px;
	display: none;
	visibility: hidden;
	opacity: 0;
}

.header__main-footer {
	display: none;
}

@media (max-width: 992px) {
	.header__main-footer {
		display: block;
		border-top: 1px solid #fff;
		margin: 0 10.9375vw;
		margin-top: 3.125vw;
		padding-top: 3.125vw;
	}
	
	.header__main-footer a {
		font-size: 5vw;
		color: #fff;
		display: block;
	}
	
	.header__main-footer a:hover {
		color: #c24b7e;
	}
}

.header__nav {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	width: 100%;
}

.header__ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	width: 100%;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	font-size: 24px;
}

@media (max-width: 1200px) {
	.header__ul {
		font-size: 22px;
	}
}

@media (max-width: 992px) {
	.header__ul {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-align: start;
		-ms-flex-align: start;
		align-items: flex-start;
		font-size: 5.625vw;
	}
}

.header__ul a {
	-webkit-transition: color 0.2s;
	-o-transition: color 0.2s;
	transition: color 0.2s;
	color: #fff;
}

.header__ul a:hover {
	font-weight: 600;
	color: #c24a7d !important;
}

.header__logo {
	width: 294px;
}

@media (max-width: 992px) {
	.header__logo {
		width: 46.25vw;
		min-width: 46.25vw;
		height: 11.875vw;
	}
}

.header__item {
	height: 100%;
	padding: 10px 0 17px;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

@media (max-width: 992px) {
	.header__item {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-box-pack: start;
		-ms-flex-pack: start;
		justify-content: flex-start;
		height: auto;
		width: 100%;
		padding: 0;
	}
}

@media (max-width: 992px) {
	.header__item.menu-item-has-children .header__link:after {
		content: '';
		display: inline-block;
		border: solid #fff;
		border-width: 0 2px 2px 0;
		padding: 1.875vw;
		-webkit-transform: rotate(45deg);
		-ms-transform: rotate(45deg);
		transform: rotate(45deg);
		-webkit-transition: all 0.2s;
		-o-transition: all 0.2s;
		transition: all 0.2s;
	}
	
	.header__item.menu-item-has-children .header__link:hover:after {
		border: solid #c24a7d;
		border-width: 0 2px 2px 0;
	}
}

.header__item.open .dropdown__wrap {
	opacity: 1;
	-webkit-transform: rotateX(0deg);
	transform: rotateX(0deg);
	pointer-events: all;
}

.header__item.open.menu-item-has-children .header__link:after {
	border: solid #c24a7d;
	border-width: 0 2px 2px 0;
}

.header__item img {
	width: 5vw;
	margin-left: 2.1875vw;
}

.header__item--active a {
	color: #c24a7d !important;
}

.header__item.menu-item-has-children a {
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

@media (max-width: 992px) {
	.header__link {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		width: 100%;
		padding: 2.1875vw 10.9375vw;
	}
}

.header .dropdown__wrap {
	position: absolute;
	top: 100%;
	left: 0;
	width: 100%;
	z-index: 99;
	background-color: #292c33;
	color: #fff;
	font-size: 25px;
	padding: 50px 0 20px;
	opacity: 0;
	-webkit-transform: rotateX(-90deg);
	transform: rotateX(-90deg);
	-webkit-transform-origin: top;
	-ms-transform-origin: top;
	transform-origin: top;
	-webkit-transition-timing-function: ease;
	-o-transition-timing-function: ease;
	transition-timing-function: ease;
	-webkit-transition-duration: 0.2s;
	-o-transition-duration: 0.2s;
	transition-duration: 0.2s;
	transition-property: opacity, transform, -webkit-transform;
	pointer-events: none;
}

@media (max-width: 992px) {
	.header .dropdown__wrap {
		position: static;
		width: 100%;
		padding: 0;
		display: none;
		background-color: #34373d;
	}
	
	.header .dropdown__wrap .container {
		padding: 0;
	}
}

.header .dropdown__menu {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	width: 100%;
}

@media (max-width: 992px) {
	.header .dropdown__menu {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}
}

@media (max-width: 992px) {
	.header .dropdown__menu-col {
		width: 100%;
	}
}

.header .dropdown__menu-item--new {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.header .dropdown__menu-item--new:after {
	content: 'חדש';
	background: url("../img/new_label.png");
	width: 42px;
	height: 21px;
	margin-right: 10px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	background-repeat: no-repeat;
	background-size: cover;
	font-size: 15px;
	font-weight: 700;
	color: #292c33;
}

@media (max-width: 992px) {
	.header .dropdown__menu-item--new:after {
		font-size: 3.4375vw;
		margin-right: 1.875vw;
		width: 12.5vw;
		height: 6.25vw;
	}
}

@media (max-width: 992px) {
	.header .dropdown__menu-item {
		padding: 2.1875vw 0;
	}
}

.header .dropdown__menu-title {
	color: #c24a7d;
	position: relative;
	margin-bottom: 15px;
	pointer-events: none;
}

@media (max-width: 992px) {
	.header .dropdown__menu-title {
		font-size: 5.625vw;
		margin: 0;
		color: #fff;
		cursor: pointer;
		padding: 2.1875vw 14.0625vw 2.1875vw 10.9375vw;
		width: 100%;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: start;
		-ms-flex-align: start;
		align-items: flex-start;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
		pointer-events: auto;
	}
	
	.header .dropdown__menu-title:after {
		content: '';
		display: inline-block;
		border: solid #fff;
		border-width: 0 2px 2px 0;
		padding: 1.875vw;
		-webkit-transform: rotate(45deg);
		-ms-transform: rotate(45deg);
		transform: rotate(45deg);
		-webkit-transition: all 0.2s;
		-o-transition: all 0.2s;
		transition: all 0.2s;
	}
	
	.header .dropdown__menu-title:hover {
		color: #c24a7d;
	}
	
	.header .dropdown__menu-title:hover:after {
		border: solid #c24a7d;
		border-width: 0 2px 2px 0;
	}
}

.header .dropdown__menu-title:before {
	content: url("../img/svg/underline_title_pink.svg");
	width: 67px;
	height: 3px;
	display: block;
	position: absolute;
	bottom: 15px;
	right: 0;
}

@media (max-width: 992px) {
	.header .dropdown__menu-title:before {
		content: none;
	}
}

@media (max-width: 992px) {
	.header .dropdown__menu-title.open.menu-item-has-children:after {
		content: '';
		display: inline-block;
		border: solid #fff;
		border-width: 0 2px 2px 0;
		padding: 1.875vw;
		-webkit-transform: rotate(45deg);
		-ms-transform: rotate(45deg);
		transform: rotate(45deg);
		-webkit-transition: all 0.2s;
		-o-transition: all 0.2s;
		transition: all 0.2s;
	}
	
	.header .dropdown__menu-title.open.menu-item-has-children:hover {
		color: #c24a7d;
	}
	
	.header .dropdown__menu-title.open.menu-item-has-children:hover:after {
		border: solid #c24a7d;
		border-width: 0 2px 2px 0;
	}
}

@media (max-width: 992px) {
	.header .dropdown__menu-list {
		display: none;
		background-color: #41444b;
		padding: 0 17.1875vw 0 10.9375vw;
	}
}

.header .dropdown__menu-link {
	font-size: 24px;
	color: #fff;
}

.header .dropdown__menu-link:hover {
	color: #c24a7d;
}

@media (max-width: 992px) {
	.header .dropdown__menu-link {
		font-size: 5.625vw;
	}
}

.header .dropdown__footer {
	width: 100%;
	border-top: 1px solid #fff;
	margin-top: 20px;
	padding-top: 15px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	font-size: 25px;
	color: #fff;
}

.header .dropdown__footer a {
	color: #ffba00;
	font-size: 25px;
}

.header .dropdown__footer a:hover {
	color: #c24a7d;
}

@media (max-width: 992px) {
	.header .dropdown__footer {
		display: none;
	}
}

.header__social {
	display: none;
}

@media (max-width: 992px) {
	.header__social {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		margin-top: 3.125vw;
	}
	
	.header__social-item {
		background-color: #fff;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		border-radius: 50%;
		width: 8.4375vw;
		height: 8.4375vw;
		margin: 0 1.5625vw;
	}
	
	.header__social-item:hover .header__social-link i {
		color: #c24b7e;
	}
	
	.header__social-link {
		font-size: 5vw;
	}
	
	.header__social-link i {
		-webkit-transition: all 0.2s;
		-o-transition: all 0.2s;
		transition: all 0.2s;
		color: #000;
	}
}

@media (min-width: 993px) {
	.header.fixed .header__main-wrap {
		background-image: url("../img/header.png");
		position: fixed;
		top: 0;
		left: 0;
		right: 0;
		width: 100%;
		margin: 0 auto;
		-webkit-transition: all 0.5s ease;
		-o-transition: all 0.5s ease;
		transition: all 0.5s ease;
		border-bottom: 1px solid #404349;
		height: 81px;
		z-index: 10;
	}
	
	.header.fixed .header__main {
		max-width: 1840px;
	}
	
	.header.fixed .header__main-logo,
	.header.fixed .header__main-search {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		visibility: visible;
		opacity: 1;
	}
	
	.header.fixed .header__nav {
		max-width: 768px;
	}
	
	.header.fixed .header__ul {
		font-size: 20px;
	}
}

.header--page-inner {
	padding-bottom: 0;
}

.header__bg {
	background-image: url("../img/header.png");
	background-size: cover;
}

.header__bg--page-inner {
	padding-bottom: 24px;
}

@media (max-width: 992px) {
	.header__bg--page-inner {
		background: none;
		padding-bottom: 15.3125vw;
	}
}

.header__search {
	margin: 0 auto;
	max-width: 876px;
	width: 100%;
}

.header__search--overlay {
	margin-top: -24px;
}

.homepage .header__top {
	padding: 8px 0 10px;
}

@media (max-width: 992px) {
	.homepage .header__top {
		padding: 0;
		width: 7.8125vw;
		margin-top:20px;
	}
}

.homepage .header__top-wrap {
	border-bottom: 1px solid rgba(255, 255, 255, 0.26);
}

.homepage .header__top-admin {
	margin-left: 10px;
}

.homepage .header__top-end {
	padding: 0;
}

.homepage .header__top-start {
	padding: 0;
}

.homepage .header__item {
	padding: 10px 0;
}

@media (max-width: 992px) {
	.homepage .header__item {
		padding: 0;
	}
}

@media (max-width: 992px) {
	.homepage .header {
		padding: 0;
		background-image: none;
	}
	
	.homepage .header__top-wrap {
		width: 0;
		background-image: none;
	}
	
	.homepage .header__expand--open .header__expand-span {
		background-color: #000;
	}
	
	.homepage .header__expand--open .header__expand-span:before,
	.homepage .header__expand--open .header__expand-span:after {
		background-color: #000;
	}
}

.header__active .header__top-wrap {
	-webkit-transform: translateX(-80vw);
	-ms-transform: translateX(-80vw);
	transform: translateX(-80vw);
}

.header__active .header__main-wrap {
	-webkit-transform: none;
	-ms-transform: none;
	transform: none;
}

.footer {
	background-size: cover;
	background-repeat: no-repeat;
	color: #fff;
	font-size: 20px;
	padding: 100px 0 100px;
}

@media (max-width: 630px) {
	.footer {
		font-size: 3.75vw;
		padding: 9.375vw 0 20vw;
	}
}

.footer__wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	width: 100%;
}

@media (max-width: 630px) {
	.footer__wrap {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}
}

.footer__col {
	max-width: 335px;
	width: 100%;
}

.footer__col:not(:last-child) {
	margin-left: 1.5%;
}

@media (max-width: 630px) {
	.footer__col {
		max-width: 100%;
	}
}

.footer__text {
	padding-left: 30px;
	line-height: 1.5;
}

.footer__maded {
	margin-top: 20px;
}

.footer__title {
	font-size: 30px;
	font-weight: 600;
	color: #c24b7e;
	margin-bottom: 21px;
	position: relative;
}

@media (max-width: 630px) {
	.footer__title {
		font-size: 6.25vw;
		margin-bottom: 5px;
		padding-bottom: 5px;
		display: block;
		cursor: pointer;
		margin-top: 4.6875vw;
	}
	
	.footer__title:after {
		content: '';
		display: block;
		position: absolute;
		bottom: 0;
		height: 1px;
		width: 100%;
		background-color: #c24a7d;
	}
	
	.footer__title:before {
		content: '';
		background-image: url("../img/svg/corner.svg");
		background-size: cover;
		background-repeat: no-repeat;
		width: 5.625vw;
		height: 3.125vw;
		cursor: pointer;
		position: absolute;
		left: 0;
		top: 3.125vw;
		-webkit-transform: rotate(-180deg);
		-ms-transform: rotate(-180deg);
		transform: rotate(-180deg);
		-webkit-transition: all 0.2s;
		-o-transition: all 0.2s;
		transition: all 0.2s;
	}
	
	.footer__title.active:before {
		-webkit-transform: none;
		-ms-transform: none;
		transform: none;
	}
}

.footer__ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}

@media (max-width: 630px) {
	.footer__ul {
		display: none;
	}
}

.footer__ul li {
	margin: 3px 0;
}

.footer__ul li:not(:first-child) {
	margin: 3px 0;
}

.footer__ul a {
	color: #fff;
}

.footer__ul a:hover {
	color: #ffba00;
}

.footer__end {
	text-align: center;
	margin-top: 75px;
	width: 100%;
}

@media (max-width: 630px) {
	.footer__end {
		margin-top: 9.375vw;
	}
}

.footer__end a {
	display: inline;
	margin: 0 3px;
	color: #fff;
	text-decoration: underline;
}

.footer__end a:hover {
	color: #ffba00;
}

.footer__end .footer__text {
	line-height: 1.2;
	padding-left: 0;
}

.footer__end .footer__text-bottom {
	display: block;
}

.banner {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	width: 100%;
}

.banner__background {
	width: 100%;
	height: 100%;
}

.banner__title {
	font-size: 65px;
	color: #fff;
	text-align: right;
	font-weight: 500;
	line-height: 1.1;
}

@media (max-width: 998px) {
	.banner__title {
		font-size: 45px;
	}
}

@media (max-width: 630px) {
	.banner__title {
		font-size: 7.868749999999999vw;
		text-align: center;
		padding: 0 9.375vw;
	}
}

.banner__title--label {
	position: relative;
	font-size: 45px;
	font-weight: 700;
	text-align: center;
	padding: 13px 70px 8px;
	display: inline-block;
	z-index: 1;
	margin: 0 auto;
}

@media (max-width: 998px) {
	.banner__title--label {
		font-size: 30px;
		padding: 10px 20px;
	}
}

@media (max-width: 630px) {
	.banner__title--label {
		font-size: 7.1875vw;
		padding: 3.125vw 14.0625vw 1.75vw;
	}
}

.banner__title--label img {
	position: absolute;
	top: 50%;
	left: 54%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	z-index: -1;
	width: 335px;
	max-width: inherit;
}

@media (max-width: 998px) {
	.banner__title--label img {
		width: 250px;
	}
}

@media (max-width: 630px) {
	.banner__title--label img {
		width: 47.8125vw;
	}
}

.banner__text {
	font-size: 27px;
	color: #393939;
	text-align: center;
	margin-top: 40px;
	letter-spacing: 0;
	line-height: 1.3;
}

@media (max-width: 630px) {
	.banner__text {
		font-size: 4.6875vw;
		margin-top: 6.25vw;
	}
}

.banner__text--line {
	margin: 0;
	line-height: inherit;
	letter-spacing: inherit;
	color: #000;
}

.banner__link--line {
	color: #000;
	margin-right: 30px;
	text-decoration: underline;
}

.banner__link--line:hover {
	text-decoration: none;
}

.banner__logo-img {
	width: 505px;
}

@media (max-width: 630px) {
	.banner__logo-img {
		width: 58.4375vw;
	}
}

.banner__search {
	width: 100%;
}

.banner--header {
	height: 560px;
	padding-bottom: 50px;
}

@media (max-width: 998px) {
	.banner--header {
		height: 400px;
	}
}

@media (max-width: 630px) {
	.banner--header {
		height: auto;
		padding: 7.8125vw 0 7.8125vw;
	}
}

.banner--ads-footer {
	height: 253px;
	width: 100%;
}

.banner--ads-wide {
	padding: 8px 0;
	border-top: 2px solid #f1f1f1;
	border-bottom: 2px solid #f1f1f1;
	margin-top: 40px;
}

@media (max-width: 630px) {
	.banner--ads-wide {
		display: none;
	}
}

.banner__content--offer {
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.banner__content--info {
	text-align: center;
	width: 100%;
}

.banner__btn {
	margin-top: 40px;
}

@media (max-width: 998px) {
	.banner__btn {
		margin-top: 25px;
	}
}

@media (max-width: 630px) {
	.banner__btn {
		margin: 0 auto;
		margin-top: 4.6875vw;
		display: block;
	}
}

.banner__start,
.banner__end {
	width: 42%;
}

@media (max-width: 630px) {
	.banner__start,
	.banner__end {
		width: 100%;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		padding-top: 4.6875vw;
	}
}

@media (max-width: 630px) {
	.banner__start {
		max-width: 54%;
		margin: 0 auto;
	}
}

.banner--offer {
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	padding: 234px 0 84px;
}

@media (max-width: 998px) {
	.banner--offer {
		padding: 150px 0 60px;
	}
}

@media (max-width: 630px) {
	.banner--offer {
		padding: 10.9375vw 0 11.5625vw;
	}
}

.banner--resipe {
	width: 100%;
	height: auto;
}

@media (min-width: 631px) {
	.banner--resipe {
		-webkit-box-align: stretch;
		-ms-flex-align: stretch;
		align-items: stretch;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-direction: row;
		flex-direction: row;
	}
}

.banner_resipe__start {
	background-color: #7b8e4f;
	color: #fff;
	font-size: 4.6875vw;
	line-height: 1.2em;
	padding: 4.0625vw 3.125vw 5vw;
	width: 100%;
}

@media (min-width: 631px) {
	.banner_resipe__start {
		display: flex;
		flex-direction: column;
		align-items: flex-start;
		font-size: 18px;
		padding: 40px 0 30px 15px;
		width: 40%;
	}
}

@media (min-width: 999px) {
	.banner_resipe__start {
		font-size: 25px;
		padding: 64px 23px 65px 23px;
		width: 40%;
	}
}

.banner_resipe__end {
	width: 100%;
}

@media (min-width: 631px) {
	.banner_resipe__end {
		-webkit-box-ordinal-group: 2;
		-ms-flex-order: 1;
		order: 1;
		-webkit-box-flex: 1;
		-ms-flex-positive: 1;
		flex-grow: 1;
		width: 1%;
	}
}

@media (min-width: 631px) {
	.banner_resipe__content {
		display: flex;
		flex-direction: column;
		align-items: flex-start;
		flex-grow: 1;
		max-width: 560px;
		padding-right: 40px;
		padding-top: 24px;
	}
	
	.banner_resipe__content > * {
		width: 100%;
	}
}

.banner_resipe__tag {
	background-image: url("../img/tag-stripe.png");
	background-position: 50% 50%;
	background-repeat: no-repeat;
	background-size: contain;
	display: none;
	position: relative;
	text-align: center;
	z-index: 1;
	font-size: 30px;
	font-weight: 600;
	min-width: 260px;
	padding: 17px 5px 11px 21px;
}

.banner_resipe__tag svg {
	fill: #393939;
}

@media (min-width: 631px) {
	.banner_resipe__tag {
		display: inline-block;
	}
}

.banner_resipe__title {
	font-size: 8.125vw;
	font-weight: inherit;
	margin-top: 0;
	line-height: 1;
}

@media (min-width: 631px) {
	.banner_resipe__title {
		font-size: 30px;
	}
}

@media (min-width: 999px) {
	.banner_resipe__title {
		font-size: 50px;
	}
}

@media (min-width: 1200px) {
	.banner_resipe__title {
		font-size: 80px;
	}
}

.banner_resipe__labels {
	margin-bottom: -10px;
}

.banner_resipe__label {
	margin-top: 15px;
}

.banner_resipe__label img {
	display: block;
}

@media (max-width: 630px) {
	.banner_resipe__label {
		margin-top: 10px;
	}
	
	.banner_resipe__labels {
		margin-bottom: 0;
	}
}

.category_resipe__labels {
	position: absolute;
	display: flex;
	align-items: flex-start;
	top: 0;
	left: 0;
	z-index: 2;
}

.category_resipe__label {
	margin-left: 20px;
}

.category_resipe__label img {
	display: block;
}


@media (max-width: 630px) {
	.category_resipe__label {
		margin-left: 1.5vw;
	}
	
	.category_resipe__label img {
		width: 10vw;
	}
}

.banner_resipe__text {
	margin-top: 2.8125vw;
	font-size: 17px;
}

@media (min-width: 631px) {
	.banner_resipe__text {
		margin-top: 20px;
		font-size: inherit;
	}
}

@media (min-width: 999px) {
	.banner_resipe__text {
		margin-top: 31px;
	}
}

@media (min-width: 631px) {
	.banner_resipe__text p + p {
		margin-top: 5px;
	}
}

.banner_resipe__hashtag {
	margin-top: 22px;
	font-weight: 700;
	letter-spacing: 0.01em;
	font-size: 17px;
}

@media (min-width: 631px) {
	.banner_resipe__hashtag {
		font-size: inherit;
		flex-grow: 1;
		margin-top: 20px;
	}
}

@media (min-width: 999px) {
	.banner_resipe__hashtag {
		margin-top: 32px;
	}
}

.banner_resipe__hashtags {
	font-size: 25px;
	font-weight: 700;
	margin-top: 35px;
}

.banner_resipe__data {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin-top: 3.75vw;
}

@media (min-width: 631px) {
	.banner_resipe__data {
		margin-top: 20px;
	}
}

@media (min-width: 999px) {
	.banner_resipe__data {
		margin-top: 40px;
	}
}

@media (min-width: 1200px) {
	.banner_resipe__data {
		margin-top: 86px;
	}
}

.banner_resipe__avatar {
	width: 10.9375vw;
	min-width: 10.9375vw;
	height: 10.9375vw;
	min-height: 10.9375vw;
	border-radius: 50%;
	overflow: hidden;
}

@media (min-width: 631px) {
	.banner_resipe__avatar {
		width: 60px;
		height: 60px;
		min-width: 60px;
		min-height: 60px;
	}
}

@media (min-width: 999px) {
	.banner_resipe__avatar {
		width: 80px;
		min-width: 80px;
		height: 80px;
		min-height: 80px;
	}
}

.banner_resipe__date {
	font-size: 4.375vw;
	line-height: 1.093333em;
	margin-right: 2.1875vw;
}

@media (min-width: 631px) {
	.banner_resipe__date {
		margin-right: 10px;
		font-size: 15px;
	}
}

@media (min-width: 999px) {
	.banner_resipe__date {
		font-size: inherit;
		margin-right: 15px;
	}
}

.banner--line {
	position: fixed;
	width: 100vw;
	height: 38px;
	background-color: #ffb901;
	color: #000;
	font-size: 20px;
	z-index: 99;
	padding: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.btn {
	-webkit-box-shadow: none;
	box-shadow: none;
	border: none;
	position: relative;
	z-index: 1;
}

.btn--search {
	background-color: transparent;
	position: absolute;
	left: 12px;
	top: 50%;
	padding: 0;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

@media (max-width: 630px) {
	.btn--search {
		left: 1.5625vw;
	}
}

.btn--search img {
	width: 37px;
	height: 37px;
	display: block;
}

@media (max-width: 630px) {
	.btn--search img {
		width: 5.9375vw;
		height: 5.9375vw;
	}
}

.btn--search img.hover {
	display: none;
}

.btn--search:hover img {
	display: none;
}

.btn--search:hover img.hover {
	display: block;
}

.btn--search-small {
	padding: 0;
	background-color: transparent;
	position: absolute;
	left: 10px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

.btn--search-small img {
	width: 28px;
	height: 28px;
	display: block;
}

@media (max-width: 630px) {
	.btn--search-small img {
		width: 5.9375vw;
		height: 5.9375vw;
	}
}

.btn--search-small img.hover {
	display: none;
}

.btn--search-small:hover img {
	display: none;
}

.btn--search-small:hover img.hover {
	display: block;
}

.btn--primary {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	color: #c24a7d;
	background-color: transparent;
	text-align: center;
	margin: 0 auto;
	border: 1px solid #c24a7d;
	padding: 11px 15px;
	min-width: 346px;
	font-size: 35px;
	font-weight: 500;
}

@media (max-width: 630px) {
	.btn--primary {
		font-size: 5.3125vw;
		padding: 0.9375vw 3.75vw;
		min-width: 37.5vw;
	}
}

.btn--primary:hover {
	background-color: #c24a7d;
	color: #fff;
}

.btn--image {
	color: #fff;
	min-width: 234px;
	font-size: 50px;
	padding: 8px 18px 12px;
	position: relative;
	display: inline-block;
	overflow: hidden;
	text-align: center;
}

.btn--image svg {
	fill: #353535;
}

.btn--image:hover svg {
	fill: #c24a7d;
}

@media (max-width: 998px) {
	.btn--image {
		font-size: 40px;
		padding: 6px 14px 8px;
	}
}

@media (max-width: 630px) {
	.btn--image {
		font-size: 7.8125vw;
		font-weight: 500;
		min-width: inherit;
		padding: 1.25vw 7.8125vw 1.875vw;
	}
}

.btn--image-invert {
	color: #fff;
}

.btn--image-invert svg {
	fill: #c24a7d;
}

.btn--image-invert:hover {
	color: #c24a7d;
}

.btn--image-invert:hover svg {
	fill: #fff;
}

.btn--image-small {
	color: #fff;
	min-width: 104px;
	font-size: 22px;
	padding: 4px 9px 6px;
	position: relative;
	display: inline-block;
	overflow: hidden;
	text-align: center;
}

.btn--image-small svg {
	fill: #353535;
}

.btn--image-small:hover svg {
	fill: #c24a7d;
}

.btn--image-little {
	color: #fff;
	min-width: 86px;
	height: 27px;
	font-size: 20px;
	position: relative;
	display: inline-block;
	overflow: hidden;
	text-align: center;
	vertical-align: top;
}

.btn--image-little svg {
	fill: #353535;
}

.btn--image-little:hover svg {
	fill: #c24a7d;
}

@media (max-width: 630px) {
	.btn--image-little {
		font-size: 5.625vw;
		height: 8.75vw;
		min-width: 25.3125vw;
		display: -webkit-inline-box;
		display: -ms-inline-flexbox;
		display: inline-flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
	}
}

@media (max-width: 992px) {
	.btn--details {
		color: #fff;
		font-size: 4.6875vw;
		font-weight: 400;
		text-decoration: none;
		background-color: #c44b80;
		display: -webkit-inline-box;
		display: -ms-inline-flexbox;
		display: inline-flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		width: 100%;
		padding: 4px 5px;
		margin-top: 6.5vw;
	}
}

.form {
	direction: rtl;
	font-family: 'Discovery', sans-serif;
	position: relative;
	z-index: 1;
}

.form__wrapper {
	width: 100%;
}

.form__wrapper--search-inner {
	margin: 0 auto;
	max-width: 878px;
}

.form__start,
.form__end {
	width: 48%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

@media (max-width: 630px) {
	.form__start,
	.form__end {
		width: 100%;
	}
}

.form__select {
	width: 100%;
}

.form__control {
	position: relative;
	width: 100%;
	margin: 15px 0;
}

.form__control--no-margins {
	margin: 0;
}

.form__control--half {
	width: 48%;
}

@media (max-width: 630px) {
	.form__control {
		width: 100%;
		margin: 2.5vw 0;
	}
}

.form__control--flex {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.form__control--inner-search {
	margin: 0;
}

.form__control--subscribe {
	margin-bottom: 13px;
	margin-top: 0;
}

@media (max-width: 630px) {
	.form__control--subscribe {
		margin-bottom: 2.8125vw;
	}
}

.form__control--subscribe-submit {
	margin: 20px 0 0;
}

@media (max-width: 630px) {
	.form__control--subscribe-submit {
		margin: 4.0625vw 0 0;
	}
}

.form__submit {
	display: inline-block;
	font-family: 'Discovery', sans-serif;
	margin: 0 auto;
	background-color: transparent;
	margin-top: 29px;
}

@media (max-width: 630px) {
	.form__submit {
		margin-top: 4.6875vw;
	}
}

.form__submit--comment {
	margin: 0;
	font-size: 25px;
	padding: 8px 12px 10px;
	max-width: inherit;
	min-width: inherit;
}

@media (max-width: 630px) {
	.form__submit--comment {
		font-size: 5vw;
		padding: 1.25vw 1.875vw 1.875vw;
	}
}

.form__submit--contact {
	margin-top: 35px;
}

@media (max-width: 630px) {
	.form__submit--contact {
		margin-top: 3.125vw;
	}
}

.form__submit--subscribe {
	margin: 0;
}

@media (max-width: 630px) {
	.form__submit--subscribe {
		font-size: 6.875vw;
		padding: 1.5625vw 5.625vw;
		height: auto;
	}
}

.form__caption {
	font-size: 35px;
	color: #393939;
	text-align: center;
}

@media (max-width: 998px) {
	.form__caption {
		font-size: 25px;
	}
}

@media (max-width: 630px) {
	.form__caption {
		font-size: 5.3125vw;
	}
}

.form__input {
	font-family: 'Discovery', sans-serif;
	width: 100%;
	border: 1px solid #393939;
	color: #393939;
	font-size: 25px;
	padding: 19px 20px;
	-webkit-box-shadow: none;
	box-shadow: none;
	font-weight: 500;
	outline-color: #c24b7e;
}

@media (max-width: 998px) {
	.form__input {
		padding: 10px 15px;
	}
}

@media (max-width: 630px) {
	.form__input {
		font-size: 5.625vw;
		padding: 2.5vw 3.75vw;
	}
}

.form__input::-webkit-input-placeholder {
	color: #aeaeae;
}

.form__input:-ms-input-placeholder {
	color: #aeaeae;
}

.form__input::-ms-input-placeholder {
	color: #aeaeae;
}

.form__input::placeholder {
	color: #aeaeae;
}

.form__input--checkbox,
.form__input--file {
	padding: 0;
	width: 1px;
	border: none;
}

.form__input--checkbox:checked + label:after {
	opacity: 1;
	visibility: visible;
}

.form__input--modal_search {
	border: none;
	border-bottom: 1px solid #393939;
	background-color: transparent;
}

.form__input--modal_search::-webkit-input-placeholder {
	color: #393939;
}

.form__input--modal_search:-ms-input-placeholder {
	color: #393939;
}

.form__input--modal_search::-ms-input-placeholder {
	color: #393939;
}

.form__input--modal_search::placeholder {
	color: #393939;
}

@media (max-width: 630px) {
	.form__input--modal_search {
		font-weight: 700;
		padding-right: 0;
		padding-left: 0;
	}
}

.form__input--search {
	width: 100%;
	height: 78px;
	font-size: 31px;
	border: 3px solid #393939;
	border-radius: 3px;
	padding: 0 25px;
	background-color: #fff;
}

.form__input--search::-webkit-input-placeholder {
	color: #9f9f9f;
}

.form__input--search:-ms-input-placeholder {
	color: #9f9f9f;
}

.form__input--search::-ms-input-placeholder {
	color: #9f9f9f;
}

.form__input--search::placeholder {
	color: #9f9f9f;
}

@media (max-width: 630px) {
	.form__input--search {
		height: 12.5vw;
		font-size: 4.846875vw;
		padding: 0 4.6875vw;
		border: 2px solid #393939;
	}
}

.form__input--headersearch {
	width: 100%;
	height: 45px;
	font-size: 22px;
	border: 2px solid #393939;
	padding: 0 22px 0 40px;
}

.form__input--search-small {
	height: 46px;
	font-size: 25px;
	padding: 0 20px;
	border-width: 1px;
	border-radius: 0;
	background-color: #ededed;
}

.form__input--search-small::-webkit-input-placeholder {
	color: #878787;
}

.form__input--search-small:-ms-input-placeholder {
	color: #878787;
}

.form__input--search-small::-ms-input-placeholder {
	color: #878787;
}

.form__input--search-small::placeholder {
	color: #878787;
}

@media (max-width: 630px) {
	.form__input--search-small {
		padding: 0 3.125vw;
		font-size: 5vw;
		height: 10.3125vw;
	}
}

.form__input--subscribe {
	font-size: 20px;
	padding: 0 10px;
	height: 41px;
	background-color: #fff;
}

@media (max-width: 630px) {
	.form__input--subscribe {
		font-size: 6.25vw;
		height: 12.8125vw;
		padding: 0 3.75vw;
	}
}

.form__input--textarea {
	height: 100%;
	resize: none;
	outline-color: #c24b7e;
}

@media (max-width: 630px) {
	.form__input--textarea {
		height: 41.5625vw;
	}
}

.form__input--comment {
	max-width: 335px;
	height: 45px;
	background-color: #ededed;
	padding: 0 10px;
	display: block;
}

@media (min-width: 631px) {
	.form__input--comment {
		font-size: 25px;
	}
}

@media (max-width: 630px) {
	.form__input--comment {
		max-width: 100%;
	}
}

.form__input--textarea-comment {
	background-color: #ededed;
	height: 91px;
	min-height: 91px;
	resize: none;
	overflow: hidden !important;
	width: 100%;
	border: 1px solid #393939;
	padding: 10px;
}

@media (max-width: 630px) {
	.form__input--textarea-comment {
		height: 26vw;
		min-height: 26vw;
	}
}

.form__notice {
	color: #c24b7e;
	font-size: 20px;
	margin-bottom: .5em
}

.form__notice strong {
	font-weight: 700;
}

.form__title {
	font-size: 25px;
	color: #393939;
	font-weight: 700;
}

@media (max-width: 630px) {
	.form__notice {
		font-size: 5vw;
	}
	
	.form__title {
		font-size: 6.5625vw;
	}
}

.form__alert {
	font-size: 20px;
	color: #c24b7e;
	margin: 15px 0;
}

@media (max-width: 630px) {
	.form__alert {
		font-size: 5vw;
		margin: 1.5625vw 0;
	}
}

.form__alert span {
	font-weight: 700;
}

.form__label {
	font-size: 25px;
	color: #393939;
	margin-bottom: 15px;
	display: block;
}

@media (max-width: 630px) {
	.form__label {
		font-size: 5vw;
		margin-bottom: 2.5vw;
	}
}

.form__label--checkbox {
	display: inline-block;
	position: relative;
	padding-right: 30px;
	margin-bottom: 0;
	margin-left: 20px;
}

@media (max-width: 630px) {
	.form__label--checkbox {
		padding-right: 9.375vw;
		margin-left: 6.25vw;
	}
}

.form__label--checkbox:before {
	content: "";
	position: absolute;
	display: block;
	cursor: pointer;
	background-color: #ededed;
	width: 25px;
	height: 25px;
	border: 1px solid #393939;
	top: 50%;
	right: 0;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

@media (max-width: 630px) {
	.form__label--checkbox:before {
		width: 5.9375vw;
		height: 5.9375vw;
	}
}

.form__label--checkbox:after {
	content: "";
	position: absolute;
	display: block;
	cursor: pointer;
	background: url("../img/svg/icon-check.svg") no-repeat center center;
	background-size: contain;
	width: 16px;
	height: 16px;
	top: 50%;
	right: 3px;
	opacity: 0;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	-webkit-transition: 0.2s;
	-o-transition: 0.2s;
	transition: 0.2s;
	z-index: 2;
}

@media (max-width: 630px) {
	.form__label--checkbox:after {
		width: 4.6875vw;
		height: 4.6875vw;
	}
}

.form__label--file {
	margin: 0;
	color: #c24b7e;
	border: 1px solid #c24b7e;
	padding: 8px 40px;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	cursor: pointer;
	-webkit-transition: all 0.2s;
	-o-transition: all 0.2s;
	transition: all 0.2s;
}

@media (max-width: 630px) {
	.form__label--file {
		padding: 1.5625vw 6.25vw;
	}
}

.form__label--file:hover {
	background-color: #c24b7e;
	color: #fff;
}

.form--comment {
	border: 1px solid #393939;
	padding: 25px 30px;
}

@media (max-width: 630px) {
	.form--comment {
		padding: 4.6875vw 3.125vw;
	}
}

.form--search-comments {
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	padding-right: 15px;
	width: calc(100% - 250px);
}

@media (max-width: 998px) {
	.form--search-comments {
		width: 100%;
	}
}

@media (max-width: 630px) {
	.form--search-comments {
		padding: 0;
	}
}

.form__bottom {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

@media (max-width: 630px) {
	.form__bottom {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}
}

.form__bottom-end {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end;
}

@media (max-width: 630px) {
	.form__bottom-end {
		width: 100%;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
	}
}

.form--headersearch {
	width: 100%;
}

.form--newsletter {
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-top: 20px;
}

@media (max-width: 630px) {
	.form--newsletter {
		margin-top: 4.375vw;
	}
}

.form--contact {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	width: 100%;
}

.form--search {
	max-width: 885px;
	margin: 0 auto;
	width: 100%;
	margin-top: 35px;
}

@media (max-width: 630px) {
	.form--search {
		margin-top: 2.5vw;
	}
}

.form--translate {
	direction: ltr;
}

.form--translate .SumoSelect > .CaptionCont > span {
	font-size: 18px;
	line-height: 1.2em;
}

.form--translate .SumoSelect > .CaptionCont > label > i {
	background-size: contain;
	height: 9px;
	width: 9px;
}

.form--translate .SelectBox {
	padding: 4px 8px;
}

.SumoSelect {
	display: block;
	width: 100%;
	direction: ltr;
	text-align: start;
}

.SumoSelect > .CaptionCont {
	border: 1px solid #ccc;
}

.SumoSelect > .CaptionCont[title=" English"] {
	background-image: url("../img/english.png");
	background-repeat: no-repeat;
	background-size: 20px;
	background-position: 60px center;
}

.SumoSelect > .CaptionCont[title=" Hebrew"] {
	background-image: url("../img/hebrew.png");
	background-repeat: no-repeat;
	background-size: 20px;
	background-position: 70px center;
}

div.category {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	justify-content: center;
	width: calc(100% + 25px);
	margin-top: 60px;
	margin-left: -25px;
}

div.category > * {
	width: calc(33.333% - 25px);
	margin-left: 25px;
}


@media (max-width: 998px) {
	div.category {
		width: calc(100% + 12px);
		margin-left: -12px;
	}
	
	div.category > * {
		width: calc(50% - 12px);
		margin-left: 12px;
	}
}

@media (max-width: 630px) {
	div.category {
		margin-top: 4.6875vw;
	}
}

.category__tabs {
	width: 100%;
	margin-top: 40px;
}

@media (max-width: 630px) {
	.category__tabs {
		margin-top: 4.6875vw;
	}
}

.category__item {
	height: 274px;
	margin-bottom: 40px;
	position: relative;
	-webkit-transition: all 0.2s;
	-o-transition: all 0.2s;
	transition: all 0.2s;
}

.category__item:hover img {
	-webkit-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1);
}

@media (max-width: 998px) {
	.category__item {
		height: 230px;
		margin-bottom: 1.6vw;
	}
}

@media (max-width: 630px) {
	.category__item {
		height: 30vw;
		margin-bottom: 2.8125vw;
	}
	
	.category__item:last-child {
		display: none;
	}
}

.category__image {
	width: 100%;
	height: 100%;
}

.category__image img {
	-webkit-transition: all 0.2s;
	-o-transition: all 0.2s;
	transition: all 0.2s;
}

.category__strip {
	width: 253px;
}

@media (max-width: 630px) {
	.category__strip {
		width: 35.3125vw;
	}
}

.category__title {
	font-size: 30px;
	color: #fff;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	position: absolute;
	bottom: -20px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
}

.category__title p {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	width: 100%;
	text-align: center;
}

@media (max-width: 998px) {
	.category__title {
		font-size: 25px;
		bottom: -30px;
	}
}

@media (max-width: 630px) {
	.category__title {
		font-size: 4.375vw;
		height: 7.8125vw;
		bottom: 3.125vw;
	}
}

.category__list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.category__list li {
	position: relative;
	padding: 0 20px;
}

@media (max-width: 630px) {
	.category__list li {
		padding: 0 3.125vw;
	}
}

.category__list li a {
	font-size: 35px;
	color: #393939;
}

.category__list li a:hover {
	color: #ffba00;
}

@media (max-width: 630px) {
	.category__list li a {
		font-size: 5.3125vw;
	}
}

.category__list li:not(:first-child):before {
	content: '|';
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	right: 0;
	color: #393939;
	font-size: 35px;
}

@media (max-width: 630px) {
	.category__list li:not(:first-child):before {
		font-size: 5vw;
	}
}

.category__list li.ui-state-active:after {
	content: url("../img/svg/arrow_down.svg");
	position: absolute;
	display: inline-block;
	width: 20px;
	height: 30px;
	background-size: cover;
	bottom: -45px;
	left: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

@media (max-width: 998px) {
	.category__list li.ui-state-active:after {
		content: none;
	}
}

.category__list li.ui-state-active a {
	color: #c24a7d;
	font-weight: 700;
}

.category__more {
	margin-top: 48px;
}

@media (max-width: 630px) {
	.category__more {
		font-weight: 600;
		margin-top: 5.3125vw;
	}
}

.new {
	width: 100%;
}

.new__more {
	margin-top: 70px;
}

@media (max-width: 998px) {
	.new__more {
		margin-top: 40px;
	}
}

@media (max-width: 630px) {
	.new__more {
		font-weight: 600;
		margin-top: 5.625vw;
	}
}

.recommended {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
	width: 100%;
	margin-top: 69px;
}

@media (max-width: 998px) {
	.recommended {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}
}

@media (max-width: 630px) {
	.recommended {
		margin-top: 6.25vw;
	}
}

.recommended__item {
	height: 252px;
	max-width: 300px;
	margin: 0 10px;
	width: 100%;
}

.recommended__item:hover {
	opacity: 0.5;
}

.recommended__item:first-child {
	margin-right: 0;
}

.recommended__item:last-child {
	margin-left: 0;
}

@media (max-width: 998px) {
	.recommended__item {
		width: 48%;
		height: 250px;
		margin: 0;
		margin-bottom: 20px;
		max-width: inherit;
	}
}

@media (max-width: 630px) {
	.recommended__item {
		margin: 0;
		height: 37.5vw;
		margin-bottom: 5vw;
	}
}

.recommended__title {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 61px;
	font-size: 25px;
	color: #393939;
	text-align: center;
	padding: 0 10px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	z-index: 1;
}

@media (max-width: 630px) {
	.recommended__title {
		font-size: 4.6875vw;
		padding: 0;
		line-height: 0.8;
		height: 9.0625vw;
	}
}

.recommended__title span {
	position: relative;
}

.recommended__corner {
	width: 19px;
	height: 19px;
	position: absolute;
	bottom: 5px;
	left: 6px;
	z-index: 1;
}

@media (max-width: 630px) {
	.recommended__corner {
		width: 2.8125vw;
		height: 2.8125vw;
		bottom: 0.9375vw;
		left: 0.9375vw;
	}
}

.recommended__underline {
	position: absolute;
	bottom: -5px;
	right: -3px;
	width: 60px;
}

.recommended__background {
	position: absolute;
	bottom: 0;
	left: 0;
	max-width: inherit;
	height: 61px;
	z-index: -1;
}

@media (max-width: 630px) {
	.recommended__background {
		height: 9.0625vw;
		left: 50%;
		-webkit-transform: translateX(-50%);
		-ms-transform: translateX(-50%);
		transform: translateX(-50%);
	}
}

.recommended__more {
	margin-top: 76px;
}

@media (max-width: 998px) {
	.recommended__more {
		margin-top: 40px;
	}
}

@media (max-width: 630px) {
	.recommended__more {
		margin-top: 7.5vw;
		font-weight: 600;
	}
}

.testimonial {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	width: 100%;
}

.testimonial__start {
	width: 43%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

@media (max-width: 630px) {
	.testimonial__start {
		width: 100%;
	}
}

.testimonial__end {
	width: 51%;
}

@media (max-width: 630px) {
	.testimonial__end {
		width: 100%;
	}
}

.testimonial__content {
	max-width: 510px;
	width: 100%;
	padding-top: 40px;
}

@media (max-width: 630px) {
	.testimonial__content {
		padding-top: 4.6875vw;
		max-width: inherit;
	}
}

.testimonial__title {
	font-size: 45px;
	color: #c24a7d;
	line-height: 1;
	font-weight: 700;
}

@media (max-width: 998px) {
	.testimonial__title {
		font-size: 35px;
	}
}

@media (max-width: 630px) {
	.testimonial__title {
		text-align: center;
		font-size: 7.03125vw;
	}
}

.testimonial__text {
	font-size: 25px;
	color: #393939;
}

@media (max-width: 998px) {
	.testimonial__text {
		font-size: 18px;
	}
}

@media (max-width: 630px) {
	.testimonial__text {
		line-height: 1.3;
		font-size: 5.3125vw;
		text-align: center;
		padding: 0 4.6875vw;
	}
}

.testimonial__sign {
	margin-left: 0;
	margin-right: auto;
	display: inherit;
	margin-top: 45px;
}

@media (max-width: 630px) {
	.testimonial__sign {
		display: none;
	}
}

.testimonial__image {
	border-radius: 50%;
	width: 420px;
	height: 420px;
}

@media (max-width: 998px) {
	.testimonial__image {
		width: 220px;
		height: 220px;
	}
}

@media (max-width: 630px) {
	.testimonial__image {
		width: 38.125vw;
		height: 38.125vw;
	}
}

.testimonial__image-wrap {
	position: relative;
	display: inline-block;
	margin: 0 auto;
}

.testimonial__bg {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	width: 425px;
	height: 415px;
}

@media (max-width: 998px) {
	.testimonial__bg {
		width: 225px;
		height: 215px;
	}
}

@media (max-width: 630px) {
	.testimonial__bg {
		width: 40vw;
		height: 38.4375vw;
	}
}

.newsletter {
	width: 100%;
	margin-top: 60px;
}

@media (max-width: 998px) {
	.newsletter {
		margin-top: 30px;
	}
}

@media (max-width: 630px) {
	.newsletter {
		margin-top: 4.6875vw;
	}
}

.contact {
	width: 100%;
	margin-top: 55px;
}

@media (max-width: 998px) {
	.contact {
		margin-top: 30px;
	}
}

@media (max-width: 630px) {
	.contact {
		margin-top: 5vw;
	}
}

.aside {
	padding-top: 10px;
}

@media (max-width: 1200px) {
	.aside {
		display: none;
	}
}

.aside--start {
	width: 100%;
	max-width: 300px;
}

.aside--end {
	width: 100%;
	max-width: 200px;
}

.aside__part {
	margin-bottom: 32px;
	background-color: #f1f1f1;
	border: 1px solid #414141;
	text-align: center;
}

.aside--end .aside__part {
	margin: 0;
	background-color: transparent;
	border: none;
	text-align: inherit;
}

.aside__title {
	color: #393939;
	font-size: 25px;
	font-weight: 700;
	margin-bottom: 18px;
	padding-bottom: 18px;
	position: relative;
	text-align: center;
	text-transform: uppercase;
}

@media (max-width: 630px) {
	.aside__title {
		font-size: 6.25vw;
		letter-spacing: -0.02em;
		margin-bottom: 5vw;
		padding-bottom: 4.375vw;
	}
}

.aside__title:after {
	content: url("../img/svg/underline_title_pink.svg");
	width: 67px;
	height: auto;
	display: block;
	position: absolute;
	bottom: 0;
	left: 50%;
	pointer-events: none;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
}

@media (max-width: 630px) {
	.aside__title:after {
		width: 20.9375vw;
		bottom: 0vw;
	}
}

.aside__title--recipes {
	margin-bottom: 25px;
	padding-bottom: 15px;
}

@media (max-width: 630px) {
	.aside__title--recipes {
		margin-bottom: 3.125vw;
		padding-bottom: 4.0625vw;
	}
}

.aside__title--recommended {
	margin-bottom: 16px;
	padding-bottom: 16px;
}

.aside__title--video {
	margin-bottom: 22px;
	padding-bottom: 16px;
}

.aside__title--directory {
	margin-bottom: 16px;
	padding-bottom: 18px;
}

.aside__title--translate {
	margin-bottom: 17px;
	padding-bottom: 14px;
}

.aside_subscribe {
	padding: 17px 15px 18px;
}

@media (max-width: 630px) {
	.aside_subscribe {
		padding: 3.75vw 4.375vw 5.3125vw;
	}
}

.aside_notebook {
	background-image: url("../img/notebook.jpg");
	padding: 10px 30px 5px;
	color: #393939;
	background-size: cover;
	background-repeat: no-repeat;
}

.aside_notebook__icon {
	margin: 0 auto 1px;
	width: 39px;
}

.aside_notebook__icon img {
	vertical-align: top;
}

.aside_notebook__title {
	margin: 0 0 3px;
	font-size: 25px;
	line-height: 1.2em;
	font-weight: 700;
}

.aside_notebook__text {
	font-size: 22px;
	line-height: 1.136364em;
	margin-bottom: 9px;
}

.aside_resipes {
	padding: 15px 18px 68px 15px;
}

@media (max-width: 630px) {
	.aside_resipes {
		padding: 4.6875vw 6.25vw 6.25vw;
	}
}

.aside_resipes__list {
	margin-top: 0;
	margin-bottom: 16px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

@media (max-width: 630px) {
	.aside_resipes__list {
		margin-bottom: 3.75vw;
	}
}

.aside_resipes__list .ui-state-active svg {
	fill: #c24a7d;
}

.aside_ads {
	height: 250px;
	width: 100%;
	padding: 0;
}

.aside_recommended {
	padding: 12px 10px 13px;
}

.aside_recommended__image {
	text-align: center;
	margin: 0 auto;
	width: 132px;
	height: 122px;
}

.aside_recommended__link {
	color: #393939;
	display: block;
	font-size: 20px;
	line-height: 30px;
	margin-top: 5px;
	text-decoration: underline;
}

.aside_recommended__link:hover {
	text-decoration: none;
}

.aside_video {
	padding: 12px 15px 23px;
}

@media (max-width: 630px) {
	.aside_video {
		padding: 5.9375vw;
	}
}

.aside_video iframe {
	height: 100%;
	width: 100%;
}

.aside_video__src {
	height: 200px;
}

@media (max-width: 630px) {
	.aside_video__src {
		height: 62.1875vw;
	}
}

.aside_directory {
	padding: 15px 17px 30px;
}

.aside_directory__list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	text-align: start;
}

.aside_directory__list li + li {
	margin-top: 12px;
}

.aside_directory__list a {
	color: #393939;
	font-size: 20px;
}

.aside_directory__list a:hover {
	color: #c24b7e;
	text-decoration: underline;
}

.aside_translate {
	padding: 11px 15px 25px;
}

@media (max-width: 630px) {
	.post {
		padding-top: 2.1875vw;
	}
}

.post__data {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	font-size: 25px;
	color: #393939;
	margin-top: 23px;
}

@media (max-width: 998px) {
	.post__data {
		font-size: 22px;
	}
}

@media (max-width: 630px) {
	.post__data {
		font-size: 4.375vw;
		margin-top: 4.6875vw;
	}
}

.post__data-avatar {
	width: 80px;
	height: 80px;
	overflow: hidden;
	border-radius: 50%;
	margin-left: 15px;
}

.post__data-avatar img {
	height: auto;
}

@media (max-width: 630px) {
	.post__data-avatar {
		width: 13.125vw;
		height: 13.125vw;
		margin-left: 3.125vw;
	}
	
	.post__data-date {
		display: block;
	}
}

.post__subtitle {
	font-size: 25px;
	color: #393939;
	font-weight: 700;
	margin-top: 15px;
	line-height: 1.4;
}

@media (max-width: 998px) {
	.post__subtitle {
		font-size: 22px;
	}
}

@media (max-width: 630px) {
	.post__subtitle {
		font-size: 5.3125vw;
		line-height: 1.3;
		margin-top: 1.875vw;
	}
}

.post__gallery {
	margin-top: 31px;
}

@media (max-width: 998px) {
	.post__gallery {
		margin-top: 20px;
	}
}

@media (max-width: 630px) {
	.post__gallery {
		margin-top: 3.125vw;
	}
}

.post__gallery-slider__slide-contain {
	background-repeat: no-repeat;
	background-size: cover;
	background-position: 50% 50%;
	height: 655px;
	position: relative;
}

@media (max-width: 630px) {
	.post__gallery-slider__slide-contain {
		height: 62.5vw;
	}
}

.post__share {
	margin-top: 30px;
}

@media (max-width: 998px) {
	.post__share {
		margin-top: 20px;
	}
}

@media (max-width: 630px) {
	.post__share {
		margin-top: 3.125vw;
	}
}

.post__text {
	font-size: 25px;
	color: #393939;
	line-height: 1.8;
	margin-top: 10px;
}

.post__text h2 {
	font-size: 35px;
	font-weight: 700;
	line-height: 1.55;
}

@media (max-width: 998px) {
	.post__text h2 {
		font-size: 32px;
	}
}

.post__text p:not(:last-child) {
	margin-bottom: 36px;
}

.post__text--general p {
	margin: 0 !important;
}

@media (max-width: 998px) {
	.post__text {
		line-height: 1.4;
		font-size: 22px;
	}
}

@media (max-width: 630px) {
	.post__text {
		margin-top: 1.5625vw;
		font-size: 5.3125vw;
		line-height: 1.2;
	}
	
	.post__text h2 {
		font-size: 6.5625vw;
	}
	
	.post__text p:not(:last-child) {
		margin-bottom: 6.25vw;
	}
}

.post-navigation {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	font-size: 25px;
	margin-top: 35px;
}

@media (max-width: 630px) {
	.post-navigation {
		font-size: 4.375vw;
		margin-top: 7.8125vw;
	}
}

.post-navigation a {
	text-decoration: underline;
	color: #393939;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.post-navigation a:hover {
	text-decoration: none;
}

.post-navigation img {
	width: 17px;
	height: 20px;
}

@media (max-width: 630px) {
	.post-navigation img {
		width: 2.8125vw;
		height: 3.125vw;
	}
}

.post-next img {
	margin-right: 15px;
}

@media (max-width: 630px) {
	.post-next img {
		margin-right: 1.9375vw;
	}
}

.post-previous img {
	margin-left: 15px;
}

@media (max-width: 630px) {
	.post-previous img {
		margin-left: 1.9375vw;
	}
}

.after_post {
	color: #393939;
	font-size: 25px;
}

@media (max-width: 630px) {
	.after_post {
		font-size: 5.3125vw;
	}
}

.after_post__title {
	font-size: 35px;
	margin-bottom: 25px;
	font-weight: 700;
	color: #7b8e4f;
}

@media (max-width: 630px) {
	.after_post__title {
		font-size: 6.5625vw;
		margin-bottom: 3.125vw;
	}
}

.after_post__list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.after_post__item {
	margin-left: 7px;
}

.after_post__item:not(:first-child) {
	margin: 0 7px;
}

@media (max-width: 630px) {
	.after_post__item {
		margin-left: 2.1875vw;
	}
	
	.after_post__item:not(:first-child) {
		margin: 0 2.1875vw;
	}
}

.after_post a {
	color: #c24b7e;
	text-decoration: underline;
}

.after_post a:hover {
	text-decoration: none;
}

.after_post__category {
	margin-top: 19px;
}

@media (max-width: 630px) {
	.after_post__category {
		margin-top: 3.125vw;
	}
}

.guides {
	width: 100%;
}

.guides__image {
	height: 190px;
}

@media (max-width: 630px) {
	.guides__slider {
		width: 100vw;
		margin-right: -3.125vw;
	}
}

.comments {
	width: 100%;
}

.comments__top {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin-top: 33px;
}

@media (max-width: 998px) {
	.comments__top {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		margin-top: 4.6875vw;
	}
}

.comments__bottom {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	width: 100%;
}

.comments__answer {
	font-size: 20px;
	font-weight: 700;
	color: #000;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

@media (max-width: 630px) {
	.comments__answer {
		font-size: 4.375vw;
	}
}

.comments__answer img {
	margin-right: 5px;
	width: 28px;
}

@media (max-width: 630px) {
	.comments__answer img {
		width: 6.25vw;
		margin-right: 1.5625vw;
	}
}

.comments__answers {
	padding-right: 80px;
}

@media (max-width: 630px) {
	.comments__answers {
		padding-right: 10.3125vw;
	}
}

.comments__item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin-bottom: 26px;
	position: relative;
}

@media (max-width: 630px) {
	.comments__item {
		margin-bottom: 4.6875vw;
	}
}

.comments__content {
	margin-top: 36px;
}

@media (max-width: 630px) {
	.comments__content {
		margin-top: 6.25vw;
	}
}

.comments__add_new {
	display: flex;
	justify-content: flex-end;
	align-items: center;
	width: 250px;
	min-width: 250px;
	font-size: 25px;
	line-height: 1.05;
	color: #fff;
}

.comments__add_new:before,
.comments__add_new:after {
	position: absolute;
	display: block;
	content: '';
	background: #fff;
	top: 50%;
	right: 15px;
	transform: translateY(-50%);
	z-index: 2;
}

.comments__add_new:before {
	width: 24px;
	height: 6px;
}

.comments__add_new:after {
	width: 6px;
	height: 24px;
	right: 24px;
}

.comments__add_new.active:after {
	display: none;
}

.comments__add_new.active svg {
	fill: #c24a7d !important;
}

@media (max-width: 998px) {
	.comments__add_new {
		-webkit-box-ordinal-group: 3;
		-ms-flex-order: 2;
		order: 2;
		margin: 0 auto;
	}
}

@media (max-width: 630px) {
	.comments__add_new {
		justify-content: center;
		font-size: 5.625vw;
		width: 60.3125vw;
		min-width: 0;
		padding: 1.5625vw 9.375vw 1.5625vw 3.125vw;
		margin-top: 3.125vw;
	}
}

.comments__body {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	background-color: #ededed;
	border: 1px solid #b7b7b7;
	padding: 7px 20px 5px 15px;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	font-size: 25px;
	color: #393939;
	position: relative;
}

@media (max-width: 630px) {
	.comments__body {
		padding: 2.8125vw 2.5vw 2.1875vw;
		font-size: 4.375vw;
	}
}

.comments__body:before,
.comments__body:after {
	content: '';
	display: block;
	position: absolute;
	left: 100%;
	width: 0;
	height: 0;
	border-style: solid;
}

.comments__body:after {
	top: 15px;
	border-color: transparent transparent transparent #ededed;
	border-width: 10px;
}

@media (max-width: 630px) {
	.comments__body:after {
		top: 2.25vw;
		border-width: 2vw;
	}
}

.comments__body:before {
	top: 14px;
	border-color: transparent transparent transparent #b7b7b7;
	border-width: 11px;
}

@media (max-width: 630px) {
	.comments__body:before {
		top: 2vw;
		border-width: 2.375vw;
	}
}

.comments__body--sub {
	background-color: #f7f7f7;
}

.comments__body--sub:after {
	border-color: transparent transparent transparent #f7f7f7;
}

.comments__avatar {
	margin-left: 30px;
}

@media (max-width: 630px) {
	.comments__avatar {
		margin-left: 2.5vw;
	}
}

.comments__img {
	min-width: 50px;
	width: 50px;
	min-height: 50px;
	height: 50px;
	border-radius: 50%;
	overflow: hidden;
}

@media (max-width: 630px) {
	.comments__img {
		min-width: 7.8125vw;
		min-height: 7.8125vw;
		width: 7.8125vw;
		height: 7.8125vw;
	}
}

.comment__top {
	display: flex;
	justify-content: space-between;
	align-items: baseline;
	flex-wrap: wrap;
	font-size: 20px;
	font-weight: 700;
	width: 100%;
}

.comment__awaiting_moderation {
	color: #c24b7e;
}

.comments__data {
	color: #393939;
}

@media (max-width: 630px) {
	.comment__top {
		font-size: 4.0625vw;
	}
}

.comments__data span {
	font-weight: 500;
	font-size: 18px;
}

@media (max-width: 630px) {
	.comments__data span {
		font-size: 3.4375vw;
	}
}

.comment__edit {
	color: #c24b7e;
	font-weight: 700;
	text-decoration: underline;
}

.comments__text {
	/*white-space: pre-wrap;*/
	width: 100%;
	margin-top: 4px;
}

.comments__text .wpfp-span {
	display: none;
}

@media (max-width: 630px) {
	.comments__text {
		font-size: 5vw;
	}
}

.comments__reply {
	font-size: 20px;
	color: #c24b7e;
	font-weight: 700;
	display: inline-block;
	text-decoration: underline;
	margin-top: 5px;
}

@media (max-width: 630px) {
	.comments__reply {
		font-size: 5vw;
		margin-top: 1.875vw;
		font-weight: 900;
	}
}

.comments__new {
	position: relative;
	width: 100%;
}

@media (max-width: 998px) {
	.comments__new {
		margin-top: 4.6875vw;
	}
}

.comments__new .js-hidden {
	display: none;
}

.comments__new + .comments__item {
	margin-top: 25px;
}

.comments__new .remodal-close {
	z-index: 2;
}

.comments__readmore {
	display: block;
	margin: 0 auto;
	margin-top: 20px;
	font-size: 29px;
	font-weight: 700;
	text-decoration: underline;
	color: #c24c7f;
	text-align: center;
}

.comments__readmore:hover {
	text-decoration: none;
}

@media (max-width: 630px) {
	.comments__readmore {
		font-size: 6.25vw;
		margin-top: 9.375vw;
	}
}

.js-highlight {
	background: yellow;
}

.js-new-comment .form__control--do_not_emailing {
	display: none;
}

.modal--comment-image {
	width: auto;
	font-size: 0;
	padding: 0;
}

.js-popup-comment-image-holder img {
	max-height: calc(95vh - 20px);
	margin: 0 auto;
}

.categories {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	justify-content: center;
	-webkit-box-align: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	width: calc(100% + 25px);
	margin-top: 30px;
	margin-left: -25px;
}

@media (max-width: 630px) {
	.categories {
		margin-top: 0;
	}
}

.categories > * {
	width: calc(33.333% - 25px);
	margin-left: 25px;
}

.categories__item {
	height: 320px;
	position: relative;
	overflow: hidden;
	padding-bottom: 55px;
	margin-bottom: 49px;
}

.categories__item:hover {
	opacity: 0.5;
}

@media (max-width: 998px) {
	.categories {
		width: calc(100% + 12px);
		margin-left: -12px;
	}
	
	.categories__item {
		height: 300px;
		margin-bottom: 20px;
	}
	
	.categories > * {
		width: calc(50% - 12px);
		margin-left: 12px;
	}
}

@media (max-width: 630px) {
	.categories__item {
		height: 225px;
		padding-bottom: 10.9375vw;
		margin-bottom: 3.4375vw;
	}
	
	.categories > .show-sm {
		width: 100%;
	}
}

.categories__title {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 61px;
	font-size: 25px;
	color: #000;
	text-align: center;
	padding: 0 10px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	z-index: 2;
}

.categories__title span,.categories__title h2 {
	position: relative;
	font-weight: 400;
}

@media (max-width: 630px) {
	.categories__title {
		font-size: 5.3125vw;
		height: 12.5vw;
	}
}

.categories__corner {
	width: 19px;
	height: 19px;
	position: absolute;
	bottom: 5px;
	left: 6px;
	z-index: 1;
}

.categories__image-wrap {
	z-index: 0;
	width: 100%;
	height: 100%;
}

.categories__background {
	position: absolute;
	bottom: -1px;
	left: 0;
	width: 100%;
	max-width: inherit;
	height: 61px;
	z-index: -1;
}

@media (max-width: 630px) {
	.categories__background {
		height: 12.5vw;
	}
}

.categories__add {
	border: 1px solid #e1e1e1;
	height: 320px;
	margin-bottom: 49px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

@media (max-width: 998px) {
	.categories__add {
		height: 300px;
		margin-bottom: 20px;
	}
}

@media (max-width: 630px) {
	.categories__add {
		display: none;
	}
}

.filters {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	font-size: 20px;
	color: #393939;
	font-weight: 700;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	width: 100%;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

@media (max-width: 998px) {
	.filters {
		font-size: 17px;
	}
}

@media (max-width: 630px) {
	.filters {
		font-size: 5.3125vw;
		display: none;
		text-align: center;
	}
}

.filters span {
	margin-left: 10px;
}

.filters__item {
	padding: 1px 15px 4px;
	border: 1px solid #393939;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	transition: .2s linear;
	margin: 5px;
}

.filters__item:hover {
	border-color: #ef6f14;
}

@media (max-width: 630px) {
	.filters__item {
		margin-top: 3.125vw;
		padding: 0.4vw 4vw 0.6vw;
	}
}

.filters__item--current {
	color: #fff;
	border-color: transparent;
	background-color: #ef6f14;
}

.filters__item--current .filters__link {
	color: #fff;
}

.filters__link {
	color: #393939;
	font-weight: 700;
}

.filters__toggle {
	font-size: 5vw;
	color: #393939;
	margin: 3.125vw auto;
	font-weight: 700;
}

.filters__toggle span {
	display: inline-block;
}

.filters__toggle span:after {
	position: relative;
	display: inline-block;
	content: '';
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 3vw 2.6vw 0;
	border-color: #393939 transparent transparent transparent;
	margin-right: 2.5vw;
	transition: .2s;
}

.filters__toggle.active span:after {
	transform: rotate(-180deg);
}


.pagination {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	width: 100%;
	margin-top: 11px;
}

.pagination__link {
	font-size: 40px;
	color: #393939;
	margin: 0 12px;
}

.pagination__link:not(.dots):hover {
	color: #ef6f14;
}

@media (max-width: 630px) {
	.pagination__link {
		font-size: 6.25vw;
		margin: 0 2.1875vw;
	}
}

.pagination__link--current {
	color: #ef6f14;
	font-weight: 700;
}

.pagination__link--next,
.pagination__link--prev {
	margin: 0 18px;
}

.pagination__link--next svg,
.pagination__link--prev svg {
	width: 23px;
	height: 29px;
	fill: #393939;
}

@media (max-width: 630px) {
	.pagination__link--next svg,
	.pagination__link--prev svg {
		width: 3.75vw;
		height: 4.6875vw;
	}
}

.pagination__link--next:hover svg,
.pagination__link--prev:hover svg {
	fill: #ef6f14;
}

.blocks {
	max-width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.blocks__item {
	max-width: 23.5%;
	width: 100%;
	background-color: #f1f1f1;
	border: 1px solid #414141;
	text-align: center;
}

.bottom-slider-block{
	max-width:100%!important;
	max-height:100%!important;
}

.before-bottom-slider {
	width:100%;
	text-align: center;
	max-width: 100%;
}

.js-bottom-slider .slick-prev {
	right:-60px!important;

}
.js-bottom-slider .slick-next {
	left:-60px!important;

}

.before-bottom-slider .after_post__title{
	text-align: right!important;
}

.js-bottom-slider .slick-slide{
	padding: 0 10px;
}

.js-bottom-slider .js-img{
	min-height: 144px;
}

@media (max-width: 998px) {
	.blocks__item {
		max-width: 49%;
		margin-bottom: 20px;
	}
}

@media (max-width: 630px) {
	.blocks__item {
		max-width: 100%;
	}
	
	.blocks__item:not(:last-child) {
		margin-bottom: 7.1875vw;
	}
}

.blocks__item--video {
	padding: 11px 15px 25px;
}

.blocks__item--resipes {
	padding: 15px 15px 82px;
}

@media (max-width: 630px) {
	.blocks__item--resipes {
		padding: 3.125vw 7.1875vw 6.5625vw;
	}
}

.blocks__item--subscribe {
	padding: 18px 15px;
}

.resipes__header {
	border-bottom: 2px solid #393939;
	padding-bottom: 24px;
	color: #393939;
	font-size: 20px;
}

@media (max-width: 998px) {
	.resipes__header {
		font-size: 16px;
	}
}

@media (max-width: 630px) {
	.resipes__header {
		font-size: 5.3125vw;
		padding-bottom: 2.1875vw;
	}
}

.resipes__header__inner {
	display: flex;
	flex-wrap: wrap;
	margin: 0 -30px;
}

@media (max-width: 998px) {
	.resipes__header__inner {
		margin: 0 -15px;
	}
}

@media (max-width: 630px) {
	.resipes__header__inner {
		margin: 0 -3.125vw;
	}
}

.resipes__header-doublecol {
	display: flex;
}

.resipes__header-doublecol:last-child .resipes__header-col:last-child {
	border: none;
}

.resipes__header-col.bold {
	font-weight: 900;
}

.resipes__header-col {
	text-align: center;
	border-left: 2px solid #393939;
	padding: 0 30px;
}

@media screen and (max-width: 630px) {
	.resipes__header-col:last-child {
		border: none;
	}
}

@media (max-width: 998px) {
	.resipes__header-col {
		padding: 0 15px;
	}
}

@media (max-width: 630px) {
	.resipes__header-col {
		padding: 0 3.125vw;
		margin: 0.9375vw 0;
		text-align: right;
	}
}

.resipes__header-col span {
	display: block;
	font-size: 30px;
}

@media (max-width: 998px) {
	.resipes__header-col span {
		font-size: 20px;
	}
}

@media (max-width: 630px) {
	.resipes__header-col span {
		font-size: 5.3125vw;
		display: inline;
	}
}

.resipes__content {
	font-size: 22px;
	color: #393939;
    line-height: 1.3;
}

.resipes__content .wpfp-span {
	display: none;
}

.resipes__content img {
	height: auto;
}
.resipes__content .more > p {
	margin-top: 0!important;
	margin-bottom: 20px;
}
 
@media (max-width: 630px) {
	.resipes__content {
		font-size: 5.3125vw;
	}
}

.resipes__content i,
.resipes__content em {
	position: relative;
	color: #7b8e4f;
	font-size: 25px;
	font-family: 'FbBegale';
	font-weight: 600;
	top: .25em;
}

@media (max-width: 630px) {
	.resipes__content i,
	.resipes__content em {
		font-size: 6vw;
		line-height: 5vw;
	}
}

.resipes__content h4 {
	margin-top: 40px;
	color: #7b8e4f;
	font-size: 35px;
}

@media (max-width: 630px) {
	.resipes__content h4 {
		font-size: 6.5625vw;
		margin-top: 7.8125vw;
	}
}

.resipes__content p {
	margin-top: 20px;
}

@media (max-width: 630px) {
	.resipes__content p {
		margin-top: 1.9375vw;
	}
}

.resipes__content strong {
	font-weight: 700;
}

.resipes__content a {
	color: #c24b7e;
	text-decoration: underline;
}

.resipes__content a:hover {
	text-decoration: none;
}

.resipes__content li {
	margin: 10px 0;
}

@media (max-width: 630px) {
	.resipes__content li {
		margin: 1.5625vw 0;
	}
}

.resipes__share {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

@media (max-width: 630px) {
	.resipes__share {
		margin-top: 3.125vw;
	}
}

.resipes__share-start {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	font-size: 25px;
	color: #393939;
}

@media (max-width: 630px) {
	.resipes__share-start {
		font-size: 5.3125vw;
	}
}

.resipes__share-start img {
	margin-left: 15px;
	width: 37px;
}

@media (max-width: 630px) {
	.resipes__share-start img {
		display: none;
	}
}

@media (max-width: 630px) {
	.resipes__share-end {
		width: 100%;
		margin-top: 6.25vw;
	}
}

.resipes__share--matcon {
	margin-top: 35px;
}

@media (max-width: 630px) {
	.resipes__share--matcon {
		margin-top: 4.6875vw;
	}
}

.resipes__share--madrich {
	margin-top: 40px;
}

@media (max-width: 630px) {
	.resipes__share--madrich {
		margin-top: 4.6875vw;
	}
}

.header-search__results {
	display: none;
}

.header-search__results.active {
	display: block;
}

.autocomplete-menu {
	overflow: hidden;
	padding-right: 0;
}

.autocomplete-menu__parts {
	-webkit-box-align: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	padding-left: 23px;
}

.autocomplete-menu__part {
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	width: auto;
}

.autocomplete-menu__part--results {
	padding-left: 23px;
	padding-bottom: 8px;
}

.autocomplete-menu__part--placeholder {
	-webkit-box-flex: 0;
	-ms-flex-positive: 0;
	flex-grow: 0;
	width: 270px;
	padding-bottom: 26px;
	padding-top: 26px;
	position: relative;
}

.autocomplete-menu__placeholder {
	background-repeat: no-repeat;
	background-size: cover;
	background-position: 50% 50%;
	height: 180px;
	width: 100%;
}

.autocomplete-menu__bottom {
	border-top: 1px solid #c0c0c0;
	text-align: center;
	position: relative;
	z-index: 2;
	font-size: 22px;
	font-weight: 600;
	line-height: 35px;
	padding-top: 4px;
}

@media (max-width: 630px) {
	.autocomplete-menu__parts {
		display: block;
		padding-left: 0;
	}
	
	.autocomplete-menu {
		overflow: visible;
	}
	
	.autocomplete-menu__part--placeholder {
		display: none;
	}
	
	.autocomplete-menu__bottom {
		font-size: 5.625vw;
		line-height: 1.4;
		border: none;
	}
	
	.section--banner .autocomplete-menu {
		padding-bottom: 8px;
	}
	
	.autocomplete-menu__part--results {
		padding-left: 0;
		width: 100%;
	}
	
	.ui-autocomplete {
		position: static !important;
		display: block;
		top: 0 !important;
		width: 100% !important;
	}
	
	.ui-autocomplete > li {
		display: block !important;
	}
}

.autocomplete-menu__link {
	text-decoration: underline;
	color: #bd4c7a;
	font-size: 26px;
}

.autocomplete-menu__link:hover {
	text-decoration: none;
}

.autocomplete-menu__additional {
	text-align: right;
	padding: 10px 22px 10px;
}

.autocomplete-menu__additional-link {
	color: #393939;
	font-weight: 700;
	text-decoration: underline;
}

@media (min-width: 993px) {
	.ui-autocomplete {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		font-size: 25px;
		left: 0 !important;
		line-height: 35px;
		margin-bottom: -20px;
		padding-bottom: 0;
		padding-top: 14px;
		top: 0 !important;
		width: auto !important;
	}
}

@media (max-width: 630px) {
	.ui-autocomplete {
		text-align: right;
		margin-top: .5em;
	}
	
	.autocomplete-menu__link {
		font-size: inherit;
	}
	
	.autocomplete-menu__additional {
		padding: 0;
		margin-top: calc(-.33em - 10px);
		margin-bottom: .33em;
	}
	
	.autocomplete-menu__additional-link {
		font-size: .89em;
	}
}

.ui-autocomplete-category {
	font-weight: bold;
	padding: 0;
	margin: 0;
	line-height: inherit;
	font-size: 22px;
}

@media (max-width: 630px) {
	.ui-autocomplete-category {
		font-size: 5.625vw;
		text-align: right;
	}
}

.ui-autocomplete-category ul {
	padding: 0;
}

.submenu {
	font-weight: normal;
}

.submenu li {
	color: #393939;
}

.submenu li:hover {
	color: #bd4c7a;
}

@media (min-width: 993px) {
	.submenu li:not(:last-child) {
		border-bottom: 1px solid #c0c0c0;
	}
}

@media (max-width: 630px) {
	.submenu {
		text-align: right;
		font-size: .89em;
	}
	
	.submenu li {
		margin: .33em 0;
	}
}

.ui-autocomplete > li > div > ul {
	display: block !important;
	position: relative !important;
	border: 0 !important;
}

span.ui-menu-icon {
	display: none !important;
}

.ui-autocomplete > li {
	cursor: pointer;
	display: inline-block !important;
	vertical-align: top;
	width: 50%;
	padding: 0 23px 20px;
}

@media (max-width: 630px) {
	.ui-autocomplete > li {
		color: #c44b80;
		width: 100%;
		display: block;
		text-align: right;
		padding: 0;
	}
}

.ui-helper-hidden-accessible {
	display: none;
}

.aside-slider {
	display: block;
	height: auto;
	margin-top: 0;
}

.aside-slider[aria-hidden="true"] {
	height: 0;
}

html[dir="rtl"] .aside-slider .slick-prev,
html[dir="rtl"] .aside-slider .slick-next {
	background-size: cover;
	background-repeat: no-repeat;
	bottom: -43px;
	height: 26px;
	top: auto;
	-webkit-transform: none;
	-ms-transform: none;
	transform: none;
	width: 22px;
}

@media (max-width: 630px) {
	html[dir="rtl"] .aside-slider .slick-prev,
	html[dir="rtl"] .aside-slider .slick-next {
		height: 8.125vw;
		top: 34%;
		width: 6.5625vw;
	}
}

html[dir="rtl"] .aside-slider .slick-prev {
	background-image: url("../img/svg/arrow_right.svg");
	right: 50%;
	-webkit-transform: translateX(100%);
	-ms-transform: translateX(100%);
	transform: translateX(100%);
	margin-right: -16px;
}

html[dir="rtl"] .aside-slider .slick-prev:hover {
	background-image: url("../img/svg/arrow_right_hov.svg");
}

@media (max-width: 630px) {
	html[dir="rtl"] .aside-slider .slick-prev {
		margin-right: 0;
		right: -4.375vw;
		-webkit-transform: none;
		-ms-transform: none;
		transform: none;
	}
}

html[dir="rtl"] .aside-slider .slick-next {
	background-image: url("../img/svg/arrow_left.svg");
	left: 50%;
	-webkit-transform: translateX(-100%);
	-ms-transform: translateX(-100%);
	transform: translateX(-100%);
	margin-left: -16px;
}

html[dir="rtl"] .aside-slider .slick-next:hover {
	background-image: url("../img/svg/arrow_left_hov.svg");
}

@media (max-width: 630px) {
	html[dir="rtl"] .aside-slider .slick-next {
		left: -4.375vw;
		margin-left: 0;
		-webkit-transform: none;
		-ms-transform: none;
		transform: none;
	}
}

.aside-slider__slide {
	-webkit-box-align: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	padding-top: 0;
	position: relative;
	vertical-align: top;
	width: 25%;
}

.aside-slider__slide-img {
	height: 175px;
	width: 100%;
}

@media (max-width: 630px) {
	.aside-slider__slide-img {
		height: 45.3125vw;
		margin: 0 auto;
		width: 68.125vw;
	}
}

.aside-slider__slide-title {
	color: #393939;
	font-size: 20px;
	margin-top: 5px;
}

@media (max-width: 630px) {
	.aside-slider__slide-title {
		font-size: 5.3125vw;
		margin-top: 2.1875vw;
	}
}

.hidden-svg .hover-stroke {
	-webkit-transition: stroke 2s;
	-o-transition: stroke 2s;
	transition: stroke 2s;
}

.hidden-svg--google.hovered .hover-stroke {
	stroke: #df0404;
}

.share_email--modal {
	width: 100%;
	padding: 40px 30px 20px;
}

.share_email__container {
	width: 100%;
}

.share_email__input__wrap {
	margin-bottom: 15px;
}

.share_email--modal .form__input--comment {
	max-width: 100%;
}

.share_email__btn__wrap {
	text-align: center;
}

.share_email__response {
	font-size: 22px;
	padding-bottom: 20px;
}

.print__form {
	text-align: right;
}

.print__btn__wrap {
	text-align: center;
	margin-top: 20px;
}

html body *:focus {
	outline-color: #c24b7f !important;
}

input.wpcf7-form-control.wpcf7-text.wpcf7-email.wpcf7-validates-as-required.wpcf7-validates-as-email.form__input.form__input--subscribe {
	text-align: right;
}

@media print{.header__alert,.header,.js-search-images-box,.move_to_top_of_body,.section--outsidemenu,.section--breadcrumbs,.banner_resipe__end,.banner_resipe__labels,.banner_resipe__text,.banner_resipe__hashtag,.banner_resipe__data,.aside,.resipes__share,.js-timer,.after_ingridients,.section--share,.after_post,.post-navigation,.section--blocks,.comments__top,.form--searchform,.comments__readmore,.comments__bottom,.tabs__list--comments,.footer,.adv,.adv__wrap,.wpfp-span,.post__data,.post__gallery,.section--share-post,.section--guides{display:none!important}.resipes__header{display:block!important}.comments{padding-bottom:10px}.comments__body{display:table!important;width:100%!important}.comments__item{page-break-inside:avoid}*{color:#000!important;font-size:14px!important;background:0 0!important}h1,h2,h3,h4{font-size:22px!important}html,body{width:210mm;height:282mm}body{padding-top:15mm}.fixed-print-text{display:block!important;text-align:center;font-weight:700;margin-top:20px}img{max-width:50%}.trv-player-container{display:none}.banner_resipe__tag{display:none}.banner_resipe__start{width:100%;padding:0 30px}h1.banner_resipe__title{font-size:41px!important} p > img { display:none !important; }}

/* Gallery Styles */
.gallery {
	margin-left: -10px;
	margin-right: -10px;
}

.gallery-item {
	padding: 0 10px 20px;
}

.gallery-item img {
	display: block;
	width: 100%;
}
.custom-html-widget ins{
	background: transparent;
}

.custom-html-widget ins{
	background: transparent;
}

@media (max-width: 630px) {
	.gallery {
		margin-left: -1.388889vw;
		margin-right: -1.388889vw;
	}
	
	.gallery-item {
		padding: 0 1.388889vw 2.777778vw;
	}
}


.avnispopup {
	position: fixed;
	width: fit-content;
	height: fit-content;
	z-index: 100000;
}

.avnispopup img {
	max-width:100%;
	display:block;
}


.avnispopup.popos-center {
	left: 0;
	top: 0;
	bottom: 0;
	right: 0;
	margin: auto;
}
.avnispopup.popos-top {
	left: 0;
	top: 0;
	right: 0;
	margin: auto;
	bottom: auto;
}
.avnispopup.popos-right {
	bottom: 0;
	top: 0;
	right: 0;
	margin: auto;
	left: auto;
}
.avnispopup.popos-left {
	left: 0;
	top: 0;
	bottom: 0;
	right: auto; 
	margin: auto;
}
.avnispopup.popos-bottom {
	left: 0;
	bottom: 0;
	right: 0;
	top: auto; 
	margin: auto;
}
.avnispopup.popos-bottom-right {
	bottom: 0;
	right: 0;
	top: auto;
	left: auto;
	margin: auto;
}
.avnispopup.popos-bottom-left {
	left: 0;
	bottom: 0;
	right: auto;
	top: auto;
	margin: auto;
}
.avnispopup.popos-top-left {
	left: 0;
	top: 0;
	right: auto;
	bottom: auto;
	margin: auto;
}
.avnispopup.popos-top-right {
	top: 0;
	right: 0;
	left: auto;
	bottom: auto;
	margin: auto;
}
.popup-close {
	position: absolute;
	top: 0;
	right: 0;
	line-height: 1;
	padding: 15px;
	background: rgba(0,0,0,0.2);
	text-shadow: 0px 1px 0px white;
	cursor: pointer;
	transition: 0.4s all ease;
}

.popup-close:hover {
	opacity: 0.7;
}
@media (max-width:992px)
{
	.header-search__results .ui-autocomplete-category ul {
		display: block !important;
		
	}
}
@media print
{
    .trv-player-container { display:none; }
}

body.single-recipe .adv__wrap + .adv__wrap {
    border-top: 1px solid #AAA;
    margin-top: 30px;
}

.adv__wrap {
    position: relative;
}
	
body > iframe[pm_ifr="true"] {
	top: auto !important;
	left: auto !important;
}
main {
    position: relative;
    z-index: 3;
} 
.footer-socials {
	margin-top:30px;
    display: flex;
    justify-content: center;
}

.footer-socials a {
    margin: 10px;
    font-size: 35px;
}
.wsp-container ul li {
    padding: 15px;
    font-size: 20px;
}
form.wpcf7-form input.wpcf7-text {
    text-align: right;
}
.resipes__content .h4 {
    margin-top: 40px;
    color: #7b8e4f;
    font-size: 35px;
}
#accability_toolbar>button:not(#show_accability_menu) {
    height: 37px;
}
div#content_readmore {
    margin: 100px 0px 0px;
    line-height: 1.4;
}

div#content_readmore p {
    font-size: 18px;
}
span.more-toggle {
    display: block;
    cursor: pointer;
    text-decoration: underline;
    color: #c24b7e;
    font-weight: 700;
}
@media (max-width:767px)
{
	div#content_readmore {
		margin: 50px 0px 20px;
	}
	.banner_resipe__end {
		min-height: 67vw;
	}
	.banner.banner--resipe .banner-slider {
		height: 67vw;
	}
}
div#totop {
    position: fixed;
    bottom: 20px;
    right: 20px;
    background: #c24b7e;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    border-radius: 40px;
    font-size: 20px;
    color: white;
    text-shadow: 0px 2px 0px black;
    cursor: pointer;
}


div#tutorials-container a {
    display: block;
    position: relative;
    margin-bottom: 10px;
}

div#tutorials-container a h2 {
    position: absolute;
    z-index: 2;
    bottom: 14%;
    text-align: center;
    left: 0px;
    right: 0;
    width: 100%;
    color: white;
    font-size: 27px;
    font-weight: 300;
    opacity: 0;
}

div#tutorials-container a img {
    width: 100%;
    height: 100%;
    object-fit: cover; 
}


.floating-left {
    position: fixed;
    left: 0;
    bottom: 0;
    padding: 15px;
    z-index: 10;
    display: flex;
    flex-direction: column;
    text-align: center;
}

.floating-left > a {
    width: 50px;
    height: 50px;
    line-height: 50px;
    display: block;
    margin-top: 10px;
    border-radius: 50px;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    border-radius: 40px;
    font-size: 20px;
    color: #fff;
    text-shadow: 0 2px 0 #000;
    cursor: pointer;
}

a.floating-shop.floating-icon {
    background: #ff9800;
}

a.floating-instagram.floating-icon {
    background: #c5409c;
} 

@media (max-width:767px) {
    div#totop {
        bottom: 65px;
    }
}
.dakot_order_by {
	display: flex;
	margin-top: 15px;
	flex-wrap: wrap;
	flex-direction: row;
	gap: 15px;
	justify-content: flex-start;
	align-items: center;
	width: 100%;
	max-width: 100%;
}
.dakot_order_by__title {
	font-size: 20px;
	color: #393939;
	font-weight: 700;
}
.dakot_order_by_wrapper {
	position: relative;
}
.dakot_order_by_wrapper form {
	position: relative;display: block;
}
.dakot_order_by_wrapper form select {
	cursor: pointer;
	width: 160px;
	padding: 5px 10px;
	font-size: 18px;
	border-bottom: 2px solid #000;
	border-top: none;
	border-right: none;
	border-left: none;
	font-weight: 400;
}
  