

/* Start:/local/templates/inno-2022/css/breadcrumbs.css?1777463509503*/
.breadcrumbs {
    overflow: hidden;
    white-space: nowrap;
    text-wrap: nowrap;
    text-overflow: ellipsis;
    height: 16px;
    padding-bottom: 36px;
}

.breadcrumbs > a,
.breadcrumbs > a:hover {
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    cursor: pointer;
    color: #525252;
}

.breadcrumbs > a:after {
    content: ' > ';
    margin: 0 6px;
}

.breadcrumbs > a:last-child:after {
    content: '';
    margin: 0;
}
/* End */


/* Start:/local/templates/inno-2025/css/main.css?177746351020432*/

H2.header, .inno-main-container H2.header {
	color: #0D0D0D;
	font-size: 26px;
	line-height: 32px;
	text-align: left;
	margin-top: 24px;
	margin-bottom: 24px;
	padding: 0;
}
H3.header, .inno-main-container H3.header {
	color: #0D0D0D;
	font-size: 18px;
	font-style: normal;
	font-weight: 600;
	line-height: 32px;
	margin-top: 18px;
	margin-bottom: 24px;
	padding: 0;
}

h1 .cart-products-count {
	color: #626262;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 24px;
}

@media (min-width: 1042px) {

	/* width */
	::-webkit-scrollbar {
	  width: 10px;
	}

	/* Track */
	::-webkit-scrollbar-track {
	  background: transparent; 
	}
	 
	/* Handle */
	::-webkit-scrollbar-thumb {
	  background: #EEE;
	  border-radius: 5px;
	  width: 4px;
	}

	/* Handle on hover */
	::-webkit-scrollbar-thumb:hover {
	  background: #dddddd; 
	}
}

.textarea-form {
	width: 100%;
	height: 100px;
	border: 1px solid black;
}



.manager-block {
	display: flex;
	padding: 24px;
	border-radius: 8px;
	background: #1DB4B5;
	color: white;
}

.manager-block .manager-info {
	flex-grow: 1;
	font-size: 16px;
	position: relative;
}

.manager-block .buttons {
	width: 340px;
	display: flex;
}

.manager-block .manager-info .manager-label {
	font-size: 12px;
}

.manager-block .manager-info .manager-name {
	font-weight: bold;
}

.manager-block .manager-info .manager-phone-email {
	display: flex;
	flex-wrap: wrap;
	margin-top: 10px;
	line-height: 16px;
}

.manager-block .manager-info .manager-phone-email hr {
	color: white;
	width: 100%;
	height: 1px;
	opacity: 1;
	display: none;
}

.manager-block .manager-info .manager-phone-email a {
	color: white;
}

.manager-block .manager-info .manager-phone-email > div {
	margin-top: 4px;
	margin-bottom: 4px;
	height: 24px;
}

.manager-block .manager-info .manager-phone-email .manager-phone {
	width: 200px;
	flex-basis: 200px;
	flex-shrink: 0;
}

.manager-block .manager-info .collapse-button {
	display: none;
	position: absolute;
	right: 0;
	width: 24px;
	height: 24px;
	top: 10px;
	cursor: pointer;

}

.manager-block .buttons button:first-child {
	margin-right: 4px;
	width: 193px;
}

.manager-block .buttons button:last-child {
	margin-left: 4px;
	width: 139px;
}

.manager-block .manager-icon {
	height: 16px;
	width: 16px;
	float: left;
	margin-right: 8px;
}

.message-container {
	position: fixed;
	width: 400px;
	top: 0;
	right: 0;
	padding: 20px;
	z-index: 9999;
}

.message-container .message {
	width: 100%;
	padding: 24px;
	border-radius: 8px;
	margin-bottom: 20px;
	position: relative;
	font-size: 16px;
	padding-right: 40px;
	padding-left: 50px;
	background-repeat: no-repeat;
	background-position-x: 15px;
	background-position-y: center;
}

.message-container .message.error {
	background-color: #FDEEEE;
	color: #EE505A;
	background-image: url('/local/templates/inno-2025/css/../images/icons/error-icon.svg');
}

.message-container .message.success {
	background-color: #EBF9F8;
	color: #1DB4B5;
	background-image: url('/local/templates/inno-2025/css/../images/icons/success-icon.svg');
}

.message-container .message.info {
	background-color: #EEF8FF;
	color: #1D75B5;
	background-image: url('/local/templates/inno-2025/css/../images/icons/info-icon.svg');
}

.message-container .message .close {
	height: 24px;
	width: 24px;
	border-radius: 12px;
	background: white;
	cursor: pointer;
	position: absolute;
	right: 8px;
	top: 8px;
	background-image: url('/local/templates/inno-2025/css/../images/icons/close.svg');
	background-position-x: center;
	background-position-y: center;
	background-repeat: no-repeat;
}




.light-select {
	min-width: 150px;
    padding: 12px 35px 12px 0px;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    border-bottom: 1px solid #CCC;
    height: 34px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: url(/local/templates/inno-2025/css/../images/icons/arrow-down-gray.svg) 96% / 15% no-repeat transparent;
    background-size: auto;
    background-position-y: center;
    height: 48px;
}

.light-select::-ms-expand {
    display: none;
}

@media screen and (min-width:0\0) {
    .light-select {
        background: none\9;
        padding: 5px\9;
    }
}




.btn-primary-rectangle {
	border-radius: 8px !important;
	height: 48px !important;
	font-size: 16px !important;
	font-style: normal !important;
	font-weight: 400 !important;
	line-height: 24px !important;
	border: 1px solid white !important;
}

.btn-primary-white {
	background: white !important;;
	color: #1cb4b5 !important;;
	border: 1px solid #1cb4b5 !important;
}


.custom-number-input {
	display: flex;
	width: 140px;
	height: 48px;
	border-radius: 8px;
	border: 1px solid rgba(161, 161, 161, 0.30);
	background: #FFF;
}

.custom-number-input button {
	width: 40px;
	background: white;
	margin: 3px;
}

.custom-number-input .decrement-button {
	border-right: 1px solid rgba(161, 161, 161, 0.30);
}

.custom-number-input .increment-button {
	border-left: 1px solid rgba(161, 161, 161, 0.30);
}

.custom-number-input input {
	width: calc(100% - 80px);
	text-align: center;
}

.custom-checkbox {
	display: inline-block;
	width: 24px;
	height: 24px;
	background-color: #1DB4B5;
	border: 1px solid #1DB4B5;
	color: white;
	border-radius: 4px;
	text-align: center;
	cursor: pointer;
	background-image: url('/local/templates/inno-2025/css/../images/icons/minus.svg');
	background-position-x: center;
	background-repeat: no-repeat;
}

.custom-checkbox.unchecked {
	background-image: null;
	border: 1px solid #A1A1A1;
	background-color: white;
}

.custom-checkbox.checked {
	background-image: url('/local/templates/inno-2025/css/../images/icons/ok.svg');
}


.phone-icon {
	background-image: url('/local/templates/inno-2025/css/../images/icons/phone.svg');
}

.email-icon {
	background-image: url('/local/templates/inno-2025/css/../images/icons/email.svg');
}

.arrow-down-icon {
	background-image: url('/local/templates/inno-2025/css/../images/icons/arrow-down.svg');
}

.arrow-up-icon {
	background-image: url('/local/templates/inno-2025/css/../images/icons/arrow-up.svg');
}
.sea-right-arrow {
	background-image: url('/local/templates/inno-2025/css/../images/icons/sea-right-arrow.svg');
}
#sea-right-arrow {
	background-image: url('/local/templates/inno-2025/css/../images/icons/sea-right-arrow.svg');
}
.sea-pencil {
	background-image: url('/local/templates/inno-2025/css/../images/icons/sea-pencil.svg');
}
.sea-delete {
	background-image: url('/local/templates/inno-2025/css/../images/icons/sea-delete.svg');
}


.order-body {
	display: flex;
	align-items: flex-start;
}

.order-body .order-content {
	flex-grow: 1;
	padding-right: 40px;
    max-width: calc(100% - 280px);
    flex-basis: calc(100% - 280px);
    flex-shrink: 0;
}


.order-body .order-total {
	position: relative;
	width: 280px;
    flex-shrink: 0;
    flex-basis: 280px;
	border-radius: 8px;
	background: #F6F6F6;
	padding: 24px 20px;
	display: flex;
	flex-wrap: wrap;
}

.order-body .order-total hr,
.order-body .order-total button {
	width: 100%;
}

.order-body .order-total .total-header {
	width: 100%;
	font-size: 18px;
	font-style: normal;
	font-weight: 700;
	line-height: 24px;
	flex-shrink: 0;
	margin-bottom: 16px;
}

.order-body .order-total .total-price-count {
	width: 100%;
	display: flex;
}

.order-body .order-total .total-price-count .total-count {
	width: 80px;
	flex-basis: 80px;
	flex-shrink: 0;
}

.order-body .order-total .total-price-count .total-price {
	flex-grow: 1;
}

.order-body .order-total .total-price-count .total-count,
.order-body .order-total .total-price-count .total-price .total-discount {
	color: #A1A1A1;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
}

.order-body .order-total .total-price-count .total-price {
	display: flex;
	flex-wrap: wrap;
}

.order-body .order-total .total-price-count .total-price span {
	text-align: right;
	width: 100%;
}

.order-body .order-total .total-price-count .total-price .total-discount {
	text-decoration: line-through;
}

.order-body .order-total .total-price-count .total-price .total-actual-price {
	color: #0D0D0D;
	font-size: 20px;
	font-style: normal;
	font-weight: 500;
}

.order-body .order-total .total-buttons {
	width: 100%;
}

.order-body .order-total .total-buttons .btn {
	margin-bottom: 8px;
	width: 100%;
}


.product-item {
	display: flex;
}

.product-item .product-item-image-description-column {
	display: flex;
	flex-grow: 1;
}

.product-item-checkbox-column {
	width: 40px;
	flex-basis: 40px;
	flex-grow: 0;
	flex-shrink: 0;
}

.product-item-image-column {
	width: 90px;
	height: 90px;
	flex-basis: 90px;
	flex-grow: 0;
	flex-shrink: 0;
	padding: 6px;
	border: 1px solid #D9D9D9;
	display: flex;
	justify-content: center;
	align-items: center;
}

.product-item-image-column img {
	max-width: 78px;
	max-height: 78px;
}

.product-item-info-column {
	padding-left: 24px;
	flex-grow: 1;
}

.product-item-article,
.product-item-sku {
	color: #A1A1A1;
	font-size: 12px;
	font-style: normal;
	font-weight: 400;
	line-height: 14px;
}

.product-item-info-column .product-item-article {
	margin-bottom: 8px;
}

.product-item-info-column .product-item-not-available {
	color: #EE505A;
	font-size: 12px;
	font-style: normal;
	font-weight: 400;
	line-height: 14px;
	margin-bottom: 8px;
}
.product-item-info-column .product-item-not-available > span {
	text-wrap: nowrap;
}

.product-item-info-column .product-item-sku {
	margin-top: 2px;
}

.product-item-info-column .product-item-sub-price {
	font-size: 12px;
	margin-top: 8px;
	position: relative;
}
.product-item-info-column .product-item-sub-price .discount {
	text-decoration: line-through;
}
.product-item-info-column .product-item-sub-price .discount,
.product-item-info-column .product-item-sub-price .quantity {
	margin-left: 8px;
	margin-right: 8px;
	color: #A1A1A1;
}
.product-item-info-column .product-item-sub-price .quantity {
	margin-left: 12px;
}
.product-item-info-column .product-item-sub-price .dot {
	height: 4px;
    width: 4px;
	border-radius: 2px;
    background-color: #A1A1A1;
    display: inline-block;
    top: 7px;
    position: absolute;
}

