html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, textarea {
	margin:0;
	padding:0;
	border:0;
	outline:0;
	vertical-align:baseline;
	background:transparent;

}

html {
	/* scroll-behavior: auto; */
}
body {
	line-height:1
}
ol, ul {
	list-style:none
}
blockquote, q {
	quotes:none
}
blockquote:before, blockquote:after, q:before, q:after {
	content:'';
	content:none
}
:focus {
	outline:0
}
ins {
	text-decoration:none
}
del {
	text-decoration:line-through
}
table {
	border-collapse:collapse;
	border-spacing:0
}
th, td {
	margin:0;
	padding:0
}
table {
	border-collapse:collapse;
	border-spacing:0
}

br {
	line-height: 10px;
}

input[type="submit"]::-moz-focus-inner, input[type="button"]::-moz-focus-inner {
 border : 0px;
}
input[type="submit"]:focus, input[type="button"]:focus {
	outline : none;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	 -ms-appearance: none;
}

input[type="text"], input[type="submit"], input[type="button"], textarea {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	 -ms-appearance: none;
	resize: none;
}

/******************************* 0 #settings *************************************/



html {
	width:100%;
	height:100%;
}

body {
	width:100%;
	position:relative;
	height:100%;
	font-family: 'Montserrat', -apple-system, Segoe UI, sans-serif;
	/* background: #FFFFFF url('assets/i/backmain-2.png') no-repeat; */
	background-position: 0px -33px;
	background-size: 100% auto;
	font-size: 14px;
	font-weight: normal;
	color: #000;
}


.wrapper {
	width:100%;
	position:relative;
	min-height:100%;
	font-family: 'Montserrat', -apple-system, Segoe UI, sans-serif;
	overflow-x: hidden;
}

.container_center {
	width: 1180px;
	margin: 0 auto;
}

.button {
	display: inline-block;
	height: 46px;
	line-height: 46px;
	background: linear-gradient(157.56deg, rgba(255, 202, 0, 0.5) 13.27%, rgba(255, 144, 0, 0.5) 74.22%), #FF9123;
	border: 1px solid rgba(255, 255, 255, 0.1);
	box-shadow: 0px 4px 13px rgba(255, 145, 17, 0.5);
	border-radius: 6px;
	padding:0 30px;
	font-weight: 700;
	font-size: 16px;
	color: #FFFFFF !important;
	text-shadow: 1px 1px 0px rgba(0, 0, 0, 0.1);
	text-decoration: none;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	text-decoration: none !important;
	font-family: 'Montserrat', sans-serif !important;
}

.button i {
	margin-left: 10px;
}

.button:hover {
	background-color: #e78624;
}

.button.white {
	color: #ff9123 !important;
	background: #FFFFFF !important;
	text-shadow: none;
}

.button.white:hover {
	background-color: #fff !important;
	box-shadow: 0px 4px 13px rgb(197 150 96 / 50%);
}

/* .button.orange {
	color: #fff;
	background-color: #FF9123;
}
.button.orange:hover {
	background-color: #e78624;
} */

.button.big-b {
	height: 57px;
	line-height: 57px;
}


/******************************* 1 .header_section *************************************/

.header_section {
	/* height: calc(100vh - 88px); */
	/* height: 100vh; */
	min-height: 768px;
	padding-top: 88px;
	width: 100%;
	overflow: hidden;
	position: relative;
	z-index: 1;
}


.post-type-archive .wrapper::after {
	display: none !important;
}

.post-type-archive.post-type-archive-features .wrapper::after {
	display: none !important;
}

.circle_disk {
	content: '';
	position: absolute;
	top: -40vh;
	right: -40vh;
	width: 130vh;
	height: 130vh;
	-webkit-border-radius: 1000000000px;
	-moz-border-radius: 1000000000px;
	border-radius: 100000000px;
	background: rgb(255,203,0);
	background: -webkit-linear-gradient(331deg, rgba(255,203,0,1) 0%, rgba(255,188,0,1) 68%, rgba(255,168,0,1) 100%);
	background: -o-linear-gradient(331deg, rgba(255,203,0,1) 0%, rgba(255,188,0,1) 68%, rgba(255,168,0,1) 100%);
	background: linear-gradient(61deg, rgba(255,203,0,1) 0%, rgba(255,188,0,1) 68%, rgba(255,168,0,1) 100%);
}


.kksr-muted {
	opacity: 0;
}

.header_section .breadcrumps {
	padding-top: 20px;
}

.breadcrumps {
	margin-bottom: 20px;
}

.breadcrumps ul li {
	display: inline-block;
}

.breadcrumps {
	font-size: 16px;
	font-weight: 600;
	color: #000;
}

.breadcrumps a {
	font-size: 16px;
	font-weight: 600;
	color: #FF9123;
	text-decoration: none;
	display: inline-block;
	position: relative;
	margin-right: 20px;
	line-height: 30px;
}

.breadcrumps a:hover {
	color: #f3a04c;
}

.breadcrumps .breadcrumb-container a {
	margin-right: 26px;
}

/* .breadcrumps span > span{
		display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
} */

.breadcrumps a::before {
	background: url(assets/ni/menutop_arrow.svg) no-repeat;
    width: 12px;
    height: 7px;
    content: '';
    position: absolute;
    right: -20px;
    top: 50%;
    margin-top: -3px;
    -moz-transform: rotate(270deg);
    -webkit-transform: rotate(270deg);
    -o-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    transform: rotate(270deg);
}

.header_section .container_center {
	/* min-height: 768px; */
}

.header_section-flex {
	display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
		height: 100%;
		position: relative;
		z-index: 2;
		min-height: 768px;
}


.header_section-flex .fx_item {
	width: 50%;
}

 .header_section-title {
	color: #000000;
	font-family: 'Montserrat', -apple-system, Segoe UI, sans-serif;
	font-size: 60px;
	font-weight: 800;
	line-height: 60px;
	margin-bottom: 35px;
}

 .header_section-title h1 {
	 color: #000000;
 	font-family: 'Montserrat', -apple-system, Segoe UI, sans-serif;
 	font-size: 60px;
 	font-weight: 800;
 	line-height: 60px;
 }

.section_obuchenie .header_section-title,
.section_blog.fq .header_section-title,
.section_blog.kachay-prod .header_section-title {
	max-width: 1000px;
	margin:0 auto;
	margin-bottom: 60px;
}

.section_blog.kachay-prod .header_section-title {
	text-align: center;
}

.header_section-description {
	color: #000000;
	font-family: 'Montserrat', -apple-system, Segoe UI, sans-serif;
	font-size: 18px;
	line-height: 28px;
	font-weight: 500;
	margin-bottom: 35px;
}

.header_section-description a {
	color: #FF9123;
	text-decoration: none;
}

.header_section-description p {
	margin-bottom: 15px;
}


.platforms .label {
		color: #000000;
    font-size: 18px;
    font-weight: 600;
		margin-bottom: 15px;
}

.platforms ul li {
	display: inline-block;
  font-size: 16px;
  font-weight: 400;
	margin-right: 15px;
	margin-bottom: 15px;
}

.platforms ul li a {
	text-decoration: none;
	color: #000000;
	text-decoration: underline !important;
}

.platforms ul li a:hover {
	color: #ff9123;
	text-decoration: none !important;
}

.platforms ul li i {
	margin-right: 5px;
	color: #ff9123;
}

.header_section-flex .imgheader {
	width: 126%;
	position: relative;
	z-index: 2;
}

.header_section-flex .imgheader img {
	width: 100%;
	height: auto;
}

.header_section-flex .imgheader.single {
	width: calc(90% - 50px);
	margin-left: 50px;
}

.header_section-flex .imgheader.pr {
	margin-top:-150px;
}

.button_play {
	background: url('assets/i/btn-play.svg') no-repeat;
	width: 195px;
	height: 195px;
	position: absolute;
	top: 50%;
	margin-top: -97px;
	left: 50%;
	margin-left: -97px;
	cursor: pointer;
	border-radius: 50%;
}

.button_play.v2 {
	margin-left: -16px;
}

.button_play.na {
	position: relative;
	top:0;
	left:0;
	margin: auto;
}

/******************************* 2 .footer_section *************************************/
.footer_section {
	background: #FFFFFF;
	position: relative;
	z-index: 5;
}
.footer_section .center_align {
	color: #7C828D;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
	text-align: center;
	padding-bottom: 36px;
	border-bottom: 1px solid #E7E7E7;
}

.footer_section-bottom {
	border-top: 1px solid #E7E7E7;
	height: 71px;
	border-bottom: 1px solid #E7E7E7;
}

.footer_section .container_center {
	padding: 30px 0px 30px 0px;
}

.footer_section .footer_section-bottom .container_center {
	padding: 0px;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-flex-wrap: nowrap;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-align-content: stretch;
	-ms-flex-line-pack: stretch;
	align-content: stretch;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}

