/*
Theme Name: VC
Theme URI: https://wordpress.org/
Description: Тема для Wordpress
Author: Divster
Author URI: https://divster.name/
Version: 100.0
*/
@font-face {
	font-family: 'Roboto';
	src: local('Roboto'), local('Roboto-Regular'),
		url('fonts/Roboto-Regular.woff2') format('woff2');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'Roboto';
	src: local('Roboto Medium'), local('Roboto-Medium'),
		url('fonts/Roboto-Medium.woff2') format('woff2');
	font-weight: 500;
	font-style: normal;
}
@font-face {
	font-family: 'Roboto';
	src: local('Roboto Bold'), local('Roboto-Bold'),
		url('fonts/Roboto-Bold.woff2') format('woff2');
	font-weight: bold;
	font-style: normal;
}
/* Eric Meyer's CSS Reset */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}
ol, ul {
	list-style-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAQAAAC1HAwCAAAAC0lEQVR42mNkYAAAAAYAAjCB0C8AAAAASUVORK5CYII=);
	list-style-type: none;
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/* End of Eric Meyer's CSS Reset */
*{
	box-sizing: border-box;
}
html {
	height: 100%;
}
article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary {
	display: block;
}
body{
	font-family: 'Roboto', sans-serif;
	font-size: 14px;
	line-height: 1.2;
	color: #151515;
	height: 100%;
}
body.not-scroll{
	overflow-y: hidden;
}
textarea,input[type=text],input[type=email],input[type=password],input[type=search],input[type=tel],input[type=number]{
	font-family: 'Roboto', sans-serif;
	border: 1px solid #666;
	background: #fff;
	color: #151515;
	outline: none;
}
input[type=submit], button{
	margin: 0;
	-webkit-appearance: none;
	font-family: 'Roboto', sans-serif;
	outline: none;
	cursor: pointer;
}
button::-moz-focus-inner{
	border: 0;
}
.inner {
	min-width: 280px;
	max-width: 1290px;
	margin: 0 auto;
}
.clearfix:after {
	content: '';
	display: table;
	clear: both;
}
a {
	color: #151515;
	text-decoration: underline;
	outline: none;
}
a:hover {
	text-decoration: none;
}
.slick-slide{
	outline: none !important;
}
img {
	max-width: 100%;
	height: auto;
}
:invalid {
	box-shadow: none;
}
strong{
	font-weight: bold;
}
em{
	font-style: italic;
}
.site-wrapper {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	min-height: 100%;
	position: relative;
	background: #FAF7F7;
}
.site-container{
	-webkit-box-flex: 1;
	-ms-flex: 1 0 auto;
	flex: 1 0 auto;
}

