/*---------------------------------------------------------------------------------

 Theme Name:   ArtVideo-Child-Theme-4
 Theme URI:    
 Description:  
 Author:       Oleks Koval
 Author URI:   https://koval.in.ua
 Template:     Divi
 Version:      1.0.1
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html

------------------------------ ADDITIONAL CSS HERE ------------------------------*/

/*:root {
    --contrast: #2F2E2E;
    --contrast-2: #555;
    --base: #F8F6F4;
    --base-2: #ffffff;
    --accent: #9B454D;
    --accent-2: #C97872;
    --accent-3: #E5C8B2;
    --accent-4: #b14233;
}
*/



body #page-container .no-sidebar #left-area {  
	width: 100%;	
}

@media (min-width: 981px) {
  body.single-complex #main-content .container::before {
    width: 0px;
    background-color: #fff;
  }
}


.complex-column {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;  
  align-items: center;
  gap:20px;
  align-items:stretch;	
  /*background-image: url(/wp-content/uploads/2023/04/photo_2023-04-13_19-48-09.jpg);	
  border-radius: 6px;	*/
}

.complex-column .one-col {
	padding: 12px;	
	border:1px solid #f4f4f4;
	min-height:150px;
	align-items: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
	 flex:1 1 0;
     box-sizing:border-box;
}

.complex-column .col1, 	.complex-column .col2 {
		width:100%;
	    background: #f8f8f8;
	    border-radius:4px;
	}

.complex-column .col1 {
		margin-bottom:25px;
	}

.complex-column .col2 {
		margin-top:25px;
	}

@media (min-width: 981px) {
	.complex-column .col1 {
		width:62%;
	}

	.complex-column .col2 {
		width:38%;
	}
}




.complex-column{
    display:flex;
    gap:20px;
    align-items:stretch;
	margin-bottom: 30px;
}

.one-col{
    box-sizing:border-box;
    min-width:0;
}

/* Desktop */
@media (min-width:981px){

    .col1{
        flex:0 0 62%;
        max-width:62%;
    }

    .col2{
        flex:0 0 38%;
        max-width:38%;
    }
}

/* Mobile */
@media (max-width:980px){
    .complex-column{
        display:block;
    }

    .one-col{
        width:100%;
        max-width:100%;
        height:auto !important;
    }
}


.complex-column .videotitle {
	
}


.single .complex-content-single .the-content {
  padding-top: 0px;
  max-width: 1020px;
  margin: 40px auto 40px auto;  	
}


.buton-timer-wrap .activ  {
  color: #fff;
  background-color: #B14233;
  border: 1px solid #acacac;
}



.buton-timer-wrap .title3 {
	color: #b14233;
}

.video-timer-box .timer-total {
	margin: 12px 0 5px 0;
	text-align: center;
}


.buton-timer-wrap .timeplayvideo, .buton-timer-wrap .timestopvideo {
  display: inline-block;
  width: auto;
  text-align: center;
  padding: 0 5px;	
}

.buton-timer-wrap {
   display: flex;
  align-items: center;
  flex-wrap: wrap;
} 


/* Для планшетів і більших екранів */
/*@media (min-width: 768px) {
	.text-foto .et_pb_text_inner {
		display: flex;
		padding-top:5px;
	}
}
*/


.titl-name-file {
	font-size: smaller;
  font-weight: bolder;
  font-style: italic;
}

.item-video .et_pb_text_inner{
	display:flex;
	flex-direction:column;
	height:100%;
	justify-content: space-between;
}

.player-wrap {
  position: relative;
  min-height:370px;
  width: 100%;
  max-width:800px;	
	
  display: flex;
  flex-direction: column;
  justify-content: center;
	align-items : center;		
}

#player-wrap-video {
	 background-image: url(https://artstudiofractal.com/wp-content/uploads/2023/04/photo_2023-04-13_19-48-09.jpg.webp) !important;	
}

.min-h {
	 min-height:170px;
	background: #ffffffc4;
  margin: 0px 2%;
  padding: 5px;
  border-radius: 3px;	
}

#main-audio1 {
    width: 90%;
}

.video-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  padding: 12px;
  border-radius: 3px;	
}

.t-audio   #timeplayvideo {
	display:none;
}



li.sf-option-active label
{
	color: #edb059;
  	font-weight: 600;
}


@media (max-width: 980px) {
  .text-foto {
    margin-bottom: 5px !important;
  }	
 
  .text-foto {
    margin-bottom: 5px !important;
  }
 
  #mobile_menu2,  #mobile_menu1 {
		left:-30px !important;
		width: 120px !important;
  }	
	
}




.text-foto .et_pb_text_inner {
		display: flex;
		padding-top:5px;
	}



.text-foto .et_pb_text_inner span
{
	align-content: center;
}

.text-foto .user-photo-wrapper {
	padding: 0 10px;
}	
	
.user-photo-tooltip {
    display: none;
    position: fixed;
    z-index: 99999;
    background: #fff;
    border: 1px solid #ccc;
    padding: 5px;
    box-shadow: 0 4px 10px rgba(0,0,0,0.3);
}
.user-photo-tooltip img {
    max-height: 300px;
    width: auto;
}


/*style the Divi Post Navigation buttons*/

.inline {
	display: flex;
	justify-content: space-between;
}

.et_pb_posts_nav .nav-previous a,
.et_pb_posts_nav .nav-next a {
	color: #ffffff;
	/*background: #0048ff;*/
	border: 2px solid #fff;
	color: #529B17 !important;
  	border-radius: 6px;
	padding: .3em 0.5em;	
	transition: all 0.3s ease-in-out;
	margin: 5px;
}
/*style the Divi Post Navigation buttons on hover*/
.et_pb_posts_nav .nav-previous a:hover,
.et_pb_posts_nav .nav-next a:hover {
	color: #ffffff !important;
	background: #cf2e2e;
	border: 2px solid #cf2e2e;
	transition: all 0.3s ease-in-out;
}

.et_pb_posts_nav .nav-previous a:hover .meta-nav, .et_pb_posts_nav .nav-next a:hover .meta-nav,
.et_pb_posts_nav .nav-previous a:hover .nav-label, .et_pb_posts_nav .nav-next a:hover .nav-label
{
	color: #ffffff !important;
}


li.widget_search_filter_register_widget {
	list-style-type: none;
}

.searchandfilter li.sf-level-0 {
	display:flex;
}

.wihi {
  background-color: rgba(255,255,255,0.82);
  border-radius: 6px 6px 6px 6px;
  overflow: hidden;
  border-width: 1px;
  border-color: rgba(255,255,255,0.63);
  padding-top: 4px !important;
  padding-right: 10px !important;
  padding-bottom: 4px !important;
  padding-left: 10px !important;
  margin-right: 20px !important;
  margin-left: 20px !important;
  transition: background-color 300ms ease 0ms,background-image 300ms ease 0ms;
}

.wihi:hover {
  background-image: initial;
  background-color: rgba(255,255,255,0.94);
}


.comment_avatar img { 
  width: 80px;
}