.footer_section .widjet_pabel {
		display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.footer_section .widjet_pabel .widget .widget-title {
	color: #000000;
	font-family: 'Montserrat', -apple-system, Segoe UI, sans-serif;
	font-size: 16px;
	font-weight: 700;
	text-transform: uppercase;
	margin-bottom: 30px;
}

.footer_section .widjet_pabel .widget ul a {
	font-family: 'Montserrat', -apple-system, Segoe UI, sans-serif;
    font-size: 17px;
    font-weight: 500;
		color: #000;
		-webkit-transition: color 0.2s ease;
		-moz-transition: color 0.2s ease;
		-o-transition: color 0.2s ease;
		transition: color 0.2s ease;
		text-decoration: none;
}

.footer_section .widjet_pabel .widget ul li {
	margin-bottom: 20px;
}

.footer_section .widjet_pabel .widget ul a:hover {
	color: #ff9123;
}

.footer_section-bottom .container_center {
	height: 100%;
}

.footer_section-bottom p {
	color: #000000;
    font-family: 'Montserrat', -apple-system, Segoe UI, sans-serif;
    font-size: 15px;
    font-weight: 700;
}

.footer_section-bottom .container_center .fx_item:nth-child(2) {
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
    -webkit-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    align-self: auto;
		text-align: center;
}

.footer_section-bottom .container_center .fx_item:nth-child(1),
.footer_section-bottom .container_center .fx_item:nth-child(3) {
	width: 230px;
}

.footer_section-bottom .container_center .fx_item:nth-child(3) {
	text-align: right;
}

.footer_section-links a {
	display: inline-block;
	color: #ff9123;
	font-size: 25px;
	margin-left: 15px;
	-webkit-transition: color 0.2s ease;
	-moz-transition: color 0.2s ease;
	-o-transition: color 0.2s ease;
	transition: color 0.2s ease;
}

.footer_section-links a.rutube img {
	width: 19px;
	height: auto;
}

.footer_section-links a:hover {
	 /* color: #e78624; */
	 opacity: 0.86;
}


/******************************* 3 .page_section *************************************/

.article_opp {
		display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
		padding:40px;
/*		box-shadow: 0px 0px 10px 0px rgb(0 0 0 / 15%);*/
		border-radius: 30px 30px 30px 30px;
		z-index: 1;
		position: relative;
		margin-bottom: 45px;
}

.article_opp.odd {
	display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.article_opp .title {
		color: #000000;
    font-family: 'Montserrat', -apple-system, Segoe UI, sans-serif;
    font-size: 30px;
    font-weight: 800;
		margin-bottom: 20px;
}

.article_opp .description {
		color: #000000;
    font-family: 'Montserrat', -apple-system, Segoe UI, sans-serif;
    font-size: 16px;
    font-weight: 400;
		line-height: 26px;
}

.article_opp .description a {
	text-decoration: none;
	color: #ff9123;
}

.article_opp .description p {
	margin-bottom: 25px;
	line-height: 26px;
}

.article_opp .fx_item {
	width: 47%;
}

.article_opp .fx_item .img {
	width: 100%;
}

.article_opp .fx_item .img img {
	width: 100%;
	height: auto;
}

.article_opp .button.white {
		font-size: 16px;
    font-weight: 700;
    color: #404B4A;
		height: 46px;
		border-radius: 9px 9px 9px 9px;
    box-shadow: 0px 5px 14px 2px rgb(255 255 255 / 55%);
		line-height: 46px;
		-webkit-transition: all 0.2s ease;
		-moz-transition: all 0.2s ease;
		-o-transition: all 0.2s ease;
		transition: all 0.2s ease;
		vertical-align: middle;
}

.article_opp .button.white i {
	margin-left: 5px;
	font-size: 20px;
}

.article_opp .button.white:hover {
	box-shadow: 0px 5px 14px 2px rgb(255 240 225)
}

.article_opp.bl1 {
	background:#cce3e1;
}

.article_opp.bl2 {
	background:#e0d1e0;
}

.article_opp.bl3 {
	background:#ccd2e8;
}

.article_opp.bl4 {
	background:#e8d8d1;
}
.article_opp.bl5 {
	background: #d5e0d1;
}
.article_opp.bl6 {
	background: #ebd5d7;
}


/******************************* 4 mobile_menu *************************************/

.menu_toggle {
	height:100%;
	overflow-x:hidden;
	width:100%;
	position:absolute;
	top:-100%;
	left:0;
	z-index:9999;
	text-align:center;
	-webkit-transition: top 0.4s, background-color 0.4s;
	-moz-transition: top 0.4s, background-color 0.4s;
	transition: top 0.4s, background-color 0.4s;
	background: rgb(255 255 255 / 90%);
}


body.active .menu_toggle {
	background: rgb(255 255 255 / 98%);
}

.menu_toggle .bg_scroll {
	padding-bottom:100px;
}

.menu_toggle .sub_title {
	font-size:14px;
	text-transform: uppercase;
	color:#FF9123;
	font-weight:bold;
	text-transform: uppercase;
	letter-spacing:2px;
	padding-bottom:10px;
}

.menu_toggle .center {
	padding-top:100px;
}

.menu_toggle ul {
	padding-bottom:40px;
	position:static;
}

.menu_toggle ul li ul {
	padding-top:40px;
}

.menu_toggle ul li {
	margin-bottom:2px;
}

.menu_toggle ul li > a {
	display:inline-block;
	font-size:20px;
	font-weight:300;
	color:#545454;
	padding:15px 30px;
	text-decoration:none;
}

.menu_toggle ul li > a:hover {
	background:#FF9123;
	color:#fff;
}

body.active .wrapper {
	overflow:hidden;
}

body.hiddenbd {
	position:static;
	overflow:hidden;
}

body.active .menu_toggle {
	top:0px;
}
.wrapper .button_menu {
		display:none;
		z-index: 999999;
}


@media (max-width: 1095px) {
	.wrapper .button_menu {
    display:block;
    cursor:pointer;
    height: 30px;
    line-height: 30px;
    z-index:999999;
    right:0;
    top:32px;
    font-size: 20px;
  }

  .wrapper .button_menu .fa-times {
    display: none;
  }
  .wrapper .button_menu .fa-bars {
    display: inline-block;
    color: #000;
  }

  .wrapper .button_menu.is-clicked .fa-times {
    display: inline-block;
    color: #fff;
  }
  .wrapper .button_menu.is-clicked .fa-bars {
    display: none;
  }

  .header .menu_header {
    display: none;
  }
	.b_clouse {
		position: absolute;
		right: 8%;
    top: 38px;
		color: #000;
		cursor: pointer;
	}
}




/******************************* 4 mobile_menu *************************************/


.section_rvw {
	margin-bottom: 60px;
}



.button_center {
	text-align: center;
}

.button_center .button {
	margin:0;
}


/******************************* 5 section_blog *************************************/

.section_blog {
	min-height: 500px;
	padding-top: 100px;
	padding-bottom: 100px;
	position: relative;
	z-index: 2;
	overflow-y: hidden;
	overflow-x: hidden;
}

.section_blog .container_center {
	position: relative;
}

.section_blog .section_blog-flex {
		display: -ms-flexbox;
	   display: -webkit-flex;
	   display: flex;
	   -webkit-flex-direction: row;
	   -ms-flex-direction: row;
	   flex-direction: row;
	   -webkit-flex-wrap: nowrap;
	   -ms-flex-wrap: nowrap;
	   flex-wrap: nowrap;
	   -webkit-justify-content: space-between;
	   -ms-flex-pack: justify;
	   justify-content: space-between;
	   -webkit-align-content: stretch;
	   -ms-flex-line-pack: stretch;
	   align-content: stretch;
	  -webkit-align-items: flex-start;
	  -ms-flex-align: start;
	  align-items: flex-start;
		width: 100%;
}

.section_blog .section_blog-flex.faq_styles {
		display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
}

.section_blog .section_blog-flex.faq_styles .fx_item.content_bar,
.section_blog .section_blog-flex.o-nas_st .fx_item.content_bar {
	min-width: auto;
  max-width: none;
	width: 100%;
}

.section_blog .section_blog-flex.o-nas_st .content_bar .wp-block-image img {
	/* width: auto; */
	max-width: 100%;
}

.section_blog .section_blog-flex.o-nas_st .fx_item.content_bar .entry-smeta {
	display: none;
}

.section_blog.articles_type .section_blog-flex {
	display: block;
}

.section_blog.articles_type .section_blog-flex .sidebare_left {
	 min-width: 330px;
}
.section_blog.articles_type .section_blog-flex .fx_item.content_bar {
	min-width: auto;
  max-width: none;
	margin-left: 330px;
}

.section_blog.articles_type .section_blog-flex .sidebare_left .floating-menu ul {
	margin-left: 0px;
}

.wp-block-eedee-block-gutenslider {
	margin-bottom: 30px;
}

.section_blog .section_blog-flex.faq_styles .sidebare_left {
	margin-right: 50px;
}

.section_blog .section_blog-flex .fx_item.content_bar {
	min-width: 560px;
	max-width: 560px;
	/* padding-top: 40px; */
}

.post-type-archive-resheniya .header_section-flex {
	padding-top: 50px;
}

.section_blog .section_blog-title,
.section_blog .section_blog-title h1 {

	font-family: 'Montserrat', -apple-system, Segoe UI, sans-serif;
	word-wrap: break-word;
	font-weight: 700;
	font-size: 54px;
	line-height: 60px;
	color: #222222;
	margin-bottom: 35px;
}

.section_blog .entry-smeta,
.section_blog .entry-smeta .entry-smeta_author {
		display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
		font-weight: 600;
}

.section_blog .entry-smeta .entry-smeta_author .entry-smeta_author-img {
	width: 35px;
	height: 35px;
	-webkit-border-radius: 100px;
	-moz-border-radius: 100px;
	border-radius: 100px;
	margin-right: 11px;
}

.section_blog .entry-smeta .entry-smeta_author .entry-smeta_author-img img {
	width: 100%;
	height: auto;
	-webkit-border-radius: 100px;
	-moz-border-radius: 100px;
	border-radius: 100px;
}

.section_blog .entry-smeta .entry-smeta_date,
.section_blog .entry-smeta .entry-smeta_time,
.section_blog .entry-smeta .entry-smeta_views {
	position: relative;
	padding-left: 22px;
	font-weight: 600;
}

.section_blog .entry-smeta .entry-smeta_date::before,
.section_blog .entry-smeta .entry-smeta_time::before,
.section_blog .entry-smeta .entry-smeta_views::before {
	font-family: 'FontAwesome';
	font-size: 14px;
	color: #FF9123;
	position: absolute;
	left: 0;
}
.section_blog .entry-smeta .entry-smeta_date::before {
	content: "\f133";
}
.section_blog .entry-smeta .entry-smeta_time::before{
	content: "\f017";
}
.section_blog .entry-smeta .entry-smeta_views::before{
	content: "\f06e";
}

.section_blog .entry-smeta .entry-smeta_views .post-views-icon {
	display: none !important;
}

.section_blog .entry-smeta {
	margin-bottom: 20px;
}

.section_blog .entry-smeta .fx_item {
	padding-right: 20px;
	color: #000000;
	font-weight: 400;
	font-size: 14px;
}

.section_blog .section_blog-title h1 {
	margin-bottom: 30px;
	line-height: 62px !important;
}

.section_blog .container_center {
  font-family: 'Montserrat', -apple-system, Segoe UI, sans-serif;
  font-weight: 400;
	font-size: 16px;
	line-height: 24.8px;
	color: #444444;

}
.section_blog .container_center .content_bar * {
	font-family: 'Montserrat', -apple-system, Segoe UI, sans-serif;
}

.section_blog .container_center .content_bar {
	font-weight: 400;
	font-size: 16px;
	line-height: 24.8px;
	color: #444444;
}

.section_blog .container_center .content_bar strong,
.section_blog .container_center .content_bar b {
	font-weight: 700;
	color: #303030;
}

.section_blog .section_blog-flex .content_bar a:not(.button),
.section_blog .container_center .content_bar a:not(.button, .button-orange){
	color: #DA6F04;
	font-weight: 700;
	text-decoration: underline;
}

.section_blog .section_blog-flex .content_bar a:hover,
.section_blog .container_center .content_bar a:hover {
	text-decoration: none;
}


.section_blog .container_center .content_bar a.design_st,
 .block_guttenberg_button a {
	display: inline-block;
	height: 46px;
	line-height: 46px;
	background: linear-gradient(157.56deg, rgba(255, 202, 0, 0.5) 13.27%, rgba(255, 144, 0, 0.5) 74.22%), #FF9123;
	border: 1px solid rgba(255, 255, 255, 0.1);
	box-shadow: 0px 4px 13px rgba(255, 145, 17, 0.5);
	border-radius: 6px;
	padding:0 30px;
	font-weight: 700;
	font-size: 16px;
	color: #FFFFFF;
	text-shadow: 1px 1px 0px rgba(0, 0, 0, 0.1);
	text-decoration: none;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	text-decoration: none !important;
}

.section_blog .container_center .content_bar a.design_st:hover,
 .block_guttenberg_button a:hover {
	background-color: #e78624;
}

.single-post {
	background: #fff;
}

/* .section_blog .section_blog-flex p {
	margin-bottom: 15px;
} */

.section_blog .section_blog-flex .sidebare_right {
	position: relative;
	min-width: 284px;
	max-width: 284px;
	width: 100%;
}

.section_blog .section_blog-flex .sidebare_left {
	min-width: 284px;
}
.section_blog .section_blog-flex .sidebare_right .noaside {
	height: 352px;
	display: block;
}
.section_blog .section_blog-flex .sidebare_right .aside {
	box-shadow: 0px 5px 14px 2px rgb(255 145 35 / 54%);
	transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
	margin-top: 0px;
	margin-bottom: 40px;
	padding: 30px 26px;
	z-index: 0;
	background-color:#ff9123;
	-webkit-border-radius: 12px;
	-moz-border-radius: 12px;
	border-radius: 12px;
	position: relative;
	max-width: calc(284px - 52px);
	z-index: 1;
}


.section_blog .section_blog-flex .sidebare_right .aside.fixed {
	position: fixed;
	top: 132px;
}

.section_blog .section_blog-flex .sidebare_right .aside-title {
		color: #FFFFFF;
    font-family: 'Montserrat', -apple-system, Segoe UI, sans-serif;
    font-size: 22px;
    font-weight: 700;
    line-height: 30px;
		margin-bottom: 20px;
}

.section_blog .section_blog-flex .sidebare_right .aside-description {
	color: #FFFFFF;
	font-family: 'Montserrat', -apple-system, Segoe UI, sans-serif;
	font-size: 14px;
	font-weight: 300;
	line-height: 21px;
	margin-bottom: 20px;
}

.section_blog .section_blog-flex .sidebare_right .aside-button_sec .button {
	height: 46px;
	line-height: 46px;
	font-size: 16px;
	font-weight: 700;
	display: block;
	text-align: center;
	position: relative;
}

.section_blog .section_blog-flex .sidebare_right .aside-button_sec .button:hover {
	    box-shadow: 0px 4px 13px rgb(99 99 99 / 50%);
}

.section_blog .section_blog-flex .sidebare_right .aside-button_sec .button .fa-cloud-download {
	position: absolute;
	right: 22px;
  top: 50%;
  margin-top: -8px;
}


.section_blog .section_blog-flex .content_bar h2 {
	font-family: 'Montserrat', -apple-system, Segoe UI, sans-serif;
	font-weight: 700;
	font-size: 40px;
	line-height: 50px;
	/* or 50px */
	color: #222222;
	margin-bottom: 30px;
}

.section_blog .section_blog-flex .content_bar h3 {
	font-family: 'Montserrat', -apple-system, Segoe UI, sans-serif;
	font-weight: 700;
	font-size: 33px;
	line-height: 41.25px;
	color: #222222;
	margin-bottom: 28px;
}

.section_blog .section_blog-flex .content_bar h4 {
	font-family: 'Montserrat', -apple-system, Segoe UI, sans-serif;
	font-weight: 700;
	font-size: 26px;
	line-height: 32.5px;
	color: #222222;
	margin-bottom: 25px;
}

.section_blog .section_blog-flex .content_bar h5 {
	font-family: 'Montserrat', -apple-system, Segoe UI, sans-serif;
	font-weight: 700;
	font-size: 22px;
	line-height: 28.6px;
	color: #222222;
	margin-bottom: 22px;
}

.section_blog .section_blog-flex .content_bar h6 {
	font-family: 'Montserrat', -apple-system, Segoe UI, sans-serif;
	font-weight: 700;
	font-size: 18px;
	line-height: 23.4px;
	color: #222222;
	margin-bottom: 20px;
}

/* .section_blog .section_blog-flex .content_bar a {
	text-decoration: none;
	color: #ff9123;
}
.section_blog .section_blog-flex .content_bar a:hover,
.section_blog .section_blog-flex .content_bar a:focus {
	  color: #b86716;
} */

.section_blog .section_blog-flex .content_bar .wp-block-image {
	width: 100%;
}

.section_blog .section_blog-flex .content_bar .wp-block-image img {
	/* width: 100%; */
	max-width: 100%;
	height: auto;
}

.section_blog .section_blog-flex .content_bar ul:not(.flip) {
    margin-left: 0px !important;
    list-style-type: none;
		margin-bottom: 25px;
}

.section_blog .section_blog-flex .content_bar  ul:not(.flip) li {
    position: relative;
		list-style: none;
    margin-bottom: 10px;
		font-weight: 700;
		font-size: 16px;
		line-height: 32px;
		color: #444444;
		padding-left: 42px;
}

.section_blog .section_blog-flex .content_bar  ul:not(.flip) li::before {
	display: inline-block;
	content: '';
	width: 30px;
	height: 30px;
	/* margin-right: 12px; */
	background: url('assets/images/svg_ul.svg') no-repeat;
	background-position: center center;
	position: absolute;
	left: 0;
	top:50%;
	margin-top:-15px;
}
/* .section_blog .section_blog-flex .content_bar p {
	padding-bottom: 2em;
} */

.section_blog .section_blog-flex .content_bar p {
	margin-bottom: 40px;
}

.section_blog .section_blog-flex .content_bar ol,
.section_blog .section_blog-flex .content_bar ul {
	  /* margin: 0 0 1.5em 3em; */
}

.section_blog .section_blog-flex .content_bar ol {
    list-style-type: none;
    counter-reset: number;
    margin-left: 3px;
		margin-bottom: 25px;
}

.section_blog .section_blog-flex .content_bar ol li {
		position: relative;
    list-style: none;
    margin-bottom: 10px;
		font-weight: 700;
		font-size: 16px;
		line-height: 32px;
		color: #444444;
}

.section_blog .section_blog-flex .content_bar ol li:before {
    display: inline-block;
    counter-increment: number;
    content: counter(number)'.';
		font-weight: 700;
		font-size: 18px;
		line-height: 27.9px;
		color: #FF9412;
		width: 26px;
}

.section_blog .section_blog-flex .content_bar .wp-container-3 {
	/* border-radius: 20px;*/
  /* background-color: #ff9123; */
	/* padding: 30px 20px 30px 20px;  */
	display: flex;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: flex-start;
    align-content: flex-start;
    flex-direction: row;
	width: 100%;
}

.section_blog .section_blog-flex .content_bar .wp-container-3 .wp-block-column.is-layout-flow {
	margin:0 20px;
}

.section_blog .section_blog-flex .content_bar .wp-container-3 h3 {
	font-family: 'Montserrat', -apple-system, Segoe UI, sans-serif;
	font-size: 22px;
	font-weight: 600;
	color: #000;
}

.section_blog .section_blog-flex .content_bar .wp-container-3 p {
	color: #000;
}

.section_blog .section_blog-flex .content_bar .wp-container-3 .is-layout-flow a {
	color: #DA6F04;
    font-weight: 700;
    text-decoration: underline;
}

.section_blog .section_blog-flex .content_bar .wp-container-3 .is-layout-flow a:hover {
	text-decoration: none;
}

.section_blog .section_blog-flex .content_bar .is-layout-flex.wp-block-buttons .wp-block-button a:hover {
	box-shadow: 0px 5px 10px 0px rgb(247 211 176);
}

.section_blog .section_blog-flex .content_bar .is-layout-flex.wp-block-buttons .wp-block-button {
	text-align: center;
	width: 100%;
}

.section_blog .section_blog-flex .content_bar .is-layout-flex.wp-block-buttons .wp-block-button a {
	font-size: 16px;
  font-weight: 700;
  border-radius: 9px 9px 9px 9px;
  box-shadow: 0px 5px 10px 0px rgb(0 0 0 / 12%);
  padding: 0 17px 0 17px;
	height: 46px;
	line-height: 46px;
	display: inline-block;
	text-decoration: none;
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	transition: all 0.2s ease;
	background: #fff !important;
}

.section_blog .section_blog-flex .content_bar .is-layout-flex.wp-block-buttons .wp-block-button a.knopka {
	background: #ff9123 !important;
	color: #fff;
}

.section_blog .section_blog-flex .content_bar .is-layout-flex.wp-block-buttons .wp-block-button a.knopka:hover {
	background-color: #e78624;
}

.section_blog .section_blog-flex .sidebare_left .floating-menu {
	position: relative;
	max-width: 245px;
	background: #fff;
}

.section_blog .section_blog-flex .sidebare_left .floating-menu.fixed {
	position: fixed;
	top: 132px;
	/* height: calc(100% - 113px); */
	height: calc(50% - 113px);
	overflow: scroll;
	overflow: auto;
	-ms-overflow-style: none;
	scrollbar-width: none;
	/* padding-top: 25px; */
	padding-bottom: 500px;
}

.section_blog .section_blog-flex .sidebare_left .floating-menu.fixed.bottom {
	top: calc(100% - 600px);
	position: absolute;
	height: auto;
}

.section_blog .section_blog-flex .sidebare_left .floating-menu.fixed::-webkit-scrollbar {
		 width: 0;
		 height: 0;
}

.section_blog .section_blog-flex .sidebare_left .floating-menu ul {
	margin: 0 0 1.5em 3em;
}

.section_blog .section_blog-flex .sidebare_left .floating-menu ul li {
	margin-bottom: 12px;
	line-height: 20px;
}

.section_blog .section_blog-flex .sidebare_left .floating-menu ul li a {
	font-family: 'Montserrat', -apple-system, Segoe UI, sans-serif;
    font-size: 14px;
    font-weight: 400;
    text-decoration: none;
    line-height: 14px;
		color: #a8a8a8;
		-webkit-transition: all 0.2s ease;
		-moz-transition: all 0.2s ease;
		-o-transition: all 0.2s ease;
		transition: all 0.2s ease;

}

.section_blog .section_blog-flex .sidebare_left .floating-menu ul li a.active {
	color: #ff9123;
}

.section_blog .section_blog-flex .sidebare_left {
	padding:20px;
	min-width: 200px;
	max-width: 245px;
	width: 100%;
	padding-top: 7px;
}

.section_blog .section_blog-flex .sidebare_right .platphorm_bl.fixed {
	top: 132px;
	position: fixed;
	max-width: 284px;
	/* height: calc(50% - 113px); */
	/* overflow: scroll; */
	/* overflow: auto;
	-ms-overflow-style: none;
	scrollbar-width: none; */
	/* padding-bottom: 500px; */
}

.section_blog .section_blog-flex .sidebare_right .platphorm_bl.fixed::-webkit-scrollbar {
  display: none;
}
.section_blog .section_blog-flex .sidebare_right .platphorm_bl.fixed::-webkit-scrollbar-thumb { /* плашка-бегунок */
  display: none;
}
.section_blog .section_blog-flex .sidebare_right .platphorm_bl.fixed::-webkit-scrollbar-track { /* фон */
  display: none;
}

.section_blog .section_blog-flex .sidebare_left .floating-menu ul li a:hover {
	color: #ff9123;
}

.section_blog.related_posts {
	background: rgb(255,145,35);
  background: linear-gradient(153deg, rgba(255,145,35,1) 0%, rgba(245,100,24,1) 68%, rgba(229,37,7,1) 100%);
	position: relative;
	z-index: 2;
	min-height: auto;
	/* margin-bottom: 120px; */
}

.section_blog.related_posts .container_center {
		box-shadow: 0px 0px 10px 0px rgb(0 0 0 / 17%);
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
		background: #fff;
		border-radius: 20px 20px 20px 20px;
		padding:50px;
		box-sizing: border-box;
}

.related_posts-flex ul {
	display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.related_posts-flex ul li {
	width: 33%;
	padding:20px;
	box-sizing: border-box;
}

.related_posts-flex ul li a.title {
	color: #000000;
  font-family: 'Montserrat', -apple-system, Segoe UI, sans-serif;
  font-size: 18px;
  font-weight: 700;
	text-decoration: none;
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}

.related_posts-flex ul li a:hover {
	color: #ff9123;
}

.related_posts-flex ul li img {
	width: 100%;
	height: auto;
}

.related_posts-flex ul .img_bl {
	width: 100%;
	height: 216px;
	overflow: hidden;
	-webkit-border-radius: 12px;
	-moz-border-radius: 12px;
	border-radius: 12px;
	display: block;
	margin-bottom: 20px;
}

.related_posts-flex ul .img_bl img {
	height: 100% !important;
	width: auto !important;
	-moz-transform:none;
	-webkit-transform:none;
	-o-transform:none;
	-ms-transform:none;
	transform:none;
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
	-moz-transform: scale(1.2);
	-webkit-transform: scale(1.2);
	-o-transform: scale(1.2);
	-ms-transform: scale(1.2);
	transform: scale(1.2);
}

.related_posts-flex ul .img_bl:hover img {
	-moz-transform: scale(1.4);
	-webkit-transform: scale(1.4);
	-o-transform: scale(1.4);
	-ms-transform: scale(1.4);
	transform: scale(1.4);
}

.related_posts-flex ul .description {
		color: #000000;
    font-family: 'Montserrat', -apple-system, Segoe UI, sans-serif;
    font-size: 16px;
    font-weight: 400;
}

.related_posts-meta {
		display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
		font-family: 'Montserrat', -apple-system, Segoe UI, sans-serif;
    font-size: 14px;
    font-weight: 500;
		color: #ff9123;
}

.related_posts-meta .related_posts-author {
	position: relative;
	margin-right: 16px;
}

.related_posts-meta .related_posts-author::after {
		content: '.';
    position: absolute;
    top: 50%;
    margin-top: -17px;
    right: -9px;
}

.related_posts .section_blog_rp_title {
		text-align: center;
		color: #FFFFFF;
    font-family: 'Montserrat', -apple-system, Segoe UI, sans-serif;
    font-size: 60px;
    font-weight: 800;
    line-height: 60px;
		margin-bottom: 68px;
}

.section_blog.related_posts {
	padding-top: 60px;
}

body .is-layout-flex {
	margin-bottom: 20px;
}

.section_blog .section_blog-flex .content_bar .wp-block-image img,
.section_blog .section_blog-flex .content_bar .post-thumbnail img {
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}

.kk-star-ratings {
	margin-bottom: 30px;
}

.hidden_aside {
	display: none;
}

.menu_sharing {
	text-align: center;
	padding-top: 40px;
}

.menu_sharing ul {
		display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
		max-width: 290px;
		margin:0 auto;
}

.menu_sharing ul li {
	width: 20%;
}

.menu_sharing ul li .a_soc {
	cursor: pointer;
}

.menu_sharing ul li > a,
.menu_sharing ul li .a_soc {
	font-size: 0;
	color: #ff9123;
}

.menu_sharing ul li > a i,
.menu_sharing ul li .a_soc i {
	font-size: 29px;
	text-decoration: none;
	color: #ff9123;
	-webkit-transition: color 0.4s ease-in-out;
	-moz-transition: color 0.4s ease-in-out;
	-o-transition: color 0.4s ease-in-out;
	transition: color 0.4s ease-in-out;
}

.menu_sharing ul li > a:hover i,
.menu_sharing ul li .a_soc:hover i {
	color: #e78624;
}

/******************************* 6 arhive_blog *************************************/


.arhive_blog {
	box-shadow: 0px 0px 10px 0px rgb(0 0 0 / 17%);
  transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
	background: #fff;
	padding: 50px;
	border-radius: 20px 20px 20px 20px;
	overflow: hidden;
}

.arhive_blog .arhive_blog-overlayer {
	width: 110%;
}

.arhive_blog article.post {
	width: 29%;
	float: left;
	margin-right: 20px;
	margin-bottom: 40px;
	position: relative;
	height: 574px;
	margin-bottom: 84px;
}

.arhive_blog article.post.category-o-nas,
.arhive_blog article.post.category-products{
  height: 484px;
}

.arhive_blog article.post.category-articles,
.arhive_blog article.post.category-obuchenie,
.arhive_blog article.post.category-advanced-course {
	height: 540px;
}

.arhive_blog article.post.category-keysy {
	height: 470px;
}

.arhive_blog article.post .img_single .img_bl {
		display: block;
		width: 100%;
		height: 216px;
    overflow: hidden;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    border-radius: 12px;
    display: block;
    margin-bottom: 20px;
}

.arhive_blog article.post .img_single .img_bl img {
	height: 100% !important;
	width: auto !important;
	-moz-transform:none;
	-webkit-transform:none;
	-o-transform:none;
	-ms-transform:none;
	transform:none;
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}

.arhive_blog article.post:hover .img_single .img_bl img {
	-moz-transform: scale(1.2);
	-webkit-transform: scale(1.2);
	-o-transform: scale(1.2);
	-ms-transform: scale(1.2);
	transform: scale(1.2);
}

.arhive_blog article.post .title {
	margin-bottom: 20px;
	display: block;
	min-height: 60px;
}

.arhive_blog article.post .title,
.arhive_blog article.post .title .entry-title,
.arhive_blog article.post .title a h3 {
	color: #000000;
	font-family: 'Montserrat', -apple-system, Segoe UI, sans-serif;
	font-size: 20px;
	font-weight: 700;
	text-decoration: none;
}

.arhive_blog article.post .title a {
	text-decoration: none;
}
.arhive_blog article.post .title a {
	color: #000000;
	text-decoration: none;
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}

.arhive_blog article.post .title a:hover,
.arhive_blog article.post .title a:hover h3 {
	color: #ff9123 !important;
}

.arhive_blog article.post .date {
	color: #ADADAD;
	font-family: 'Montserrat', -apple-system, Segoe UI, sans-serif;
	font-size: 14px;
	font-weight: 500;
	margin-bottom: 10px;
}

.arhive_blog article.post .description {
	color: #000000;
	font-family: 'Montserrat', -apple-system, Segoe UI, sans-serif;
	font-size: 16px;
	font-weight: 400;
	margin-bottom: 40px;
}

.arhive_blog article.post .button.orange {
	font-family: 'Montserrat', -apple-system, Segoe UI, sans-serif;
    font-size: 16px;
    font-weight: 700;
		height: 50px !important;
		line-height: 50px !important;
		padding-left: 30px;
		padding-right: 30px;
		position: absolute;
		bottom: 0;
		left: 0;
}

.arhive_blog article.post .button.orange i {
	margin-left: 6px;
}

.arhive_blog .wp-pagenavi {
	text-align: center;
}

.arhive_blog .wp-pagenavi a {
	color: #ff9123;
	text-decoration: none;
	font-size: 25px;
	font-weight: 700;
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
	margin:0 10px;
}

.arhive_blog .wp-pagenavi span {
	font-size: 25px;
	font-weight: 700;
	margin:0 10px;
}

.arhive_blog .wp-pagenavi a,
.arhive_blog .wp-pagenavi span {
	border:0;
}

.arhive_blog .wp-pagenavi a:hover {
    color: #e78624;
}

.title-blog {
	text-align: center;
}

.title-blog h2,
.title-blog h1 {
	color: #000000;
	font-family: 'Montserrat', -apple-system, Segoe UI, sans-serif;
	font-size: 60px;
	line-height: 64px;
	font-weight: 700;
	padding:50px 0;
}


.buttons_download_m {
	display: none;
	text-align: center;
  padding-bottom: 22px;
}


.buttons_download_m a {
	padding-left: 20px;
	padding-right: 20px;
}



.section_rvw .field_set {
	display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
		margin-bottom: 10px;
}

.section_rvw .field_set .block_s {
	    box-shadow: 0px 0px 10px 0px rgb(0 0 0 / 9%);
			width: 33.3%;
			padding: 20px 40px 20px 40px;
		  border-radius: 15px 15px 15px 15px;
			margin: 0 10px;
			min-height: 378px;
			height: auto !important;
}

.section_rvw .field_set.dlya-frilanserov .block_s {
	    min-height: 448px;
}
.section_rvw .field_set.dlya-marketologov .block_s {
	    min-height: 466px;
}
.section_rvw .field_set.dla-upravlenia-zadachami .block_s {
	 min-height: 530px;
}
.section_rvw .field_set.task-manager-s-kanban-doskoy .block_s {
		min-height: 503px;
}
.section_rvw .field_set.upravlenie-proektami-agile .block_s {
		min-height: 480px;
}
.section_rvw .field_set.dla-upravlenia-komandoy .block_s {
		min-height: 476px;
}
.section_rvw .field_set.dla-povishenia-productivnosti .block_s {
		min-height: 530px;
}

.section_rvw .field_set.dla-upravlenia-proektami .block_s {
		min-height: 527px;
}

.section_rvw .field_set.dla-udalennoy-raboti .block_s {
		min-height: 429px;
}

.section_rvw .field_set .block_s {
	text-align: center;
}

.section_rvw .field_set .block_s .img {
	width: 90px;
	margin:0 auto;
	height: 69px;
	overflow: hidden;
	margin-bottom: 15px;
}

.section_rvw .field_set .block_s .img img {
	width: 100%;
	height: auto;
}

.section_rvw .field_set .block_s .title {
	margin-bottom: 26px;
	color: #000000;
	font-family: 'Montserrat', -apple-system, Segoe UI, sans-serif;
	font-size: 20px;
	font-weight: 700;
	line-height: 32px;
}

.section_rvw .field_set .block_s .description {
	color: #7A7A7A;
    font-family: 'Montserrat', -apple-system, Segoe UI, sans-serif;
    font-size: 15px;
    font-weight: 400;
    line-height: 25px;
}

#ez-toc-container {
	display: none !important;
}

.is-layout-flex.wp-container-3.wp-block-columns h6 {
	color: #fff !important;
}

.blocks_button_other {
	width: 100%;
	overflow: hidden;
	margin-bottom: 40px;
}

.blocks_button_other .overlay {
	width: 110%;
}

.blocks_button_other .item {
	width: calc(31.3% - 100px);
	display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
		float: left;
		background: #fff9f3;
		text-decoration: none;
		padding: 30px 30px 30px 30px;
		-webkit-border-radius: 15px;
		-moz-border-radius: 15px;
		border-radius: 15px;
		margin-right: 40px;
		margin-bottom: 20px;
		-webkit-transition: background-color 0.4s ease-in-out;
		-moz-transition: background-color 0.4s ease-in-out;
		-o-transition: background-color 0.4s ease-in-out;
		transition: background-color 0.4s ease-in-out;
		min-height: 144px;
}

.blocks_button_other .item:hover {
	background: #ffebd6;
}


.blocks_button_other .item .img {
	width: 42px;
	min-width: 70px;
	margin-right: 20px;
}
.bsizes .blocks_button_other .item .img {
	min-width: 42px;
}

.bsizes .blocks_button_other .item {
	min-height: 170px;
}
.other_solutions.tags.dlya-processov.bsizes2 .blocks_button_other .item {
	min-height: 172px;
}

.other_solutions.tags.dlya-processov.bsizes2 .blocks_button_other .item .img {
	min-width: 42px;
}


.blocks_button_other .item .img img {
	width: 100% !important;
	height: auto !important;
	max-width: none !important;
}

.blocks_button_other .item .title {
	color: #000000;
	font-family: 'Montserrat', -apple-system, Segoe UI, sans-serif;
	font-size: 16px;
	font-weight: 700;
	line-height: 26px;
	margin-bottom: 10px;
}

.blocks_button_other .item .description {
	color: #000000;
    font-family: 'Montserrat', -apple-system, Segoe UI, sans-serif;
    font-size: 13px;
    font-weight: 300;
    line-height: 18px;
}

.section_blog.other_solutions .container_center > .title {
	text-align: center;
	color: #000000;
    font-family: 'Montserrat', -apple-system, Segoe UI, sans-serif;
    font-size: 60px;
    font-weight: 800;
    line-height: 60px;
		margin-top: -10px;
		margin-bottom: 72px;
}

.b_block_bottom {
	background-color: #FF9123;
	box-shadow: 0px 16px 39px 10px rgb(0 0 0 / 22%);
  transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
  padding: 20px 50px 20px 50px;
	display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
	border-radius: 15px 15px 15px 15px;
}

.b_block_bottom.white {
	background-color: #fff;
	margin-bottom: 50px;
}

.b_block_bottom.white .b_block_bottom_content-title {
	color: #000;
}

.b_block_bottom .b_block_bottom-img {
	max-width: 245px;
	margin-right: 30px;
}

.b_block_bottom .b_block_bottom-img img {
	width: 100% !important;
	height: auto !important;
}

.b_block_bottom .b_block_bottom_content-title {
	color: #FFFFFF;
    font-family: 'Montserrat', -apple-system, Segoe UI, sans-serif;
    font-size: 35px;
    font-weight: 800;
    line-height: 50px;
		margin-bottom: 20px;
}

.b_block_bottom .b_block_bottom-button {
	max-width: 284px;
  width: 100%;
  margin-left: 30px;
}

.b_block_bottom .b_block_bottom-button .button {
	height: 46px;
	line-height: 46px;
	font-size: 16px;
  font-weight: 700;
	padding:0 40px;
}

.b_block_bottom .b_block_bottom-button .button i {
	margin-left: 15px;
}

.b_block_bottom .b_block_bottom_content-desc {
	color: #FFFFFF;
	font-family: 'Montserrat', -apple-system, Segoe UI, sans-serif;
	font-size: 16px;
	font-weight: 400;
	line-height: 20px;
}

.clients_reviews-title {
		color: #000000;
    font-family: 'Montserrat', -apple-system, Segoe UI, sans-serif;
    font-size: 60px;
    font-weight: 800;
    line-height: 60px;
		text-align: center;
		margin-bottom: 70px;
}


.section_blog.clients_reviews {
	 background-color: #F3F3F3;
	 min-height: auto;
}

.clients_reviews-slider {
	box-shadow: 0px 16px 39px 10px rgb(0 0 0 / 6%);
  transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
  padding: 20px 50px 20px 50px;
	border-radius: 15px 15px 15px 15px;
	background: #fff;
	width: calc(100% - 100px);
}

.clients_reviews-slider .item {
	padding:30px 0;
}

.clients_reviews-slider .slider-description {
	color: #000000;
  font-family: 'Montserrat', -apple-system, Segoe UI, sans-serif;
  font-size: 18px;
  font-weight: 400;
  font-style: normal;
	text-align: center;
	margin-bottom: 30px;
}

.clients_reviews-slider .slider-description .more-link {
	color: #e78624;
}

.clients_reviews-slider .slider-description strong {
	font-weight: 700;
	display: block;
}

.clients_reviews-slider .slider-author {
	/* width: 300px; */
	background: #fff;
	height: 50px;
	margin:0 auto;
	display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.clients_reviews-slider .slider-author .slider_author-img {
	width: 60px;
	height: 60px;
	overflow: hidden;
	-webkit-border-radius: 100px;
	-moz-border-radius: 100px;
	border-radius: 100px;
	margin-right: 20px;
	background: #f1f3f5;
	display: block;
}

.clients_reviews-slider .slider-author .slider_author-img img {
	width: 100% !important;
	height: auto !important;
}

.clients_reviews-slider .slider-author .slider-info,
.clients_reviews-slider .slider-author .slider-info p {
	font-family: 'Montserrat', -apple-system, Segoe UI, sans-serif;
  font-size: 16px;
  font-weight: 700;
	color: #ff9123;
}
.clients_reviews-slider .slider-author .slider-info .slider_info-name {
	color: #000000;
	font-family: 'Montserrat', -apple-system, Segoe UI, sans-serif;
	font-size: 20px;
	font-weight: 700;
}

.clients_reviews-slider .slider-author .slider_info-name {

}

.clients_reviews-slider .owl-nav {
	position: absolute;
	top:0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
}

.clients_reviews-slider .owl-nav .owl-prev {
	left: -60px;
}

.clients_reviews-slider .owl-nav .owl-next {
	right: -60px;
}

.clients_reviews-slider .owl-carousel .owl-stage-outer {
	z-index: 2;
}

.clients_reviews-slider .owl-carousel {
	margin-left: 60px;
	margin-right: 60px;
	width: calc(100% - 120px);
}

.clients_reviews-slider .owl-nav .owl-prev span,
.clients_reviews-slider .owl-nav .owl-next span {
	display: none;
}

.clients_reviews-slider .owl-nav {
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.clients_reviews-slider .owl-nav .owl-prev,
.clients_reviews-slider .owl-nav .owl-next {
	position: absolute;
	font-size: 0;
	top:50%;
	width: 30px;
	height: 30px;
	line-height: 30px;
	margin-top:-15px;
}

.clients_reviews-slider .owl-nav .owl-prev::after {
	content: '\f104';
}
.clients_reviews-slider .owl-nav .owl-next::after {
	content: '\f105';
}
.clients_reviews-slider .owl-nav .owl-prev::after,
.clients_reviews-slider .owl-nav .owl-next::after {
	font-family: 'FontAwesome';
	font-size: 28px;
	color: #ff9123
}

/* .other_solutions.dlya-professionalov .blocks_button_other {
	overflow: visible;
}

.other_solutions.dlya-professionalov .blocks_button_other .overlay {
	width: 100%;
} */

.other_solutions.tags .blocks_button_other .item {
	width: calc(23% - 80px);
	margin-right: 20px;
}

.other_solutions.tags .blocks_button_other .item:nth-child(4) ~ .item {
	width: calc(31.3% - 88px);
}

.other_solutions.tags .blocks_button_other .item .img {
	margin-right: 15px;
}


.other_solutions.tags.dlya-processov .blocks_button_other .item {
	min-height: 157px;
}

.other_solutions.tags.dlya-processov,
.other_solutions.tags.dlya-professionalov {
	padding:0 0 50px 0px;
}

body:not(.home) .footer_section {
	border-top: 1px solid #E7E7E7;
}


.single-features .section_blog-flex {
	display: block;
}

.single-features .section_blog .section_blog-flex .fx_item.content_bar {
	min-width: auto;
	max-width: none;

}

.single-features .section_blog .container_center .content_bar h1 {
	color: #000000;
	font-family: 'Montserrat', -apple-system, Segoe UI, sans-serif;
	font-size: 50px;
	font-weight: 700;
	padding-bottom: 30px;
  line-height: 60px;
}
/******************************* 6 arhive_blog *************************************/

.section_blog.attracted-temp .section_blog-flex .fx_item.content_bar {
		min-width: 550px;
    max-width: 550px;
		margin:0 auto;
		text-align: center;
}

.image_bl1,
.image_bl1 img {
	width: 100%;
	height: auto;
}

.section_blog.attracted-temp {
	background: rgb(255,249,243);
	background: -webkit-linear-gradient(rgba(255,249,243,1) 0%, rgba(255,255,255,1) 97%, rgba(255,255,255,1) 100%);
	background: -o-linear-gradient(rgba(255,249,243,1) 0%, rgba(255,255,255,1) 97%, rgba(255,255,255,1) 100%);
	background: linear-gradient(rgba(255,249,243,1) 0%, rgba(255,255,255,1) 97%, rgba(255,255,255,1) 100%);
	   /* background: linear-gradient(180deg, rgba(255,249,243,1) 70%, rgba(255,255,255,1) 100%); */
}

.section_blog.kanban_bl2 .information_block-pretitle {
		font-size: 12px;
    line-height: 26px;
    color: #ff9123;
    font-weight: bold;
		letter-spacing: 1.5pt;
}

.section_blog.kanban_bl2 .information_block-title {
	font-size: 42px;
  line-height: 50px;
	font-weight: bold;
	margin-bottom: 20px;
}

.section_blog.kanban_bl2 .information_block-description {
	font-weight: 300;
	font-size: 16px;
	line-height: 24px;
	margin-bottom: 20px;
}

.section_blog.kanban_bl2 .information_block-description p {
	margin:0 0 10px 0;
}

.section_blog.kanban_bl2 .information_block-panel_menu .number {
	display: inline-block;
	font-size: 18px;
	position: relative;
	padding-right: 30px;
	margin-right: 10px;
}

.section_blog.kanban_bl2 .information_block-panel_menu .number::after {
	content: '';
	border-top: 1px solid #000;
	width: 20px;
	height: 1px;
	position: absolute;
	top:50%;
	right: 0;
}

.section_blog.kanban_bl2 .information_block-panel_menu ul li.active .number {
	padding-right: 68px;
}

.section_blog.kanban_bl2 .information_block-panel_menu ul li.active .number::after {
	width: 60px;
	border-color: #ff9123;

}

.section_blog.kanban_bl2 .information_block-panel_menu ul li {
	margin-bottom: 10px;
	cursor: pointer;
	-webkit-transition: opacity 0.4s ease-in-out;
	-moz-transition: opacity 0.4s ease-in-out;
	-o-transition: opacity 0.4s ease-in-out;
	transition: opacity 0.4s ease-in-out;
}

.section_blog.kanban_bl2 .information_block-panel_menu ul li.active .number,
.section_blog.kanban_bl2 .information_block-panel_menu ul li.active .line {
		font-weight: 700;
}

.section_blog.kanban_bl2 .information_block-panel_menu ul li .line {
	display: inline-block;
	font-size: 18px;
}

.section_blog.kanban_bl2 .information_block  {
	max-width: 600px;
	width: 50%;
	margin-right: 40px;
	padding-top: 70px;
}

.section_blog.kanban_bl2 .r_bar {
	width: 50%;
}

.section_blog.kanban_bl2 {
	min-height: auto;
	padding:50px 0;
	overflow: visible;
}

.section_blog.kanban_bl2 .r_bar-item {
	display: none;
}

.section_blog.kanban_bl2 .r_bar-item.active {
	display: block;
}

.section_blog.kanban_bl2 .action_card {
	background: linear-gradient(0deg, rgba(119, 162, 176, 0.1), rgba(119, 162, 176, 0.1)), #FFFFFF;
	border: 0.918149px solid rgba(0, 0, 0, 0.06);
	width: 215px;
	box-shadow: 1.8363px 2.75445px 18.363px rgb(255 247 234 / 80%), 1.8363px 2.75445px 9.18149px rgb(0 0 0 / 15%);
	border-radius: 12px;
	padding:40px 20px;
	float: left;
	margin-right: 40px;
	margin-bottom: 40px;
}

.section_blog.kanban_bl2 .action_card .action_card-img {
	text-align: center;
	padding-bottom: 40px;
}

.section_blog.kanban_bl2 .action_card .action_card-title {
	font-size: 15px;
    line-height: 20px;
    font-weight: bold;
    padding-bottom: 9px;
}

.section_blog.kanban_bl2 .action_card:nth-child(odd) {
	margin-top: -50px;
}

.section_blog.kanban_bl2 .action_card:nth-child(2n) {
	margin-right: 0px;
}

.r_bar_item-image {
	position: relative;
	width: auto;
	min-height: 400px;
}

.r_bar_item-image img {
	/* position: absolute;
	left: 0; */
}

.section_blog.kanban_bl2 .blocks_card {
	margin-top: -114px;
}

.section_blog.kanban_bl2 .img_height {
		/* margin-top:-35%; */
}

/* #function.section_blog.kanban_bl2 .r_bar {
	margin-top: -20%;
} */

#peculiarities.section_blog.kanban_bl2 .r_bar {
	margin-top: -10%;
}

.section_blog.kanban_bl2 .fx_contain {
	display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
}

#peculiarities.section_blog.kanban_bl2 .fx_contain .information_block {
	order:2;
}

#peculiarities.section_blog.kanban_bl2 .img_height {
	position: relative;
	min-height: 852px;
}

#peculiarities.section_blog.kanban_bl2 .img_height img {
	position: absolute;
	right: 0;
	width: 160%;
}