/* Header
-----------------------------------------------------------------------------*/
.site-header {
	background: #FFE3E3;
}
.site-header__container {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.site-header__left {
	width: 300px;
}
.header-logo {
	display: flex;
	align-items: center;
	text-decoration: none;
}
.header-logo__image {
	width: 28px;
	margin: 3px 11px 0 6px;
}
.header-logo__text {
	font-size: 16px;
	font-weight: 500;
}
.site-header__center {
	display: flex;
	justify-content: center;
	align-items: center;
	width: calc(100% - 600px);
	padding: 0 20px;
}
.header-nav ul{
	display: flex;
}
.header-nav li{
	font-size: 12px;
	font-weight: 500;
	letter-spacing: 0.6px;
	text-transform: uppercase;
	margin: 0 20px;
}
.header-nav a{
	display: block;
	padding: 18px 0;
	text-decoration: none;
}
.site-header__right {
	width: 300px;
	display: flex;
	justify-content: flex-end;
	align-items: center;
}
.header-note {
	position: relative;
}
.header-note__icon{
	padding: 8px 5px 4px;
	position: relative;
	cursor: pointer;
}
.header-note__icon span{
	display: flex;
	justify-content: center;
	align-items: center;
	width: 12px;
	height: 12px;
	background: #FF4C41;
	border-radius: 50%;
	color: #fff;
	font-size: 9px;
	font-weight: 600;
	position: absolute;
	top: 7px;
	right: 3px;
}
.header-note i svg{
	transition: fill 0.2s;
}
.header-note.opened i svg,
.header-note:hover i svg{
	fill: #FF4C41;
}
.header-note__popup {
	visibility: hidden;
	opacity: 0;
	width: 420px;
	max-width: calc(100vw - 40px);
	padding: 23px 19px 30px;
	background: #fff;
	border-radius: 5px;
	filter: drop-shadow(0px 20px 50px rgba(20, 20, 20, 0.10));
	position: absolute;
	top: calc(100% - 2px);
	right: 15px;
	transition: all 0.2s;
	z-index: 5;
}
.header-note.opened .header-note__popup{
	visibility: visible;
	opacity: 1;
}
.header-note__title {
	font-size: 17px;
	font-weight: 500;
	line-height: normal;
	margin-bottom: 9px;
}
.header-note__text {
	font-size: 13px;
	font-weight: 400;
	line-height: 20px;
	margin-bottom: 17px;
}
.header-note__btn a{
	display: inline-flex;
	justify-content: center;
	align-items: center;
	height: 50px;
	padding: 5px 26px;
	background: #FF4C41;
	border-radius: 3px;
	color: #fff;
	text-align: center;
	font-size: 13px;
	font-weight: 600;
	line-height: 30px;
	letter-spacing: 0.65px;
	text-transform: uppercase;
	text-decoration: none;
}
.header-note__btn a:hover{
	background: #EB382D;
}
.header-search {
	margin-left: 27px;
}
.header-search__icon {
	display: none;
}
.header-search__form{
	position: relative;
}
.header-search__form i{
	position: absolute;
	top: 10px;
	left: 15px;
	line-height: 0;
}
.header-search__form i svg{
	color: #909095;
}
.header-search__form input{
	width: 190px;
	height: 36px;
	padding: 0 0 0 41px;
	border: none;
	border-radius: 3px;
	background: #fff;
	font-size: 12px;
}
.header-search__form input::placeholder{
	color: #909095;
}
.touch-menu{
	display: none;
}
/* Middle
-----------------------------------------------------------------------------*/
.site-content__head {
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: calc(100% - 190px - 190px);
	padding: 17px 30px;
	margin: 0 auto;
}
.site-content__breadcrumbs {
	display: flex;
	flex-wrap: wrap;
	font-size: 12px;
}
.site-content__breadcrumbs li:not(:last-child){
	content: '/';
	display: inline-block;
	margin: 0 20px;
}
.site-content__breadcrumbs a:hover{
	text-decoration: none;
}
.site-content__breadcrumbs span,.site-content__breadcrumbs a:hover{
	color: #909095;
}
.site-content__breadcrumbs i{
	display: inline-block;
	line-height: 0;
	transform: translateY(2px);
	margin-right: 10px;
}
.site-content__revision {
	color: #909095;
	text-align: right;
	font-size: 12px;
}
.site-content__revision span{
	color: #151515;
	margin-left: 2px;
}
.site-content__container {
	display: flex;
}
.site-content__sidebar {
	width: 190px;
	padding-bottom: 40px;
}
.site-content__sticky{
	position: sticky;
	top: 10px;
}
.site-content__main {
	width: calc(100% - 190px - 190px);
	padding: 0 30px;
}
.post-main {
	padding: 30px 80px;
	background: #fff;
	box-shadow: 0 10px 20px rgba(0,0,0,0.05);
	margin-bottom: 30px;
}
.post-main__head {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 20px;
}
.post-author{
	position: relative;
}
.post-author__handler {
	display: flex;
	align-items: center;
	font-size: 14px;
	text-decoration: none;
}
.post-author__handler i{
	display: block;
	width: 30px;
	height: 30px;
	flex-shrink: 0;
	margin-right: 15px;
}
.post-author__handler i img{
	width: 100%;
	height: 100%;
	border-radius: 3px;
}
.post-author__popup {
	visibility: hidden;
	opacity: 0;
	width: 310px;
	max-width: calc(100vw - 40px);
	padding: 20px;
	background: #fff;
	border-radius: 5px;
	filter: drop-shadow(0px 20px 50px rgba(20, 20, 20, 0.10));
	position: absolute;
	top: calc(100% + 5px);
	left: 0;
	transition: all 0.2s;
}
.post-author:hover .post-author__popup{
	visibility: visible;
	opacity: 1;
}
.post-author__popup:before{
	content: '';
	display: block;
	height: 10px;
	position: absolute;
	top: -10px;
	left: 0;
	right: 0;
}
.post-author__head {
	display: flex;
	align-items: center;
	margin-bottom: 14px;
}
.post-author__image {
	width: 60px;
	line-height: 0;
}
.post-author__image img{
	width: 100%;
	height: 100%;
	object-fit: cover;
	border-radius: 3px;
}
.post-author__info {
	width: calc(100% - 60px);
	padding: 4px 0 0 20px;
}
.post-author__name {
	font-size: 17px;
	font-weight: 500;
	line-height: normal;
	margin-bottom: 11px;
}
.post-author__social {
	display: flex;
	flex-wrap: wrap;
}
.post-author__social a{
	display: flex;
	justify-content: center;
	align-items: center;
	width: 20px;
	height: 20px;
	background: #000;
	border-radius: 50%;
	margin: 0 5px 5px 0;
}
.post-author__social a.icon-vk{background: #4A76A8;}
.post-author__social a.icon-twitter{background: #55ACE3;}
.post-author__social a.icon-fb{background: #4E6297;}
.post-author__social a svg{
	fill: #fff;
}
.post-author__text {
	font-size: 13px;
	line-height: 20px;
	margin-bottom: 18px;
}
.post-author__text p{
	margin-bottom: 10px;
}
.post-author__link{
	border-radius: 3px;
	background: #FAF8FE;
	padding: 18px 15px;
	margin: 0 -15px -16px;
}
.post-author__link a{
	color: #4C4CF5;
	font-size: 12px;
	font-weight: 500;
	line-height: normal;
	letter-spacing: 0.6px;
	text-transform: uppercase;
	text-decoration-color: rgba(76,76,245,0.3);
}
.post-main__views {
	color: #909095;
	text-align: right;
	font-size: 13px;
}
.post-main__content {
	padding: 0 0 20px;
}
.post-body{
	font-size: 17px;
	line-height: 26px;
}
.post-body img{
	max-width: calc(100% + 160px);
	margin: 19px -80px 24px;
}
.post-body p{
	margin-bottom: 10px;
}
.post-body h1{
	font-size: 28px;
	font-weight: 500;
	line-height: 40px;
	margin-bottom: 21px;
}
.post-body h2{
	font-size: 24px;
	font-weight: 500;
	line-height: 30px;
	margin: 36px 0 19px;
}
.post-body h3{
	font-size: 20px;
	font-weight: 500;
	line-height: 30px;
	margin: 21px 0 19px;
}
.post-body h4{
	font-weight: 600;
	margin: 0 0 14px;
}
.post-body hr{
	height: 12px;
	border: none;
	background: no-repeat url('data:image/svg+xml,<svg width="45" height="12" viewBox="0 0 45 12" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M7.62891 11.0742L5.55469 7.69922L3.51562 10.9805L1.82812 9.79688L4.21875 6.59766L0.703125 5.55469L1.33594 3.59766L4.81641 4.98047L4.64062 0.9375H6.71484L6.52734 5.05078L9.94922 3.69141L10.5586 5.68359L6.99609 6.72656L9.30469 9.85547L7.62891 11.0742ZM24.5039 11.0742L22.4297 7.69922L20.3906 10.9805L18.7031 9.79688L21.0938 6.59766L17.5781 5.55469L18.2109 3.59766L21.6914 4.98047L21.5156 0.9375H23.5898L23.4023 5.05078L26.8242 3.69141L27.4336 5.68359L23.8711 6.72656L26.1797 9.85547L24.5039 11.0742ZM41.3789 11.0742L39.3047 7.69922L37.2656 10.9805L35.5781 9.79688L37.9688 6.59766L34.4531 5.55469L35.0859 3.59766L38.5664 4.98047L38.3906 0.9375H40.4648L40.2773 5.05078L43.6992 3.69141L44.3086 5.68359L40.7461 6.72656L43.0547 9.85547L41.3789 11.0742Z" fill="%23151515"/></svg>') center 0;
	margin: 50px 0 30px;
}
.post-body a{
	color: #4C4CF5;
}
.post-body ul{
	margin-bottom: 34px;
}
.post-body ul li{
	position: relative;
	padding-left: 30px;
	margin-bottom: 10px;
}
.post-body ul li:before{
	content: '';
	display: block;
	width: 12px;
	height: 12px;
	background: url('data:image/svg+xml,<svg width="12" height="12" viewBox="0 0 12 12" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M10.2492 0.703125L4.75078 7.95234L1.5 4.70391L0 6.20391L4.99922 11.2031L12 2.20312L10.2492 0.703125Z" fill="%234C4CF5"/></svg>') no-repeat;
	position: absolute;
	top: 8px;
	left: 4px;
}
.post-body ol{
	counter-reset: ol;
	margin-bottom: 34px;
}
.post-body ol li{
	position: relative;
	padding-left: 30px;
	margin-bottom: 10px;
}
.post-body ol li:before{
	content: counter(ol) '.';
	counter-increment: ol;
	display: block;
	color: #4C4CF5;
	font-size: 17px;
	font-weight: 700;
	line-height: 1;
	position: absolute;
	top: 4px;
	left: 1px;
}
.post-textimg {
	display: flex;
	margin: 34px 0 40px
}
.post-textimg__image {
	width: 240px;
	line-height: 0;
}
.post-textimg__image img{
	margin: 0 !important;
	border-radius: 5px;
}
.post-textimg__content {
	width: calc(100% - 240px);
	padding: 0 0 0 40px;
}
.post-textimg__more span{
	color: #4C4CF5;
	font-size: 12px;
	font-weight: 600;
	line-height: 30px;
	letter-spacing: 0.6px;
	text-transform: uppercase;
	text-decoration: underline;
	text-decoration-color: rgba(76,76,245,.3);
	cursor: pointer;
}
.post-textimg__more span:hover{
	text-decoration: none;
}
.post-textimg__text_more {
	display: none;
}
.post-textimg_right {
	flex-direction: row-reverse;
}
.post-textimg_right .post-textimg__content{
	padding: 0 40px 0 0;
}
.wp-block-table{
	overflow-y: auto;
	margin-bottom: 31px;
}
.wp-block-table table{
	width: 100%;
	margin-bottom: 5px;
}
.wp-block-table table tr:first-child td{
	padding: 10px 15px;
	height: 40px;
	background: #4C4CF5;
	color: #fff;
	font-size: 12px;
	line-height: 16px;
	vertical-align: middle;
	text-align: left;
}
.wp-block-table table tr:first-child td:first-child{
	border-radius: 5px 0 0 0;
}
.wp-block-table table tr:first-child td:last-child{
	text-align: center;
	border-radius: 0 5px 0 0;
}
.wp-block-table table tr:not(:first-child) td{
	padding: 10px 15px;
	height: 50px;
	font-size: 14px;
	font-weight: 400;
	line-height: 26px;
	vertical-align: middle;
	text-align: left;
}
.wp-block-table table tr:not(:first-child) td:last-child{
	font-size: 16px;
	text-align: center;
}
.wp-block-table table tr:nth-child(even) td{
	background: #FAF7F7;
}
.wp-block-table table td{
	border: none;
	border-right: 1px solid rgba(144,144,149,0.1);
	border-left: 1px solid rgba(144,144,149,0.1);
}
.wp-block-table table tr:last-child td{
	border-bottom: 1px solid rgba(144,144,149,0.1);
}
.wp-block-table table tr:last-child td:first-child{
	border-radius: 0 0 0 5px;
}
.wp-block-table table tr:last-child td:last-child{
	border-radius: 0 0 5px 0;
}
.headline-icon {
	display: flex;
	flex-wrap: wrap;
	padding: 6px 0 0 55px;
	margin: 19px -50px 8px 0;
	position: relative;
}
.headline-icon__icon {
	width: 40px;
	height: 40px;
	position: absolute;
	top: 0;
	left: 0;
	line-height: 0;
}
.headline-icon__icon img{
	width: 100%;
	height: 100%;
	border-radius: 50%;
}
.headline-icon__text {
	font-weight: 500;
	font-size: 24px;
}
.headline-icon__text a{
	color: #4C4CF5;
	margin: 0 0 0 6px;
	text-decoration: underline;
}
h3.headline-icon {
	padding: 6px 0 0 55px;
}
h3.headline-icon .headline-icon__text{
	font-size: 20px;
}
.post-attention {
	padding: 21px 31px;
	border-radius: 3px;
	position: relative;
	margin: 31px 0;
}
.post-attention_blue {background: #FAF7F7;}
.post-attention_green {background: #E6F5EE;}
.post-attention_red {background: #FFE3E3;}
.post-attention__icon {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 30px;
	height: 30px;
	border-radius: 50%;
	position: absolute;
	top: 20px;
	left: -15px;
}
.post-attention_blue .post-attention__icon {background: #4C4CF5;}
.post-attention_green .post-attention__icon {background: #28AB30;}
.post-attention_red .post-attention__icon {background: #FF4C41;}
.post-attention__icon svg{
	fill: #fff;
}
.post-discount {
	display: inline-block;
	position: relative;
}
.post-discount input{
	position: absolute;
	top: 100%;
	right: 3000px;
	opacity: 0;
}
.post-discount__container{
	display: flex;
	min-height: 34px;
	color: #fff;
	position: relative;
	margin: 6px 0px 2px 9px;
	background: url(images/discount-title.png) no-repeat 0 0 / auto 100%;
	overflow: hidden;
}
.post-discount__container:before{
	content: '';
	display: block;
	background: #28AB30;
	border-radius: 0 5px 5px 0;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 14px;
}
.post-discount__container:after{
	content: '';
	display: block;
	width: 12px;
	height: 12px;
	background: #fff;
	border-radius: 50%;
	position: absolute;
	top: calc(50% - 6px);
	right: -6px;
}
.post-discount__sum {
	padding: 4px 14px 4px 22px;
	font-size: 16px;
	font-weight: 700;
	line-height: 26px;
	position: relative;
}
.post-discount__promo {
	background: #43C64B;
	border-left: 1px dotted rgba(255,255,255,0.5);
	border-radius: 0 5px 5px 0;
	padding: 3px 9px;
	position: relative;
	font-size: 11px;
	line-height: 14px;
	color: rgba(255, 255, 255, 0.6);
	cursor: pointer;
}
.post-discount__hover{
	display: none;
	font-weight: 600;
	color: #fff;
	text-decoration: underline;
}
.post-discount__default{
	display: block;
	font-size: 12px;
	font-weight: 600;
	color: #fff;
}
.post-discount:hover .post-discount__hover{
	display: block;
}
.post-discount:hover .post-discount__default{
	display: none;
}
.discount-success{
	visibility: hidden;
	opacity: 0;
	transform: translateX(-10px);
	display: flex;
	align-items: center;
	height: 50px;
	padding: 5px 27px;
	background: url('data:image/svg+xml,<svg width="245" height="50" viewBox="0 0 245 50" fill="none" xmlns="http://www.w3.org/2000/svg"><path fill-rule="evenodd" clip-rule="evenodd" d="M244.705 5.0002C244.705 2.23877 242.466 0.000195849 239.705 0.000195608L14.6364 0.000187376C14.0295 0.000187323 13.4369 0.184246 12.9368 0.528061L1.3004 8.52807C-0.433473 9.72012 -0.433473 12.2803 1.30041 13.4723L12.4042 21.1062C13.2182 21.6658 13.7046 22.5904 13.7046 23.5783L13.7046 45.0002C13.7046 47.7616 15.9432 50.0002 18.7046 50.0002L239.705 50.0002C242.466 50.0002 244.705 47.7616 244.705 45.0002L244.705 5.0002Z" fill="%2328AB30"/></svg>') no-repeat 0 0 / auto 100%;
	font-size: 15px;
	line-height: 20px;
	font-weight: 500;
	color: #fff;
	white-space: nowrap;
	position: absolute;
	top: 10px;
	left: calc(100% + 50px);
	pointer-events: none;
	transition: all 0.2s;
	z-index: 1;
}
.discount-success.show{
	visibility: visible;
	opacity: 1;
	transform: translateX(0px);
}
.discount-success i{
	display: flex;
	justify-content: center;
	align-items: center;
	width: 30px;
	height: 30px;
	flex-shrink: 0;
	border-radius: 30px;
	background: #43C64B;
	margin-right: 10px;
}
.discount-success i svg{
	fill: #fff;
}
.block-attr {
	display: flex;
	margin: 24px 0 15px;
}
.block-attr__list {
	width: 50%;
	color: #909095;
	font-size: 15px;
	line-height: 20px;
	padding-right: 15px;
}
.block-attr__list li{
	display: flex;
	position: relative;
	margin-bottom: 20px;
}
.block-attr__label {
	flex-grow: 1;
	padding-right: 10px;
}
.block-attr__label:before{
	content: '';
	position: absolute;
	left: 0;
	top: 14px;
	right: 0;
	border-bottom: 1px dotted #909095;
}
.block-attr__label span{
	display: inline-block;
	position: relative;
	padding: 0 10px 0 15px;
	background: #fff;
	flex-shrink: 0;
}
.block-attr__label span:before{
	content: '';
	display: block;
	width: 5px;
	height: 5px;
	background: #151515;
	border-radius: 50%;
	position: absolute;
	top: 8px;
	left: 0;
}
.block-attr__value {
	flex-shrink: 0;
	color: #151515;
	font-weight: 500;
	text-align: right;
	position: relative;
	background: #fff;
	padding-left: 10px;
}
.block-attr__value span{
	background: #fff;
	padding-left: 10px;
}
.block-attr__discount{
	width: 50%;
	padding: 5px 0 0 35px;
}
.attr-discount {
	background: #FAF7F7;
	padding: 25px 41px 30px;
	position: relative;
	margin-bottom: 15px;
}
.attr-discount_2{
	background: #FFE3E3;
}
.attr-discount__icon {
	display: flex;
	justify-content: center;
	align-items: center;
	background: #FF4C41;
	border-radius: 50%;
	width: 40px;
	height: 40px;
	position: absolute;
	top: 20px;
	left: -20px;
}
.attr-discount__icon svg{
	fill: none;
}
.attr-discount__title {
	font-size: 20px;
	font-weight: 500;
	line-height: 30px;
	margin-bottom: 6px;
}
.attr-discount__text {
	color: rgba(21,21,21,0.5);
	font-size: 13px;
	font-weight: 500;
	line-height: 20px;
}
.attr-discount__text span{
	color: #141414;
}
.block-price {
	display: flex;
	flex-wrap: wrap;
	background: #FAF7F7;
	padding: 28px 55px 42px;
	margin: 0 -70px 28px;
}
.block-price__item {
	width: 50%;
	padding: 0 15px;
}
.block-price__title {
	font-size: 20px;
	font-weight: 500;
	line-height: 30px;
	margin-bottom: 17px;
}
.block-price__text {
	display: inline-flex;
	align-items: center;
	border: 2px solid #fff;
	padding: 12px 19px 11px;
}
.block-price__value{
	font-size: 24px;
	font-weight: 700;
	line-height: 26px;
}
.block-price__tip {
	display: inline-block;
	vertical-align: middle;
	position: relative;
	margin-left: 11px;
}
.block-price__tip i{
	width: 20px;
	height: 20px;
	background: #FF4C41;
	border-radius: 50%;
	display: flex;
	justify-content: center;
	align-items: center;
	line-height: 0;
	transition: background 0.1s;
}
.block-price__tip i svg{
	fill: #fff;
}
.block-price__popup {
	visibility: hidden;
	opacity: 0;
	width: 300px;
	padding: 14px 20px;
	background: #fff;
	border-radius: 5px;
	font-size: 13px;
	line-height: 20px;
	filter: drop-shadow(0px 20px 50px rgba(20, 20, 20, 0.10));
	position: absolute;
	top: calc(100% + 3px);
	left: 10px;
	z-index: 5;
	transition: all 0.1s;
}
.block-price__popup:before{
	content: '';
	display: block;
	height: 20px;
	position: absolute;
	top: -20px;
	left: 0;
	right: 0;
}
.block-price__popup:after{
	content: '';
	display: block;
	width: 20px;
	position: absolute;
	top: 0;
	left: -20px;
	right: 0;
}
.block-price__popup p:not(:last-child){
	margin-bottom: 10px;
}
.block-price__tip:hover i{
	background: #4C4CF5;
}
.block-price__tip:hover .block-price__popup{
	visibility: visible;
	opacity: 1;
}
.block-advant {
	margin: 0 0 39px;
}
.block-advant__section {
	margin-bottom: 27px;
}
.block-advant__title {
	font-size: 20px;
	font-weight: 500;
	line-height: 30px;
	margin-bottom: 22px;
}
.block-advant__section_plus .block-advant__title{
	color: #28AB30;
}
.block-advant__section_menus .block-advant__title{
	color: #FF4C41;
}
.block-advant__list li{
	font-size: 17px;
	line-height: 26px;
	border-radius: 3px;
	padding: 6px 10px 8px 51px;
	background: #FAF7F7;
	position: relative;
	margin-bottom: 5px;
}
.block-advant__section_plus li:before{
	content: '';
	display: block;
	width: 16px;
	height: 16px;
	background: url('data:image/svg+xml,<svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M13.6656 0.9375L6.33437 10.6031L2 6.27187L0 8.27188L6.66563 14.9375L16 2.9375L13.6656 0.9375Z" fill="%2328AB30"/></svg>') no-repeat;
	position: absolute;
	top: 12px;
	left: 20px;
}
.block-advant__section_menus li:before{
	content: '';
	display: block;
	width: 16px;
	height: 3px;
	background: url('data:image/svg+xml,<svg width="16" height="3" viewBox="0 0 16 3" fill="none" xmlns="http://www.w3.org/2000/svg"><rect width="16" height="3" fill="%23FF4C41"/></svg>') no-repeat;
	position: absolute;
	top: 19px;
	left: 20px;
}
.post-btn{
	margin-bottom: 20px;
}
.post-btn a{
	display: flex;
	justify-content: center;
	align-items: center;
	height: 60px;
	background: #FF4C41;
	box-shadow: 0 10px 30px rgba(205,26,15,0.3);
	border-radius: 5px;
	color: #fff;
	text-decoration: none;
	text-align: center;
	font-size: 15px;
	font-weight: 600;
	line-height: 30px;
	letter-spacing: 0.75px;
	text-transform: uppercase;
}
.post-btn a:hover{
	background: #EB382D;
}
.post-btn a i{
	display: block;
	line-height: 0;
	margin-left: 10px;
}
.post-btn a i svg{
	fill: #fff;
}
.block-author {
	display: flex;
	align-items: center;
	position: relative;
	border-radius: 3px;
	border: 1px dashed #909095;
	padding: 29px;
	margin: 35px 0 30px;
}
.block-author::before{
	content: '';
	display: block;
	width: 30px;
	height: 30px;
	border-radius: 3px;
	background: #4C4CF5 url('data:image/svg+xml,<svg width="12" height="12" viewBox="0 0 12 12" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M4.13397 6.3295C5.50852 6.3295 6.54545 5.31783 6.54545 3.97678C6.54545 2.63573 5.50852 1.62405 4.13397 1.62405C2.75943 1.62405 1.72249 2.63573 1.72249 3.97678C1.72249 5.31783 2.75943 6.3295 4.13397 6.3295ZM4.82297 6.96676H3.44498C1.54542 6.96676 0 8.47452 0 10.3278V11H8.26794V10.3278C8.26794 8.47452 6.72253 6.96676 4.82297 6.96676ZM10.1838 0L9.20957 0.950501C10.1197 1.83983 10.622 3.02157 10.622 4.27793C10.622 5.53428 10.1197 6.71602 9.20957 7.60535L10.1838 8.55585C11.3551 7.41243 12 5.89324 12 4.27793C12 2.66261 11.3551 1.14342 10.1838 0Z" fill="white"/><path d="M8.5 1.5L7.51771 2.50113C7.9116 2.90059 8.12834 3.43298 8.12834 4C8.12834 4.56702 7.9116 5.09941 7.51771 5.49887L8.5 6.5C9.15578 5.83258 9.51771 4.94528 9.51771 4C9.51771 3.05472 9.15578 2.16742 8.5 1.5Z" fill="white"/></svg>') no-repeat center;
	position: absolute;
	top: -1px;
	right: -1px;
}
.block-author__image {
	width: 100px;
	height: 100px;
	flex-shrink: 0;
}
.block-author__image img{
	border-radius: 3px;
}
.block-author__content {
	padding: 0 0 0 30px;
}
.block-author__title {
	font-size: 17px;
	font-weight: 500;
	margin-bottom: 13px;
}
.block-author__text {
	color: #909095;
	font-size: 15px;
	line-height: 25px;
}
.block-styled {
	margin: 36px 0 45px;
}
.block-styled__title {
	color: #fff;
	font-size: 20px;
	font-weight: 500;
	line-height: 30px;
	background: #FF4C41;
	padding: 17px 30px 18px;
	border-radius: 5px 5px 0 0;
}
.block-styled__content{
	position: relative;
}
.block-styled__content:before{
	content: '';
	display: block;
	height: 5px;
	background: #FFE3E3;
	border-radius: 0 0 2px 2px;
	position: absolute;
	left: 15px;
	bottom: -5px;
	right: 15px;
}
.block-styled__content ul{
	background: rgba(255,227,227,0.5);
	border-radius: 0 0 5px 5px;
	padding: 21px 0 14px;
	font-size: 17px;
	line-height: 26px;
	position: relative;
}
.block-styled__content strong{
	font-weight: 500;
}
.block-styled__content li{
	position: relative;
	padding-left: 65px;
	margin-bottom: 10px;
}
.block-styled__content li:before{
	content: '';
	display: block;
	width: 20px;
	height: 20px;
	background: url('data:image/svg+xml,<svg width="12" height="12" viewBox="0 0 12 12" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M10.2492 0.703125L4.75078 7.95234L1.5 4.70391L0 6.20391L4.99922 11.2031L12 2.20312L10.2492 0.703125Z" fill="%23FF4C41"/></svg>') no-repeat center;
	position: absolute;
	top: 4px;
	left: 30px;
}
.block-top__mobile {
	display: none;
}
.block-top__desktop{
	overflow-y: auto;
}
.block-top__desktop table{
	width: 100%;
}
.block-top__desktop table th:nth-child(1){width: 26.2%;}
.block-top__desktop table th:nth-child(2){width: 18.8%;}
.block-top__desktop table th:nth-child(3){width: 32%;}
.block-top__desktop table th:nth-child(4){width: 8%;}
.block-top__desktop table th:nth-child(5){width: 15%;padding-right: 0;text-align: center;}
.block-top__desktop table th{
	box-sizing: border-box;
	color: #909095;
	font-size: 12px;
	line-height: normal;
	text-align: left;
	border-bottom: 1px solid#151515;
	padding: 14px 0 16px 0;
	padding-right: 20px;
}
.block-top__desktop table td{
	padding: 8px 0 14px;
	border-bottom: 1px dotted rgba(144,144,149,0.5);
}
.block-top__desktop table td:not(:last-child){
	padding-right: 15px;
}
.block-top__name {
	font-size: 14px;
	font-weight: 500;
	line-height: 20px;
}
.block-top__name a{
	color: #4C4CF5;
	text-decoration-color: rgba(76,76,245,0.3);
}
.block-top__school {
	font-size: 14px;
	line-height: 26px;
}
.block-top__price-main {
	font-size: 16px;
	font-weight: 700;
	line-height: 26px;
}
.block-top__price-main span{
	display: inline-block;
	color: #909095;
	font-size: 13px;
	font-weight: 400;
	line-height: 26px;
	text-decoration-line: line-through;
	margin-left: 2px;
}
.block-top__price-credit {
	font-size: 13px;
	line-height: 16px;
}
.block-top__price-credit span{
	color: #909095;
	font-size: 12px;
	line-height: 16px;
}
.block-top__price-promo{
	margin-top: 5px;
}
.block-top__price-promo > span {
	display: inline-block;
	padding: 3px 10px;
	background: #FFE3E3;
	border-radius: 3px;
	color:#FF4C41;
	font-size: 12px;
	font-weight: 500;
	line-height: 18px;
	margin-right: 5px;
}
.top-promo {
	display: inline-block;
	position: relative;
}
.top-promo__handler {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 20px;
	height: 20px;
	background: #FF4C41;
	border-radius: 50%;
	transition: background 0.2s;
}
.top-promo:hover .top-promo__handler{
	background: #4C4CF5;
}
.top-promo__handler svg{
	fill: #fff;
}
.top-promo__popup {
	display: none;
	width: 350px;
	padding: 22px 20px;
	background: #fff;
	border-radius: 5px;
	filter: drop-shadow(0px 20px 50px rgba(20, 20, 20, 0.10));
	position: absolute;
	top: calc(100% + 3px);
	left: 10px;
	z-index: 5;
	transition: all 0.1s;
}
.top-promo__popup:before{
	content: '';
	display: block;
	height: 20px;
	position: absolute;
	top: -20px;
	left: 0;
	right: 0;
}
.top-promo__popup:after{
	content: '';
	display: block;
	width: 20px;
	position: absolute;
	top: 0;
	left: -20px;
	right: 0;
}
.top-promo:hover .top-promo__popup{
	display: block;
}
.top-promo__title {
	font-size: 17px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	margin-bottom: 12px;
}
.top-promo__title span{
	cursor: pointer;
	color: #FF4C41;
}
.top-promo__title span input{
	position: absolute;
	top: 0;
	left: -10000px;
}
.top-promo__title i{
	display: inline-block;
	line-height: 0;
	margin: 0 -2px 0 3px;
	transform: translateY(2px);
}
.top-promo__title i svg{
	fill: #FF4C41;
}
.top-promo__list {
	margin-bottom: 20px;
}
.top-promo__list li{
	display: flex;
	margin-bottom: 5px;
}
.top-promo__label {
	flex-grow: 1;
	position: relative;
	font-size: 13px;
	line-height: 20px;
	color: #909095;
}
.top-promo__label:before{
	content: '';
	position: absolute;
	left: 0;
	bottom: 5px;
	right: 0;
	border-bottom: 1px dotted #909095;
}
.top-promo__label span{
	display: inline-block;
	position: relative;
	padding: 0 10px 0 0;
	background: #fff;
	flex-shrink: 0;
}
.top-promo__list li.li-red{
	color: #FF4C41;
}
.top-promo__list li.li-red .top-promo__label{
	color: #FF4C41;
	font-weight: 500;
}
.top-promo__list li.li-total .top-promo__value{
	font-size: 17px;
}
.top-promo__list li.li-total .top-promo__label{
	font-size: 15px;
	font-weight: 600;
	color: #151515;
}
.top-promo__value {
	flex-shrink: 0;
	font-size: 14px;
	line-height: 20px;
	font-weight: 500;
	text-align: right;
	padding-left: 10px;
}
.top-promo__text{
	font-size: 13px;
	line-height: 20px;
	margin-bottom: 20px;
}
.top-promo__text p{
	margin-bottom: 10px;
}
.top-promo__link{
	border-radius: 3px;
	background: #FAF8FE;
	padding: 18px 15px;
	margin: 0 -15px -16px;
}
.top-promo__link a{
	color: #4C4CF5;
	font-size: 12px;
	font-weight: 500;
	line-height: normal;
	letter-spacing: 0.6px;
	text-transform: uppercase;
	text-decoration-color: rgba(76,76,245,0.3);
}
.top-promo__popup .discount-success{
	top: calc(100% + 5px);
	left: 0;
}
.block-top__duration {
	font-size: 14px;
	line-height: 26px;
}
.block-top__button a{
	display: block;
	padding: 3px 10px;
	background: #FF4C41;
	border-radius: 5px;
	font-size: 12px;
	font-weight: 600;
	line-height: 30px;
	letter-spacing: 0.6px;
	text-transform: uppercase;
	text-decoration: none;
	text-align: center;
	color: #fff;
}
.block-top__button a:hover{
	background: #EB382D;
}
.wp-polls{
	border-radius: 3px;
	background: #E6F5EE;
	padding: 19px 30px 16px;
	position: relative;
	margin: 19px 0 40px;
}
.wp-polls:before{
	content: '';
	display: block;
	width: 30px;
	height: 30px;
	border-radius: 3px;
	background: #28AB30 url('data:image/svg+xml,<svg width="12" height="12" viewBox="0 0 12 12" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M2.66667 1.2V3.6H9.33333V1.2H10.4483C10.7528 1.2 11 1.467 11 1.7958V11.4042C10.9999 11.5622 10.9417 11.7136 10.8383 11.8253C10.7348 11.937 10.5946 11.9998 10.4483 12H1.55167C1.40536 12 1.26504 11.9372 1.16158 11.8255C1.05812 11.7138 1 11.5622 1 11.4042V1.7958C1 1.467 1.24722 1.2 1.55167 1.2H2.66667ZM4.33333 9H3.22222V10.2H4.33333V9ZM4.33333 7.2H3.22222V8.4H4.33333V7.2ZM4.33333 5.4H3.22222V6.6H4.33333V5.4ZM8.22222 0V2.4H3.77778V0H8.22222Z" fill="white"/></svg>') no-repeat center;
	position: absolute;
	top: 0;
	right: 0;
}
.wp-polls .wp-polls__title{
	font-weight: 600;
	font-size: 17px;
	line-height: 30px;
	margin-bottom: 16px;
}
.wp-polls .wp-polls__list{
	width: 100%;
	margin: 6px 0 14px;
}
.wp-polls .wp-polls__list li{
	padding: 0;
	margin: 0;
	position: relative;
}
.wp-polls .wp-polls__list li:nth-child(odd){
	background: rgba(40,171,48,0.1);
}
.wp-polls .wp-polls__list li:before{
	display: none !important;
}
.wp-polls .wp-polls__list li input{
	visibility: hidden;
	position: absolute;
}
.wp-polls .wp-polls__list li label{
	display: block;
	padding: 7px 20px 8px 56px;
	font-size: 17px;
}
.wp-polls .wp-polls__list li label:before,
.wp-polls .wp-polls__item:before{
	content: '';
	display: block;
	width: 20px;
	height: 20px;
	background: #fff;
	border-radius: 50%;
	position: absolute;
	top: 10px;
	left: 20px;
}
.wp-polls .wp-polls__list li input:checked + label:after,
.wp-polls li.voted .wp-polls__item:after{
	content: '';
	display: block;
	width: 10px;
	height: 10px;
	background: #28AB30;
	border-radius: 50%;
	position: absolute;
	top: 15px;
	left: 25px;
}
.wp-polls .wp-polls__item{
	position: relative;
	padding: 7px 20px 8px 56px;
}
.wp-polls .wp-polls__item i{
	display: inline-block;
	margin-right: 10px;
	font-size: 17px;
	line-height: 26px;
}
.wp-polls .wp-polls__item span{
	font-size: 15px;
	opacity: 0.5;
}
.wp-polls .wp-polls__num{
	position: absolute;
	top: 8px;
	right: 18px;
	color: #151515;
	text-align: right;
	font-size: 15px;
	font-weight: 600;
	line-height: 26px;
}
.wp-polls .pollbar{
	height: 3px;
	border: none;
	background: #28AB30;
	position: absolute;
	left: 0;
	bottom: 0;
}
.wp-polls .wp-polls__foot{
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
}
.wp-polls .wp-polls__send{
	margin: 0 20px 0 0;
}
.wp-polls .wp-polls__send input{
	height: 26px;
	padding: 0;
	border: none;
	background: none;
	color: #28AB30;
	font-family: 'Roboto', sans-serif;
	font-size: 12px;
	font-weight: 600;
	line-height: 18px;
	letter-spacing: 0.6px;
	text-transform: uppercase;
	text-align: left;
	cursor: pointer;
}
.wp-polls .wp-polls__showres{
	padding: 0;
	border: none;
	background: none;
	font-size: 12px;
	font-weight: 600;
	line-height: 18px;
	letter-spacing: 0.6px;
	text-transform: uppercase;
	margin: 0;
}
.wp-polls .wp-polls__showres a{
	height: 26px;
	padding: 4px 0 0;
	display: inline-flex;
	align-items: center;
	color: #28AB30;
	text-decoration: none;
	position: relative;
}
.wp-polls .wp-polls__showres a:before{
	content: '';
	display: inline-block;
	width: 14px;
	height: 11px;
	background: url('data:image/svg+xml,<svg width="14" height="11" viewBox="0 0 14 11" fill="none" xmlns="http://www.w3.org/2000/svg"><rect width="10" height="1.5" fill="%2328AB30"/><rect y="4.5" width="14" height="1.5" fill="%2328AB30"/><rect y="9" width="14" height="1.5" fill="%2328AB30"/></svg>') no-repeat;
	margin-right: 10px;
}
.wp-polls .wp-polls__showvote{
	font-size: 12px;
	font-weight: 600;
	line-height: 18px;
	letter-spacing: 0.6px;
	text-transform: uppercase;
}
.wp-polls .wp-polls__showvote a{
	color: #28AB30;
	text-decoration: none;
}
.post-share {
	height: 110px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	background: #FAF7F7;
	border-radius: 5px;
	padding: 20px 70px;
	margin: 0 -70px;
}
.post-share__title {
	font-size: 20px;
	font-weight: 500;
	line-height: 30px;
}
.post-share__block{
	display: flex;
	align-items: center;
}
.post-share__links {
	color: #151515;
	font-size: 15px;
	line-height: 30px;
}
.post-share__links .social-likes{
	display: flex;
}
.post-share__links .social-likes__widget{
	line-height: 0;
	margin-left: 10px;
}
.post-share__links .social-likes__button{
	width: 30px;
	height: 30px;
	border-radius: 50%;
	cursor: pointer;
}
.post-share__links .social-likes__button svg{
	fill: #fff;
}
.social-likes__icon{
	display: none;
}
.post-faq {
	padding: 36px 80px 30px;
	background: #fff;
	box-shadow: 0 10px 20px rgba(0,0,0,0.05);
	border-radius: 3px;
	margin-bottom: 30px;
}
.section-title {
	font-size: 24px;
	font-weight: 500;
	line-height: 30px;
	margin-bottom: 28px;
}
.post-faq__container {
	counter-reset: item;
}
.post-faq__item {
	border: 1px dotted rgba(144,144,149,0.5);
	border-radius: 5px;
	position: relative;
	padding: 15px 29px 18px;
	margin-bottom: 15px;
}
.post-faq__item::before{
	content: counter(item);
	counter-increment: item;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 30px;
	height: 30px;
	border-radius: 50%;
	background: #FAF7F7;
	box-shadow: 0 0 0 5px #fff;
	font-size: 15px;
	font-weight: 600;
	line-height: 20px;
	position: absolute;
	top: 14px;
	left: -15px;
}
.post-faq__item i{
	display: flex;
	justify-content: center;
	align-items: center;
	width: 30px;
	height: 30px;
	background: #FAF7F7;
	border-radius: 15px;
	box-shadow: 0 0 0 5px #fff;
	position: absolute;
	top: -1px;
	right: -45px;
}
.post-faq__item i svg{
	fill: #151515;
	transform: rotate(180deg);
}
.post-faq__question {
	position: relative;
	font-size: 17px;
	font-weight: 600;
	line-height: 25px;
	cursor: pointer;
}
.post-faq__answer {
	display: none;
	padding: 10px 0 1px;
	font-size: 17px;
	line-height: 26px;
}
.post-faq__answer p:not(:last-child){
	margin-bottom: 10px;
}
.post-faq__item:hover,
.post-faq__item.active{
	border: 1px solid #FF4C41;
}
.post-faq__item:hover i,
.post-faq__item.active i{
	background: #FF4C41;
}
.post-faq__item:hover i svg{
	fill: #fff;
}
.post-faq__item.active i svg{
	fill: #fff;
	transform: rotate(0deg);
}
.post-comment{
	padding: 36px 80px;
	background: #fff;
	box-shadow: 0 10px 20px rgba(0,0,0,0.05);
	border-radius: 3px;
	margin-bottom: 40px;
}
.comment-form__inputs {
	display: flex;
	flex-wrap: wrap;
	margin:  0 -10px;
}
.comment-form__input {
	width: 50%;
	padding: 0 10px 10px;
}
.comment-form__input input{
	width: 100%;
	height: 55px;
	padding: 0 30px;
	border: 1px solid #FAF7F7;
	border-radius: 5px;
	background: #FAF7F7;
	font-size: 15px;
}
.comment-form__input input:focus{
	border-color: rgba(144, 144, 149, 0.50);
	background: #fff;
}
.comment-form__bottom {
	padding: 14px 30px 21px;
	background: #FAF7F7;
	border-radius: 5px;
}
.comment-form__textarea textarea{
	width: 100%;
	height: 90px;
	background: none;
	padding: 0;
	border: none;
	font-size: 15px;
	line-height: 26px;
	resize: none;
	margin: 0 0 11px;
}
.comment-form__input input::placeholder,
.comment-form__textarea textarea::placeholder{
	color: #909095;
	opacity: 1;
}
.comment-form-cookies-consent{
	display: none;
}
.comment-form__foot{
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding-top: 17px;
	border-top: 1px dotted #909095;
}
.comment-form__checkbox label input{
	display: none;
}
.comment-form__checkbox label span{
	display: inline-block;
	padding-left: 39px;
	color: #909095;
	font-size: 13px;
	line-height: 18px;
	position: relative;
}
.comment-form__checkbox label span a{
	color: #909095;
}
.comment-form__checkbox label span:before{
	content: '';
	display: block;
	width: 17px;
	height: 17px;
	border: 1px solid rgba(144,144,149,0.15);
	border-radius: 3px;
	position: absolute;
	top: 0;
	left: 0;
}
.comment-form__checkbox label input:checked + span:before{
	background: url('data:image/svg+xml,<svg width="14" height="12" viewBox="0 0 14 12" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M11.9574 0L5.54258 8.28482L1.75 4.57232L0 6.28661L5.83242 12L14 1.71429L11.9574 0Z" fill="%23FF4C41"/></svg>') no-repeat center;
}
.comment-form__btn{
	padding: 2px 0 0 45px;
}
.comment-form__btn input{
	height: 50px;
	display: inline-flex;
	justify-content: center;
	align-items: center;
	background: #FF4C41;
	border: none;
	border-radius: 5px;
	padding: 0 40px;
	color: #fff;
	text-align: center;
	font-size: 13px;
	font-weight: 600;
	line-height: 30px;
	letter-spacing: 0.65px;
	text-transform: uppercase;
}
.comment-form__btn input:hover{
	background: #EB382D;
}
.comment-form__btn input:disabled{
	cursor: default;
	background: #909095;
	opacity: 0.5;
}
.reply-cancel,
.comment-form, .logged-in-as{
	font-size: 15px;
	line-height: 25px;
	margin-bottom: 5px;
}
.comment-list .comment-respond{
	margin: 0 0 30px 50px;
}
.comment-list{
	padding: 30px 0 14px;
}
.comment-list li{
	position: relative;
}
.comment-list ul{
	position: relative;
	margin-left: 50px;
}
.comment-list li:last-child ul.children:before{
	content: '';
	display: block;
	width: 5px;
	background: #fff;
	position: absolute;
	top: 16px;
	left: -38px;
	bottom: -29px;
}
.comment-list li:not(:last-child):before,
.comment-list li.has-child:last-child:before{
	content: '';
	display: block;
	width: 1px;
	background: #dddddf;
	position: absolute;
	top: 0;
	left: 14px;
	bottom: -29px;
}
.comment-list li:not(.depth-1):first-child:after{
	content: '';
	display: block;
	width: 35px;
	height: 1px;
	background: #dddddf;
	position: absolute;
	top: 15px;
	left: -35px;
}
.comment-list__more{
	text-align: center;
	padding-top: 10px;
}
.comment-list__more span{
	display: inline-flex;
	justify-content: center;
	align-items: center;
	height: 50px;
	padding: 10px 49px;
	background: #FFE3E3;
	border-radius: 3px;
	font-size: 13px;
	font-weight: 600;
	line-height: 20px;
	letter-spacing: 0.65px;
	text-transform: uppercase;
	text-align: center;
	cursor: pointer;
}
.comment-block {
	display: flex;
	margin-bottom: 29px;
}
.comment-block__avatar {
	width: 30px;
	height: 30px;
	position: relative;
	box-shadow: 0 0 0 15px #fff;
	z-index: 1;
}
.comment-block_author .comment-block__avatar:after{
	content: '';
	display: block;
	width: 20px;
	height: 20px;
	background: #4C4CF5 url('data:image/svg+xml,<svg width="12" height="12" viewBox="0 0 12 12" fill="none" xmlns="http://www.w3.org/2000/svg"><g clip-path="url(%23clip0_115_222)"><path d="M10.2492 0.703125L4.75078 7.95234L1.5 4.70391L0 6.20391L4.99922 11.2031L12 2.20312L10.2492 0.703125Z" fill="white"/></g><defs><clipPath id="clip0_115_222"><rect width="12" height="12" fill="white"/></clipPath></defs></svg>') no-repeat center;
	border-radius: 50%;
	position: absolute;
	top: -5px;
	right: -5px;
}
.comment-block__avatar img{
	width: 100%;
	height: 100%;
	object-fit: cover;
	border-radius: 3px;
}
.comment-block__content {
	width: calc(100% - 30px);
	padding: 1px 0 0 20px;
}
.comment-block__info {
	display: flex;
	align-items: baseline;
	margin-bottom: 5px;
}
.comment-block__name {
	font-size: 17px;
	font-weight: 500;
	line-height: 26px;
	margin-right: 10px;
}
.comment-block__date {
	color: #909095;
	font-size: 15px;
	line-height: 26px;
	margin-right: 20px;
}
.comment-block__author {
	color: #909095;
	font-size: 15px;
	line-height: 26px;
	margin-right: 10px;
}
.comment-block__text {
	font-size: 15px;
	line-height: 25px;
	margin-bottom: 9px;
}
.comment-block__text .cld-like-dislike-wrap{
	display: none;
}
.comment-block__control {
	display: flex;
	align-items: center;
}
.comment-block__reply {
	position: relative;
	color: #909095;
	font-size: 12px;
	font-weight: 600;
	line-height: 20px;
	letter-spacing: 0.6px;
	text-transform: uppercase;
	cursor: pointer;
	margin-right: 10px;
}
.comment-block__reply:hover{
	color: #4C4CF5;
}
.comment-block__reply:after{
	content: '';
	display: block;
	height: 1px;
	background: rgba(144,144,149,0.3);
	position: absolute;
	left: 0;
	bottom: 0;
	right: 0;
	pointer-events: none;
}
.comment-block__reply:hover:after{
	background: rgba(76,76,245,0.3);
}
body .cld-like-dislike-wrap{
	margin: 0;
}
body .cld-like-dislike-wrap .cld-common-wrap{
	display: flex;
	align-items: center;
}
body .cld-count-wrap {
	color: #909095;
	margin-left: 5px;
}
body .cld-common-wrap > a.cld-like-dislike-trigger{
	display: block;
	line-height: 0;
}
body .cld-common-wrap > a.cld-like-dislike-trigger svg{
	fill: rgba(144,144,149,0.7);
}
body .cld-common-wrap > a.cld-prevent.cld-like-dislike-trigger svg,
body .cld-common-wrap > a.cld-like-dislike-trigger:hover svg{
	fill: #FF4C41;
}
body .cld-common-wrap > a.cld-prevent.cld-like-dislike-trigger + .cld-count-wrap,
body .cld-common-wrap > a.cld-like-dislike-trigger:hover + .cld-count-wrap{
	color: #FF4C41;
}
.post-cookie{
	display: none;
	justify-content: center;
	align-items: center;
	padding: 10px 80px;
	background: #fff;
	box-shadow: 0 10px 20px rgba(0,0,0,0.05);
	border-radius: 3px;
	margin-bottom: 40px;
}
.post-cookie.opened{
	display: flex;
}
.post-cookie__text {
	font-size: 14px;
	line-height: 25px;
	margin-right: 30px;
}
.post-cookie__text span{
	font-weight: 600;
	color: #4C4CF5;
}
.post-cookie__btn button{
	display: inline-block;
	padding: 13px 35px;
	background: #4C4CF5;
	border: none;
	border-radius: 5px;
	color: #FFF;
	text-align: center;
	font-size: 13px;
	font-weight: 600;
	line-height: 1;
	letter-spacing: 0.65px;
	text-transform: uppercase;
	text-decoration: none;
}

/* Sidebars
-----------------------------------------------------------------------------*/
.aside-title{
	display: flex;
	justify-content: center;
	align-items: center;
	min-height: 40px;
	padding: 10px 10px;
	background: #FFE3E3;
	border-radius: 3px;
	text-align: center;
	font-size: 12px;
	line-height: 16px;
	font-weight: 500;
	letter-spacing: 0.6px;
	text-transform: uppercase;
	margin-bottom: 20px;
}
.aside-nav{
	margin-bottom: 21px;
}
.aside-nav__list {
	font-size: 13px;
	line-height: 17px;
	margin-top: -11px;
	counter-reset: li;
}
.aside-nav__list li{
	padding: 10px 0 12px;
	border-bottom: 1px dotted #909095;
	position: relative;
}
.aside-nav__list li.active:before{
	content: '';
	display: block;
	background: #fff;
	position: absolute;
	top: -1px;
	right: 0;
	bottom: -1px;
	left: 0;
	z-index: 1;
}
.aside-nav__list li.active:after{
	content: '';
	display: block;
	width: 15px;
	background: url(images/aside-nav-desktop.png) no-repeat 0 0 / 15px 100%;
	position: absolute;
	top: -1px;
	right: -15px;
	bottom: -1px;
}
.aside-nav__list a{
	display: block;
	position: relative;
	z-index: 2;
	padding-left: 24px;
	text-decoration: none;
}
.aside-nav__list a:before{
	content: counter(li);
	counter-increment: li;
	width: 16px;
	display: block;
	font-size: 14px;
	font-weight: 700;
	line-height: 20px;
	text-align: center;
	position: absolute;
	top: -1px;
	left: 0;
}
.aside-nav__list a:hover{
	color: #4C4CF5;
}
.aside-links__list {
	color: #909095;
	font-size: 14px;
	line-height: 20px;
}
.aside-links__list li{
	margin-bottom: 10px;
}
.aside-links__list a{
	display: block;
	padding-left: 24px;
	color: #909095;
	position: relative;
	text-decoration: none;
}
.aside-links__list a i{
	position: absolute;
	top: -2px;
	left: 2px;
}
.aside-links__list a i svg{
	fill: #909095;
	transform: rotate(90deg);
}
.aside-links__list a:hover{
	color: #151515;
}
.aside-links__list a:hover i svg{
	fill: #151515;
}
.aside-comment__item:not(:last-child){
	padding-bottom: 12px;
	border-bottom: 1px dotted #909095;
	margin-bottom: 20px;
}
.aside-comment__head {
	display: flex;
	align-items: center;
	position: relative;
	margin-bottom: 11px;
}
.aside-comment__image {
	width: 30px;
	height: 30px;
	line-height: 0;
	flex-shrink: 0;
	margin-right: 15px;
}
.aside-comment__image img{
	border-radius: 3px;
}
.aside-comment__name {
	color: #909095;
	font-size: 13px;
	line-height: 17px;
}
.aside-comment__name span{
	color: #151515;
	font-size: 14px;
	font-weight: 500;
	text-decoration: none;
	margin-right: 10px;
}
.aside-comment__name i{
	display: inline-block;
}
.aside-comment__text{
	font-size: 13px;
	line-height: 20px;
	margin-bottom: 5px;
}
.aside-comment__link {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	font-size: 13px;
	color: #151515;
	font-weight: 600;
	line-height: 20px;
}
.author-popup {
	display: none;
	width: 310px;
	padding: 20px;
	background: #fff;
	border-radius: 0 3px 3px 3px;
	box-shadow: 0 10px 20px rgba(0,0,0,0.05);
	position: absolute;
	top: 19px;
	left: 132px;
	z-index: 1;
}
.author-popup__head {
	display: flex;
	align-items: center;
	margin-bottom: 15px;
}
.author-popup__image {
	width: 60px;
	height: 60px;
	flex-shrink: 0;
	margin-right: 19px;
}
.author-popup__name {
	font-size: 17px;
	font-weight: 500;
	margin-bottom: 10px;
}
.author-popup__social {
	display: flex;
	flex-wrap: wrap;
}
.author-popup__social a{
	width: 20px;
	height: 20px;
	border-radius: 50%;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-right: 5px;
}
.author-popup__social svg{
	fill: #fff;
}
.author-popup__text {
	font-size: 13px;
	line-height: 20px;
	padding-bottom: 15px;
	border-bottom: 1px dotted rgba(144,144,149,0.5);
	margin-bottom: 19px;
}
.author-popup__link {
	font-size: 12px;
	font-weight: 500;
	line-height: 18px;
	letter-spacing: 0.6px;
	text-transform: uppercase;
}
.author-popup__link a{
	color: #4C4CF5;
	text-decoration-color: rgba(76,76,245,0.3);
}
.icon-vk,
.social-likes__button_vkontakte{
	background: #4A76A8;
}
.icon-twitter,
.social-likes__button_twitter{
	background: #55ACE3;
}
.icon-fb,
.social-likes__button_facebook{
	background: #4E6297;
}
.icon-ok,
.social-likes__button_odnoklassniki{
	background: #F79A38;
}
.icon-telegram,
.social-likes__button_telegram{
	background: #2F89CE;
}
/* 404
-----------------------------------------------------------------------------*/
.page-404__container {
	display: flex;
	justify-content: center;
	align-items: center;
	min-height: calc(100vh - 51px - 110px);
	padding: 50px 0;
}
.page-404__block {
	display: flex;
	width: 540px;
}
.page-404__image {
	width: 110px;
	margin-right: 30px;
	flex-shrink: 0;
}
.page-404__image svg{
	width: 100%;
}
.page-404__content {}
.page-404__title {
	font-size: 40px;
	font-weight: 600;
	margin-bottom: 10px;
}
.page-404__text {
	font-size: 17px;
	line-height: 1.6em;
}
/* Footer
-----------------------------------------------------------------------------*/
.site-footer {
	flex: 0 0 auto;
	background: #FFE3E3;
	padding: 40px 0;
	position: relative;
}
.site-footer__container {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.site-footer__left {
	width: 250px;
}
.footer-logo {
	display: flex;
	align-items: center;
}
.footer-logo__image {
	width: 28px;
	margin: 0 11px 0 6px;
}
.footer-logo__text {
	font-size: 16px;
	font-weight: 600;
	line-height: 24px;
}
.site-footer__center {
	width: calc(100% - 600px);
	padding: 0 20px;
}
.footer-copy {
	font-size: 14px;
	line-height: 18px;
	opacity: 0.5;
	text-align: center;
}
.site-footer__right {
	width: 250px;
}
.footer-soical {
	display: flex;
	justify-content: flex-end;
	align-items: center;
}
.footer-soical a{
	width: 30px;
	height: 30px;
	border-radius: 50%;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-left: 10px;
}
.footer-soical a svg{
	fill: #fff;
}
.totop{
	visibility: hidden;
	opacity: 0;
	position: fixed;
	right: 0;
	bottom: 280px;
	transition: all 0.2s;
	z-index: 100;
}
.totop.opened{
	visibility: visible;
	opacity: 1;
}
.totop a{
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	width: 60px;
	height: 70px;
	background: #4C4CF5;
	border-radius: 3px 0 0 3px;
	color: #FAF7F7;
	font-size: 13px;
	font-weight: 600;
	line-height: 20px;
	letter-spacing: 0.65px;
	text-transform: uppercase;
	text-decoration: none;
	text-align: center;
	cursor: pointer;
	user-select: none;
}
.totop i{
	display: block;
	margin: -3px 0 2px;
}
.totop i svg{
	fill: #fff;
}
/* Mobile
-----------------------------------------------------------------------------*/
.mobile-panel{
	visibility: hidden;
	opacity: 0;
	top: 50px;
	left: 0;
	width: 100%;
	height: calc(100% - 50px);
	position: fixed;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 5px 5px 10px;
	background: #fff;
	-webkit-transition: all 0.2s ease-out 0s;
	-o-transition: all 0.2s ease-out 0s;
	transition: all 0.2s ease-out 0s;
	overflow-y: auto;
	z-index: 101;
}
.mobile-panel.show{
	visibility: visible;
	opacity: 1;
}
.mobile-logo{
	margin-bottom: 20px;
}

.mobile-menu{
	margin-bottom: 15px;
}
.mobile-menu > ul > li{
	font-size: 15px;
	font-weight: 500;
	line-height: 21px;
	letter-spacing: 0.75px;
	text-transform: uppercase;
	text-align: center;
	position: relative;
	margin-bottom: 5px;
}
.mobile-menu > ul > li > a{
	display: block;
	background: #FAF7F7;
	padding: 12px 10px;
	text-decoration: none;
}
.mobile-contents {
	margin: 21px 15px;
	margin-bottom: 10px;
}
.mobile-contents__title {
	font-size: 18px;
	font-weight: 500;
	line-height: 25px;
	margin-bottom: 15px;
}
.mobile-contents__list {
	font-size: 15px;
	line-height: 22px;
	counter-reset: li;
	border-top: 1px dotted #909095;
}
.mobile-contents__list li{
	padding: 12px 0 15px;
	border-bottom: 1px dotted #909095;
	position: relative;
}
.mobile-contents__list li.active:before{
	content: '';
	display: block;
	background: #FFE3E3;
	position: absolute;
	top: -1px;
	right: 0;
	bottom: -1px;
	left: -20px;
	z-index: 1;
}
.mobile-contents__list li.active:after{
	content: '';
	display: block;
	width: 15px;
	background: url(images/aside-nav-mobile.png) no-repeat 0 0 / 15px 100%;
	position: absolute;
	top: -1px;
	right: -15px;
	bottom: -1px;
}
.mobile-contents__list a{
	display: block;
	position: relative;
	z-index: 2;
	padding-left: 30px;
	text-decoration: none;
}
.mobile-contents__list a:before{
	content: counter(li);
	counter-increment: li;
	width: 16px;
	display: block;
	font-size: 14px;
	font-weight: 700;
	line-height: 20px;
	text-align: center;
	position: absolute;
	top: 1px;
	left: 0;
}
.mobile-contents__list a:hover{
	color: #4C4CF5;
}
.mobile-links {
	margin: 19px 17px;
}
.mobile-links__list {
	color: #909095;
	font-size: 16px;
	line-height: 20px;
}
.mobile-links__list li{
	margin-bottom: 20px;
}
.mobile-links__list a{
	display: block;
	padding-left: 28px;
	color: #909095;
	position: relative;
	text-decoration: none;
}
.mobile-links__list a i{
	position: absolute;
	top: -2px;
	left: 2px;
}
.mobile-links__list a i svg{
	fill: #909095;
	transform: rotate(90deg);
}
.mobile-links__list a:hover{
	color: #151515;
}
.mobile-links__list a:hover i svg{
	fill: #151515;
}

/* Redactor Styles
-----------------------------------------------------------------------------*/
.alignnone {
	margin: 5px 20px 20px 0;
}
.aligncenter, div.aligncenter {
	margin: auto;
	text-align: center;
}
.alignright {
	float:right;
	margin: 5px 0 20px 20px;
}
.alignleft {
	float:left;
	margin: 5px 20px 20px 0;
}
.aligncenter {
	display: block;
	margin: 5px auto 5px auto;
}
a img.alignright {
	float:right;
	margin: 5px 0 20px 20px;
}
a img.alignnone {
	margin: 5px 20px 20px 0;
}
a img.alignleft {
	float:left;
	margin: 5px 20px 20px 0;
}
a img.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto
}
.wp-caption {
	max-width: 100%;
	padding: 0 0 10px;
	text-align: center;
	margin-top:20px !important;
	margin-bottom:20px !important;
}
.wp-caption.alignnone {
	margin: 5px 20px 20px 0;
}
.wp-caption.alignleft {
	margin: 5px 20px 20px 0;
}
.wp-caption.alignright {
	margin: 5px 0 20px 20px;
}
.wp-caption img {
	border:3px solid #dbdddd;
	height: auto;
	margin:0 0 5px 0;
	max-width: 98.5%;
	padding:0;
	width: auto;
}
.wp-caption p.wp-caption-text {
	font-size:12pt;
	line-height:17px;
	margin:0;
	padding:0 4px 5px;
}

/* Responsive
-----------------------------------------------------------------------------*/
@media only screen and (max-width: 1330px){
	.inner{
		margin-left: 20px;
		margin-right: 20px;
	}
	.post-main {
		padding: 30px 30px;
	}
	.post-body img {
		max-width: calc(100% + 60px);
		margin: 19px -30px 24px;
	}
	.headline-icon{
		margin-right: 0;
	}
	.block-price{
		padding: 28px 20px 42px;
		margin: 0 -20px 28px;
	}
	.post-share{
		padding: 20px;
		margin: 0 -20px;
	}
	
}
@media only screen and (max-width: 992px){
	.site-wrapper{
		overflow: hidden;
	}
	.site-header{
		position: fixed;
		top: 0;
		left: 0;
		right: 0;
		z-index: 10;
	}
	.site-header__center,.header-search__form{
		display: none;
	}
	.site-header__left,
	.site-header__right{
		width: auto;
	}
	.header-logo__text {
		font-size: 14px;
	}
	.header-note__popup {
		top: calc(100% + 7px);
		right: -33px;
	}
	.header-search {
		margin-left: 0px;
	}
	.header-search__icon{
		display: block;
		line-height: 0;
	}
	.header-search__icon{
		display: flex;
		justify-content: center;
		align-items: center;
		width: 50px;
		height: 50px;
		cursor: pointer;
	}
	.touch-menu{
		display: block;
		position: relative;
		margin: 0 -20px 0 4px;
		cursor: pointer;
	}
	.touch-menu__open{
		display: flex;
		justify-content: center;
		align-items: center;
		width: 50px;
		height: 50px;
		background: #FFCFCF;
		transition: opacity 0.2s;
	}
	.touch-menu__close{
		opacity: 0;
		position: absolute;
		top: 0;
		right: 0;
		bottom: 0;
		left: 0;
		display: flex;
		justify-content: center;
		align-items: center;
		background: #FF4C41;
		transition: opacity 0.2s;
	}
	.touch-menu.active .touch-menu__open{
		opacity: 0;
	}
	.touch-menu.active .touch-menu__close{
		opacity: 1;
	}
	.touch-menu svg{
		fill: #151515;
	}
	.site-content__head{
		width: 100%;
	}
	.site-content__main{
		width: 100%;
		padding: 0;
	}
	.site-content__sidebar{
		display: none;
	}
	.site-content__head{
		justify-content: center;
		text-align: center;
		padding: 18px 0;
	}
	.site-content__breadcrumbs{
		display: none;
	}
	.totop{
		left: 0;
		right: 0;
		bottom: 0;
	}
	.totop a{
		display: flex;
		flex-direction: row-reverse;
		justify-content: center;
		align-items: center;
		width: 100%;
		height: 55px;
		border-radius: 0;
		font-size: 16px;
		font-weight: 700;
		line-height: 24px;
		letter-spacing: 0.8px;
	}
	.totop i{
		margin: 0 0 0 10px;
	}
}
@media only screen and (max-width: 767px){
	.site-content__main{
		width: calc(100% + 40px);
		margin: 0 -20px;
	}
	.post-main {
		padding: 20px 20px 5px;
		margin-bottom: 20px;
	}
	.post-main__head{
		margin-bottom: 17px;
	}
	.post-main__content {
		padding: 0 0 11px;
	}
	.post-body {
		font-size: 15px;
		line-height: 22px;
	}
	.post-body h1{
		font-size: 22px;
		line-height: 30px;
		margin-bottom: 17px;
	}
	.post-body h2{
		font-size: 18px;
		line-height: 25px;
		margin: 24px 0 19px;
	}
	.post-body h3{
		font-size: 16px;
		line-height: 22px;
		margin: 29px 0 19px;
	}
	.post-body h4 {
		margin: 0 0 13px;
	}
	.post-body ul li:before {
		top: 5px;
	}
	.post-body img {
		max-width: calc(100% + 40px);
		margin: 19px -20px;
	}
	.post-body hr{
		margin: 40px 0 30px;
	}
	.post-body ul {
		margin-bottom: 25px;
	}
	.post-body ol {
		margin-bottom: 28px;
	}
	.post-body ol li:before{
		font-size: 16px;
		top: 2px;
	}
	.discount-success{
		top: calc(100% + 5px);
		left: 0;
	}
	.post-textimg {
		flex-direction: column;
		align-items: center;
		margin: 25px 0;
	}
	.post-textimg__image{
		width: 320px;
		max-width: 100%;
	}
	.post-textimg__image img{
		width: 100%;
	}
	.post-textimg__content{
		width: 100%;
		padding: 23px 0 0;
	}
	.post-textimg_right{
		flex-direction: column-reverse;
	}
	.post-textimg_right .post-textimg__content {
		padding: 0 0 17px 0;
	}
	.post-table {
		margin: 30px -20px 31px;
	}
	.post-table table thead th:first-child,
	.post-table table thead th:last-child{
		border-radius: 0;
	}
	.post-table table tbody td {
		padding: 11px 15px;
		height: 50px;
		font-size: 13px;
		line-height: 18px;
	}
	.post-attention{
		padding: 16px 31px;
		margin: 21px 0;
	}
	.post-attention{
		margin: 21px 0 25px;
	}
	.block-attr{
		flex-direction: column-reverse;
		margin: 16px 0 10px;
	}
	.attr-discount{
		padding: 20px 30px 13px;
		margin-bottom: 10px;
	}
	.attr-discount__icon {
		width: 30px;
		height: 30px;
		top: 16px;
		left: -15px;
	}
	.attr-discount__title{
		font-size: 16px;
		line-height: 22px;
		margin-bottom: 5px;
	}
	.attr-discount__text{
		font-size: 13px;
		line-height: 20px;
	}
	.block-attr__list{
		width: 100%;
		padding: 0;
	}
	.block-attr__list li {
		margin-bottom: 15px;
	}
	.block-attr__discount{
		width: 100%;
		padding: 0 0 16px;
	}
	.headline-icon__text a{
		margin: 0;
	}
	.headline-icon,h3.headline-icon {
		padding: 0 0 0 55px;
	}
	.headline-icon__text{
		font-size: 18px;
		line-height: 25px;
	}
	h3.headline-icon .headline-icon__text{
		font-size: 16px;
		line-height: 22px;
	}
	.block-price{
		flex-direction: column;
		padding: 23px 20px 7px;
		margin: 0 -20px 24px;
	}
	.block-price__item{
		width: 100%;
		padding: 0 0 25px;
		text-align: center;
	}
	.block-price__title {
		font-size: 16px;
		line-height: 24px;
		margin-bottom: 8px;
	}
	.block-price__text {
		display: flex;
		justify-content: center;
		position: relative;
	}
	.block-price__tip{
		position: static;
	}
	.block-price__popup{
		width: 250px;
		top: calc(100% + 5px);
		left: calc(50% - 125px);
	}
	.block-advant {
		margin: 0 0 30px;
	}
	.block-advant__section {
		margin-bottom: 22px;
	}
	.block-advant__title{
		font-size: 16px;
		font-weight: 500;
		line-height: 22px;
		margin-bottom: 14px;
	}
	.block-advant__list li:before{
		left: 15px;
	}
	.block-advant__list li {
		padding: 9px 10px 8px 46px;
		font-size: 15px;
		line-height: 22px;
	}
	.block-author {
		padding: 18px 10px 13px 18px;
		margin: 22px -20px 24px;
		align-items: flex-start;
		border-radius: 0;
	}
	.block-author__image{
		width: 80px;
		height: 80px;
	}
	.block-author__content {
		padding: 0 0 0 16px;
	}
	.block-author__title {
		font-size: 15px;
		margin-bottom: 8px;
	}
	.block-author__text {
		font-size: 13px;
		line-height: 20px;
	}
	.block-styled {
		margin: 32px -20px 34px;
	}
	.block-styled__title{
		font-size: 16px;
		line-height: 25px;
		padding: 12px 20px 13px;
		border-radius: 0;
	}
	.block-styled__content ul{
		padding: 18px 20px 8px;
		font-size: 15px;
		line-height: 22px;
	}
	.block-styled__content li{
		padding-left: 35px;
	}
	.block-styled__content li:before{
		top: 1px;
		left: 0;
	}
	/* .block-top__desktop {
		display: none;
	}
	.block-top__mobile {
		display: block;
	}
	.block-top__mobile table{
		width: 100%;
	}
	.block-top__mobile table th:nth-child(1){width: 50%;}
	.block-top__mobile table th:nth-child(2){width: 50%;padding-right: 0;text-align: right;}
	.block-top__mobile table th{
		box-sizing: border-box;
		color: #909095;
		font-size: 12px;
		line-height: normal;
		text-align: left;
		border-bottom: 1px solid#151515;
		padding: 0 0 16px 0;
		padding-right: 10px;
	}
	.block-top__mobile table td{
		padding: 11px 0 14px;
		border-bottom: 1px dotted rgba(144,144,149,0.5);
	}
	.block-top__mobile table td:not(:last-child){
		padding-right: 10px;
	}
	.block-top__name{
		font-size: 15px;
		margin-bottom: 6px;
	}
	.block-top__props{
		font-size: 14px;
		line-height: 20px;
	}
	.block-top__props li{
		margin-bottom: 5px;
	}
	.block-top__props span{
		color: #909095;
		font-size: 12px;
	}
	.block-top__price-main{
		text-align: right;
	}
	.block-top__price-credit{
		text-align: right;
	}
	.block-top__price-promo{
		display: flex;
		flex-direction: row-reverse;
		justify-content: flex-start;
		align-items: center;
		margin-bottom: 5px;
	}
	.block-top__price-promo > span{
		font-size: 11px;
		padding: 3px 5px;
		margin: 0 0 0 5px;
		text-align: right;
	}
	.block-top__button{
		text-align: right;
	}
	.block-top__button a{
		display: inline-block;
		padding: 3px 21px;
	}
	.block-top__price-promo{
		position: relative;
	} */
	.top-promo{
		position: static;
	}
	.top-promo__popup{
		left: auto;
		right: 0;
	}
	.wp-polls{
		padding: 10px 20px;
		margin: 19px -20px 33px;
		border-radius: 0;
	}
	.wp-polls .wp-polls__title {
		font-size: 15px;
		line-height: 29px;
		margin-bottom: 6px;
	}
	.wp-polls .wp-polls__list {
		margin: 6px 0 5px;
	}
	.wp-polls .wp-polls__list li label::before, .wp-polls .wp-polls__item::before {
		left: 10px;
	}
	.wp-polls .wp-polls__list li input:checked + label::after, .wp-polls li.voted .wp-polls__item::after {
		left: 15px;
	}
	.wp-polls .wp-polls__list li label{
		padding: 9px 20px 10px 40px;
		font-size: 15px;
	}
	.wp-polls .wp-polls__item {
		padding: 7px 20px 8px 40px;
	}
	.wp-polls .wp-polls__item i{
		font-size: 15px;
	}
	.wp-polls .wp-polls__showres a{
		padding: 0;
	}
	.wp-polls .wp-polls__showvote{
		margin-top: 5px;
	}
	.post-share{
		height: auto;
		flex-direction: column;
		padding: 18px;
	}
	.post-share__title{
		font-size: 16px;
		line-height: 24px;
		text-align: center;
		margin-bottom: 8px;
	}
	.post-share__block{
		font-size: 15px;
		line-height: 22px;
	}
	.section-title{
		font-size: 18px;
		line-height: 25px;
		margin-bottom: 18px;
	}
	.post-faq {
		padding: 32px 20px 30px;
		margin-bottom: 20px;
	}
	.post-faq__item{
		padding: 12px 19px 14px;
		margin-bottom: 9px;
	}
	.post-faq__item:before{
		width: 20px;
		height: 20px;
		font-size: 13px;
		line-height: 20px;
		top: 15px;
		left: -11px;
	}
	.post-faq__question{
		font-size: 15px;
		line-height: 22px;
	}
	.post-faq__question i{
		width: 20px;
		height: 20px;
		top: 2px;
		right: -30px;
	}
	.post-faq__answer{
		padding: 6px 0 1px;
		font-size: 13px;
		line-height: 20px;
	}
	.post-faq__answer p:not(:last-child) {
		margin-bottom: 5px;
	}
	.post-comment {
		padding: 33px 20px 21px;
		margin-bottom: 20px;
	}
	.comment-form__input{
		width: 100%;
		padding: 0 10px 15px;
	}
	.comment-form__input input{
		padding: 0 19px;
	}
	.comment-form__bottom{
		padding: 14px 20px 21px;
		margin: -5px 0 0 0;
	}
	.comment-form__textarea textarea{
		margin-bottom: 7px;
	}
	.comment-form__foot{
		flex-direction: column;
		padding-top: 15px;
	}
	.comment-form__checkbox{
		width: 100%;
	}
	.comment-form__checkbox label span{
		padding-left: 29px;
	}
	.comment-form__btn{
		width: 100%;
		padding: 17px 0 0;
	}
	.comment-form__btn input{
		width: 100%;
	}
	.comment-list {
		padding: 24px 0 14px;
	}
	.comment-list ul {
		margin-left: 20px;
	}
	.comment-list li:before,
	.comment-list li:after,
	.comment-list ul:before,
	.comment-list ul:after{
		display: none !important;
	}
	.comment-list li:last-child ul.children::before {
		left: -32px;
	}
	.comment-list li:not(:last-child)::before, .comment-list li.has-child:last-child::before {
		left: -10px;
	}
	.comment-list li:first-child:before{
		top: 15px !important;
	}
	.comment-list li:not(.depth-1):first-child::after {
		content: '';
		display: block;
		width: 35px;
		height: 1px;
		background: #dddddf;
		position: absolute;
		top: 15px;
		left: -30px;
	}
	.comment-list .comment-respond {
		margin: 0 0 30px 0;
	}
	.comment-block {
		margin-bottom: 33px;
	}
	.comment-block__avatar{
		box-shadow: none;
	}
	.comment-block__content {
		width: calc(100% - 30px);
		padding: 1px 0 0 15px;
	}
	.comment-block__info{
		flex-wrap: wrap;
		margin: 0 0 12px 0;
	}
	.comment-block__name{
		font-size: 15px;
		line-height: 18px;
	}
	.comment-block__author{
		width: 100%;
		color: #909095;
		font-size: 13px;
		line-height: 17px;
		margin: 0;
	}
	.comment-block__text{
		font-size: 15px;
		line-height: 22px;
		margin: 0 0 11px -45px;
	}
	.comment-block__control{
		margin-left: -45px;
	}
	.comment-block_author .comment-block__info{
		margin: -10px 0 5px 0;
	}
	.comment-list__more{
		padding: 0;
	}
	.comment-list__more span{
		width: 100%;
	}
	.post-cookie{
		flex-direction: column;
		padding: 17px 20px;
		text-align: center;
		margin-bottom: 20px;
	}
	.post-cookie__text{
		font-size: 13px;
		line-height: 18px;
		margin: 0 0 12px;
	}
	.page-404__container{
		min-height: 0;
	}
	.page-404__block{
		flex-direction: column;
		align-items: center;
		text-align: center;
	}
	.page-404__image{
		margin: 0 0 20px;
	}
	.site-footer{
		padding: 29px 0;
	}
	.site-footer__container{
		flex-direction: column;
		align-items: center;
	}
	.site-footer__left,
	.site-footer__right{
		width: auto;
		margin-bottom: 22px;
	}
	.footer-logo__image {
		width: 45px;
	}
	.footer-logo__text{
		font-size: 18px;
		font-weight: 600;
	}
	.site-footer__center{
		width: auto;
		padding: 0;
		order: 2;
	}
	.footer-soical a {
		width: 40px;
		height: 40px;
		margin: 0 7px;
	}
	.footer-soical a svg{
		width: 100%;
	}
}
@media only screen and (max-width: 640px){
	.block-top__desktop {
		display: none;
	}
	.block-top__mobile {
		display: block;
	}
	.block-top__mobile table{
		width: 100%;
	}
	.block-top__mobile table th:nth-child(1){width: 50%;}
	.block-top__mobile table th:nth-child(2){width: 50%;padding-right: 0;text-align: right;}
	.block-top__mobile table th{
		box-sizing: border-box;
		color: #909095;
		font-size: 12px;
		line-height: normal;
		text-align: left;
		border-bottom: 1px solid#151515;
		padding: 0 0 16px 0;
		padding-right: 10px;
	}
	.block-top__mobile table td{
		padding: 11px 0 14px;
		border-bottom: 1px dotted rgba(144,144,149,0.5);
	}
	.block-top__mobile table td:not(:last-child){
		padding-right: 10px;
	}
	.block-top__name{
		font-size: 15px;
		margin-bottom: 6px;
	}
	.block-top__props{
		font-size: 14px;
		line-height: 20px;
	}
	.block-top__props li{
		margin-bottom: 5px;
	}
	.block-top__props span{
		color: #909095;
		font-size: 12px;
	}
	.block-top__price-main{
		text-align: right;
	}
	.block-top__price-credit{
		text-align: right;
	}
	.block-top__price-promo{
		display: flex;
		flex-direction: row-reverse;
		justify-content: flex-start;
		align-items: center;
		margin-bottom: 5px;
	}
	.block-top__price-promo > span{
		font-size: 11px;
		padding: 3px 5px;
		margin: 0 0 0 5px;
		text-align: right;
	}
	.block-top__button{
		text-align: right;
	}
	.block-top__button a{
		display: inline-block;
		padding: 3px 21px;
	}
	.block-top__price-promo{
		position: relative;
	}
}