.result-filter {
	line-height: 1.2em;
	font-size: 18px;
	display: flex;
    justify-content: space-between;	
	flex-wrap: wrap;
	margin-bottom: 15px;
	margin-right: 4%;
	padding: 8px;
	background: #FAF4F3;
	border-radius: 3px;
}

.result-filter .rez {
	max-width:84%;
}


.archive #left-area .complex { 
  padding: 0px;	
}

.archive #left-area .complex .entry-featured-image-url img {
	border-radius: 10px 10px 0px 0px;
}

.archive #left-area .complex .complax-content{ 
  padding: 7px 20px; 
}

.result-filter .clear {
	font-size:16px;
}

#main-content .rez .wp-pagenavi a:hover,
#main-content .rez .wp-pagenavi .current
{
  color: #fff !important;  
}


.blog .container, .category .container {
  width: 80%;
  max-width: 1320px; 
}



/*.et-db #et-boc .et-l .et_pb_menu #menu-main-menu .et-menu > li {
  padding-left: 2px;
  padding-right: 10px;
}*/

button.et_pb_menu__search-button:hover {
  color: #668;
  background-color: #fff;
  border: 1px solid #fff;
  cursor: pointer;
}

.norm-shirina {
  max-width: 740px;
  margin: auto;
}




.msg-link a:hover {
	text-decoration:underline;
}

.ambulance a {
	color: #0107F1;
	font-weight: 700;
}


.video-wrap {
	max-width: 640px;  
   margin: auto;
}

#mymenu .et_pb_menu--style-left_aligned .et_pb_menu__logo {
	  /*margin-right: 20px;*/
	padding: 3px 0;
}

#mymenu .et_pb_menu--style-left_aligned .et_pb_menu__logo {
  margin-right: 10px;
}


#mymenu .et_pb_menu .et_pb_menu__search-form {
  padding:0 10px 0 20px;  
  display: flex;
  justify-content: end;	
  border: 1px solid #f7f7f7;	
}

#mymenu .et_pb_menu__close-search-button::after:hover {
	/*color: red;*/
}

#mymenu .et_pb_menu__search {
	/*text-align:right;*/
}

audio::-webkit-media-controls-panel {
    /*display: none !important;*/
	
}


.fractal-image {
	display:flex;
	flex-wrap: wrap;
    justify-content: space-evenly;
    align-items: center;
}

@media (min-width: 981px) {
	.figura1, .figura2 {
		padding-top:15px !important;
	}
}

.fractal-image .et_pb_image {
    margin-left: inherit;
}

.fractal-image .figura1 img {
	width:64px !important;
	min-height:20px !important;
}

.fractal-image .figura2 img {
	width:61px !important;
	min-height:20px !important;
}



.fractal-image .figura2 {
	/*padding-top:0px !important*/
}

.custom-my-audio::-webkit-media-controls-download-button {
    display: none;
}

#my-term-filter h3.heading-more {
	font-style:italic;
}

.round-border {
	/*box-shadow: 0px 12px 18px -6px rgba(0,0,0,0.3);*/
	/*box-shadow: 0px 10px 16px -5px rgba(0,0,0,0.3);*/
	color: #2a3547 !important;
	border-width: 0px !important;
	border-color: #58528c;
	border-radius: 26px;
	letter-spacing: 0px;
	font-size: 15px;
	font-family: 'Montserrat',Helvetica,Arial,Lucida,sans-serif !important;
	font-weight: 600 !important;
	background-color: #FFFFFF;
	padding: 5px 9px !important;	
	margin:10px 0;
	display:inline-block;
	border: 1px solid;
}

.act-cat,
.round-border:hover {
	color: #FFFFFF !important;
	/*font-size: 18px !important;*/
	background-image: initial;
	background-color: #B14233;	
	border-color: #58528c;
}


.link-tag a {
  color: #edb059;
}

.preloader {
   position: fixed;
   top: 0;
   left: 0;
   right: 0;
   bottom: 0;
   background-color: #fefefe;
   z-index: 100000;
   height: 100%;
   width: 100%;
   overflow: hidden !important;
}
.preloader .status {
   width: 100px;
   height: 100px;
   position: absolute;
   left: 50%;
   top: 50%;
   background-image: url('https://artstudiofractal.com/wp-content/uploads/2023/12/camera-aperture.gif');
   background-repeat: no-repeat;
   background-position: center;
   -webkit-background-size: cover;
   background-size: cover;
   margin: -50px 0 0 -50px;
}

.custom_category_description {
  margin-bottom: 10px;
  font-size: 14px;
  line-height: 1.4em;
  padding-bottom: 20px;	
}

article h2.entry-title a {
	font-weight: bold;
} 

article .hover-button {
	margin:12px 0 6px 0;
}

article a:hover {
	text-decoration:underline;
} 

.single  #comment-wrap #reply-title {
	font-weight:normal;
}

.et_color_scheme_orange a {
    /*color: #d58e28;*/
	/*color: #B14233;*/
}

/*AUDIO*/
article .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-total, 
article .mejs-controls .mejs-time-rail .mejs-time-total {
    background: rgb(255 255 254 / 62%);
}

/*SIDEBAR*/
@media (min-width: 981px) {
	.et_left_sidebar #sidebar {
		padding-right: 20px;
	}
}


#post-138 .arm_form_106 .arm_setup_submit_btn_wrapper .arm-df__form-field-wrap_submit .arm-df__form-control-submit-btn,
#post-138 .arm_form_106 .arm_setup_submit_btn_wrapper .arm-df__form-field-wrap_submit button.arm-df__form-control-submit-btn 
{
	background: #C29765;
	border: 1px solid #C29765;
}


#post-138 .arm_form_106 .arm-df__form-field-wrap_submit .arm-df__form-control-submit-btn:hover, 
#post-138 .arm_form_106 .arm-df__form-field-wrap_submit .arm-df__form-control-submit-btn:not([disabled]):hover, 
#post-138 .arm_form_106.arm_form_layout_writer .arm-df__fields-wrapper .arm-df__form-field-wrap_submit .arm-df__form-control-submit-btn.btn:hover, 
#post-138 .arm_form_106.arm_form_layout_writer .arm-df__fields-wrapper .arm-df__form-field-wrap_submit .arm-df__form-control-submit-btn.btn-large:hover, 
#post-138 .arm_form_106 .arm-df__form-field-wrap_submit button.arm-df__form-control-submit-btn:hover, 
#post-138 .arm_form_106 .arm-df__form-field-wrap_submit button.arm-df__form-control-submit-btn:not([disabled]):hover, 
#post-138 .arm_form_106.arm_form_layout_writer .arm-df__fields-wrapper .arm-df__form-field-wrap_submit button.arm-df__form-control-submit-btn.btn:hover, 
#post-138 .arm_form_106.arm_form_layout_writer .arm-df__fields-wrapper .arm-df__form-field-wrap_submit button.arm-df__form-control-submit-btn.btn-large:hover
{
  background-color: #B14233 !important;
  border: 1px solid #B14233 !important;
  color: #ffffff !important;
}


