/*!
Theme Name: tgm
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: tgm
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

tgm is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments

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

/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/

/* Normalize
--------------------------------------------- */

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
	 ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
 html {
	line-height: 1.15;
	-webkit-text-size-adjust: 100%;
}

/* Sections
	 ========================================================================== */

/**
 * Remove the margin in all browsers.
 */
body {
	margin: 0 !important;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
	display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
	font-size: 2em;
	margin: 0.67em 0;
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
	color: #556A0B;
}
.h1::before, .h2::before, h1::before, h2::before {
	content: '';
	background-image: url('/wp-content/themes/tgm/img/svg/dot_1.svg');
	position: absolute;
	top: -32px;
	left: -32px;
	width: 90px;
	height: 100px;
}

.text-center .h1::before, .text-center .h2::before, .text-center h1::before, .text-center h2::before {
	left: calc(50% - 32px);
}

h2.accordion-header::before,
h1.entry-title::before,
.course-info h2::before {
	content: '';
	background-image: none;
	top: 0;
	left: 0;
	width: 0;
	height: 0;
}

.btn {
	width: 208px;
	height: 53px;
}

/* Grouping content
	 ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
	box-sizing: content-box;
	height: 0;
	overflow: visible;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
	font-family: monospace, monospace;
	font-size: 1em;
}

/* Text-level semantics
	 ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */
a {
	background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
	border-bottom: none;
	text-decoration: underline;
	text-decoration: underline dotted;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
	font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

/**
 * Add the correct font size in all browsers.
 */
small {
	font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

/* Embedded content
	 ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */
img {
	border-style: none;
}

/* Forms
	 ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
	font-family: inherit;
	font-size: 100%;
	line-height: 1.15;
	margin: 0;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
	overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
	text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
	-webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
	border-style: none;
	padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
	outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
	padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */
legend {
	box-sizing: border-box;
	color: inherit;
	display: table;
	max-width: 100%;
	padding: 0;
	white-space: normal;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
	vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
	overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
	-webkit-appearance: textfield;
	outline-offset: -2px;
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
	-webkit-appearance: button;
	font: inherit;
}

/* Interactive
	 ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
	display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
	display: list-item;
}

/* Misc
	 ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */
template {
	display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
	display: none;
}

/* Box sizing
--------------------------------------------- */

/* Inherit box-sizing to more easily change it's value on a component level.
@link http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
*,
*::before,
*::after {
	box-sizing: inherit;
}

html {
	box-sizing: border-box;
}

/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/

/* Typography
--------------------------------------------- */
body,
button,
input,
select,
optgroup,
textarea {
	color: #404040;
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
	font-size: 1rem;
	line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
}

p {
	margin-bottom: 1.5em;
}

dfn,
cite,
em,
i {
	font-style: italic;
}

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

pre {
	background: #eee;
	font-family: "Courier 10 Pitch", courier, monospace;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

code,
kbd,
tt,
var {
	font-family: monaco, consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}

abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

mark,
ins {
	background: #fff9c0;
	text-decoration: none;
}

big {
	font-size: 125%;
}

/* Elements
--------------------------------------------- */
body {
	background: #fff;
}

hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

ul#menu-footer,
ol#menu-footer {
	margin: 0 0 1.5em 3em;
}

ul {
	list-style-type: none;
	padding: 0;
}

ul li {
	padding-left: 30px;
	padding-bottom: 10px;
	position: relative;
}

.block-builder ul li::before {
	content: '';
	background-image: url('../tgm/img/svg/check-circle-green.svg');
	background-size: cover;
	position: absolute;
	top: 5px;
	left: 0;
	width: 21px;
	height: 21px;
}

ol {
	list-style: decimal;
}

ul li.menu-item {
	padding: 0;
}
ul li.menu-item::before, ul li.woocommerce-MyAccount-navigation-link::before, ul.dropdown-menu li::before {
	content: '';
	margin-left: 0;
	padding-left: 0;
	background: none;
}

li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}

dt {
	font-weight: 700;
}

dd {
	margin: 0 1.5em 1.5em;
}

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

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

figure {
	margin: 1em 0;
}

table {
	margin: 0 0 1.5em;
	width: 100%;
}

/* Links
--------------------------------------------- */
a {
	color: #4169e1;
	text-decoration: none !important;
}

a:visited {
	color: inherit;
}

a:hover,
a:focus,
a:active {
	color: #191970 !important;
}

a:focus {
	outline: thin dotted;
}

a:hover,
a:active {
	outline: 0;
}

/* Forms
--------------------------------------------- */
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 1px solid;
	border-color: #ccc #ccc #bbb;
	border-radius: 3px;
	background: #e6e6e6;
	color: rgba(0, 0, 0, 0.8);
	line-height: 1;
	padding: 0.6em 1em 0.4em;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	border-color: #ccc #bbb #aaa;
}

button:active,
button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
	border-color: #aaa #bbb #bbb;
}

input[type="text"],
input[type="email"],
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: #666;
	border: 1px solid #ccc;
	border-radius: 4px;
	padding: 3px;
}

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;
}

select {
	border: 1px solid #ccc;
}

textarea {
	width: 100%;
}
p {
    color: #474747;
    font-family: DM Sans;
    font-size: 17px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
    letter-spacing: -0.391px;
}
/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/

/* Navigation
--------------------------------------------- */
.main-navigation {
	display: block;
	width: 100%;
}

.main-navigation ul {
	display: none;
	list-style: none;
	margin: 0;
	padding-left: 0;
}

.main-navigation ul ul {
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	float: left;
	position: absolute;
	top: 100%;
	left: -999em;
	z-index: 99999;
}

.main-navigation ul ul ul {
	left: -999em;
	top: 0;
}

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
	display: block;
	left: auto;
}

.main-navigation ul ul a {
	width: 200px;
}

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
	left: auto;
}

.main-navigation li {
	position: relative;
}

.main-navigation a {
	display: block;
	text-decoration: none;
}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
	display: block;
}

@media screen and (min-width: 37.5em) {

	.menu-toggle {
		display: none;
	}

	.main-navigation ul {
		display: flex;
	}
}

.site-main .comment-navigation,
.site-main
.posts-navigation,
.site-main
.post-navigation {
	margin: 0 0 1.5em;
}

.comment-navigation .nav-links,
.posts-navigation .nav-links,
.post-navigation .nav-links {
	display: flex;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	flex: 1 0 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	text-align: end;
	flex: 1 0 50%;
}

/* Posts and pages
--------------------------------------------- */
.sticky {
	display: block;
}

.post,
.page {
	margin: 0 0 1.5em;
}

.updated:not(.published) {
	display: none;
}

.page-content,
.entry-content,
.entry-summary {
	margin: 1.5em 0 0;
}

.page-links {
	clear: both;
	margin: 0 0 1.5em;
}

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

.bypostauthor {
	display: block;
}

/* Widgets
--------------------------------------------- */
.widget {
	margin: 0 0 1.5em;
}

.widget select {
	max-width: 100%;
}

/* 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 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;
	display: grid;
	grid-gap: 1.5em;
}

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

.gallery-columns-2 {
	grid-template-columns: repeat(2, 1fr);
}

.gallery-columns-3 {
	grid-template-columns: repeat(3, 1fr);
}

.gallery-columns-4 {
	grid-template-columns: repeat(4, 1fr);
}

.gallery-columns-5 {
	grid-template-columns: repeat(5, 1fr);
}

.gallery-columns-6 {
	grid-template-columns: repeat(6, 1fr);
}

.gallery-columns-7 {
	grid-template-columns: repeat(7, 1fr);
}

.gallery-columns-8 {
	grid-template-columns: repeat(8, 1fr);
}

.gallery-columns-9 {
	grid-template-columns: repeat(9, 1fr);
}

.gallery-caption {
	display: block;
}

/*--------------------------------------------------------------
# Plugins
--------------------------------------------------------------*/

/* Jetpack infinite scroll
--------------------------------------------- */

/* Hide the Posts Navigation and the Footer when Infinite Scroll is in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
	display: none;
}

/* Re-display the Theme Footer when Infinite Scroll has reached its end. */
.infinity-end.neverending .site-footer {
	display: block;
}

/*--------------------------------------------------------------
# Utilities
--------------------------------------------------------------*/

/* Accessibility
--------------------------------------------- */

/* Text meant only for screen readers. */
.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important;
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	clip-path: none;
	color: #21759b;
	display: block;
	font-size: 0.875rem;
	font-weight: 700;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
}

/* Do not show the outline on the skip link target. */
#primary[tabindex="-1"]:focus {
	outline: 0;
}

/* Alignments
--------------------------------------------- */
.alignleft {

	/*rtl:ignore*/
	float: left;

	/*rtl:ignore*/
	margin-right: 1.5em;
	margin-bottom: 1.5em;
}

.alignright {

	/*rtl:ignore*/
	float: right;

	/*rtl:ignore*/
	margin-left: 1.5em;
	margin-bottom: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 1.5em;
}

@import url('https://fonts.googleapis.com/css2?family=Nunito:ital,wght@0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;0,1000;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900;1,1000&display=swap');

@import url('https://fonts.googleapis.com/css2?family=DM+Sans:ital,wght@0,400;0,500;0,700;1,400;1,500;1,700&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

body {
    font-family: 'DM Sans', sans-serif !important;
    color: #5C5C5C;
}
.footer_logo {
    display: inline-block;
    margin-bottom: 23px;
}
.footer_logo img {
    width: 105px;
}
.footer_text {
    font-weight: 400;
    font-size: 14px;
    line-height: 1.8;
    letter-spacing: -0.015em;
    color: #5C5C5C;
}
.footer_menu .footer-menu-item {
    padding: 0;
    list-style: none;
}
.footer_menu .footer-menu-item li .nav-link {
    font-weight: 600;
    font-size: 14px;
    line-height: 1.8;
    letter-spacing: -0.015em;
    color: #738C16;
    padding: 0px 0px 5px 0px;
}
.color_black_1 {
    color: #5C5C5C !important;
}
.fw-300 { font-weight: 300 !important;}
.fw-400 { font-weight: 400 !important;}
.fw-500 { font-weight: 500 !important;}
.fw-600 { font-weight: 600 !important;}
.fw-700 { font-weight: 700 !important;}
.site-header {
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.05);
}
.header-main .navbar-nav .nav-link,
.dropdown.my-account .login_in .login {
    font-weight: 400;
    font-size: 15px !important;
    line-height: 1.33;
    letter-spacing: -0.15px;
    color: #000000 !important;
}
.dropdown.my-account .login_in {
    text-decoration: none;
    color: #000000 !important;
    outline: none !important;
    font-size: 15px;
    line-height: 1.3;
}
.navbar-light .navbar-toggler {
    box-shadow: none !important;
}
.login_in {
    display: flex;
    align-items: center;
    justify-content: center;
}
.login_in a {
    font-size: 15px !important;
    line-height: 1.3;
    margin-top: 0px !important;
    margin-right: 0px !important;
}
.login_in a:last-child {
    margin-left: 30px;
}
.site-header .header-main {
    padding-top: 10px;
    padding-bottom: 10px;
}
.dropdown.my-account .login_in .login {
    color: #707070 !important;
    text-decoration: none;
}
.dropdown.my-account .login_in > div {
    display: inline-block;
    padding: 7px 5px;
    border: 1px solid #BCC4C7;
    border-radius: 100px;
    margin-right: 8px;
    background-color: #BCC4C7;
    color: #fff;
}
.menu-item.outlined .dropdown-menu {
    /* box-shadow: 0px 3px 4px #dddddd;
    border-radius: 8px;
    min-width: 170px; */
}
.menu-item.outlined .dropdown-menu .menu-item:first-child .dropdown-item {
    /* border-radius: 8px 8px 0px 0px; */
}
.menu-item.outlined .dropdown-menu .menu-item:last-child .dropdown-item {
    /* border-radius: 0px 0px 8px 8px; */
}
.menu-item.outlined .dropdown-menu .menu-item .dropdown-item {
    /* border-top: 0.5px solid #404852; */
}
.menu-item.outlined .dropdown-menu .menu-item:first-child .dropdown-item {
    border-top: none;
}
.dropdown.my-account .dropdown-menu,
.menu-item.outlined .dropdown-menu {
    left: auto;
    right: 0;
    box-shadow: 0px 2px 5px #dddddd;
    min-width: 170px;
    padding: 0;
}
.dropdown.my-account .dropdown-menu .my-account-item {
    margin-left: 12px;
    margin-right: 12px;
}
.dropdown.my-account .dropdown-menu .dropdown-item,
.menu-item.outlined .dropdown-menu .menu-item .dropdown-item {
    padding: 16px 0px;
    color: #404852 !important;
    font-family: DM Sans;
    font-size: 13px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}
.menu-item.outlined .dropdown-menu .menu-item .dropdown-item {
    padding-left: 12px;
    padding-right: 12px;
}
.dropdown.my-account .dropdown-menu .dropdown-item {
    background: transparent;
}
.dropdown.my-account .dropdown-menu .my-account-item:last-child .dropdown-item {
    border-top: 1px solid #dddddd;
    color: #D03737 !important;
}
.dropdown.my-account .dropdown-menu .account-title {
    padding: 11px 5px;
    color: #404852;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    display: flex;
    align-items: center;
    border-bottom: 0.5px solid #dddddd;
}
.dropdown.my-account .login_in.dropdown-toggle::after,
.header-item-menu .dropdown-toggle::after {
    border: none;
    background-image: url('../tgm/img/svg/arrow_down.svg');
    background-repeat: no-repeat;
    background-size: 14px;
    width: 14px;
    height: 8px;
    transition: all 0.3s;
    /* margin-top: 2px; */
    vertical-align: middle;
}
.dropdown.my-account .login_in.dropdown-toggle[aria-expanded="true"]::after,
.header-item-menu .dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(180deg);
}
.course-outline-block {

}

