:root {
	--main_color:#29686B;
	--tertiary_color:#E3E5E7;
}

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

html {
	line-height: 1.15;
	-webkit-text-size-adjust: 100%
}

body {
	margin: 0
}

main {
	display: block;
	padding: 100px 0 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;
	-webkit-text-decoration: underline dotted;
	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
}

#nprogress {
	pointer-events: none
}

#nprogress .bar {
	background: #29d;
	position: fixed;
	z-index: 1031;
	top: 0;
	left: 0;
	width: 100%;
	height: 2px
}

#nprogress .peg {
	display: block;
	position: absolute;
	right: 0;
	width: 100px;
	height: 100%;
	box-shadow: 0 0 10px #29d, 0 0 5px #29d;
	opacity: 1;
	transform: rotate(3deg) translateY(-4px)
}

#nprogress .spinner {
	display: block;
	position: fixed;
	z-index: 1031;
	top: 15px;
	right: 15px
}

#nprogress .spinner-icon {
	width: 18px;
	height: 18px;
	box-sizing: border-box;
	border-color: #29d transparent transparent #29d;
	border-style: solid;
	border-width: 2px;
	border-radius: 50%;
	-webkit-animation: nprogress-spinner .4s linear infinite;
	animation: nprogress-spinner .4s linear infinite
}

.nprogress-custom-parent {
	overflow: hidden;
	position: relative
}

.nprogress-custom-parent #nprogress .bar,
.nprogress-custom-parent #nprogress .spinner {
	position: absolute
}

@-webkit-keyframes nprogress-spinner {
	0% {
		-webkit-transform: rotate(0deg)
	}
	to {
		-webkit-transform: rotate(1turn)
	}
}

@keyframes nprogress-spinner {
	0% {
		transform: rotate(0deg)
	}
	to {
		transform: rotate(1turn)
	}
}


/*! Flickity v2.3.0
https://flickity.metafizzy.co
---------------------------------------------- */

.flickity-enabled {
	position: relative
}

.flickity-enabled:focus {
	outline: 0
}

.flickity-viewport {
	overflow: hidden;
	position: relative;
	height: 100%
}

.flickity-slider {
	position: absolute;
	width: 100%;
	height: 100%
}

.flickity-enabled.is-draggable {
	-webkit-tap-highlight-color: transparent;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none
}

.flickity-enabled.is-draggable .flickity-viewport {
	cursor: move;
	cursor: -webkit-grab;
	cursor: grab
}

.flickity-enabled.is-draggable .flickity-viewport.is-pointer-down {
	cursor: -webkit-grabbing;
	cursor: grabbing
}

.flickity-button {
	position: absolute;
	background: hsla(0, 0%, 100%, .75);
	border: none;
	color: #333
}

.flickity-button:hover {
	background: #fff;
	cursor: pointer
}

.flickity-button:focus {
	outline: 0;
	box-shadow: 0 0 0 5px #19f
}

.flickity-button:active {
	opacity: .6
}

.flickity-button:disabled {
	opacity: .3;
	cursor: auto;
	pointer-events: none
}

.flickity-button-icon {
	fill: currentColor
}

.flickity-prev-next-button {
	top: 50%;
	width: 44px;
	height: 44px;
	border-radius: 50%;
	transform: translateY(-50%)
}

.flickity-prev-next-button.previous {
	left: 10px
}

.flickity-prev-next-button.next {
	right: 10px
}

.flickity-rtl .flickity-prev-next-button.previous {
	left: auto;
	right: 10px
}

.flickity-rtl .flickity-prev-next-button.next {
	right: auto;
	left: 10px
}

.flickity-prev-next-button .flickity-button-icon {
	position: absolute;
	left: 20%;
	top: 20%;
	width: 60%;
	height: 60%
}

.flickity-page-dots {
	position: absolute;
	width: 100%;
	bottom: -25px;
	padding: 0;
	margin: 0;
	list-style: none;
	text-align: center;
	line-height: 1
}

.flickity-rtl .flickity-page-dots {
	direction: rtl
}

.flickity-page-dots .dot {
	display: inline-block;
	width: 10px;
	height: 10px;
	margin: 0 8px;
	background: #333;
	border-radius: 50%;
	opacity: .25;
	cursor: pointer
}

.flickity-page-dots .dot.is-selected {
	opacity: 1
}

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

