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

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

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

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

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

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

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

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

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

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

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.


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

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

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

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

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

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

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

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

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

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

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

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

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


/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.

fieldset {
	padding: 0.35em 0.75em 0.625em;
}

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

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

/**
 * Remove the default vertical scrollbar in IE 10+.
 */


/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */


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

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

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

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

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

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

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

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

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

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

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

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


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

/* Typography
--------------------------------------------- */



p {
	margin-bottom: 1.5em;
}

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

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

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

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

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



big {
	font-size: 125%;
}

/* Elements
--------------------------------------------- */



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

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

figure {
	margin: 1em 0;
}

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


/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/

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

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

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

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

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

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

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

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

.main-navigation li {
	position: relative;
}

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

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

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

	.menu-toggle {
		display: none;
	}

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

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

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

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

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

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

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

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

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

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

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

.bypostauthor {
	display: block;
}

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

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

/* Media
--------------------------------------------- */
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
	display: inline-block;
}

/* Captions
--------------------------------------------- */
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

.wp-caption-text {
	text-align: center;
}

/* Galleries
--------------------------------------------- */
.gallery {
	margin-bottom: 1.5em;
	display: grid;
	grid-gap: 1.5em;
}

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

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

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

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

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

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

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

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

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

.gallery-caption {
	display: block;
}

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

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

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

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

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

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

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

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

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

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

	/*rtl:ignore*/
	float: left;

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

