html,
body,
div,
span,
h1,
h3,
p,
img,
strong,
b,
figcaption,
figure,
footer,
header,
nav {
	margin: 0;
	padding: 0;
	border: 0 none;
	outline: 0 none;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent none repeat scroll 0% 0%
}

body {
	line-height: 1
}

.c15 {
	margin-bottom: 25px
}

.c15,
.c15 td,
.c15 tr {
	border: 1px solid rgb(214, 214, 214)
}

.c15 .c3 p {
	padding: 5px 10px;
	margin-bottom: 0
}

table {
	border-collapse: collapse;
	border-spacing: 0
}

caption,
th,
td {
	text-align: left;
	font-weight: 400;
	vertical-align: middle
}

figcaption,
figure,
footer,
header,
nav {
	display: block
}

a {
	margin: 0;
	padding: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent none repeat scroll 0% 0%
}

* {
	box-sizing: border-box
}

body {
	background-color: rgb(242, 242, 242);
	position: relative
}

img {
	max-width: 100%
}

a {
	color: rgb(184, 139, 88);
	text-decoration: none
}

.Body {
	font-size: 18px;
	line-height: 22px
}

@media only screen and (min-width:48em) {
	.Body {
		font-size: 20px;
		line-height: 27px
	}
}

.Body>* {
	max-width: 980px;
	font-family: "PFRegal", "Georgia", serif
}

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

.Body a {
	color: inherit;
	box-shadow: 0 -1px rgb(184, 139, 88) inset
}

.Body a:hover {
	color: rgb(184, 139, 88)
}

.Body p {
	margin-bottom: 15px
}

.Body p:empty {
	display: none
}

.Body h3 {
	margin-top: 18px;
	margin-bottom: 12px;
	font-family: "Proxima Nova", "Arial", "Helvetica Neue", sans-serif;
	font-size: 21px;
	font-weight: 700
}

.SvgIcon {
	position: relative;
	z-index: 1;
	display: inline-block;
	overflow: hidden;
	vertical-align: middle
}

.SvgIcon--meduzaLogo {
	margin-top: -2px;
	height: 45px;
	width: 100px
}

.Menu {
	display: none;
	font-family: "Proxima Nova", "Arial", "Helvetica Neue", sans-serif;
	text-transform: uppercase;
	font-weight: 600;
	color: rgb(255, 255, 255)
}

@media only screen and (min-width:64em) {
	.Menu {
		font-size: 13px;
		height: 45px;
		width: 100%;
		letter-spacing: 1px;
		background-color: rgb(38, 38, 38);
		display: flex;
		justify-content: center
	}
}

.Menu-item {
	position: relative;
	display: flex;
	align-items: center;
	padding: 0;
	text-align: center;
	transition: color 0.15s ease-out 0s
}

@media only screen and (min-width:64em) {
	.Menu-item {
		padding: 0 15px;
		border-bottom: 0 none
	}
}

@media only screen and (min-width:64em) {
	.Menu-item:last-of-type {
		border-right: medium none
	}
}

@media only screen and (min-width:64em) {
	.Menu-item:hover {
		color: rgb(153, 153, 153);
		background-color: inherit
	}
}

.Menu-link {
	transition: color 0.15s ease-out 0s;
	text-decoration: none;
	color: rgb(255, 255, 255);
	position: relative;
	line-height: 45px;
	top: 1px
}

.Menu-item:hover .Menu-link {
	color: rgb(153, 153, 153)
}

.MeduzaLogo {
	position: relative;
	z-index: 2;
	top: 0;
	left: 0;
	width: 100px;
	height: 100%;
	display: inline-block;
	background-repeat: no-repeat;
	background-position: center 10px;
	background-size: contain
}

.Header {
	position: relative;
	height: 45px;
	background-color: rgb(38, 38, 38);
	display: flex;
	flex-flow: row nowrap;
	z-index: 2
}

@media only screen and (min-width:64em) {
	.Header {
		padding: 0 15px
	}
}

@media only screen and (max-width:63.9375em) {
	.Header .HeaderButton--chat {
		display: none
	}
}

.Header-left {
	display: flex;
	flex-basis: 16%;
	flex-grow: 1;
	height: 100%
}

.Header-center {
	height: 100%;
	display: none
}

@media only screen and (min-width:64em) {
	.Header-center {
		display: flex;
		justify-content: center;
		flex-grow: 2
	}
}

.Header-right {
	display: flex;
	flex-direction: row;
	height: 100%;
	align-items: flex-start;
	justify-content: flex-end;
	flex-basis: 16%;
	flex-grow: 1
}

.Header-meduzaLogo {
	display: flex;
	height: 45px;
	justify-content: center;
	position: absolute;
	left: 0;
	right: 0
}

@media only screen and (min-width:64em) {
	.Header-meduzaLogo {
		position: static
	}
}

.HeaderButton {
	position: relative;
	display: flex;
	min-width: 45px;
	height: 100%;
	padding: 0 15px;
	-moz-user-select: none;
	justify-content: center;
	align-items: center;
	color: rgb(255, 255, 255);
	fill: currentcolor;
	border: 0 none;
	background: transparent none repeat scroll 0% 0%;
	margin: 0;
	cursor: pointer
}

.HeaderButton:active {
	outline-width: 0
}

.HeaderButton:hover {
	color: rgb(153, 153, 153)
}

.HeaderButton::after {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	border-right: 1px solid rgb(103, 103, 103)
}

@media only screen and (min-width:64em) {
	.HeaderButton::after {
		top: 10px;
		bottom: 10px
	}
}

.HeaderButton-link {
	display: block;
	padding-top: 2px;
	text-transform: uppercase;
	color: inherit;
	font-family: "Proxima Nova", "Arial", "Helvetica Neue", sans-serif;
	font-weight: 600;
	cursor: pointer
}

.HeaderButton-link::before {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	content: ""
}

.HeaderButton--chat {
	font-size: 13px;
	letter-spacing: .05em
}