h2.h2 {
    font-size: 24px !important;
    line-height: 1.375 !important;
    letter-spacing: -0.015em;
    color: #5C5C5C !important;
}
.number_lesson {
    min-width: 32px;
    width: 32px;
    height: 32px;
    border-radius: 50px;
    color: #fff;
    font-weight: 700;
    font-size: 18px;
    line-height: 1;
    letter-spacing: -0.015em;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #858585;
}
.number_lesson.completed {
    background: #738C16;
}
.title_lesson {
    font-size: 16px;
    line-height: 1.8;
    letter-spacing: -0.015em;
    color: #5C5C5C !important;
}
.sub-number {
    font-size: 16px;
    line-height: 1.8;
    letter-spacing: -0.015em;
    color: #858585 !important;
    white-space: nowrap;
}
.sub-number.completed {
    color: #90AE25 !important;
}
.accordion_dop .accordion-item {
    margin-bottom: 25px;
    border: 1px solid #EBEBEB !important;
    border-radius: 8px !important;
}
.accordion_dop .accordion-item .accordion-header .accordion-button {
    display: flex;
    align-items: center;
    padding: 14px;
    background: #fff;
    box-shadow: none !important;
    border: none !important;
    border-radius: 8px !important;
}
.accordion_dop .accordion-item .accordion-body {
    border-top: 1px solid #EBEBEB;
    padding: 16px;
}
.accordion-button::after {
    background-image: url('../tgm/img/svg/arrow_collapse.svg') !important;
    background-repeat: no-repeat;
    background-size: 12px !important;
    height: 8px !important;
    width: 12px !important;
    margin-left: 8px !important;
}
.user_img {
    border-radius: 100px;
}
.step_lesson {
    position: relative;
}
.step_lesson:after {
    content: '';
    width: 2px;
    background: #858585;
    position: absolute;
    left: 13px;
    top: 2px;
    height: 100%;
}
.completed.step_lesson:after {
    background: #AFD037;
}
.step_lesson:last-child:after {
    display: none;
}
.step_lesson .icon_lesson, .step_lesson_plain .icon_lesson {
    width: 28px;
    min-width: 28px;
    height: 28px;
    background: transparent;
    border-radius: 38px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #999999;
    position: relative;
    outline: 2px solid #fff;
    z-index: 22;
    background: #fff;
}
.step_lesson .icon_lesson.completed, .step_lesson_plain .icon_lesson.completed {
    background: #AFD037;
    border-color: #AFD037;
}
.section {
    color: #5C5C5C !important;
    /* white-space: nowrap; */
    /* overflow: hidden; */
    /* text-overflow: ellipsis; */
}
.step_lesson:last-child {
    padding-bottom: 0 !important;
}
.text-ellipsis {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.text {
    font-size: 16px;
    line-height: 1.75;
    color: #242122;
    opacity: 0.7;
}
.line-clamp {
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.time_lesson {
    font-size: 12px;
    letter-spacing: -0.015em;
    color: #858585 !important;
}
.time_lesson.completed {
    color: #90AE25 !important;
}
.content_lesson {
    padding-left: 18px;
}
.lessons a {
    font-size: 16px;
    letter-spacing: -0.015em;
    color: #474747 !important;
}
.lessons.current {
	font-weight: bold;
}
.step_lesson {
    display: flex;
}
.course-content .video-player iframe {
    width: 100%;
    background: #D9D9D9;
    border-radius: 14px;
}
.nav_dop .nav-tabs .nav-link {
    font-weight: 700;
    font-size: 16px;
    line-height: 22px;
    letter-spacing: -0.015em;
    color: #5C5C5C !important;
    border: none;
    border-bottom: 3px solid transparent;
    padding-left: 0;
    padding-right: 0;
    margin-right: 50px;
    background: transparent;
}
.nav_dop .nav-tabs .nav-link:last-child {
    margin-right: 0;
}
.nav_dop .nav-tabs .nav-link.active {
    border-bottom-color: #AFD037;
}
.nav-tabs {
    position: relative;
}
.btn-green {
    background: #AFD037 !important;
    border-radius: 4px !important;
    padding: 14px 16px !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    font-weight: 700 !important;
    font-size: 16px !important;
    line-height: 22px !important;
    letter-spacing: -0.015em !important;
    color: #FFFFFF !important;
    height: 36px;
}
.btn-green:hover {
    background: #9cc115 !important;
}
.mw-150 {
    max-width: 150px;
}
.mw-190 {
    max-width: 190px;
}
.btn_abs {
    position: absolute;
    top: 0;
    right: 0;
}
.title {
    font-weight: 800;
    font-size: 36px;
    line-height: 1.3;
    letter-spacing: -0.015em;
    color: #5C5C5C !important;
}
.short-descriotion {
    font-weight: 400;
    font-size: 16px;
    line-height: 189.9%;
    letter-spacing: -0.015em;
    color: #707070 !important;
}
.tab-content-dop {
    padding-top: 30px;
    padding-left: 20px;
    padding-right: 20px;
}
.tab-content-dop .user_info .title_lesson,
.tab-content-dop .user_info .title_lesson a {
    font-weight: 400 !important;
    font-size: 16px;
    line-height: 150%;
    letter-spacing: -0.015em;
    color: #5C5C5C !important;
}
.user_img {
    background-image: url('../tgm/img/svg/user-default.svg') !important;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    height: 48px;
    width: 48px;
}
.presenter {
    color: #858585 !important;
}
.presenter-info {
	display: flex;
	align-items: center;
}
.presenter-info .presenter-title a {
	font-size: 16px;
	letter-spacing: -0.015em;
	color: #474747 !important;
}
.k17-form-message {
	padding: 10px 19px;
    margin-bottom: 1rem;
    border-radius: 5px;
}
.k17-form-message.is-valid {
	background: #afd037;
	color: white;
}
.k17-form-message.is-invalid {
    background: #cc0101;
    color: white;
}
.name_user {
    color: #5C5C5C !important;
}
.lh-1 {
    line-height: 1;
}
.lh-11 {
    line-height: 1.1;
}
.lh-14 {
    line-height: 1.4;
}
.lh-16 {
    line-height: 1.6;
}
.hr {
    border-bottom: 1px solid #EBEBEB;
    margin-top: 20px;
    margin-bottom: 30px;
}
.content {
    font-size: 18px;
    line-height: 1.8;
    letter-spacing: -0.015em;
    color: #707070 !important;
}
/* Dashboard */
.entry-content ul {
    list-style: none;
    margin-left: 0;
    padding-left: 0;
}
.entry-content .woocommerce-MyAccount-navigation {
    width: 23%;
}
.entry-content .woocommerce-MyAccount-content {
    width: 75%;
}
.entry-content .woocommerce-MyAccount-navigation-link {
    margin-bottom: 20px;
    padding-left: 20px;
    border-left: 2px solid transparent;
}
.entry-content .woocommerce-MyAccount-navigation-link.is-active {
    border-left: 2px solid #AFD037;
}
.entry-content .woocommerce-MyAccount-navigation-link a {
    font-weight: 700;
    font-size: 18px;
    line-height: 1.75;
    color: #242122;
    text-decoration: none;
    padding-top: 5px;
    padding-bottom: 5px;
    outline: none !important;
}
.entry-content .woocommerce-MyAccount-navigation-link.is-active a {
    color: #AFD037;
}
.cart h3 {
    font-weight: 700;
    font-size: 36px;
    color: #242122;
}
.entry-header h1 {
    border-bottom: 1px solid #EDEEEA;
    padding-bottom: 15px;
    font-weight: 700;
    font-size: 36px;
    line-height: 1.6;
    margin-bottom: 40px;
    color: #242122;
}
.cart p {
    font-size: 18px;
    line-height: 1.6;
}
.product {
    padding: 30px;
    background: #ffffff;
}
.cart.greetings .product {
    padding: 0px;
}
.product .h3 {
    font-weight: 700;
    font-size: 20px;
    line-height: 1.75;
    color: #242122;
}
.footer {
    border-top: 1px solid #D6D6D6;
    padding-top: 40px;
    padding-bottom: 40px;
}
.site {
    background: #F8F9F5;
}
.new_price {
    font-weight: 700;
    font-size: 24px;
    line-height: 1.6;
    color: #242122;
}
.old_price {
    font-size: 16px;
    line-height: 1.6;
    text-decoration-line: line-through;
    color: #242122;
    opacity: 0.5;
}
.entry-content .woocommerce-MyAccount-content .woocommerce-Address {
    width: 100%;
    background: #FFFFFF;
    border-radius: 12px;
    padding: 35px 30px 25px;
    margin-bottom: 24px;
}
.entry-content .woocommerce-MyAccount-content .woocommerce-Address h3 {
    font-weight: 700;
    font-size: 24px;
    line-height: 1.3;
    color: #242122;
    margin-bottom: 20px;
}
.entry-content .woocommerce-MyAccount-content .woocommerce-Address address {
    font-size: 18px;
    line-height: 1.75;
    color: #242122;
    margin-bottom: 10px;
}
.woocommerce-account .addresses .title .edit {
    outline: none !important;
    border: 1px solid rgba(36, 33, 34, 0.12);
    border-radius: 26px;
    width: 40px;
    height: 40px;
    background-image: url('../tgm/img/svg/pencil.svg');
    background-repeat: no-repeat;
    background-size: 20px;
    background-position: center;
    display: inline-block;
    text-indent: -9999px;
}
.entry-content .woocommerce-MyAccount-content {
    background: #FFFFFF;
    border-radius: 12px;
    padding: 35px 30px 25px;
    margin-bottom: 24px;
    width: 75%;
}
.entry-content .woocommerce-MyAccount-content .form-label,
.woocommerce-address-fields label,
.woocommerce form .form-row label {
    font-weight: 700;
    font-size: 16px;
    line-height: 1.75;
    color: #242122;
    opacity: 0.85;
}
.woocommerce form .form-row {
    padding: 0;
}
.woocommerce-address-fields .form-row,
.woocommerce form .form-row {
    margin-bottom: 20px !important;
}
.woocommerce form .form-row .input-text,
.woocommerce-page form .form-row .input-text {
    height: 48px;
    font-size: 16px;
    color: #242122;
    border: 1px solid #E5E4E4;
    border-radius: 6px;
    padding-left: 20px;
    padding-right: 10px;
    margin-bottom: 0px !important;
}
.button.wp-element-button,
.button-primary,
.woocommerce-Button,
.btn-primary {
    background: #AFD037 !important;
    border-color: #AFD037 !important;
    border-radius: 10px !important;
    padding: 10px 30px !important;
    color: #fff !important;
    font-weight: 700;
    font-size: 16px;
    line-height: 1.75;
    transition: all 0.3s !important;
    margin-top: 5px !important;
    margin-right: 5px !important;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}
.button.wp-element-button:hover,
.button-primary:hover,
.woocommerce-Button:hover,
.btn-primary:hover {
    background: #9cc115 !important;
}
.button.wp-element-button {
    width: 100%;
    max-width: 220px;
}
.woocommerce-message .button.wp-element-button,
.wc-proceed-to-checkout .button.wp-element-button,
.actions .button.wp-element-button {
    line-height: 1.75 !important;
    margin-right: 0;
    padding: 10px 15px !important;
    text-align: center;
}
.select2-container--default .select2-selection--single {
    height: 48px;
    border: 1px solid rgba(36, 33, 34, 0.12);
    border-radius: 6px;
    padding-left: 20px;
    padding-right: 10px;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 48px;
    padding-left: 0;
    font-size: 16px;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 48px;
}
.entry-content .woocommerce-MyAccount-content .profile-pic {
    width: 30%;
    display: inline-flex;
    justify-content: start;
    margin-bottom: 30px;
}
.entry-content .woocommerce-MyAccount-content .k17-input-wrapper-gender {
    display: inline-flex !important;
    align-items: flex-end;
    width: 60%;
}
.profile-pic .-label {
    position: absolute;
    display: none;
    justify-content: center;
    align-items: center;
    background-color: rgba(0, 0, 0, 0.8);
    z-index: 11 !important;
    color: #fafafa;
    transition: background-color 0.2s ease-in-out;
    border-radius: 100px;
    margin-bottom: 0;
    height: 100px;
    width: 100px;
}
.profile-pic img {
    position: relative !important;
    background: #cccccc;
}
.profile-pic:hover .-label {
    display: flex;
}
.k17-input {
    margin-bottom: 20px !important;
}
.entry-content .woocommerce-MyAccount-content .form-control,
.woocommerce-address-fields .input-text {
    height: 48px;
    border: 1px solid rgba(36, 33, 34, 0.12);
    border-radius: 6px;
    padding-left: 20px;
    padding-right: 10px;
    margin-bottom: 0px !important;
}
#k17_save_account_details_submit {
    max-width: 350px;
    margin-left: 0.75rem;
}
.woocommerce-MyAccount-content h2 {
    font-weight: 700;
    font-size: 32px;
    line-height: 42px;
}
.woocommerce-MyAccount-content .intro,
.woocommerce-MyAccount-content .self-invite,
.woocommerce-MyAccount-content .instructions {
    color: rgba(36, 33, 34, 0.65);
}
.woocommerce-MyAccount-content a {
    font-weight: 700;
}
a,
.self-invite a,
.intro a,
.woocommerce-MyAccount-content a,
a.woocommerce-privacy-policy-link {
    transition: all 0.4s;
    color: #AFD037;
    border: none;
}
a:hover, a:focus,
a:visited,
a.woocommerce-privacy-policy-link:hover,
a.woocommerce-privacy-policy-link:focus,
a.woocommerce-privacy-policy-link:visited {
    color: #88aa0c;
}
.btn-primary,
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:visited {
    color: #ffffff !important;
}
.text-right {
    text-align: right;
}
.dt-buttons {
    margin-bottom: 30px;
}
.dt-buttons .dt-button {
    background: rgba(36, 33, 34, 0.05);
    border-radius: 38px;
    font-weight: 700;
    font-size: 16px;
    line-height: 175%;
    color: rgba(36, 33, 34, 0.65);
    height: 36px;
    width: 100px;
    padding: 5px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: none;
    margin-bottom: 5px;
}
table.dataTable thead th,
table.dataTable tfoot th {
    color: #9C9B9C;
}
table.dataTable thead th,
table.dataTable thead td {
    padding: 15px;
}
#invitation-table_wrapper label {
    color: rgba(36, 33, 34, 0.65);
    font-size: 16px;
}
.invitation .post-action .btn.btn-primary,
.send-invitations .btn.btn-primary,
.woocommerce-orders-table__row .woocommerce-orders-table__cell-order-actions .view {
    margin-right: 0;
    line-height: 1.75;
    text-align: center;
}
.dataTables_length select,
.dataTables_filter input {
    border: 1px solid rgba(36, 33, 34, 0.12) !important;
    border-radius: 6px !important;
    height: 36px;
}
table#invitation-table.dataTable th,
table#invitation-table.dataTable td,
.woocommerce table.shop_table.woocommerce-orders-table thead th,
.woocommerce table.woocommerce-orders-table.my_account_orders td {
    padding-left: 0 !important;
}
table#invitation-table.dataTable th,
.dataTables_info,
.k17-invitations thead th,
.woocommerce table.shop_table.woocommerce-orders-table thead th {
    line-height: 1.2;
    font-weight: 700 !important;
    font-size: 15px;
    color: #242122;
    opacity: 0.45;
}
table#invitation-table .invitation-email-wrap {
    max-width: 250px;
    overflow-wrap: break-word;
}
.dataTables_paginate.paging_simple_numbers .paginate_button.current {
    background: #AFD037 !important;
    border-radius: 8px;
    color: #ffffff !important;
    opacity: 1;
}
.dataTables_paginate.paging_simple_numbers .paginate_button {
    background: transparent !important;
    border-radius: 8px;
    color: #242122 !important;
    opacity: 0.8;
    border: none !important;
}
.dataTables_paginate.paging_simple_numbers .paginate_button {
    max-height: 36px;
    display: inline-flex;
    align-items: center;
}
table.dataTable tbody th,
table.dataTable tbody td {
    font-weight: 500;
    font-family: 'DM Sans';
}
.actions-wrapper a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: rgba(19, 104, 251, 0.05);
    border-radius: 38px;
}
.actions-wrapper a:last-child {
    margin-left: 10px;
}
.dataTables_wrapper {
    padding-top: 20px;
}
#invitation-table {
    margin-bottom: 15px;
    padding-top: 15px;
}
input[type="search"],
input[name="search"] {
    background-image: url('../tgm/img/svg/search_icon.svg');
    background-size: 20px;
    background-position: center left 10px;
    background-repeat: no-repeat;
    padding-left: 35px;
    border: 1px solid rgba(36, 33, 34, 0.15);
    border-radius: 6px;
    height: 36px;
    outline: none !important;
}
.instructions ol {
    margin-left: 0;
}
textarea {
    margin-top: 15px !important;
    margin-bottom: 10px !important;
}
.inner-info {
    padding-left: 12px;
}
.inner-info h4 a {
    font-weight: 700;
    font-size: 20px;
    color: #242122;
    display: block;
    text-decoration: none !important;
}
.text-overflow-ellipsis {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.inner-info p {
    font-size: 16px;
    color: #242122;
    opacity: 0.7;
}
.inner-info {
    display: flex;
    flex-direction: column;
    height: 100%;
}
.inner-info-content {
    flex: 1 0 auto;
}
.inner-info-btn {
    flex-shrink: 0;
}
.thumbnail {
    height: 100%;
    background-position: center;
    background-size: cover;
    min-height: 180px;
}
.course-item:not(:last-child) {
    padding-bottom: 24px;
    border-bottom: 1px solid #E9E9E9;
    margin-bottom: 24px;
}
.woocommerce table.shop_table,
.cart-collaterals {
    background: #ffffff;
    border-radius: 12px;
    border: none;
    padding: 24px;
    width: 100% !important;
    border-collapse: collapse;
}
.woocommerce  .shop_table.woocommerce-checkout-review-order-table {
    border-radius: 0px 0px 12px 12px;
}
.cart_item:not(:last-child) {
    border-bottom: 1px solid #E9E9E9;
}
.cart_totals {
    width: 100% !important;
}
.cart_totals h2 {
    font-weight: 700;
    font-size: 32px;
    line-height: 1.3;
    margin-bottom: 36px;
}
.woocommerce table.shop_table th {
    font-weight: 400;
    font-size: 16px;
    line-height: 1.75;
    color: #9E9E9E;
    padding-left: 0;
}
.woocommerce table.shop_table td {
    padding-left: 0;
}
.coupon {
    width: 65%;
    text-align: left;
}
.coupon .inner-coupon {
    display: flex;
}
.woocommerce-cart table.cart td.actions .coupon .inner-coupon .input-text {
    margin-right: 10px;
}
.woocommerce-cart table.cart td.actions .coupon .input-text {
    /* width: auto; */
    width: 60%;
    height: 48px;
    margin-top: 5px;
}
.product-remove .remove {
    position: relative;
    text-indent: -9999px;
    position: relative;
    background: transparent !important;
}
.product-remove .remove:before {
    content: '';
    display: inline-block;
    background-image: url('../tgm/img/svg/remove.svg');
    background-repeat: no-repeat;
    background-size: 20px;
    height: 20px;
    width: 20px;
    position: absolute;
    right: 0;
}
.woocommerce-cart-form__cart-item.cart_item + tr td.actions {
    padding-right: 0;
}
.woocommerce-cart-form__cart-item.cart_item + tr td.actions .button.wp-element-button[name="update_cart"] {
    width: 33%;
    margin-right: 0 !important;
}
.coupon label {
    font-weight: 700;
    font-size: 16px;
    line-height: 1.75;
    color: #454243;
}
.coupon + .button  {
    margin-top: 33px !important;
}
.woocommerce-page table.cart td.actions {
    padding-top: 25px;
}
.shop_table thead tr th:first-child,
.shop_table tbody tr td:first-child {
    padding-left: 0px !important;
}
.product-total,
.order_details tfoot tr td  {
    text-align: right;
}
.shop_table .cart-subtotal th,
.shop_table .order-total th,
.cart_totals .shop_table tbody td {
    padding-top: 5px !important;
    padding-bottom: 5px !important;
}
.shop_table .cart-subtotal th,
.shop_table .cart-subtotal td,
.shop_table .cart-subtotal td .amount {
    font-weight: 400 !important;
    font-size: 18px !important;
    line-height: 1.75;
    color: #242122 !important;
}
.shop_table .order-total th,
.shop_table .order-total td,
.shop_table .order-total td .amount {
    font-weight: 700 !important;
    font-size: 20px !important;
    line-height: 1.75 !important;
    color: #504D4E !important;
    border: none !important;
}
.shop_table .cart-subtotal td,
.shop_table .order-total td {
    text-align: right;
}
.shop_table tbody tr:first-child td {
    border-top: none !important;
}
.shop_table .product-name a,
.shop_table .amount {
    font-weight: 700;
    font-size: 18px;
    color: #242122 !important;
    text-decoration: none;
    word-break: break-word;
}
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button  {
    max-width: none;
    font-size: 16px;
    margin-bottom: 0;
    height: 48px;
}
.wc-proceed-to-checkout {
    padding-bottom: 0;
}
.checkout.woocommerce-checkout #order_review .table-responsive .shop_table tr th,
.checkout.woocommerce-checkout #order_review .table-responsive .shop_table tr td,
.woocommerce-order-details .table-responsive .shop_table.order_details tr th,
.woocommerce-order-details .table-responsive .shop_table.order_details tr td {
    padding-left: 9px !important;
}
.woocommerce-info {
    background: #F1F5E2;
    border-radius: 12px;
    border: none;
    padding-top: 24px;
    padding-bottom: 24px;
    font-size: 18px;
    line-height: 1.75;
    color: #242122;
}
.woocommerce-info::before {
    color: #738C16;
    padding-top: 8px;
}
.woocommerce-info .showcoupon {
    font-weight: 700;
    font-size: 18px;
    line-height: 1.75;
    color: #738C16;
    text-decoration: none;
}
.woocommerce-billing-fields {
    background: #fff;
    padding: 35px 35px 15px 35px;
    border-radius: 12px 12px 0px 0px;
}
.woocommerce-additional-fields {
    background: #fff;
    padding: 20px 35px 15px 35px;
    border-radius: 0px 0px 12px 12px;
}
#order_review_heading {
    background: #fff;
    padding: 35px 35px 0px 35px;
    border-radius: 12px 12px 0px 0px;
    margin-bottom: 0;
}
.woocommerce table.shop_table .cart_item:last-child .product-name {
    padding-bottom: 25px;
}
.woocommerce table.shop_table td {
    font-size: 16px;
    color: #242122;
    /* opacity: 0.65; */
    padding-top: 25px;
    padding-bottom: 25px;
    padding-left: 0;
    border-top: none;
}
.woocommerce-checkout #payment ul.payment_methods {
    padding: 35px 35px 5px;
    border-bottom: none;
    border-radius: 12px 12px 0px 0px;
    background: #F1F5E2;
}
.woocommerce-cart table.cart img {
    min-width: 64px;
    width: 64px;
}
.woocommerce .quantity .qty {
    padding: 0px;
}
.quantity {
    position: relative;
    text-align: right;
}
.quantity:before {
    content: '';
    display: inline-block;
    background-image: url('../tgm/img/svg/plus.svg');
    background-repeat: no-repeat;
    background-size: 22px;
    height: 23px;
    width: 22px;
    position: absolute;
    right: 0px;
    top: 3px;
}
.quantity:after {
    content: '';
    display: inline-block;
    background-image: url('../tgm/img/svg/minus.svg');
    background-repeat: no-repeat;
    background-size: 22px;
    height: 23px;
    width: 22px;
    position: absolute;
    right: 55px;
    top: 3px;
}
.quantity .input-text.qty.text {
    padding: 0;
    font-weight: 700;
    font-size: 18px;
    color: #242122;
    opacity: 1;
    border: none;
    outline: none !important;
    background: transparent;
}
.woocommerce-cart-form__cart-item.cart_item .product-quantity {
    padding-left: 12px;
}
#add_payment_method #payment div.payment_box,
.woocommerce-cart #payment div.payment_box,
.woocommerce-checkout #payment div.payment_box {
    background: #FAFCF5;
    font-size: 16px;
    border-radius: 8px;
}
.woocommerce-checkout #payment div.payment_box::before {
    border-bottom-color: #FAFCF5;
}
.woocommerce-checkout #payment div.form-row {
    padding: 5px 35px 35px;
    background: #F1F5E2;
    border-radius: 0px 0px 12px 12px;
}
.woocommerce-checkout #payment {
    background: transparent;
    border-radius: 12px;
}
.woocommerce-customer-details address {
    background: #fff !important;
    border: none !important;
    border-radius: 12px !important;
    padding: 24px !important;
}
.woocommerce-order-details table.shop_table,
.woocommerce .view-order .woocommerce-customer-details address {
    padding-left: 0 !important;
    padding-right: 0 !important;
}
html,
body {
    height: 100%;
}
.site {
    display: flex;
    flex-direction: column;
    min-height: 100%;
}
main.site-main {
    flex: 1 0 auto;
    padding-top: 50px;
    padding-bottom: 50px;
}
.products .product {
    padding: 20px !important;
}
.my-account .login_in img {
	width: 47px;
	border-radius: 100%;
    margin-right: 7px;
}
.navbar-light .navbar-nav .nav-link {
	font-size: 1rem;
    outline: none;
    padding-top: 5px;
    padding-bottom: 5px;
}
.menu-item.outlined {
    border-radius: 60px;
    border: 1px solid #E4E4E4;
}
.menu-item.outlined .nav-link {
    padding-left: 23px !important;
    padding-right: 23px !important;
}
.menu-item.outlined .dropdown-menu,
.my-account .dropdown-menu {
    border: none;
}
.menu-item.outlined .dropdown-menu {
    right: -32px;
    left: auto;
    margin-top: 10px;
    padding: 0;
}
.menu-item.outlined .dropdown-menu .dropdown-item  {
    padding-left: 12px;
    padding-right: 12px;
    color: #AFD037 !important;
    padding: 14px 12px;
    background: #ffffff !important;
}
.menu-item.outlined .dropdown-menu .dropdown-item:hover {
    background: none !important;
}
.menu-item.outlined .dropdown-menu .dropdown-item.active {
    background: none !important;
}
.my-account .dropdown-menu:after,
.menu-item.outlined .dropdown-menu:after {
    display: none;
    content: "";
    position: absolute;
    right: 24px;
    top: -9px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 9px 9px 9px;
    border-color: transparent transparent #EBEBEB transparent;
    z-index: 9998;
}
.my-account .dropdown-menu:before,
.menu-item.outlined .dropdown-menu:before {
    display: none;
    content: "";
    position: absolute;
    right: 25px;
    top: -8px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 8px 8px 8px;
    border-color: transparent transparent #FFF transparent;
    z-index: 9999;
}
.account-title img {
    margin-right: 6px;
    width: 30px;
    height: 30px;
}
.top_normal_padding  {
    padding-top: 5rem;
}
.top_double_padding {
    padding-top: 10rem;
}
.bottom_normal_padding {
    padding-bottom: 5rem;
}
.bottom_double_padding {
    padding-bottom: 10rem;
}
.bottom_no_padding {
    padding-bottom: 0px !important;
}
.top_no_padding {
    padding-top: 0px !important;
}
/* Course Marketing Page */
.k17-cpt-k7c_course {
    padding-top: 50px;
    background-color: #ffffff;
}
.course-banner {
    padding-left: 38px;
    padding-right: 20px;
    padding-bottom: 50px;
    margin-bottom: 30px;
}
.container_md {
    max-width: 465px;
}
.container_sm {
    max-width: 425px;
}
.container_min {
    max-width: 375px;
}
.inscription {
    font-weight: 600;
    font-size: 15px;
    line-height: 20px;
    letter-spacing: -0.015em;
    color: #738C16;
    margin-bottom: 15px;
}
.tags .tag {
    font-size: 12px;
    line-height: 16px;
    letter-spacing: -0.015em;
    color: #707070;
    border: 1px solid #C2C2C2;
    border-radius: 50px;
    padding: 8px 12px;
    display: inline-block;
    margin-right: 15px;
    margin-bottom: 12px;
}
.tags .tag:last-child {
    margin-left: 0px;
}
.course-presenter a {
    display: flex;
    align-items: center;
}
.course-presenter a img {
    background: #D9D9D9;
    border-radius: 50px;
    width: 46px;
    height: 44px;
}
.presenter-name {
    font-weight: 700;
    font-size: 16px;
    line-height: 22px;
    letter-spacing: -0.015em;
    color: #5C5C5C;
}
.presenter-position {
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    letter-spacing: -0.015em;
    color: #858585;
    margin-bottom: 0;
}
.info-header {
    margin-bottom: 30px;
}
.course-header {
    padding-bottom: 30px;
}
.course-content h2 {
    font-weight: 600;
    font-size: 40px;
    line-height: 1.375;
    letter-spacing: -0.015em;
    color: #474747;
}
.course-content p,
.block_buttons p {
    font-size: 18px;
    line-height: 180%;
    letter-spacing: -0.015em;
    color: #5C5C5C;
}
.accordion.accordion-course .accordion-item {
    margin-bottom: 1.5rem;
    border: 1px solid #D6D6D6;
    border-radius: 8px !important;
    background: #FAFAFA;
}
.accordion.accordion-course .accordion-item .accordion-header .accordion-button {
    background-color: #ffffff;
    border-radius: 8px !important;
    font-weight: 700;
    font-size: 20px;
    line-height: 180%;
    letter-spacing: -0.015em;
    color: #5C5C5C;
    box-shadow: none !important;
    position: relative;
    padding: 15px 18px;
}
.accordion.accordion-course .accordion-item .accordion-header .accordion-button[aria-expanded="true"] {
    border-radius: 8px 8px 0px 0px !important;
}
.accordion.accordion-course .accordion-item .accordion-header .accordion-button::after {
    position: absolute;
    top: 30px;
    right: 25px;
}
.accordion.accordion-course .accordion-item .accordion-header .accordion-button .number {
    background: #FBFFED;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100px;
    margin-right: 10px;
}
.accordion.accordion-course .accordion-item  .accordion-body {
    font-weight: 600;
    font-size: 18px;
    line-height: 180%;
    letter-spacing: -0.015em;
    color: #5C5C5C;
    border-top: 1px solid #D6D6D6;
    border-radius: 0px 0px 8px 8px !important;
    padding: 20px 30px;
}
.block-k7c_course_suggestions_slider {
    padding-top: 0;
}
.slider .slick-slide {
    margin: 0 15px;
}
.slider .slick-list {
    padding-top: 10px;
    padding-bottom: 10px;
    margin: 0px -15px 0px -15px;
}
.slider .slick-arrow {
    width: 36px;
    height: 36px;
    background: #AFD037;
    border-radius: 25px;
    text-indent: -9999px;
    display: flex;
    padding: 12px;
}
.slider .slick-arrow.slick-prev {
    position: absolute;
    top: -50px;
    right: 46px;
}
.slider .slick-arrow.slick-prev:before {
    content: '';
    display: inline-block;
    background-image: url('../tgm/img/svg/arrow_prev.svg') !important;
    background-repeat: no-repeat;
    background-size: 7px !important;
    height: 14px !important;
    width: 7px !important;
}
.slider .slick-arrow.slick-next {
    position: absolute;
    top: -50px;
    right: 0px;
}
.slider .slick-arrow.slick-next:before {
    content: '';
    display: inline-block;
    background-image: url('../tgm/img/svg/arrow_next.svg') !important;
    background-repeat: no-repeat;
    background-size: 7px !important;
    height: 14px !important;
    width: 7px !important;
}
.slider .suggestion {
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1);
    border-radius: 14px;
}
.slider .suggestion .thumbnail {
    min-height: 145px;
    text-align: center;
}
.slider .suggestion .thumbnail img {
    border-radius: 14px 14px 0px 0px;
    max-height: 140px;
    text-align: center;
    display: inline-block;
}
.slider .suggestion .course-title {
    padding: 24px;
    font-weight: 700;
    font-size: 18px;
    line-height: 28px;
    color: #404040;
    min-height: 110px;
}
.testimonials-slider .slick-dots {
    list-style: none;
    text-align: center;
    margin: 0;
    padding: 0;
    padding-top: 30px;
}
.testimonials-slider .slick-dots li {
    display: inline-block;
    padding-left: 5px;
    padding-right: 5px;
}
.testimonials-slider .slick-dots li button {
    background: rgba(175, 208, 55, 0.4);
    width: 12px;
    height: 12px;
    text-indent: -9999px;
    padding: 0;
    border-radius: 10px;
    outline: none !important;
    border: none;
}
.testimonials-slider .slick-dots li.slick-active button {
    background: #AFD037;
}
.testimonials-slider.slider .slick-arrow.slick-prev {
    position: absolute;
    top: auto;
    bottom: 0;
    left: 0px;
}
.testimonials-slider.slider .slick-arrow.slick-prev:before {
    content: '';
    display: inline-block;
    background-image: url('../tgm/img/svg/arrow_left.svg') !important;
    background-repeat: no-repeat;
    background-size: 13px !important;
    height: 11px !important;
    width: 13px !important;
}
.testimonials-slider.slider .slick-arrow.slick-next {
    position: absolute;
    top: auto;
    bottom: 0;
    left: 60px;
}
.testimonials-slider.slider .slick-arrow.slick-next:before {
    content: '';
    display: inline-block;
    background-image: url('../tgm/img/svg/arrow_right.svg') !important;
    background-repeat: no-repeat;
    background-size: 13px !important;
    height: 11px !important;
    width: 13px !important;
}
.testimonials-slider.slider .slick-arrow {
    width: 45px;
    height: 45px;
    background: #FFFFFF;
    border-radius: 55px;
    text-indent: -9999px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 12px;
    outline: none !important;
}
.testimonials {
    padding-left: 100px;
    padding-right: 3px;
}
.testimonials-slide {
    background: #FFFFFF;
    padding: 32px;
    border: 1px solid #EBEBEB;
    box-shadow: 0px 2px 25px rgba(0, 0, 0, 0.05);
    border-radius: 8px;
	height: 12rem;
    display: flex;
    flex-direction: column;
}
.testimony-info {
	/*flex: 1 0;*/
}
.hero-title {
	font-size: 56px !important;
}
.review_text {
	flex: 1 0 auto;
	overflow: hidden;
	text-overflow: ellipsis;
	min-height: 5rem;
	display: -webkit-box;
	-webkit-line-clamp: 3; /* Number of lines you want to display before truncating */
	-webkit-box-orient: vertical;
}
.rounded-lg {
    border-radius: 100px;
}
.name_user_slide {
    font-weight: 700;
    font-size: 24px;
    line-height: 1.2;
    letter-spacing: 0.444444px;
    color: #556A0B;
    margin-bottom: 13px;
}
.min_text {
    font-size: 15px;
    line-height: 1.6;
    letter-spacing: 0.4375px;
    color: #404852;
    opacity: 0.6;
}
.image-text-cards.slider .suggestion {
    border: 1px solid #EBEBEB;
    box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.05);
    border-radius: 8px;
    text-align: center;
    padding: 43px 16px 24px;
}
.image-text-cards.slider .suggestion.slick-slide img {
    display: inline-block;
    margin-bottom: 15px;
}
.image-text-cards.slider .suggestion .text {
    font-size: 14px;
    line-height: 19px;
    text-align: center;
    letter-spacing: -0.015em;
    color: #5C5C5C;
    min-height: 60px;
}
#accordion-faqs .accordion-item {
    border: none;
}
#accordion-faqs .accordion-item .accordion-header {
    border-bottom: 1px solid #E0E0E0;
}
#accordion-faqs .accordion-item .accordion-button {
    padding-left: 0;
    padding-top: 16px;
    padding-bottom: 16px;
    background: transparent;
    font-weight: 700;
    font-size: 18px;
    line-height: 32px;
    color: #1D1F20;
    border: none;
    outline: none !important;
    box-shadow: none !important;
}
#accordion-faqs .accordion-item .accordion-button::after {
    position: absolute;
    right: 20px;
    top: 28px;
}
#accordion-faqs .accordion-item .accordion-body {
    padding-left: 0;
    padding-top: 22px;
    padding-bottom: 22px;
    font-weight: 600;
    font-size: 18px;
    line-height: 180%;
    letter-spacing: -0.015em;
    color: #5C5C5C;
}
.k17-cpt-k7c_course {
    padding-bottom: 40px;
}
.info-block {
    padding: 16px;
    background: #FFFFFF;
    border: 1px solid #EBEBEB;
    box-shadow: 0px 2px 25px rgba(0, 0, 0, 0.05);
    border-radius: 14px;
    position: sticky;
    top: 75px;
    z-index: 2;
}
.course_info {
    margin-left: -4px !important;
    margin-right: -4px !important;
}
.course_info .col-6 {
    padding-left: 4px !important;
    padding-right: 4px !important;
}
.infos {
    font-weight: 700;
    font-size: 16px;
    line-height: 22px;
    letter-spacing: -0.015em;
    color: #738C16;
}
.item-course-info {
    padding: 7px;
    background: #F9F9F9;
    border-radius: 12px;
    margin-top: 7px;
}
.item-course-info .info-label {
    font-weight: 700;
    font-size: 10px;
    line-height: 14px;
    letter-spacing: -0.015em;
    color: #707070;
}
.item-course-info .info-value {
    font-weight: 500;
    font-size: 14px;
    line-height: 19px;
    color: #738C16;
}
.inner-participation-info {
    background: #F3FFC6;
    border-radius: 12px;
    padding: 13px 14px;
    display: flex;
    align-items: center;
    margin-top: 14px;
    margin-bottom: 10px;
}
.check-mark {
    display: flex;
    align-items: center;
    justify-content: center;
    background: #738C16;
    width: 28px;
    min-width: 28px;
    height: 28px;
    border-radius: 50px;
    margin-right: 10px;
}
.check-mark-min {
    width: 18px;
    min-width: 18px;
    height: 18px;
}
.check-mark-min img {
    max-width: 10px;
}
.participation-info .progress {
    background: #F3FFC6;
    border-radius: 8px;
    height: 6px;
    margin-bottom: 14px;
}
.participation-info .progress .progress-bar {
    background: #AFD037;
    border-radius: 8px;
}
.inner-participation-info .enrolment-message {
    font-weight: 700;
    font-size: 16px;
    line-height: 22px;
    letter-spacing: -0.015em;
    color: #738C16;
}
.info-block .cta-button {
    text-align: center;
}
.info-block .cta-button .btn-primary {
    border-color: #AFD037 !important;
    width: 100%;
    font-weight: 700;
    font-size: 16px;
    line-height: 22px;
    letter-spacing: -0.015em;
    color: #FFFFFF;
    margin-top: 0 !important;
}
.info-block .hr-info {
    background: #EBEBEB !important;
    opacity: 1;
    margin-top: 13px;
    margin-bottom: 13px;
}
.payment-security {
    text-align: center;
    font-size: 12px;
    line-height: 16px;
    letter-spacing: -0.015em;
    color: #707070;
}
.info-link {
    font-weight: 600;
    font-size: 15px;
    line-height: 20px;
    letter-spacing: -0.015em;
    color: #5C5C5C;
    margin-bottom: 10px;
}
.inner-social-links {
    display: flex;
    align-items: center;
    justify-content: space-evenly;
}
.inner-social-links a {
    background: #AFD037;
    color: #fff;
    border-radius: 100px;
    padding: 5px;
    width: 33px;
    display: inline-flex;
    height: 33px;
    align-items: center;
    justify-content: center;
    margin-left: 3px;
    margin-right: 3px;
}
.inner-price {
    padding: 7px 14px;
    background: #F9F9F9;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.inner-price .price {
    font-weight: 700;
    font-size: 40px;
    line-height: 1.375;
    letter-spacing: -0.015em;
    color: #272635;
    margin-right: 10px;
}
.inner-price .regular_price {
    font-weight: 700;
    font-size: 24px;
    line-height: 1.375;
    letter-spacing: -0.015em;
    text-decoration-line: line-through;
    color: #F53546;
}
.wrapper-price {
    padding-top: 15px;
    padding-bottom: 15px;
}
.poz-rel {
    position: relative;
    z-index: 21;
}
.woocommerce-form-login {
    background: #ffffff;
}
.woocommerce-form-login__rememberme {
    margin-top: 10px;
    margin-left: 15px;
}
.actions-wrapper {
    width: 100px;
}
.k17-account-invites .shop-table tr th,
.k17-account-invites .shop-table tr td {
    padding-right: 10px;
}
.shop-table.k17-invitations.shop_table_responsive .post-action:before {
    display: none;
}
.woocommerce-orders-table.woocommerce-MyAccount-orders.shop_table tbody tr td {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}
.woocommerce-orders-table.woocommerce-MyAccount-orders.shop_table.shop_table_responsive.my_account_orders.account-orders-table {
    padding: 0;
}
.woocommerce .woocommerce-orders-table.woocommerce-MyAccount-orders.shop_table.shop_table_responsive.my_account_orders.account-orders-table th {
    padding-top: 0;
    padding-bottom: 0;
}
.btn-primary-dop {
    margin: 0 !important;
    /* line-height: 1.2 !important; */
    border: none !important;
    padding: 10px !important;
    box-shadow: none !important;
}
.video-js {
    background: transparent !important;
}
.offcanvas .offcanvas-header {
    padding: 0px;
    justify-content: end;
}
.k17-cpt-k7c_course-learn {
    padding-top: 20px;
    background: #ffffff;
}
.offcanvas .offcanvas-body {
    padding: 0px;
}
.vjs-theme-fantasy .vjs-control-bar {
    background: rgba(255, 255, 255, 0.05) !important;
    backdrop-filter: blur(10px) !important;
    left: 15px !important;
    right: 15px !important;
    bottom: 15px !important;
    width: auto !important;
    border-radius: 15px !important;
}
.vjs-theme-fantasy .vjs-play-control .vjs-icon-placeholder::before {
    width: 22px;
    height: 22px;
    color: #5C5C5C;
    background: #fff;
    font-size: 18px;
    top: 12px !important;
    left: 25px !important;
}
.vjs-theme-fantasy .vjs-progress-control .vjs-progress-holder {
    background: rgba(255, 255, 255, 0.5) !important;
    border-radius: 12px;
    height: 5px;
}
.video-js .vjs-play-progress {
   border-radius: 12px;
   background: #fff !important;
}
.video-js .vjs-big-play-button .vjs-icon-placeholder:before,
.video-js .vjs-play-control .vjs-icon-placeholder,
.vjs-icon-play {
    color: #5C5C5C;
}
.video-wrapper:hover .video-js .vjs-big-play-button .vjs-icon-placeholder:before {
    color: #ffffff;
}
.video-js .vjs-play-progress:before {
    background: #ffffff !important;
    border: none !important;
    width: 11px !important;
    height: 11px !important;
    top: -3px !important;
}
.error-404 .logo {
    margin-bottom: 40px;
    display: inline-block;
}
.page-header-dop {
    padding: 50px 20px 50px 70px;
    background: #F1F5E2;
    border-radius: 20px;
    margin-bottom: 40px;
    margin-right: 20px;
}
.page-header-dop .page-title {
    font-weight: 700;
    font-size: 60px;
    line-height: 1.35;
    color: #242122;
}
.error_text {
    color: #575652;
    font-size: 20px;
    line-height: 175%;
}
.btn-primary-border {
    border-color: #AFD037 !important;
}
.module-hero,
.course-header {
    position: relative;
    padding-top: 155px;
    padding-bottom: 160px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.course-header-dop {
    padding-top: 0;
    padding-bottom: 0;
}
.module-hero .h1,
.course-header h1 {
    font-family: 'Montserrat', sans-serif;
    font-weight: 800;
    font-size: 56px;
    line-height: 1.375;
    letter-spacing: -0.015em;
    color: #FFFFFF;
    text-shadow: 0px 3px 20px rgba(0, 0, 0, 0.2);
    padding-right: 20px;
}
.background-layer {
    position: relative;
}
.module-hero:before,
.course-header:before {
    content: '';
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.2);
}
.module-hero:after,
.course-header:after {
    content: '';
    position: absolute;
    z-index: 2;
    top: 0;
    left: 0;
    bottom: 0;
    right: 40%;
    background: linear-gradient(to right, rgba(0,0,0, 0.67) 0%, rgba(0,0,0, 0.26) 30%, transparent);
}
.wrapper-module-details,
.course-info-block {
    position: relative;
    background: #FFFFFF;
    box-shadow: 0px 20px 30px rgba(64, 72, 82, 0.1);
    border-radius: 10px;
    padding: 30px 25px 25px;
    margin-top: -90px;
}
.module-details h4,
.course-info-block .info-block .infos,
.info-block-dop .infos {
    font-family: 'DM Sans';
    font-weight: 500;
    font-size: 20px;
    line-height: 21px;
    letter-spacing: 0.3px;
    color: #556A0B;
    margin-bottom: 20px;
}
.info-block-dop .course_info {
    padding-left: 12px !important;
    padding-right: 12px !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
}
.info_label {
    font-size: 13px;
    line-height: 1.6;
    letter-spacing: 0.3px;
    color: #7D8186;
}
.star_icon {
    min-width: 20px;
}
.info-value,
.course-info-block .info-value {
    font-weight: 700;
    font-size: 20px;
    line-height: 1.5;
    letter-spacing: 0.3px;
}
.border-none:before {
    display: none !important;
}
.wrapper-info-label {
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: 1px solid #EBEBEB;
}
.wrapper-info-label .row {
    margin-left: -25px;
    margin-right: -25px;
}
.wrapper-info-label .info-col {
    padding-left: 25px;
    padding-right: 25px;
}
.border-r {
    position: relative;
}
.border-r:before {
    content: '' !important;
    width: 1px !important;
    height: 40px !important;
    position: absolute !important;
    top: 5px !important;
    right: 0 !important;
    background: #EBEBEB !important;
}
.info-block-dop .border-r:before {
    right: 25px;
    top: 10px;
}
.wrapper-user-info {
    background: #F3FFC6;
    border-radius: 12.2798px;
    padding: 20px 23px;
    margin-bottom: 25px;
}
.user-info {
    display: flex;
    align-items: center;
}
.checkmark_block {
    margin-right: 15px;
}
.user-info-label {
    font-weight: 700;
    font-size: 20px;
    line-height: 1.5;
    letter-spacing: -0.015em;
    color: #738C16;
}
.user-info-date {
    font-size: 20px;
    line-height: 1.5;
    letter-spacing: -0.015em;
    color: #738C16;
}
.progress-dop {
    height: 6px !important;
    background: #DADADA;
    border-radius: 8px !important;
}
.progress-bar {
    background: #90AE25 !important;
    border-radius: 8px !important;
}
.completeness {
    font-weight: 500;
    font-size: 16px;
    line-height: 157.5%;
    letter-spacing: -0.015em;
    color: #474747;
}
.module-details {
    margin-bottom: 15px;
}
.wrapper-module-details .btn-primary,
.course-info-block .btn-primary {
    font-weight: 700;
    font-size: 16px;
    line-height: 21px;
    text-align: center;
    letter-spacing: -0.015em;
    width: 100%;
    border-color: #AFD037;
    height: 63px;
}
.module-info {
    background-color: #ffffff;
    padding-bottom: 65px;
    position: relative;
    z-index: 22;
}
.module-description,
.course-description,
.course-overview {
    padding-top: 60px;
}
.course-additional-info {
    padding-bottom: 60px;
}
.course-overview {
    margin-bottom: 75px;
}
.recommended-content {
    display: flex;
    flex-direction: column;
    height: 100%;
}
.top-recommended-content {
    flex: 1 0 auto;
}
.recommended-course-button {
    flex-shrink: 0;
}
.benefits .benefit {
    padding-top: 35px;
    padding-bottom: 30px;
    text-align: center;
}
.benefits .benefit .icon {
    margin-bottom: 20px;
}
.item_benefits {
    margin-bottom: 20px;
}
.benefits .benefit .title,
.item_benefits .title {
    font-weight: 700;
    font-size: 24px;
    line-height: 174.2%;
    letter-spacing: -0.015em;
    color: #556A0B !important;
}
.benefits .benefit .description,
.item_benefits .description {
    font-weight: 400;
    font-size: 18px;
    line-height: 174.2%;
    letter-spacing: -0.015em;
    color: #5C5C5C;
    padding-left: 20px;
    padding-right: 20px;
}
.module-description h1,
.courses h1,
.general-info h1,
.testimonials h1,
.course-description h1,
.course-overview h1,
.block-benefit_program h1,
.course-additional-info h1,
.module-description h2,
.courses h2,
.general-info h2,
.testimonials h2,
.course-description h2,
.course-overview h2,
.block-benefit_program h2,
.course-additional-info h2,
h2 {
    font-weight: 500;
    font-size: 40px;
    line-height: 1.3;
    letter-spacing: -0.015em;
    color: #556A0B;
    margin-bottom: 15px;
    position: relative;
}
.dots_block h2,
h2 {
    position: relative;
    line-height: 110%;
}
/*.module-description h1::before,*/
/*.general-info h1::before,*/
/*.testimonials h1::before,*/
/*.course-description h1::before,*/
/*.dots_block h1::before,*/
/*.course-overview h1::before,*/
/*.block-benefit_program h1::before,*/
/*.course-additional-info h1::before,*/
/*.module-description h2::before,*/
/*.general-info h2::before,*/
/*.testimonials h2::before,*/
/*.course-description h2::before,*/
/*.dots_block h2::before,*/
/*.course-overview h2::before,*/
/*.block-benefit_program h2::before,*/
/*.course-additional-info h2::before {*/
/*    content: '';*/
/*    background-image: url('./img/svg/dot_1.svg');*/
/*    position: absolute;*/
/*    top: -32px;*/
/*    left: -32px;*/
/*    width: 90px;*/
/*    height: 100px;*/
/*}*/
/*.course-description h1::before,*/
/*.course-overview h1::before,*/
/*.block-benefit_program h1::before,*/
/*.course-additional-info h1::before,*/
/*.course-description h2::before,*/
/*.dots_block h2::before,*/
/*.course-overview h2::before,*/
/*.block-benefit_program h2::before,*/
/*.course-additional-info h2::before {*/
/*    top: -42px;*/
/*}*/
.module-description p,
.course-description p {
    font-size: 22px;
    line-height: 189.5%;
    letter-spacing: -0.015em;
    color: #474747;
}
.title_info {
    font-size: 20px;
    line-height: 21px;
    letter-spacing: 0.3px;
    color: #556A0B;
    margin-bottom: 15px;
}
.new-price {
    font-weight: 700;
    font-size: 52px;
    line-height: 1.3;
    letter-spacing: -0.015em;
    color: #556A0B;
}
.old-price {
    font-weight: 700;
    font-size: 24px;
    line-height: 31px;
    letter-spacing: -0.015em;
    text-decoration-line: line-through;
    color: #474747;
    margin-top: 15px;
}
.price-explanation {
    font-style: italic;
    font-weight: 400;
    font-size: 13px;
    line-height: 21px;
    letter-spacing: 0.3px;
    color: #7D8186;
}
.courses {
    padding-top: 80px;
    position: relative;
    overflow: hidden;
}
.courses::before {
    content: '';
    background-image: url('../tgm/img/svg/courses_mask.svg');
    background-repeat: no-repeat;
    background-size: contain;
    background-position: bottom right;
    position: absolute;
    right: -8%;
    width: 100%;
    height: 100%;
    z-index: 0;
}
.courses .course-item {
    position: relative;
}
.title_card {
    font-weight: 700;
    font-size: 24px;
    line-height: 1.25;
    letter-spacing: -0.015em;
    color: #556A0B;
    padding-right: 45px;
}
.text_card {
    font-size: 18px;
    line-height: 162.2%;
    letter-spacing: -0.015em;
    color: #272635;
}
.card_block {
    position: relative;
    padding: 18px;
}
.arrow_c {
    top: 18px;
    right: 18px;
    position: absolute;
    transition: all 0.35s;
}
.arrow_c img {
    transition: all 0.35s;
}
.card_block {
    display: flex;
    transition: all 0.35s;
}
.courses_img {
    min-width: 108px;
    border-radius: 4px;
}
.masonry-container {
    column-count: 2;
    column-gap: 25px;
}
.masonry-item {
    background-color: #fff;
    display: inline-block;
    border: none !important;
    margin-bottom: 25px;
    width: 100%;
    box-sizing: border-box;
    border-radius: 8px;
}
.accordion-content {
    display: none;
    padding-top: 10px;
    transition: all 0.35s;
    padding: 0px;
}
.masonry-item.masonry-item--opened .accordion-content {
    display: block;
}
.masonry-item.masonry-item--opened .card_block {
    padding-bottom: 0;
}
.masonry-item .card_block .btn-primary {
    margin-right: 0 !important;
    height: 48px;
}
.inner-accordion-content {
    display: flex;
}
.opasity-0 {
    opacity: 0;
}
.masonry-item--opened .arrow_c img {
    transform: rotate(180deg);
}
.general-info {
    padding-top: 64px;
    padding-bottom: 64px;
    background: #ffffff;
    position: relative;
}
.inner-general-info:before {
    content: '';
    width: 50%;
    position: absolute;
    right: 0;
    background-color: #F8F9F5;
    border-radius: 17px 0px 0px 17px;
    bottom: 64px;
    top: 64px;
}
.text_md {
    font-weight: 400;
    font-size: 20px;
    line-height: 35px;
    letter-spacing: -0.015em;
    color: #5C5C5C;
}
.text_tag {
    font-weight: 700;
    font-size: 26px;
    line-height: 174.2%;
    letter-spacing: -0.015em;
    color: #5C5C5C;
}
.wrapper_tags {
    padding-left: 40px;
    position: relative;
    padding-top: 60px;
}
.circle-t {
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100px;
    min-width: 72px;
    width: 72px;
    height: 72px;
    background: #FFFFFF;
}
.testimonials {
    background: #F8F9F5;
    padding-top: 102px;
    padding-bottom: 30px;
}
.item_card {
    width: 100%;
}
.wrapper-btn-primary .btn.btn-primary {
    width: 100%;
    height: 63px;
    max-width: 516px;
    margin: 0 auto !important;
}
.mt-25 {
    margin-top: 25px;
}
.course-info-block {
    margin-top: -90px;
    z-index: 2;
}
.section-course {
    display: flex;
}
.section-course {
    margin-left: -0.75rem;
    margin-right: -0.75rem;
    margin-bottom: 24px;
    padding-left: 10px;
    padding-right: 10px;
    position: relative;
}
.wrapper-section-number,
.wrapper-section-item {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
}
.wrapper-section-number {
    padding-top: 12px;
    position: relative;
}
.wrapper-section-number:before {
    content: '';
    position: absolute;
    left: 50%;
    margin-left: -1px;
    top: 80px;
    bottom: -15px;
    border: 1px dashed #D4D9C2;
}
.section-course:last-child .wrapper-section-number:before {
    display: none;
}
.sections_course {
    padding-top: 30px;
}
.section-number {
    width: 48px;
    height: 48px;
    border-radius: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    font-size: 24px;
    background-color: #F8F9F5;
    color: #556A0B;
}
.wrapper-section-item {
    width: 100%;
}
.wrapper-section-item .section-item {
    background-color: #F8F9F5;
    padding: 24px;
    border-radius: 8px;
}
.section-title h3 {
    font-weight: 700;
    font-size: 24px;
    color: #556A0B;
    margin-bottom: 15px;
}
.section-title p {
    font-weight: 400;
    font-size: 18px;
    color: #272635;
    margin-bottom: 0;
}
.course-info-block .item-course-info {
    background: none;
    margin-top: 0;
    padding: 0;
}
.course-info-block .item-course-info:before {
    /* content: '';
    width: 1px;
    height: 40px;
    position: absolute;
    top: 5px;
    right: 0;
    background: #EBEBEB; */
}
.course-info-block .item-course-info.duration:before,
.course-info-block .item-course-info.presenter:before {
    display: none;
}
.info-block-dop .course_info .col-6 {
    padding-left: 0 !important;
    padding-right: 0 !important;
}
.item-recommended-course-thumbnail {
    height: 206px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 12px 12px 0px 0px;
}
.course-additional-info .recommended-course {
    margin-top: 40px;
    background: #FFFFFF;
    box-shadow: 0px 2px 30px 8px rgba(134, 139, 116, 0.1);
    border-radius: 12px;
    width: 100%;
    display: flex;
    flex-direction: column;
}
.course-additional-info .recommended-course .class-recommended-course-thumbnail {
    flex: 1 0 auto;
}
.recommended-content {
    padding: 15px 18px 20px;
}
.class-recommended-course-title a h3 {
    font-weight: 700;
    font-size: 24px;
    line-height: 31px;
    letter-spacing: -0.015em;
    color: #556A0B;
}
.recommended-course-button .btn.btn-primary {
    height: 48px;
    margin: 0px;
    width: 100%;
}
.masonry-container {
    column-count: 2;
    column-gap: 15px;
}
.masonry-item {
    break-inside: avoid;
    padding-bottom: 15px;
}
.no-profile-picture  {
    display: inline-block;
}
.no-profile-picture-review {
	border: 2px solid #aecf37;
	padding: 9px;
	width: 50px;
	height: 50px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 1.4rem;
}
.k17-cpt-k7c_course-learn {
    background-color: #F8F9F5;
}
.course-info-learn {
    padding: 15px 14px;
    background: #FFFFFF;
    border: 1px solid #EBEBEB;
    border-radius: 8px;
    margin-bottom: 15px;
}
.course-info-learn h2 {
    font-weight: 700;
    font-size: 24px;
    line-height: 139.5%;
    letter-spacing: -0.015em;
    color: #474747;
    word-break: break-all;
}
.progress-description {
    font-weight: 500;
    font-size: 16px;
    line-height: 157.5%;
    letter-spacing: -0.015em;
    color: #474747;
}
.course-content {
    /* background: #FFFFFF; */
    /* border: 1px solid #EBEBEB; */
    /* border-radius: 8px; */
}
.course-outline {
    padding: 17px;
    border-radius: 14px;
    background: #FAFAFA;
}
.lesson-title {
    padding: 15px 20px 15px 0px;
    font-weight: 400;
    font-size: 18px;
    line-height: normal;
    letter-spacing: -0.27px;
    color: #858585;
    /* border-bottom: 1px solid #EBEBEB; */
}
.video-player {
    /* padding: 20px; */
}
.course-content .nav-tabs {
    padding-left: 20px;
}
.tab-content-dop .d-flex {
    background: #FAFAFA;
    border-radius: 8px;
    padding: 15px 18px;
}
.block_buttons {
    background: #FAFAFA;
    border-radius: 8px;
    padding: 15px 20px 28px;
}
.wrapper_btns {
    display: flex;
    flex-wrap: wrap;
}
.wrapper_btns .btn-primary {
    max-width: 190px;
    width: 100%;
    padding-left: 10px !important;
    padding-right: 10px !important;
    margin-right: 10px !important;
}
.wrapper_btns .btn-primary:last-child {
    margin-right: 0px !important;
}
.woocommerce-cart-form {
    padding: 24px;
    background: #fff;
    border-radius: 12px;
    width: 100%;
}
.shop_table_responsive.cart {
    margin-bottom: 0 !important;
}
.woocommerce-page table.cart.shop_table_responsive td.actions {
    padding-bottom: 0 !important;
}
.cart-collaterals .cart_totals {
    height: 100%;
    display: flex;
    flex-direction: column;
}
.cart-collaterals .cart_totals .shop_table.shop_table_responsive {
    flex: 1 0 auto;
}
.cart-collaterals .cart_totals .wc-proceed-to-checkout {
    flex-shrink: 0;
    padding-bottom: 0;
}
.locked-block {
    max-width: 680px;
    margin-left: auto;
    margin-right: auto;
    background: #fff;
    border: 1px solid #EBEBEB;
    border-radius: 8px;
    padding: 50px 40px;
    margin-top: 217px;
}
.locked-block h3 {
    font-weight: 700;
    font-size: 30px;
    line-height: 1.3;
    color: #474747;
    margin-bottom: 0;
}
.locked-block .d-flex {
    margin-bottom: 10px;
}
.locked-block p {
    font-size: 20px;
    line-height: 175%;
    color: #737470;
}
.wrapper-program-listing {
    padding-bottom: 35px;
}
.wrapper_tabs_page .nav-tabs {
    border-bottom: none;
}
.wrapper_tabs_page .nav-tabs .nav-link {
    color: #999;
    font-family: 'DM Sans', sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 175%;
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 2px;
    border: none;
    border-bottom: 2px solid transparent;
    margin-right: 40px;
    cursor: pointer;
}
.wrapper_tabs_page .nav-tabs .nav-link:last-child {
    margin-right: 0;
}
.wrapper_tabs_page .nav-tabs .nav-link.active {
    color: #AFD037;
    border-bottom-color: #AFD037 !important;
}
.wrapper_tabs_page .tab-content {
    background: #F8F9F5;
}
.programs_content {
    padding-top: 50px;
    padding-bottom: 120px;
}
.programs_block {
    margin-bottom: 40px;
}
.item_programs_block_thumbnail {
    height: 234px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 12px 12px 0px 0px;
    width: 100%;
    display: flex;
    align-items: flex-end;
    padding: 22px 15px;
}
.status_program {
    border-radius: 12px;
    background: #AFD037;
    backdrop-filter: blur(15px);
    color: #FFF;
    text-align: center;
    font-family: 'DM Sans', sans-serif;
    font-size: 12px;
    font-weight: 500;
    line-height: 150%;
    padding: 2px 10px;
    height: 24px;
}
.programs_block_content {
    background: #fff;
    padding: 20px 15px;
    border-radius: 0px 0px 12px 12px;
    box-shadow: 0px 20px 30px 0px rgba(64, 72, 82, 0.03);
    /* height: 100%; */
}
.courses_content .programs_block_content {
    height: 100%;
}
.programs_block_title {
    color: #474747;
    font-size: 20px;
    font-weight: 700;
    line-height: 115%;
    letter-spacing: -0.2px;
    margin-bottom: 10px;
}
.programs_block_title a {
    color: #474747;
}
.programs_block_title.color-dark-500 a {
    color: #100F14 !important;
}
.programs_block_description p {
    color: #474747;
    font-size: 14px;
    font-weight: 400;
    line-height: 144%;
}
.pr_icon {
    min-width: 15px;
}
.text_des {
    color: #5E5D61;
    font-family: DM Sans;
    font-size: 13px;
    font-weight: 400;
    line-height: 16px;
    letter-spacing: -0.14px;
    padding-top: 6px;
}
.row-min {
    margin-left: -5px !important;
    margin-right: -5px !important;
}
.col-min {
    padding-left: 5px !important;
    padding-right: 5px !important;
}
.row-dop {
    margin-left: -10px !important;
    margin-right: -10px !important;
}
#results .col-dop {
    padding-left: 10px !important;
    padding-right: 10px !important;
	max-height: 560px;
}
.pr_icon_min {
    min-width: 24px;
}
.text_des_min {
    color: #100F14;
    font-size: 12px;
    font-weight: 400;
    line-height: 22px;
    letter-spacing: -0.12px;
}
.btn.btn-gray {
    border-radius: 10px;
    color: #fff !important;
    background-color: #474747 !important;
    border-color: #474747 !important;
    width: 100%;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: -0.18px;
	height: inherit;
}
.btn.btn-gray:hover {
    color: #474747 !important;
    background-color: #fff !important;
}
.courses_content {
    padding-top: 20px;
    padding-bottom: 120px;
}
.wrapper_search {
    padding: 8px 8px 8px 24px;
    background: #ffffff;
    border-radius: 100px;
    display: flex;
    justify-content: start;
    margin-bottom: 20px;
}
.wrapper_search .form-control {
    color: #999;
    font-family: 'DM Sans', sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 150%;
    border: none;
    box-shadow: none !important;
}
.wrapper_search .btn-green {
    display: flex;
    width: 56px;
    height: 56px;
    justify-content: center;
    align-items: center;
}
.btn.btn-green {
    background: #AFD037;
}
.radius-100 {
    border-radius: 1000px !important;
}
.wrapper_names_courses {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-bottom: 45px;
}
.name_cours {
    border-radius: 30px;
    border: 1px solid #474747;
    opacity: 0.4;
    display: flex;
    padding: 7px 20px;
    justify-content: center;
    align-items: center;
    color: #474747;
    font-size: 16px;
    line-height: 1;
    letter-spacing: -0.24px;
    cursor: pointer;
}
.wrapper_names_courses .form-check-input {
    display: none;
}
.wrapper_names_courses .form-check-input:checked[type=checkbox] + .name_cours {
    opacity: 1;
    color: #ffffff;
    background: #AFD037;
    border: 1px solid #AFD037;
}
.fs-12 {
    font-size: 12px;
}
.fs-13 {
    font-size: 13px;
}
.fs-14 {
    font-size: 14px;
}
.fs-15 {
    font-size: 15px;
}
.fs-16 {
    font-size: 16px;
}
.fs-17 {
    font-size: 17px;
}
.fs-18 {
    font-size: 18px;
}
.fs-20 {
    font-size: 20px;
}
.color-gray-100 {
    color: #7D8186 !important;
}
.color-dark-500 {
    color: #100F14 !important;
}
.color-black-90 {
    color: #5C5C5C !important;
}
.color-black-100 {
    color: #474747 !important;
}
.color-dark-green {
    color: #556A0B;
}
.color-green {
    color: #AFD037 !important;
}
.color-dark-gray {
    color: #5C5C5C !important;
}
.color-black {
    color: #242122 !important;
}
.color-black-2 {
    color: #252525 !important;
}
.color-gray-2 {
    color: #474747 !important;
}
.color-orange-60 {
    color: #D9B124 !important;
}
.color-orange-90 {
    color: #735A01 !important;
}
.color-green-80 {
    color: #738C16 !important;
}
.cours-outline-block {
    padding-right: 15px;
}
.accordion_dop .accordion-item.accordion-item-dop {
    background: transparent !important;
    border: none !important;
}
.accordion_dop .accordion-item.accordion-item-dop .accordion-body {
    border-top: none !important;
}
.accordion-item-dop .accordion-button {
    border: none !important;
    background: transparent !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
}
.accordion-item-dop .accordion-body {
    padding-left: 5px !important;
    padding-right: 0 !important;
}
.form-check-label-dop {
    display: flex;
    justify-content: space-between;
    padding-left: 5px;
    padding-top: 2px;
}
.accordion-item-dop .form-check-input {
    box-shadow: none !important;
    width: 18px;
    height: 18px;
}
.accordion-item-dop .form-check-input:checked[type=radio] {
    border: 1px solid #AFD037;
    background-color: #ffffff;
    background-image: url('../tgm/img/svg/radio.svg');
    background-size: 12px;
}
.accordion-item-dop .form-check-input:checked[type=checkbox] {
    border: 1px solid #AFD037;
    background-color: #AFD037;
    background-image: url('../tgm/img/svg/check_icon.svg');
    background-size: 12px;
}
.courses_block {
    margin-bottom: 45px;
    border-radius: 12px;
    box-shadow: 0px 20px 30px 0px rgba(64, 72, 82, 0.03);
    display: flex;
    flex-direction: column;
    width: 100%;
    transition: all 300ms ease-out;
}
.courses_block:hover
/* , .programs_block:hover  */
{
    box-shadow: 0 0.5rem 0.8rem 3px rgba(0, 0, 0, 0.1);
}
.programs_block {
	/* box-shadow: 0px 20px 30px 0px rgba(64, 72, 82, 0.03); */
    transition: all 300ms ease-out;
}
.programs_block
.accordion_course .accordion-item,
.accordion_course .accordion-item {
    border-radius: 0;
    border: none;
}
.accordion_course .accordion-item .accordion-header {
    display: block;
}
.accordion_course .accordion-item .accordion-header .accordion-button {
    display: block;
    padding: 0;
    background: transparent;
    box-shadow: none;
}
.accordion_course .accordion-item .accordion-header .accordion-button::after {
    position: absolute;
    top: 10px;
    right: 10px;
    background-size: 15px !important;
    height: 10px !important;
    width: 15px !important;
}
.box-shadow-none {
    box-shadow: none !important;
}
.item_courses_block_thumbnail_dop {
    min-height: 170px;
    align-items: flex-start;
    justify-content: end;
    padding-top: 18px;
}
.status_courses {
    border-radius: 30px;
    background: #FFFAEB;
    backdrop-filter: blur(11.292135238647461px);
    padding: 2px 18px;
    color: #474747;
    text-align: center;
    font-size: 10px;
    font-weight: 700;
    line-height: 150%;
}
.status_stage {
    width: fit-content;
    height: 18px;
    border-radius: 10px;
    backdrop-filter: blur(11.292135238647461px);
    display: flex;
    align-items: center;
    justify-content: center;
    color: #FFF;
    font-size: 10px;
    border: 1px solid transparent;
	padding: 0 13px;
}
.status_stage.finished {
    background: #AFD037;
    border-color: #AFD037;
}
.status_stage.notstarted {
    background: #F24040;
    border-color: #F24040;
}
.status_stage.started {
    background: #40B2F2;
    border-color: #40B2F2;
}
.status_stage.cant_be_started {
    background: #000;
    border-color: #000;
}
.status_stage.in_basket {
    background: #ffffff;
    border-color: #AFD037;
    color: #AFD037;
}
.progress_min {
    background: rgba(168, 167, 174, 0.10);
    height: 4px !important;
}
.price_block {
    color: #513F00;
    font-size: 16px;
    font-weight: 700;
    line-height: 115%;
    letter-spacing: -0.16px;
}
.break-word {
    word-break: break-word;
}
.top_programs_block {
    display: flex;
    flex-direction: column;
    /* height: 100%; */
}
.courses_content .top_programs_block {
    height: 100%;
}
.top_programs_block_content {
    flex: 1 0 auto;
}
.top_programs_block_bottom {
    flex-shrink: 0;
}
.inner_courses_block {
    flex: 1 0 auto;
}
.course-banner-dop {
    padding-bottom: 10px;
    margin-bottom: 0;
    width: 100%;
}
.course-header-pr {
    display: flex;
    align-items: end;
    padding-bottom: 30px;
}
.program-description {
    padding-top: 41px;
    padding-bottom: 36px;
}
.info_text {
    font-size: 16px;
    line-height: 150%;
    letter-spacing: -0.24px;
    margin-top: 10px;
}
.wrapper_info_text {
    max-width: 410px;
    display: flex;
    margin-bottom: 30px;
}
.info_icon img {
    min-width: 18px;
}
.info_title {
    color: #474747;
    font-size: 22px;
    line-height: 150%;
    letter-spacing: -0.33px;
}
.wrapper_info_title {
    max-width: 610px;
    margin-bottom: 40px;
}
.v-line {
    height: 24px;
    width: 1px;
    background-color: #EBEBEB;
    margin-left: 25px;
    margin-right: 25px;
}
.wrapper-course-description {
    position: relative;
    z-index: 21;
}
.wrapper-course-description-before .program-description {
    position: relative;
}
.wrapper-course-description-before .program-description:before {
    content: '';
    /* height: 520px; */
    /* width: 100%; */
    height: 100%;
    background: #fff;
    position: absolute;
    left: -1000px;
    width: 1000px;
    top: 0;
}
.wrapper-course-description-before .program-description:after {
    content: '';
    height: 100%;
    background: #fff;
    position: absolute;
    right: -50%;
    top: 0;
    display: block;
    width: 50vw;
    left: calc(100% - 25.5%);
}
.z-21 {
    z-index: 21;
}
.wrapper-course-description
.wrapper-program-info-block {
    z-index: 2;
    position: sticky;
    top: 90px;
}
.program-info-block {
    margin-top: -125px;
    border-radius: 12px;
    background: #FFF;
    box-shadow: 0px 20px 30px 0px rgba(64, 72, 82, 0.10);
    position: relative;

}
.program-info-content {
    padding: 22px 28px 22px 28px;
    margin-bottom: 10px;
}
.shopping_bag {
    margin-right: 10px;
}
.program-info-content .btn-primary,
.popover-content .btn-primary {
    border-radius: 10px !important;
    margin: 0 !important;
    width: 100%;
    font-weight: 700;
}
.h_line {
    height: 1px;
    background-color: #EBEBEB;
}
.discont {
    color: #556A0B;
    text-align: right;
    font-size: 16px;
    line-height: 1.3;
    letter-spacing: -0.5px;
}
.wrapper_status_block {
    border-radius: 12px;
    background: #FFF;
    box-shadow: 0px 20px 30px 0px rgba(64, 72, 82, 0.10);
    padding: 24px 28px 24px 28px;
}
.wrapper_all_content {
    background: #F8F9F5;
    /* padding-top: 95px; */
    padding-bottom: 95px;
    /* margin-top: -210px; */
}
.inner_wrapper_all_content {
    padding-top: 70px;
}
.popover_info_text {
    font-size: 16px;
    line-height: 115%;
    letter-spacing: -0.5px;
}
.title_text {
    color: #242122;
    font-size: 32px;
    font-weight: 500;
    line-height: 158.187%;
    letter-spacing: -0.32px;
    margin-bottom: 18px;
}
.wrapper_training_programs {
    margin-bottom: 70px;
}
.training_program_block {
    position: relative;
    cursor: pointer;
    margin-bottom: 10px;
    display: flex;
    align-items: center;
}
.inner_training_program_block {
    display: flex;
    /* width: 65%; */
    /* background-color: #ffffff; */
    border: 1px solid #F0F2E9;
    border-radius: 12px;
    position: relative;
    width: 100%;
    justify-content: space-between;
}
.inner_training_program_block > a {
    display: flex;
}
.training_program_block_not_started .training_program_block_left,
.training_program_block_started .training_program_block_left {
    opacity: 0.2;
}
.training_program_block_not_started .training_program_block_right,
.training_program_block_started .training_program_block_right {
    background-color: transparent;
}
.training_program_block_not_started .popover_title {
    color: #999;
}
.container_training_program {
    max-width: 430px;
    padding-right: 30px;
}
.training_program_block_left {
    min-width: calc(276px - 30%);
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 12px 0px 0px 12px;
}
.certification_block .training_program_block_left, .on_site_block .training_program_block_left {
	/* min-width: 254px; */
    width: 30%;
}
.training_program_block_right {
    padding: 21px;
    width: 70%;
    background-color: #ffffff;
    border-radius: 0px 12px 12px 0px;
}
.course-header.course-header-pr .wrapper-course-description-before:before {
    height: 14%;
}
.popover_bl {
    /* width: 32%; */
    /* margin-left: 3%; */
    position: absolute;
    right: -50%;
    width: 50%;
}
.woocommerce-MyAccount-content.pagename.courses .popover_bl {
    right: 0%;
    top: 0;
}
.woocommerce-MyAccount-content.pagename.courses .popover_bl .wrapper-popover-content:after {
    display: none;
}
.wrapper-popover-content {
    display: none;
    position: relative;
    /* right: 0; */
    background-color: #ffffff;
    transition: all 0.3s;
    z-index: 22;
    padding: 28px;
    fill: #FFF;
    filter: drop-shadow(0px 20px 30px rgba(64, 72, 82, 0.10));
    /* width: 32%; */
    /* margin-left: 3%; */
    /* top: 50%; */
    /* margin-top: -5%; */
    border-radius: 12px;
}
.training_program_block:hover .wrapper-popover-content {
    display: block;
}
.popover-content {
    position: relative;
}
.wrapper-popover-content:after {
    position: absolute;
    display: block;
    content: "";
    border-color: transparent;
    border-style: solid;
    border-width: 0;
    border-width: 8px 8px 8px 0;
    border-right-color: #fff;
    left: -8px;
    top: 50%;
    margin-top: -4px;
}
.popover_title {
    color: #474747;
    font-size: 20px;
    font-weight: 500;
    line-height: 115%;
    letter-spacing: -0.2px;
}
.status_training_program {
    position: absolute;
    top: 50%;
    margin-top: -12px;
    right: 20px;
    background-repeat: no-repeat;
    background-size: 24px;
    width: 24px;
    height: 24px;
}