#crm_system.section_blog.kanban_bl2 .b_block_bottom .b_block_bottom-button {
	max-width: 307px;
}


#function_modul_inspektor .r_bar .r_bar_item-image img {
	width: 100%;
	height: auto;
	-webkit-border-radius: 12px;
	-moz-border-radius: 12px;
	border-radius: 12px;
}

#peculiarities_modul_inspektor .img_height {

	position: relative;
	min-height: 400px;
}

#peculiarities_modul_inspektor .img_height img {
	width: 885px;
	height: auto;
	position: absolute;
	right: 0;
}

#peculiarities_modul_inspektor .fx_contain .information_block,
#box_version_2 .fx_contain .information_block {
	order:2;
}

#peculiarities_modul_inspektor.section_blog.kanban_bl2 .information_block {
	margin-right: 0;
	margin-left: 40px;
}


/* .block_guttenberg_button a {
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}

.block_guttenberg_button a:hover {
	background-color: #e78624 !important;
} */

.table_blocks_4 {
	width: 100%;
	overflow: hidden;
	padding-top: 50px;
}
.table_blocks_4 .overlayer {
	width: 110%;
	padding-left: 10px;
}

.table_blocks_4 .item {
	width: calc(21.7% - 60px);
	display: inline-block;
	margin-bottom: 20px;
	box-shadow: 0px 0px 10px 0px rgb(0 0 0 / 9%);
	margin-right: 20px;
	margin-bottom: 20px;
	padding: 20px 20px;
	text-align: center;
	border-radius: 15px 15px 15px 15px;
	float: left;
	min-height: 243px;
}

