/*
Theme Name: ПОТОК
Theme URI: https://potok.ru/
Version: 127.4
Description: Разработано специально для ООО "Поток" в 2025 году.
Author: Freelab
Author URI: http://freelab.ru
*/

/*----------------------------------------------------------

	Navigation Menu:

	 0. Wordpress & Global
	 1. Fonts
	 2. Elements
	 3. Layout
	 4. Header
	 5. Footer
	 6. Single Page
	 7. Single Program
	 8. Page Home
	 9. Page Company
	10. Page Demo
	11. Page Download
	12. Page Support
	13. Page Prices
	14. Page News
	15. Page Contacts
	16. Cart
	17. Checkout
	18. Account Auth Pages & Forms
	18.1 Account - Page Profile
	18.2 Account - Page Orders
	18.3 Account - Page Documentation
	18.4 Account - Page Distributives
	19. Page Practicum
	20. 404
	21. Adaptive

-------------------------------------------------------------*/

/*----------------------------------------------------------
	0. Wordpress & Global
-------------------------------------------------------------*/

/* Admin Bar */

body.logged-in .header_top {
	padding-top: calc(16px + 32px);
}

@media (max-width: 782px) {

	body.logged-in .header_top {
		padding-top: calc(16px + 46px);
	}

	#wpadminbar {
		position: fixed !important;
	}

}

body.logged-in .header_mobile {
	padding-top: calc(16px + 46px);
	padding-bottom: 16px;
}

/* WordPress Core */

@charset "UTF-8";

html,
body {
	overflow-x: hidden !important;
	min-width: 320px;
}

html {
	line-height: 1.15;
	-webkit-text-size-adjust: 100%;
	margin-top: 0 !important;
	margin-bottom: 0 !important;
	scroll-behavior: smooth;
	scroll-padding-top: 100px;
	/* hyphens: auto; */
}

body {
	margin: 0;
	position: relative;
	font-family: Montserrat, sans-serif;
	font-style: normal;
	letter-spacing: normal;
	font-size: 16px;
	line-height: 120%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	min-width: 320px;
	height: 100%;
	min-height: 100vh;
	color: #0c0707;
	background: #fefefe;
	overflow-y: hidden;
}

body.on-scroll {
	margin-top: 76px;
}

* {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

a,
a:hover,
a:active,
a:focus {
	text-decoration: none;
}

a,
button,
input[type=submit],
textarea {
	-webkit-transition: .4s;
	transition: .4s;
	text-decoration: none;
	color: inherit;
	outline: 0;
}

a,
button,
input[type=submit] {
	cursor: pointer;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	margin: 0;
	padding: 0;
	font-weight: 500;
}

button,
input,
textarea {
	-webkit-appearance: none;
}

button {
	background: 0 0;
	border: none;
}

input,
video {
	outline: 0;
	border: none;
}

input,
textarea {
	background: #f7f7f7;
	border: none;
}

input[type=submit]:disabled {
	opacity: .5;
	cursor: not-allowed;
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
	-webkit-transition: .4s;
	transition: .4s;
}

input::-moz-placeholder,
textarea::-moz-placeholder {
	-moz-transition: .4s;
	transition: .4s;
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
	-ms-transition: all .4s ease;
	transition: .4s;
}

input::-ms-input-placeholder,
textarea::-ms-input-placeholder {
	-ms-transition: all .4s ease;
	transition: .4s;
}

input::placeholder,
textarea::placeholder {
	-webkit-transition: .4s;
	transition: .4s;
}

input:focus::-webkit-input-placeholder,
textarea:focus::-webkit-input-placeholder {
	opacity: 0 !important;
}

input:focus::-moz-placeholder,
textarea:focus::-moz-placeholder {
	opacity: 0 !important;
}

input:focus:-ms-input-placeholder,
textarea:focus:-ms-input-placeholder {
	opacity: 0 !important;
}

input:focus::-ms-input-placeholder,
textarea:focus::-ms-input-placeholder {
	opacity: 0 !important;
}

input:focus::placeholder,
textarea:focus::placeholder {
	opacity: 0 !important;
}

/*----------------------------------------------------------
	1. Fonts
-------------------------------------------------------------*/

@font-face {
	font-family: Montserrat;
	src: url(fonts/Montserrat-Regular.woff2) format("woff2"), url(fonts/Montserrat-Regular.woff) format("woff");
	font-weight: 400;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: Montserrat;
	src: url(fonts/Montserrat-Medium.woff2) format("woff2"), url(fonts/Montserrat-Medium.woff) format("woff");
	font-weight: 600;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: Montserrat;
	src: url(fonts/Montserrat-Bold.woff2) format("woff2"), url(fonts/Montserrat-Bold.woff) format("woff");
	font-weight: 900;
	font-style: normal;
	font-display: swap;
}

/*----------------------------------------------------------
	2. Elements
-------------------------------------------------------------*/

.font-h1,
.page_single h1,
.page_long_text h1 {
	font-size: 46px;
	line-height: 130%;
}

.font-h2,
.page_single h2,
.page_long_text h2 {
	font-size: 26px;
	line-height: 120%;
}

.font-h3,
.page_single h3,
.page_long_text h3 {
	font-size: 22px;
	line-height: 135%;
}

.font-h4,
.page_single h4,
.page_long_text h4 {
	font-size: 16px;
	line-height: 135%;
}

.font-p-1,
.font-p-2,
.page_single p,
.page_single ul li,
.page_long_text p,
.page_long_text ul li {
	font-size: 16px;
	line-height: 160%;
}

.font-small {
	font-size: 13px;
	line-height: 120%;
}

.font-accent {
	font-size: 22px;
	line-height: 130%;
}

.font-accent span {
    color: #245fee;
}

.font-menu {
	font-size: 36px;
	line-height: 150%;
}

.font-tabs {
	font-size: 18px;
	line-height: 120%;
}

.font-tabs-small {
	font-size: 15px;
	line-height: 120%;
}

.font-numbers {
	font-size: 21px;
	line-height: 1;
}

.font-b {
	font-weight: 900;
}

.title-lk-h1 {
	font-size: 18px;
	line-height: 24px;
	color: #245fee;
}

.text-blue {
	color: #245fee;
}

/* Buttons */

.button_container {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	min-height: 68px;
	padding: 22px 32px;
}

.button {
	-webkit-transition: .4s;
	transition: .4s;
	max-width: -webkit-fit-content;
	max-width: -moz-fit-content;
	max-width: fit-content;
	cursor: pointer;
}

.button button {
	font-weight: 600;
}

.button a {
	font-weight: 600;
	max-width: -webkit-fit-content;
	max-width: -moz-fit-content;
	max-width: fit-content;
}

.button svg {
	-webkit-transition: .4s;
	transition: .4s;
}

.button:disabled {
	background: #e8e8e8;
	color: rgba(22, 22, 22, .4);
	cursor: not-allowed;
}

.button:disabled svg {
	stroke: rgba(22, 22, 22, .4);
}

.button-blue-general,
a.button-blue-general,
input.button-blue-general {
	background: #245fee;
	color: #fefefe;
}

.button-blue-general svg {
	stroke: #fefefe;
}

.button-blue-general a {
	-webkit-transition: .2s;
	transition: .2s;
}

.button-blue-general:active,
.button-blue-general a:active,
.button-blue-general:hover,
.button-blue-general a:hover,
.button-blue-general:focus,
.button-blue-general a:focus {
	color: #fefefe;
	background: #0c0707;
	-webkit-transition: .4s;
	transition: .4s;
	outline: none !important;
}

.button-white {
	background: #fefefe;
	border: 1px solid #0c0707;
}

.button-white svg {
	stroke: #fefefe;
}

.button-white:active,
.button-white:hover {
	color: #fefefe;
	background: #0c0707;
}

.button-small {
	min-height: 44px;
	border-radius: 4px;
	padding: 10px 24px;
}

.button_text {
	line-height: 24px;
}

.button_icon {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	width: 24px;
	height: 24px;
}

.button_icon:last-child {
	margin-left: 8px;
}

.button_icon:first-child {
	margin-right: 8px;
}

.button_icon svg {
	width: 100%;
	height: 100%;
	-o-object-fit: contain;
	object-fit: contain;
}

/* Tabs */

.tabs {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	gap: 32px 0;
}

.tabs__item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-flex: 1;
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
	border-bottom: 1px solid rgba(12, 7, 7, .2);
	padding-bottom: 12px;
	cursor: pointer;
	white-space: nowrap;
}

.tabs__item span {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-flex: 1;
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
	max-width: -webkit-fit-content;
	max-width: -moz-fit-content;
	max-width: fit-content;
}

.tabs__item span:after {
	position: absolute;
	left: 0;
	bottom: -12px;
	content: '';
	display: none;
	height: 1px;
	width: 100%;
	background: #00339f;
}

.tabs__item.active {
	color: #00339f;
}

.tabs__item.active span:after {
	display: block;
}

.tabs__content {
	display: none;
}

.tabs__content.active {
	display: block;
}

/* Accordeon */

.accordeon__item {
	padding: 15px 20px 21px 0;
	border-bottom: 1px solid #e8e8e8;
}

.accordeon__top {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	cursor: pointer;
}

.accordeon__arrow {
	-webkit-transition: .4s;
	transition: .4s;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	min-width: 32px;
	margin-left: 20px;
}

.accordeon__arrow svg {
	width: 100%;
	stroke: #0c0707;
}

.accordeon__title {
	-webkit-transition: .4s;
	transition: .4s;
}

.accordeon__content {
	-webkit-transition: .4s;
	transition: .4s;
	height: 0;
	opacity: 0;
	overflow: hidden;
}

.accordeon__item.open .accordeon__content {
	height: auto;
	opacity: 1;
	padding-top: 20px;
}

.accordeon__item.open .accordeon__title {
	color: #245fee;
}

.accordeon__item.open .accordeon__arrow {
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg);
}

.accordeon__item.open .accordeon__arrow svg {
	stroke: #245fee;
}

.accordeon__item.open .accordeon__table {
	padding-bottom: 48px;
}

.accordeon__item:hover .accordeon__title {
	color: #00339f;
}

.accordeon__item:hover .accordeon__arrow svg {
	stroke: #245fee;
}

/*----------------------------------------------------------
	3. Layout
-------------------------------------------------------------*/

.main {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	z-index: 4;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	/* margin-bottom: 40px */
}

.base {
	position: relative;
	z-index: 4;
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0 20px;
}

section {
	padding: 80px 0;
}

.hidden {
	display: none !important;
	opacity: 0 !important;
}

.overflow-y-hidden {
	overflow-y: hidden !important;
}

.pt-n {
	padding-top: 0;
}

.pb-n {
	padding-bottom: 0;
}

.show {
	display: -webkit-box !important;
	display: -ms-flexbox !important;
	display: flex !important;
}


@-webkit-keyframes show {
	from {
		opacity: 0;
		-webkit-transform: translateY(10px);
		transform: translateY(10px)
	}

	to {
		opacity: 1;
		-webkit-transform: translateY(0);
		transform: translateY(0)
	}
}

@keyframes show {
	from {
		opacity: 0;
		-webkit-transform: translateY(10px);
		transform: translateY(10px)
	}

	to {
		opacity: 1;
		-webkit-transform: translateY(0);
		transform: translateY(0)
	}
}

