/*  MICROTHEMER STYLES  */


/*= МОИ ==================== */

/** МОИ >> Mu class plus elementor toggle icon **/
.mu-class-plus .elementor-toggle-icon {
	font-size: 34px !important;
}

/** МОИ >> Elementor tab title **/
.mu-class-plus.elementor-tab-title {
	
}
.mu-class-plus .elementor-tab-title {
	display: -webkit-box !important;
	display: -moz-box !important;
	display: -ms-flexbox !important;
	display: -webkit-flex !important;
	display: flex !important;
	-webkit-flex-direction: row-reverse !important;
	-moz-flex-direction: row-reverse !important;
	-ms-flex-direction: row-reverse !important;
	flex-direction: row-reverse !important;
	-webkit-justify-content: space-between !important;
	justify-content: space-between !important;
	-webkit-align-items: center !important;
	align-items: center !important;
}

/** МОИ >> T descr **/
.t-descr {
	padding-top: 22px !important;
}