.Copyright {
	padding: 0 12px;
	line-height: 1.2
}

@media only screen and (min-width:64em) {
	.Copyright {
		padding: 0
	}
}

.Copyright-container {
	display: flex;
	flex-flow: row wrap;
	margin: 0 auto;
	padding: 13px 0 12px
}

.Copyright-container a:hover {
	color: rgba(255, 255, 255, .5)
}

@media only screen and (min-width:48em) {
	.Copyright-container {
		max-width: 675px;
		padding: 10px 0 18px;
		border-top: 1px solid rgb(80, 80, 80);
		flex-wrap: nowrap;
		text-align: left
	}
}

@media only screen and (min-width:64em) {
	.Copyright-container {
		max-width: 860px
	}
}

.Copyright-container a {
	color: rgb(255, 255, 255)
}

.Copyright-block {
	padding-top: 13px;
	font-size: 17px;
	flex: 1 0 20%
}

@media only screen and (min-width:48em) {
	.Copyright-block {
		padding-top: 0;
		border-top: 0 none
	}
}

.Copyright-block:last-child {
	text-align: center;
}

.MaterialTag {
	position: relative;
	z-index: 30;
	display: inline-block;
	vertical-align: top;
	text-transform: uppercase;
	border: 1px solid;
	border-radius: 2px;
	font-weight: 700;
	line-height: 1;
	font-family: "Proxima Nova", "Arial", "Helvetica Neue", sans-serif;
	color: rgb(184, 139, 88);
	-moz-user-select: none
}

@media only screen and (max-width:32em) {
	.MaterialTag {
		height: 15px;
		line-height: 15px;
		padding: 0 5px;
		font-size: 10px;
		letter-spacing: .5px
	}
}

span.MaterialTag {
	cursor: default;
	pointer-events: none
}

@media only screen and (min-width:32em) {
	.MaterialTag--medium {
		height: 20px;
		line-height: 20px;
		padding: 0 7px;
		letter-spacing: 1px;
		font-size: 12px
	}
}

.MaterialTag--solid {
	color: rgb(255, 255, 255);
	background: rgb(184, 139, 88) none repeat scroll 0% 0%;
	border-color: rgb(184, 139, 88);
	text-shadow: 0 1px 1px rgba(0, 0, 0, .5)
}

.MaterialMeta {
	display: inline-block;
	font-family: "Proxima Nova", "Arial", "Helvetica Neue", sans-serif;
	font-size: 12px;
	line-height: 14px;
	color: rgb(128, 128, 128);
	margin-right: 12px;
	padding-left: 18px;
	background-repeat: no-repeat;
	background-position: left center;
	background-size: 12px auto;
	font-weight: 400
}

@media only screen and (min-width:48em) {
	.MaterialMeta {
		font-size: 15px;
		line-height: 18px;
		margin-right: 15px
	}
}

.MaterialMeta--source {
	background-image: url("e532f4e9c23677b76653507e723a39cd30cc6345.html")
}

@media only screen and (min-width:48em) {
	.MaterialMeta--source {
		white-space: nowrap
	}
}

.MaterialMeta--time {
	background-size: 12px 12px;
	background-image: url("a3fd45d1f497f3bbdb85276e6ec08268ed939132.html")
}

.MediaMaterialHeader {
	max-width: 840px
}

.MediaMaterialHeader-first {
	color: rgb(0, 0, 0);
	line-height: 27px
}

@media only screen and (min-width:48em) {
	.MediaMaterialHeader-first {
		line-height: 38px
	}
}

.MediaMaterialHeader-first,
.MediaMaterialHeader-separator {
	transition: color 0.25s ease-out 0s;
	font-family: "Proxima Nova", "Arial", "Helvetica Neue", sans-serif;
	font-size: 24px;
	font-weight: 700
}

@media only screen and (min-width:48em) {
	.MediaMaterialHeader-first,
	.MediaMaterialHeader-separator {
		font-size: 36px
	}
}

.MediaMaterial {
	background-color: rgb(255, 255, 255);
	padding: 12px
}

@media only screen and (min-width:48em) {
	.MediaMaterial {
		padding: 25px 15px 20px
	}
}

.MediaMaterial-header {
	display: flex;
	flex-flow: column wrap;
	max-width: 650px;
	margin: 0 auto 18px;
	align-items: flex-start
}

@media only screen and (min-width:63.125em) {
	.MediaMaterial-header {
		max-width: 1000px;
		margin-bottom: 25px
	}
}

.MediaMaterial-tag {
	margin-bottom: 5px
}

@media only screen and (min-width:48em) {
	.MediaMaterial-tag {
		margin-bottom: 11px
	}
}

.MediaMaterial-meta {
	margin-top: 12px
}

@media only screen and (min-width:48em) {
	.MediaMaterial-meta {
		margin-top: 12px
	}
}

.MediaMaterial-materialContent {
	width: 100%;
	max-width: 650px
}

.MediaMaterial-body {
	position: relative;
	max-width: 650px;
	margin: 0 auto
}

@media only screen and (min-width:63.125em) {
	.MediaMaterial-body {
		max-width: 1000px
	}
}

@media only screen and (min-width:48em) {
	.MediaMaterial--fullWidth .MediaMaterial-header {
		align-items: center;
		text-align: center
	}
}

.MediaMaterial--fullWidth .MediaMaterial-materialContent {
	max-width: none
}

.Material {
	padding: 12px 0 0
}

@media only screen and (min-width:48em) {
	.Material {
		padding: 15px 0 0
	}
}

.Material-shadow {
	position: absolute;
	width: 100%;
	height: 1px;
	left: 0;
	z-index: 300;
	background-color: rgba(0, 0, 0, .15)
}

.Material-shadow--top {
	top: 0
}

.Material-container {
	background: rgb(255, 255, 255) none repeat scroll 0% 0%;
	position: relative
}

