
html {
	line-height: 1.5; 
	-webkit-text-size-adjust: 100%;
	font-size: 16px;
	color: #1c252e;
}
* {
	font-family: 'Open Sans', sans-serif;
	box-sizing: border-box;
}
/* Sections
	 ========================================================================== */

/**
 * Remove the margin in all browsers.
 */
:root {
	--cB: #2ca9e1;
	--cD: #1c252e;
	--tp: 0px;
}
body {
	margin: 0;
	padding: 0;
}

h1 {font-size:3rem;}
h2 {font-size:2rem;}
h3 {font-size:1.5rem;}
h4 {font-size:1.2rem;}
h5 {font-size:1rem;}
h6 {font-size:.8rem;}

h1,h2,h3,h4,h5,h6, p {
	margin-bottom: 1rem;
	color: #1c252e;
	margin-top: 0px;
}
/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
*.btn,button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	outline:none;
	height: 2.5rem;
	padding: 0 2rem;
	border-radius: 5px;
	color: #fff;
	border: none;
	background: var(--cB);
	font-weight: bold;
	border: 2px solid  var(--cB);
	transition: all .3s ease;
	display: inline-block;
	text-decoration: none;
}
*.btn {
	line-height: 38px;
	height: 42px;
}
*.btn:hover,button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	outline:none;
	cursor: pointer;
	background-color: #fff;
	color:  var(--cB);
}



input[type="text"],
input[type="email"],
input[type="phone"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
	color: #000;
	outline:none;
	border: 2px solid #eee;
	border-radius: 5px;
	padding: 0 1rem;
	height: 3rem;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
	color: #111;
	outline:none;
}

select {
	border: 1px solid #ccc;
}

textarea {
	width: 100%;
}

a {
	color: var(--cB);
}

img {
	max-width: 100%;
}

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
	/* Theme Footer (when set to scrolling) */
	display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
	display: block;
}

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
	max-width: 100%;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
	display: inline-block;
}

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

.wp-caption-text {
	text-align: center;
}

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
	margin-bottom: 1.5em;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	vertical-align: top;
	width: 100%;
}

.gallery-columns-2 .gallery-item {
	max-width: 50%;
}

.gallery-columns-3 .gallery-item {
	max-width: 33.33%;
}

.gallery-columns-4 .gallery-item {
	max-width: 25%;
}

.gallery-columns-5 .gallery-item {
	max-width: 20%;
}

.gallery-columns-6 .gallery-item {
	max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
	max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
	max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
	max-width: 11.11%;
}

.gallery-caption {
	display: block;
}

.container {
	width: 100%;
}

.pt-1 {
	padding-top: 1rem;
}
.pt-2 {
	padding-top: 2rem;
}
.pt-3 {
	padding-top: 3rem;
}
.pt-4 {
	padding-top: 4rem;
}
.pt-5 {
	padding-top: 5rem;
}
.pb-1 {
	padding-bottom: 1rem;
}
.pb-2 {
	padding-bottom: 2rem;
}
.pb-3 {
	padding-bottom: 3rem;
}
.pb-4 {
	padding-bottom: 4rem;
}
.pb-5 {
	padding-bottom: 5rem;
}
.pr-1 {
	padding-right: 1rem;
}
.pr-2 {
	padding-right: 2rem;
}
.pr-3 {
	padding-right: 3rem;
}
.pr-4 {
	padding-right: 4rem;
}
.pr-5 {
	padding-right: 5rem;
}
.pl-1 {
	padding-left: 1rem;
}
.pl-2 {
	padding-left: 2rem;
}
.pl-3 {
	padding-left: 3rem;
}
.pl-4 {
	padding-left: 4rem;
}
.pl-5 {
	padding-left: 5rem;
}

.px-1 {
	padding-left: 1rem;
	padding-right: 1rem;
}
.px-2 {
	padding-left: 2rem;
	padding-right: 2rem;
}
.px-3 {
	padding-left: 3rem;
	padding-right: 3rem;
}
.px-4 {
	padding-left: 4rem;
	padding-right: 4rem;
}
.px-5 {
	padding-left: 5rem;
	padding-right: 5rem;
}
.py-1 {
	padding-top:1rem;
	padding-bottom:1rem;
}
.py-2 {
	padding-top: 2rem;
	padding-bottom: 2rem;
}
.py-3 {
	padding-top: 3rem;
	padding-bottom: 3rem;
}
.py-4 {
	padding-top: 4rem;
	padding-bottom: 4rem;
}
.py-5 {
	padding-top: 5rem;
	padding-bottom: 5rem;
}

.mt-1 {
	margin-top: 1rem;
}
.mt-2 {
	margin-top: 2rem;
}
.mt-3 {
	margin-top: 3rem;
}
.mt-4 {
	margin-top: 4rem;
}
.mt-5 {
	margin-top: 5rem;
}

.mb-1 {
	margin-bottom: 1rem;
}
.mb-2 {
	margin-bottom: 2rem;
}
.mb-3 {
	margin-bottom: 3rem;
}
.mb-4 {
	margin-bottom: 4rem;
}
.mb-5 {
	margin-bottom: 5rem;
}

.text-center {
	text-align: center;
}
.text-right {
	text-align: right;

}