.et-db #et-boc .et-l .title-story  .et_pb_fullwidth_header_container.center .header-content {
  	margin: 20px auto;
	width: 90%;
	max-width: 1080px;
}

.et_pb_menu--style-left_aligned .et_pb_menu_inner_container, .et_pb_menu--style-left_aligned .et_pb_row {    
    justify-content: space-between;
}

.et_pb_menu .et_pb_menu__wrap {
    justify-content: space-between;  
	/*flex:none;*/
}

#mymenu {
	
}

.my-top-memu-mob .dnxte_text_color_motion {
	margin-bottom:5px;
}

.my-top-memu-mob .et_mobile_menu {
	position:absolute;
    left:-200px;
	width:220px;
}

@media (min-width: 981px) {
	.et-db #et-boc .et-l .et_pb_section_0_tb_header {	  
	  z-index: 1 !important;	  
	}
}

#my-header-menu .et_pb_menu .et_pb_menu__search-input {
  border:1px solid #f4f4f4;
  padding:5px; 	  
  width: 80%;
  color: #333;
  background: transparent;
}

#my-header-menu .et_pb_menu .et_pb_menu__close-search-button:hover {
   color:   #B14233 !important ;
}


.et-db #et-boc .et-l #mymenu .et_pb_menu_2_tb_header .et_pb_menu__icon.et_pb_menu__search-button {
  font-size: 16px;
  color: #7EBEC5; 
  font-weight: 500;
  border: 1px solid #fff;
  padding-left:10px;	
}

.et-db #et-boc .et-l #mymenu .et_pb_menu_2_tb_header .et_pb_menu__icon.et_pb_menu__search-button:hover {
  color: #B14233;
}



@keyframes rotateLogo {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

.rotate .et_pb_menu__logo img,
.rotate img 
{
    animation: rotateLogo 3s linear infinite;
    transform-origin: center;
	max-width: inherit !important;
	max-height:60px;	
}



.et-db #et-boc .et-l .et_pb_menu .et_pb_menu__wrap {
  justify-content: flex-end;
}


.sm-button {
	text-align:center;
}

.archive h1 {  
  line-height: 1.3em;
  margin-bottom:20px;	
}

.post-type-archive-background-music h2 {
	font-size:22px;
}

.popup .activ, #buton-timer-video .activ {
  color: #fff;
  background-color: #667;
  border: 1px solid #acacac;  
}

.nobackgr {
	background: none !important;
}

.complex-content .item-video .et_pb_text_inner, .complex-content h2, .complex-content .msg {
	color: #fff;
}

#buton-timer-video {
	background: #ffffffc4;
	margin: 0px 2%;
	padding: 5px;
	border-radius: 3px;
}


#buton-timer-video #timeplayvideo, #buton-timer-video #timestopvideo {
  font-size: 16px;
  width: 50px;
  background: #fff;
	height: 32px;
	vertical-align: middle;
	padding-top: 4px;
}

.title3 {
	font-size:18px;
	color:#fff;
}

.my-footer a {
	color:#000;
}

.my-footer a:hover {
	text-decoration: underline;
}

/*.home .et_pb_fullwidth_header .et_pb_fullwidth_header_container.center {
  -moz-justify-content: center;
  -ms-justify-content: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: flex-start;
  flex-direction: column;
}

.home .et_pb_fullwidth_header .et_pb_fullwidth_header_container.center .header-content {
  margin: 30px auto;
  margin-top: 90px;
  width: 80%;
  max-width: 800px;
  background: #dfebee66;
  border-radius: 8px;
  padding: 20px 0;
  padding-top: 20px;
  padding-right: 0px;
  padding-bottom: 20px;
  padding-left: 0px;
}
.et_pb_fullwidth_header .et_pb_fullwidth_header_container.center .header-content {
  margin: 20px auto;
    margin-top: 20px;
  width: 80%;
  max-width: 800px;
}
.et_pb_fullwidth_header .header-content {
  padding: 10px;
  text-align: center;
}
*/


#et-boc .area-outer-wrap[data-da-color="light"] .da-close, #et-boc .area-outer-wrap[data-da-color="dark"] .da-close {
    margin: 14px 14px 0 0;
}
#et-boc .area-outer-wrap[data-da-close-bg=none] .da-close, #et-boc .area-outer-wrap[data-da-close-bg=none] .da-close:focus, #et-boc .area-outer-wrap[data-da-close-bg=none] .da-close:hover {
    background: transparent;
    -webkit-box-shadow: none;
    box-shadow: none;
}
#et-boc .area-outer-wrap[data-da-color=dark] .da-close {
    background: #0002;
    -webkit-box-shadow: 0 0 0 1px #ffffff08;
    box-shadow: 0 0 0 1px #ffffff08;
    color: #eee;
    text-shadow: 0 0 1px #000, 0 0 3px #000a;
}

#et-boc .area-outer-wrap .da-close {
    font-size: 45px;
}






.home .fon-music {
	background:#f7f7f7;
}


.reveal-map-c  .map-toggle-c::before,
.reveal-map-d  .map-toggle-d::before,
.reveal-map-e  .map-toggle-e::before,
.playing::before
{
	position: absolute;
	content: '';
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	border: 1px solid #B14233;
	opacity: 0;
	-webkit-animation: pulse-border-2 1.5s linear infinite;
	animation: pulse-border-2 1.5s linear infinite;
}

.reveal-map-c  .map-toggle-c,
.reveal-map-d  .map-toggle-d,
.reveal-map-e  .map-toggle-e
{
/*	border: 2px solid red;
	-webkit-animation: pulse-border-2 1.5s linear infinite;
	animation: pulse-border-2 1.5s linear infinite;*/	
}

.reveal-map-c .et_pb_column_1_4,  
.reveal-map-d .et_pb_column_1_4,
.reveal-map-e .et_pb_column_1_4
{
	padding:12px;
}


@-webkit-keyframes pulse-border-2 {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(1.5);
    transform: scale(1.5);
    opacity: 0;
  }
}

@keyframes pulse-border-2 {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(1.5);
    transform: scale(1.5);
    opacity: 0;
  }
}

/*
@-webkit-keyframes pulse-border-2 {
  0% {
    border-color: red;
  }
  50% {
    border-color: blue;
  }
  100% {
    border-color: red;
  }
}

@keyframes pulse-border-2 {
  0% {
    border-color: red;
  }
  50% {
    border-color: blue;
  }
  100% {
    border-color: red;
  }
}
*/

/**/
.et_pb_scroll_top.et-pb-icon {
   border: 1px solid #fff;
}

/*home*/

.row1 .titul a{
	color: #fff;
	padding:5px;
	margin:5px;
	border: 2px solid #fff;
	font-size:15px;
}

.row1 .titul .et_pb_button::after {
	font-size: 30px;
}

.row11 a:hover {
	text-decoration:underline;
} 