@media only screen and (min-width:48em) {
	.Body h3 {
		margin-top: 35px;
		margin-bottom: 10px;
		font-size: 26px;
		line-height: 27px
	}
}

.MaterialContent--bannerless .Body>* {
	margin-right: auto;
	margin-left: auto
}

.MaterialContent .Figure {
	margin-right: -12px;
	margin-left: -12px
}

@media only screen and (min-width:40.625em) {
	.MaterialContent .Figure {
		margin-right: auto;
		margin-left: auto
	}
}

.Figure {
	margin: 15px -12px
}

.Figure img {
	display: block;
	margin: 5px auto
}

@media only screen and (min-width:48em) {
	.Figure {
		margin: 27px auto 20px
	}
}

@media only screen and (min-width:75em) {
	.Figure {
		max-width: 650px
	}
}

.Figure img {
	max-width: 100%;
	vertical-align: bottom
}

@media only screen and (min-width:40.625em) {
	.Figure img {
		border-radius: 2px
	}
}

.Figure-caption {
	width: 100%;
	max-width: 650px;
	margin: 0 auto;
	padding: 7px 12px 0;
	font-size: 15px;
	line-height: 17px
}

@media only screen and (min-width:40.625em) {
	.Figure-caption {
		padding-right: 0;
		padding-left: 0;
		font-size: 16px;
		line-height: 18px
	}
}

.App {
	display: flex;
	flex-direction: column;
	min-height: 100vh;
	transition: transform 0.25s ease-out 0s, -webkit-transform 0.25s ease-out 0s, -o-transform 0.25s ease-out 0s
}

.App-content,
.App-footer {
	transition: transform 0.25s ease-out 0s, -webkit-transform 0.25s ease-out 0s, -o-transform 0.25s ease-out 0s
}

.App-footer {
	position: relative;
	z-index: 1
}

.App-content {
	position: relative;
	z-index: 1;
	overflow: visible;
	background-color: rgb(242, 242, 242);
	flex: 1 0 auto
}

.App-header {
	position: relative;
	z-index: 200
}

.App--isMaterial .App-content {
	background-color: rgb(230, 230, 230)
}

.Footer {
	color: rgb(153, 153, 153);
	background-color: rgb(37, 37, 37);
	font-family: "Proxima Nova", "Arial", "Helvetica Neue", sans-serif
}

@font-face {
	font-family: "Proxima Nova";
	font-style: normal;
	font-weight: 400;
	src: url("proximanova-regular-4238ca.html") format("woff")
}

@font-face {
	font-family: "Proxima Nova";
	font-style: normal;
	font-weight: 600;
	src: url("proximanova-semibold-125692.html") format("woff")
}

@font-face {
	font-family: "Proxima Nova";
	font-style: normal;
	font-weight: 700;
	src: url("proximanova-bold-86fdfa.html") format("woff")
}

.logo {
	display: block;
	margin-top: 10px
}

.ava-img {
	width: 50px;
	margin-right: 10px;
	display: inline-block;
	vertical-align: middle;
	border-radius: 50%;
}

.Body a {
	color: blue
}

.Body a:hover {
	box-shadow: none
}

a.button {
	font-size: 20px;
	text-align: center;
	color: rgb(255, 255, 255) ! important;
	background-color: red;
	display: block;
	width: 100%;
	max-width: 320px;
	border-radius: 30px;
	text-decoration: none;
	padding: 15px
}

a.button:hover {
	background-color: rgb(193, 31, 31)
}

.actsss {
	display: none ! important
}

.eeee {
	background-color: rgba(0, 0, 0, .7);
	display: none;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 10000;
	position: fixed;
	cursor: pointer
}

.ouimain-text-img::after {
	content: "";
	display: block;
	clear: both
}

.lucky-chat-status__text--online::before {
	background-color: rgb(147, 194, 150)
}

.lucky-chat-status__text--offline::before {
	background-color: red
}

.lucky-chat-status__text::before {
	content: "";
	display: inline-block;
	width: 8px;
	height: 8px;
	border-radius: 50%;
	margin-right: 3px
}

.lucky-chat-message__text::after {
	position: absolute;
	content: "";
	width: 0;
	height: 0;
	border-style: solid
}

.lucky-chat-message__item--doctor .lucky-chat-message__name::after {
	position: absolute;
	content: "";
	width: 0;
	height: 0;
	border-style: solid;
	top: 0;
	right: 100%;
	margin-right: -2px;
	border-color: transparent rgb(95, 200, 144) transparent transparent;
	border-width: 0 14px 12px 0
}

.lucky-chat-message__item--doctor .lucky-chat-message__text::after {
	display: none
}

.lucky-chat-message__item--guest .lucky-chat-message__text::after {
	top: 0;
	left: 100%;
	margin-left: -2px;
	border-color: rgb(200, 216, 232) transparent transparent;
	border-width: 14px 12px 0 0
}

.lucky-chat-message__item--system .lucky-chat-message__text::after {
	top: 0;
	right: 100%;
	margin-right: -2px;
	border-color: transparent rgb(212, 124, 60) transparent transparent;
	border-width: 0 14px 12px 0
}

html {
	font-family: sans-serif
}

body {
	margin: 0
}

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

audio:not([controls]) {
	display: none;
	height: 0
}

a {
	background: transparent none repeat scroll 0% 0%
}

a:active,
a:hover {
	outline: 0 none
}

b,
strong {
	font-weight: 700
}

h1 {
	font-size: 2em;
	margin: .67em 0
}

img {
	border: 0 none
}

svg:not(:root) {
	overflow: hidden
}

figure {
	margin: 1em 40px
}

button,
input,
optgroup,
select,
textarea {
	color: inherit;
	font: inherit;
	margin: 0
}

button {
	overflow: visible
}

button,
select {
	text-transform: none
}

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

button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0 none;
	padding: 0
}

table {
	border-collapse: collapse;
	border-spacing: 0
}

td,
th {
	padding: 0
}