.table_blocks_4 .item .item-img {
	height: 50px;
	margin:0 auto;
	color: #ff9123;
	font-size: 50px;
	margin-bottom: 25px;
}
.table_blocks_4 .item .item-title {
	font-size: 20px;
	font-weight: 700;
	margin-bottom: 26px;
}

.section_blog .align_center {
	text-align: center;
}

.section_blog .align_center .heading-title {
	color: #000000;
	font-family: 'Montserrat', -apple-system, Segoe UI, sans-serif;
	font-size: 45px;
	line-height: 48px;
	font-weight: 800;
	margin-bottom: 25px;
}

.section_blog .v2_section_title {
	font-size: 45px;
	font-weight: 800;
	color: #fff;
	line-height: 54px;
	text-align: center;
	margin-bottom: 20px;
}

.section_blog.v2 {
		background: rgb(255,145,35);
    background: linear-gradient(153deg, rgba(255,145,35,1) 0%, rgba(245,100,24,1) 68%, rgba(229,37,7,1) 100%);
    position: relative;
    z-index: 2;
    min-height: auto;
}

.section_blog .v2_description {
	font-size: 18px;
	font-weight: 500;
	line-height: 25px;
	color: #FFFFFF;
	text-align: center;
	margin-bottom: 40px;
}





.section_blog-slider .owl-nav {
	position: absolute;
	top:0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
}

.section_blog-slider .owl-nav .owl-prev {
	left: -60px;
}

.section_blog-slider .owl-nav .owl-next {
	right: -60px;
}

.section_blog-slider .owl-carousel .owl-stage-outer {
	z-index: 2;
}

.section_blog-slider .owl-carousel {
	margin-left: 60px;
	margin-right: 60px;
	width: calc(100% - 120px);
}

.section_blog-slider .owl-nav .owl-prev span,
.section_blog-slider .owl-nav .owl-next span {
	display: none;
}

.section_blog-slider .owl-nav {
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.section_blog-slider .owl-nav .owl-prev,
.section_blog-slider .owl-nav .owl-next {
	position: absolute;
	font-size: 0;
	top:50%;
	width: 30px;
	height: 30px;
	line-height: 30px;
	margin-top:-15px;
}

.section_blog-slider .owl-nav .owl-prev::after {
	content: '\f104';
}
.section_blog-slider .owl-nav .owl-next::after {
	content: '\f105';
}
.section_blog-slider .owl-nav .owl-prev::after,
.section_blog-slider .owl-nav .owl-next::after {
	font-family: 'FontAwesome';
	font-size: 28px;
	color: #fff;
}

.flex_table-2 {
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-flex-wrap: nowrap;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-align-content: stretch;
	-ms-flex-line-pack: stretch;
	align-content: stretch;
	-webkit-align-items: flex-start;
	-ms-flex-align: start;
	align-items: flex-start;
	margin-bottom: 30px;
}

.flex_table-2 .item {
	width: 50%;
	margin-right: 30px;
}

.flex_table-2 ul li {
	position: relative;
	margin-bottom: 10px;
}

.flex_table-2 ul li::before {
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	content: "\f00c";
	color: #FF9123;
	margin-right: 10px;
	font-size: 22px;
}

.description_p {
	color: #000000;
  font-size: 18px;
  font-weight: 500;
  line-height: 25px;
	text-align: center;
}

.section_blog.other_solutions.v3 .container_center > .title,
.wear_block .wear_block-title {
	color: #000000;
	font-size: 43px;
	font-weight: 800;
	margin-bottom: 30px !important;
}

.section_blog.other_solutions.v3 .container_center > .description_p {
	margin-bottom: 30px;
	font-family: 'Montserrat', -apple-system, Segoe UI, sans-serif;
}
.section_blog.other_solutions.v3 ul.circles {
	margin-bottom: 30px;
}

.section_blog.other_solutions.v3 ul.circles li {
	position: relative;
	padding-left: 30px;
}

.section_blog.other_solutions.v3 ul.circles li::before {
	content: '';
	width: 15px;
	height: 15px;
	position: absolute;
	left: 0;
	background: #ff9123;
	-webkit-border-radius: 100px;
	-moz-border-radius: 100px;
	border-radius: 100px;
	top: 50%;
  margin-top: -9px;
}

.section_blog.other_solutions.v3 .button_center {
	margin-bottom: 35px;
}

.section_blog.other_solutions.v3 .button_center .button {
	height: 46px;
	line-height: 46px;
}

.section_blog.other_solutions.v3 .button_center .button i {
	margin-left: 10px;
}

.b_block_table {
	padding: 20px 50px 0px 50px;
	background: #ff9123;
	box-shadow: 0px 16px 39px 10px rgb(0 0 0 / 22%);
  transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
	border-radius: 15px 15px 15px 15px;
	margin-bottom: 30px;
}

.b_block_table .b_block_table-flex {
	 display: -ms-flexbox;
	 display: -webkit-flex;
	 display: flex;
	 -webkit-flex-direction: row;
	 -ms-flex-direction: row;
	 flex-direction: row;
	 -webkit-flex-wrap: nowrap;
	 -ms-flex-wrap: nowrap;
	 flex-wrap: nowrap;
	 -webkit-justify-content: space-between;
	 -ms-flex-pack: justify;
	 justify-content: space-between;
	 -webkit-align-content: stretch;
	 -ms-flex-line-pack: stretch;
	 align-content: stretch;
	 -webkit-align-items: center;
	 -ms-flex-align: center;
	 align-items: center;
}

.b_block_table .b_block_table-flex .item {
	text-align: center;
	padding:35px 0;
}

.b_block_table .b_block_table-flex .item .item-icon {
	color: #fff;
	text-align: center;
	font-size: 40px;
	margin-bottom: 20px;
}

.b_block_table .b_block_table-flex .item .item-description {
	color: #FFFFFF;
	font-size: 18px;
	font-weight: 600;
}

.iphone .header_section-flex .imgheader {
	width: 92%;
}

.header_section-flex .imgheader .iphone_svg {
	position: relative;
}

.header_section-flex .imgheader .iphone_svg,
.header_section-flex .imgheader .android_svg {
	max-width: 300px;
	width: auto;
	height: auto;
	margin-top: -100px;
	margin-left: 200px;
	/*box-shadow: 3px 10px 40px 0px rgba(0,0,0,0.59);
	-webkit-box-shadow: 3px 10px 40px 0px rgba(0,0,0,0.59);
	-moz-box-shadow: 3px 10px 40px 0px rgba(0,0,0,0.59);*/
	-webkit-border-radius: 12px;
	-moz-border-radius: 12px;
	border-radius:12px;
}

.header_section-flex .imgheader.iphone_svg img,
.header_section-flex .imgheader .android_svg img {
	width: 100%;
	height: auto;
	-webkit-border-radius: 12px;
	-moz-border-radius: 12px;
	border-radius:12px;
}

.header_section-flex .imgheader.windows_cl,
.header_section-flex .imgheader.web_svg {
	box-shadow: 3px 10px 40px 0px rgba(0,0,0,0.59);
	-webkit-box-shadow: 3px 10px 40px 0px rgba(0,0,0,0.59);
	-moz-box-shadow: 3px 10px 40px 0px rgba(0,0,0,0.59);
	-webkit-border-radius: 12px;
	-moz-border-radius: 12px;
	border-radius:12px;
	margin-top: -103px;
}

.header_section-flex .imgheader.web_svg  {
	width: 100%;
}

.header_section-flex .imgheader.windows_cl img,
.header_section-flex .imgheader.web_svg img {
	-webkit-border-radius: 12px;
	-moz-border-radius: 12px;
	border-radius:12px;
}

.header_section-flex .imgheader.windows_cl {
	width: 100%;
}
.header_section-flex .imgheader.ipad_cl {
	box-shadow: 3px 10px 40px 0px rgba(0,0,0,0.59);
	-webkit-box-shadow: 3px 10px 40px 0px rgba(0,0,0,0.59);
	-moz-box-shadow: 3px 10px 40px 0px rgba(0,0,0,0.59);
	-webkit-border-radius: 12px;
	-moz-border-radius: 12px;
	border-radius:12px;
	margin-top: -103px;
	margin-left: 100px;
	width: 68%;
}

.header_section-flex .imgheader.ipad_cl img {
	width: 100%;
	height: auto;
}


.b_block_table .system_requirements {
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-flex-wrap: nowrap;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-align-content: stretch;
	-ms-flex-line-pack: stretch;
	align-content: stretch;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	padding-bottom: 30px;
	color: #fff;
	font-size: 16px;
	font-weight: 600;
}

.wear_block {
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-flex-wrap: nowrap;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-align-content: stretch;
	-ms-flex-line-pack: stretch;
	align-content: stretch;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	padding-bottom: 30px;
	font-size: 16px;
	font-weight: 600;
}

.wear_block .wear_block-title {
	margin-bottom: 20px;
}

.wear_block .wear_block-posttitle {
		color: #000000;
    font-size: 25px;
    font-weight: 800;
    line-height: 25px;
		margin-bottom: 30px;
}
.wear_block .wear_block-description {
	font-size: 18px;
	font-weight: 400;

}

.wear_block .wear_block-title {
	line-height: 51px;
}

.section_blog .title.m2 {
	font-size: 46px !important;
	font-weight: bold;
	line-height: 55px;
}

.section_blog .flex_table-2.crm-system .image {
	margin-right: 30px;
}
.section_blog .flex_table-2.crm-system .description {

}
.section_blog .flex_table-2.crm-system .description h5 {
	font-size: 26px;
	margin-bottom: 30px;
}

.section_blog .align_center .title {
	margin-bottom: 30px;
}
.section_blog .align_center .description {
	margin-bottom: 40px;
}


.navigation_menu ul {
		display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.navigation_menu ul li a {
	text-decoration: none;
	color: #ff9123;
	background: #fff;
	display: block;

}

.navigation_menu ul li {
	text-align: center;
	background: #fff;
	box-shadow: 0 5px 20px rgb(36 34 34 / 5%);
	width: 100%;
	color: #ff9123;
	padding: 20px 0;
}

.navigation_menu ul li span {
	display: block;
}

.navigation_menu ul {
	-webkit-border-radius: 12px;
	-moz-border-radius: 12px;
	border-radius: 12px;
	overflow: hidden;
	box-shadow: 0 5px 20px rgb(36 34 34 / 5%);
}

.navigation_menu ul li .icon_link {
    font-size: 28px;
		margin-bottom: 14px;
		-moz-transform: scale(1.0);
		-webkit-transform: scale(1.0);
		-o-transform: scale(1.0);
		-ms-transform: scale(1.0);
		transform: scale(1.0);
		-webkit-transition: transform 0.2s ease-in-out;
		-moz-transition: transform 0.2s ease-in-out;
		-o-transition: transform 0.2s ease-in-out;
		transition: transform 0.2s ease-in-out;
}

.navigation_menu ul li .text_link {
    font-weight: 700;
}

.navigation_menu ul li a:hover .icon_link  {
	-moz-transform: scale(1.3);
	-webkit-transform: scale(1.3);
	-o-transform: scale(1.3);
	-ms-transform: scale(1.3);
	transform: scale(1.3);

}

.navigation_menu ul li.current,
.navigation_menu ul li.current a {
	color: #ffae5c;
}

.navigation_menu {
	margin-bottom: 30px;
}


#box_version.section_blog.kanban_bl2 .img_height {
	width: 60%;
	max-width: 342px;

}

#box_version.section_blog.kanban_bl2 .img_height img,
#box_version_2.section_blog.kanban_bl2 .img_height img {
	-webkit-border-radius: 200px;
	-moz-border-radius: 200px;
	border-radius: 200px;
	width: 100%;
	height: auto;
}

#box_version_2.section_blog.kanban_bl2 .img_height {
	width: 60%;
	max-width: 342px;
}

#box_version_2.section_blog.kanban_bl2 .img_height img {

}

#box_version_2.section_blog.kanban_bl2 .r_bar {
	padding-top: 50px;
}

.section_blog.kanban_bl2 .information_block-description ul {
	list-style: circle;
	margin-left: 20px;
}

.flex_table-2 .item .title {
	font-size: 30px;
	line-height: 39px;
	margin-bottom: 25px;
}

.section_blog.other_solutions.v3 .container_center > .description_p a {
	color: #FF9123;
	text-decoration: none;
}

.section_blog.page_container .title {
		color: #000000;
    font-family: 'Montserrat', -apple-system, Segoe UI, sans-serif;
    font-size: 60px;
    font-weight: 800;
    line-height: 60px;
    margin-bottom: 35px;
		text-align: center;
}

.list_compare {
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-flex-wrap: nowrap;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-align-content: stretch;
	-ms-flex-line-pack: stretch;
	align-content: stretch;
	-webkit-align-items: flex-start;
	-ms-flex-align: start;
	align-items: flex-start;
	margin-bottom: 100px;
}

.list_compare .item {
	text-align: center;
}

.list_compare .list_compare-title {
	font-size: 30px;
	line-height: 39px;
	color: #000;
	font-weight: bold;
	text-transform: uppercase;
	padding-bottom: 16px;

}

.list_compare .pre_title {
	font-size: 12px;
	line-height: 20px;
	margin-bottom: 20px;
}

.list_compare .price {
	margin-bottom: 15px;
}

.list_compare .price span {
	font-size: 28px;
	font-weight: bold;
	color: #ff9122;
	margin-right: 4px;

}

.list_compare .item {
	background: #fff0dd;
	padding: 54px 34px 18px 34px;
	margin-right: 20px;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
}

.list_compare .time_rate {
	color: #9b9185;
	font-size: 12px;
	margin-bottom: 20px;
	min-height: 52px;
}

.list_compare-features {
	text-align: left;
	padding: 30px 0;
}

.list_compare-features ul {
	margin-bottom: 30px;
}

.list_compare-features ul li {
	position: relative;
	font-size: 16px;
	margin-bottom: 5px;
}

.list_compare-features ul li i {
	margin-right: 10px;
	color: #26c32c;
	font-family: 'FontAwesome';
	font-style: normal;
}

.list_compare-features ul li.out i {
	color: #eb5757;
}

.list_compare-features ul {
		overflow: hidden;
    height: 312px;
		-webkit-transition: height 0.4s ease-in-out;
		-moz-transition: height 0.4s ease-in-out;
		-o-transition: height 0.4s ease-in-out;
		transition: height 0.4s ease-in-out;
}

.list_compare-features ul.show {
	height: 1028px;
}

.list_compare .button_arrow {
	display: block;
	width: 72px;
	margin:0 auto;
	text-align: center;
	cursor: pointer;
}

.list_compare-features ul.show .button_arrow i {
	position: relative;
}

.list_compare-features .button_arrow.toggle i {
	-moz-transform: rotate(180deg);
	-webkit-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg);
	/* position: absolute;
	left: 0;
	top:0; */
}

.list_compare .button_arrow i {
	font-family: 'FontAwesome';
	margin-left: 0;
}

/* .list_compare-features ul li::after {
	content: '';
	position: absolute;
	left: 0;
	top:0;
} */

.list_compare-b_block .button {
	width: auto;
	display: block;
	height: 49px;
	line-height: 49px;
	text-decoration: none;
}

.list_compare {
	margin-bottom: 50px;
}

.faq_section .faq_section-pretitle {
		color: #ff9123;
    font-size: 20px;
    font-weight: 700;
		text-align: center;
		margin-bottom: 30px;
}

.faq_section .faq_section-title {
	color: #000000;
	font-size: 60px;
	font-weight: 700;
	line-height: 68px;
	text-align: center;
	margin-bottom: 56px;
}

.faq_section .f_item {
	padding: 30px 30px 30px 30px;
	border-bottom: 1px solid #d4d4d4;
	box-shadow: 0px 0px 10px 0px rgb(0 0 0 / 9%);
	border-radius: 15px;
	margin-bottom: 15px;
	position: relative;
}

.faq_section .f_item::after{
	font-family: 'FontAwesome';
	content: "\f067";
	font-size: 15px;
	font-weight: 900;
	color: #bfbfbf;
	position: absolute;
	top: 47px;
  margin-top: -16px;
  right: 30px;
}
.faq_section .f_item.toggle::after {
	content: "\f068";
	color: #ff9123;
}

.faq_section .f_item.toggle .f_item-description {
	visibility: visible;
	opacity: 1;
	height: auto;
	padding-top: 20px;
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}

.faq_section .f_item .f_item-title {
		font-size: 30px;
    font-weight: 700;
    text-decoration: none;
		color: #000;
		cursor: pointer;
}
.faq_section .f_item.toggle .f_item-title {
	color: #ff9123;
}
.faq_section .f_item .f_item-description {
	font-size: 14px;
	font-weight: 500;
	color: #7a7a7a;
	line-height: 26px;
	visibility: hidden;
	opacity: 0;
	height: 0px;
	overflow: hidden;
}

.faq_section .f_item.toggle .f_item-description a {

	color: #ff9123;
}

.faq_section .f_item.toggle .f_item-description a:hover {
	text-decoration: none;
}

.faq_section {
	margin-bottom: 100px;
	width: 100%;
	clear: both;
}

.menu_daq .f_sq .title_section {
	position: relative;
	color: #898989;
	font-weight: bold;
	cursor: pointer;
}
.menu_daq .f_sq .title_section::before {
	    font-family: "fontawesome";
	content: "\f105";
	margin-right: 10px;
	color: #ff9123;
}

.menu_daq .f_sq.current .title_section {

}

.menu_daq .f_sq.current .title_section::before {
	content: "\f107";
}

.menu_daq .f_sq .list_section {

	visibility: hidden;
	opacity: 0;
	height: 0;
}

.menu_daq .f_sq.current .list_section {
	visibility: visible;
	opacity: 1;
	padding-left: 20px;
	height: auto;
}

.menu_daq .f_sq.current .list_section li {
	margin-bottom: 10px;
}

.menu_daq .f_sq .list_section a {
	text-decoration: none;
	color: #898989;
}

.menu_daq .f_sq .list_section a:hover {
	color: #ff9123;
}

.menu_daq .f_sq .list_section a.current {
	color: #ff9123;
}
.section_blog.faq_search {
	/* background: url('assets/images/search_bg.jpg') repeat; */
}

.panel_search_bl {
	width: 76%;
	margin:0 auto;
}

.panel_search_bl .overlay {
	width: 110%;
}

.panel_search_bl .item {
		box-shadow: 0 10px 80px rgb(0 0 0 / 7%);
    background: #f6f6f6;
		border: 1px solid #e1e1e1;
		color: #ff9123;
		display: block;
		text-decoration: none;
		width: calc(23% - 60px);
		margin-right: 20px;
		margin-bottom: 20px;
		float: left;
		-webkit-border-radius: 10px;
		-moz-border-radius: 10px;
		border-radius: 10px;
		text-align: center;
		padding:20px;
		height: 128px;
}

.panel_search_bl .item .icon {
	height: 100px;
	-moz-transform: scale(0.7);
	-webkit-transform: scale(0.7);
	-o-transform: scale(0.7);
	-ms-transform: scale(0.7);
	transform: scale(0.7);
	-webkit-transition: transform 0.2s ease-in-out;
	-moz-transition: transform 0.2s ease-in-out;
	-o-transition: transform 0.2s ease-in-out;
	transition: transform 0.2s ease-in-out;
}

.panel_search_bl .item:hover .icon {
	-moz-transform: scale(1.0);
	-webkit-transform: scale(1.0);
	-o-transform: scale(1.0);
	-ms-transform: scale(1.0);
	transform: scale(1.0);

}