@keyframes fadeInDown {
	from {
		opacity: 0;
		transform: translate3d(0, -100%, 0);
	}

	to {
		opacity: 1;
		transform: translate3d(0, 0, 0);
	}
}

@keyframes fadeOutUp {
	from {
		opacity: 1;
		transform: translate3d(0, 0, 0);
	}

	to {
		opacity: 0;
		transform: translate3d(0, -100%, 0);
	}
}

/*----------------------------------------------------------
	4. Header
-------------------------------------------------------------*/

.header {
	-webkit-transition: .4s;
	transition: .4s;
	background: #fefefe;
	-webkit-box-shadow: 6px 6px 30px 0 rgba(72, 102, 175, .1);
	box-shadow: 6px 6px 30px 0 rgba(72, 102, 175, .1);
}

.header_logo {
	font-size: 26px;
	line-height: 1;
}

.header_top {
	padding: 16px 0;
	border-bottom: 1px solid rgba(22, 22, 22, .1);
}

.header_top_wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.header_info {
	display: none;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-left: auto;
}

.header_mail,
.header_phone {
	margin-right: 32px;
}

.header_bottom {
	display: none;
	padding: 0;
	-webkit-animation: .4s show;
	animation: .4s show;
}

.header-menu {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	max-width: 517px;
	margin-left: 0;
}

.header-menu li {
	list-style: none;
}

.header-menu li.current-menu-item {
	color: #0056b3;
}

/* Mobile Menu */

.header_burger {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	width: 30px;
	height: 30px;
	padding: 6px 2px;
	margin-left: auto;
	cursor: pointer;
}

.header_burger_close svg {
	width: 30px;
	height: 30px;
}

.header_mobile {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 99999998;
	display: none;
	flex-direction: column;
	width: 100%;
	height: 100dvh;
	padding: 20px 0;
	color: #fefefe;
	background: #245fee;
	overflow: auto;
	animation: .8s fadeOutUp; 
}

.header_mobile.open {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-animation: .4s fadeInDown;
	animation: .4s fadeInDown;
}

.header_mobile .base {
	display: flex;
	flex-direction: column;
	flex: auto;
}

.header_mobile_top {
	display: flex;
	align-items: baseline;
	padding: 0px 0 15px;
}

.header_mobile_logo {
	padding-left: 20px;
	font-size: 24px;
}

.header_mobile_logo svg {
	fill: #fefefe;
}

.header_mobile_menu_wrap {
	flex: auto;
	padding: 5px 0;
    overflow: auto;
    scrollbar-width: none;
}

.header_mobile_menu {
	display: flex;
	flex-direction: column;
	align-items: center;
	flex-wrap: wrap;
	margin: 0;
	padding: 0 0 0 20px;
}

.header_mobile_menu li {
	flex: auto;
	width: 100%;
	padding: 0;
	margin: 1vh 0;
	list-style: none;
}

.header_mobile_menu li a {
	color: #fff;
	font-size: 24px;
	line-height: 140%;
}

.header_mobile_info {
	display: flex;
	align-items: center;
	/* margin-top: auto; */
	padding-left: 20px;
}

.header_mobile .button {
	margin-right: 24px;
}

.header_mobile .button_text {
	display: none;
}

.header_mobile .button_container {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	width: 64px;
	height: 64px;
	border-radius: 100%;
	background: #fefefe;
	padding: 0;
}

.header_mobile .button_container svg {
	stroke: #0c0707;
}

.header_mobile .button_icon {
	margin-left: 0;
}

.header_mobile_phone {
	margin-bottom: 12px;
}

.header_mobile .header_mail,
.header_mobile .header_phone {
	color: #fff;
	color: #fff;
	font-size: 15px !important;
	margin-right: 0;
}

.header.on-scroll {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 6;
	width: 100%;
}

.header.on-scroll .header_bottom {
	display: none;
}

/* Header Login Button */

.header_login_link {
	display: flex;
	align-items: center;
	max-width: fit-content;
	margin-right: auto;
	margin-left: auto;
}

.header_login_link_text {
	margin-right: 8px;
	color: #003fc8;
}

.header_login_link_icon {
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 20px;
}

/*----------------------------------------------------------
	5. Footer
-------------------------------------------------------------*/

.footer {
	color: #fefefe;
	background: linear-gradient(55deg, #245fee 0, rgba(45, 100, 239, .95562) 31%, rgba(53, 105, 240, .961222) 56%, rgba(59, 111, 241, .964023) 79%, #245fee 100%);
	padding: 48px 0;
}

.footer_column {
	width: 100%;
}

.footer_column:first-child {
	padding-right: 40px;
}

.footer_column:nth-child(2) {
	margin-top: 3px;
}

.footer_column_telegram {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 48px;
	height: 48px;
	font-size: 28px;
	border-radius: 100%;
	background: #fefefe;
	box-shadow: 0 .49811px 1.4113px 0 rgba(0, 0, 0, .03), 0 1.19702px 3.39155px 0 rgba(0, 0, 0, .04), 0 2.25388px 6.38599px 0 rgba(0, 0, 0, .05), 0 4.02054px 11.39152px 0 rgba(0, 0, 0, .05), 0 7.51997px 21.30658px 0 rgba(0, 0, 0, .06);
	padding: 10px;
	margin-top: 32px;
}

.footer_column_telegram:hover svg {
	fill: #245fee;
}

.footer_column_address {
	margin-bottom: 24px;
}

.footer_column_address,
.footer_column_mail,
.footer_column_phone {
	display: block;
}

.footer_column a:hover, 
.footer_column a:focus, 
.footer_column a:active, 
.footer_bottom_column a:hover, 
.footer_bottom_column a:focus, 
.footer_bottom_column a:active {
	color: rgba(255,255,255,0.6);
}

/* Footer Info */

.footer_logo {
	font-size: 26px;
	margin-bottom: 26px;
}

.footer_logo svg {
	fill: #fefefe;
}

.footer_content {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	border-bottom: 1px solid rgba(254, 254, 254, .3);
	padding-bottom: 60px;
}

/* Footer Menu */

.footer-menu {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}

.footer-menu li {
	list-style: none;
}

.footer-menu-item,
.footer-menu li {
	display: block;
	list-style: none;
	max-width: fit-content;
	margin-bottom: 8px;
}

/* Footer Subscribe */

.footer_suscribe_form_title {
	margin-bottom: 24px;
}

.footer_subscribe_form_code {
	max-width: 350px;
	margin-bottom: 40px;
}

.footer_subscribe_form form {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-around;
	align-items: center;
	min-width: 100%;
}

.footer_subscribe_form_field {
	position: relative;
	display: inline-block;
	width: calc(100% - 85px);
}

.footer_subscribe_form_button {
	display: block;
	width: 65px;
	margin: auto;
}

.footer_subscribe_form label {
	display: none;
	position: absolute;
	top: -16px;
	left: 0;
	z-index: 1;
	padding: 0;
	color: #fff;
	background: transparent;
	animation: .4s show;
}

.footer_subscribe_form input {
	width: 100%;
	min-height: 53px;
	color: #fefefe;
	font-size: 15px;
	line-height: 53px;
	border-top: none;
	border-bottom: 1px solid #fefefe;
	background: transparent !important;
}

.footer_subscribe_form input::placeholder {
	color: #fefefe;
	opacity: 1;
}

.footer_subscribe_form button {
	display: block;
	width: 40px !important;
	height: 40px;
	padding: 0 0 5px 3px;
	color: #fefefe;
	font-size: 40px;
	line-height: 35px;
	text-align: center;
	border-radius: 50%;
	background-color: transparent !important;
}

.footer_subscribe_form button:hover, 
.footer_subscribe_form button:active, 
.footer_subscribe_form button:focus {
	background-color: #0c0707 !important;
}

/* Footer Forum */

.footer_forum {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	font-weight: 600;
	border-radius: 100%;
	background: #fefefe;
}

.footer_forum svg {
	color: #0c0707;
	fill: #fff;
	transition: none;
}

.footer_forum:hover svg {
	color: #245fee;
	fill: #245fee;
	transition: none;
}

.footer_forum_text {
	color: #0c0707;
}

.footer_forum:hover .footer_forum_text {
	color: #245fee;
}

/* Footer Bottom */

.footer_bottom {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	padding-top: 24px;
}

.footer_bottom_column {
	display: flex;
	flex-direction: column;
	width: 100%;
}

.footer_bottom_column:last-child .footer_bottom_item:first-child {
	max-width: 191px;
}

.footer_bottom_item {
	max-width: 275px;
}

.footer_bottom_item:nth-child(2) {
	display: block;
}

/* Privacy Cookie */

.privacy_accept_wrap {
	position: fixed;
	width: 100%;
	bottom: 0;
	border-top: 1px solid rgba(22, 22, 22, .1);
	background: #fff;
	opacity: 1;
  	transition: opacity 0.5s ease;
	z-index: 99;
}

.privacy_accept_wrap.hidden {
	opacity: 0;
}

.privacy_accept {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	gap: 5px;
	max-width: 1200px;
	margin: auto;
	padding: 15px 15px;
}

.privacy_accept_text {
	margin: 5px 0;
	font-size: 12px;
	line-height: 18px;
	text-align: center;
}

.privacy_accept_text a {
	text-decoration: underline;
	text-underline-offset: 2px;
}

.privacy_accept_btn_wrap {
	display: flex;
	align-items: center;
	text-align: right;
}

.privacy_accept_btn {
	display: inline-block;
	padding: 18px 32px;
	margin: 5px 0;
	color: #fff;
	font-size: 14px;
	line-height: 18px;
	font-weight: 500;
	letter-spacing: 0.6px;
	overflow: hidden;
	transition: background-color .4s ease-out;
}

.privacy_accept_btn:hover,
.privacy_accept_btn:focus,
.privacy_accept_btn:active {
	cursor: pointer;
	outline: none;
	background-color: #000 !important;
	transition: background-color .4s ease-out;
}

/*----------------------------------------------------------
	6. Single Page
-------------------------------------------------------------*/

/* Breadcrumbs */

.breadcrumbs {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-bottom: 25px;
}

.breadcrumbs_item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	color: rgba(22, 22, 22, .6)
}

.breadcrumbs_item:after {
	content: '—';
	display: block;
	margin: 0 8px;
}

.breadcrumbs_item:last-child {
	color: #0c0707;
	pointer-events: none;
}

.breadcrumbs_item:last-child:after {
	display: none;
}

/* Top */

.main_top_title {
	margin-bottom: 32px;
}

.main_top_img {
	position: relative;
	width: 100%;
	margin-bottom: 32px;
	overflow: hidden;
}

.main_top_img img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: auto;
	min-height: 100%;
	object-fit: cover;
	object-position: center;
}

.main_top_subtitle span {
	color: #245fee;
}

.main_top_subtitle a {
	color: #245fee;
	text-decoration: underline;
	text-underline-offset: 6px;
}

/* Top Columns */

.main_top_columns {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-top: 46px;
}

.main_top_column {
	width: 100%;
	margin-bottom: 20px;
}

.main_top_column_text a {
	color: #245fee;
}

.main_top_column_text h3,
.main_top_column_text h4 {
    font-size: 16px;
    font-weight: 600;
	line-height: 135%;
    margin-bottom: 16px;
}