@font-face {
	font-family: "Circe";
	font-display: swap;
	src: url("./fonts/Circe-Bold.eot");
	src: url("./fonts/Circe-Bold.eot?#iefix")format(url("embedded-opentype")), url("./fonts/Circe-Bold.woff2")format(url("woff2")), url("./fonts/Circe-Bold.woff")format(url("woff")), url("./fonts/Circe-Bold.ttf")format(url("truetype")), url("./fonts/Circe-Bold.svg#Circe-Bold")format(url("svg"));
	src: url("./fonts/Circe-Bold.eot?#iefix")format("embedded-opentype"), url("./fonts/Circe-Bold.woff2")format("woff2"), url("./fonts/Circe-Bold.woff")format("woff"), url("./fonts/Circe-Bold.ttf")format("truetype"), url("./fonts/Circe-Bold.svg#Circe-Bold")format("svg");
	font-weight: bold;
	font-style: normal
}

@font-face {
	font-family: "Circe";
	font-display: swap;
	src: url("./fonts/Circe-Regular.eot");
	src: url("./fonts/Circe-Regular.eot?#iefix")format(url("embedded-opentype")), url("./fonts/Circe-Regular.woff2")format(url("woff2")), url("./fonts/Circe-Regular.woff")format(url("woff")), url("/fonts/Circe-Regular.ttf")format(url("truetype")), url("./fonts/Circe-Regular.svg#Circe-Regular")format(url("svg"));
	src: url("./fonts/Circe-Regular.eot?#iefix")format("embedded-opentype"), url("./fonts/Circe-Regular.woff2")format("woff2"), url("./fonts/Circe-Regular.woff")format("woff"), url("/fonts/Circe-Regular.ttf")format("truetype"), url("./fonts/Circe-Regular.svg#Circe-Regular")format("svg");
	font-weight: normal;
	font-style: normal
}

body {
	font-family: "Circe", Helvetica, Arial;
	font-weight: normal;
	font-style: normal;
	background-color: #F8F8F8
}

#nprogress {
	color: #F8504C
}

#nprogress .bar {
	background-color: currentColor
}

#nprogress .peg {
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none
}

#nprogress .spinner-icon {
	border-top-color: currentColor;
	border-left-color: currentColor
}

.link {
	color: #F8504C;
	text-decoration: none;
	-webkit-transition: color 0.3s ease;
	-moz-transition: color 0.3s ease;
	-o-transition: color 0.3s ease;
	transition: color 0.3s ease
}

.link:hover {
	color: #DF211C
}

.link_with_decoration {
	text-decoration: underline
}

.link_with_arrow::after {
	content: '';
	position: relative;
	display: inline-flex;
	width: 0.43em;
	height: 0.43em;
	margin-top: -0.215em;
	margin-left: 0.250em;
	border-width: 1px 1px 0 0;
	border-style: solid;
	border-color: currentColor;
	transform: rotate(45deg);
}

.navLink {
	color: #29686B;
	text-decoration: underline;
	-webkit-transition: color 0.3s ease;
	-moz-transition: color 0.3s ease;
	-o-transition: color 0.3s ease;
	transition: color 0.3s ease
}

.navLink:hover {
	color: #599296
}

.Header {
	position: relative;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-moz-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	width: 100%;
	height: 54px;
	padding: 10px 40px;
	background-color: #FFFFFF;
	z-index: 7
}

.Header_sticky {
	position: fixed;
	width: 100%;
	top: 0;
	left: 0
}

.Header__placeholder {
	width: 100%;
	height: 54px
}

.Header__content {
	position: relative;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding-right: 60px
}

.Header__links {
	position: relative;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	align-items: center
}

.Header__burger {
	position: absolute;
	top: 50%;
	right: 0;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	display: block
}

@media(max-width: 1024px) {
	.Header {
		padding-left: 20px;
		padding-right: 20px
	}
}

.Logo {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	width: 155px;
	height: 25px
}

.Logo img {
	width: 100%;
	height: 100%
}

.BaseHeaderLinks {
	position: relative;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	align-items: center
}

.BaseHeaderLinks__social {
	margin-right: 60px
}

.BaseHeaderLinks__cart {
	margin-right: 36px
}

@media(max-width: 1024px) {
	.BaseHeaderLinks__social {
		display: none
	}
	.BaseHeaderLinks__donation {
		display: none
	}
	.BaseHeaderLinks__cart {
		margin-right: 0
	}
}

