@font-face {
	font-family: 'Svyaznoy Sans';
	src: url('mokkafonts/SvyaznoySans-Bold.woff2') format('woff2'),
		url('mokkafonts/SvyaznoySans-Bold.woff') format('woff');
	font-weight: bold;
	font-style: normal;
}

@font-face {
	font-family: 'Svyaznoy Sans';
	src: url('mokkafonts/SvyaznoySans-Medium.woff2') format('woff2'),
		url('mokkafonts/SvyaznoySans-Medium.woff') format('woff');
	font-weight: 500;
	font-style: normal;
}

@font-face {
	font-family: 'Svyaznoy Sans';
	src: url('mokkafonts/SvyaznoySans.woff2') format('woff2'),
		url('mokkafonts/SvyaznoySans.woff') format('woff');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'Odds';
	src: url('mokkafonts/Odds-Regular.eot');
	src: local('Odds Regular'), local('Odds-Regular'),
		url('mokkafonts/Odds-Regular.eot?#iefix') format('embedded-opentype'),
		url('mokkafonts/Odds-Regular.woff2') format('woff2'),
		url('mokkafonts/Odds-Regular.woff') format('woff'),
		url('mokkafonts/Odds-Regular.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'Rubik';
	src: url('mokkafonts/Rubik-Regular.woff2') format('woff2'),
		url('mokkafonts/Rubik-Regular.woff') format('woff');
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}

iframe {
	width: 100%;
	height: 100%;
	border: none;
}

.modal-content__mokka-sms {
	max-height: 520px;
	height: 100%;
}

.mokka_font {
	font-family: 'Odds';
	font-weight: normal;
	font-style: normal;
}

.mokka_color {
	color: #FF5A1E;
}

#mokka_error {
	padding: 100px;
	text-align: center;
	font-size: 18px;
	color: #FF5A1E;
	font-family: 'Odds';
	font-weight: normal;
	font-style: normal;
}

#reg_mokka {
	cursor: pointer;
}


#mokka_sms {
	width: 100%;
	height: 100%;
}

.mokka-price__group {
	display: flex;
	flex-flow: nowrap;
	align-items: center;
	margin-bottom: 5px;
}

.single-product .mokka-price__group {
	margin-bottom: 0px;
}

.reg_mokka {
	cursor: pointer;
}

/* mokka */
.mokka-price {
	margin-bottom: 10px;
	width: 100%;
	/*  height: 55px;*/
}

.mokka-price__container {
	padding: 0 5px;
	height: 100%;
}

.mokka-price__wrp {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	height: 100%;
}

.mokka-price__price {
	margin-right: 5px;
}

.mokka-price__price p {
	margin: 0;
	color: #FF5A1E;
	font-size: 15px;
	font-family: 'Svyaznoy Sans';
}

.mokka-price__price p strong {
	font-size: 20px;
	font-weight: 600;
}

.mokka-price__price p span {
	font-size: 20px;
}

.mokka-price__logo {
	margin-right: 10px;
	width: 50px;
}

.mokka-price__logo svg {
	display: block;
	width: 100%;
	fill: #FF5A1E;
}

.mokka-price .mokka-circle {
	fill: none;
	stroke: #FF5A1E;
}

.mokka-price .mokka-symbol {
	fill: #FF5A1E;
}

.mokka-price__payment span {
	color: #FF5A1E;
	font-size: 13px;
	line-height: 15px;
	font-weight: 400;
	height: 15px;
	margin-right: 5px;
	padding-left: 5px;
	border-left: 1px solid #E3E3E3;
}

.mokka-price__payment {
	display: flex;
	align-items: center;
}

.mokka-price__tooltip {
	display: flex;
	align-items: center;
}

.mokka-price__tooltip-icon {
	border: none;
	background: none;
	padding: 0;
	width: 20px;
	height: 20px;
}

.mokka-price__svg-tooltip use .mokka-circle {
	fill: red;
}
.mokka-price--white {
	border: none;
	background-color: #fff;
}

.mokka-price--white .mokka-price__price p {
	color: #FF5A1E;
}

.mokka-price--white .mokka-price__logo svg {
	fill: #FF5A1E;
}

.mokka-price--white .mokka-price__payment span {
	color: #FF5A1E;
	border-color: #FF5A1E;
}

.mokka-price--white .mokka-circle {
	fill: none;
	stroke: #FF5A1E;
}

.mokka-price--white .mokka-symbol {
	fill: #FF5A1E;
}

.mokka-price--orange {
	border: none;
	background-color: #FF5A1E;
}

.mokka-price--orange .mokka-price__price p {
	color: #fff;
}

.mokka-price--orange .mokka-price__logo svg {
	fill: #fff;
}

.mokka-price--orange .mokka-price__payment span {
	color: #fff;
	border-color: #fff;
}

.mokka-price--orange .mokka-circle {
	fill: none;
	stroke: #fff;
}

.mokka-price--orange .mokka-symbol {
	fill: #fff;
}

.mokka-price--black-no-bg {
	border: none;
	background-color: none;
}

.mokka-price--black-no-bg .mokka-price__price p {
	color: #000;
}

.mokka-price--black-no-bg .mokka-price__logo svg {
	fill: #000;
}