.grid-video {
	display: grid;
	grid-template-columns: 1fr;
	width: 100%;
}
.grid-video .video {
	padding-bottom: 56.25%;
	position: relative;
}
.grid-video .video > * {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	border-radius: 1rem;
}

.admin-bar {
	--tp: 32px;
}

.top-header {
	position: fixed;
	height: 5rem;
	width: 100%;
	top: var(--tp);
	left: 0;
	padding: .5rem 1rem;
	border-bottom: 1px solid #eee;
}
.custom-logo {
	 height: 4rem;
    width: auto;
}

.form-container {
	padding-top: 10rem;
	width: 30rem;
	max-width: 100%;
	margin-right: auto;
	margin-left: auto;
	padding-left: 1rem;
	padding-right: 1rem;
}

.form-control {
	margin-bottom: 1rem;
	width: 100%;

}
.form-control input[type=text],
.form-control input[type=email],
.form-control input[type=phone],
.form-control input[type=password],
.form-control select {
	display: block;
	width: 100%;
}
.justify-end {
	display: flex;
	justify-content: flex-end;
}


.dashboard-container {
    display: flex;
    flex-direction: row;
    overflow: hidden;
    height: calc(100vh - var(--tp));
}

.sidebar-wrapper  {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    background-color: #FFF;
    min-width: 64px;
    box-shadow: inset -1px 0 0 #edeff1;
   height: calc(100vh - var(--tp));
       align-items: center;
}
.cent-mob {
	display: none;
}
.dashboard-container .dashboard-inner {
    display: flex;
    flex-direction: column;
    flex: 1 1 auto;
    overflow: auto;
}
.sidebar-wrapper .logo  {
    margin: 8px;
}
a.logo , span.logo  {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 48px;
    height: 48px;
    border-radius: 12px;
    background: #FFF;
    overflow: hidden;
}
a.logo img, span.logo img {
	width: 100%;
	height: auto;
}
.sidebar-wrapper .sidebar-menu  {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    padding: 12px;
    width: 64px;
    min-height: 64px;
}
.sidebar-menu {
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.sidebar-menu .actions .action-btn {
	display: inline-block;
	margin-right: 8px;
	position: relative;
}
.sidebar-menu .actions .action-btn span {
	width: 16px;
	height: 16px;
	line-height: 16px;
	font-size: 11px;
	text-align: center;
	color: #fff;
	background: red;
	position: absolute;
	top: -8px;
	right: -8px;
	border-radius: 50%;
}
.sidebar-menu .actions {
	order: 2;
	    line-height: 1;
}
.sidebar-menu .actions .action-btn {
	line-height: 1;
}
.sidebar-menu .actions .action-btn svg {
	height: 24px;
}
.sidebar-menu .actions .action-btn svg path {
	fill: #919AA8;
}
.sidebar-menu button {
	width: 40px;
	height: 40px;
	margin-top: 12px;
	padding: 0;
	text-align: center;
	background: none;
	border: none;
}


.sidebar-menu button.profile {
	background: var(--cB);
	width: 40px;
	height: 40px;
	border-radius: 50%;
	color: #fff;
}


.dropdown {
	position: relative;
}

.dropdown .layer {
position: absolute;
    bottom: 0;
    left: 48px;
    background: #fff;
    box-shadow: 2px 0 10px -3px rgb(0 0 0 / 20%);
    border-radius: 10px;
    transform: translate3d(-30px, 0, 0);
    visibility: hidden;
    opacity: 0;
    transition: all .3s ease;
}

.dropdown.active .layer {
    transform: translate3d(0px, 0, 0);
    visibility: visible;
    opacity: 1;
    z-index: 2;
}

.area {
    padding: 12px 18px;
}
.area.logout {
	border-top: 1px solid #eee;
}
 .layer .logout_link {
 	text-decoration: none;
 	color: #000;
 	font-weight: bold;
}
 .layer  p {
 	margin: 0;
 	font-size: .8rem;
 	font-weight: 300;
 }
 .layer .logout_link:hover {
 	color: var(--cB);;
 }

 .dashboard-inner {
 	padding: 2rem 1rem;
 }
 .dashboard-inner.course {
 	background-color: #DCDFE3;
 }
 .top-img {
    max-height: 400px;
    width: 100%;
    object-fit: cover;
}
.desc-container {
	width: 1200px;
	max-width: 100%;
	margin-right: auto;
	margin-left: auto;

}
 .area-desc {
 	background: #fff;
 	border-radius: 2rem;
 	padding: 0rem 5rem 5rem;
 	margin-bottom: 2rem;
 	box-shadow: 0 0 16px -12px #666;
 }

  .area-desc h1 {
  	color: #1c252e;
  	font-size: 3rem;
  	    line-height: 1.2;
  }

  .module-info {
  	display: flex;
  	align-items: center;
  }

    .module-info .item {
    	margin-right: 1rem;
    	display: flex;
    	align-items: center;
    }

    .module-info .item svg {
    	width: 32px;
    	height: auto;
    	margin-right: .5rem;
    }

    .module-info .item span {
    	font-weight: bold;
    	font-size: .8rem;
    }

    .btn-svg {
    	border-radius: 1.5rem;
    	height: 3rem;
    	display: inline-flex;
    align-items: center;
    }
    .btn svg {
    	width: 24px;
    	margin-left: .5rem;
    }
     .btn svg path.colored {
     fill:#fff;
     transition: all .3s ease;
 }
    .btn:hover svg path.colored {
    	fill: var(--cB);
    }

    .grid-1-1 {
    	display: grid;
    	grid-template-columns: 1fr 1fr;
    	grid-gap: 3rem;
    	width: 100%;
    }

    .contrast {
    fill: #fff;
}
 .primary {
    fill: var(--cB);
}

.faded {
    fill: #b9e9ff
}

.footer-logo {
	text-align: center;
}

#reset-pass {
	display: none;
	max-width: 400px;
}
.form-res {
	font-size: .8rem;
	line-height: 1.2;
}