.LinkWithIcon {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	text-decoration: none;
	color: #F8504C;
	-webkit-transition: color 0.3s ease;
	-moz-transition: color 0.3s ease;
	-o-transition: color 0.3s ease;
	transition: color 0.3s ease
}

.LinkWithIcon:hover {
	color: #df0e09
}

.LinkWithIcon__icon {
	width: 17px;
	height: 17px
}

.LinkWithIcon__icon>span {
	box-sizing: border-box;
	display: inline-block;
	overflow: hidden;
	width: initial;
	height: initial;
	background: none;
	opacity: 1;
	border: 0;
	margin: 0;
	padding: 0;
	position: relative;
	max-width: 100%;
}

.LinkWithIcon__icon>span>span {
	box-sizing: border-box;
	display: block;
	width: initial;
	height: initial;
	background: none;
	opacity: 1;
	border: 0;
	margin: 0;
	padding: 0;
	max-width: 100%;
}

.LinkWithIcon__icon>span>span>img {
	display: block;
	max-width: 100%;
	width: initial;
	height: initial;
	background: none;
	opacity: 1;
	border: 0;
	margin: 0;
	padding: 0;
}

.LinkWithIcon__icon>span>img {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	box-sizing: border-box;
	padding: 0;
	border: none;
	margin: auto;
	display: block;
	width: 0;
	height: 0;
	min-width: 100%;
	max-width: 100%;
	min-height: 100%;
	max-height: 100%;
}

.LinkWithIcon__text {
	width: -webkit-calc(100% - 17px);
	width: -moz-calc(100% - 17px);
	width: calc(100% - 17px);
	padding-left: 5px;
	font-size: 14px;
	text-decoration: none;
	color: currentColor
}

.LinkWithIcon_size_big .LinkWithIcon__icon {
	width: 17px;
	height: 17px
}

.LinkWithIcon_size_big .LinkWithIcon__text {
	width: -webkit-calc(100% - 17px);
	width: -moz-calc(100% - 17px);
	width: calc(100% - 17px);
	font-weight: bold;
	font-size: 18px;
	line-height: 1.2
}

.CartLink {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	font-weight: bold;
	font-size: 14px;
	line-height: 1;
	color: #333333;
	text-decoration: none;
	-webkit-transition: color 0.3s ease;
	-moz-transition: color 0.3s ease;
	-o-transition: color 0.3s ease;
	transition: color 0.3s ease
}

@media hover: hover {
	.CartLink:hover {
		color: rgba(51, 51, 51, 0.7)
	}
}

.CartLink__icon {
	position: relative;
	width: 20px;
	height: 20px;
	margin-right: 8px
}

.CartLink__icon svg {
	display: block;
	width: 100%;
	height: 100%
}

.CartLink__icon svg path {
	fill: currentColor
}

.CartLink__count {
	position: absolute;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-moz-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	width: 16px;
	height: 16px;
	bottom: -4px;
	right: -7px;
	font-weight: bold;
	font-size: 11px;
	line-height: 16px;
	color: #FFFFFF;
	background-color: #F8504C;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%
}

.CartLink__count span {
	padding-top: 1px
}

.AttentionLink {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-moz-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	padding: 10px 22px;
	font-size: 13px;
	line-height: 1;
	color: #FFFFFF;
	text-align: center;
	text-decoration: none;
	border: none;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	background: #333333;
	-webkit-transition: background 0.3s ease;
	-moz-transition: background 0.3s ease;
	-o-transition: background 0.3s ease;
	transition: background 0.3s ease
}

.AttentionLink:hover {
	background-color: rgba(51, 51, 51, 0.9);
	color: white !important;
}

.AttentionLink_size_S {
	padding: 10px 22px;
	font-size: 13px
}

.AttentionLink_size_M {
	padding: 12px 22px;
	font-size: 16px
}

.AttentionLink_size_XL {
	padding: 14px 15px;
	font-size: 19px
}

.Burger {
	position: relative;
	width: 40px;
	height: 40px
}

.Burger__showBtn {
	position: absolute;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-moz-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	border: 0;
	cursor: pointer;
	background-color: transparent
}

.Burger__showBtnIcon {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-moz-box-orient: vertical;
	-moz-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-moz-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	width: 20px;
	height: 16px
}

.Burger__line {
	width: 20px;
	height: 2px;
	background-color: #333333
}

.Burger__backdrop {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 1040;
	width: 100vw;
	height: 100vh;
	background-color: #000000;
	opacity: .6
}