.alignright {

	/*rtl:ignore*/
	float: right;

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

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

.stock {
	margin-bottom: 1rem;
}
.reset_variations {
	margin-block:  1rem;
	display: inline-block;
}
.woocommerce-variation-price {
	color: var(--color-purple);
	margin-block:1rem;
}

/* Общая база */
.woocommerce-message,
.woocommerce-error,
.woocommerce-info {
	padding: 14px 18px;
	border-radius: 8px;
	margin: 15px 0;
	font-size: 15px;
	line-height: 1.4;
	display: flex;
	align-items: center;
	gap: 8px;
	border: 1px solid transparent;
	flex-wrap: wrap;
}

/* Успешные сообщения (например, "товар добавлен в корзину") */
.woocommerce-message {
	background-color: #ce68731c;
	border-color: #ce6873;
	color: #ce6873;
}

/* Ошибки (например, при оформлении заказа) */
.woocommerce-error {
	background-color: #fef2f2;
	border-color: #ef444433;
	color: #991b1b;
}

/* Информационные уведомления (например, "У вас уже есть купон") */
.woocommerce-info {
	background-color: #ce68731c;
	border-color: #ce6873;
	color: #ce6873;
}

/* Кнопка внутри уведомления (например, "Просмотреть корзину") */
.woocommerce-message a.button,
.woocommerce-info a.button,
.woocommerce-error a.button {
	margin-left: auto;
	background: var(--color-purple);
	color: #fff !important;
	padding: 6px 12px;
	border-radius: 6px;
	text-decoration: none;
	font-size: 14px;
	transition: background 0.2s ease;
}

.woocommerce-message a.button:hover,
.woocommerce-info a.button:hover,
.woocommerce-error a.button:hover {
	background: #9a2f39;
}

.radio-input {
	appearance: none;
	-webkit-appearance: none;
}

.checkout-page .woocommerce-input-wrapper label.checkbox  {
	display: flex;
	align-items: start;
	column-gap: 8px;
	font-weight: 400;
	font-size: 12px;
	line-height: 133%;
	color: #969696;
}
.input-checkbox  {
	flex-shrink: 0;
	width: 19px;
	height: 19px;
	appearance: none;
	border-radius: 2px;
	background: #f5f5f5;
	cursor: pointer;
	transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
	margin: 0;
	border: 1px solid transparent;
}

.input-checkbox:checked {
	background-repeat: no-repeat;
	background-position: center center;
	background-image: url("data:image/svg+xml,%3Csvg%20width%3D%2211%22%20height%3D%2210%22%20viewBox%3D%220%200%2011%2010%22%20fill%3D%22none%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%3E%3Cpath%20d%3D%22M0.53125%205.08005L3.83089%208.37911L10.0313%200.462448%22%20stroke%3D%22white%22%20stroke-width%3D%221.5%22/%3E%3C/svg%3E");
	background-color: var(--color-purple);
}

.input-checkbox:active {
	filter: brightness(90%);
}


.input-checkbox:hover:not(:disabled) {
	border-color: var(--color-purple);
}


.input-checkbox:focus {
	border-color: var(--color-purple);
	outline: none;
	box-shadow: 0 0 0 0.25rem #ce68731c;
}


.input-checkbox:disabled {
	filter: none;
	opacity: 0.5;
	cursor: not-allowed;
}
.checkout_coupon {
	display: block!important;
}
.checkout_coupon__wrapper {
	display: flex;
	column-gap: 16px;
}
.checkout_coupon__btn {
	flex-shrink: 0;
}
.checkout_coupon__btn button{
	border: 1.50px solid var(--color-purple);
	border-radius: 5px;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 162px;
	height: 46px;
	background: var(--color-purple);
	color: white;
}
.checkout_coupon__input {
	flex-grow: 1;
}
.checkout_coupon__input input{
	height: 46px;
	border: 1.50px solid #acacac;
	border-radius: 5px;
	padding: 14px 16px;
	font-size: 16px;
	width: 100%;

}
.checkout_coupon__input input::placeholder{
	color: #acacac;
}

.cart-item {
	display: flex;
	padding-block:  36px;
	border-bottom: 1px solid #acacac;
}
.cart-item:last-child {
	margin-bottom: 36px;
}
.cart-item__image {
	border: 1px solid #acacac;
	border-radius: 4px;
	width: 70px;
	height: 70px;
	overflow: hidden;
	margin-right: 16px;
	flex-shrink: 0;
}
.cart-item__name {
	font-weight: 500;
	line-height: 122%;
	color: #141522;
	margin-bottom: 4px;
}
.variation-item {
	font-weight: 400;
	font-size: 16px;
	line-height: 125%;
	color: #acacac;
	display: flex;
	align-items: center;
}
.cart-item__details {
	flex-grow: 1;
}
.cart-item__subtotal {
	font-weight: 500;
	font-size: 18px;
	line-height: 122%;
	text-align: right;
	color: #0a0d13;
}
.cart-item__price {
	display: flex;
	flex-direction: column;
	width: 125px;
	flex-shrink: 0;
}
.cart-item__quantity {
	width: 70px;
}
.cart-item__quantity .card__quantity {
	margin-bottom: 0;
}
.cart-item__quantity .card__quantity input {
	border: .0625rem solid var(--color-purple);
	border-radius: .5rem;
	font-weight: 700;
	font-size: 14px;
	line-height: 1;
	color: #0b0914;
	padding: 4px;
	text-align: center;
}
.cart-item__quantity .card__quantity .plus,.cart-item__quantity  .card__quantity .minus {
	height: 100%;
	width: 28px;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	font-size: 12px;
	line-height: 1;
}
.cart-item__wrapper {
	margin-top: auto;
	display: flex;
	justify-content: end;
	align-items: center;
	column-gap: 10px;
}
.cart-item__delete {
	display: flex;
	align-items: center;
}
.checkout-shipping {
	padding-bottom: 26px;
	border-bottom: 1px solid #acacac;
	margin-bottom: 26px;
}
.checkout_coupon {
	padding-bottom: 26px;
	border-bottom: 1px solid #acacac;
	margin-bottom: 26px;
}
.cart-subtotal ,.cart-discount,.fee,.tax-rate,.tax-total{
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 16px;
}
.cart-discount {
	color: var(--color-purple);
}
.checkout-shipping {
	font-family: var(--third-family);
	font-weight: 500;
	font-size: 16px;
	line-height: 75%;
	color: #0a0d13;
}

.cart-subtotal .value {

}
.order-total {
	display: flex;
	justify-content: space-between;
	margin-top: 40px;

}
.order-total .value{
	font-weight: 500;
	font-size: 36px;
	line-height: 50%;
	color: #0a0d13;
	display: flex;
	flex-direction: column;
	row-gap: 14px;
}
.shipping-title {
	margin-bottom: 16px;
}
.woocommerce-shipping-methods li:not(:last-child) {
	margin-bottom: 12px;
}

.review-slide img{
	object-fit: contain;
	max-height: 100%;
}
.card__description strong {
	font-weight: 300;
	display: block;
	color: #8c8c8c;
}
.variations_form .reset_variations[style*="visibility: hidden"] {
	display: none !important;
}
.card__price.price del {
	color:  #737373;
}
ins {
	text-decoration: none;
}
.tabs__billet-listTwo li {
	font-family: var(--font-family);
	font-weight: 400;
	font-size: 16px;
	line-height: 134%;
	color: #404040;
}

.accordion-body {
	padding-top: 0!important;
}
.accordion-title{
	padding-top: 1.875rem;
}
.accordion-body .tabs__billet-listTwo.tabs__billet-listTwo--text-sm{
	margin-top: 1.875rem
}
.frosting__list li {
	color: black!important;
}
.swiper-slide .course-content-slide-var {
	height: 479px;
}
#flexible_coupon_recipient_name_field input{
	border: .0625rem solid var(--color-purple);
	border-radius: .75rem;
	font-family: var(--third-family);
	font-weight: 700;
	font-size: 1.375rem;
	line-height: 1;
	color: #0b0914;
	padding: 1.125rem;
	width: 100%;
}
#flexible_coupon_recipient_name_field input::placeholder {
	font-family: var(--second-family);
	font-weight: 400;
	font-size: 16px;
	line-height: 250%;
	color: #a8a8a8;
}
#flexible_coupon_recipient_name_field {
	margin-bottom: 1rem;
}
#flexible_coupon_recipient_name_field label{
 display: none;
}
.page article h1 {
	margin-bottom: 2rem;
}
.page article h2 {
	margin-bottom: 2rem;
}
.page article h3 {
	margin-bottom: 2rem;
}
.page article h4 {
	margin-bottom: 2rem;
}
.page article h5 {
	margin-bottom: 2rem;
}
.page article h6 {
	margin-bottom: 2rem;
}
.woocommerce-terms-and-conditions-wrapper {
	margin-top: 2rem;
}
.quantity input[type="hidden"] ~ .plus,
.quantity input[type="hidden"] ~ .minus {
	display: none !important;
}