/* Headings */

.page_single h2 {
	margin: 80px 0 30px;
	font-size: 42px;
	line-height: 135%;
}

.page_single ul li,
.page_long_text ul li,
.card_news_item ul li {
	margin-bottom: 20px;
	font-size: 17px;
	line-height: 160%;
}

.page_single ul li::marker,
.page_long_text ul li::marker,
.card_news_item ul li::marker {
	content: '—    ';
	display: block;
}

/*----------------------------------------------------------
	7. Single Program
-------------------------------------------------------------*/

.single_program_tabs {
	padding-top: 0;
}

.single_program_tabs_heading {
	margin-bottom: 35px;
}

.single_program_buy_btn {
	margin: 35px 0 0;
}

.single_program_tab_content h3,
.single_program_tab_content h4 {
	margin: 40px 0 20px;
	font-size: 24px;
	line-height: 32px;
    font-weight: 500;
}

.single_program_tab_content p,
.single_program_tab_content ul li,
.single_program_tab_content ol li {
	padding-bottom: 10px;;
	font-size: 18px;
	line-height: 26px;
}

.single_program_tab_content ul li ul {
	padding-top: 10px;
}

.single_program_tab_content p a {
	text-decoration: underline !important;
	text-underline-offset: 5px;
}

.single_program_tab_content img {
	max-width: 100%;
	width: auto;
	height: auto;
	margin: 30px 0;
}

.single_program_tab_add_lists {
	margin-top: 40px;
}

.single_program_tab_add_list_item {
	display: block;
	width: 100%;
	margin-right: 40px;
	padding-bottom: 40px;
	vertical-align: top;
	border-top: none;
}

.single_program_tab_add_list_item:nth-child(1),
.single_program_tab_add_list_item:nth-child(2) {
	border-top: none;
}

.single_program_tab_add_list_item h3,
.single_program_tab_add_list_item h3 {
	margin-top: 20px;
}

.single_program_tab_add_list_item ul li::marker {
	content: '—    ';
	display: block;
}

.single_program_tab_add_list_item ul li:first-letter {
	text-transform: uppercase;
}

/*----------------------------------------------------------
	8. Page Home
-------------------------------------------------------------*/

/* Icons */

.ico-mono-logo {
	width: 7.08em;
	height: 1em;
	fill: #245fee;
}

.ico-mono-card-program {
	width: 1.14em;
	height: 1em;
	fill: #245fee;
}

.ico-mono-cellsignal {
	width: 1em;
	height: 1em;
	fill: #fefefe;
}

.ico-mono-battery {
	width: 1.73em;
	height: 1em;
	fill: #fefefe;
}

.ico-mono-waveform {
	width: 1em;
	height: 1em;
	fill: #fefefe;
}

.ico-mono-study {
    width: 1em;
    height: 1em;
    fill: #fefefe;
}

/* Home Top */

.home_top {
	text-align: center;
}

.home_top_wrap {
	max-width: 770px;
	margin: 0 auto 48px;
	/* margin: 0 auto; */
}

.home_top .font-h1 {
	margin-bottom: 24px;
}

.home_top_subtitle {
	max-width: 565px;
	font-size: 16px;
	line-height: 120%;
	margin: 0 auto 32px;
}

.home_top_btns {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	gap: 16px;
}

.home_top_img {
	position: relative;
	width: 100%;
	height: 340px;
}

.home_top_img img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	min-height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	-o-object-position: center;
	object-position: center;
}

/* Home Programs */

.home_programs {
	padding-bottom: 0;
}

.home_programs .font-h2 {
	margin-bottom: 48px;
}

.home_programs_items {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	gap: 20px;
}

.home_programs_items .card_program {
	width: 100%;
	/* max-width: 460px; */
	max-width: 100%;
}

.card_program {
	-webkit-transition: .4s;
	transition: .4s;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	max-width: -webkit-fit-content;
	max-width: -moz-fit-content;
	max-width: fit-content;
	-webkit-box-shadow: 6px 6px 30px 0 rgba(72, 102, 175, .1);
	box-shadow: 6px 6px 30px 0 rgba(72, 102, 175, .1);
	padding: 24px;
}

.card_program_top {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin-bottom: 8px;
}

.card_program_icon {
	font-size: 35px;
	line-height: 1;
}

.card_program_text {
	color: rgba(22, 22, 22, .4);
	margin-bottom: 24px;
}

.card_program_date {
	padding-top: 10px;
	color: rgba(22, 22, 22, .4);
	font-weight: 600;
}

.card_program_price {
	color: #245fee;
	margin-bottom: 8px;
}

.card_program:active,
.card_program:hover {
	color: #fefefe;
	background: #245fee;
}

.card_program:active svg,
.card_program:hover svg {
	fill: #fefefe;
}

.card_program:active .card_program_date,
.card_program:active .card_program_price,
.card_program:active .card_program_text,
.card_program:hover .card_program_date,
.card_program:hover .card_program_price,
.card_program:hover .card_program_text {
	color: #fefefe;
}

.program {
	padding-top: 0;
}

.program__title {
	margin-bottom: 48px;
}

.program .tabs,
.program__text {
	margin-bottom: 32px;
}

.program__text p {
	margin: 0;
}

.program__text a {
	display: block;
	margin-top: 20px;
	text-decoration: underline;
}

.program__text span {
	color: #245fee;
}

/* Home Basic */

.home_basic .font-accent {
	margin-bottom: 30px;
}

.home_basic .font-accent span {
	color: #245fee;
}

.home_basic_info {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.home_basic_left,
.home_basic_right {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-flex: 1;
	-ms-flex: 1 auto;
	flex: auto;
	width: 100%;
}

.home_basic_right_links a {
	display: block;
	color: #245fee;
}

.home_basic_right_links a:not(:last-child) {
	margin-bottom: 16px;
}

.home_basic_description {
	max-width: 458px;
	margin-bottom: 30px;
}

.home_basic_subscribe_btn {
	margin-bottom: 40px;
}

/* Home Advantages */

.home_advantages_title {
	margin-bottom: 48px;
}

.home_advantages_wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}

.home_advantages_items {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	width: 100%;
}

.home_advantages_item {
	width: 100%;
	margin-bottom: 48px;
}

.home_advantages_item a {
	color: #245fee;
}

.home_advantages_item_icon {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	width: 60px;
	height: 60px;
	background: #245fee;
	border-radius: 4px;
	padding: 7px;
	margin-bottom: 20px;
}

.home_advantages_item_icon svg {
	width: 100%;
	height: 100%;
	-o-object-fit: contain;
	object-fit: contain;
}

.home_advantages_img img {
	width: 100%;
	height: auto;
}

/* Home News */

.home_news .font-h2 {
	margin-bottom: 48px;
}

.home_news_more {
	margin: 30px 0 0;
}

/* Home Subscribe */

.home_subscribe.global_subscribe_form_wrap {
	padding: 40px 0;
}

/* Home Reviews */

.home_reviews .font-h2 {
	margin-bottom: 20px;
}

.home_reviews_subtitle {
	max-width: 536px;
	margin-bottom: 48px;
}

.home_reviews_subtitle a {
	color: #245fee;
}

.home_reviews .card_reviews:not(:last-child) {
	margin-bottom: 48px;
}

.home_reviews .button {
	margin-top: 48px;
}

/* Review Card */

.card_reviews {
	/* padding: 24px 16px; */
	padding: 48px 32px;
	-webkit-box-shadow: 6px 6px 30px 0 rgba(72, 102, 175, .1);
	box-shadow: 6px 6px 30px 0 rgba(72, 102, 175, .1);
}

.card_reviews_wrap {
	max-width: 936px;
}

.card_reviews_top {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	margin-bottom: 24px;
}

.card_reviews_photo {
	margin-right: 16px;
	width: 80px;
	border-radius: 50%;
	overflow: hidden;
}

.card_reviews_photo img {
	width: 100%;
	height: auto;
}

.card_reviews_name {
	margin-bottom: 6px;
}

.card_reviews_position {
	font-weight: 600;
	color: rgba(22, 22, 22, .4);
}

.card_reviews_content {
	/* height: 93px; */
	/* overflow: hidden; */
}

.card_reviews_more {
	cursor: pointer;
	color: #245fee;
	margin-top: 24px;
}

/* Home FAQ */

.home_questions .font-h2 {
	margin-bottom: 10px;
}

.home_questions_subtitle {
	max-width: 590px;
	margin-bottom: 48px;
}

.home_questions_subtitle a {
	color: #245fee;
}

/*----------------------------------------------------------
	9. Page Company
-------------------------------------------------------------*/

/* Icons */

.ico-mono-cloud {
	width: 1.02em;
	height: 1em;
	fill: #fefefe;
}

.ico-mono-atom {
	width: 1em;
	height: 1em;
	fill: #fefefe;
}

.ico-mono-toolbox {
	width: 1em;
	height: 1em;
	fill: #fefefe;
}

.company_advantages_title {
	margin-bottom: 48px;
}

.company_advantages_items {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 48px 0;
}

.company_advantages_item {
	width: 100%;
}

.company_advantages_item_icon {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	width: 60px;
	height: 60px;
	font-size: 46px;
	border-radius: 4px;
	background: #245fee;
	padding: 7px;
	margin-bottom: 20px;
}

/* Video */

.video__title {
	margin-bottom: 20px;
}

.video__subtitle {
	max-width: 759px;
	margin-bottom: 48px;
}

/* Company Certificates */

.company_certificates_title {
	margin-bottom: 48px;
}

.company_certificates_items {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	gap: 40px 0;
}

.company_certificates .card_document_item {
	width: 100%;
}

/*----------------------------------------------------------
	10. Page Demo
-------------------------------------------------------------*/

.demo_steps_title {
	margin-bottom: 10px;
}

.demo_steps_subtitle {
	max-width: 600px;
	margin-bottom: 32px;
}

.demo_steps .card_step {
	margin-bottom: 50px;
}

/* Card Steps */

.card_step {
	position: relative;
	padding: 32px 32px 24px 48px;
	border-left: 1px solid #0c0707;
	margin-left: 30px;
}

.card_step_title {
	margin-bottom: 24px;
}

.card_step_icon {
	position: absolute;
	top: 20px;
	left: -30px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	width: 60px;
	height: 60px;
	border-radius: 100%;
	background: #fefefe;
	border: 1px solid #003fc8;
	overflow: hidden;
}

.card_step_icon_wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	width: 42px;
	height: 42px;
	background: #003fc8;
	border-radius: 100%;
	padding: 9px;
}

.card_step_icon_wrap img {
	width: 100%;
}

.card_step_content {
	color: #161616;
}

.card_step_content p {
	margin-top: 15px;
}

.card_step_content p:last-child {
	margin-bottom: 0;
}

.card_step_content a {
	display: inline-block;
	color: #245fee;
}

/*----------------------------------------------------------
	11. Page Download
-------------------------------------------------------------*/

.card_document_item_wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	min-height: 233px;
	-webkit-box-shadow: 6px 6px 30px 0 rgba(72, 102, 175, .1);
	box-shadow: 6px 6px 30px 0 rgba(72, 102, 175, .1);
	padding: 32px 24px;
}

.card_document_item_title {
	margin-bottom: 12px;
}

