.answer a, .question a, .fig-paragraph a, .geffects a {
	color: #06a9ff;
	
}
.answer a:hover, .question a:hover, .fig-paragraph a:hover, .geffects a:hover {
	text-decoration: none;
}
.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: 10px; 
	font-size: 14px;
	text-align: left;
}


.red-link {
	
	display: block;
	text-align: center;
	text-decoration: none;
	color: #c00!important;
	font-size: 25px;
	line-height: 1.4em;
	font-weight: 700;
	max-width: 80%;
	margin: 0 auto;
	margin-bottom: 30px;
	max-width: 480px
}
.red-link:hover {
	text-decoration: underline;
}
.red-link::after {
	display: inline-block;
	-webkit-animation: dotty steps(1, end) 2s infinite;
	animation: dotty steps(1, end) 2s infinite;
	content: '';
	position: absolute;
	margin-left: 10px;
}
@keyframes dotty {
	0% {
		content: '';
	}
	25% {
		content: '>';
	}
	50% {
		content: '>>';
	}
	75% {
		content: '>>>';
	}
	100% {
		content: '';
	}
}

article .article-conteudo  .list {
	padding-left: 9px;
	margin-bottom: 30px;
}
article .article-conteudo  .list ul {
	list-style-type: none;
}
article .article-conteudo  .list li {
	display: block;
	margin-bottom: 15px;
	background: linear-gradient(95.88deg, #e9f2e6 33.37%, #fff 86.23%);
    border-left: 2px solid #1e8a49;
	padding: 3px 12px;
	padding-right: 50px;
	position: relative;
    line-height: 1.5555555556;
}
article .article-conteudo  .list li span {
	font-weight: 700;
}
article .article-conteudo  .list li:last-of-type {
	margin-bottom: 0;
}
article .article-conteudo  .list li::before {
	content: '';
	display: block;
	width: 20px;
	height: 20px;
	position: absolute;
	left: -30px;
	top: 5px;
	background: url(../img/content/check_green.png) center center no-repeat;
	background-size: contain;
}


article .article-conteudo  .list.list-red li {
	background: none;
	border: none;
}
article .article-conteudo  .list.list-red li::before {
	content: '';
	display: block;
	width: 40px;
	height: 40px;
	position: absolute;
	left: -30px;
	top: -2px;
    content: '\e134';
    color: #fff;
    font-size: 40px;
    line-height: 40px;
	background: none;
}

article .article-conteudo .effects {
	text-align: left;
	border: 1px solid #ff0000;
	border-radius: 6px;
	box-sizing: border-box;
	background: #ffebeb;
	margin: 24px auto 32px;
	width: auto;
	max-width: 960px;
	
}
.effects__container {
	padding: 15px 25px 25px 55px;
}
article .article-conteudo .effects h2 {
	margin-top: 10px;
}

article .article-conteudo .effects li {
	position: relative;
	padding-bottom: 0;
	padding-left: 32px;
	margin: 0 0 10px -32px!important;
}
article .article-conteudo .effects li p {
	margin-bottom: 0;
	font-weight: 400;
}

.geffects {
	text-align: left;
	border: 2px solid #000;
	background: #f7fff4;
	border-radius: 6px;
	box-sizing: border-box;
	margin: 15px auto 35px;
	width: auto;
	max-width: 960px;
    line-height: 1.5555555556;
}
.geffects__container {
	padding: 15px 55px 25px;
}
.geffects h2 {
	margin-top: 10px;
}

.geffects li {
	position: relative;
	padding-bottom: 0;
	padding-left: 32px;
	margin: 0 0 10px -32px!important;
}
.geffects li p {
	margin-bottom: 0;
}
.geffects a {
	cursor: pointer;
}

article .article-conteudo .quotes {
	margin: -50px 0px 0;
	margin-bottom: 30px;
	padding-top: 50px;
	background: url(../img/content/quote_open.png) top left 20px no-repeat;
	background-size: 169px;
}

article .article-conteudo .quotes__content {
	padding: 30px 30px 30px 0px;
	border: 2px solid #c00;
	background: url(../img/content/quote_close.png) bottom 20px right 20px no-repeat;
	background-size: 169px;
	border-radius: 6px;
}
article .article-conteudo .quotes__content h4 {
	padding-left: 60px;
	margin-bottom: 20px;
}
article .article-conteudo .quotes ul {
	list-style-type: none;
	margin: 0;
	padding: 0 20px;
}

article .article-conteudo h4 {
	padding: 0 15px 0 0;
}
article .article-conteudo .quotes li {
	padding-left: 50px;
	display: block;
	position: relative;
	margin-bottom: 0px;
}
article .article-conteudo .quotes li p {
	margin-bottom: 20px;
	
}
article .article-conteudo .quotes li span {
	font-weight: 700;
}
article .article-conteudo .quotes li:first-child {
	margin-top: 0;
}
article .article-conteudo .quotes li:last-of-type {
	margin-bottom: 0;
}
article .article-conteudo .quotes li::before {
	content: '';
	display: block;
	width: 40px;
	height: 40px;
	content: '\e142';
    color: #c00;
    font-size: 40px;
	line-height: 40px;
	position: absolute;
	left: -9px;
	top: 50%;
	transform: translateY(-50%);
	margin-top:0;
}
article .article-conteudo .quotes li::after {
	content: '';
	display: block;
	position: absolute;
	background: #c00;
	width: 2px;
	height: 105%;
	left: 35px;
	top: 50%;
	transform: translateY(-50%);
}

article .article-conteudo .quotes.quotes-butterfly {
	background: url(../img/content/quote_open_b.png) top left 20px no-repeat;
	background-size: 218px;
}
article .article-conteudo .quotes.quotes-butterfly .quotes__content {
	border: 2px solid #2a9e39;
	background: url(../img/content/quote_close_b.png) bottom 10px right 10px no-repeat;
	background-size: 218px;
}
article .article-conteudo .quotes.quotes-butterfly li::before {
	display: block;
	width: 40px;
	height: 40px;
	content: '\e141';
    color: #2a9e39;
    font-size: 40px;
	line-height: 40px;
	position: absolute;
	left: -9px;
	top: 50%;
	transform: translateY(-50%);
	margin-top:0;
}
article .article-conteudo .quotes.quotes-butterfly li::after {
	content: '';
	display: block;
	position: absolute;
	background: #2a9e39;
	width: 2px;
	height: 85%;
	left: 35px;
	top: 50%;
	transform: translateY(-50%);
}
article .article-conteudo .quotes.quotes-green h4 {
	text-align: center;
	color:#000;
	font-weight: 700;
	font-size: 30px;
	color: #fff;		
}
article .article-conteudo .quotes.quotes-green {
	background: none;
	color: #fff;	
}
article .article-conteudo .quotes.quotes-green .quotes__content {
	background: #2b66b8;
	border-color: #3f51b5;
}
article .article-conteudo .quotes.quotes-green li::before {
    display: block;
    width: 40px;
    height: 40px;
    content: '\e134';
    color: #fff;
    font-size: 40px;
    line-height: 40px;
    position: absolute;
    left: -9px;
    top: 50%;
    transform: translateY(-50%);
    margin-top: 0;
}
article .article-conteudo .quotes.quotes-green li::after {
    width: 2px;
	background: #fff;
}
article .article-conteudo .quotes.quotes-green a {
	color: #fff;
}
.question,
.answer {
	position: relative;
	padding: 0px 0;
	padding-left: 80px;
	min-height: 110px;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	margin: 0px 0 20px 60px;
	justify-content: center;	
}

.question {
	background: #f2f2f2;
	font-weight: bold;
}

.answer p,
.question p {
    word-wrap: break-word;
    font-size: 1.125rem;
    line-height: 1.4em;
	margin: 0px!important;
}

.question:before,
.answer:before {
	content: '';
	display: block;
	width: 110px;
	height: 110px;
	position: absolute;
	left: 0; 
	border-radius: 50%;
	overflow: hidden;
}
.question:before {
	transform: translate(-50%, -50%);
	background: url(../img/content/question.jpg) center center no-repeat;	
	background-size: cover;
	top: 50%; 
}
.answer:before {
	transform: translate(-50%, -50%);
	background: url(../img/content/answer.jpg) center center no-repeat;	
	background-size: cover;
	top: 55px;
}
.answer2:before {
	transform: translate(-50%, -50%);
	background: url(../img/content/dottore.jpg) center center no-repeat;	
	background-size: cover;
	top: 55px;
}
.uppercase {
	text-transform: uppercase;
}
@media (max-width: 576px) {
	.question,
	.answer {
		position: relative;
		padding: 0px 0;
		padding-left: 50px;
		min-height: 66px;
		display: flex;
		flex-direction: column;
		align-items: flex-start;
		position: relative;
		margin: 0px 0 10px 25px;
		justify-content: center;	
	}
	.question:before,
	.answer:before {
		content: '';
		display: block;
		width: 66px;
		height: 66px;
		position: absolute;
		left: 5px; 
		border-radius: 50%;
		overflow: hidden;
	}	
	.question:before, .answer:before, .answer2:before  {
		top: 32px;
	}
	
	body {
		font-size: 17px;
		line-height: 1.4;
	}	
	.red-link {
		font-size: 20px;
		max-width: 100%;
	}

	.vk-comment-load.reply {
		padding-left: 30px;
	}	
}
.red {
	padding: 0;
	color: #c00;
}
.green {
	background: #2a9e39;
    color: #fff;
	padding: 0 5px;
}
.lightblue {
	color: #2b66b8;
}
.black {
	color:#000;
}

.uppercase {
	text-transform: uppercase;
}

.excl {
	margin: 0;
	background: #114b89;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	padding-left: 60px;
	padding-right: 60px;
	min-height: 80px;
	border-radius: 0 100px 100px 0;
	overflow: hidden;
	position: relative;
	margin-bottom: 25px;
}
.excl::before {
    content: '';
    display: block;
    width: 18px;
    height: 80px;
    left: 22px;
    top: -10px;
    position: absolute;
    background: url(../img/content/excl.png) center center no-repeat;
    background-size: contain;
}
.excl p {
	margin: 15px 0;
	color: #fff;
}
.excl_red {
    margin: 0px 0 20px;
    padding: 1px 20px !important;
    background-color: #c80011;	
	color: #fff;
	position: relative;
}
.p-20 {
	padding: 1px 40px!important;
}
.mt-20 {
	margin-top: 20px;
}
.excl_red h3 {
	margin-top: 30px;
}
.order_block .main_form {
	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;
	background: url(../img/content/form_bg.webp) center top no-repeat;
	background-size: 100% 100%;
	padding: 30px 0;
	text-align: center;
	max-width: 700px;
	margin: 0 auto;
	font-size: 18px;
	margin-bottom: 30px;
}

.order_block .price_red {
	font-weight: 700;
	color: #c00;
}

.order_block img {
	vertical-align: middle;
	border-style: none;
}

.order_block .main_form h2 {
	font-size: 32px;
	line-height: 1.35;
	color: #000;
	font-weight: 700;
	margin-top: 10px;
	margin-bottom: 0;
	text-align: center;
	font-style: normal;
}

.order_block .sertif {
	color: #00f;
	font-size: 14px!important;
	font-style: italic;
}

.order_block .main_form p {
	padding: 0 0 0px;
	text-align: center;
	margin-bottom: 10px;
	margin-top: 0px;
}

.order_block .main_form .price {
	margin-top: 0;
	padding: 0 20px;
	margin-bottom: 10px;
	text-align: center;
}

.order_block .blue-border {
	margin: 15px 20px 15px 20px;
	border: 2px solid #0299ff;
	padding: 10px !important;
	text-align: center !important;
	max-width: 600px;
	font-weight: 700;
	font-size: 14px!important;
	line-height: 1.35;
}

.order_block .main_form label {
	
	margin-top: 10px;
	font-size: 16px!important;
	display: block;
	margin-bottom: 5px;
	font-weight: 700;
}

.order_block .main_form input {
	
	font-size: 18px!important;
	padding: 15px;
	border-radius: 3px;
	border: 2px solid #e9d7dc;
	max-width: 314px;
	width: 100%;
}

.order_block .main_form button {
	width: 100%;
	max-width: 348px;
	padding: 15px 35px;
	color: #fff;
	min-width: 300px;
	font-weight: 700;
	text-decoration: none;
	border-radius: 5px;
	background-color: #c00;
	-webkit-transition: all 0.15s ease-in-out;
	-o-transition: all 0.15s ease-in-out;
	transition: all 0.15s ease-in-out;
	border: none;
	cursor: pointer;
	font-size: 19px;
	line-height: 1.4;
	margin-top: 20px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	margin-bottom: 20px;
}

.order_block .main_form button {
	-webkit-animation: glowing 900ms infinite both;
	animation: glowing 900ms infinite both;
}


.order_block .additional,
.order_block .timelimit {
	font-size: 12px;
	text-align: center;
	padding: 0 20px;
}

.order_block .timelimit b {
	display: inline-block;
	background: url(../img/content/timerIcon2.webp) no-repeat;
	margin-top: -2px;
	padding-left: 14px;
	color: #c00;
	vertical-align: middle;
	background-position: left center;
	font-size: 15px;
}

.order_block .delivery {
    display: flex!important;
    align-items: center!important;
    color: #2f3d57;
    padding-top: 25px;
    font-size: 14px;
    
	margin: 20px auto 0!important;
}

.delivery span {
    flex: 0 0 50px;
    margin-right: 0px
}


@media (max-width: 480px) {
	.slider .slider-header img {
		width: 100%;
	}
}

@-webkit-keyframes scale {
	0% {
		-webkit-transform: scale(100%);
		transform: scale(100%);
	}
	100% {
		-webkit-transform: scale(110%);
		transform: scale(110%);
	}
}

@keyframes scale {
	0% {
		-webkit-transform: scale(100%);
		transform: scale(100%);
	}
	100% {
		-webkit-transform: scale(110%);
		transform: scale(110%);
	}
}
@-webkit-keyframes glowing {
	0% {
		-webkit-box-shadow: 0 0 4px #c00;
		box-shadow: 0 0 2px #c00;
	}
	50% {
		-webkit-box-shadow: 0 0 12px #c00;
		box-shadow: 0 0 12px #c00;
	}
	100% {
		-webkit-box-shadow: 0 0 4px #c00;
		box-shadow: 0 0 8px #c00;
	}
}

@keyframes glowing {
	0% {
		-webkit-box-shadow: 0 0 4px #c00;
		box-shadow: 0 0 2px #c00;
	}
	50% {
		-webkit-box-shadow: 0 0 12px #c00;
		box-shadow: 0 0 12px #c00;
	}
	100% {
		-webkit-box-shadow: 0 0 4px #c00;
		box-shadow: 0 0 8px #c00;
	}
}

.order-info {
	text-align: center;
}
.order-info__title {
	font-size: 26px;
	color: #c00;
}
.order-info__date {
	text-decoration: underline;
}
.order-info__count {
	display: block;
	background: #c00;
	padding: 10px;
	margin: 12px auto;
	margin-bottom: 25px;
	width: 178px;
	color: #fff;
	text-shadow: 0 -1px 0 #000000, 0 -1px 0 #000000, 0 1px 0 #000000,
    0 1px 0 #000000, -1px 0 0 #000000, 1px 0 0 #000000, -1px 0 0 #000000,
    1px 0 0 #000000, -1px -1px 0 #000000, 1px -1px 0 #000000, -1px 1px 0 #000000,
    1px 1px 0 #000000, -1px -1px 0 #000000, 1px -1px 0 #000000,
    -1px 1px 0 #000000, 1px 1px 0 #000000;
	border-radius: 5px;
	animation-name: button;
	animation-duration: 1s;
	animation-iteration-count: infinite;
}

@keyframes button {
	0% {
		box-shadow: 0px 0px 10px #f20000;
	}
	60% {
		box-shadow: 0px 0px 3px rgba(242, 0, 0, 0.8);
	}
	100% {
		box-shadow: 0px 0px 10px #f20000;
	}
}

.order-info__count-val {
	line-height: 1.35;
}

input::placeholder {
	font-size: 15px !important;
}
.shares a:last-child span {
	margin-right: 0;
}
#comments {
	max-width: 780px;
	margin: 10px auto 0;
}
.ava_block {
	margin-right: 20px;
	width: 40px;
}