.Burger__content {
	position: fixed;
	top: 0;
	right: 0;
	width: 300px;
	height: 100vh;
	padding: 33px 20px 20px;
	background-color: #FFFFFF;
	z-index: 1041
}

.Burger__closeBtn {
	position: absolute;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-moz-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	width: 40px;
	height: 40px;
	right: 12px;
	top: 8px;
	margin: 0;
	padding: 0;
	border: 0;
	background-color: transparent;
	cursor: pointer
}

.Burger__closeBtnIcon {
	position: relative;
	width: 22px;
	height: 22px
}

.Burger__closeBtnIcon:before,
.Burger__closeBtnIcon:after {
	content: "";
	position: absolute;
	width: 22px;
	height: 2px;
	top: 50%;
	left: 50%;
	margin-top: -1px;
	margin-left: -11px;
	background-color: #000000
}

.Burger__closeBtnIcon:before {
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg)
}

.Burger__closeBtnIcon:after {
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg)
}

.Burger__navigation {
	margin-bottom: 20px;
	padding: 0 6px
}

.Burger__navigationList,
.Burger__navigationItem {
	list-style-type: none;
	margin: 0;
	padding: 0
}

.Burger__navigationList {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}

.Burger__navigationItem {
	width: 100%;
	margin-bottom: 22px
}

.Burger__navigationItem:nth-last-child(-n+1) {
	margin-bottom: 0
}

.Burger__navigationLink {
	position: relative;
	font-size: 18px;
	line-height: 1;
	color: #333333;
	text-decoration: none;
	-webkit-transition: color 0.3s ease;
	-moz-transition: color 0.3s ease;
	-o-transition: color 0.3s ease;
	transition: color 0.3s ease
}

@media hover: hover {
	.Burger__navigationLink:hover {
		color: rgba(51, 51, 51, 0.7)
	}
}

.Burger__label {
	position: absolute;
	top: -9px;
	right: -8px;
	top: -14px;
	right: -36px
}

.Burger__donationLink {
	margin-bottom: 20px
}

.Burger__socialLinks {
	margin-bottom: 20px;
	padding-top: 20px;
	border-top: 1px solid rgba(51, 51, 51, 0.1)
}

.Burger__minorNavigationList,
.Burger__minorNavigationItem {
	list-style-type: none;
	margin: 0;
	padding: 0
}

.Burger__minorNavigationList {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-moz-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center
}

.Burger__minorNavigationItem {
	margin: 0 13px
}

.Burger__minorNavigationLink {
	font-size: 15px;
	line-height: 1;
	color: #333333;
	text-decoration: none;
	-webkit-transition: color 0.3s ease;
	-moz-transition: color 0.3s ease;
	-o-transition: color 0.3s ease;
	transition: color 0.3s ease
}

@media hover: hover {
	.Burger__minorNavigationLink:hover {
		color: rgba(51, 51, 51, 0.7)
	}
}

.Tip {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-moz-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	width: 70px;
	height: 18px;
	font-size: 9px;
	line-height: 1;
	color: #FFFFFF;
	text-transform: uppercase;
	background-color: #000000;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
}

.SocialNetworks {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	align-items: center
}

.SocialNetworks_theme_secondary {
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}

.SocialNetworks_theme_secondary .SocialNetworks__header {
	width: 100%;
	margin-bottom: 12px;
	text-align: center
}

.SocialNetworks_theme_secondary .SocialNetworks__content {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-moz-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	width: 100%
}

.SocialNetworks__header {
	margin-right: 15px;
	font-size: 12px;
	line-height: 1;
	color: #333333;
	text-transform: uppercase
}

.SocialNetworks__list {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	margin: 0;
	padding: 0;
	list-style-type: none
}

.SocialNetworks__item {
	margin-right: 15px
}

.SocialNetworks__item:nth-last-child(-n+1) {
	margin-right: 0
}

.SocialLink {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	width: 30px;
	height: 30px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	opacity: .5;
	-webkit-transition: opacity 0.3s ease;
	-moz-transition: opacity 0.3s ease;
	-o-transition: opacity 0.3s ease;
	transition: opacity 0.3s ease
}

@media hover: hover {
	.SocialLink:hover {
		opacity: .6
	}
}

.SocialLink svg {
	display: block;
	width: 100%;
	height: 100%
}

.SocialLink svg path {
	fill: #5C6B7E
}