.product-item-count-column {
	height: 50px;
	display: flex;
	align-items: center;
	margin-bottom: 16px;
}

.product-item-actual-price {
	color: #0D0D0D;
	font-size: 20px;
	font-style: normal;
	font-weight: 500;
	line-height: 30px;
	text-align: right;
	text-wrap: nowrap;
}

.product-item-discount {
	text-align: right;
}

.product-item-discount .product-item-discount-amount {
	color: #A1A1A1;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 24px;
	text-decoration: line-through;
	vertical-align: middle;
	text-wrap: nowrap;
}

.product-item-discount .product-item-discount-percent {
	border-radius: 90px;
	background: #FB2C2C;
	padding: 2px 6px;
	color: #FFF;
	font-size: 10px;
	font-style: normal;
	font-weight: 400;
	line-height: 11px;
	vertical-align: middle;
	margin-left: 8px;
}





.popup-shadow-outer {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(37, 37, 37, 0.5);
	z-index: 6000;
}
.popup-shadow-outer .popup-shadow-inner {
	height: 100%;
    padding: 0;
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}
.popup-shadow-outer .popup-shadow-inner .popup-window {
	padding: 32px;
    border-radius: 8px;
    background: #FFF;
    position: relative;
    max-width: 95%;
    max-height: 95%;
    display: flex;
    flex-flow: column;
}
.popup-shadow-outer .popup-shadow-inner .popup-window .content {
	overflow-y: auto;
}
.popup-shadow-outer .popup-shadow-inner .popup-window .close-button {
	background-image: url('/local/templates/inno-2025/css/../images/icons/close-popup.svg');
	width: 32px;
    height: 32px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
	position: absolute;
	top: 16px;
	right: 16px;
	cursor: pointer;
}
.popup-shadow-outer .popup-shadow-inner .popup-window .popup-header {
	color: #252525;
	font-size: 32px;
	font-style: normal;
	font-weight: 700;
	line-height: 40px;
	margin-right: 40px;
	padding-bottom: 24px;
}


.custom-switcher {
	height: 48px;
	display: flex;
	flex-shrink: 0;
	align-items: center;
	background-color: #f6f6f6;
	border: 1px solid #dddddd;
	padding: 1px;
	
	border-radius: 8px;
	box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.05) inset;
}
.custom-switcher > div {
	display: flex;
	justify-content: center;
	align-items: center; 
	border-radius: 8px;
	height: 100%;
	flex-grow: 1;
	text-align: center;
	cursor: pointer;
}
.custom-switcher > div > a {
	width: 100%;
    border-right: 1px solid #dddddd;
	padding-left: 10px;
	padding-right: 10px;
}
.custom-switcher > div.active > a,
.custom-switcher > div:last-child > a {
    border-right: 0;
}
.custom-switcher > div.active {
	background-color: #1DB4B5;
	color: white;
	cursor: default;
}



.one-line-input {
	padding: 0;
	width: 100%;
	margin-bottom: 24px;
	position: relative;
}
.one-line-input.invalid-value {
	margin-bottom: 10px;
}
.one-line-input > input {
	height: 27px;
	border-bottom: 1px solid #A1A1A1;
	width: 100%;
	padding-top: 12px;
	padding-bottom: 12px;
}
.one-line-input > .error-message {
	display: none;
	color: #EE505A;
	height: 14px;
}
.one-line-input.invalid-value > .error-message {
	display: block;
}
.one-line-input.invalid-value > input {
	border-bottom: 1px solid #EE505A;
}
.one-line-input > span {
	font-size: 12px;
    font-weight: 400;
    color: #626262;
}
.one-line-input .suggests {
	position: absolute;
    background: white;
    width: 100%;
    box-sizing: border-box;
    padding-top: 5px;
	padding-bottom: 5px;
    border-left: 1px #A1A1A1 solid;
    border-bottom: 1px #A1A1A1 solid;
    border-right: 1px #A1A1A1 solid;
    border-radius: 0 0 10px 10px;
	z-index: 1;
}
.one-line-input .suggests > div {
	padding: 5px;
	cursor: pointer;
}
.one-line-input .suggests > div:hover {
	background-color: #1DB4B5;
	color: white;
}


.spinner-shadow {
	position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #ffffff6e;
    text-align: center;
    padding-top: 30px;
    padding-bottom: 30px;
}
.lds-roller {
  display: inline-block;
  position: relative;
  width: 80px;
  height: 80px;
}
.lds-roller div {
  animation: lds-roller 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
  transform-origin: 40px 40px;
}
.lds-roller div:after {
  content: " ";
  display: block;
  position: absolute;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #1DB4B5;
  margin: -4px 0 0 -4px;
}
.lds-roller div:nth-child(1) {
  animation-delay: -0.036s;
}
.lds-roller div:nth-child(1):after {
  top: 63px;
  left: 63px;
}
.lds-roller div:nth-child(2) {
  animation-delay: -0.072s;
}
.lds-roller div:nth-child(2):after {
  top: 68px;
  left: 56px;
}
.lds-roller div:nth-child(3) {
  animation-delay: -0.108s;
}
.lds-roller div:nth-child(3):after {
  top: 71px;
  left: 48px;
}
.lds-roller div:nth-child(4) {
  animation-delay: -0.144s;
}
.lds-roller div:nth-child(4):after {
  top: 72px;
  left: 40px;
}
.lds-roller div:nth-child(5) {
  animation-delay: -0.18s;
}
.lds-roller div:nth-child(5):after {
  top: 71px;
  left: 32px;
}
.lds-roller div:nth-child(6) {
  animation-delay: -0.216s;
}
.lds-roller div:nth-child(6):after {
  top: 68px;
  left: 24px;
}
.lds-roller div:nth-child(7) {
  animation-delay: -0.252s;
}
.lds-roller div:nth-child(7):after {
  top: 63px;
  left: 17px;
}
.lds-roller div:nth-child(8) {
  animation-delay: -0.288s;
}
.lds-roller div:nth-child(8):after {
  top: 56px;
  left: 12px;
}
@keyframes lds-roller {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}



.delivery-title,
.delivery-block .delivery-details p.delivery-title {
	margin: 0;
	font-size: 12px;
	font-weight: 400;
	color: #626262;
}

.flex-row {
	display: flex;
	flex-shrink: 0;
}
.flex-row > * {
	flex-grow: 1;
	flex-basis: 0;
	padding-right: 32px;
}
.flex-row > *:last-child {
	padding-right: 0;
}






.context-menu {
	width: 24px;
	height: 24px;
	background-image: url('/local/templates/inno-2025/css/../images/icons/menu.svg');
	background-repeat: no-repeat;
    background-position: center;
}
.context-menu > div {
	position: absolute;
    right: 24px;
    top: -8px;
    padding: 16px;
    background: white;
	display: none;
}
.context-menu > div > div {
	display: flex;
	align-items: flex-start;
	margin-bottom: 16px;
    font-size: 12px;
    font-weight: 400;
    line-height: 14px;
}
.context-menu > div > div > .icon {
	height: 16px;
	width: 16px;
	margin-right: 8px;
}
.context-menu > div > div:last-child {
	margin-bottom: 0;
}
.context-menu.active {
	width: 24px;
	height: 24px;
	background-image: url('/local/templates/inno-2025/css/../images/icons/menu-active.svg');
}
.context-menu.active > div {
	display: block;
}





@media (max-width: 1042px) {
	.order-body {
		flex-wrap: wrap;
	}
	
	

	.order-body .order-content,
	.order-body .order-total {
		width: 100%;
		max-width: none;
		flex-basis: auto;
		padding-right: 0;
	}
}

@media (max-width: 818px) {
	header {height:80px}
header.sticky
 {

    height: 80px;

}
header.sticky .header--logo {
    margin-top: 0px!important;
}
header.sticky .header--center {
   
    box-shadow: none!important;
}
	.manager-block {
		flex-wrap: wrap;
	}

	.manager-block .manager-info {
		display: flex;
		flex-wrap: wrap;
	}

	.manager-block .manager-info .manager-label {
		width: 100%;
	}

	.manager-block .manager-info .manager-phone-email {
		display: none;
		flex-wrap: wrap;
		margin-top: 10px;
		line-height: 16px;
		width: 100%;
	}

	.manager-block .manager-info .manager-phone-email.active {
		display: flex;
	}

	.manager-block .manager-info .manager-phone-email .manager-phone {
		width: 100%;
		flex-basis: 100%;
	}

	.manager-block .buttons {
		margin-top: 20px;
	}

	.manager-block .manager-info .collapse-button {
		display: block;

	}

	.manager-block .manager-info .manager-phone-email hr {
		display: block;
	}

	.manager-block .buttons button:first-child {
		flex-grow: 6;
		width: auto;
	}

	.manager-block .buttons button:last-child {
		flex-grow: 4;
		width: auto;
	}

	.message-container {
		bottom: 90px;
		top: auto;
		width: 100%;
	}

	.message-container .message {
		margin-top: 20px;
		margin-bottom: auto;
	}
}
@media (max-width: 622px) {
	
	.product-item {
		flex-wrap: wrap;
	}

	.product-item .product-item-image-description-column {
		width: 100%;
	}

	.product-item-count-price-column {
		width: 100%;
		flex-basis: 100%;
	}

	.product-item-actual-price {
		text-align: left;
	}

	.product-item-discount {
		text-align: left;
	}
	
	
	
	.popup-shadow-outer .popup-shadow-inner .popup-window {
		height: 100%!important;
		max-height: 100%;
		width: 100%!important;
		max-width: 100%;
		border-radius: 0;
		padding: 24px;
	}
}



.paging-buttons {
    height: 40px;
    display: flex;
    gap: 10px;
}
    .paging-buttons .arrow-left,
    .paging-buttons .arrow-right {
        height: 40px;
        width: 40px;
        border-radius: 20px;
        border: 1px solid #D2D2D2;
        cursor: pointer;
        display: flex;
        justify-content: center;
    }

    .paging-buttons .arrow-left > span,
    .paging-buttons .arrow-right > span {
        height: 100%;
        width: 100%;
        margin-top: -1px;
        margin-left: -2px;
    }

    .paging-buttons .arrow-left.disable > span,
    .paging-buttons .arrow-right.disable > span {
        opacity: 0.3;
        cursor: default;
    }

    .paging-buttons .arrow-left:not(.disable):hover,
    .paging-buttons .arrow-right:not(.disable):hover {
        border: 1px solid #6E6E6E;
    }
    .paging-buttons  .arrow-left {
        top: -80px;
        right: 50px;
    }
    .paging-buttons  .arrow-right {
        top: -80px;
        right: 0;
    }
@media (min-width: 1042px) {
	
}
@media (max-width: 1042px) {
	header {height:80px}
header.sticky
 {

    height: 80px;

}
}
/* End */


/* Start:/local/templates/inno-2025/css/courses_main.css?177746351018798*/
.content .container {
    margin-top: 0;
    max-width: 1200px;
    padding: 20px 10px;
}

.display-622 {
    display: none;
}
.inno-main-container h2.course-header,
h2.course-header {    
    margin-bottom: 20px;
}

div, span, p {
    cursor: default;
}

.inno-main-container h2.course-header,
h2.course-header,
h2.course-header a,
h2.course-header a:visited {
    color: #181818;
    font-size: 36px;
    font-style: normal;
    font-weight: 600;
    line-height: 40px;
    text-transform: uppercase;
    transition-duration: 500ms;;
}
@media (max-width: 622px) {
    .inno-main-container h2.course-header,
    h2.course-header,
    h2.course-header a,
    h2.course-header a:visited {
        line-height: 30px;
    }

    h2.course-header a svg {
        height: 30px;
    }
}

