:root{
	--text-color: #222;
	--main-color: #4772fa;
	--section-padding: 60px;

	--light-color: rgba(0,0,0,.87);

	--mbdw: 439px;
	--mbdh: 886px;

	--border-radius: 6px;

	--chart-line: rgba(0,0,0,.87);
}

b, strong{
	font-weight: bold;
}

a.phone {
	font-size: 24px;
	font-weight: 600;
	line-height: 1.5;
	display: inline-block;
}

a.link {
	color: var(--main-color);
}

p.btn-info-text {
	display: flex;
	align-items: center;
	gap: 15px;
}

p.btn-info-text .btn {
	margin: 0;
}


section,
.vc_row-fluid:not(.vc_inner) {
	margin-top: var(--section-padding);
	margin-bottom: var(--section-padding);
}

.vc_row-fluid.vc_row-has-fill:not(.vc_inner) {
	margin-top: 0;
	margin-bottom: 0;
	padding-top: var(--section-padding);
	padding-bottom: var(--section-padding);
}


body{
	font-family: "Segoe UI",Frutiger,"Frutiger Linotype","Dejavu Sans","Helvetica Neue",Arial,sans-serif;
	font-size: 16px;
	line-height: 1.5;
	max-width: 2048px;
	margin-left: auto;
	margin-right: auto;
	color: var(--text-color);
	background-color: #fff;
	position: relative;
}


a{
	color: var(--text-color);
	text-decoration: none;
}

a:hover{
	color: var(--text-color);
	text-decoration: none;
}

ul{
	margin: 0;
	padding: 0;
}

img{
	max-width: 100%;
	height: auto;
}

p{
	font-size: 16px;
	margin: 0 0 15px;

	font-size: 18px;
	line-height: 1.7;
}


h2{
	font-size: 36px;
	font-weight: 600;
	margin-bottom: 36px;
	line-height: 1.5;
}

h3{
	font-size: 24px;
	font-weight: 600;
}


.mobile-menu-button {
	display: none;
	cursor: pointer;
	padding: 19px 0;
	width: 28px;
	flex-shrink: 0;
	margin-left: 15px;
}

.mobile-menu-button span {
	display: block;
	height: 3px;
	position: relative;
	transition: all .3s ease
}

.mobile-menu-button span:before,
.mobile-menu-button span:after {
	display: block;
	content: '';
	left: 0;
	right: 0;
	height: 3px;
	position: absolute;
	left: 0;
	transition: all .25s ease
}

.mobile-menu-button span:before,
.mobile-menu-button span:after,
.mobile-menu-button span {
	transform: rotate(0);
	background: var(--text-color)
}

.mobile-menu-button span:before {
	top: -9px
}

.mobile-menu-button span:after {
	bottom: -9px
}

.mobile-menu-button.active span {
	background: 0 0
}

.mobile-menu-button.active span:before {
	transform: translate(0px,9px) rotate(-45deg)
}

.mobile-menu-button.active span:after {
	transform: translate(0px,-9px) rotate(45deg)
}

body{
	padding-top: 72px;
}


.main-header{
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	z-index: 9;
	background-color: #fff;
	box-shadow: 0 4px 8px 0 rgba(0,0,0,.06);
	z-index: 999;
}


.header-container{
	position: relative;
	display: flex;
	align-items: center;
	justify-content: space-between;
	height: 72px;
}


.header-container .logo{
	font-size: 32px;
	font-weight: bold;
	width: 210px;
}

.header-container .logo span{
	font-weight: bold;
}

.header-container .phone{
	font-size: 17px;
	font-weight: bold;
/*	width: 210px;*/
}


.header-container .menu{
	margin: 0;
	padding: 0;
	font-size: 0;
	margin-left: auto;
	margin-right: 40px;
}

.header-container .menu > li{
	display: inline-block;
	margin: 0 20px;
}

.header-container .menu li > a{
	display: block;
	color: var(--light-color);
	font-size: 17px;
}

.header-container .menu li > a {
	border-bottom: 3px solid var(--main-color);
	border-color: transparent;
	transition: all .2s;
	padding: 25px 0;
	line-height: 20px;
}

.header-container .menu li.current-menu-parent > a,
.header-container .menu li.current-menu-item > a,
.header-container .menu li:hover > a{
	border-color: var(--main-color);
	font-weight: 600;
}