.card_document_item_name {
	-webkit-transition: .4s;
	transition: .4s;
	font-weight: 600;
}

.card_document_item_bottom {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-top: auto;
}

.card_document_item_bottom_format {
	-webkit-transition: .4s;
	transition: .4s;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	width: 44px;
	height: 44px;
	background: #245fee;
	color: #fefefe;
	margin-right: 16px;
}

.card_document_item_bottom_weight {
	color: #245fee;
}

.card_document_item_preview {
	display: block;
	color: #245fee;
	margin-top: 16px;
}

.card_document_item:hover .card_document_item_name {
	color: #00339f;
}

.card_document_item .card_document_item_wrap:hover .card_document_item_bottom_format {
	background: #00339f;
}

/* Go to Practicum */

.download_goto_practicum_button {
	margin: 40px 0;
}

/*----------------------------------------------------------
	12. Page Support
-------------------------------------------------------------*/

.page_support .main_top_subtitle a {
	text-decoration: none;
}

.support_useful_links {
	padding-top: 40px;
	padding-bottom: 40px;
}

.support_useful_links_title {
	margin-bottom: 10px;
}

.support_useful_links_subtitle {
	max-width: 600px;
	margin-bottom: 32px;
}

.support_useful_links_list a {
	color: #245fee;
}

/*----------------------------------------------------------
	13. Page Prices
-------------------------------------------------------------*/

/* Tabs */

.prices {
    padding-top: 0;
}

.tabs-section {
	padding-top: 0;
}

.tabs-section .tabs,
.tabs-section__title {
	margin-bottom: 48px;
}

.tabs-section .tabs__content {
	display: none;
	-webkit-animation: .4s show;
	animation: .4s show;
}

.tabs-section .tabs__content.active {
	display: block;
}

.tabs-section__item:not(:last-child) {
	margin-bottom: 80px;
}

.tabs-section__item-title {
	margin-bottom: 48px;
}

.tabs-section__item-cards {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	gap: 40px;
}

.tabs-section__item .card_document_item {
	width: 100%;
	max-width: 560px;
}

/* Prices - Details Tabs */

.prices_tab_serts {
	margin-top: 50px;
}

.prices_tab_requisites,
.prices_tab_delivery {
	margin-top: 40px;
}

/* Prices - Tab 2 - Requisites */

.tabs-section__pay-top {
	margin-bottom: 48px;
}

.tabs-section__pay-info p {
	font-weight: 600;
}

.tabs-section__pay-columns {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	gap: 48px 0;
}

/* Prices - Tab 3 - Delivery */

.prices_tab_delivery h4 {
	margin: 40px 0 20px;
	font-weight: 600;
}

.prices_tab_delivery strong {
	font-weight: 600;
}

/* Prices - Long Description */

.page_prices .page_long_text h2 {
	margin: 60px 0 30px;
	line-height: 135%;
}

.page_prices .page_long_text h2:first-child {
	margin-top: 0;
}

/* Prices - Key Type */

.prices_table_key_types {
	margin: 10px 0 40px;
}

.prices_table_key_types_title {
	margin-bottom: 16px;
}

.prices_table_key_types_title span {
	color: #e94b35;
	font-size: 20px;
}

.prices_table_key_type:not(:last-child) {
	margin-bottom: 16px;
}

.prices_table_key_type label {
	margin-bottom: 0;
}

/* Prices - Radio Buttons */

.radio-button {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	max-width: -webkit-fit-content;
	max-width: -moz-fit-content;
	max-width: fit-content;
}

.radio-button__input {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	width: 100%;
	height: 100%;
	opacity: 0;
	cursor: pointer;
}

.radio-button__input:checked~.radio-button__btn:after {
	opacity: 1;
}

.radio-button__input:checked~.radio-button__btn {
	border: 1px solid #00339f;
}

.radio-button__input:disabled~.radio-button__btn:after {
	background: rgba(22, 22, 22, .4);
}

.radio-button__input:disabled~.radio-button__btn {
	border: 1px solid rgba(22, 22, 22, .4);
}

.radio-button__btn {
	-webkit-transition: .4s;
	transition: .4s;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	width: 24px;
	height: 24px;
	border-radius: 100%;
	border: 1px solid rgba(22, 22, 22, .4);
	padding: 7px 5px;
}

.radio-button__btn:after {
	-webkit-transition: .4s;
	transition: .4s;
	content: '';
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	width: 8px;
	height: 8px;
	border-radius: 100%;
	opacity: 0;
	background: #00339f;
}

.radio-button_text {
	font-weight: 600;
	margin-left: 8px;
}

.radio-button:hover .radio-button__btn {
	border: 1px solid #00339f;
}

.radio-button.checked:hover .radio-button__btn {
	background: #00339f;
}

.radio-button.checked:hover .radio-button__btn:after {
	stroke: #fefefe;
}

.radio-button.disabled {
	pointer-events: none;
}

.radio-button.disabled .radio-button_text {
	color: rgba(22, 22, 22, .4);
}

.radio-button.disabled.checked .radio-button_text {
	color: #0c0707;
}

/* Prices - Table */

.prices_table_wrapper {
	margin-top: 60px;
}

.prices_table {
	display: table;
	width: 100%;
	table-layout: fixed;
	border-collapse: collapse;
}

.prices_table_tr {
	display: table-row;
}

.prices_table_td {
	display: table-cell;
	text-align: center;
	padding: 25px;
	vertical-align: middle;
}

.prices_table_td:nth-child(1),
.prices_table_td:nth-child(2),
.prices_table_td:nth-child(3) {
	/*width: 25%;*/
	/* border: 1px solid #000; */
	border: 1px solid #ccc;
}

/* Prices Table - Hide +- for Local versions */

.prices_table.prices_table_local .prices_table_tr_heading .prices_table_td:nth-child(3) .prices_table_td_title {
	margin: auto;
}

.prices_table.prices_table_local .prices_table_td_program_btn {
	text-align: center;
}

.prices_table.prices_table_local .prices_table_td_program_btn .quantity {
	display: none !important;
}

.prices_table.prices_table_local .prices_table_td_program_btn .button {
	margin: auto;
}

.prices_table.prices_table_local .prices_table_td_program_btn .added_to_cart {
	width: 100%;
	margin: 5px auto;
	text-align: center;
}


/* Prices Table MOBILE GRID LAYOUT - LG and less */

@media (max-width:1024px) {

	.prices_table {
		display: block;
		border: 1px solid #ccc;
	}

	.prices_table .prices_table_tr {
		display: grid;
		grid-template-columns: 35% 65%;
		grid-template-rows: auto 1fr;
		grid-column-gap: 0px;
		grid-row-gap: 0px;
	}

	.prices_table .prices_table_td {
		display: block;
	}

	.prices_table_tr_heading .prices_table_td:nth-child(1) {
		display: flex;
		justify-content: center;
		align-items: center;
		text-align: center;
	}

	.prices_table .prices_table_td_program_name,
	.prices_table .prices_table_td_key_name {
		grid-area: 1 / 1 / 3 / 2;
		width: 100%;
		height: 100%;
		display: flex;
		justify-content: center;
		align-items: center;
		text-align: center;
	}

	.prices_table .prices_table_td_program_price,
	.prices_table .prices_table_td_key_price {
		grid-area: 1 / 2 / 2 / 3;
		display: flex;
		justify-content: center;
		align-items: end;
		width: 100%;
		padding: 35px 0 0;
		border-bottom-color: #fff;
	}

	.prices_table .prices_table_td_program_btn,
	.prices_table .prices_table_td_key_info {
		grid-area: 2 / 2 / 3 / 3;
		width: 100%;
		padding-top: 10px;
		border-top-color: #fff;
	}

	.prices_table_td_key_info_content {
		flex-direction: column;
	}

	.prices_table .prices_table_td_program_btn .cart {
		display: flex;
		flex-direction: column;		
	}

	.prices_table .prices_table_td_program_btn .quantity {
		margin: auto;
		padding: 10px 0 25px;
	}

	.prices_table .prices_table_td_program_btn .button {
		width: auto;
		margin: 0 auto 10px;
	}

	.prices_table .prices_table_td_program_btn .added_to_cart {
		width: 100%;
		margin: 5px auto;
		text-align: center;
	}

	.prices_table .prices_table_tr_total .prices_table_td_total_title, 
	.prices_table .prices_table_tr_total .prices_table_td_total_cost {
		display: flex;
		justify-content: center;
		align-items: center;
		text-align: center;
	}

	.prices_table_tr_heading .prices_table_td:nth-child(3),
	.prices_table_tr_total .prices_table_td:nth-child(3) {
		display: none;
	}

}

/* Prices - Table Heading */

.prices_table_tr_heading .prices_table_td {
	padding: 0;
}

.prices_table_tr_heading .prices_table_td:nth-child(3) {
	width: 50%;
}

.prices_table_tr_heading .prices_table_td:nth-child(3) .prices_table_td_title {
	/* border-right: 1px solid #ccc; */
	height: 100%;
	margin-right: calc(50% + 25px);
}

.prices_table_tr_heading .prices_table_td_title {
	padding: 35px 22px;
	font-size: 13px;
	line-height: 22px;
	text-transform: uppercase;
}

.prices_table_tr_heading .prices_table_td_title span {
	color: #245fee;
	white-space: nowrap;
}

/* Prices - Table Content */

.prices_table_td .wpcpq-wrap {
	display: none;
	visibility: hidden;
}

.prices_table_td_program_name {
	padding: 35px 25px;
	font-size: 16px;
	line-height: 18px;
	text-transform: uppercase;
	text-align: left;
}

.prices_table_td_program_price p,
.prices_table_td_key_price p {
	display: inline;
	margin-bottom: 0;
}

.prices_table_td_program_btn {
	/* min-width: 480px; */
	padding-left: 0;
	padding-right: 0;
	text-align: left;
}

.prices_table_td_program_btn .quantity {
	display: inline-block;
	margin-left: 13%;
}

.prices_table_td_program_btn .woopq-quantity-input .qty {
	text-align: center;
}

.prices_table_td_program_btn .button {
	display: inline-block;
	width: 50%;
	margin-left: 15%;
	padding: 22px 32px;
	color: #fefefe;
	background: #245fee;
}

.prices_table_td_program_btn .button:hover,
.prices_table_td_program_btn .button:active,
.prices_table_td_program_btn .button:focus {
	outline: none;
	background-color: #0c0707;
}

.prices_table_td_program_btn .added_to_cart {
	display: inline-block;
	width: 50%;
	margin-left: 53%;
	padding-top: 10px;
}

.prices_table_td_key_name,
.prices_table_td_total_title {
	padding: 35px 25px;
	font-size: 13px;
	line-height: 18px;
	text-transform: uppercase;
	text-align: left;
}

.prices_table_td_key_info_content {
	display: flex;
	gap: 8px;
	align-items: center;
}

.prices_table_td_key_info_tx {
	color: #565353;
	font-size: 13px;
}

.prices_table_td_key_info_ico svg {
	width: 30px;
	height: 30px;
	color: #e94b35 !important;
}

.prices_table_tr_total {
	display: none !important;
}

/* Prices - After table message */

.prices_table_notice {
	color: #565353;
	line-height: 20px;
	margin-top: 40px;
}

/*----------------------------------------------------------
	14. Page News
-------------------------------------------------------------*/