.ava_block img {
	max-width: 40px;
}
.vk-comment-load {
    border-bottom: 1px solid #d9d9d9;
    display: grid;
    grid-template-columns: 80px 1fr;
    grid-gap: 0;
    padding: 0 0 50px;
}
.vk-avatar {
    width: 60px;
    height: 60px;
    flex: 0 0 60px;
    border-radius: 50%;
    grid-column: 1;
    grid-row: 1 / span 3;;
	
}
.vk-avatar img {
 	border-radius: 50%;
}
.vk-comment-name {
    grid-column: 2;
    grid-row: 1;
	color: #555;
	font-weight: 600;
	font-size: 16px;
	margin-bottom: 0!important;
	padding-bottom: 0!important;
}
.vk-comment,
.vk-comment-load {
	margin-bottom: 15px;
	position: relative;
	padding-bottom: 15px;
}

.vk-comment-text {
    grid-column: 2;
	grid-column-end: two;
    grid-row: 3;
}
.vk-comment-text p {
	margin-top: 10px;
}
.vk-comment-text img{
	width: 460px;
	max-width: 100%;
}
.vk-comment-text a {
    color: #c00;
    text-decoration: underline;	
}
.vk-comment-text a:hover {
	color: #262626;
    text-decoration: none;
}
.vk-comment-load.reply {
    padding-left: 50px;
}
@media (max-width: 576px) {
    .vk-comment-load.reply {
        padding-left: 30px;
	}
}

