/* Стили для промо морошки */


@font-face {
	font-family: Montserrat;
	src: url('../fonts/Montserrat/Montserrat-VariableFont_wght.ttf');
}

@font-face {
	font-family: Roboto;
	src: url('../fonts/Roboto/Roboto-Regular.ttf');
}




:root {
	--promoMoroshkafont: "Montserrat";
	--promoMoroshkafont-extra: "Roboto";
}

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

body {
	margin: 0;
	background-color: #f4f4f4;

}

a {
	background-color: transparent
}

b {
	font-weight: bolder
}

sub {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline
}

sub {
	bottom: -.25em
}

img {
	border-style: none
}

button {
	font-family: inherit;
	font-size: 100%;
	line-height: 1.15;
	margin: 0
}

button {
	overflow: visible
}

button {
	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
}

[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
}

.hideclass {
	display: none;
}

[hidden] {
	display: none
}

* {
	box-sizing: border-box;
	min-width: 0;
	min-height: 0
}

:after,
:before {
	box-sizing: border-box
}

html {
	font-size: var(--html);
	-webkit-tap-highlight-color: transparent;
	-ms-overflow-style: scrollbar
}

/* body {
	font: 400 1.4em/1 var(--promoMoroshkafont);
	background-color: var(--White);
	color: var(--Dark-blue);
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale
} */

a {
	text-decoration: none;
	color: inherit;
	outline: 0 !important
}

a:focus,
a:hover {
	text-decoration: none
}

img {
	vertical-align: middle
}

p {
	font-size: inherit;
	line-height: inherit;
	margin: 1.2rem 0
}

p:empty {
	display: none
}

ul {
	font-size: inherit;
	line-height: inherit;
	margin: 2.8rem 0;
	padding: 0 0 0 2rem
}

ul li:not(:first-child) {
	margin-top: 1.2rem
}

ul {
	list-style: none
}

ul li {
	position: relative
}

ul li:before {
	content: "";
	background-color: #c4c4c4;
	display: inline-block;
	border-radius: 50%;
	width: .7rem;
	height: .7rem;
	position: absolute;
	top: .9rem;
	left: -2rem
}
.modal__data .menu--main ul li:before {
	display: none;
}
.container {
	--padding: 2rem;
	--width: 132rem;
	margin: 0 auto;
	padding: 0 var(--padding);
	width: 100%;
	max-width: calc(var(--width) + var(--padding) * 2)
}

@media (min-width:1024px) and (max-width:1359px) {
	.container {
		--width: 90.5rem
	}
}

@media (min-width:768px) and (max-width:1023px) {
	.container {
		--width: 69rem
	}
}

@media (min-width:415px) {
	.container {
		--padding: 4rem
	}
}

.container .container {
	padding: 0;
	margin: 0;
	width: 100%;
	max-width: 100%
}
.deal__thumbnail{
	display: none;
}
.wrapper {
	margin-top: 10rem;
	min-height: calc(100vh - 10rem - 20rem)
}

@media (max-width:767px) {
	.wrapper {
		margin-top: 6rem
	}
}

.wrapper>:last-child {
	margin-bottom: 0
}