#burger {
	display: none;
}

#burger.clicked {
	display: block;
}

.Navigation {
	position: relative;
	height: 54px;
	padding: 0 40px;
	padding-right: 85px;
	background-color: #FFFFFF;
	overflow: hidden;
	-webkit-box-shadow: 0 -5px 14px -22px rgba(51, 51, 51, 0.1);
	-moz-box-shadow: 0 -5px 14px -22px rgba(51, 51, 51, 0.1);
	box-shadow: 0 -5px 14px -22px rgba(51, 51, 51, 0.1);
	z-index: 6
}

.Navigation.Navigation_touched:before {
	opacity: 1
}

.Navigation::before {
	content: "";
	position: absolute;
	display: block;
	top: 0;
	bottom: 1px;
	left: 68px;
	width: 100px;
	pointer-events: none;
	background: -webkit-linear-gradient(left, hsla(0, 0%, 100%, 0)0, #fff 85%, #fff);
	background: -moz-linear-gradient(left, hsla(0, 0%, 100%, 0)0, #fff 85%, #fff);
	background: -o-linear-gradient(left, hsla(0, 0%, 100%, 0)0, #fff 85%, #fff);
	background: linear-gradient(90deg, hsla(0, 0%, 100%, 0)0, #fff 85%, #fff);
	-webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	transform: rotate(180deg);
	opacity: 0;
	z-index: 1;
	-webkit-transition: opacity 0.3s ease;
	-moz-transition: opacity 0.3s ease;
	-o-transition: opacity 0.3s ease;
	transition: opacity 0.3s ease
}

.Navigation::after {
	content: "";
	position: absolute;
	display: block;
	top: 0;
	bottom: 1px;
	right: 85px;
	width: 100px;
	pointer-events: none;
	background: -webkit-linear-gradient(left, hsla(0, 0%, 100%, 0)0, #fff 95%, #fff);
	background: -moz-linear-gradient(left, hsla(0, 0%, 100%, 0)0, #fff 95%, #fff);
	background: -o-linear-gradient(left, hsla(0, 0%, 100%, 0)0, #fff 95%, #fff);
	background: linear-gradient(90deg, hsla(0, 0%, 100%, 0)0, #fff 95%, #fff)
}

.Navigation__button {
	position: absolute;
	width: 32px;
	height: 32px;
	top: 50%;
	margin-top: -16px;
	border: 1px solid rgba(0, 0, 0, 0.4);
	background: #FFFFFF;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	cursor: pointer;
	z-index: 2;
	-webkit-transition: opacity 0.3s ease;
	-moz-transition: opacity 0.3s ease;
	-o-transition: opacity 0.3s ease;
	transition: opacity 0.3s ease
}

.Navigation__button_hidden {
	opacity: 0;
	pointer-events: none
}

.Navigation__button::after {
	content: "";
	position: absolute;
	width: 8px;
	height: 8px;
	top: 50%;
	left: 50%;
	margin-top: -3px;
	margin-left: -5px;
	border-width: 1px 1px 0 0;
	border-style: solid;
	border-color: #000000
}

.Navigation__button_prev {
	left: 38px
}

.Navigation__button_next {
	right: 40px
}

.Navigation__button_next::after {
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg)
}

.Navigation__button_prev::after {
	margin-top: -4px;
	margin-left: -3px;
	-webkit-transform: rotate(-135deg);
	-moz-transform: rotate(-135deg);
	-ms-transform: rotate(-135deg);
	-o-transform: rotate(-135deg);
	transform: rotate(-135deg)
}

.Navigation__content {
	position: relative;
	overflow-x: scroll;
	-webkit-overflow-scrolling: touch;
	scroll-behavior: smooth
}

.Navigation__categories {
	position: relative;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	font-weight: bold;
	font-size: 14px;
	line-height: 1;
	color: #333333;
	text-transform: uppercase
}

.Navigation__list,
.Navigation__item {
	list-style-type: none;
	margin: 0;
	padding: 0
}

.Navigation__list {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex
}

.Navigation__item {
	padding-right: 50px
}

.Navigation__item:first-child {
	padding-right: 20px
}

.Navigation__item:nth-last-child(-n+1) {
	padding-right: 70px
}

.Navigation__link {
	position: relative;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	height: 54px;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	color: #333333;
	text-decoration: none
}

.Navigation__link::after {
	content: "";
	position: absolute;
	display: none;
	width: 100%;
	height: 2px;
	left: 0;
	bottom: 0;
	background-color: #000000
}

.Navigation__link_active::after {
	display: block
}

.Navigation__link:hover {
	color: rgba(51, 51, 51, 0.7)
}

.Navigation__icon {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	width: 18px;
	height: 18px
}

.Navigation__icon img {
	width: 100%;
	height: 100%
}

.Navigation__text {
	width: -webkit-calc(100% - 18px);
	width: -moz-calc(100% - 18px);
	width: calc(100% - 18px);
	padding-top: 2px;
	padding-left: 6px;
	font-size: 17px;
	line-height: 1;
	color: currentColor;
	-webkit-transition: color 0.3s ease;
	-moz-transition: color 0.3s ease;
	-o-transition: color 0.3s ease;
	transition: color 0.3s ease
}

@media(max-width: 1024px) {
	.Navigation {
		padding-left: 20px
	}
	.Navigation::before {
		left: 20px;
		background: -webkit-linear-gradient(left, hsla(0, 0%, 100%, 0)0, #fff 93%, #fff);
		background: -moz-linear-gradient(left, hsla(0, 0%, 100%, 0)0, #fff 93%, #fff);
		background: -o-linear-gradient(left, hsla(0, 0%, 100%, 0)0, #fff 93%, #fff);
		background: linear-gradient(90deg, hsla(0, 0%, 100%, 0)0, #fff 93%, #fff)
	}
	.Navigation__item {
		padding-right: 45px
	}
	.Navigation__button_prev {
		display: none
	}
	.Navigation__button_next {
		display: none
	}
}

@media(max-width: 767px) {
	.Navigation {
		height: 46px;
		padding-left: 0;
		padding-right: 0
	}
	.Navigation::before,
	.Navigation::after {
		width: 80px
	}
	.Navigation::before {
		left: 0
	}
	.Navigation::after {
		right: 0
	}
	.Navigation__item:first-child {
		padding-left: 10px;
		padding-right: 15px
	}
	.Navigation__item {
		padding-right: 20px
	}
	.Navigation__link {
		height: 46px
	}
}

.Navigation__list {
	transition: 0.3s all;
}




#wpadminbar {width:32px !important; min-width:0px !important; opacity:.1; overflow:hidden; transition:.25s opacity}
#wpadminbar:hover {width:100% !important; opacity:1}


.woocommerce .product_title.entry-title + .price {display:none !important}

.woocommerce .variable_grouped .single_variation_wrap .quantity {display:none}
.woocommerce .variable_grouped .single_variation_wrap .single_add_to_cart_button {width:100%; justify-content: center;}
.woocommerce .variable_grouped .variations_form.cart {margin-bottom:0}
.woocommerce .grouped_products__list {display:grid; gap:2rem}
.woocommerce .grouped_products__list .product_image__wrap {position:relative; display:block;}
.woocommerce .grouped_products__list .product_image__wrap:before {content:''; display:block;}
.woocommerce .grouped_products__list .product:not(.product_tag-horizontal-poster) .product_image__wrap:before {padding-bottom:133%;}
.woocommerce .grouped_products__list .product.product_tag-horizontal-poster .product_image__wrap:before {padding-bottom:75%;}
.woocommerce .grouped_products__list .product_image__wrap > a {display: block;}
.woocommerce .grouped_products__list .product_image__wrap img {position:absolute; top:0; left:0; right:0; bottom:0; object-fit: contain; object-position: top center; height:100%}
.woocommerce .grouped_products__list .product_image__wrap .product_frame__wrap {position:absolute; top:0; left:0; right:0; bottom:0; object-fit: contain; object-position: top center; pointer-events:none; z-index:5}

@media (max-width:991px) {
	.woocommerce .grouped_products__list .product.product_tag-horizontal-poster .product_image__wrap .product_frame__wrap img {transform:rotate(90deg); width: 75%; height: 135%; top: -17.5%; left: 12.5%; object-fit:fill}
}
@media (min-width:992px) {
	.woocommerce .grouped_products__list .product.product_tag-horizontal-poster .product_image__wrap .product_frame__wrap {transform:rotate(90deg); width:6rem; height:8rem; top:-1rem; left:1rem}
}

@media (min-width:992px) {
	.woocommerce .product-type-grouped .variable_grouped {display:grid; gap:2rem; grid-template-columns: 8rem auto;}
	/* .woocommerce.single-product {display:flex; gap:1rem 2rem; flex-wrap:wrap} */
	/* .woocommerce.single-product > * {width:100%; flex-shrink:0 !important; float:none !important} */
	/* .woocommerce.single-product .summary.entry-summary {width:40%} */
	/* .woocommerce.single-product .woocommerce-product-gallery.images {width:calc(60% - 2rem)} */
}


.woocommerce main.product .btn2cart {display:inline-flex; align-items: center; white-space:nowrap; padding:.75rem 1rem; line-height:1; justify-content: center;}
.woocommerce main.product .btn2cart .price {color:inherit; font-size: inherit; font-weight: inherit;}
.woocommerce main.product .btn2cart.disabled.adding2cart {background:#000; opacity:1;}
.woocommerce main.product .btn2cart .btn2cart__price {padding-left:1.5rem; position:relative}
.woocommerce main.product .btn2cart .btn2cart__price:after {content:''; position:absolute; top:50%; transform: translateY(-50%); bottom:0; left:.75rem; width:1px; height:1.5rem; background:#fff; opacity:.3}


.woocommerce main.product .entry-title {line-height:1.2; font-weight:400; font-size:2.75rem}
.woocommerce .woocommerce-ordering {display:none;}
.woocommerce #page-content.product-type-grouped .product_field.price {display:none}

.woocommerce .w-grid-item-h .post_title, .woocommerce .w-grid-item-h .product_field.price, .woocommerce .w-grid-item-h .usg_add_to_cart_1 {display:none;}


.pswp--animated-in .pswp__bg {opacity:.8 !important}
body.admin-bar .pswp {top:0; height:100vh}

/* body.woocommerce .woocommerce-product-gallery__trigger {width:100%; line-height:1; bottom:0; left:0; text-shadow:none; color:transparent!important;} */
body.woocommerce .woocommerce-product-gallery__trigger:hover {background:transparent}
.woocommerce-product-gallery.images .flex-control-nav {gap:.5rem; margin-top:.5rem}
.woocommerce-product-gallery.images li {width:5rem; height:5rem}

.woocommerce-product-gallery__image.flex-active-slide img {width:100%}

.woocommerce .woocommerce-additional-fields > h3 {display:none;}


.woocommerce .cart_totals .woocommerce-shipping-totals.shipping {display:none}

.page-id-3881 #page-content .woocommerce .cart-collaterals {display:none;}
.page-id-3881 #page-content .woocommerce .shop_table.cart {width:100%; float:none}

table.variations > tbody {display:grid}
table.variations .variation{position:relative}
table.variations .variation, table.variations .variation .value, table.variations .variation .woocommerce-select {width:100% !important; display:block}
table.variations .variation--pa_poster_size {order:1}
table.variations .variation--pa_frame {order:2}



@media (min-width:992px) {
	#page-content.product .g-cols.cols_2-1 {grid-template-columns: auto 32rem;}
}



.variations_form .btn2cart {width:100%}
.ts-wrapper.form-select {margin:.5rem 0}
.ts-wrapper .ts-control {padding:.5rem 2rem .5rem .5rem !important}
.ts-wrapper .ts-control:after {content:'\2039'; position:absolute; z-index:2; right:.5rem; top:.5rem; font-size:1.5rem; transform: rotate(270deg); transition:.5s all}
.ts-wrapper.dropdown-active .ts-control:after {transform: rotate(90deg)}
.ts-wrapper .price_select {display: flex; align-items: baseline; justify-content: space-between; gap:.5rem; align-items: center;}
.ts-wrapper .price_select--item ~ * {display:none !important}
.ts-wrapper .price_select .price {opacity:.6; text-align:right; white-space:nowrap;}
.ts-wrapper .price_select .price, .ts-wrapper .price_select .name {line-height: 1.2;}
/* .ts-wrapper .price_select .name {border-bottom:1px #ccc solid; display:inline;} */
.ts-wrapper .price_select .name {text-decoration:underline; text-decoration-color:#999}
.ts-wrapper .price_select--item {width:100%; min-height:1.25rem}
.ts-wrapper .select_sizes .price_select--item .name {text-decoration:underline;}
.ts-wrapper .ts-dropdown {margin-top:0}
.ts-wrapper .ts-dropdown .ts-dropdown-content {max-height:80vh}
.ts-wrapper .ts-dropdown [data-selectable].option {min-height: 2rem;}
@media (min-width:992px) {
	.variations_form {max-width:15rem}
	.ts-wrapper .ts-dropdown .ts-dropdown-content {max-height:30rem}
}



.product_form:not(.loaded) .product_options__wrap, .product_form.loaded .loading__wrap {display:none;}
.product_form .loading__wrap .fad {font-size:2rem; color:var(--main_color)}


.w-cart-table.woocommerce-cart-form.processing {pointer-events:none;}



.Header .BaseHeaderLinks__social .LinkWithIcon .LinkWithIcon__icon > span {display:inline-block !important; height:17px !important; width:17px !important; line-height:17px !important; position:relative !important}
.Header .BaseHeaderLinks__social .LinkWithIcon .LinkWithIcon__icon img {display:inline-block !important; height:17px !important; width:17px !important; line-height:17px !important}


.Navigation__list .Navigation__text {white-space:nowrap}


.shop_table.cart.woocommerce-cart-form__contents .product-name > a, .shop_table.cart.woocommerce-cart-form__contents .product-thumbnail > a {pointer-events:none;}


/* .swal2-popup.swal2-toast.cart_added--success {background-color:var(--main_color); color:#fff} */
.swal2-popup.swal2-toast.cart_added {box-shadow:none; border-radius: 0}
.swal2-popup.swal2-toast.cart_added .swal2-actions {margin-top:0}
.swal2-popup.swal2-toast.cart_added--success {background-color:var(--tertiary_color)}
.swal2-popup.swal2-toast.cart_added--success .swal2-confirm {background-color:var(--main_color); color:#fff}
.swal2-popup.swal2-toast.cart_added--success .swal2-icon {mix-blend-mode: multiply}


.swal2-popup.swal2-toast.cart_added--error {background-color:#c73333; color:#fff}
.swal2-popup.swal2-toast.cart_added--error .swal2-confirm {background-color:#000}
.swal2-popup.swal2-toast.cart_added--error .swal2-icon {filter:brightness(5)}

.w-cart-table.woocommerce-cart-form .shop_table.cart .product-thumbnail img {object-fit:contain;
	max-height: 6rem; margin:auto}


#billing_country_field, #billing_city_field, #billing_address_1_field {display:none !important}
/* .shop_table.woocommerce-checkout-review-order-table tbody {display:none;} */
.shop_table.woocommerce-checkout-review-order-table tr>:last-child {text-align:left;}
.shop_table.woocommerce-checkout-review-order-table tfoot, .shop_table.woocommerce-checkout-review-order-table .woocommerce-shipping-totals, .shop_table.woocommerce-checkout-review-order-table .woocommerce-shipping-totals > * {display: block;}


.shop_table.woocommerce-checkout-review-order-table  #shipping_method li {box-shadow: 0 5px 15px rgba(0,0,0,0.08); background: var(--color-content-bg-grad); border-radius: 0.3em; margin-bottom: 0.3em; padding: 1rem 1rem;}
.shop_table.woocommerce-checkout-review-order-table  #shipping_method li > input[type=radio] + label {font-size: 1.1rem; margin: 0.5rem 0; line-height: 1.1em; display: inline-block;}
.shop_table.woocommerce-checkout-review-order-table  #shipping_method li > input[type=radio]:checked + label {color:var(--color-content-primary)}


.shop_table.woocommerce-checkout-review-order-table .order-total {display: flex; gap:1rem; justify-content: space-between;}
.shop_table.woocommerce-checkout-review-order-table .select2-container--default  .select2-selection__arrow b {display:none;}
.shop_table.woocommerce-checkout-review-order-table .select2-container--default  .select2-selection__arrow:after {top:65%}
.shop_table.woocommerce-checkout-review-order-table .select2-container .select2-selection--single .select2-selection__rendered {margin-top:.2rem}
.shop_table.woocommerce-checkout-review-order-table .select2-container .select2-selection--single {padding-left:.2rem}
.woocommerce-checkout.woocommerce-page input:not([type="submit"]), .woocommerce-checkout.woocommerce-page textarea {background:#fff}

/* Add  */
.woocommerce-checkout .l-main .woocommerce-checkout .l-section {padding-top:0px; padding-bottom: 0px}
.woocommerce-checkout .l-main .woocommerce-checkout .l-section.width_custom {padding-bottom: 2rem;}
.wcus-checkout-fields {margin-bottom:2rem;}
.order-total {padding-top:2rem;}