.adva {
    display: table;
    width: auto;
    margin: 25px auto 0;
	position: relative;
}
.adva ul {
	font-size: 20px;
	list-style: none !important;
}
.adva ul li {
	position: relative;
	margin-bottom: 0px !important;
	padding-left: 40px !important;
}
.adva li::before {
    content: '';
    display: block;
    width: 24px;
    height: 24px;
    background: url(../img/checkmark.png) center center no-repeat;
    background-size: contain;
    position: absolute;
    left: 10px;
    top: 5px;
    transform: translateY(0);
}

.accordion  {
	margin: 30px auto 50px;
	max-width: 650px;
}
.accordion .accordion-item {
	border-bottom: 1px solid #dcdcdc;
}

.accordion .accordion-item button[aria-expanded='true'] {
	border-bottom: 1px solid #fff;
}

.accordion button {
	position: relative;
	display: block;
	text-align: left;
	width: 100%;
	padding: 15px 0;	
	font-size: 18px;
	font-weight: 700;
    color: #416fd6;
	border: none;
	background: none;
	outline: none;
}

.accordion button:hover,
.accordion button:focus {
	cursor: pointer;
	color: #2f3d57;
}

.accordion button:hover::after,
.accordion button:focus::after {
	cursor: pointer;
	color: #416fd6;
	border: 1px solid #dcdcdc;
}