.sendpulse-fab.sendpulse-fab-left .sendpulse-prompt-message::after,
.sendpulse-fab.sendpulse-fab-left .sendpulse-prompt-message::before {
	left: 23px;
	right: auto
}

.sendpulse-fab .sendpulse-prompt-message::after,
.sendpulse-fab .sendpulse-prompt-message::before {
	content: "";
	position: absolute;
	bottom: -21px;
	right: 23px;
	border-style: solid;
	height: 0;
	width: 0;
	border-width: 10px;
	border-color: rgb(204, 204, 204) transparent transparent
}

.sendpulse-fab .sendpulse-prompt-message::after {
	border-top-color: rgb(255, 255, 255);
	bottom: -20px
}

.sp-webpush-label::after {
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	filter: blur(100px);
	background-color: rgba(0, 0, 0, .4)
}

.sp-bottom-push-label .sp-brand-link::after,
.sp-webpush-label .sp-brand-link>span::after {
	content: "";
	background-image: url("undefined.html");
	height: 20px
}

.sp-webpush-label .sp-brand-link>span::after {
	position: absolute;
	left: 0;
	top: 50%;
	width: 20px;
	margin: -10px 0 0
}

.sp-webpush-label.sp-windows.sp-firefox::after {
	max-width: 896px
}

.sp-webpush-label.sp-linux.sp-firefox::after {
	max-width: 896px
}

.sp-bottom-push-label .sp-brand-link::after {
	position: absolute;
	left: 0;
	top: 50%;
	width: 20px;
	margin: -10px 0 0
}

.p5213 {
	font-family: "Helvetica Neue", Roboto, Arial, "Droid Sans", sans-serif;
	font-weight: 380;
	line-height: 1.471;
	text-align: left
}

.t4527 {
	background-color: rgba(0, 0, 0, .7);
	display: none;
	width: 100%;
	height: 100%;
	z-index: 333;
	position: fixed;
	top: 0;
	left: 0
}

.p5213 {
	position: fixed;
	top: 15%;
	left: 50%;
	margin-left: -425px;
	padding: 20px 20px 90px;
	width: 850px;
	z-index: 3333;
	background: transparent linear-gradient(135deg, rgb(60, 114, 181) 0%, rgb(123, 159, 204) 100%) repeat scroll 0% 0%;
	border: 5px solid rgb(221, 221, 221);
	box-sizing: border-box;
	height: auto
}

.y3498 {
	margin: 0 0 25px;
	color: rgb(255, 255, 255);
	text-align: center;
	font-size: 28px;
	line-height: 25px;
	font-weight: 700;
	display: block
}

.r6934 {
	position: absolute;
	width: 30px;
	height: 40px;
	right: 10px;
	top: 10px;
	line-height: 40px;
	color: rgb(222, 69, 92);
	font-size: 40px;
	cursor: pointer;
	text-shadow: 1px 1px 2px black, 0 0 1.5rem rgb(255, 255, 255);
	opacity: .7;
	transition: all 0.2s ease 0s
}

.r6934:hover {
	opacity: 1
}

.i9983 {
	width: 35%;
	float: left
}

.i9983 img {
	width: 100%;
	height: auto
}

.n1543 {
	width: 60%;
	float: right;
	color: rgb(255, 255, 255);
	font-size: 24px;
	margin-top: 85px;
	margin-left: 5%;
	overflow-wrap: break-word;
	line-height: 1.4
}

.p5213 a {
	position: absolute;
	margin: 0 0 0 -200px;
	left: 50%;
	bottom: 20px;
	background: transparent linear-gradient(to bottom, rgb(222, 69, 92) 0%, rgb(222, 69, 92) 13%, rgb(192, 31, 55) 76%, rgb(192, 31, 55) 100%) repeat scroll 0% 0%;
	color: rgb(224, 226, 230);
	text-transform: uppercase;
	line-height: 60px;
	display: block;
	text-indent: 0;
	font-style: normal;
	font-family: Arial, Helvetica, sans-serif;
	width: 400px;
	height: 60px;
	opacity: 1;
	text-align: center;
	font-size: 26px;
	font-weight: 900;
	border-radius: 10px;
	transition: all 0.8s ease 0s;
	text-decoration: none;
	box-shadow: 0 0 25px rgba(0, 0, 0, .8);
	box-sizing: border-box
}

.p5213 a:hover {
	font-size: 28px;
	color: rgb(255, 255, 255)!important;
	text-shadow: 1px 1px 2px black, 0 0 1.5rem rgb(252, 248, 75)!important;
	text-decoration: none!important
}

@media only screen and (max-width:866px) {
	.p5213 {
		width: 100%;
		left: 0;
		margin-left: 0
	}
}

@media only screen and (max-width:759px) {
	.y3498 {
		font-size: 26px
	}
	.n1543 {
		font-size: 18px
	}
}

@media only screen and (max-width:605px) {
	.i9983 {
		float: none;
		margin: auto
	}
	.n1543 {
		float: none;
		width: 100%;
		margin: 20px 0 0
	}
	.b4571 {
		width: 250px;
		margin-left: -135px;
		font-size: 18px
	}
	.y3498 {
		font-size: 24px
	}
	.r6934 {
		right: 0
	}
}

@media only screen and (max-width:450px) {
	.b4571 {
		width: 95%!important;
		left: 0px!important;
		display: block!important;
		margin-left: 2.5%!important;
		font-size: 22px!important
	}
	.n1543 span,
	.n1543 b,
	.n1543 p {
		font-size: 18px!important
	}
}

.y3498 p {
	padding: 0;
	color: rgb(255, 255, 255);
	text-align: center;
	font-size: 28px;
	line-height: 25px;
	font-weight: 700;
	overflow-wrap: break-word;
	width: 90%;
	display: block;
	margin: auto
}

.n1543 p {
	margin: 0;
	padding: 0;
	color: rgb(255, 255, 255);
	font-size: 24px
}

