body, html {
	height: 100%
}
.all, body {
	width: 100%
}
.logo, .top_ico2, .top_ico2 a, .top_icons {
	display: block
}
.menu_line {
	letter-spacing: 1px;
	text-transform: uppercase
}
.all {
	z-index: 100;
	min-height: 100%;
	overflow: hidden
}
.menu_line {
	text-transform: uppercase
}
.all, body, html {
	min-height: 100%
}
.clear, h2, h3 {
	clear: both
}
* {
	-webkit-box-sizing: border-box;
	box-sizing: border-box
}
.all {
	max-width: 1068px;
	margin: 0 auto;
	position: relative;
	min-width: 270px
}
#top {
	line-height: 0;
	height: 0;
	font-size: 0;
	margin: 0;
	padding: 0;
	position: absolute
}
.main {
	position: relative
}
.top {
	margin: 15px 0
}
.logo {
	width: 80%
}
.logo img {
	max-width: 100%;
	float: left
}
.top_ico, .top_ico2, .top_icons {
	float: right
}
.top_icons {
	width: 14%
}
.top_icons a {
	text-decoration: none!important
}
.top_ico2 a {
	float: left
}
.top_ico img {
	margin: 0;
	max-width: 100%
}
.top_ico2 img {
	margin: 0 0 5px 8px;
	max-width: 100%
}
.blue-text {
	color: #098ae0
}
.menu_line {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	width: 100%;
	font-size: 1.125rem;
	color: #005dac;
	border-top: 1px solid #4c4849;
	border-bottom: 1px solid #4c4849;
	padding: 0;
	margin: 0;
	background-color: #fff;
	height: 60px;
	overflow: hidden
}
.menu_line_item:hover {
	background-color: #005dac
}
.menu_line_item:first-child {
	margin-left: 0
}
.menu_line_item {
	float: left
}
.menu_line_item:last-child {
	display: table-cell
}
.menu_line a, .menu_line a:hover, .menu_line_item:hover a {
	color: #fff;
	text-decoration: none;
	font-size: 1rem
}
h3 {
	margin-bottom: 15px!important
}
.mod-center--first {
	margin-bottom: 15px
}
.btn-content {
	margin-top: 0!important
}
.list-content {
	margin: 0;
	margin-bottom: 15px
}
picture {
	line-height: 1;
	font-size: 0
}
.menu_line_item a, .menu_line_item:hover a {
	display: table-cell;
	padding: 18px 15px;
	margin: 0
}
.text-center {
	text-align: center
}
.menu_line_item a {
	color: #005dac
}
.footer_bg {
	background-color: #486591;
	padding: 20px 35px;
	color: #fff;
	margin-top: 60px;
	text-align: center
}
.main {
	padding: 24px 0 0;
	width: 100%
}
ol.mod-text {
	padding-top: 0;
	margin-top: 0
}
.test__block {
	margin-bottom: 15px;
	border: 1px solid #000;
	padding: 10px
}
.test__question {
	display: none
}
.test__question-title {
	text-align: center;
	padding-bottom: 0
}
.test__question.show {
	display: block;
	animation-name: showBlock;
	animation-fill-mode: forwards;
	animation-duration: 1s
}
.test__question-answers {
	display: flex;
	flex-direction: column;
	align-items: center
}
.test__answer-btn {
	color: #fff;
	background-color: #00669c;
	border: 0;
	padding: 10px;
	border-radius: 5px;
	font-weight: 700;
	text-align: center;
	cursor: pointer
}
.test__answer-btn:hover {
	background-color: #00669c
}
.test__answer-btn:not(:last-child) {
	margin-bottom: 10px
}
.answer-1 {
	width: 100%;
	max-width: 150px
}
.answer-2 {
	width: 100%;
	max-width: 120px
}
.answer-3 {
	width: 100%;
	max-width: 175px
}
.answer-6 {
	width: 100%;
	max-width: 100px
}
.answer-4 {
	width: 100%;
	max-width: 300px
}
.answer-5 {
	width: 100%;
	max-width: 125px
}
.answer-7 {
	width: 100%;
	max-width: 175px
}
.answer-8 {
	width: 100%;
	max-width: 120px
}
.test__result {
	display: none
}
.test__result.show {
	display: block;
	animation-name: showBlock;
	animation-fill-mode: forwards;
	animation-duration: 1s
}
.test__result-title {
	text-align: center
}
.test__result-text {
	font-style: italic;
	font-weight: 700;
	margin-bottom: 0
}
.test__answer-choice {
	color: #fff;
	background-color: #00669c;
	padding: 10px;
	border-radius: 5px;
	font-weight: 700;
	text-align: left;
	margin-bottom: 10px;
	padding-left: 40px;
	position: relative;
	width: 100%;
	max-width: 280px;
	cursor: pointer
}
.test__answer-choice:hover {
	background-color: #00669c
}
.test__answer-choice::before {
	content: '';
	position: absolute;
	width: 25px;
	height: 25px;
	border-radius: 50%;
	left: 5px;
	top: 50%;
	transform: translateY(-50%);
	background-color: #fff
}
.test__answer-choice.choiced::after {
	content: '';
	position: absolute;
	width: 15px;
	height: 15px;
	border-radius: 50%;
	left: 10px;
	top: 50%;
	transform: translateY(-50%);
	background-color: red
}
@media only screen and (max-width:1100px) {
	.all {
		padding: 0 15px;
		width: 100%
	}
	.menu_line_item:nth-child(7) {
		display: none
	}
}
@media only screen and (max-width:945px) {
	.menu_line_item:nth-child(6) {
		display: none
	}
}
@media only screen and (max-width:990px) {
	.top_icons {
		width: 18%
	}
	.top {
		margin-bottom: 15px
	}
	@media only screen and (max-width:768px) {
		.top {
			margin: 30px 0 15px
		}
	}
	@media only screen and (max-width:670px) {
		.menu_line, .menu_line a, .menu_line a:hover, .menu_line_item:hover a {
			font-size: 1rem
		}
		.menu_line_item a, .menu_line_item:hover a {
			padding: 14px 10px
		}
	}
	@media only screen and (max-width:500px) {
		.top_ico a {
			display: block;
			float: left
		}
	}
}
a:hover, h1, h2, h3 {
	color: #1f4278
}
a, a:hover {
	text-decoration: underline
}
html {
	font-size: 100%
}
body {
	margin: 0;
	font-size: 17px;
	color: #252626;
	line-height: 1.4
}
p {
	margin: 0 0 14px
}
img {
	margin: 0 0 0;
	border: 0
}
a {
	color: #0f315d
}
h1, h2, h3 {
	margin: 0;
	padding: 0 0 5px
}
h1, h2 {
	margin-bottom: 22px
}
h1 {
	font-size: 20px;
	font-weight: 400;
	border-bottom: 1px solid #232323;
	text-transform: uppercase
}
h2, h3 {
	font-weight: 700
}
h2 {
	font-size: 18px;
	margin-top: 22px
}
/* h1 a, h2 a, h3 a {
	text-decoration: none;
	cursor: pointer;
	color: #4f4f4f
} */
p {
	padding-bottom: 7px
}
ul {
	font-size: 17px
}
.comTitle {
	padding: 5px 10px;
	background: #223358;
	color: #fff
}
.photo img {
	margin: 3px 0 0
}
.photo {
	float: left;
	margin-right: 10px;
	max-height: 55px;
	overflow: hidden;
	border-radius: 100%;
}
.com-txt {
	padding-left: 74px;
	text-align: justify;
	font-size: 16px
}
.commit-text {
	margin-top: 25px
}
img.photo-people {
	width: 55px;
	border-radius: 50px
}
body {
	font-family: 'PT Sans', sans-serif
}
.contentBox {
	line-height: 1.5
}
.contentBox p {
	padding-bottom: 20px;
	padding-top: 0;
	text-align: justify
}
.study__content {
	padding-left: 0!important;
	margin-top: 0
}
.study-box__num--small {
	font-size: 25px!important
}
.study__content {
	display: flex;
	flex-wrap: wrap;
	justify-content: center
}
.study__box {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	position: relative
}
.study__box:not(:last-child) {
	margin-bottom: 15px
}
.study-box__num1 {
	color: #43a047
}
.study-box__num2 {
	color: #b8860b
}
.study-box__num3 {
	color: green
}
.study-box__num {
	background-color: #fff;
	border-radius: 50%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	font-size: 50px;
	font-weight: 700;
	line-height: 45px
}
.study-box__text {
	color: #222;
	font-size: 18px;
	font-weight: 700;
	text-align: center;
	margin-top: 6px;
	max-width: 250px;
	line-height: normal!important;
	margin-left: auto;
	margin-right: auto
}
@media screen and (min-width:640px) {
	.title {
		font-size: 34px
	}
	.study__content {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-pack: distribute;
		justify-content: space-around;
		flex-wrap: nowrap
	}
	.study__box {
		width: 33.3%;
		margin: 0 5px
	}
	.study__box:not(:last-child) {
		margin-bottom: 0
	}
	.study-box__text {
		font-size: 17px
	}
}
@media screen and (min-width:768px) {
	.title {
		font-size: 38px
	}
	.study__box {
		padding: 0 8px
	}
	.study-box__text {
		font-size: 18px;
		margin-top: 5px
	}
}
.bold {
	font-weight: 700
}
@media screen and (min-width:1021px) {
	.title {
		font-size: 40px
	}
	.study-box__num--small {
		font-size: 40px
	}
	.study__box {
		padding: 0
	}
	.study__box--border {
		position: relative
	}
	.study__box--border::after, .study__box--border:before {
		content: "";
		position: absolute;
		top: 15px;
		width: 1px;
		height: 0;
		-webkit-transition: .5s;
		transition: .5s;
		background-color: #d5d5d5
	}
	.study__box--border:before {
		right: 0
	}
	.study__box--border:after {
		left: 0
	}
	.study-box__num {
		font-size: 60px;
		top: 25px
	}
	.study-box__num--small {
		font-size: 40px!important
	}
	.study-box__text {
		font-size: 18px;
		margin-top: 20px;
		max-width: 260px
	}
	.study__box--border.active::after, .study__box--border.active::before {
		height: 100px
	}
}
#order_form {
	padding: 0 20px;
	max-width: 420px;
	font-family: Arial;
	margin: 0 auto;
	display: block;
	background-image: url(../images/formbg.jpg);
	background-repeat: no-repeat;
	background-size: contain;
	text-align: center;
	line-height: 1
}
.inL_367630 {
	width: 60px!important
}
input:-webkit-autofill {
	background-color: transparent!important
}
.order {
	display: flex;
	justify-content: center;
	align-items: center;
	margin-bottom: 30px
}
.order__wrapper {
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 15px 0 30px 0;
	/* border: 3px solid #c5c5c5; */
	border-radius: 8px;
	/* padding: 10px; */
	/* background: #f7f7f7; */
	/* box-shadow: 0 0 12px #c5c5c5; */
	margin-bottom: 0!important
}
input::-ms-clear {
	display: none
}
@media screen and (-ms-high-contrast:active), (-ms-high-contrast:none) {
	.order__wrapper {
		flex-wrap: nowrap;
		padding: 10px
	}
}
@media screen and (max-width:479px) {
	.order__wrapper {
		padding: 10px!important
	}
}
.text-center {
	text-align: center
}
#order_form {
	padding: 0 20px;
	max-width: 405px;
	font-family: Arial;
	margin: 0 auto;
	display: block;
	background-image: url(../images/formbg.jpg);
	background-repeat: no-repeat;
	background-size: 100% 100%;
	background-position: 100% 100%;
	text-align: center;
	line-height: 1
}
#order_form div {
	background: 0 0!important
}
#order_form h2 {
	margin: 0;
	padding: 0;
	line-height: 22px;
	border: none
}
#order_form label {
	width: 230px;
	display: block;
	padding: 5px 0 10px 0;
	font-weight: 700;
	font-size: 16px;
	margin-left: auto;
	margin-right: auto
}
#order_form .order_form_pole {
	padding: 0 10px 5px 10px;
	margin: 0 10px 5px 10px
}
#order_form input {
	font-size: 21px;
	padding: 15px;
	border-radius: 3px;
	border: 2px solid #e9d7dc;
	max-width: 300px;
	width: 100%
}
#order_form span {
	font-size: 12px
}
#order_form button {
	display: inline-block;
	padding: 20px;
	color: #fff;
	font-weight: 700;
	text-decoration: none;
	box-shadow: 0 4px 15px 0 rgba(129, 150, 160, .45);
	border-radius: 5px;
	background-color: #0299ff;
	background-position: 1.35em .94em;
	background-size: 1em;
	background-repeat: no-repeat;
	transition: all .15s ease-in-out;
	border: none;
	cursor: pointer;
	font-size: 20px
}
#order_form button:hover {
	background-color: #017acc
}
#order_form button:active {
	position: relative;
	top: 1px
}
@media (max-width:767px) {
	.order__wrapper {
		flex-direction: column;
		max-width: 360px
	}
	#order_form {
		/* background-image: none;
		background: #ebeae6;
		border: 2px solid #c0b1ae */
		background-size: 100% 100%;
	}
}
@media screen and (max-width:479px) {
	#order_form label {
		font-size: 14px
	}
	#order_form button {
		width: 260px;
		max-width: 100%;
		margin-top: 15px
	}
	#order_form {
		padding: 10px
	}
	#order_form .order_form_pole {
		padding: 0;
		margin: 2px
	}
}
@media screen and (max-width:459px) {
	#order_form input {
		width: 100%;
		max-width: 300px
	}
	#order_form button {
		padding-left: 10px;
		padding-right: 10px
	}
}
@media screen and (max-width:349px) {
	#order_form input {
		font-size: 17px
	}
	#order_form button {
		margin-left: 0
	}
}
.inL_124971 {
	display: block
}
.inL_367630 {
	width: 100px
}
.inL_276800 {
	color: #00f;
	font-size: 14px
}
.inL_199202 {
	font-size: 16px
}
.inL_824152 {
	margin: 15px 10px 15px 10px;
	border: 2px solid #0299ff;
	padding: 10px
}
.inL_379561 {
	margin-bottom: 10px
}
@media screen and (max-width:767px) {
	.order__wrapper {
		margin-top: 15px!important
	}
	#order_form button {
		width: 250px
	}
}
@media screen and (max-width:479px) {
	#order_form input {
		width: 100%
	}
}
@media screen and (min-width:1021px) {
	.title {
		font-size: 50px
	}
	.study-box__num--small {
		font-size: 46px
	}
	.study-box__num {
		font-size: 75px;
		line-height: 68px
	}
	.study-box__num--small {
		font-size: 46px!important
	}
	.study-box__text {
		margin-top: 10px;
		line-height: 24px!important
	}
}
.contentBox h1 {
	line-height: 1.2;
	margin-top: 20px;
	margin-bottom: 15px;
	font-weight: 700;
	font-size: 27px
}
.contentBox h2 {
	line-height: 1.4;
	margin-top: 10px;
	margin-bottom: 10px
}
.block-4 {
	border-left: 5px solid #39b4ff!important;
	padding: 10px 25px 10px 25px!important;
	margin: 0 35px!important;
	color: #39b4ff!important;
	-webkit-box-sizing: border-box!important;
	box-sizing: border-box!important;
	margin-bottom: 15px!important
}
p {
	margin: 0!important
}
h1, h2, h3 {
	border: none!important
}
#push-comments #push_mlyjekpdfdd1 {
	background-color: #f0f0f0;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	font-family: Arial, serif;
	padding: 3rem 2rem;
	-webkit-transition: 1s;
	transition: 1s;
	width: 100%;
	margin-top: 20px
}
#push-comments #push_mlyjekpdfdd1__form {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	margin: auto;
	max-width: 600px
}
#push-comments #push_mlyjekpdfdd1__title {
	color: #43a047;
	border-bottom: 0 solid;
	display: inline-block;
	font-size: 24px;
	font-weight: 700;
	line-height: 20px;
	margin-top: 0;
	margin-bottom: 16px
}
#push-comments #push_mlyjekpdfdd1__message {
	font-family: 'PT Sans', sans-serif;
	border: 1px solid #43a047;
	-webkit-box-shadow: 0 2px 4px -3px #237a27;
	box-shadow: 0 2px 4px -3px #237a27;
	font-size: 16px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 10px 20px;
	height: 120px;
	width: 100%;
	resize: none
}
#push-comments #push_mlyjekpdfdd1__submit {
	background: #43a047;
	border: none;
	-webkit-box-shadow: 0 2px 4px -3px #000;
	box-shadow: 0 2px 4px -3px #000;
	color: #fff;
	cursor: pointer;
	border-radius: 25px;
	display: table;
	margin: 20px auto 0;
	height: 50px;
	-webkit-transition: .5s;
	transition: .5s;
	text-align: center;
	text-shadow: 0 0 1px #237a27;
	font-size: 18px;
	max-width: 280px;
	width: 100%
}
#push-comments #push_mlyjekpdfdd1__submit:hover {
	background: #237a27;
	text-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none
}
.myh4, .rub-ramka a {
	text-transform: uppercase
}
.rub-ramka {
	background: rgba(3, 224, 0, .04);
	padding: 6px 13px!important;
	border-radius: 2px;
	border: 4px double rgba(21, 160, 37, .32);
	font-family: open sans, arial;
	line-height: 28px;
	font-size: 16px;
	max-width: 100%;
	margin: 0 auto;
	font-weight: 400;
	color: #4a4a4a
}
.myh4 {
	padding: 6px 4px 4px 5px;
	width: 100%;
	display: table;
	border: 1px dotted #e2e2e2;
	border-right: none;
	color: #3a753a;
	font-size: 14px;
	margin-bottom: 9px;
	line-height: 23px;
	border-radius: 2px;
	margin-top: 5px;
	margin-left: -3px;
	font-weight: 600;
	background-color: #f5fef5;
	background-image: -webkit-repeating-linear-gradient(0deg, #bfe6bf 0, #f5fef5 100%);
	background-image: repeating-linear-gradient(90deg, #bfe6bf 0, #f5fef5 100%);
	background-image: -ms-repeating-linear-gradient(0deg, #bfe6bf 0, rgba(3, 224, 0, .04) 100%)
}
.rub-ramka a {
	color: #ce5353;
	font-weight: 400;
	text-decoration: none;
	font-size: 15px;
	border-bottom: 1px dashed;
	text-shadow: 0 0 0;
	margin-left: 2px;
	margin-right: 2px;
	padding-bottom: 1px
}
.mod-size {
	width: 60%
}
.pack-center {
	margin-bottom: 10px!important;
	margin-top: 10px!important
}
@media screen and (max-width:1100px) {
	.rub-ramka {
		max-width: 95%
	}
	.contentBox h1 {
		font-size: 27px
	}
	.contentBox {
		font-size: 17px;
		line-height: 1.2
	}
	.mod-size {
		width: 580px
	}
	.box-info ul {
		padding-left: 25px
	}
	ol.mod-text {
		padding-left: 25px
	}
	ol.mod-text {
		margin-top: 0;
		padding-top: 0
	}
	h3 {
		margin-bottom: 10px!important
	}
	.mod-2 ul {
		margin: 0;
		padding-bottom: 0;
		padding-left: 25px
	}
	.mod-2 ul li {
		margin-bottom: 5px
	}
	.footer_bg {
		margin-top: 20px
	}
	.block-4 {
		margin: 0 10px 15px!important;
		padding: 10px 20px 10px 10px!important
	}
	.block-4 {
		line-height: 1.2;
		font-size: 17px
	}
	.list-content {
		padding-left: 25px
	}
	.box-info p {
		padding-bottom: 10px!important
	}
	.main {
		padding-top: 0
	}
	.packs {
		width: 250px
	}
	.logo {
		width: 500px
	}
	.contentBox h1 {
		text-align: center
	}
	#order_form button {
		width: 300px
	}
	.ksta {
		padding-bottom: 30px!important
	}
}
@media screen and (min-width:771px) and (max-width:1100px) {
	.top_icons {
		width: 100%;
		margin-bottom: 0
	}
	.top {
		float: none;
		display: flex;
		justify-content: space-between;
		align-items: center
	}
}
@media only screen and (max-width:770px) {
	img {
		margin: 0 auto;
		border: 0;
		float: none;
		max-width: 100%
	}
	.contentBox {
		font-size: 16px
	}
	.block-4 {
		font-size: 16px
	}
	.menu_line, .top_icons {
		position: fixed;
		z-index: 3;
		top: 0;
		left: 0;
		right: 0;
		bottom: 0;
		opacity: 0;
		visibility: hidden;
		display: none
	}
	.logo img {
		width: 280px;
		float: none;
		margin: 0 auto;
		display: block
	}
	.logo {
		margin-left: auto;
		margin-right: auto
	}
	.main {
		padding: 0
	}
}
.last-comment {
	margin-bottom: 15px
}
@media screen and (max-width:767px) {
	#order_form button {
		width: 250px;
		font-size: 17px;
	}
	#push-comments #push_mlyjekpdfdd1__title {
		font-size: 21px
	}
}
.out-comebacker-content-btn {
	width: fit-content;
	width: -moz-fit-content;
	width: -webkit-fit-content;
	width: fit-content;
	display: table;
	margin: 10px auto;
	font-size: 23px;
	text-decoration: none;
	color: #fff!important;
	text-transform: uppercase;
	font-family: sans-serif;
	font-weight: 700;
	border: 1px solid #fff;
	text-align: center;
	border-radius: 5px;
	padding: 15px 15px!important;
	margin-top: 25px;
	background-color: #cc2929;
	text-decoration: none!important
}
.red-imt {
	color: red!important
}
.out-comebacker-content-btn:hover {
	color: #fff!important;
	text-decoration: underline!important
}
@media screen and (max-width:950px) {
	.out-comebacker-content-btn {
		max-width: 100%;
		font-size: 16px
	}
}
.out-comebacker-content-btn:focus:hover {
	color: #b0493b!important
}
.out-comebacker-content-btn:hover {
	-webkit-transition: .3s!important;
	transition: .3s!important
}
.out-comebacker-content-btn:focus {
	text-decoration: none;
	color: #fff
}
.out-comebacker-content-btn:active {
	border: 1px solid #fff
}
a:active, a:focus {
	outline: 0
}
input, textarea {
	outline: 0
}
input:active, textarea:active {
	outline: 0
}
textarea {
	resize: none
}
textarea {
	resize: vertical
}
textarea {
	resize: horizontal
}
button:active, button:focus {
	outline: 0!important
}
button::-moz-focus-inner {
	border: 0!important
}
.closeblock {
	display: block;
	float: right;
	font-size: 250%;
	color: #fff;
	position: absolute;
	cursor: pointer;
	top: -20px;
	right: -20px;
	width: 36px;
	height: 36px;
	background-image: url(../images/fancybox_sprite.png);
	background-repeat: no-repeat
}
ol.mod-text {
	text-align: justify;
}
.fw400 {
	font-weight: 400!important
}
.commit {
	margin-top: 25px
}
.mod-center {
	text-align: center!important
}
.mod-2 {
	background: #ffeca6 none repeat scroll 0 0;
	padding: 20px;
	border: 1px solid red;
	margin-bottom: 15px
}
.box-info {
	padding: 15px;
	margin-bottom: 15px;
	border: 1px solid #ccc;
	color: #0084db
}
.red {
	color: red;
	font-weight: 700
}
.text-center {
	text-align: center!important;
	display: block
}
.red {
	color: red
}
.top_ico a {
	margin-left: 5px
}
.fix0margin {
	padding-bottom: 10px!important
}
@media (max-width:800px) {
	.contentBox p {
		padding-bottom: 15px
	}
}
.box-info ul {
	margin: 0
}
.reviews__name {
	border: 1px solid #43a047;
	box-shadow: 0 2px 4px -3px #237a27;
	font-size: 16px;
	box-sizing: border-box;
	padding: 10px 20px;
	margin-bottom: 25px;
	width: 100%;
	font-family: 'PT Sans', sans-serif
}
.reviews-popup {
	position: fixed;
	z-index: 300;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, .7);
	display: none
}
.reviews-popup__inner {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	background-color: #fff;
	border: 3px solid green;
	padding: 20px;
	text-align: center
}
.reviews-popup__text {
	font-size: 25px;
	font-weight: 700;
	line-height: 1.2
}
.reviews-popup__big {
	display: inline-block;
	font-size: 30px;
	margin-bottom: 10px
}
.reviews-form__intrenal-col {
	margin-bottom: 25px
}
.reviews-form__file-text {
	padding-left: 30px;
	position: relative;
	cursor: pointer;
	font-size: 18px
}
.reviews-form__file-text:before {
	content: '';
	width: 20px;
	height: 30px;
	background: url(../images/paperclip.svg) center center/cover no-repeat;
	position: absolute;
	left: 0;
	top: -3px
}
.reviews__form .visually-hidden {
	position: absolute!important;
	clip: rect(1px, 1px, 1px, 1px);
	padding: 0!important;
	height: 1px!important;
	width: 1px!important;
	overflow: hidden
}
.price {
	display: flex;
	justify-content: space-around;
	align-items: center;
	width: 100%;
	margin-bottom: 0px;
	font-size: 16px;
}
.price p {
	width: 40%;
	text-align: center!important;
	padding-bottom: 0!important;
	line-height: 1.3
}
.price .x_price_previous {
	display: inline-block;
	position: relative
}
.price p span {
	font-weight: 700;
	font-size: 20px!important
}
.price .x_price_current, .price .x_price_previous {
	font-size: 28px;
	padding-bottom: 0!important
}
.price .x_price_previous:after, .price .x_price_previous:before {
	content: '';
	position: absolute;
	left: 0;
	top: 50%;
	width: 100%;
	height: 1px;
	background-color: red
}
.price .x_price_previous:before {
	transform: translateY(-50%) rotate(15deg)
}
.price .x_price_previous:after {
	transform: translateY(-50%) rotate(-15deg)
}
@media screen and (max-width:768px) {
	.com-txt, .contentBox p, ol.mod-text {
		text-align: left
	}
	.rub-ramka {
		line-height: 1.3
	}
	.footer_bg {
		margin-top: 20px
	}
	.contentBox h1 {
		font-size: 26px
	}
}
@media screen and (max-width:550px) {
	.logo {
		width: 100%
	}
}
@media screen and (max-width:499px) {
	.mod-size {
		width: auto
	}
	.logo {
		width: 100%
	}
}
@media screen and (max-width:479px) {
	.reviews-popup__inner {
		width: 300px
	}
	.contentBox h1 {
		font-size: 22px
	}
	.contentBox h1 {
		font-size: 24px
	}
	.block-4 {
		margin: 0 20px 15px!important;
		padding: 10px 20px 10px 10px!important
	}
	ol.mod-text {
		padding-left: 30px
	}
	#push-comments #push_mlyjekpdfdd1 {
		padding: 2rem 1rem
	}
	.packs {
		width: 200px
	}
	.logo {
		width: 280px
	}
	.inL_379561 {
		margin-bottom: 5px
	}
	#order_form button {
		max-width: 97%;
		width: 100%
	}
	.footer_bg {
		padding: 20px 25px
	}
	.price p {
		width: 50%
	}
}
@media screen and (max-width:478px) {
	.logo img {
		width: 280px
	}
}
* {
	-webkit-tap-highlight-color: transparent
}
html {
	-ms-text-size-adjust: 100%;
	-moz-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%
}
a:-moz-focusring {
	color: transparent;
	text-shadow: 0 0 0 #000
}
:active, :focus, :hover, :visited {
	outline: 0!important
}
a, a:active, a:focus, a:hover, a:visited {
	outline: 0!important
}
::-moz-focus-inner {
	border: 0;
	outline: 0
}
button::-moz-focus-inner, input[type=button]::-moz-focus-inner, input[type=file]>input[type=button]::-moz-focus-inner, input[type=submit]::-moz-focus-inner {
	border: none
}
:not(#fake) {
	outline: 0
}
input:invalid {
	box-shadow: none
}
@media screen and (-ms-high-contrast:active), (-ms-high-contrast:none) {
	.doc-size {
		width: 384px
	}
	#push-comments #push_mlyjekpdfdd1__submit {
		display: flex;
		justify-content: center;
		align-items: center
	}
	.inL_367630 {
		width: 45px!important;
		margin-top: 5px
	}
	.inL_379561 {
		margin-bottom: 5px
	}
}
.footer_bg {
	outline: 2px solid #486591!important;
	border: 2px solid #486591!important
}
.nowrap {
	white-space: nowrap;
}