.accordion button .accordion-title {
	padding: 1em 1.5em 1em 0;
}

.accordion button .icon {
	display: inline-block;
	position: absolute;
	top: 18px;
	right: 0;
	width: 22px;
	height: 22px;
	border: 1px solid;
	border-radius: 22px;
}

.accordion button .icon::before {
	display: block;
	position: absolute;
	content: '';
	top: 9px;
	left: 6px;
	width: 10px;
	height: 2px;
	background: currentColor;
}
.accordion button .icon::after {
	display: block;
	position: absolute;
	content: '';
	top: 5px;
	left: 10px;
	width: 2px;
	height: 10px;
	background: currentColor;
}

.accordion button[aria-expanded='true'] {
	color: #2f3d57;
}
.accordion button[aria-expanded='true'] .icon::after {
	width: 0;
}
.accordion button[aria-expanded='true'] + .accordion-content {
	opacity: 1;
	max-height: 9em;
	transition: all 200ms linear;
	will-change: opacity, max-height;
}
.accordion .accordion-content {
	opacity: 0;
	max-height: 0;
	overflow: hidden;
	transition: opacity 200ms linear, max-height 200ms linear;
	will-change: opacity, max-height;
}
.accordion .accordion-content p {
	margin: 0 0 20px;
	font-size: 16px;
}

.vk-comment-date {
	grid-column: 3;
    grid-row: 1;
	font-size: 16px;
	margin-right: 10px;
}

.shares a {
	text-decoration: none;
}
#iol-player .picture {
	max-width: 100%;
}