.status_training_program_finished {
    background-image: url('../tgm/img/svg/training_program_finished.svg');
}
.status_training_program_not_started {
    background-image: url('../tgm/img/svg/training_program_not_started.svg');
}
.status_training_program_started {
    background-image: url('../tgm/img/svg/training_program_started.svg');
}
.w-90 {
    width: 90px;
}
.mw-250 {
    max-width: 250px;
}
.mw-260 {
    max-width: 260px;
}
.mw-270 {
    max-width: 270px;
}
.mw-65 {
    max-width: 65px;
}
.h-56 {
    height: 56px;
}
.btn.btn-black {
    border-radius: 10px !important;
    background: #474747 !important;
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    color: #ffffff !important;
}
.wrapper_top_block {
    position: relative;
}
.wrapper_mission_btn {
    margin-top: 75px;
}
.top_block {
    padding-top: 110px;
    padding-bottom: 100px;
    background: #fff;
}
.top_block:after {
    content: '';
    position: absolute;
    width: 50%;
    top: 0;
    bottom: 0;
    right: 0;
    /* height: 100%; */
    background-image: url('../tgm/img/jpeg/hero-background.jpg');
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
.slider_img {
    position: relative;
    z-index: 21;
}
.dots_block .extra_title,
h1,
.h1 {
    font-family: DM Sans;
    font-size: 58px;
    font-style: normal;
    font-weight: 500;
    line-height: 89%;
    letter-spacing: -2px;
    position: relative;
	margin-bottom: 32px;
}
.br-10 {
    border-radius: 10px !important;
}
.online_block {
    vertical-align: middle;
    display: inline-flex;
    padding: 4px 15px;
    justify-content: center;
    align-items: center;
    border-radius: 70px;
    border: 2px solid #CECECE;
    color: #556A0B;
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: 103%;
    margin-bottom: 7px;
}
span.online {
    vertical-align: middle;
    display: inline-flex;
    padding: 4px 15px;
    justify-content: center;
    align-items: center;
    border-radius: 70px;
    border: 2px solid #CECECE;
    color: #556A0B;
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: 103%;
    margin-bottom: 7px;
}
span.online:before {
    content: '';
    width: 8px;
    height: 8px;
    border-radius: 100px;
    background: #556A0B;
    margin-right: 0.5rem!important;
}
.circle_dot {
    background: #556A0B;
    height: 8px;
    width: 8px;
    display: inline-block;
}
.hands_section {
    padding-top: 110px;
    padding-bottom: 110px;
    background: #F8F9F5;
}
.discover_section {
    /* padding-top: 55px; */
}
.discover_h2:before {
    left: 48% !important;
}
.benefits_section {
    /* padding-top: 55px; */
    padding-bottom: 125px;
    background: #F8F9F5;
}
.wrapper_benefits_blocks {
    padding-top: 90px;
}
.how_to_get_section {
    padding-top: 60px;
    padding-bottom: 100px;
}
.wrapper_how_to_get_blocks {
    padding-top: 130px;
}
.how_to_get {
    padding-top: 50px;
}
.swiper-wrapper-1,
.swiper-wrapper-2 {
    /* transition-timing-function: linear !important; */
    /* position: relative; */
}
.mb-20 {
    margin-bottom: 20px;
}
.testimonials_slider {
    padding-top: 40px;
}
.support_block {
    color: #242122 !important;
    font-size: 16px;
    font-weight: 700;
    letter-spacing: -0.24px;
}
.faq_section {
    padding-top: 160px;
    padding-bottom: 160px;
    background-color: #fff;
}
.accordion_faq .accordion-button {
    box-shadow: none !important;
    background: none !important;
    padding: 25px 0px;
}
.accordion_faq .accordion-body {
    font-size: 16px;
    font-weight: 700;
    line-height: 1.75;
    padding-left: 0;
    padding-right: 0;
    padding-top: 0;
}
.accordion_faq .accordion-button::after {
    margin-left: auto !important;
    background-image: url('../tgm/img/svg/icon_plus.svg') !important;
    width: 18px !important;
    height: 18px !important;
    background-size: 18px !important;
}
.accordion_faq .accordion-button:not(.collapsed)::after {
    transform: rotate(-135deg);
}
.text-underline {
    text-decoration: underline !important;
}
.accordion_faq.accordion-flush .accordion-item {
    border-color: #0F172A;
}
.login_in .btn.btn-primary {
    border-radius: 64px !important;
}
.course-content.element-lesson .tab-content-dop .block-downloads .wrapper_btns .btn-primary {
    max-width: none;
    width: auto;
}
.woocommerce-error {
    padding-left: 3.5em !important;
}
.status_bl {
    border-radius: 30px;
    background: #FFFAEB;
    backdrop-filter: blur(11.292135238647461px);
    color: #474747;
    font-size: 11px;
    font-weight: 700;
    line-height: 150%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 2px 16px;
    margin-bottom: 25px;
}
.wrapepr_info_status_blocks {
    margin-top: -160px;
    position: sticky;
    top: 90px;
}
.cards_block {
    padding-top: 25px;
    margin-top: 25px;
    margin-bottom: 20px;
    border-top: 1px solid #EBEBEB;
}
.container_text {
    max-width: 290px;
}
.wrapper_search_block {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}
.courses_content .container > .row .col-md-9 .row.row-dop {
    height: 100%;
}
.cols {
    color: #556A0B;
    font-family: DM Sans;
    font-size: 13px;
    font-style: normal;
    font-weight: 700;
    line-height: 21px;
    letter-spacing: 0.3px;
}
.wrapper_users {
    display: flex;

}
.wrapper_users .user-img {
    width: 40px;
    height: 40px;
    border-radius: 50px;
    background-color: #D9D9D9;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    margin-left: -20px;
}
.wrapper_users a:first-child .user-img {
    margin-left: 0;
}
.cart_block {
    position: relative;
    margin-right: 20px;
    display: inline-block;
}
.purchases {
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    right: -11px;
    top: 4px;
    width: 18px;
    height: 18px;
    background: #AFD037;
    border-radius: 15px;
    font-size: 10px;
    font-weight: 400;
    line-height: normal;
    letter-spacing: -0.15px;
    color: #ffffff;
    border: 1px solid #fff;
}


/*Tigran presenter page styles start*/
.tk-presenter-intro {
	display: flex;
	align-items: center;
	gap: 47px;
	margin-top: 60px;
}

.tk-presenter-photo {
	height: 270px;
	width: 270px;
}

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

.tk-presenter-info {
	padding-bottom: 40px;
}

.tk-greeting {
	color: #90AE25;
	font-size: 20px;
	font-weight: 500;
}

.tk-presenter-title {
	font-size: 36px;
	font-weight: 700;
	color: #474747;
	margin-top: 12px
}

.tk-presenter-position {
	font-size: 20px;
	font-weight: 500;
	color: #5C5C5C;
}

.tk-presenter-content {
	margin-top: 45px !important;
}

.tk-content-title {
	color: #5C5C5C;
	font-weight: 700;
	font-size: 32px;
}

.tk-content {
	padding-top: 24px;
	padding-left: 50px !important;
	padding-bottom: 65px;
	background-color: #FFFFFF;
	border-radius: 12px;
}

.tk-presenter-contact {
	margin-top: 45px !important;
	margin-bottom: 163px;
}

.tk-presenter-contact .form {
	background-color: #FFFFFF;
	border-radius: 12px;
	padding: 38px 50px 60px 46px;
}

.tk-presenter-contact .form form {
	flex-direction: column;
	align-items: start;
}

.tk-presenter-contact .form .form-select {
	width: 100%;
	max-width: initial !important;
}

.tk-presenter-contact .form .form-label{
	color: #242122;
	font-weight: 700;
	font-size: 16px;
	margin-bottom: 0;
}

.tk-presenter-contact .form form textarea {
	height: 98px;
}

.tk-presenter-contact-title {
	color: #5C5C5C;
	font-size: 32px;
	font-weight: 700;
}

.tk-presenter-contact .form .send-form {
	width: 0;
	padding: 10px 57px !important;
	margin-left: auto;
}
@media (max-width: 1000px) {
	.tk-presenter-intro {
		flex-direction: column;
		align-items: start;
	}
}
/*Tigran presenter page styles end*/
.benefits .benefit .icon img {
    max-width: 80px;
}

/* Contact page */
.line_contact_block {
    padding-top: 34px;
    padding-bottom: 34px;
    border-top: 1px solid #F2F2F2;
}
.border_line {
    border-bottom: 1px solid #F2F2F2;
}
/* /Contact page */
.reviews_block {
    max-width: 820px;
    border-radius: 8px;
    background: #FFF;
    box-shadow: 0px 2px 25px 0px rgba(0, 0, 0, 0.05);
    padding: 30px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}
.reviews_block:before,
.reviews_block:after {
    content: '';
    position: absolute;
    background-repeat: no-repeat;
    background-size: 40px;
    width: 40px;
    height: 40px;
}
.reviews_block:before {
    top: 30px;
    left: 30px;
    background-image: url('../tgm/img/svg/quote_icon_top.svg');
}
.reviews_block:after {
    bottom: 30px;
    right: 30px;
    background-image: url('../tgm/img/svg/quote_icon_bottom.svg');
}
.inner_reviews_block {
    width: 100%;
    max-width: 390px;
    margin-left: auto;
    margin-inline-end: auto;
    padding-top: 50px;
    padding-bottom: 50px;
    text-align: center;
}
.reviews_block_min {
    max-width: 460px;
}
.reviews_block_min .inner_reviews_block {
    padding-top: 25px;
    padding-bottom: 25px;
}
.reviews_block_min:before {
    top: 25px;
    left: 25px;
}
.reviews_block_min:after {
    bottom: 25px;
    right: 25px;
}
.reviews_block_extra_min:before {
    top: 15px;
    left: 15px;
}
.reviews_block_extra_min:after {
    bottom: 15px;
    right: 15px;
}
.reviews_block_extra_min {
    max-width: 350px;
    margin-top: -20px;
    padding: 20px;
}
.reviews_block_extra_min .inner_reviews_block {
    padding-top: 20px;
    padding-bottom: 10px;
}
.reviews_text {
    color: #8C9197;
    font-size: 18px;
    line-height: 150%;
    letter-spacing: -0.414px;
}
.reviews_text_min {
    color: #999999;
    font-size: 12px;
    line-height: 140%;
    letter-spacing: -0.276px;
}
.italic {
    font-style: italic;
}
.h3 {
    font-size: 24px;
    letter-spacing: -0.552px;
}
.h4 {
    font-size: 20px;
    letter-spacing: -0.46px;
}
.w-208 {
    max-width: 100%;
    width: 208px;
}
.number_big {
    font-size: 48px;
    letter-spacing: -1.104px;
}
.dots_block_dop h2:before {
    left: 50%;
    margin-left: -45px;
}
.border_left {
    border-left: 2px solid #556A0B;
}
.up_to_you_block {
    position: relative;
}
.up_to_you_block:before {
    content: '';
    position: absolute;
    width: 50%;
    top: 0;
    bottom: 0;
    right: 0;
    /* height: 100%; */
    border-radius: 17px 0px 0px 17px;
    background: #F8F9F5;
}
.up_to_you_block_right {
    padding-top: 55px;
    padding-bottom: 55px;
}
@media (min-width: 1200px) {
    .container {
        max-width: 1180px;
    }
}
@media (min-width: 1366px) {
    .wrapper-course-description-before .program-description:after {
        /* left: calc(100% - 24.3%); */
    }
}
@media (min-width: 1640px) {
    .wrapper-course-description-before .program-description:after {
        left: calc(100% - 25.6%);
    }
}
@media (min-width: 1920px) {
    .wrapper-course-description-before .program-description:after {
        left: calc(100% - 24.3%);
    }
}
@media (min-width: 2000px) {
    .wrapper-course-description-before .program-description:after {
        left: calc(100% - 25.7%);
    }
}
@media (min-width: 2500px) {
    .wrapper-course-description-before .program-description:after {
        left: calc(100% - 24.3%);
    }
}
@media (min-width: 768px) {
    .offcanvas.offcanvas-dop {
        visibility: visible !important;
        position: static !important;
        width: 33.3333% !important;
        transform: none !important;
        border: none !important;
        background: transparent !important;
        z-index: 1 !important;
    }
    .offcanvas.offcanvas-dop.offcanvas-dop-min {
        width: 25% !important;
    }
}
@media (max-width: 1380px) {
    .wrapper-info-label .row {
        margin-left: -15px;
        margin-right: -15px;
    }
    .wrapper-info-label .info-col {
        padding-left: 15px;
        padding-right: 15px;
    }
}
@media (max-width: 1200px) and (min-width: 768px) {
    .course-item .col-md-5.col-lg-3 {
        padding-right: 0;
    }
    .new-price {
        font-size: 42px;
    }
    .old-price,
    .info-value,
    .course-info-block .info-value {
        font-size: 18px;
    }
}
@media (max-width: 1200px) {

}
@media (max-width: 1024px) {
    table.dataTable tbody th,
    table.dataTable tbody td {
        white-space: nowrap;
    }
    table#invitation-table.dataTable th,
    table#invitation-table.dataTable td,
    .woocommerce table.shop_table.woocommerce-orders-table thead th,
    .woocommerce table.woocommerce-orders-table.my_account_orders td {
        font-size: 14px;
    }
    .page-header-dop {
        padding: 30px 20px 30px 20px;
    }
    .page-header-dop .page-title {
        font-size: 48px;
    }
    .module-hero .h1,
    .course-header .h1 {
        font-size: 42px;
    }
    .benefits .benefit .description {
        padding-left: 10px;
        padding-right: 10px;
    }
    .course-overview {
        margin-bottom: 55px;
    }
    .reviews_block_extra_min {
        width: 90%;
        margin-right: 5%;
    }
}
@media (max-width: 991.98px) {
    .k17-account-invites .shop-table tr th,
    .k17-account-invites .shop-table tr td,
    .woocommerce table.woocommerce-orders-table.my_account_orders tr th,
    .woocommerce table.woocommerce-orders-table.my_account_orders tr td {
        padding: 10px !important;
    }
    .shop-table.k17-invitations.shop_table_responsive .invitation td a {
        white-space: break-spaces;
    }
    .button.wp-element-button {
        width: auto;
        max-width: 220px;
        margin-left: 0 !important;
        margin-right: 0 !important;
        margin-bottom: 0 !important;
    }
    .info-block {
        max-width: 340px;
        margin: 0px auto 30px;
    }
    .course-banner {
        padding-bottom: 0;
        position: relative;
        border-radius: 12px;
    }
    .course-banner:before {
        /* content: '';
        background-color: rgba(0, 0, 0, 0.6);
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        border-radius: 12px; */
    }
    .k17-cpt-k7c_course .course-banner:before {
        display: none;
    }
    .course-banner .title,
    .course-banner .short-description {
        color: #ffffff !important;
    }
    .course-banner .title {
        font-size: 28px;
    }
    #main-menu .header-item-menu {
        text-align: center;
        margin-left: 0;
    }
    .header-main .navbar-collapse {
        text-align: center;
    }
    .header-main .navbar-nav .menu-item {
        margin-top: 7px;
        margin-bottom: 7px;
    }
    .header-main .dropdown.my-account {
        display: inline-block;
        margin-top: 15px;
        margin-bottom: 15px;
    }
    .image-text-cards.slider .suggestion .text {
        font-size: 13px;
    }
    .dropdown.my-account .dropdown-menu {
        position: static;
    }
    #invitation-table tr td .actions-wrapper a img {
         width: 34px;
    }
    .actions-wrapper {
        width: 80px;
    }
    .entry-content .woocommerce-MyAccount-content .profile-pic,
    .entry-content .woocommerce-MyAccount-content .k17-input-wrapper-gender {
        width: 100%;
        justify-content: center;
    }
    .k17-input-wrapper .form-check {
        padding-left: 10px;
        padding-right: 10px;
    }
    .page-header-dop {
        margin-bottom: 25px;
        margin-right: 0;
    }
    .page-header-dop .page-title {
        font-size: 42px !important;
    }
    .module-hero .h1,
    .course-header h1 {
        font-size: 36px !important;
    }
    .info_label {
        font-size: 12px;
    }
    .info-value,
    .user-info-label,
    .user-info-date {
        font-size: 14px;
    }
    .module-description h1,
    .courses h1,
    .general-info h1,
    .testimonials h1,
    .course-description h1,
    .course-overview h1,
    .block-benefit_program h1,
    .course-additional-info h1,
    .module-description h2,
    .courses h2,
    .general-info h2,
    .testimonials h2,
    .course-description h2,
    .course-overview h2,
    .block-benefit_program h2,
    .course-additional-info h2,
    h2 {
        font-size: 34px;
    }
    .module-description p,
    .title_card,
    .course-description p {
        font-size: 20px;
    }
    .text_card {
        font-size: 15px;
    }
    .courses_img {
        min-width: 80px;
    }
    .text_tag {
        font-size: 22px;
    }
    .course-info-block {
        margin-top: 20px;
        margin-bottom: 30px;
    }
    .course-overview {
        margin-bottom: 45px;
    }
    .wrapper-module-details,
    .course-info-block {
        padding: 20px;
    }
    .info-value, .course-info-block .info-value {
        font-size: 16px;
    }
    .new-price {
        font-size: 42px;
    }
    .old-price {
        margin-top: 7px;
    }
    .course-additional-info .recommended-course {
        margin-top: 25px;
    }
    .class-recommended-course-title a h3 {
        font-size: 20px;
    }
    .login_in {
        margin-top: 10px;
        margin-bottom: 10px;
    }
    .section {
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }
    .coupon + .button {
        margin-top: 33px !important;
    }
    .woocommerce .woocommerce-cart-form__cart-item.cart_item a.remove {
        margin-left: auto;
    }
    .shop_table .product-name a, .shop_table .amount {
        font-size: 16px;
    }
    .woocommerce-cart-form {
        padding: 10px;
    }
    .program-info-block {
        margin-top: 0px;
    }
    .wrapper_all_content {
        margin-top: 0px;
        padding-top: 0px;
        padding-bottom: 50px;
    }
    .top_block:after {
        top: 48%;
        width: 100%;
    }
    .slider_img {
        margin-top: 80px;
    }
    .dots_block .extra_title,
    h1 {
        font-size: 48px;
    }
    .wrapper-popover-content:after {
        display: none;
    }
    .popover_bl {
        right: 0%;
        top: -25%;
    }
    .menu-item.outlined .dropdown-menu {
        position: absolute;
        left: 0;
        right: 0;
    }
    .wrapepr_info_status_blocks,
    .wrapper-program-info-block {
        margin-top: 40px;
        position: static;
    }
    .wrapper-course-description-before .program-description:before,
    .wrapper-course-description-before .program-description:after {
        display: none;
    }
    .wrapper-course-description-before .program-description {
        padding: 25px;
        margin-top: 30px;
        border-radius: 12px;
    }
    .info_title {
        font-size: 18px;
    }
}
@media (max-width: 768px) {
    .error_text {
        font-size: 18px;
    }
    .page-header-dop .page-title {
        font-size: 36px !important;
    }
    .entry-content .woocommerce-MyAccount-content,
    .entry-content .woocommerce-MyAccount-navigation {
        width: 100%;
    }
    .entry-content .woocommerce-MyAccount-navigation-link a {
        margin-bottom: 0;
    }
    .entry-content .woocommerce-MyAccount-navigation-link {
        margin-bottom: 10px;
    }
    .entry-content .woocommerce-MyAccount-navigation {
        margin-bottom: 25px;
    }
    .entry-content .woocommerce-MyAccount-navigation ul {
        display: flex;
        flex-wrap: wrap;
        margin-bottom: 0;
    }
    .woocommerce-MyAccount-navigation-link {
        width: 50%;
    }
    .k17-my-account-navigation .list-unstyled .woocommerce-MyAccount-navigation-link:first-child {
        width: 100%;
    }
    .module-hero .h1,
    .course-header h1 {
        font-size: 32px !important;
    }
    .module-description h1,
    .courses h1,
    .general-info h1,
    .testimonials h1,
    .course-description h1,
    .course-overview h1,
    .block-benefit_program h1,
    .course-additional-info h1,
    .module-description h2,
    .courses h2,
    .general-info h2,
    .testimonials h2,
    .course-description h2,
    .course-overview h2,
    .block-benefit_program h2,
    .course-additional-info h2,
    h2 {
        font-size: 32px;
    }
    .module-description p,
    .title_card,
    .course-description p {
        font-size: 18px;
    }
    .title_card {
        word-break: break-all;
    }
    .courses_img {
        min-width: 70px;
    }
    .text_card {
        font-size: 14px;
    }
    .text_tag {
        font-size: 20px;
    }
    .testimonials-slide {
        padding: 25px 20px;
    }
    .name_user_slide {
        font-size: 18px;
    }
    .min_text {
        font-size: 14px;
    }
    .title_lesson {
        font-size: 14px;
    }
    .masonry-container {
        column-count: 1;
    }
    .new-price {
        font-size: 36px;
    }
    .old-price {
        margin-top: 5px;
    }
    .dots_block .extra_title,
    h1 {
        font-size: 42px;
    }
    .wrapper_mission_btn {
        margin-top: 15px;
    }
}
@media (max-width: 767.98px) {
    .offcanvas.offcanvas-dop {
        width: 85% !important;
        max-width: 400px !important;
    }
    .offcanvas .offcanvas-header {
        padding-top: 10px;
    }
    .footer {
        text-align: center;
        padding-top: 20px;
        padding-bottom: 0px;
    }
    .footer_contact,
    .adress.footer_text {
        margin-bottom: 15px;
    }
    .footer-menu-item {
        margin-left: 0;
    }
    .entry-header h1 {
        font-size: 22px;
    }
    .product {
        padding: 0;
    }
    table tbody tr th,
    table tbody tr td {
        padding-right: 15px;
    }
    .wrapper_products .product {
        display: block;
    }
    .wrapper_products .product .product_left,
    .wrapper_products .product .product_right {
        width: 100%;
    }
    .product_left {
        min-height: 160px;
    }
    .entry-content .woocommerce-MyAccount-content {
        padding: 25px 20px;
    }
    .product_right {
        padding-left: 15px;
        padding-right: 15px;
    }
    .product_title {
        font-size: 24px;
    }
    .woocommerce .woocommerce-MyAccount-content.orders table.shop_table,
    .entry-header .entry-title,
    .entry-content .woocommerce-MyAccount-content .woocommerce-Address {
        padding: 0;
    }
    .entry-content .woocommerce-MyAccount-content .profile-pic,
    .entry-content .woocommerce-MyAccount-content .k17-input-wrapper-gender {
        width: 100%;
        justify-content: center;
    }
    .inner-info {
        padding-left: 0;
        padding-top: 15px;
    }
    #k17_save_account_details_submit {
        margin: 0 auto !important;
        max-width: 310px;
    }
    .send-invitations .button.btn.btn-primary {
        width: 100%;
        margin: 10px auto !important;
    }
    .woocommerce table.shop_table tr td {
        padding: 10px !important;
    }
    .shop_table thead tr th:first-child,
    .shop_table tbody tr td:first-child {
        padding-left: 0px !important;
    }
    .woocommerce-cart-form {
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
    }
    .button.wp-element-button {
        margin-top: 5px !important;
    }
    .woocommerce-cart table.cart td.actions .coupon .input-text,
    .woocommerce-cart table.cart  button.wp-element-button,
    .coupon {
        width: 100% !important;
    }
    .woocommerce-billing-fields,
    .woocommerce-additional-fields,
    .woocommerce table.shop_table,
    .cart-collaterals,
    .woocommerce-checkout #payment ul.payment_methods,
    .woocommerce-checkout #payment div.form-row,
    #order_review_heading {
        padding: 20px;
    }
    #order_review_heading {
        margin-top: 25px;
    }
    .product-total,
    .woocommerce table.shop_table tr td{
        padding-right: 0 !important;
    }
    .text_tag {
        font-size: 18px;
    }
    .wrapper-module-details {
        margin-top: 20px;
    }
    .inner-general-info:before {
        display: none;
    }
    .wrapper_tags {
        background-color: #F8F9F5;
        border-radius: 17px;
        margin-top: 30px;
        padding: 20px;
    }
    .testimonials-slider.slider .slick-list {
        padding-top: 60px;
    }
    .testimonials-slider.slider .slick-arrow.slick-prev,
    .testimonials-slider.slider .slick-arrow.slick-next {
        top: auto;
    }
    .testimonials {
        padding-left: 30px;
    }
    .arrow_c img {
        max-width: 30px;
    }
    .item_card {
        padding-right: 25px;
    }
    .wrapper_btns .btn-primary {
        max-width: none;
        margin-right: 0 !important;
    }
    .woocommerce table.shop_table tr.woocommerce-cart-form__cart-item.cart_item td,
    .woocommerce table.shop_table.shop_table_responsive tr td {
        padding: 10px !important;
    }
    .cart_totals  .wc-proceed-to-checkout {
        text-align: right;
    }
    .woocommerce-cart-form {
        padding: 0px;
    }
    .quantity .input-text.qty.text {
        width: 78px;
    }
    .locked-block {
        margin-top: 30px;
    }
    .wrapper_search .btn-green {
        width: 42px;
        min-width: 42px;
        height: 42px;
        padding: 10px !important;
    }
    .courses_content,
    .programs_content {
        padding-bottom: 20px;
    }
    .filter-icon {
        width: 30px;
    }
    .inner_training_program_block {
        display: block;
        width: 100%;
    }
    .training_program_block_left {
        height: 154px;
        width: 100% !important;
        border-radius: 12px 12px 0px 0px;
    }
    .training_program_block_right {
        width: 100%;
        border-radius: 0px 0px 12px 12px;
    }
    .status_training_program {
        top: 70%;
    }
    .wrapper-popover-content {
        position: absolute;
        width: 80%;
        margin-top: 8px;
        margin-right: 10%;
        margin-left: 10%;
    }
    .wrapper-popover-content:after {
        border-right-color: transparent;
        border-width: 0px 8px 8px 8px;
        border-bottom-color: #fff;
        top: 0;
        margin-top: -8px;
        left: 50%;
        margin-left: -4px;
    }
    .training_program_block {
        display: block;
    }
    .popover_bl {
        width: 100%;
        top: 0;
    }
    .faq_section {
        padding-top: 80px;
        padding-bottom: 80px;
    }
    .top_block,
    .hands_section,
    .programs_content,
    .how_to_get_section,
    .faq_section {
        padding-top: 60px;
        padding-bottom: 60px;
    }
    .discover_section {
        padding-top: 15px;
    }
    .benefits_section {
        padding-bottom: 70px;
    }
    .wrapper_how_to_get_blocks,
    .benefits_section {
        padding-top: 60px;
    }
    .wrapper_benefits_blocks {
        padding-top: 30px;
    }
    .info_text {
        margin-top: 0;
    }
    .header-main .dropdown.my-account {
        display: block;
    }
    .course-additional-info {
        padding-bottom: 20px;
    }
    .general-info {
        padding-top: 20px;
        padding-bottom: 30px;
    }
    .testimonials {
        padding-top: 70px;
    }
    .program-description .v-line {
        width: 100%;
        height: 1px;
        background-color: #EBEBEB;
        margin-top: 15px;
        margin-bottom: 15px;
        margin-left: 0;
        margin-right: 0;
    }
    .up_to_you_block:before {
        display: none;
    }
    .reviews_block_extra_min .inner_reviews_block {
        padding-top: 30px;
    }
    .top_normal_padding {
        padding-top: 2.5rem;
    }
    .bottom_normal_padding {
        padding-bottom: 2.5rem;
    }
    .top_double_padding {
        padding-top: 5rem;
    }
    .bottom_double_padding {
        padding-bottom: 5rem;
    }
}
@media (max-width: 430px) {
    .k17-input-password .password-control {
        top: 81px;
    }
    .dataTables_length {
        margin-top: 15px;
    }
    .woocommerce ul.products[class*=columns-] li.product,
    .woocommerce-page ul.products[class*=columns-] li.product {
        width: 100%;
        margin-bottom: 15px;
    }
    .slider .suggestion .thumbnail img {
        max-height: none;
        width: 100%;
    }
    .testimonials {
        padding-left: 0.75rem;
    }
    .login_in {
        /* display: block; */
    }
    .login_in a {
        display: block;
        margin-right: 0 !important;
        margin-left: 0 !important;
        margin-top: 10px !important;
        margin-bottom: 10px !important;
    }
    .course-description .wrapper_tabs_page .nav-tabs {
        overflow: auto;
        flex-wrap: nowrap;
        padding-bottom: 10px;
    }
    .course-description .wrapper_tabs_page .nav-tabs .nav-link {
        white-space: nowrap;
    }
    .module-hero .h1, .course-header h1 {
        font-size: 28px !important;
    }
    .course-banner {
        padding-left: 10px;
        padding-right: 10px;
    }
    .info_title {
        font-size: 20px;
    }
    .wrapper-course-description-before:before {
        display: none;
    }
    .inner_wrapper_all_content {
        padding-top: 10px;
    }
    .testimonials-slider.slider .slick-list {
        padding-top: 30px;
    }
    .wrapper-section-number {
        padding-left: 0;
        padding-right: 0;
    }
    .wrapper-section-item .section-item {
        padding: 15px;
    }
    .section-title p {
        font-size: 16px;
    }
    .module-description p, .title_card, .course-description p {
        font-size: 16px;
    }
}