.wpProQuiz_button, .wpProQuiz_button:hover,.pdf-btn {
    margin: 0!important;
    padding: 5px 10px!important;
    background: #2ca9e1!important;
    border-radius: 5px!important;
    color: #fff!important;
    font-weight: 700!important;
    border: 1px solid #2ca9e1!important;
    box-shadow: none!important;
    text-shadow: none!important;
    filter: none!important;
    float: none;
      background: #2ca9e1;
    display: inline-block;
    padding: 10px 15px;
    border-radius: 10px;
    font-size: 14px;
    min-width: 100px;
    text-align: center;
    text-decoration: none;
}
.action-container .title {
	font-size: 20px;
}
.wpProQuiz_time_limit .wpProQuiz_progress {
	background-color: var(--cB)!important;
}

@media (max-width: 991px) {
	.cent-mob {
	display: inline-block;
}
	html {
		font-size: 14px;
	}
	.dashboard-container {
    flex-direction: column;
}
.sidebar-wrapper {
    width: 100%;
    height: 64px;
        flex-direction: row;
}
.sidebar-menu button {
	margin-top: 0px;
	margin-left: 12px;
}
.sidebar-wrapper .sidebar-menu {
    padding: 12px;
    width: auto;
    height: 64px;
}




.area-desc {
    background: #fff;
    border-radius: 2rem;
    padding: 0rem 1rem 3rem;
    margin-bottom: 2rem;
    overflow: hidden;
    }
    .dropdown .layer {
    bottom: auto;
    left: auto;
    top: 48px;
    right: 0;
    transform: translate3d(30px, 0, 0);
    visibility: hidden;
    opacity: 0;
}
.grid-1-1 {
	display: flex;
	flex-direction: column-reverse;
	gap: 0;
}
.grid-1-1 .col-video {
	padding-bottom: 2rem;
}

}


@media (max-width: 600px) {
	.btn-svg {
    width: 100%;
    justify-content: center;
}
.area-desc h1 {
	font-size: 2rem;
}
}










.admin-bar .container-module {
	height: calc(100vh - 32px);
}
.container-module {
	height: 100vh;
		display: flex;
	justify-content: space-between;
    color: #1c252e;
}
.module-page {
	flex: 1 1 auto;
	padding-top: 5rem;
	position: relative;
}

.module-page.finish {
	background: #eee;
	padding-top: 0rem;
	    max-width: 100%;
}

.module-page .module-area {
	height: calc(100vh - 5rem);
	padding-top: 2rem;
	padding-right: 2rem;
	padding-left: 2rem;
	padding-bottom: 2rem;
	    overflow: auto;
}
.admin-bar .module-page .module-area {
	height: calc(100vh - 5rem - 32px);
	overflow: auto;
	padding: 3rem 2rem 0;
}
.module-page .module-cont {
	max-width: 1200px;
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	padding: 0rem;
	border-radius: 30px;
	box-shadow: 0 0 20px -12px rgba(0,0,0,0.3);
	background-color: #fff;
}
.module-cont h1 {
	font-size: 2rem;
}
.module-page .module-cont .wrap {
	padding: 3rem;	
	width: 100%;
}


.module-page .module-cont .wrap.gray {
	padding: 1rem 3rem;	
	width: 100%;
	background-color: #f1f1f1;
	margin-top: -2rem;
	margin-bottom: -2rem;
}

.module-page .module-cont .wrap img {
	    width: auto;
    height: auto;
    margin-left: auto;
    margin-right: auto;
    display: block;
}

.module-sidebar {
	min-width: 420px;
	    width: 420px;
	    display: flex;
    flex-direction: column;
    justify-content: space-between;
    position: relative;
    transition: all .3s ease;
        overflow: hidden;
}


.module-sidebar .sidebar-area {
	    height: calc(100vh );
    background: #F6F7F8;
    padding-bottom: 180px;
    overflow-y: auto;
}
.admin-bar .module-sidebar .sidebar-area {
	height: calc(100vh - 32px);
	padding-bottom: 180px;
	overflow-y: auto;
}

.module-sidebar .top-area {
	text-align: center;
	padding: 1rem;
	background: #fff;
}
.module-sidebar .top-area .logo {
	margin-right: auto;
	margin-left: auto;
}
.module-sidebar .top-area *.title {
	font-size: 1.5rem;
	line-height: 1.2;
	margin-bottom: 0px;
}