/* News Subcribe */

.news_subscribe {
	padding-top: 0;
}

/* News Categories */

.news_cats {
	margin-bottom: 32px;
}

.news_cats ul {
	padding-left: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	justify-content: left;
	gap: 12px 16px;
}

.news_cats li {
	list-style: none;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
}

.news_cats a {
	-webkit-transition: .4s;
	transition: .4s;
	min-height: 28px;
	background: #fefefe;
	border: 1px solid #e8e8e8;
	border-radius: 4px;
	padding: 2px 32px;
	font-size: 13px;
	line-height: 28px;
	text-transform: uppercase;
}

.news_cats a:active,
.news_cats a:hover,
.news_cats .current-cat a {
	color: #fefefe;
	background: #00339f;
}

.news_more {
	display: flex;
	justify-content: space-between;
	margin-top: 48px;
}

.news_more a {
	display: flex;
}

/* News Card */

.card_news {
	padding: 48px 24px;
	-webkit-box-shadow: 6px 6px 30px 0 rgba(72, 102, 175, .1);
	box-shadow: 6px 6px 30px 0 rgba(72, 102, 175, .1);
}

.card_news:not(:last-child) {
	margin-bottom: 48px;
}

.card_news_wrap {
	max-width: 100%;
}

.card_news_date {
	-webkit-transition: .4s;
	transition: .4s;
	font-weight: 600;
	color: #245fee;
	margin-bottom: 12px;
}

.card_news_title {
	margin-bottom: 24px;
}

.card_news_content {
	min-height: 55px;
	/* max-height: 250px; */
	overflow: hidden;
}

.card_news_item p {
	font-size: 17px;
	line-height: 160%;
}

.card_news_item ul {
	padding-left: 20px;
}

.card_news_item ul li {
	margin-bottom: 6px;
	padding-left: 6px;
	font-size: 17px;
	line-height: 160%;
}

.card_news_item ul li::marker {
	content: '—';
}

.card_news_more {
	color: #245fee;
	cursor: pointer;
	margin-top: 24px;
}

/* Post Single */

.post_single_cats {
	padding: 45px 0;
}

.post_single_news_item.card_news {
	margin-bottom: 0;
}

/*----------------------------------------------------------
	15. Page Contacts
-------------------------------------------------------------*/

/* Icons */

.ico-mono-telegram-white {
	width: 1.25em;
	height: 1em;
	fill: #fff;
}

.ico-mono-telegram {
	width: 1.13em;
	height: 1em;
	fill: #0c0707;
}

/* Top */

.page_contacts .main_top_img {
	margin-bottom: 0;
}

.main_top_contacts {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	border: 1px solid rgba(22, 22, 22, .4);
	border-top: none;
	padding: 48px 24px;
}

.main_top_contacts a {
	color: #245fee;
}

.main_top_contacts_title {
	max-width: 560px;
	margin-bottom: 24px;
}

.main_top_contacts_info {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	max-width: 460px;
}

.main_top_contacts_phone {
	margin-bottom: 8px;
}

.main_top_contacts_email {
	margin-bottom: 16px;
}

.main_top_contacts_address {
	margin-bottom: 24px;
}

.main_top_contacts_telegram {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	width: 40px;
	height: 40px;
	border-radius: 100%;
	font-size: 15px;
	background: #245fee;
	padding: 12px 10px;
}

/* Partners */

.partners_heading {
	margin-bottom: 48px;
}

.partner_item {
	margin-bottom: 25px;
	line-height: 30px;
}

.partner_item:first-child {
	margin-top: 15px;
}

.partner_item_name {
	font-weight: 700;
}

.partner_item_sert a {
	font-size: 13px;
	font-weight: normal;
	/* color: #007bff; */
}

/* Contact Form */

.contacts_form {
	padding-bottom: 20px;
}

.global_contact_form_title {
	margin-bottom: 48px;
}

.global_contact_form_subtitle {
	margin-bottom: 45px;
	font-size: 24px;
	line-height: 32px;
}

.global_contact_form_subtitle a {
	color: #245fee;
	border-bottom: 2px solid #245fee;
}

/* Form Layout */

.global_contact_form {
	max-width: 100%;
}

.global_contact_form .form__inputs {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-flex: 1;
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
	width: 100%;
	gap: 40px 0;
}

.global_contact_form .form__privacy {
	margin-top: 16px;
}

.global_contact_form .form__message {
	margin-top: 40px;
}

.global_contact_form .form__submit {
	margin-top: 48px;
}

/* Form Label */

.global_contact_form .input__label {
	position: absolute;
	top: -16px;
	left: 4px;
	z-index: 1;
	-webkit-box-ordinal-group: 1;
	-ms-flex-order: 0;
	order: 0;
	opacity: 1;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	background: #fff;
	display: block;
	color: rgba(22, 22, 22, .6);
	margin-bottom: 8px;
	-webkit-animation: .4s show;
	animation: .4s show;
	padding: 8px;
}

.global_contact_form .input__label span {
	color: #e94b35;
}

/* Form Inputs */

.global_contact_form .input {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	width: 100%;
	max-width: 100%;
}

.global_contact_form .input input {
	width: 100%;
	min-height: 53px;
	border: 1px solid rgba(22, 22, 22, .4);
	border-radius: 4px;
	background: 0 0;
	padding: 0 24px;
}

.global_contact_form .input input:-webkit-autofill,
.global_contact_form .input input:-webkit-autofill:focus,
.global_contact_form .input input:-webkit-autofill:hover {
	-webkit-box-shadow: 0 0 0 1000px #fff inset;
}

.global_contact_form .input textarea {
	position: relative;
	-webkit-box-ordinal-group: 3;
	-ms-flex-order: 2;
	order: 2;
	border: 1px solid rgba(22, 22, 22, .4);
	border-radius: 4px;
	background: 0 0;
	padding: 16px 24px;
}

.global_contact_form .input textarea:-webkit-autofill,
.global_contact_form .input textarea:-webkit-autofill:focus,
.global_contact_form .input textarea:-webkit-autofill:hover {
	-webkit-box-shadow: 0 0 0 1000px #fff inset
}

.global_contact_form .form__privacy input {
	width: 24px;
	height: 24px;
	min-height: 24px;
	margin: 0;
	padding: 0;
}

/* Form Submit */

.global_contact_form .button {
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}

/* Form Checkbox*/

.checkbox {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	max-width: -webkit-fit-content;
	max-width: -moz-fit-content;
	max-width: fit-content;
}

.checkbox__input {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	width: 100%;
	height: 100%;
	opacity: 0;
	cursor: pointer;
}

.checkbox__input:checked~.checkbox__btn>.checkbox__btn-icon {
	opacity: 1;
}

.checkbox__input:checked~.checkbox__btn {
	border: 1px solid #00339f;
}

.checkbox__input:disabled~.checkbox__btn>.checkbox__btn-icon svg {
	stroke: rgba(22, 22, 22, .4);
}

.checkbox__input:disabled~.checkbox__btn {
	border: 1px solid rgba(22, 22, 22, .4);
}

.checkbox__btn {
	-webkit-transition: .4s;
	transition: .4s;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	width: 24px;
	height: 24px;
	border-radius: 4px;
	border: 1px solid rgba(22, 22, 22, .4);
	padding: 7px 5px;
}

.checkbox__btn-icon {
	-webkit-transition: .4s;
	transition: .4s;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	width: 14px;
	height: 10px;
	opacity: 0;
}

.checkbox__btn-icon svg {
	stroke: #00339f;
}

.checkbox__text {
	font-size: 14px;
	font-weight: 600;
	margin-left: 8px;
	cursor: default;
}

.checkbox__text a {
	text-decoration: underline;
	text-underline-offset: 2px;
}

.checkbox:hover .checkbox__btn {
	border: 1px solid #00339f;
}

.checkbox.checked:hover .checkbox__btn {
	background: #00339f;
}

.checkbox.checked:hover .checkbox__btn-icon svg {
	stroke: #fefefe;
}

.checkbox.disabled {
	pointer-events: none;
}

.checkbox.disabled .checkbox__text {
	color: rgba(22, 22, 22, .4);
}

.checkbox.disabled.checked .checkbox__text {
	color: #0c0707;
}

/* Form Responce */

.global_contact_form input.wpcf7-not-valid {
	border-color: #dc3232;
}

.global_contact_form .wpcf7-not-valid-tip {
	display: none;
}

.global_contact_form .wpcf7-spinner {
	margin: 20px 0;
}

.global_contact_form .wpcf7-response-output {
	width: 100%;
	margin-top: 0 !important;
}

.global_contact_form .invalid .wpcf7-response-output {
	color: #dc3232;
	text-align: center;
	border: none !important;
}

/* Subscribe Form */

.contacts_subscribe.global_subscribe_form_wrap {
	padding-top: 20px;
}

.global_subscribe_form_with_img {
	width: 100%;
	display: flex;
	align-items: center;
	flex-direction: column;
	gap: 40px;
	margin-bottom: 30px;
}

.global_subscribe_form_img {
	min-width: 350px;
	margin-right: 0;
	padding: 20px 0;
}

.global_subscribe_form {
	display: flex;
	flex-wrap: wrap;
	flex-direction: column;
	align-items: center;
	text-align: center;
}

.global_subscribe_form_title {
	margin-bottom: 8px;
}

.global_subscribe_form_subtitle {
	max-width: 600px;
	line-height: 24px;
	margin-bottom: 20px;
}

.global_subscribe_form_code {
	display: block;
	width: 100%;
	max-width: 600px;
}

.global_subscribe_form_code label {
	display: none;
}

.global_subscribe_form_code input {
	display: block;
	width: 100%;
	max-width: 100%;
	height: 53px;
	min-height: 53px;
	margin-bottom: 16px;
	padding: 0 24px;
	border: 1px solid rgba(22, 22, 22, .4);
	border-radius: 4px;
	background: #fefefe;
}

.global_subscribe_form_code input::placeholder {
	background: #fefefe;
}

.global_subscribe_form_privacy {
	margin: 10px 0;
	text-align: left !important;
}

.global_subscribe_form_privacy input {
	width: 24px;
	height: 24px;
	min-height: 24px;
	margin: 0;
	padding: 0;
}

.global_subscribe_form_code .button_container {
	justify-content: center;
	margin: 0;
	padding: 0;
}

.global_subscribe_form_code button {
	display: block;
	min-height: 68px;
	margin-top: 16px;
	padding: 22px 32px;
}

/*----------------------------------------------------------
	16. Cart
-------------------------------------------------------------*/

.wc-block-components-sale-badge {
	display: none !important;
}

/* Cart - Program Image */

.wc-block-cart .wc-block-cart-items td.wc-block-cart-item__image {
	padding-right: 12px !important;
}

/* Cart - Program Description */

.wc-block-cart .wc-block-cart-items td.wc-block-cart-item__product a.wc-block-components-product-name {
	font-size: 18px;
	font-weight: 600;
}

.wc-block-cart .wc-block-cart-items td.wc-block-cart-item__product .wc-block-components-product-price {
	display: none;
}

.wc-block-cart .wc-block-cart-items td.wc-block-cart-item__product .wc-block-components-product-metadata__description p {
	font-size: 14px;
}

/* Cart - Program Linked */