.minute::after {
	position: absolute;
	content: "РјРёРЅСѓС‚";
	bottom: -10px;
	font-size: 12px;
	display: block;
	width: 100%;
	color: white
}

.second::after {
	position: absolute;
	content: "СЃРµРєСѓРЅРґ";
	bottom: -10px;
	font-size: 12px;
	display: block;
	width: 100%;
	color: white
}

td,
th {
	padding-left: 10px;
	font-weight: 500
}

.t4527 {
	background-color: rgba(0, 0, 0, .7);
	display: none;
	width: 100%;
	height: 100%;
	z-index: 333;
	position: fixed;
	top: 0;
	left: 0
}

.p5213 {
	position: fixed;
	top: 5%;
	left: 50%;
	margin-left: -425px;
	padding: 20px 20px 90px;
	width: 850px;
	z-index: 3333;
	background: transparent linear-gradient(135deg, rgb(60, 114, 181) 0%, rgb(123, 159, 204) 100%) repeat scroll 0% 0%;
	border: 5px solid rgb(221, 221, 221);
	box-sizing: border-box;
	height: auto
}

.y3498 {
	margin: 0 0 25px;
	color: rgb(255, 255, 255);
	text-align: center;
	font-size: 28px;
	line-height: 25px;
	font-weight: 700;
	display: block
}

.r6934 {
	position: absolute;
	width: 30px;
	height: 40px;
	right: 10px;
	top: 10px;
	line-height: 40px;
	color: rgb(222, 69, 92);
	font-size: 40px;
	cursor: pointer;
	text-shadow: 1px 1px 2px black, 0 0 1.5rem rgb(255, 255, 255);
	opacity: .7;
	transition: all 0.2s ease 0s
}

.r6934:hover {
	opacity: 1
}

.i9983 {
	width: 35%;
	float: left
}

.i9983 img {
	width: 100%;
	height: auto
}

.n1543 {
	width: 60%;
	float: right;
	color: rgb(255, 255, 255);
	font-size: 24px;
	margin-top: 85px;
	margin-left: 5%;
	overflow-wrap: break-word;
	line-height: 1.4
}

.p5213 a {
	position: absolute;
	margin: 0 0 0 -200px;
	left: 50%;
	bottom: 20px;
	background: transparent linear-gradient(to bottom, rgb(222, 69, 92) 0%, rgb(222, 69, 92) 13%, rgb(192, 31, 55) 76%, rgb(192, 31, 55) 100%) repeat scroll 0% 0%;
	color: rgb(224, 226, 230);
	text-transform: uppercase;
	line-height: 60px;
	display: block;
	text-indent: 0;
	font-style: normal;
	font-family: Arial, Helvetica, sans-serif;
	width: 400px;
	height: 60px;
	opacity: 1;
	text-align: center;
	font-size: 26px;
	font-weight: 900;
	border-radius: 10px;
	transition: all 0.8s ease 0s;
	text-decoration: none;
	box-shadow: 0 0 25px rgba(0, 0, 0, .8);
	box-sizing: border-box
}

.p5213 a:hover {
	font-size: 28px;
	color: rgb(255, 255, 255)!important;
	text-shadow: 1px 1px 2px black, 0 0 1.5rem rgb(252, 248, 75)!important;
	text-decoration: none!important
}

@media only screen and (max-width:866px) {
	.p5213 {
		width: 100%;
		left: 0;
		margin-left: 0
	}
}

@media only screen and (max-width:759px) {
	.y3498 {
		font-size: 26px
	}
	.n1543 {
		font-size: 18px
	}
}

@media only screen and (max-width:605px) {
	.i9983 {
		float: none;
		margin: auto
	}
	.n1543 {
		float: none;
		width: 100%;
		margin: 20px 0 0
	}
	.b4571 {
		width: 250px;
		margin-left: -135px;
		font-size: 18px
	}
	.y3498 {
		font-size: 24px
	}
	.r6934 {
		right: 0
	}
}

@media only screen and (max-width:450px) {
	.b4571 {
		width: 95%!important;
		left: 0px!important;
		display: block!important;
		margin-left: 2.5%!important;
		font-size: 22px!important
	}
	.n1543 span,
	.n1543 b,
	.n1543 p {
		font-size: 18px!important
	}
}

.y3498 p {
	padding: 0;
	color: rgb(255, 255, 255);
	text-align: center;
	font-size: 28px;
	line-height: 25px;
	font-weight: 700;
	overflow-wrap: break-word;
	width: 90%;
	display: block;
	margin: auto
}

.n1543 p {
	margin: 0;
	padding: 0;
	color: rgb(255, 255, 255);
	font-size: 24px
}

.minute::after {
	position: absolute;
	content: "РјРёРЅСѓС‚";
	bottom: -10px;
	font-size: 12px;
	display: block;
	width: 100%;
	color: white
}

.second::after {
	position: absolute;
	content: "СЃРµРєСѓРЅРґ";
	bottom: -10px;
	font-size: 12px;
	display: block;
	width: 100%;
	color: white
}

.p5213 {
	font-family: "Helvetica Neue", Roboto, Arial, "Droid Sans", sans-serif;
	line-height: 1.471
}

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

.contentBox {
	line-height: 1.5;
}

.contentBox p {
	padding-bottom: 10px;
	padding-top: 10px;
}

.contentBox h1 {
	line-height: 1.2;
	margin-top: 20px;
	margin-bottom: 10px;
	font-weight: bold;
	font-size: 27px;
}

.contentBox h2 {
	line-height: 1.4;
	margin-top: 10px;
	margin-bottom: 10px;
}

.right-vertical-box {
	float: right;
	padding: 10px;
	width: 270px;
	background: #f1f1f1;
	margin-left: 20px;
	margin-bottom: 20px;
}

.right-vertical-box img {
	float: right;
	margin-bottom: 10px;
	width: 100%;
	height: auto;
}