.ev-footer, .create_rom_footer {
	padding-bottom: 0;
}

.com-txt img {
	width: 100%;
	max-width: 450px;
}

.doc {
	color: blue;
}

.rep {
	color: red;
}

.pulse {
	animation: pulse 2s infinite;
  }

  @keyframes pulse {
	0% {
	  transform: scale(1);
	  -webkit-transform: scale(1);
	  -moz-transform: scale(1);
	  -o-transform: scale(1);
	  -ms-transform: scale(1);
	}
  
	50% {
	  transform: scale(1.05);
	  -webkit-transform: scale(1.05);
	  -moz-transform: scale(1.05);
	  -o-transform: scale(1.05);
	  -ms-transform: scale(1.05);
	}
  
	100% {
	  transform: scale(1);
	  -webkit-transform: scale(1);
	  -moz-transform: scale(1);
	  -o-transform: scale(1);
	  -ms-transform: scale(1);
	}
  }

.nw {
  display: flex;
  justify-content: center;
  align-items: center;
  column-gap: 13px; 
  font-size: 14px;
  text-align: left;
  margin-top: 5px !important;
  padding-bottom: 15px;
  line-height: 1.3em;
}

.list-green {
	list-style-type: none !important;
	list-style: none !important;
	margin: 0;
	padding: 0;
  }
  
  .list-green li {
	position: relative;
	padding-left: 24px;
	background-image: url(../images/gal.png);
	background-position: left center;
	background-size: 20px;
	background-repeat: no-repeat;
	margin-bottom: 7px;
  }
  
  .list-red {
	list-style-type: none !important;
	list-style: none !important;
	margin: 0;
	padding: 0;
  }
  
  .list-red li {
	position: relative;
	padding-left: 27px;
	background-image: url(../images/crest.png);
	background-position: left center;
	background-size: 20px;
	background-repeat: no-repeat;
	margin-bottom: 10px;
  }

  .doc-title {
	display: inline-block;
	margin: 15px 0;
	padding-top: 0 !important;
  }

  .med-logo {
	transform: translateY(4px);
  }


  @media(min-width: 767px) {
	.custom-qvpppr {
		display: none !important;
	}
  }
