@charset "UTF-8";
/*
Theme Name: ПОТОК
Theme URI: https://potok.ru/
Version: 1.0.0
Description: Кастомная тема potok.ru без визуальных конструкторов: витрина программ, каталог и цены, корзина и оформление заказа, личный кабинет на WooCommerce.
Author: Igor Lesovsky
Author URI: https://lesovsky.dev
*/

:root {
    --potok-field-height: 53px;
    --potok-field-pad-x: 24px;
    --potok-field-color: #0c0707;
    --potok-field-border: rgba(22, 22, 22, .4);
    --potok-field-radius: 4px;
    --potok-field-bg: transparent;
    --potok-field-focus: #245fee;
    --potok-field-focus-ring: rgba(36, 95, 238, .15);
    --potok-field-placeholder: #5d5b5b;
    --potok-field-invalid: #f25656;
    --potok-field-autofill-bg: #fff;

    --potok-label-size: 12px;
    --potok-label-color: rgba(22, 22, 22, .6);
    --potok-label-bg: #fff;
    --potok-label-pad: 8px;
    --potok-label-top: -16px;
    --potok-label-left: 4px;

    --potok-shadow-card: 6px 6px 30px 0 rgba(72, 102, 175, .1);
    --potok-shadow-card-hover: 6px 6px 30px 0 rgba(72, 102, 175, .15);

    --wp-admin-theme-color: #245fee;
}

/*----------------------------------------------------------
	00. Base
-------------------------------------------------------------*/

hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible;
}

p {
    margin-top: 0;
    margin-bottom: 1rem;
}

abbr[title] {
    text-decoration: underline dotted;
    cursor: help;
    border-bottom: 0;
}

address {
    margin-bottom: 1rem;
    font-style: normal;
    line-height: inherit;
}

ol,
ul,
dl {
    margin-top: 0;
    margin-bottom: 1rem;
}

ol ol,
ul ul,
ol ul,
ul ol {
    margin-bottom: 0;
}

dt {
    font-weight: 700;
}

dd {
    margin-bottom: .5rem;
    margin-left: 0;
}

blockquote {
    margin: 0 0 1rem;
}

b,
strong {
    font-weight: bolder;
}

small {
    font-size: 80%;
}

sub,
sup {
    position: relative;
    font-size: 75%;
    line-height: 0;
    vertical-align: baseline;
}

sub {
    bottom: -.25em;
}

sup {
    top: -.5em;
}

pre,
code,
kbd,
samp {
    font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
    font-size: 1em;
}

pre {
    margin-top: 0;
    margin-bottom: 1rem;
    overflow: auto;
}

figure {
    margin: 0 0 1rem;
}

img {
    vertical-align: middle;
    border-style: none;
}

svg:not(:root) {
    overflow: hidden;
}

table {
    border-collapse: collapse;
}

caption {
    padding-top: .75rem;
    padding-bottom: .75rem;
    color: #6c757d;
    text-align: left;
    caption-side: bottom;
}

th {
    text-align: inherit;
}

label {
    display: inline-block;
    margin-bottom: .5rem;
}

input,
button,
select,
optgroup,
textarea {
    margin: 0;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}

textarea {
    overflow: auto;
    resize: vertical;
}

fieldset {
    min-width: 0;
    padding: 0;
    margin: 0;
    border: 0;
}

.d-none {
    display: none !important;
}

.d-block {
    display: block !important;
}

@media (min-width: 768px) {
    .d-md-block {
        display: block !important;
    }
}

@media (min-width: 992px) {
    .d-lg-block {
        display: block !important;
    }

    .d-lg-none {
        display: none !important;
    }
}

@media (min-width: 1200px) {
    .d-xl-block {
        display: block !important;
    }
}

.pb-5 {
    padding-bottom: 3rem !important;
}

/*----------------------------------------------------------
	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 */

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: flex;
    flex-direction: column;
    justify-content: space-between;
    min-width: 320px;
    height: 100%;
    min-height: 100vh;
    color: #0c0707;
    background: #fefefe;
}