.blue-horizontal-box {
	width: 96%;
	padding: 2%;
	color: #165391;
	margin-top: 10px;
	margin-bottom: 10px;
	background: #e5f2ff;
}

.green-horizontal-box {
	width: 96%;
	padding: 2%;
	color: #397b0d;
	margin-top: 10px;
	margin-bottom: 10px;
	background: #f1ffe7;
}

.red-horizontal-box {
	width: 96%;
	padding: 2%;
	color: #9f0d0d;
	margin-top: 10px;
	margin-bottom: 10px;
	background: #ffeeee;
}

.grey-horizontal-box {
	width: 96%;
	padding: 2%;
	color: #000;
	margin-top: 10px;
	margin-bottom: 10px;
	background: #eee;
	border: 1px solid #ccc;
}

.red-border-horizontal-box {
	width: 96%;
	padding: 2%;
	color: #000;
	margin-top: 10px;
	margin-bottom: 10px;
	background: #fff;
	border: 3px solid red;
}

.grey-shadow-horizontal-box {
	width: 96%;
	padding: 2%;
	color: #000;
	margin-top: 10px;
	margin-bottom: 10px;
	background: rgb(204, 204, 204);
	box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.75);
}

.grey-shadow-horizontal-box ul {
	margin-left: 30px;
}

.left-img-box {
	float: left;
	padding: 2%;
	width: 96%;
	background: #dadada;
	color: #000;
	margin-top: 10px;
	margin-bottom: 10px;
}

.left-img-box p {
	margin: 0;
	padding: 0;
}

.left-img-box img {
	float: left;
	margin-right: 20px;
	width: 100%;
	height: auto;
	max-width: 350px !important;
}

.censor-box {
	margin: auto;
	width: auto;
	max-width: 400px;
	background-image: url("censor.png");
	background-position: center;
	background-repeat: no-repeat;
	background-size: auto 80%;
	border: 5px solid red;
	cursor: pointer;
}

.censor-box img {
	width: 100%;
	max-width: 400px;
	opacity: 0;
	transition: 0.3s;
}

.censor-box.censor-show {
	border: 5px solid white;
}

.censor-box.censor-show img {
	opacity: 1;
	transition: 0.3s;
}

.block-1 {
	color: #fff !important;
	padding: 14px !important;
	background: rgb(0, 95, 158) none repeat scroll 0% 0% !important;
	box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.75) !important;
	width: 100% !important;
	box-sizing: border-box !important;
}

.block-7 {
	box-sizing: border-box !important;
	border: 3px dashed #eaeaea !important;
	background: transparent !important;
	padding: 14px !important;
	width: 100% !important;
}

.block-2 {
	background: rgba(3, 224, 0, 0.04) !important;
	padding: 14px !important;
	border-radius: 2px !important;
	border: 4px double rgba(21, 160, 37, 0.32) !important;
	color: #4a4a4a !important;
	box-sizing: border-box !important;
	width: 100% !important;
}

.block-4 {
	border-left: 5px solid #39b4ff !important;
	padding: 10px 25px 10px 25px !important;
	margin: 0 35px !important;
	color: #39b4ff !important;
	box-sizing: border-box !important;
}

.block-5 {
	border-left: 5px solid red !important;
	padding: 10px !important;
	width: 100% !important;
	box-sizing: border-box !important;
}

.block-6 {
	background: #FFECA6 !important;
	width: 100% !important;
	padding: 20px !important;
	box-sizing: border-box !important;
}

.block-3 {
	padding: 14px !important;
	width: 100% !important;
	border: 1px dotted #e2e2e2 !important;
	border-right: none !important;
	color: #3a753a !important;
	box-sizing: border-box !important;
	border-radius: 2px !important;
	background-color: rgb(245, 254, 245) !important;
	background-image: -webkit-repeating-linear-gradient(0deg, rgb(191, 230, 191) 0%, rgb(245, 254, 245) 100%) !important;
	background-image: repeating-linear-gradient(90deg, rgb(191, 230, 191) 0%, rgb(245, 254, 245) 100%) !important;
	background-image: -ms-repeating-linear-gradient(0deg, rgb(191, 230, 191) 0%, rgba(3, 224, 0, 0.04) 100%) !important;
}