.main-header .menu .sub-menu {
	display: grid;
	display: none;
	position: absolute;
	background: #FFF;
	grid-template-columns: repeat(1, 1fr);
	border: 1px solid #f3f3f3;
	border-radius:0 0 20px 20px;
	border-radius: 20px;
	padding: 10px;
	background: #fff;
	z-index: 999;
	box-shadow: 0 4px 16px rgba(0, 0, 0, 0.2);
	top: calc(100% + 10px);
	border-radius: 24px;
	max-width: 424px;
	padding: 30px 32px 32px;
}

.main-header .menu .sub-menu.hover{
	display: grid;
}

.main-header .menu .sub-menu li {
	padding: 0;
	margin: 0;
}

.main-header .menu .sub-menu li a {
	border: 0;
	padding: 20px 0;
	border-top: 0.5px solid #d0cfce;
}

.header-container .menu .sub-menu li.current-menu-item:hover > a{
	font-weight: 600;
}

/*.header-container .menu .sub-menu li.current-menu-item > a,*/
.main-header .menu .sub-menu li a:hover {
	font-weight: 400;
}

.main-header .menu .sub-menu:before {
	content: '';
	display: block;
	width: 100%;
	height: 10px;
	position: absolute;
	top: -10px;
}

.main-header .menu .sub-menu li:first-child a {
	border-top: 0;
	padding-top: 0;
}

.main-header .menu .sub-menu li:last-child a {
	padding-bottom: 0;
}




.company-name{
	font-size: 60px;
	font-weight: 600;
	line-height: 1;
	margin-bottom: 20px;
}

.slogan{
	font-size: 24px;
	line-height: 1.4;
	font-weight: 600;
}

.description{
	font-size: 18px;
	line-height: 1.7;

	font-size: 14px;
	line-height: 1.4;
	display: inline-block;
}

.btn{
	display: inline-block;
	border-radius: 10px;
	padding: 9px 25px 11px;
	font-weight: 700;
	font-size: 20px;
	background-color: var(--main-color);
	color: #fff;
	margin-bottom: 20px;
	outline: none;
	border: 0;
}

.btn:hover{
	color: #fff;
}


ul.big-list {
	margin-bottom: 40px;
	margin-bottom: 15px;
	font-size: 18px;
	line-height: 1.7;
}

ul.big-list li {
	display: block;
	position: relative;
	padding-left: 20px;

	padding-left: 32px;
}

ul.big-list li:before {
	content: '';
	position: absolute;
	width: 6px;
	height: 6px;
	background: var(--main-color);
	border-radius: 50%;
	top: 14px;
	left: 5px;

	width: 15px;
	height: 6px;
	left: 0;
	border-radius: 6px;
}

ul.big-list ul li:before {
	border: 2px solid var(--main-color);
	background: transparent;
}


/*
.mobile-device {
	width: var(--mbdw);
	height: var(--mbdh);
	position: relative;
	overflow: hidden scroll;

	padding-top: 21px;
	padding-left: 25px;
	padding-bottom: 70px;

}

.mobile-device-container{
	content: '';
	background: url(../img/iphone.png);
	position: relative;
}


.mobile-device img {
	position: absolute;
	top: 22px;
	left: 25px;
	z-index: -1;
}


.mobile-device::-webkit-scrollbar {
	width: 0;
}

.mobile-device::-webkit-scrollbar-track {
	opacity: 0;
}

.mobile-device::-webkit-scrollbar-thumb {
	opacity: 0;
}
*/



.iks-section.colored{
	background-color: #fafafa;
	padding-top: var(--section-padding);
	padding-bottom: var(--section-padding);
}

.iks-section.row-reverse .section-content {
	flex-direction: row;
}


.iks-section .mobile-device{
	flex-shrink: 0;
}

.section-content {
	display: flex;
	flex-direction: row-reverse;
	align-items: center;

	justify-content: space-around;
}

.section-content .wp-content{
	padding-left: 60px;

	width: 50%;
}

.section-food-screen .section-content .wp-content,
.section-home .section-content .wp-content{
	padding-left: 60px;

	width: auto;
}


.iks-section.row-reverse .section-content  .wp-content{
	padding-left: 0;
	padding-right: 60px;
}


.start .section-content {
	align-items: flex-start;
	margin-left: -30px;
	margin-right: -30px;
}

.iks-section.row-reverse.start .section-col.content-width {
	padding: 0 30px;
}




.main-footer {
	background: #fafafa;
	-webkit-box-shadow: inset 0 1px 0 0 rgba(0,0,0,.06);
	box-shadow: inset 0 1px 0 0 rgba(0,0,0,.06);
	color: rgba(0,0,0,.64);
}

