@import url(https://fonts.googleapis.com/css?family=Roboto:400,400i,700,900&subset=cyrillic);
@import url(https://fonts.googleapis.com/css?family=PT+Sans&subset=cyrillic);
@import url(https://fonts.googleapis.com/css?family=Open+Sans&subset=cyrillic);
html {
	line-height: 1.15;
	-webkit-text-size-adjust: 100%
}
body {
	margin: 0
}
h1 {
	font-size: 2em;
	margin: .67em 0
}
hr {
	box-sizing: content-box;
	height: 0;
	overflow: visible
}
pre {
	font-family: monospace, monospace;
	font-size: 1em
}
a {
	background-color: transparent
}
abbr[title] {
	border-bottom: none;
	text-decoration: underline;
	text-decoration: underline dotted
}
b, strong {
	font-weight: bolder
}
code, kbd, samp {
	font-family: monospace, monospace;
	font-size: 1em
}
small {
	font-size: 80%
}
sub, sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline
}
sub {
	bottom: -.25em
}
sup {
	top: -.5em
}
img {
	border-style: none
}
button, input, optgroup, select, textarea {
	font-family: inherit;
	font-size: 100%;
	line-height: 1.15;
	margin: 0
}
button, input {
	overflow: visible
}
button, select {
	text-transform: none
}
[type=button], [type=reset], [type=submit], button {
	-webkit-appearance: button
}
[type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner, button::-moz-focus-inner {
	border-style: none;
	padding: 0
}
[type=button]:-moz-focusring, [type=reset]:-moz-focusring, [type=submit]:-moz-focusring, button:-moz-focusring {
	outline: 1px dotted ButtonText
}
fieldset {
	padding: .35em .75em .625em
}
legend {
	box-sizing: border-box;
	color: inherit;
	display: table;
	max-width: 100%;
	padding: 0;
	white-space: normal
}
progress {
	vertical-align: baseline
}
textarea {
	overflow: auto
}
[type=checkbox], [type=radio] {
	box-sizing: border-box;
	padding: 0
}
[type=number]::-webkit-inner-spin-button, [type=number]::-webkit-outer-spin-button {
	height: auto
}
[type=search] {
	-webkit-appearance: textfield;
	outline-offset: -2px
}
[type=search]::-webkit-search-decoration {
	-webkit-appearance: none
}
::-webkit-file-upload-button {
	-webkit-appearance: button;
	font: inherit
}
details {
	display: block
}
summary {
	display: list-item
}
[hidden], template {
	display: none
}
@font-face {
	font-family: FontAwesome;
	src: url(../fonts/font-awesome/fontawesome-webfont.eot?v=4.7.0);
	src: url(../fonts/font-awesome/fontawesome-webfont.eot?#iefix&v=4.7.0) format("embedded-opentype"), url(../fonts/font-awesome/fontawesome-webfont.woff2?v=4.7.0) format("woff2"), url(../fonts/font-awesome/fontawesome-webfont.woff?v=4.7.0) format("woff"), url(../fonts/font-awesome/fontawesome-webfont.ttf?v=4.7.0) format("truetype"), url(../fonts/font-awesome/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular) format("svg");
	font-weight: 400;
	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: .08em solid #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: a 2s infinite linear;
	animation: a 2s infinite linear
}
.fa-pulse {
	-webkit-animation: a 1s infinite steps(8);
	animation: a 1s infinite steps(8)
}
.fa-rotate-90 {
	-ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
	-webkit-transform: rotate(90deg);
	transform: rotate(90deg)
}
.fa-rotate-180 {
	-ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg)
}
.fa-rotate-270 {
	-ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
	-webkit-transform: rotate(270deg);
	transform: rotate(270deg)
}
.fa-flip-horizontal {
	-ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
	-webkit-transform: scaleX(-1);
	transform: scaleX(-1)
}
.fa-flip-vertical {
	-ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
	-webkit-transform: scaleY(-1);
	transform: scaleY(-1)
}
:root .fa-flip-horizontal, :root .fa-flip-vertical, :root .fa-rotate-90, :root .fa-rotate-180, :root .fa-rotate-270 {
	-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-close:before, .fa-remove: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-cog:before, .fa-gear: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-repeat:before, .fa-rotate-right: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-image:before, .fa-photo: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-exclamation-triangle:before, .fa-warning: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-cogs:before, .fa-gears: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-floppy-o:before, .fa-save:before {
	content: "\F0C7"
}
.fa-square:before {
	content: "\F0C8"
}
.fa-bars:before, .fa-navicon:before, .fa-reorder: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-sort:before, .fa-unsorted:before {
	content: "\F0DC"
}
.fa-sort-desc:before, .fa-sort-down:before {
	content: "\F0DD"
}
.fa-sort-asc:before, .fa-sort-up:before {
	content: "\F0DE"
}
.fa-envelope:before {
	content: "\F0E0"
}
.fa-linkedin:before {
	content: "\F0E1"
}
.fa-rotate-left:before, .fa-undo:before {
	content: "\F0E2"
}
.fa-gavel:before, .fa-legal:before {
	content: "\F0E3"
}
.fa-dashboard:before, .fa-tachometer:before {
	content: "\F0E4"
}
.fa-comment-o:before {
	content: "\F0E5"
}
.fa-comments-o:before {
	content: "\F0E6"
}
.fa-bolt:before, .fa-flash:before {
	content: "\F0E7"
}
.fa-sitemap:before {
	content: "\F0E8"
}
.fa-umbrella:before {
	content: "\F0E9"
}
.fa-clipboard:before, .fa-paste: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-chain-broken:before, .fa-unlink: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-caret-square-o-down:before, .fa-toggle-down:before {
	content: "\F150"
}
.fa-caret-square-o-up:before, .fa-toggle-up:before {
	content: "\F151"
}
.fa-caret-square-o-right:before, .fa-toggle-right:before {
	content: "\F152"
}
.fa-eur:before, .fa-euro:before {
	content: "\F153"
}
.fa-gbp:before {
	content: "\F154"
}
.fa-dollar:before, .fa-usd:before {
	content: "\F155"
}
.fa-inr:before, .fa-rupee:before {
	content: "\F156"
}
.fa-cny:before, .fa-jpy:before, .fa-rmb:before, .fa-yen:before {
	content: "\F157"
}
.fa-rouble:before, .fa-rub:before, .fa-ruble:before {
	content: "\F158"
}
.fa-krw:before, .fa-won: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-caret-square-o-left:before, .fa-toggle-left:before {
	content: "\F191"
}
.fa-dot-circle-o:before {
	content: "\F192"
}
.fa-wheelchair:before {
	content: "\F193"
}
.fa-vimeo-square:before {
	content: "\F194"
}
.fa-try:before, .fa-turkish-lira: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-bank:before, .fa-institution:before, .fa-university:before {
	content: "\F19C"
}
.fa-graduation-cap:before, .fa-mortar-board: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-image-o:before, .fa-file-photo-o:before, .fa-file-picture-o:before {
	content: "\F1C5"
}
.fa-file-archive-o:before, .fa-file-zip-o:before {
	content: "\F1C6"
}
.fa-file-audio-o:before, .fa-file-sound-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-ring:before, .fa-life-saver:before, .fa-support:before {
	content: "\F1CD"
}
.fa-circle-o-notch:before {
	content: "\F1CE"
}
.fa-ra:before, .fa-rebel:before, .fa-resistance:before {
	content: "\F1D0"
}
.fa-empire:before, .fa-ge:before {
	content: "\F1D1"
}
.fa-git-square:before {
	content: "\F1D2"
}
.fa-git:before {
	content: "\F1D3"
}
.fa-hacker-news:before, .fa-y-combinator-square:before, .fa-yc-square:before {
	content: "\F1D4"
}
.fa-tencent-weibo:before {
	content: "\F1D5"
}
.fa-qq:before {
	content: "\F1D6"
}
.fa-wechat:before, .fa-weixin:before {
	content: "\F1D7"
}
.fa-paper-plane:before, .fa-send:before {
	content: "\F1D8"
}
.fa-paper-plane-o:before, .fa-send-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-futbol-o:before, .fa-soccer-ball-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-ils:before, .fa-shekel:before, .fa-sheqel: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-bed:before, .fa-hotel:before {
	content: "\F236"
}
.fa-viacoin:before {
	content: "\F237"
}
.fa-train:before {
	content: "\F238"
}
.fa-subway:before {
	content: "\F239"
}
.fa-medium:before {
	content: "\F23A"
}
.fa-y-combinator:before, .fa-yc: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-full:before, .fa-battery: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-paper-o:before, .fa-hand-stop-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-television:before, .fa-tv: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-american-sign-language-interpreting:before, .fa-asl-interpreting:before {
	content: "\F2A3"
}
.fa-deaf:before, .fa-deafness:before, .fa-hard-of-hearing:before {
	content: "\F2A4"
}
.fa-glide:before {
	content: "\F2A5"
}
.fa-glide-g:before {
	content: "\F2A6"
}
.fa-sign-language:before, .fa-signing: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-address-card:before, .fa-vcard:before {
	content: "\F2BB"
}
.fa-address-card-o:before, .fa-vcard-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-full:before, .fa-thermometer: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-bath:before, .fa-bathtub:before, .fa-s15: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
}
body.fancybox-active {
	overflow: hidden
}
body.fancybox-iosfix {
	position: fixed;
	left: 0;
	right: 0
}
.fancybox-is-hidden {
	position: absolute;
	top: -9999px;
	left: -9999px;
	visibility: hidden
}
.fancybox-container {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 99992;
	-webkit-tap-highlight-color: transparent;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, sans-serif
}
.fancybox-bg, .fancybox-inner, .fancybox-outer, .fancybox-stage {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0
}
.fancybox-outer {
	overflow-y: auto;
	-webkit-overflow-scrolling: touch
}
.fancybox-bg {
	background: #1e1e1e;
	opacity: 0;
	transition-duration: inherit;
	transition-property: opacity;
	transition-timing-function: cubic-bezier(.47, 0, .74, .71)
}
.fancybox-is-open .fancybox-bg {
	opacity: .87;
	transition-timing-function: cubic-bezier(.22, .61, .36, 1)
}
.fancybox-caption-wrap, .fancybox-infobar, .fancybox-toolbar {
	position: absolute;
	direction: ltr;
	z-index: 99997;
	opacity: 0;
	visibility: hidden;
	transition: opacity .25s, visibility 0s linear .25s;
	box-sizing: border-box
}
.fancybox-show-caption .fancybox-caption-wrap, .fancybox-show-infobar .fancybox-infobar, .fancybox-show-toolbar .fancybox-toolbar {
	opacity: 1;
	visibility: visible;
	transition: opacity .25s, visibility 0s
}
.fancybox-infobar {
	top: 0;
	left: 0;
	font-size: 13px;
	padding: 0 10px;
	height: 44px;
	min-width: 44px;
	line-height: 44px;
	color: #ccc;
	text-align: center;
	pointer-events: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-touch-callout: none;
	-webkit-tap-highlight-color: transparent;
	-webkit-font-smoothing: subpixel-antialiased;
	mix-blend-mode: exclusion
}
.fancybox-toolbar {
	top: 0;
	right: 0;
	margin: 0;
	padding: 0
}
.fancybox-stage {
	overflow: hidden;
	direction: ltr;
	z-index: 99994;
	-webkit-transform: translateZ(0)
}
.fancybox-is-closing .fancybox-stage {
	overflow: visible
}
.fancybox-slide {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	overflow: auto;
	outline: none;
	white-space: normal;
	box-sizing: border-box;
	text-align: center;
	z-index: 99994;
	-webkit-overflow-scrolling: touch;
	display: none;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	transition-property: opacity, -webkit-transform;
	transition-property: transform, opacity;
	transition-property: transform, opacity, -webkit-transform
}
.fancybox-slide:before {
	content: "";
	display: inline-block;
	vertical-align: middle;
	height: 100%;
	width: 0
}
.fancybox-is-sliding .fancybox-slide, .fancybox-slide--current, .fancybox-slide--next, .fancybox-slide--previous {
	display: block
}
.fancybox-slide--image {
	overflow: visible
}
.fancybox-slide--image:before {
	display: none
}
.fancybox-slide--video .fancybox-content, .fancybox-slide--video iframe {
	background: #000
}
.fancybox-slide--map .fancybox-content, .fancybox-slide--map iframe {
	background: #e5e3df
}
.fancybox-slide--next {
	z-index: 99995
}
.fancybox-slide>* {
	display: inline-block;
	position: relative;
	padding: 24px;
	margin: 44px 0;
	border-width: 0;
	vertical-align: middle;
	text-align: left;
	background-color: #fff;
	overflow: auto;
	box-sizing: border-box
}
.fancybox-slide>base, .fancybox-slide>link, .fancybox-slide>meta, .fancybox-slide>script, .fancybox-slide>style, .fancybox-slide>title {
	display: none
}
.fancybox-slide .fancybox-image-wrap {
	position: absolute;
	top: 0;
	left: 0;
	margin: 0;
	padding: 0;
	border: 0;
	z-index: 99995;
	background: transparent;
	cursor: default;
	overflow: visible;
	-webkit-transform-origin: top left;
	transform-origin: top left;
	background-size: 100% 100%;
	background-repeat: no-repeat;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	transition-property: opacity, -webkit-transform;
	transition-property: transform, opacity;
	transition-property: transform, opacity, -webkit-transform
}
.fancybox-can-zoomOut .fancybox-image-wrap {
	cursor: -webkit-zoom-out;
	cursor: zoom-out
}
.fancybox-can-zoomIn .fancybox-image-wrap {
	cursor: -webkit-zoom-in;
	cursor: zoom-in
}
.fancybox-can-drag .fancybox-image-wrap {
	cursor: -webkit-grab;
	cursor: grab
}
.fancybox-is-dragging .fancybox-image-wrap {
	cursor: -webkit-grabbing;
	cursor: grabbing
}
.fancybox-image, .fancybox-spaceball {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	border: 0;
	max-width: none;
	max-height: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none
}
.fancybox-spaceball {
	z-index: 1
}
.fancybox-slide--iframe .fancybox-content {
	padding: 0;
	width: 80%;
	height: 80%;
	max-width: calc(100% - 100px);
	max-height: calc(100% - 88px);
	overflow: visible;
	background: #fff
}
.fancybox-iframe {
	display: block;
	padding: 0;
	border: 0;
	height: 100%
}
.fancybox-error, .fancybox-iframe {
	margin: 0;
	width: 100%;
	background: #fff
}
.fancybox-error {
	padding: 40px;
	max-width: 380px;
	cursor: default
}
.fancybox-error p {
	margin: 0;
	padding: 0;
	color: #444;
	font-size: 16px;
	line-height: 20px
}
.fancybox-button {
	box-sizing: border-box;
	display: inline-block;
	vertical-align: top;
	width: 44px;
	height: 44px;
	margin: 0;
	padding: 10px;
	border: 0;
	border-radius: 0;
	background: rgba(30, 30, 30, .6);
	transition: color .3s ease;
	cursor: pointer;
	outline: none
}
.fancybox-button, .fancybox-button:link, .fancybox-button:visited {
	color: #ccc
}
.fancybox-button:focus, .fancybox-button:hover {
	color: #fff
}
.fancybox-button[disabled] {
	color: #ccc;
	cursor: default;
	opacity: .6
}
.fancybox-button svg {
	display: block;
	position: relative;
	overflow: visible;
	shape-rendering: geometricPrecision
}
.fancybox-button svg path {
	fill: currentColor;
	stroke: currentColor;
	stroke-linejoin: round;
	stroke-width: 3
}
.fancybox-button--share svg path {
	stroke-width: 1
}
.fancybox-button--pause svg path:first-child, .fancybox-button--play svg path:nth-child(2) {
	display: none
}
.fancybox-button--zoom svg path {
	fill: transparent
}
.fancybox-navigation {
	display: none
}
.fancybox-show-nav .fancybox-navigation {
	display: block
}
.fancybox-navigation button {
	position: absolute;
	top: 50%;
	margin: -50px 0 0;
	z-index: 99997;
	background: transparent;
	width: 60px;
	height: 100px;
	padding: 17px
}
.fancybox-navigation button:before {
	content: "";
	position: absolute;
	top: 30px;
	right: 10px;
	width: 40px;
	height: 40px;
	background: rgba(30, 30, 30, .6)
}
.fancybox-navigation .fancybox-button--arrow_left {
	left: 0
}
.fancybox-navigation .fancybox-button--arrow_right {
	right: 0
}
.fancybox-close-small {
	position: absolute;
	top: 0;
	right: 0;
	width: 44px;
	height: 44px;
	padding: 0;
	margin: 0;
	border-radius: 0;
	background: transparent;
	z-index: 10;
	cursor: pointer
}
.fancybox-close-small:after {
	content: "\D7";
	position: absolute;
	top: 5px;
	right: 5px;
	width: 30px;
	height: 30px;
	font: 20px/30px Arial, Helvetica Neue, Helvetica, sans-serif;
	color: #888;
	font-weight: 300;
	text-align: center;
	border-radius: 50%;
	border-width: 0;
	background-color: transparent;
	transition: background-color .25s;
	box-sizing: border-box;
	z-index: 2
}
.fancybox-close-small:focus {
	outline: none
}
.fancybox-close-small:focus:after {
	outline: 1px dotted #888
}
.fancybox-close-small:hover:after {
	color: #555;
	background: #eee
}
.fancybox-slide--iframe .fancybox-close-small, .fancybox-slide--image .fancybox-close-small {
	top: 0;
	right: -44px
}
.fancybox-slide--iframe .fancybox-close-small:after, .fancybox-slide--image .fancybox-close-small:after {
	font-size: 35px;
	color: #aaa
}
.fancybox-slide--iframe .fancybox-close-small:hover:after, .fancybox-slide--image .fancybox-close-small:hover:after {
	color: #fff;
	background: transparent
}
.fancybox-is-scaling .fancybox-close-small, .fancybox-is-zoomable.fancybox-can-drag .fancybox-close-small {
	display: none
}
.fancybox-caption-wrap {
	bottom: 0;
	left: 0;
	right: 0;
	padding: 60px 2vw 0;
	background: linear-gradient(180deg, transparent, rgba(0, 0, 0, .1) 20%, rgba(0, 0, 0, .2) 40%, rgba(0, 0, 0, .6) 80%, rgba(0, 0, 0, .8));
	pointer-events: none
}
.fancybox-caption {
	padding: 30px 0;
	border-top: 1px solid hsla(0, 0%, 100%, .4);
	font-size: 14px;
	color: #fff;
	line-height: 20px;
	-webkit-text-size-adjust: none
}
.fancybox-caption a, .fancybox-caption button, .fancybox-caption select {
	pointer-events: all;
	position: relative
}
.fancybox-caption a {
	color: #fff;
	text-decoration: underline
}
.fancybox-slide>.fancybox-loading {
	border: 6px solid rgba(99, 99, 99, .4);
	border-top: 6px solid hsla(0, 0%, 100%, .6);
	border-radius: 100%;
	height: 50px;
	width: 50px;
	-webkit-animation: a .8s infinite linear;
	animation: a .8s infinite linear;
	background: transparent;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -30px;
	margin-left: -30px;
	z-index: 99999
}
@-webkit-keyframes a {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg)
	}
	to {
		-webkit-transform: rotate(359deg);
		transform: rotate(359deg)
	}
}
@keyframes a {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg)
	}
	to {
		-webkit-transform: rotate(359deg);
		transform: rotate(359deg)
	}
}
.fancybox-animated {
	transition-timing-function: cubic-bezier(0, 0, .25, 1)
}
.fancybox-fx-slide.fancybox-slide--previous {
	-webkit-transform: translate3d(-100%, 0, 0);
	transform: translate3d(-100%, 0, 0);
	opacity: 0
}
.fancybox-fx-slide.fancybox-slide--next {
	-webkit-transform: translate3d(100%, 0, 0);
	transform: translate3d(100%, 0, 0);
	opacity: 0
}
.fancybox-fx-slide.fancybox-slide--current {
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	opacity: 1
}
.fancybox-fx-fade.fancybox-slide--next, .fancybox-fx-fade.fancybox-slide--previous {
	opacity: 0;
	transition-timing-function: cubic-bezier(.19, 1, .22, 1)
}
.fancybox-fx-fade.fancybox-slide--current {
	opacity: 1
}
.fancybox-fx-zoom-in-out.fancybox-slide--previous {
	-webkit-transform: scale3d(1.5, 1.5, 1.5);
	transform: scale3d(1.5, 1.5, 1.5);
	opacity: 0
}
.fancybox-fx-zoom-in-out.fancybox-slide--next {
	-webkit-transform: scale3d(.5, .5, .5);
	transform: scale3d(.5, .5, .5);
	opacity: 0
}
.fancybox-fx-zoom-in-out.fancybox-slide--current {
	-webkit-transform: scaleX(1);
	transform: scaleX(1);
	opacity: 1
}
.fancybox-fx-rotate.fancybox-slide--previous {
	-webkit-transform: rotate(-1turn);
	transform: rotate(-1turn);
	opacity: 0
}
.fancybox-fx-rotate.fancybox-slide--next {
	-webkit-transform: rotate(1turn);
	transform: rotate(1turn);
	opacity: 0
}
.fancybox-fx-rotate.fancybox-slide--current {
	-webkit-transform: rotate(0deg);
	transform: rotate(0deg);
	opacity: 1
}
.fancybox-fx-circular.fancybox-slide--previous {
	-webkit-transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
	transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
	opacity: 0
}
.fancybox-fx-circular.fancybox-slide--next {
	-webkit-transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
	transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
	opacity: 0
}
.fancybox-fx-circular.fancybox-slide--current {
	-webkit-transform: scaleX(1) translateZ(0);
	transform: scaleX(1) translateZ(0);
	opacity: 1
}
.fancybox-fx-tube.fancybox-slide--previous {
	-webkit-transform: translate3d(-100%, 0, 0) scale(.1) skew(-10deg);
	transform: translate3d(-100%, 0, 0) scale(.1) skew(-10deg)
}
.fancybox-fx-tube.fancybox-slide--next {
	-webkit-transform: translate3d(100%, 0, 0) scale(.1) skew(10deg);
	transform: translate3d(100%, 0, 0) scale(.1) skew(10deg)
}
.fancybox-fx-tube.fancybox-slide--current {
	-webkit-transform: translateZ(0) scale(1);
	transform: translateZ(0) scale(1)
}
.fancybox-share {
	padding: 30px;
	border-radius: 3px;
	background: #f4f4f4;
	max-width: 90%
}
.fancybox-share h1 {
	color: #222;
	margin: 0 0 20px;
	font-size: 33px;
	font-weight: 700;
	text-align: center
}
.fancybox-share p {
	margin: 0;
	padding: 0;
	text-align: center
}
.fancybox-share p:first-of-type {
	margin-right: -10px
}
.fancybox-share_button {
	display: inline-block;
	text-decoration: none;
	margin: 0 10px 10px 0;
	padding: 10px 20px;
	border: 0;
	border-radius: 3px;
	box-shadow: 0 2px 2px 0 rgba(0, 0, 0, .16);
	background: #fff;
	white-space: nowrap;
	font-size: 16px;
	line-height: 23px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	min-width: 140px;
	color: #707070;
	transition: all .2s
}
.fancybox-share_button:focus, .fancybox-share_button:hover {
	text-decoration: none;
	color: #333;
	box-shadow: 0 2px 2px 0 rgba(0, 0, 0, .3)
}
.fancybox-share_button svg {
	margin-right: 5px;
	width: 20px;
	height: 20px;
	vertical-align: text-bottom
}
.fancybox-share input {
	box-sizing: border-box;
	width: 100%;
	margin: 5px 0 0;
	padding: 10px 15px;
	border: 1px solid #d7d7d7;
	border-radius: 3px;
	background: #ebebeb;
	color: #5d5b5b;
	font-size: 14px;
	outline: none
}
.fancybox-thumbs {
	display: none;
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	width: 212px;
	margin: 0;
	padding: 2px 2px 4px;
	background: #fff;
	-webkit-tap-highlight-color: transparent;
	-webkit-overflow-scrolling: touch;
	-ms-overflow-style: -ms-autohiding-scrollbar;
	box-sizing: border-box;
	z-index: 99995
}
.fancybox-thumbs-x {
	overflow-y: hidden;
	overflow-x: auto
}
.fancybox-show-thumbs .fancybox-thumbs {
	display: block
}
.fancybox-show-thumbs .fancybox-inner {
	right: 212px
}
.fancybox-thumbs>ul {
	list-style: none;
	position: absolute;
	position: relative;
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	overflow-x: hidden;
	overflow-y: auto;
	font-size: 0;
	white-space: nowrap
}
.fancybox-thumbs-x>ul {
	overflow: hidden
}
.fancybox-thumbs-y>ul::-webkit-scrollbar {
	width: 7px
}
.fancybox-thumbs-y>ul::-webkit-scrollbar-track {
	background: #fff;
	border-radius: 10px;
	box-shadow: inset 0 0 6px rgba(0, 0, 0, .3)
}
.fancybox-thumbs-y>ul::-webkit-scrollbar-thumb {
	background: #2a2a2a;
	border-radius: 10px
}
.fancybox-thumbs>ul>li {
	float: left;
	overflow: hidden;
	padding: 0;
	margin: 2px;
	width: 100px;
	height: 75px;
	max-width: calc(50% - 4px);
	max-height: calc(100% - 8px);
	position: relative;
	cursor: pointer;
	outline: none;
	-webkit-tap-highlight-color: transparent;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	box-sizing: border-box
}
li.fancybox-thumbs-loading {
	background: rgba(0, 0, 0, .1)
}
.fancybox-thumbs>ul>li>img {
	position: absolute;
	top: 0;
	left: 0;
	max-width: none;
	max-height: none;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none
}
.fancybox-thumbs>ul>li:before {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	border: 4px solid #4ea7f9;
	z-index: 99991;
	opacity: 0;
	transition: all .2s cubic-bezier(.25, .46, .45, .94)
}
.fancybox-thumbs>ul>li.fancybox-thumbs-active:before {
	opacity: 1
}
@media (max-width:800px) {
	.fancybox-thumbs {
		width: 110px
	}
	.fancybox-show-thumbs .fancybox-inner {
		right: 110px
	}
	.fancybox-thumbs>ul>li {
		max-width: calc(100% - 10px)
	}
}
.slick-slider {
	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, .slick-slider {
	position: relative;
	display: block
}
.slick-list {
	overflow: hidden;
	margin: 0;
	padding: 0
}
.slick-list:focus {
	outline: none
}
.slick-list.dragging {
	cursor: pointer;
	cursor: hand
}
.slick-slider .slick-list, .slick-slider .slick-track {
	-webkit-transform: translateZ(0);
	transform: translateZ(0)
}
.slick-track {
	position: relative;
	top: 0;
	left: 0;
	display: block;
	margin-left: auto;
	margin-right: auto
}
.slick-track:after, .slick-track:before {
	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(../js/vendor/slick/ajax-loader.gif) 50% no-repeat
}
@font-face {
	font-family: slick;
	font-weight: 400;
	font-style: normal;
	src: url(../js/vendor/slick/fonts/slick.eot);
	src: url(../js/vendor/slick/fonts/slick.eot?#iefix) format("embedded-opentype"), url(../js/vendor/slick/fonts/slick.woff) format("woff"), url(../js/vendor/slick/fonts/slick.ttf) format("truetype"), url(../js/vendor/slick/fonts/slick.svg#slick) format("svg")
}
.slick-next, .slick-prev {
	font-size: 0;
	line-height: 0;
	position: absolute;
	top: 50%;
	display: block;
	width: 20px;
	height: 20px;
	padding: 0;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	cursor: pointer;
	border: none
}
.slick-next, .slick-next:focus, .slick-next:hover, .slick-prev, .slick-prev:focus, .slick-prev:hover {
	color: transparent;
	outline: none;
	background: transparent
}
.slick-next:focus:before, .slick-next:hover:before, .slick-prev:focus:before, .slick-prev:hover:before {
	opacity: 1
}
.slick-next.slick-disabled:before, .slick-prev.slick-disabled:before {
	opacity: .25
}
.slick-next:before, .slick-prev:before {
	font-family: slick;
	font-size: 20px;
	line-height: 1;
	opacity: .75;
	color: #fff;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale
}
.slick-prev {
	left: -25px
}
[dir=rtl] .slick-prev {
	right: -25px;
	left: auto
}
.slick-prev:before {
	content: "\2190"
}
[dir=rtl] .slick-prev:before {
	content: "\2192"
}
.slick-next {
	right: -25px
}
[dir=rtl] .slick-next {
	right: auto;
	left: -25px
}
.slick-next:before {
	content: "\2192"
}
[dir=rtl] .slick-next:before {
	content: "\2190"
}
.slick-dotted.slick-slider {
	margin-bottom: 30px
}
.slick-dots {
	position: absolute;
	bottom: -25px;
	display: block;
	width: 100%;
	list-style: none;
	text-align: center
}
.slick-dots li {
	position: relative;
	display: inline-block;
	margin: 0 5px
}
.slick-dots li, .slick-dots li button {
	width: 20px;
	height: 20px;
	cursor: pointer
}
.slick-dots li button {
	font-size: 0;
	line-height: 0;
	display: block;
	padding: 5px;
	color: transparent;
	border: 0;
	outline: none;
	background: transparent
}
.slick-dots li button:focus, .slick-dots li button:hover {
	outline: none
}
.slick-dots li button:focus:before, .slick-dots li button:hover:before {
	opacity: 1
}
.slick-dots li button:before {
	font-family: slick;
	font-size: 6px;
	line-height: 20px;
	position: absolute;
	top: 0;
	left: 0;
	width: 20px;
	height: 20px;
	content: "\2022";
	text-align: center;
	opacity: .25;
	color: #000;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale
}
.slick-dots li.slick-active button:before {
	opacity: .75;
	color: #000
}
@-ms-viewport {
	width: device-width
}
html {
	box-sizing: border-box;
	-ms-overflow-style: scrollbar
}
*, :after, :before {
	box-sizing: inherit
}
.container {
	width: 100%;
	padding-right: 15px;
	padding-left: 15px;
	margin-right: auto;
	margin-left: auto
}
@media (min-width:576px) {
	.container {
		max-width: 540px
	}
}
@media (min-width:768px) {
	.container {
		max-width: 720px
	}
}
@media (min-width:992px) {
	.container {
		max-width: 960px
	}
}
@media (min-width:1200px) {
	.container {
		max-width: 1140px
	}
}
.container-fluid {
	width: 100%;
	padding-right: 15px;
	padding-left: 15px;
	margin-right: auto;
	margin-left: auto
}
.row {
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-right: -15px;
	margin-left: -15px
}
.no-gutters {
	margin-right: 0;
	margin-left: 0
}
.no-gutters>.col, .no-gutters>[class*=col-] {
	padding-right: 0;
	padding-left: 0
}
.col, .col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col-auto, .col-lg, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-auto, .col-md, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md-auto, .col-sm, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-auto, .col-xl, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl-auto {
	position: relative;
	width: 100%;
	min-height: 1px;
	padding-right: 15px;
	padding-left: 15px
}
.col {
	-ms-flex-preferred-size: 0;
	flex-basis: 0;
	-ms-flex-positive: 1;
	-webkit-flex-grow: 1;
	flex-grow: 1;
	max-width: 100%
}
.col-auto {
	-ms-flex: 0 0 auto;
	-webkit-flex: 0 0 auto;
	flex: 0 0 auto;
	width: auto;
	max-width: none
}
.col-1 {
	-ms-flex: 0 0 8.333333%;
	-webkit-flex: 0 0 8.333333%;
	flex: 0 0 8.333333%;
	max-width: 8.333333%
}
.col-2 {
	-ms-flex: 0 0 16.666667%;
	-webkit-flex: 0 0 16.666667%;
	flex: 0 0 16.666667%;
	max-width: 16.666667%
}
.col-3 {
	-ms-flex: 0 0 25%;
	-webkit-flex: 0 0 25%;
	flex: 0 0 25%;
	max-width: 25%
}
.col-4 {
	-ms-flex: 0 0 33.333333%;
	-webkit-flex: 0 0 33.333333%;
	flex: 0 0 33.333333%;
	max-width: 33.333333%
}
.col-5 {
	-ms-flex: 0 0 41.666667%;
	-webkit-flex: 0 0 41.666667%;
	flex: 0 0 41.666667%;
	max-width: 41.666667%
}
.col-6 {
	-ms-flex: 0 0 50%;
	-webkit-flex: 0 0 50%;
	flex: 0 0 50%;
	max-width: 50%
}
.col-7 {
	-ms-flex: 0 0 58.333333%;
	-webkit-flex: 0 0 58.333333%;
	flex: 0 0 58.333333%;
	max-width: 58.333333%
}
.col-8 {
	-ms-flex: 0 0 66.666667%;
	-webkit-flex: 0 0 66.666667%;
	flex: 0 0 66.666667%;
	max-width: 66.666667%
}
.col-9 {
	-ms-flex: 0 0 75%;
	-webkit-flex: 0 0 75%;
	flex: 0 0 75%;
	max-width: 75%
}
.col-10 {
	-ms-flex: 0 0 83.333333%;
	-webkit-flex: 0 0 83.333333%;
	flex: 0 0 83.333333%;
	max-width: 83.333333%
}
.col-11 {
	-ms-flex: 0 0 91.666667%;
	-webkit-flex: 0 0 91.666667%;
	flex: 0 0 91.666667%;
	max-width: 91.666667%
}
.col-12 {
	-ms-flex: 0 0 100%;
	-webkit-flex: 0 0 100%;
	flex: 0 0 100%;
	max-width: 100%
}
.order-first {
	-ms-flex-order: -1;
	-webkit-order: -1;
	order: -1
}
.order-last {
	-ms-flex-order: 13;
	-webkit-order: 13;
	order: 13
}
.order-0 {
	-ms-flex-order: 0;
	-webkit-order: 0;
	order: 0
}
.order-1 {
	-ms-flex-order: 1;
	-webkit-order: 1;
	order: 1
}
.order-2 {
	-ms-flex-order: 2;
	-webkit-order: 2;
	order: 2
}
.order-3 {
	-ms-flex-order: 3;
	-webkit-order: 3;
	order: 3
}
.order-4 {
	-ms-flex-order: 4;
	-webkit-order: 4;
	order: 4
}
.order-5 {
	-ms-flex-order: 5;
	-webkit-order: 5;
	order: 5
}
.order-6 {
	-ms-flex-order: 6;
	-webkit-order: 6;
	order: 6
}
.order-7 {
	-ms-flex-order: 7;
	-webkit-order: 7;
	order: 7
}
.order-8 {
	-ms-flex-order: 8;
	-webkit-order: 8;
	order: 8
}
.order-9 {
	-ms-flex-order: 9;
	-webkit-order: 9;
	order: 9
}
.order-10 {
	-ms-flex-order: 10;
	-webkit-order: 10;
	order: 10
}
.order-11 {
	-ms-flex-order: 11;
	-webkit-order: 11;
	order: 11
}
.order-12 {
	-ms-flex-order: 12;
	-webkit-order: 12;
	order: 12
}
.offset-1 {
	margin-left: 8.333333%
}
.offset-2 {
	margin-left: 16.666667%
}
.offset-3 {
	margin-left: 25%
}
.offset-4 {
	margin-left: 33.333333%
}
.offset-5 {
	margin-left: 41.666667%
}
.offset-6 {
	margin-left: 50%
}
.offset-7 {
	margin-left: 58.333333%
}
.offset-8 {
	margin-left: 66.666667%
}
.offset-9 {
	margin-left: 75%
}
.offset-10 {
	margin-left: 83.333333%
}
.offset-11 {
	margin-left: 91.666667%
}
@media (min-width:576px) {
	.col-sm {
		-ms-flex-preferred-size: 0;
		flex-basis: 0;
		-ms-flex-positive: 1;
		-webkit-flex-grow: 1;
		flex-grow: 1;
		max-width: 100%
	}
	.col-sm-auto {
		-ms-flex: 0 0 auto;
		-webkit-flex: 0 0 auto;
		flex: 0 0 auto;
		width: auto;
		max-width: none
	}
	.col-sm-1 {
		-ms-flex: 0 0 8.333333%;
		-webkit-flex: 0 0 8.333333%;
		flex: 0 0 8.333333%;
		max-width: 8.333333%
	}
	.col-sm-2 {
		-ms-flex: 0 0 16.666667%;
		-webkit-flex: 0 0 16.666667%;
		flex: 0 0 16.666667%;
		max-width: 16.666667%
	}
	.col-sm-3 {
		-ms-flex: 0 0 25%;
		-webkit-flex: 0 0 25%;
		flex: 0 0 25%;
		max-width: 25%
	}
	.col-sm-4 {
		-ms-flex: 0 0 33.333333%;
		-webkit-flex: 0 0 33.333333%;
		flex: 0 0 33.333333%;
		max-width: 33.333333%
	}
	.col-sm-5 {
		-ms-flex: 0 0 41.666667%;
		-webkit-flex: 0 0 41.666667%;
		flex: 0 0 41.666667%;
		max-width: 41.666667%
	}
	.col-sm-6 {
		-ms-flex: 0 0 50%;
		-webkit-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%
	}
	.col-sm-7 {
		-ms-flex: 0 0 58.333333%;
		-webkit-flex: 0 0 58.333333%;
		flex: 0 0 58.333333%;
		max-width: 58.333333%
	}
	.col-sm-8 {
		-ms-flex: 0 0 66.666667%;
		-webkit-flex: 0 0 66.666667%;
		flex: 0 0 66.666667%;
		max-width: 66.666667%
	}
	.col-sm-9 {
		-ms-flex: 0 0 75%;
		-webkit-flex: 0 0 75%;
		flex: 0 0 75%;
		max-width: 75%
	}
	.col-sm-10 {
		-ms-flex: 0 0 83.333333%;
		-webkit-flex: 0 0 83.333333%;
		flex: 0 0 83.333333%;
		max-width: 83.333333%
	}
	.col-sm-11 {
		-ms-flex: 0 0 91.666667%;
		-webkit-flex: 0 0 91.666667%;
		flex: 0 0 91.666667%;
		max-width: 91.666667%
	}
	.col-sm-12 {
		-ms-flex: 0 0 100%;
		-webkit-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%
	}
	.order-sm-first {
		-ms-flex-order: -1;
		-webkit-order: -1;
		order: -1
	}
	.order-sm-last {
		-ms-flex-order: 13;
		-webkit-order: 13;
		order: 13
	}
	.order-sm-0 {
		-ms-flex-order: 0;
		-webkit-order: 0;
		order: 0
	}
	.order-sm-1 {
		-ms-flex-order: 1;
		-webkit-order: 1;
		order: 1
	}
	.order-sm-2 {
		-ms-flex-order: 2;
		-webkit-order: 2;
		order: 2
	}
	.order-sm-3 {
		-ms-flex-order: 3;
		-webkit-order: 3;
		order: 3
	}
	.order-sm-4 {
		-ms-flex-order: 4;
		-webkit-order: 4;
		order: 4
	}
	.order-sm-5 {
		-ms-flex-order: 5;
		-webkit-order: 5;
		order: 5
	}
	.order-sm-6 {
		-ms-flex-order: 6;
		-webkit-order: 6;
		order: 6
	}
	.order-sm-7 {
		-ms-flex-order: 7;
		-webkit-order: 7;
		order: 7
	}
	.order-sm-8 {
		-ms-flex-order: 8;
		-webkit-order: 8;
		order: 8
	}
	.order-sm-9 {
		-ms-flex-order: 9;
		-webkit-order: 9;
		order: 9
	}
	.order-sm-10 {
		-ms-flex-order: 10;
		-webkit-order: 10;
		order: 10
	}
	.order-sm-11 {
		-ms-flex-order: 11;
		-webkit-order: 11;
		order: 11
	}
	.order-sm-12 {
		-ms-flex-order: 12;
		-webkit-order: 12;
		order: 12
	}
	.offset-sm-0 {
		margin-left: 0
	}
	.offset-sm-1 {
		margin-left: 8.333333%
	}
	.offset-sm-2 {
		margin-left: 16.666667%
	}
	.offset-sm-3 {
		margin-left: 25%
	}
	.offset-sm-4 {
		margin-left: 33.333333%
	}
	.offset-sm-5 {
		margin-left: 41.666667%
	}
	.offset-sm-6 {
		margin-left: 50%
	}
	.offset-sm-7 {
		margin-left: 58.333333%
	}
	.offset-sm-8 {
		margin-left: 66.666667%
	}
	.offset-sm-9 {
		margin-left: 75%
	}
	.offset-sm-10 {
		margin-left: 83.333333%
	}
	.offset-sm-11 {
		margin-left: 91.666667%
	}
}
@media (min-width:768px) {
	.col-md {
		-ms-flex-preferred-size: 0;
		flex-basis: 0;
		-ms-flex-positive: 1;
		-webkit-flex-grow: 1;
		flex-grow: 1;
		max-width: 100%
	}
	.col-md-auto {
		-ms-flex: 0 0 auto;
		-webkit-flex: 0 0 auto;
		flex: 0 0 auto;
		width: auto;
		max-width: none
	}
	.col-md-1 {
		-ms-flex: 0 0 8.333333%;
		-webkit-flex: 0 0 8.333333%;
		flex: 0 0 8.333333%;
		max-width: 8.333333%
	}
	.col-md-2 {
		-ms-flex: 0 0 16.666667%;
		-webkit-flex: 0 0 16.666667%;
		flex: 0 0 16.666667%;
		max-width: 16.666667%
	}
	.col-md-3 {
		-ms-flex: 0 0 25%;
		-webkit-flex: 0 0 25%;
		flex: 0 0 25%;
		max-width: 25%
	}
	.col-md-4 {
		-ms-flex: 0 0 33.333333%;
		-webkit-flex: 0 0 33.333333%;
		flex: 0 0 33.333333%;
		max-width: 33.333333%
	}
	.col-md-5 {
		-ms-flex: 0 0 41.666667%;
		-webkit-flex: 0 0 41.666667%;
		flex: 0 0 41.666667%;
		max-width: 41.666667%
	}
	.col-md-6 {
		-ms-flex: 0 0 50%;
		-webkit-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%
	}
	.col-md-7 {
		-ms-flex: 0 0 58.333333%;
		-webkit-flex: 0 0 58.333333%;
		flex: 0 0 58.333333%;
		max-width: 58.333333%
	}
	.col-md-8 {
		-ms-flex: 0 0 66.666667%;
		-webkit-flex: 0 0 66.666667%;
		flex: 0 0 66.666667%;
		max-width: 66.666667%
	}
	.col-md-9 {
		-ms-flex: 0 0 75%;
		-webkit-flex: 0 0 75%;
		flex: 0 0 75%;
		max-width: 75%
	}
	.col-md-10 {
		-ms-flex: 0 0 83.333333%;
		-webkit-flex: 0 0 83.333333%;
		flex: 0 0 83.333333%;
		max-width: 83.333333%
	}
	.col-md-11 {
		-ms-flex: 0 0 91.666667%;
		-webkit-flex: 0 0 91.666667%;
		flex: 0 0 91.666667%;
		max-width: 91.666667%
	}
	.col-md-12 {
		-ms-flex: 0 0 100%;
		-webkit-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%
	}
	.order-md-first {
		-ms-flex-order: -1;
		-webkit-order: -1;
		order: -1
	}
	.order-md-last {
		-ms-flex-order: 13;
		-webkit-order: 13;
		order: 13
	}
	.order-md-0 {
		-ms-flex-order: 0;
		-webkit-order: 0;
		order: 0
	}
	.order-md-1 {
		-ms-flex-order: 1;
		-webkit-order: 1;
		order: 1
	}
	.order-md-2 {
		-ms-flex-order: 2;
		-webkit-order: 2;
		order: 2
	}
	.order-md-3 {
		-ms-flex-order: 3;
		-webkit-order: 3;
		order: 3
	}
	.order-md-4 {
		-ms-flex-order: 4;
		-webkit-order: 4;
		order: 4
	}
	.order-md-5 {
		-ms-flex-order: 5;
		-webkit-order: 5;
		order: 5
	}
	.order-md-6 {
		-ms-flex-order: 6;
		-webkit-order: 6;
		order: 6
	}
	.order-md-7 {
		-ms-flex-order: 7;
		-webkit-order: 7;
		order: 7
	}
	.order-md-8 {
		-ms-flex-order: 8;
		-webkit-order: 8;
		order: 8
	}
	.order-md-9 {
		-ms-flex-order: 9;
		-webkit-order: 9;
		order: 9
	}
	.order-md-10 {
		-ms-flex-order: 10;
		-webkit-order: 10;
		order: 10
	}
	.order-md-11 {
		-ms-flex-order: 11;
		-webkit-order: 11;
		order: 11
	}
	.order-md-12 {
		-ms-flex-order: 12;
		-webkit-order: 12;
		order: 12
	}
	.offset-md-0 {
		margin-left: 0
	}
	.offset-md-1 {
		margin-left: 8.333333%
	}
	.offset-md-2 {
		margin-left: 16.666667%
	}
	.offset-md-3 {
		margin-left: 25%
	}
	.offset-md-4 {
		margin-left: 33.333333%
	}
	.offset-md-5 {
		margin-left: 41.666667%
	}
	.offset-md-6 {
		margin-left: 50%
	}
	.offset-md-7 {
		margin-left: 58.333333%
	}
	.offset-md-8 {
		margin-left: 66.666667%
	}
	.offset-md-9 {
		margin-left: 75%
	}
	.offset-md-10 {
		margin-left: 83.333333%
	}
	.offset-md-11 {
		margin-left: 91.666667%
	}
}
@media (min-width:992px) {
	.col-lg {
		-ms-flex-preferred-size: 0;
		flex-basis: 0;
		-ms-flex-positive: 1;
		-webkit-flex-grow: 1;
		flex-grow: 1;
		max-width: 100%
	}
	.col-lg-auto {
		-ms-flex: 0 0 auto;
		-webkit-flex: 0 0 auto;
		flex: 0 0 auto;
		width: auto;
		max-width: none
	}
	.col-lg-1 {
		-ms-flex: 0 0 8.333333%;
		-webkit-flex: 0 0 8.333333%;
		flex: 0 0 8.333333%;
		max-width: 8.333333%
	}
	.col-lg-2 {
		-ms-flex: 0 0 16.666667%;
		-webkit-flex: 0 0 16.666667%;
		flex: 0 0 16.666667%;
		max-width: 16.666667%
	}
	.col-lg-3 {
		-ms-flex: 0 0 25%;
		-webkit-flex: 0 0 25%;
		flex: 0 0 25%;
		max-width: 25%
	}
	.col-lg-4 {
		-ms-flex: 0 0 33.333333%;
		-webkit-flex: 0 0 33.333333%;
		flex: 0 0 33.333333%;
		max-width: 33.333333%
	}
	.col-lg-5 {
		-ms-flex: 0 0 41.666667%;
		-webkit-flex: 0 0 41.666667%;
		flex: 0 0 41.666667%;
		max-width: 41.666667%
	}
	.col-lg-6 {
		-ms-flex: 0 0 50%;
		-webkit-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%
	}
	.col-lg-7 {
		-ms-flex: 0 0 58.333333%;
		-webkit-flex: 0 0 58.333333%;
		flex: 0 0 58.333333%;
		max-width: 58.333333%
	}
	.col-lg-8 {
		-ms-flex: 0 0 66.666667%;
		-webkit-flex: 0 0 66.666667%;
		flex: 0 0 66.666667%;
		max-width: 66.666667%
	}
	.col-lg-9 {
		-ms-flex: 0 0 75%;
		-webkit-flex: 0 0 75%;
		flex: 0 0 75%;
		max-width: 75%
	}
	.col-lg-10 {
		-ms-flex: 0 0 83.333333%;
		-webkit-flex: 0 0 83.333333%;
		flex: 0 0 83.333333%;
		max-width: 83.333333%
	}
	.col-lg-11 {
		-ms-flex: 0 0 91.666667%;
		-webkit-flex: 0 0 91.666667%;
		flex: 0 0 91.666667%;
		max-width: 91.666667%
	}
	.col-lg-12 {
		-ms-flex: 0 0 100%;
		-webkit-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%
	}
	.order-lg-first {
		-ms-flex-order: -1;
		-webkit-order: -1;
		order: -1
	}
	.order-lg-last {
		-ms-flex-order: 13;
		-webkit-order: 13;
		order: 13
	}
	.order-lg-0 {
		-ms-flex-order: 0;
		-webkit-order: 0;
		order: 0
	}
	.order-lg-1 {
		-ms-flex-order: 1;
		-webkit-order: 1;
		order: 1
	}
	.order-lg-2 {
		-ms-flex-order: 2;
		-webkit-order: 2;
		order: 2
	}
	.order-lg-3 {
		-ms-flex-order: 3;
		-webkit-order: 3;
		order: 3
	}
	.order-lg-4 {
		-ms-flex-order: 4;
		-webkit-order: 4;
		order: 4
	}
	.order-lg-5 {
		-ms-flex-order: 5;
		-webkit-order: 5;
		order: 5
	}
	.order-lg-6 {
		-ms-flex-order: 6;
		-webkit-order: 6;
		order: 6
	}
	.order-lg-7 {
		-ms-flex-order: 7;
		-webkit-order: 7;
		order: 7
	}
	.order-lg-8 {
		-ms-flex-order: 8;
		-webkit-order: 8;
		order: 8
	}
	.order-lg-9 {
		-ms-flex-order: 9;
		-webkit-order: 9;
		order: 9
	}
	.order-lg-10 {
		-ms-flex-order: 10;
		-webkit-order: 10;
		order: 10
	}
	.order-lg-11 {
		-ms-flex-order: 11;
		-webkit-order: 11;
		order: 11
	}
	.order-lg-12 {
		-ms-flex-order: 12;
		-webkit-order: 12;
		order: 12
	}
	.offset-lg-0 {
		margin-left: 0
	}
	.offset-lg-1 {
		margin-left: 8.333333%
	}
	.offset-lg-2 {
		margin-left: 16.666667%
	}
	.offset-lg-3 {
		margin-left: 25%
	}
	.offset-lg-4 {
		margin-left: 33.333333%
	}
	.offset-lg-5 {
		margin-left: 41.666667%
	}
	.offset-lg-6 {
		margin-left: 50%
	}
	.offset-lg-7 {
		margin-left: 58.333333%
	}
	.offset-lg-8 {
		margin-left: 66.666667%
	}
	.offset-lg-9 {
		margin-left: 75%
	}
	.offset-lg-10 {
		margin-left: 83.333333%
	}
	.offset-lg-11 {
		margin-left: 91.666667%
	}
}
@media (min-width:1200px) {
	.col-xl {
		-ms-flex-preferred-size: 0;
		flex-basis: 0;
		-ms-flex-positive: 1;
		-webkit-flex-grow: 1;
		flex-grow: 1;
		max-width: 100%
	}
	.col-xl-auto {
		-ms-flex: 0 0 auto;
		-webkit-flex: 0 0 auto;
		flex: 0 0 auto;
		width: auto;
		max-width: none
	}
	.col-xl-1 {
		-ms-flex: 0 0 8.333333%;
		-webkit-flex: 0 0 8.333333%;
		flex: 0 0 8.333333%;
		max-width: 8.333333%
	}
	.col-xl-2 {
		-ms-flex: 0 0 16.666667%;
		-webkit-flex: 0 0 16.666667%;
		flex: 0 0 16.666667%;
		max-width: 16.666667%
	}
	.col-xl-3 {
		-ms-flex: 0 0 25%;
		-webkit-flex: 0 0 25%;
		flex: 0 0 25%;
		max-width: 25%
	}
	.col-xl-4 {
		-ms-flex: 0 0 33.333333%;
		-webkit-flex: 0 0 33.333333%;
		flex: 0 0 33.333333%;
		max-width: 33.333333%
	}
	.col-xl-5 {
		-ms-flex: 0 0 41.666667%;
		-webkit-flex: 0 0 41.666667%;
		flex: 0 0 41.666667%;
		max-width: 41.666667%
	}
	.col-xl-6 {
		-ms-flex: 0 0 50%;
		-webkit-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%
	}
	.col-xl-7 {
		-ms-flex: 0 0 58.333333%;
		-webkit-flex: 0 0 58.333333%;
		flex: 0 0 58.333333%;
		max-width: 58.333333%
	}
	.col-xl-8 {
		-ms-flex: 0 0 66.666667%;
		-webkit-flex: 0 0 66.666667%;
		flex: 0 0 66.666667%;
		max-width: 66.666667%
	}
	.col-xl-9 {
		-ms-flex: 0 0 75%;
		-webkit-flex: 0 0 75%;
		flex: 0 0 75%;
		max-width: 75%
	}
	.col-xl-10 {
		-ms-flex: 0 0 83.333333%;
		-webkit-flex: 0 0 83.333333%;
		flex: 0 0 83.333333%;
		max-width: 83.333333%
	}
	.col-xl-11 {
		-ms-flex: 0 0 91.666667%;
		-webkit-flex: 0 0 91.666667%;
		flex: 0 0 91.666667%;
		max-width: 91.666667%
	}
	.col-xl-12 {
		-ms-flex: 0 0 100%;
		-webkit-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%
	}
	.order-xl-first {
		-ms-flex-order: -1;
		-webkit-order: -1;
		order: -1
	}
	.order-xl-last {
		-ms-flex-order: 13;
		-webkit-order: 13;
		order: 13
	}
	.order-xl-0 {
		-ms-flex-order: 0;
		-webkit-order: 0;
		order: 0
	}
	.order-xl-1 {
		-ms-flex-order: 1;
		-webkit-order: 1;
		order: 1
	}
	.order-xl-2 {
		-ms-flex-order: 2;
		-webkit-order: 2;
		order: 2
	}
	.order-xl-3 {
		-ms-flex-order: 3;
		-webkit-order: 3;
		order: 3
	}
	.order-xl-4 {
		-ms-flex-order: 4;
		-webkit-order: 4;
		order: 4
	}
	.order-xl-5 {
		-ms-flex-order: 5;
		-webkit-order: 5;
		order: 5
	}
	.order-xl-6 {
		-ms-flex-order: 6;
		-webkit-order: 6;
		order: 6
	}
	.order-xl-7 {
		-ms-flex-order: 7;
		-webkit-order: 7;
		order: 7
	}
	.order-xl-8 {
		-ms-flex-order: 8;
		-webkit-order: 8;
		order: 8
	}
	.order-xl-9 {
		-ms-flex-order: 9;
		-webkit-order: 9;
		order: 9
	}
	.order-xl-10 {
		-ms-flex-order: 10;
		-webkit-order: 10;
		order: 10
	}
	.order-xl-11 {
		-ms-flex-order: 11;
		-webkit-order: 11;
		order: 11
	}
	.order-xl-12 {
		-ms-flex-order: 12;
		-webkit-order: 12;
		order: 12
	}
	.offset-xl-0 {
		margin-left: 0
	}
	.offset-xl-1 {
		margin-left: 8.333333%
	}
	.offset-xl-2 {
		margin-left: 16.666667%
	}
	.offset-xl-3 {
		margin-left: 25%
	}
	.offset-xl-4 {
		margin-left: 33.333333%
	}
	.offset-xl-5 {
		margin-left: 41.666667%
	}
	.offset-xl-6 {
		margin-left: 50%
	}
	.offset-xl-7 {
		margin-left: 58.333333%
	}
	.offset-xl-8 {
		margin-left: 66.666667%
	}
	.offset-xl-9 {
		margin-left: 75%
	}
	.offset-xl-10 {
		margin-left: 83.333333%
	}
	.offset-xl-11 {
		margin-left: 91.666667%
	}
}
.d-none {
	display: none!important
}
.d-inline {
	display: inline!important
}
.d-inline-block {
	display: inline-block!important
}
.d-block {
	display: block!important
}
.d-table {
	display: table!important
}
.d-table-row {
	display: table-row!important
}
.d-table-cell {
	display: table-cell!important
}
.d-flex {
	display: -ms-flexbox!important;
	display: -webkit-flex!important;
	display: flex!important
}
.d-inline-flex {
	display: -ms-inline-flexbox!important;
	display: -webkit-inline-flex!important;
	display: inline-flex!important
}
@media (min-width:576px) {
	.d-sm-none {
		display: none!important
	}
	.d-sm-inline {
		display: inline!important
	}
	.d-sm-inline-block {
		display: inline-block!important
	}
	.d-sm-block {
		display: block!important
	}
	.d-sm-table {
		display: table!important
	}
	.d-sm-table-row {
		display: table-row!important
	}
	.d-sm-table-cell {
		display: table-cell!important
	}
	.d-sm-flex {
		display: -ms-flexbox!important;
		display: -webkit-flex!important;
		display: flex!important
	}
	.d-sm-inline-flex {
		display: -ms-inline-flexbox!important;
		display: -webkit-inline-flex!important;
		display: inline-flex!important
	}
}
@media (min-width:768px) {
	.d-md-none {
		display: none!important
	}
	.d-md-inline {
		display: inline!important
	}
	.d-md-inline-block {
		display: inline-block!important
	}
	.d-md-block {
		display: block!important
	}
	.d-md-table {
		display: table!important
	}
	.d-md-table-row {
		display: table-row!important
	}
	.d-md-table-cell {
		display: table-cell!important
	}
	.d-md-flex {
		display: -ms-flexbox!important;
		display: -webkit-flex!important;
		display: flex!important
	}
	.d-md-inline-flex {
		display: -ms-inline-flexbox!important;
		display: -webkit-inline-flex!important;
		display: inline-flex!important
	}
}
@media (min-width:992px) {
	.d-lg-none {
		display: none!important
	}
	.d-lg-inline {
		display: inline!important
	}
	.d-lg-inline-block {
		display: inline-block!important
	}
	.d-lg-block {
		display: block!important
	}
	.d-lg-table {
		display: table!important
	}
	.d-lg-table-row {
		display: table-row!important
	}
	.d-lg-table-cell {
		display: table-cell!important
	}
	.d-lg-flex {
		display: -ms-flexbox!important;
		display: -webkit-flex!important;
		display: flex!important
	}
	.d-lg-inline-flex {
		display: -ms-inline-flexbox!important;
		display: -webkit-inline-flex!important;
		display: inline-flex!important
	}
}
@media (min-width:1200px) {
	.d-xl-none {
		display: none!important
	}
	.d-xl-inline {
		display: inline!important
	}
	.d-xl-inline-block {
		display: inline-block!important
	}
	.d-xl-block {
		display: block!important
	}
	.d-xl-table {
		display: table!important
	}
	.d-xl-table-row {
		display: table-row!important
	}
	.d-xl-table-cell {
		display: table-cell!important
	}
	.d-xl-flex {
		display: -ms-flexbox!important;
		display: -webkit-flex!important;
		display: flex!important
	}
	.d-xl-inline-flex {
		display: -ms-inline-flexbox!important;
		display: -webkit-inline-flex!important;
		display: inline-flex!important
	}
}
@media print {
	.d-print-none {
		display: none!important
	}
	.d-print-inline {
		display: inline!important
	}
	.d-print-inline-block {
		display: inline-block!important
	}
	.d-print-block {
		display: block!important
	}
	.d-print-table {
		display: table!important
	}
	.d-print-table-row {
		display: table-row!important
	}
	.d-print-table-cell {
		display: table-cell!important
	}
	.d-print-flex {
		display: -ms-flexbox!important;
		display: -webkit-flex!important;
		display: flex!important
	}
	.d-print-inline-flex {
		display: -ms-inline-flexbox!important;
		display: -webkit-inline-flex!important;
		display: inline-flex!important
	}
}
.flex-row {
	-ms-flex-direction: row!important;
	-webkit-flex-direction: row!important;
	flex-direction: row!important
}
.flex-column {
	-ms-flex-direction: column!important;
	-webkit-flex-direction: column!important;
	flex-direction: column!important
}
.flex-row-reverse {
	-ms-flex-direction: row-reverse!important;
	-webkit-flex-direction: row-reverse!important;
	flex-direction: row-reverse!important
}
.flex-column-reverse {
	-ms-flex-direction: column-reverse!important;
	-webkit-flex-direction: column-reverse!important;
	flex-direction: column-reverse!important
}
.flex-wrap {
	-ms-flex-wrap: wrap!important;
	-webkit-flex-wrap: wrap!important;
	flex-wrap: wrap!important
}
.flex-nowrap {
	-ms-flex-wrap: nowrap!important;
	-webkit-flex-wrap: nowrap!important;
	flex-wrap: nowrap!important
}
.flex-wrap-reverse {
	-ms-flex-wrap: wrap-reverse!important;
	-webkit-flex-wrap: wrap-reverse!important;
	flex-wrap: wrap-reverse!important
}
.justify-content-start {
	-ms-flex-pack: start!important;
	-webkit-justify-content: flex-start!important;
	justify-content: flex-start!important
}
.justify-content-end {
	-ms-flex-pack: end!important;
	-webkit-justify-content: flex-end!important;
	justify-content: flex-end!important
}
.justify-content-center {
	-ms-flex-pack: center!important;
	-webkit-justify-content: center!important;
	justify-content: center!important
}
.justify-content-between {
	-ms-flex-pack: justify!important;
	-webkit-justify-content: space-between!important;
	justify-content: space-between!important
}
.justify-content-around {
	-ms-flex-pack: distribute!important;
	-webkit-justify-content: space-around!important;
	justify-content: space-around!important
}
.align-items-start {
	-ms-flex-align: start!important;
	-webkit-align-items: flex-start!important;
	align-items: flex-start!important
}
.align-items-end {
	-ms-flex-align: end!important;
	-webkit-align-items: flex-end!important;
	align-items: flex-end!important
}
.align-items-center {
	-ms-flex-align: center!important;
	-webkit-align-items: center!important;
	align-items: center!important
}
.align-items-baseline {
	-ms-flex-align: baseline!important;
	-webkit-align-items: baseline!important;
	align-items: baseline!important
}
.align-items-stretch {
	-ms-flex-align: stretch!important;
	-webkit-align-items: stretch!important;
	align-items: stretch!important
}
.align-content-start {
	-ms-flex-line-pack: start!important;
	align-content: flex-start!important
}
.align-content-end {
	-ms-flex-line-pack: end!important;
	align-content: flex-end!important
}
.align-content-center {
	-ms-flex-line-pack: center!important;
	align-content: center!important
}
.align-content-between {
	-ms-flex-line-pack: justify!important;
	align-content: space-between!important
}
.align-content-around {
	-ms-flex-line-pack: distribute!important;
	align-content: space-around!important
}
.align-content-stretch {
	-ms-flex-line-pack: stretch!important;
	align-content: stretch!important
}
.align-self-auto {
	-ms-flex-item-align: auto!important;
	-webkit-align-self: auto!important;
	-ms-grid-row-align: auto!important;
	align-self: auto!important
}
.align-self-start {
	-ms-flex-item-align: start!important;
	-webkit-align-self: flex-start!important;
	align-self: flex-start!important
}
.align-self-end {
	-ms-flex-item-align: end!important;
	-webkit-align-self: flex-end!important;
	align-self: flex-end!important
}
.align-self-center {
	-ms-flex-item-align: center!important;
	-webkit-align-self: center!important;
	-ms-grid-row-align: center!important;
	align-self: center!important
}
.align-self-baseline {
	-ms-flex-item-align: baseline!important;
	-webkit-align-self: baseline!important;
	align-self: baseline!important
}
.align-self-stretch {
	-ms-flex-item-align: stretch!important;
	-webkit-align-self: stretch!important;
	-ms-grid-row-align: stretch!important;
	align-self: stretch!important
}
@media (min-width:576px) {
	.flex-sm-row {
		-ms-flex-direction: row!important;
		-webkit-flex-direction: row!important;
		flex-direction: row!important
	}
	.flex-sm-column {
		-ms-flex-direction: column!important;
		-webkit-flex-direction: column!important;
		flex-direction: column!important
	}
	.flex-sm-row-reverse {
		-ms-flex-direction: row-reverse!important;
		-webkit-flex-direction: row-reverse!important;
		flex-direction: row-reverse!important
	}
	.flex-sm-column-reverse {
		-ms-flex-direction: column-reverse!important;
		-webkit-flex-direction: column-reverse!important;
		flex-direction: column-reverse!important
	}
	.flex-sm-wrap {
		-ms-flex-wrap: wrap!important;
		-webkit-flex-wrap: wrap!important;
		flex-wrap: wrap!important
	}
	.flex-sm-nowrap {
		-ms-flex-wrap: nowrap!important;
		-webkit-flex-wrap: nowrap!important;
		flex-wrap: nowrap!important
	}
	.flex-sm-wrap-reverse {
		-ms-flex-wrap: wrap-reverse!important;
		-webkit-flex-wrap: wrap-reverse!important;
		flex-wrap: wrap-reverse!important
	}
	.justify-content-sm-start {
		-ms-flex-pack: start!important;
		-webkit-justify-content: flex-start!important;
		justify-content: flex-start!important
	}
	.justify-content-sm-end {
		-ms-flex-pack: end!important;
		-webkit-justify-content: flex-end!important;
		justify-content: flex-end!important
	}
	.justify-content-sm-center {
		-ms-flex-pack: center!important;
		-webkit-justify-content: center!important;
		justify-content: center!important
	}
	.justify-content-sm-between {
		-ms-flex-pack: justify!important;
		-webkit-justify-content: space-between!important;
		justify-content: space-between!important
	}
	.justify-content-sm-around {
		-ms-flex-pack: distribute!important;
		-webkit-justify-content: space-around!important;
		justify-content: space-around!important
	}
	.align-items-sm-start {
		-ms-flex-align: start!important;
		-webkit-align-items: flex-start!important;
		align-items: flex-start!important
	}
	.align-items-sm-end {
		-ms-flex-align: end!important;
		-webkit-align-items: flex-end!important;
		align-items: flex-end!important
	}
	.align-items-sm-center {
		-ms-flex-align: center!important;
		-webkit-align-items: center!important;
		align-items: center!important
	}
	.align-items-sm-baseline {
		-ms-flex-align: baseline!important;
		-webkit-align-items: baseline!important;
		align-items: baseline!important
	}
	.align-items-sm-stretch {
		-ms-flex-align: stretch!important;
		-webkit-align-items: stretch!important;
		align-items: stretch!important
	}
	.align-content-sm-start {
		-ms-flex-line-pack: start!important;
		align-content: flex-start!important
	}
	.align-content-sm-end {
		-ms-flex-line-pack: end!important;
		align-content: flex-end!important
	}
	.align-content-sm-center {
		-ms-flex-line-pack: center!important;
		align-content: center!important
	}
	.align-content-sm-between {
		-ms-flex-line-pack: justify!important;
		align-content: space-between!important
	}
	.align-content-sm-around {
		-ms-flex-line-pack: distribute!important;
		align-content: space-around!important
	}
	.align-content-sm-stretch {
		-ms-flex-line-pack: stretch!important;
		align-content: stretch!important
	}
	.align-self-sm-auto {
		-ms-flex-item-align: auto!important;
		-webkit-align-self: auto!important;
		-ms-grid-row-align: auto!important;
		align-self: auto!important
	}
	.align-self-sm-start {
		-ms-flex-item-align: start!important;
		-webkit-align-self: flex-start!important;
		align-self: flex-start!important
	}
	.align-self-sm-end {
		-ms-flex-item-align: end!important;
		-webkit-align-self: flex-end!important;
		align-self: flex-end!important
	}
	.align-self-sm-center {
		-ms-flex-item-align: center!important;
		-webkit-align-self: center!important;
		-ms-grid-row-align: center!important;
		align-self: center!important
	}
	.align-self-sm-baseline {
		-ms-flex-item-align: baseline!important;
		-webkit-align-self: baseline!important;
		align-self: baseline!important
	}
	.align-self-sm-stretch {
		-ms-flex-item-align: stretch!important;
		-webkit-align-self: stretch!important;
		-ms-grid-row-align: stretch!important;
		align-self: stretch!important
	}
}
@media (min-width:768px) {
	.flex-md-row {
		-ms-flex-direction: row!important;
		-webkit-flex-direction: row!important;
		flex-direction: row!important
	}
	.flex-md-column {
		-ms-flex-direction: column!important;
		-webkit-flex-direction: column!important;
		flex-direction: column!important
	}
	.flex-md-row-reverse {
		-ms-flex-direction: row-reverse!important;
		-webkit-flex-direction: row-reverse!important;
		flex-direction: row-reverse!important
	}
	.flex-md-column-reverse {
		-ms-flex-direction: column-reverse!important;
		-webkit-flex-direction: column-reverse!important;
		flex-direction: column-reverse!important
	}
	.flex-md-wrap {
		-ms-flex-wrap: wrap!important;
		-webkit-flex-wrap: wrap!important;
		flex-wrap: wrap!important
	}
	.flex-md-nowrap {
		-ms-flex-wrap: nowrap!important;
		-webkit-flex-wrap: nowrap!important;
		flex-wrap: nowrap!important
	}
	.flex-md-wrap-reverse {
		-ms-flex-wrap: wrap-reverse!important;
		-webkit-flex-wrap: wrap-reverse!important;
		flex-wrap: wrap-reverse!important
	}
	.justify-content-md-start {
		-ms-flex-pack: start!important;
		-webkit-justify-content: flex-start!important;
		justify-content: flex-start!important
	}
	.justify-content-md-end {
		-ms-flex-pack: end!important;
		-webkit-justify-content: flex-end!important;
		justify-content: flex-end!important
	}
	.justify-content-md-center {
		-ms-flex-pack: center!important;
		-webkit-justify-content: center!important;
		justify-content: center!important
	}
	.justify-content-md-between {
		-ms-flex-pack: justify!important;
		-webkit-justify-content: space-between!important;
		justify-content: space-between!important
	}
	.justify-content-md-around {
		-ms-flex-pack: distribute!important;
		-webkit-justify-content: space-around!important;
		justify-content: space-around!important
	}
	.align-items-md-start {
		-ms-flex-align: start!important;
		-webkit-align-items: flex-start!important;
		align-items: flex-start!important
	}
	.align-items-md-end {
		-ms-flex-align: end!important;
		-webkit-align-items: flex-end!important;
		align-items: flex-end!important
	}
	.align-items-md-center {
		-ms-flex-align: center!important;
		-webkit-align-items: center!important;
		align-items: center!important
	}
	.align-items-md-baseline {
		-ms-flex-align: baseline!important;
		-webkit-align-items: baseline!important;
		align-items: baseline!important
	}
	.align-items-md-stretch {
		-ms-flex-align: stretch!important;
		-webkit-align-items: stretch!important;
		align-items: stretch!important
	}
	.align-content-md-start {
		-ms-flex-line-pack: start!important;
		align-content: flex-start!important
	}
	.align-content-md-end {
		-ms-flex-line-pack: end!important;
		align-content: flex-end!important
	}
	.align-content-md-center {
		-ms-flex-line-pack: center!important;
		align-content: center!important
	}
	.align-content-md-between {
		-ms-flex-line-pack: justify!important;
		align-content: space-between!important
	}
	.align-content-md-around {
		-ms-flex-line-pack: distribute!important;
		align-content: space-around!important
	}
	.align-content-md-stretch {
		-ms-flex-line-pack: stretch!important;
		align-content: stretch!important
	}
	.align-self-md-auto {
		-ms-flex-item-align: auto!important;
		-webkit-align-self: auto!important;
		-ms-grid-row-align: auto!important;
		align-self: auto!important
	}
	.align-self-md-start {
		-ms-flex-item-align: start!important;
		-webkit-align-self: flex-start!important;
		align-self: flex-start!important
	}
	.align-self-md-end {
		-ms-flex-item-align: end!important;
		-webkit-align-self: flex-end!important;
		align-self: flex-end!important
	}
	.align-self-md-center {
		-ms-flex-item-align: center!important;
		-webkit-align-self: center!important;
		-ms-grid-row-align: center!important;
		align-self: center!important
	}
	.align-self-md-baseline {
		-ms-flex-item-align: baseline!important;
		-webkit-align-self: baseline!important;
		align-self: baseline!important
	}
	.align-self-md-stretch {
		-ms-flex-item-align: stretch!important;
		-webkit-align-self: stretch!important;
		-ms-grid-row-align: stretch!important;
		align-self: stretch!important
	}
}
@media (min-width:992px) {
	.flex-lg-row {
		-ms-flex-direction: row!important;
		-webkit-flex-direction: row!important;
		flex-direction: row!important
	}
	.flex-lg-column {
		-ms-flex-direction: column!important;
		-webkit-flex-direction: column!important;
		flex-direction: column!important
	}
	.flex-lg-row-reverse {
		-ms-flex-direction: row-reverse!important;
		-webkit-flex-direction: row-reverse!important;
		flex-direction: row-reverse!important
	}
	.flex-lg-column-reverse {
		-ms-flex-direction: column-reverse!important;
		-webkit-flex-direction: column-reverse!important;
		flex-direction: column-reverse!important
	}
	.flex-lg-wrap {
		-ms-flex-wrap: wrap!important;
		-webkit-flex-wrap: wrap!important;
		flex-wrap: wrap!important
	}
	.flex-lg-nowrap {
		-ms-flex-wrap: nowrap!important;
		-webkit-flex-wrap: nowrap!important;
		flex-wrap: nowrap!important
	}
	.flex-lg-wrap-reverse {
		-ms-flex-wrap: wrap-reverse!important;
		-webkit-flex-wrap: wrap-reverse!important;
		flex-wrap: wrap-reverse!important
	}
	.justify-content-lg-start {
		-ms-flex-pack: start!important;
		-webkit-justify-content: flex-start!important;
		justify-content: flex-start!important
	}
	.justify-content-lg-end {
		-ms-flex-pack: end!important;
		-webkit-justify-content: flex-end!important;
		justify-content: flex-end!important
	}
	.justify-content-lg-center {
		-ms-flex-pack: center!important;
		-webkit-justify-content: center!important;
		justify-content: center!important
	}
	.justify-content-lg-between {
		-ms-flex-pack: justify!important;
		-webkit-justify-content: space-between!important;
		justify-content: space-between!important
	}
	.justify-content-lg-around {
		-ms-flex-pack: distribute!important;
		-webkit-justify-content: space-around!important;
		justify-content: space-around!important
	}
	.align-items-lg-start {
		-ms-flex-align: start!important;
		-webkit-align-items: flex-start!important;
		align-items: flex-start!important
	}
	.align-items-lg-end {
		-ms-flex-align: end!important;
		-webkit-align-items: flex-end!important;
		align-items: flex-end!important
	}
	.align-items-lg-center {
		-ms-flex-align: center!important;
		-webkit-align-items: center!important;
		align-items: center!important
	}
	.align-items-lg-baseline {
		-ms-flex-align: baseline!important;
		-webkit-align-items: baseline!important;
		align-items: baseline!important
	}
	.align-items-lg-stretch {
		-ms-flex-align: stretch!important;
		-webkit-align-items: stretch!important;
		align-items: stretch!important
	}
	.align-content-lg-start {
		-ms-flex-line-pack: start!important;
		align-content: flex-start!important
	}
	.align-content-lg-end {
		-ms-flex-line-pack: end!important;
		align-content: flex-end!important
	}
	.align-content-lg-center {
		-ms-flex-line-pack: center!important;
		align-content: center!important
	}
	.align-content-lg-between {
		-ms-flex-line-pack: justify!important;
		align-content: space-between!important
	}
	.align-content-lg-around {
		-ms-flex-line-pack: distribute!important;
		align-content: space-around!important
	}
	.align-content-lg-stretch {
		-ms-flex-line-pack: stretch!important;
		align-content: stretch!important
	}
	.align-self-lg-auto {
		-ms-flex-item-align: auto!important;
		-webkit-align-self: auto!important;
		-ms-grid-row-align: auto!important;
		align-self: auto!important
	}
	.align-self-lg-start {
		-ms-flex-item-align: start!important;
		-webkit-align-self: flex-start!important;
		align-self: flex-start!important
	}
	.align-self-lg-end {
		-ms-flex-item-align: end!important;
		-webkit-align-self: flex-end!important;
		align-self: flex-end!important
	}
	.align-self-lg-center {
		-ms-flex-item-align: center!important;
		-webkit-align-self: center!important;
		-ms-grid-row-align: center!important;
		align-self: center!important
	}
	.align-self-lg-baseline {
		-ms-flex-item-align: baseline!important;
		-webkit-align-self: baseline!important;
		align-self: baseline!important
	}
	.align-self-lg-stretch {
		-ms-flex-item-align: stretch!important;
		-webkit-align-self: stretch!important;
		-ms-grid-row-align: stretch!important;
		align-self: stretch!important
	}
}
@media (min-width:1200px) {
	.flex-xl-row {
		-ms-flex-direction: row!important;
		-webkit-flex-direction: row!important;
		flex-direction: row!important
	}
	.flex-xl-column {
		-ms-flex-direction: column!important;
		-webkit-flex-direction: column!important;
		flex-direction: column!important
	}
	.flex-xl-row-reverse {
		-ms-flex-direction: row-reverse!important;
		-webkit-flex-direction: row-reverse!important;
		flex-direction: row-reverse!important
	}
	.flex-xl-column-reverse {
		-ms-flex-direction: column-reverse!important;
		-webkit-flex-direction: column-reverse!important;
		flex-direction: column-reverse!important
	}
	.flex-xl-wrap {
		-ms-flex-wrap: wrap!important;
		-webkit-flex-wrap: wrap!important;
		flex-wrap: wrap!important
	}
	.flex-xl-nowrap {
		-ms-flex-wrap: nowrap!important;
		-webkit-flex-wrap: nowrap!important;
		flex-wrap: nowrap!important
	}
	.flex-xl-wrap-reverse {
		-ms-flex-wrap: wrap-reverse!important;
		-webkit-flex-wrap: wrap-reverse!important;
		flex-wrap: wrap-reverse!important
	}
	.justify-content-xl-start {
		-ms-flex-pack: start!important;
		-webkit-justify-content: flex-start!important;
		justify-content: flex-start!important
	}
	.justify-content-xl-end {
		-ms-flex-pack: end!important;
		-webkit-justify-content: flex-end!important;
		justify-content: flex-end!important
	}
	.justify-content-xl-center {
		-ms-flex-pack: center!important;
		-webkit-justify-content: center!important;
		justify-content: center!important
	}
	.justify-content-xl-between {
		-ms-flex-pack: justify!important;
		-webkit-justify-content: space-between!important;
		justify-content: space-between!important
	}
	.justify-content-xl-around {
		-ms-flex-pack: distribute!important;
		-webkit-justify-content: space-around!important;
		justify-content: space-around!important
	}
	.align-items-xl-start {
		-ms-flex-align: start!important;
		-webkit-align-items: flex-start!important;
		align-items: flex-start!important
	}
	.align-items-xl-end {
		-ms-flex-align: end!important;
		-webkit-align-items: flex-end!important;
		align-items: flex-end!important
	}
	.align-items-xl-center {
		-ms-flex-align: center!important;
		-webkit-align-items: center!important;
		align-items: center!important
	}
	.align-items-xl-baseline {
		-ms-flex-align: baseline!important;
		-webkit-align-items: baseline!important;
		align-items: baseline!important
	}
	.align-items-xl-stretch {
		-ms-flex-align: stretch!important;
		-webkit-align-items: stretch!important;
		align-items: stretch!important
	}
	.align-content-xl-start {
		-ms-flex-line-pack: start!important;
		align-content: flex-start!important
	}
	.align-content-xl-end {
		-ms-flex-line-pack: end!important;
		align-content: flex-end!important
	}
	.align-content-xl-center {
		-ms-flex-line-pack: center!important;
		align-content: center!important
	}
	.align-content-xl-between {
		-ms-flex-line-pack: justify!important;
		align-content: space-between!important
	}
	.align-content-xl-around {
		-ms-flex-line-pack: distribute!important;
		align-content: space-around!important
	}
	.align-content-xl-stretch {
		-ms-flex-line-pack: stretch!important;
		align-content: stretch!important
	}
	.align-self-xl-auto {
		-ms-flex-item-align: auto!important;
		-webkit-align-self: auto!important;
		-ms-grid-row-align: auto!important;
		align-self: auto!important
	}
	.align-self-xl-start {
		-ms-flex-item-align: start!important;
		-webkit-align-self: flex-start!important;
		align-self: flex-start!important
	}
	.align-self-xl-end {
		-ms-flex-item-align: end!important;
		-webkit-align-self: flex-end!important;
		align-self: flex-end!important
	}
	.align-self-xl-center {
		-ms-flex-item-align: center!important;
		-webkit-align-self: center!important;
		-ms-grid-row-align: center!important;
		align-self: center!important
	}
	.align-self-xl-baseline {
		-ms-flex-item-align: baseline!important;
		-webkit-align-self: baseline!important;
		align-self: baseline!important
	}
	.align-self-xl-stretch {
		-ms-flex-item-align: stretch!important;
		-webkit-align-self: stretch!important;
		-ms-grid-row-align: stretch!important;
		align-self: stretch!important
	}
}
@font-face {
	font-family: SF UI Display;
	src: url(../fonts/SFUIDisplay-Bold.woff2) format("woff2"), url(../fonts/SFUIDisplay-Bold.woff) format("woff");
	font-weight: 700;
	font-style: normal
}
@font-face {
	font-family: Bodoni72C;
	src: url(../fonts/Bodoni72C-Bold.woff2) format("woff2"), url(../fonts/Bodoni72C-Bold.woff) format("woff");
	font-weight: 700;
	font-style: normal
}
iframe {
	border: none!important
}
*, :after, :before {
	box-sizing: border-box
}
button, input, select, textarea {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border-radius: 0
}
input::-ms-clear, input::-ms-reveal {
	display: none;
	width: 0;
	height: 0
}
select::-ms-expand {
	display: none
}
html {
	-webkit-tap-highlight-color: transparent
}
body {
	-webkit-text-size-adjust: none;
	text-rendering: optimizeLegibility;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	background: #fff;
	font-size: 14px;
	line-height: 1.57142857;
	color: #28404c;
	font-family: Roboto, sans-serif;
	font-weight: 400;
	min-width: 320px;
	margin: 0 auto;
	position: relative
}
.page__layout {
	height: auto;
	min-height: 100vh;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	overflow: hidden;
	position: relative
}
main.main {
	-webkit-flex: 1 0 auto;
	-ms-flex: 1 0 auto;
	flex: 1 0 auto;
	position: relative;
	z-index: 1
}
.main>.container:first-child>hr:first-child {
	margin: 0
}
hr {
	background: none;
	border: 0;
	border-top: 1px solid #000
}
a {
	color: #1268ac;
	transition: color .3s
}
a, a:focus {
	text-decoration: underline
}
a:focus {
	outline: none
}
a:hover {
	color: #1268ac;
	text-decoration: none
}
address, blockquote, figure, ol, p, table, ul {
	margin: 0;
	margin-bottom: 15px
}
.table, table {
	margin-bottom: 30px
}
.table {
	overflow: auto
}
.table table {
	margin: 0
}
table {
	width: 100%;
	border-collapse: collapse;
	border: 0;
	min-width: 400px
}
table thead tr th {
	font-weight: 400;
	text-align: left
}
table tbody tr td, table thead tr th {
	font-size: 14px;
	padding: 9px 20px;
	color: #191919
}
table tbody tr:nth-child(odd) td {
	background: #f5f3e7
}
blockquote {
	margin-bottom: 20px;
	display: block;
	border: 5px solid #f5f3e7;
	background-color: #fff;
	text-align: center;
	padding: 15px;
	padding-bottom: 7px;
	margin-bottom: 40px
}
b, strong {
	font-weight: 700
}
ol, ul {
	padding: 0;
	color: #000
}
ol li, ul li {
	margin-bottom: 18px;
	padding-left: 20px;
	position: relative
}
ol {
	padding-left: 15px
}
ol li {
	padding: 0
}
ul {
	list-style: none
}
ul li:before {
	content: "";
	position: absolute;
	width: 5px;
	height: 5px;
	border-radius: 50%;
	background: #000;
	left: 0;
	top: 10px
}
h1, h2, h3, h4, h5, h6 {
	color: #000;
	font-size: 60px;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: .05em;
	line-height: 1.3;
	margin: 0;
	margin-bottom: .375em
}
h1 {
	font-size: 60px
}
h2 {
	font-size: 40px;
	margin-bottom: .4em
}
h3 {
	font-size: 32px;
	margin-bottom: .5em
}
h4 {
	font-size: 20px;
	margin-bottom: .7em;
	letter-spacing: 0
}
h5 {
	font-size: 16px
}
h5, h6 {
	margin-bottom: .8em;
	letter-spacing: 0
}
h6 {
	font-size: 14px
}
@media (max-width:575px) {
	h1 {
		font-size: 40px
	}
	h2 {
		font-size: 30px
	}
	h3 {
		font-size: 24px
	}
	h4 {
		font-size: 20px
	}
	h5 {
		font-size: 16px
	}
}
@media (min-width:1200px) {
	.container {
		max-width: 1170px
	}
}
::-moz-selection {
	background-color: rgba(153, 210, 76, .2)!important
}
::selection {
	background-color: rgba(153, 210, 76, .2)!important
}
.btn {
	border-radius: 5px;
	font-size: 16px;
	font-family: Roboto, sans-serif;
	font-weight: 700;
	color: #fff;
	display: inline-block;
	vertical-align: top;
	text-align: center;
	outline: none;
	text-decoration: none;
	padding: 15px 18px;
	padding-bottom: 16px;
	line-height: 1.2;
	cursor: pointer;
	border: 0;
	position: relative;
	z-index: 0;
	background-color: #5f9330;
	background-image: linear-gradient(0deg, #6db32d 0, #87bf30 99%, #87bf30);
			background-color: #48d1cc;
			background-image: linear-gradient(0deg, #0cb7b1 0, #098883 99%, #06908d);
	overflow: hidden;
	min-width: 146px
}
.btn, .btn:after {
	transition: all .3s
}
.btn:after {
	content: "";
	position: absolute;
	border-radius: 5px;
	left: 0;
	right: 0;
	bottom: 0;
	top: 0;
	z-index: -1;
	opacity: 0;
	background-color: #71ad29;
	background-image: linear-gradient(0deg, #5f9330 0, #76a935 99%, #76a935);
			background-color: #48d1cc;
			background-image: linear-gradient(0deg, #0cb7b1 0, #098883 99%, #06908d)
}
.btn:focus, .btn:hover {
	color: #fff;
	text-decoration: none
}
.btn:hover:after {
	opacity: 1
}
.btn--red {
	background: #eb0055
}
.btn--red:after {
	background: #d2004c
}
.btn--border {
	background: none;
	color: #2e3139
}
.btn--border:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	border: 2px solid #77b82e;
	border-radius: 5px;
	z-index: -1
}
.btn--border:focus {
	color: #2e3139
}
.btn--border:hover {
	background: none;
	color: #2e3139
}
.btn--border:hover:after {
	display: none
}
.btn--border:hover:before {
	border-color: #71ad29
}
.btn--sm {
	font-size: 16px;
	font-weight: 400;
	padding: 10px 15px;
	padding-bottom: 11px;
	min-width: 125px
}
.btn--md {
	padding: 13px 18px;
	padding-bottom: 14px
}
.form__heading h4 {
	font-size: 22px
}
.form__heading p {
	font-size: 17px
}
.buttons-group .btn {
	margin-right: 28px;
	margin-bottom: 20px
}
.buttons-group .btn:last-child {
	margin-right: 0
}
.form-group {
	margin-bottom: 21px
}
.form-control {
	display: block;
	width: 100%;
	background: none;
	border: 1px solid #f5f3e7;
	height: 36px;
	outline: none;
	padding: 0 15px;
	line-height: normal;
	font-size: 12px;
	font-family: Open Sans, sans-serif;
	transition: background-color .3s;
	color: #aca78c;
	border-radius: 3px
}
.form-control::-webkit-input-placeholder {
	color: #bbb
}
.form-control:-ms-input-placeholder {
	color: #bbb
}
.form-control::placeholder {
	color: #bbb
}
.form-control:focus {
	background: #f5f3e7
}
.form-control:focus::-webkit-input-placeholder {
	color: transparent
}
.form-control:focus:-ms-input-placeholder {
	color: transparent
}
.form-control:focus::placeholder {
	color: transparent
}
.form-control2 {
	display: block;
	width: 100%;
	height: 46px;
	background-color: #f5f3e7;
	outline: none;
	padding: 0 18px;
	line-height: normal;
	font-size: 14px;
	transition: background-color .3s;
	color: #000;
	border-radius: 3px;
	border: 0;
	border-width: 0
}
.form-control2::-webkit-input-placeholder {
	color: #9d7e6b
}
.form-control2:-ms-input-placeholder {
	color: #9d7e6b
}
.form-control2::placeholder {
	color: #9d7e6b
}
.form-control2:focus {
	background: #f8f7ee
}
.form-control2:focus::-webkit-input-placeholder {
	color: transparent
}
.form-control2:focus:-ms-input-placeholder {
	color: transparent
}
.form-control2:focus::placeholder {
	color: transparent
}
.form-control--sm {
	height: 40px
}
.has-error {
	box-shadow: inset 0 0 0 1px #bb2d2d
}
textarea.form-control, textarea.form-control2 {
	width: 100%;
	max-width: 100%;
	min-width: 100%;
	min-height: 100px;
	padding: 15px 18px
}
.dropdown {
	display: inline-block;
	vertical-align: middle;
	position: relative;
	z-index: 11;
	height: 27px;
	background: #f5f3e7;
	border-radius: 3px
}
.dropdown:before {
	content: "";
	position: absolute;
	width: 7px;
	height: 7px;
	border-right: 2px solid #000;
	border-bottom: 2px solid #000;
	right: 12px;
	top: 9px;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg)
}
.dropdown.is-active:before {
	-webkit-transform: rotate(-135deg);
	transform: rotate(-135deg);
	top: 12px
}
.dropdown__button {
	padding: 0 11px;
	height: 27px;
	background: none;
	border: 0;
	font-size: 11px;
	display: block;
	cursor: pointer;
	outline: none;
	padding-right: 40px;
	position: relative;
	z-index: 1;
	text-align: left
}
.dropdown__list {
	position: absolute;
	width: 100%;
	left: 0;
	top: calc(100% + 10px);
	z-index: 100;
	display: none;
	border-radius: 3px;
	background: #fff;
	box-shadow: 0 0 24px rgba(128, 188, 47, .1);
	overflow: hidden
}
.dropdown__list, .dropdown__list li {
	margin: 0;
	padding: 0
}
.dropdown__list li:before {
	display: none
}
.dropdown__list li a {
	padding: 10px 11px;
	color: #191919;
	background: #fff;
	border: 0;
	font-size: 11px;
	display: block;
	outline: none;
	padding-right: 40px;
	position: relative;
	z-index: 1;
	text-align: left;
	text-decoration: none;
	transition: all .3s
}
.dropdown__list li a:hover, .select {
	background: #f5f3e7
}
.select {
	display: inline-block;
	vertical-align: middle;
	position: relative;
	z-index: 0;
	overflow: hidden;
	height: 27px;
	border-radius: 3px
}
.select:before {
	content: "";
	position: absolute;
	width: 7px;
	height: 7px;
	border-right: 2px solid #000;
	border-bottom: 2px solid #000;
	right: 12px;
	top: 50%;
	margin-top: -6px;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	z-index: -1
}
select {
	padding: 0 11px;
	height: 27px;
	background: none;
	border: 0;
	font-size: 11px;
	display: block;
	cursor: pointer;
	width: calc(100% + 15px);
	outline: none;
	padding-right: 40px;
	position: relative;
	z-index: 1
}
.sort select {
	min-width: 209px
}
.radio {
	display: inline-block;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none
}
.radio input {
	display: none
}
.radio input:checked~span:after {
	opacity: 1
}
.radio span {
	display: inline-block;
	font-size: 12px;
	color: #262624;
	line-height: 1.2;
	position: relative;
	padding-left: 29px;
	font-family: Open Sans, sans-serif
}
.radio span:before {
	width: 20px;
	height: 20px;
	background: #f5f3e7;
	left: 0;
	top: -2px
}
.radio span:after, .radio span:before {
	content: "";
	position: absolute;
	border-radius: 50%;
	transition: all .3s
}
.radio span:after {
	width: 12px;
	height: 12px;
	background: #80bc2f;
	left: 4px;
	top: 2px;
	opacity: 0
}
.radio:hover span:before {
	border-color: #000
}
.checkbox {
	display: inline-block;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none
}
.checkbox input {
	display: none
}
.checkbox input:checked~span:after {
	opacity: 1
}
.checkbox span {
	display: inline-block;
	font-size: 12px;
	color: #262624;
	line-height: 1.2;
	position: relative;
	padding-left: 29px;
	font-family: Open Sans, sans-serif
}
.checkbox span:before {
	width: 20px;
	height: 20px;
	background: #f5f3e7;
	left: 0;
	top: -3px;
	border-radius: 3px
}
.checkbox span:after, .checkbox span:before {
	content: "";
	position: absolute;
	transition: all .3s
}
.checkbox span:after {
	width: 9px;
	height: 7px;
	background: url(../img/check.png) no-repeat 0 0;
	left: 6px;
	top: 4px;
	opacity: 0
}
.quantity {
	display: inline-block;
	vertical-align: middle;
	width: 135px;
	height: 50px;
	border: 1px solid #d7d4c4;
	border-radius: 4px;
	position: relative;
	z-index: 0;
	padding: 0 50px
}
.quantity input {
	border: 0;
	background: none;
	outline: none;
	display: block;
	width: 100%;
	color: #000;
	font-size: 20px;
	height: 100%;
	text-align: center;
	position: relative;
	z-index: 1
}
.quantity__decrease, .quantity__increase {
	position: absolute;
	left: 14px;
	border: 0;
	background: none;
	padding: 0;
	outline: none;
	cursor: pointer;
	width: 29px;
	height: 29px;
	background: #f0eddf;
	top: 50%;
	margin-top: -14px;
	transition: all .3s;
	border-radius: 50%
}
.quantity__decrease:before, .quantity__increase:before {
	content: "";
	position: absolute;
	height: 3px;
	width: 15px;
	background: #9f9d95;
	left: 50%;
	margin-left: -7px;
	top: 50%;
	margin-top: -2px;
	border-radius: 1px;
	transition: all .3s
}
.quantity__decrease:hover, .quantity__increase:hover {
	background: #9f9d95
}
.quantity__decrease:hover:after, .quantity__decrease:hover:before, .quantity__increase:hover:after, .quantity__increase:hover:before {
	background: #f0eddf
}
.quantity__increase:after {
	content: "";
	position: absolute;
	width: 3px;
	height: 15px;
	background: #9f9d95;
	left: 50%;
	margin-left: -1px;
	top: 50%;
	margin-top: -8px;
	border-radius: 1px;
	transition: all .3s
}
.quantity__decrease {
	left: auto;
	right: 14px
}
.radio-group {
	display: inline-block;
	font-size: 0;
	border: 1px solid #f5f3e7;
	border-radius: 3px;
	overflow: hidden
}
.radio-group label {
	font-weight: 400;
	display: inline-block;
	vertical-align: top;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none
}
.radio-group label input {
	display: none
}
.radio-group label input:checked~span {
	background: #f5f3e7
}
.radio-group label span {
	font-size: 11px;
	display: inline-block;
	color: #191919;
	line-height: 1;
	padding: 7px 13px;
	transition: all .3s;
	cursor: pointer
}
.radio-group label span:hover {
	background: #f5f3e7
}
.modal {
	display: none;
	background: #fff;
	overflow: hidden;
	padding: 48px;
	position: relative;
	z-index: 0;
	width: 100%;
	max-width: 960px;
	box-shadow: 0 0 30px hsla(23, 20%, 52%, .2)
}
.modal--form {
	max-width: 487px
}
.fancybox-close-small {
	width: 30px;
	height: 30px;
	top: 5px;
	right: 5px;
	background-size: contain;
	border: 0
}
.fancybox-close-small:focus:after {
	outline: none
}
.fancybox-close-small:after {
	color: #89c136;
		color: #48d1cc;
	opacity: 1;
	font-size: 29px;
	top: 0;
	right: 0
}
.fancybox-close-small:hover:after {
	background: none;
	color: #ffc040
}
.fancybox-bg {
	background: #000
}
@media (max-width:767px) {
	.modal {
		padding: 20px;
		padding-top: 30px
	}
}
.inner {
	padding-bottom: 38px
}
.text-center {
	text-align: center
}
.nav-toggle {
	display: none;
	width: 30px;
	height: 24px;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	background: none;
	border: 0;
	cursor: pointer;
	outline: none;
	z-index: 10;
	padding: 0
}
.nav-toggle span {
	display: block;
	width: 30px;
	height: 4px;
	background: #fff;
	transition: all .3s;
	-webkit-transform-origin: 100% 0;
	transform-origin: 100% 0;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden
}
.nav-toggle:hover span {
	background: #fff
}
.nav-toggle.is-active span:first-child {
	-webkit-transform: rotate(-45deg) translateY(0) translateX(-1px);
	transform: rotate(-45deg) translateY(0) translateX(-1px)
}
.nav-toggle.is-active span:nth-child(2) {
	opacity: 0
}
.nav-toggle.is-active span:nth-child(3) {
	-webkit-transform: rotate(45deg) translateY(0) translateX(2px);
	transform: rotate(45deg) translateY(0) translateX(2px)
}
.header-top {
	background: #fbfaf4;
	color: #131313;
	padding: 5px 0
}
.header-top .container {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	position: relative
}
.header__select-city {
	margin: 0;
	display: inline-block;
	position: relative;
	background-color: #fff;
	border-radius: 3px
}
.header__select-city:before {
	content: "";
	position: absolute;
	width: 6px;
	height: 6px;
	border-right: 1px solid #323233;
	border-bottom: 1px solid #323233;
	right: 12px;
	top: 50%;
	margin-top: -5px;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	z-index: 2
}
.header__select-city select {
	border: 0;
	background: none;
	min-width: 179px;
	height: 31px;
	font-size: 11px;
	color: #131313;
	padding: 0 14px
}
.nav {
	position: relative;
	z-index: 10
}
.nav-list {
	padding: 0;
	margin: 0;
	list-style: none;
	font-size: 0
}
.nav-list__item {
	margin: 0 17px;
	padding: 0;
	display: inline-block
}
.nav-list__item:first-child {
	margin-left: 0
}
.nav-list__item:last-child {
	margin-right: 0
}
.nav-list__item:before {
	display: none
}
.nav-list__link {
	font-size: 13px;
	color: #1268ac;
	line-height: 1.1;
	display: inline-block;
	transition: all .3s
}
.nav-list__link:focus, .nav-list__link:hover {
	outline: none;
	text-decoration: none
}
.nav-list__link:hover {
	color: #1268ac;
	text-decoration: none
}
.currencies {
	font-size: 0
}
.currencies label {
	display: inline-block;
	vertical-align: top;
	margin: 0;
	cursor: pointer
}
.currencies label input {
	display: block
}
.currencies label input:checked~span {
	background: #f5f3e7
}
.currencies label span {
	font-size: 11px;
	color: #191919;
	border: 1px solid #e7e3cd;
	padding: 4px 9px;
	display: inline-block;
	transition: all .3s
}
.currencies label:first-child span {
	margin-right: -1px;
	border-top-left-radius: 3px;
	border-bottom-left-radius: 3px
}
.currencies label:last-child span {
	border-top-right-radius: 3px;
	border-bottom-right-radius: 3px
}
.currencies label:hover span {
	background: #f5f3e7
}
.header-bottom .container {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	padding-top: 22px;
	padding-bottom: 22px
}
.header-bottom .search {
	display: none
}
.logo {
	text-decoration: none
}
.logo img {
	max-width: 180px;
		max-width: 220px;
	height: auto
}
.logo h1 {
	margin: 0;
	font-size: 13px;
	font-weight: 400;
	color: #bbb;
	text-transform: none;
	letter-spacing: 0;
	line-height: 1.2
}
.header__contact {
	font-size: 14px;
	line-height: 1.2;
	font-weight: 700;
	color: #191919
}
.header__contact p {
	margin: 0;
	margin-bottom: 7px
}
.header__contact a:not(.header__phone) {
	font-size: 13px;
	color: #1268ac;
	font-weight: 400
}
.header__contact--question {
	position: relative;
	padding-left: 44px
}
.header__contact--question:before {
	content: "";
	position: absolute;
	width: 33px;
	height: 42px;
	background: url(../img/consultant.svg) no-repeat 0 0;
	background-size: contain;
	left: 0;
	top: -4px
}
.header__phone {
	font-size: 22px;
	font-weight: 700;
	color: #191919;
	line-height: 1;
	display: inline-block;
	margin-bottom: 7px
}
.header__phone.wt {
	position: relative;
	padding-left: 22px;
}
.header__phone.wt:before {
	content: "";
	position: absolute;
	width: 19px;
	height: 19px;
	background: url(../img/mess2.svg) no-repeat 0 0 #00bc20;
	background-size: contain;
	border-radius: 50%;
	left: 0;
	top: 1px
}
.header__phone, .header__phone:focus {
	text-decoration: none
}
.header__phone:hover {
	color: #191919
}
.header__callback-link {
	position: relative;
	padding-left: 22px
}
.header__callback-link:before {
	content: "";
	position: absolute;
	width: 16px;
	height: 16px;
	background: url(../img/ico_phone.png) no-repeat 0 0;
	background-size: contain;
	left: 0;
	top: 1px
}
.header__working-hours {
	padding-left: 22px;
	font-weight: 400;
	position: relative;
	font-size: 13px
}
.header__working-hours:before {
	content: "";
	position: absolute;
	width: 16px;
	height: 16px;
	background: url(../img/clock.png) no-repeat 0 0;
	background-size: contain;
	left: 0;
	top: 0
}
.header-cart {
	position: relative;
	padding-left: 60px;
	font-size: 14px;
	color: #191919;
	padding-top: 5px
}
.header-cart p {
	margin: 0;
	margin-bottom: 1px;
	font-weight: 700
}
.header-cart a {
	font-size: 13px
}
.header-cart__icon {
	position: absolute;
	left: 0;
	top: 0;
	width: 48px;
	height: 48px;
	border-radius: 50%;
	background-color: #5f9330;
	background-image: linear-gradient(0deg, #6db32d 0, #87bf30 99%, #87bf30)
}
.header-cart__icon:before {
	content: "";
	width: 24px;
	height: 32px;
	background: url(../img/bag.png) no-repeat 0 0;
	background-size: contain;
	left: 50%;
	margin-left: -12px;
	top: 50%;
	margin-top: -17px;
	position: absolute
}
.header-cart__count {
	min-width: 22px;
	height: 22px;
	background-color: #eb0055;
	border: 3px solid #fff;
	display: block;
	position: absolute;
	border-radius: 50%;
	font-size: 10px;
	text-align: center;
	line-height: 15px;
	color: #fff;
	right: -5px;
	top: -5px
}
.hero {
	padding: 36px 0;
	background: url(../img/hero_bg.jpg) no-repeat 50%;
	background-size: cover
}
.hero__inner {
	width: 100%;
	height: auto;
	padding: 42px 20px;
	background: #fff;
	border: 8px solid #d6c1d9
}
.slick-slider .slick-slide:focus {
	outline: none
}
.slick-slider.slick-dotted {
	padding-bottom: 0;
	margin: 0
}
.hero-slider {
	padding: 0 72px;
	padding-right: 50px
}
.hero-slider:not(.slick-initialized) .sld:not(:first-child) {
	display: none
}
.hero-slide {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-align-items: flex-start;
	-ms-flex-align: start;
	align-items: flex-start
}
.hero-slide__image {
	width: 57%;
	max-width: 57%;
	text-align: right;
	padding-left: 10px
}
.hero-slide__image.fullwidth {
	width: 100%;
	max-width: 100%;
}
.hero-slide__image img {
	max-width: 100%;
	height: auto
}
.hero-slide__text {
	width: 43%;
	max-width: 43%;
	padding-bottom: 42px;
	padding-right: 10px
}
.hero-slide__tag {
	font-size: 12px;
	font-family: SF UI Display;
	color: #fff;
	background-color: #ffc040;
	display: inline-block;
	min-width: 106px;
	height: 32px;
	text-align: center;
	padding: 7px 20px;
	border-top-left-radius: 23px;
	border-bottom-right-radius: 23px;
	margin-bottom: 9px
}
.hero-slide__name, .hero-slide__tag {
	font-weight: 700;
	text-transform: uppercase
}
.hero-slide__name {
	color: #000;
	font-size: 60px;
	margin: 0;
	padding: 0;
	margin-bottom: 7px;
	margin-left: -2px;
	line-height: 1;
	letter-spacing: 5.9px
}
.hero-slide__descr {
	font-size: 13px;
	line-height: 1.69230769;
	color: #747c6b;
	margin-bottom: 11px
}
.hero-slide__price {
	color: #000;
	font-size: 20px;
	font-weight: 700;
	line-height: 1.2;
	letter-spacing: 2px;
	margin-bottom: 15px
}
.hero-slide__price span {
	font-size: 60px;
	font-weight: 900;
	letter-spacing: .08666667em;
	margin-left: -.06666667em;
	margin-right: .05em
}
.hero-slide__buttons .btn {
	margin-right: 16px
}
.hero-slide__buttons .btn:last-child {
	margin-right: 0
}
.slick-dots {
	padding: 0;
	margin: 0;
	bottom: 0;
	text-align: left
}
.slick-dots li {
	padding: 0;
	margin: 0;
	width: 9px;
	height: 9px;
	margin-right: 11px
}
.slick-dots li:before {
	display: none
}
.slick-dots li button {
	width: 9px;
	height: 9px;
	background: #f5f3e7;
	border-radius: 50%;
	transition: all .3s
}
.slick-dots li button:after, .slick-dots li button:before {
	display: none
}
.slick-dots li.slick-active button, .slick-dots li button:hover {
	background-color: #5f9330;
	background-image: linear-gradient(0deg, #6db32d 0, #87bf30 99%, #87bf30)
}
.slick-next, .slick-prev {
	width: 34px;
	height: 34px;
	border-radius: 50%;
	-webkit-transform-origin: 50% 50%;
	transform-origin: 50% 50%;
	z-index: 1;
	background: none;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	transition: opacity .3s
}
.slick-next:after, .slick-next:before, .slick-prev:after, .slick-prev:before {
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	transition: all .3s
}
.slick-next:before, .slick-prev:before {
	background: url(../img/arrow.svg) no-repeat 0 0;
	background-size: contain
}
.slick-next:after, .slick-prev:after {
	background: url(../img/arrow_green.svg) no-repeat 0 0;
	background-size: contain;
	opacity: 0
}
.slick-next:focus, .slick-next:hover, .slick-prev:focus, .slick-prev:hover {
	background: none
}
.slick-next:hover:before, .slick-prev:hover:before {
	opacity: 0
}
.slick-next:hover:after, .slick-prev:hover:after {
	opacity: 1
}
.slick-prev {
	left: 0;
	-webkit-transform: rotate(-180deg) translateY(50%);
	transform: rotate(-180deg) translateY(50%)
}
.slick-next {
	right: 0
}
.header-menu {
	background-color: #5f9330;
	background-image: linear-gradient(0deg, #6db32d 0, #87bf30 99%, #87bf30)
		background-color: mediumturquoise;
			background-color: #48d1cc;
			background-image: linear-gradient(0deg, #0cb7b1 0, #098883 99%, #06908d)
}
.header-menu .container {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center
}
.header-menu .search {
	min-width: 260px;
	margin: 0
}
.header-menu-items {
	font-size: 0;
	line-height: 1
}
.header-menu-item {
	display: inline-block;
	vertical-align: top;
	line-height: 1;
	position: relative
}
.header-menu-item__link {
	font-size: 16px;
	color: #fff;
	font-weight: 700;
	text-transform: uppercase;
	text-decoration: none;
	display: inline-block;
	padding: 8px 36px;
	padding-top: 10px;
	min-height: 51px;
	transition: all .3s
}
.header-menu-item__link span {
	display: inline-block;
	vertical-align: middle;
	width: 7px;
	height: 7px;
	border-right: 2px solid #fff;
	border-bottom: 2px solid #fff;
	margin-left: 11px;
	position: relative;
	top: -2px;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	display: none;
}
.header-menu-item__link:focus, .header-menu-item__link:hover {
	text-decoration: none;
	color: #fff
}
.header-menu-item__link.is-active, .header-menu-item__link:hover {
	background: #649f13;
		background: #48d1cc
}
.header-menu-item__link.is-active span {
	-webkit-transform: rotate(-135deg);
	transform: rotate(-135deg);
	top: 0
}
.header-menu-item__link--flowers:before {
	content: "";
	display: inline-block;
	vertical-align: middle;
	width: 35px;
	height: 32px;
	background: url(../img/menu_icon1.svg) no-repeat 0 0;
	background-size: contain;
	margin-right: 16px
}
.header-menu-item__link--occasions:before {
	content: "";
	display: inline-block;
	vertical-align: middle;
	width: 31px;
	height: 32px;
	background: url(../img/menu_icon2.svg) no-repeat 0 0;
	background-size: contain;
	margin-right: 16px
}
.header-menu-item__link--toys:before {
	content: "";
	display: inline-block;
	vertical-align: middle;
	width: 32px;
	height: 31px;
	background: url(../img/menu_icon3.svg) no-repeat 0 0;
	background-size: contain;
	margin-right: 16px
}
.header-menu-item__link--holidays:before {
	content: "";
	display: inline-block;
	vertical-align: middle;
	width: 35px;
	height: 32px;
	background: url(../img/menu_icon4.svg) no-repeat 0 0;
	background-size: contain;
	margin-right: 16px
}
.header-menu-item-dropdown {
	background: #fff;
	position: absolute;
	top: 100%;
	left: 0;
	z-index: 2;
	margin: 0;
	display: none;
	width: 740px;
	box-shadow: 0 0 30px hsla(23, 20%, 52%, .2);
	font-size: 14px;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}
.header-menu-item-dropdown h5 {
	margin-bottom: 30px
}
.header-menu-item-dropdown ul {
	padding: 0;
	margin: 0;
	list-style: none
}
.header-menu-item-dropdown ul li {
	padding: 0;
	margin: 0;
	margin-bottom: 25px
}
.header-menu-item-dropdown ul li:before {
	display: none
}
.header-menu-item-dropdown ul li a {
	font-family: PT Sans, sans-serif
}
.header-menu-item-dropdown ul li a:hover {
	text-decoration: none;
	color: #191919
}
.header-menu-item-dropdown__inner {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	padding: 47px;
	padding-right: 25px;
	padding-top: 40px;
	padding-bottom: 15px
}
.header-menu-item-dropdown__left {
	width: 55%;
	max-width: 55%;
	-webkit-flex: 1 0 auto;
	-ms-flex: 1 0 auto;
	flex: 1 0 auto;
	padding-right: 10px
}
.header-menu-item-dropdown__right {
	width: 45%;
	max-width: 45%;
	-webkit-flex: 1 0 auto;
	-ms-flex: 1 0 auto;
	flex: 1 0 auto;
	padding-left: 10px
}
.header-menu-item-dropdown__right img {
	max-width: 100%;
	height: auto
}
.search {
	display: block;
	margin-bottom: 20px;
	position: relative
}
.search__field {
	height: 36px;
	background: #f9f8f2;
	border-radius: 18px;
	display: block;
	width: 100%;
	padding: 0 14px;
	padding-right: 40px;
	color: #6b5f58;
	font-size: 14px;
	line-height: normal;
	border: 0;
	outline: none;
	font-family: PT Sans, sans-serif
}
.search__field::-webkit-input-placeholder {
	color: #bbb
}
.search__field:-ms-input-placeholder {
	color: #bbb
}
.search__field::placeholder {
	color: #bbb
}
.search__field:focus::-webkit-input-placeholder {
	color: hsla(0, 0%, 73%, 0)
}
.search__field:focus:-ms-input-placeholder {
	color: hsla(0, 0%, 73%, 0)
}
.search__field:focus::placeholder {
	color: hsla(0, 0%, 73%, 0)
}
.search__button {
	position: absolute;
	z-index: 1;
	width: 48px;
	height: 36px;
	right: 0;
	top: 0;
	background: url(../img/search.png) no-repeat 50%;
	border: 0;
	outline: none;
	cursor: pointer;
	transition: all .3s
}
.search__button:hover {
	opacity: .7
}
.b-delivery {
	margin-bottom: 155px;
	margin-top: 94px
}
.delivery {
	width: 100%;
	border: 8px solid #f5f3e7;
	background-color: #fff;
	padding: 37px 50px 45px 502px;
	position: relative
}
.delivery__img {
	position: absolute;
	left: -110px;
	top: -60px
}
.delivery__img img {
	max-width: 100%;
	height: auto
}
.delivery__title {
	color: #000;
	font-weight: 700;
	font-size: 40px;
	letter-spacing: 3px;
	text-transform: uppercase;
	line-height: 1;
	margin-bottom: 15px
}
.delivery__descr, p.lead {
	color: #87bf30;
	font-size: 20px;
	line-height: 1.5;
	padding: 0;
	margin: 0;
	margin-bottom: 17px
}
.seo-hide-container {
	margin-bottom: 20px
}
.seo-hide {
	overflow: hidden;
	height: 0;
	margin-bottom: 0;
	position: relative
}
.ya-share2 li {
	padding: 0
}
.ya-share2 li:before {
	display: none
}
.b-discount {
	margin-bottom: 110px
}
.discount {
	width: 100%;
	border: 8px solid #f5f3e7;
	background-color: #fff;
	padding: 28px 82px;
	padding-top: 42px;
	position: relative
}
.discount__num {
	font-family: Bodoni72C;
	font-size: 119px;
	position: relative;
	line-height: 1;
	color: #80bc2f;
	display: inline-block;
	vertical-align: top
}
.discount__num:before {
	content: "";
	width: 60px;
	height: 32px;
	background: url(../img/discount_leaf.svg) no-repeat 0 0;
	background-size: contain;
	top: -20px;
	left: 140px;
	position: absolute
}
.discount__image {
	position: absolute;
	top: -30px;
	right: -10px
}
.discount__image img {
	max-width: 100%;
	height: auto
}
.b-features {
	border-bottom: 1px solid #fbfaf5;
	margin-bottom: 67px
}
.feature-item {
	padding: 32px 0;
	padding-left: 53px;
	position: relative;
	color: #282828;
	font-size: 14px;
	line-height: 18px
}
.feature-item:before {
	content: "";
	position: absolute;
	left: 0;
	top: 50%
}
.feature-item--price:before {
	width: 32px;
	height: 32px;
	background: url(../img/features_price.png) no-repeat 0 0;
	background-size: contain;
	margin-top: -16px
}
.feature-item--delivery:before {
	width: 33px;
	height: 41px;
	background: url(../img/features_clock.png) no-repeat 0 0;
	background-size: contain;
	margin-top: -20px
}
.feature-item--variety:before {
	width: 42px;
	height: 46px;
	background: url(../img/features_basket.png) no-repeat 0 0;
	background-size: contain;
	margin-top: -23px
}
.feature-item--fresh:before {
	width: 46px;
	height: 44px;
	background: url(../img/features_flower.png) no-repeat 0 0;
	background-size: contain;
	margin-top: -22px
}
.b-items__heading {
	text-align: center;
	margin-bottom: 85px
}
.b-items__heading h4 {
	text-transform: uppercase;
	color: #80bc2f;
	font-weight: 400;
	font-size: 20px;
	letter-spacing: 3px;
	margin-bottom: 12px
}
.inner {
	padding-top: 55px
}
.aside {
	padding-top: 2px;
	margin-bottom: 30px
}
.aside .search {
	margin-left: -10px;
	margin-right: 4px
}
.aside .gallery-slider {
	max-width: 330px
}
.aside__section {
	margin-bottom: 35px
}
.aside__title {
	margin-bottom: 12px
}
.gallery-slider {
	margin-bottom: 33px;
	font-size: 0
}
.gallery-slider.slick-dotted {
	margin: 0;
	margin-bottom: 45px
}
.gallery-slider:not(.slick-initialized) .sld:not(:first-child) {
	display: none
}
.gallery-slider .slick-list {
	overflow: visible
}
.gallery-slider a[data-fancybox]:not([data-src]) {
	margin: 0
}
.gallery-slider .slick-dots {
	bottom: -15px;
	text-align: center
}
.aside__widget {
	padding: 30px;
	background: #faf9f1
}
h4.aside__title {
	text-transform: none;
	font-size: 18px;
	margin-bottom: 17px
}
.aside__links {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}
.aside__list {
	padding: 0;
	margin: 0;
	list-style: none;
	min-width: 98px;
	margin-right: 15px;
	font-size: 13px
}
.aside__list li {
	padding: 0;
	margin-bottom: 9px
}
.aside__list li:before {
	display: none
}
.aside-filter {
	max-height: 270px;
	margin-bottom: 13px;
	overflow: hidden
}
.aside-filter__checkboxes label {
	display: block
}
.aside-filter__checkboxes .checkbox, .aside-filter__checkboxes .radio {
	margin-bottom: 19px
}
.aside-filter__checkboxes .checkbox:last-child, .aside-filter__checkboxes .radio:last-child {
	margin-bottom: 0
}
.aside-filter-more {
	font-size: 11px;
	font-family: Open Sans, sans-serif;
	color: #aca78c;
	position: relative;
	display: inline-block;
	display: none
}
.aside-filter-more:after {
	content: "";
	position: absolute;
	width: 6px;
	height: 6px;
	border-right: 1px solid #ada88d;
	border-bottom: 1px solid #ada88d;
	right: -17px;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	top: 50%;
	margin-top: -4px;
	transition: all .3s
}
.aside-filter-more:hover {
	color: #000
}
.aside-filter-more:hover:after {
	border-color: #000
}
.aside-filter-more.is-active:after {
	-webkit-transform: rotate(-135deg);
	transform: rotate(-135deg);
	margin-top: -1px
}
.aside-filter-buttons {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-align-items: flex-start;
	-ms-flex-align: start;
	align-items: flex-start;
	margin-top: -10px
}
.aside-filter-buttons .btn {
	margin-bottom: 10px
}
.aside-filter-buttons .btn:first-child {
	margin-right: 5px
}
.filter-price {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin-bottom: -10px;
	max-width: 280px
}
.filter-price span {
	font-size: 12px;
	color: #262624;
	font-family: Open Sans, sans-serif
}
.filter-price__from {
	margin-right: 5px
}
.filter-price__from, .filter-price__to {
	width: 126px;
	margin-bottom: 10px
}
.news-preview {
	margin-bottom: 22px
}
.news-preview__date {
	margin-bottom: 1px;
	color: #bbb
}
.news-preview__link {
	display: inline-block
}
.review-preview {
	margin-bottom: 35px;
	position: relative;
	font-size: 13px;
	z-index: 0;
	height: calc(100% - 35px)
}
.review-preview, .review-preview:after {
	box-shadow: 0 0 24px rgba(128, 188, 47, .1);
	background: #fff
}
.review-preview:after {
	content: "";
	position: absolute;
	width: 24px;
	height: 24px;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
	bottom: -12px;
	right: 48px
}
.review-preview__body {
	position: relative;
	z-index: 1;
	padding: 30px;
	padding-bottom: 39px;
	height: 100%
}
.review-preview__body:after {
	content: "";
	position: absolute;
	left: 15px;
	top: 15px;
	bottom: 15px;
	right: 15px;
	border: 1px solid #f5f3e7;
	z-index: -1
}
.review-preview__body:before {
	content: "";
	position: absolute;
	height: 20px;
	width: 100%;
	left: 0;
	bottom: 0;
	background: #fff;
	z-index: -1
}
.review-preview__name {
	font-size: 16px;
	line-height: 1.2;
	font-weight: 700;
	margin-bottom: 5px
}
.review-preview__date {
	margin-bottom: 5px;
	color: #bbb
}
.review-preview__text {
	line-height: 1.69230769
}
.review-preview__text p:last-child {
	margin: 0
}
.content-section {
	margin-bottom: 20px
}
.section-title {
	margin-bottom: 11px
}
h2.section-title {
	margin-bottom: 18px
}
.gallery {
	margin-bottom: 11px;
	font-size: 0
}
a[data-fancybox]:not([data-src]) {
	outline: none;
	font-size: 0;
	display: block;
	width: 100%;
	margin-bottom: 30px;
	position: relative;
	overflow: hidden;
	transition: all .3s;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden
}
a[data-fancybox]:not([data-src]):before {
	content: "";
	position: absolute;
	z-index: 1;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, .4);
	transition: all .3s;
	opacity: 0
}
a[data-fancybox]:not([data-src]):after {
	content: "\F002";
	font-family: FontAwesome;
	color: #fff;
	font-size: 30px;
	position: absolute;
	z-index: 1;
	top: 50%;
	left: 50%;
	-webkit-transform: scale(.5);
	transform: scale(.5);
	margin-left: -20px;
	margin-top: -20px;
	opacity: 0;
	transition: all .3s
}
a[data-fancybox]:not([data-src]) img {
	display: block;
	width: 100%;
	height: auto
}
a[data-fancybox]:not([data-src]):hover {
	-webkit-transform: scale(1.03);
	transform: scale(1.03)
}
a[data-fancybox]:not([data-src]):hover:before {
	opacity: 1
}
a[data-fancybox]:not([data-src]):hover:after {
	-webkit-transform: scale(1);
	transform: scale(1);
	opacity: 1
}
.items-row>div {
	margin-bottom: 30px
}
.product-preview {
	position: relative;
	height: 100%;
	padding: 10px;
	text-align: center
}
.product-preview, .product-preview:before {
	border: 1px solid #f5f3e7;
	transition: all .3s
}
.product-preview:before {
	content: "";
	position: absolute;
	left: -1px;
	top: -1px;
	right: -1px;
	bottom: -40px;
	background-color: #fff;
	box-shadow: 0 0 24px rgba(128, 188, 47, .1);
	z-index: 1;
	opacity: 0;
	visibility: hidden
}
.product-preview:hover {
	z-index: 3
}
.product-preview:not(.product-preview--discount):hover {
	border-color: hsla(51, 41%, 93%, 0)
}
.product-preview:not(.product-preview--discount):hover .product-preview__button, .product-preview:not(.product-preview--discount):hover:before {
	opacity: 1;
	visibility: visible
}
.product-preview__label--discount {
	width: 40px;
	height: 40px;
	border-radius: 50%;
	line-height: 40px;
	background: #eb0055;
	left: 14px;
	top: 19px;
	text-align: center
}
.product-preview__label--discount, .product-preview__label--new {
	font-size: 12px;
	font-weight: 700;
	color: #fff;
	position: absolute;
	z-index: 2
}
.product-preview__label--new {
	text-transform: uppercase;
	left: 0;
	top: 0;
	overflow: hidden;
	height: 70px
}
.product-preview__label--new span {
	display: inline-block;
	padding: 5px 35px;
	background: #eb0055;
	-webkit-transform-origin: 50% 50%;
	transform-origin: 50% 50%;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
	position: relative;
	right: 25px;
	top: 10px
}
.product-preview__image {
	display: block;
	position: relative;
	padding-top: 10px;
	z-index: 1
}
.product-preview__image img {
	display: block;
	width: 100%;
	height: 243px;
	-o-object-fit: contain;
	object-fit: contain;
	font-family: object-fit\: contain
}
.product-preview__article {
	font-size: 12px;
	color: #bbb;
	margin-bottom: 1px;
	position: relative;
	z-index: 1
}
.product-preview__name {
	font-weight: 700;
	color: #185ea2;
	text-transform: uppercase;
	text-decoration: none;
	font-size: 16px;
	line-height: 1.375;
	margin-bottom: 15px;
	display: inline-block;
	position: relative;
	z-index: 1
}
.product-preview__name:focus {
	text-decoration: none
}
.product-preview__name:hover {
	text-decoration: none;
	color: #000
}
.product-preview__price {
	font-size: 18px;
	line-height: 1.4;
	font-weight: 700;
	color: #2e3125;
	display: block;
	margin-bottom: 22px;
	position: relative;
	z-index: 1
}
.product-preview__sizes {
	color: #877f6f;
	font-size: 14px;
	position: relative;
	z-index: 1
}
.product-preview__button {
	position: absolute;
	z-index: 1;
	bottom: -24px;
	width: 100%;
	left: 0;
	opacity: 0;
	visibility: hidden;
	transition: all .3s
}
.product-preview__button .btn {
	padding-left: 11px;
	padding-right: 11px
}
.product-preview--discount {
	text-align: left;
	padding: 20px;
	overflow: hidden;
	border-width: 4px;
	min-height: 370px
}
.product-preview__discount {
	font-size: 92px;
	font-weight: 700;
	color: #eb0055;
	line-height: 1
}
.product-preview__discount-text {
	font-size: 14px;
	font-weight: 700;
	color: #1e1e1e;
	text-transform: uppercase
}
.product-preview__discount-image {
	position: absolute;
	right: 0;
	bottom: 0;
	font-size: 0;
	z-index: -1
}
.product-preview__discount-image img {
	max-width: 100%;
	height: auto
}
.pagination {
	font-size: 0;
	margin: 0;
	padding: 13px 0;
	text-align: center;
	margin-bottom: 34px
}
.pagination li {
	font-size: 0;
	display: inline-block;
	vertical-align: middle;
	margin: 0 5px;
	margin-bottom: 10px;
	padding: 0
}
.pagination li:before {
	display: none
}
.pagination li a:not(.pagination__prev):not(.pagination__next) {
	display: block;
	border-radius: 50%;
	width: 35px;
	height: 35px;
	line-height: 33px;
	font-weight: 700;
	font-size: 14px;
	color: #2e3125;
	background: #fff;
	text-decoration: none;
	transition: all .3s;
	border: 1px solid #f5f3e7
}
.pagination li a:not(.pagination__prev):not(.pagination__next):hover {
	background: #f5f3e7;
	color: #2e3125
}
.pagination__next, .pagination__prev {
	display: block;
	border-radius: 50%;
	width: 35px;
	height: 35px;
	position: relative;
	transition: all .3s;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	z-index: 1
}
.pagination__next:after, .pagination__next:before, .pagination__prev:after, .pagination__prev:before {
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	border-radius: 50%;
	transition: all .3s;
	background: url(../img/arrow.svg) no-repeat 0 0;
	background-size: contain
}
.pagination__next:after, .pagination__prev:after {
	background: url(../img/arrow_green.svg) no-repeat 0 0;
	background-size: contain;
	opacity: 0
}
.pagination__next:hover:before, .pagination__prev:hover:before {
	opacity: 0
}
.pagination__next:hover:after, .pagination__prev:hover:after {
	opacity: 1
}
.pagination__prev {
	-webkit-transform: rotate(-180deg);
	transform: rotate(-180deg)
}
.socials {
	padding: 0;
	margin: 0;
	font-size: 0
}
.socials-item {
	display: inline-block;
	vertical-align: middle;
	padding: 0;
	margin: 0 4px
}
.socials-item:first-child {
	margin-left: 0
}
.socials-item:last-child {
	margin-right: 0
}
.socials-item:before {
	display: none
}
.socials-link {
	display: block;
	width: 29px;
	height: 29px;
	border-radius: 50%;
	background: #f0eddf;
	color: #80bc2f;
	font-size: 15px;
	text-align: center;
	line-height: 29px;
	transition: all .3s
}
.socials-link:hover {
	background: #80bc2f;
	color: #fff
}
.socials2 .socials-link {
	width: 40px;
	height: 40px;
	line-height: 40px;
	font-size: 18px
}
.socials2 .socials-link:hover {
	background: #f5f3e7;
	color: #80bc2f
}
.copyright {
	font-size: 12px;
	color: #282828;
	font-family: Arial, Helvetica Neue, sans-serif;
	margin-right: 15px
}
.filter-toggle {
	width: 100%;
	margin-bottom: 30px
}
.footer {
	padding: 45px 0;
	border-top: 1px solid #f5f3e7
}
.footer .container {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}
.footer .socials2 {
	margin-right: 15px
}
@media (max-width:1199px) {
	.nav-list__item {
		margin: 0 10px
	}
	.logo img {
		max-width: 165px
	}
	.header__phone {
		font-size: 18px
	}
	.header-menu .search {
		min-width: 220px
	}
	.header-menu-item__link {
		padding: 12px 18px;
		padding-top: 13px;
		font-size: 14px
	}
	.header-menu-item__link--flowers:before {
		width: 28px;
		height: 25px
	}
	.header-menu-item__link--occasions:before, .header-menu-item__link--toys:before {
		width: 22px;
		height: 24px
	}
	.header-menu-item__link--holidays:before {
		width: 29px;
		height: 24px
	}
	.hero__inner {
		padding-left: 10px;
		padding-right: 10px
	}
	.hero-slider {
		padding-left: 40px;
		padding-right: 40px
	}
	.b-delivery {
		margin-bottom: 100px;
		margin-top: 60px
	}
	.delivery {
		padding-left: 300px
	}
	.delivery__img {
		width: 500px;
		left: -220px
	}
	.b-discount {
		margin-bottom: 100px
	}
	.discount {
		padding-left: 20px;
		padding-right: 20px
	}
	.discount__image {
		right: -100px;
		width: 450px
	}
}
@media (min-width:992px) {
	.aside {
		display: block!important
	}
}
@media (max-width:991px) {
	.aside, .header-menu .search {
		display: none
	}
	.aside {
		padding: 0;
		margin: 0
	}
	.aside .search {
		margin-left: 0;
		margin-right: 0;
		display: none
	}
	.aside-filter-buttons, .aside__bottom {
		margin-bottom: 30px
	}
	.aside__bottom {
		display: none
	}
	.inner {
		padding-bottom: 40px
	}
	.currencies {
		-webkit-order: 3;
		-ms-flex-order: 3;
		order: 3
	}
	.header-bottom .container {
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-align-items: center;
		-ms-flex-align: center;
		align-items: center
	}
	.header-bottom .search {
		display: block;
		-webkit-order: 2;
		-ms-flex-order: 2;
		order: 2;
		margin: 0;
		width: 33.33%
	}
	.header-cart {
		-webkit-order: 3;
		-ms-flex-order: 3;
		order: 3
	}
	.header-menu-items {
		width: 100%;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex
	}
	.header-menu-item {
		-webkit-flex: 1 0 auto;
		-ms-flex: 1 0 auto;
		flex: 1 0 auto
	}
	.header__contact--question {
		-webkit-order: 4;
		-ms-flex-order: 4;
		order: 4;
		width: 33.33%;
		margin-top: 15px
	}
	.header__contact--callback {
		-webkit-order: 5;
		-ms-flex-order: 5;
		order: 5;
		width: 33.33%;
		margin-top: 15px
	}
	.header__contact--tel {
		-webkit-order: 6;
		-ms-flex-order: 6;
		order: 6;
		width: 33.33%;
		margin-top: 15px
	}
	.hero__inner {
		padding-top: 20px;
		padding-bottom: 20px
	}
	.hero-slide {
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap
	}
	.hero-slide__text {
		width: 100%;
		max-width: 100%;
		padding-right: 0;
		-webkit-order: 2;
		-ms-flex-order: 2;
		order: 2
	}
	.hero-slide__image {
		width: 100%;
		max-width: 100%;
		max-width: 400px;
		margin: 0 auto;
		margin-bottom: 20px;
		padding-left: 0;
		-webkit-order: 1;
		-ms-flex-order: 1;
		order: 1
	}
	.hero-slide__name, .hero-slide__price span {
		font-size: 40px
	}
	.footer {
		padding: 20px 0
	}
	.footer .container {
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap
	}
	.footer .nav {
		width: 100%;
		display: block;
		margin: 20px 0
	}
	.footer .nav, .footer .socials {
		-webkit-order: 1;
		-ms-flex-order: 1;
		order: 1
	}
	.copyright {
		-webkit-order: 3;
		-ms-flex-order: 3;
		order: 3
	}
	.b-delivery {
		margin-bottom: 50px;
		margin-top: 20px
	}
	.delivery__img {
		display: none
	}
	.delivery {
		padding-left: 40px;
		padding-right: 40px
	}
	.b-discount {
		margin-bottom: 50px
	}
	.discount__image {
		display: none
	}
	.discount {
		padding-left: 40px;
		padding-right: 40px
	}
	.discount__num {
		font-size: 100px
	}
	.discount__num:before {
		top: -24px;
		left: 120px
	}
	.product-preview__image img {
		height: 200px
	}
	.product-preview--discount {
		padding: 10px
	}
	.product-preview__discount {
		font-size: 70px
	}
	.product-preview__discount-text {
		font-size: 13px
	}
	.b-items__heading {
		margin-bottom: 60px
	}
}
@media (min-width:767px) {
	.header-menu-items {
		display: block!important
	}
}
@media (max-width:767px) {
	.nav-toggle {
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex
	}
	.header-menu {
		position: relative
	}
	.header-menu-items {
		position: absolute;
		width: 100%;
		top: calc(100% - 1px);
		left: 0;
		z-index: 10;
		background-color: #5f9330;
		background-image: linear-gradient(0deg, #6db32d 0, #87bf30 99%, #87bf30);
			background-color: #48d1cc;
			background-image: linear-gradient(0deg, #0cb7b1 0, #098883 99%, #06908d);
		display: none
	}
	.header-menu-item {
		display: block;
		width: 100%;
		max-width: 510px;
		margin: 0 auto
	}
	.header-menu-item__link {
		display: block;
		width: 100%;
		height: auto;
		min-height: 0;
		padding: 17px 20px;
		padding-left: 50px;
		position: relative
	}
	.header-menu-item__link:before {
		position: absolute;
		left: 10px;
		top: 50%;
		-webkit-transform: translateY(-50%);
		transform: translateY(-50%)
	}
	.header-menu-item__link span {
		position: absolute;
		right: 15px;
		top: 50%;
		margin-top: -4px
	}
	.header-menu-item__link.is-active span {
		top: 50%
	}
	.header-menu-item-dropdown {
		position: relative;
		left: 0!important;
		top: 0;
		width: 100%
	}
	.header-menu-item-dropdown h5, .header-menu-item-dropdown ul li {
		margin-bottom: 15px
	}
	.header-menu-item-dropdown__inner {
		display: block;
		padding-top: 15px;
		padding-bottom: 10px
	}
	.header-menu-item-dropdown__left {
		width: 100%;
		max-width: 100%;
		padding-right: 0
	}
	.header-menu-item-dropdown__right {
		display: none
	}
	.header-top .socials {
		margin: 5px 0
	}
	.header-top .nav {
		margin: 5px 0;
		margin-right: 10px
	}
	.nav-list__item {
		margin: 5px 0;
		margin-right: 20px
	}
	.header-bottom .search {
		display: none
	}
	.header-menu {
		padding: 10px 0
	}
	.header-menu .search {
		display: inline-block
	}
	.header-bottom {
		text-align: center
	}
	.header-bottom .container {
		display: block
	}
	.header-cart {
		margin-top: 15px
	}
	.header-cart, .header__contact--question {
		text-align: left;
		display: inline-block;
		margin-left: 10px;
		margin-right: 10px
	}
	.header__contact--question {
		width: auto
	}
	.header__contact--callback, .header__contact--tel {
		width: auto;
		margin-left: 10px;
		margin-right: 10px;
		display: inline-block
	}
	.hero__inner {
		border-width: 4px;
		padding: 15px
	}
	.hero {
		padding: 20px 0
	}
	.hero-slider {
		padding: 0
	}
	.hero-slider .slick-next, .hero-slider .slick-prev {
		display: none!important
	}
	.hero-slider .sld {
		padding-left: 1px;
		padding-right: 1px
	}
	.hero-slide__text {
		padding-bottom: 30px
	}
	.hero-slide__name {
		font-size: 24px;
		letter-spacing: 0
	}
	.hero-slide__price span {
		font-size: 24px
	}
	.hero-slide__buttons .btn {
		margin-bottom: 10px
	}
	.b-delivery, .b-discount {
		margin-bottom: 20px
	}
	.delivery, .discount {
		padding: 20px;
		border-width: 4px
	}
	.discount {
		padding-top: 35px
	}
	.discount__num {
		width: 100%;
		display: block;
		margin-bottom: -15px
	}
	.items-row>div {
		margin-bottom: 15px
	}
	.b-items__heading {
		margin-bottom: 40px
	}
}
@media (max-width:575px) {
	.aside, .aside__section {
		margin-bottom: 30px
	}
	.inner {
		padding-top: 30px;
		padding-bottom: 30px
	}
	.pagination li {
		margin: 0 3px
	}
	.pagination li a:not(.pagination__prev):not(.pagination__next) {
		width: 32px;
		height: 32px;
		line-height: 31px
	}
	.pagination__next, .pagination__prev {
		width: 32px;
		height: 32px
	}
	.b-features {
		text-align: center
	}
	.feature-item {
		display: inline-block;
		padding-top: 20px;
		padding-bottom: 20px;
		text-align: left;
		width: 200px
	}
	.b-items__heading {
		margin-bottom: 30px
	}
	.header-menu-item-dropdown__left .row {
		display: block
	}
	.header-menu-item-dropdown__left .col {
		width: 100%
	}
}
.breadcrumb {
	margin: 0;
	list-style: none;
	margin-top: -30px;
	margin-bottom: 20px;
	font-size: 0
}
.breadcrumb, .breadcrumb li {
	padding: 0;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none
}
.breadcrumb li {
	display: inline-block;
	margin: 0;
	font-size: 11px;
	color: #d7d2be;
	margin-right: 28px;
	position: relative;
	cursor: default
}
.breadcrumb li:after {
	content: "";
	position: absolute;
	width: 8px;
	height: 8px;
	border-top: 2px solid #d8d4bf;
	border-right: 2px solid #d8d4bf;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	right: -16px;
	top: 50%;
	margin-top: -4px
}
.breadcrumb li:before {
	display: none
}
.breadcrumb li a {
	color: #000;
	text-decoration: none
}
.breadcrumb li a:hover {
	color: #000
}
.breadcrumb li:last-child:after {
	display: none
}
.catalog-button {
	margin-bottom: 54px
}
.products-controls {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-align-items: flex-start;
	-ms-flex-align: start;
	align-items: flex-start;
	margin-bottom: 28px;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}
.filter {
	font-size: 0;
	margin-right: -9px
}
.filter-item {
	font-size: 12px;
	font-weight: 400;
	display: inline-block;
	vertical-align: middle;
	margin-right: 9px;
	margin-bottom: 9px;
	cursor: pointer
}
.filter-item input {
	display: none
}
.filter-item input:checked~span {
	border-color: #f5f3e7;
	box-shadow: inset 0 0 0 3px #f5f3e7
}
.filter-item span {
	display: inline-block;
	min-width: 106px;
	padding: 9px 18px;
	padding-top: 9px;
	padding-bottom: 11px;
	border: 1px solid #f5f3e7;
	transition: all .3s;
	color: #644d5e;
	font-size: 12px;
	font-family: Open Sans, sans-serif
}
.filter-item:hover span {
	border-color: #f5f3e7;
	box-shadow: inset 0 0 0 3px #f5f3e7
}
.sort {
	margin: 5px 0;
	margin-right: 15px
}
.sort p {
	margin: 0;
	display: inline-block;
	vertical-align: middle;
	font-size: 12px;
	margin: 5px 0;
	margin-right: 8px
}
.products-controls .radio-group {
	margin: 5px 0
}
@media (min-width:992px) {
	.product-filter {
		display: block!important
	}
}
@media (max-width:991px) {
	.product-filter {
		display: none
	}
}
@media (max-width:575px) {
	.breadcrumb {
		margin-top: -10px
	}
	.products-controls {
		margin-bottom: 15px
	}
}
.card__top {
	margin-bottom: 9px
}
.card__left, .card__right {
	margin-bottom: 30px
}
.card__image {
	position: relative;
	margin-bottom: 20px;
	border: 1px solid #f5f3e7;
	text-align: center;
	padding: 20px
}
.card__image img {
	display: inline-block;
	max-width: 100%;
	height: auto
}
.card__image .product-preview__label--discount {
	right: 19px;
	left: auto;
	top: 19px
}
.card__article {
	bottom: 19px;
	left: 22px;
	color: #bbb
}
.card__article, .card__sizes {
	position: absolute;
	font-size: 12px;
	z-index: 1
}
.card__sizes {
	left: 17px;
	top: 17px;
	font-family: Open Sans, sans-serif;
	color: #aca78c;
	border-radius: 3px;
	background: #fbfaf4;
	padding: 9px 22px
}
.card__features {
	border: 6px solid #f5f3e7;
	padding: 5px 50px;
	margin-bottom: 73px
}
.card-text {
	margin-bottom: 96px
}
.card-text__img img {
	max-width: 100%;
	height: auto
}
.card-items h2 {
	margin-bottom: .8em
}
.card__add {
	padding-top: 17px
}
.card__add .quantity {
	margin-right: 23px;
	margin-bottom: 10px
}
.card__add .btn {
	margin-bottom: 10px
}
.card__composition {
	padding: 0;
	margin: 0;
	list-style: none
}
.card__composition li {
	display: inline-block;
	padding: 0;
	color: #191919;
	font-size: 13px;
	margin: 0;
	margin-right: 15px;
	margin-bottom: 7px
}
.card__composition li:before {
	display: none
}
.card__composition li a {
	color: #191919
}
.card__name {
	margin: 0;
	margin-bottom: 10px
}
.card__delivery-info {
	font-size: 13px;
	color: #80bc2f
}
.card__name+.card__delivery-info {
	margin-top: -4px
}
.card__prices {
	margin-bottom: 7px
}
.card__price {
	font-size: 22px;
	font-weight: 700;
	display: inline-block;
	margin-right: 12px;
	margin-bottom: 5px
}
.card__price-old {
	font-size: 16px;
	font-weight: 300;
	display: inline-block;
	text-decoration: line-through;
	color: #bbb
}
.card__buttons {
	margin-right: -12px;
	margin-bottom: 13px
}
.card__buttons .btn {
	margin-right: 12px;
	margin-bottom: 10px;
	padding-left: 24px;
	padding-right: 24px
}
.card__buttons .btn:first-child {
	padding-left: 14px;
	padding-right: 14px
}
.card__phones {
	margin-bottom: 19px
}
.card__phones p {
	margin: 0;
	margin-bottom: 5px;
	font-size: 13px
}
.card__phone {
	font-size: 22px;
	font-weight: 700;
	text-decoration: none;
	line-height: 1;
	display: inline-block;
	margin-right: 30px
}
.card__phone, .card__phone:hover {
	color: #191919
}
.card__guarantee {
	background: #fbfaf4;
	max-width: 332px;
	width: 100%;
	padding: 22px 25px
}
.card__guarantee h4 {
	position: relative;
	margin: 0;
	margin-bottom: 8px;
	font-size: 16px;
	text-transform: uppercase
}
.card__guarantee h4:before {
	content: "";
	position: relative;
	width: 35px;
	height: 32px;
	background: url(../img/ico_warranty.png) no-repeat 0 0;
	background-size: contain;
	display: inline-block;
	vertical-align: middle;
	margin-right: 10px;
	margin-top: -3px
}
.card__guarantee p {
	font-size: 14px;
	line-height: 1.28571429
}
.card__guarantee p:last-child {
	margin-bottom: 0
}
.card__types {
	padding: 19px 0;
	padding-bottom: 21px
}
.card__types .radio {
	margin-right: 26px
}
@media (max-width:767px) {
	.card__features {
		padding: 0 20px;
		border-width: 3px;
		margin-bottom: 40px
	}
}
.cart {
	padding-bottom: 100px
}
.cart__table {
	margin: 0;
	min-width: 0
}
.cart__table thead tr th {
	font-size: 13px;
	border-top: 1px solid #f5f3e7;
	border-bottom: 1px solid #f5f3e7;
	padding: 18px 0;
	padding-bottom: 19px
}
.cart__table tbody tr td {
	padding: 20px 0;
	padding-right: 20px;
	padding-bottom: 15px;
	border-bottom: 1px solid #f5f3e7
}
.cart__table tbody tr td:nth-child(2) {
	width: 26%
}
.cart__table tbody tr td:nth-child(3) {
	width: 23%
}
.cart__table tbody tr td:last-child {
	width: 13.5%;
	padding-right: 40px;
	position: relative
}
.cart__table tbody tr:nth-child(odd) td {
	background: none
}
.cart__image {
	width: 100px;
	min-width: 100px;
	padding-right: 7px;
	display: inline-block;
	vertical-align: middle;
	margin-right: 24px
}
.cart__image img {
	width: 100%;
	height: auto
}
.cart__name {
	font-size: 16px;
	line-height: 1.375;
	display: inline-block;
	font-family: Roboto, sans-serif;
	font-weight: 500;
	text-decoration: none
}
.cart__image-name {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center
}
.cart__price {
	font-size: 22px;
	color: #000
}
.cart__delete {
	position: absolute;
	right: 11px;
	width: 14px;
	height: 14px;
	background: url(../img/close.svg) no-repeat 0 0;
	background-size: contain;
	top: 50%;
	margin-top: -7px;
	padding: 0;
	border: 0;
	outline: none;
	cursor: pointer;
	transition: all .3s;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden
}
.cart__delete:hover {
	opacity: .7
}
.cart__footer {
	text-align: right;
	padding: 22px 0
}
.cart__footer .btn {
	min-width: 200px;
	vertical-align: middle
}
.cart__total {
	font-size: 22px;
	color: #000;
	display: inline-block;
	vertical-align: middle;
	margin: 0;
	margin-right: 34px
}
.checkout {
	padding-bottom: 60px
}
.checkout h2 {
	margin-bottom: 40px
}
.have-questions {
	background: #f5f3e7;
	padding: 30px
}
.have-questions h2 {
	margin-bottom: .5em
}
.have-questions p {
	font-size: 26px;
	font-weight: 300;
	margin-bottom: .7em
}
.checkout__delivery h5 {
	margin-bottom: 20px
}
.form__section {
	margin-bottom: 40px
}
.form__section h4 {
	font-weight: 500;
	font-size: 22px;
	margin-bottom: 16px
}
.form-inline {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	margin-bottom: 18px
}
.form-inline .form-group {
	margin: 0
}
.form-inline__left {
	width: 42.5%;
	padding-right: 15px
}
.form-inline__left p {
	font-size: 13px;
	color: #191919;
	margin: 0
}
.form-inline__right {
	width: 57.5%
}
.checkout__checkboxes div {
	margin-bottom: 30px
}
.checkout__total {
	font-size: 22px;
	color: #000;
	margin-bottom: 13px
}
.checkout__total span {
	font-size: 30px;
	font-family: Roboto, sans-serif;
	font-weight: 700;
	color: #000
}
.payment-type-infos h5 {
	margin: 0;
	margin-bottom: 5px
}
.payment-type-info {
	display: none
}
.payment-type-info.is-active {
	display: block
}
.payment-types {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-align-items: flex-start;
	-ms-flex-align: start;
	align-items: flex-start;
	margin-bottom: 20px;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}
.payment-type {
	width: 25%;
	position: relative;
	padding: 0 10px;
	padding-top: 80px;
	text-align: center;
	cursor: pointer;
	margin-bottom: 30px
}
.payment-type input {
	display: none
}
.payment-type input:checked~.payment-type__checkbox:after {
	opacity: 1
}
.payment-type__name {
	margin-bottom: 10px;
	line-height: 1.2;
	display: block
}
.payment-type__checkbox {
	width: 25px;
	height: 25px;
	display: block;
	margin: 0 auto;
	position: relative
}
.payment-type__checkbox:before {
	content: "";
	position: absolute;
	width: 20px;
	height: 20px;
	background: #f5f3e7;
	border-radius: 3px;
	left: 0;
	top: 0;
	transition: all .3s
}
.payment-type__checkbox:after {
	content: "";
	position: absolute;
	width: 9px;
	height: 7px;
	background: url(../img/check.png) no-repeat 0 0;
	left: 6px;
	top: 6px;
	transition: all .3s;
	opacity: 0
}
.payment-type--card:before {
	content: "";
	position: absolute;
	background: url(../img/payment_type1.svg) no-repeat 0 0;
	background-size: contain;
	width: 71px;
	height: 58px;
	top: 4px;
	left: 50%;
	margin-left: -35px
}
.payment-type--bank:before {
	content: "";
	position: absolute;
	background: url(../img/payment_type2.svg) no-repeat 0 0;
	background-size: contain;
	width: 44px;
	height: 65px;
	top: 0;
	left: 50%;
	margin-left: -22px
}
.payment-type--terminal:before {
	content: "";
	position: absolute;
	background: url(../img/payment_type3.svg) no-repeat 0 0;
	background-size: contain;
	width: 64px;
	height: 65px;
	top: 0;
	left: 50%;
	margin-left: -32px
}
.payment-type--mobile:before {
	content: "";
	position: absolute;
	background: url(../img/payment_type4.svg) no-repeat 0 0;
	background-size: contain;
	width: 38px;
	height: 65px;
	top: 0;
	left: 50%;
	margin-left: -19px
}
@media (max-width:1199px) {
	.cart__table tbody tr td:nth-child(2) {
		width: 20%
	}
	.cart__table tbody tr td:nth-child(3) {
		width: 23%
	}
	.cart__table tbody tr td:last-child {
		width: 19.5%
	}
	.payment-type {
		width: 50%
	}
}
@media (max-width:991px) {
	.cart__table tbody tr td:first-child {
		width: 18%
	}
	.cart__table tbody tr td:nth-child(2) {
		width: 20%
	}
	.cart__table tbody tr td:last-child, .cart__table tbody tr td:nth-child(3) {
		width: 21%
	}
	.cart__price {
		font-size: 18px
	}
	.payment-type {
		width: 25%
	}
	.cart__image-name {
		display: block
	}
	.have-questions {
		margin-top: 40px
	}
}
@media (max-width:767px) {
	.cart {
		padding-bottom: 30px
	}
	.cart__table {
		display: block
	}
	.cart__table thead {
		display: none
	}
	.cart__table tbody, .cart__table tbody tr {
		display: block;
		position: relative
	}
	.cart__table tbody tr {
		font-size: 0;
		border-bottom: 1px solid #f5f3e7
	}
	.cart__table tbody tr:first-child {
		border-top: 1px solid #f5f3e7
	}
	.cart__table tbody tr td {
		display: block;
		padding: 10px 0;
		border: none
	}
	.cart__table tbody tr td:before {
		content: attr(data-th);
		display: block;
		margin-bottom: 5px
	}
	.cart__table tbody tr td:first-child, .cart__table tbody tr td:nth-child(2) {
		width: 100%
	}
	.cart__table tbody tr td:nth-child(3) {
		width: 50%;
		display: inline-block
	}
	.cart__table tbody tr td:last-child {
		width: 50%;
		display: inline-block;
		position: static
	}
	.cart__delete {
		top: 20px;
		margin: 0
	}
	.cart__image {
		margin: 0;
		margin-bottom: 5px;
		max-width: 70px;
		padding-right: 0;
		display: block
	}
	.cart__footer {
		text-align: left
	}
	.cart__total {
		display: block;
		margin: 0;
		margin-bottom: 10px
	}
	.checkout {
		padding-bottom: 30px
	}
	.payment-type {
		width: 50%
	}
	.have-questions {
		padding: 20px
	}
	.have-questions h2 {
		font-size: 24px
	}
	.have-questions p {
		font-size: 14px
	}
}
@media (max-width:575px) {
	.form-inline {
		display: block
	}
	.form-inline__left {
		width: 100%;
		margin-bottom: 5px
	}
	.form-inline__right {
		width: 100%
	}
}
.contacts__heading {
	margin-bottom: 40px
}
.contacts-item {
	position: relative;
	padding-left: 70px;
	min-height: 70px;
	margin-bottom: 25px
}
.contacts-item:before {
	content: "";
	position: absolute;
	width: 47px;
	height: 47px;
	left: 0;
	top: 0;
	border-radius: 50%;
	background-color: #80bc2f;
		background-color: #0cb7b1;
	background-position: 50%;
	background-repeat: no-repeat
}
.contacts-item h5 {
	margin-bottom: 5px
}
.contacts-item address, .contacts-item p {
	margin: 0
}
.contacts-item address {
	font-style: normal
}
.contacts-item--address:before {
	background-image: url(../img/c-1.png)
}
.contacts-item--phones:before {
	background-image: url(../img/c-2.png)
}
.contacts-item--phones a {
	font-size: 18px;
	font-weight: 700;
	color: #191919;
	line-height: 1;
	display: inline-block;
	text-decoration: none;
	margin-bottom: 7px
}
.contacts-item--email:before {
	background-image: url(../img/c-3.png)
}
.contacts-item--hours:before {
	background-image: url(../img/c-4.png)
}
.map {
	margin-bottom: 47px
}
#map {
	height: 500px
}
@media (max-width:767px) {
	.contacts__heading {
		font-size: 18px
	}
	#map {
		height: 400px
	}
}

/*add 08.07.2018*/
dl.search dt span {
    padding-right: 5px;
}
dl.search dd {margin-left: 0;}

.disabled {opacity: 0.4;}
.input-error{border:1px solid #ff7979;}
.input-error::-webkit-input-placeholder{color:#FF2B2B;}
.input-error:-ms-input-placeholder{color:#FF2B2B;}
.input-error:-moz-placeholder{color:#FF2B2B;}
.input-error::-moz-placeholder{color:#FF2B2B;}

p.error_conf {
    color: red !important;
}

.radiobox {
    margin-bottom: 12px;
    width: 100%;
}
.radiobox label {
    width: auto !important;
    font: 14px/17px "Myriad Pro", sans-serif;
    color: #474748;
    position: relative;
    padding-left: 30px;
    cursor: pointer;
    display: block;
}
.radiobox label:before {
    content: '';
    background: url(../img/radio-17x34.png) 0 0 no-repeat;
    background-size: 17px 34px;
    position: absolute;
    width: 17px;
    height: 17px;
    left: 0;
    top: 0px;
}
.radiobox input[type="radio"] {
    display: none;
}
  .radiobox input[type="radio"]:checked + label:before {
    background-position: 0 -17px; }


/**
 * Fade-move animation for second dialog
 */

/* at start */
.my-mfp-slide-var-xar .zoom-anim-dialog {
	opacity: 0;
	-webkit-transition: all 0.2s ease-out;
	-moz-transition: all 0.2s ease-out;
	-o-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;

	-webkit-transform: translateY(-20px) perspective( 600px ) rotateX( 10deg );
	-moz-transform: translateY(-20px) perspective( 600px ) rotateX( 10deg );
	-ms-transform: translateY(-20px) perspective( 600px ) rotateX( 10deg );
	-o-transform: translateY(-20px) perspective( 600px ) rotateX( 10deg );
	transform: translateY(-20px) perspective( 600px ) rotateX( 10deg );

}

/* animate in */
.my-mfp-slide-var-xar.mfp-ready .zoom-anim-dialog {
	opacity: 1;
	-webkit-transform: translateY(0) perspective( 600px ) rotateX( 0 );
	-moz-transform: translateY(0) perspective( 600px ) rotateX( 0 );
	-ms-transform: translateY(0) perspective( 600px ) rotateX( 0 );
	-o-transform: translateY(0) perspective( 600px ) rotateX( 0 );
	transform: translateY(0) perspective( 600px ) rotateX( 0 );
}

/* animate out */
.my-mfp-slide-var-xar.mfp-removing .zoom-anim-dialog {
	opacity: 0;

	-webkit-transform: translateY(-10px) perspective( 600px ) rotateX( 10deg );
	-moz-transform: translateY(-10px) perspective( 600px ) rotateX( 10deg );
	-ms-transform: translateY(-10px) perspective( 600px ) rotateX( 10deg );
	-o-transform: translateY(-10px) perspective( 600px ) rotateX( 10deg );
	transform: translateY(-10px) perspective( 600px ) rotateX( 10deg );
}

/* Dark overlay, start state */
.my-mfp-slide-var-xar.mfp-bg {
	opacity: 0;

	-webkit-transition: opacity 0.3s ease-out;
	-moz-transition: opacity 0.3s ease-out;
	-o-transition: opacity 0.3s ease-out;
	transition: opacity 0.3s ease-out;
}
/* animate in */
.my-mfp-slide-var-xar.mfp-ready.mfp-bg {
	opacity: 0.8;
}
/* animate out */
.my-mfp-slide-var-xar.mfp-removing.mfp-bg {
	opacity: 0;
}

.white-popup {
  position: relative;
  background: #FFF;
  padding: 50px;
  width: auto;
  max-width: 350px;
  margin: 20px auto;
}
.white-popup .header {
    text-transform: uppercase;
    font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
    font-weight: 600;
    /*white-space: nowrap;*/
    margin: -9px 0 16px;
}
.white-popup.oneclick .header {text-align: center;}
.white-popup .userinfo {}
.white-popup .userinfo .input-text-input {border-color: #444;}
.white-popup .userinfo .input-text-input.input-error {border-color: rgb(255, 120, 0);}
.white-popup .title {padding-bottom: 10px;}
.white-popup .title2 {
    font-size: 17px;
}

.politic {
    display: inline-block;
    font-size: 12px;
    line-height: 14px;
    margin-left: 0px;
    width: 250px;
}

.items-row>div {
    padding-bottom: 50px;
}

p.rem {
    color: #ccc;
    font-size: 12px;
    margin-top: -14px;
    font-weight: normal;
}
.pagination .current a {
    background: #f5f3e7!important;
}