.block-8 {
	box-sizing: border-box !important;
	box-shadow: 0 3px 10px rgba(0, 0, 0, 0.25) !important;
	background: linear-gradient(#88bf7a, #5c994c) !important;
	padding: 20px!important;
	color: #fff !important;
	text-shadow: 0 1px 4px rgba(0, 0, 0, 0.4) !important;
	border-radius: 5px !important;
}

.block-9 {
	border: 5px double #d09959 !important;
	padding: 10px !important;
	background: #fef3d9 !important;
}

.block-10 {
	box-sizing: border-box !important;
	background: linear-gradient(#e55151, #bd3838)!important;
	box-shadow: 0 14px 14px rgba(0, 0, 0, 0.25), 0 5px 5px rgba(0, 0, 0, 0.22)!important;
	padding: 20px!important;
	width: 100% !important;
	color: #fff!important;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.2), 0 -1px 0 rgba(0, 0, 0, 0.2), 0 1px 0 rgba(0, 0, 0, 0.2), 0 1px 0 rgba(0, 0, 0, 0.2), -1px 0 0 rgba(0, 0, 0, 0.2), 1px 0 0 rgba(0, 0, 0, 0.2), -1px 0 0 rgba(0, 0, 0, 0.2), 1px 0 0 rgba(0, 0, 0, 0.2), -1px -1px 0 rgba(0, 0, 0, 0.2), 1px -1px 0 rgba(0, 0, 0, 0.2), -1px 1px 0 rgba(0, 0, 0, 0.2), 1px 1px 0 rgba(0, 0, 0, 0.2), -1px -1px 0 rgba(0, 0, 0, 0.2), 1px -1px 0 rgba(0, 0, 0, 0.2), -1px 1px 0 rgba(0, 0, 0, 0.2), 1px 1px 0 rgba(0, 0, 0, 0.2);
	border-radius: 5px!important;
}

.block-12 {
	background: rgba(189, 61, 77, .04) !important;
	padding: 20px !important;
	box-sizing: border-box !important;
	color: #080808 !important;
	border: 2px solid !important;
	border-radius: 5px !important;
	border-color: #bd3d4d !important;
	text-shadow: 0 0 0 #616161 !important;
	text-indent: 0!important;
	text-align: left !important;
}

.block-13 {
	background: rgba(189, 61, 77, 0.07) none repeat scroll 0% 0% !important;
	width: 100% !important;
	box-sizing: border-box !important;
	padding: 20px !important;
}

.block-11 {
	width: 100% !important;
	color: #fff !important;
	text-shadow: 0 1px 4px rgba(0, 0, 0, 0.4) !important;
	box-shadow: 0 0 20px rgba(0, 0, 0, 0.35) !important;
	box-sizing: border-box !important;
	padding: 20px !important;
	background: rgba(60, 114, 181, 1) !important;
	background: -moz-linear-gradient(-45deg, rgba(60, 114, 181, 1) 0%, rgba(123, 159, 204, 1) 100%) !important;
	background: -webkit-gradient(left top, right bottom, color-stop(0%, rgba(60, 114, 181, 1)), color-stop(100%, rgba(123, 159, 204, 1))) !important;
	background: -webkit-linear-gradient(-45deg, rgba(60, 114, 181, 1) 0%, rgba(123, 159, 204, 1) 100%) !important;
	background: -o-linear-gradient(-45deg, rgba(60, 114, 181, 1) 0%, rgba(123, 159, 204, 1) 100%) !important;
	background: -ms-linear-gradient(-45deg, rgba(60, 114, 181, 1) 0%, rgba(123, 159, 204, 1) 100%) !important;
	background: linear-gradient(135deg, rgba(60, 114, 181, 1) 0%, rgba(123, 159, 204, 1) 100%) !important;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#3c72b5', endColorstr='#7b9fcc', GradientType=1) !important;
	font-family: Roboto!important;
	position: relative !important;
	border-radius: 5px!important;
}

.block-14 {
	width: 100% !important;
	margin: auto !important;
	max-width: 600px !important;
	text-align: center !important;
	background: #f7f7f7 !important;
	padding-bottom: 10px !important;
}

.block-14 img {
	width: 100% !important;
	height: auto !important;
	margin: 0 !important;
	margin-bottom: 10px !important;
}

.block-14 p {
	margin: 0 !important;
	padding: 0 !important;
	font-style: italic !important;
	padding-bottom: 0 !important;
}

#bottom-ads-block {
	display: flex;
	flex-direction: column;
	font-family: open sans, arial;
	width: 100%;
	box-sizing: border-box;
	margin: 10px 0 10px 0;
	text-align: left;
}

#bottom-ads-block h3 {
	margin: 0 0 10px 0;
	padding: 0;
}

#bottom-ads-block .teaser-box {
	display: inline-flex;
	width: 100%;
	height: 100px;
	margin-bottom: 10px;
}

#bottom-ads-block .teaser-box img {
	width: auto;
	height: 100%;
	margin: 0 !important;
	margin-right: 7px !important;
}

#bottom-ads-block .teaser-box p {
	margin: 0px;
	padding: 0px;
}

a {
	text-decoration: none !important;
	box-shadow: none !important;
}

.Body p {
	margin-bottom: 0;
}

.contentBox span,
p,
a,
h1,
h2,
h3,
h4 {
	font-family: "PFRegal", "Georgia", serif !important;
}

.comment-box {
	margin-bottom: 10px;
	padding-bottom: 10px;
	border-bottom: 1px solid rgba(0, 0, 0, 0.15);
}

.comment-profile-box {
	margin-bottom: 7px;
}

.comment-text-box img {
	margin: 7px 0;
}

ol {
	margin-left: 10px !important;
}

.MediaMaterial-header {
	display: block;
	text-align: center;
}

span {
	font-family: Arial, Helvetica, sans-serif;
}

.fixBody {
	overflow: hidden !important;
}

.lead-form-box {
	background: #fff;
	border: 1px solid #eaeaea;
	border-radius: 3px;
	box-shadow: 0 2px 30px rgba(0, 0, 0, .1);
	width: 100%;
	max-width: 440px;
	box-sizing: border-box;
	padding: 20px;
	text-align: center;
}

.form-title {
	width: 100%;
	text-align: center;
}

.form-title h3 {
	margin: 0;
	padding: 0;
	margin-bottom: 10px;
}

#lead-form {
	width: 100%;
	max-width: 400px;
	margin: auto;
}

.header-field h3 {
	margin: 0 !important;
	margin-bottom: 10px !important;
	font-weight: bold !important;
	text-shadow: 1px 3px 3px rgba(0, 0, 0, .1);
}

.header-field p {
	margin: 0 !important;
	margin-bottom: 10px !important;
	color: #555;
	font-size: 15px;
	text-shadow: 1px 3px 3px rgba(0, 0, 0, .1);
}

.offer-img-field {
	text-align: center;
	margin: 10px 0;
}

.offer-img-field img {
	height: 90px;
	width: auto;
}

#lead-form input {
	box-sizing: border-box !important;
	width: 100% !important;
	margin: 0 !important;
	border-radius: 5px !important;
	font-size: 15px !important;
	background: #fff !important;
	padding: 12px !important;
	border: 1px solid #dedede;
	font-weight: normal !important;
}

#lead-form-result {
	display: none;
	box-sizing: border-box;
	width: 100%;
	border-radius: 3px;
	padding: 7px;
	font-size: 15px;
	color: #a94442;
	background-color: #f2dede;
	border: 1px solid #ebccd1;
}

.name-field,
.phone-field {
	text-align: left;
	margin-bottom: 10px;
}