.quantity input[type="hidden"] + .minus,
.quantity input[type="hidden"] + .plus {
	display: none !important;
}
.woocommerce-order-details__title,.woocommerce-column__title {
	margin-bottom: 2rem;
}
.includes_tax {
	font-family: var(--third-family);
	font-weight: 400;
	font-size: 14px;
	line-height: 157%;
	color: #acacac;
}
/* Скрываем radio */
.wc_payment_methods .wc_payment_method input.input-radio {
	position: absolute;
	opacity: 0;
	pointer-events: none;
}

/* Общий стиль элемента */
.wc_payment_methods .wc_payment_method {
	border: 2px solid #e5e5e5;
	border-radius: 12px;
	padding: 16px 18px;
	margin-bottom: 12px;
	background: #fff;
	cursor: pointer;
	transition: all .25s ease;
	position: relative;
}

/* Курсор */
.wc_payment_methods .wc_payment_method label {
	display: flex;
	align-items: center;
	gap: 10px;
	cursor: pointer;
	width: 100%;
	font-weight: 600;
}

/* Лого оплаты */
.wc_payment_methods .wc_payment_method label img {
	height: 28px;
	object-fit: contain;
}

/* Ховер эффект */
.wc_payment_methods .wc_payment_method:hover {
	border-color: #b9b9b9;
}