h2.course-header a:hover {
    color: #1db4b5;
}
    h2.course-header a svg {
        fill: #181818;
        transition-duration: 500ms;;
    }
    h2.course-header a:hover svg {
        fill: #1db4b5;
    }

h3 {
    color: #000;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 150%;
}

.low-rounded-button {
    display: flex;
    min-height: 56px;
    border-radius: 10px;
    padding: 18px 9px 19px 9px;  
    justify-content: center;
    align-items: center;
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 19px;
    cursor: pointer;
}
.low-rounded-button::after {
    border-radius: 10px;
}

.rounded-button {
    display: flex;
    min-height: 50px;
    border-radius: 30px;
    padding: 0px 20px;    
    justify-content: center;
    align-items: center;
    text-align: center;
    font-size: 15.607px;
    font-style: normal;
    font-weight: 700;
    line-height: 18.533px;
    cursor: pointer;
}
.rounded-button::after {
    border-radius: 30px;
}

.half-rounded-button {
    border-radius: 25px 2px;
    display:flex;
    text-align: center;
    justify-content: center;
    align-items: center;    
    min-height: 60px;
    padding: 7px 10px;
    cursor: pointer;
}

.white-button {
    background-color: white;
    color: #5AC9C9;
    transition-duration: 500ms;
}

.white-button:hover {
    background-color: #EDFDFD;
    color: #5AC9C9;
    transition-duration: 500ms;
}

.green-button {
    background: #5AC9C9;
    position: relative;
}
.green-button > span {
    z-index: 3;
    position: relative;
    color: white;
    cursor: pointer;
}

.green-button::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, #49C3C4 0%, #5BF7DC 100%);
    opacity: 0;    
    transition-duration: 500ms;
}

.green-button:hover::after {
    opacity: 1;
    transition-duration: 500ms;
}

.transparent-button {
    border: 1px solid white;
    color: white;
    transition-duration: 500ms;
}

.transparent-button:hover {
    background-color: #FFFFFF33;
    color: white;
    transition-duration: 500ms;
}

.transparent-white-button {
    border: 1px solid white;
    color: white;
    transition-duration: 500ms;
}

.transparent-white-button:hover {
    background-color: #FFF;
    color: #5FBADC;
    transition-duration: 500ms;
}

.transparent-bordered-button {
    border: 1px solid  #D2D2D2;
    color: #747679;
    background: transparent;
    transition-duration: 500ms;
}

.transparent-bordered-button:hover {
    color: #2A2A30;
    border: 1px solid  #2A2A30;
    transition-duration: 500ms;
}

.transparent-green-button {
    border: 1px solid #D2D2D2;
    color: #747679;
}

.transparent-green-button:hover {
    background-color: #00B7B7;
    color: white;
    transition-duration: 500ms;
    border: 1px solid transparent;
}

.blinked-down-arrow-button::after {
    content: url('/local/templates/inno-2025/images/icons/arrow-down.svg');
    padding-top: 5px;
    animation-name: blinked-down-arrow-button_blink;
    animation-duration: 2s;
    animation-iteration-count: infinite;
}

@keyframes blinked-down-arrow-button_blink {
  0%   {padding-top: 5px;}
  50%  {padding-top: 10px;}
  100% {padding-top: 5px;}
}