.footer-container {
	text-align: center;
	padding: 40px 0;
	border-bottom: 1px solid rgba(0,0,0,.12);
}

.footer-menu li {
	display: inline-block;
	margin: 0 20px;
}

.footer-menu li a {
	display: block;
	color: var(--light-color);
	font-size: 17px;
	color: rgba(0,0,0,.64);
}

.footer-copyright {
	display: flex;
	justify-content: space-between;
	margin: 30px 0 10px;
	font-size: 14px;
	line-height: 16px;
	color: rgba(0,0,0,.64);
}

.footer-copyright a,
.footer-copyright p {
	font-size: 14px;
	letter-spacing: .75px;
	color: rgba(0,0,0,.64);
}












.mobile-preview {
	width: 440px;
	flex-shrink: 0;
	position: relative;
}

.mobile-screen {
	display: flex;
	/* height: 730px; */
	/* overflow: hidden; */
	padding-top: 74px;
	padding-bottom: 102px;
	padding-top: 73px;
}

.mobile-screen .mob-left {
	width: 25px;
	flex-shrink: 0;
}

.mobile-screen .mob-right {
	width: 25px;
	flex-shrink: 0;
}

.mobile-content::-webkit-scrollbar {
	width: 0;
}

.mobile-content::-webkit-scrollbar-track {
	opacity: 0;
}

.mobile-content::-webkit-scrollbar-thumb {
	opacity: 0;
}

.mobile-content {
	height: 711px;
	flex: 1;
	height: 766px;
	overflow: hidden scroll;
	margin-top: -53px;

	cursor: pointer;
	cursor: n-resize;
}

.mobile-preview .mob-header {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	z-index: 9;
}

.mobile-preview .mobile-screen-header {
	position: absolute;
	left: 0;
	right: 0;
	margin: auto;
	top: 20px;
	width: 390px;
}

.mobile-preview .mob-footer{
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 9;
}





.popup-form-cont .logo{
	text-align: center;
	font-size: 32px;
	font-weight: bold;
	margin-bottom: 15px;
}

.popup-form-cont {
	position: relative;
	margin: auto;
	background: #FFF;
	border-radius: var(--border-radius);
	padding: 30px;
	max-width: 480px;
	max-width: 400px;
}

.form-title {
	font-weight: 600;
	font-size: 24px;
	color: var(--text-color);
	margin-bottom: 20px;
	text-align: center;
}

.wpcf7-spinner {
	display: none;
}

.form-text {
	color: #555
}

.form-fields textarea,
.form-fields input {
	width: 100%;
	background: #fff;
	border-radius: var(--border-radius);
	border: 1px solid rgb(218, 218, 218);
	padding: 15px 20px;
	font-size: 16px;
	line-height: 20px;
	margin-bottom: 15px;
	outline: none;
}

.form-fields textarea{
	height: 90px;
	resize: vertical;
}

.form-fields .wpcf7-not-valid-tip {
	font-size: 14px;
	margin: -10px 0 20px;
}

.popup-form-cont .btn {
	display: block;
	width: 100%;
}

.form-copyright {
	font-weight: 400;
	font-size: 12px;
	text-align: center;
	line-height: 1.4;
	margin-bottom: 0;
	margin-top: -10px;
}

.form-copyright a {
	color: var(--text-color);
	text-decoration: underline;
	text-decoration-style: dotted;
	text-underline-offset: .15em;
	text-decoration-thickness: 1px;
	text-decoration-skip-ink: none;
	color: var(--text-color);
}

.wpcf7-spinner {
	display: block;
	margin-left: auto;
	margin-right: 10px;
	position: relative;
	top: -34px;
	display: none;
}



.partners-img {
	height: 90px;
	margin-bottom: 15px;
}

.partners-img img {
	width: 100%;
	height: 100%;
	object-fit: contain;
	object-position: center;
}

.partners-item {
	text-align: center;
	padding: 0 15px;
}

.partners-item p {
	margin: 0;
	font-weight: bold;
}







.section-col.mobile-width {
	max-width: 440px;
	flex-shrink: 0;
	position: relative;
	margin-bottom: 0;
}

.section-col.content-width {
	width: 50%;
}

.iks-section .section-content .section-col .wp-content {
	width: 100%;
	padding: 0;
}

.iks-section.row .section-col.content-width{
	padding-left: 60px;
}