/* .wc-block-components-product-details__linked-with::marker {
	display: none !important;
	content: "" !important;
} */

.wc-block-components-product-details__linked-with {
	margin-left: 27px !important;
}

.wc-block-components-product-details__name {
	font-size: 0;
}

.wc-block-components-product-details__value::before {
	display: inline-block;
	content: "Привязан к программе:";
	font-size: 14px;
	padding-right: 10px;
}

/* Cart - Summary */

.wp-block-woocommerce-proceed-to-checkout-block .wc-block-cart__submit-container a {
	min-height: 44px;
	padding: 10px 24px;
	margin-top: 20px;
	color: #fff;
	background-color: #245fee;
	border-radius: 4px;
	-webkit-transition: .4s;
	transition: .4s;
}

.wp-block-woocommerce-proceed-to-checkout-block .wc-block-cart__submit-container a:hover,
.wp-block-woocommerce-proceed-to-checkout-block .wc-block-cart__submit-container a:focus,
.wp-block-woocommerce-proceed-to-checkout-block .wc-block-cart__submit-container a:active {
	background-color: #000;
	-webkit-transition: .4s;
	transition: .4s;
	outline: none !important;
	box-shadow: none !important;
}

.wp-block-woocommerce-cart .wc-block-components-totals-item__value {
	margin-top: 5px;
}

.wp-block-woocommerce-cart .wc-block-components-shipping-placeholder__value {
	text-transform: lowercase;
	font-size: 12px !important;
}

.wp-block-woocommerce-cart .wc-block-components-shipping-placeholder__value:before {
	content: "Будет ";
	text-transform: capitalize;
}

.wp-block-woocommerce-cart .wc-block-components-shipping-address,
.wp-block-woocommerce-cart .wc-block-components-totals-shipping__collaterals {
	display: none !important;
}

.wc-block-cart__empty-cart__title.with-empty-cart-icon:before,
.wp-block-woocommerce-empty-cart-block h2:nth-child(3),
.wp-block-product-new {
	display: none !important;
}

/* Cart Fly from Side */

.woofc-count {
	z-index: 5 !important;
}

.woofc-count.woofc-count-shake {
	animation: none !important;
}

.woofc-area .woofc-item-price del .woocommerce-Price-amount {
	display: none !important;
}

.woofc-area .woofc-item-qty-inner:after {
	content: "шт";
	padding-left: 3px;
}

/*----------------------------------------------------------
	17. Checkout
-------------------------------------------------------------*/

/* Checkout Form */

.wc-block-checkout .wc-block-components-title.wc-block-components-title {
	font-weight: 600;
}

.wc-block-checkout .wc-block-components-checkout-step__description {
	font-size: 14px;
}

.wc-block-checkout .wc-block-components-form input,
.wc-block-checkout .wc-block-components-form textarea,
.wc-block-checkout .wc-block-components-form select {
	border-radius: 4px !important;
	border-color: #cfddeb !important;
}

.wc-block-checkout .wc-block-components-form textarea {
	min-height: 100px;
	resize: none;
}

.wc-block-checkout .wc-block-components-form input[type=checkbox] {
	border-radius: 4px !important;
	border-color: #161616 !important;
}

.wc-block-checkout .wc-block-components-form input:focus,
.wc-block-checkout .wc-block-components-form textarea:focus,
.wc-block-checkout .wc-block-components-form select:focus {
	color: #2b2d2f;
	border-color: #161616 !important;
	box-shadow: none !important;
	outline: 0 !important;
}

.wc-block-checkout .wc-block-components-form input[type=checkbox]:focus {
	border-color: #161616 !important;
	box-shadow: none !important;
	outline: 0 !important;
}

.wc-block-checkout .wc-block-components-validation-error {
	display: none !important;
}

/* .wc-block-checkout .wc-block-components-address-form__country, */
.wc-block-checkout .wc-block-components-address-form__address_2-toggle,
.wc-block-checkout .wc-block-checkout__terms,
.wc-block-checkout .wc-block-components-radio-control__input {
	display: none !important;
}

.wc-block-checkout .wc-block-components-radio-control-accordion-option--checked-option-highlighted,
.wc-block-checkout .wc-block-components-radio-control__option--checked-option-highlighted {
	border-radius: 8px !important;
	border: 1px solid #cfddeb !important;
	box-shadow: none !important;
	background-color: #e7f3ff;
	overflow: hidden;
}

.wc-block-checkout .wc-block-components-radio-control__option--checked-option-highlighted {
	padding: 10px 24px 0 !important;
}

.wc-block-checkout .wc-block-components-radio-control__option {
	padding: 24px !important;
}

.wc-block-checkout .wc-block-components-radio-control-accordion-content {
	padding: 0 24px 24px !important;
	font-size: 14px !important;
}

.wc-block-checkout .wc-block-components-checkout-place-order-button {
	min-height: 44px;
	padding: 10px 24px;
	color: #fff;
	background-color: #245fee;
	border-radius: 4px;
	-webkit-transition: .4s;
	transition: .4s;
}

.wc-block-checkout .wc-block-components-checkout-place-order-button:hover,
.wc-block-checkout .wc-block-components-checkout-place-order-button:focus,
.wc-block-checkout .wc-block-components-checkout-place-order-button:active {
	background-color: #000;
	-webkit-transition: .4s;
	transition: .4s;
	outline: none !important;
	box-shadow: none !important;
}

/* Checkout Summary */

.wc-block-checkout .wp-block-woocommerce-checkout-order-summary-block {
	border-radius: 8px !important;
	border: 1px solid #cfddeb !important;
}

.wc-block-checkout .wc-block-components-order-summary-item__image>img {
	max-width: 35px !important;
}

.wc-block-checkout .wc-block-components-order-summary-item__individual-prices,
.wc-block-checkout .wc-block-components-shipping-address {
	display: none !important;
}

.wc-block-checkout .wc-block-components-product-details__linked-with::marker {
	display: none !important;
	content: "" !important;
}

.wc-block-checkout .wc-block-components-product-details__linked-with {
	margin-left: -5px !important;
	font-size: 12px;
}

.wc-block-checkout .wc-block-components-product-metadata__description p,
.wc-block-checkout .wc-block-components-product-details__value::before {
	font-size: 12px;
}

/*----------------------------------------------------------
	Thank you
-------------------------------------------------------------*/

.thank_you_page_content {
	text-align: center;
}
/*----------------------------------------------------------
	18. Account Auth Pages & Forms
-------------------------------------------------------------*/

/* Already Logged */

.logged_text {
	text-align: center;
}

.logged_text a {
	color: #003fc8;
	text-decoration: underline;
	text-underline-offset: 5px;
}

/* Auth */

.auth_wrapper {
	position: relative;
	display: flex;
	align-items: center;
}

.auth_form_left {
	width: 100%;
    background: #fefefe;
}

.auth_form_icon {
	margin-bottom: 16px;
	font-size: 35px;
	line-height: 1;
	text-align: center;
}

.auth_form_title {
	margin-bottom: 15px;
	font-size: 32px;
	line-height: 120%;
	text-align: center;
}

.auth_form_subtitle {
	margin-bottom: 50px;
	font-size: 17px;
	line-height: 120%;
	text-align: center;
}

.auth_form_subtitle a {
	display: inline-block;
	color: #003fc8;
}

.auth_form_right {
	display: none;
	width: 100%;
	vertical-align: middle;
}

/* Account - URM Registration & Login Form */

.auth_form .user-registration {
	max-width: 100% !important;
	margin: 0 !important;
	padding: 0 !important;
	border-width: 0 !important;
	border-radius: 0 !important;
	background-color: transparent !important;
	box-shadow: none !important;
}

.auth_form .ur-form-row {
	margin-bottom: 20px !important;
}

.auth_form .ur-form-grid {
	display: flex;
    flex-direction: column;
}

.auth_form .form-row {
	position: relative;
}

.auth_form .form-row-wide {
	display: block;
}

.auth_form .ur-frontend-form.login {
	box-shadow: none !important;
}

.auth_form .ur-frontend-form.login {
	padding: 0 !important;
	background: #fefefe !important;
	box-shadow: none !important;
}

/* Label */

.auth_form label {
	display: block;
	position: absolute;
	top: -16px;
	left: 4px;
	z-index: 1;
	order: 0;
	opacity: 1;
	align-items: center;
	justify-content: center;
	padding: 8px;
	margin-bottom: 8px;
	font-size: 13px !important;
	color: rgba(22, 22, 22, .6);
	background: #fff;
	animation: .4s show;
}

.auth_form .user-registration-error {
	margin-bottom: -5px !important;
}

/* Inputs */

.auth_form input,
.auth_form input[type="text"],
.auth_form input[type="email"],
.auth_form input[type="password"] {
	min-height: 53px !important;
	padding: 0 24px !important;
	color: #0c0707 !important;
	border: 1px solid rgba(22, 22, 22, .4) !important;
	border-radius: 4px !important;
	background: transparent !important;
	outline: none !important;
	box-shadow: unset !important;
}

.auth_form input.ur-input-border-green {
	border-color: rgba(22, 22, 22, .4) !important;
}

.auth_form input.ur-input-border-red {
	border-color: #e94b35 !important;
}

.auth_form input:-webkit-autofill,
.auth_form input:-webkit-autofill:hover, 
.auth_form input:-webkit-autofill:focus, 
.auth_form input:-webkit-autofill:active {
    -webkit-box-shadow: 0 0 0 30px #fefefe inset !important;
}

.auth_form input:-webkit-autofill {
    -webkit-text-fill-color: #0c0707 !important;
}

/* Submit */

.auth_form .ur-button-container {
	order: 9;
	width: 100% !important;
	padding: 0 !important;
	text-align: center !important;
}

.auth_form button.button,
.auth_form input.button {
	display: block !important;
	width: 100% !important;
	max-width: 100% !important;
	margin: 10px auto 0 !important;
	padding: 22px 32px !important;
	font-weight: 600 !important;
	color: #fefefe !important;
	border-radius: 0 !important;
	border: none !important;
	background-color: #245fee !important;
}

.auth_form button.button:hover, 
.auth_form button.button:active, 
.auth_form button.button:focus,
.auth_form input.button:hover, 
.auth_form input.button:active, 
.auth_form input.button:focus {
	background-color: #0c0707 !important;
}

/* Lost Password & Remember me */

.auth_form.form_lost_password_urm .lost_password a {
	color: #007aff !important;
}

.auth_form .user-registration-before-login-btn {
	position: relative;
}

.auth_form .user-registration-before-login-btn label {
	display: none !important;
}

/* Recaptcha on Login */

.auth_form.auth_form_login .ur-form-grid > div {
	order: 10;
}

.auth_form.auth_form_login .ur-form-grid > div#ur-recaptcha-node {
	order: 9;
}

.auth_form.auth_form_login .ur-form-grid > div.user-registration-before-login-btn {
	order: 3;
}

.auth_form #ur-recaptcha-node > div > div {
	text-align: center !important;
	margin: auto !important;
}

/* Account - URM Lost Password Form */

/* 
.auth_form.form_lost_password_urm .user-registration-form-row.form-row {
	margin: 0 !important;
}

.auth_form .ur-form-grid > p:nth-child(1) {
	order: 1;
}

.auth_form .ur-form-grid > p:nth-child(2) {
	order: 2;
} 
*/