.module-list.mb-1 {
	margin-bottom: 10px;
}
.module-sidebar  .module-area {
	flex: 1 1 auto;
	padding: 1rem;
/*	    overflow-y: auto;
    max-height: calc(100vh - 250px);*/
}
.module-list {
	background: #fff;
	border-radius: 10px;
    padding: 10px;

    box-shadow: 0 3px 15px -8px rgba(0,0,0,.4);
}
.flex-list {
	display: flex;
	width: 100%;
	align-items: center;
	justify-content: space-between;
	height: 2.5rem;
	padding: 5px 8px;
	margin-bottom: 5px;
	border-radius: 10px;
}

.list-head {
	font-weight: bold;
	padding: 0rem;
	margin-bottom:0rem;
	border-bottom: 2px solid var(--cB);
	border-radius: 0px;
}
.list-head .title {
	/*font-size: 14px;*/
}
.list-head p {
	margin-bottom: 0;
}
.module-list .list {
    list-style: none;
    margin: 0;
    padding: 10px 0 0;
}
.flex-list .title {
	flex: 1 1 auto;
	line-height: 1;

}
li.list .flex-list {
	font-size: .8rem;
}
.flex-list .action {
	margin-left: .5rem;
	line-height: 1;
}
.flex-list a {
	color: #000;
	text-decoration: none;
}
.flex-list .action.text {
	font-weight: 500;
	font-size: 12px;
	letter-spacing: 1px;
	color: #666;
}
.flex-list .action svg {
	width: 24px;
}
.flex-list .action svg path {
	fill: #eee;
}
.flex-list.current .action svg path {
	fill: #fff;
}
.flex-list.current {
	background-color: var(--cB);
	color: #fff;
}
.flex-list.current a{
	color: #fff;
}
.flex-list.active .action svg path {
	fill: var(--cB);
}


.module-sidebar .bottom-area {
	padding: 0 1rem;
	background: #fff;
	height: 60px;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
}

.module-sidebar .bottom-area-finish {
	padding: 1rem;
	background: #fff;
	height: 160px;
	position: absolute;
	bottom: 60px;
	left: 0;
	width: 100%;
}

*.finish-btn {
	display: flex;
	border-radius: 10px;
	align-items: center;
	justify-content: center;
	height: 45px;
	font-weight: bold;
	text-decoration: none;
	transition: all .3s ease;
	background: #fff;
}
*.finish-btn:hover {
	background: #eee;
	cursor: pointer;
}
.finish-btn svg {
	height: 24px;
	fill: var(--cB);
	margin-right: 10px;
}
.module-sidebar .dropdown {
    width: 40px;
    /*margin-left: auto;*/
}

.module-page .module-head {
	height: 5rem;
	width: 100%;
	position: absolute;
	top: 0;
	border-bottom: 1px solid #eee;
	display: grid;
	grid-template-columns: 1fr auto 1fr;
	align-items: center;
	justify-content: space-between;
	padding-left: 2rem;
	padding-right: 2rem;
	z-index: 2;
	background-color: #fff;
}


.action-content {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: calc(100vh);
	background-color: rgba(15,23,31,0.98);
	z-index: 2;
	min-height: 100vh;
	overflow-y: auto;
	visibility: hidden;
	opacity: 0;
	z-index: 2;
	transition: all .3s ease;
	background-image: url('../images/bg.png');
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}

.action-content.align-center {
	    display: flex;
    align-items: center;
}

.admin-bar .action-content {
	height: calc(100vh - 32px);
	min-height: calc(100vh - 32px);
}
.action-content.act {
	visibility: visible;
	opacity: 1;
	z-index: 2;
}
.action-content * {
	color: #fff;
}
.action-container {
	padding: 75px 1rem;
	margin-right: auto;
	margin-left: auto;
	width: 800px;
	max-width: 100%;
	/*position: relative;*/
}

.action-container .close {
	width: 30px;
	height: 30px;
	position: absolute;
	top: 22.5px;
	right: 1rem;
	cursor: pointer;
}
.admin-bar .module-page .module-head  {
/*top: 32px;*/
}

.text-bottom {
	margin-top: 1rem;
}

.module-head .arrow {
	height: 2.5rem;
	width: 2.5rem;
	border-radius: 5px;
	background-color: var(--cB);
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
}
.module-head .arrow.next-module {
	width: auto;
	padding: 0 .5rem;
	color: #fff;
	text-decoration: none;
}
.module-head .arrow.next-module span {
	padding-right: .5rem;
	    font-size: 12px;
}
.module-head .arrow:hover {
	opacity: .8;
}
.module-head  .col-right {
    justify-self: end;
}
.module-head .arrow svg {
	width: 24px;
}
.module-head .col-cent {
	text-align: center;
}

 .module-head .col-cent .title {
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: bold;
}
 .module-head .col-cent .title svg {
 	margin-right: 10px;
 }
.module-head .sub-title {
	font-size: .8rem;
	color: #999;
}

.finish-btn[href='#'] * {
	opacity: .5;
}