.panel_search_bl .item.n0 .icon {
	background: #f6f6f6 url('assets/images/fq/o-programme-svg.svg') no-repeat;
	background-position: center center;
}

.panel_search_bl .item.n1 .icon {
	background: #f6f6f6 url('assets/images/fq/oplata-i-licensiya-svg.svg') no-repeat;
	background-position: center center;
}
.panel_search_bl .item.n2 .icon {
	background: #f6f6f6 url('assets/images/fq/rashireniya-svg.svg') no-repeat;
	background-position: center center;
}
.panel_search_bl .item.n3 .icon {
	background: #f6f6f6 url('assets/images/fq/navigaciya-svg.svg') no-repeat;
	background-position: center center;
}
.panel_search_bl .item.n4 .icon {
	background: #f6f6f6 url('assets/images/fq/svoystva-svg.svg') no-repeat;
	background-position: center center;
}
.panel_search_bl .item.n5 .icon {
	background: #f6f6f6 url('assets/images/fq/sotrudniki-svg.svg') no-repeat;
	background-position: center center;
}
.panel_search_bl .item.n6 .icon {
	background: #f6f6f6 url('assets/images/fq/spisok-zadaach-svg.svg') no-repeat;
	background-position: center center;
}
.panel_search_bl .item.n7 .icon {
	background: #f6f6f6 url('assets/images/fq/obshie-voprosy-svg.svg') no-repeat;
	background-position: center center;
}

.section_blog.faq_search .container_center > .title {
		color: #000000;
    font-size: 50px;
    font-weight: 700;
    font-family: 'Montserrat', -apple-system, Segoe UI, sans-serif;
		line-height: 68px;
		margin-bottom: 30px;
		text-align: center;
		color: #333;
}

.form_search {
	width: 50%;
	margin:0 auto;
}

.form_search .f_bl {
	position: relative;
	margin-bottom: 8px;
}

.form_search .f_bl input[type="text"]{
	padding: 0px 20px;
	height: 56px;
	width: calc(100% - 264px);
	display: inline-block;
	border: 1px solid #e1e1e1;
	font-size: 18px;
	padding-right: 244px;
	color: #737077;
	background: #fff;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	font-weight: bold;
}

.form_search .f_bl .button_form {
	position: absolute;
    right: 1px;
    top: 5px;
    cursor: pointer;
		display: inline-block;
		height: 46px;
		line-height: 46px;
		background: linear-gradient(157.56deg, rgba(255, 202, 0, 0.5) 13.27%, rgba(255, 144, 0, 0.5) 74.22%), #FF9123;
		border: 1px solid rgba(255, 255, 255, 0.1);
		box-shadow: 0px 4px 13px rgba(255, 145, 17, 0.5);
		border-radius: 6px;
		padding:0 30px;
		font-weight: 700;
		font-size: 16px;
		color: #FFFFFF !important;
		text-shadow: 1px 1px 0px rgba(0, 0, 0, 0.1);
		text-decoration: none;
		-webkit-transition: all 0.2s ease-in-out;
		-moz-transition: all 0.2s ease-in-out;
		-o-transition: all 0.2s ease-in-out;
		transition: all 0.2s ease-in-out;
		text-decoration: none !important;
		font-family: 'Montserrat', sans-serif !important;
		-webkit-transition: all 0.2s ease-in-out;
		-moz-transition: all 0.2s ease-in-out;
		-o-transition: all 0.2s ease-in-out;
		transition: all 0.2s ease-in-out;
		border-radius: 16px;
}



.form_search .f_bl input[type="text"]::placeholder {
	color: #9d9d9d;
}

.form_search .f_bl .button_form:hover {
	background-color: #e78624;
}

.form_search {
	margin-bottom: 40px;
}

.form_search .label {
	font-weight: bold;
	font-size: 14px;
	color: #333;
}


.form_search .label a {
	color: #FF9123;
	text-decoration: none;
	font-weight: normal;
	cursor: pointer;
}

.form_search .label a:hover {
	color: #dc8d3e;
}

.field_search_result {
	background: white;
	padding: 30px;
	border-radius: 8px;
	font-size: 16px;
	margin:0 auto;
	box-shadow: 0px 5px 20px rgb(36 34 34 / 7%);
	margin-bottom: 50px;
	width: 50%;
}

.field_search_result a {
	color: #FF9123;
	text-decoration: underline;
	font-weight: normal;
}

.field_search_result a:hover {
	text-decoration: none;
}

.pagination span {
	display: inline-block;
	    padding: 5px 20px;
	background: #FF9123;
	margin-right: 2px;
	cursor: pointer;
			color: #fff;
			font-size: 14px;
			-webkit-border-radius: 10px;
			-moz-border-radius: 10px;
			border-radius: 10px;
}

.pagination span:hover {
	opacity: 0.8;
}

.event_none {
	pointer-events: none;
	opacity: 0.7;
	visibility: hidden;

}

.form_search .f_bl .button_form:active {
	box-shadow: inset 0px 0px 10px 0px rgb(0 0 0 / 19%);
}

.form_search .f_bl .button_form.disable {
	pointer-events: none;
	    opacity: 0.7;
}

.form_search .f_bl .button_form.online i {

	width: 20px;
	height: 20px;
}

.form_search .f_bl .button_form.online i::before {
	display: none;
}

.loading_pic {
	background: #fff url('assets/images/spinner-1s-200px.svg') no-repeat;
	background-size: 40px 40px;
	width: 40px;
	height: 40px;
	margin:0 auto;
	display: none;
	margin-bottom: 20px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}

.loading_pic.block {
	display: block;
}

.h-100 {
    height: 100%!important;
}
.w-100 {
    width: 100%!important;
}

.table_pony {
	  color: #d91e38;
		font-style: italic;
}

.table_pony tbody tr,
.table_pony tbody tr td {
	border: 0;
}

.table_pony tbody tr td:nth-child(1){
	background: url('assets/images/heart-ico.png') no-repeat;
	background-position: center center;
	padding:15px;
}

.section_present {
	padding-top: 95px;
	text-align: center;
	margin-bottom: 113px;
}

.section_present.premium {
	background-color: #cfdfe8;
	background: linear-gradient(0deg, #ffffff00, #cfdfe8);
}

.section_present.bussness {
	background: linear-gradient(0deg, #ffffff00, #eddfd1);
}

.section_present.bussness_plus {
	background: linear-gradient(0deg, #ffffff00, #b4e7eb);
}

.section_present .breadcrumps {
	text-align: left;
}

.section_present .pretitle {
	font-weight: 600;
	font-size: 28px;
	margin-bottom: 30px;
}
.section_present .price {
	font-weight: 600;
  font-size: 40px;
	margin-bottom: 30px;
}

.section_present .description {
	line-height: 26px;
	margin-bottom: 40px;
}

.section_present .buttons_bl {
	margin-bottom: 30px;
}

.section_present .buttons_bl .button {
	height: 56px;
  line-height: 56px;
  padding: 0 30px;
}

.section_present .links ul li {
	display: inline-block;
	position: relative;
	margin-right: 20px;
}

.section_present .links ul li::after {
	content: '';
	position: absolute;
	right: -13px;
  top: -5px;
	height: 25px;
	width: 1px;
	background: #bdbdbd;
}
.section_present .links ul li:nth-last-of-type(1)::after {
	display: none;
}

.section_present .links ul li a {
	color: #ff9123;
}

.section_present .links ul li a:hover {
	text-decoration: none;
}

.section_present .video_link {
	text-decoration: none;
}

.no_product {
	color: #f00;
	font-size: 30px;
	font-weight: bold;
	text-transform: uppercase;
	text-align: center;
}

.moduletable {
	margin-bottom: 50px;
}

.section_blog.simply {
	padding: 72px 0;
	min-height: auto;
	margin-bottom: 160px;
	overflow-y: visible;
	overflow-x: visible;
}
.section_blog.simply .body_column::before {
	content: '';
	height: 6px;
	width: 100%;
	position: absolute;
	top:0;
	left: 0;
}
.section_blog.simply .body_column::after {
	left: 0;
	bottom: 0;
	top: auto;
	right: auto;
	content: "";
  width: 30px;
  height: 30px;
  display: block;
  position: absolute;
}

.section_blog.simply .contain_flex {
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-flex-wrap: nowrap;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-align-content: stretch;
	-ms-flex-line-pack: stretch;
	align-content: stretch;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}

.section_blog.simply .body_column {
	width: calc(100% - 120px);
	padding: 46px 60px 65px;
	padding-top: 62px;
	box-shadow: 5px 9px 15px 1px rgb(0 0 0 / 10%);
	background-color: #fafafa;
	position: relative;
	margin-top: -212px;
}

.section_blog.simply .item.column {
	width: 50%;
}

.section_blog.simply .body_column .block_text-title {
	text-shadow: 1px 1px 0 rgb(255 255 255 / 40%);
	color: #333;
	font-size: 25px;
	font-weight: 700;
	line-height: 42px;
	margin-bottom: 15px;
}

.section_blog.simply .body_column .block_text {
		/* padding-top: 29px; */
    text-shadow: 1px 1px 0 rgb(255 255 255 / 20%);
    color: #444;
    font-size: 16px;
    font-weight: 300;
    line-height: 26px;
}

.section_blog.simply .body_column .block_text .strong {
	font-weight: 600;
}

.section_blog.simply.odd .item.image {
	order: 2;
}
.section_blog.simply .item {
	margin-right: 20px;
}




.section_blog.simply.color_1 {
	background-color: #ccdee8;
}
.section_blog.simply.color_1 .body_column::after {
	background: #ccdee8;
}
.section_blog.simply.color_1 .body_column::before {
	background: #ccdee8;
}

.section_blog.simply.color_2 {
	background-color: #ccd2e8;
}
.section_blog.simply.color_2 .body_column::after {
	background: #ccd2e8;
}
.section_blog.simply.color_2 .body_column::before {
	background: #ccd2e8;
}

.section_blog.simply.color_3 {
	background-color: #cce3e1;
}
.section_blog.simply.color_3 .body_column::after {
	background: #cce3e1;
}
.section_blog.simply.color_3 .body_column::before {
	background: #cce3e1;
}

.section_blog.simply.color_4 {
	background-color: #e8d8d1;
}
.section_blog.simply.color_4 .body_column::after {
	background: #e8d8d1;
}
.section_blog.simply.color_4 .body_column::before {
	background: #e8d8d1;
}

.section_blog.simply.color_5 {
	background-color: #cfe6d8;
}
.section_blog.simply.color_5 .body_column::after {
	background: #cfe6d8;
}
.section_blog.simply.color_5 .body_column::before {
	background: #cfe6d8;
}


.section_blog.simply.color_6 {
	background-color: #e0d1e0;
}
.section_blog.simply.color_6 .body_column::after {
	background: #e0d1e0;
}
.section_blog.simply.color_6 .body_column::before {
	background: #e0d1e0;
}


.section_blog.simply.color_7 {
	background-color: #e8d8d1;
}
.section_blog.simply.color_7 .body_column::after {
	background: #e8d8d1;
}
.section_blog.simply.color_7 .body_column::before {
	background: #e8d8d1;
}


.section_blog.simply.color_8 {
	background-color: #ebd5d7;
}
.section_blog.simply.color_8 .body_column::after {
	background: #ebd5d7;
}
.section_blog.simply.color_8 .body_column::before {
	background: #ebd5d7;
}

.section_blog.simply.color_9 {
	background-color: #ccdee8;
}
.section_blog.simply.color_9 .body_column::after {
	background: #ccdee8;
}
.section_blog.simply.color_9 .body_column::before {
	background: #ccdee8;
}


.section_blog.simply.color_10 {
	background-color: #e8d8d1;
}
.section_blog.simply.color_10 .body_column::after {
	background: #e8d8d1;
}
.section_blog.simply.color_10 .body_column::before {
	background: #e8d8d1;
}




.section_present.p2 {
	background: none;
	margin-bottom: 160px;
}
.section_present.p2 .description {
	margin:0 26%;
	margin-bottom: 20px;
}

.section_present.p2.bb {
	padding-bottom: 113px;
	border-bottom: 1px solid #ededed;
	margin-bottom: 0px !important;
}
.section_blog.simply .tabs .block_text {
	background: rgba(0,0,0,0.04);
	margin-bottom: 10px;
	padding: 20px 30px;
}

.section_blog.simply .tabs .block_text .block_text-description {
	height: 0;
	overflow: hidden;
	-webkit-transition: height 0.4s ease-in-out;
	-moz-transition: height 0.4s ease-in-out;
	-o-transition: height 0.4s ease-in-out;
	transition: height 0.4s ease-in-out;
}

.section_blog.simply .tabs .block_text.active .block_text-description {
	 height: 210px;
}
.section_blog.simply .tabs .block_text .block_text-title {
	position: relative;
	cursor: pointer;
}
.section_blog.simply .tabs .block_text .block_text-title::after {
	content: '';
	position: absolute;
	top: 50%;
	right: 0;
  border: 5px solid transparent; /* Прозрачные границы */
  border-top: 5px solid #444; /* Добавляем треугольник */
}

.section_blog.simply .tabs .block_text.active .block_text-title::after {
	-moz-transform: rotate(180deg);
	-webkit-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg);
}

.section_blog.simply .tabs-images .image {
	visibility: hidden;
	display: none;
	opacity: 0;
	-webkit-transition: opacity 0.4s ease-in-out;
	-moz-transition: opacity 0.4s ease-in-out;
	-o-transition: opacity 0.4s ease-in-out;
	transition: opacity 0.4s ease-in-out;
}
.section_blog.simply .tabs-images .image.active {
	opacity: 1;
	visibility: visible;
	display: block;
}

.section_blog.simply .tabs-images .image {
	width: 100%;
	max-width: 564px;
}

.section_blog.simply .tabs-images .image img {
	width: 100%;
	height: auto;
}

.section_rvw.p2 {
	background: #cfdfe8;
	margin-bottom: 0px !important;
	padding-bottom: 1px;
}
.section_rvw.p2.p3 {
	background: #eddfd1;
}

.section_rvw.p2.c1 {
	 background: linear-gradient(0deg, #ffffff00, #b4e7eb);
}

.section_rvw.p2 .block_s {
	min-height: 172px;
	background: #fff;
}

.section_rvw.p2 .field_set {
	margin-bottom: 40px;
}

.section_rvw.p2 .header_section-title {
	text-align: center;
	font-size: 40px;
	padding-top: 30px;
}

.section_rvw.p2 .description_center {
	margin:0 20%;
	margin-bottom: 100px;
}

.section_rvw .description_center ul {
	margin-bottom: 30px;
}

.section_rvw .description_center ul li {
	margin-bottom: 13px;
	position: relative;
	padding-left: 36px;
	line-height: 27px;
  font-size: 18px;
}

.section_rvw .description_center ul li::before {
	content: "✓";
	left: 0px;
  top: 50%;
  color: rgb(255, 145, 35);
  width: 24px;
  height: 24px;
	border:1px solid rgb(255, 145, 35);
	border-radius: 50px;
	line-height: 24px;
	display: inline-block;
	text-align: center;
	margin-top: -12px;
	margin-right: 10px;
	position: absolute;
}
.center_links {
	text-align: center;
}

.section_rvw .description_center .center_links a,
.center_links.kv a {
	font-weight: bold;
	text-decoration: none;
	color: #000;
	position: relative;
	display: inlnie-block;
}

.section_rvw .description_center .center_links a i,
.center_links.kv a i {
	margin-left: 5px;
}

.section_rvw .description_center .center_links a::after,
.center_links.kv a::after {
	content: '';
	width: 100%;
	height: 1px;
	background: #000;
	bottom: -1px;
	position: absolute;
	left: 0;
	-webkit-transition: opacity 0.4s ease-in-out;
	-moz-transition: opacity 0.4s ease-in-out;
	-o-transition: opacity 0.4s ease-in-out;
	transition: opacity 0.4s ease-in-out;
	opacity: 1;
}

.section_rvw .description_center .center_links a:hover::after,
.center_links.kv a:hover::after {
	opacity: 0;
}

.blocks_reviews_n {
	width: 100%;
	overflow: hidden;
}

.blocks_reviews_n .overlay {
	width: 100%;
}

.blocks_reviews_n .item .stars ul li {
	display: inline-block;
	font-size: 23px;
}

.blocks_reviews_n .item .stars {
	margin-bottom: 10px;
}

.blocks_reviews_n .item .description {
	font-size: 16px;
	line-height: 30px;
	margin-bottom: 10px;
}

.blocks_reviews_n .item .date_review {
	font-size: 0.9em;
	color: #828282;
}

.blocks_reviews_n .item {
	float: left;
	width: 45%;
  margin-right: 12px;
	min-height: 300px;
}

.blocks_reviews_n .item .top_seti {
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-flex-wrap: nowrap;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-webkit-justify-content: flex-start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-align-content: stretch;
	-ms-flex-line-pack: stretch;
	align-content: stretch;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}

.blocks_reviews_n .item .top_seti {
	font-size: 26px;
	font-weight: bold;
	margin-bottom: 30px;
}

.blocks_reviews_n .item .top_seti img {
	margin-right: 20px;
}

.header_section-title.np {
	padding:0px !important;
}

.section_blog.simply.gumburher .body_column {
	margin-top: -145px;
}

.section_blog .section_blog-flex.o-nas_st .section_blog-title {
	text-align: center;
}

.section_blog .section_blog-flex.o-nas_st .section_blog-title.fs2  h1 {
	font-size: 54px;
}

.section_blog .section_blog-title.fs2,
.section_blog .section_blog-title.fs2 h1 {
	font-size: 54px;
}

#forget_assignments.section_blog.simply .body_column {
	 margin-top: -142px;
}

#no_repeat.section_blog.simply .item.image {
	height: 300px;
}

#no_repeat.section_blog.simply .body_column {
	margin-top: -140px;
}

.section_present .center_links.kv {
	margin-bottom: 30px;
}

.section_blog.simply.indents .body_column .block_text-description p {
	margin-bottom: 15px;
}

#organize.section_blog.simply .body_column,
#order_company.section_blog.simply .body_column {
	margin-top: -140px;
}

#order_company.section_blog.simply {
	margin-bottom: 50px;
}

#work_automation.section_blog.simply {
	margin-bottom: 50px;
}

#sales_conversions.section_blog.simply {
	margin-bottom: 50px;
}

.screen_section {
	text-align: center;
	color: #333;
	background-color: #ffffff;
}

.screen_section.p1 {
	background:  url('assets/images/firstscreen-fullimage.png') no-repeat;
	background-position: center bottom;
	/* min-height: 1000px; */
	width: 100%;
	padding:100px 0 400px 0;
}

.screen_section.p1 .breadcrumps {
	text-align: left;
	margin-bottom: 200px;
}

.screen_section.p1::after {
	content: '';

}

.screen_section.p2 {
	background:  url('assets/images/secondscreen-fullimage.png') no-repeat;
	background-position: center bottom;
	padding: 0px 0 550px 0;
}

/* .screen_section.p2::after {
	content: '';
	background:  url('assets/images/secondscreen-fullimage.png') no-repeat;
	background-position: center center;
	height: 340px;
	bottom: -170px;
	left: 0;
	position: absolute;
	width: 100%;
} */

.screen_section .landing_title,
.screen_section .landing_title h1 {
	font-size: 60px;
	font-weight: bold;
	letter-spacing: -0.4pt;
	margin-bottom: 50px;
}

.screen_section.p1 .pretitle {
	font-size: 23px;
  text-align: center;
  line-height: 34px;
	font-weight: bold;
	margin-bottom: 50px;
}