/*Added by Michael - you can re-arrange those*/

.btn-group .btn {
	width: auto;
	height: auto;
}

p.ajax-result {
	margin-bottom: 2px;
	color: white;
}

p.ajax-result.custom-message {
	font-size: 1rem;
}
.correct-answer-ajax-result-title {
	font-size: 1.1rem;
	font-weight: 500;
}
.k17-form-message ul {
	margin-bottom: 0.1rem;
}

.correct-answer-ajax-hr {
	margin: 5px;
	color: white;
	border-top: 2px solid white;
}
.btn-check:checked+.btn-outline-primary {
	background-color: #738C16;
	border-color: #AFD037;
}
.btn-outline-primary {
	color: #738C16;
	border-color: #AFD037;
}
.btn-outline-primary:hover {
	color: #fff;
	background-color: #AFD037;
	border-color: #AFD037;
}
.btn-check:checked+.btn-outline-primary:focus {
	box-shadow: 0 0 0 0.25rem rgba(115, 140, 22, 0.5);
}

.k17-tgm_send_quiz p.correct-answer {
	font-size: small;
	font-style: italic;
	font-weight: 600;
}

.k17-tgm_send_quiz div#score {
	padding: 1rem;
	margin-bottom: 1rem;
	color: white;
	font-size: larger;
	border-radius: 11px;
}

.k17-tgm_send_quiz div#score.passed {
	background-color: #738C16;
}

.k17-tgm_send_quiz div#score.failed {
	background-color: #F24040;
}

.k17-k7c_quiz_submit .form-check {
	display: flex;
	gap: 15px;
	align-items: baseline;
}

.k17-k7c_quiz_submit .btn-group.vertical label {
	text-align: left;
}

[type="checkbox"], [type="radio"] {
    accent-color: #738c16;
}