.auth_form.form_lost_password_urm .ur-lost-password-content-container,
.auth_form.form_lost_password_urm .ur-input-with-icon svg {
	display: none !important;
}

.auth_form.form_lost_password_urm input::placeholder {
	opacity: 1 !important;
	color: #5d5b5b !important;
	font-size: 15px;
}

/*----------------------------------------------------------
	18.1 Account - Page Profile
-------------------------------------------------------------*/

/* Account Top */

.ico-mono-logout {
	width: 1em;
	height: 1em;
	fill: #245fee;
}

.lk-header {
	margin-top: 48px;
}

.lk-header_wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.lk-header_account {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 16px;
}

.lk-header_account_img {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	text-align: center;
	min-width: 80px;
	min-height: 80px;
	font-size: 24px;
	line-height: 1;
	text-transform: uppercase;
	color: #245fee;
	background: #e7f3ff;
	border-radius: 100%;
	overflow: hidden;
}

.lk-header_account_img img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	-o-object-position: center;
	object-position: center;
}

.lk-header_account_name {
	font-size: 24px;
	line-height: 1;
	font-weight: 600;
	margin-bottom: 8px;
}

.lk-header_account_registred {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	font-size: 15px;
	line-height: 1;
	color: #161616BF;
	gap: 8px;
}

.lk-header_account_registred svg {
	width: 18px;
	height: 18px;
	stroke: #245fee;
}

.lk-header_logout_link {
	display: flex;
	max-width: fit-content;
	margin-top: 20px;
}

.lk-header_logout_link_text {
	margin-right: 8px;
	color: #003fc8;
}

.lk-header_logout_link_icon {
	font-size: 20px;
	align-items: center;
}

/* Account Menu */

.lk-menu {
	margin-top: 20px;
}

.lk-menu_wrap {
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	gap: 8px;
}

.lk-menu_item {
	position: relative;
	width: calc(50% - 8px);
	text-align: center;
	color: #245fee;
	border-radius: 8px;
	border: 1px solid #245fee;
	padding: 20px;
}

.lk-menu_item_icon {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin-bottom: 8px;
}

.lk-menu_item_icon svg {
	max-height: 70px;
	width: auto;
	fill: #0c0707;
}

.lk-menu_item.active {
	color: #fefefe;
	background: #245fee;
}

.lk-menu_item.active .lk-menu_item_icon svg {
	fill: #fefefe;
}

.lk-menu_item_text {
	font-size: 16px;
	line-height: 21px;
}

/* 
.lk-menu_item_notification {
	position: absolute;
	top: 10px;
	right: 10px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	width: 38px;
	height: 38px;
	border-radius: 100%;
	font-size: 14px;
	line-height: 1;
	color: #fefefe;
	background: #245fee
}
*/

/* Account Profile & Tabs */

.lk-profile_title {
	margin-bottom: 20px;
}

.lk-profile_content .woocommerce-MyAccount-navigation {
	float: none;
	display: block;
	width: 100%;
}

.lk-profile_content .woocommerce-MyAccount-navigation ul {
	display: flex;
	margin: 0 0 -1px 0;
	padding: 0;
}

.lk-profile_content .woocommerce-MyAccount-navigation ul li  {
	flex: 1 1 auto;
	list-style: none;
	margin-right: 15px;
	border-radius: 8px 8px 0 0;
	border: 1px solid #cfddeb;
	font-size: 13px;
	text-transform: uppercase;
	font-weight: 600;
}

.lk-profile_content .woocommerce-MyAccount-navigation ul li.is-active {
	color: #0056b3;
	border-bottom-color: #fefefe;
}

.lk-profile_content .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--orders {
	order: 2;
}

.lk-profile_content .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--downloads {
	order: 3;
}

.lk-profile_content .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--edit-account {
	order: 1;
}

.lk-profile_content .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--dashboard, 
.lk-profile_content .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--edit-address, 
.lk-profile_content .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--customer-logout {
	display: none;
}

.lk-profile_content .woocommerce-MyAccount-navigation ul li a {
	display: block;
	width: 100%;
	height: 100%;
	padding: 15px 25px;
}

/* Account Profile Content */

.lk-profile_content .woocommerce-MyAccount-content {
	float: none;
	width: 100%;
	padding: 24px;
	border: 1px solid #cfddeb;
	border-radius: 0 0 8px 8px;
}

.lk-profile_content form > p label {
	padding: 8px;
	margin: 0 0 -20px 4px;
	font-size: 13px;
	line-height: 120%;
	color: rgba(22, 22, 22, .6);
	background-color: #fff;
	z-index: 1;
}

.lk-profile_content label span {
	font-size: 13px !important;
	font-weight: 400 !important;
	color: #e94b35 !important;
}

.lk-profile_content input,
.lk-profile_content textarea {
	min-height: 53px;
	padding: 10px 16px;
	border-radius: 8px;
	border: 1px solid #cfddeb;
	background: #fff !important;
}

.lk-profile_content span em {
	display: none;
}

.lk-profile_content button {
	padding: 22px 32px !important;
	font-weight: 600 !important;
	color: #fefefe !important;
	border-radius: 0 !important;
	background-color: #245fee !important;
}

.lk-profile_content button:hover, 
.lk-profile_content button:active, 
.lk-profile_content button:focus {
	background-color: #0c0707 !important;
}

.lk-profile_content fieldset {
	margin-bottom: 25px;
}

.lk-profile_content fieldset legend {
	padding-top: 50px;
	padding-bottom: 10px;
	font-size: 13px;
	text-transform: uppercase;
	font-weight: 600;
}

.lk-profile_content fieldset label {
	font-size: 14px;
	line-height: 18px !important;
}

.lk-profile_content .show-password-input {
	top: 1.1em !important;
}

/*----------------------------------------------------------
	18.2 Account - Page Orders
-------------------------------------------------------------*/

/* Table */

.lk-profile_content table.shop_table {
	border: none !important;
}

.lk-profile_content table.shop_table tr {
	border-bottom: 1px solid #cfddeb;
}

.lk-profile_content table.shop_table th {
	padding: 24px 32px 16px;
	font-size: 13px;
	line-height: 20px;
	font-weight: normal;
	text-transform: uppercase;
	color: #161616;
}

.lk-profile_content table.shop_table th.woocommerce-orders-table__cell-order-number a {
	display: block;
	white-space: nowrap;
	font-size: 15px;
	font-weight: normal;
}

.lk-profile_content table.shop_table td {
	padding: 24px 32px 16px;
	font-size: 15px;
	line-height: 20px;
	color: #161616;
	vertical-align: middle;
}

.lk-profile_content table.shop_table td.woocommerce-orders-table__cell-order-actions a {
	margin: 5px 10px;
	padding: 8px 10px;
	font-weight: 600;
	color: #fefefe;
	border-radius: 0;
	background-color: #245fee;
}

.lk-profile_content table.shop_table td.woocommerce-orders-table__cell-order-actions a.cancel {
	background-color: #e94b35;
}

.lk-profile_content table.shop_table td.woocommerce-orders-table__cell-order-actions a:hover, 
.lk-profile_content table.shop_table td.woocommerce-orders-table__cell-order-actions a:active, 
.lk-profile_content table.shop_table td.woocommerce-orders-table__cell-order-actions a:focus {
	background-color: #0c0707 !important;
}

.lk-profile_content .woocommerce-customer-details {
	display: none;
}

/* Notice Styles */

.lk-profile_content .woocommerce-message, 
.lk-profile_content .woocommerce-info {
	padding-left: 30px !important;
	border: none !important;
	background-color: transparent !important;
}

.lk-profile_content .woocommerce-message::before, 
.lk-profile_content .woocommerce-info::before {
	left: 5px;
	color: #245fee;
}

.lk-profile_content .woocommerce-info a.button {
	margin: 5px 10px;
	padding: 8px 10px;
	font-weight: 600;
	color: #fefefe;
	border-radius: 0;
	background-color: #245fee;
}

.lk-profile_content .woocommerce-info a.button:hover, 
.lk-profile_content .woocommerce-info a.button:active, 
.lk-profile_content .woocommerce-info a.button:focus {
	background-color: #0c0707 !important;
}

/*----------------------------------------------------------
	18.3 Account - Page Documentation
-------------------------------------------------------------*/

.lk-documentation_content {
	border-radius: 8px;
	border: 1px solid #cfddeb;
	padding: 24px;
	margin-top: 20px;
}

.lk-documentation_items {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	gap: 24px;
}

.lk-documentation .card_document_item {
	width: 100%;
}

.lk-documentation_links {
	padding: 0 0 80px;
}

/*----------------------------------------------------------
	18.4 Account - Page Distributives
-------------------------------------------------------------*/

.lk-distributives_content {
	border-radius: 8px;
	border: 1px solid #cfddeb;
	padding: 24px;
	margin-top: 20px;
}

.lk-distributives_items {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	gap: 24px;
}

.lk-distributives .card_document_item {
	width: 100%;
}

/* Instruction Btn */

.lk-distributives_btns {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	gap: 24px;
	margin-top: 24px;
}

.lk-distributives .button-white {
	text-align: left !important;
	border: none !important;
	padding: 0 !important;
	color: #245fee;
}

.lk-distributives .button-white svg {
	stroke: #245fee;
}

.lk-distributives .button-white:hover {
	/* color: #fefefe; */
	background: #fefefe;
}

.lk-distributives .button-white:hover svg {
	/* stroke: #fefefe */
}

/*----------------------------------------------------------
	19. Page Practicum
-------------------------------------------------------------*/

.practicum_plan .card_step:not(:last-child) {
    margin-bottom: 50px;
}

.practicum_plan_title, 
.practicum_plan_subtitle {
    margin-bottom: 48px;
}

.page_practicum .ico-mono-atom {
    width: 7em;
    height: 7em;
}

.practicum_notes_title {
    margin-bottom: 48px;
}

.practicum_notes {
	display: flex;
	flex-wrap: wrap;
	flex-direction: column;
	gap: 40px;
}

.practicum_notes > div {
	width: 100%;
}

.practicum_note_accent span, 
.practicum_note_accent strong,
.practicum_note_text a {
    color: #245fee;
	font-weight: normal;
}

.practicum_note_text {
	padding-top: 5px;
}

/*----------------------------------------------------------
	20. 404
-------------------------------------------------------------*/

.page_404_wrap {
	display: flex;
	flex-direction: column;
	align-items: center;
	text-align: center;
	flex: auto;
}

.page_404_info {
	margin-top: 50px;
	text-align: center;
}

.page_404_title {
	margin: 25px 0;
}

.page_404_img {
	transition: .4s;
	margin: 0 auto;
}

.page_404_img img {
	max-width: 100%;
}

.page_404_btn {
	display: inline-block;
}

.page-page_404 .button {
	margin: 36px auto 0;
}

/*----------------------------------------------------------
	21. Adaptive
-------------------------------------------------------------*/

/* XS */