.home1 .et_pb_fullwidth_header .et_pb_fullwidth_header_container.center .header-content {
/*  margin: 30px auto;*/
  margin-top:40px;	
  width: 80%;
  max-width: 800px;
  background: none;/*#dfebee66 /*dfebeeb5*/;
  border-radius: 8px;
  padding: 20px 0;
    padding-top: 20px;
    padding-right: 0px;
    padding-bottom: 20px;
    padding-left: 0px;
}

.home1 .et_pb_fullwidth_header .et_pb_fullwidth_header_container.center {  
  -moz-justify-content: center;
  -ms-justify-content: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: flex-start;
  flex-direction: column;
}

@media (max-width: 980px) {
	.et_pb_fullwidth_header .et_pb_fullwidth_header_scroll {
		/*display:none;*/
	}	
}



/* хлібні крихти*/
/*.breadcrumb {
  margin-bottom: 15px;
  padding: 3px 10px;
  width: 80%;
  max-width: 1280px;
  margin: auto;
  /*text-transform: uppercase;
  font-size: 14px;
}
*/

.breadcrumb {
  /*padding: 1px 10px 1px 8%;*/   
  font-size: 14px;
  background: #fafafa;
		
	width: 96%;
	margin: auto;
	max-width: 1280px;
}

#et-main-area {
	  background: #fafafa;
}

.home .breadcrumb {
	display:none;
}

.breadcrumb a:hover {
	text-decoration:underline;
}


/**PUSH FOOTER TO BOTTOM OF PAGE **/
#main-content, #main-content .container { 
	min-height: 85vh; 	
}

header .container,
#top-header .container {
	width:94%;
}

@media (min-width: 981px) {
header #et_top_search {
    float: right;
    margin: 3px 0 0 22px; 
    position: relative;
    display: block;
    width: 18px;
	}
}


/*VIDEO*/

.rwmb-input input {
	padding:5px;
}

.rwmb-input input.rwmb-radio {
	margin: 6px;
}

#timer_video {
	text-align:center;
	padding:5px;
	font-size:20px;
}

.single .fluid-width-video-wrapper {
	padding-top: 56.25% !important;  /* Для видео 16:9 */
}

.wpc-term-item-content-wrapper input[type="checkbox"],
input[type="checkbox"].sf-input-checkbox
{
  transform: scale(1.4);	
}


input[type="checkbox"].sf-input-checkbox

/* фильтр */

.filter-checkbox {
  width: 17px;
  height: 17px;
  margin: 2px 3px 0 0;
  left: 0;
  transition: all .2s cubic-bezier(.645,.045,.355,1);
}

.filters-section {
	display:flex;
	flex-direction:column;
	font-size:16px;
	margin:15px 0;
}

.filters-section .checkbox-el {
  margin-top: 13px;
}

.filters-section .checkbox-el span {
	vertical-align: top;
}

.filters-section .checkbox-el i {
	font-size: 22px;
}

.filters-section .checkbox-el .animate-spin {
	font-size: 18px;
}

.checkbox-el .icon-check,
.checkbox-el .animate-spin
{
	/*display: none;*/
}

.filters-section .checkbox-el .hide {
	display: none ;
}

.filters-section .checkbox-el .show {
	display: inline-block ;
} 

/*#video-filter-form input[type="checkbox"] {  
  transform: scale(1.4);
  margin: 5px;	
}*/

/* Медиа-запрос для экрана не больше 980px */
@media screen and (max-width: 980px) {

	#left-area .fluid-width-video-wrapper {
		padding-top: 45% !important;
	}

}


#popup {
	margin:20px;
}

.video-protect {
	/*padding:10px;
	margin:0 5px 30px 5px;
	border-bottom: 1px solid #f4f4f4;*/
}

.single .content-custom-type {
	margin: 20px 0;
}




/* AUDIO */

/*Фонова музика плееер 12 12*/

.timeplay, .timestop,
.timeplayvideo, .timestopvideo
{
	font-size: 16px;
	width:50px;
	color:#ea0909;
}

.timeplayvideo, .timestopvideo {
	display:inline-block;
	width:80px;
	text-align:center;		
}

.main-audio {
 display:none;	
}

.timestop {
	text-align:right;
}

.timer_video .note {
	font-size:15px;
	padding: 0 10px;
} 

.timeplay i, .timeplayvideo i
{
	font-size: 22px;	
}



button.play-icon, button.mute-icon, button.counter {
  padding: 0;
  border: 0;
  background: inherit;
  cursor: pointer;
  outline: none;
  width: 40px;
  height: 40px;
}

button.play-icon:hover {
	background-color:#fff;
}

.audio-player-container {
  display: inline-block;	
  position: relative;
  margin: 100px 5% auto 5%;
  width: 90%;
  max-width: 500px;
 /* height: 80px;*/
  background: #fff;
}
.audio-player-container::before {
  position: absolute;
  content: '';
  width: calc(100% + 4px);
  height: calc(100% + 4px);
  left: -2px;
  top: -2px;
  background: linear-gradient(to left, #007db5, #ff8a00);
  z-index: -1;
}
p.player {
  position: absolute;
  top: -18px;
  right: 5%;
  padding: 0 5px;
  margin: 0;
  font-size: 24px;
  background: #fff;
}
.play-icon,  .mute-icon, .counter, .volume-output {
  margin: 8px 2.5% 8px 2.5%;
}
path {
 /* stroke: #007db5;*/
}


.audio-player-container {
	display:flex;
	flex-direction:column;
}

.audio-player-container  .line {
	display:flex;
	flex-direction:row;
	align-items: center;	
}

.time {  
    width: 40px;
    text-align: center;
    font-size: 20px;
    margin: 8px 2px;   
}

.seek-slider {
	width:58%;
}


output {
    text-align: center;
    font-size: 20px;
    margin: 8px 2.5%;
 
}


.volume-slider {
    margin: 10px 2.5%;
    width: 58%;
}
.volume-slider::-webkit-slider-runnable-track {
    background: rgba(0, 125, 181, 0.6);
}
.volume-slider::-moz-range-track {
    background: rgba(0, 125, 181, 0.6);
}
.volume-slider::-ms-fill-upper {
    background: rgba(0, 125, 181, 0.6);
}
.volume-slider::before {
    width: var(--volume-before-width);
}



.mute-icon {
  /*  margin: 0 2.5%;*/
}




/*----------*/













.popup-m {
  display: none;
  position: absolute;
  bottom: -55px;
  /*left: 50px;*/
  z-index: 9;
  border: 1px solid #000;
  background-color: #fff;
  padding: 20px;
  border-radius: 5px;
  right: 250px;
}

.popup-button, .vid-button {
    margin: 4px;
	padding: 2px 5px;
	border-radius:3px
}

.popup-m h3 {
	text-align:center;
}

.show {
    display: block !important;
}

.but-input-file a {
	display: inline-block;
	text-decoration: none;
	font-size: 13px;
	line-height: 2.15384615;
	min-height: 30px;
	margin: 0;
	padding: 0 10px;
	cursor: pointer;
	border-width: 1px;
	border-style: solid;
	-webkit-appearance: none;
	border-radius: 3px;
	white-space: nowrap;
	box-sizing: border-box;
	background-color: #f7f7f7;
	color:#78788c;
}

.but-input-file a:hover {
	background-color: #78788c;
	color:#fff;
} 


.mejs-container {
  z-index: 1;
}

#timeplay, #timestop,
#timeplayvideo, #timestopvideo
{
	font-size: 16px;
	width:50px;
	color:#ea0909;
}

#timeplayvideo, #timestopvideo {
	display:inline-block;
	width:80px;
	text-align:center;		
}