.iks-section.row .section-col.content-width:last-child {
	padding-left: 0;
}

.iks-section.row-reverse .section-col.content-width:last-child {
	padding-right: 0;
}

.iks-section.row-reverse .section-col.content-width {
	padding-left: 0;
	padding-right: 60px;
}

.section-col  table td {
	padding: 8px 12px;
	background: #fff;
}

.section-col table {
	border-radius: 10px;
	overflow: hidden;
	margin-bottom: 20px;
	width: 100%;
	background: #f2f5fe;
	box-sizing: border-box;
	border-spacing: 0;
}

.section-col table thead {
	font-weight: 600;
	background: #f2f5fe;
}




.section-col table tr {
	background: #fff;
	/* border-bottom: 12px solid #f2f5fe; */
	/* border-left: 12px solid #f2f5fe; */
	/* border-right: 12px solid #f2f5fe; */
}

.section-col table thead td {
	background: #f2f5fe;
	padding: 12px 12px 0px;
}

.section-col table thead tr {
	/* border-bottom: 0; */
}

.section-col table td:last-child {
	text-align: right;
}


.section-col table tfoot td:last-child {
	text-align: left;
	background: #f2f5fe;
	padding: 0 12px;
	font-size: 14px;
}


.section-col table tbody tr {
	border: 12px solid #f2f5fe;
}





.flow-chart-section{

}


.flow-chart-container {
/*	margin: 60px 0;*/
}

.flow-chart-row {
	position: relative;
	margin-left: -12px;
	margin-right: -12px;
	margin-bottom: 60px;
	display: flex;
	align-items: stretch;
	justify-content: center;
}

.flow-chart-row:last-child{
	margin-bottom: 0;
}

.flow-chart-col {
	width: 25%;
	padding: 0 12px;
}

.flow-chart-item {
	/* font-size: 14px; */
	height: 100%;
	position: relative;
	/* border: 1px solid #E9E9EF; */
	border-radius: var(--border-radius);
	display: flex;
	flex-direction: column;
	background: #f2f5fe;
	padding: 12px;
	border-radius: 6px;
}

.flow-chart-item-header {
	padding: 0;
	font-weight: 600;
	/* border-bottom: 1px solid #E9E9EF; */
	display: flex;
	align-items: center;
	justify-content: center;
	line-height: 1.5;
	text-align: center;
	min-height: 48px;
	font-size: 16px;

}

.flow-chart-item-content {
	margin-top: 12px;
	padding: 12px;
	display: flex;
	align-items: flex-start;
	flex: 1;
	background: #fff;
/*	border-radius: 6px;*/
font-size: 14px;
line-height: 20px;
}

.flow-chart-row:first-child{
	margin-bottom: 90px;
}

.flow-chart-row:first-child:after {
	content: '';
	display: block;
	/* width: calc(80% + 47px); */
	left: calc(8% + 4px);
	right: calc(8% + 4px);
	height: 2px;
	background: var(--chart-line);
	position: absolute;
	bottom: -45px;
}


.row-custom .flow-chart-row:first-child:after{
	left: calc(25% + -1px);
	right: calc(25% + -1px);
}

.flow-chart-row:first-child .flow-chart-item:before{
	top: 100%;
}

.flow-chart-row:first-child .flow-chart-item:after{
	display: none;
}

.flow-chart-item:before{
	content: '';
	display: block;
	width: 2px;
	transform: translateX(-50%);
	height: 45px;
	position: absolute;
	left: 50%;
	top: -45px;
	background: var(--chart-line);
}

.flow-chart-item:after{
	content: '';
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 7px 4px 0 4px;
	border-color:  var(--chart-line) transparent transparent transparent;
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	top: -7px;
}




.goal-table-container {
	position: relative;
}

.goal-table-container .goal-btn {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: 0;
	right: 0;
	margin: auto;
	width: 200px;
}

.goal-table-container table {
	filter: blur(4px);
	transition: all .2s;
}

.goal-table-container table.active{
	filter: blur(0px);
}









.single-wrap{
	--sidebar: 280px;
}






.support-container {
	display: grid;
	grid-template-columns: var(--sidebar) 1fr;
}

.support-sidebar {
	position: sticky;
	top: 72px;
	height: calc(100vh - 72px);
	padding: 12px 0;
	overflow-y: auto;
	scrollbar-width: thin;
	scrollbar-color: #e5e5e5 transparent;
	border-right: 1px solid #e5e5e5;
	padding-right: 3px;
}