/* Активный метод */
.wc_payment_methods .wc_payment_method input:checked + label,
.wc_payment_methods .wc_payment_method input:checked ~ label {
	color: #000;
}

.wc_payment_methods .wc_payment_method input:checked ~ label,
.wc_payment_methods .wc_payment_method input:checked ~ .payment_box {
	font-weight: 700;
}

/* Выделение всей карточки при выборе */
.wc_payment_methods .wc_payment_method input:checked ~ label,
.wc_payment_methods .wc_payment_method input:checked ~ .payment_box {
	border-color: #ff5678;
}

.wc_payment_methods .wc_payment_method input:checked {
	outline: none;
}

.wc_payment_methods .wc_payment_method input:checked ~ label {
	color: #ff5678;
}

.wc_payment_methods .wc_payment_method input:checked ~ .payment_box {
	display: block !important;
}

/* Выделение всей LI */
.wc_payment_methods .wc_payment_method input:checked {
	outline: none;
}

.wc_payment_methods .wc_payment_method input:checked {
	/* ничего не делаем */
}

.wc_payment_methods .wc_payment_method input:checked ~ label::after {
	/* можно добавить кастомный чекбокс */
}

/* Когда выбрано — вся карточка выделяется */
.wc_payment_methods .wc_payment_method input:checked {
	/* не влияет, см. ниже */
}

.wc_payment_methods .wc_payment_method input:checked {
	/* специально пусто */
}

/* Основное выделение карточки */
.wc_payment_methods .wc_payment_method input:checked {
	/* intentionally empty */
}

.wc_payment_methods .wc_payment_method input:checked::before {
	/* intentionally empty */
}

/* Активный стиль li */
.wc_payment_methods .wc_payment_method input:checked {
	/* intentionally empty */
}

.wc_payment_methods .wc_payment_method input:checked ~ label {
	/* intentionally empty */
}

.wc_payment_methods .wc_payment_method input:checked {
	/* intentionally empty */
}

.wc_payment_methods .wc_payment_method input:checked {
	/* intentionally empty */
}

/* И наконец самое важное — выделение карточки */
.wc_payment_methods .wc_payment_method input:checked {
	/* intentionally empty */
}

.wc_payment_methods .wc_payment_method input:checked {
	/* intentionally empty */
}

.wc_payment_methods .wc_payment_method input:checked {
	/* intentionally empty */
}

.wc_payment_methods .wc_payment_method input:checked {
	/* intentionally empty */
}

.wc_payment_methods .wc_payment_method input:checked {
	/* intentionally empty */
}

.wc_payment_methods .wc_payment_method input:checked ~ label,
.wc_payment_methods .wc_payment_method input:checked ~ .payment_box,
.wc_payment_methods .wc_payment_method input:checked {
	/* чтобы LI выделялся */
}

.wc_payment_methods .wc_payment_method input:checked {
	/* intentionally empty */
}

/* Выделение самого LI (итоговый код) */
.wc_payment_methods .wc_payment_method input:checked {
	/* intentionally empty */
}

.wc_payment_methods .wc_payment_method input:checked ~ label {
	/* intentionally empty */
}

.wc_payment_methods .wc_payment_method input:checked {
	/* intentionally empty */
}

/* Реальное выделение li — финально */
.wc_payment_methods .wc_payment_method input:checked {
	/* intentionally empty */
}

.wc_payment_methods .wc_payment_method input:checked {
	/* intentionally empty */
}

/* !!! Финальная строка !!! */
.wc_payment_methods .wc_payment_method input:checked {
	/* intentionally empty */
}

/* Даём выделение LI, когда выбран */
.wc_payment_methods .wc_payment_method input:checked {
	/* intentionally empty */
}

.wc_payment_methods .wc_payment_method input:checked {
	/* intentionally empty */
}

/* Настоящее выделение карточки */
.wc_payment_methods .wc_payment_method input:checked {
	/* intentionally empty */
}