*.finish-btn[href='#']:hover {
	background: none;
	    cursor: default;
}
 .admin-bar .module-page.finish  .module-area {
 	    height: calc(100vh - 2rem - 32px);
 	        padding: 2rem 2rem 0;
 }
  .module-page.finish  .module-area {
 	    height: calc(100vh - 2rem);
 }
   .module-page.finish  .module-area .module-cont{
 	    min-height: 100%;
 	    display: flex;
 	    align-items: center;
 	    justify-content: center;
 	    flex-direction: column;
 }
 .finish-cont {
 	width: 600px;
 	max-width: 100%;
 	margin-right: auto;
 	margin-left: auto;
 	text-align: center;
 }
 .finish-cont h1 {
 	line-height: 1.2;
 	font-size: 2rem;
 	margin: 1rem 0;
 }
.finish .hero-image {
	text-align: center;
}

.finish .hero-image img {
	width: 200px;
	max-width: 100%;
}
.steps-wrap {
	padding: 0 3rem;
	width: 100%;
	background-color: #eee;
}
.flex-steps {
	display: grid;
	grid-template-columns: 1fr 120px 1fr;
	width: 100%;
}

.flex-steps .col1 {
	flex: 1 1 auto;
	padding-bottom: 1rem;
}

.flex-steps .col2 {
	width: 120px;
	padding-top: 2rem;
	padding-bottom: 2rem;
	position: relative;
}

.flex-steps .col2:before {
	content: '';
	z-index: 1;
	position: absolute;
	height: 100%;
	width: 2px;
	left: calc(50% - 1px);
	background-color: #ccc;
	top: 0;
}

.flex-steps .col3 {
	flex: 1 1 auto;
	padding-bottom: 1rem;
}

.flex-steps .step {
	position: relative;
	z-index: 2;
    width: 120px;
    height: 120px;
    background: var(--cB);
    border-radius: 50%;
    color: #fff;
    font-weight: bold;
    text-transform: uppercase;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: auto;
    margin-right: auto;
}


.flex-steps .step.min {
    width: 60px;
    height: 60px;
}



.step-info {
	background-color: #fff;
	box-shadow: 0 2px 15px -10px rgba(0,0,0,.5);
	position: relative;
	width: 100%;
	border-radius:15px;
}
.step-info:before {
position: absolute;
    display: inline-block;
    border-right: 0 solid #fff;
    content: " ";
    top: 3rem;
    right: -1rem;
    border-top: 1rem solid transparent;
    border-left: 1rem  solid #fff;
    border-bottom: 1rem  solid transparent;
}

.step-info.right:before {
position: absolute;
    content: " ";
    top: 3rem;
    right: auto;
    left: -1rem;
    border-left: transparent;
    border-right: 1rem  solid #fff;
}

.step-info .check {
position: absolute;
    top: -.5rem;
    right: -.5rem;
    border-radius: 50px;
    background: #00cfad;
    box-shadow: 0 2px 4px 0 rgb(0 0 0 / 20%);
    transition: all .2s ease-in;
    width: 1.5rem;
    height: 1.5rem;
    display: flex;
    align-items: center;
    justify-content: center;
}
.step-info .check svg {
	width: 1rem;
}

.step-info .img-top {
	border-radius: 15px 15px 0 0;
	overflow: hidden;
}
.step-info .img-top,.step-info img  {
	line-height: 0;
	font-size: 0;
}

.step-info .text-bottom {
	padding: 1rem;
}

.step-info .text-bottom .title {
	font-size: 1.5rem;
	font-weight: bold;
	margin-bottom: .5rem;
}
.step-info .text-bottom .text {
	font-size: 1rem;
	margin-bottom: .5rem;
}

.step-info .text-bottom .text.color {
	font-weight: 1.5rem;
	text-transform: uppercase;
	color: var(--cB);
}

.lazy {
	opacity: 0;
	transition: all .5s cubic-bezier(0.72,-0.02, 0.19, 1.37);
	transform: scale(.5,.5);
}
.lazyLoaded {
	opacity: 1;
	transform: scale(1,1);
}


/*.closed-sidebar .module-sidebar {
    min-width: 0px;
    width: 0px;
}*/

.head-mob {
	display: none;
}
.right-mob {
	display: none;
}
.change-sidebar{
	display: none;
}

.module-sidebar a.logo, .module-sidebar span.logo {
    width: 128px;
    height: auto;
    min-height: auto;
    display: block;
    }
.logo img {
        display: block;
       }





.action-container {
    font-family: Open Sans;
}






.subs-av {
    text-align: center;
    padding: 6px 15px;
    margin-bottom: 15px;
    border-radius: 12px;
    color: #fff;
    font-size: 18px;
    line-height: 25px;
    display: inline-flex;
    align-items: start;
    justify-content: center;
    padding-right: 60px;
    background: #fff url(../images/subs-av.png) right center no-repeat;
    background-position: 97% center;
    margin-bottom: 45px;
    flex-direction: column;
}



.subs-av.dis {
	padding: 15px;
    color: #FF0000;
    padding-right: 10px;
    text-transform: uppercase;
font-weight: bold;
font-size: 18px;
line-height: 25px;
	 background: #fff;
	 display: inline-block;
}
.subs-av p.title {
	margin-bottom: 0;
	color: #008000;
	text-transform: uppercase;
	font-size: 18px;
	line-height: 25px;
	font-weight: bold;
}
.subs-av span {
font-weight: normal;
font-size: 13px;
line-height: 20px;
text-transform: lowercase;
color: #008000;
}
.subs-av.dis p {
	color: #FF0000;;
}