@font-face {
	font-family: icomoon;
	src: url(../icons/icomoon.eot?4uxxrv);
	src: url(../icons/icomoon.eot?4uxxrv#iefix) format("embedded-opentype"), url(../icons/icomoon.ttf?4uxxrv) format("truetype"), url(../icons/icomoon.woff?4uxxrv) format("woff"), url(../icons/icomoon.svg?4uxxrv#icomoon) format("svg");
	font-weight: 400;
	font-style: normal;
	font-display: block
}

[class*=" icon-"],
[class^=icon-] {
	font-family: icomoon !important;
	
	font-style: normal;
	font-weight: 400;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale
}

.icon-Chevron_left:before {
	content: "<";
	font-weight: bolder;

}

.icon-Chevron_right:before {
	content: ">";
	font-weight: bolder;
}

/* .header {
	--padding: 3.4rem;
	position: fixed;
	top: var(--notification-offset, 0);
	left: 0;
	right: 0;
	z-index: 8;
	padding: var(--padding) 0;
	background-color: var(--White);
	box-shadow: 0 14px 34px rgba(0, 148, 199, .07);
	transition: transform var(--time) var(--anim)
} */

/* @media (min-width:768px) {
	.header_alt {
		--padding: 4.4rem
	}
}

.header .container {
	max-width: 100%
}

@media (min-width:1024px) {
	.header .container {
		padding-left: 6rem;
		padding-right: 6rem
	}
}

@media (max-width:767px) {
	.header {
		--padding: 28px;
		box-shadow: 0 14px 34px rgba(0, 148, 199, .1)
	}
}

.header__inner {
	position: relative;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: justify;
	justify-content: space-between
} */
/* 
@media (min-width:768px) {
	.header .logo {
		position: absolute;
		left: 0;
		right: 0;
		top: 0;
		bottom: 0;
		margin: auto;
		width: 29.6rem
	}
}

@media (max-width:767px) {
	.header .logo {
		top: 5px;
		left: 0;
		right: 0;
		position: absolute;
		margin: 0 auto
	}
}

@media (min-width:768px) {
	.header_alt .logo {
		width: 20rem;
		height: 10rem
	}
}

@media (max-width:767px) {
	.header_alt .logo {
		width: 14rem;
		height: 6rem;
		position: absolute;
		left: 0;
		right: 0;
		margin: 0 auto;
		top: -20px
	}
} */
.deal__title{
	display: none;
}
.logo {
	display: inline-block;
	vertical-align: top;
	height: 3.2rem;
	text-align: center
}

@media (max-width:767px) {
	.logo {
		width: 15rem;
		height: auto
	}
}

.logo__img {
	max-width: 100%;
	max-height: 100%
}

.section {
	margin-bottom: 4.8rem
}

@media (max-width:414px) {
	.section {
		margin-bottom: 4rem
	}
}

.section__headline {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	font-size: 3.2rem;
	font-weight: 600;
	line-height: 1;
	margin-bottom: calc(var(--indent) * 2);
	color: var(--Dark-blue)
}

@media (max-width:767px) {
	.section__headline {
		font-size: 2.6rem;
		line-height: 1.3;
		margin-bottom: var(--indent) !important
	}
}

.static {
	font-family: var(--promoMoroshkafont-extra);
	font-size: 1.8rem;
	font-weight: 400;
	line-height: 1.4
}

@media (max-width:414px) {
	.static {
		font-size: 1.5rem
	}
}

.static>:first-child {
	margin-top: 0 !important
}

.static>:last-child {
	margin-bottom: 0 !important
}

.static p {
	margin: 1.2rem 0
}

.static p>a {
	display: inline-block
}

.static ul {
	margin: 2.8rem 0
}

@media (max-width:1023px) {
	.static ul {
		margin: 2.4rem 0
	}
}

@media (max-width:767px) {
	.static ul {
		margin: 1.6rem 0
	}
}

.static ul li:not(:first-child) {
	margin-top: 1.2rem
}

.static ul li>:first-child {
	margin-top: 0
}

.static ul li>:last-child {
	margin-bottom: 0
}

.static ul li ul {
	margin: 1.2rem 0 !important
}

.static a:not(.button):not(.sm-article):not(.pagination__link) {
	color: var(--Blue)
}

@media (min-width:1024px) {
	.static a:not(.button):not(.sm-article):not(.pagination__link):hover {
		transition: color var(--time) var(--anim);
		color: var(--Red)
	}
}

.static img:not(.slider__img):not(.gallery__img):not(.sm-article__img) {
	display: block;
	max-width: 100% !important;
	max-height: 100% !important;
	margin: 2.8rem 0;
	border-radius: 6px
}

@media (max-width:767px) {
	.static img:not(.slider__img):not(.gallery__img):not(.sm-article__img) {
		margin: 1.6rem 0
	}
}

.static p+.button {
	margin-top: 4.8rem
}

@media (max-width:767px) {
	.static p+.button {
		margin-top: 2rem
	}
}

@media (max-width:414px) {
	.static .button {
		display: block;
		width: 100%;
		margin: 1.6rem 0
	}
}

.footer {
	--pattern: 3rem;
	--border: 1px solid #E2E2E2;
	position: relative;
	background-color: var(--Gray05);
	padding-top: calc(var(--indent) * 2);
	padding-bottom: calc(var(--indent2) + var(--pattern));
	margin-top: 10rem
}

@media (min-width:415px) and (max-width:767px) {
	.footer {
		margin-top: 8.3rem
	}
}

@media (max-width:767px) {
	.footer {
		--indent: 2.4rem;
		--indent2: 2.4rem;
		padding-top: var(--indent)
	}
}

@media (max-width:414px) {
	.footer {
		margin-top: 6rem;
		padding-top: 3.2rem
	}
}

.footer:after {
	content: "";
	display: block;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	background: url(../../../../../wp-content/uploads/moroshkapromo/moroshka-pattern.svg) bottom/contain repeat-x;
	height: var(--pattern);
	pointer-events: none
}

.footer-sub {
	border-top: var(--border);
	padding-top: var(--indent2);
	margin-top: var(--indent2);
	color: var(--Dark-blue20);
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: justify;
	justify-content: space-between
}

@media (max-width:1359px) {
	.footer-sub {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap
	}
}

@media (max-width:767px) {
	.footer-section:not(:last-child) {
		margin-bottom: 1.7rem
	}
}

.footer-section__label {
	position: relative;
	display: block;
	width: 100%;
	text-align: left;
	outline: 0;
	cursor: text;
	background: 0 0;
	border: 0;
	padding: 0;
	font-weight: 600;
	font-size: 1.8rem;
	line-height: 2.2rem;
	color: var(--Dark-blue);
	margin-bottom: var(--indent);
	pointer-events: none
}

.footer-section__label i {
	display: none
}

@media (max-width:767px) {
	.footer-section__label {
		pointer-events: auto;
		cursor: pointer;
		margin-bottom: 0;
		line-height: 2.4rem
	}

	.footer-section__label i {
		position: absolute;
		top: 0;
		right: 0;
		display: block;
		color: var(--Gray50);
		font-size: 2.4rem
	}
}

@media (max-width:767px) {
	.footer-section__content {
		display: none;
		padding-top: .8rem
	}
}

[tabindex] {
	outline: 0
}

label {
	font-weight: 400;
	display: block;
	margin-bottom: 0
}

button {
	cursor: pointer
}

::-webkit-input-placeholder {
	color: var(--Dark-blue50)
}

::-moz-placeholder {
	color: var(--Dark-blue50)
}

:-ms-input-placeholder {
	color: var(--Dark-blue50)
}

button {
	cursor: pointer;
	outline: 0
}

.button-link {
	--size: 2.8rem;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	outline: 0;
	background: 0 0;
	border: 0;
	padding: 0;
	color: var(--Dark-blue50);
	font-weight: 700;
	font-size: 0;
	line-height: 3.2rem;
	gap: 12px
}

@media (max-width:767px) {
	.button-link {
		--size: 2.4rem;
		line-height: 1
	}
}

.button-link i {
	display: inline-block;
	vertical-align: top;
	font-size: var(--size);
	font-weight: 400
}

.button-link__text {
	font-size: 16px;
	display: inline-block;
	vertical-align: top
}

@media (max-width:1359px) {
	.button-link__text {
		font-size: 16px
	}
}

@media (max-width:767px) {
	.button-link__text {
		display: none
	}
}

@media (min-width:1024px) {
	.button-link {
		transition: color var(--time) var(--anim)
	}

	.button-link:hover {
		color: var(--Dark-blue)
	}
}

.button {
	display: inline-block;
	vertical-align: top;
	position: relative;
	background-color: var(--Red);
	color: var(--White);
	outline: 0 !important;
	text-decoration: none !important;
	border-radius: 6px;
	border: 0;
	cursor: pointer;
	padding: 1.7rem 2.8rem;
	font-family: var(--promoMoroshkafont);
	font-size: 1.7rem;
	line-height: 2.6rem;
	font-weight: 700;
	text-align: center;
	transition: all var(--time) var(--anim)
}

.button i {
	display: inline-block;
	vertical-align: top;
	font-size: 2.4rem;
	line-height: 2.6rem;
	margin-right: 1rem;
	margin-left: -1.2rem;
	font-weight: 400 !important
}

.button span {
	display: inline-block;
	vertical-align: top
}

.button span+i {
	margin-left: .4rem;
	margin-right: -1.2rem
}

@media (min-width:1024px) {
	.button:not(:disabled):hover {
		background-color: var(--Red-10)
	}
}

@media (max-width:414px) {
	.button {
		font-size: 1.5rem
	}
}

.button.is-disabled,
.button:disabled {
	cursor: default;
	pointer-events: none
}

@keyframes wait-rotate {
	100% {
		transform: rotate(360deg)
	}
}

@keyframes move {
	0% {
		background-position: 0 0
	}

	100% {
		background-position: 50px 50px
	}
}

@keyframes spin {
	100% {
		transform: rotate(360deg)
	}
}

.slider {
	margin-bottom: 4rem
}

@media (max-width:767px) {
	.slider {
		margin-bottom: 3.2rem
	}
}

.slider__inner {
	position: relative
}

.slider__list {
	--time: 400ms;
	position: relative;
	opacity: 0;
	transition: opacity var(--time) var(--anim);
	border-radius: 6px
}

.slider__list.is-init {
	opacity: 1
}

.slider__link {
	position: relative;
	display: block;
	text-decoration: none !important
}

.slider__img {
	width: 100%;
	height: 39rem;
	-o-object-fit: cover;
	object-fit: cover;
	border-radius: 6px
}

@media (max-width:414px) {
	.slider__img {
		height: auto
	}
}

.slider__text {
	display: block;
	text-align: center;
	color: var(--Dark-blue20);
	font-size: 1.6rem;
	font-weight: 400;
	line-height: 1.4;
	font-family: var(--promoMoroshkafont-extra);
	margin-top: 1.6rem
}

.slider__pagination {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin-top: 1.6rem
}

.slider__bullet {
	border-radius: 50%;
	width: .8rem;
	height: .8rem;
	background-color: var(--Gray20);
	margin: 0 .5rem;
	cursor: pointer;
	outline: 0 !important
}

.slider__bullet.is-active {
	background-color: var(--Gray70)
}

.slider__next,
.slider__prev {
	--s: 4.4rem;
	position: absolute;
	top: 17.3rem;
	z-index: 1;
	outline: 0 !important;
	border: 0;
	padding: 0;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: center;
	justify-content: center;
	width: var(--s);
	height: var(--s);
	border-radius: 50%;
	font-size: 2.4rem;
	color: var(--Gray50);
	background-color: var(--White);
	box-shadow: 0 14px 34px rgba(0, 0, 0, .08)
}

@media (min-width:1024px) {

	.slider__next,
	.slider__prev {
		transition: all var(--time) var(--anim)
	}

	.slider__next:hover,
	.slider__prev:hover {
		background-color: var(--Blue);
		color: var(--White)
	}
}

@media (max-width:414px) {

	.slider__next,
	.slider__prev {
		display: none
	}
}

.slider__prev {
	left: calc(-1 * var(--s) * .5)
}

.slider__next {
	right: calc(-1 * var(--s) * .5)
}

.static .slider {
	margin: 5.6rem 0
}

@media (max-width:767px) {
	.static .slider {
		margin: 3.2rem 0
	}
}

.section .accordion {
	margin-bottom: 0
}

.accordion {
	margin-bottom: 5.6rem
}

@media (max-width:767px) {
	.accordion {
		margin-bottom: 3.2rem
	}
}

.accordion__item {
	background-color: var(--Blue90);
	border-radius: 6px
}

.accordion__item:not(:first-child) {
	margin-top: 1.2rem
}

.accordion__label {
	position: relative;
	border: 0;
	outline: 0 !important;
	background: 0 0;
	cursor: pointer;
	color: var(--Dark-blue);
	font-family: var(--promoMoroshkafont);
	font-size: 1.9rem;
	font-weight: 600;
	line-height: 1.3;
	padding: var(--indent) calc(var(--indent) + 3rem) var(--indent) var(--indent);
	width: 100%;
	text-align: left;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	border-radius: 6px
}

@media (max-width:414px) {
	.accordion__label {
		font-size: 1.5rem;
		padding: 1.4rem 4.4rem 1.4rem 1.4rem
	}
}

.accordion__label i {
	--s: 2.8rem;
	position: absolute;
	top: 0;
	bottom: 0;
	right: var(--indent);
	margin: auto 0;
	display: block;
	color: var(--Gray50);
	font-size: var(--s);
	width: var(--s);
	height: var(--s)
}
.openIndicatorRotate::after{
	transform: rotate(225deg) !important;
}
@media (max-width:414px) {
	.accordion__label i {
		right: 1.4rem
	}
}

@media (min-width:1024px) {
	.accordion__item:not(.is-open) .accordion__label:hover {
		transition: background-color var(--time) var(--anim);
		background-color: var(#CCEAF4)

	}
}

.accordion__content {
	position: relative;
	display: none;
	padding: 0 var(--indent) var(--indent)
}

@media (max-width:414px) {
	.accordion__content {
		padding: 0 1.4rem 1.4rem
	}
}

.accordion__content+.accordion__content {
	padding-top: var(--indent)
}

.accordion__content+.accordion__content:after {
	content: "";
	position: absolute;
	display: block;
	top: 0;
	left: var(--indent);
	right: var(--indent);
	border-top: 1px solid var(--Gray20)
}

@media (max-width:414px) {
	.accordion__content+.accordion__content:after {
		left: 1.4rem;
		right: 1.4rem
	}
}

.accordion__footer {
	text-align: right;
	margin-top: .8rem
}

@media (max-width:767px) {
	.accordion__footer {
		margin-top: 1.2rem
	}
}

.accordion__footer .button {
	margin: 0;
	font-size: 1.5rem;
	font-family: var(--promoMoroshkafont-extra);
	font-weight: 500;
	line-height: 2rem;
	padding: 1rem 2rem 1rem 1rem
}

.accordion__footer .button i {
	font-size: 2rem;
	line-height: 2rem
}

@media (max-width:767px) {
	.accordion__footer .button {
		display: block;
		width: 100%
	}
}

.static .accordion {
	margin: 5.6rem 0
}

@media (max-width:767px) {
	.static .accordion {
		margin: 3.2rem 0
	}
}

.section .accordion {
	margin: 0
}

.gallery {
	margin-bottom: 1.6rem
}

.gallery__list {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin: 0 -1.2rem
}

@media (max-width:767px) {
	.gallery__list {
		margin: 0 -.8rem
	}
}

.gallery__item {
	-ms-flex: 1 1 33.33%;
	flex: 1 1 33.33%;
	max-width: 33.33%;
	padding: 0 1.2rem;
	margin-bottom: 2.4rem
}

@media (max-width:767px) {
	.gallery__item {
		padding: 0 .8rem;
		margin-bottom: 1.6rem;
		-ms-flex: 1 1 50%;
		flex: 1 1 50%;
		max-width: 50%
	}
}

@media (max-width:414px) {
	.gallery__item {
		-ms-flex: 1 1 100%;
		flex: 1 1 100%;
		max-width: 100%
	}
}

.gallery__link {
	display: block;
	height: 20rem;
	text-decoration: none !important
}

@media (min-width:1024px) {
	.gallery__link {
		transition: all var(--time) var(--anim) !important
	}

	.gallery__link:hover {
		box-shadow: 0 14px 34px rgba(0, 0, 0, .08);
		transform: translateY(-3px)
	}
}

.gallery__img {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	border-radius: 6px
}

.static .gallery {
	margin: 5.6rem 0 3.2rem
}

@media (max-width:767px) {
	.static .gallery {
		margin: 3.2rem 0 1.6rem
	}
}

.section .accordion {
	margin-bottom: 0
}

.tab-content__item {
	display: none
}

.tab-content__item.is-active {
	display: block
}

.bullet-pagination {
	position: absolute;
	bottom: 16px;
	left: 0;
	right: 0;
	z-index: 1;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: center;
	justify-content: center
}

.bullet-pagination__bullet {
	border-radius: 50%;
	width: 10px;
	height: 10px;
	background-color: rgba(0, 0, 0, .3);
	margin: 0 6px
}

.bullet-pagination__bullet.active {
	background-color: #f76
}

.pagination {
	margin-top: 5.6rem
}

@media (max-width:767px) {
	.pagination {
		margin-top: 3.2rem
	}
}

@media (min-width:1024px) {
	.landing-cards__pagination {
		bottom: -10px !important;
	}
}


.pagination__list {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: center;
	justify-content: center
}

.pagination__item {
	-ms-flex-order: 2;
	order: 2;
	display: inline-block;
	vertical-align: top;
	margin: 0 calc(var(--indent) * .5)
}

.pagination__item:first-child {
	margin-left: 0
}

.pagination__item:last-child {
	margin-right: 0
}

@media (max-width:414px) {
	.pagination__item:not(.pagination__prev):not(.pagination__next) {
		display: none
	}
}

.pagination__link {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-align: center;
	align-items: center;
	border-radius: 50%;
	width: 4.4rem;
	height: 4.4rem;
	background-color: var(--Gray05);
	color: var(--Gray80);
	font-weight: 600;
	font-family: var(--promoMoroshkafont);
	font-size: 1.7rem;
	line-height: 1
}

@media (min-width:1024px) {
	.pagination__link:hover {
		transition: background-color var(--time) var(--anim);
		background-color: var(--Gray10)
	}
}

.pagination__prev {
	-ms-flex-order: 1;
	order: 1
}

.pagination__next {
	-ms-flex-order: 3;
	order: 3
}

.pagination__next .pagination__link,
.pagination__prev .pagination__link {
	color: var(--Gray50);
	font-size: 2.4rem
}

.notification {
	--notification-bg: #0094C7;
	background-color: var(--notification-bg);
	display: none;
	min-height: 34px
}

.notification_info {
	--notification-bg: #274150
}

.notification__inner {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: start;
	justify-content: flex-start;
	padding: 8px 50px 8px 58px;
	position: relative
}

@media (max-width:1023px) {
	.notification__inner {
		padding: 6px 42px 6px 42px
	}
}

.notification__icon {
	position: absolute;
	top: 0;
	left: 20px;
	bottom: 0;
	color: #fff;
	width: 20px;
	height: 20px;
	font-size: 20px;
	display: block;
	margin: auto 0
}

@media (max-width:1023px) {
	.notification__icon {
		left: 12px
	}
}

.notification__text {
	font-size: 13px;
	line-height: 1.4;
	font-weight: 500;
	color: #fff
}

@media (max-width:1023px) {
	.notification__text {
		font-size: 11px
	}
}

.notification__text a {
	display: inline-block;
	margin-left: 10px;
	text-decoration: underline
}

@media (min-width:1024px) {
	.notification__text a:hover {
		text-decoration: none
	}
}

body.landing-bg {
	background-color: #f4f4f4
}

@media (max-width:1440px) {
	body.landing-bg .container {
		padding: 0 60px
	}
}

@media (max-width:1023px) {
	body.landing-bg .container {
		max-width: 100%;
		padding: 0 40px
	}
}

@media (max-width:414px) {
	body.landing-bg .container {
		padding: 0 20px
	}
}

.landing {
	position: relative;
	padding-top: 40px
}

@media (max-width:1440px) {
	.landing .container {
		max-width: 1280px
	}
}

@media (max-width:414px) {
	.landing {
		padding-top: 40px
	}
}

.landing:before {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	background: url(../img/pattern.png) top/contain repeat-x;
	height: 90px;
	pointer-events: none
}

.landing-slider {
	display: block;
	position: relative;
	color: #fff;
	border-radius: 60px;
	overflow: hidden;
	-webkit-mask-image: -webkit-radial-gradient(white, #000);
	margin-bottom: 140px
}

@media (max-width:1440px) {
	.landing-slider {
		margin-bottom: 100px
	}
}

@media (max-width:1023px) {
	.landing-slider {
		margin-bottom: 80px
	}
}

@media (max-width:767px) {
	.landing-slider {
		margin-bottom: 60px;
		border-radius: 40px;
		
	}
}

.landing-slider:after {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	width: 100%;
	background: linear-gradient(90deg, #000 0, rgba(0, 148, 199, .4) 30%, rgba(0, 0, 0, 0) 75%);
	border-radius: 60px
}

@media (max-width:767px) {
	.landing-slider:after {
		border-radius: 40px
	}
}

.landing-slider__content {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-align: start;
	align-items: flex-start;
	z-index: 1;
	padding: 60px
}

@media (max-width:767px) {
	.landing-slider__content {
		padding: 20px
	}
}

.landing-slider__headline {
	font-size: 100px;
	font-weight: 700;
	line-height: 1.2;
	text-transform: uppercase;
	margin: 0
}

@media (max-width:1440px) {
	.landing-slider__headline {
		font-size: 78px
	}
}

@media (max-width:1023px) {
	.landing-slider__headline {
		font-size: 60px
	}
}

@media (max-width:767px) {
	.landing-slider__headline {
		font-size: 44px
	}
}

@media (max-width:320px) {
	.landing-slider__headline {
		font-size: 40px
	}
}

.landing-slider__text {
	margin-top: 10px;
	text-transform: uppercase;
	font-size: 40px;
	line-height: 1.2;
	font-weight: 700
}

@media (max-width:1440px) {
	.landing-slider__text {
		font-size: 30px
	}
}

@media (max-width:1023px) {
	.landing-slider__text {
		font-size: 22px
	}
}

@media (max-width:767px) {
	.landing-slider__text {
		font-size: 18px
	}
}

@media (max-width:320px) {
	.landing-slider__text {
		font-size: 16px
	}
}

.landing-slider__img {
	display: block;
	width: 100%;
	height: auto;
	border-radius: 60px;
	will-change: transform
}

@media (max-width:767px) {
	.landing-slider__img {
		border-radius: 40px;
		height: 100%;
		-o-object-fit: cover;
		object-fit: cover
	}
}

.landing-slider.is-start .landing-slider__img {
	animation: zoomSliderImg 4s ease-in-out forwards
}

.landing-slider__footer {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	margin-top: 40px
}

.landing-button {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	white-space: nowrap;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	cursor: pointer;
	outline: 0;
	border: 0;
	padding: 0;
	text-transform: uppercase;
	font-size: 18px;
	font-weight: 700;
	line-height: 1.2;
	font-family: var(--promoMoroshkafont-extra);
	color: #fff
}

.landing-button__pic-moroshka {
	position: relative;
	left: 25px;
	margin-left: -25px;
	display: inline-block;
	width: 50px;
	height: 50px;
	background: url(../../../../../wp-content/uploads/moroshkapromo/moroshka-logo.svg) center/contain no-repeat
}

.landing-button__text {
	display: inline-block;
	background-color: var(--Blue);
	padding: 14px 16px 14px 40px;
	border-radius: 20px
}

.landing-button:hover .landing-button__text {
	background-color: var(--Blue-15)
}

.landing-section {
	color: var(--Dark-blue);
	margin-bottom: 140px;
	font-family: var(--promoMoroshkafont)
}

@media (max-width:1440px) {
	.landing-section {
		margin-bottom: 100px
	}
}

@media (max-width:1023px) {
	.landing-section {
		margin-bottom: 80px
	}
}

@media (max-width:767px) {
	.landing-section {
		margin-bottom: 60px
	}
}

.landing-section__inner {
	position: relative;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	gap: 70px
}

@media (max-width:1440px) {
	.landing-section__inner {
		gap: 40px
	}
}

@media (max-width:1023px) {
	.landing-section__inner {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		gap: 40px
	}
}

@media (max-width:414px) {
	.landing-section__inner {
		gap: 20px
	}
}

.landing-section__inner_align_top {
	-ms-flex-align: start;
	align-items: flex-start
}

.landing-section__inner+.landing-section__inner {
	margin-top: 40px
}

.landing-section__pic {
	-ms-flex-negative: 0;
	flex-shrink: 0;
	width: 480px;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-align: center;
	align-items: center
}

.static .landing-section__pic {
	width: 240px
}

.landing-section__pic img {
	position: relative;
	z-index: 1;
	width: 100%;
	height: auto;
	margin: 0;
	border-radius: 6px
}

@media (max-width:1359px) {
	.landing-section__pic {
		width: 425px
	}

	.static .landing-section__pic {
		width: 200px
	}
}

@media (max-width:1023px) {
	.landing-section__pic {
		-ms-flex: 1 1 100%;
		flex: 1 1 100%;
		max-width: 100%;
		-ms-flex-order: 2;
		order: 2
	}

	.static .landing-section__pic {
		width: 100%
	}
}

.landing-section__pic_bg {
	position: relative;
	background-color: #fff;
	border-radius: 40px;
	padding: 15px;
	box-shadow: 9px 14px 42px 0 rgba(0, 0, 0, .05)
}

.landing-section__pic_bg:after {
	content: "";
	display: block;
	position: absolute;
	width: 70px;
	height: 80px;
	right: -34px;
	margin: auto 0;
	background: url(../../../../../wp-content/uploads/moroshkapromo/landing-arrow.svg) center/contain no-repeat
}

@media (max-width:1023px) {
	.landing-section__pic_bg:after {
		right: 0;
		left: 0;
		margin: 0 auto;
		top: -40px;
		bottom: auto
	}
}

.landing-section__pic_bot {
	position: sticky;
	top: 40px;
	padding: 60px 50px 0
}

@media (max-width:1023px) {
	.landing-section__pic_bot {
		top: 0;
		position: relative
	}
}

.landing-section__pic_mob {
	display: none
}

@media (max-width:1023px) {
	.landing-section__pic_mob {
		display: block
	}
}

@media (max-width:1023px) {
	.landing-section__pic_desk {
		display: none
	}
}

.landing-section__content+.landing-section__pic_bg:after {
	left: -34px;
	right: auto
}

@media (max-width:1023px) {
	.landing-section__content+.landing-section__pic_bg:after {
		right: 0;
		left: 0;
		bottom: -40px;
		top: auto
	}
}

.landing-section__content {
	-ms-flex: 1;
	flex: 1
}

@media (max-width:1023px) {
	.landing-section__content {
		-ms-flex-order: 1;
		order: 1;
		-ms-flex: 1 1 100%;
		flex: 1 1 100%;
		max-width: 100%
	}
}

@media (max-width:414px) {
	.landing-section__content .landing-button {
		width: 100%
	}

	.landing-section__content .landing-button__text {
		-ms-flex: 1;
		flex: 1;
		text-align: center;
		padding-left: 14px
	}
}

@media (max-width:1023px) {
	.landing-section__content .landing-section__pic {
		width: 100%;
		margin-top: 60px;
		border-radius: 20px
	}
}

.landing-section__headline {
	font-size: 44px;
	line-height: 1.3;
	font-weight: 700;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	margin: 0 0 40px;
	font-family: var(--promoMoroshkafont)
}

.landing-section__headline:before {
	content: "";
	display: block;
	width: 60px;
	height: 60px;
	background: url(../../../../../wp-content/uploads/moroshkapromo/landing-star.svg) center/contain no-repeat;
	margin-right: 20px
}

@media (max-width:1023px) {
	.landing-section__headline {
		font-size: 28px;
		margin: 0 0 20px
	}
}

@media (max-width:767px) {
	.landing-section__headline {
		font-size: 24px
	}
}

.landing-section__headline_alt:before {
	background: url(../../../../../wp-content/uploads/moroshkapromo/landing-star-alt.svg) center/contain no-repeat
}

.landing-section__text {
	font-size: 20px;
	font-weight: 500;
	line-height: 1.3
}

.landing-section__text p {
	margin: 20px 0
}

.landing-section__text>:first-child {
	margin-top: 0
}

.landing-section__text>:last-child {
	margin-bottom: 0
}

@media (max-width:1023px) {
	.landing-section__text {
		font-size: 18px
	}
}

@media (max-width:414px) {
	.landing-section__text {
		font-size: 16px;
		font-weight: 400
	}
}

.landing-section__text+.landing-info {
	padding: 20px 0
}

.landing-section__text+.landing-section__text {
	margin-top: 20px
}

.landing-section__sub {
	font-size: 31px;
	font-weight: 500;
	line-height: 1.3;
	margin: 0 0 40px
}

@media (max-width:1440px) {
	.landing-section__sub {
		font-size: 28px
	}
}

@media (max-width:1023px) {
	.landing-section__sub {
		font-size: 24px;
		margin: 0 0 20px
	}
}

@media (max-width:767px) {
	.landing-section__sub {
		font-size: 20px
	}
}

.landing-section__footer {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	margin-top: 40px
}

.landing-info {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	gap: 20px;
	font-family: var(--promoMoroshkafont)
}

.landing-info__item {
	color: var(--Dark-blue);
	-ms-flex: 1;
	flex: 1;
	padding: 20px;
	background: #fff;
	border-radius: 20px;
	box-shadow: 9px 14px 42px 0 rgba(0, 0, 0, .05);
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center
}

@media (max-width:1440px) {
	.landing-info__item {
		padding: 10px
	}
}

@media (max-width:1023px) {
	.landing-info__item {
		-ms-flex-direction: column;
		flex-direction: column;
		-ms-flex-align: start;
		align-items: flex-start
	}
}

@media (max-width:767px) {
	.landing-info__item {
		-ms-flex: 1 1 100%;
		flex: 1 1 100%;
		-ms-flex-direction: row;
		flex-direction: row;
		-ms-flex-align: center;
		align-items: center
	}
}

@media (max-width:1023px) {
	.landing-info_alt .landing-info__item {
		-ms-flex-direction: row;
		flex-direction: row;
		-ms-flex-align: center;
		align-items: center
	}
}

.landing-info__icon {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-align: center;
	align-items: center;
	width: 60px;
	height: 60px;
	padding: 10px;
	border-radius: 15px;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	margin-right: 20px
}

.landing-info__icon img {
	max-width: 100%;
	max-height: 100%
}

.landing-info__icon img[src*=svg] {
	width: 100%;
	height: 100%
}

@media (max-width:1440px) {
	.landing-info__icon {
		margin-right: 10px
	}
}

@media (max-width:1023px) {
	.landing-info__icon {
		margin-right: 0;
		margin-bottom: 10px
	}
}

@media (max-width:767px) {
	.landing-info__icon {
		margin-bottom: 0;
		margin-right: 10px
	}
}

.landing-info__item:nth-child(1) .landing-info__icon {
	background-color: #f7e1ce
}

.landing-info__item:nth-child(2) .landing-info__icon {
	background-color: #d3ebda
}

.landing-info__item:nth-child(3) .landing-info__icon {
	background-color: #f5d1cf
}

.landing-info_alt .landing-info__item .landing-info__icon {
	background-color: #0094c7 !important
}

@media (max-width:1023px) {
	.landing-info_alt .landing-info__item .landing-info__icon {
		margin-right: 10px
	}
}

.landing-info_alt {
	display: -ms-grid;
	display: grid;
	grid-gap: 20px;
	-ms-grid-columns: 1fr 1fr;
	grid-template-columns: 1fr 1fr
}

@media (max-width:767px) {
	.landing-info_alt {
		-ms-grid-columns: 1fr;
		grid-template-columns: 1fr
	}
}

.landing-info__text {
	-ms-flex: 1;
	flex: 1;
	font-size: 15px;
	line-height: 1.5;
	font-weight: 500
}

.landing-info__text>:first-child {
	margin-top: 0
}

.landing-info__text>:last-child {
	margin-bottom: 0
}

@media (max-width:1440px) {
	.landing-info__text {
		font-size: 14px
	}
}

.landing-cards {
	position: relative;
	padding-top: 40px
}

.landing-cards.swiper-container {
	padding: 40px 0 !important;
	margin-bottom: -40px
}

@media (max-width:1023px) {
	.landing-cards.swiper-container {
		margin-left: -40px;
		margin-right: -40px;
		padding: 40px !important
	}
}

.landing-cards__bullet.active {
	background-color: #fb7700;
}

.landing-cards.swiper-container .swiper-slide {
	height: auto !important;
	padding: 0 10px
}

@media (max-width:1023px) {
	.landing-cards.swiper-container .swiper-slide {
		width: 310px !important;
		padding: 0
	}

	.landing-cards.swiper-container .swiper-slide:first-child {
		padding-left: 40px;
		width: 350px !important
	}

	.landing-cards.swiper-container .swiper-slide:not(:first-child) {
		padding-left: 20px;
		width: 330px !important
	}

	.landing-cards.swiper-container .swiper-slide:last-child {
		padding-right: 40px;
		width: 370px !important
	}
}

@media (max-width:414px) {
	.landing-cards.swiper-container .swiper-slide:first-child {
		padding-left: 20px;
		width: 330px !important
	}

	.landing-cards.swiper-container .swiper-slide:not(:first-child) {
		width: 330px !important
	}

	.landing-cards.swiper-container .swiper-slide:last-child {
		padding-right: 20px;
		width: 350px !important
	}
}

@media (max-width:1023px) {
	.landing-cards.swiper-container {
		padding: 40px 0 70px !important;
		margin: 0 -40px -40px !important
	}
}

@media (max-width:414px) {
	.landing-cards.swiper-container {
		padding: 40px 0 70px !important;
		margin: 0 -20px -40px !important
	}
}

.landing-cards__pagination {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-align: center;
	align-items: center;
	position: absolute;
	bottom: -32px;
	left: 0;
	margin-top: 8px !important;
	right: 0;
	z-index: 2
}

@media (max-width:1023px) {
	.landing-cards__pagination {
		bottom: 0
	}
}

.landing-cards__bullet {
	width: 10px;
	height: 10px;
	border-radius: 50%;
	background-color: #9a9b9c;
	margin: 0 6px;
	cursor: pointer
}

.landing-cards__bullet.active {
	background-color: #fb7700
}

.landing-cards__next,
.landing-cards__prev {
	position: absolute;
	top: 390px;
	border: 0;
	color: #333;
	opacity: .7;
	background-color: #FFF;
	width: 64px;
	height: 64px;
	border-radius: 50%;
	font-size: 32px;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 0;
	z-index: 2;
	transition: all 150ms ease
}

.landing-cards__next.disabled,
.landing-cards__prev.disabled {
	transition: opacity 150ms ease, visibility 150ms ease;
	opacity: 0;
	visibility: hidden
}

.landing-cards__next:hover,
.landing-cards__prev:hover {
	opacity: 1
}

@media (max-width:1359px) {

	.landing-cards__next,
	.landing-cards__prev {
		display: none
	}
}

.landing-cards__prev {
	left: -64px
}

@media (max-width:1359px) {
	.landing-cards__prev {
		left: 0
	}
}

.landing-cards__next {
	right: -64px
}

@media (max-width:1359px) {
	.landing-cards__next {
		right: 0
	}
}

.landing-cards__item {
	position: relative;
	padding: 40px 0 0;
	border-radius: 40px;
	background-color: #fff;
	color: var(--Dark-blue);
	box-shadow: 0 10px 12px rgba(0, 0, 0, .04);
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	-ms-flex: 1;
	flex: 1;
	min-height: 600px;
	transition: box-shadow 150ms ease-in;
	height: 600px
}

.landing-cards__item:hover {
	box-shadow: 0 0 12px rgba(0, 0, 0, .16)
}

@media (max-width:1023px) {
	.landing-cards__item {
		height: 100%
	}
}

.landing-cards__item:after {
	content: "";
	display: block;
	position: absolute;
	left: 0;
	right: 0;
	margin: 0 auto;
	top: -40px;
	width: 70px;
	height: 80px;
	background: url(../../../../../wp-content/uploads/moroshkapromo/landing-arrow.svg) center/contain no-repeat
}

.landing-cards__header {
	margin-bottom: 20px;
	padding: 0 20px
}

.landing-cards__label {
	margin-left: auto;
	display: block;
	width: -moz-max-content;
	width: max-content;
	text-align: center;
	text-transform: uppercase;
	font-size: 14px;
	font-weight: 600;
	line-height: 1.2;
	padding: 5px 10px;
	border-radius: 20px;
	margin-bottom: 20px
}

.landing-cards__label-green{
	background-color: rgba(0, 180, 48, .15);
	color: #00b430

}
.landing-cards__label-red{
	background-color: rgba(255, 0, 0, .15);
	color: red
}
.landing-cards__label-orenge{
	background-color: rgba(251, 119, 0, .1);
	color: #fb7700
}

/* .landing-cards__item:nth-child(1) .landing-cards__label,
.swiper-slide:nth-child(1) .landing-cards__label {
	background-color: rgba(0, 180, 48, .15);
	color: #00b430
}

.landing-cards__item:nth-child(2) .landing-cards__label,
.swiper-slide:nth-child(2) .landing-cards__label {
	background-color: rgba(255, 0, 0, .15);
	color: red
}

.landing-cards__item:nth-child(3) .landing-cards__label,
.swiper-slide:nth-child(3) .landing-cards__label {
	background-color: rgba(251, 119, 0, .1);
	color: #fb7700
}

.landing-cards__item:nth-child(4) .landing-cards__label,
.swiper-slide:nth-child(4) .landing-cards__label {
	background-color: rgba(255, 0, 0, .15);
	color: red
}

.landing-cards__item:nth-child(5) .landing-cards__label,
.swiper-slide:nth-child(5) .landing-cards__label {
	background-color: rgba(0, 180, 48, .15);
	color: #00b430
} */

.landing-cards__headline {
	font-size: 24px;
	text-align: center;
	line-height: 1.3;
	font-weight: 500;
	margin-left: -20px;
	margin-right: -20px;
	margin-top: 0;
	margin-bottom: 0
}

@media (max-width:1440px) {
	.landing-cards__headline {
		font-size: 20px
	}
}

.landing-cards__body {
	position: relative;
	-ms-flex: 1;
	flex: 1;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: end;
	align-items: flex-end
}

.landing-cards__pic {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-align: end;
	align-items: flex-end;
	width: 100%;
	height: 100%;
	transition: opacity 150ms ease-in, visibility 150ms ease-in
}

.landing-cards__pic img {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	-o-object-position: top;
	object-position: top;
	border-radius: 0 0 40px 40px
}

.landing-cards__pic.alt img {
	-o-object-fit: contain;
	object-fit: contain;
	-o-object-position: bottom;
	object-position: bottom
}

.landing-cards__text {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 20px;
	width: 100%;
	opacity: 0;
	visibility: hidden;
	pointer-events: none;
	padding: 0 20px 0;
	overflow-y: auto;
	-webkit-overflow-scrolling: touch;
	transition: opacity 150ms ease-in, visibility 150ms ease-in;
	font-size: 16px;
	line-height: 1.4;
	font-weight: 400
}

@media (max-width:1440px) {
	.landing-cards__text {
		font-size: 14px
	}
}

@media (max-width:1023px) {
	.landing-cards__text {
		font-size: 14px
	}
}

.landing-cards__text ul {
	margin: 20px 0
}

.landing-cards__text ul li:not(:first-child) {
	margin-top: 4px
}

.landing-cards__text.alt p {
	margin: 10px 0
}

.landing-cards__text.alt ul {
	margin: 10px 0
}

.landing-cards__text p {
	margin: 20px 0
}

.landing-cards__text p img {
	display: block;
	margin: 0 auto;
	max-width: 150px
}

.landing-cards__text a {
	text-decoration: underline;
	color: red
}

.landing-cards__text a:hover {
	text-decoration: none
}

.landing-cards__text>:first-child {
	margin-top: 0
}

.landing-cards__text>:last-child {
	margin-bottom: 0
}

.landing-cards__item:hover .landing-cards__pic {
	opacity: 0;
	visibility: hidden;
	pointer-events: none
}

.landing-cards__item:hover .landing-cards__text {
	opacity: 1;
	visibility: visible;
	pointer-events: auto;
	z-index: 1
}

@media (max-width:1023px) {
	.landing-cards__pic {
		opacity: 0;
		visibility: hidden;
		pointer-events: none
	}

	.landing-cards__text {
		opacity: 1;
		visibility: visible;
		pointer-events: auto;
		z-index: 1
	}
}

.landing-apps {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: start;
	align-items: flex-start;
	margin-bottom: 40px
}

@media (max-width:1023px) {
	.landing-apps {
		display: none
	}
}

.landing-apps__item {
	background-color: #fff;
	padding: 16px;
	border-radius: 16px;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column
}

.landing-apps__item:not(:last-child) {
	margin-right: 20px
}

.landing-apps__qr {
	width: 100%;
	max-width: 150px
}

.landing-apps__qr img {
	width: 100%
}

.landing-apps__label {
	font-size: 14px;
	line-height: 1.2;
	font-weight: 400;
	margin-bottom: 6px;
	margin-top: 16px
}

.landing-apps__name {
	font-size: 16px;
	font-weight: 600;
	line-height: 1.2;
	color: #fb7700
}

.landing-apps-mob {
	display: none
}

@media (max-width:1023px) {
	.landing-apps-mob {
		display: -ms-flexbox;
		display: flex;
		-ms-flex-align: center;
		align-items: center;
		-ms-flex-pack: center;
		justify-content: center;
		gap: 10px;
		-ms-flex: 1 1 100%;
		flex: 1 1 100%;
		max-width: 100%;
		-ms-flex-order: 3;
		order: 3;
		padding-top: 10px
	}
}

@media (max-width:767px) {
	.landing-apps-mob {
		-ms-flex-direction: column;
		flex-direction: column;
		-ms-flex-pack: center;
		justify-content: center;
		-ms-flex-align: center;
		align-items: center;
		padding-top: 40px
	}
}

.landing-apps-mob__item {
	display: block;
	width: -moz-max-content;
	width: max-content
}

.landing-apps-mob__item img {
	height: 50px;
	width: auto
}

.landing-list {
	box-shadow: 9px 14px 42px 0 rgba(0, 0, 0, .05);
	background-color: #fff;
	border-radius: 40px;
	margin-top: 40px;
	font-family: var(--promoMoroshkafont)
}
.landing-list__toggle:after {
    content: "";
	z-index: 150;
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto 0;
    right: 40px;
    width: 10px;
    height: 10px;
    border-right: 3px solid #274150;
    border-bottom: 3px solid #274150;
    transform: rotate(45deg);
    border-radius: 2px
}


@media (max-width:1440px) {
	.landing-list {
		border-radius: 20px
	}
}

@media (max-width:1023px) {
	.landing-list {
		margin-top: 20px
	}
}

.landing-list__toggle {
	position: relative;
	cursor: pointer;
	outline: 0;
	color: var(--Dark-blue);
	background-color: #fff;
	border: 0;
	padding: 40px;
	text-align: left;
	display: block;
	width: 100%;
	font-size: 22px;
	font-weight: 600;
	line-height: 1.3;
	border-radius: 40px
}


@media (max-width:1440px) {
	.landing-list__toggle {
		padding: 20px;
		border-radius: 20px
	}

	.landing-list__toggle:after {
		right: 20px
	}
}

@media (max-width:767px) {
	.landing-list__toggle {
		font-size: 19px
	}
}

@media (max-width:414px) {
	.landing-list__toggle {
		font-size: 16px;
		padding-right: 40px
	}
}

.landing-list__content {
	display: none
}

.landing-list__list {
	padding: 0 40px 40px
}

@media (max-width:1440px) {
	.landing-list__list {
		padding: 0 20px 20px
	}
}

.landing-list__item {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: start;
	justify-content: flex-start;
	text-align: left;
	font-size: 18px;
	line-height: 1.2;
	font-weight: 600
}

.landing-list__item:not(:last-child) {
	margin-bottom: 10px
}

.landing-list__item span {
	display: inline-block;
	vertical-align: middle;
	background: url(../../../../../wp-content/uploads/moroshkapromo/swap.svg) center/contain no-repeat;
	width: 18px;
	height: 18px;
	margin: 0 5px 0px;
}

.landing-list__item div {
	display: inline-block;
	vertical-align: middle
}

@media (max-width:767px) {
	.landing-list__item {
		font-size: 15px
	}
}

@media (max-width:414px) {
	.landing-list__item {
		font-size: 13px
	}
}

@media (max-width:370px) {
	.landing-list__item div {
		/* width: 80px; */
		-ms-flex-negative: 0;
		flex-shrink: 0
	}

	.landing-list__item div:last-child {
		/* padding-left: 10px;*/
		width: 90px 
	}
}

@media (min-width:768px) and (max-width:1023px) {
	.landing-list__list {
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap
	}

	.landing-list__item {
		-ms-flex: 1 1 50%;
		flex: 1 1 50%;
		font-size: 14px
	}
}

.landing-banner {
	font-size: 32px;
	line-height: 1.3;
	display: -ms-flexbox;
	display: flex;
	position: relative
}

@media (max-width:1440px) {
	.landing-banner {
		font-size: 24px
	}
}

@media (max-width:1023px) {
	.landing-banner {
		font-size: 18px
	}
}

@media (max-width:767px) {
	.landing-banner {
		font-size: 20px;
		display: block
	}
}

.landing-banner:after {
	content: "";
	display: block;
	position: absolute;
	left: 50%;
	bottom: 0;
	transform: translateX(-50%);
	width: 190px;
	height: 350px;
	background: url(../../../../../wp-content/uploads/moroshkapromo/moroshka-pattern.svg) center/contain no-repeat;
	z-index: 1;
	pointer-events: none
}

@media (max-width:1440px) {
	.landing-banner:after {
		width: 150px;
		height: 275px
	}
}

@media (max-width:1023px) {
	.landing-banner:after {
		width: 110px;
		height: 200px
	}
}

@media (max-width:767px) {
	.landing-banner:after {
		display: none
	}
}

.landing-banner__title {
	font-weight: 600
}

.landing-banner__text {
	font-weight: 500;
	margin-top: 10px;
	display: block
}

@media (max-width:1023px) {
	.landing-banner__text {
		margin-top: 6px
	}
}

@media (max-width:767px) {
	.landing-banner__text {
		margin-top: 10px
	}
}

.landing-banner a.landing-banner__text:hover {
	color: var(--Red)
}

.landing-banner__logo {
	display: inline-block;
	margin-top: 40px
}

@media (max-width:1440px) {
	.landing-banner__logo {
		height: 70px;
		max-width: 230px
	}
}

@media (max-width:1023px) {
	.landing-banner__logo {
		height: 55px;
		max-width: 160px
	}
}

@media (max-width:767px) {
	.landing-banner__logo {
		margin-top: 20px;
		height: 64px;
		max-width: 194px
	}
}

.landing-banner__side-a {
	padding: 40px 60px;
	-ms-flex: 1;
	flex: 1;
	color: #fff;
	background-color: #0094c7;
	border-radius: 40px 0 0 40px
}

@media (max-width:1440px) {
	.landing-banner__side-a {
		padding: 30px 46px
	}
}

@media (max-width:1023px) {
	.landing-banner__side-a {
		padding: 24px 36px
	}
}

@media (max-width:767px) {
	.landing-banner__side-a {
		padding: 20px;
		border-radius: 40px 40px 0 0
	}
}

.landing-banner__side-b {
	padding: 40px 60px;
	-ms-flex: 1;
	flex: 1;
	color: #274150;
	background: linear-gradient(90deg, #dcdcdc 0, #fff 100%);
	text-align: right;
	border-radius: 0 40px 40px 0
}

@media (max-width:1440px) {
	.landing-banner__side-b {
		padding: 30px 46px
	}
}

@media (max-width:1023px) {
	.landing-banner__side-b {
		padding: 24px 36px
	}
}

@media (max-width:767px) {
	.landing-banner__side-b {
		padding: 20px;
		border-radius: 0 0 40px 40px;
		text-align: left;
		background: linear-gradient(0deg, #dcdcdc 0, #fff 100%), #0094c7
	}
}

.landing-banner__side-b .landing-banner__logo {
	margin-top: 80px
}

@media (max-width:1440px) {
	.landing-banner__side-b .landing-banner__logo {
		margin-top: 40px
	}
}

@media (max-width:767px) {
	.landing-banner__side-b .landing-banner__logo {
		margin-top: 20px
	}
}

.landing-banner__side-b .landing-banner__text {
	color: var(--Blue)
}

@keyframes zoomSliderImg {
	0% {
		transform: scale(1)
	}

	100% {
		transform: scale(1.15)
	}
}

@keyframes fancybox-rotate {
	100% {
		transform: rotate(360deg)
	}
}

:root {
	--swiper-theme-color: #007aff
}

.swiper-container {
	margin-left: auto;
	margin-right: auto;
	position: relative;
	overflow: hidden;
	list-style: none;
	padding: 0;
	z-index: 1;
	

}

.swiper-wrapper {
	position: relative;
	width: 100%;
	height: 100%;
	z-index: 1;
	display: -ms-flexbox;
	display: flex;
	transition-property: transform;
	box-sizing: content-box
}

.swiper-container-android .swiper-slide,
.swiper-wrapper {
	transform: translate3d(0, 0, 0)
}

.swiper-container-pointer-events {
	/* -ms-touch-action: pan-y;
	touch-action: pan-y */
}

.moroshka-swiper-wrapper{
	-ms-touch-action: pan-y;
	touch-action: pan-y
}
.swiper-slide {
	-ms-flex-negative: 0;
	flex-shrink: 0;
	width: 100%;
	height: 100%;
	position: relative;
	transition-property: transform
}

.swiper-container-3d {
	perspective: 1200px
}

.swiper-container-3d .swiper-slide,
.swiper-container-3d .swiper-wrapper {
	transform-style: preserve-3d
}

[data-simplebar] {
	position: relative;
	-ms-flex-direction: column;
	flex-direction: column;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-ms-flex-line-pack: start;
	align-content: flex-start;
	-ms-flex-align: start;
	align-items: flex-start
}