#main-audio {
 display:none;	
}

#timestop {
	text-align:right;
}

#timer_video .note {
	font-size:15px;
	padding: 0 10px;
} 

#timeplay i, #timeplayvideo i
{
	font-size: 22px;	
}

button#play-icon, button#mute-icon, button#counter {
  padding: 0;
  border: 0;
  background: inherit;
  cursor: pointer;
  outline: none;
  width: 40px;
  height: 40px;
}

button#play-icon:hover {
	background-color:#fff;
}

#audio-player-container {
  display: inline-block;	
  position: relative;
  margin: 50px 5% auto 5%;
  width: 90%;
  max-width: 500px;
 /* height: 80px;*/
  background: #fff;
}
#audio-player-container::before {
  position: absolute;
  content: '';
  width: calc(100% + 4px);
  height: calc(100% + 4px);
  left: -2px;
  top: -2px;
  background: linear-gradient(to left, #007db5, #ff8a00);
  z-index: -1;
}
p.player {
  position: absolute;
  top: -18px;
  right: 5%;
  padding: 0 5px;
  margin: 0;
  font-size: 20px;
  background: #fff;
}

#audio-player-container p.player {
	display:none;
}

#play-icon,  #mute-icon, #counter, #volume-output {
  margin: 8px 2.5% 8px 2.5%;
}
path {
 /* stroke: #007db5;*/
}


#audio-player-container {
	display:flex;
	flex-direction:column;
}

#audio-player-container  .line {
	display:flex;
	flex-direction:row;
	align-items: center;	
}

.time {  
    width: 55px;
    text-align: center;
    font-size: 18px;
    margin: 8px 6px 8px 3px;   
}

#seek-slider {
	width:58%;
}


output {
    text-align: center;
    font-size: 20px;
    margin: 8px 2.5%;
 
}


#volume-slider {
    margin: 10px 2.5%;
    width: 58%;
}
#volume-slider::-webkit-slider-runnable-track {
    background: rgba(0, 125, 181, 0.6);
}
#volume-slider::-moz-range-track {
    background: rgba(0, 125, 181, 0.6);
}
#volume-slider::-ms-fill-upper {
    background: rgba(0, 125, 181, 0.6);
}
#volume-slider::before {
    width: var(--volume-before-width);
}



#mute-icon {
  /*  margin: 0 2.5%;*/
}


input[type="range"] {
    position: relative;
    -webkit-appearance: none;
    width: 48%;
    margin: 0;
    padding: 0;
    height: 19px;
    margin: 30px 2.5% 20px 2.5%;
    float: left;
    outline: none;
}
input[type="range"]::-webkit-slider-runnable-track {
    width: 100%;
    height: 3px;
    cursor: pointer;
    background: linear-gradient(to right, rgba(0, 125, 181, 0.6) var(--buffered-width), rgba(0, 125, 181, 0.2) var(--buffered-width));
}
input[type="range"]::before {
    position: absolute;
    content: "";
    top: 8px;
    left: 0;
    width: var(--seek-before-width);
    height: 3px;
    background-color: #007db5;
    cursor: pointer;
}
input[type="range"]::-webkit-slider-thumb {
    position: relative;
    -webkit-appearance: none;
    box-sizing: content-box;
    border: 1px solid #007db5;
    height: 15px;
    width: 15px;
    border-radius: 50%;
    background-color: #fff;
    cursor: pointer;
    margin: -7px 0 0 0;
}
input[type="range"]:active::-webkit-slider-thumb {
    transform: scale(1.2);
    background: #007db5;
}
#audio-player-container input[type="range"]::-moz-range-track {
    width: 100%;
    height: 3px;
    cursor: pointer;
    background: linear-gradient(to right, rgba(0, 125, 181, 0.6) var(--buffered-width), rgba(0, 125, 181, 0.2) var(--buffered-width));
	/*background: rgba(0, 125, 181, 0.2);*/
}
input[type="range"]::-moz-range-progress {
    background-color: #007db5;
}
input[type="range"]::-moz-focus-outer {
    border: 0;
}
input[type="range"]::-moz-range-thumb {
    box-sizing: content-box;
    border: 1px solid #007db5;
    height: 15px;
    width: 15px;
    border-radius: 50%;
    background-color: #fff;
    cursor: pointer;
}
input[type="range"]:active::-moz-range-thumb {
    transform: scale(1.2);
    background: #007db5;
}
input[type="range"]::-ms-track {
    width: 100%;
    height: 3px;
    cursor: pointer;
    background: transparent;
    border: solid transparent;
    color: transparent;
}
input[type="range"]::-ms-fill-lower {
    background-color: #007db5;
}
input[type="range"]::-ms-fill-upper {
    background: linear-gradient(to right, rgba(0, 125, 181, 0.6) var(--buffered-width), rgba(0, 125, 181, 0.2) var(--buffered-width));
}
input[type="range"]::-ms-thumb {
    box-sizing: content-box;
    border: 1px solid #007db5;
    height: 15px;
    width: 15px;
    border-radius: 50%;
    background-color: #fff;
    cursor: pointer;
}
input[type="range"]:active::-ms-thumb {
    transform: scale(1.2);
    background: #007db5;
}


/*bk-music*/



.learn-more-content button[type=submit] {
    margin: 1px;
	padding: 2px;
}

.et-learn-more .learn-more-content {
  padding: 12px !important;
}

div.playall {
	border: 0px solid #d7d6d6;
	padding: 5px;
	line-height: 1em;
}

.one-play {
	padding: 5px;
	display:flex;
	max-height:45px;
}

li.one-play:nth-child(2n + 1) {
    border: 1px solid #dfdfdf;
    background-color:#fff;
}

li.one-play:nth-child(2n) {
    border-left: 1px solid #dfdfdf;
	border-right: 1px solid #dfdfdf;	
}

li.one-play:last-child {
	border-bottom: 1px solid #dfdfdf;
}

.list-play {
	list-style-type: none !important;
	padding: 10px 30px 15px 5px !important;
}

.list-play .one-play .playitem {
  margin-left: auto;
}

.list-play .one-play .playitem i {
  	width:32px;
	display:inline-block;
}

#curent-title {
	vertical-align: top;
	padding: 12px 5px 5px 15px;
	font-size:16px;
	display: inline-block;
}

/*ПОДПИСКА*/

/* Медиа-запрос для экрана не больше 980px */
@media screen and (max-width: 980px) {

	.ihc_level_template_2 .ihc-level-item {  
 		 display: block;  
		margin:45px 0;
	}

}