.screen_section .entry_section {
		max-width: 650px;
    margin: 0 auto;
    font-size: 22px;
    line-height: 46px;
}

.screen_section .flex_column2 {
		display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
		text-align: left;
		font-size: 16px;
		color: #555;
		line-height: 36px;
}

.screen_section .note {
	  color: #a5815e;
		font-style: italic;
		font-weight: 600;
		font-size: 20px;
    line-height: 38px;
}

.screen_section .note.wc {
	margin: 0 auto;
	max-width: 800px;
	padding-bottom: 150px;
}

.screen_section.p2 .flex_column2 .fx_item {
	width: 50%;
	margin-right: 57px;
}

.block_benefits {
	display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
	margin: 0 5%;
}

.block_benefits .item {
	width: 25%;
	position: relative;
	margin-right: 50px;
}

.block_benefits .item .img {
	margin-bottom: 25px;
}

.block_benefits .item .block_benefit-title {
	font-size: 26px;
    font-weight: 600;
    margin-bottom: 25px;
    letter-spacing: -0.6pt;
    line-height: 42px;
}

.block_benefits .item .block_benefit-description {
	font-size: 16px;
	line-height: 30px;
	padding: 0 11%;
}

.block_benefits .item::after {
	position: absolute;
	height: 100%;
	display: block;
	content: '';
	left: -39px;
	top:0;
}

.block_benefits .item:nth-of-type(1)::after {
	background: url('assets/images/line-1.png') no-repeat;
	background-position: center center;
	width: 43px;
  height: 460px;
}
.block_benefits .item:nth-of-type(2)::after {
	background: url('assets/images/line-2.png') no-repeat;
	background-position: center center;
	width: 36px;
	height: 412px;
}
.block_benefits .item:nth-of-type(3)::after {
	background: url('assets/images/line-3.png') no-repeat;
	background-position: center center;
	width: 42px;
  height: 462px;
}
.block_benefits .item:nth-of-type(4)::after {
	background: url('assets/images/line-4.png') no-repeat;
	background-position: center center;
	width: 36px;
	height: 412px;
}

.block_benefits .item:nth-of-type(4)::before {
	position: absolute;
	height: 100%;
	display: block;
	content: '';
	right: -49px;
	top:0;
	background: url('assets/images/line-5.png') no-repeat;
	background-position: center center;
	width: 42px;
	height: 462px;
}


.screen_section.p4 {

	padding: 200px 0 270px 0;
}

.screen_section.p4::after {
	content: '';
	background: url('assets/images/cert-bottomline.png') no-repeat;
	background-position: center bottom;
	height: 340px;
	position: absolute;
	bottom: -170px;
	left: 0;
	width: 100%;

}