.support-content{
	transition: opacity .2s;
	padding: 30px;
}

.support-content.loading{
	opacity: 0.7;
}

.support-list .sub-menu {
	display: none;
	padding-left: 20px;
}

.support-list .sub-menu.open{
	display: block;
}

.support-list .sub-menu.active {
	display: block;
}

.support-list li {
	display: block;
}


span.icon-toggle {
	position: absolute;
	left: 7px;
	top: 12px;
	display: block;
	width: 7px;
	height: 7px;
	border-top: 1px solid;
	border-right: 1px solid;
	opacity: .8;
	transform: rotate(45deg);
	transform-origin: center center;
	transition: all .2s;
}

span.icon-toggle.open {
	transform: rotate(135deg);
}

.menu-item-wrapper {
	position: relative;
	padding-left: 16px;
	border-radius: 6px;
	transition: all .2s;
}

.support-list li.open > .menu-item-wrapper:hover,
.menu-item-wrapper:hover{
	background-color: #f7f7ff;
}

.support-list li.open > .menu-item-wrapper {
	background: #E9EDFE;
}

.support-list {
	font-size: 14px;
	line-height: 18px;
}

.support-list a {
	padding: 7px;
	display: block;
}


.single-support{
	/*padding-top: 0;*/
}

.soft-logo img {
	width: 48px;
	height: 48px;
	border-radius: 6px;
	object-fit: cover;
}

.single-logo {
	display: flex;
	align-items: center;
	gap: 12px;
	width: 280px;
}

.single-logo .logo {
	width: auto;
}

.single-wrap{
	margin: 0;
}


.support-content p,
.support-content{
	font-size: 16px;
	line-height: 20px;
	margin-bottom: 10px;
}



.support-content blockquote {
	border: 1px solid #004DA6;
	padding: 20px 20px 8px 53px;
	border-radius: 12px;
	margin: 20px 0;
	position: relative;
}

.support-content blockquote:before{
	content: '';
	--size: 24px;
	display: block;
	width: var(--size);
	height: var(--size);
	position: absolute;
	left: 15px;
	top: 18px;
	background-image: url(../img/info.svg);
	z-index: 1;
	background-size: contain;
}

.support-content a {
	color: #007bff;
}

.support-content h1 {
	line-height: 1.2;
	font-size: 30px;
	font-weight: 500;
	margin-bottom: 30px;
}

.support-content h2 {
	margin-bottom: 10px;
	font-size: 24px;
	font-weight: 600;
}


.support-content h3 {
	margin-bottom: 15px;
	font-size: 20px;
	font-weight: 600;
}


.support-content h4 {
	margin-bottom: 15px;
	font-size: 18px;
	font-weight: 400;
}


.support-content ul {
	padding-left: 15px;
	margin-bottom: 20px;
}

.support-content ul ul {
	margin-top: 10px;
}

.support-content ul li {
	display: block;
	position: relative;
	padding-left: 15px;
	margin-bottom: 5px;
}

.support-content ul li:before {
	content: '';
	--size: 6px;
	display: block;
	width: var(--size);
	height: var(--size);
	background: #007bff;
	border-radius: 50%;
	position: absolute;
	left: 0;
	top: 7px;
}

.support-content ol {
	padding-left: 30px;
	margin-bottom: 20px;
}

.support-content ol li {
	margin-bottom: 5px;
}

.support-content p + h2,
.support-content p + h3,
.support-content p + h4 {
	margin-top: 24px;
}


.support-soft-grid {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 30px;
	/*max-width: 1080px;*/
	margin: auto;
}

.support-soft-item {
	background: #fff;
	padding: 24px;
	border-radius: 24px;
	display: flex;
	flex-direction: column;
	gap: 15px;
	/* box-shadow: 0px 1px 5px rgba(0,0,0,.15); */
	/*border: 1px solid rgba(0,0,0,.1);*/
}

section.support-soft {
	background: #eff1f4;
	padding-top: var(--section-padding);
	padding-bottom: var(--section-padding);
	margin-bottom: 0;
	margin-top: 0;
	/*min-height: calc(100vh - 257px);*/
}

.support-soft-item .support-soft-name {
	display: flex;
	align-items: center;
	gap: 12px;
	font-size: 22px;
	font-weight: 600;
}

.support-soft-item .support-soft-name img {
	width: 48px;
	height: 48px;
	border-radius: 8px;
	object-fit: cover;
}

.support-soft-links {
	display: flex;
	flex-direction: column;
	gap: 8px;
}