.btn-subs {
	background: #00B000;
box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
border-radius: 12px;
display: inline-block;
padding: 20px;
color: #fff;
font-size: 18px;
line-height: 14px;
font-weight: bold;
text-transform: uppercase;
text-align: center;
transition: all .3s ease;
text-decoration: none;
}
.btn-subs:hover {
	background: #fff;
	color: #00B000;
}
.subs-bottom-text + .text-center  .btn-subs {
	margin-top: 20px;
}

.subs-title {
font-weight: normal;
font-size: 18px;
line-height: 30px;
margin-bottom: 0;
}


.subs-bottom-text {
font-style: normal;
font-weight: 300;
font-size: 14px;
line-height: 20px;
text-align: center;
text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}

ul.subs-list {
	font-weight: bold;
font-size: 18px;
line-height: 30px;
list-style: none;
padding: 0;
margin: 0;
text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
margin-bottom: 60px;
}
ul.subs-list li {
	position: relative;
}
ul.subs-list li:before {
    content: '';
    height: 21px;
    width: 21px;
    position: absolute;
    top: 8px;
    left: -26px;
    background: url(../images/dis.png) center no-repeat;
    background-size: contain;
}

ul.subs-list.subs-active li:before {
	background: url(../images/act.png) center no-repeat;
	background-size: contain;
}
.subs-next-payment {
	text-align: center;
}

.action-container.mid {
	width: 700px;
}

.unsubs-lunk {
	align-items: center;
text-decoration-line: underline;
text-transform: uppercase;
font-weight: normal;
font-size: 13px;
line-height: 14px;
}

.unsubs-lunk:hover {
	text-decoration: none;
}





.grid-lesson {
    display: grid;
    grid-template-columns: 3fr 8fr 3fr;
    gap: 14px;
}

.lesson-img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    border-radius: 12px;
}


.grid-lesson .col-top {
	display: none;
}
.grid-lesson  .col-cent {
	background: #fff;
	padding: 10px;
	border-radius: 12px;
}

.grid-lesson .col-cent tr td:first-child {
font-style: normal;
font-weight: normal;
font-size: 14px;
line-height: 30px;
color: #2CA9E1;
padding:  0;
text-align: left;
padding-right: 15px;
}


.grid-lesson .col-cent tr td:last-child {
font-weight: normal;
font-size: 14px;
line-height: 30px;
text-align: center;
color: #000000;
text-align: left;
}

.topic-less {
font-weight: bold;
font-size: 20px;
line-height: 25px;
text-transform: uppercase;
color: #000000;
}

.grid-lesson .col-right {
    display: grid;
    grid-template-rows: 1fr 1fr;
    gap: 15px;
}
.grid-lesson .col-right a {
	    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
	text-align: center;
	background: #fff;
	border-radius: 12px;
}
.grid-lesson .col-right a span {
	margin-top: 6px;
	display: block;
	font-weight: bold;
font-size: 12px;
line-height: 15px;
text-align: right;
text-transform: uppercase;
color: #2CA9E1;
}








.expert-modules {
	border: 1px solid #fff;
	border-radius: 5px;
	    background: #2ca9e1;
}
.expert-modules + .expert-modules {
	margin-top: 1rem!important;
}
.modules-content:not(.act) {
	display: none;
}
.module-content:not(.act) {
	display: none;
}
.expert-modules .module-content {
	padding-top: 1rem;
}
.expert-modules .item-title {
    margin: 0px;
    cursor: pointer;
}

.modules-title {
   padding: .5rem 1rem;
    margin: 0px;
    cursor: pointer;
  	position: relative;
  	display: flex;
  	align-items: center;
  	justify-content: space-between;
}

.modules-title:after {
	content: '';
	/*position: absolute;*/
	height: 24px;
	width: 24px;
	background: url(../images/down-expert.svg) center no-repeat;
	background-size: cover;
	transition: all .3s ease;
	transform: rotate(0deg);
}
.modules-title.act:after {
	transform: rotate(180deg);
}
.module-item {
	padding: 1rem;
    border-top: 1px solid #fff;
}

.module-item h4 {
	margin-bottom: 0px;
}







.modules-expert {
	display: grid;
	grid-template-columns: 2fr 3fr;
	grid-gap: 25px;
	margin-top: 2rem;
}

.modules-expert .item-title {
box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
border-radius: 12px;
font-weight: 500;
font-size: 16px;
line-height: 20px;
padding: 12px;
padding-right: 20px;
background: #fff url(../images/pol-dis.png) 97% center no-repeat;
background-size: 21px 21px;
color: #000000;
margin-bottom:12px;
cursor: pointer;
    padding-right: 30px;
}
.modules-expert .current .item-title{
color: #2CA9E1;
}
.modules-expert .expert-item.active .item-title {
background: #fff url(../images/pol-act.png) 97% center no-repeat;
background-size: 24px 27px;
}



.left-expert-area {
	max-height: calc(560px - 12px);
}

.left-expert .expert-content  {
	display: none;
}

.right-expert .expert-content:not(.active) {
	display: none;
}