.screen_section.p4 .flex_column2 {
	display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.screen_section.p4 .flex_column2 .fx_item:nth-child(1) {
	-webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
    -webkit-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    align-self: auto;
		margin-right: 20px;
}

.screen_section .note a {
	color: #a5815e;
}

.screen_section .note a:hover {
	text-decoration: none;
}

.screen_section .paper_bl {
	background: url('assets/images/paper.png') no-repeat;
	background-position: center top;
	width: 1309px;
	max-width: 100%;
	height: 831px;
	margin:0 auto;

}

.screen_section .paper_bl .paper_tb {
	overflow: hidden;
	border: 4px solid #ae8142;
	border-bottom: 0px;
}

.screen_section.p5 .paper_bl .container_center {
	padding: 140px 155px 211px;
	box-sizing: border-box;
}

.screen_section.p5 .fx_item {
	float: left;
	width: 22.4%;
	border: 4px solid #ae8142;
	border-left: 0;
	border-top: 0;
	height: 233px;
	display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.screen_section.p5 .fx_item .fx_item-title {
		color: #5d3b22;
    font-size: 20px;
    font-weight: bold;
    letter-spacing: -0.5pt;
}

.screen_section.p5 .fx_item .fx_item-image {
	margin-bottom: 30px;
}

.paper_tb .overlay {
	width: 110%;
}


.screen_section.p6 {
	padding:150px 0 300px 0;
}

.screen_section.p6::after {
	background: url('assets/images/plan-bottomline.png') no-repeat;
	background-position: center bottom;
	content: '';
	width: 100%;
	left: 0;
	bottom: -170px;
	height: 340px;
	position: absolute;
}


.screen_section.p6 .landing_title {
	margin-bottom: 150px;
}

.screen_section.p6 .blocks_flx {
	display: -ms-flexbox;
	 display: -webkit-flex;
	 display: flex;
	 -webkit-flex-direction: row;
	 -ms-flex-direction: row;
	 flex-direction: row;
	 -webkit-flex-wrap: wrap;
	 -ms-flex-wrap: wrap;
	 flex-wrap: wrap;
	 -webkit-justify-content: center;
	 -ms-flex-pack: center;
	 justify-content: center;
	 -webkit-align-content: stretch;
	 -ms-flex-line-pack: stretch;
	 align-content: stretch;
	 -webkit-align-items: center;
	 -ms-flex-align: center;
	 align-items: center;
}

.screen_section.p6 .item {
	max-width: 26%;
	width: 26%;
	margin-bottom: 100px;
	position: relative;
}

.screen_section.p6 .item {
	position: relative;
	margin: auto 40px;
	margin-bottom: 70px;
}

.screen_section.p6 .item-image {
	margin-bottom: 30px;
}

.screen_section.p6 .item-title {
	font-size: 19px;
	font-weight: 400;
	color: #555;
	font-weight: bold;
	line-height: 29px;
}

.screen_section.p6 .item:nth-child(1)::before {
	content: '';
	background: url('assets/images/plan-arrow-1-active.png') no-repeat;
	width: 92px;
	height: 21px;
	position: absolute;
	right: -85px;
  top: 18%;
	display: block;
}

.screen_section.p6 .item:nth-child(2)::before {
	content: '';
	background: url('assets/images/plan-arrow-2.png') no-repeat;
	width: 91px;
  height: 19px;
	position: absolute;
	right: -89px;
  top: 36%;
	display: block;
}

.wp-block-table.aligncenter,
.aligncenter {
	margin-left:auto;
	margin-right:auto;
	text-align: center;
}

.screen_section.p6 .item:nth-child(4)::before {
	content: '';
	background: url('assets/images/plan-arrow-1.png') no-repeat;
	width: 91px;
  height: 19px;
	position: absolute;
	right: -84px;
	top: 21%;
	display: block;
}

.flex_column2.v2 .fx_item {
	width: 50%;
	margin-right: 30px;
}

.flex_column2.v2 p {
	 min-height: 210px;
}


.screen_section.p7 {
	padding: 60px 0 160px 0;
}

.screen_section.p7::after {
	content: '';
	width: 100%;
	height: 340px;
	left: 0;
	bottom: -170px;
	background: url('assets/images/plan-bottomline.png') no-repeat;
	background-position: center bottom;
	position: absolute;
}


.screen_section.p7 .landing_title {
	margin-bottom: 150px;
}

.screen_section .flex_5 {
	display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
		margin-bottom: 100px;
}

.screen_section .flex_5 .item {
	width: 20%;
	margin-bottom: 20px;
}

.screen_section.p8 {
	padding: 100px 0 300px 0;
}

.screen_section .button.orange {
	height: 57px;
	line-height: 57px;
	padding:0 30px;
}

.screen_section .button_center {
	margin-bottom: 100px;
}


.screen_section .mid_title {
	font-size: 30px;
  font-weight: 500;
  line-height: 46px;
	font-weight: bold;
	letter-spacing: -0.5pt;
	margin-bottom: 35px;
}

.screen_section .flex_column2.v3 .fx_item {
	width: 50%;
	margin-right: 30px;
}

.screen_section .flex_column2.v3 .fx_item p {
	margin-bottom: 30px;
}

.screen_section .flex_column2.v3 .fx_item .p_flex {
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-flex-wrap: nowrap;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-webkit-justify-content: flex-start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-align-content: center;
	-ms-flex-line-pack: center;
	align-content: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	margin-bottom: 25px;
}

.screen_section .flex_column2.v3 .fx_item .p_flex p {
	margin-bottom: 0px;
}

.screen_section .flex_column2.v3 .fx_item .p_flex img {
	margin-right: 30px;
}

.screen_section {
	position: relative;
}

.screen_section.p8::after {
	content: '';
	width: 100%;
	background: url('assets/images/tech-bottomline.png') no-repeat;
	height: 340px;
	background-position: center center;
	position: absolute;
	left: 0;
	bottom: -170px;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	-ms-appearance: none;
}

.screen_section.p9 {
	padding: 100px 0 300px 0;
	position: relative;
}

.screen_section.p9::after {
	content: '';
	width: 100%;
	background: url('assets/images/getblock-bottomline.png') no-repeat;
	height: 340px;
	background-position: center center;
	position: absolute;
	left: 0;
	bottom: -170px;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	-ms-appearance: none;
}

.screen_section.p10::after {
	content: '';
	width: 100%;
	background: url('assets/images/bonus-bottomline.png') no-repeat;
	height: 340px;
	background-position: center center;
	position: absolute;
	left: 0;
	bottom: -170px;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	-ms-appearance: none;
}

.column_v2 .fx_block {
	display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
		width: 50%;
		float: left;
		text-align: left;
		font-size: 16px;
		color: #555;
		line-height: 36px;
		min-height: 340px;
}

.column_v2 .fx_block img {
	margin-right: 30px;
}

.column_v2 .fx_block .mid_title {
	margin-bottom: 10px;
}

.column_v2 .fx_block .description {
	margin-bottom: 20px;
	margin-right: 30px;
}

.screen_section.p10 {
	padding: 60px 0 160px 0;
	position: relative;
}

.screen_section .note.wc.fix-height {
	position: relative;
	padding-bottom: 100px;
	margin-bottom: 100px;
}

.screen_section .note.wc.fix-height::after {
	background: url('assets/images/social-big-1.png') no-repeat;
	background-position: center center;
	content: '';
	height: 43px;
	position: absolute;
	left: 0;
	width: 100%;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	-ms-appearance: none;
	bottom: -22px;
}

.screen_section .note.wc.fix-height.regular_style::after {
	background: url('assets/images/social-big-2.png') no-repeat;
	background-position: center center;
}

.screen_section .note.wc.fix-height.regular_style {
	font-style: normal;
	color: #555;
}

.screen_section .note.wc.fix-height.regular_style a {
	text-decoration: none;
}

.screen_section .note.wc.weight_style {
	font-weight: bold;
	font-style: normal;
	color: #555;
}

.author_bl {
	width: 250px;
	margin:0 auto;
	text-align: center;
}

.author_bl p.name {
	font-size: 24px;
	margin-bottom: 20px;
}

.author_bl img {
	margin-bottom: 40px;
}


.screen_section.p11 {
	padding:80px 0;
}


.section_obuchenie {
	padding-top: 100px;
}


.section_obuchenie .header_section-title {
	text-align: center;
}
.menu_download_links {
	border: 2px solid #dbdbdb;
  border-radius: 18px;
	width: 370px;
	margin:0 auto;
	-webkit-transition: all 0.3s ease-in-out 0.1s;
	-moz-transition: all 0.3s ease-in-out 0.1s;
	-o-transition: all 0.3s ease-in-out 0.1s;
	transition: all 0.3s ease-in-out 0.1s;
	height: 76px;
	overflow: hidden;
	background: #fff;
}

.menu_download_links:hover {
	box-shadow: 0 0 30px #00000026;
	transition: all .2s ease-out;
}

.menu_download_links-label {
	 height: 72px;
	 line-height: 72px;
	 text-align: center;
	 font-weight: bold;
	 font-size: 16px;
	 cursor: pointer;
}
.menu_download_links-label i {
	margin-left: 10px;
}

.menu_download_links-list {
	border-top: 2px solid #fff;
	margin:0 10px;
	padding: 10px 20px;
	-webkit-transition: all 0.3s ease-in-out 0.1s;
	-moz-transition: all 0.3s ease-in-out 0.1s;
	-o-transition: all 0.3s ease-in-out 0.1s;
	transition: all 0.3s ease-in-out 0.1s;
}

.menu_download_links-list li {
	padding:10px;
}
.menu_download_links-list li a {
	color: #333;
}
.menu_download_links-list li a:hover {
	text-decoration: none;
}

/* .menu_download_links .h_bl {
	height: 0px;
	visibility: hidden;
	-webkit-transition: height, visibility 0.3s ease-in-out 0.1s;
	-moz-transition: height, visibility 0.3s ease-in-out 0.1s;
	-o-transition: height, visibility 0.3s ease-in-out 0.1s;
	transition: height, visibility 0.3s ease-in-out 0.1s;
}
*/

.menu_download_links:hover {
	height: 180px;
}

.menu_download_links:hover .menu_download_links-list {
	border-color: #dbdbdb;
}

/* .menu_download_links:hover .h_bl {
	height: 104px;
	visibility: visible;
} */

.centered_button_m {
	height: 76px;
	margin-bottom: 60px;
	position: relative;
}


.links_2 {
	text-align: center;
}
 .links_2 a {
	display: inline-block;
	text-decoration: none;
	font-weight: bold;
	font-size: 28px;
	letter-spacing: -0.6pt;
	line-height: 36px;
	color: #ff9123;
	text-decoration: underline;
}

.links_2 a:hover {
	color: #ff9c3a;
	text-decoration: none;
}

.section_obuchenie_menu {
	display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;

}

.section_obuchenie_menu .item {
	text-decoration: none;
	display: block;
	width: 33.3%;
	height: 400px;
	position: relative;
	padding-top: 150px;
	border-radius: 32px 32px 0px 0px;
}

.section_obuchenie_menu .item:nth-child(1) {
	background: #f0f2fa;
}

.section_obuchenie_menu .item:nth-child(2) {
	background: #f5ebe1;
}
.section_obuchenie_menu .item:nth-child(3) {
	background: #efe4f5;
}

.section_obuchenie_menu .item:nth-child(1) {
	border-radius: 32px 32px 0px 0px;
}

.section_obuchenie_menu .item:nth-child(1)::before,
.section_obuchenie_menu .item:nth-child(2)::before,
.section_obuchenie_menu .item:nth-child(3)::before {
		content: "";
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    border-radius: 32px 32px 0px 0px;
		z-index: 1;
}
.section_obuchenie_menu .item:nth-child(1)::before {
    background: url('assets/images/cloud-1.png') 50% repeat-x;
		background-size: cover;
    height: 139px;
}

.section_obuchenie_menu .item:nth-child(2)::before {
    background: url('assets/images/cloud-2.png') 50% repeat-x;
		background-size: cover;
		height: 160px;
}
.section_obuchenie_menu .item:nth-child(3)::before {
    background: url('assets/images/cloud-3.png') 50% repeat-x;
    height: 140px;
}

.section_obuchenie_menu .item {
	position: relative;
	height: 520px;
}

.section_obuchenie_menu .item:hover {
		box-shadow: 0 0 30px #00000026;
    transition: all .2s ease-out;
}

.section_obuchenie_menu .item .item-title {
		font-size: 40px;
    line-height: 60px;
		text-align: center;
		font-weight: bold;
		position: relative;
		z-index: 2;
		color: #000;
}

.section_obuchenie_menu .item:nth-child(1)::after {
		content: "";
    background: url('assets/images/img-1.png') 50% no-repeat;
    width: 365px;
    height: 344px;
		display: block;
		position: absolute;
		left: 50%;
		bottom: 0;
		margin-left: -188px;
}

.section_obuchenie_menu .item:nth-child(2)::after {
		content: "";
    background: url('assets/images/img-2.png') 50% no-repeat;
		position: absolute;
		width: 464px;
		height: 300px;
		bottom: 74px;
		left: 50%;
		margin-left: -262px;
}

.section_obuchenie_menu .item:nth-child(3)::after {
		content: "";
    background: url('assets/images/img-3.png') 50% no-repeat;
    position: absolute;
    width: 328px;
    height: 266px;
    bottom: 0;
    left: 50%;
    margin-left: -164px;
}

.section_obuchenie .links_2 {
	margin-bottom: 100px;
}

.section_obuchenie .links_2 a {
	text-decoration: underline;
}

.section_obuchenie .links_2 a:hover {
	text-decoration: none;
}

.section_obuchenie {
	background: url('assets/images/rocket-min.png') no-repeat;
	background-position: 83% 100%;
}

.menu_fqs {
		display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
		margin-bottom: 100px;
}

.menu_fqs li {
	width: calc(50% - 20px);
	margin-right: 20px;
}

.menu_fqs li a {
	color: #222222;
  background: #f1f1f1;
	display: block;
	height: 72px;
	line-height: 72px;
	border-radius: 24px;
  padding: 0 60px 0 28px;
	margin-bottom: 20px;
	text-decoration: none;
	position: relative;
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}

.menu_fqs li a:hover {
	background: #ff9123;
}

.menu_fqs li a::after {
	font-family: "fontawesome";
	content: '\f105';
	position: absolute;
	right: 20px;
	font-size: 22px;
}

.flex_contacts {
		display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
		margin-bottom: 130px;
}

.flex_contacts .fx_item {
	background: #fff9f3;
	-webkit-border-radius: 18px;
	-moz-border-radius: 18px;
	border-radius: 18px;
	width: calc(32% - 80px);
	display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
	padding: 60px 40px;
	min-height: 284px;
	color: #555;
	font-weight: normal;
}

.flex_contacts .fx_item .img {
	width: 71px;
	margin-right: 20px;
}

.flex_contacts .fx_item .img img {
	width: 100%;
	height: auto;
}

.flex_contacts .fx_item .fx_item_entry-title {
	font-size: 24px;
	font-weight: bold;
	margin-bottom: 15px;
}

.flex_contacts .fx_item a {
	font-weight: bold;
	text-decoration: none;
	color: #ff9123;
}

.soc_contacts {
	padding-top:10px;
}

.soc_contacts li {
	display: inline-block;
	margin-right: 5px;
}

.soc_contacts li a {
	display: inline-block;
	opacity: 1;
	-webkit-transition: opacity 0.4s ease-in-out;
	-moz-transition: opacity 0.4s ease-in-out;
	-o-transition: opacity 0.4s ease-in-out;
	transition: opacity 0.4s ease-in-out;
}

.soc_contacts li a:hover {
	opacity: 0.8;
}

.soc_contacts li i {
	font-size: 40px;
}

 .soc_contacts li.wwa i,
.soc_contacts li.wwa {
	color: #31d84f;
}
.soc_contacts li.tg i,
 .soc_contacts li.tg {
	color: #229ed9;
}

.soc_contacts li.vk i,
 .soc_contacts li.vk {
	color: #0177ff;
}

.section_blog.contacts_bl .header_section-title {
	font-size: 40px;
	text-align: center;
}

.section_blog.contacts_bl .breadcrumps {
	margin-bottom: 100px;
}

.flex_contacts.v2{
	display: -ms-flexbox;
	 display: -webkit-flex;
	 display: flex;
	 -webkit-flex-direction: row;
	 -ms-flex-direction: row;
	 flex-direction: row;
	 -webkit-flex-wrap: nowrap;
	 -ms-flex-wrap: nowrap;
	 flex-wrap: nowrap;
	 -webkit-justify-content: center;
	 -ms-flex-pack: center;
	 justify-content: center;
	 -webkit-align-content: stretch;
	 -ms-flex-line-pack: stretch;
	 align-content: stretch;
	 -webkit-align-items: flex-start;
	 -ms-flex-align: start;
	 align-items: flex-start;
}

.flex_contacts.v2 .fx_item {
	margin-right: 30px;
	min-height: 100px;
	text-decoration: none;
}

.flex_contacts.v2 a.fx_item:hover {
	background: #ffebd6;
}

.kachay-prod .flex_column2 {
		display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.kachay-prod .flex_column2 .fx_item {
	width: 50%;
}

.section_blog.kachay-prod .flex_column2 .mega-title {
	font-size: 62px;
	font-weight: bold;
	color: #333;
	margin-bottom: 66px;
}

.section_blog.kachay-prod .flex_column2 .mega-title strong {
	font-size: 200px;
	letter-spacing: -11pt;
	padding-top: 72px;
	margin-left: -13px;
	padding-bottom: 85px;
	display: inline-block;
}

.section_blog.kachay-prod .head_img {
	width: auto;
}

.section_blog.kachay-prod .head_img img {
	width: 100%;
	height: auto;
}

.section_blog.kachay-prod .description {
	line-height: 38px;
  font-size: 20px;
	margin-bottom: 66px;
}

.section_blog.kachay-prod {
	color: #555;
}

.section_blog.kachay-prod .flex_column2 .fx_item:nth-child(2) {
	padding-left: 80px;
	width: calc(50% - 80px);
}

.section_blog.kachay-prod .reader_rating ul {
	display: inline-block;
}

.section_blog.kachay-prod .reader_rating ul li {
	display: inline-block;
	color: #FF9123;
}

.section_blog.kachay-prod .reader_rating .reader_rating-label {
	display: inline-block;
	font-style: italic;
}

.section_blog.kachay-prod .centered_contain {
	padding: 131px;
	line-height: 34px;
}

.section_blog.kachay-prod .flex_column2.v2 .fx_item  {
	 width: calc(50% - 30px);
	 padding-left: 0;
}

.book_toggle .book_item .book_item-title {
		font-size: 19px;
    font-weight: bold;
    padding: 0px 0px 14px 0px;
    border-bottom: 2px solid #e5e3e6;
		margin-bottom: 14px;
		cursor: pointer;
		color: #555;
}

.book_toggle .book_item .book_item-description {
	display: none;
}

.book_toggle .book_item .book_item-description.show {
	display: block;
}

.book_toggle .book_item {
	margin-bottom: 20px;
}

.description.mw-n {
	max-width: 900px;
	margin-left: auto;
	margin-right: auto;
}

.book_toggle {
	margin-bottom: 100px;
}

.section_blog.kachay-prod .flex_column2.v2 {
	margin-bottom: 50px;
}

.section_blog.kachay-prod .button_center .button {
	margin-bottom: 20px;
}

.section_blog.kachay-prod .button_center {
	margin-bottom: 100px;
}

.section_blog.kachay-prod .flex_column3 {
		display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
		margin-bottom: 100px;
}

.section_blog.kachay-prod .flex_column3 .fx_item {
	width: 33.3%;
	text-align: center;
	padding: 51px 20px;
	box-sizing: border-box;
	border-radius: 20px;
}

.section_blog.kachay-prod .flex_column3 .fx_item:nth-child(even) {
	background: #f6f5f7;
}

.section_blog.kachay-prod .flex_column3 .fx_item-ico {
	width: 80px;
	margin:0 auto;
	margin-bottom: 50px;
}

.section_blog.kachay-prod .flex_column3 .fx_item-ico img {
	width: 100%;
	height: auto;
}

.section_blog.kachay-prod .flex_column3 .fx_item-title {
	color: #555;
	font-size: 19px;
	font-weight: bold;
}

.section_blog.kachay-prod .flex_column3 {
	margin-bottom:10px;
}

.section_blog.kachay-prod .bottom_info .description {
	text-align: center;
	font-style: italic;
	max-width: 803px;
	margin:0 auto;
	margin-bottom: 50px;
}

.section_blog.kachay-prod .bottom_info .author_bl {
	text-align: center;
}

.section_blog.kachay-prod .bottom_info .author_bl a {
	display: inline-block;
	font-size: 20px;
	margin-bottom: 20px;
	color: #555;
}

.section_blog.kachay-prod .bottom_info .author_bl a:hover {
	text-decoration: none;
}

.section_blog.kachay-prod .bottom_info .author_bl a i {
	font-size: 30px;
	color: #447bba;
}

.section_blog-flex.o-nas_st .flex_download {
	 display: -ms-flexbox;
	 display: -webkit-flex;
	 display: flex;
	 -webkit-flex-direction: row;
	 -ms-flex-direction: row;
	 flex-direction: row;
	 -webkit-flex-wrap: wrap;
	 -ms-flex-wrap: wrap;
	 flex-wrap: wrap;
	 -webkit-justify-content: space-around;
	 -ms-flex-pack: distribute;
	 justify-content: space-around;
	 -webkit-align-content: stretch;
	 -ms-flex-line-pack: stretch;
	 align-content: stretch;
	 -webkit-align-items: flex-start;
	 -ms-flex-align: start;
	 align-items: flex-start;
}
.section_blog-flex.o-nas_st .flex_download .fx_item {
	width: calc(50% - 40px);
	text-align: center;
	box-shadow: 0 10px 80px rgb(0 0 0 / 7%);
  background: #f6f6f6;
	border: 1px solid #e1e1e1;
	padding:30px;
	box-sizing: border-box;
	min-height: 310px;
	margin-bottom: 20px;
	margin-right: 10px;
	margin-left: 10px;
}

.section_blog-flex.o-nas_st .flex_download .fx_item:nth-child(2) + .fx_item {
	min-height: auto;
}

.section_blog-flex.o-nas_st .flex_download .fx_item .fx_item-title {
	font-size: 29px;
	line-height: 54px;
	font-weight: bold;
}

.section_blog-flex.o-nas_st .flex_download .fx_item .button {
	color: #fff;
}


.field_set.v2 {

}
.section_rvw .field_set.v2 .block_s .img {
	height: auto;
}
.section_rvw .field_set.v2 .block_s .img i {
	font-size: 32px;
	color: #FF9123;
}
.section_rvw .field_set.v2 .block_s {
	 min-height: 121px;
}
.section_rvw .field_set.v2 .block_s .title {
    margin-bottom: 10px;
}

.yout_bl {
	width: 100%;
	max-width: 560px;
	margin:0 auto;
}

.yout_bl img {
	width: 100%;
	height: auto;
}

.section_present .description ul li {

}

.section_present .description ul li {
    position: relative;
    list-style: none;
    padding-left: 10px;
    margin-bottom: 10px;
}

.section_present .description ul li::before {
	display: inline-block;
	content: '✓';
	left: 0;
	padding-top: 2px;
	margin-right: 10px;
	line-height: 17px;
	width: 18px;
	height: 18px;
	font-size: 16px;
	background: #FF9123;
	border-radius: 5px;
	color: #fff;
	text-align: center;
}

.section_present .image {
	margin-bottom: 50px;
}

.section_blog.other_solutions.v4 .blocks_button_other .item {
	min-height: 69px;
}

.section_blog.other_solutions.v4 .blocks_button_other .item:hover {
	background-color: #F587192B;
}

.section_rvw.nopadd {
	margin-bottom: 0;
}

.section_rvw.nopadd .field_set.v2 .block_s {
	min-height: 160px;
}

.section_blog.v4 {
	padding-top: 0px;
}

.section_rvw.nopadd .header_section-title {
	text-align: center;
}

.section_rvw.nopadd .field_set.v5 {
	display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.section_rvw .field_set.v5 .block_s {
		width: 23.3%;
		margin-bottom: 30px;
}

.section_rvw .field_set .block_s .img {
    width: 150px;
		height: 150px;
}

.section_present .slider_c {
	max-width: 700px;
	margin:0 auto;
}

.section_rvw .field_set.v6 {
	display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.section_rvw .field_set.v6 .block_s {
	width: 25%;
	margin-bottom: 40px;
	min-height: 156px;
}

.section_rvw .field_set.v6 .block_s .img {
	width: 26px;
	height: 40px;
}

.header_section-title.v2 {
	font-size: 30px;
	text-align: center;
}

.flx_images {
		display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.flx_images .item_i {
	width: 25%;
	height: 140px;
}

.flx_images.v2 .item_i {
	width: 20%;
	height: 140px;
	display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.section_rvw .description_p {
	max-width: 900px;
	margin: 0 auto;
	margin-bottom: 50px;
}

.field_set.v2.min .block_s .img {
	width: 40px;
	height: auto;
}

.field_set.v7 .block_s {
	min-height: 90px;
}

.field_set.v7 .block_s .title {
	color: #FF9123;
	font-size: 30px;
}

.header_section-title.center_title {
	text-align: center;
}

.flex_partners {
	display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.flex_partners .item {
	width: 313px;
	background-color: rgb(255, 249, 243);
	padding:60px 40px;
	box-sizing: border-box;
	text-align: center;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
	margin: 0 20px 20px 20px;

}

.flex_partners .item .flex_partners-img {
	margin-bottom: 12px;
}

.flex_partners .item .flex_partners-img img {
	width: 100%;
	height: auto;
}

.flex_partners .item .flex_partners-title {
	font-size: 26px;
	font-weight: bold;
	margin-bottom: 20px;
}

.flex_partners .item .flex_partners-description {
	font-size: 12px;
	line-height: 23px;
}

.flex_partners .item .flex_partners-description p {
	padding-bottom: 0;
	margin-bottom: 20px;
}

.flex_partners .item .button_center a.button {
	color: #fff;
	line-height: 57px;
	height: 57px;
	padding: 0 30px;
}

.section_404 {
	padding-top: 100px;
	min-height: 500px;
}

.section_404 .container_center {
	height: 540px;
}

.section_404 .container_center .flex_404 {
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-align-content: stretch;
	-ms-flex-line-pack: stretch;
	align-content: stretch;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
		height: 540px;
}

.section_404 .container_center .flex_404 .page-title {
	margin-bottom: 50px;
}

.section_404 .container_center .flex_404 .item {
	width: calc(50% - 40px);
	margin-right: 40px;
}

.section_404 .container_center .flex_404 .page-content {
	font-size: 18px;
	font-weight: 400;
	line-height: 30px;
}

.section_404 .container_center .flex_404 .page-content p {
	margin-bottom: 30px;
}

.section_404 .container_center .flex_404 .page-content a {
	color: #e78624;
}

.section_404 .container_center .flex_404 .page-content a.button {
	color: #fff;
}

.section_blog.other_solutions.th3 .tags {
	display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
		padding-top: 28px;
}

.section_blog.other_solutions.th3 .tags li {
	margin-right: 10px;
}

.section_blog.other_solutions.th3 .tags li span {
	display: inline-block;
	font-weight: bold;
	font-size: 14px;
	line-height: 22px;
	color: #ff9123;
	padding: 12px 15px;
	background: rgba(255,145,35,0.13);
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	text-align: center;
}

.section_blog.other_solutions.th3 .item {
	min-height: 217px;
}

.foot_bottom_line {
	display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.foot_ul ul li {
	display: inline-block;
	margin-left: 10px;
	/* margin-bottom: 10px; */
}

.foot_ul ul li a {
	font-size: 12px;
	color: #000;
	text-decoration: none;
}

.foot_ul ul li a:hover {
	text-decoration: none;
	color: #ff9123;
}

.foot_bottom_line .language_bl {
	position: relative;
	width: 100px;
}

.foot_bottom_line .language_bl .lb_button {
	border: 1px solid #e1e1e1;
	border-radius: 4px;
	background: #fff;
	height: 38px;
	line-height: 38px;
	padding:0 40px 0 10px;
	position: relative;
	cursor: pointer;
	font-weight: bold;
}
.foot_bottom_line .language_bl .lb_button::after {
	content: '';
	position: absolute;
	right: 10px;
	top:50%;
	margin-top: -1px;
	width: 0;
	height: 0;
	border-left: 3px solid transparent;
	border-right: 3px solid transparent;
	border-bottom: 3px solid #000;
}

.foot_bottom_line .language_bl .lb_list {
	background: #fff;
	padding: 20px;
	box-shadow: 0 20px 30px rgb(0 0 0 / 10%);
	position: absolute;
	bottom: 40px;
	box-sizing: border-box;
	width: 100%;
	display: none;
}

.foot_bottom_line .language_bl .lb_list.show {
	display: block;
}

.foot_bottom_line .language_bl .lb_list ul li {
	margin-bottom: 10px;
}

.foot_bottom_line .language_bl .lb_list ul li a {
	color: #000;
	text-decoration: none;
}

.foot_bottom_line .language_bl .lb_list ul li a:hover {
	color: #FF9123;
}

.button_apps a {
	display: inline-block;
	background: #cbcbcb;
	text-decoration: none;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	-webkit-transition: color 0.4s ease-in-out;
	-moz-transition: color 0.4s ease-in-out;
	-o-transition: color 0.4s ease-in-out;
	transition: color 0.4s ease-in-out;
}

.button_apps a img {
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	width: 138px;
	height: auto;
}

.button_apps a:hover {
	background: #FF9123;
}

.foot_b_2level {
	text-align: center;
	padding:20px 0;
}

.hd_raiting {
	display: block;
}

.wp-block-eedee-block-gutenslider {
	max-width: 700px;
	margin:0 auto;
	margin-bottom: 30px;
}

.menu-footer_bottom-container ul {
	margin-bottom: 0px;
}

.coock_block {
	position: fixed;
	bottom: 0;
	width: 100%;
	background: #fff;
	box-shadow: 0px 0px 10px 0px rgb(0 0 0 / 19%);
	z-index: 9999999;
	text-align: center;
	font-size: 14px;
	line-height: 26px;
}

.coock_block .container_center {
	padding: 20px 0;
}

.coock_block .container_center .button_center {
	padding-top: 10px;
}

.coock_block .container_center .button_center span {
	cursor: pointer;
	margin-right: 10px;
	margin-bottom: 10px;
}

.vkstyle {
	color: #4d94c4 !important;
	font-size: 30px;
	display: inline-block;
}

.kk-star-ratings.kksr-disabled .kksr-stars .kksr-stars-active .kksr-star .kksr-icon,
.kk-star-ratings:not(.kksr-disabled) .kksr-stars:hover .kksr-star .kksr-icon {
    background-image: url("/wp-content/plugins/kk-star-ratings/src/core/public/svg/active.svg");
}

.header_section-title.ta {
	text-align: center;
	font-size: 30px;
	line-height: 44px;
	max-width: 900px;
	margin: 0 auto;
	margin-bottom: 20px;
}

.section_blog.section_1_tour .header_section-title,
.section_blog.section_1_tour .header_section-title h1 {
	text-align: center;
	font-size: 40px;
	line-height: 44px;
}

.section_flx_works {
	margin-bottom: 90px;
}

.section_flx_works .container_center {
	display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
}

.section_flx_works .container_center .fx_item {
	width: 50%;
}

.section_flx_works .container_center .fx_item-title {
	color: #333;
	font-size: 40px;
	line-height: 58px;
	font-weight: bold;
	padding-bottom: 30px;
}

.section_flx_works .container_center .fx_item-description {
	font-size: 16px;
	font-weight: 300;
	line-height: 34px;
	color: #333;
}

.section_flx_works .container_center .fx_item-description p {
	margin-bottom: 30px;
}

.section_flx_works .container_center .fx_item:not(.image) {
	padding-right: 98px;
}

.section_flx_works .container_center .fx_item.image {
	position: relative;
	order:2;
}

.section_flx_works.odd .container_center .fx_item:not(.image) {
	order:2;
}

.section_flx_works .container_center .fx_item.image img {
	margin-top: -50px;
	/* position: absolute;
	right: 0; */
}

.section_flx_works.odd .container_center .fx_item:not(.image) {

	padding-right: 0;
	padding-left: 98px;
}

.section_flx_works.odd .container_center .fx_item.image img {
	position: absolute;
	right: 0;
}

.section_flx_works.mheight {
	min-height: 695px;
}

.section_flx_works .container_center .fx_item-description a {
	color: #FF9123;
	font-weight: bold;
}

.section_flx_works .container_center .fx_item-description a:hover {
	text-decoration: none;
}

.section_blog .container_center .content_bar .wp-block-separator {
	border:0;
	border-top: 1px solid #e9e9e9;
	width: 100%;
	margin-bottom: 20px;
}

.section_blog.section_1_tour .st-description {
	text-align: center;
}


.section_planirov4ik {
		background-color: #fff9f3;
    background-image: url(https://www.leadertask.ru/local/media/images/upper-pattern.png),url(https://www.leadertask.ru/local/media/images/pattern.png),url(https://www.leadertask.ru/local/media/images/group12.png);
    background-repeat: no-repeat,no-repeat,no-repeat;
    background-size: 100%,100%,10%;
    background-position: top,bottom,left;
		margin-bottom: 100px;
}

.section_planirov4ik .box {
	padding: 180px 0 0 50%;
	background: url('https://www.leadertask.ru/local/media/images/safe_task_manager.png') no-repeat;
	background-size: 450px auto;
	background-position: 0;
	min-height: 800px;
}

.section_planirov4ik .box .sp-title,
.section_partners_users .section_partners_users-title,
.section_ohvat .header_section-title,
.section_reviews_gl .header_section-title,
.slider_reviews .header_section-title,
.section_compare .header_section-title,
.section_bottom .header_section-title,
.section_flx_works .header_section-title,
.section_flx_works .header_section-title h1 {
	font-size: 38px;
	color: #333;
	line-height: 48px;
	font-weight: bold;
	margin-bottom: 30px;
}

.section_flx_works .header_section-title {
	text-align: center;
	margin-bottom: 100px;
	position: relative;
	z-index: 3;
}

.section_planirov4ik .box .sp-description ul li {
	position: relative;
	font-size: 18px;
	padding-left: 70px;
  margin-bottom: 40px;
	font-weight: 500;
	line-height: 30px;
}

.section_planirov4ik .box .sp-description ul li::after {
	content: '';
	width: 56px;
	height: 62px;
	position: absolute;
	left: 0;
	top:50%;
	margin-top: -31px;
	background: url('https://www.leadertask.ru/local/media/icons/check.svg') no-repeat;
}

.section_planirov4ik .box .sp-description a {
	 color: #ff9123;
	 text-decoration: none;
}
.section_planirov4ik .box .sp-description a:hover {
	color: #f3a75b;
}

.section_planirov4ik .box .ls {
	display: inline-block;
	font-size: 18px;
	font-weight: bold;
	color: #ff9123;
	text-decoration: none;
}

.section_partners_users {
	text-align: center;
	margin-bottom: 150px;
}
.section_partners_users .images {
	 width: 90%;
	 margin:0 auto;
	 /*  */
}

.section_partners_users .images.mob {
	display: none;
}
.section_partners_users .images img {
	width: 100%;
	height: auto;
}

.section_ohvat .header_section-title {
	text-align: center;
	margin-bottom: 60px;
}

.flux_buttons {
		display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
		margin-bottom: 70px;
}
.flux_buttons .fx_item {
	width: 33.3%;
}
.flux_buttons .label {
	background: #f5f5f5;
	border-radius: 8px;
	padding: 0 10px;
	line-height: 68px;
	height: 68px;
	text-align: center;
	font-size: 16px;
	font-weight: 300;
	cursor: pointer;
	margin-right: 10px;
}

.flux_buttons .current .label {
		font-weight: bold;
    color: #f28f13;
    background: rgba(242,153,74,0.15);
}

.flux_width .item_bl .flex_separator {
		display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.flux_width .item_bl .flex_separator .item {
	width: 50%;
}

.flux_width .item_bl .flex_separator .item.image img {
	width: 100%;
	height: auto;
}
.flux_width .item_bl .flex_separator .item .description {
	font-size: 18px;
	line-height: 48px;
	padding-top: 33px;
}

.flux_width .item_bl .flex_separator .item .description p {
	margin-bottom: 20px;
}

.flux_width .item_bl .flex_separator .item .description a {
		color: #FF9123;
    font-weight: bold;
}

.flux_width .item_bl .flex_separator .item .description a:hover {
	text-decoration: none;
}

.flux_width .item_bl {
	display: none;
}

.flux_width .item_bl.current {
	display: block;
}

.section_compare {
	padding:0 10%;
}

.section_compare .list_compare .item {
	width: 20%;
	min-height: 390px;
	position: relative;
}

.section_compare .list_compare .item .list_compare-b_block {
	position: absolute;
	bottom: 30px;
	left: 10%;
	width: 80%;
}

.section_compare .list_compare .item .ico {
	width: 57px;
	height: 57px;
	margin:0 auto;
	overflow: hidden;
	margin-bottom: 20px;
}

.section_compare .list_compare .item .ico img {
	width: 100%;
	height: auto;
}

.section_compare .list_compare .list_compare-title {
	min-height: 80px;
}

.section_compare .list_compare .pre_title {
	min-height: 50px;
	font-size: 14px;
  line-height: 27px;
}

.section_compare .list_compare .time_rate {
	font-size: 14px;
  line-height: 27px;
}

.section_ohvat {
	margin-bottom: 100px;
}

.section_reviews_gl .header_section-title,
.slider_reviews .header_section-title {
	text-align: center;
}

.section_reviews_gl .flex_reviews {
		display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.section_reviews_gl .flex_reviews .fr_item {
    border-radius: 12px;
    padding: 28px;
		box-sizing: border-box;
		width: calc(25% - 15px);
		margin-right: 15px;
		margin-bottom: 15px;
}

.section_reviews_gl .flex_reviews .fr_item p {
	margin-bottom: 10px;
	font-size: 14px;
	line-height: 20px;
	color: #444444;
}

.section_reviews_gl .flex_reviews .fr_item p strong {
	font-weight: bold;
	font-size: 15px;
	color: #444444;
}

.section_reviews_gl .flex_reviews .fr_item .wp-block-audio {
  margin-bottom: 0;
  padding-top: 10px;
}

.section_reviews_gl .flex_reviews {
	margin:0 1%;
	margin-bottom: 40px;
}


.bg0 {
	background: #F5F9F5;
}

.bg1 {
	background: #FFF9F2;
}

.bg2 {
	background: #FAF3F0;
}
.bg3 {
	background: #FAF3F0;
}

.bg4 {
	background: #FBF4FA;
}

.bg5 {
	background: #F0F7FA;
}

.flex_reviews_a {
	text-align: center;
	margin-bottom: 70px;
}
.flex_reviews_a a {
	display: inline-block;
	font-size: 18px;
	color: #000;
}

.flex_reviews_a a i {
	margin-left: 10px;
}

.flex_reviews_a a:hover {
	text-decoration: none;
}

.slider_reviews .item {
	padding: 28px;
	border-radius: 12px;
	display: block;
	color: #444444;
	text-decoration: none;
}

.slider_reviews .item p strong {
	color: #444444;
	font-size: 15px;
	font-weight: bold;
}

.slider_reviews .item p {
	color: #444444;
	font-size: 13px;
	line-height: 20px;
}

.slider_reviews .item .top_panel {
		display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.slider_reviews .item ul.stars li {
	display: inline-block;
	color: #f2994a;
	padding:5px 0;
}

.slider_reviews .item ul.stars {
	margin-bottom: 15px;
}

.slider_reviews .container_sl {
	margin:0 1%;
}

.slider_reviews .header_section-title {
	margin-bottom: 60px;
}

.section_compare .header_section-title {
	text-align: center;
}

.section_compare .links_center {
	text-align: center;
	margin-bottom: 50px;
}

.section_compare .links_center a {
	font-size: 16px;
	color: #FF9123;
	font-weight: bold;
}

.section_compare .links_center a:hover {
	text-decoration: none;
}

.section_compare .description {
	font-size: 16px;
	line-height: 24px;
	max-width: 900px;
	margin:0 auto;
	text-align: center;
	margin-bottom: 150px;
}

.section_bottom .header_section-title {
	text-align: center;
	margin-bottom: 100px;
}

.section_bottom {
	background: url('https://www.leadertask.ru/local/media/images/three-people-and-mountain.png') no-repeat;
	background-position: right bottom;
	min-height: 500px;
}

.section_bottom {

}

.section_bottom .button_center .button.orange {
	height: 57px;
	line-height: 57px;
}

.min-section {
	min-height: auto;
}


.button_center .button.mobile {
	display: none;
}

.button_center .button.desktop {
	display: inline-block;
}

.img_unlock {
	width: 255px;
	margin-left: auto;
	margin-right: auto;
}

.img_unlock img {
	width: 100%;
	height: auto;
}

html #wpadminbar {
	position: fixed;
	top: 0;
}

.wp-block-table.ggl_table {
	display: none;
}

.section_blog .section_blog-flex .content_bar .quiz_test h2 {
	font-size: 35px;
	text-align: center;
}

.section_blog-slider .owl-carousel {
	margin-left: 0;
	margin-right: 0;
	width: 100%;
}

.section_blog-slider .owl-dots {
	text-align: center;
	padding-top: 20px;
}

.section_blog-slider .owl-dots .owl-dot {
	display: inline-block;
	width: 14px;
	height: 14px;
	background: #fff;
	-webkit-border-radius: 100px;
	-moz-border-radius: 100px;
	border-radius: 100px;
	margin-left: 5px;
	margin-right: 5px;
}

.section_blog-slider .owl-dots .owl-dot.active {
	background: #ff9123;
}

.quiz_test .test-container {
	box-shadow: 0 10px 80px rgb(0 0 0 / 7%);
	background: #f6f6f6;
	border: 1px solid #e1e1e1;
}

.quiz_test label {
	margin-bottom: 20px;
}

.quiz_test .pb_24872512_quest {
	margin-bottom: 20px;
}

.element_menu .rate_bl .rate_bl-figure:nth-last-of-type(1) .img {
	max-width: 33px;
}

.block_banner {
	margin-top: 110px;
	max-width: 602px;
	    min-height: 163px;
	cursor: pointer;
	padding:15px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	background: #FFF9F3;
	-webkit-transition: background-color 0.2s ease;
	-moz-transition: background-color 0.2s ease;
	-o-transition: background-color 0.2s ease;
	transition: background-color 0.2s ease;
	margin-left: auto;
	margin-right: auto;
	display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
	border: 4px solid #ffab11;
	background: #fff;
	box-shadow: 0px 4px 13px rgba(255, 145, 17, 0.0);
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
	text-decoration: none;
	margin-bottom: 20px;
}

.block_banner .block_banner-title {
	color: #222222;
	text-transform: uppercase;
	text-align: center;
	text-decoration: none;
	font-size: 25px;
	font-weight: bold;
	margin-bottom: 15px;
}

.block_banner .block_banner-description {
	font-weight: 400;
	font-size: 20px;
	line-height: 33.8px;
	color: #444444 !important;
	text-align: center;
	text-decoration: none;
}

.block_banner .block_banner-description .discount {
	color: #f00;
}

.block_banner:hover {
	box-shadow: 0px 4px 13px rgba(255, 145, 17, 0.5);
	background: #FFF9F3;
}


.block_banner:hover .fake_href {
	text-decoration: none;
}

.block_banner .button_center {
	padding-top: 40px;
}

.block_banner .block_banner-description a {
	color: #ffab11;
}

.block_banner .block_banner-description a:hover {
	text-decoration: none;
}

.clock.flip-clock-wrapper {
	margin: 0 auto 30px auto !important;
  width: 628px;
}

.section_blog.banners_st .content {
	text-align: center;
}

.coupon_filed {
	max-width: 300px;
	margin:0 auto;
	display: block;
	height: 60px;
	line-height: 60px;
	background: rgba(200, 200, 200, 0.1);
	padding-top: 4px;
	/* font-family: 'Museo Cyrl'; */
	font-weight: 500;
	font-size: 20px;
	text-align: center;
	/* color: #fff; */
	border: 2px dashed #444444;
	border-radius: 5px;
	position: relative;
		margin-bottom: 30px;
}

.coupon_filed .coupon_filed-label {
	display: inline-block;
	background: #89bb50;
	border-radius: 3px;
	padding: 3px 8px;
	color: #fff;
	font-size: 12px;
	font-weight: 600;
	position: absolute;
	top: -11px;
	left: 50%;
	margin-left: -60px;
	line-height: normal;
	z-index: 2;
}


.section_blog.banners_st .head_banner {
	margin-bottom: 100px;
}

.section_blog.banners_st .head_banner .pre-title {
	text-align: center;
	font-size: 16px;
	margin-bottom: 40px;
}

.coupon_filed .mess {
	position: absolute;
	width: 100%;
	height: 100%;
	-webkit-transition: opacity 0.4s ease-in-out;
	-moz-transition: opacity 0.4s ease-in-out;
	-o-transition: opacity 0.4s ease-in-out;
	transition: opacity 0.4s ease-in-out;
	display: block;
	top:0;
	background: #f9f9f9;
	border-radius: 5px;
}

.field_banner {
	position: relative;
	z-index: 5;
}

.block_banner:hover {

}

.fake_href {
	color: #FF9123;
	text-decoration: underline;
	font-weight: normal;
	display: inline-block;
}

.header_section.in_home {
	padding-top:0;
	margin-top:-40px;
}

.window_coockies {
	position: fixed;
	bottom: 20px;
	left: 20px;
	padding: 16px 30px;
	background: #fff;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	box-shadow: 0px 0px 10px 0px rgb(0 0 0 / 19%);
	z-index: 999999;
	font-size: 14px;
	max-width: 259px;
	line-height: 25px;
	text-align: center;
}

.window_coockies .button {
		height: 31px;
    line-height: 31px;
		cursor: pointer;
}

.window_coockies a {
	color: #FF9123;
	text-decoration: underline;
	font-weight: normal;
	font-weight: bold;
}
.window_coockies a:hover {
	text-decoration: none;
}

.window_coockies .button_center {
	padding-top: 10px;
}

.up_link {
	display: block;
	position: fixed;
	right: 20px;
	bottom: 20px;
	z-index: 9999;
	width: 45px;
	height: 45px;
	text-align: center;
	/* line-height: 45px; */
	cursor: pointer;
	background: linear-gradient(157.56deg, rgba(255, 202, 0, 0.5) 13.27%, rgba(255, 144, 0, 0.5) 74.22%), #FF9123;
	border: 1px solid rgba(255, 255, 255, 0.1);
	box-shadow: 0px 4px 13px rgba(255, 145, 17, 0.5);
	border-radius: 100px;
	color: #fff;
	opacity: 0;
	-webkit-transition: opacity 0.4s ease-in-out;
	-moz-transition: opacity 0.4s ease-in-out;
	-o-transition: opacity 0.4s ease-in-out;
	transition: opacity 0.4s ease-in-out;
	font-size: 20px;
}

.up_link i {
	padding-top: 11px;
}

.up_link.hidden {
	opacity: 1;
	cursor: pointer;
}

.section_blog.banners_st .section_blog-flex.o-nas_st .section_blog-title .red {
	display: inline-block;
	color: #f00;
	font-weight: bold;
}

.section_reviews_gl .header_section-title {
	margin-bottom: 60px;
}

.clmn_buttons_center .wp-block-column:nth-of-type(1) .block_guttenberg_button {
	text-align: right;
}
.clmn_buttons_center .wp-block-column:nth-last-of-type(1) .block_guttenberg_button {
	text-align: left;
}

.section_present .links.no_pad ul li {
	margin-right: 0px;
}

.header_section-flex .imgheader.minimum {
	width: 85%;
}

.header_section.features {
	min-height: auto;
}

.header_section.features .header_section-flex {
	min-height: auto;
}

.button_center.f_bc {
	padding-top: 50px;
}

.b-unisender-form {
	-webkit-border-radius: 12px;
	-moz-border-radius: 12px;
	border-radius: 12px;
}

.b-unisender-form .b-unisender-field[data-unisender-field-name="Name"] .b-unisender-field__input, .b-unisender-form .b-unisender-checkbox[data-unisender-field-name="Name"] .b-unisender-checkbox__input,
.b-unisender-form .b-unisender-field[data-unisender-field-name="email"] .b-unisender-field__input, .b-unisender-form .b-unisender-checkbox[data-unisender-field-name="email"] .b-unisender-checkbox__input {
	box-sizing: border-box;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
}


.b-unisender-form .b-unisender-form__submit-button {
	display: inline-block;
	height: 46px !important;
	line-height: 46px !important;
	background: linear-gradient(157.56deg, rgba(255, 202, 0, 0.5) 13.27%, rgba(255, 144, 0, 0.5) 74.22%), #FF9123 !important;
	border: 1px solid rgba(255, 255, 255, 0.1);
	box-shadow: 0px 4px 13px rgba(255, 145, 17, 0.5);
	border-radius: 6px;
	padding:0 30px !important;
	font-weight: 700 !important;
	font-size: 16px !important;
	color: #FFFFFF !important;
	text-shadow: 1px 1px 0px rgba(0, 0, 0, 0.1);
	text-decoration: none;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	text-decoration: none !important;
	font-family: 'Montserrat', sans-serif !important;
	width: 100%;
	box-sizing: border-box;
	text-align: center;
}

.b-unisender-form .b-unisender-form__submit-button:hover {
	background-color: #e78624;
}

.quiz_test {
	margin-bottom: 40px;
}

.faq_page .faqpage_contain {
	margin-bottom: 40px;
}

.faq_page .faqpage_contain .question_name {
	font-family: 'Montserrat', -apple-system, Segoe UI, sans-serif;
	font-weight: 700;
	font-size: 22px;
	line-height: 28.6px;
	color: #222222;
	cursor: pointer;
	padding-right: 30px;
}

.faq_page .faqpage_contain.toggle .f_item-title {
	color: #ff9123;
}

.faq_page .faqpage_contain {
	padding: 20px;
	-webkit-border-radius: 12px;
	-moz-border-radius: 12px;
	border-radius: 12px;
	position: relative;

	padding: 30px 30px 30px 30px;
	border-bottom: 1px solid #d4d4d4;
	box-shadow: 0px 0px 10px 0px rgb(0 0 0 / 9%);
	margin-bottom: 15px;
}

.faq_page .faqpage_contain::after {
	font-family: 'FontAwesome';
	content: "\f067";
	font-size: 15px;
	font-weight: 900;
	color: #bfbfbf;
	position: absolute;
	top: 47px;
	margin-top: -16px;
	right: 30px;
}


.faq_page .faqpage_contain.toggle::after {
    content: "\f068";
    color: #ff9123;
}
.faq_page .faqpage_contain .question_answer {
	visibility: hidden;
	opacity: 0;
	height: 0px;
	overflow: hidden;
}
.faq_page .faqpage_contain.toggle .question_answer {
	visibility: visible;
	opacity: 1;
	height: auto;
	padding-top: 20px;
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}

.faq_page .faqpage_contain .question_answer .description {
	font-size: italic;
}

.faq_page .faqpage_contain .question_answer .description .name_user_question {
	margin-bottom: 20px;
	color: #FF9123;
}

.faq_page .faqpage_contain .question_answer .description .name_user_question strong {
	color: #FF9123;
}

.faq_page .faqpage_contain .question_answer .description .name_user_question.flex {
			display: -ms-flexbox;
	    display: -webkit-flex;
	    display: flex;
	    -webkit-flex-direction: row;
	    -ms-flex-direction: row;
	    flex-direction: row;
	    -webkit-flex-wrap: nowrap;
	    -ms-flex-wrap: nowrap;
	    flex-wrap: nowrap;
	    -webkit-justify-content: flex-start;
	    -ms-flex-pack: start;
	    justify-content: flex-start;
	    -webkit-align-content: stretch;
	    -ms-flex-line-pack: stretch;
	    align-content: stretch;
	    -webkit-align-items: center;
	    -ms-flex-align: center;
	    align-items: center;
}

.faq_page .faqpage_contain .question_answer .description .name_user_question.flex .img {
	width: 30px;
	height: 30px;
	-webkit-border-radius: 100px;
	-moz-border-radius: 100px;
	border-radius: 100px;
	overflow: hidden;
	margin-right: 10px;
}

.faq_page .faqpage_contain .question_answer .description .name_user_question.flex .img img {
	width: 100%;
	height: auto;
}

.faq_page .faqpage_contain .question_answer .description p:nth-last-of-type(1) {
	margin-bottom: 0px;
}

.faq_page {
	padding-top: 30px;
}

.faq_page .faq_page_m_title {
	text-align: center;
}

body.category-comparison .arhive_blog article.post {
	height: 466px;
}

.section_blog.landing .platforms ul li {
	padding-left: 0 !important;
}

.section_blog.landing .platforms ul li::before {
	display: none !important;
}

.section_blog.landing .platforms ul li i.fa {
	    font-family: "FontAwesome" !important;
}

.has-text-align-center {
	text-align: center;
}

.animated  {
  -webkit-animation-duration : 1000 ms  ;
  animation-duration : 1000 ms  ;
  -webkit-animation-fill-mode : both  ;
  animation-fill-mode : both  ;
}
/* .owl-animated-out - only for current item */
/* This is very important class. Use z-index if you want move Out item above In item */
.owl-animated-out {
  z-index : 1
   }
/* .owl-animated-in - only for upcoming item
/* This is very important class. Use z-index if you want move In item above Out item */
.owl-animated-in {
  z-index : 0
   }
/* .fadeOut is style taken from Animation.css and this is how it looks in owl.carousel.css:  */
.fadeOut  {
  -webkit-animation-name : fadeOut  ;
  animation-name : fadeOut  ;
}
@-webkit-keyframes  fadeOut  {
  0% {
    opacity : 1   ;
  }
  100% {
    opacity : 0   ;
  }
}
@keyframes  fadeOut  {
  0% {
    opacity : 1   ;
  }
  100% {
    opacity : 0   ;
  }
}


.ytvideo_bl {
	position: relative;
	display: block;
}
.ytvideo_bl .button_vd {
	position: absolute;
    top:50%;
    left: 50%;
    margin-left: -50px;
    margin-top: -50px;
	background: #fee3b3 url(assets/ni/video_play_icon.svg) no-repeat;
    background-position: 41px center;
    background-size: 24px 29px;
	width: 100px;
    height: 100px;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    border-radius: 100px;

    box-shadow: 0px 15px 50px rgba(196, 127, 30, 0.6);
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
    z-index: 1;
}

.ytvideo_bl:hover .button_vd {
	margin-top: -54px;
}

.has-media-on-the-right,
.is-vertically-aligned-center {
    display: flex;
    justify-content: space-between;
}

.wp-block-media-text__media img {
	width: 100%;
	height:auto;
}

/*
whatscreen-fullimage.png

flux_buttons fx_item

flux_width item_bl

-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;

-webkit-border-radius: 100px;
-moz-border-radius: 100px;
border-radius: 100px;

-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
-ms-appearance: none;


::-webkit-input-placeholder {color:#c0392b;}
::-moz-placeholder          {color:#c0392b;}
:-moz-placeholder           {color:#c0392b;}
:-ms-input-placeholder      {color:#c0392b;}



-webkit-transition: opacity 0.4s ease-in-out;
-moz-transition: opacity 0.4s ease-in-out;
-o-transition: opacity 0.4s ease-in-out;
transition: opacity 0.4s ease-in-out;

-webkit-transition: color 0.2s ease;
-moz-transition: color 0.2s ease;
-o-transition: color 0.2s ease;
transition: color 0.2s ease;


*/