.toggle-search .icon-close{
	display: none;
}

.toggle-search.active .icon-open{

	display: none;
}

.toggle-search.active .icon-close{
	display: block;
}



.toggle-search{
	--size: 36px;
	width: var(--size);
	height: var(--size);
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 8px;
	line-height: 1;
	background-color: #fff;
}

.toggle-search svg{
	--size: 20px;
	width: var(--size);
	height: var(--size);
}

form.search-form {
	display: flex;
	align-items: center;
}

.search-container {
	margin-left: auto;
	position: relative;
}

.search-container.active {
	flex: 1;
	margin-left: 30px;
}

form.search-form input[type="text"] {
	outline: none;
	flex: 1;
	padding: 7px 12px;
	font-size: 16px;
	line-height: 18px;
	border: 1px solid rgba(0, 0, 0, 0.1);
	background: rgba(0, 0, 0, 0.05);
	border-radius: 8px;
	width: 220px;
}

.toggle-search:hover {
	/*background: rgba(0, 0, 0, 0.05);*/
}



.search-results {
	display: none;
	position: absolute;
	top: 100%;
	margin-top: 8px;
	background: #fff;
	z-index: 999;
	left: 0;
	right: 35px;
	box-shadow: 0px 1px 5px rgba(0,0,0,.15);
	border-radius: 8px;
	max-height: 300px;
	overflow: auto;
	scrollbar-width: thin;
	scrollbar-color: #e5e5e5 transparent;
}

.search-results.active{
	display: block;
}

.search-result a {
	display: block;
}

.search-result .search-title {
	font-size: 14px;
	margin: 0 0 5px;
	font-weight: 400;
}

.search-result p {
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	font-size: 14px;
	margin: 0;
	color: rgb(0 0 0 / 60%);
	line-height: 18px;
}

.search-result {
	padding: 10px 20px;
	line-height: 16px;
}

.all-results:hover,
.search-result:hover {
	background-color: #f7f7ff;
}

.all-results {
	padding: 20px 20px;
	line-height: 16px;
	border-top: 1px solid #0000001a;
	font-size: 14px;
}

.all-results a {
	display: flex;
	align-items: center;
	gap: 12px;
}

.all-results svg {
	--size: 18px;
	width: var(--size);
	height: var(--size);
}

p.search-loading,
p.search-no-results {
	font-size: 14px;
	padding: 20px;
	margin: 0;
}




.single-menu-button {
	display: none;
	cursor: pointer;
	padding: 19px 0;
	width: 28px;
	flex-shrink: 0;
	margin-left: 15px;
}

.single-menu-button span {
	display: block;
	height: 3px;
	position: relative;
	transition: all .3s ease
}

.single-menu-button span:before,
.single-menu-button span:after {
	display: block;
	content: '';
	left: 0;
	right: 0;
	height: 3px;
	position: absolute;
	left: 0;
	transition: all .25s ease
}

.single-menu-button span:before,
.single-menu-button span:after,
.single-menu-button span {
	transform: rotate(0);
	background: var(--text-color)
}

.single-menu-button span:before {
	top: -9px
}

.single-menu-button span:after {
	bottom: -9px
}

.single-menu-button.active span {
	background: 0 0
}

.single-menu-button.active span:before {
	transform: translate(0px,9px) rotate(-45deg)
}

.single-menu-button.active span:after {
	transform: translate(0px,-9px) rotate(45deg)
}





.page-template-page-template-search .single-menu-button,
.page-template-page-template-search .search-container {
	display: none;
}


.search-page-container {
	max-width: 768px;
	padding: 40px 15px;
	margin: auto;
}

.pagination {
	padding-top: 12px;
	/*border-top: 1px solid rgba(0, 0, 0, 0.1);*/
	display: flex;
	justify-content: center;
	gap: 12px;
}

.pagination .page-numbers svg {
	--size: 14px;
	width: var(--size);
	height: var(--size);
}

.pagination .page-numbers.current:hover,
.pagination .page-numbers.current {
	color: #fff;
	background: #4573fa;
}

.pagination .page-numbers {
	width: 28px;
	height: 28px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
	flex-shrink: 0;
}

.pagination .page-numbers:hover{
	background-color: #f7f7ff;
}

.pagination .prev.page-numbers,
.pagination .next.page-numbers {
	border-radius: 6px;
}



.search-page-results {
	display: flex;
	flex-direction: column;
	gap: 30px;
	margin: 10px 0 30px 0;
}