.white-label {
    padding: 4px 10px;
    border-radius: 5px;
    background: #FFF;
    color: #5AC9C9;
    font-family: Inter;
    font-size: 13px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

.disc-symbol {
    height: 4px;
    width: 4px;
    background-color: #515458;
    display: inline-block;
    border-radius: 2px;
    margin: 0 4px;
}


.rounded-label {
    padding: 7px 10px;
    border-radius: 30px;
    box-sizing: border-box;
    font-size: 12px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    line-height: 3;
}

.rounded-low-label {
    padding: 2px 3px;
    border-radius: 2px;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

.green-gradient-label {
    background: linear-gradient(123deg, #5799F7 20.5%, #58B3DE 44.35%, #59C9C9 89.65%);
    color: white;
}
.green-label {
    background: #5AC6CE;
    color: white;
}
.red-label {
    background: #FF6A61;
    color: white;
}
.blue-label {
    background: #DCF2F2;
    color: #2A2A30;
}

.icon-label {
    color: #181818;    
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    padding: 5px 0 5px 28px;
    background-position: left;    
    background-repeat: no-repeat;
    margin-right: 10px;
}
.icon-label.icon-label-hat {
    background-image: url('/local/templates/inno-2025/images/icons/hat.svg');
}
.icon-label.icon-label-scissors {
    background-image: url('/local/templates/inno-2025/images/icons/scissors.svg');
}
.icon-label.icon-label-cardio {
    background-image: url('/local/templates/inno-2025/images/icons/cardio.svg');
}
.icon-label.icon-label-share {
    background-image: url('/local/templates/inno-2025/images/icons/share.svg');
}
.icon-label.icon-label-instruments {
    background-image: url('/local/templates/inno-2025/images/icons/instruments.svg');
}
.icon-label.icon-label-impulse {
    background-image: url('/local/templates/inno-2025/images/icons/impulse.svg');
}

.tooltip-item {
    display: none;
    position: absolute;
    left: 0;
    min-width: 170px;
    font-size: 10px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    padding: 11px 10px;
    border-radius: 7px;
    bottom: 40px;
}

.course-labels .tooltip-item{bottom: 55px;}

.tooltip-item::after {
    position: absolute;
    left: 3px;
    bottom: -11px;
}

.tooltip-item.tooltip-gray {
    background: #454545;
    color: white;
}
.tooltip-item.tooltip-green {
    background: #5ac9c9;
    color: white;
}

.tooltip-item.tooltip-gray::after {
    content: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2221%22%20height%3D%2218%22%20viewBox%3D%220%200%2021%2018%22%20fill%3D%22none%22%3E%3Cpath%20d%3D%22M11.366%2017.5C10.9811%2018.1667%2010.0189%2018.1667%209.63397%2017.5L0.540708%201.75C0.155807%201.08333%200.636932%200.25%201.40673%200.25L19.5933%200.250002C20.3631%200.250002%2020.8442%201.08334%2020.4593%201.75L11.366%2017.5Z%22%20fill%3D%22%23454545%22%2F%3E%3C%2Fsvg%3E ");
}
.tooltip-item.tooltip-green::after {
    content: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2221%22%20height%3D%2218%22%20viewBox%3D%220%200%2021%2018%22%20fill%3D%22none%22%3E%3Cpath%20d%3D%22M11.366%2017.5C10.9811%2018.1667%2010.0189%2018.1667%209.63397%2017.5L0.540708%201.75C0.155807%201.08333%200.636932%200.25%201.40673%200.25L19.5933%200.250002C20.3631%200.250002%2020.8442%201.08334%2020.4593%201.75L11.366%2017.5Z%22%20fill%3D%22%235ac9c9%22%2F%3E%3C%2Fsvg%3E ");
}

.tooltip-item.tooltip-blue {
    background: #5799F7;
    color: white;
}

.tooltip-item.tooltip-blue::after {
    content: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2221%22%20height%3D%2218%22%20viewBox%3D%220%200%2021%2018%22%20fill%3D%22none%22%3E%3Cpath%20d%3D%22M11.366%2017.5C10.9811%2018.1667%2010.0189%2018.1667%209.63397%2017.5L0.540708%201.75C0.155807%201.08333%200.636932%200.25%201.40673%200.25L19.5933%200.250002C20.3631%200.250002%2020.8442%201.08334%2020.4593%201.75L11.366%2017.5Z%22%20fill%3D%22%235799F7%22%2F%3E%3C%2Fsvg%3E ");
}

.tooltip-container {
    position: relative;
    
}
.course-labels .tooltip-container {padding-bottom: 18px;text-align: center; min-width: 130px;
    display: block;line-height: 1;
    height: 40px;}
.course-labels .tooltip-container > div {white-space: nowrap;position: absolute;bottom: 3px;left: 50%;transform: translateX(-50%);line-height: normal;}

.tooltip-container:hover .tooltip-item {
    display: block;
}


.title-label {
    border-radius: 30px;
    background: #5AC9C9;
    color: white;
    display: inline-flex;
    padding: 10px 20px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

.title-label .icon {
    width: 24px;
    height: 24px;
    flex: 0 0 24px;
}

.icon.icon-book {
    background-image: url('/local/templates/inno-2025/images/icons/book.svg');
}
.icon.icon-scissors-2 {
    background-image: url('/local/templates/inno-2025/images/icons/scissors-2.svg');
}


.gallery-container  {
    position: relative;
}

    .gallery-container .gallery-outer {
        overflow: hidden;
        position: relative;
        height: 100%;
        width: 100%;
    }

        .gallery-container .gallery-outer .gallery-inner {
            position: absolute;
            left: 0;
            top: 0;
            height: 100%;
            display: flex;
            transition-duration: 500ms;
        }

.gallery-header {
    padding: 40px 0;
    display: flex;
    align-items: end;
}

.gallery-header > * {
    flex-grow: 1;
}
.gallery-header > .paging-buttons {
    flex: 0 0 90px;
}

.gallery-header h2 {
    margin: 0;
}

.pre-footer-buttons {
    margin-bottom: 20px;
    display: flex;
    gap: 20px;
    align-items: center;
}
    .pre-footer-buttons > a {
        flex-grow: 1;
        flex-basis: 0;
    }


.hidden-rows {
    overflow: hidden;
    opacity: 0;
    height: 0;
    transition-duration: 500ms;
}
.unhidden-rows {
    overflow: visible;
    opacity: 1;
    height: auto;
    transition-duration: 500ms;
}

.show-more-button {
    width: 100%;
}


.loader,
.loader:before,
.loader:after {
  border-radius: 50%;
  width: 1.5em;
  height: 1.5em;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation: load7 1.8s infinite ease-in-out;
  animation: load7 1.8s infinite ease-in-out;
}
.loader {
  color: #00B7B7;
  font-size: 10px;
  margin: 0 auto;
  position: relative;
  text-indent: -9999em;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-animation-delay: -0.16s;
  animation-delay: -0.16s;
}
.loader:before,
.loader:after {
  content: '';
  position: absolute;
  top: 0;
}
.loader:before {
  left: -2em;
  -webkit-animation-delay: -0.32s;
  animation-delay: -0.32s;
}
.loader:after {
  left: 2em;
}
@-webkit-keyframes load7 {
  0%,
  80%,
  100% {
    box-shadow: 0 2.5em 0 -1.3em;
  }
  40% {
    box-shadow: 0 2.5em 0 0;
  }
}
@keyframes load7 {
  0%,
  80%,
  100% {
    box-shadow: 0 2.5em 0 -1.3em;
  }
  40% {
    box-shadow: 0 2.5em 0 0;
  }
}



.legacy-notice a {color:var(--main)}

.popup-shadow-outer .popup-shadow-inner .course-order-form {
    border-radius: 40px;
    padding: 50px 40px;
    position: relative;
    overflow: hidden;
}
    .popup-shadow-outer .popup-shadow-inner .course-order-form .close-button {
        top: 25px;
        right: 25px;
    }
    .popup-shadow-outer .popup-shadow-inner .course-order-form .popup-header {
        padding-bottom: 10px;
    }
    .popup-shadow-outer .popup-shadow-inner .course-order-form .popup-header {
        font-size: 36px;
        font-style: normal;
        font-weight: 600;
        line-height: 40px;
    }
        .popup-shadow-outer .popup-shadow-inner .course-order-form .content .text {
            color: #636363;
            font-size: 16px;
            font-style: normal;
            font-weight: 600;
            line-height: 20px;
            padding-bottom: 50px;
        }
        .popup-shadow-outer .popup-shadow-inner .course-order-form .content .date-time {
            font-weight: 400;
        }

        .popup-shadow-outer .popup-shadow-inner .course-order-form .content input {
            height: 40px;
            padding: 10px;
            width: 100%;
            margin-bottom: 40px;
            border-radius: 10px;
            border: 1px solid #D2D2D2;
        }

        .popup-shadow-outer .popup-shadow-inner .course-order-form .content input.error {
            border: 1px solid #f89c9c;
        }

        .popup-shadow-outer .popup-shadow-inner .course-order-form .content input:focus {
            border: 1px solid #AFE2E2;
        }

        .popup-shadow-outer .popup-shadow-inner .course-order-form .content input::placeholder {
            color: #636363;
            font-size: 14px;
            font-style: normal;
            font-weight: 600;
            line-height: 20px;
        }

        .popup-shadow-outer .popup-shadow-inner .course-order-form .buttons {
            display: flex;
            gap: 8px;
        }

        .popup-shadow-outer .popup-shadow-inner .course-order-form .buttons > * {
            flex-grow: 1;
            flex-basis: 0;
        }

        .popup-shadow-outer .popup-shadow-inner .course-order-form .legacy-notice {
            font-size: 12px;
            font-style: normal;
            font-weight: 300;
            line-height: 16px;
            margin-top: 20px;
        }

        .popup-shadow-outer .popup-shadow-inner .course-order-form .shade {
            background: #5AC9C9;
            position: absolute;
            top: 0;
            left: -100%;
            width: 100%;
            height: 100%;
            z-index: 4;
            display: flex;
            flex-direction: column;
            justify-content: center;
            text-align: center;
            color: #FFF;
            font-size: 20px;
            font-style: normal;
            font-weight: 500;
            line-height: normal;
            padding: 100px;
            transition-duration: 500ms;
        }

        .popup-shadow-outer .popup-shadow-inner .course-order-form .shade img {
            height: 75px;
            width: 75px;
        }

        .popup-shadow-outer .popup-shadow-inner .course-order-form .shade .title {
            font-size: 46px;
            font-style: normal;
            font-weight: 500;
            line-height: 56px;
        }

        .popup-shadow-outer .popup-shadow-inner .course-order-form .shade .white-close-button {
            height: 26px;
            width: 26px;
            background-image: url('/local/templates/inno-2025/images/icons/close-white.svg');
            position: absolute;
            right: 22px;
            top: 22px;
            background-size: contain;
            cursor: pointer;
            transition-duration: 500ms;
        }


@media (max-width: 1200px) {
    .icon-label {
        line-height: 2.2;
        margin-right: 0;
    }
}

@media (max-width: 818px) {
    .icon-label {
        font-size: 14px;
        font-style: normal;
        font-weight: 600;
        line-height: 2.2;
        margin-right: 0;
    }

    h2.course-header {
        font-size: 24px;
        margin-bottom: 0;
    }
    
    h3 {
        font-size: 18px;
    }

    .half-rounded-button {
        font-size: 14px;
        font-style: normal;
        font-weight: 700;
        line-height: 18.533px;
    }
}

@media (max-width: 622px) {
    .display-622 {
        display: inherit;
    }
    .popup-shadow-outer:has(> .popup-shadow-inner .course-order-form) {
        z-index: 100000;
    }
    .popup-shadow-outer .popup-shadow-inner .course-order-form {
        border-radius: 0;
        height: auto!important;
        bottom: -100%;
        transition-duration: 500ms;
        top: auto;
        padding: 20px 30px;
        border-radius: 30px 30px 0px 0px;
    }
    .popup-shadow-outer .popup-shadow-inner .course-order-form.open {
        bottom: 0;
    }

    .popup-shadow-outer .popup-shadow-inner:has(> .course-order-form) {
        align-items: end;
    }
        .popup-shadow-outer .popup-shadow-inner .course-order-form .popup-header {
            font-size: 20px;
            font-style: normal;
            font-weight: 600;
            line-height: 40px;
            padding: 0;
        }
            .popup-shadow-outer .popup-shadow-inner .course-order-form .content .text {
                font-size: 14px;
                font-style: normal;
                font-weight: 600;
                line-height: 20px;
                padding-bottom: 30px;
            }
                .popup-shadow-outer .popup-shadow-inner .course-order-form .content .text .date-time {
                    font-size: 14px;
                    font-style: normal;
                    font-weight: 400;
                    line-height: 20px;
                }
            .popup-shadow-outer .popup-shadow-inner .course-order-form .content > input {
                margin-bottom: 30px;
            }
    .popup-shadow-outer .popup-shadow-inner .course-order-form .close-button {
        height: 20px;
        width: 20px; 
    }
        .popup-shadow-outer .popup-shadow-inner .course-order-form .post-content {
            margin: 0 -30px;
            padding: 20px 10px 0 10px;
            border-top: 1px solid #D2D2D2;
        }
        .popup-shadow-outer .popup-shadow-inner .course-order-form .legacy-notice {
            margin: 10px;
        }

        .popup-shadow-outer .popup-shadow-inner .course-order-form .shade {
            padding: 0;
            align-items: center;
        }

        .popup-shadow-outer .popup-shadow-inner .course-order-form .shade .ok-message {
            width: 260px;
        }
}
/* End */


/* Start:/local/templates/inno-2025/css/courses.css?177990224456259*/
.separate-block {
    padding-bottom: 80px;
}

.top-banner {
    display: flex;
    gap: 20px;
}

    .top-banner .transparent-white-button {
        font-weight: 700;
    }

    .top-banner .left-banner {
        flex: 0 0 380px;
        display: flex;
        flex-direction: column;
        padding: 30px;
        height: 530px;
        border-radius: 30px;
        background: linear-gradient(208deg, #5799F7 4.3%, #59C9C9 111.87%);
    }

        .top-banner .left-banner h1 {
            color: #FFF;
            font-size: 37px;
            font-style: normal;
            font-weight: 700;
            /* line-height: normal; */
            text-transform: uppercase;
            margin: 0;
        }

        .top-banner .left-banner .left-banner-carousel {
            flex-grow: 1;
            display: flex;
            align-items: center;
        }

    .top-banner .right-banner {
        max-width: calc(100% - 400px);
    }

@media all and (min-width: 1200px) {
    .top-banner .right-banner {
        width: calc(100% - 400px);
    }
}
        .top-banner .right-banner .swiper {
            height: 100%;
            position: relative;
        }

            .top-banner .right-banner .swiper .swiper-slide {
                border-radius: 30px 30px 30px 3px;
                background: linear-gradient(145deg, #5799F7 9.9%, #59C9C9 86.01%);
                position: relative;
                padding: 50px 40px 30px 40px;
            }

                .top-banner .right-banner .swiper .swiper-slide .back-image {
                    height: 440px;
                    width: 100%;
                    position: absolute;
                    left: 0;
                    bottom: 0;
                    background-size: contain;
                    background-position: bottom right;
                    background-repeat: no-repeat;
                    z-index: 0;
                }

                .top-banner .right-banner .swiper .swiper-slide .content {
                    display: flex;
                    flex-direction: column;
                    height: 100%;
                }

                    .top-banner .right-banner .swiper .swiper-slide .content > * {
                        display: flex;
                        flex-direction: column;
                        z-index: 1;
                    }

                    .top-banner .right-banner .swiper .swiper-slide .content .text {
                        flex-grow: 1;
                        width: 440px;
                        align-items: flex-start;
                    }

                    .course-item .course--place {margin-top: auto;margin-bottom: 10px;}
                    .course--place {border-radius: 12px;padding:5px 10px;background-color: #fff;display: inline-block;font-size: 14px}

                        .top-banner .right-banner .swiper .swiper-slide .content .text p {
                            color: #FFF;
                            font-size: 16px;
                            font-style: normal;
                            font-weight: 400;
                            line-height: 20px;
                            margin: 0;
                        }

                        .top-banner .right-banner .swiper .swiper-slide .content .text h2 {
                            color: #FFF;
                            font-size: 30px;
                            font-style: normal;
                            font-weight: 500;
                            line-height: normal;
                            margin: 10px 0;
                            display: -webkit-box;
                            -webkit-box-orient: vertical;
                            -webkit-line-clamp: 5;
                            overflow: hidden;
                            text-overflow: ellipsis;
                        }

                        .top-banner .right-banner .swiper .swiper-slide .content .text .main-info {                            
                            margin: 40px 0 0 0;
                            width: 415px;
                            display: flex;
                            gap: 16px;
                            flex-wrap: wrap;
                        }

                            .top-banner .right-banner .swiper .swiper-slide .content .text .main-info .info {                            
                                flex: 0 0 calc(50% - 8px);
                                padding-left: 38px;
                                background-repeat: no-repeat;
                                background-position: left bottom;
                            }

                            .top-banner .right-banner .swiper .swiper-slide .content .text .main-info .info.info-date {                            
                                background-image: url('/local/templates/inno-2025/images/icons/c_calendar.svg');
                            }

                            .top-banner .right-banner .swiper .swiper-slide .content .text .main-info .info.info-time {                            
                                background-image: url('/local/templates/inno-2025/images/icons/c_clock.svg');
                            }

                            .top-banner .right-banner .swiper .swiper-slide .content .text .main-info .info.info-city {
                                background-image: url('/local/templates/inno-2025/images/icons/c_location.svg');
                            }

                            .top-banner .right-banner .swiper .swiper-slide .content .text .main-info .info.info-price {                            
                                background-image: url('/local/templates/inno-2025/images/icons/c_price.svg');
                            }

                                .top-banner .right-banner .swiper .swiper-slide .content .text .main-info .info > div {                            
                                    color: #FFF;
                                    font-style: normal;
                                    font-weight: 500;
                                    line-height: normal;
                                }

                                .top-banner .right-banner .swiper .swiper-slide .content .text .main-info .info > div:first-child {                            
                                    font-size: 14px;
                                }

                                .top-banner .right-banner .swiper .swiper-slide .content .text .main-info .info > div:last-child {                            
                                    font-size: 16px;
                                }

                    .top-banner .right-banner .swiper .swiper-slide .content > a {
                        width: 320px;
                    }

        .top-banner .right-banner .swiper .swiper-pagination {
            position: absolute;
            left: 0;
            top: 0;
            text-align: left;
            padding: 20px 0 0 38px;
            max-height: 60px;
        }

            .top-banner .right-banner .swiper .swiper-pagination .swiper-pagination-bullet {
                opacity: 0.5;
                background-color: #FFF;
            }

            .top-banner .right-banner .swiper .swiper-pagination .swiper-pagination-bullet-active{
                opacity: 1;
            }



.transparent-text-carousel {
    width: 100%;
    overflow: hidden;
    position: relative;
    -webkit-mask-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, 0) 15%, rgba(0, 0, 0, 1) 33%, rgba(0, 0, 0, 1) 66%, rgba(0, 0, 0, 0) 85%, rgba(0, 0, 0, 0) 100%);
    mask-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, 0) 15%, rgba(0, 0, 0, 1) 33%, rgba(0, 0, 0, 1) 66%, rgba(0, 0, 0, 0) 85%, rgba(0, 0, 0, 0) 100%);
}

    .transparent-text-carousel > div {
        width: 100%;
        height: calc(100% / 3);
        position: absolute;
        left: 0;
        transition-duration: 500ms;
        color: #FFF;
        font-size: 17px;
        font-style: normal;
        font-weight: 500;
        line-height: 20px;
        display: flex;
        align-items: center;
    }

.gallery-header-with-additional-text {
    display: flex;
    margin-bottom: 30px;
}

    .gallery-header-with-additional-text > .text {
        flex-grow: 1;
        padding-right: 20px;
        font-size: 16px;
        font-style: normal;
        font-weight: 400;
        line-height: 20px;
    }

    .gallery-header-with-additional-text h2 {
        flex: 0 0 426px;
        margin: 0;
    }
    .gallery-header-with-additional-text > .paging-buttons {
        flex: 0 0 90px;
    }

.calendar-outer {
    margin-bottom: 10px;
}
.inno-calendar-outer {
    width: 100%;
    height: 395px;
    overflow: hidden;
    position: relative;
 }
    .inno-calendar-outer .inno-calendar {
        display: flex;
        align-items: start;
        position: absolute;
        top: 0;
        left: 0;
        height: 100%;
        transition-duration: 500ms;
    }
        .inno-calendar-outer .inno-calendar .month  {
            display: flex;
            flex-wrap: wrap;
            width: 328px;
            margin-right: 98px;
        }
        .inno-calendar-outer .inno-calendar .month:last-child  {
            margin-right: 0;
        }

            .inno-calendar-outer .inno-calendar .month  .month-name {
                flex: 1 0 100%;
                margin-bottom: 20px;
                color: #181818;
                font-size: 24px;
                font-style: normal;
                font-weight: 500;
                line-height: 140%;
            }

            .inno-calendar-outer .inno-calendar .month  .day,
            .inno-calendar-outer .inno-calendar .month  .week-day {
                flex: 0 0 calc(14.2857% - 8px);
                display: flex;
                justify-content: center;
                align-items: center;
                height: 39px;
                margin: 4px;
                text-align: center;
                font-size: 16px;
                font-style: normal;
                font-weight: 400;
                transition-duration: 500ms;
            }
            .inno-calendar-outer .inno-calendar .month  .day {
                color: #808080;
            }
                .inno-calendar-outer .inno-calendar .month  .day .day-wd {
                    display: none;
                }
            .inno-calendar-outer .inno-calendar .month  .week-day {
                color: #AAA;
            }
            .inno-calendar-outer .inno-calendar .month  .day.active {
                border-radius: 40px;
                border: 2px solid #5AC9C9;
                color: #181818;
                cursor: pointer;
            }
            .inno-calendar-outer .inno-calendar .month  .day.active.selected {
                background: #5AC9C9;
                color: #FFF;
            }

            .inno-calendar-outer .inno-calendar .month  .day.first-day-2 {
                margin-left: calc(14.2857% + 4px);
            }
            .inno-calendar-outer .inno-calendar .month  .day.first-day-3 {
                margin-left: calc(28.5714% + 4px);
            }
            .inno-calendar-outer .inno-calendar .month  .day.first-day-4 {
                margin-left: calc(42.8571% + 4px);
            }
            .inno-calendar-outer .inno-calendar .month  .day.first-day-5 {
                margin-left: calc(57.1428% + 4px);
            }
            .inno-calendar-outer .inno-calendar .month  .day.first-day-6 {
                margin-left: calc(71.4285% + 4px);
            }
            .inno-calendar-outer .inno-calendar .month  .day.first-day-7 {
                margin-left: calc(85.7142% + 4px);
            }

                    .inno-calendar-outer .inno-calendar .month .day.active .tooltip-item {                        
                        min-width: 130px;
                        left: -40px;
                        bottom: 50px;
                    }

                    .inno-calendar-outer .inno-calendar .month .day.active .tooltip-item::after {                        
                        left: 47px;
                        bottom: -11px; 
                    }


.filters-panel {
    display: flex;
    flex-wrap: wrap;
}
    .filters-panel > * {
        margin: 0 12px 12px 0;
    }
    .filters-panel > ul.course-filter {
        display: none;
    }

.multi-combo-box {
    position: relative;
    border-radius: 30px;
    border: 1px solid #D4D4D4;
    display: flex;
    padding: 18px 30px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    color: #2A2A30;
    font-size: 13px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    text-transform: uppercase;
    transition-duration: 500ms;
    background: transparent;
}

.multi-combo-box,
.multi-combo-box span {
    cursor: pointer;
}

.multi-combo-box:hover {
    border: 1px solid #2A2A30;
}

    .multi-combo-box .arrow-icon {
        background-image: url('/local/templates/inno-2025/images/icons/black_arrow_down.svg');
        background-repeat: no-repeat;
        background-position: center;
        width: 16px;
        height: 16px;
        transition-duration: 500ms;
    }

    .multi-combo-box.has-value {
        border: 1px solid #5AC9C9;
        background: #5AC9C9;
        color: #FFF
    }

    .multi-combo-box.open {
        color: #2A2A30;
        border: 1px solid #D4D4D4;
        background: transparent;
    }

    .multi-combo-box.has-value .arrow-icon {
        transform: rotate(0deg);
        background-image: url('/local/templates/inno-2025/images/icons/drop-down-has-value.svg');
    }

    .multi-combo-box.open .arrow-icon {
        transform: rotate(-180deg);
        background-image: url('/local/templates/inno-2025/images/icons/black_arrow_down.svg');
    }

    .multi-combo-box .combo-box-shadow-outer {
        display: none;
        opacity: 0;
        transition-duration: 500ms;
    }

    .multi-combo-box .drop-down {
        position: absolute;
        left: 0;
        top: 60px;
        width: 410px;
        overflow-y: auto;
        display: none;
        opacity: 0;
        transition-duration: 500ms;
        background-color: #FFF;
        border-radius: 30px;
        z-index: 10;
        box-shadow: 0px 0px 2px 1px rgba(135,135,135,0.75);
        -webkit-box-shadow: 0px 0px 2px 1px rgba(135,135,135,0.75);
        -moz-box-shadow: 0px 0px 2px 1px rgba(135,135,135,0.75);

        color: #2A2A30;
        font-size: 16px;
        font-style: normal;
        font-weight: 400;
        line-height: 20px;
        text-transform: none;
    }

    .multi-combo-box.open .drop-down {
        display: flex;
        flex-direction: column;
    }
    .multi-combo-box.visible .drop-down {
        opacity: 1;
    }
        .multi-combo-box .drop-down .drop-down-inner {
            flex-grow: 1;
            padding: 20px 0 10px 0;
        }
        .multi-combo-box .drop-down .drop-down-inner .drop-down-inner-content {
            max-height: 250px;
            overflow-y: auto;
            display: flex;
            flex-direction: column;
        }
            .multi-combo-box .drop-down .drop-down-inner .mobile-header {
                display: none;
            }
            .multi-combo-box .drop-down .drop-down-inner .mobile-header .close {                
                background-image: url('/local/templates/inno-2025/images/icons/drop-down-has-value.svg');
                background-repeat: no-repeat;
                background-position: center;
                height: 36px;
                width: 36px;
                border-radius: 18px;
                background-color: #000;
                margin-right: -6px;
            }
            .multi-combo-box .drop-down .drop-down-inner .drop-down-inner-content > div.data-row {                
                display: flex;
                gap: 20px;
                padding: 5px 5px 5px 20px;
                cursor: pointer;
                position: relative;
            }
                .multi-combo-box .drop-down .drop-down-inner .drop-down-inner-content > div.data-row.items-align-center {                
                    align-items: center;
                }
                .multi-combo-box .drop-down .drop-down-inner .drop-down-inner-content > div.data-row > span {                
                    width: 25px;
                    height: 25px;
                    flex: 0 0 24px;
                    transition-duration: 500ms;;
                }
                .multi-combo-box .drop-down .drop-down-inner .drop-down-inner-content > div.data-row > span {
                    background-image: url('/local/templates/inno-2025/images/icons/drop-down-selected.svg');
                    opacity: 0;
                }
                .multi-combo-box .drop-down .drop-down-inner .drop-down-inner-content > div.data-row > span:first-child {
                    position: absolute;
                    background-image: url('/local/templates/inno-2025/images/icons/drop-down-not-selected.svg');
                    background-repeat: no-repeat;
                    background-position: center;
                    opacity: 1;
                }
                .multi-combo-box .drop-down .drop-down-inner .drop-down-inner-content > div.data-row.selected > span {
                    opacity: 1;
                }
                .multi-combo-box .drop-down .drop-down-inner .drop-down-inner-content > div.data-row.selected > span:first-child {
                    opacity: 0;
                }
                
                .multi-combo-box .drop-down .drop-down-inner .drop-down-inner-content > div.data-row.items-align-center .text {
                    display: flex;
                    align-items: center;
                }

            .multi-combo-box.visible .drop-down .drop-down-inner .drop-down-inner-content > div.data-row:hover {                
                background-color: #F1F1F1;
            }
        .multi-combo-box.visible .drop-down .drop-down-buttons {
            display: flex;
            gap: 8px;
            padding: 20px;
            border-top: 1px solid #D2D2D2;
        }
            .multi-combo-box.visible .drop-down .drop-down-buttons > * {
                flex: 0 0 calc(50% - 4px);
            }

    .date-filter-label-outer {
        display: inline;
        width: 180px;
        overflow: hidden;
        transition-duration: 500ms;
    }

    .date-filter-label {
        width: 180px;
        display: flex;
        padding: 18px 30px; 
        justify-content: center;
        align-items: center;
        gap: 10px;
        border-radius: 30px;
        border: 1px solid #5AC9C9;
        background: #5AC9C9;
        color: #FFF;
        text-align: center;
        font-size: 13px;
        font-style: normal;
        font-weight: 600;
        line-height: normal;
        text-transform: uppercase;
        cursor: pointer;
        transition-duration: 500ms;
        overflow: hidden;
        white-space: nowrap;
    }
    
        .date-filter-label .cross-icon {
            background-image: url('/local/templates/inno-2025/images/icons/drop-down-has-value.svg');
            background-repeat: no-repeat;
            background-position: center;
            width: 16px;
            height: 16px;
        }

    .clear-filters-outer {
        display: inline;
        width: 54px;
        overflow: hidden;
        transition-duration: 500ms;
    }

    .clear-filters-outer .clear-filters {
        width: 54px;
        background-image: url('/local/templates/inno-2025/images/icons/drop-down-has-value.svg');
        background-repeat: no-repeat;
        background-position: center;
        transition-duration: 500ms;
        height: 54px;
        border-radius: 27px;
        background-color: #000;
        cursor: pointer;
    }

    .date-filter-label-outer.hidden,
    .clear-filters-outer.hidden {
        width: 0;
        margin: 0;
        padding: 0;
    }
    .date-filter-label-outer.hidden .date-filter-label,
    .clear-filters-outer.hidden .clear-filters {
        opacity: 0;
    }


    .course--label {
        position: relative;
        overflow: hidden; 
        border-radius: 30px;
        padding: 18px 30px;
        color: #2A2A30;
        text-align: center;
        font-size: 13px;
        font-style: normal;
        font-weight: 600;
        line-height: normal;
        text-transform: uppercase;
        display: flex;
        align-items: center;
        justify-content: center;
        cursor: pointer;
        transition-duration: 500ms;
        min-width: 140px;
    }
    .filters-panel .course--label .txt {position: absolute;bottom: 11px;font-size: 11px;text-transform: lowercase;}
    .filters-panel .course--label .basic {position: absolute;bottom: 26px;}
    .filters-panel .course--label.active .cross-icon {width: 16px;margin-left: 3px;transform: rotate(0deg) translateY(3px);display: inline-block;}

    .course--label .cross-icon {
        background-image: url('/local/templates/inno-2025/images/icons/drop-down-has-value.svg');
        background-repeat: no-repeat;
        background-position: center;
        width: 0;
        height: 16px;
        transition-duration: 500ms;
        transform: rotate(-90deg);
        cursor: pointer;
    }

    .course--label .active-background {
        position: absolute;
        height: calc(100% + 4px);
        width: calc(100% + 4px);
        background: linear-gradient(208deg, #5799F7 4.3%, #59C9C9 111.87%);
        z-index: -1;
        opacity: 0;
        transition-duration: 500ms;
    }

    
    .course--label::before {
        content: ' ';
        position: absolute;
        background: linear-gradient(0deg, #5799F7 4.3%, #A2E1FF 50%, #59C9C9 100%);
        width: 250px;
        height: 100px;
        animation: animatedgradient 3s infinite linear;
        z-index: -2;
        transition-duration: 500ms;
    }
    
    .course--label::after {
        content: ' ';
        position: absolute;
        width: calc(100% - 4px);
        height: calc(100% - 4px);
        border-radius: 30px;
        background: #FFF;
        z-index: -2;
        transition-duration: 500ms;
    }
    .course--label.active::before,
    .course--label.active::after {
        opacity: 0;
    }
    .course--label.active .cross-icon {
        width: 16px;
        margin-left: 10px;
        transform: rotate(0deg);
    }

    .course--label.active {
        color: #FFF;
    }
    .course--label.active .active-background {
        opacity: 1;
    }

    
        @keyframes animatedgradient {
            0% {
                transform: rotate(0deg);
                width: 250px;
                height: 100px;
            }
            25% {
                transform: rotate(90deg);
                width: 100px;
                height: 250px;
            }
            50% {
                transform: rotate(180deg);
                width: 250px;
                height: 100px;
            }
            75% {
                transform: rotate(270deg);
                width: 100px;
                height: 250px;
            }
            100% {
                transform: rotate(360deg);
                width: 250px;
                height: 100px;
            }
        }



.courses-results {
    min-height: 500px;
    display: flex; 
}

    .courses-results .loading-label,
    .courses-results .empty-label {
        display: none;
    }

.courses-results.loading,
.courses-results.empty {
    align-items: center;
    justify-content: center;
}
    .courses-results.loading .loading-label {
        display: block;
        flex-grow: 1;
    }
        .courses-results.loading .loading-label .title {
            color: #2A2A30;
            text-align: center;
            font-size: 24px;
            font-style: normal;
            font-weight: 700;
            line-height: 19px;
            padding-top: 37px;
        }
    .courses-results.empty .empty-label {
        display: flex;
        flex-direction: column;
        align-items: center;
    }
        .courses-results.empty .empty-label .empty-image {
            width: 65px;
            height: 65px;
            background-image: url('/local/templates/inno-2025/images/icons/empty-courses.svg');
            background-repeat: no-repeat;
            background-position: center;
        }
        .courses-results.empty .empty-label .title {
            padding: 20px 0 5px 0;
            color: #2A2A30;
            text-align: center;
            font-size: 24px;
            font-style: normal;
            font-weight: 700;
            line-height: 19px;
        }
        .courses-results.empty .empty-label .text {
            padding: 5px 0 30px 0;
            color: #2A2A30;
            text-align: center;
            font-size: 16px;
            font-style: normal;
            font-weight: 400;
            line-height: 20px;
            max-width: 264px;
        }
        .courses-results.empty .empty-label button {
            width: 100%;
            max-width: 264px;;
        }

    .courses-results .results {
        display: flex;
        flex-wrap: wrap;
        gap: 20px;
        padding: 20px 0;
    }

        .courses-results .results .course-item {
            flex: 0 0 calc(33.333333% - 13.333333px);
            max-width: calc(33.333333% - 13.333333px);
        }
        .courses-results .results .course-item.hidden {
            display: none;
        }

            .courses-results .results .course-item .image {
                height: 234px;
                position: relative;
                border-radius: 30px 30px 0px 0px;
                overflow: hidden;
            }
            .courses-results .results .course-item .image > img {
                border-radius: 30px 30px 0px 0px;
                width: 100%;
                height: 100%;
                object-fit: cover;
                transition-duration: 500ms;
                position: absolute;
            }

                .courses-results .results .course-item .image > div {
                    height: 100%;
                    width: 100%;
                    background: linear-gradient(180deg, rgba(0, 0, 0, 0.10) 38.36%, rgba(0, 0, 0, 0.70) 129.96%);
                    border-radius: 30px 30px 0px 0px;
                    padding: 10px;
                    display: flex;
                    justify-content: space-between;
                    flex-direction: column;
                    transition-duration: 500ms;
                    position: absolute;
                    left: 0;
                    top: 0;
                    align-items: flex-start;
                }

            .courses-results .results .course-item:hover .image > img {                
                transform: scale(1.1);
            }

            .courses-results .results .course-item:hover .image > div {                
                padding-bottom: 20px;
            }

                .courses-results .results .course-item .image .labels {
                    display: flex;
                    align-items: center;
                    gap: 10px;
                    flex-wrap: wrap;
                }

                    .courses-results .results .course-item .image .labels .label {     
                        border-radius: 30px;
                        background: rgba(221, 233, 250, 0.90);
                        padding: 7px 10px;
                        color: #2A2A30;
                        font-size: 13px;
                        font-style: normal;
                        font-weight: 600;
                        line-height: normal;
                    }

                    .courses-results .results .course-item .image .labels .label div{
                        font-size: 11px;
                    }

                    .courses-results .results .course-item .image .labels .label.innoeducation {     
                        background: linear-gradient(123deg, #5799F7 20.5%, #58B3DE 44.35%, #59C9C9 89.65%);
                        color: #FFF;
                        text-align: center;
                    }

                .courses-results .results .course-item .image .title,
                .courses-results .results .course-item .image .title:visited {                    
                    color: #FFF;
                    font-size: 20px;
                    font-style: normal;
                    font-weight: 700;
                    line-height: normal;
                }

            .courses-results .results .course-item .description {                    
                display: flex;
                gap: 20px;
                flex-wrap: wrap;
                padding: 20px 14px 14px 14px;
                border-radius: 0px 0px 30px 30px;
                border-right: 1px solid #D2D2D2;
                border-bottom: 1px solid #D2D2D2;
                border-left: 1px solid #D2D2D2;
            }
            
                .courses-results .results .course-item .description .title-description {
                    display: none;
                }

                .courses-results .results .course-item .description .lector-image {                    
                    width: 88px;
                    height: 88px;
                    background-position: center;
                    background-size: cover;
                    background-repeat: no-repeat;
                    border-radius: 44px;
                }

                .courses-results .results .course-item .description .lector-info {                    
                    flex: 0 0 calc(100% - 108px);
                    color: #2A2A30;
                    font-size: 12px;
                    font-style: normal;
                    font-weight: 500;
                    line-height: 18.533px;
                    max-height: 88px;
                }

                    .courses-results .results .course-item .description .lector-info .lector-title {                    
                        color: #7D7D80;
                        font-size: 11px;
                        font-style: normal;
                        font-weight: 500;
                        line-height: normal;
                    }

                    .courses-results .results .course-item .description .lector-info .lector-name {                    
                        color: #000;
                        font-size: 16px;
                        font-style: normal;
                        font-weight: 600;
                        line-height: normal;
                        transition-duration: 500ms;
                    }

                    .courses-results .results .course-item .description .lector-info .lector-position {                    
                        display: -webkit-box;
                        -webkit-box-orient: vertical;
                        -webkit-line-clamp: 3;
                        overflow: hidden;
                        text-overflow: ellipsis;
                    }

                    .courses-results .results .course-item .description .lector-info:hover .lector-name {                    
                        text-decoration: underline;
                    }

                .courses-results .results .course-item .description .course-info {                    
                    flex: 0 0 100%;
                    display: flex;
                    flex-wrap: wrap;
                    gap: 10px 20px;

                    color: #2A2A30;
                    font-size: 14px;
                    font-style: normal;
                    font-weight: 500;
                    line-height: normal;
                }

                    .courses-results .results .course-item .description .course-info > div {                    
                        flex: 0 0 calc(50% - 10px);
                        padding-left: 30px;
                        position: relative;
                    }
                    .courses-results .results .course-item .description .course-info > div::before {
                        content: ' ';
                        width: 30px;
                        height: 30px;
                        position: absolute;
                        left: 0;
                        bottom: 2px;
                        background-position: bottom center;
                        background-size: 17px;
                        background-repeat: no-repeat;
                    }
                    .courses-results .results .course-item .description .course-info > div.date::before {
                        background-image: url('/local/templates/inno-2025/images/icons/c_calendar_g.svg');
                    }
                    .courses-results .results .course-item .description .course-info > div.time::before {
                        background-image: url('/local/templates/inno-2025/images/icons/c_clock_g.svg');
                    }
                    .courses-results .results .course-item .description .course-info > div.city::before {
                        background-image: url('/local/templates/inno-2025/images/icons/c_location_g.svg');
                    }
                    .courses-results .results .course-item .description .course-info > div.price::before {
                        background-image: url('/local/templates/inno-2025/images/icons/c_price_g.svg');
                    }

                    .courses-results .results .course-item.innoeducation .description .course-info > div.date::before {
                        background-image: url('/local/templates/inno-2025/images/icons/c_calendar.svg');
                    }
                    .courses-results .results .course-item.innoeducation .description .course-info > div.time::before {
                        background-image: url('/local/templates/inno-2025/images/icons/c_clock.svg');
                    }
                    .courses-results .results .course-item.innoeducation .description .course-info > div.city::before {
                        background-image: url('/local/templates/inno-2025/images/icons/c_location.svg');
                    }
                    .courses-results .results .course-item.innoeducation .description .course-info > div.price::before {
                        background-image: url('/local/templates/inno-2025/images/icons/c_price.svg');
                    }

                    .courses-results .results .course-item .description .course-info > div > div:first-child {                    
                        color: #7D7D80;
                    }

            .courses-results .results .course-item.innoeducation .description {
                background: linear-gradient(144deg, #5799F7 5.82%, #58B3DE 36.88%, #59C9C9 95.85%);
                border: 1px solid transparent;
            }
            .courses-results .results .course-item.innoeducation .description .lector-info,
            .courses-results .results .course-item.innoeducation .description .lector-info .lector-title,
            .courses-results .results .course-item.innoeducation .description .lector-info .lector-name,
            .courses-results .results .course-item.innoeducation .description .course-info,
            .courses-results .results .course-item.innoeducation .description .course-info > div > div:first-child {
                color: #FFF;
            }

        .courses-results .results .course-item .description .buttons {
            display: flex;
            gap: 8px;
            width: 100%;
        }

        .courses-results .results .course-item .description .buttons > * {
            flex: 0 0 calc(50% - 4px);
        }

.lectors-gallery-outer,
.faq-outer,
.all-courses-outer {
    padding: 80px 0 0 0;
}

.lectors-gallery {
    height: 549px;
    width: 100%;
}

    .lectors-gallery-header .course-header > a {
        display: flex;
    }
    .lectors-gallery .gallery-inner {
        gap: 20px;
    }

    .lectors-gallery .gallery-item {
        width: 380px;
        height: 100%;
        padding: 30px 28px 20px 28px;        
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        border-radius: 40px 40px 40px 3px;
        border: 1px solid #D2D2D2;
        color: #2A2A30;
        font-size: 16px;
        font-style: normal;
        font-weight: 400;
        line-height: 150%;
    }

        .lectors-gallery .gallery-item .lector-photo {
            align-self: center;
            background-size: cover;
            background-position: center;
            background-repeat: no-repeat;
            width: 316px;
            height: 316px;
            border-radius: 316px;
        }

        .lectors-gallery .gallery-item .lector-name {
            color: #000;
            font-size: 20px;
            font-weight: 600;
        }

        .lectors-gallery .gallery-item .lector-position {
            display: -webkit-box;
            -webkit-box-orient: vertical;
            -webkit-line-clamp: 2;
            overflow: hidden;
            text-overflow: ellipsis;
        }

        .faq-outer .faq {
            padding-top: 20px;
            display: flex;
            flex-direction: column;
            gap: 20px;
        }

            .faq-outer .faq > div {
                padding: 20px 40px 30px 40px;
                border-radius: 30px 30px 30px 3px;
                background: #5AC9C9;
                min-height: 100px;
                max-height: 100px;
                color: #FFF;
                overflow-y: hidden;
                cursor: pointer;
                transition-duration: 500ms;
                display: flex;
                flex-direction: column;
                justify-content: space-between;
                font-size: 16px;
                font-style: normal;
                font-weight: 400;
                line-height: 20px;
            }
                .faq-outer .faq > div h3 {
                    min-height: 60px;
                    color: #FFF;
                    font-size: 20px;
                    font-style: normal;
                    font-weight: 700;
                    margin: 0;
                    display: flex;
                    align-items: center;
                    position: relative;
                    padding-right: 50px;
                }
                    .faq-outer .faq > div h3 span {
                        background-size: cover;
                        background-position: center;
                        background-repeat: no-repeat;
                        height: 40px;
                        width: 40px;
                        position: absolute;
                        right: 0;
                        top: center;
                        transition-duration: 500ms;
                    }
                    .faq-outer .faq > div h3 .open {
                        background-image: url('/local/templates/inno-2025/images/icons/plus.svg');
                    }
                    .faq-outer .faq > div h3 .close {
                        background-image: url('/local/templates/inno-2025/images/icons/minus.svg');
                        opacity: 0;
                    }
                    .faq-outer .faq > div.active h3 .open {
                        opacity: 0;
                    }
                    .faq-outer .faq > div.active h3 .close {
                        opacity: 1;
                    }

                .faq-outer .faq > div > div {
                    opacity: 0;
                    transition-duration: 500ms;
                    flex-grow: 1;
                }

            .faq-outer .faq > div.active {
                max-height: 300px;
            }

                .faq-outer .faq > div.active > div {
                    opacity: 1;
                }

    .all-courses-outer .courses {
        display: flex;
        gap: 20px;
        flex-wrap: wrap;
        padding-top: 20px;
        padding-bottom: 60px;
    }
        .all-courses-outer .courses > a {
            flex: 0 0 calc(25% - calc(60px / 4));
            max-width: calc(25% - calc(60px / 4));
            transition-duration: 500ms;
            color: #2A2A30;
            font-size: 16px;
            font-style: normal;
            font-weight: 400;
            line-height: 20px;
            height: 84px;
        }
        .all-courses-outer .courses > a:visited {
            color: #2A2A30;
        }
        .all-courses-outer .courses > a:hover {
            color: #1db4b5;
        }

.seo-text {
    color: #2A2A30;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    padding: 80px 10px;
}

    .seo-text h2 {
        color: #00b7b7;
        font-size: 18px;
        font-weight: 600;
        margin-bottom: 20px;
    }

    .seo-text h3 {
        font-weight: 600;
        margin-top: 10px;
        margin-bottom: 10px;
    }

        .seo-text p,
        .seo-text ul {
        margin-bottom: 1rem;
    }

    .seo-text ul {
        padding-left: 15px;
    }

    .seo-text ul > li {
        list-style: inside;
    }

@media (max-width: 1200px) {
    .top-banner {
        flex-direction: column;
    }

        .top-banner .left-banner {
            height: 100px;
            flex: auto;
            flex-direction: row;
            padding: 0px 30px;
            align-items: center;
        }

            .top-banner .left-banner h1 {
                font-size: 22px;
            }

            .top-banner .left-banner > * {
                flex: 0 0 50%;
            }

            .top-banner .left-banner .left-banner-carousel {
                height: 80px;
                overflow: hidden;
                padding: 0 20px;
            }

            .top-banner .left-banner > a {
                display: none;
            }
        .top-banner .right-banner {
            max-width: none;
            height: 530px;
        }
            .top-banner .right-banner .swiper .swiper-slide .back-image {
                height: 100%;
                max-width: calc(100% - 440px);
                right: 0;
                left: auto;
            }

    .gallery-header-with-additional-text {
        flex-wrap: wrap;
    }

        .gallery-header-with-additional-text h2 {
            flex: 0 0 100%;
        }

        .courses-results .results {
            gap: 18px;
        }
            .courses-results .results .course-item {
                flex: 0 0 calc(50% - 9px);
                max-width: calc(50% - 9px);
            }
    .lectors-gallery-header > .text {
        flex: 0 0 calc(100% - 90px);
    }
    .all-courses-outer .courses > a {
        flex: 0 0 calc(50% - 10px);
        max-width: calc(50% - 10px);
    }
}

@media (max-width: 818px) {
    .calendar-outer {
        margin-bottom: 30px;;
     }

.top-banner {
    padding-bottom: 40px;
}

    .top-banner .right-banner {
        height: 480px;
    }

                        .top-banner .right-banner .swiper .swiper-slide .back-image { 
                            max-width: none;
                            height: 300px;
                            right: -20px;
                        }

                        .top-banner .right-banner .swiper .swiper-slide .content .text h2 {
                            color: #FFF;
                            font-size: 26px;
                            font-style: normal;
                            font-weight: 500;
                            line-height: normal;
                            margin: 10px 0;
                        }
                        .top-banner .right-banner .swiper .swiper-slide .content > a {
                            width: 290px;
                        }

        .calendar-header > .paging-buttons {
            display: none;
        }

    .gallery-header-with-additional-text {
        margin-bottom: 0;
    }

    .inno-calendar-outer {
        height: 150px;
        overflow-x: auto;
        scrollbar-width: none;
    }
        .inno-calendar-outer .inno-calendar {
            align-items: normal;
            padding-top: 35px;
            transition-duration: unset;
        }
            .inno-calendar-outer .inno-calendar .month  {
                width: auto;
                display: block;
                white-space: nowrap;
                position: relative;
                margin-right: 0;
            }

                .inno-calendar-outer .inno-calendar .month  .month-name {
                    position: sticky;
                    left: 0;
                    width: 110px;
                    margin-bottom: 5px;
                }
                .inno-calendar-outer .inno-calendar .month  .week-day {
                    display: none;
                }

                .inno-calendar-outer .inno-calendar .month  .day {
                    display: inline-block;
                    height: calc(100% - 40px);
                    width: 40px;
                    margin: 0 3px;
                    padding: 8px 0;
                    position: relative;
                }
                    .inno-calendar-outer .inno-calendar .month  .day .day-wd {
                        display: block;
                        height: 50%;
                        position: absolute;
                        bottom: 0;
                        display: flex;
                        align-items: center;
                        width: 100%;
                        justify-content: center;
                    }

                .inno-calendar-outer .inno-calendar .month .day.active {
                    border-radius: 10px 10px 10px 3px;
                    border: 1px solid #5AC9C9;
                }

                .inno-calendar-outer .inno-calendar .month  .day.first-day-2,
                .inno-calendar-outer .inno-calendar .month  .day.first-day-3,
                .inno-calendar-outer .inno-calendar .month  .day.first-day-4,
                .inno-calendar-outer .inno-calendar .month  .day.first-day-5,
                .inno-calendar-outer .inno-calendar .month  .day.first-day-6,
                .inno-calendar-outer .inno-calendar .month  .day.first-day-7 {
                    margin-left: 0;
                }

                .inno-calendar-outer .inno-calendar .month .day.active .tooltip-item {
                    bottom: 90px;
                }

            .courses-results .results .course-item {
                flex: 0 0 100%;
                max-width: 100%;
            }

    .lectors-gallery-outer,
    .faq-outer,
    .all-courses-outer {
        padding: 40px 0 0 0;
    }
        .lectors-gallery .gallery-item {
            width: 344px;
        }

    .all-courses-outer .courses {
        padding-bottom: 20px;
    }
}

@media (min-width: 623px) and (max-width: 818px) {
    .courses-results .results .course-item {
        display: flex;
        flex-direction: row;
        height: 351px;
        position: relative;
    }

        .courses-results .results .course-item .image {
            flex: 0 0 187px;
            border-radius: 30px 0px 0px 30px;
            height: auto;
        }

    .courses-results .results .course-item .image > img,
        .courses-results .results .course-item .image > div {
            border-radius: 30px 0px 0px 30px;
        }

        .courses-results .results .course-item:hover .image {     
            background-size: auto 105%;
        }

            .courses-results .results .course-item .image .title {
                display: none;
            }

            .courses-results .results .course-item .description .title-description,
            .courses-results .results .course-item .description .title-description:visited {
                display: block;
                position: absolute;
                left: 203px;
                top: 20px;
                color: #FFF;
                font-size: 15px;
                font-style: normal;
                font-weight: 700;
                line-height: normal;
                width: calc(100% - 220px);
            }

            .courses-results .results .course-item.innoeducation .image .title {
                color: #FFF;
            }

        .courses-results .results .course-item .description {
            flex-grow: 1;
            border-radius: 0px 30px 30px 0px;
            border-top: 1px solid #D2D2D2;
            border-left: 0;
            padding-top: 80px;
        }
}

@media (max-width: 622px) {
    .calendar-outer {
        margin-bottom: 20px;;
     } 
    .top-banner {
        margin: 0 -10px;
        padding-bottom: 0;
    }
        .top-banner .left-banner {
            display: none;
        }
        .top-banner .right-banner {
            height: auto;
        }
            .top-banner .right-banner .swiper .swiper-slide {
                padding: 30px 20px;
                padding-bottom: 100px;
                border-radius: 0;
                height: 548px;
            }
                .top-banner .right-banner .swiper .swiper-slide .content .text .main-info {
                    width: 50%;
                    gap: 15px;
                }
                    .top-banner .right-banner .swiper .swiper-slide .content .text {
                        width: 100%;
                    }
                        .top-banner .right-banner .swiper .swiper-slide .content .text .main-info {
                            margin-top: 30px;
                        }
                            .top-banner .right-banner .swiper .swiper-slide .content .text .main-info .info {
                                flex: 0 0 100%;
                            }
                .top-banner .right-banner .swiper .swiper-slide .content > a,
                .top-banner .right-banner .swiper .swiper-slide .content > a:hover {
                    color: transparent;
                    background: transparent;
                    border: 0;
                    position: absolute;
                    height: calc(100% - 60px);
                    width: 100%;
                    top: 0;
                    left: 0;
                }
                .top-banner .right-banner .swiper .swiper-slide .back-image {
                    height: 290px;
                }
                .top-banner .right-banner .swiper .swiper-pagination {
                    top: auto;
                    bottom: 20px;
                    padding: 0 0 20px 20px;
                }
    .calendar-header {
        margin: 0 -10px;
        padding: 0 10px;
        margin-top: -20px;
        padding-top: 20px;
        position: relative;
        z-index: 1;
        background: #FFF;
        border-radius: 20px;
    }

    .filters-panel > * {
        margin: 0 8px 8px 0;
    }

    .date-filter-label-outer {
        width: 140px;
    }

    .date-filter-label,
    .course--label,
    .multi-combo-box {
        padding: 17.3px;
        font-size: 11.245px;
        height: 42px;
    }
    .date-filter-label {
        width: 140px;
    }

    .clear-filters-outer .clear-filters {
        height: 42px;
        width: 42px;
    }

    .multi-combo-box {
        position: relative;
    }

        .multi-combo-box.open .combo-box-shadow-outer {
            display: block;
            position: fixed;
            top: 0;
            left: 0;
            height: 100%;
            width: 100%;
            background-color: rgba(37, 37, 37);
            z-index: 1;
        }

        .multi-combo-box.visible .combo-box-shadow-outer {
            opacity: 0.5;
        }
        .multi-combo-box .drop-down {
            position: fixed;
            border-radius: 30px 30px 0 0;
            width: 100%;
            max-height: 500px;
            top: auto;
            bottom: -500px;
            z-index: 11000;
            display: flex;
            opacity: 1;
        }
        .multi-combo-box.visible .drop-down {
            bottom: 0;
        }
            .multi-combo-box .drop-down .drop-down-inner .mobile-header {
                padding: 0 20px 20px 20px;
                display: flex;
                align-items: center;

                color: #2A2A30;
                font-size: 16px;
                font-style: normal;
                font-weight: 600;
                line-height: 20px;
            }
                .multi-combo-box .drop-down .drop-down-inner .mobile-header > div {
                    flex-grow: 1;
                }
            .multi-combo-box .drop-down .drop-down-inner .drop-down-inner-content > div.data-row {                
                flex-direction: row-reverse;
                padding: 5px 20px 5px 20px;
            }

            .multi-combo-box .drop-down .drop-down-inner .drop-down-inner-content > div.data-row .text,
            .multi-combo-box .drop-down .drop-down-inner .drop-down-inner-content > div.items-align-center .text {
                flex-grow: 1;
            }

            .multi-combo-box.visible .drop-down .drop-down-buttons {
                padding: 10px 10px 20px 10px;
            }
    .lectors-gallery-header {
        flex-direction: column;
        margin-bottom: 20px;
    }
        .lectors-gallery-header .paging-buttons {
            align-self: end;
            flex: auto;
        }
    .lectors-gallery {
        height: 473px;
    }
        .lectors-gallery .gallery-inner {
            gap: 10px;
        }

        .lectors-gallery .gallery-item {
            width: 296px;
            font-size: 14px;
            padding: 30px 18px;
        }

            .lectors-gallery .gallery-item .lector-photo {
                width: 247px;
                height: 247px;
            }

            .lectors-gallery .gallery-item .lector-name {
                font-size: 17px;
                line-height: 110%;
            }
            .faq-outer .faq > div {
                font-size: 14px;
            }
                .faq-outer .faq > div h3 {
                    font-size: 16px;
                    line-height: normal;
                }
    .all-courses-outer .courses > a {
        flex: 0 0 100%;
        max-width: 100%;
        height: 64px;
    }

    .courses-results {
        min-height: 300px;
    }
    .inno-main-container h2.course-header, h2.course-header, h2.course-header a, h2.course-header a:visited {
        font-size: 24px;
    }
    .gallery-header-with-additional-text > .text {
        padding-top: 10px;
        font-size: 14px;
        line-height: 18px;
        padding-right: 0;
    }

    .gallery-header-with-additional-text > .text br {
        display: none;
    }
}

/* End */


/* Start:/local/templates/inno-2025/css/course_question_form.css?17774635105601*/
.course-question-form {
    display: flex;
    gap: 20px;
    border-radius: 40px 40px 40px 3px;
    background: #00B7B7;
    color: #FFF;
    margin-bottom: 20px;
    overflow: hidden;
}

    .course-question-form .form-image {
        flex: 0 0 344px;
        background-image: url('/local/templates/inno-2025/images/book-tooth.gif');
        background-size: 110% auto;
        background-repeat: no-repeat;
        border-radius: 40px 0 0 3px;
        background-position-y: 10px;
        background-position-x: 10px;
    }

    .course-question-form .form-content {
        position: relative;
        padding: 24px 40px;
        display: flex;
        gap: 20px;
    }

        .course-question-form .form-content .form-title {
            flex-grow: 1;
            align-self: center;
        }

        .course-question-form .form-content .form-title .title {
            font-size: 44.471px;
            font-style: normal;
            font-weight: 600;
            line-height: normal;
            margin-bottom: 20px;
        }

        .course-question-form .form-content .form-title .description {
            font-size: 16px;
            font-style: normal;
            font-weight: 400;
            line-height: 24.706px;
        }

        .course-question-form .form-content .form {
            flex: 0 0 340px;
        }

            .course-question-form .form-content .form .transition-gradient-hover-button {
                margin: 20px 0;
                width: 100%;
                height: 60px;
            }

.course-statistics {
    margin-bottom: 20px;
    display: flex;
    gap: 20px;
    align-items: center;
}
    .course-statistics > div {
        padding: 30px 0px;
        border-radius: 20px 20px 20px 3px;
        background: #00B7B7;
        flex-grow: 1;
        flex-basis: 0;
        color: #FFF;
        text-align: center;
        height: 130px;
    }
        .course-statistics > div > div {
            font-size: 16px;
            font-style: normal;
            font-weight: 600;
            line-height: 26px;
        }
        .course-statistics > div > div:first-child {
            font-size: 34px;
            font-style: normal;
            font-weight: 600;
            line-height: 40px;
            letter-spacing: -0.4px;
        }




        .course-question-form-shade {
            background: #00B7B7;
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            z-index: 4;
            display: flex;
            flex-direction: column;
            justify-content: center;
            text-align: center;
            color: #FFF;
            font-size: 20px;
            font-style: normal;
            font-weight: 500;
            line-height: normal;
            opacity: 0;
            height: 0;
            transition-property: opacity;
            transition-duration: 500ms;
        }

        .course-question-form-shade img {
            height: 75px;
            width: 75px;
        }

        .course-question-form-shade .title {
            font-size: 46px;
            font-style: normal;
            font-weight: 500;
            line-height: 56px;
        }

        .course-question-form-shade .white-close-button {
            height: 26px;
            width: 26px;
            background-image: url('/local/templates/inno-2025/images/icons/close-white.svg');
            position: absolute;
            right: 22px;
            top: 22px;
            background-size: contain;
            cursor: pointer;
            transition-duration: 500ms;
        }

@media (max-width: 1200px) {
        .course-question-form .form-image {
            display: none;
        }

        .course-question-form .form-content .form {
            flex: 0 0 457px;
        }

        .course-question-form .form-content .form-title {
            align-self: start;
            padding-top: 25px;
        }
        .course-statistics > div {
            padding: 20px 0px;
            height: 110px;
        }
}

@media (max-width: 1032px) {
        .course-question-form .form-content .form {
            flex: 0 0 350px;
        }
}

@media (max-width: 818px) {
    .course-question-form .form-content {
        padding: 20px 30px;
    }
        .course-question-form .form-content .form {
            flex: 0 0 266px;
        }

            .course-question-form .form-content .form-title .title {
                font-size: 34px;
            }

            .course-question-form .form-content .form-title .description {
                font-size: 14px;
            }

    .course-statistics {
        gap: 10px;
    }
        .course-statistics > div > div {
            font-size: 11px;
            line-height:normal;
        }
        .course-statistics > div > div:first-child {
            font-size: 26px;
            line-height:normal;
        }
        .course-statistics > div {
            height: 88px;
        }
}

@media (max-width: 622px) {
    .course-question-form .form-content {
        padding: 60px 30px 50px 30px;
        flex-direction: column;
        gap: 40px;
    }

            .course-question-form .form-content .form-title .title {
                font-size: 37px;
            }
    .course-statistics {
        flex-wrap: wrap;
    }
    .course-statistics > div {
        border-radius: 20px;
        flex: 0 0 calc(50% - 5px);
    }

}
/* End */


/* Start:/local/templates/inno-2025/css/course_reviews.css?17774635104055*/
.reviews-gallery {
    height: 320px;
    width: 100%;
}

    .reviews-gallery .gallery-inner {
        gap: 16px;
    }

    .reviews-gallery .gallery-item.review {
        display: flex;
        flex: 0 0 780px;
        height: 320px;
        padding: 40px 60px 50px 50px;
        gap: 20px;
        flex-wrap: wrap;
        border-radius: 40px;
        border: 1px solid #D2D2D2;
        row-gap: 30px;
    }

    .reviews-gallery .gallery-item.review .author-photo {
        flex: 0 0 94px;
        width: 94px;
        height: 94px;
        border-radius: 47px;
        background-position: center;
        background-size: cover;
        background-repeat: no-repeat;
    }

    .reviews-gallery .gallery-item.review .review-title {
        flex: 0 0 calc(100% - 114px);
        height: 94px;
        color: #282828;
    }

        .reviews-gallery .gallery-item.review .review-title .author {
            font-size: 16px;
            font-style: normal;
            font-weight: 700;
            line-height: 20px;
            margin-bottom: 6px;
        }

        .reviews-gallery .gallery-item.review .review-title .course-title {
            font-size: 16px;
            font-style: normal;
            font-weight: 600;
            line-height: 20px;
            display: -webkit-box;
            -webkit-line-clamp: 2;
            -webkit-box-orient: vertical;
            overflow: hidden;
            margin-bottom: 6px;
        }

        .reviews-gallery .gallery-item.review .review-title .course-title a,
        .reviews-gallery .gallery-item.review .review-title .course-title a:visited {
            color: #1db4b5;
        }

        .reviews-gallery .gallery-item.review .review-title .rating {
            display: flex;
            gap: 3px;
        }

            .reviews-gallery .gallery-item.review .review-title .rating .rating-star {
                background-image: url('/local/templates/inno-2025/images/icons/gold-star.svg');
                flex: 0 0 20px;
                height: 20px;
                width: 20px;
                background-size: contain;
                background-position: center;
            }

    .reviews-gallery .gallery-item.review .review-body {
        flex-grow: 1;
        color: #2A2A30;
        font-size: 16px;
        font-style: normal;
        font-weight: 400;
        line-height: 20px;
        height: 120px;
    } 

        .reviews-gallery .gallery-item.review .review-body p {
            margin-bottom: 0.5rem;
        } 

@media (max-width: 1200px) {     
    .reviews-gallery {
        height: 390px;
    }

        .reviews-gallery .gallery-item.review {
            flex: 0 0 645px;
            height: 390px;
        }

            .reviews-gallery .gallery-item.review .review-body {
                height: 180px;
            }  
}

@media (max-width: 818px) {
    .reviews-gallery {
        height: 395px;
    }

        .reviews-gallery .gallery-item.review {
            flex: 0 0 550px;
            height: 395px;
            padding: 30px 40px 40px 30px;
        }

            .reviews-gallery .gallery-item.review .review-body {
                height: 200px;
            } 
}

@media (max-width: 622px) {
    .reviews-gallery {
        height: 440px;
        gap: 10px;
    }

        .reviews-gallery .gallery-item.review {
            flex: 0 0 296px;
            height: 440px;
            padding: 20px 10px 10px 20px;
        }

            .reviews-gallery .gallery-item.review .review-title .author {
                font-size: 12px;
            }

            .reviews-gallery .gallery-item.review .review-title .course-title {
                font-size: 12px;
                font-weight: 500;
            }

        .reviews-gallery .gallery-item.review .review-body {
            font-size: 14px;
            height: 280px;
        }

    .reviews-gallery-header {
        padding: 20px 0;
    }
}
/* End */
/* /local/templates/inno-2022/css/breadcrumbs.css?1777463509503 */
/* /local/templates/inno-2025/css/main.css?177746351020432 */
/* /local/templates/inno-2025/css/courses_main.css?177746351018798 */
/* /local/templates/inno-2025/css/courses.css?177990224456259 */
/* /local/templates/inno-2025/css/course_question_form.css?17774635105601 */
/* /local/templates/inno-2025/css/course_reviews.css?17774635104055 */
