

/* Start:/local/templates/inno-2025/css/breadcrumbs.css?1777463510503*/
.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/lectors.css?17774635104543*/
h1.lectors-header {
    color: #181818;
    font-size: 37px;
    font-style: normal;
    font-weight: 600;
    line-height: 40px;
    margin: 0;
    padding:20px 0;
}

.lectors-description {
    color: #2A2A30;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
}

.lectors {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    padding: 40px 0;
}
    .lectors .lector {
        height: 550px;
        flex: 0 0 calc(calc(100% / 3) - calc(40px / 3));
        max-width: calc(calc(100% / 3) - calc(40px / 3));
        padding: 30px 28px 20px 28px;        
        display: flex;
        gap: 20px;
        flex-direction: column;
        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 .lector .lector-info {
            flex-grow: 1;
            display: flex;
            flex-direction: column;
            justify-content: space-between;
        }     

        .lectors .lector .lector-photo {
            align-self: center;
            background-size: auto 100%;
            background-position: center;
            background-repeat: no-repeat;
            width: 316px;
            height: 316px;
            border-radius: 316px;
            transition-duration: 500ms;
        }
        .lectors .lector:hover .lector-photo {
            background-size: auto 105%;
        }

        .lectors .lector .lector-name {
            color: #000;
            font-size: 20px;
            font-weight: 600;
            white-space: nowrap;
            overflow: hidden;
            text-overflow: ellipsis;
        }

        .lectors .lector .lector-position > div {
            display: -webkit-box;
            -webkit-box-orient: vertical;
            -webkit-line-clamp: 2;
            overflow: hidden;
            text-overflow: ellipsis;
        }

.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, ol {
        padding-left: 15px;
    }

    .seo-text ul > li {
        list-style: inside;
    }

    .seo-text ol > li {
        list-style-position: inside;
        list-style-type: decimal;
    }

@media (max-width: 1200px) {
    .lectors {
        padding: 28px 30px;
    }
        .lectors .lector {
            flex: 0 0 calc(50% - 10px);
            max-width: calc(50% - 10px);
            height: 481px;
            font-size: 14px;
        }

            .lectors .lector .lector-photo {
                width: 260px;
                height: 260px;
            }

            .lectors .lector .lector-name {
                font-size: 17px;
            }
}

@media (max-width:818px) {
    .lectors {
        gap: 10px;
        padding: 28px 0;
    }
        .lectors .lector {
            padding: 30px 20px 20px 20px;        
            flex: 0 0 calc(50% - 5px);
            max-width: calc(50% - 5px);
        }
            .lectors .lector .lector-photo {
                width: 256px;
                height: 256px;
            }
}
@media (max-width: 622px) {
    .lectors .lector {
        flex: 0 0 100%;
        min-width: 100%;
        flex-direction: row;
        height: 175px;
        gap: 10px;
        font-size: 13px;
        line-height: normal;
        padding: 22px 10px 18px 10px;
        justify-content: start;
    }
        .lectors .lector .lector-info {            
            gap: 10px;
        }
        .lectors .lector .lector-photo {
            flex: 0 0 122px;
            width: 122px;
            height: 122px;
        }

        .lectors .lector .lector-name {
            font-size: 16px;
            white-space: normal;            
            height: auto;
        }

        .lectors .lector .lector-position {
            flex-grow: 1;
        }

        .lectors .lector .rounded-button {
            min-height: 40px;
        }
}

/* 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 */
/* /local/templates/inno-2025/css/breadcrumbs.css?1777463510503 */
/* /local/templates/inno-2025/css/main.css?177746351020432 */
/* /local/templates/inno-2025/css/courses_main.css?177746351018798 */
/* /local/templates/inno-2025/css/lectors.css?17774635104543 */
/* /local/templates/inno-2025/css/course_question_form.css?17774635105601 */