.search-page-result .search-title {
	color: #4573fa;
	font-weight: 400;
	font-size: 16px;
	margin: 0;
}

.search-page-result p {
	margin: 8px 0 0;
	color: rgb(0 0 0 / 60%);
	line-height: 18px;
	font-size: 14px;
}

h2.search-page-title {
	font-size: 20px;
	margin: 0;
}

.page-search-form {
	margin-bottom: 30px;
	display: flex;
	gap: 8px;
}

.page-search-form input[type="text"] {
	flex: 1;
	outline: none;
	flex: 1;
	padding: 9px 12px;
	font-size: 14px;
	line-height: 16px;
	border: 1px solid rgba(0, 0, 0, 0.1);
	border-radius: 8px;
}

.page-search-form button {
	color: #fff;
	background: #4573fa;
	font-size: 14px;
	line-height: 1;
	border: 0;
	outline: none;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 70px;
	border-radius: 8px;
}






.action-section {
	padding: 40px;
	text-align: center;
	background: radial-gradient(50% 50% at 50% 50%, #6fd6ff 0, rgba(111, 214, 255, 0) 100%);
	background: linear-gradient(180deg,rgba(111, 214, 255, 0.3) 0%, rgba(238, 177, 156, 0.3) 50%);
	border-radius: 40px;
	background: linear-gradient(90deg,rgba(111, 214, 255, 0.3) 0%, rgba(238, 177, 156, 0.3) 50%);
	border: 1px solid rgb(241, 208, 217);
	background: #fcf2f4;
}

.action-section .action-title {
	font-size: 36px;
	font-weight: 600;
	margin-bottom: 15px;
	line-height: 1.5;
}

.action-grid .action-item:last-child .item-price {
	color: #e03131;
}

.action-section .action-text {
	margin: 0 0 36px;
	font-size: 18px;
	line-height: 1.7;
}

.action-grid {
	display: flex;
	justify-content: center;
	gap: 15px;
	margin-bottom: 36px;
}

.action-grid .action-item {
	padding: 20px;
	background: #FFF;
	border-radius: 30px;
	box-shadow: 0 20px 52px 0 rgba(25,25,25,.05);
	width: 380px;
	padding: 26px 12px;
}

.action-grid .action-sep {
	font-size: 32px;
	font-weight: bold;
	align-self: center;
}

.action-grid .action-item .item-price {
	/* color: var(--main-color); */
	font-size: 30px;
	font-weight: bold;
}

.action-grid .action-item .item-text {
	font-size: 16px;
}

.action-grid .action-item .item-text span {
	display: inline-block;
}





.eda-banner {
	display: inline-flex;
	align-items: center;
	gap: 20px;
	padding: 24px;
	border-radius: 20px;
	border: 1px solid rgb(241, 217, 155);
	background: rgb(255, 250, 236);
	margin: 0 0 12px;
}

.eda-banner img {
	width: 48px;
}

.eda-item {
	display: flex;
	align-items: center;
	gap: 12px;
}

.eda-item .item-content {
	font-size: 18px;
	line-height: 1;
}

.eda-item .item-content p {
	font-size: 16px;
	margin: 0;
}

.eda-item .item-content p a{
	text-decoration: underline;
}

.eda-banner .eda-plus {
	font-size: 32px;
	font-weight: bold;
}


a.expand{
	display: inline-flex;
	color: var(--main-color);
	align-items: center;
	font-weight: 600;
	gap: 8px;
	text-decoration: none;
	outline: none;
}

a.expand:hover{
	color: var(--main-color);
}

a.expand svg{
	--size: 20px;
	width: var(--size);
	height: var(--size);
	fill: var(--main-color);
	transition: transform .1s;
	will-change: transform;
	transform-origin: center;
}

a.expand span {
	display: inline-block;
}

a.expand.active svg{
	transform: rotate(180deg);
}







a.show-more{
	display: inline-flex;
	color: var(--main-color);
	align-items: center;
	font-weight: 600;
	gap: 8px;
	text-decoration: none;
	outline: none;
}

a.show-more:hover{
	color: var(--main-color);
}

a.show-more svg{
	--size: 20px;
	width: var(--size);
	height: var(--size);
	fill: var(--main-color);
	transition: transform .1s;
	will-change: transform;
	transform-origin: center;
	transform: rotate(-90deg)
}

a.show-more span {
	display: inline-block;
}









.shorts-item {
	margin-bottom: 40px;
}

.shorts-item:last-child{
	margin-bottom: 0;
	padding-bottom: 0;
	border-bottom: 0;
}

.collapsible{
	margin-bottom: 15px;
}

.shorts-item-gallery {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 30px;
	--bdrs: 20px;
	margin-bottom: 20px;
}

.shorts-item-gallery a:nth-child(n + 5) {
	display: none;
}

.shorts-item-gallery img {
	aspect-ratio: 1;
	object-fit: cover;
	border-radius: var(--bdrs);
}

.shorts-item-gallery a {
	position: relative;
	outline: none;
}

.gallery-counter {
	--size: 16px;
	position: absolute;
	bottom: 12px;
	right: 12px;
	z-index: 2;
	background-color: rgb(255 255 255 / 64%);
	display: flex;
	font-size: 12px;
	line-height: 1;
	align-items: center;
	font-weight: bold;
	/* color: #fff; */
	gap: 8px;
	padding: 5px 6px;
	border-radius: 8px;
}

.gallery-counter svg {
	width: var(--size);
	height: var(--size);
}


.title-container {
	display: flex;
	align-items: center;
	gap: 20px;
	text-align: center;
	justify-content: center;
	margin-bottom: 36px;
	flex-wrap: wrap;
}

.title-container h2 {
	margin: 0;
}

.title-container .title-link {
	color: #fff;
	display: inline-block;
	border-radius: 10px;
	padding: 5px 25px 7px;
	font-weight: 700;
	font-size: 16px;
	color: var(--main-color);
	outline: none;
	border: 2px solid;
}


div#price,
div#themes{
	scroll-margin-top: 60px;
}