/* -- MENU ----*/
/*испралена ошибка плагина членства */
.mylogin {
	cursor:pointer;
	display:none !important;
}

.userlogin-show {
	display:inline-block !important;
}


#menu-footer-menu {
 text-align:right;	
}

/*** style the menu button ***/

#top-menu .light-color a{
	color:#d9d7d7;
}


/*класс jointoday_button*/
/*
.jointoday_button > a { 
	background-color: #ffffff;
	color: #4DBCBC !important; 
    line-height: 9px;
    font-weight: 600;
    padding: 13px 16px !important;
	margin-bottom:13px;
    text-transform: uppercase;   
    border-radius: 30px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    display: block;
    transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    border: 2px solid #4DBCBC;
}
 */

.jointoday_button > a {
  background-color: #ffffff;
  color: #B14233 !important;
  line-height: 9px;
  font-weight: 600;
  padding: 10px 12px !important;
  margin: 22px auto;
 /* text-transform: uppercase;*/
  border-radius: 30px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  display: block;
  transition: all .5s ease;
  -webkit-transition: all .5s ease;
  -moz-transition: all .5s ease;
  border: 2px solid #B14233;
}



/* перенесен в тему
#my-header-menu #mymenu .et-menu-nav ul .jointoday_button > a:hover, 
#my-header-menu #mymenu .et-menu-nav ul .current-menu-item.jointoday_button > a,
#my-header-menu #mymenu .et-menu-nav ul .current-menu-parent.jointoday_button  > a
{
    opacity: 1 !important;
    color: #ffffff !important;
    background-color: #4DBCBC;
}
*/

.jointoday_button > a:after {
	display: none;
} 



@media (min-width: 981px) {
	#et_top_search {
    	float: right;
    	margin: 13px 0 0 22px;
    	position: relative;
    	display: block;
    	width: 18px;
	}
	/*положение для мозилы*/
	@-moz-document url-prefix() {
		#et_top_search {
    		margin: 3px 0 0 22px;    	
		}
	}
}


#top-menu-nav > ul > li > a:hover {
  opacity: 1;
  color: #4DBCBC;
}

.et_mobile_menu li.jointoday_button a {
    border: none;   
	/* color: #ffffff !important;*/
   /* background-color: #4DBCBC;*/
}

.et_mobile_menu li.jointoday_button {
    padding: 17px 0; 
}

/* 
 * ----- ARCHIVE PAGE ----- 
 */




/* 
 * ----- SINGLE PAGE ----- 
 */
.single .forfrvideo .et_pb_audio_module_content {
  padding: 20px;
}

/*AUDIO BACK*/

.back-music:hover {
	background-color: #F9F2EA;;
}

.category a {
	/*margin:0 10px 10px 0;*/
}

.category a:hover {
	color:   #cd5c5c;
}


.rwmb-form-submit .rwmb-button {
    margin: 10px;
    padding: 10px 20px;
    font-size: 16px;
}

button {
    font-family: inherit;
    background-color: #fff;
    border: 1px solid #acacac;
    border-radius: 2px;
    cursor: pointer;
	padding: 2px;
}

button:hover,
.rwmb-media-add a:hover
{    
  color: #fff;
  background-color: #B14233;/*#667;	*/
  border: 1px solid #acacac;
  cursor: pointer;
  border: 1px solid #fff;	
}


.rwmb-media-add a {
	 border: 1px solid #acacac;
	padding:8px;
	width: 100px;
	cursor: pointer;
}



/* NAVIGATION */

.wp-pagenavi {
	border: none; 
	text-align: center;
}
 
.single-project-gallery .et_pb_gallery_pagination ul li  {
	float: none;
	display: inline-block;
	padding: 5px 3px;
}

.wp-pagenavi a,
.wp-pagenavi span.current {
	padding: 5px 12px;
	font-size: 14px;
	line-height: 1.3; 
	border-radius: 3px !important;
	font-weight: 600 !important;
	background: transparent  !important;
	transition: 0.3s all;
}

.wp-pagenavi a {
	border: 1px solid  rgba(0,0,0,0.1) !important;
	color: #000 !important;
}

.wp-pagenavi span.current {
	border-width: 1px  !important;
	/*border-style: solid  !important;*/ 
	color: #fff !important; 
	background: #C29765 !important;
}

.wp-pagenavi a:hover {
	color: #fff !important; 
	background: #C29765 !important;
}



/*FONT*/