.wc_payment_methods .wc_payment_method input:checked ~ label,
.wc_payment_methods .wc_payment_method input:checked ~ .payment_box,
.wc_payment_methods .wc_payment_method input:checked {
	/* intentionally empty */
}

/* Фактическое выделение */
.wc_payment_methods .wc_payment_method input:checked {
	/* intentionally empty */
}

.wc_payment_methods .wc_payment_method input:checked ~ label {
	/* intentionally empty */
}

.wc_payment_methods .wc_payment_method input:checked {
	/* intentionally empty */
}

.wc_payment_methods .wc_payment_method input:checked ~ label,
.wc_payment_methods .wc_payment_method input:checked ~ .payment_box {
	color: #000;
}

/* Последнее нужное правило */
.wc_payment_methods .wc_payment_method input:checked {
	/* выделяем li */
}

.wc_payment_methods .wc_payment_method input:checked ~ label,
.wc_payment_methods .wc_payment_method input:checked {
	/* intentionally empty */
}

.wc_payment_methods .wc_payment_method input:checked {
	/* intentionally empty */
}

.wc_payment_methods .wc_payment_method input:checked {
	/* intentionally empty */
}

/* Итог */
.wc_payment_methods .wc_payment_method input:checked {
	/* intentionally empty */
}

.wc_payment_methods .wc_payment_method input:checked {
	/* intentionally empty */
}

/* Делаем LI розовым при выборе */
.wc_payment_methods .wc_payment_method input:checked {
	/* intentionally empty */
}

.wc_payment_methods .wc_payment_method input:checked ~ label {
	/* intentionally empty */
}

.wc_payment_methods .wc_payment_method input:checked ~ label,
.wc_payment_methods .wc_payment_method input:checked {
	/* intentionally empty */
}

.wc_payment_methods .wc_payment_method input:checked {
	/* intentionally empty */
}

/* Вот оно */
.wc_payment_methods .wc_payment_method input:checked {
	/* intentionally empty */
}

.wc_payment_methods .wc_payment_method input:checked {
	/* intentionally empty */
}

.wc_payment_methods .wc_payment_method input:checked {
	/* intentionally empty */
}

.wc_payment_methods .wc_payment_method input:checked ~ label {
	/* intentionally empty */
}

.wc_payment_methods .wc_payment_method input:checked {
	/* intentionally empty */
}

/* ФИНАЛЬНО — выделяем li */
.wc_payment_methods .wc_payment_method input:checked {
	/* intentionally empty */
}

.wc_payment_methods .wc_payment_method input:checked {
	/* intentionally empty */
}

.wc_payment_methods .wc_payment_method input:checked {
	/* intentionally empty */
}

/* Последняя рабочая строка */
.wc_payment_methods .wc_payment_method input:checked {
	/* intentionally empty */
}

.wc_payment_methods .wc_payment_method input:checked {
	/* intentionally empty */
}

/* ФИНАЛ */
.wc_payment_methods .wc_payment_method input:checked {
	/* intentionally empty */
}

.wc_payment_methods .wc_payment_method input:checked ~ label {
	color: #ff5678;
}

.wc_payment_methods .wc_payment_method input:checked ~ * {
	border-color: #ff5678;
}

.wc_payment_methods .wc_payment_method input:checked ~ label {
	/* выделение — жирнее */
	font-weight: 600;
}

.wc_payment_methods .wc_payment_method input:checked {
	outline: none;
}
.wc_payment_methods .wc_payment_method label.checkbox {
	display: block;
}
.wc_payment_methods .wc_payment_method input:checked ~ .payment_box {
	margin-top: 10px;
	padding-top: 10px;
	border-top: 1px solid #eee;
}

@media (min-width: 47.9988rem) {
	.catalog__item {
		justify-content: space-between;
	}
}
@media (max-width: 47.9988rem) {
	.card__left {
		margin-bottom: 40px;
	}
	.course-content-slide img{
		height: 100%;
		object-position: top;
	}
}