.shorts-posts-container + .pagination {
	text-align: center;
	margin-top: 30px;
	justify-content: center;
}



.single-header h1 {
	font-size: 36px;
	font-weight: 600;
	margin-bottom: 36px;
	line-height: 1.5;
}

.single-img img {
	object-fit: cover;
	aspect-ratio: 4 / 3;
	margin-bottom: 30px;
	border-radius: 20px;
}

.post-item {
	min-height: 380px;
	display: flex;
	border-radius: 40px;
	overflow: hidden;
	margin-bottom: 30px;
	/*background: rgb(237 246 255);*/
	/*border: 1px solid rgb(194, 225, 241);*/
	background: rgb(242 245 254)
}

.post-item .post-img{
	width: 30%;
	position: relative;
	flex-shrink: 0;
}

.post-item img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	position: absolute;
	left: 0;
	top: 0;
}

.post-item .post-item-content {
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	padding: 40px;
}



a.btn-back {
	display: inline-flex;
	color: var(--main-color);
	align-items: center;
	font-weight: 600;
	gap: 8px;
	text-decoration: none;
	outline: none;
}

a.btn-back svg {
	--size: 20px;
	width: var(--size);
	height: var(--size);
	fill: var(--main-color);
	transition: transform .1s;
	will-change: transform;
	transform-origin: center;
	transform: rotate(90deg);
}



.single-shorts .page-wrap,
.single-post .page-wrap {
	margin-top: 30px;
}


.iks-btns {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	text-align: center;
	gap: 0 15px;
}



.footer-menu .sub-menu{
	display: none;
}



.big-price {
	font-size: 112px;
	font-weight: bold;
	background: #f2f5fe;
	padding: 57px 20px;
	border-radius: 10px;
	line-height: 1;
	text-align: center;
}





.iks-icons {
	display: flex;
	justify-content: center;
	gap: 20px;
	margin-bottom: 30px;
	flex-wrap: wrap;
}

.iks-icons .iks-icon {
	display: flex;
	align-items: center;
	gap: 5px;
	background: #f2f5fe;
	font-size: 18px;
	height: 44px;
	border-radius: 20px;
	padding: 0 12px;
	font-weight: 600;
	/* color: var(--main-color); */
}

.iks-icons .iks-icon img {
	width: 24px;
	height: 24px;
}


.crm-section {
	background-color: #f2f5fe;
	padding-top: var(--section-padding);
	padding-bottom: var(--section-padding);
	text-align: center;
}

.crm-section h2 + p {
	margin-top: -12px;
}

.crm-banner {
	display: flex;
	justify-content: center;
	gap: 40px;
	margin-top: 30px;
}

.crm-banner .crm-item {
	aspect-ratio: 1;
	background: #fff;
	flex-shrink: 0;
	width: 140px;
	height: 140px;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 10px;
	padding: 0 8px;
}