/*
   Animation example, for spinners
*/
.animate-spin {
  -moz-animation: spin 2s infinite linear;
  -o-animation: spin 2s infinite linear;
  -webkit-animation: spin 2s infinite linear;
  animation: spin 2s infinite linear;
  display: inline-block;
}
@-moz-keyframes spin {
  0% {
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -moz-transform: rotate(359deg);
    -o-transform: rotate(359deg);
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@-webkit-keyframes spin {
  0% {
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -moz-transform: rotate(359deg);
    -o-transform: rotate(359deg);
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@-o-keyframes spin {
  0% {
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -moz-transform: rotate(359deg);
    -o-transform: rotate(359deg);
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}

@keyframes spin {
  0% {
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -moz-transform: rotate(359deg);
    -o-transform: rotate(359deg);
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}

/*30-01*/
.audio-controls {
  display: flex;  
  align-items: center;
  gap: 10px;
}

button {
  padding: 2px;
  font-size:16px;	
}


.hide {
	display:none !important;
}




/*FONT*/
.animate-spin {
  -moz-animation: spin 2s infinite linear;
  -o-animation: spin 2s infinite linear;
  -webkit-animation: spin 2s infinite linear;
  animation: spin 2s infinite linear;
  display: inline-block;
}



@font-face {
  font-family: 'shkola';
  src: url('font/shkola.eot?80948829');
  src: url('font/shkola.eot?80948829#iefix') format('embedded-opentype'),
       url('font/shkola.woff2?80948829') format('woff2'),
       url('font/shkola.woff?80948829') format('woff'),
       url('font/shkola.ttf?80948829') format('truetype'),
       url('font/shkola.svg?80948829#shkola') format('svg');
  font-weight: normal;
  font-style: normal;
}
/* Chrome hack: SVG is rendered more smooth in Windozze. 100% magic, uncomment if you need it. */
/* Note, that will break hinting! In other OS-es font will be not as sharp as it could be */
/*
@media screen and (-webkit-min-device-pixel-ratio:0) {
  @font-face {
    font-family: 'shkola';
    src: url('../font/shkola.svg?80948829#shkola') format('svg');
  }
}
*/
[class^="icon-"]:before, [class*=" icon-"]:before {
  font-family: "shkola";
  font-style: normal;
  font-weight: normal;
  speak: never;

  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: .2em;
  text-align: center;
  /* opacity: .8; */

  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;

  /* fix buttons height, for twitter bootstrap */
  line-height: 1em;

  /* Animation center compensation - margins should be symmetric */
  /* remove if not needed */
  margin-left: .2em;

  /* you can be more comfortable with increased icons size */
  /* font-size: 120%; */

  /* Font smoothing. That was taken from TWBS */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;

  /* Uncomment for 3D effect */
  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
}

.icon-thumbs-up:before { content: '\e800'; } /* '' */
.icon-doc:before { content: '\e801'; } /* '' */
.icon-cog-alt:before { content: '\e802'; } /* '' */
.icon-wrench:before { content: '\e803'; } /* '' */
.icon-bookmark:before { content: '\e804'; } /* '' */
.icon-info-circled:before { content: '\e805'; } /* '' */
.icon-star:before { content: '\e806'; } /* '' */
.icon-users:before { content: '\e807'; } /* '' */
.icon-right-hand:before { content: '\e808'; } /* '' */
.icon-up-hand:before { content: '\e809'; } /* '' */
.icon-down-hand:before { content: '\e80a'; } /* '' */
.icon-left-hand:before { content: '\e80b'; } /* '' */
.icon-chart-bar:before { content: '\e80c'; } /* '' */
.icon-login:before { content: '\e80d'; } /* '' */
.icon-logout:before { content: '\e80e'; } /* '' */
.icon-zoom-in:before { content: '\e80f'; } /* '' */
.icon-attention:before { content: '\e810'; } /* '' */
.icon-attention-circled:before { content: '\e811'; } /* '' */
.icon-play:before { content: '\e812'; } /* '' */
.icon-umbrella:before { content: '\e813'; } /* '' */
.icon-gauge:before { content: '\e814'; } /* '' */
.icon-heart:before { content: '\e815'; } /* '' */
.icon-attention-1:before { content: '\e816'; } /* '' */
.icon-attention-filled:before { content: '\e817'; } /* '' */
.icon-print:before { content: '\e818'; } /* '' */
.icon-inbox:before { content: '\e819'; } /* '' */
.icon-video:before { content: '\e81a'; } /* '' */
.icon-mail:before { content: '\e81b'; } /* '' */
.icon-book:before { content: '\e81c'; } /* '' */
.icon-mobile:before { content: '\e81d'; } /* '' */
.icon-users-1:before { content: '\e81e'; } /* '' */
.icon-users-outline:before { content: '\e81f'; } /* '' */
.icon-user:before { content: '\e820'; } /* '' */
.icon-resize-horizontal:before { content: '\e821'; } /* '' */
.icon-left-open:before { content: '\e822'; } /* '' */
.icon-right-open:before { content: '\e823'; } /* '' */
.icon-edit:before { content: '\e824'; } /* '' */
.icon-edit-1:before { content: '\e825'; } /* '' */
.icon-cancel-circled-outline:before { content: '\e826'; } /* '' */
.icon-cancel-circle:before { content: '\e827'; } /* '' */
.icon-cancel:before { content: '\e828'; } /* '' */
.icon-cancel-squared:before { content: '\e829'; } /* '' */
.icon-cancel-1:before { content: '\e82a'; } /* '' */
.icon-eye:before { content: '\e82b'; } /* '' */
.icon-eye-outline:before { content: '\e82c'; } /* '' */
.icon-user-add:before { content: '\e82d'; } /* '' */
.icon-user-add-outline:before { content: '\e82e'; } /* '' */
.icon-user-delete-outline:before { content: '\e82f'; } /* '' */
.icon-user-delete:before { content: '\e830'; } /* '' */
.icon-doc-new:before { content: '\e831'; } /* '' */
.icon-spin1:before { content: '\e832'; } /* '' */
.icon-spin3:before { content: '\e833'; } /* '' */
.icon-ok:before { content: '\e834'; } /* '' */
.icon-gift:before { content: '\e835'; } /* '' */
.icon-award:before { content: '\e836'; } /* '' */
.icon-folder-open:before { content: '\e837'; } /* '' */
.icon-attach:before { content: '\e838'; } /* '' */
.icon-lock:before { content: '\e839'; } /* '' */
.icon-lock-open:before { content: '\e83a'; } /* '' */
.icon-picture:before { content: '\e83b'; } /* '' */
.icon-camera:before { content: '\e83c'; } /* '' */
.icon-music:before { content: '\e83d'; } /* '' */
.icon-plus:before { content: '\e83e'; } /* '' */
.icon-minus:before { content: '\e83f'; } /* '' */
.icon-star-half:before { content: '\e840'; } /* '' */
.icon-star-empty:before { content: '\e841'; } /* '' */
.icon-tag:before { content: '\e842'; } /* '' */
.icon-tags:before { content: '\e843'; } /* '' */
.icon-flag:before { content: '\e844'; } /* '' */
.icon-videocam:before { content: '\e845'; } /* '' */
.icon-help:before { content: '\e846'; } /* '' */
.icon-help-circled:before { content: '\e847'; } /* '' */
.icon-heart-empty:before { content: '\e848'; } /* '' */
.icon-heart-1:before { content: '\e849'; } /* '' */
.icon-check:before { content: '\e84a'; } /* '' */
.icon-check-1:before { content: '\e84b'; } /* '' */
.icon-check-empty-1:before { content: '\e84c'; } /* '' */
.icon-loop:before { content: '\e84d'; } /* '' */
.icon-cw:before { content: '\e84e'; } /* '' */
.icon-cw-1:before { content: '\e84f'; } /* '' */
.icon-infinity:before { content: '\e850'; } /* '' */
.icon-infinity-outline:before { content: '\e851'; } /* '' */
.icon-infinity-1:before { content: '\e852'; } /* '' */
.icon-export:before { content: '\e853'; } /* '' */
.icon-stop:before { content: '\e854'; } /* '' */
.icon-pause:before { content: '\e855'; } /* '' */
.icon-left:before { content: '\e856'; } /* '' */
.icon-right:before { content: '\e857'; } /* '' */
.icon-left-1:before { content: '\e858'; } /* '' */
.icon-right-1:before { content: '\e859'; } /* '' */
.icon-down:before { content: '\e85a'; } /* '' */
.icon-up:before { content: '\e85b'; } /* '' */
.icon-forward:before { content: '\e85c'; } /* '' */
.icon-download:before { content: '\e85d'; } /* '' */
.icon-upload:before { content: '\e85e'; } /* '' */
.icon-ok-1:before { content: '\e85f'; } /* '' */
.icon-plus-1:before { content: '\e860'; } /* '' */
.icon-minus-1:before { content: '\e861'; } /* '' */
.icon-left-open-1:before { content: '\e862'; } /* '' */
.icon-right-open-1:before { content: '\e863'; } /* '' */
.icon-spin5:before { content: '\e864'; } /* '' */
.icon-search:before { content: '\e865'; } /* '' */
.icon-search-1:before { content: '\e866'; } /* '' */
.icon-snowflake-light:before { content: '\e867'; } /* '' */
.icon-telegram-plane:before { content: '\e868'; } /* '' */
.icon-search-solid:before { content: '\e869'; } /* '' */
.icon-temperature-frigid-solid:before { content: '\e86a'; } /* '' */
.icon-file-export-solid:before { content: '\e86b'; } /* '' */
.icon-file-import-solid:before { content: '\e86c'; } /* '' */
.icon-filter-solid:before { content: '\e86d'; } /* '' */
.icon-lightbulb-on-solid:before { content: '\e86e'; } /* '' */
.icon-ccw:before { content: '\e86f'; } /* '' */
.icon-arrows-cw:before { content: '\e870'; } /* '' */
.icon-retweet:before { content: '\e871'; } /* '' */
.icon-link:before { content: '\e872'; } /* '' */
.icon-inbox-in-light-fa:before { content: '\e873'; } /* '' */
.icon-inbox-out-light-fa:before { content: '\e874'; } /* '' */
.icon-sign-in-solid-fa:before { content: '\e875'; } /* '' */
.icon-sign-out-solid-fa:before { content: '\e876'; } /* '' */
.icon-aw-books-regular:before { content: '\e877'; } /* '' */
.icon-aw-books-medical-regular:before { content: '\e878'; } /* '' */
.icon-aw-book-medical-regular:before { content: '\e879'; } /* '' */
.icon-map-marker-alt-slash-regular:before { content: '\e87a'; } /* '' */
.icon-map-marker-plus-regular:before { content: '\e87b'; } /* '' */
.icon-thumbtack-regular:before { content: '\e87c'; } /* '' */
.icon-fast-backward-regular:before { content: '\e87d'; } /* '' */
.icon-graduation-cap-regular:before { content: '\e87e'; } /* '' */
.icon-aw-book-alt-regular:before { content: '\e87f'; } /* '' */
.icon-aw-book-regular:before { content: '\e880'; } /* '' */
.icon-file-signature-light:before { content: '\e881'; } /* '' */
.icon-aww-file-search-light:before { content: '\e882'; } /* '' */
.icon-add-files-medical-light:before { content: '\e883'; } /* '' */
.icon-aw-alarm-clock-regular:before { content: '\e884'; } /* '' */
.icon-aww-calendar-alt-light:before { content: '\e885'; } /* '' */
.icon-aw-history-regular:before { content: '\e886'; } /* '' */
.icon-doctor-user-nurse-light:before { content: '\e887'; } /* '' */
.icon-doctor-user-md-light:before { content: '\e888'; } /* '' */
.icon-clinic-medical-regular:before { content: '\e889'; } /* '' */
.icon-clinic-medical-solid:before { content: '\e88a'; } /* '' */
.icon-notes-medical-light:before { content: '\e88b'; } /* '' */
.icon-user-nurse-duotone:before { content: '\e88c'; } /* '' */
.icon-user-md-chat-regular:before { content: '\e88d'; } /* '' */
.icon-trash-alt-regular:before { content: '\e88e'; } /* '' */
.icon-database-regular:before { content: '\e88f'; } /* '' */
.icon-cloud-upload-regular:before { content: '\e890'; } /* '' */
.icon-cloud-download-regular:before { content: '\e891'; } /* '' */
.icon-cloud-regular:before { content: '\e892'; } /* '' */
.icon-handshake-solid:before { content: '\e893'; } /* '' */
.icon-handshake-light:before { content: '\e894'; } /* '' */
.icon-fw-comment-alt-lines-light:before { content: '\e895'; } /* '' */
.icon-fw-ellipsis-h-light:before { content: '\e896'; } /* '' */
.icon-fw-ellipsis-h-regular:before { content: '\e897'; } /* '' */
.icon-fw-comment-alt-lines-regular:before { content: '\e898'; } /* '' */
.icon-fw-tools-regular:before { content: '\e899'; } /* '' */
.icon-fw-user-lock-regular:before { content: '\e89a'; } /* '' */
.icon-fw-user-lock-light:before { content: '\e89b'; } /* '' */
.icon-at-regular:before { content: '\e89c'; } /* '' */
.icon-at-light:before { content: '\e89d'; } /* '' */
.icon-microscope-light:before { content: '\e89e'; } /* '' */
.icon-list-regular:before { content: '\e89f'; } /* '' */
.icon-tablets-solid:before { content: '\e8a0'; } /* '' */
.icon-tablets-regular:before { content: '\e8a1'; } /* '' */
.icon-tablets-light:before { content: '\e8a2'; } /* '' */
.icon-vials-regular:before { content: '\e8a3'; } /* '' */
.icon-vials-light:before { content: '\e8a4'; } /* '' */
.icon-vial-regular:before { content: '\e8a5'; } /* '' */
.icon-vial-light:before { content: '\e8a6'; } /* '' */
.icon-list-light:before { content: '\e8a7'; } /* '' */
.icon-link-ext:before { content: '\f08e'; } /* '' */
.icon-check-empty:before { content: '\f096'; } /* '' */
.icon-bookmark-empty:before { content: '\f097'; } /* '' */
.icon-beaker:before { content: '\f0c3'; } /* '' */
.icon-docs:before { content: '\f0c5'; } /* '' */
.icon-table:before { content: '\f0ce'; } /* '' */
.icon-comment-empty:before { content: '\f0e5'; } /* '' */
.icon-chat-empty:before { content: '\f0e6'; } /* '' */
.icon-paste:before { content: '\f0ea'; } /* '' */
.icon-stethoscope:before { content: '\f0f1'; } /* '' */
.icon-doc-text:before { content: '\f0f6'; } /* '' */
.icon-medkit:before { content: '\f0fa'; } /* '' */
.icon-spinner:before { content: '\f110'; } /* '' */
.icon-reply:before { content: '\f112'; } /* '' */
.icon-reply-all:before { content: '\f122'; } /* '' */
.icon-star-half-alt:before { content: '\f123'; } /* '' */
.icon-help-1:before { content: '\f128'; } /* '' */
.icon-info:before { content: '\f129'; } /* '' */
.icon-attention-alt:before { content: '\f12a'; } /* '' */
.icon-mic:before { content: '\f130'; } /* '' */
.icon-mute:before { content: '\f131'; } /* '' */
.icon-ok-squared:before { content: '\f14a'; } /* '' */
.icon-link-ext-alt:before { content: '\f14c'; } /* '' */
.icon-chart-pie:before { content: '\f200'; } /* '' */
.icon-chart-line:before { content: '\f201'; } /* '' */
.icon-heartbeat:before { content: '\f21e'; } /* '' */
.icon-user-plus:before { content: '\f234'; } /* '' */
.icon-user-times:before { content: '\f235'; } /* '' */
.icon-question-circle-o:before { content: '\f29c'; } /* '' */
.icon-handshake-o:before { content: '\f2b5'; } /* '' */
.icon-address-card:before { content: '\f2bb'; } /* '' */
.icon-address-card-o:before { content: '\f2bc'; } /* '' */
.icon-user-o:before { content: '\f2c0'; } /* '' */
.icon-telegram:before { content: '\f2c6'; } /* '' */
.icon-snowflake-o:before { content: '\f2dc'; } /* '' */
.icon-fire:before { content: '\f525'; } /* '' */