.mCSB_scrollTools .mCSB_draggerRail {
    background: #C9C9C9;
    width: 5px;
}
.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    background-color: #2CA9E1;
    border-radius: 2px;
    width: 5px;
}










.title_qust {
	font-size: 18px;
	margin-bottom: 1rem;
	/*margin-top: 1.5rem;*/
}
.qustion {
	padding-top: .5rem;
	padding-bottom: .5rem;
}
.label_qust {
	font-size: 16px;
	margin-bottom: .5rem;
    display: grid;
    grid-template-columns: 30px auto;
    align-items: flex-start;
    line-height: 20px;
}

.fancybox-content,.fancybox-content p  {
text-align: center!important;	
}

.fancybox-content {
border-radius: 30px;
}

.fancybox-content h2 {
text-align: center;	
line-height: 1.1;
}

.fancybox-content a.btn{
	margin-top: 1rem;
}

.fancybox-content:not() .fancybox-button.fancybox-close-small {
	display: none!important;
}
.alert_top {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	padding: 1rem;
	font-weight: bold;
	font-size: 18px;
	display: none;
	z-index: 100;
	background: #ffb065;
}
.admin-bar .alert_top {
	top: 32px;
}
.alert_top p {
	margin-bottom: 0;
}
.file-row {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 10px 20px;
	margin-bottom: 1rem;
	border: 1px solid #eee;
	border-radius: 5px;
	box-shadow: 0 0 8px -3px rgba(0,0,0,.5);
}
.file-row p.title {
	display: flex;
	align-items: center;
	margin-bottom: 0;
}
.file-row p.title img {
	margin-right: 5px!important;
}
.file-row img {
	    height: 18px!important;
	width: auto;
}

.file-row a {
	display: inline-block;
	padding: 5px;
	border-radius: 4px;
	border:1px solid #eee;
	background-color: #fff;
	transition: all .3s ease;
}
.file-row a:hover {
	background-color: #eee;
}
@media (max-width: 991px) {
.module-head .arrow.next-module {
	width: 2.5rem;
	padding: 0;
}
.module-head .arrow.next-module span {
	display: none
}

.action-content.align-center {
	display: block;
}
.subs-av p.title {
    font-size: 14px;
    line-height: 22px;
}
.subs-av span {
    font-size: 12px;
    line-height: 18px;
    }

   ul.subs-list {
    font-size: 16px;
    line-height: 28px;
}
.modules-expert {
	display: block;
	margin-top: 3rem;
}
.action-content {
    background-image: url(../images/bgm.png);
   }
.right-expert {
	display: none
}
.left-expert .expert-content {
	display: block;
	  margin-bottom: 12px;
}
.left-expert .expert-content:not(.active) {
	display: none
}
.left-expert-area {
    max-height: none;
}
.grid-lesson {
	display: flex;
	flex-wrap: wrap;
    align-items: self-start;
    justify-content: space-between;
    grid-gap: 0px;
}
.grid-lesson .col-left {
	    width: auto;
}
.grid-lesson .col-cent {
    width: calc(100% - 135px - 15px);
}

.grid-lesson .col-right {
	width: 100%;
	min-width: 100%;
    grid-template-rows: 1fr;
    grid-template-columns: 1fr 1fr;
    margin-top: 15px;
}


.grid-lesson .col-top {
	display: block;
    background: #fff;
    border-radius: 12px;
    padding: 12px;
    margin-bottom: 15px;
    width: 100%;
}
.grid-lesson .col-top table td {
	color: #000;
	vertical-align: top;
	line-height: 20px;
}
.grid-lesson .col-cent tr.topic {
	display: none
}
.grid-lesson tr td:first-child {
	padding-right: 10px;
}
.grid-lesson tr td:last-child {
    font-weight: normal;
    font-size: 14px;
    line-height: 18px;
}
.topic-less {
    font-size: 14px;
    line-height: 16px;
    }
   .grid-lesson .col-right a {
    padding: 6px;
}

.lesson-img {
    height: 124px;
    width: 135px;
}
.grid-lesson .col-top tr td:first-child {
    color: #2CA9E1;
}

[role~="tooltip"][data-microtip-position|="bottom"]::before,
[role~="tooltip"][data-microtip-position|="bottom"]::after {
	transition: none!important;
}
.has-action [role~="tooltip"][data-microtip-position|="bottom"]:hover::before,
.has-action [role~="tooltip"][data-microtip-position|="bottom"]:hover::after {
	display: none!important;
}
}