.mokka-price--black-no-bg .mokka-price__payment span {
	color: #000;
	border-color: #000;
}

.mokka-price--black-no-bg .mokka-circle {
/*	fill: none;*/
	stroke: #000;
}

.mokka-price--black-no-bg .mokka-symbol {
	fill: #000;
}

.mokka-price--black {
	background-color: #fff;
}

.mokka-price--black .mokka-price__price p {
	color: #000;
}

.mokka-price--black .mokka-price__logo svg {
	fill: #000;
}

.mokka-price--black .mokka-price__payment span {
	color: #000;
	border-color: #000;
}

.mokka-price--black .mokka-circle {
	fill: none;
	stroke: #000;
}

.mokka-price--black .mokka-symbol {
	fill: #000;
}

/* popup */
.mokka-popup {
	visibility: hidden;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 100;
	background-color: rgba(0, 0, 0, 0.5);
	opacity: 0;
	transition: all 0.3s ease;
}

.mokka-popup--show {
	visibility: visible;
	opacity: 1;
}

.mokka-popup__popup {
	background-color: #fff;
	position: absolute;
	/* top: 50%; */
	right: 50%;
	top: 30%;
	transform: translate(50%, -50%);
	transition: all 0.3s ease;
	z-index: 101;
}

.mokka-payment {
	opacity: 0;
	visibility: hidden;
	max-width: 745px;
	width: 100%;
	padding: 25px 40px 30px 40px;
}

.mokka-payment--show {
	top: 50%;
	opacity: 1;
	visibility: visible;
}

.mokka-payment__container {
	position: relative;
}

.mokka-payment__title {
	font-family: 'Odds';
	color: #FF5A1E;
	font-size: 59px;
	line-height: 60px;
	text-align: center;
	margin-bottom: 10px;
}

.mokka-payment__title span {
	text-transform: lowercase;
}

.mokka-payment__description p {
	margin: 0;
	font-family: 'Rubik';
	font-size: 15px;
	line-height: 25px;
	font-weight: 400;
	text-align: center;
}

.mokka-payment__description {
	margin-bottom: 30px;
}

.mokka-payment__features {
	display: flex;
	justify-content: space-between;
}

.mokka-payment__item-text {
	max-width: 160px;
	width: 100%;
	margin: auto;
}

.mokka-payment__item {
	max-width: 33.3%;
	flex-basis: 33.3%;
	flex-shrink: 0;
}

.mokka-payment__item-img {
	text-align: center;
	margin-bottom: 35px;
}

.mokka-payment__item-img img {
	display: inline-block;
}

.mokka-payment__item-text p {
	text-align: center;
	margin: 0;
}

.mokka-popup__btn-wrp {
	display: inline-block;
	position: absolute;
	top: 5px;
	right: -10px;
}

.mokka-popup__btn-close {
	border: none;
	background: none;
	position: relative;
	height: 20px;
	cursor: pointer;
	width: 20px;
}

.mokka-popup__btn-close::after,
.mokka-popup__btn-close::before {
	content: '';
	position: absolute;
	width: 100%;
	height: 2px;
	background-color: #000;
}

.mokka-popup__btn-close::after {
	bottom: 9px;
	transform: rotate(-45deg);
	left: 0;
}

.mokka-popup__btn-close::before {
	top: 9px;
	left: 0;
	transform: rotate(45deg);
}

@media (max-width: 1200px) {
	.mokka-price__price p {
		font-size: 12px;
		line-height: 20px
	}

	.mokka-price__price p strong {
		font-size: 14px;
		line-height: 25px;
	}

	.mokka-price__price p span {
		font-size: 14px;
		line-height: 25px;
	}

	.mokka-price__payment span {
		color: #FF5A1E;
		font-size: 12px;
		line-height: 15px;
	}

	.mokka-price__tooltip-icon {
		width: 20px;
		height: 20px
	}

	.mokka-price__tooltip-icon svg {
		display: block;
		width: 100%;
		height: 100%;
	}
}

@media (max-width: 991px) {
	.mokka-price {
		height: 110px;
	}

	.mokka-price__wrp {
		justify-content: center;
	}
}

@media (max-width: 768px) {
	.mokka-price__group {
		margin-bottom: 0px;
	}

	.mokka-price {
		height: 80px;
	}

	/* popup */
	.mokka-payment {
		max-width: 500px;
		padding: 25px 25px 30px 25px;
	}

	.mokka-payment__title {
		font-size: 30px;
		line-height: 40px;
	}

	.mokka-payment__description p {
		font-size: 13px;
	}

	.mokka-payment__features {
		flex-direction: column;
	}

	.mokka-payment__item {
		max-width: none;
	}

	.mokka-payment__item:not(:last-child) {
		margin-bottom: 15px;
	}

	.mokka-payment__item-img {
		margin-bottom: 10px;
	}

	.mokka-payment__item-img img {
		display: block;
		width: 70px;
		height: 70px;
		margin: auto;
	}

	.mokka-payment__item-text {
		max-width: 320px;
	}
}

@media (max-width: 375px) {
	.mokka-payment__description p {
		font-size: 11px;
	}

	.mokka-payment__title {
		font-size: 28px;
		line-height: 35px;
	}

	.mokka-payment__item-text p {
		font-size: 11px;
	}
}