* {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

a,
a:hover,
a:active,
a:focus {
    text-decoration: none;
}

a, a svg, a i,
button,
input[type=submit],
textarea {
    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 {
    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 {
    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;
}

.potok-form-section {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
}

.potok-form-section + .potok-form-section,
.potok-form-section + .potok-form-buttons {
    margin-top: 50px;
}

.potok-section-heading {
    margin: 0;
    width: 100%;
}

/* Buttons */

.button_container {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 68px;
    padding: 22px 32px;
}

.button {
    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 {
    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 {
    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;
    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: flex;
    align-items: 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: 24px;
    height: 24px;
    object-fit: contain;
}

/* Tabs */

.tabs {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 32px 0;
}

.tabs__item {
    display: flex;
    flex-direction: column;
    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: flex;
    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;
}

/* Accordion */

.accordeon__item {
    padding: 15px 20px 21px 0;
    border-bottom: 1px solid #e8e8e8;
}

.accordeon__top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    cursor: pointer;
}

.accordeon__arrow {
    transition: .4s;
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 32px;
    margin-left: 20px;
}

.accordeon__arrow svg {
    width: 100%;
    stroke: #0c0707;
}

.accordeon__title {
    transition: .4s;
}

.accordeon__content {
    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 {
    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 {
    flex: 1;
    z-index: 4;
    display: flex;
    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: flex !important;
}

@-webkit-keyframes show {
    from {
        opacity: 0;
        transform: translateY(10px)
    }

    to {
        opacity: 1;
        transform: translateY(0)
    }
}

@keyframes show {
    from {
        opacity: 0;
        transform: translateY(10px)
    }

    to {
        opacity: 1;
        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 {
    position: sticky;
    top: 0;
    z-index: 6;
    transition: .4s;
    background: #fefefe;
    box-shadow: var(--potok-shadow-card);
}

.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: flex;
    align-items: center;
}

.header_info {
    display: none;
    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: flex;
    align-items: center;
    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: flex;
    align-items: 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: 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;
    display: flex;
    flex-wrap: wrap;
}

.header_mobile_menu_wrap .header_cart {
    display: flex;
    padding: 0 0 0 20px;
    width: 100%;
    color: #fff;
}

.header_mobile_menu_wrap .header_cart .header_cart_badge {
    background: #0c0707;
}

.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: flex;
    align-items: 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;
    font-size: 15px !important;
    margin-right: 0;
}

.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: flex;
    align-items: flex-start;
    flex-wrap: wrap;
    border-bottom: 1px solid rgba(254, 254, 254, .3);
    padding-bottom: 60px;
}

/* Footer Menu */

.footer-menu {
    display: flex;
    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 !important;
    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_subscribe_form_privacy {
    width: 100%;
    margin-top: 20px;
}

.footer_subscribe_form_privacy .checkbox__btn,
.footer_subscribe_form_privacy .checkbox:hover .checkbox__btn,
.footer_subscribe_form_privacy .checkbox__input:checked ~ .checkbox__btn {
    background: transparent;
    border-color: #fff;
}

.footer_subscribe_form_privacy .checkbox__btn-icon svg {
    stroke: #fff;
}

.footer_subscribe_form_privacy .checkbox__text,
.footer_subscribe_form_privacy .checkbox__text a {
    color: #fefefe;
}

/* 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, .footer_forum svg {
    color: #0c0707;
    fill: #fff;
}

.footer_forum:hover, .footer_forum:hover svg {
    color: #245fee !important;
    fill: #245fee;
}

/* Footer Bottom */

.footer_bottom {
    display: flex;
    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.is-hiding {
    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: flex;
    align-items: center;
    flex-wrap: wrap;
    margin-bottom: 25px;
}

.breadcrumbs_item {
    display: flex;
    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: flex;
    flex-direction: column;
    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%;
}

.potok-content ul li,
.page_long_text ul li,
.card_news_item ul li {
    margin-bottom: 20px;
    font-size: 17px;
    line-height: 160%;
}

.potok-content 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: flex;
    align-items: center;
    justify-content: center;
    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: flex;
    flex-wrap: wrap;
    gap: 20px;
}

.home_programs_items .card_program {
    width: 100%;
    /* max-width: 460px; */
    max-width: 100%;
}

.card_program {
    transition: .4s;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    max-width: fit-content;
    box-shadow: var(--potok-shadow-card);
    padding: 24px;
}

.card_program_heading {
    display: flex;
    align-items: center;
    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: flex;
    flex-wrap: wrap;
}

.home_basic_left,
.home_basic_right {
    display: flex;
    flex-direction: column;
    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: flex;
    flex-direction: column;
}

.home_advantages_items {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    width: 100%;
}

.home_advantages_item {
    width: 100%;
    margin-bottom: 48px;
}

.home_advantages_item a {
    color: #245fee;
}

.home_advantages_item_icon {
    display: flex;
    align-items: 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;
    box-shadow: var(--potok-shadow-card);
}

.card_reviews_wrap {
    max-width: 936px;
}

.card_reviews_top {
    display: flex;
    align-items: flex-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: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 48px 0;
}

.company_advantages_item {
    width: 100%;
}

.company_advantages_item_icon {
    display: flex;
    align-items: 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: flex;
    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: flex;
    align-items: center;
    justify-content: center;
    width: 60px;
    height: 60px;
    border-radius: 100%;
    background: #fefefe;
    border: 1px solid #003fc8;
    overflow: hidden;
}

.card_step_icon_wrap {
    display: flex;
    align-items: 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
-------------------------------------------------------------*/

.page_download .tabs-section {
    padding-top: 80px;
}

.card_document_item_wrap {
    display: flex;
    flex-direction: column;
    min-height: 233px;
    box-shadow: var(--potok-shadow-card);
    padding: 32px 24px;
}

a.card_document_item_wrap:hover {
    box-shadow: var(--potok-shadow-card-hover);
}

.card_document_item_title {
    margin-bottom: 12px;
}

.card_document_item_name {
    transition: .4s;
    font-weight: 600;
}

.card_document_item_bottom {
    display: flex;
    align-items: center;
    margin-top: auto;
}

.card_document_item_bottom_format {
    transition: .4s;
    display: flex;
    align-items: 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: flex;
    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: flex;
    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: flex;
    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 {
    transition: .4s;
    display: flex;
    align-items: 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 {
    transition: .4s;
    content: '';
    display: flex;
    align-items: 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 - Local versions heading/button */

.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 .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_recovery .prices_table_td_program_btn {
    text-align: center;
}

.prices_table_recovery .potok-kit-row {
    justify-content: flex-start;
    gap: 20px;
}

.prices_table_recovery .potok-kit-name {
    flex: 1 1 0;
    min-width: 0;
    text-align: left;
}

.prices_table_recovery .potok-kit-name a {
    color: #0c0707;
    text-transform: uppercase;
}

.prices_table_recovery .potok-kit-name a:hover {
    color: #245fee;
}

.prices_table_recovery .rec-col-price {
    flex: 0 0 300px;
    min-width: 0;
    text-align: right;
}

.prices_table_recovery .rec-col-qty {
    flex: 0 0 200px;
    text-align: center;
}

@media (max-width: 1024px) {
    .prices_table_recovery .potok-kit-head {
        display: none;
    }

    .prices_table_recovery .potok-kit-row {
        flex-wrap: wrap;
        gap: 12px;
        justify-content: space-between;
    }

    .prices_table_recovery .potok-kit-name {
        flex: 1 1 100%;
    }

    .prices_table_recovery .rec-col-qty {
        flex: 0 0 auto;
        display: flex;
        align-items: center;
        gap: 10px;
    }

    .prices_table_recovery .rec-col-qty::before {
        content: "Рабочих мест:";
        color: #6b7c8f;
        font-size: 14px;
    }

    .prices_table_recovery .rec-col-price {
        flex: 0 1 auto;
        text-align: right;
        font-weight: 600;
    }
}

@media (min-width: 1025px) {

    .prices_table_td_program_btn .cart {
        display: flex;
        align-items: center;
        gap: 12px;
        justify-content: space-around;
    }

    .prices_table_td_program_btn .cart .button {
        width: auto;
        margin: 0;
    }
}

.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: flex;
    flex-wrap: wrap;
    justify-content: left;
    gap: 12px 16px;
}

.news_cats li {
    list-style: none;
    display: flex;
    align-items: center;
}

.news_cats a {
    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;
    box-shadow: var(--potok-shadow-card);
}

.card_news:not(:last-child) {
    margin-bottom: 48px;
}

.card_news_wrap {
    max-width: 100%;
}

.card_news_date {
    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: flex;
    align-items: flex-start;
    flex-direction: column;
    gap: 24px;
    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;
}

.main_top_contacts_info {
    display: flex;
    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: flex;
    align-items: 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: flex;
    align-items: center;
    flex-wrap: wrap;
    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;
    order: 0;
    opacity: 1;
    align-items: 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: flex;
    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;
    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: flex;
    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 {
    transition: .4s;
    display: flex;
    align-items: 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 {
    transition: .4s;
    display: flex;
    align-items: 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;
}

/* WPForms */

.potok-contact-form .wpforms-field-container {
    display: flex;
    flex-wrap: wrap;
    gap: 40px 0;
    width: 100%;
}

.potok-contact-form .wpforms-field {
    position: relative;
    width: 100%;
    max-width: 100%;
    margin: 0;
    padding: 0;
}

.potok-contact-form .wpforms-label-hide {
    position: absolute;
    width: 1px;
    height: 1px;
    overflow: hidden;
    clip: rect(0 0 0 0);
    white-space: nowrap;
}

.potok-contact-form input[type="text"],
.potok-contact-form input[type="email"],
.potok-contact-form input[type="tel"],
.potok-contact-form textarea {
    width: 100%;
    border: 1px solid rgba(22, 22, 22, .4);
    border-radius: 4px;
    background: 0 0;
    font: inherit;
}

.potok-contact-form input[type="text"],
.potok-contact-form input[type="email"],
.potok-contact-form input[type="tel"] {
    min-height: 53px;
    padding: 0 24px;
}

.potok-contact-form textarea {
    min-height: 120px;
    padding: 16px 24px;
    resize: vertical;
}

.potok-contact-form input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0 1000px #fff inset;
}

.potok-contact-form .wpforms-field-textarea {
    width: 100%;
}

.potok-contact-form .wpforms-field-gdpr-checkbox {
    width: 100%;
    margin-top: 16px;
}

.potok-contact-form .wpforms-field-gdpr-checkbox ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.potok-contact-form .wpforms-field-gdpr-checkbox li {
    display: flex;
    align-items: center;
}

.potok-contact-form .wpforms-field-gdpr-checkbox input[type="checkbox"] {
    -webkit-appearance: none;
    appearance: none;
    position: relative;
    flex: 0 0 auto;
    width: 24px;
    height: 24px;
    margin: 0;
    border: 1px solid rgba(22, 22, 22, .4);
    border-radius: 4px;
    background: #fff;
    cursor: pointer;
    transition: .4s;
}

.potok-contact-form .wpforms-field-gdpr-checkbox input[type="checkbox"]:hover,
.potok-contact-form .wpforms-field-gdpr-checkbox input[type="checkbox"]:checked {
    border-color: #00339f;
}

.potok-contact-form .wpforms-field-gdpr-checkbox input[type="checkbox"]:checked::after {
    content: "";
    position: absolute;
    left: 8px;
    top: 3px;
    width: 7px;
    height: 12px;
    border: solid #00339f;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}

.potok-contact-form .wpforms-field-gdpr-checkbox label.wpforms-field-label-inline {
    margin-left: 8px;
    font-size: 14px;
    font-weight: 600;
    cursor: pointer;
}

.potok-contact-form .wpforms-field-gdpr-checkbox label.wpforms-field-label-inline a {
    color: inherit;
    text-decoration: underline;
    text-underline-offset: 2px;
}

.potok-contact-form .wpforms-required-label {
    color: #e94b35;
}

.potok-contact-form .wpforms-submit-container {
    margin-top: 48px;
    text-align: center;
}

.potok-contact-form .wpforms-submit {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 68px;
    padding: 22px 32px;
    font-weight: 600;
    color: #0c0707;
    background: #fefefe;
    border: 1px solid #0c0707;
    border-radius: 0;
    cursor: pointer;
    transition: .4s;
}

.potok-contact-form .wpforms-submit:hover,
.potok-contact-form .wpforms-submit:active {
    color: #fefefe;
    background: #0c0707;
}

.potok-contact-form .wpforms-error {
    display: block;
    margin-top: 6px;
    color: #dc3232;
    font-size: 14px;
}

.potok-contact-form input.wpforms-error,
.potok-contact-form textarea.wpforms-error {
    border-color: #dc3232;
}

.potok-contact-form + .wpforms-confirmation-container-full,
.wpforms-confirmation-container-full {
    width: 100%;
    padding: 16px 0;
    text-align: center;
}

/* Support Form */

.lk-support-intro {
    margin-bottom: 24px;
}

.potok-support-form .wpforms-field-label {
    display: block;
    margin-bottom: 8px;
    font-weight: 600;
    color: #0c0707;
}

.potok-contact-form select {
    width: 100%;
    min-height: 53px;
    padding: 0 24px;
    border: 1px solid rgba(22, 22, 22, .4);
    border-radius: 4px;
    background: #fff;
    font: inherit;
    cursor: pointer;
}

@media (min-width: 1024px) {
    .potok-contact-form .wpforms-field-container {
        gap: 40px;
    }

    .potok-contact-form .wpforms-field-text,
    .potok-contact-form .wpforms-field-email {
        width: calc(50% - 20px);
    }

    .potok-contact-form .wpforms-field-textarea,
    .potok-contact-form .wpforms-field-gdpr-checkbox {
        width: 100%;
    }
}

/* 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
-------------------------------------------------------------*/


/*----------------------------------------------------------
	17. Checkout
-------------------------------------------------------------*/

.woocommerce .col2-set .col-1,
.woocommerce .col2-set .col-2,
.woocommerce-page .col2-set .col-1,
.woocommerce-page .col2-set .col-2 {
    max-width: none !important;
    flex: 0 0 auto !important;
}

.potok-kit-group-head td,
.potok-kit-group-head th {
    padding: 1.1em 0 .5em;
    color: #245fee;
    font-weight: 700;
    border-bottom: 2px solid #245fee;
}

.potok-kit-group-head__remove {
    float: right;
    color: #245fee;
    transition: color .15s;
}

.potok-kit-group-head__remove:hover {
    color: #e94b35;
}

.potok-kit-group-head__remove .potok-trash-icon {
    display: block;
    width: 17px;
    height: 17px;
}

.potok-cart-remove {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    margin-top: 10px;
    color: #6d6d6d;
    font-size: 13px;
    transition: color .15s;
}

.potok-cart-remove:hover {
    color: #e94b35;
}

.potok-cart-remove .potok-trash-icon {
    flex: 0 0 auto;
}

.potok-kit-group-total__label {
    text-align: right;
}

.potok-cart-seats,
.potok-co-seats,
.potok-order-seats {
    display: block;
    margin-top: 4px;
    color: #6b7c8f;
    font-size: 14px;
}

.potok-volume-discount th,
.potok-volume-discount td {
    color: #245fee;
}

.potok-cart-layout {
    display: flex;
    align-items: flex-start;
    gap: 80px;
}

.potok-cart-layout .woocommerce-cart-form {
    flex: 1 1 auto;
    min-width: 0;
    float: none !important;
    width: auto !important;
}

.potok-cart-layout .cart-collaterals {
    flex: 0 0 360px;
    width: 360px !important;
    float: none !important;
    margin: 0;
}

.potok-cart-layout .cart-collaterals .cross-sells {
    display: none;
}

table.woocommerce-cart-form__contents {
    border-radius: 0 !important;
    margin: 0;
    width: 100%;
}

table.woocommerce-cart-form__contents td,
table.woocommerce-cart-form__contents th {
    border-left: none;
    border-right: none;
    background: none;
}

.woocommerce .cart-collaterals .cart_totals, .woocommerce-page .cart-collaterals .cart_totals {
    position: sticky;
    top: 20px;
    padding: 0;
    border: 0;
    background: #fff;
    width: 100%;
}

.cart_totals table.shop_table {
    margin: 0 0 40px !important;
}

.cart_totals table.shop_table tr.order-total th,
.cart_totals table.shop_table tr.order-total td {
    padding-top: 24px !important;
    padding-bottom: 24px !important;
    font-size: 20px !important;
    font-weight: 500 !important;
    border-bottom: 1px solid #cfddeb;
}

.cart_totals .wc-proceed-to-checkout {
    margin-top: 16px;
    padding: 0;
}

.cart_totals .wc-proceed-to-checkout a.checkout-button {
    width: 100%;
    max-width: 100%;
    margin-bottom: 0;
}

@media (max-width: 900px) {
    .potok-cart-layout {
        flex-direction: column;
    }

    .potok-cart-layout .cart-collaterals {
        flex-basis: auto;
        width: 100% !important;
    }

    .cart_totals {
        position: static;
    }
}

.potok-checkout-layout {
    display: flex;
    align-items: flex-start;
    gap: 80px;
}

.potok-checkout-layout__main {
    flex: 1 1 auto;
    min-width: 0;
}

.potok-checkout-layout__aside {
    flex: 0 0 360px;
    width: 360px;
    position: sticky;
    top: 20px;
}

.potok-checkout-layout__aside #order_review_heading {
    margin-top: 0;
}

.potok-checkout-layout__aside #order_review {
    float: none;
    width: 100%;
}

@media (max-width: 900px) {
    .potok-checkout-layout {
        flex-direction: column;
    }

    .potok-checkout-layout__aside {
        flex-basis: auto;
        width: 100%;
        position: static;
    }
}

.woocommerce-checkout .potok-kit-group-total__label {
    text-align: left;
}

.woocommerce-checkout table tbody tr:first-child td {
    border-top: none !important;
}

.woocommerce-checkout-payment {
    background: transparent !important;
    border-radius: 0 !important;
}

#add_payment_method #payment ul.payment_methods::after, #add_payment_method #payment ul.payment_methods::before, .woocommerce-cart #payment ul.payment_methods::after, .woocommerce-cart #payment ul.payment_methods::before, .woocommerce-checkout #payment ul.payment_methods::after, .woocommerce-checkout #payment ul.payment_methods::before {
    display: none;
}

.woocommerce-checkout-payment ul.wc_payment_methods {
    margin: 0 0 20px !important;
    padding: 0 !important;
    border: none !important;
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.woocommerce-checkout-payment ul.wc_payment_methods li {
    margin: 0 0 12px;
    padding: 0;
}

.woocommerce-checkout-payment ul.wc_payment_methods li input[type=radio] {
    -webkit-appearance: none !important;
    appearance: none !important;
    position: relative;
    width: 24px !important;
    height: 24px !important;
    min-height: 24px !important;
    margin: 0 10px 0 0 !important;
    padding: 0 !important;
    vertical-align: middle;
    border: 1px solid rgba(22, 22, 22, .4) !important;
    border-radius: 50% !important;
    background: #fff !important;
    cursor: pointer;
    transition: border-color .15s;
}

.woocommerce-checkout-payment ul.wc_payment_methods li input[type=radio]:hover,
.woocommerce-checkout-payment ul.wc_payment_methods li input[type=radio]:checked {
    border-color: #00339f !important;
}

.woocommerce-checkout-payment ul.wc_payment_methods li input[type=radio]:checked::after {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #00339f;
    transform: translate(-50%, -50%);
}

.woocommerce-checkout-payment ul.wc_payment_methods li label {
    display: inline;
    vertical-align: middle;
    font-weight: 600;
    cursor: pointer;
}

#add_payment_method #payment div.payment_box,
.woocommerce-cart #payment div.payment_box,
.woocommerce-checkout #payment div.payment_box {
    margin: 8px 0 0 0;
    padding: 12px 16px;
    background: #f3f7fd;
    border-radius: 8px;
    font-size: 14px;
    color: inherit;
}

#add_payment_method #payment div.payment_box::before,
.woocommerce-cart #payment div.payment_box::before,
.woocommerce-checkout #payment div.payment_box::before {
    display: none;
}

.woocommerce-checkout-payment .payment_box p {
    margin: 0;
}

.woocommerce #payment #place_order, .woocommerce-page #payment #place_order {
    width: 100% !important;
    max-width: 100%;
}

.woocommerce form .form-row {
    position: relative !important;
    margin: 0 !important;
    padding: 0 !important;
    width: 100%;
}

.woocommerce form .form-row-first, .woocommerce form .form-row-last, .woocommerce-page form .form-row-first, .woocommerce-page form .form-row-last {
    width: 50% !important;
    flex: 1 0 0;
}

.woocommerce-input-wrapper {
    width: 100%;
}

.auth_form input,
.auth_form input[type="text"],
.auth_form input[type="email"],
.auth_form input[type="password"],
.woocommerce form .form-row .input-text,
.woocommerce form .form-row select,
.woocommerce form .form-row textarea {
    color: var(--potok-field-color) !important;
    border: 1px solid var(--potok-field-border) !important;
    border-radius: var(--potok-field-radius) !important;
    background: var(--potok-field-bg) !important;
    outline: none !important;
    box-shadow: unset !important;
}

.auth_form input,
.auth_form input[type="text"],
.auth_form input[type="email"],
.auth_form input[type="password"],
.woocommerce form .form-row .input-text,
.woocommerce form .form-row select,
:where(.woocommerce) .select2-container .select2-selection--single .select2-selection__rendered {
    min-height: var(--potok-field-height);
    padding: 0 var(--potok-field-pad-x);
}

textarea {
    min-height: 100px !important;
    padding: 14px var(--potok-field-pad-x) !important;
    resize: none;
}

:where(.woocommerce) .select2-container .select2-dropdown, :where(.woocommerce) .select2-container .select2-selection {
    border: 1px solid var(--potok-field-border) !important;
}

:where(.woocommerce) .select2-container .select2-selection--single .select2-selection__rendered {
    display: flex;
    align-items: center;
}

.woocommerce form .form-row select {
    padding-right: 44px !important;
}

.woocommerce form .form-row select,
:where(.woocommerce) .select2-container .select2-selection--single .select2-selection__arrow b {
    -webkit-appearance: none !important;
    -moz-appearance: none !important;
    appearance: none !important;
    background: var(--potok-field-bg) url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='24' height='24' fill='%236d6d6d'%3E%3Cpath d='M17.5 11.6L12 16l-5.5-4.4.9-1.2L12 14l4.5-3.6 1 1.2z'/%3E%3C/svg%3E") no-repeat right 12px center / 24px 24px !important;
}

:where(.woocommerce) .select2-container .select2-selection--single .select2-selection__arrow {
    position: absolute;
    top: 2px;
    right: 0;
    height: 100%;
    width: 44px;
}

:where(.woocommerce) .select2-container .select2-selection--single .select2-selection__arrow b {
    width: 44px;
}

body .choices {
    width: 100%;
    margin-bottom: 0;
    font-size: inherit;
}

body .choices__inner {
    display: flex;
    align-items: center;
    min-height: var(--potok-field-height);
    padding: 0 44px 0 var(--potok-field-pad-x) !important;
    color: var(--potok-field-color);
    background: var(--potok-field-bg);
    border: 1px solid var(--potok-field-border);
    border-radius: var(--potok-field-radius);
    font-size: inherit;
    overflow: hidden;
}

body .choices.is-open .choices__inner {
    border-radius: var(--potok-field-radius);
}

body .choices.is-focused .choices__inner,
body .choices.is-open .choices__inner {
    border-color: var(--potok-field-focus);
    box-shadow: 0 0 0 3px var(--potok-field-focus-ring);
}

body .choices__list--single {
    display: flex;
    align-items: center;
    padding: 0;
}

body .choices__list--single .choices__item {
    color: var(--potok-field-color);
}

body .choices__placeholder {
    color: var(--potok-field-placeholder);
    opacity: 1;
}

body .choices[data-type*="select-one"]::after {
    content: "";
    top: 50%;
    right: 12px;
    width: 24px;
    height: 24px;
    margin: 0;
    border: 0;
    transform: translateY(-50%);
    background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='24' height='24' fill='%236d6d6d'%3E%3Cpath d='M17.5 11.6L12 16l-5.5-4.4.9-1.2L12 14l4.5-3.6 1 1.2z'/%3E%3C/svg%3E") no-repeat center / 24px 24px;
    pointer-events: none;
}

body .choices[data-type*="select-one"].is-open::after {
    margin: 0;
    transform: translateY(-50%) rotate(180deg);
}

body .choices[data-type*="select-one"] .choices__input {
    padding: 12px var(--potok-field-pad-x);
    background: #f7f7f7;
    border-bottom: 1px solid var(--potok-field-border);
    font-size: inherit;
}

body .choices__list--dropdown,
body .choices__list[aria-expanded] {
    z-index: 1000;
    border: 1px solid var(--potok-field-border);
    border-radius: var(--potok-field-radius);
    background: #fff;
    box-shadow: 0 8px 24px rgba(12, 7, 7, .12);
}

body .choices__list--dropdown .choices__item,
body .choices__list[aria-expanded] .choices__item {
    padding: 12px var(--potok-field-pad-x);
    font-size: inherit;
    color: var(--potok-field-color);
}

body .choices__list--dropdown .choices__item--selectable.is-highlighted,
body .choices__list[aria-expanded] .choices__item--selectable.is-highlighted {
    background: var(--potok-field-focus-ring);
    color: var(--potok-field-color);
}

.woocommerce form .form-row.woocommerce-invalid .choices__inner {
    border-color: var(--potok-field-invalid);
}

.auth_form .form-row input:focus,
.woocommerce form .form-row .input-text:focus,
.woocommerce form .form-row select:focus,
.woocommerce form .form-row textarea:focus {
    border-color: var(--potok-field-focus) !important;
    box-shadow: 0 0 0 3px var(--potok-field-focus-ring) !important;
    outline: none !important;
}

.auth_form input::placeholder,
.woocommerce form .form-row .input-text::placeholder {
    color: var(--potok-field-placeholder) !important;
    opacity: 1;
}

.auth_form input:-webkit-autofill,
.woocommerce form .form-row .input-text:-webkit-autofill {
    -webkit-box-shadow: 0 0 0 1000px var(--potok-field-autofill-bg) inset !important;
    -webkit-text-fill-color: var(--potok-field-color) !important;
}

.auth_form input:autofill,
.woocommerce form .form-row .input-text:autofill {
    box-shadow: 0 0 0 1000px var(--potok-field-autofill-bg) inset !important;
    -webkit-text-fill-color: var(--potok-field-color) !important;
    caret-color: var(--potok-field-color) !important;
}

.auth_form .form-row input.potok-invalid,
.woocommerce form .form-row.woocommerce-invalid .input-text,
.woocommerce form .form-row .input-text.woocommerce-invalid {
    border-color: var(--potok-field-invalid) !important;
}

.auth_form label,
.lk-profile_content form .form-row > label,
.lk-profile_content form .potok-req-cell label,
.woocommerce-checkout #customer_details .form-row > label {
    display: flex !important;
    position: absolute !important;
    top: var(--potok-label-top) !important;
    left: var(--potok-label-left) !important;
    transform: none !important;
    margin: 0 !important;
    padding: var(--potok-label-pad) !important;
    font-size: var(--potok-label-size) !important;
    line-height: 1 !important;
    color: var(--potok-label-color) !important;
    background: var(--potok-label-bg) !important;
    z-index: 1 !important;
    width: auto !important;
    animation: .4s show;
}

.woocommerce form .form-row .password-input {
    position: relative;
    display: block;
    width: 100%;
}

.woocommerce form .form-row .password-input .input-text {
    padding-right: 48px !important;
}

.woocommerce form .form-row .show-password-input {
    position: absolute !important;
    right: 12px;
    top: 50%;
    transform: translateY(-50%);
    width: 26px !important;
    height: 26px !important;
    min-height: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
    border: none !important;
    border-radius: 0 !important;
    background: transparent !important;
    box-shadow: none !important;
    cursor: pointer;
}

.woocommerce form .form-row .show-password-input:hover {
    background: transparent !important;
}

.woocommerce form .form-row .show-password-input::before {
    content: "" !important;
    display: block;
    width: 22px;
    height: 22px;
    margin: 0 auto;
    background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%238c8c8c' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M1 12s4-7 11-7 11 7 11 7-4 7-11 7-11-7-11-7z'/%3E%3Ccircle cx='12' cy='12' r='3'/%3E%3C/svg%3E") no-repeat center / 22px 22px !important;
}

.woocommerce form .form-row .show-password-input:hover::before,
.woocommerce form .form-row .show-password-input.display-password::before {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23245fee' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M1 12s4-7 11-7 11 7 11 7-4 7-11 7-11-7-11-7z'/%3E%3Ccircle cx='12' cy='12' r='3'/%3E%3C/svg%3E") !important;
}

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

.auth_form .user-registration-error {
    margin-bottom: -5px !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;
}

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

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

.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: var(--potok-field-placeholder) !important;
    font-size: 15px;
}

/* Potok Auth Forms */

.auth_form .potok-form {
    display: flex;
    flex-direction: column;
}

.auth_form .form-row input {
    width: 100% !important;
}

.auth_form .potok-field-error {
    display: flex;
    align-items: center;
    gap: 6px;
    margin-top: 6px;
    font-size: 14px;
    line-height: 1.3;
    color: #f25656;
}

.auth_form .potok-field-error::before {
    content: "";
    flex: 0 0 auto;
    width: 16px;
    height: 16px;
    background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23f25656'%3E%3Cpath d='M8 0a8 8 0 100 16A8 8 0 008 0zm0 12a1 1 0 110-2 1 1 0 010 2zm1-4a1 1 0 01-2 0V4a1 1 0 012 0z'/%3E%3C/svg%3E") no-repeat center / contain;
}

.auth_form .potok-pass-wrap {
    position: relative;
}

.auth_form .potok-pass-wrap input {
    padding-right: 48px !important;
}

.auth_form .potok-pass-toggle {
    position: absolute;
    right: 12px;
    top: 50%;
    transform: translateY(-50%);
    width: 26px;
    height: 26px;
    padding: 0;
    border: none;
    background: transparent;
    color: rgba(22, 22, 22, .45);
    cursor: pointer;
}

.auth_form .potok-pass-toggle:hover,
.auth_form .potok-pass-toggle.is-visible {
    color: #245fee;
}

.auth_form .potok-pass-toggle svg {
    display: block;
    width: 22px;
    height: 22px;
}

.auth_form .potok-checkbox-row {
    position: relative;
    margin-bottom: 16px !important;
}

.auth_form label.potok-checkbox {
    position: static !important;
    top: auto !important;
    left: auto !important;
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 0 !important;
    margin: 0 !important;
    font-size: 14px !important;
    line-height: 1.4;
    color: rgba(22, 22, 22, .8) !important;
    background: transparent !important;
    animation: none !important;
}

.auth_form label.potok-checkbox a {
    color: #245fee;
    text-decoration: underline;
}

.auth_form .potok-notice {
    margin-bottom: 24px;
    padding: 12px 16px;
    border-radius: 4px;
    font-size: 14px;
    line-height: 1.4;
}

.auth_form .potok-notice.potok-error {
    color: #b71c1c;
    background: #fdecea;
}

.auth_form .potok-notice.potok-success {
    color: #1b5e20;
    background: #e7f4ea;
}

.auth_form .potok-form-links {
    margin-top: 18px;
    text-align: center;
    font-size: 14px;
}

.auth_form .potok-form-links a {
    color: #245fee;
}

.potok-restricted {
    padding: 16px 20px;
    border: 1px solid rgba(22, 22, 22, .12);
    border-radius: 6px;
    background: #f7f7f7;
    color: #161616;
    font-size: 15px;
}

.potok-restricted a {
    color: #245fee;
    text-decoration: underline;
}

.potok-cabinet section {
    margin-bottom: 32px;
}

.potok-cabinet h2 {
    margin-bottom: 12px;
    font-size: 20px;
    font-weight: 600;
}

.potok-cabinet ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.potok-cabinet li {
    padding: 10px 0;
    border-bottom: 1px solid rgba(22, 22, 22, .08);
}

.potok-product-row .potok-product-name {
    font-weight: 600;
}

.potok-product-row .potok-file {
    display: inline-block;
    margin-left: 16px;
}

.potok-cabinet a.potok-download {
    color: #245fee;
    text-decoration: underline;
}

.potok-cabinet .potok-download-soon {
    color: rgba(22, 22, 22, .45);
}

.potok-demo-request {
    display: block;
    width: 100%;
}

.card_document_item_ribbon {
    margin: -32px -24px 20px;
    padding: 10px 24px;
    background: #fbf3e2;
    color: #8a6d3b;
    font-size: 13px;
    font-weight: 600;
    line-height: 1.4;
}

/*----------------------------------------------------------
	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: flex;
    align-items: flex-start;
    justify-content: space-between;
}

.lk-header_account {
    display: flex;
    align-items: center;
    gap: 16px;
}

.lk-header_account_img {
    position: relative;
    display: flex;
    align-items: 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: flex;
    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;
    justify-content: space-between;
    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: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 8px;
}

.lk-menu_item_icon svg {
    height: 60px;
    width: auto;
    fill: #0c0707;
}

.lk-menu_item:hover,
.lk-menu_item.active {
    color: #fefefe;
    background: #245fee;
}

.lk-menu_item:hover .lk-menu_item_icon svg,
.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: flex;
	align-items: 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;
}

/* Account Profile Content */

.lk-profile_content .woocommerce-MyAccount-content {
    float: none;
    width: 100%;
    padding: 24px;
    border: 1px solid #cfddeb;
    border-radius: 8px;
}

.lk-profile_content label span {
    font-size: 13px !important;
    font-weight: 400 !important;
    color: #e94b35 !important;
}

.lk-profile_content span em {
    display: none;
}

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

/*----------------------------------------------------------
	18.2 Account - Page Orders
-------------------------------------------------------------*/

/* Table */

.lk-profile_content table.shop_table,
.woocommerce-cart .cart-collaterals .cart_totals table,
table.woocommerce-cart-form__contents,
table.woocommerce-checkout-review-order-table {
    border: none !important;
}

.woocommerce-cart .cart-collaterals .cart_totals table thead tr th,
.lk-profile_content table.shop_table tr,
.woocommerce-cart .cart-collaterals .cart_totals table tr,
table.woocommerce-cart-form__contents tr,
table.woocommerce-checkout-review-order-table tr {
    border-bottom: 1px solid #cfddeb !important;
}

.lk-profile_content table.shop_table th,
.woocommerce-cart .cart-collaterals .cart_totals table th,
table.woocommerce-cart-form__contents th,
table.woocommerce-checkout-review-order-table th {
    padding: 24px 32px 16px !important;
    font-size: 13px !important;
    line-height: 20px !important;
    font-weight: normal !important;
    text-transform: uppercase;
    color: #161616 !important;
}

.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,
.woocommerce-cart .cart-collaterals .cart_totals table td,
table.woocommerce-cart-form__contents td,
table.woocommerce-checkout-review-order-table td {
    background: transparent !important;
    border-top: 1px solid #cfddeb;
    padding: 16px 32px !important;
    font-size: 15px !important;
    line-height: 20px !important;
    color: #161616 !important;
    vertical-align: middle;
}
.lk-profile_content table.shop_table th:first-child,
.woocommerce-cart .cart-collaterals .cart_totals table th:first-child,
table.woocommerce-cart-form__contents th:first-child,
table.woocommerce-checkout-review-order-table th:first-child,
.lk-profile_content table.shop_table td:first-child,
.woocommerce-cart .cart-collaterals .cart_totals table td:first-child,
table.woocommerce-cart-form__contents td:first-child,
table.woocommerce-checkout-review-order-table td:first-child {
    padding-left: 0 !important;
}

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

.woocommerce table.shop_table_responsive tr td::before, .woocommerce-page table.shop_table_responsive tr td::before {
    display: none !important;
}

table .woocommerce-Price-amount.amount {
    white-space: nowrap;
}

@media (max-width: 768px) {
    body .woocommerce table.shop_table_responsive tr, .woocommerce-page table.shop_table_responsive tr {
        display: flex;
        flex-direction: column;
    }

    body .woocommerce table.shop_table_responsive tr td,
    body .woocommerce-page table.shop_table_responsive tr td {
        display: block;
        text-align: left !important;
        padding-left: 0 !important;
        border: 0 !important;
    }

    body .woocommerce table.shop_table_responsive tr td + td,
    body .woocommerce-page table.shop_table_responsive tr td + td {
        padding-top: 0 !important;
    }

    .potok-kit-group-total__label {
        text-align: left !important;
    }
}


.lk-profile_content .woocommerce-customer-details {
    display: none;
}

.woocommerce-notices-wrapper {
    margin-bottom: 20px;
}

.woocommerce-notices-wrapper:empty {-
    margin: 0;
}

.wc-block-components-notice-banner:not(.wc-block-components-notice-snackbar) {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    margin: 0 0 24px !important;
    padding: 24px 32px !important;
    border: 2px dashed #4072f1 !important;
    border-radius: 8px !important;
    background-color: #fff !important;
    color: rgba(22, 22, 22, 0.75) !important;
    font-size: 16px !important;
    line-height: 1.5 !important;
    box-shadow: var(--potok-shadow-card);
    outline: none !important;
}

.wc-block-components-notice-banner:not(.wc-block-components-notice-snackbar):last-child {
    margin-bottom: 0 !important;
}

.wc-block-components-notice-banner__content {
    flex: 1 1 auto;
    align-self: center;
}

.wc-block-components-notice-banner__content ul {
    margin: 0;
    padding-left: 18px;
}

.wc-block-components-notice-banner:not(.wc-block-components-notice-snackbar) > svg {
    flex: 0 0 24px;
    width: 24px !important;
    height: 24px !important;
    padding: 0 !important;
    background: transparent !important;
    border-radius: 0 !important;
    fill: #245fee !important;
}

.wc-block-components-notice-banner > svg.potok-notice-icon {
    fill: none !important;
    stroke: #245fee;
    stroke-width: 2;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.wc-block-components-notice-banner > .wc-block-components-notice-banner__content .wc-forward, .wc-block-components-notice-banner__content a {
    color: #245fee !important;
    opacity: initial !important;
    font-weight: 600;
}

/*----------------------------------------------------------
	18.3 Account - Page Documentation
-------------------------------------------------------------*/

.lk-documentation_content {
    border-radius: 8px;
    border: 1px solid #cfddeb;
    padding: 24px;
    margin-top: 20px;
}

.lk-documentation_items {
    display: flex;
    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: grid;
    grid-template-columns: 1fr;
    gap: 24px;
}

.lk-distributives .card_document_item {
    width: auto;
}

@media (min-width: 768px) {
    .lk-distributives_items {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (min-width: 1200px) {
    .lk-distributives_items {
        grid-template-columns: repeat(3, 1fr);
    }
}

/* Instruction Btn */

.lk-distributives_btns {
    display: flex;
    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 span {
        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;
    }

}

/* 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 {
        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 {
        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 {
        flex-direction: row;
        gap: 40px;
    }

    /* 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;
        gap: 64px;
    }

    .header-menu {
        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 {
        align-items: center;
        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 {
        flex-wrap: nowrap;
    }

    .lk-menu_item {
        width: 100%;
    }

}

/* XL */

@media (min-width: 1200px) {
    /* 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;
    }

}

input.potok-check,
input.potok-radio {
    -webkit-appearance: none !important;
    appearance: none !important;
    position: relative;
    flex: 0 0 auto;
    width: 24px !important;
    height: 24px !important;
    min-height: 24px !important;
    margin: 0 !important;
    padding: 0 !important;
    border: 1px solid #cfddeb !important;
    background-color: #fff !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
    cursor: pointer;
    transition: border-color .15s;
}

input.potok-check {
    border-radius: 4px !important;
    background-size: 13px 13px !important;
}

input.potok-radio {
    border-radius: 50% !important;
}

input.potok-check:hover, input.potok-check:checked,
input.potok-radio:hover, input.potok-radio:checked {
    border-color: #245fee !important;
}

input.potok-check:checked {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='%2300339f' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='20 6 9 17 4 12'/%3E%3C/svg%3E") !important;
}

input.potok-radio:checked::after {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    width: 13px;
    height: 13px;
    border-radius: 50%;
    background: #245fee;
    transform: translate(-50%, -50%);
}

input.potok-check.potok-invalid {
    border-color: #f25656 !important;
}

input.potok-check:focus-visible {
    outline: none !important;
    box-shadow: 0 0 0 3px rgba(36, 95, 238, .25) !important;
}

/* Kit constructor */
.potok-kit-keytype {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 20px;
    margin-bottom: 24px;
}

.potok-kit-keytype-title {
    font-weight: 600;
    width: 100%;
}

.potok-kit-keytype-seg {
    display: inline-flex;
    border: 1px solid #cfddeb;
    border-radius: 8px;
    overflow: hidden;
}

.potok-kit-keytype-seg label {
    margin: 0;
    cursor: pointer;
}

.potok-kit-keytype-seg input {
    position: absolute;
    width: 0;
    height: 0;
    opacity: 0;
}

.potok-kit-keytype-seg span {
    display: block;
    padding: 11px 22px;
    font-weight: 600;
    color: #4a5b6b;
    background: #fff;
    transition: background .15s, color .15s;
}

.potok-kit-keytype-seg label + label span {
    border-left: 1px solid #cfddeb;
}

.potok-kit-keytype-seg span:hover {
    color: #245fee;
}

.potok-kit-keytype-seg input:checked + span {
    background: #245fee;
    color: #fff;
}

.potok-kit-keytype-seg input:focus-visible + span {
    box-shadow: inset 0 0 0 2px rgba(0, 51, 159, .35);
}

.potok-kit-list {
    list-style: none;
    margin: 0 0 20px;
    padding: 0;
    border: 1px solid #cfddeb;
    border-radius: 8px;
    overflow: hidden;
}

.potok-kit-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    padding: 14px 20px;
    border-top: 1px solid #e8eef5;
    user-select: none;
}

.potok-kit-row:first-child {
    border-top: 0;
}

.potok-kit-head {
    background: #fff;
    font-weight: 600;
}

.potok-kit-cell {
    display: flex;
    gap: 16px;
}

.potok-kit-pick {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    cursor: pointer;
    margin: 0;
}

.potok-kit-info {
    display: flex;
    gap: 4px;
    flex-direction: column;
}

.potok-kit-desc {
    font-size: 14px;
    line-height: 1.4;
    color: #6b7b8b;
}

.potok-kit-more {
    color: #245fee;
    white-space: nowrap
}

.potok-kit-more:hover {
    color: #0c0707;
}

.potok-kit-cell,
.potok-kit-head .potok-kit-name,
.potok-kit-keyrow .potok-kit-name {
    flex: 1 1 0;
    min-width: 0;
}

.potok-kit-seats,
.potok-kit-seats-title {
    flex: 0 0 200px;
    justify-content: center;
    text-align: center;
}

.potok-kit-price {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    flex: 0 0 196px;
    min-width: 0;
    text-align: right;
    white-space: nowrap;
}

.potok-kit-keyrow {
    background: #f9fbfd;
}

.potok-kit-keyrow .potok-kit-name small {
    color: #8aa0b4;
    font-weight: 400;
}

.potok-kit-foot {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
}

.potok-kit-summary {
    flex: 1 1 300px;
    max-width: 380px;
    min-height: 84px;
}

.potok-kit-sum-row {
    display: flex;
    justify-content: space-between;
    gap: 24px;
    padding: 3px 0;
    color: #4a5a6a;
}

.potok-kit-sum-val {
    white-space: nowrap;
    font-variant-numeric: tabular-nums;
}

.potok-kit-sum-total {
    color: #0c0707;
    font-weight: 700;
    font-size: 18px;
}

.potok-kit-sum-total .potok-kit-sum-val {
    color: #245fee;
}

.potok-kit-sum-mult {
    margin-top: 4px;
    color: #0c0707;
    font-weight: 700;
}

.potok-kit-sum-mult .potok-kit-sum-val {
    color: #245fee;
}

.potok-kit-sum-disc {
    color: #245fee;
}

.potok-kit-sum-empty {
    color: #4a5a6a;
}

.potok-kit-actions {
    display: flex;
    align-items: center;
    gap: 20px;
    flex-wrap: wrap;
}

@media (max-width: 1024px) {
    .potok-kit-head {
        display: none;
    }

    .potok-kit-row {
        flex-wrap: wrap;
        gap: 12px;
        padding: 14px 16px;
    }

    .potok-kit-cell {
        flex: 1 1 100%;
    }

    .potok-kit-seats {
        flex: 0 0 auto;
    }

    .potok-kit-seats::before {
        content: "Рабочих мест:";
        color: #6b7c8f;
        font-size: 14px;
    }

    .potok-kit-price {
        flex: 1 1 auto;
        text-align: right;
        font-weight: 600;
    }

    .potok-kit-keyrow .potok-kit-name {
        flex: 1 1 60%;
    }

    .potok-kit-foot {
        gap: 16px;
    }

    .potok-kit-summary {
        flex: 1 1 100%;
        max-width: none;
    }

    .potok-kit-actions {
        flex: 1 1 100%;
        justify-content: space-between;
    }
}

@media (max-width: 640px) {
    .potok-kit-keytype {
        flex-wrap: wrap;
        gap: 10px;
    }

    .potok-kit-keytype-seg {
        width: 100%;
    }

    .potok-kit-keytype-seg label {
        flex: 1 1 0;
    }

    .potok-kit-actions {
        gap: 12px;
    }

    .potok-kit-submit {
        flex: 1 1 100%;
        padding: 0 16px !important;
    }
}

.potok-kit-qty {
    display: inline-flex;
    align-items: center;
    gap: 8px;
}

.potok-stepper {
    display: inline-flex;
    align-items: center;
    gap: 8px;
}

.potok-stepper__input {
    width: 56px;
    height: 40px;
    padding: 0;
    text-align: center;
    border: 1px solid #cfddeb;
    border-radius: 8px;
    background: #fff;
    color: #0c0707;
    -moz-appearance: textfield;
    appearance: textfield;
}

.potok-stepper__input::-webkit-outer-spin-button,
.potok-stepper__input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.potok-stepper__btn {
    width: 40px;
    height: 40px;
    border: 1px solid #cfddeb;
    background: #fff;
    border-radius: 8px;
    cursor: pointer;
    font-size: 18px;
    line-height: 1;
    color: #0c0707;
}

.potok-stepper__btn:hover {
    border-color: #245fee;
    color: #245fee;
}

/* Hint */

.potok-hint {
    position: relative;
    display: inline-flex;
    align-items: center;
}

.potok-hint__trigger {
    padding: 0;
    border: 0;
    background: none;
    font: inherit;
    color: inherit;
    cursor: default;
}

.potok-hint.is-active .potok-hint__trigger {
    color: #245fee;
    cursor: pointer;
    text-decoration: underline dotted;
    text-underline-offset: 5px;
    text-decoration-thickness: 1px;
}

.potok-hint__body {
    position: absolute;
    right: 0;
    bottom: calc(100% + 10px);
    z-index: 5;
    display: none;
    width: 280px;
    padding: 12px 14px;
    border-radius: 8px;
    background: #0c0707;
    color: #fff;
    font-size: 13px;
    font-weight: 400;
    line-height: 1.45;
    text-align: left;
    white-space: normal;
    box-shadow: var(--potok-shadow-card);
}

.potok-hint.is-active.is-open .potok-hint__body {
    display: block;
}

@media (hover: hover) {
    .potok-hint.is-active:hover .potok-hint__body {
        display: block;
    }
}

.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button,
.woocommerce #respond input#submit,
.woocommerce a.button.alt,
.woocommerce button.button.alt,
.woocommerce input.button.alt,
.woocommerce #respond input#submit.alt,
.button-blue-general,
a.button-blue-general,
input.button-blue-general,
.auth_form button.button,
.auth_form input.button,
.lk-profile_content button,
.potok-kit-submit {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 52px;
    padding: 0 32px !important;
    border: none;
    border-radius: 0;
    background: #245fee;
    color: #fff;
    font-size: 16px !important;
    font-weight: 600 !important;
    cursor: pointer;
    transition: background .4s;
}

.woocommerce a.button:hover:not(:disabled),
.woocommerce button.button:hover:not(:disabled),
.woocommerce input.button:hover:not(:disabled),
.woocommerce #respond input#submit:hover:not(:disabled),
.woocommerce a.button.alt:hover:not(:disabled),
.woocommerce button.button.alt:hover:not(:disabled),
.woocommerce input.button.alt:hover:not(:disabled),
.woocommerce #respond input#submit.alt:hover:not(:disabled),
.button-blue-general:hover:not(:disabled),
.button-blue-general:focus:not(:disabled),
.button-blue-general:active:not(:disabled),
.auth_form button.button:hover:not(:disabled),
.auth_form input.button:hover:not(:disabled),
.lk-profile_content button:hover:not(:disabled),
.lk-profile_content button:focus:not(:disabled),
.potok-kit-submit:hover:not(:disabled) {
    background: #0c0707;
    color: #fff;
    outline: none;
}

.woocommerce button.button:disabled,
.woocommerce input.button:disabled,
.button-blue-general:disabled,
.auth_form button.button:disabled,
.auth_form input.button:disabled,
.lk-profile_content button:disabled,
.potok-kit-submit:disabled {
    background: #e8e8e8;
    color: rgba(22, 22, 22, .4) !important;
    cursor: not-allowed;
    opacity: initial !important;
}

.lk-kit-card {
    border: 1px solid #cfddeb;
    border-radius: 12px;
    padding: 20px 24px;
    margin-bottom: 24px;
    background: #fff;
}

.lk-kit-card:last-child {
    margin-bottom: 0;
}

.lk-kit-card_title {
    margin: 0 0 12px;
}

.lk-kit-table {
    width: 100%;
    border-collapse: collapse;
}

.lk-kit-table th {
    text-align: left;
    font-weight: 600;
    color: #6b7b8b;
    font-size: 13px;
    padding: 6px 10px;
    border-bottom: 1px solid #eef2f7;
}

.lk-kit-table td {
    padding: 12px 10px;
    border-bottom: 1px solid #eef2f7;
    vertical-align: middle;
}

.lk-kit-table tbody tr:last-child td {
    border-bottom: 0;
}

.lk-kit-name {
    font-weight: 600;
}

.lk-kit-seats {
    display: block;
    margin-top: 2px;
    color: #6b7c8f;
    font-size: 14px;
    font-weight: 400;
}

.lk-kit-badge {
    display: inline-block;
    padding: 3px 12px;
    border-radius: 20px;
    font-size: 13px;
    white-space: nowrap;
}

.lk-kit-badge--ok {
    background: #e7f5ec;
    color: #1f8a4c;
}

.lk-kit-badge--warn {
    background: #fdecec;
    color: #c0392b;
}

.lk-kit-dl {
    color: #245fee;
    text-decoration: underline;
}

.lk-kit-action {
    text-align: right;
    white-space: nowrap;
}

.lk-kit-tariff {
    color: #6b7b8b;
    font-size: 13px;
    margin-right: 10px;
}

.lk-kit-restore {
    display: inline-block;
}

.lk-kit-card_foot {
    margin-top: 16px;
    text-align: right;
}

.potok-kit-explain {
    margin: 0 0 20px;
    color: #4a5a6a;
}

.potok-kit-explain p {
    margin: 0;
    line-height: 160%;
}

.potok-kit-explain p + p {
    margin-top: 8px;
}

.header_cart {
    position: relative;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    color: #0c0707;
    text-decoration: none;
    transition: color .15s;
}

.header_cart--empty {
    display: none;
}

.header_cart:hover {
    color: #245fee;
}

.header_cart_ico {
    position: relative;
    display: inline-flex;
}

.header_cart_badge {
    position: absolute;
    top: -8px;
    right: -10px;
    min-width: 18px;
    height: 18px;
    padding: 0 5px;
    border-radius: 9px;
    background: #245fee;
    color: #fff;
    font-size: 11px;
    line-height: 18px;
    text-align: center;
}

.header_cart_sum {
    white-space: nowrap;
    font-weight: 600;
    font-variant-numeric: tabular-nums;
}

/* Modal */

.potok-modal {
    width: min(520px, calc(100vw - 32px));
    padding: 0;
    border: 0;
    border-radius: 12px;
    background: #fff;
    color: #0c0707;
    box-shadow: var(--potok-shadow-card);
}

.potok-modal::backdrop {
    background: rgba(12, 7, 7, .5);
}

.potok-modal[open] {
    animation: potok-modal-in .18s ease-out;
}

@keyframes potok-modal-in {
    from {
        opacity: 0;
        transform: translateY(12px);
    }
}

.potok-modal__box {
    position: relative;
    padding: 48px 40px 40px;
    text-align: center;
}

.potok-modal__close {
    position: absolute;
    top: 14px;
    right: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 32px;
    height: 32px;
    padding: 0;
    border: 0;
    border-radius: 8px;
    background: none;
    color: rgba(22, 22, 22, .6);
    cursor: pointer;
    transition: color .15s, background .15s;
}

.potok-modal__close:hover {
    background: #f2f5fa;
    color: #0c0707;
}

.potok-modal__close svg {
    width: 20px;
    height: 20px;
}

.potok-modal__icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 64px;
    height: 64px;
    margin-bottom: 20px;
    border-radius: 50%;
}

.potok-modal__icon svg {
    width: 28px;
    height: 28px;
}

.potok-modal.is-success .potok-modal__icon {
    background: rgba(36, 95, 238, .1);
    color: #245fee;
}

.potok-modal.is-error .potok-modal__icon {
    background: rgba(242, 86, 86, .12);
    color: #f25656;
}

.potok-modal__title {
    margin: 0 0 12px;
}

.potok-modal__text {
    margin: 0;
    color: rgba(22, 22, 22, .8);
}

.potok-modal__actions {
    margin-top: 28px;
}

.potok-modal__ok {
    min-width: 160px;
}

/* Ловушка для ботов в формах подписки: скрыта от людей, но не от автозаполнения роботов */

.potok-subscribe__trap {
    position: absolute;
    left: -9999px;
    width: 1px;
    height: 1px;
    overflow: hidden;
}

.potok-subscribe.is-loading {
    opacity: .7;
}

.potok-subscribe.is-loading button[type="submit"] {
    cursor: progress;
}

@media (max-width: 767px) {
    .potok-modal__box {
        padding: 44px 24px 32px;
    }
}

/* Checkout delivery */
.potok-ship-toggle,
#shipping_country_field,
#potok_delivery_city_field {
    display: none;
}

.potok-same-as-payer {
    display: flex;
    align-items: center;
    gap: 10px;
    margin: 0 0 20px;
    cursor: pointer;
}

#potok_delivery_city_label_field {
    position: relative;
}

.potok-city-suggest {
    display: none;
}

.potok-city-suggest.is-open {
    display: block;
    position: absolute;
    z-index: 20;
    left: 0;
    right: 0;
    top: 100%;
    max-height: 260px;
    overflow-y: auto;
    padding: 4px 0;
    border: 1px solid #cfddeb;
    border-radius: 8px;
    background: #fff;
    box-shadow: 0 8px 24px rgba(12, 7, 7, .12);
}

.potok-city-suggest__list {
    margin: 0;
    padding: 0;
    list-style: none;
}

.potok-city-suggest__item {
    display: block;
    width: 100%;
    padding: 8px 14px;
    border: none;
    background: none;
    font: inherit;
    color: #0c0707;
    text-align: left;
    cursor: pointer;
}

.potok-city-suggest__item:hover,
.potok-city-suggest__item:focus-visible {
    background: #f2f6fc;
    color: #245fee;
    outline: none;
}

.potok-city-suggest__note {
    margin: 0;
    padding: 8px 14px;
    color: #6b7c8f;
    font-size: 14px;
}

.potok-city-chosen {
    margin: 6px 0 0;
    font-size: 14px;
    color: #6b7c8f;
}

.potok-city-chosen.is-set {
    color: #0c0707;
}

.potok-delivery-hint {
    margin: 0;
    color: #6b7c8f;
    font-size: 14px;
}

/* Checkout delivery rates */
.potok-rates {
    margin: 0;
    padding: 0;
    list-style: none;
}

.potok-rate {
    margin: 0 0 10px;
    padding: 0;
}

.potok-rate:last-child {
    margin-bottom: 0;
}

.potok-rate__label {
    display: flex;
    flex-wrap: wrap;
    align-items: baseline;
    gap: 4px 10px;
    cursor: pointer;
}

.potok-rates li input[type="radio"] + .potok-rate__label {
    display: inline-flex;
    vertical-align: middle;
    width: calc(100% - 36px);
}

.potok-rate__name {
    font-weight: 600;
}

.potok-rate__meta {
    color: #6b7c8f;
    font-size: 14px;
}

.potok-rate__price {
    margin-left: auto;
    font-weight: 600;
    white-space: nowrap;
}

.potok-rate__note {
    display: block;
    margin-top: 4px;
    color: #6b7c8f;
    font-size: 13px;
}

@media (max-width: 575px) {
    .potok-rate__label {
        flex-direction: column;
        align-items: flex-start;
        gap: 2px;
    }

    .potok-rate__price {
        margin-left: 0;
    }

    .potok-rates li input[type="radio"] + .potok-rate__label {
        width: calc(100% - 36px);
    }
}

/* Order delivery block */
.potok-delivery-block {
    margin-top: 32px;
}

.potok-delivery-block h2 {
    margin-bottom: 12px;
}

.potok-delivery-table th {
    width: 220px;
    text-align: left;
    font-weight: 600;
    vertical-align: top;
}

.potok-delivery-history {
    margin: 12px 0 0;
    padding: 0;
    list-style: none;
}

.potok-delivery-history li {
    padding: 4px 0 4px 14px;
    border-left: 2px solid #cfddeb;
    color: #0c0707;
}

.potok-delivery-history li:first-child {
    border-left-color: #245fee;
    font-weight: 600;
}

.potok-delivery-history__date {
    color: #6b7c8f;
    font-size: 14px;
    margin-right: 6px;
}

@media (max-width: 575px) {
    .potok-delivery-table th {
        width: auto;
    }
}

/* Перечень получателей персональных данных на странице политики */
.potok-pdn-recipients {
    width: 100%;
    margin: 16px 0 24px;
    font-size: 15px;
}

.potok-pdn-recipients th,
.potok-pdn-recipients td {
    padding: 10px 12px;
    border: 1px solid #cfddeb;
    text-align: left;
    vertical-align: top;
}

.potok-pdn-recipients th {
    background: #f2f7fc;
    font-weight: 600;
}

@media (max-width: 575px) {
    .potok-pdn-recipients,
    .potok-pdn-recipients thead,
    .potok-pdn-recipients tbody,
    .potok-pdn-recipients tr,
    .potok-pdn-recipients td {
        display: block;
    }

    .potok-pdn-recipients thead {
        display: none;
    }

    .potok-pdn-recipients tr {
        margin-bottom: 12px;
    }

    .potok-pdn-recipients td {
        border-bottom: none;
    }

    .potok-pdn-recipients td:last-child {
        border-bottom: 1px solid #cfddeb;
    }
}
	
	/* ========================================
   Карточки программ TEPLOOV
   ПОТОК — широкая карточка,
   остальные — по две в строке
   ======================================== */

@media (min-width: 769px) {

  .home_programs_items {
    display: grid !important;
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 30px 40px !important;
    max-width: 1160px;
    margin: 0 auto;
  }

  /* Общий вид карточек */
  .home_programs_items .card_program {
    display: flex !important;
    flex-direction: column;
    justify-content: space-between;

    width: 100% !important;
    height: auto !important;
    min-height: 265px;
    margin: 0 !important;
    padding: 30px 34px !important;
    box-sizing: border-box;
  }

  .home_programs_items .card_program_top {
    min-height: 0 !important;
  }

  .home_programs_items .card_program_heading {
    margin-bottom: 14px;
  }

  .home_programs_items .card_program_text {
    color: #747b86 !important;
    line-height: 1.5 !important;
  }

  .home_programs_items .card_program_bottom {
    margin-top: 28px !important;
  }

  .home_programs_items .card_program_price {
    font-size: 21px;
  }

  .home_programs_items .card_program_date {
    margin-top: 10px;
    color: #969da7 !important;
  }

  /* ПОТОК — первая широкая карточка */
  .home_programs_items .card_program:first-child {
    grid-column: 1 / -1;

    display: grid !important;
    grid-template-columns: minmax(0, 1fr) 230px;
    column-gap: 38px;
    align-items: center;

    min-height: 210px;
    padding: 32px 38px !important;
  }

  .home_programs_items .card_program:first-child .card_program_top {
    max-width: 760px;
  }

  .home_programs_items .card_program:first-child .card_program_bottom {
    align-self: stretch;

    display: flex;
    flex-direction: column;
    justify-content: center;

    margin-top: 0 !important;
    padding-left: 36px;
    border-left: 1px solid #e5e9f0;
  }
}


/* ========================================
   Мобильные устройства
   ======================================== */

@media (max-width: 768px) {

  .home_programs_items {
    display: grid !important;
    grid-template-columns: 1fr !important;
    gap: 16px !important;
  }

  .home_programs_items .card_program,
  .home_programs_items .card_program:first-child {
    display: block !important;
    grid-column: auto;

    width: 100% !important;
    height: auto !important;
    min-height: 0 !important;
    margin: 0 !important;
    padding: 24px !important;
    box-sizing: border-box;
  }

  .home_programs_items .card_program_top {
    min-height: 0 !important;
  }

  .home_programs_items .card_program_bottom,
  .home_programs_items .card_program:first-child .card_program_bottom {
    margin-top: 24px !important;
    padding-top: 20px;
    padding-left: 0;
    border-top: 1px solid #e5e9f0;
    border-left: 0;
  }
}


/* =========================================================
   ГЛАВНАЯ — СКРЫТАЯ КНОПКА ПОДПИСКИ В ОСНОВНОМ БЛОКЕ
   Оставляем, пока элемент физически присутствует в шаблоне
   ========================================================= */

.home_basic_subscribe {
	display: none !important;
}


/* =========================================================
   ГЛАВНАЯ — ИЗОБРАЖЕНИЕ В БЛОКЕ ПРЕИМУЩЕСТВ
   ========================================================= */

.home_advantages_img picture {
	display: none !important;
}

.home_advantages_img {
	display: block !important;
	width: 100% !important;
	min-height: 441px !important;
	background-image: url("https://potok.ru/wp-content/uploads/2026/07/teploov_prem.png") !important;
	background-repeat: no-repeat !important;
	background-position: center !important;
	background-size: contain !important;
}

@media (max-width: 768px) {
	.home_advantages_img {
		min-height: 280px !important;
		margin-top: 30px;
	}
}


/* =========================================================
   ГЛАВНАЯ — ОТСТУП ПОСЛЕ ЗАГОЛОВКА «НАШИ ПРЕИМУЩЕСТВА»
   ========================================================= */

@media (min-width: 769px) {
	.home_advantages_title {
		margin-bottom: 32px !important;
	}

	.home_advantages_items {
		margin-top: 0 !important;
	}
}


/* =========================================================
   ГЛАВНАЯ — ИКОНКИ ПРЕИМУЩЕСТВ
   ========================================================= */

.home_advantages_item_icon svg {
	display: none !important;
}

.home_advantages_item_icon {
	background-color: #245fee !important;
	background-repeat: no-repeat !important;
	background-position: center !important;
	background-size: 32px 32px !important;
}

/* Свобода выбора оборудования */
.home_advantages_item:nth-child(1) .home_advantages_item_icon {
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23fff' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'%3E%3Cline x1='4' y1='6' x2='20' y2='6'/%3E%3Ccircle cx='9' cy='6' r='2'/%3E%3Cline x1='4' y1='12' x2='20' y2='12'/%3E%3Ccircle cx='15' cy='12' r='2'/%3E%3Cline x1='4' y1='18' x2='20' y2='18'/%3E%3Ccircle cx='11' cy='18' r='2'/%3E%3C/svg%3E") !important;
}

/* Представители и обучение */
.home_advantages_item:nth-child(2) .home_advantages_item_icon {
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23fff' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='9' cy='8' r='3'/%3E%3Cpath d='M3 20c0-3.3 2.7-6 6-6s6 2.7 6 6'/%3E%3Ccircle cx='17' cy='9' r='2.5'/%3E%3Cpath d='M15 15c3.3-.6 6 1.6 6 5'/%3E%3C/svg%3E") !important;
}

/* Лицензии */
.home_advantages_item:nth-child(3) .home_advantages_item_icon {
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23fff' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='8' cy='12' r='4'/%3E%3Cpath d='M12 12h9M18 12v3M15 12v2'/%3E%3C/svg%3E") !important;
}


/* =========================================================
   ГЛАВНАЯ — ПЕРЕХОД ОТ ПРЕИМУЩЕСТВ К НОВОСТЯМ
   ========================================================= */

.home_advantages {
	padding-bottom: 10px !important;
}

.home_news {
	padding-top: 10px !important;
}

.home_news .font-h2 {
	margin-bottom: 20px !important;
}


/* =========================================================
   ГЛАВНАЯ И СТРАНИЦА НОВОСТЕЙ — ССЫЛКИ В НОВОСТЯХ
   ========================================================= */

.card_news_content a.more-link {
	display: none !important;
}

.card_news_content a:not(.more-link) {
	color: #2864f0 !important;
	text-decoration: underline !important;
	text-decoration-thickness: 1px !important;
	text-underline-offset: 3px;
}

.card_news_content a:not(.more-link):hover {
	color: #1748c8 !important;
}


/* =========================================================
   ГЛАВНАЯ — ШИРИНА КАРТОЧЕК НОВОСТЕЙ
   ========================================================= */

@media (min-width: 900px) {
	.home_news .news_items {
		width: calc(100vw - 80px);
		max-width: 1250px;
		margin-left: 50%;
		transform: translateX(-50%);
	}

	.home_news .card_news {
		width: 100%;
		box-sizing: border-box;
	}

	.home_news .card_news_wrap {
		max-width: 1350px;
		margin: 0 auto;
	}
}


/* =========================================================
   ГЛАВНАЯ — FAQ
   ========================================================= */

.home_questions .accordeon__content a,
.home_questions_subtitle a {
	color: #2864f0 !important;
	text-decoration: underline !important;
	text-decoration-thickness: 1px !important;
	text-underline-offset: 3px;
}

.home_questions .accordeon__content a:hover,
.home_questions_subtitle a:hover {
	color: #1748c8 !important;
}

.home_questions {
	padding-top: 30px !important;
}

/* Пустое описание над вопросами не показываем */
.home_questions_subtitle {
	display: none !important;
	margin: 0 !important;
}

/* Расстояние от заголовка до первого вопроса */
.home_questions .font-h2 {
	margin-bottom: 30px !important;
}


/* =========================================================
   ГЛАВНАЯ — ОТЗЫВЫ ВРЕМЕННО СКРЫТЫ
   Оставляем, пока секция присутствует в home.php
   ========================================================= */

.page_home .home_reviews {
	display: none !important;
}


/* =========================================================
   СТРАНИЦА «КОМПАНИЯ» — КАРТОЧКИ ПРЕИМУЩЕСТВ
   ========================================================= */

@media (min-width: 769px) {
	.company_advantages_items {
		align-items: stretch !important;
	}

	.company_advantages_item {
		position: relative !important;
		display: block !important;
		box-sizing: border-box;
		padding: 24px 24px 26px !important;
		background: #ffffff;
		border: 1px solid #edf1f7;
		box-shadow: 0 12px 30px rgba(30, 70, 130, 0.07);
	}

	.company_advantages_item_icon {
		position: absolute;
		top: 24px;
		left: 24px;
		margin: 0 !important;
	}

	.company_advantages_item_text {
		width: 100% !important;
		padding: 0 !important;
		line-height: 1.55;
	}

	.company_advantages_item_text strong {
		display: flex !important;
		align-items: center;
		min-height: 66px;
		margin: 0 0 18px !important;
		padding-left: 84px;
		line-height: 1.25;
	}

	.company_advantages_item_text br {
		display: none;
	}
}


/* =========================================================
   СТРАНИЦА «КОМПАНИЯ» — ОТСТУПЫ МЕЖДУ БЛОКАМИ
   ========================================================= */

@media (min-width: 769px) {
	.page_company .main_top {
		padding-bottom: 35px !important;
	}

	.page_company .company_advantages {
		padding-top: 35px !important;
		padding-bottom: 35px !important;
	}

	.page_company .company_certificates {
		padding-top: 35px !important;
	}
}

@media (max-width: 768px) {
	.page_company .main_top {
		padding-bottom: 25px !important;
	}

	.page_company .company_advantages {
		padding-top: 25px !important;
		padding-bottom: 25px !important;
	}

	.page_company .company_certificates {
		padding-top: 25px !important;
	}
}


/* Белые изображения внутри синих иконок */
.page_company .company_advantages_item_icon svg {
	fill: #ffffff !important;
	color: #ffffff !important;
	stroke: #ffffff !important;
}


/* =========================================================
   СТРАНИЦА «ДЕМОВЕРСИЯ» — ОТСТУПЫ
   Блок подписки уже удалён из шаблона
   ========================================================= */

.page_demo .main_top {
	padding-bottom: 35px !important;
}

.page_demo .demo_steps {
	padding-top: 35px !important;
	padding-bottom: 35px !important;
}

@media (max-width: 768px) {
	.page_demo .main_top {
		padding-bottom: 24px !important;
	}

	.page_demo .demo_steps {
		padding-top: 24px !important;
		padding-bottom: 24px !important;
	}
}


/* =========================================================
   СТРАНИЦА «ЗАГРУЗИТЬ» — ПОЛОЖЕНИЕ ИЗОБРАЖЕНИЯ
   ========================================================= */

.page_download .main_top_img img {
	width: 100% !important;
	height: 100% !important;
	object-fit: cover !important;
	object-position: center 65% !important;
}


/* =========================================================
   СТРАНИЦА «НОВОСТИ» — ПОЛОЖЕНИЕ ИЗОБРАЖЕНИЯ
   ========================================================= */

.page_news .main_top_img img {
	width: 100% !important;
	height: 100% !important;
	object-fit: cover !important;
	object-position: center 65% !important;
}

/* =========================================================
   ПЕРЕХОД ОТ ОФИСА К ПРЕДСТАВИТЕЛЯМ
   ========================================================= */

.page_contacts .main_top {
	padding-bottom: 40px !important;
}

.page_contacts .contacts_representatives_intro {
	padding: 0 !important;
	background: #ffffff;
}

.page_contacts .contacts_representatives_intro_inner {
	padding: 32px 0 22px !important;
	border-top: 1px solid #dfe5ef;
}

.page_contacts .contacts_representatives_description {
	max-width: 900px !important;
	margin: 0 !important;
	color: #333333;
	font-size: 18px !important;
	line-height: 1.55 !important;
}

/* Приближаем заголовок представителей к пояснению */
.page_contacts .partners {
	margin: 0 !important;
	padding-top: 0 !important;
	padding-bottom: 38px !important;
}


/* =========================================================
   ОБРАТНАЯ СВЯЗЬ
   ========================================================= */

.page_contacts .contacts_feedback {
	margin: 0 !important;
	padding: 58px 0 64px !important;
	background: #f6f8fc;
}

.page_contacts .contacts_feedback_header {
	display: grid !important;
	grid-template-columns: 360px minmax(0, 620px) !important;
	column-gap: 70px !important;
	align-items: start !important;
	margin-bottom: 42px !important;
}

.page_contacts .contacts_feedback_title {
	margin: 0 !important;
	font-size: 44px !important;
	line-height: 1.15 !important;
	font-weight: 400 !important;
}

.page_contacts .contacts_feedback_description {
	margin: 3px 0 0 !important;
	color: #454b57 !important;
	font-size: 19px !important;
	line-height: 1.55 !important;
}


/* =========================================================
   ПОЛЯ ФОРМЫ
   ========================================================= */

.page_contacts .contacts_feedback_form {
	width: 100%;
}

.page_contacts .contacts_feedback_form input:not([type="checkbox"]):not([type="radio"]),
.page_contacts .contacts_feedback_form textarea,
.page_contacts .contacts_feedback_form select {
	width: 100%;
	border: 1px solid #d9dfe9;
	background: #ffffff;
	box-sizing: border-box;
	transition:
		border-color 0.2s ease,
		box-shadow 0.2s ease;
}

.page_contacts .contacts_feedback_form input:not([type="checkbox"]):not([type="radio"]):focus,
.page_contacts .contacts_feedback_form textarea:focus,
.page_contacts .contacts_feedback_form select:focus {
	border-color: #2864f0;
	box-shadow: 0 0 0 3px rgba(40, 100, 240, 0.10);
	outline: none;
}


/* =========================================================
   КНОПКА ОТПРАВКИ
   ========================================================= */

.page_contacts .contacts_feedback_form button[type="submit"],
.page_contacts .contacts_feedback_form input[type="submit"] {
	min-width: 230px;
	min-height: 58px;
	padding: 0 28px;
	border: 1px solid #2864f0;
	background: #2864f0;
	color: #ffffff;
	font-size: 17px;
	cursor: pointer;
	transition:
		background-color 0.2s ease,
		border-color 0.2s ease;
}

.page_contacts .contacts_feedback_form button[type="submit"]:hover,
.page_contacts .contacts_feedback_form input[type="submit"]:hover {
	border-color: #1748c8;
	background: #1748c8;
	color: #ffffff;
}


/* Нижняя строка формы */
.page_contacts .contacts_feedback_form .wpforms-form {
	position: relative;
}

/* Блок согласия слева */
.page_contacts .contacts_feedback_form .form__privacy {
	width: calc(100% - 330px) !important;
	margin: 34px 0 0 !important;
	padding: 0 !important;
}

.page_contacts .contacts_feedback_form .form__privacy ul,
.page_contacts .contacts_feedback_form .form__privacy li {
	margin: 0 !important;
	padding: 0 !important;
	list-style: none !important;
}

.page_contacts .contacts_feedback_form .form__privacy li {
	display: flex !important;
	align-items: center !important;
}

/* Галочка */
.page_contacts .contacts_feedback_form .form__privacy input[type="checkbox"] {
	flex: 0 0 24px !important;
	width: 24px !important;
	height: 24px !important;
	margin: 0 10px 0 0 !important;
	accent-color: #2864f0;
	cursor: pointer;
}

/* Текст согласия */
.page_contacts .contacts_feedback_form .form__privacy label {
	display: block !important;
	margin: 0 !important;
	color: #0c0707 !important;
	font-size: 15px !important;
	line-height: 1.35 !important;
	cursor: pointer;
}

.page_contacts .contacts_feedback_form .form__privacy label a {
	color: inherit !important;
	text-decoration: underline !important;
	text-underline-offset: 3px;
}

/* Кнопка справа */
.page_contacts .contacts_feedback_form .wpforms-submit-container {
	position: absolute !important;
	right: 0 !important;
	bottom: 0 !important;
	margin: 0 !important;
	padding: 0 !important;
	text-align: right !important;
}

.page_contacts .contacts_feedback_form .wpforms-submit {
	display: inline-flex !important;
	align-items: center;
	justify-content: center;
	width: auto !important;
	min-width: 250px !important;
	height: 58px !important;
	margin: 0 !important;
	padding: 0 28px !important;
	border: 1px solid #2864f0 !important;
	background: #2864f0 !important;
	color: #ffffff !important;
	font-size: 17px !important;
	font-weight: 500 !important;
	cursor: pointer;
}

.page_contacts .contacts_feedback_form .wpforms-submit:hover {
	border-color: #1748c8 !important;
	background: #1748c8 !important;
}

/* Мобильная версия */
@media (max-width: 768px) {
	.page_contacts .contacts_feedback_form .form__privacy {
		width: 100% !important;
		margin-top: 26px !important;
	}

	.page_contacts .contacts_feedback_form .wpforms-submit-container {
		position: static !important;
		margin-top: 24px !important;
	}

	.page_contacts .contacts_feedback_form .wpforms-submit {
		width: 100% !important;
	}
}

/* =========================================================
   МОБИЛЬНАЯ ВЕРСИЯ
   ========================================================= */

@media (max-width: 768px) {
	.page_contacts .main_top {
		padding-bottom: 30px !important;
	}

	.page_contacts .contacts_representatives_intro_inner {
		padding: 26px 0 18px !important;
	}

	.page_contacts .contacts_representatives_description {
		font-size: 17px !important;
	}

	.page_contacts .partners {
		padding-bottom: 28px !important;
	}

	.page_contacts .contacts_feedback {
		padding: 40px 0 46px !important;
	}

	.page_contacts .contacts_feedback_header {
		grid-template-columns: 1fr !important;
		row-gap: 16px !important;
		margin-bottom: 28px !important;
	}

	.page_contacts .contacts_feedback_title {
		font-size: 34px !important;
	}

	.page_contacts .contacts_feedback_description {
		font-size: 17px !important;
	}

	.page_contacts .contacts_feedback_form button[type="submit"],
	.page_contacts .contacts_feedback_form input[type="submit"] {
		width: 100%;
	}
}
/* =========================================================
   СТРАНИЦА НОВОСТЕЙ — АРХИВ
   ========================================================= */

.page_news_archive {
    background: #f6f8fc;
}

.news_archive_hero {
    position: relative;
    overflow: hidden;
    padding: 42px 0 64px;
    background: #ffffff;
}

.news_archive_hero::after {
    position: absolute;
    top: -170px;
    right: -120px;
    width: 420px;
    height: 420px;
    border-radius: 50%;
    background: rgba(36, 95, 238, 0.06);
    content: "";
    pointer-events: none;
}

.news_archive_hero .base {
    position: relative;
    z-index: 1;
}

.news_archive_hero_content {
    max-width: 760px;
    margin-top: 52px;
}

.news_archive_title {
    margin: 0 0 20px;
}

.news_archive_intro {
    max-width: 690px;
    margin: 0;
    color: #5f6878;
    font-size: 20px;
    line-height: 1.55;
}

.news_archive_section {
    padding: 64px 0 88px;
}

.news_archive_grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 24px;
    counter-reset: news-card;
}

.news_archive_card {
    position: relative;
    display: flex;
    flex-direction: column;
    min-height: 330px;
    padding: 34px 36px 32px;
    overflow: hidden;
    border: 1px solid #e3e8f1;
    border-radius: 4px;
    background: #ffffff;
    box-shadow: 0 10px 32px rgba(38, 67, 120, 0.06);
    box-sizing: border-box;
    counter-increment: news-card;
    transition: transform 0.22s ease, border-color 0.22s ease, box-shadow 0.22s ease;
}

.news_archive_card::before {
    position: absolute;
    top: 20px;
    right: 24px;
    color: rgba(36, 95, 238, 0.09);
    font-size: 64px;
    font-weight: 700;
    line-height: 1;
    content: counter(news-card, decimal-leading-zero);
    pointer-events: none;
}

.news_archive_card:hover {
    border-color: rgba(36, 95, 238, 0.32);
    box-shadow: 0 18px 42px rgba(38, 67, 120, 0.12);
    transform: translateY(-4px);
}

.news_archive_card:first-child {
    grid-column: 1 / -1;
    min-height: 300px;
    padding: 42px 44px 38px;
    border-color: rgba(36, 95, 238, 0.18);
    background: linear-gradient(135deg, #ffffff 0%, #f1f6ff 100%);
}

.news_archive_card:first-child::before {
    top: 22px;
    right: 38px;
    font-size: 104px;
}

.news_archive_card_meta {
    position: relative;
    z-index: 1;
    margin-bottom: 22px;
    color: #7b8493;
    font-size: 14px;
    line-height: 1.4;
}

.news_archive_card_meta time {
    display: inline-flex;
    align-items: center;
    gap: 9px;
}

.news_archive_card_meta time::before {
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: #245fee;
    content: "";
}

.news_archive_card_title {
    position: relative;
    z-index: 1;
    max-width: 760px;
    margin: 0 0 18px;
    font-size: 28px;
    font-weight: 600;
    line-height: 1.22;
}

.news_archive_card:first-child .news_archive_card_title {
    padding-right: 110px;
    font-size: 36px;
}

.news_archive_card_title a {
    color: #0c0707;
    text-decoration: none;
    transition: color 0.2s ease;
}

.news_archive_card_title a:hover {
    color: #245fee;
}

.news_archive_card_excerpt {
    position: relative;
    z-index: 1;
    max-width: 820px;
    margin-bottom: 28px;
    color: #5f6878;
    font-size: 16px;
    line-height: 1.6;
}

.news_archive_card_excerpt p:last-child {
    margin-bottom: 0;
}

.news_archive_card_link {
    position: relative;
    z-index: 1;
    display: inline-flex;
    align-items: center;
    align-self: flex-start;
    gap: 10px;
    margin-top: auto;
    color: #245fee;
    font-size: 15px;
    font-weight: 600;
    text-decoration: none;
}

.news_archive_card_link span:last-child {
    font-size: 19px;
    transition: transform 0.2s ease;
}

.news_archive_card_link:hover span:last-child {
    transform: translateX(4px);
}

.news_archive_card_title a:focus-visible,
.news_archive_card_link:focus-visible,
.news_archive_pagination a:focus-visible {
    outline: 3px solid rgba(36, 95, 238, 0.28);
    outline-offset: 4px;
}

.news_archive_pagination {
    margin-top: 48px;
}

.news_archive_pagination .nav-links {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 8px;
}

.news_archive_pagination .page-numbers {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 46px;
    height: 46px;
    padding: 0 12px;
    border: 1px solid #dce3ee;
    border-radius: 4px;
    background: #ffffff;
    color: #313846;
    text-decoration: none;
    box-sizing: border-box;
}

.news_archive_pagination .page-numbers.current,
.news_archive_pagination a.page-numbers:hover {
    border-color: #245fee;
    background: #245fee;
    color: #ffffff;
}

.news_archive_empty {
    padding: 48px;
    border: 1px solid #e3e8f1;
    background: #ffffff;
    text-align: center;
}

@media (max-width: 768px) {
    .news_archive_hero {
        padding: 28px 0 42px;
    }

    .news_archive_hero::after {
        top: -120px;
        right: -180px;
        width: 320px;
        height: 320px;
    }

    .news_archive_hero_content {
        margin-top: 34px;
    }

    .news_archive_intro {
        font-size: 17px;
    }

    .news_archive_section {
        padding: 36px 0 56px;
    }

    .news_archive_grid {
        grid-template-columns: 1fr;
        gap: 16px;
    }

    .news_archive_card,
    .news_archive_card:first-child {
        grid-column: auto;
        min-height: 0;
        padding: 28px 24px 26px;
    }

    .news_archive_card::before,
    .news_archive_card:first-child::before {
        top: 18px;
        right: 20px;
        font-size: 54px;
    }

    .news_archive_card:hover {
        transform: none;
    }

    .news_archive_card_title,
    .news_archive_card:first-child .news_archive_card_title {
        padding-right: 42px;
        font-size: 24px;
    }

    .news_archive_card_excerpt {
        font-size: 15px;
    }

    .news_archive_pagination {
        margin-top: 32px;
    }
}

@media (prefers-reduced-motion: reduce) {
    .news_archive_card,
    .news_archive_card_title a,
    .news_archive_card_link span:last-child {
        transition: none;
    }
}

	/* Убираем порядковые номера с карточек новостей */
.news_archive_card::before,
.news_archive_card:first-child::before {
    display: none !important;
    content: none !important;
}

/* Возвращаем заголовкам всю ширину карточки */
.news_archive_card_title,
.news_archive_card:first-child .news_archive_card_title {
    padding-right: 0 !important;
}
	
	/* Заголовок первой новости занимает всю ширину карточки */
.news_archive_card:first-child .news_archive_card_title {
    width: 100% !important;
    max-width: none !important;
}

	/* Описание страницы новостей занимает доступную ширину */
.news_archive_hero_content {
    max-width: 100% !important;
}

.news_archive_intro {
    max-width: none !important;
    width: 100%;
}
	
	/* =========================================================
   ГЛАВНАЯ — ДОРАБОТКА КАРТОЧЕК ПРОГРАММ
   ========================================================= */

.home_programs_items .card_program {
    position: relative;
    overflow: hidden;
    border: 1px solid #e5eaf2;
    background: #ffffff;
    text-decoration: none !important;
    box-shadow: 0 10px 30px rgba(38, 67, 120, 0.07);
    transition:
        transform 0.22s ease,
        box-shadow 0.22s ease,
        border-color 0.22s ease,
        background-color 0.22s ease,
        color 0.22s ease;
}

@media (min-width: 769px) {
    .home_programs_items {
        gap: 28px !important;
        align-items: stretch;
    }

    .home_programs_items .card_program {
        min-height: 280px;
        padding: 32px 34px !important;
    }

    .home_programs_items .card_program:first-child {
        min-height: 230px;
        padding: 34px 38px !important;
    }
}

/* Наведение мыши */
@media (hover: hover) and (pointer: fine) {
    .home_programs_items .card_program:hover {
        border-color: #245fee;
        background: #245fee;
        color: #ffffff !important;
        box-shadow: 0 18px 42px rgba(36, 95, 238, 0.22);
        transform: translateY(-5px);
    }

    .home_programs_items .card_program:hover .card_program_heading,
    .home_programs_items .card_program:hover .card_program_heading *,
    .home_programs_items .card_program:hover .card_program_text,
    .home_programs_items .card_program:hover .card_program_price,
    .home_programs_items .card_program:hover .card_program_date {
        color: #ffffff !important;
    }

    .home_programs_items .card_program:hover svg {
        fill: #ffffff !important;
        color: #ffffff !important;
    }

    .home_programs_items .card_program:first-child:hover .card_program_bottom {
        border-left-color: rgba(255, 255, 255, 0.4);
    }
}

/* Нажатие на сенсорном экране */
.home_programs_items .card_program:active .card_program_heading,
.home_programs_items .card_program:active .card_program_heading *,
.home_programs_items .card_program:active .card_program_text,
.home_programs_items .card_program:active .card_program_price,
.home_programs_items .card_program:active .card_program_date {
    color: #ffffff !important;
}

/* Доступная навигация с клавиатуры */
.home_programs_items .card_program:focus-visible {
    outline: 3px solid rgba(36, 95, 238, 0.35);
    outline-offset: 4px;
}