@media (max-width:767px) {

	/* XS - Layout */

	section:first-child {
		padding: 40px 0;
	}

	section:not(:first-child) {
		padding: 40px 0;
	}
	
	section:last-child {
		padding-bottom: 80px;
	}
	
	/* XS - Elements */

	.font-h1 {
		line-height: 52px;
		word-wrap: break-word;
	}
	
	.font-h3 {
		font-size: 16px;
	}
	
	.font-accent {
		line-height: 32px;
	}
	
	/* XS - Footer */

	.footer {
		padding: 35px 0 10px;
	}
	
	.footer_content {
		padding-bottom: 30px;
	}
	
	.footer_column_telegram, 
	.footer_column_forum {
		float: left;
		width: 60px;
		height: 60px;
		margin-top: 25px;
		margin-right: 20px;
	}
	
	.footer_column_forum .footer_forum_text {
		font-size: 13px;
		margin-top: -7px;
	}
	
	.footer_column_menu, 
	.footer_column_suscribe {
		display: none;
	}
	
	.footer_bottom_item {
		margin-bottom: 24px;
	}

	/* XS - Single Page */

	.main_top_img {
		height: 140px;
	}
	
	/* XS - Home */

	.home_top .font-h1 {
		font-size: 40px;
		line-height: 46px;
	}
	
	/* XS - Prices */

	.page_prices .page_long_text h2 {
		font-size: 28px;
		margin-top: 50px;
		margin-bottom: 15px;
	}
	
	/* XS - Contacts */

	section.global_subscribe_form_wrap {
		margin-top: -50px;
		margin-bottom: 25px;
	}

	/* XS - Account */
	
	.lk-menu_wrap {
		flex-wrap: wrap;
	}

	.lk-menu_item {
		padding: 20px 10px;
	}
	
	.lk-menu_item .lk-menu_item_icon {
		width: 40px;
		height: 40px;
		margin: 0 auto 10px;
	}
	
	.lk-menu_item .lk-menu_item_text {
		font-size: 14px;
		line-height: 16px;
	}
	
	.page_kabinet section {
		padding-top: 40px;
	}

	.lk-profile_content .woocommerce-MyAccount-navigation ul li a {
		padding: 15px;
	}
	
}

/* SM */

@media (min-width:768px) {

	/* SM - Elements */

	.font-h1,
	.page_single h1,
	.page_long_text h1 {
        font-size: 64px;
        line-height: 130%;
		word-wrap: break-word;
	}

	.font-h2,
	.page_single h2,
	.page_long_text h2 {
		font-size: 42px;
		line-height: 135%;
	}

	.font-h3,
	.page_single h3,
	.page_long_text h3 {
		font-size: 24px;
		line-height: 135%;
	}

	.font-h4,
	.page_single h4,
	.page_long_text h4 {
		font-size: 17px;
		line-height: 135%;
	}

	.font-p-1,
	.font-p-2,
	.page_single p,
	.page_single ul li,
	.page_long_text p,
	.page_long_text ul li {
		font-size: 17px;
		line-height: 160%;
	}

	.font-accent {
		font-size: 36px;
		line-height: 130%;
	}

	.font-tabs {
		font-size: 15px;
	}

	/* SM - Footer */
	
	.footer_column {
		width: 50%;
	}

	.footer_content {
		padding-bottom: 30px;
	}
	
	.footer_column_telegram, 
	.footer_column_forum {
		float: left;
		width: 60px;
		height: 60px;
		margin-top: 25px;
		margin-right: 20px;
	}
	
	.footer_column_forum .footer_forum_text {
		font-size: 13px;
		margin-top: -7px;
	}

	.footer_column_suscribe {
		display: none;
	}

	.footer_column_menu,
	.footer_bottom_column_policy {
		margin: 0 auto;
	}

	.footer_column_menu .footer-menu li {
		margin-bottom: 12px;
	}
	
	.footer_bottom_column_policy {
		display: none;
	}
	
	.footer_bottom {
		flex-direction: row;
		align-items: center;
	}

	.footer_bottom_column {
		flex-direction: row;
		width: 50%;
	}

	.footer_bottom_item {
		margin-bottom: 0;
	}

	/* SM - Privacy Cookie */

	.privacy_accept {
		flex-direction: column;
		gap: 5px;
		width: 100%;
	}
	
	.privacy_accept_text {
		font-size: 13px;
		line-height: 20px;
		text-align: center;
	}
	
	.privacy_accept_btn {
		font-size: 14px;
	}

	/* SM - Single Pages */

	.main_top_img {
		height: 200px;
	}

	.main_top_columns {
		flex-direction: row;
		gap: 40px;
	}

	.main_top_column {
		width: calc(50% - 40px);
		margin-bottom: 0;
	}

	.main_top_column_text h3,
	.main_top_column_text h4 {
        font-size: 17px;
        line-height: 160%;
	}

	/* SM - Home */

	.home_top_subtitle {
		font-size: 18px;
	}

	.home_top_btns {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-direction: row;
		flex-direction: row;
	}	

	.home_programs_items .card_program {
		width: calc(50% - 20px);
	}

	.home_basic_info {
		gap: 40px;
	}

	.home_basic_left,
	.home_basic_right {
		width: calc(50% - 40px);
	}

	.home_basic_description {
		margin-bottom: 16px;
	}
	
	.home_advantages_items {
		gap: 0 64px;
		margin-top: 32px
	}

	.home_advantages_item {
		width: calc(50% - 64px);
		margin-bottom: 32px
	}
	.card_reviews {
		padding: 48px;
	}

	/* SM - Company */

	.company_advantages_items {
		gap: 48px
	}

	.company_advantages_item {
		width: calc(33.3333% - 48px)
	}

	/* SM - Demo */

	.card_step {
		padding: 32px 64px 32px 48px;
	}

	/* SM - Prices */

	.page_prices .page_long_text h2 {
		font-size: 32px;
		margin-bottom: 20px;
	}

	.tabs-section__pay-columns {
		flex-direction: row;
		gap: 125px;
	}

	/* SM - News */

	.card_news {
		padding: 48px;
	}

	/* SM - Account */

	.lk-documentation .card_document_item, 
	.lk-distributives .card_document_item {
		width: calc(50% - 24px);
	}

	.lk-distributives_btns {
		align-items: center;
		flex-direction: row;
	}

	.lk-profile_content fieldset p > label, 
	.lk-profile_content fieldset p > span {
        width: 50%;
    }

	/* SM - Practicum */

	.practicum_notes {
		flex-wrap: nowrap;
		flex-direction: row;
		gap: 100px;
	}

}

/* MD and more*/

@media screen and (min-width:992px) {

	/* MD - Layout */

	.clear {
		width: auto;
		max-width: -webkit-fit-content;
		max-width: -moz-fit-content;
		max-width: fit-content;
	}

}

@media (min-width:992px) {

	/* MD - Layout */

	.global_subscribe_form_with_img {
		flex-direction: row;
	}
	
	.global_subscribe_form {
		align-items: start;
		text-align: left;
	}
	
	.global_subscribe_form_code .button_container {
		justify-content: start;
	}

	/* MD - Footer */

    .footer {
        padding: 60px 0 48px;
    }

	/* MD - Privacy Cookie */

	.privacy_accept {
		flex-direction: row;
		gap: 10px;
		width: 100%;
	}
	
	.privacy_accept_text {
		font-size: 14px;
		line-height: 24px;
		text-align: left;
	}
	
	.privacy_accept_btn {
		font-size: 18px;
	}

	/* MD - Company */

	.company_advantages_items {
		gap: 40px;
	}

	.company_advantages_item {
		width: calc(33.3333% - 40px);
	}

	.company_certificates_items {
		gap: 40px;
	}

	.company_certificates .card_document_item {
		width: calc(50% - 40px);
	}

	/* MD - Contacts */

	.main_top_contacts {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-direction: row;
		flex-direction: row;
	}

	.main_top_contacts_title {
		margin-bottom: 0;
	}

	/* MD - Account Auth */

	main.page_auth {
		padding: 0;
		margin: 0;
		background-color: #e7f3ff;
	}
	
	.auth_section {
		background-color: #e7f3ff;
	}

	.auth_form_left {
		width: 55%;
		padding: 40px 32px;
		margin-right: 50px;
	}
 
	.auth_form_right {
		display: block;
		width: 45%;
	}

	.auth_form_subtitle {
		margin-bottom: 50px;
	}

}

/* LG and more */

@media (min-width:1024px) {

	/* LG - Elements */

	.font-menu {
		font-size: 15px;
		line-height: 120%;
	}

	/* LG - Header */

	.header_info {
		display: flex;
	}

	.header-menu {
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
		gap: 0;
		max-width: 100%;
		margin-left: 0;
	}

	.header_bottom {
		display: block;
		padding: 25px 0;
	}

	.header_burger {
		display: none;
	}

	/* LG - Footer */

	.footer_column {
		width: 50%;
	}

	/* LG - Single Program */

	.single_program_tab_add_list_item {
		display: inline-block;
		width: calc(49% - 40px);
		border-top: 1px solid #0c0707;
	}

	/* LG - Home */
	
	.home_programs_items {
		gap: 40px;
	}

	.home_programs_items .card_program {
		width: calc(50% - 40px);
		max-width: 100%;
	}

	.home_advantages_wrap {
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-direction: row;
		flex-direction: row;
	}

	.home_advantages_item {
		width: 100%;
	}

	.home_advantages_items {
		max-width: 384px;
		margin-bottom: 0;
		margin-right: 13px;
	}

	/* LG - Prices */

	.page_prices .page_long_text h2 {
		font-size: 36px;
		margin-bottom: 25px;
	}

	.tabs-section__item .card_document_item {
		width: calc(50% - 40px);
	}

	/* LG - Contact */

	.global_contact_form .form__inputs {
		margin-bottom: calc(40px - 15px);
		gap: 40px;
	}

	.global_contact_form .form__inputs .input {
		width: calc(50% - 20px);
		max-width: 50%;
		margin-top: -15px;
	}

	.global_contact_form .form__message {
		margin-top: 0;
	}

	/* LG - Single Page */

	.main_top_img {
		height: 300px;
	}

	/* LG - Account */

	.lk-menu_wrap {
		-ms-flex-wrap: nowrap;
		flex-wrap: nowrap;
	}
	
	.lk-menu_item {
		width: 100%;
	}

}

/* XL */

@media (min-width:1200px) {

	/* XL - Header */

	.header_mail,
	.header_phone {
		margin-right: 64px;
	}

	/* XL - Footer */

	.footer_column {
        width: 33.3%;
    }

	.footer_column_content {
		max-width: 315px;
	}

	.footer_column_forum {
		display: none;
	}

	.footer_forum {
		width: 100px;
		height: 100px;
	}
	
	.footer_forum .footer_forum_text {
		font-size: 16px;
	}
	
	.footer_column_menu {
		max-width: 315px;
	}

	.footer-menu-item,
	.footer-menu li {
		margin-bottom: 8px;
	}
	
	.footer-menu-item:not(:last-child),
	.footer-menu li:not(:last-child) {
		margin-bottom: 8px;
	} 

	.footer_menu_policy {
		display: none;
	}
	
	.footer_column_suscribe {
		min-width: 400px;
	}

	.footer_bottom_column_policy {
		display: block;
	}

	.footer_column_suscribe {
		display: block;
	}
	
	/* XL - Single Page */

	.main_top_img {
		height: 340px;
	}

	/* XL - Prices */

	.page_prices .page_long_text h2 {
		font-size: 42px;
		margin-bottom: 30px;
	}

}