.name-field label,
.phone-field label {
	font-size: 11px !important;
	font-weight: bold !important;
	text-transform: uppercase !important;
	color: #777 !important;
}

.form-info {
	text-align: left;
}

.form-info small {
	color: #777;
	text-align: left;
	font-size: 11px;
	margin-top: 10px;
	line-height: 1.25 !important;
}

#send-lead {
	width: 100%;
	padding: 15px;
	background: #0299ff;
	text-shadow: 1px 3px 3px rgba(0, 0, 0, .1);
	box-shadow: 0 4px 15px 0 rgba(129, 150, 160, 0.45);
	border-radius: 5px;
	color: #fff;
	border: none;
	margin-top: 10px;
	margin-bottom: 10px;
	font-size: 15px;
	font-weight: bold;
	text-transform: uppercase;
	cursor: pointer;
}

.bottom-popup {
	display: none;
	position: fixed;
	left: 0;
	bottom: -100px;
	box-sizing: border-box;
	padding: 10px;
	width: 100%;
	height: auto;
	background: #fff;
	box-shadow: 0 1px 20px rgba(0, 0, 0, .15);
	text-align: center;
	z-index: 999;
}

.bottom-popup.hidden {
	bottom: -100px;
	transition: 0.2s;
}

.bottom-popup.show {
	bottom: 0;
	transition: 0.2s;
}

.bottom-popup-btn {
	font-family: Arial, Helvetica, sans-serif !important;
	cursor: pointer;
	width: 100%;
	text-transform: uppercase;
	font-weight: bold;
	text-align: center;
	border-radius: 16px;
	text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.5);
	box-shadow: 0 1px 10px rgba(0, 0, 0, .15);
	background: #70b31a;
	color: #fff;
	max-width: 340px;
	margin: 0 auto;
	padding: 10px;
}

.spin2-box {
	width: 100%;
	max-width: 400px;
	margin: auto;
}

.spin2-spinner {
	margin: auto;
	width: 100%;
	position: relative;
}

.spin2-wheel {
	width: 100%;
	height: auto;
	z-index: 1;
}

.spinAround,
.spinAround2 {
	animation-duration: 6.6s;
	animation-fill-mode: forwards;
	animation-iteration-count: 1;
}

.spinAround {
	animation-name: spin;
}

.spinAround2 {
	animation-name: spin2;
}

.spin2-prize-btn {
	display: none;
}

.spin2-btn {
	animation: scale .5s infinite;
	animation-direction: alternate;
}

.spin2-btn,
.spin2-prize-btn {
	cursor: pointer;
	position: absolute;
	top: calc(50% - 50px);
	left: calc(50% - 45px);
	z-index: 2;
	width: 90px !important;
	height: 100px !important;
}

.spin2-light {
	z-index: 2;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: auto;
	animation: light 1.2s infinite;
}

.spin2-result-box {
	font-family: Arial, Helvetica, sans-serif !important;
	width: 100%;
	display: none;
	text-align: center;
}

.spin2-result-box-title {
	font-weight: bold;
	font-size: 16px;
}

.spin2-result-box-title small {
	font-weight: normal;
	font-size: 14px;
	color: #777;
}


/*animations*/

@keyframes light {
	0%,
	100% {
		opacity: 0;
	}
	60% {
		opacity: 1;
	}
}

@keyframes scale {
	0% {
		transform: scale(1);
	}
	100% {
		transform: scale(1.1);
	}
}

@keyframes spin {
	0% {
		transform: rotate(0);
	}
	80% {
		transform: rotate(4740deg);
	}
	100% {
		transform: rotate(4739deg);
	}
}

@keyframes spin2 {
	0% {
		transform: rotate(4739deg);
	}
	80% {
		transform: rotate(calc(7456deg + 4deg));
	}
	100% {
		transform: rotate(7456deg);
	}
}

.show {
	opacity: 1 !important;
	display: block !important;
}

.spin2-popup-wrapper {
	background: rgba(0, 0, 0, .5);
	height: 100%;
	position: fixed;
	width: 100%;
	z-index: 100;
	top: 0;
	left: 0;
	display: none;
}

.spin2-tooltip {
	background: #fff;
	font-size: 18px;
	padding: 20px;
	width: 90%;
	max-width: 320px;
	margin: 80px auto;
	box-sizing: border-box;
	text-align: center;
	border-radius: 5px;
	position: relative;
	box-shadow: 0 1px 40px rgba(0, 0, 0, .5);
	cursor: pointer;
}

.spin2-tooltip:hover .spin2-tooltip-btn {
	background: #62a30e;
	transition: 0.2s;
}

.spin2-tooltip-title {
	margin: 0;
	padding: 0;
	color: #333;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif !important;
}

.spin2-tooltip-ico {
	width: 100%;
	padding: 20px;
	box-sizing: border-box;
	text-align: center;
}

.spin2-tooltip-ico img {
	height: 40px;
	width: auto;
}

.spin2-tooltip-btn {
	background: #70b31a;
	color: #fff;
	text-align: center;
	font-weight: bold;
	text-transform: uppercase;
	font-size: 15px;
	font-family: Arial, Helvetica, sans-serif !important;
	width: 100%;
	margin: 0 auto !important;
	padding: 16px 0;
	border-radius: 15px;
	text-align: center;
	box-shadow: 0 2px 10px rgba(0, 0, 0, .12);
	animation: scale .5s infinite;
	animation-direction: alternate;
}

@media screen and (max-width: 400px) {
	.spin2-btn,
	.spin2-prize-btn {
		top: calc(50% - 40px);
		left: calc(50% - 35px);
		width: 70px !important;
		height: 80px !important;
	}
	.header-field h3 {
		font-size: 16px;
	}
	.offer-img-field {
		margin: 3px 0;
	}
	.offer-img-field img {
		height: 80px;
		width: auto;
	}
}

.comm-img {
    display: block;
    width: 100%;
    max-width: 350px;
    margin: 5px 0;
}