@media (max-width: 768px) {
[data-action="subscriptions"] .action-container {
	    padding: 75px 2rem 75px 2rem;
} 
.module-sidebar {
	min-width: auto;
	max-width: 100%;
}


.module-sidebar .sidebar-area {
    padding: 0px 0 120px;
    overflow-y: auto;
    height: calc(100vh - 60px);

}
	.right-mob {
		display: inline-block
	}
	.module-sidebar {
		width: 100%;
		position: fixed;
		transform: translate3d(-100%, 0px, 0px);
		z-index: 3;
	}
	.open-sidebar .module-sidebar {
		transform: translate3d(0%, 0px, 0px);
	}
	.admin-bar .module-page .module-head , .module-page .module-head {
    top: auto;
    bottom: 0;
    position: fixed;
        border-top: 1px solid #eee;
        border-bottom:none;
	}
	.module-page {
		padding-top: 0;
		padding-bottom: 0rem;
	}

	.head-mob {
		width: 100%;
		padding: 5px 1rem;
		position: fixed;
		top: 0;
		display: flex;
		/*border-bottom: 1px solid #eee;*/
		background: #fff;
		z-index: 2;
		align-items: center;
    justify-content: space-between;
	}
	.admin-bar .head-mob {
		top: 48px;
	}
	button.change-sidebar {
		border-radius: 5px;
		border: 1px solid #eee;
		text-align: center;
		padding: .5rem;
		display: flex;
		align-items: center;
		justify-content: center;
		background: none;
		cursor: pointer;
	}

	button.change-sidebar svg {
		width: 1.5rem;
	}
	.module-page  {
		padding-top: 5rem;
		position: static;
	}

	.action-content {
		top: 60px;
    height: calc(100% - 60px);
    min-height: calc(100% - 60px);
	}
.container-module {
	height: calc(100vh - 70px);
}
	.admin-bar .action-content {
    height: calc(100% - 60px - 32px);
    min-height: calc(100% - 60px - 32px);
	}

	.action-content.act {
		z-index: 3;
	}
	.module-page .module-cont .wrap {
    padding: 1rem;
}
	.module-page .module-cont .wrap.gray {
    padding: 1rem;
    margin-top: 0rem;
	margin-bottom: 0rem;
}

.module-sidebar {
	top: 0px;
}
.admin-bar .module-sidebar {
	top: 48px;
}
.admin-bar .module-sidebar .sidebar-area {
    height: calc(100vh - 108px);
    }
.admin-bar .module-sidebar .sidebar-area {
	    padding-bottom: 120px;
	    /*padding-top: 78px;*/
}
.module-sidebar .bottom-area-finish {
	bottom: 0;
	padding: 15px 1rem;
	height: 120px;
}
.module-sidebar .bottom-area {
	bottom: auto;
	top: 0px;
	display: flex;
    align-items: center;
    justify-content: space-between;
    z-index: 22;
        position: fixed;
        position: relative;
            min-height: 60px;
}
.admin-bar .container-module {
    height: calc(100vh - 48px);
}
.sidebar-menu {
    display: flex;
    align-items: center;
        justify-content: space-between;
    width: 100%;
}
.sidebar-menu .actions {
	order:0;
	flex: 1 1 auto;
    justify-content: flex-end;
    display: flex;
}
.sidebar-menu button {
    margin-left: 0px;
}



.flex-steps  {
	display: flex;
}
.flex-steps .col1 {
	order: 2;
}
.flex-steps .col3 {
	order: 2;
}

.flex-steps .col2 {
	order: 1;
	min-width: 100px;
	width: 100px;
}
.flex-steps .step {
	width: 100px;
	height: 100px;
}
.step-info:before {
    position: absolute;
    content: " ";
    top: 3rem;
    right: auto;
    left: -1rem;
    border-left: transparent;
    border-right: 1rem solid #fff;
}
.flex-steps .col1,.flex-steps .col2 {
    padding-bottom: 3rem;
}
.steps-wrap {
    padding: 0 1rem;
    }
    .module-page.finish {
    	padding-top: 0rem;
    }
.module-page .module-area {
	padding-right: 1rem;
	padding-left: 1rem;
	padding-top: 0px;
}
    .admin-bar .module-page.finish {
    	padding-top: 2rem;
    }
   .module-page.finish .module-area,.admin-bar .module-page.finish .module-area {
   padding-bottom: 120px;
       padding-top: 8rem;
         height: 100%;
}
     .module-page .module-area,.admin-bar .module-page .module-area {
   padding-bottom: 120px;
       height: 100%;
           /*margin-bottom: 5rem;*/
}






/*.admin-bar .module-sidebar .sidebar-area {
    padding-bottom: 0;
    padding-top: 0;
    height: calc(100vh - 180px);
    order: 2;
}
.module-sidebar .bottom-area-finish {
    height: 120px;
    order: 4;
        position: relative;
}
.module-sidebar .bottom-area {
    z-index: 22;
    position: relative;
    order: 1;
}
.admin-bar .module-sidebar {
    flex-direction: column;
    display: flex;
}*/


}

@supports (-webkit-touch-callout: none) {
   .module-page.finish .module-area,.admin-bar .module-page.finish .module-area {
   padding-bottom: 150px;
}
     .module-page .module-area,.admin-bar .module-page .module-area {
   padding-bottom: 150px;
}
}



[data-disabled] {
	opacity: .5;
}
.pool_of_experts .action-container,
.archive_webinars .action-container {
	padding-top: 0;
	padding-bottom: 0;
}
.mb-0 {
	margin-bottom: 0!important;
	padding-bottom: 0!important;
}
@media (min-width: 769px) {
	.modules-expert {
		grid-gap: 15px;
	}
.pool_of_experts .left-expert {
	max-height: 420px;
	overflow-y: auto;
	padding-right: 10px;
}
.archive_webinars  .left-expert {
	/*margin-top: 30px;*/
	max-height: 360px;
	padding-right: 10px;
	overflow-y: auto;
}
}